aws-sdk-eks 1.142.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: 351cede0bbab4ec0975de237aacabad103f6fe905d6e62086b9b8f3c08beb2f0
4
- data.tar.gz: 7268c5d301cf75339c2e38fbf5a4cf47df0034d4b4f60519c0dad5ce121ebda0
3
+ metadata.gz: e6a968d2b7b71671b73847dd20aa82bb0090c46bfbd2981155cd9f27d1ae68c7
4
+ data.tar.gz: de821fabaac007bba09fc09c6f89f08ab0b52459c05a623962e8aba1b5037ceb
5
5
  SHA512:
6
- metadata.gz: 2e64f92909867e5965261f8001c201a9390149e23cb09a4b6e694d14c3f6cbab299ef20320ca633861f27a3105c6dc01cc5dc21c281787302421b06b8d415d11
7
- data.tar.gz: 96fb609d4702bb0a6fae8eaad3a57511dde0c6824de14ec28c7e5310b1672a0a41dd593cc606a5a31d321d02701de2e90fc489d8551f301ebaa73bb87cb002c7
6
+ metadata.gz: 9fc94b2531b4b1f5109db56604b24ef2d998cf01661ba30204bd25b590949c6e68b8faa9696ad6177ca845079a0663e8f9c6f8e8f2f2f4212bbd2ebff102fbf2
7
+ data.tar.gz: e205718136552148bd9b5f9869b525c9618bee1214d4f972890021cc451cff22be1dabe94cb33ce23225d59b63ce46884d2104f0f14aef10ee90819db888a749
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.142.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.142.0
1
+ 1.143.0
@@ -581,9 +581,9 @@ module Aws::EKS
581
581
  #
582
582
  # resp.update.id #=> String
583
583
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
584
- # 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"
585
585
  # resp.update.params #=> Array
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"
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"
587
587
  # resp.update.params[0].value #=> String
588
588
  # resp.update.created_at #=> Time
589
589
  # resp.update.errors #=> Array
@@ -665,9 +665,9 @@ module Aws::EKS
665
665
  #
666
666
  # resp.update.id #=> String
667
667
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
668
- # 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"
669
669
  # resp.update.params #=> Array
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"
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"
671
671
  # resp.update.params[0].value #=> String
672
672
  # resp.update.created_at #=> Time
673
673
  # resp.update.errors #=> Array
@@ -1207,6 +1207,12 @@ module Aws::EKS
1207
1207
  # is enabled, EKS Auto Mode will create and delete EBS volumes in your
1208
1208
  # Amazon Web Services account.
1209
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
+ #
1210
1216
  # @return [Types::CreateClusterResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1211
1217
  #
1212
1218
  # * {Types::CreateClusterResponse#cluster #cluster} => Types::Cluster
@@ -1316,6 +1322,7 @@ module Aws::EKS
1316
1322
  # enabled: false,
1317
1323
  # },
1318
1324
  # },
1325
+ # deletion_protection: false,
1319
1326
  # })
1320
1327
  #
1321
1328
  # @example Response structure
@@ -1385,6 +1392,7 @@ module Aws::EKS
1385
1392
  # resp.cluster.compute_config.node_pools[0] #=> String
1386
1393
  # resp.cluster.compute_config.node_role_arn #=> String
1387
1394
  # resp.cluster.storage_config.block_storage.enabled #=> Boolean
1395
+ # resp.cluster.deletion_protection #=> Boolean
1388
1396
  #
1389
1397
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CreateCluster AWS API Documentation
1390
1398
  #
@@ -2348,6 +2356,7 @@ module Aws::EKS
2348
2356
  # resp.cluster.compute_config.node_pools[0] #=> String
2349
2357
  # resp.cluster.compute_config.node_role_arn #=> String
2350
2358
  # resp.cluster.storage_config.block_storage.enabled #=> Boolean
2359
+ # resp.cluster.deletion_protection #=> Boolean
2351
2360
  #
2352
2361
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeleteCluster AWS API Documentation
2353
2362
  #
@@ -2683,6 +2692,7 @@ module Aws::EKS
2683
2692
  # resp.cluster.compute_config.node_pools[0] #=> String
2684
2693
  # resp.cluster.compute_config.node_role_arn #=> String
2685
2694
  # resp.cluster.storage_config.block_storage.enabled #=> Boolean
2695
+ # resp.cluster.deletion_protection #=> Boolean
2686
2696
  #
2687
2697
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeregisterCluster AWS API Documentation
2688
2698
  #
@@ -3080,6 +3090,7 @@ module Aws::EKS
3080
3090
  # resp.cluster.compute_config.node_pools[0] #=> String
3081
3091
  # resp.cluster.compute_config.node_role_arn #=> String
3082
3092
  # resp.cluster.storage_config.block_storage.enabled #=> Boolean
3093
+ # resp.cluster.deletion_protection #=> Boolean
3083
3094
  #
3084
3095
  #
3085
3096
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -3554,9 +3565,9 @@ module Aws::EKS
3554
3565
  #
3555
3566
  # resp.update.id #=> String
3556
3567
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
3557
- # 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"
3558
3569
  # resp.update.params #=> Array
3559
- # 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"
3560
3571
  # resp.update.params[0].value #=> String
3561
3572
  # resp.update.created_at #=> Time
3562
3573
  # resp.update.errors #=> Array
@@ -3643,9 +3654,9 @@ module Aws::EKS
3643
3654
  #
3644
3655
  # resp.update.id #=> String
3645
3656
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
3646
- # 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"
3647
3658
  # resp.update.params #=> Array
3648
- # 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"
3649
3660
  # resp.update.params[0].value #=> String
3650
3661
  # resp.update.created_at #=> Time
3651
3662
  # resp.update.errors #=> Array
@@ -4632,6 +4643,7 @@ module Aws::EKS
4632
4643
  # resp.cluster.compute_config.node_pools[0] #=> String
4633
4644
  # resp.cluster.compute_config.node_role_arn #=> String
4634
4645
  # resp.cluster.storage_config.block_storage.enabled #=> Boolean
4646
+ # resp.cluster.deletion_protection #=> Boolean
4635
4647
  #
4636
4648
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/RegisterCluster AWS API Documentation
4637
4649
  #
@@ -4902,9 +4914,9 @@ module Aws::EKS
4902
4914
  #
4903
4915
  # resp.update.id #=> String
4904
4916
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
4905
- # 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"
4906
4918
  # resp.update.params #=> Array
4907
- # 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"
4908
4920
  # resp.update.params[0].value #=> String
4909
4921
  # resp.update.created_at #=> Time
4910
4922
  # resp.update.errors #=> Array
@@ -5062,6 +5074,12 @@ module Aws::EKS
5062
5074
  # The configuration in the cluster for EKS Hybrid Nodes. You can add,
5063
5075
  # change, or remove this configuration after the cluster is created.
5064
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
+ #
5065
5083
  # @return [Types::UpdateClusterConfigResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5066
5084
  #
5067
5085
  # * {Types::UpdateClusterConfigResponse#update #update} => Types::Update
@@ -5124,15 +5142,16 @@ module Aws::EKS
5124
5142
  # },
5125
5143
  # ],
5126
5144
  # },
5145
+ # deletion_protection: false,
5127
5146
  # })
5128
5147
  #
5129
5148
  # @example Response structure
5130
5149
  #
5131
5150
  # resp.update.id #=> String
5132
5151
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
5133
- # 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"
5134
5153
  # resp.update.params #=> Array
5135
- # 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"
5136
5155
  # resp.update.params[0].value #=> String
5137
5156
  # resp.update.created_at #=> Time
5138
5157
  # resp.update.errors #=> Array
@@ -5203,9 +5222,9 @@ module Aws::EKS
5203
5222
  #
5204
5223
  # resp.update.id #=> String
5205
5224
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
5206
- # 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"
5207
5226
  # resp.update.params #=> Array
5208
- # 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"
5209
5228
  # resp.update.params[0].value #=> String
5210
5229
  # resp.update.created_at #=> Time
5211
5230
  # resp.update.errors #=> Array
@@ -5380,9 +5399,9 @@ module Aws::EKS
5380
5399
  #
5381
5400
  # resp.update.id #=> String
5382
5401
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
5383
- # 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"
5384
5403
  # resp.update.params #=> Array
5385
- # 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"
5386
5405
  # resp.update.params[0].value #=> String
5387
5406
  # resp.update.created_at #=> Time
5388
5407
  # resp.update.errors #=> Array
@@ -5526,9 +5545,9 @@ module Aws::EKS
5526
5545
  #
5527
5546
  # resp.update.id #=> String
5528
5547
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
5529
- # 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"
5530
5549
  # resp.update.params #=> Array
5531
- # 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"
5532
5551
  # resp.update.params[0].value #=> String
5533
5552
  # resp.update.created_at #=> Time
5534
5553
  # resp.update.errors #=> Array
@@ -5692,7 +5711,7 @@ module Aws::EKS
5692
5711
  tracer: tracer
5693
5712
  )
5694
5713
  context[:gem_name] = 'aws-sdk-eks'
5695
- context[:gem_version] = '1.142.0'
5714
+ context[:gem_version] = '1.143.0'
5696
5715
  Seahorse::Client::Request.new(handlers, context)
5697
5716
  end
5698
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.142.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.142.0
4
+ version: 1.143.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services