sig/client.rbs in aws-sdk-eks-1.107.0 vs sig/client.rbs in aws-sdk-eks-1.108.0
- old
+ new
@@ -217,10 +217,11 @@
}?
},
?access_config: {
bootstrap_cluster_creator_admin_permissions: bool?,
authentication_mode: ("API" | "API_AND_CONFIG_MAP" | "CONFIG_MAP")?
- }
+ },
+ ?bootstrap_self_managed_addons: bool
) -> _CreateClusterResponseSuccess
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateClusterResponseSuccess
interface _CreateEksAnywhereSubscriptionResponseSuccess
include ::Seahorse::Client::_ResponseSuccess[Types::CreateEksAnywhereSubscriptionResponse]