aws-sdk-eks 1.142.0 → 1.144.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-eks/client.rb +49 -19
- data/lib/aws-sdk-eks/client_api.rb +16 -0
- data/lib/aws-sdk-eks/types.rb +80 -6
- data/lib/aws-sdk-eks.rb +1 -1
- data/sig/client.rbs +8 -3
- data/sig/types.rbs +18 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fd9c6d42473643866cd639460213d80fbd86cdd1f02c9bbf1673a94ccb16be2b
|
4
|
+
data.tar.gz: a87522b95cff41e8920e7a7e8d93e2da2a02fb760a5d1f01b801ef80e96d1a9f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e6040f0a225a467dfb4c1e16cd72fb7f0765ac3c33c9ca85187f06f66b344bd4422c3a58dd9c971940128910e40bbea5503a09275e766afc01739f78ba1d8631
|
7
|
+
data.tar.gz: 6ed1ae84e52e6d03259aeef5596a524f482212a4c4b754301bb13db02b772afca72e42ca152aa1b010e5fb843c6a5a02dfab75d44371e898c87fc6bf491e5238
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.144.0 (2025-08-20)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - EKS Add-ons Custom Namespace Support
|
8
|
+
|
9
|
+
1.143.0 (2025-08-05)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Add support for deletion protection on EKS clusters
|
13
|
+
|
4
14
|
1.142.0 (2025-08-04)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.144.0
|
data/lib/aws-sdk-eks/client.rb
CHANGED
@@ -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
|
@@ -944,6 +944,10 @@ module Aws::EKS
|
|
944
944
|
#
|
945
945
|
# [1]: https://docs.aws.amazon.com/eks/latest/userguide/add-ons-iam.html
|
946
946
|
#
|
947
|
+
# @option params [Types::AddonNamespaceConfigRequest] :namespace_config
|
948
|
+
# The namespace configuration for the addon. If specified, this will
|
949
|
+
# override the default namespace for the addon.
|
950
|
+
#
|
947
951
|
# @return [Types::CreateAddonResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
948
952
|
#
|
949
953
|
# * {Types::CreateAddonResponse#addon #addon} => Types::Addon
|
@@ -967,6 +971,9 @@ module Aws::EKS
|
|
967
971
|
# role_arn: "String", # required
|
968
972
|
# },
|
969
973
|
# ],
|
974
|
+
# namespace_config: {
|
975
|
+
# namespace: "namespace",
|
976
|
+
# },
|
970
977
|
# })
|
971
978
|
#
|
972
979
|
# @example Response structure
|
@@ -993,6 +1000,7 @@ module Aws::EKS
|
|
993
1000
|
# resp.addon.configuration_values #=> String
|
994
1001
|
# resp.addon.pod_identity_associations #=> Array
|
995
1002
|
# resp.addon.pod_identity_associations[0] #=> String
|
1003
|
+
# resp.addon.namespace_config.namespace #=> String
|
996
1004
|
#
|
997
1005
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CreateAddon AWS API Documentation
|
998
1006
|
#
|
@@ -1207,6 +1215,12 @@ module Aws::EKS
|
|
1207
1215
|
# is enabled, EKS Auto Mode will create and delete EBS volumes in your
|
1208
1216
|
# Amazon Web Services account.
|
1209
1217
|
#
|
1218
|
+
# @option params [Boolean] :deletion_protection
|
1219
|
+
# Indicates whether to enable deletion protection for the cluster. When
|
1220
|
+
# enabled, the cluster cannot be deleted unless deletion protection is
|
1221
|
+
# first disabled. This helps prevent accidental cluster deletion.
|
1222
|
+
# Default value is `false`.
|
1223
|
+
#
|
1210
1224
|
# @return [Types::CreateClusterResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1211
1225
|
#
|
1212
1226
|
# * {Types::CreateClusterResponse#cluster #cluster} => Types::Cluster
|
@@ -1316,6 +1330,7 @@ module Aws::EKS
|
|
1316
1330
|
# enabled: false,
|
1317
1331
|
# },
|
1318
1332
|
# },
|
1333
|
+
# deletion_protection: false,
|
1319
1334
|
# })
|
1320
1335
|
#
|
1321
1336
|
# @example Response structure
|
@@ -1385,6 +1400,7 @@ module Aws::EKS
|
|
1385
1400
|
# resp.cluster.compute_config.node_pools[0] #=> String
|
1386
1401
|
# resp.cluster.compute_config.node_role_arn #=> String
|
1387
1402
|
# resp.cluster.storage_config.block_storage.enabled #=> Boolean
|
1403
|
+
# resp.cluster.deletion_protection #=> Boolean
|
1388
1404
|
#
|
1389
1405
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CreateCluster AWS API Documentation
|
1390
1406
|
#
|
@@ -2228,6 +2244,7 @@ module Aws::EKS
|
|
2228
2244
|
# resp.addon.configuration_values #=> String
|
2229
2245
|
# resp.addon.pod_identity_associations #=> Array
|
2230
2246
|
# resp.addon.pod_identity_associations[0] #=> String
|
2247
|
+
# resp.addon.namespace_config.namespace #=> String
|
2231
2248
|
#
|
2232
2249
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeleteAddon AWS API Documentation
|
2233
2250
|
#
|
@@ -2348,6 +2365,7 @@ module Aws::EKS
|
|
2348
2365
|
# resp.cluster.compute_config.node_pools[0] #=> String
|
2349
2366
|
# resp.cluster.compute_config.node_role_arn #=> String
|
2350
2367
|
# resp.cluster.storage_config.block_storage.enabled #=> Boolean
|
2368
|
+
# resp.cluster.deletion_protection #=> Boolean
|
2351
2369
|
#
|
2352
2370
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeleteCluster AWS API Documentation
|
2353
2371
|
#
|
@@ -2683,6 +2701,7 @@ module Aws::EKS
|
|
2683
2701
|
# resp.cluster.compute_config.node_pools[0] #=> String
|
2684
2702
|
# resp.cluster.compute_config.node_role_arn #=> String
|
2685
2703
|
# resp.cluster.storage_config.block_storage.enabled #=> Boolean
|
2704
|
+
# resp.cluster.deletion_protection #=> Boolean
|
2686
2705
|
#
|
2687
2706
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeregisterCluster AWS API Documentation
|
2688
2707
|
#
|
@@ -2783,6 +2802,7 @@ module Aws::EKS
|
|
2783
2802
|
# resp.addon.configuration_values #=> String
|
2784
2803
|
# resp.addon.pod_identity_associations #=> Array
|
2785
2804
|
# resp.addon.pod_identity_associations[0] #=> String
|
2805
|
+
# resp.addon.namespace_config.namespace #=> String
|
2786
2806
|
#
|
2787
2807
|
#
|
2788
2808
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
@@ -2938,6 +2958,7 @@ module Aws::EKS
|
|
2938
2958
|
# resp.addons[0].owner #=> String
|
2939
2959
|
# resp.addons[0].marketplace_information.product_id #=> String
|
2940
2960
|
# resp.addons[0].marketplace_information.product_url #=> String
|
2961
|
+
# resp.addons[0].default_namespace #=> String
|
2941
2962
|
# resp.next_token #=> String
|
2942
2963
|
#
|
2943
2964
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DescribeAddonVersions AWS API Documentation
|
@@ -3080,6 +3101,7 @@ module Aws::EKS
|
|
3080
3101
|
# resp.cluster.compute_config.node_pools[0] #=> String
|
3081
3102
|
# resp.cluster.compute_config.node_role_arn #=> String
|
3082
3103
|
# resp.cluster.storage_config.block_storage.enabled #=> Boolean
|
3104
|
+
# resp.cluster.deletion_protection #=> Boolean
|
3083
3105
|
#
|
3084
3106
|
#
|
3085
3107
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
@@ -3554,9 +3576,9 @@ module Aws::EKS
|
|
3554
3576
|
#
|
3555
3577
|
# resp.update.id #=> String
|
3556
3578
|
# 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"
|
3579
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate"
|
3558
3580
|
# 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"
|
3581
|
+
# 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
3582
|
# resp.update.params[0].value #=> String
|
3561
3583
|
# resp.update.created_at #=> Time
|
3562
3584
|
# resp.update.errors #=> Array
|
@@ -3643,9 +3665,9 @@ module Aws::EKS
|
|
3643
3665
|
#
|
3644
3666
|
# resp.update.id #=> String
|
3645
3667
|
# 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"
|
3668
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate"
|
3647
3669
|
# 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"
|
3670
|
+
# 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
3671
|
# resp.update.params[0].value #=> String
|
3650
3672
|
# resp.update.created_at #=> Time
|
3651
3673
|
# resp.update.errors #=> Array
|
@@ -4632,6 +4654,7 @@ module Aws::EKS
|
|
4632
4654
|
# resp.cluster.compute_config.node_pools[0] #=> String
|
4633
4655
|
# resp.cluster.compute_config.node_role_arn #=> String
|
4634
4656
|
# resp.cluster.storage_config.block_storage.enabled #=> Boolean
|
4657
|
+
# resp.cluster.deletion_protection #=> Boolean
|
4635
4658
|
#
|
4636
4659
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/RegisterCluster AWS API Documentation
|
4637
4660
|
#
|
@@ -4902,9 +4925,9 @@ module Aws::EKS
|
|
4902
4925
|
#
|
4903
4926
|
# resp.update.id #=> String
|
4904
4927
|
# 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"
|
4928
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate"
|
4906
4929
|
# 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"
|
4930
|
+
# 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
4931
|
# resp.update.params[0].value #=> String
|
4909
4932
|
# resp.update.created_at #=> Time
|
4910
4933
|
# resp.update.errors #=> Array
|
@@ -5062,6 +5085,12 @@ module Aws::EKS
|
|
5062
5085
|
# The configuration in the cluster for EKS Hybrid Nodes. You can add,
|
5063
5086
|
# change, or remove this configuration after the cluster is created.
|
5064
5087
|
#
|
5088
|
+
# @option params [Boolean] :deletion_protection
|
5089
|
+
# Specifies whether to enable or disable deletion protection for the
|
5090
|
+
# cluster. When enabled (`true`), the cluster cannot be deleted until
|
5091
|
+
# deletion protection is explicitly disabled. When disabled (`false`),
|
5092
|
+
# the cluster can be deleted normally.
|
5093
|
+
#
|
5065
5094
|
# @return [Types::UpdateClusterConfigResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
5066
5095
|
#
|
5067
5096
|
# * {Types::UpdateClusterConfigResponse#update #update} => Types::Update
|
@@ -5124,15 +5153,16 @@ module Aws::EKS
|
|
5124
5153
|
# },
|
5125
5154
|
# ],
|
5126
5155
|
# },
|
5156
|
+
# deletion_protection: false,
|
5127
5157
|
# })
|
5128
5158
|
#
|
5129
5159
|
# @example Response structure
|
5130
5160
|
#
|
5131
5161
|
# resp.update.id #=> String
|
5132
5162
|
# 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"
|
5163
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate"
|
5134
5164
|
# 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"
|
5165
|
+
# 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
5166
|
# resp.update.params[0].value #=> String
|
5137
5167
|
# resp.update.created_at #=> Time
|
5138
5168
|
# resp.update.errors #=> Array
|
@@ -5203,9 +5233,9 @@ module Aws::EKS
|
|
5203
5233
|
#
|
5204
5234
|
# resp.update.id #=> String
|
5205
5235
|
# 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"
|
5236
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate"
|
5207
5237
|
# 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"
|
5238
|
+
# 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
5239
|
# resp.update.params[0].value #=> String
|
5210
5240
|
# resp.update.created_at #=> Time
|
5211
5241
|
# resp.update.errors #=> Array
|
@@ -5380,9 +5410,9 @@ module Aws::EKS
|
|
5380
5410
|
#
|
5381
5411
|
# resp.update.id #=> String
|
5382
5412
|
# 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"
|
5413
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate"
|
5384
5414
|
# 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"
|
5415
|
+
# 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
5416
|
# resp.update.params[0].value #=> String
|
5387
5417
|
# resp.update.created_at #=> Time
|
5388
5418
|
# resp.update.errors #=> Array
|
@@ -5526,9 +5556,9 @@ module Aws::EKS
|
|
5526
5556
|
#
|
5527
5557
|
# resp.update.id #=> String
|
5528
5558
|
# 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"
|
5559
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate"
|
5530
5560
|
# 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"
|
5561
|
+
# 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
5562
|
# resp.update.params[0].value #=> String
|
5533
5563
|
# resp.update.created_at #=> Time
|
5534
5564
|
# resp.update.errors #=> Array
|
@@ -5692,7 +5722,7 @@ module Aws::EKS
|
|
5692
5722
|
tracer: tracer
|
5693
5723
|
)
|
5694
5724
|
context[:gem_name] = 'aws-sdk-eks'
|
5695
|
-
context[:gem_version] = '1.
|
5725
|
+
context[:gem_version] = '1.144.0'
|
5696
5726
|
Seahorse::Client::Request.new(handlers, context)
|
5697
5727
|
end
|
5698
5728
|
|
@@ -31,6 +31,8 @@ module Aws::EKS
|
|
31
31
|
AddonIssue = Shapes::StructureShape.new(name: 'AddonIssue')
|
32
32
|
AddonIssueCode = Shapes::StringShape.new(name: 'AddonIssueCode')
|
33
33
|
AddonIssueList = Shapes::ListShape.new(name: 'AddonIssueList')
|
34
|
+
AddonNamespaceConfigRequest = Shapes::StructureShape.new(name: 'AddonNamespaceConfigRequest')
|
35
|
+
AddonNamespaceConfigResponse = Shapes::StructureShape.new(name: 'AddonNamespaceConfigResponse')
|
34
36
|
AddonPodIdentityAssociations = Shapes::StructureShape.new(name: 'AddonPodIdentityAssociations')
|
35
37
|
AddonPodIdentityAssociationsList = Shapes::ListShape.new(name: 'AddonPodIdentityAssociationsList')
|
36
38
|
AddonPodIdentityConfiguration = Shapes::StructureShape.new(name: 'AddonPodIdentityConfiguration')
|
@@ -335,6 +337,7 @@ module Aws::EKS
|
|
335
337
|
labelValue = Shapes::StringShape.new(name: 'labelValue')
|
336
338
|
labelsKeyList = Shapes::ListShape.new(name: 'labelsKeyList')
|
337
339
|
labelsMap = Shapes::MapShape.new(name: 'labelsMap')
|
340
|
+
namespace = Shapes::StringShape.new(name: 'namespace')
|
338
341
|
requiredClaimsKey = Shapes::StringShape.new(name: 'requiredClaimsKey')
|
339
342
|
requiredClaimsMap = Shapes::MapShape.new(name: 'requiredClaimsMap')
|
340
343
|
requiredClaimsValue = Shapes::StringShape.new(name: 'requiredClaimsValue')
|
@@ -388,6 +391,7 @@ module Aws::EKS
|
|
388
391
|
Addon.add_member(:marketplace_information, Shapes::ShapeRef.new(shape: MarketplaceInformation, location_name: "marketplaceInformation"))
|
389
392
|
Addon.add_member(:configuration_values, Shapes::ShapeRef.new(shape: String, location_name: "configurationValues"))
|
390
393
|
Addon.add_member(:pod_identity_associations, Shapes::ShapeRef.new(shape: StringList, location_name: "podIdentityAssociations"))
|
394
|
+
Addon.add_member(:namespace_config, Shapes::ShapeRef.new(shape: AddonNamespaceConfigResponse, location_name: "namespaceConfig"))
|
391
395
|
Addon.struct_class = Types::Addon
|
392
396
|
|
393
397
|
AddonCompatibilityDetail.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
@@ -405,6 +409,7 @@ module Aws::EKS
|
|
405
409
|
AddonInfo.add_member(:publisher, Shapes::ShapeRef.new(shape: String, location_name: "publisher"))
|
406
410
|
AddonInfo.add_member(:owner, Shapes::ShapeRef.new(shape: String, location_name: "owner"))
|
407
411
|
AddonInfo.add_member(:marketplace_information, Shapes::ShapeRef.new(shape: MarketplaceInformation, location_name: "marketplaceInformation"))
|
412
|
+
AddonInfo.add_member(:default_namespace, Shapes::ShapeRef.new(shape: String, location_name: "defaultNamespace"))
|
408
413
|
AddonInfo.struct_class = Types::AddonInfo
|
409
414
|
|
410
415
|
AddonIssue.add_member(:code, Shapes::ShapeRef.new(shape: AddonIssueCode, location_name: "code"))
|
@@ -414,6 +419,12 @@ module Aws::EKS
|
|
414
419
|
|
415
420
|
AddonIssueList.member = Shapes::ShapeRef.new(shape: AddonIssue)
|
416
421
|
|
422
|
+
AddonNamespaceConfigRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: namespace, location_name: "namespace"))
|
423
|
+
AddonNamespaceConfigRequest.struct_class = Types::AddonNamespaceConfigRequest
|
424
|
+
|
425
|
+
AddonNamespaceConfigResponse.add_member(:namespace, Shapes::ShapeRef.new(shape: namespace, location_name: "namespace"))
|
426
|
+
AddonNamespaceConfigResponse.struct_class = Types::AddonNamespaceConfigResponse
|
427
|
+
|
417
428
|
AddonPodIdentityAssociations.add_member(:service_account, Shapes::ShapeRef.new(shape: String, required: true, location_name: "serviceAccount"))
|
418
429
|
AddonPodIdentityAssociations.add_member(:role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "roleArn"))
|
419
430
|
AddonPodIdentityAssociations.struct_class = Types::AddonPodIdentityAssociations
|
@@ -531,6 +542,7 @@ module Aws::EKS
|
|
531
542
|
Cluster.add_member(:remote_network_config, Shapes::ShapeRef.new(shape: RemoteNetworkConfigResponse, location_name: "remoteNetworkConfig"))
|
532
543
|
Cluster.add_member(:compute_config, Shapes::ShapeRef.new(shape: ComputeConfigResponse, location_name: "computeConfig"))
|
533
544
|
Cluster.add_member(:storage_config, Shapes::ShapeRef.new(shape: StorageConfigResponse, location_name: "storageConfig"))
|
545
|
+
Cluster.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "deletionProtection"))
|
534
546
|
Cluster.struct_class = Types::Cluster
|
535
547
|
|
536
548
|
ClusterHealth.add_member(:issues, Shapes::ShapeRef.new(shape: ClusterIssueList, location_name: "issues"))
|
@@ -616,6 +628,7 @@ module Aws::EKS
|
|
616
628
|
CreateAddonRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
617
629
|
CreateAddonRequest.add_member(:configuration_values, Shapes::ShapeRef.new(shape: String, location_name: "configurationValues"))
|
618
630
|
CreateAddonRequest.add_member(:pod_identity_associations, Shapes::ShapeRef.new(shape: AddonPodIdentityAssociationsList, location_name: "podIdentityAssociations"))
|
631
|
+
CreateAddonRequest.add_member(:namespace_config, Shapes::ShapeRef.new(shape: AddonNamespaceConfigRequest, location_name: "namespaceConfig"))
|
619
632
|
CreateAddonRequest.struct_class = Types::CreateAddonRequest
|
620
633
|
|
621
634
|
CreateAddonResponse.add_member(:addon, Shapes::ShapeRef.new(shape: Addon, location_name: "addon"))
|
@@ -638,6 +651,7 @@ module Aws::EKS
|
|
638
651
|
CreateClusterRequest.add_member(:remote_network_config, Shapes::ShapeRef.new(shape: RemoteNetworkConfigRequest, location_name: "remoteNetworkConfig"))
|
639
652
|
CreateClusterRequest.add_member(:compute_config, Shapes::ShapeRef.new(shape: ComputeConfigRequest, location_name: "computeConfig"))
|
640
653
|
CreateClusterRequest.add_member(:storage_config, Shapes::ShapeRef.new(shape: StorageConfigRequest, location_name: "storageConfig"))
|
654
|
+
CreateClusterRequest.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "deletionProtection"))
|
641
655
|
CreateClusterRequest.struct_class = Types::CreateClusterRequest
|
642
656
|
|
643
657
|
CreateClusterResponse.add_member(:cluster, Shapes::ShapeRef.new(shape: Cluster, location_name: "cluster"))
|
@@ -1468,6 +1482,7 @@ module Aws::EKS
|
|
1468
1482
|
UpdateClusterConfigRequest.add_member(:kubernetes_network_config, Shapes::ShapeRef.new(shape: KubernetesNetworkConfigRequest, location_name: "kubernetesNetworkConfig"))
|
1469
1483
|
UpdateClusterConfigRequest.add_member(:storage_config, Shapes::ShapeRef.new(shape: StorageConfigRequest, location_name: "storageConfig"))
|
1470
1484
|
UpdateClusterConfigRequest.add_member(:remote_network_config, Shapes::ShapeRef.new(shape: RemoteNetworkConfigRequest, location_name: "remoteNetworkConfig"))
|
1485
|
+
UpdateClusterConfigRequest.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "deletionProtection"))
|
1471
1486
|
UpdateClusterConfigRequest.struct_class = Types::UpdateClusterConfigRequest
|
1472
1487
|
|
1473
1488
|
UpdateClusterConfigResponse.add_member(:update, Shapes::ShapeRef.new(shape: Update, location_name: "update"))
|
@@ -1775,6 +1790,7 @@ module Aws::EKS
|
|
1775
1790
|
o.errors << Shapes::ShapeRef.new(shape: ClientException)
|
1776
1791
|
o.errors << Shapes::ShapeRef.new(shape: ServerException)
|
1777
1792
|
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
1793
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1778
1794
|
end)
|
1779
1795
|
|
1780
1796
|
api.add_operation(:delete_eks_anywhere_subscription, Seahorse::Model::Operation.new.tap do |o|
|
data/lib/aws-sdk-eks/types.rb
CHANGED
@@ -264,6 +264,11 @@ module Aws::EKS
|
|
264
264
|
# [1]: https://docs.aws.amazon.com/eks/latest/userguide/add-ons-iam.html
|
265
265
|
# @return [Array<String>]
|
266
266
|
#
|
267
|
+
# @!attribute [rw] namespace_config
|
268
|
+
# The namespace configuration for the addon. This specifies the
|
269
|
+
# Kubernetes namespace where the addon is installed.
|
270
|
+
# @return [Types::AddonNamespaceConfigResponse]
|
271
|
+
#
|
267
272
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/Addon AWS API Documentation
|
268
273
|
#
|
269
274
|
class Addon < Struct.new(
|
@@ -281,7 +286,8 @@ module Aws::EKS
|
|
281
286
|
:owner,
|
282
287
|
:marketplace_information,
|
283
288
|
:configuration_values,
|
284
|
-
:pod_identity_associations
|
289
|
+
:pod_identity_associations,
|
290
|
+
:namespace_config)
|
285
291
|
SENSITIVE = []
|
286
292
|
include Aws::Structure
|
287
293
|
end
|
@@ -350,6 +356,11 @@ module Aws::EKS
|
|
350
356
|
# Marketplace.
|
351
357
|
# @return [Types::MarketplaceInformation]
|
352
358
|
#
|
359
|
+
# @!attribute [rw] default_namespace
|
360
|
+
# The default Kubernetes namespace where this addon is typically
|
361
|
+
# installed if no custom namespace is specified.
|
362
|
+
# @return [String]
|
363
|
+
#
|
353
364
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/AddonInfo AWS API Documentation
|
354
365
|
#
|
355
366
|
class AddonInfo < Struct.new(
|
@@ -358,7 +369,8 @@ module Aws::EKS
|
|
358
369
|
:addon_versions,
|
359
370
|
:publisher,
|
360
371
|
:owner,
|
361
|
-
:marketplace_information
|
372
|
+
:marketplace_information,
|
373
|
+
:default_namespace)
|
362
374
|
SENSITIVE = []
|
363
375
|
include Aws::Structure
|
364
376
|
end
|
@@ -388,6 +400,37 @@ module Aws::EKS
|
|
388
400
|
include Aws::Structure
|
389
401
|
end
|
390
402
|
|
403
|
+
# The namespace configuration request object for specifying a custom
|
404
|
+
# namespace when creating an addon.
|
405
|
+
#
|
406
|
+
# @!attribute [rw] namespace
|
407
|
+
# The name of the Kubernetes namespace to install the addon in. Must
|
408
|
+
# be a valid RFC 1123 DNS label.
|
409
|
+
# @return [String]
|
410
|
+
#
|
411
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/AddonNamespaceConfigRequest AWS API Documentation
|
412
|
+
#
|
413
|
+
class AddonNamespaceConfigRequest < Struct.new(
|
414
|
+
:namespace)
|
415
|
+
SENSITIVE = []
|
416
|
+
include Aws::Structure
|
417
|
+
end
|
418
|
+
|
419
|
+
# The namespace configuration response object containing information
|
420
|
+
# about the namespace where an addon is installed.
|
421
|
+
#
|
422
|
+
# @!attribute [rw] namespace
|
423
|
+
# The name of the Kubernetes namespace where the addon is installed.
|
424
|
+
# @return [String]
|
425
|
+
#
|
426
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/AddonNamespaceConfigResponse AWS API Documentation
|
427
|
+
#
|
428
|
+
class AddonNamespaceConfigResponse < Struct.new(
|
429
|
+
:namespace)
|
430
|
+
SENSITIVE = []
|
431
|
+
include Aws::Structure
|
432
|
+
end
|
433
|
+
|
391
434
|
# A type of EKS Pod Identity association owned by an Amazon EKS add-on.
|
392
435
|
#
|
393
436
|
# Each association maps a role to a service account in a namespace in
|
@@ -949,6 +992,14 @@ module Aws::EKS
|
|
949
992
|
# storage capability in the *Amazon EKS User Guide*.
|
950
993
|
# @return [Types::StorageConfigResponse]
|
951
994
|
#
|
995
|
+
# @!attribute [rw] deletion_protection
|
996
|
+
# The current deletion protection setting for the cluster. When
|
997
|
+
# `true`, deletion protection is enabled and the cluster cannot be
|
998
|
+
# deleted until protection is disabled. When `false`, the cluster can
|
999
|
+
# be deleted normally. This setting only applies to clusters in an
|
1000
|
+
# active state.
|
1001
|
+
# @return [Boolean]
|
1002
|
+
#
|
952
1003
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/Cluster AWS API Documentation
|
953
1004
|
#
|
954
1005
|
class Cluster < Struct.new(
|
@@ -977,7 +1028,8 @@ module Aws::EKS
|
|
977
1028
|
:zonal_shift_config,
|
978
1029
|
:remote_network_config,
|
979
1030
|
:compute_config,
|
980
|
-
:storage_config
|
1031
|
+
:storage_config,
|
1032
|
+
:deletion_protection)
|
981
1033
|
SENSITIVE = []
|
982
1034
|
include Aws::Structure
|
983
1035
|
end
|
@@ -1536,6 +1588,11 @@ module Aws::EKS
|
|
1536
1588
|
# [1]: https://docs.aws.amazon.com/eks/latest/userguide/add-ons-iam.html
|
1537
1589
|
# @return [Array<Types::AddonPodIdentityAssociations>]
|
1538
1590
|
#
|
1591
|
+
# @!attribute [rw] namespace_config
|
1592
|
+
# The namespace configuration for the addon. If specified, this will
|
1593
|
+
# override the default namespace for the addon.
|
1594
|
+
# @return [Types::AddonNamespaceConfigRequest]
|
1595
|
+
#
|
1539
1596
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CreateAddonRequest AWS API Documentation
|
1540
1597
|
#
|
1541
1598
|
class CreateAddonRequest < Struct.new(
|
@@ -1547,7 +1604,8 @@ module Aws::EKS
|
|
1547
1604
|
:client_request_token,
|
1548
1605
|
:tags,
|
1549
1606
|
:configuration_values,
|
1550
|
-
:pod_identity_associations
|
1607
|
+
:pod_identity_associations,
|
1608
|
+
:namespace_config)
|
1551
1609
|
SENSITIVE = []
|
1552
1610
|
include Aws::Structure
|
1553
1611
|
end
|
@@ -1738,6 +1796,13 @@ module Aws::EKS
|
|
1738
1796
|
# Amazon Web Services account.
|
1739
1797
|
# @return [Types::StorageConfigRequest]
|
1740
1798
|
#
|
1799
|
+
# @!attribute [rw] deletion_protection
|
1800
|
+
# Indicates whether to enable deletion protection for the cluster.
|
1801
|
+
# When enabled, the cluster cannot be deleted unless deletion
|
1802
|
+
# protection is first disabled. This helps prevent accidental cluster
|
1803
|
+
# deletion. Default value is `false`.
|
1804
|
+
# @return [Boolean]
|
1805
|
+
#
|
1741
1806
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CreateClusterRequest AWS API Documentation
|
1742
1807
|
#
|
1743
1808
|
class CreateClusterRequest < Struct.new(
|
@@ -1757,7 +1822,8 @@ module Aws::EKS
|
|
1757
1822
|
:zonal_shift_config,
|
1758
1823
|
:remote_network_config,
|
1759
1824
|
:compute_config,
|
1760
|
-
:storage_config
|
1825
|
+
:storage_config,
|
1826
|
+
:deletion_protection)
|
1761
1827
|
SENSITIVE = []
|
1762
1828
|
include Aws::Structure
|
1763
1829
|
end
|
@@ -6913,6 +6979,13 @@ module Aws::EKS
|
|
6913
6979
|
# change, or remove this configuration after the cluster is created.
|
6914
6980
|
# @return [Types::RemoteNetworkConfigRequest]
|
6915
6981
|
#
|
6982
|
+
# @!attribute [rw] deletion_protection
|
6983
|
+
# Specifies whether to enable or disable deletion protection for the
|
6984
|
+
# cluster. When enabled (`true`), the cluster cannot be deleted until
|
6985
|
+
# deletion protection is explicitly disabled. When disabled (`false`),
|
6986
|
+
# the cluster can be deleted normally.
|
6987
|
+
# @return [Boolean]
|
6988
|
+
#
|
6916
6989
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/UpdateClusterConfigRequest AWS API Documentation
|
6917
6990
|
#
|
6918
6991
|
class UpdateClusterConfigRequest < Struct.new(
|
@@ -6926,7 +6999,8 @@ module Aws::EKS
|
|
6926
6999
|
:compute_config,
|
6927
7000
|
:kubernetes_network_config,
|
6928
7001
|
:storage_config,
|
6929
|
-
:remote_network_config
|
7002
|
+
:remote_network_config,
|
7003
|
+
:deletion_protection)
|
6930
7004
|
SENSITIVE = []
|
6931
7005
|
include Aws::Structure
|
6932
7006
|
end
|
data/lib/aws-sdk-eks.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -173,7 +173,10 @@ module Aws
|
|
173
173
|
service_account: ::String,
|
174
174
|
role_arn: ::String
|
175
175
|
},
|
176
|
-
]
|
176
|
+
],
|
177
|
+
?namespace_config: {
|
178
|
+
namespace: ::String?
|
179
|
+
}
|
177
180
|
) -> _CreateAddonResponseSuccess
|
178
181
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAddonResponseSuccess
|
179
182
|
|
@@ -257,7 +260,8 @@ module Aws
|
|
257
260
|
block_storage: {
|
258
261
|
enabled: bool?
|
259
262
|
}?
|
260
|
-
}
|
263
|
+
},
|
264
|
+
?deletion_protection: bool
|
261
265
|
) -> _CreateClusterResponseSuccess
|
262
266
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateClusterResponseSuccess
|
263
267
|
|
@@ -952,7 +956,8 @@ module Aws
|
|
952
956
|
cidrs: Array[::String]?
|
953
957
|
},
|
954
958
|
]?
|
955
|
-
}
|
959
|
+
},
|
960
|
+
?deletion_protection: bool
|
956
961
|
) -> _UpdateClusterConfigResponseSuccess
|
957
962
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateClusterConfigResponseSuccess
|
958
963
|
|
data/sig/types.rbs
CHANGED
@@ -60,6 +60,7 @@ module Aws::EKS
|
|
60
60
|
attr_accessor marketplace_information: Types::MarketplaceInformation
|
61
61
|
attr_accessor configuration_values: ::String
|
62
62
|
attr_accessor pod_identity_associations: ::Array[::String]
|
63
|
+
attr_accessor namespace_config: Types::AddonNamespaceConfigResponse
|
63
64
|
SENSITIVE: []
|
64
65
|
end
|
65
66
|
|
@@ -81,6 +82,7 @@ module Aws::EKS
|
|
81
82
|
attr_accessor publisher: ::String
|
82
83
|
attr_accessor owner: ::String
|
83
84
|
attr_accessor marketplace_information: Types::MarketplaceInformation
|
85
|
+
attr_accessor default_namespace: ::String
|
84
86
|
SENSITIVE: []
|
85
87
|
end
|
86
88
|
|
@@ -91,6 +93,16 @@ module Aws::EKS
|
|
91
93
|
SENSITIVE: []
|
92
94
|
end
|
93
95
|
|
96
|
+
class AddonNamespaceConfigRequest
|
97
|
+
attr_accessor namespace: ::String
|
98
|
+
SENSITIVE: []
|
99
|
+
end
|
100
|
+
|
101
|
+
class AddonNamespaceConfigResponse
|
102
|
+
attr_accessor namespace: ::String
|
103
|
+
SENSITIVE: []
|
104
|
+
end
|
105
|
+
|
94
106
|
class AddonPodIdentityAssociations
|
95
107
|
attr_accessor service_account: ::String
|
96
108
|
attr_accessor role_arn: ::String
|
@@ -225,6 +237,7 @@ module Aws::EKS
|
|
225
237
|
attr_accessor remote_network_config: Types::RemoteNetworkConfigResponse
|
226
238
|
attr_accessor compute_config: Types::ComputeConfigResponse
|
227
239
|
attr_accessor storage_config: Types::StorageConfigResponse
|
240
|
+
attr_accessor deletion_protection: bool
|
228
241
|
SENSITIVE: []
|
229
242
|
end
|
230
243
|
|
@@ -332,6 +345,7 @@ module Aws::EKS
|
|
332
345
|
attr_accessor tags: ::Hash[::String, ::String]
|
333
346
|
attr_accessor configuration_values: ::String
|
334
347
|
attr_accessor pod_identity_associations: ::Array[Types::AddonPodIdentityAssociations]
|
348
|
+
attr_accessor namespace_config: Types::AddonNamespaceConfigRequest
|
335
349
|
SENSITIVE: []
|
336
350
|
end
|
337
351
|
|
@@ -358,6 +372,7 @@ module Aws::EKS
|
|
358
372
|
attr_accessor remote_network_config: Types::RemoteNetworkConfigRequest
|
359
373
|
attr_accessor compute_config: Types::ComputeConfigRequest
|
360
374
|
attr_accessor storage_config: Types::StorageConfigRequest
|
375
|
+
attr_accessor deletion_protection: bool
|
361
376
|
SENSITIVE: []
|
362
377
|
end
|
363
378
|
|
@@ -1391,7 +1406,7 @@ module Aws::EKS
|
|
1391
1406
|
class Update
|
1392
1407
|
attr_accessor id: ::String
|
1393
1408
|
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")
|
1409
|
+
attr_accessor type: ("VersionUpdate" | "EndpointAccessUpdate" | "LoggingUpdate" | "ConfigUpdate" | "AssociateIdentityProviderConfig" | "DisassociateIdentityProviderConfig" | "AssociateEncryptionConfig" | "AddonUpdate" | "VpcConfigUpdate" | "AccessConfigUpdate" | "UpgradePolicyUpdate" | "ZonalShiftConfigUpdate" | "AutoModeUpdate" | "RemoteNetworkConfigUpdate" | "DeletionProtectionUpdate")
|
1395
1410
|
attr_accessor params: ::Array[Types::UpdateParam]
|
1396
1411
|
attr_accessor created_at: ::Time
|
1397
1412
|
attr_accessor errors: ::Array[Types::ErrorDetail]
|
@@ -1446,6 +1461,7 @@ module Aws::EKS
|
|
1446
1461
|
attr_accessor kubernetes_network_config: Types::KubernetesNetworkConfigRequest
|
1447
1462
|
attr_accessor storage_config: Types::StorageConfigRequest
|
1448
1463
|
attr_accessor remote_network_config: Types::RemoteNetworkConfigRequest
|
1464
|
+
attr_accessor deletion_protection: bool
|
1449
1465
|
SENSITIVE: []
|
1450
1466
|
end
|
1451
1467
|
|
@@ -1519,7 +1535,7 @@ module Aws::EKS
|
|
1519
1535
|
end
|
1520
1536
|
|
1521
1537
|
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")
|
1538
|
+
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
1539
|
attr_accessor value: ::String
|
1524
1540
|
SENSITIVE: []
|
1525
1541
|
end
|