aws-sdk-eks 1.141.0 → 1.143.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c66bd8b3aa74c58f9d070af43e987cacdf3b161bd8b216ccf6bd68bf4531905b
4
- data.tar.gz: 26427e6fe813c1b0b3e90ebb29ed27c85c07e696bfa9412c4704a8d15fafebe3
3
+ metadata.gz: e6a968d2b7b71671b73847dd20aa82bb0090c46bfbd2981155cd9f27d1ae68c7
4
+ data.tar.gz: de821fabaac007bba09fc09c6f89f08ab0b52459c05a623962e8aba1b5037ceb
5
5
  SHA512:
6
- metadata.gz: fcc485d75899e28eb0fe12fda91ff74edda6c99aedb3b67d3e6512bd0027ce788e71737436e29ddc6bf9dd357e28af9cdf31ea3a715ed15ceef1803d82d315c4
7
- data.tar.gz: e5e447efe62526cf02ca815963b8718694bd26acb1daf350f80055c5c97dcc860372c1fe7cbe9a70acb0ee7af11dd02b19ccfd77abd32025cb84b2871c143d81
6
+ metadata.gz: 9fc94b2531b4b1f5109db56604b24ef2d998cf01661ba30204bd25b590949c6e68b8faa9696ad6177ca845079a0663e8f9c6f8e8f2f2f4212bbd2ebff102fbf2
7
+ data.tar.gz: e205718136552148bd9b5f9869b525c9618bee1214d4f972890021cc451cff22be1dabe94cb33ce23225d59b63ce46884d2104f0f14aef10ee90819db888a749
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.143.0 (2025-08-05)
5
+ ------------------
6
+
7
+ * Feature - Add support for deletion protection on EKS clusters
8
+
9
+ 1.142.0 (2025-08-04)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.141.0 (2025-07-31)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.141.0
1
+ 1.143.0
@@ -95,8 +95,8 @@ module Aws::EKS
95
95
  # class name or an instance of a plugin class.
96
96
  #
97
97
  # @option options [required, Aws::CredentialProvider] :credentials
98
- # Your AWS credentials used for authentication. This can be an instance of any one of the
99
- # following classes:
98
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
99
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
100
100
  #
101
101
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
102
102
  # credentials.
@@ -124,8 +124,7 @@ module Aws::EKS
124
124
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
125
125
  # from the Cognito Identity service.
126
126
  #
127
- # When `:credentials` are not configured directly, the following
128
- # locations will be searched for credentials:
127
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
129
128
  #
130
129
  # * `Aws.config[:credentials]`
131
130
  #
@@ -139,12 +138,10 @@ module Aws::EKS
139
138
  #
140
139
  # * `~/.aws/config`
141
140
  #
142
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
143
- # are very aggressive. Construct and pass an instance of
144
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
145
- # enable retries and extended timeouts. Instance profile credential
146
- # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
147
- # to `true`.
141
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
142
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
143
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
144
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
148
145
  #
149
146
  # @option options [required, String] :region
150
147
  # The AWS region to connect to. The configured `:region` is
@@ -377,8 +374,8 @@ module Aws::EKS
377
374
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
378
375
  #
379
376
  # @option options [Aws::TokenProvider] :token_provider
380
- # Your Bearer token used for authentication. This can be an instance of any one of the
381
- # following classes:
377
+ # Your Bearer token used for authentication. This can be any class that includes and implements
378
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
382
379
  #
383
380
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
384
381
  # tokens.
@@ -584,9 +581,9 @@ module Aws::EKS
584
581
  #
585
582
  # resp.update.id #=> String
586
583
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
587
- # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate"
584
+ # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate"
588
585
  # resp.update.params #=> Array
589
- # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig"
586
+ # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection"
590
587
  # resp.update.params[0].value #=> String
591
588
  # resp.update.created_at #=> Time
592
589
  # resp.update.errors #=> Array
@@ -668,9 +665,9 @@ module Aws::EKS
668
665
  #
669
666
  # resp.update.id #=> String
670
667
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
671
- # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate"
668
+ # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate"
672
669
  # resp.update.params #=> Array
673
- # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig"
670
+ # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection"
674
671
  # resp.update.params[0].value #=> String
675
672
  # resp.update.created_at #=> Time
676
673
  # resp.update.errors #=> Array
@@ -1210,6 +1207,12 @@ module Aws::EKS
1210
1207
  # is enabled, EKS Auto Mode will create and delete EBS volumes in your
1211
1208
  # Amazon Web Services account.
1212
1209
  #
1210
+ # @option params [Boolean] :deletion_protection
1211
+ # Indicates whether to enable deletion protection for the cluster. When
1212
+ # enabled, the cluster cannot be deleted unless deletion protection is
1213
+ # first disabled. This helps prevent accidental cluster deletion.
1214
+ # Default value is `false`.
1215
+ #
1213
1216
  # @return [Types::CreateClusterResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1214
1217
  #
1215
1218
  # * {Types::CreateClusterResponse#cluster #cluster} => Types::Cluster
@@ -1319,6 +1322,7 @@ module Aws::EKS
1319
1322
  # enabled: false,
1320
1323
  # },
1321
1324
  # },
1325
+ # deletion_protection: false,
1322
1326
  # })
1323
1327
  #
1324
1328
  # @example Response structure
@@ -1388,6 +1392,7 @@ module Aws::EKS
1388
1392
  # resp.cluster.compute_config.node_pools[0] #=> String
1389
1393
  # resp.cluster.compute_config.node_role_arn #=> String
1390
1394
  # resp.cluster.storage_config.block_storage.enabled #=> Boolean
1395
+ # resp.cluster.deletion_protection #=> Boolean
1391
1396
  #
1392
1397
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CreateCluster AWS API Documentation
1393
1398
  #
@@ -2351,6 +2356,7 @@ module Aws::EKS
2351
2356
  # resp.cluster.compute_config.node_pools[0] #=> String
2352
2357
  # resp.cluster.compute_config.node_role_arn #=> String
2353
2358
  # resp.cluster.storage_config.block_storage.enabled #=> Boolean
2359
+ # resp.cluster.deletion_protection #=> Boolean
2354
2360
  #
2355
2361
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeleteCluster AWS API Documentation
2356
2362
  #
@@ -2686,6 +2692,7 @@ module Aws::EKS
2686
2692
  # resp.cluster.compute_config.node_pools[0] #=> String
2687
2693
  # resp.cluster.compute_config.node_role_arn #=> String
2688
2694
  # resp.cluster.storage_config.block_storage.enabled #=> Boolean
2695
+ # resp.cluster.deletion_protection #=> Boolean
2689
2696
  #
2690
2697
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeregisterCluster AWS API Documentation
2691
2698
  #
@@ -3083,6 +3090,7 @@ module Aws::EKS
3083
3090
  # resp.cluster.compute_config.node_pools[0] #=> String
3084
3091
  # resp.cluster.compute_config.node_role_arn #=> String
3085
3092
  # resp.cluster.storage_config.block_storage.enabled #=> Boolean
3093
+ # resp.cluster.deletion_protection #=> Boolean
3086
3094
  #
3087
3095
  #
3088
3096
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -3557,9 +3565,9 @@ module Aws::EKS
3557
3565
  #
3558
3566
  # resp.update.id #=> String
3559
3567
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
3560
- # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate"
3568
+ # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate"
3561
3569
  # resp.update.params #=> Array
3562
- # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig"
3570
+ # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection"
3563
3571
  # resp.update.params[0].value #=> String
3564
3572
  # resp.update.created_at #=> Time
3565
3573
  # resp.update.errors #=> Array
@@ -3646,9 +3654,9 @@ module Aws::EKS
3646
3654
  #
3647
3655
  # resp.update.id #=> String
3648
3656
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
3649
- # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate"
3657
+ # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate"
3650
3658
  # resp.update.params #=> Array
3651
- # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig"
3659
+ # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection"
3652
3660
  # resp.update.params[0].value #=> String
3653
3661
  # resp.update.created_at #=> Time
3654
3662
  # resp.update.errors #=> Array
@@ -4635,6 +4643,7 @@ module Aws::EKS
4635
4643
  # resp.cluster.compute_config.node_pools[0] #=> String
4636
4644
  # resp.cluster.compute_config.node_role_arn #=> String
4637
4645
  # resp.cluster.storage_config.block_storage.enabled #=> Boolean
4646
+ # resp.cluster.deletion_protection #=> Boolean
4638
4647
  #
4639
4648
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/RegisterCluster AWS API Documentation
4640
4649
  #
@@ -4905,9 +4914,9 @@ module Aws::EKS
4905
4914
  #
4906
4915
  # resp.update.id #=> String
4907
4916
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
4908
- # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate"
4917
+ # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate"
4909
4918
  # resp.update.params #=> Array
4910
- # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig"
4919
+ # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection"
4911
4920
  # resp.update.params[0].value #=> String
4912
4921
  # resp.update.created_at #=> Time
4913
4922
  # resp.update.errors #=> Array
@@ -5065,6 +5074,12 @@ module Aws::EKS
5065
5074
  # The configuration in the cluster for EKS Hybrid Nodes. You can add,
5066
5075
  # change, or remove this configuration after the cluster is created.
5067
5076
  #
5077
+ # @option params [Boolean] :deletion_protection
5078
+ # Specifies whether to enable or disable deletion protection for the
5079
+ # cluster. When enabled (`true`), the cluster cannot be deleted until
5080
+ # deletion protection is explicitly disabled. When disabled (`false`),
5081
+ # the cluster can be deleted normally.
5082
+ #
5068
5083
  # @return [Types::UpdateClusterConfigResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5069
5084
  #
5070
5085
  # * {Types::UpdateClusterConfigResponse#update #update} => Types::Update
@@ -5127,15 +5142,16 @@ module Aws::EKS
5127
5142
  # },
5128
5143
  # ],
5129
5144
  # },
5145
+ # deletion_protection: false,
5130
5146
  # })
5131
5147
  #
5132
5148
  # @example Response structure
5133
5149
  #
5134
5150
  # resp.update.id #=> String
5135
5151
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
5136
- # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate"
5152
+ # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate"
5137
5153
  # resp.update.params #=> Array
5138
- # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig"
5154
+ # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection"
5139
5155
  # resp.update.params[0].value #=> String
5140
5156
  # resp.update.created_at #=> Time
5141
5157
  # resp.update.errors #=> Array
@@ -5206,9 +5222,9 @@ module Aws::EKS
5206
5222
  #
5207
5223
  # resp.update.id #=> String
5208
5224
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
5209
- # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate"
5225
+ # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate"
5210
5226
  # resp.update.params #=> Array
5211
- # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig"
5227
+ # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection"
5212
5228
  # resp.update.params[0].value #=> String
5213
5229
  # resp.update.created_at #=> Time
5214
5230
  # resp.update.errors #=> Array
@@ -5383,9 +5399,9 @@ module Aws::EKS
5383
5399
  #
5384
5400
  # resp.update.id #=> String
5385
5401
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
5386
- # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate"
5402
+ # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate"
5387
5403
  # resp.update.params #=> Array
5388
- # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig"
5404
+ # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection"
5389
5405
  # resp.update.params[0].value #=> String
5390
5406
  # resp.update.created_at #=> Time
5391
5407
  # resp.update.errors #=> Array
@@ -5529,9 +5545,9 @@ module Aws::EKS
5529
5545
  #
5530
5546
  # resp.update.id #=> String
5531
5547
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
5532
- # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate"
5548
+ # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate"
5533
5549
  # resp.update.params #=> Array
5534
- # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig"
5550
+ # resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig", "DeletionProtection"
5535
5551
  # resp.update.params[0].value #=> String
5536
5552
  # resp.update.created_at #=> Time
5537
5553
  # resp.update.errors #=> Array
@@ -5695,7 +5711,7 @@ module Aws::EKS
5695
5711
  tracer: tracer
5696
5712
  )
5697
5713
  context[:gem_name] = 'aws-sdk-eks'
5698
- context[:gem_version] = '1.141.0'
5714
+ context[:gem_version] = '1.143.0'
5699
5715
  Seahorse::Client::Request.new(handlers, context)
5700
5716
  end
5701
5717
 
@@ -531,6 +531,7 @@ module Aws::EKS
531
531
  Cluster.add_member(:remote_network_config, Shapes::ShapeRef.new(shape: RemoteNetworkConfigResponse, location_name: "remoteNetworkConfig"))
532
532
  Cluster.add_member(:compute_config, Shapes::ShapeRef.new(shape: ComputeConfigResponse, location_name: "computeConfig"))
533
533
  Cluster.add_member(:storage_config, Shapes::ShapeRef.new(shape: StorageConfigResponse, location_name: "storageConfig"))
534
+ Cluster.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "deletionProtection"))
534
535
  Cluster.struct_class = Types::Cluster
535
536
 
536
537
  ClusterHealth.add_member(:issues, Shapes::ShapeRef.new(shape: ClusterIssueList, location_name: "issues"))
@@ -638,6 +639,7 @@ module Aws::EKS
638
639
  CreateClusterRequest.add_member(:remote_network_config, Shapes::ShapeRef.new(shape: RemoteNetworkConfigRequest, location_name: "remoteNetworkConfig"))
639
640
  CreateClusterRequest.add_member(:compute_config, Shapes::ShapeRef.new(shape: ComputeConfigRequest, location_name: "computeConfig"))
640
641
  CreateClusterRequest.add_member(:storage_config, Shapes::ShapeRef.new(shape: StorageConfigRequest, location_name: "storageConfig"))
642
+ CreateClusterRequest.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "deletionProtection"))
641
643
  CreateClusterRequest.struct_class = Types::CreateClusterRequest
642
644
 
643
645
  CreateClusterResponse.add_member(:cluster, Shapes::ShapeRef.new(shape: Cluster, location_name: "cluster"))
@@ -1468,6 +1470,7 @@ module Aws::EKS
1468
1470
  UpdateClusterConfigRequest.add_member(:kubernetes_network_config, Shapes::ShapeRef.new(shape: KubernetesNetworkConfigRequest, location_name: "kubernetesNetworkConfig"))
1469
1471
  UpdateClusterConfigRequest.add_member(:storage_config, Shapes::ShapeRef.new(shape: StorageConfigRequest, location_name: "storageConfig"))
1470
1472
  UpdateClusterConfigRequest.add_member(:remote_network_config, Shapes::ShapeRef.new(shape: RemoteNetworkConfigRequest, location_name: "remoteNetworkConfig"))
1473
+ UpdateClusterConfigRequest.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "deletionProtection"))
1471
1474
  UpdateClusterConfigRequest.struct_class = Types::UpdateClusterConfigRequest
1472
1475
 
1473
1476
  UpdateClusterConfigResponse.add_member(:update, Shapes::ShapeRef.new(shape: Update, location_name: "update"))
@@ -1775,6 +1778,7 @@ module Aws::EKS
1775
1778
  o.errors << Shapes::ShapeRef.new(shape: ClientException)
1776
1779
  o.errors << Shapes::ShapeRef.new(shape: ServerException)
1777
1780
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1781
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1778
1782
  end)
1779
1783
 
1780
1784
  api.add_operation(:delete_eks_anywhere_subscription, Seahorse::Model::Operation.new.tap do |o|
@@ -949,6 +949,14 @@ module Aws::EKS
949
949
  # storage capability in the *Amazon EKS User Guide*.
950
950
  # @return [Types::StorageConfigResponse]
951
951
  #
952
+ # @!attribute [rw] deletion_protection
953
+ # The current deletion protection setting for the cluster. When
954
+ # `true`, deletion protection is enabled and the cluster cannot be
955
+ # deleted until protection is disabled. When `false`, the cluster can
956
+ # be deleted normally. This setting only applies to clusters in an
957
+ # active state.
958
+ # @return [Boolean]
959
+ #
952
960
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/Cluster AWS API Documentation
953
961
  #
954
962
  class Cluster < Struct.new(
@@ -977,7 +985,8 @@ module Aws::EKS
977
985
  :zonal_shift_config,
978
986
  :remote_network_config,
979
987
  :compute_config,
980
- :storage_config)
988
+ :storage_config,
989
+ :deletion_protection)
981
990
  SENSITIVE = []
982
991
  include Aws::Structure
983
992
  end
@@ -1738,6 +1747,13 @@ module Aws::EKS
1738
1747
  # Amazon Web Services account.
1739
1748
  # @return [Types::StorageConfigRequest]
1740
1749
  #
1750
+ # @!attribute [rw] deletion_protection
1751
+ # Indicates whether to enable deletion protection for the cluster.
1752
+ # When enabled, the cluster cannot be deleted unless deletion
1753
+ # protection is first disabled. This helps prevent accidental cluster
1754
+ # deletion. Default value is `false`.
1755
+ # @return [Boolean]
1756
+ #
1741
1757
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CreateClusterRequest AWS API Documentation
1742
1758
  #
1743
1759
  class CreateClusterRequest < Struct.new(
@@ -1757,7 +1773,8 @@ module Aws::EKS
1757
1773
  :zonal_shift_config,
1758
1774
  :remote_network_config,
1759
1775
  :compute_config,
1760
- :storage_config)
1776
+ :storage_config,
1777
+ :deletion_protection)
1761
1778
  SENSITIVE = []
1762
1779
  include Aws::Structure
1763
1780
  end
@@ -6913,6 +6930,13 @@ module Aws::EKS
6913
6930
  # change, or remove this configuration after the cluster is created.
6914
6931
  # @return [Types::RemoteNetworkConfigRequest]
6915
6932
  #
6933
+ # @!attribute [rw] deletion_protection
6934
+ # Specifies whether to enable or disable deletion protection for the
6935
+ # cluster. When enabled (`true`), the cluster cannot be deleted until
6936
+ # deletion protection is explicitly disabled. When disabled (`false`),
6937
+ # the cluster can be deleted normally.
6938
+ # @return [Boolean]
6939
+ #
6916
6940
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/UpdateClusterConfigRequest AWS API Documentation
6917
6941
  #
6918
6942
  class UpdateClusterConfigRequest < Struct.new(
@@ -6926,7 +6950,8 @@ module Aws::EKS
6926
6950
  :compute_config,
6927
6951
  :kubernetes_network_config,
6928
6952
  :storage_config,
6929
- :remote_network_config)
6953
+ :remote_network_config,
6954
+ :deletion_protection)
6930
6955
  SENSITIVE = []
6931
6956
  include Aws::Structure
6932
6957
  end
data/lib/aws-sdk-eks.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::EKS
55
55
  autoload :EndpointProvider, 'aws-sdk-eks/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-eks/endpoints'
57
57
 
58
- GEM_VERSION = '1.141.0'
58
+ GEM_VERSION = '1.143.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -257,7 +257,8 @@ module Aws
257
257
  block_storage: {
258
258
  enabled: bool?
259
259
  }?
260
- }
260
+ },
261
+ ?deletion_protection: bool
261
262
  ) -> _CreateClusterResponseSuccess
262
263
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateClusterResponseSuccess
263
264
 
@@ -952,7 +953,8 @@ module Aws
952
953
  cidrs: Array[::String]?
953
954
  },
954
955
  ]?
955
- }
956
+ },
957
+ ?deletion_protection: bool
956
958
  ) -> _UpdateClusterConfigResponseSuccess
957
959
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateClusterConfigResponseSuccess
958
960
 
data/sig/types.rbs CHANGED
@@ -225,6 +225,7 @@ module Aws::EKS
225
225
  attr_accessor remote_network_config: Types::RemoteNetworkConfigResponse
226
226
  attr_accessor compute_config: Types::ComputeConfigResponse
227
227
  attr_accessor storage_config: Types::StorageConfigResponse
228
+ attr_accessor deletion_protection: bool
228
229
  SENSITIVE: []
229
230
  end
230
231
 
@@ -358,6 +359,7 @@ module Aws::EKS
358
359
  attr_accessor remote_network_config: Types::RemoteNetworkConfigRequest
359
360
  attr_accessor compute_config: Types::ComputeConfigRequest
360
361
  attr_accessor storage_config: Types::StorageConfigRequest
362
+ attr_accessor deletion_protection: bool
361
363
  SENSITIVE: []
362
364
  end
363
365
 
@@ -1391,7 +1393,7 @@ module Aws::EKS
1391
1393
  class Update
1392
1394
  attr_accessor id: ::String
1393
1395
  attr_accessor status: ("InProgress" | "Failed" | "Cancelled" | "Successful")
1394
- attr_accessor type: ("VersionUpdate" | "EndpointAccessUpdate" | "LoggingUpdate" | "ConfigUpdate" | "AssociateIdentityProviderConfig" | "DisassociateIdentityProviderConfig" | "AssociateEncryptionConfig" | "AddonUpdate" | "VpcConfigUpdate" | "AccessConfigUpdate" | "UpgradePolicyUpdate" | "ZonalShiftConfigUpdate" | "AutoModeUpdate" | "RemoteNetworkConfigUpdate")
1396
+ attr_accessor type: ("VersionUpdate" | "EndpointAccessUpdate" | "LoggingUpdate" | "ConfigUpdate" | "AssociateIdentityProviderConfig" | "DisassociateIdentityProviderConfig" | "AssociateEncryptionConfig" | "AddonUpdate" | "VpcConfigUpdate" | "AccessConfigUpdate" | "UpgradePolicyUpdate" | "ZonalShiftConfigUpdate" | "AutoModeUpdate" | "RemoteNetworkConfigUpdate" | "DeletionProtectionUpdate")
1395
1397
  attr_accessor params: ::Array[Types::UpdateParam]
1396
1398
  attr_accessor created_at: ::Time
1397
1399
  attr_accessor errors: ::Array[Types::ErrorDetail]
@@ -1446,6 +1448,7 @@ module Aws::EKS
1446
1448
  attr_accessor kubernetes_network_config: Types::KubernetesNetworkConfigRequest
1447
1449
  attr_accessor storage_config: Types::StorageConfigRequest
1448
1450
  attr_accessor remote_network_config: Types::RemoteNetworkConfigRequest
1451
+ attr_accessor deletion_protection: bool
1449
1452
  SENSITIVE: []
1450
1453
  end
1451
1454
 
@@ -1519,7 +1522,7 @@ module Aws::EKS
1519
1522
  end
1520
1523
 
1521
1524
  class UpdateParam
1522
- attr_accessor type: ("Version" | "PlatformVersion" | "EndpointPrivateAccess" | "EndpointPublicAccess" | "ClusterLogging" | "DesiredSize" | "LabelsToAdd" | "LabelsToRemove" | "TaintsToAdd" | "TaintsToRemove" | "MaxSize" | "MinSize" | "ReleaseVersion" | "PublicAccessCidrs" | "LaunchTemplateName" | "LaunchTemplateVersion" | "IdentityProviderConfig" | "EncryptionConfig" | "AddonVersion" | "ServiceAccountRoleArn" | "ResolveConflicts" | "MaxUnavailable" | "MaxUnavailablePercentage" | "NodeRepairEnabled" | "UpdateStrategy" | "ConfigurationValues" | "SecurityGroups" | "Subnets" | "AuthenticationMode" | "PodIdentityAssociations" | "UpgradePolicy" | "ZonalShiftConfig" | "ComputeConfig" | "StorageConfig" | "KubernetesNetworkConfig" | "RemoteNetworkConfig")
1525
+ attr_accessor type: ("Version" | "PlatformVersion" | "EndpointPrivateAccess" | "EndpointPublicAccess" | "ClusterLogging" | "DesiredSize" | "LabelsToAdd" | "LabelsToRemove" | "TaintsToAdd" | "TaintsToRemove" | "MaxSize" | "MinSize" | "ReleaseVersion" | "PublicAccessCidrs" | "LaunchTemplateName" | "LaunchTemplateVersion" | "IdentityProviderConfig" | "EncryptionConfig" | "AddonVersion" | "ServiceAccountRoleArn" | "ResolveConflicts" | "MaxUnavailable" | "MaxUnavailablePercentage" | "NodeRepairEnabled" | "UpdateStrategy" | "ConfigurationValues" | "SecurityGroups" | "Subnets" | "AuthenticationMode" | "PodIdentityAssociations" | "UpgradePolicy" | "ZonalShiftConfig" | "ComputeConfig" | "StorageConfig" | "KubernetesNetworkConfig" | "RemoteNetworkConfig" | "DeletionProtection")
1523
1526
  attr_accessor value: ::String
1524
1527
  SENSITIVE: []
1525
1528
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-eks
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.141.0
4
+ version: 1.143.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services