aws-sdk-eks 1.147.0 → 1.148.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1dffb7d73291e57726cafe4666341e4a01e8cdd2c1160308df150488cc162038
4
- data.tar.gz: f36229010eb91221710c98d3d7a14d0e1f386b79e7620328c66e97c5fca05d82
3
+ metadata.gz: 264c9d4b9c770ef819527bdadb2af4964559d4cec51fd554976d1b96c15874db
4
+ data.tar.gz: 5a9412dd71d6d7d5a7e61652717dcb562d09c350366816efa731072172b9b862
5
5
  SHA512:
6
- metadata.gz: 6f8981d95be693e49fa8eaeda0d9c915263412eaa76ead8596f9ed9d75c4e2d2ffcde8c755183eae4cb7fb351d79ee42f45f27a4eb3213536b698eae24b8040f
7
- data.tar.gz: 38bac3aa84e4c9a30b86e0c962a63de95481a4db5289ca15b06fc85fecff7c57361445cd77904c9924a156adf163333e0ae8dd1391f8281519a233366408cbb2
6
+ metadata.gz: 94e77494e6e97803a66101b492f39e0b01e85d6a3d9e3dbb2165a80a1eef4f1c2a3bf0aa28df904574fd85c9651be83a1c70dccb1953615eea2c4d97071cad73
7
+ data.tar.gz: 19157e2c4c410d27f17dada51e72e8b6be426585f8a61fb5ec0a8a608714949414934eb6e84c17791e3356e9744abcb02350d983eb59f7eec9e22644e282c1ce
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.148.0 (2025-09-22)
5
+ ------------------
6
+
7
+ * Feature - Adds support for RepairConfig overrides and configurations in EKS Managed Node Groups.
8
+
4
9
  1.147.0 (2025-08-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.147.0
1
+ 1.148.0
@@ -583,7 +583,7 @@ module Aws::EKS
583
583
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
584
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", "DeletionProtection"
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", "NodeRepairConfig"
587
587
  # resp.update.params[0].value #=> String
588
588
  # resp.update.created_at #=> Time
589
589
  # resp.update.errors #=> Array
@@ -667,7 +667,7 @@ module Aws::EKS
667
667
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
668
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", "DeletionProtection"
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", "NodeRepairConfig"
671
671
  # resp.update.params[0].value #=> String
672
672
  # resp.update.created_at #=> Time
673
673
  # resp.update.errors #=> Array
@@ -1910,6 +1910,18 @@ module Aws::EKS
1910
1910
  # },
1911
1911
  # node_repair_config: {
1912
1912
  # enabled: false,
1913
+ # max_unhealthy_node_threshold_count: 1,
1914
+ # max_unhealthy_node_threshold_percentage: 1,
1915
+ # max_parallel_nodes_repaired_count: 1,
1916
+ # max_parallel_nodes_repaired_percentage: 1,
1917
+ # node_repair_config_overrides: [
1918
+ # {
1919
+ # node_monitoring_condition: "String",
1920
+ # node_unhealthy_reason: "String",
1921
+ # min_repair_wait_time_mins: 1,
1922
+ # repair_action: "Replace", # accepts Replace, Reboot, NoAction
1923
+ # },
1924
+ # ],
1913
1925
  # },
1914
1926
  # capacity_type: "ON_DEMAND", # accepts ON_DEMAND, SPOT, CAPACITY_BLOCK
1915
1927
  # version: "String",
@@ -1958,6 +1970,15 @@ module Aws::EKS
1958
1970
  # resp.nodegroup.update_config.max_unavailable_percentage #=> Integer
1959
1971
  # resp.nodegroup.update_config.update_strategy #=> String, one of "DEFAULT", "MINIMAL"
1960
1972
  # resp.nodegroup.node_repair_config.enabled #=> Boolean
1973
+ # resp.nodegroup.node_repair_config.max_unhealthy_node_threshold_count #=> Integer
1974
+ # resp.nodegroup.node_repair_config.max_unhealthy_node_threshold_percentage #=> Integer
1975
+ # resp.nodegroup.node_repair_config.max_parallel_nodes_repaired_count #=> Integer
1976
+ # resp.nodegroup.node_repair_config.max_parallel_nodes_repaired_percentage #=> Integer
1977
+ # resp.nodegroup.node_repair_config.node_repair_config_overrides #=> Array
1978
+ # resp.nodegroup.node_repair_config.node_repair_config_overrides[0].node_monitoring_condition #=> String
1979
+ # resp.nodegroup.node_repair_config.node_repair_config_overrides[0].node_unhealthy_reason #=> String
1980
+ # resp.nodegroup.node_repair_config.node_repair_config_overrides[0].min_repair_wait_time_mins #=> Integer
1981
+ # resp.nodegroup.node_repair_config.node_repair_config_overrides[0].repair_action #=> String, one of "Replace", "Reboot", "NoAction"
1961
1982
  # resp.nodegroup.launch_template.name #=> String
1962
1983
  # resp.nodegroup.launch_template.version #=> String
1963
1984
  # resp.nodegroup.launch_template.id #=> String
@@ -2546,6 +2567,15 @@ module Aws::EKS
2546
2567
  # resp.nodegroup.update_config.max_unavailable_percentage #=> Integer
2547
2568
  # resp.nodegroup.update_config.update_strategy #=> String, one of "DEFAULT", "MINIMAL"
2548
2569
  # resp.nodegroup.node_repair_config.enabled #=> Boolean
2570
+ # resp.nodegroup.node_repair_config.max_unhealthy_node_threshold_count #=> Integer
2571
+ # resp.nodegroup.node_repair_config.max_unhealthy_node_threshold_percentage #=> Integer
2572
+ # resp.nodegroup.node_repair_config.max_parallel_nodes_repaired_count #=> Integer
2573
+ # resp.nodegroup.node_repair_config.max_parallel_nodes_repaired_percentage #=> Integer
2574
+ # resp.nodegroup.node_repair_config.node_repair_config_overrides #=> Array
2575
+ # resp.nodegroup.node_repair_config.node_repair_config_overrides[0].node_monitoring_condition #=> String
2576
+ # resp.nodegroup.node_repair_config.node_repair_config_overrides[0].node_unhealthy_reason #=> String
2577
+ # resp.nodegroup.node_repair_config.node_repair_config_overrides[0].min_repair_wait_time_mins #=> Integer
2578
+ # resp.nodegroup.node_repair_config.node_repair_config_overrides[0].repair_action #=> String, one of "Replace", "Reboot", "NoAction"
2549
2579
  # resp.nodegroup.launch_template.name #=> String
2550
2580
  # resp.nodegroup.launch_template.version #=> String
2551
2581
  # resp.nodegroup.launch_template.id #=> String
@@ -3498,6 +3528,15 @@ module Aws::EKS
3498
3528
  # resp.nodegroup.update_config.max_unavailable_percentage #=> Integer
3499
3529
  # resp.nodegroup.update_config.update_strategy #=> String, one of "DEFAULT", "MINIMAL"
3500
3530
  # resp.nodegroup.node_repair_config.enabled #=> Boolean
3531
+ # resp.nodegroup.node_repair_config.max_unhealthy_node_threshold_count #=> Integer
3532
+ # resp.nodegroup.node_repair_config.max_unhealthy_node_threshold_percentage #=> Integer
3533
+ # resp.nodegroup.node_repair_config.max_parallel_nodes_repaired_count #=> Integer
3534
+ # resp.nodegroup.node_repair_config.max_parallel_nodes_repaired_percentage #=> Integer
3535
+ # resp.nodegroup.node_repair_config.node_repair_config_overrides #=> Array
3536
+ # resp.nodegroup.node_repair_config.node_repair_config_overrides[0].node_monitoring_condition #=> String
3537
+ # resp.nodegroup.node_repair_config.node_repair_config_overrides[0].node_unhealthy_reason #=> String
3538
+ # resp.nodegroup.node_repair_config.node_repair_config_overrides[0].min_repair_wait_time_mins #=> Integer
3539
+ # resp.nodegroup.node_repair_config.node_repair_config_overrides[0].repair_action #=> String, one of "Replace", "Reboot", "NoAction"
3501
3540
  # resp.nodegroup.launch_template.name #=> String
3502
3541
  # resp.nodegroup.launch_template.version #=> String
3503
3542
  # resp.nodegroup.launch_template.id #=> String
@@ -3614,7 +3653,7 @@ module Aws::EKS
3614
3653
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
3615
3654
  # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate"
3616
3655
  # resp.update.params #=> Array
3617
- # 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"
3656
+ # 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", "NodeRepairConfig"
3618
3657
  # resp.update.params[0].value #=> String
3619
3658
  # resp.update.created_at #=> Time
3620
3659
  # resp.update.errors #=> Array
@@ -3703,7 +3742,7 @@ module Aws::EKS
3703
3742
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
3704
3743
  # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate"
3705
3744
  # resp.update.params #=> Array
3706
- # 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"
3745
+ # 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", "NodeRepairConfig"
3707
3746
  # resp.update.params[0].value #=> String
3708
3747
  # resp.update.created_at #=> Time
3709
3748
  # resp.update.errors #=> Array
@@ -4994,7 +5033,7 @@ module Aws::EKS
4994
5033
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
4995
5034
  # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate"
4996
5035
  # resp.update.params #=> Array
4997
- # 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"
5036
+ # 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", "NodeRepairConfig"
4998
5037
  # resp.update.params[0].value #=> String
4999
5038
  # resp.update.created_at #=> Time
5000
5039
  # resp.update.errors #=> Array
@@ -5229,7 +5268,7 @@ module Aws::EKS
5229
5268
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
5230
5269
  # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate"
5231
5270
  # resp.update.params #=> Array
5232
- # 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"
5271
+ # 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", "NodeRepairConfig"
5233
5272
  # resp.update.params[0].value #=> String
5234
5273
  # resp.update.created_at #=> Time
5235
5274
  # resp.update.errors #=> Array
@@ -5302,7 +5341,7 @@ module Aws::EKS
5302
5341
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
5303
5342
  # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate"
5304
5343
  # resp.update.params #=> Array
5305
- # 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"
5344
+ # 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", "NodeRepairConfig"
5306
5345
  # resp.update.params[0].value #=> String
5307
5346
  # resp.update.created_at #=> Time
5308
5347
  # resp.update.errors #=> Array
@@ -5469,6 +5508,18 @@ module Aws::EKS
5469
5508
  # },
5470
5509
  # node_repair_config: {
5471
5510
  # enabled: false,
5511
+ # max_unhealthy_node_threshold_count: 1,
5512
+ # max_unhealthy_node_threshold_percentage: 1,
5513
+ # max_parallel_nodes_repaired_count: 1,
5514
+ # max_parallel_nodes_repaired_percentage: 1,
5515
+ # node_repair_config_overrides: [
5516
+ # {
5517
+ # node_monitoring_condition: "String",
5518
+ # node_unhealthy_reason: "String",
5519
+ # min_repair_wait_time_mins: 1,
5520
+ # repair_action: "Replace", # accepts Replace, Reboot, NoAction
5521
+ # },
5522
+ # ],
5472
5523
  # },
5473
5524
  # client_request_token: "String",
5474
5525
  # })
@@ -5479,7 +5530,7 @@ module Aws::EKS
5479
5530
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
5480
5531
  # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate"
5481
5532
  # resp.update.params #=> Array
5482
- # 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"
5533
+ # 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", "NodeRepairConfig"
5483
5534
  # resp.update.params[0].value #=> String
5484
5535
  # resp.update.created_at #=> Time
5485
5536
  # resp.update.errors #=> Array
@@ -5625,7 +5676,7 @@ module Aws::EKS
5625
5676
  # resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
5626
5677
  # resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate"
5627
5678
  # resp.update.params #=> Array
5628
- # 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"
5679
+ # 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", "NodeRepairConfig"
5629
5680
  # resp.update.params[0].value #=> String
5630
5681
  # resp.update.created_at #=> Time
5631
5682
  # resp.update.errors #=> Array
@@ -5789,7 +5840,7 @@ module Aws::EKS
5789
5840
  tracer: tracer
5790
5841
  )
5791
5842
  context[:gem_name] = 'aws-sdk-eks'
5792
- context[:gem_version] = '1.147.0'
5843
+ context[:gem_version] = '1.148.0'
5793
5844
  Seahorse::Client::Request.new(handlers, context)
5794
5845
  end
5795
5846
 
@@ -247,6 +247,8 @@ module Aws::EKS
247
247
  Logging = Shapes::StructureShape.new(name: 'Logging')
248
248
  MarketplaceInformation = Shapes::StructureShape.new(name: 'MarketplaceInformation')
249
249
  NodeRepairConfig = Shapes::StructureShape.new(name: 'NodeRepairConfig')
250
+ NodeRepairConfigOverrides = Shapes::StructureShape.new(name: 'NodeRepairConfigOverrides')
251
+ NodeRepairConfigOverridesList = Shapes::ListShape.new(name: 'NodeRepairConfigOverridesList')
250
252
  Nodegroup = Shapes::StructureShape.new(name: 'Nodegroup')
251
253
  NodegroupHealth = Shapes::StructureShape.new(name: 'NodegroupHealth')
252
254
  NodegroupIssueCode = Shapes::StringShape.new(name: 'NodegroupIssueCode')
@@ -276,6 +278,7 @@ module Aws::EKS
276
278
  RemoteNodeNetworkList = Shapes::ListShape.new(name: 'RemoteNodeNetworkList')
277
279
  RemotePodNetwork = Shapes::StructureShape.new(name: 'RemotePodNetwork')
278
280
  RemotePodNetworkList = Shapes::ListShape.new(name: 'RemotePodNetworkList')
281
+ RepairAction = Shapes::StringShape.new(name: 'RepairAction')
279
282
  ResolveConflicts = Shapes::StringShape.new(name: 'ResolveConflicts')
280
283
  ResourceInUseException = Shapes::StructureShape.new(name: 'ResourceInUseException')
281
284
  ResourceLimitExceededException = Shapes::StructureShape.new(name: 'ResourceLimitExceededException')
@@ -1234,8 +1237,21 @@ module Aws::EKS
1234
1237
  MarketplaceInformation.struct_class = Types::MarketplaceInformation
1235
1238
 
1236
1239
  NodeRepairConfig.add_member(:enabled, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "enabled"))
1240
+ NodeRepairConfig.add_member(:max_unhealthy_node_threshold_count, Shapes::ShapeRef.new(shape: NonZeroInteger, location_name: "maxUnhealthyNodeThresholdCount"))
1241
+ NodeRepairConfig.add_member(:max_unhealthy_node_threshold_percentage, Shapes::ShapeRef.new(shape: PercentCapacity, location_name: "maxUnhealthyNodeThresholdPercentage"))
1242
+ NodeRepairConfig.add_member(:max_parallel_nodes_repaired_count, Shapes::ShapeRef.new(shape: NonZeroInteger, location_name: "maxParallelNodesRepairedCount"))
1243
+ NodeRepairConfig.add_member(:max_parallel_nodes_repaired_percentage, Shapes::ShapeRef.new(shape: PercentCapacity, location_name: "maxParallelNodesRepairedPercentage"))
1244
+ NodeRepairConfig.add_member(:node_repair_config_overrides, Shapes::ShapeRef.new(shape: NodeRepairConfigOverridesList, location_name: "nodeRepairConfigOverrides"))
1237
1245
  NodeRepairConfig.struct_class = Types::NodeRepairConfig
1238
1246
 
1247
+ NodeRepairConfigOverrides.add_member(:node_monitoring_condition, Shapes::ShapeRef.new(shape: String, location_name: "nodeMonitoringCondition"))
1248
+ NodeRepairConfigOverrides.add_member(:node_unhealthy_reason, Shapes::ShapeRef.new(shape: String, location_name: "nodeUnhealthyReason"))
1249
+ NodeRepairConfigOverrides.add_member(:min_repair_wait_time_mins, Shapes::ShapeRef.new(shape: NonZeroInteger, location_name: "minRepairWaitTimeMins"))
1250
+ NodeRepairConfigOverrides.add_member(:repair_action, Shapes::ShapeRef.new(shape: RepairAction, location_name: "repairAction"))
1251
+ NodeRepairConfigOverrides.struct_class = Types::NodeRepairConfigOverrides
1252
+
1253
+ NodeRepairConfigOverridesList.member = Shapes::ShapeRef.new(shape: NodeRepairConfigOverrides)
1254
+
1239
1255
  Nodegroup.add_member(:nodegroup_name, Shapes::ShapeRef.new(shape: String, location_name: "nodegroupName"))
1240
1256
  Nodegroup.add_member(:nodegroup_arn, Shapes::ShapeRef.new(shape: String, location_name: "nodegroupArn"))
1241
1257
  Nodegroup.add_member(:cluster_name, Shapes::ShapeRef.new(shape: String, location_name: "clusterName"))
@@ -5203,10 +5203,87 @@ module Aws::EKS
5203
5203
  # Node auto repair is disabled by default.
5204
5204
  # @return [Boolean]
5205
5205
  #
5206
+ # @!attribute [rw] max_unhealthy_node_threshold_count
5207
+ # Specify a count threshold of unhealthy nodes, above which node auto
5208
+ # repair actions will stop. When using this, you cannot also set
5209
+ # `maxUnhealthyNodeThresholdPercentage` at the same time.
5210
+ # @return [Integer]
5211
+ #
5212
+ # @!attribute [rw] max_unhealthy_node_threshold_percentage
5213
+ # Specify a percentage threshold of unhealthy nodes, above which node
5214
+ # auto repair actions will stop. When using this, you cannot also set
5215
+ # `maxUnhealthyNodeThresholdCount` at the same time.
5216
+ # @return [Integer]
5217
+ #
5218
+ # @!attribute [rw] max_parallel_nodes_repaired_count
5219
+ # Specify the maximum number of nodes that can be repaired
5220
+ # concurrently or in parallel, expressed as a count of unhealthy
5221
+ # nodes. This gives you finer-grained control over the pace of node
5222
+ # replacements. When using this, you cannot also set
5223
+ # `maxParallelNodesRepairedPercentage` at the same time.
5224
+ # @return [Integer]
5225
+ #
5226
+ # @!attribute [rw] max_parallel_nodes_repaired_percentage
5227
+ # Specify the maximum number of nodes that can be repaired
5228
+ # concurrently or in parallel, expressed as a percentage of unhealthy
5229
+ # nodes. This gives you finer-grained control over the pace of node
5230
+ # replacements. When using this, you cannot also set
5231
+ # `maxParallelNodesRepairedCount` at the same time.
5232
+ # @return [Integer]
5233
+ #
5234
+ # @!attribute [rw] node_repair_config_overrides
5235
+ # Specify granular overrides for specific repair actions. These
5236
+ # overrides control the repair action and the repair delay time before
5237
+ # a node is considered eligible for repair. If you use this, you must
5238
+ # specify all the values.
5239
+ # @return [Array<Types::NodeRepairConfigOverrides>]
5240
+ #
5206
5241
  # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/NodeRepairConfig AWS API Documentation
5207
5242
  #
5208
5243
  class NodeRepairConfig < Struct.new(
5209
- :enabled)
5244
+ :enabled,
5245
+ :max_unhealthy_node_threshold_count,
5246
+ :max_unhealthy_node_threshold_percentage,
5247
+ :max_parallel_nodes_repaired_count,
5248
+ :max_parallel_nodes_repaired_percentage,
5249
+ :node_repair_config_overrides)
5250
+ SENSITIVE = []
5251
+ include Aws::Structure
5252
+ end
5253
+
5254
+ # Specify granular overrides for specific repair actions. These
5255
+ # overrides control the repair action and the repair delay time before a
5256
+ # node is considered eligible for repair. If you use this, you must
5257
+ # specify all the values.
5258
+ #
5259
+ # @!attribute [rw] node_monitoring_condition
5260
+ # Specify an unhealthy condition reported by the node monitoring agent
5261
+ # that this override would apply to.
5262
+ # @return [String]
5263
+ #
5264
+ # @!attribute [rw] node_unhealthy_reason
5265
+ # Specify a reason reported by the node monitoring agent that this
5266
+ # override would apply to.
5267
+ # @return [String]
5268
+ #
5269
+ # @!attribute [rw] min_repair_wait_time_mins
5270
+ # Specify the minimum time in minutes to wait before attempting to
5271
+ # repair a node with this specific `nodeMonitoringCondition` and
5272
+ # `nodeUnhealthyReason`.
5273
+ # @return [Integer]
5274
+ #
5275
+ # @!attribute [rw] repair_action
5276
+ # Specify the repair action to take for nodes when all of the
5277
+ # specified conditions are met.
5278
+ # @return [String]
5279
+ #
5280
+ # @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/NodeRepairConfigOverrides AWS API Documentation
5281
+ #
5282
+ class NodeRepairConfigOverrides < Struct.new(
5283
+ :node_monitoring_condition,
5284
+ :node_unhealthy_reason,
5285
+ :min_repair_wait_time_mins,
5286
+ :repair_action)
5210
5287
  SENSITIVE = []
5211
5288
  include Aws::Structure
5212
5289
  end
data/lib/aws-sdk-eks.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::EKS
55
55
  autoload :EndpointProvider, 'aws-sdk-eks/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-eks/endpoints'
57
57
 
58
- GEM_VERSION = '1.147.0'
58
+ GEM_VERSION = '1.148.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -348,7 +348,19 @@ module Aws
348
348
  update_strategy: ("DEFAULT" | "MINIMAL")?
349
349
  },
350
350
  ?node_repair_config: {
351
- enabled: bool?
351
+ enabled: bool?,
352
+ max_unhealthy_node_threshold_count: ::Integer?,
353
+ max_unhealthy_node_threshold_percentage: ::Integer?,
354
+ max_parallel_nodes_repaired_count: ::Integer?,
355
+ max_parallel_nodes_repaired_percentage: ::Integer?,
356
+ node_repair_config_overrides: Array[
357
+ {
358
+ node_monitoring_condition: ::String?,
359
+ node_unhealthy_reason: ::String?,
360
+ min_repair_wait_time_mins: ::Integer?,
361
+ repair_action: ("Replace" | "Reboot" | "NoAction")?
362
+ },
363
+ ]?
352
364
  },
353
365
  ?capacity_type: ("ON_DEMAND" | "SPOT" | "CAPACITY_BLOCK"),
354
366
  ?version: ::String,
@@ -1049,7 +1061,19 @@ module Aws
1049
1061
  update_strategy: ("DEFAULT" | "MINIMAL")?
1050
1062
  },
1051
1063
  ?node_repair_config: {
1052
- enabled: bool?
1064
+ enabled: bool?,
1065
+ max_unhealthy_node_threshold_count: ::Integer?,
1066
+ max_unhealthy_node_threshold_percentage: ::Integer?,
1067
+ max_parallel_nodes_repaired_count: ::Integer?,
1068
+ max_parallel_nodes_repaired_percentage: ::Integer?,
1069
+ node_repair_config_overrides: Array[
1070
+ {
1071
+ node_monitoring_condition: ::String?,
1072
+ node_unhealthy_reason: ::String?,
1073
+ min_repair_wait_time_mins: ::Integer?,
1074
+ repair_action: ("Replace" | "Reboot" | "NoAction")?
1075
+ },
1076
+ ]?
1053
1077
  },
1054
1078
  ?client_request_token: ::String
1055
1079
  ) -> _UpdateNodegroupConfigResponseSuccess
data/sig/types.rbs CHANGED
@@ -1141,6 +1141,19 @@ module Aws::EKS
1141
1141
 
1142
1142
  class NodeRepairConfig
1143
1143
  attr_accessor enabled: bool
1144
+ attr_accessor max_unhealthy_node_threshold_count: ::Integer
1145
+ attr_accessor max_unhealthy_node_threshold_percentage: ::Integer
1146
+ attr_accessor max_parallel_nodes_repaired_count: ::Integer
1147
+ attr_accessor max_parallel_nodes_repaired_percentage: ::Integer
1148
+ attr_accessor node_repair_config_overrides: ::Array[Types::NodeRepairConfigOverrides]
1149
+ SENSITIVE: []
1150
+ end
1151
+
1152
+ class NodeRepairConfigOverrides
1153
+ attr_accessor node_monitoring_condition: ::String
1154
+ attr_accessor node_unhealthy_reason: ::String
1155
+ attr_accessor min_repair_wait_time_mins: ::Integer
1156
+ attr_accessor repair_action: ("Replace" | "Reboot" | "NoAction")
1144
1157
  SENSITIVE: []
1145
1158
  end
1146
1159
 
@@ -1559,7 +1572,7 @@ module Aws::EKS
1559
1572
  end
1560
1573
 
1561
1574
  class UpdateParam
1562
- 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")
1575
+ 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" | "NodeRepairConfig")
1563
1576
  attr_accessor value: ::String
1564
1577
  SENSITIVE: []
1565
1578
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-eks
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.147.0
4
+ version: 1.148.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services