sig/client.rbs in aws-sdk-eks-1.110.0 vs sig/client.rbs in aws-sdk-eks-1.111.0

- old
+ new

@@ -219,11 +219,14 @@ }, ?access_config: { bootstrap_cluster_creator_admin_permissions: bool?, authentication_mode: ("API" | "API_AND_CONFIG_MAP" | "CONFIG_MAP")? }, - ?bootstrap_self_managed_addons: bool + ?bootstrap_self_managed_addons: bool, + ?upgrade_policy: { + support_type: ("STANDARD" | "EXTENDED")? + } ) -> _CreateClusterResponseSuccess | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateClusterResponseSuccess interface _CreateEksAnywhereSubscriptionResponseSuccess include ::Seahorse::Client::_ResponseSuccess[Types::CreateEksAnywhereSubscriptionResponse] @@ -855,9 +858,12 @@ ]? }, ?client_request_token: ::String, ?access_config: { authentication_mode: ("API" | "API_AND_CONFIG_MAP" | "CONFIG_MAP")? + }, + ?upgrade_policy: { + support_type: ("STANDARD" | "EXTENDED")? } ) -> _UpdateClusterConfigResponseSuccess | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateClusterConfigResponseSuccess interface _UpdateClusterVersionResponseSuccess