sig/client.rbs in aws-sdk-eks-1.119.0 vs sig/client.rbs in aws-sdk-eks-1.120.0
- old
+ new
@@ -224,10 +224,13 @@
authentication_mode: ("API" | "API_AND_CONFIG_MAP" | "CONFIG_MAP")?
},
?bootstrap_self_managed_addons: bool,
?upgrade_policy: {
support_type: ("STANDARD" | "EXTENDED")?
+ },
+ ?zonal_shift_config: {
+ enabled: bool?
}
) -> _CreateClusterResponseSuccess
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateClusterResponseSuccess
interface _CreateEksAnywhereSubscriptionResponseSuccess
@@ -863,9 +866,12 @@
?access_config: {
authentication_mode: ("API" | "API_AND_CONFIG_MAP" | "CONFIG_MAP")?
},
?upgrade_policy: {
support_type: ("STANDARD" | "EXTENDED")?
+ },
+ ?zonal_shift_config: {
+ enabled: bool?
}
) -> _UpdateClusterConfigResponseSuccess
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateClusterConfigResponseSuccess
interface _UpdateClusterVersionResponseSuccess