aws-sdk-eks 1.122.0 → 1.123.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c7931cc5ab62827dda82685a5a6e54fe376feed68851a41383bebb48b12ea074
4
- data.tar.gz: 3ba6035af1e12c988e4357d505a8e92f096ed6a530fbf7226fdc6911d311fb55
3
+ metadata.gz: a998fe0ba546cbb80041e1ca2cbf4672ffded1d3501f00e8c26db8f569bd9795
4
+ data.tar.gz: e297d83ea695d9ede54c16842b312d30bbf329772a2c971d37b09488d15a9bcc
5
5
  SHA512:
6
- metadata.gz: a1ee0214c4182cdebe2d6b23ef365aa78c56ffbbd75a7cd374c5e03f1bdf50fcd4ed00e2f7461abf05875ef6187832d6eef1d4836c66ae1f730ade8d0b1e9baa
7
- data.tar.gz: 32b6e0a0d87f9634c92a750da0cabf4eb141ffa227b758516d9fbd5fbd4306cfa01fea053f02426fd13110a2df6c339c156d2a78195796c98990bf7dc246d72a
6
+ metadata.gz: 7df6db1b1c30324887d1054f22661000e7b431f151c41dac5f6868a53ce2fac8db033dc5a24fb9a4a69fa6228c3ed941ce412267200e39fe567cc5b314f00965
7
+ data.tar.gz: 758919124e626761fa59f75a6ce4c636365b7e79a4faaed4a572475b16a18328f02948ef249ad4b447190611362bf07a56f5a6ee29157075d19ae30cdbf0c15c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.123.0 (2024-12-13)
5
+ ------------------
6
+
7
+ * Feature - Add NodeRepairConfig in CreateNodegroupRequest and UpdateNodegroupConfigRequest
8
+
4
9
  1.122.0 (2024-12-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.122.0
1
+ 1.123.0
@@ -554,7 +554,7 @@ module Aws::EKS
554
554
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
555
555
  # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate"
556
556
  # resp.update.params #=> Array
557
- # 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", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
557
+ # 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", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
558
558
  # resp.update.params[0].value #=> String
559
559
  # resp.update.created_at #=> Time
560
560
  # resp.update.errors #=> Array
@@ -638,7 +638,7 @@ module Aws::EKS
638
638
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
639
639
  # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate"
640
640
  # resp.update.params #=> Array
641
- # 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", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
641
+ # 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", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
642
642
  # resp.update.params[0].value #=> String
643
643
  # resp.update.created_at #=> Time
644
644
  # resp.update.errors #=> Array
@@ -1755,6 +1755,9 @@ module Aws::EKS
1755
1755
  # @option params [Types::NodegroupUpdateConfig] :update_config
1756
1756
  # The node group update configuration.
1757
1757
  #
1758
+ # @option params [Types::NodeRepairConfig] :node_repair_config
1759
+ # The node auto repair configuration for the node group.
1760
+ #
1758
1761
  # @option params [String] :capacity_type
1759
1762
  # The capacity type for your node group.
1760
1763
  #
@@ -1839,6 +1842,9 @@ module Aws::EKS
1839
1842
  # max_unavailable: 1,
1840
1843
  # max_unavailable_percentage: 1,
1841
1844
  # },
1845
+ # node_repair_config: {
1846
+ # enabled: false,
1847
+ # },
1842
1848
  # capacity_type: "ON_DEMAND", # accepts ON_DEMAND, SPOT, CAPACITY_BLOCK
1843
1849
  # version: "String",
1844
1850
  # release_version: "String",
@@ -1884,6 +1890,7 @@ module Aws::EKS
1884
1890
  # resp.nodegroup.health.issues[0].resource_ids[0] #=> String
1885
1891
  # resp.nodegroup.update_config.max_unavailable #=> Integer
1886
1892
  # resp.nodegroup.update_config.max_unavailable_percentage #=> Integer
1893
+ # resp.nodegroup.node_repair_config.enabled #=> Boolean
1887
1894
  # resp.nodegroup.launch_template.name #=> String
1888
1895
  # resp.nodegroup.launch_template.version #=> String
1889
1896
  # resp.nodegroup.launch_template.id #=> String
@@ -2397,6 +2404,7 @@ module Aws::EKS
2397
2404
  # resp.nodegroup.health.issues[0].resource_ids[0] #=> String
2398
2405
  # resp.nodegroup.update_config.max_unavailable #=> Integer
2399
2406
  # resp.nodegroup.update_config.max_unavailable_percentage #=> Integer
2407
+ # resp.nodegroup.node_repair_config.enabled #=> Boolean
2400
2408
  # resp.nodegroup.launch_template.name #=> String
2401
2409
  # resp.nodegroup.launch_template.version #=> String
2402
2410
  # resp.nodegroup.launch_template.id #=> String
@@ -3224,6 +3232,7 @@ module Aws::EKS
3224
3232
  # resp.nodegroup.health.issues[0].resource_ids[0] #=> String
3225
3233
  # resp.nodegroup.update_config.max_unavailable #=> Integer
3226
3234
  # resp.nodegroup.update_config.max_unavailable_percentage #=> Integer
3235
+ # resp.nodegroup.node_repair_config.enabled #=> Boolean
3227
3236
  # resp.nodegroup.launch_template.name #=> String
3228
3237
  # resp.nodegroup.launch_template.version #=> String
3229
3238
  # resp.nodegroup.launch_template.id #=> String
@@ -3337,7 +3346,7 @@ module Aws::EKS
3337
3346
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
3338
3347
  # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate"
3339
3348
  # resp.update.params #=> Array
3340
- # 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", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
3349
+ # 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", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
3341
3350
  # resp.update.params[0].value #=> String
3342
3351
  # resp.update.created_at #=> Time
3343
3352
  # resp.update.errors #=> Array
@@ -3426,7 +3435,7 @@ module Aws::EKS
3426
3435
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
3427
3436
  # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate"
3428
3437
  # resp.update.params #=> Array
3429
- # 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", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
3438
+ # 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", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
3430
3439
  # resp.update.params[0].value #=> String
3431
3440
  # resp.update.created_at #=> Time
3432
3441
  # resp.update.errors #=> Array
@@ -4669,7 +4678,7 @@ module Aws::EKS
4669
4678
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
4670
4679
  # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate"
4671
4680
  # resp.update.params #=> Array
4672
- # 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", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
4681
+ # 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", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
4673
4682
  # resp.update.params[0].value #=> String
4674
4683
  # resp.update.created_at #=> Time
4675
4684
  # resp.update.errors #=> Array
@@ -4872,7 +4881,7 @@ module Aws::EKS
4872
4881
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
4873
4882
  # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate"
4874
4883
  # resp.update.params #=> Array
4875
- # 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", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
4884
+ # 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", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
4876
4885
  # resp.update.params[0].value #=> String
4877
4886
  # resp.update.created_at #=> Time
4878
4887
  # resp.update.errors #=> Array
@@ -4936,7 +4945,7 @@ module Aws::EKS
4936
4945
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
4937
4946
  # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate"
4938
4947
  # resp.update.params #=> Array
4939
- # 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", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
4948
+ # 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", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
4940
4949
  # resp.update.params[0].value #=> String
4941
4950
  # resp.update.created_at #=> Time
4942
4951
  # resp.update.errors #=> Array
@@ -5043,6 +5052,9 @@ module Aws::EKS
5043
5052
  # @option params [Types::NodegroupUpdateConfig] :update_config
5044
5053
  # The node group update configuration.
5045
5054
  #
5055
+ # @option params [Types::NodeRepairConfig] :node_repair_config
5056
+ # The node auto repair configuration for the node group.
5057
+ #
5046
5058
  # @option params [String] :client_request_token
5047
5059
  # A unique, case-sensitive identifier that you provide to ensure the
5048
5060
  # idempotency of the request.
@@ -5090,6 +5102,9 @@ module Aws::EKS
5090
5102
  # max_unavailable: 1,
5091
5103
  # max_unavailable_percentage: 1,
5092
5104
  # },
5105
+ # node_repair_config: {
5106
+ # enabled: false,
5107
+ # },
5093
5108
  # client_request_token: "String",
5094
5109
  # })
5095
5110
  #
@@ -5099,7 +5114,7 @@ module Aws::EKS
5099
5114
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
5100
5115
  # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate"
5101
5116
  # resp.update.params #=> Array
5102
- # 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", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
5117
+ # 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", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
5103
5118
  # resp.update.params[0].value #=> String
5104
5119
  # resp.update.created_at #=> Time
5105
5120
  # resp.update.errors #=> Array
@@ -5239,7 +5254,7 @@ module Aws::EKS
5239
5254
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
5240
5255
  # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate"
5241
5256
  # resp.update.params #=> Array
5242
- # 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", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
5257
+ # 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", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig"
5243
5258
  # resp.update.params[0].value #=> String
5244
5259
  # resp.update.created_at #=> Time
5245
5260
  # resp.update.errors #=> Array
@@ -5333,7 +5348,7 @@ module Aws::EKS
5333
5348
  tracer: tracer
5334
5349
  )
5335
5350
  context[:gem_name] = 'aws-sdk-eks'
5336
- context[:gem_version] = '1.122.0'
5351
+ context[:gem_version] = '1.123.0'
5337
5352
  Seahorse::Client::Request.new(handlers, context)
5338
5353
  end
5339
5354
 
@@ -230,6 +230,7 @@ module Aws::EKS
230
230
  LogTypes = Shapes::ListShape.new(name: 'LogTypes')
231
231
  Logging = Shapes::StructureShape.new(name: 'Logging')
232
232
  MarketplaceInformation = Shapes::StructureShape.new(name: 'MarketplaceInformation')
233
+ NodeRepairConfig = Shapes::StructureShape.new(name: 'NodeRepairConfig')
233
234
  Nodegroup = Shapes::StructureShape.new(name: 'Nodegroup')
234
235
  NodegroupHealth = Shapes::StructureShape.new(name: 'NodegroupHealth')
235
236
  NodegroupIssueCode = Shapes::StringShape.new(name: 'NodegroupIssueCode')
@@ -647,6 +648,7 @@ module Aws::EKS
647
648
  CreateNodegroupRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: String, location_name: "clientRequestToken", metadata: {"idempotencyToken"=>true}))
648
649
  CreateNodegroupRequest.add_member(:launch_template, Shapes::ShapeRef.new(shape: LaunchTemplateSpecification, location_name: "launchTemplate"))
649
650
  CreateNodegroupRequest.add_member(:update_config, Shapes::ShapeRef.new(shape: NodegroupUpdateConfig, location_name: "updateConfig"))
651
+ CreateNodegroupRequest.add_member(:node_repair_config, Shapes::ShapeRef.new(shape: NodeRepairConfig, location_name: "nodeRepairConfig"))
650
652
  CreateNodegroupRequest.add_member(:capacity_type, Shapes::ShapeRef.new(shape: CapacityTypes, location_name: "capacityType"))
651
653
  CreateNodegroupRequest.add_member(:version, Shapes::ShapeRef.new(shape: String, location_name: "version"))
652
654
  CreateNodegroupRequest.add_member(:release_version, Shapes::ShapeRef.new(shape: String, location_name: "releaseVersion"))
@@ -1141,6 +1143,9 @@ module Aws::EKS
1141
1143
  MarketplaceInformation.add_member(:product_url, Shapes::ShapeRef.new(shape: String, location_name: "productUrl"))
1142
1144
  MarketplaceInformation.struct_class = Types::MarketplaceInformation
1143
1145
 
1146
+ NodeRepairConfig.add_member(:enabled, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "enabled"))
1147
+ NodeRepairConfig.struct_class = Types::NodeRepairConfig
1148
+
1144
1149
  Nodegroup.add_member(:nodegroup_name, Shapes::ShapeRef.new(shape: String, location_name: "nodegroupName"))
1145
1150
  Nodegroup.add_member(:nodegroup_arn, Shapes::ShapeRef.new(shape: String, location_name: "nodegroupArn"))
1146
1151
  Nodegroup.add_member(:cluster_name, Shapes::ShapeRef.new(shape: String, location_name: "clusterName"))
@@ -1162,6 +1167,7 @@ module Aws::EKS
1162
1167
  Nodegroup.add_member(:disk_size, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "diskSize"))
1163
1168
  Nodegroup.add_member(:health, Shapes::ShapeRef.new(shape: NodegroupHealth, location_name: "health"))
1164
1169
  Nodegroup.add_member(:update_config, Shapes::ShapeRef.new(shape: NodegroupUpdateConfig, location_name: "updateConfig"))
1170
+ Nodegroup.add_member(:node_repair_config, Shapes::ShapeRef.new(shape: NodeRepairConfig, location_name: "nodeRepairConfig"))
1165
1171
  Nodegroup.add_member(:launch_template, Shapes::ShapeRef.new(shape: LaunchTemplateSpecification, location_name: "launchTemplate"))
1166
1172
  Nodegroup.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
1167
1173
  Nodegroup.struct_class = Types::Nodegroup
@@ -1422,6 +1428,7 @@ module Aws::EKS
1422
1428
  UpdateNodegroupConfigRequest.add_member(:taints, Shapes::ShapeRef.new(shape: UpdateTaintsPayload, location_name: "taints"))
1423
1429
  UpdateNodegroupConfigRequest.add_member(:scaling_config, Shapes::ShapeRef.new(shape: NodegroupScalingConfig, location_name: "scalingConfig"))
1424
1430
  UpdateNodegroupConfigRequest.add_member(:update_config, Shapes::ShapeRef.new(shape: NodegroupUpdateConfig, location_name: "updateConfig"))
1431
+ UpdateNodegroupConfigRequest.add_member(:node_repair_config, Shapes::ShapeRef.new(shape: NodeRepairConfig, location_name: "nodeRepairConfig"))
1425
1432
  UpdateNodegroupConfigRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: String, location_name: "clientRequestToken", metadata: {"idempotencyToken"=>true}))
1426
1433
  UpdateNodegroupConfigRequest.struct_class = Types::UpdateNodegroupConfigRequest
1427
1434
 
@@ -1989,6 +1989,10 @@ module Aws::EKS
1989
1989
  # The node group update configuration.
1990
1990
  # @return [Types::NodegroupUpdateConfig]
1991
1991
  #
1992
+ # @!attribute [rw] node_repair_config
1993
+ # The node auto repair configuration for the node group.
1994
+ # @return [Types::NodeRepairConfig]
1995
+ #
1992
1996
  # @!attribute [rw] capacity_type
1993
1997
  # The capacity type for your node group.
1994
1998
  # @return [String]
@@ -2048,6 +2052,7 @@ module Aws::EKS
2048
2052
  :client_request_token,
2049
2053
  :launch_template,
2050
2054
  :update_config,
2055
+ :node_repair_config,
2051
2056
  :capacity_type,
2052
2057
  :version,
2053
2058
  :release_version)
@@ -4800,6 +4805,21 @@ module Aws::EKS
4800
4805
  include Aws::Structure
4801
4806
  end
4802
4807
 
4808
+ # The node auto repair configuration for the node group.
4809
+ #
4810
+ # @!attribute [rw] enabled
4811
+ # Specifies whether to enable node auto repair for the node group.
4812
+ # Node auto repair is disabled by default.
4813
+ # @return [Boolean]
4814
+ #
4815
+ # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/NodeRepairConfig AWS API Documentation
4816
+ #
4817
+ class NodeRepairConfig < Struct.new(
4818
+ :enabled)
4819
+ SENSITIVE = []
4820
+ include Aws::Structure
4821
+ end
4822
+
4803
4823
  # An object representing an Amazon EKS managed node group.
4804
4824
  #
4805
4825
  # @!attribute [rw] nodegroup_name
@@ -4923,6 +4943,10 @@ module Aws::EKS
4923
4943
  # The node group update configuration.
4924
4944
  # @return [Types::NodegroupUpdateConfig]
4925
4945
  #
4946
+ # @!attribute [rw] node_repair_config
4947
+ # The node auto repair configuration for the node group.
4948
+ # @return [Types::NodeRepairConfig]
4949
+ #
4926
4950
  # @!attribute [rw] launch_template
4927
4951
  # If a launch template was used to create the node group, then this is
4928
4952
  # the launch template that was used.
@@ -4959,6 +4983,7 @@ module Aws::EKS
4959
4983
  :disk_size,
4960
4984
  :health,
4961
4985
  :update_config,
4986
+ :node_repair_config,
4962
4987
  :launch_template,
4963
4988
  :tags)
4964
4989
  SENSITIVE = []
@@ -5644,11 +5669,61 @@ module Aws::EKS
5644
5669
  #
5645
5670
  # @!attribute [rw] remote_node_networks
5646
5671
  # The list of network CIDRs that can contain hybrid nodes.
5672
+ #
5673
+ # These CIDR blocks define the expected IP address range of the hybrid
5674
+ # nodes that join the cluster. These blocks are typically determined
5675
+ # by your network administrator.
5676
+ #
5677
+ # Enter one or more IPv4 CIDR blocks in decimal dotted-quad notation
5678
+ # (for example, ` 10.2.0.0/16`).
5679
+ #
5680
+ # It must satisfy the following requirements:
5681
+ #
5682
+ # * Each block must be within an `IPv4` RFC-1918 network range.
5683
+ # Minimum allowed size is /24, maximum allowed size is /8.
5684
+ # Publicly-routable addresses aren't supported.
5685
+ #
5686
+ # * Each block cannot overlap with the range of the VPC CIDR blocks
5687
+ # for your EKS resources, or the block of the Kubernetes service IP
5688
+ # range.
5689
+ #
5690
+ # * Each block must have a route to the VPC that uses the VPC CIDR
5691
+ # blocks, not public IPs or Elastic IPs. There are many options
5692
+ # including Transit Gateway, Site-to-Site VPN, or Direct Connect.
5693
+ #
5694
+ # * Each host must allow outbound connection to the EKS cluster
5695
+ # control plane on TCP ports `443` and `10250`.
5696
+ #
5697
+ # * Each host must allow inbound connection from the EKS cluster
5698
+ # control plane on TCP port 10250 for logs, exec and port-forward
5699
+ # operations.
5700
+ #
5701
+ # * Each host must allow TCP and UDP network connectivity to and from
5702
+ # other hosts that are running `CoreDNS` on UDP port `53` for
5703
+ # service and pod DNS names.
5647
5704
  # @return [Array<Types::RemoteNodeNetwork>]
5648
5705
  #
5649
5706
  # @!attribute [rw] remote_pod_networks
5650
5707
  # The list of network CIDRs that can contain pods that run Kubernetes
5651
5708
  # webhooks on hybrid nodes.
5709
+ #
5710
+ # These CIDR blocks are determined by configuring your Container
5711
+ # Network Interface (CNI) plugin. We recommend the Calico CNI or
5712
+ # Cilium CNI. Note that the Amazon VPC CNI plugin for Kubernetes
5713
+ # isn't available for on-premises and edge locations.
5714
+ #
5715
+ # Enter one or more IPv4 CIDR blocks in decimal dotted-quad notation
5716
+ # (for example, ` 10.2.0.0/16`).
5717
+ #
5718
+ # It must satisfy the following requirements:
5719
+ #
5720
+ # * Each block must be within an `IPv4` RFC-1918 network range.
5721
+ # Minimum allowed size is /24, maximum allowed size is /8.
5722
+ # Publicly-routable addresses aren't supported.
5723
+ #
5724
+ # * Each block cannot overlap with the range of the VPC CIDR blocks
5725
+ # for your EKS resources, or the block of the Kubernetes service IP
5726
+ # range.
5652
5727
  # @return [Array<Types::RemotePodNetwork>]
5653
5728
  #
5654
5729
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/RemoteNetworkConfigRequest AWS API Documentation
@@ -5683,8 +5758,70 @@ module Aws::EKS
5683
5758
 
5684
5759
  # A network CIDR that can contain hybrid nodes.
5685
5760
  #
5761
+ # These CIDR blocks define the expected IP address range of the hybrid
5762
+ # nodes that join the cluster. These blocks are typically determined by
5763
+ # your network administrator.
5764
+ #
5765
+ # Enter one or more IPv4 CIDR blocks in decimal dotted-quad notation
5766
+ # (for example, ` 10.2.0.0/16`).
5767
+ #
5768
+ # It must satisfy the following requirements:
5769
+ #
5770
+ # * Each block must be within an `IPv4` RFC-1918 network range. Minimum
5771
+ # allowed size is /24, maximum allowed size is /8. Publicly-routable
5772
+ # addresses aren't supported.
5773
+ #
5774
+ # * Each block cannot overlap with the range of the VPC CIDR blocks for
5775
+ # your EKS resources, or the block of the Kubernetes service IP range.
5776
+ #
5777
+ # * Each block must have a route to the VPC that uses the VPC CIDR
5778
+ # blocks, not public IPs or Elastic IPs. There are many options
5779
+ # including Transit Gateway, Site-to-Site VPN, or Direct Connect.
5780
+ #
5781
+ # * Each host must allow outbound connection to the EKS cluster control
5782
+ # plane on TCP ports `443` and `10250`.
5783
+ #
5784
+ # * Each host must allow inbound connection from the EKS cluster control
5785
+ # plane on TCP port 10250 for logs, exec and port-forward operations.
5786
+ #
5787
+ # * Each host must allow TCP and UDP network connectivity to and from
5788
+ # other hosts that are running `CoreDNS` on UDP port `53` for service
5789
+ # and pod DNS names.
5790
+ #
5686
5791
  # @!attribute [rw] cidrs
5687
5792
  # A network CIDR that can contain hybrid nodes.
5793
+ #
5794
+ # These CIDR blocks define the expected IP address range of the hybrid
5795
+ # nodes that join the cluster. These blocks are typically determined
5796
+ # by your network administrator.
5797
+ #
5798
+ # Enter one or more IPv4 CIDR blocks in decimal dotted-quad notation
5799
+ # (for example, ` 10.2.0.0/16`).
5800
+ #
5801
+ # It must satisfy the following requirements:
5802
+ #
5803
+ # * Each block must be within an `IPv4` RFC-1918 network range.
5804
+ # Minimum allowed size is /24, maximum allowed size is /8.
5805
+ # Publicly-routable addresses aren't supported.
5806
+ #
5807
+ # * Each block cannot overlap with the range of the VPC CIDR blocks
5808
+ # for your EKS resources, or the block of the Kubernetes service IP
5809
+ # range.
5810
+ #
5811
+ # * Each block must have a route to the VPC that uses the VPC CIDR
5812
+ # blocks, not public IPs or Elastic IPs. There are many options
5813
+ # including Transit Gateway, Site-to-Site VPN, or Direct Connect.
5814
+ #
5815
+ # * Each host must allow outbound connection to the EKS cluster
5816
+ # control plane on TCP ports `443` and `10250`.
5817
+ #
5818
+ # * Each host must allow inbound connection from the EKS cluster
5819
+ # control plane on TCP port 10250 for logs, exec and port-forward
5820
+ # operations.
5821
+ #
5822
+ # * Each host must allow TCP and UDP network connectivity to and from
5823
+ # other hosts that are running `CoreDNS` on UDP port `53` for
5824
+ # service and pod DNS names.
5688
5825
  # @return [Array<String>]
5689
5826
  #
5690
5827
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/RemoteNodeNetwork AWS API Documentation
@@ -5698,9 +5835,44 @@ module Aws::EKS
5698
5835
  # A network CIDR that can contain pods that run Kubernetes webhooks on
5699
5836
  # hybrid nodes.
5700
5837
  #
5838
+ # These CIDR blocks are determined by configuring your Container Network
5839
+ # Interface (CNI) plugin. We recommend the Calico CNI or Cilium CNI.
5840
+ # Note that the Amazon VPC CNI plugin for Kubernetes isn't available
5841
+ # for on-premises and edge locations.
5842
+ #
5843
+ # Enter one or more IPv4 CIDR blocks in decimal dotted-quad notation
5844
+ # (for example, ` 10.2.0.0/16`).
5845
+ #
5846
+ # It must satisfy the following requirements:
5847
+ #
5848
+ # * Each block must be within an `IPv4` RFC-1918 network range. Minimum
5849
+ # allowed size is /24, maximum allowed size is /8. Publicly-routable
5850
+ # addresses aren't supported.
5851
+ #
5852
+ # * Each block cannot overlap with the range of the VPC CIDR blocks for
5853
+ # your EKS resources, or the block of the Kubernetes service IP range.
5854
+ #
5701
5855
  # @!attribute [rw] cidrs
5702
5856
  # A network CIDR that can contain pods that run Kubernetes webhooks on
5703
5857
  # hybrid nodes.
5858
+ #
5859
+ # These CIDR blocks are determined by configuring your Container
5860
+ # Network Interface (CNI) plugin. We recommend the Calico CNI or
5861
+ # Cilium CNI. Note that the Amazon VPC CNI plugin for Kubernetes
5862
+ # isn't available for on-premises and edge locations.
5863
+ #
5864
+ # Enter one or more IPv4 CIDR blocks in decimal dotted-quad notation
5865
+ # (for example, ` 10.2.0.0/16`).
5866
+ #
5867
+ # It must satisfy the following requirements:
5868
+ #
5869
+ # * Each block must be within an `IPv4` RFC-1918 network range.
5870
+ # Minimum allowed size is /24, maximum allowed size is /8.
5871
+ # Publicly-routable addresses aren't supported.
5872
+ #
5873
+ # * Each block cannot overlap with the range of the VPC CIDR blocks
5874
+ # for your EKS resources, or the block of the Kubernetes service IP
5875
+ # range.
5704
5876
  # @return [Array<String>]
5705
5877
  #
5706
5878
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/RemotePodNetwork AWS API Documentation
@@ -6516,6 +6688,10 @@ module Aws::EKS
6516
6688
  # The node group update configuration.
6517
6689
  # @return [Types::NodegroupUpdateConfig]
6518
6690
  #
6691
+ # @!attribute [rw] node_repair_config
6692
+ # The node auto repair configuration for the node group.
6693
+ # @return [Types::NodeRepairConfig]
6694
+ #
6519
6695
  # @!attribute [rw] client_request_token
6520
6696
  # A unique, case-sensitive identifier that you provide to ensure the
6521
6697
  # idempotency of the request.
@@ -6533,6 +6709,7 @@ module Aws::EKS
6533
6709
  :taints,
6534
6710
  :scaling_config,
6535
6711
  :update_config,
6712
+ :node_repair_config,
6536
6713
  :client_request_token)
6537
6714
  SENSITIVE = []
6538
6715
  include Aws::Structure
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.122.0'
58
+ GEM_VERSION = '1.123.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -339,6 +339,9 @@ module Aws
339
339
  max_unavailable: ::Integer?,
340
340
  max_unavailable_percentage: ::Integer?
341
341
  },
342
+ ?node_repair_config: {
343
+ enabled: bool?
344
+ },
342
345
  ?capacity_type: ("ON_DEMAND" | "SPOT" | "CAPACITY_BLOCK"),
343
346
  ?version: ::String,
344
347
  ?release_version: ::String
@@ -978,6 +981,9 @@ module Aws
978
981
  max_unavailable: ::Integer?,
979
982
  max_unavailable_percentage: ::Integer?
980
983
  },
984
+ ?node_repair_config: {
985
+ enabled: bool?
986
+ },
981
987
  ?client_request_token: ::String
982
988
  ) -> _UpdateNodegroupConfigResponseSuccess
983
989
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateNodegroupConfigResponseSuccess
data/sig/types.rbs CHANGED
@@ -394,6 +394,7 @@ module Aws::EKS
394
394
  attr_accessor client_request_token: ::String
395
395
  attr_accessor launch_template: Types::LaunchTemplateSpecification
396
396
  attr_accessor update_config: Types::NodegroupUpdateConfig
397
+ attr_accessor node_repair_config: Types::NodeRepairConfig
397
398
  attr_accessor capacity_type: ("ON_DEMAND" | "SPOT" | "CAPACITY_BLOCK")
398
399
  attr_accessor version: ::String
399
400
  attr_accessor release_version: ::String
@@ -1056,6 +1057,11 @@ module Aws::EKS
1056
1057
  SENSITIVE: []
1057
1058
  end
1058
1059
 
1060
+ class NodeRepairConfig
1061
+ attr_accessor enabled: bool
1062
+ SENSITIVE: []
1063
+ end
1064
+
1059
1065
  class Nodegroup
1060
1066
  attr_accessor nodegroup_name: ::String
1061
1067
  attr_accessor nodegroup_arn: ::String
@@ -1078,6 +1084,7 @@ module Aws::EKS
1078
1084
  attr_accessor disk_size: ::Integer
1079
1085
  attr_accessor health: Types::NodegroupHealth
1080
1086
  attr_accessor update_config: Types::NodegroupUpdateConfig
1087
+ attr_accessor node_repair_config: Types::NodeRepairConfig
1081
1088
  attr_accessor launch_template: Types::LaunchTemplateSpecification
1082
1089
  attr_accessor tags: ::Hash[::String, ::String]
1083
1090
  SENSITIVE: []
@@ -1419,6 +1426,7 @@ module Aws::EKS
1419
1426
  attr_accessor taints: Types::UpdateTaintsPayload
1420
1427
  attr_accessor scaling_config: Types::NodegroupScalingConfig
1421
1428
  attr_accessor update_config: Types::NodegroupUpdateConfig
1429
+ attr_accessor node_repair_config: Types::NodeRepairConfig
1422
1430
  attr_accessor client_request_token: ::String
1423
1431
  SENSITIVE: []
1424
1432
  end
@@ -1445,7 +1453,7 @@ module Aws::EKS
1445
1453
  end
1446
1454
 
1447
1455
  class UpdateParam
1448
- 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" | "ConfigurationValues" | "SecurityGroups" | "Subnets" | "AuthenticationMode" | "PodIdentityAssociations" | "UpgradePolicy" | "ZonalShiftConfig" | "ComputeConfig" | "StorageConfig" | "KubernetesNetworkConfig")
1456
+ 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" | "ConfigurationValues" | "SecurityGroups" | "Subnets" | "AuthenticationMode" | "PodIdentityAssociations" | "UpgradePolicy" | "ZonalShiftConfig" | "ComputeConfig" | "StorageConfig" | "KubernetesNetworkConfig")
1449
1457
  attr_accessor value: ::String
1450
1458
  SENSITIVE: []
1451
1459
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-eks
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.122.0
4
+ version: 1.123.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-02 00:00:00.000000000 Z
11
+ date: 2024-12-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core