aws-sdk-eks 1.146.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-eks/client.rb +128 -10
- data/lib/aws-sdk-eks/client_api.rb +61 -0
- data/lib/aws-sdk-eks/types.rb +147 -1
- data/lib/aws-sdk-eks.rb +1 -1
- data/sig/client.rbs +50 -2
- data/sig/types.rbs +38 -1
- 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: 264c9d4b9c770ef819527bdadb2af4964559d4cec51fd554976d1b96c15874db
|
4
|
+
data.tar.gz: 5a9412dd71d6d7d5a7e61652717dcb562d09c350366816efa731072172b9b862
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 94e77494e6e97803a66101b492f39e0b01e85d6a3d9e3dbb2165a80a1eef4f1c2a3bf0aa28df904574fd85c9651be83a1c70dccb1953615eea2c4d97071cad73
|
7
|
+
data.tar.gz: 19157e2c4c410d27f17dada51e72e8b6be426585f8a61fb5ec0a8a608714949414934eb6e84c17791e3356e9744abcb02350d983eb59f7eec9e22644e282c1ce
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
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
|
+
|
9
|
+
1.147.0 (2025-08-27)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Add support for on-demand refresh of EKS cluster insights
|
13
|
+
|
4
14
|
1.146.0 (2025-08-26)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.148.0
|
data/lib/aws-sdk-eks/client.rb
CHANGED
@@ -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
|
@@ -3401,6 +3431,42 @@ module Aws::EKS
|
|
3401
3431
|
req.send_request(options)
|
3402
3432
|
end
|
3403
3433
|
|
3434
|
+
# Returns the status of the latest on-demand cluster insights refresh
|
3435
|
+
# operation.
|
3436
|
+
#
|
3437
|
+
# @option params [required, String] :cluster_name
|
3438
|
+
# The name of the cluster associated with the insights refresh
|
3439
|
+
# operation.
|
3440
|
+
#
|
3441
|
+
# @return [Types::DescribeInsightsRefreshResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3442
|
+
#
|
3443
|
+
# * {Types::DescribeInsightsRefreshResponse#message #message} => String
|
3444
|
+
# * {Types::DescribeInsightsRefreshResponse#status #status} => String
|
3445
|
+
# * {Types::DescribeInsightsRefreshResponse#started_at #started_at} => Time
|
3446
|
+
# * {Types::DescribeInsightsRefreshResponse#ended_at #ended_at} => Time
|
3447
|
+
#
|
3448
|
+
# @example Request syntax with placeholder values
|
3449
|
+
#
|
3450
|
+
# resp = client.describe_insights_refresh({
|
3451
|
+
# cluster_name: "String", # required
|
3452
|
+
# })
|
3453
|
+
#
|
3454
|
+
# @example Response structure
|
3455
|
+
#
|
3456
|
+
# resp.message #=> String
|
3457
|
+
# resp.status #=> String, one of "IN_PROGRESS", "FAILED", "COMPLETED"
|
3458
|
+
# resp.started_at #=> Time
|
3459
|
+
# resp.ended_at #=> Time
|
3460
|
+
#
|
3461
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DescribeInsightsRefresh AWS API Documentation
|
3462
|
+
#
|
3463
|
+
# @overload describe_insights_refresh(params = {})
|
3464
|
+
# @param [Hash] params ({})
|
3465
|
+
def describe_insights_refresh(params = {}, options = {})
|
3466
|
+
req = build_request(:describe_insights_refresh, params)
|
3467
|
+
req.send_request(options)
|
3468
|
+
end
|
3469
|
+
|
3404
3470
|
# Describes a managed node group.
|
3405
3471
|
#
|
3406
3472
|
# @option params [required, String] :cluster_name
|
@@ -3462,6 +3528,15 @@ module Aws::EKS
|
|
3462
3528
|
# resp.nodegroup.update_config.max_unavailable_percentage #=> Integer
|
3463
3529
|
# resp.nodegroup.update_config.update_strategy #=> String, one of "DEFAULT", "MINIMAL"
|
3464
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"
|
3465
3540
|
# resp.nodegroup.launch_template.name #=> String
|
3466
3541
|
# resp.nodegroup.launch_template.version #=> String
|
3467
3542
|
# resp.nodegroup.launch_template.id #=> String
|
@@ -3578,7 +3653,7 @@ module Aws::EKS
|
|
3578
3653
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
3579
3654
|
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate"
|
3580
3655
|
# resp.update.params #=> Array
|
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"
|
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"
|
3582
3657
|
# resp.update.params[0].value #=> String
|
3583
3658
|
# resp.update.created_at #=> Time
|
3584
3659
|
# resp.update.errors #=> Array
|
@@ -3667,7 +3742,7 @@ module Aws::EKS
|
|
3667
3742
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
3668
3743
|
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate"
|
3669
3744
|
# resp.update.params #=> Array
|
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"
|
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"
|
3671
3746
|
# resp.update.params[0].value #=> String
|
3672
3747
|
# resp.update.created_at #=> Time
|
3673
3748
|
# resp.update.errors #=> Array
|
@@ -4665,6 +4740,37 @@ module Aws::EKS
|
|
4665
4740
|
req.send_request(options)
|
4666
4741
|
end
|
4667
4742
|
|
4743
|
+
# Initiates an on-demand refresh operation for cluster insights, getting
|
4744
|
+
# the latest analysis outside of the standard refresh schedule.
|
4745
|
+
#
|
4746
|
+
# @option params [required, String] :cluster_name
|
4747
|
+
# The name of the cluster for the refresh insights operation.
|
4748
|
+
#
|
4749
|
+
# @return [Types::StartInsightsRefreshResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4750
|
+
#
|
4751
|
+
# * {Types::StartInsightsRefreshResponse#message #message} => String
|
4752
|
+
# * {Types::StartInsightsRefreshResponse#status #status} => String
|
4753
|
+
#
|
4754
|
+
# @example Request syntax with placeholder values
|
4755
|
+
#
|
4756
|
+
# resp = client.start_insights_refresh({
|
4757
|
+
# cluster_name: "String", # required
|
4758
|
+
# })
|
4759
|
+
#
|
4760
|
+
# @example Response structure
|
4761
|
+
#
|
4762
|
+
# resp.message #=> String
|
4763
|
+
# resp.status #=> String, one of "IN_PROGRESS", "FAILED", "COMPLETED"
|
4764
|
+
#
|
4765
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/StartInsightsRefresh AWS API Documentation
|
4766
|
+
#
|
4767
|
+
# @overload start_insights_refresh(params = {})
|
4768
|
+
# @param [Hash] params ({})
|
4769
|
+
def start_insights_refresh(params = {}, options = {})
|
4770
|
+
req = build_request(:start_insights_refresh, params)
|
4771
|
+
req.send_request(options)
|
4772
|
+
end
|
4773
|
+
|
4668
4774
|
# Associates the specified tags to an Amazon EKS resource with the
|
4669
4775
|
# specified `resourceArn`. If existing tags on a resource are not
|
4670
4776
|
# specified in the request parameters, they aren't changed. When a
|
@@ -4927,7 +5033,7 @@ module Aws::EKS
|
|
4927
5033
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
4928
5034
|
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate"
|
4929
5035
|
# resp.update.params #=> Array
|
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"
|
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"
|
4931
5037
|
# resp.update.params[0].value #=> String
|
4932
5038
|
# resp.update.created_at #=> Time
|
4933
5039
|
# resp.update.errors #=> Array
|
@@ -5162,7 +5268,7 @@ module Aws::EKS
|
|
5162
5268
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
5163
5269
|
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate"
|
5164
5270
|
# resp.update.params #=> Array
|
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"
|
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"
|
5166
5272
|
# resp.update.params[0].value #=> String
|
5167
5273
|
# resp.update.created_at #=> Time
|
5168
5274
|
# resp.update.errors #=> Array
|
@@ -5235,7 +5341,7 @@ module Aws::EKS
|
|
5235
5341
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
5236
5342
|
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate"
|
5237
5343
|
# resp.update.params #=> Array
|
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"
|
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"
|
5239
5345
|
# resp.update.params[0].value #=> String
|
5240
5346
|
# resp.update.created_at #=> Time
|
5241
5347
|
# resp.update.errors #=> Array
|
@@ -5402,6 +5508,18 @@ module Aws::EKS
|
|
5402
5508
|
# },
|
5403
5509
|
# node_repair_config: {
|
5404
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
|
+
# ],
|
5405
5523
|
# },
|
5406
5524
|
# client_request_token: "String",
|
5407
5525
|
# })
|
@@ -5412,7 +5530,7 @@ module Aws::EKS
|
|
5412
5530
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
5413
5531
|
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate"
|
5414
5532
|
# resp.update.params #=> Array
|
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"
|
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"
|
5416
5534
|
# resp.update.params[0].value #=> String
|
5417
5535
|
# resp.update.created_at #=> Time
|
5418
5536
|
# resp.update.errors #=> Array
|
@@ -5558,7 +5676,7 @@ module Aws::EKS
|
|
5558
5676
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
5559
5677
|
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate", "DeletionProtectionUpdate"
|
5560
5678
|
# resp.update.params #=> Array
|
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"
|
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"
|
5562
5680
|
# resp.update.params[0].value #=> String
|
5563
5681
|
# resp.update.created_at #=> Time
|
5564
5682
|
# resp.update.errors #=> Array
|
@@ -5722,7 +5840,7 @@ module Aws::EKS
|
|
5722
5840
|
tracer: tracer
|
5723
5841
|
)
|
5724
5842
|
context[:gem_name] = 'aws-sdk-eks'
|
5725
|
-
context[:gem_version] = '1.
|
5843
|
+
context[:gem_version] = '1.148.0'
|
5726
5844
|
Seahorse::Client::Request.new(handlers, context)
|
5727
5845
|
end
|
5728
5846
|
|
@@ -139,6 +139,8 @@ module Aws::EKS
|
|
139
139
|
DescribeIdentityProviderConfigResponse = Shapes::StructureShape.new(name: 'DescribeIdentityProviderConfigResponse')
|
140
140
|
DescribeInsightRequest = Shapes::StructureShape.new(name: 'DescribeInsightRequest')
|
141
141
|
DescribeInsightResponse = Shapes::StructureShape.new(name: 'DescribeInsightResponse')
|
142
|
+
DescribeInsightsRefreshRequest = Shapes::StructureShape.new(name: 'DescribeInsightsRefreshRequest')
|
143
|
+
DescribeInsightsRefreshResponse = Shapes::StructureShape.new(name: 'DescribeInsightsRefreshResponse')
|
142
144
|
DescribeNodegroupRequest = Shapes::StructureShape.new(name: 'DescribeNodegroupRequest')
|
143
145
|
DescribeNodegroupResponse = Shapes::StructureShape.new(name: 'DescribeNodegroupResponse')
|
144
146
|
DescribePodIdentityAssociationRequest = Shapes::StructureShape.new(name: 'DescribePodIdentityAssociationRequest')
|
@@ -188,6 +190,7 @@ module Aws::EKS
|
|
188
190
|
InsightSummaries = Shapes::ListShape.new(name: 'InsightSummaries')
|
189
191
|
InsightSummary = Shapes::StructureShape.new(name: 'InsightSummary')
|
190
192
|
InsightsFilter = Shapes::StructureShape.new(name: 'InsightsFilter')
|
193
|
+
InsightsRefreshStatus = Shapes::StringShape.new(name: 'InsightsRefreshStatus')
|
191
194
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
192
195
|
InvalidParameterException = Shapes::StructureShape.new(name: 'InvalidParameterException')
|
193
196
|
InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
|
@@ -244,6 +247,8 @@ module Aws::EKS
|
|
244
247
|
Logging = Shapes::StructureShape.new(name: 'Logging')
|
245
248
|
MarketplaceInformation = Shapes::StructureShape.new(name: 'MarketplaceInformation')
|
246
249
|
NodeRepairConfig = Shapes::StructureShape.new(name: 'NodeRepairConfig')
|
250
|
+
NodeRepairConfigOverrides = Shapes::StructureShape.new(name: 'NodeRepairConfigOverrides')
|
251
|
+
NodeRepairConfigOverridesList = Shapes::ListShape.new(name: 'NodeRepairConfigOverridesList')
|
247
252
|
Nodegroup = Shapes::StructureShape.new(name: 'Nodegroup')
|
248
253
|
NodegroupHealth = Shapes::StructureShape.new(name: 'NodegroupHealth')
|
249
254
|
NodegroupIssueCode = Shapes::StringShape.new(name: 'NodegroupIssueCode')
|
@@ -273,6 +278,7 @@ module Aws::EKS
|
|
273
278
|
RemoteNodeNetworkList = Shapes::ListShape.new(name: 'RemoteNodeNetworkList')
|
274
279
|
RemotePodNetwork = Shapes::StructureShape.new(name: 'RemotePodNetwork')
|
275
280
|
RemotePodNetworkList = Shapes::ListShape.new(name: 'RemotePodNetworkList')
|
281
|
+
RepairAction = Shapes::StringShape.new(name: 'RepairAction')
|
276
282
|
ResolveConflicts = Shapes::StringShape.new(name: 'ResolveConflicts')
|
277
283
|
ResourceInUseException = Shapes::StructureShape.new(name: 'ResourceInUseException')
|
278
284
|
ResourceLimitExceededException = Shapes::StructureShape.new(name: 'ResourceLimitExceededException')
|
@@ -281,6 +287,8 @@ module Aws::EKS
|
|
281
287
|
RoleArn = Shapes::StringShape.new(name: 'RoleArn')
|
282
288
|
ServerException = Shapes::StructureShape.new(name: 'ServerException')
|
283
289
|
ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
|
290
|
+
StartInsightsRefreshRequest = Shapes::StructureShape.new(name: 'StartInsightsRefreshRequest')
|
291
|
+
StartInsightsRefreshResponse = Shapes::StructureShape.new(name: 'StartInsightsRefreshResponse')
|
284
292
|
StorageConfigRequest = Shapes::StructureShape.new(name: 'StorageConfigRequest')
|
285
293
|
StorageConfigResponse = Shapes::StructureShape.new(name: 'StorageConfigResponse')
|
286
294
|
String = Shapes::StringShape.new(name: 'String')
|
@@ -864,6 +872,15 @@ module Aws::EKS
|
|
864
872
|
DescribeInsightResponse.add_member(:insight, Shapes::ShapeRef.new(shape: Insight, location_name: "insight"))
|
865
873
|
DescribeInsightResponse.struct_class = Types::DescribeInsightResponse
|
866
874
|
|
875
|
+
DescribeInsightsRefreshRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "name"))
|
876
|
+
DescribeInsightsRefreshRequest.struct_class = Types::DescribeInsightsRefreshRequest
|
877
|
+
|
878
|
+
DescribeInsightsRefreshResponse.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
879
|
+
DescribeInsightsRefreshResponse.add_member(:status, Shapes::ShapeRef.new(shape: InsightsRefreshStatus, location_name: "status"))
|
880
|
+
DescribeInsightsRefreshResponse.add_member(:started_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startedAt"))
|
881
|
+
DescribeInsightsRefreshResponse.add_member(:ended_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endedAt"))
|
882
|
+
DescribeInsightsRefreshResponse.struct_class = Types::DescribeInsightsRefreshResponse
|
883
|
+
|
867
884
|
DescribeNodegroupRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "name"))
|
868
885
|
DescribeNodegroupRequest.add_member(:nodegroup_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "nodegroupName"))
|
869
886
|
DescribeNodegroupRequest.struct_class = Types::DescribeNodegroupRequest
|
@@ -1220,8 +1237,21 @@ module Aws::EKS
|
|
1220
1237
|
MarketplaceInformation.struct_class = Types::MarketplaceInformation
|
1221
1238
|
|
1222
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"))
|
1223
1245
|
NodeRepairConfig.struct_class = Types::NodeRepairConfig
|
1224
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
|
+
|
1225
1255
|
Nodegroup.add_member(:nodegroup_name, Shapes::ShapeRef.new(shape: String, location_name: "nodegroupName"))
|
1226
1256
|
Nodegroup.add_member(:nodegroup_arn, Shapes::ShapeRef.new(shape: String, location_name: "nodegroupArn"))
|
1227
1257
|
Nodegroup.add_member(:cluster_name, Shapes::ShapeRef.new(shape: String, location_name: "clusterName"))
|
@@ -1397,6 +1427,13 @@ module Aws::EKS
|
|
1397
1427
|
ServiceUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
1398
1428
|
ServiceUnavailableException.struct_class = Types::ServiceUnavailableException
|
1399
1429
|
|
1430
|
+
StartInsightsRefreshRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "name"))
|
1431
|
+
StartInsightsRefreshRequest.struct_class = Types::StartInsightsRefreshRequest
|
1432
|
+
|
1433
|
+
StartInsightsRefreshResponse.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
1434
|
+
StartInsightsRefreshResponse.add_member(:status, Shapes::ShapeRef.new(shape: InsightsRefreshStatus, location_name: "status"))
|
1435
|
+
StartInsightsRefreshResponse.struct_class = Types::StartInsightsRefreshResponse
|
1436
|
+
|
1400
1437
|
StorageConfigRequest.add_member(:block_storage, Shapes::ShapeRef.new(shape: BlockStorage, location_name: "blockStorage"))
|
1401
1438
|
StorageConfigRequest.struct_class = Types::StorageConfigRequest
|
1402
1439
|
|
@@ -1987,6 +2024,18 @@ module Aws::EKS
|
|
1987
2024
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
1988
2025
|
end)
|
1989
2026
|
|
2027
|
+
api.add_operation(:describe_insights_refresh, Seahorse::Model::Operation.new.tap do |o|
|
2028
|
+
o.name = "DescribeInsightsRefresh"
|
2029
|
+
o.http_method = "GET"
|
2030
|
+
o.http_request_uri = "/clusters/{name}/insights-refresh"
|
2031
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeInsightsRefreshRequest)
|
2032
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeInsightsRefreshResponse)
|
2033
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerException)
|
2034
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2035
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2036
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
2037
|
+
end)
|
2038
|
+
|
1990
2039
|
api.add_operation(:describe_nodegroup, Seahorse::Model::Operation.new.tap do |o|
|
1991
2040
|
o.name = "DescribeNodegroup"
|
1992
2041
|
o.http_method = "GET"
|
@@ -2291,6 +2340,18 @@ module Aws::EKS
|
|
2291
2340
|
o.errors << Shapes::ShapeRef.new(shape: ResourcePropagationDelayException)
|
2292
2341
|
end)
|
2293
2342
|
|
2343
|
+
api.add_operation(:start_insights_refresh, Seahorse::Model::Operation.new.tap do |o|
|
2344
|
+
o.name = "StartInsightsRefresh"
|
2345
|
+
o.http_method = "POST"
|
2346
|
+
o.http_request_uri = "/clusters/{name}/insights-refresh"
|
2347
|
+
o.input = Shapes::ShapeRef.new(shape: StartInsightsRefreshRequest)
|
2348
|
+
o.output = Shapes::ShapeRef.new(shape: StartInsightsRefreshResponse)
|
2349
|
+
o.errors << Shapes::ShapeRef.new(shape: ServerException)
|
2350
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2351
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2352
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
2353
|
+
end)
|
2354
|
+
|
2294
2355
|
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
2295
2356
|
o.name = "TagResource"
|
2296
2357
|
o.http_method = "POST"
|
data/lib/aws-sdk-eks/types.rb
CHANGED
@@ -3060,6 +3060,46 @@ module Aws::EKS
|
|
3060
3060
|
include Aws::Structure
|
3061
3061
|
end
|
3062
3062
|
|
3063
|
+
# @!attribute [rw] cluster_name
|
3064
|
+
# The name of the cluster associated with the insights refresh
|
3065
|
+
# operation.
|
3066
|
+
# @return [String]
|
3067
|
+
#
|
3068
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DescribeInsightsRefreshRequest AWS API Documentation
|
3069
|
+
#
|
3070
|
+
class DescribeInsightsRefreshRequest < Struct.new(
|
3071
|
+
:cluster_name)
|
3072
|
+
SENSITIVE = []
|
3073
|
+
include Aws::Structure
|
3074
|
+
end
|
3075
|
+
|
3076
|
+
# @!attribute [rw] message
|
3077
|
+
# The message associated with the insights refresh operation.
|
3078
|
+
# @return [String]
|
3079
|
+
#
|
3080
|
+
# @!attribute [rw] status
|
3081
|
+
# The current status of the insights refresh operation.
|
3082
|
+
# @return [String]
|
3083
|
+
#
|
3084
|
+
# @!attribute [rw] started_at
|
3085
|
+
# The date and time when the insights refresh operation started.
|
3086
|
+
# @return [Time]
|
3087
|
+
#
|
3088
|
+
# @!attribute [rw] ended_at
|
3089
|
+
# The date and time when the insights refresh operation ended.
|
3090
|
+
# @return [Time]
|
3091
|
+
#
|
3092
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DescribeInsightsRefreshResponse AWS API Documentation
|
3093
|
+
#
|
3094
|
+
class DescribeInsightsRefreshResponse < Struct.new(
|
3095
|
+
:message,
|
3096
|
+
:status,
|
3097
|
+
:started_at,
|
3098
|
+
:ended_at)
|
3099
|
+
SENSITIVE = []
|
3100
|
+
include Aws::Structure
|
3101
|
+
end
|
3102
|
+
|
3063
3103
|
# @!attribute [rw] cluster_name
|
3064
3104
|
# The name of your cluster.
|
3065
3105
|
# @return [String]
|
@@ -5163,10 +5203,87 @@ module Aws::EKS
|
|
5163
5203
|
# Node auto repair is disabled by default.
|
5164
5204
|
# @return [Boolean]
|
5165
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
|
+
#
|
5166
5241
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/NodeRepairConfig AWS API Documentation
|
5167
5242
|
#
|
5168
5243
|
class NodeRepairConfig < Struct.new(
|
5169
|
-
: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)
|
5170
5287
|
SENSITIVE = []
|
5171
5288
|
include Aws::Structure
|
5172
5289
|
end
|
@@ -6473,6 +6590,35 @@ module Aws::EKS
|
|
6473
6590
|
include Aws::Structure
|
6474
6591
|
end
|
6475
6592
|
|
6593
|
+
# @!attribute [rw] cluster_name
|
6594
|
+
# The name of the cluster for the refresh insights operation.
|
6595
|
+
# @return [String]
|
6596
|
+
#
|
6597
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/StartInsightsRefreshRequest AWS API Documentation
|
6598
|
+
#
|
6599
|
+
class StartInsightsRefreshRequest < Struct.new(
|
6600
|
+
:cluster_name)
|
6601
|
+
SENSITIVE = []
|
6602
|
+
include Aws::Structure
|
6603
|
+
end
|
6604
|
+
|
6605
|
+
# @!attribute [rw] message
|
6606
|
+
# The message associated with the insights refresh operation.
|
6607
|
+
# @return [String]
|
6608
|
+
#
|
6609
|
+
# @!attribute [rw] status
|
6610
|
+
# The current status of the insights refresh operation.
|
6611
|
+
# @return [String]
|
6612
|
+
#
|
6613
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/StartInsightsRefreshResponse AWS API Documentation
|
6614
|
+
#
|
6615
|
+
class StartInsightsRefreshResponse < Struct.new(
|
6616
|
+
:message,
|
6617
|
+
:status)
|
6618
|
+
SENSITIVE = []
|
6619
|
+
include Aws::Structure
|
6620
|
+
end
|
6621
|
+
|
6476
6622
|
# Request to update the configuration of the storage capability of your
|
6477
6623
|
# EKS Auto Mode cluster. For example, enable the capability. For more
|
6478
6624
|
# information, see EKS Auto Mode block storage capability in the *Amazon
|
data/lib/aws-sdk-eks.rb
CHANGED
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,
|
@@ -585,6 +597,19 @@ module Aws
|
|
585
597
|
) -> _DescribeInsightResponseSuccess
|
586
598
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeInsightResponseSuccess
|
587
599
|
|
600
|
+
interface _DescribeInsightsRefreshResponseSuccess
|
601
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeInsightsRefreshResponse]
|
602
|
+
def message: () -> ::String
|
603
|
+
def status: () -> ("IN_PROGRESS" | "FAILED" | "COMPLETED")
|
604
|
+
def started_at: () -> ::Time
|
605
|
+
def ended_at: () -> ::Time
|
606
|
+
end
|
607
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EKS/Client.html#describe_insights_refresh-instance_method
|
608
|
+
def describe_insights_refresh: (
|
609
|
+
cluster_name: ::String
|
610
|
+
) -> _DescribeInsightsRefreshResponseSuccess
|
611
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeInsightsRefreshResponseSuccess
|
612
|
+
|
588
613
|
interface _DescribeNodegroupResponseSuccess
|
589
614
|
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeNodegroupResponse]
|
590
615
|
def nodegroup: () -> Types::Nodegroup
|
@@ -840,6 +865,17 @@ module Aws
|
|
840
865
|
) -> _RegisterClusterResponseSuccess
|
841
866
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RegisterClusterResponseSuccess
|
842
867
|
|
868
|
+
interface _StartInsightsRefreshResponseSuccess
|
869
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::StartInsightsRefreshResponse]
|
870
|
+
def message: () -> ::String
|
871
|
+
def status: () -> ("IN_PROGRESS" | "FAILED" | "COMPLETED")
|
872
|
+
end
|
873
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EKS/Client.html#start_insights_refresh-instance_method
|
874
|
+
def start_insights_refresh: (
|
875
|
+
cluster_name: ::String
|
876
|
+
) -> _StartInsightsRefreshResponseSuccess
|
877
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartInsightsRefreshResponseSuccess
|
878
|
+
|
843
879
|
interface _TagResourceResponseSuccess
|
844
880
|
include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
|
845
881
|
end
|
@@ -1025,7 +1061,19 @@ module Aws
|
|
1025
1061
|
update_strategy: ("DEFAULT" | "MINIMAL")?
|
1026
1062
|
},
|
1027
1063
|
?node_repair_config: {
|
1028
|
-
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
|
+
]?
|
1029
1077
|
},
|
1030
1078
|
?client_request_token: ::String
|
1031
1079
|
) -> _UpdateNodegroupConfigResponseSuccess
|
data/sig/types.rbs
CHANGED
@@ -675,6 +675,19 @@ module Aws::EKS
|
|
675
675
|
SENSITIVE: []
|
676
676
|
end
|
677
677
|
|
678
|
+
class DescribeInsightsRefreshRequest
|
679
|
+
attr_accessor cluster_name: ::String
|
680
|
+
SENSITIVE: []
|
681
|
+
end
|
682
|
+
|
683
|
+
class DescribeInsightsRefreshResponse
|
684
|
+
attr_accessor message: ::String
|
685
|
+
attr_accessor status: ("IN_PROGRESS" | "FAILED" | "COMPLETED")
|
686
|
+
attr_accessor started_at: ::Time
|
687
|
+
attr_accessor ended_at: ::Time
|
688
|
+
SENSITIVE: []
|
689
|
+
end
|
690
|
+
|
678
691
|
class DescribeNodegroupRequest
|
679
692
|
attr_accessor cluster_name: ::String
|
680
693
|
attr_accessor nodegroup_name: ::String
|
@@ -1128,6 +1141,19 @@ module Aws::EKS
|
|
1128
1141
|
|
1129
1142
|
class NodeRepairConfig
|
1130
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")
|
1131
1157
|
SENSITIVE: []
|
1132
1158
|
end
|
1133
1159
|
|
@@ -1354,6 +1380,17 @@ module Aws::EKS
|
|
1354
1380
|
SENSITIVE: []
|
1355
1381
|
end
|
1356
1382
|
|
1383
|
+
class StartInsightsRefreshRequest
|
1384
|
+
attr_accessor cluster_name: ::String
|
1385
|
+
SENSITIVE: []
|
1386
|
+
end
|
1387
|
+
|
1388
|
+
class StartInsightsRefreshResponse
|
1389
|
+
attr_accessor message: ::String
|
1390
|
+
attr_accessor status: ("IN_PROGRESS" | "FAILED" | "COMPLETED")
|
1391
|
+
SENSITIVE: []
|
1392
|
+
end
|
1393
|
+
|
1357
1394
|
class StorageConfigRequest
|
1358
1395
|
attr_accessor block_storage: Types::BlockStorage
|
1359
1396
|
SENSITIVE: []
|
@@ -1535,7 +1572,7 @@ module Aws::EKS
|
|
1535
1572
|
end
|
1536
1573
|
|
1537
1574
|
class UpdateParam
|
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")
|
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")
|
1539
1576
|
attr_accessor value: ::String
|
1540
1577
|
SENSITIVE: []
|
1541
1578
|
end
|