aws-sdk-eks 1.133.0 → 1.134.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-eks/client.rb +74 -49
- data/lib/aws-sdk-eks/client_api.rb +1 -0
- data/lib/aws-sdk-eks/types.rb +15 -9
- data/lib/aws-sdk-eks.rb +1 -1
- data/sig/client.rbs +12 -0
- data/sig/types.rbs +3 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b16600c8d9db27006dd5fcd3f12527c4a5a288df9cecf10df1e93edf82c183be
|
4
|
+
data.tar.gz: ea10f36699544075485592e7d5294f8ea4d9af4f3232bf064d373763181a14c5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d751f9077a61e3af9daa5884deaa1a93a630a19ac5d99c336e56311f2ed6622da1986b9192932c356c8e1c1b43c92a62e744cb7a967f5897e4c74f8fae5522e4
|
7
|
+
data.tar.gz: 1115754f59d53a99c34231d3a3fef0918755ab4133df6fc6bc4d2a4748cdce1d31bb7c9af3d6d8481ef16cd99e8d2340dda6a9beed5aeb56e42f57d7687d5fdf
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.134.0
|
data/lib/aws-sdk-eks/client.rb
CHANGED
@@ -575,9 +575,9 @@ module Aws::EKS
|
|
575
575
|
#
|
576
576
|
# resp.update.id #=> String
|
577
577
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
578
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate"
|
578
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate"
|
579
579
|
# resp.update.params #=> Array
|
580
|
-
# 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"
|
580
|
+
# 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"
|
581
581
|
# resp.update.params[0].value #=> String
|
582
582
|
# resp.update.created_at #=> Time
|
583
583
|
# resp.update.errors #=> Array
|
@@ -659,9 +659,9 @@ module Aws::EKS
|
|
659
659
|
#
|
660
660
|
# resp.update.id #=> String
|
661
661
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
662
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate"
|
662
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate"
|
663
663
|
# resp.update.params #=> Array
|
664
|
-
# 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"
|
664
|
+
# 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"
|
665
665
|
# resp.update.params[0].value #=> String
|
666
666
|
# resp.update.created_at #=> Time
|
667
667
|
# resp.update.errors #=> Array
|
@@ -1185,8 +1185,8 @@ module Aws::EKS
|
|
1185
1185
|
# [1]: https://docs.aws.amazon.com/eks/latest/userguide/zone-shift.html
|
1186
1186
|
#
|
1187
1187
|
# @option params [Types::RemoteNetworkConfigRequest] :remote_network_config
|
1188
|
-
# The configuration in the cluster for EKS Hybrid Nodes. You can
|
1189
|
-
# change or
|
1188
|
+
# The configuration in the cluster for EKS Hybrid Nodes. You can add,
|
1189
|
+
# change, or remove this configuration after the cluster is created.
|
1190
1190
|
#
|
1191
1191
|
# @option params [Types::ComputeConfigRequest] :compute_config
|
1192
1192
|
# Enable or disable the compute capability of EKS Auto Mode when
|
@@ -3473,9 +3473,9 @@ module Aws::EKS
|
|
3473
3473
|
#
|
3474
3474
|
# resp.update.id #=> String
|
3475
3475
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
3476
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate"
|
3476
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate"
|
3477
3477
|
# resp.update.params #=> Array
|
3478
|
-
# 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"
|
3478
|
+
# 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"
|
3479
3479
|
# resp.update.params[0].value #=> String
|
3480
3480
|
# resp.update.created_at #=> Time
|
3481
3481
|
# resp.update.errors #=> Array
|
@@ -3562,9 +3562,9 @@ module Aws::EKS
|
|
3562
3562
|
#
|
3563
3563
|
# resp.update.id #=> String
|
3564
3564
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
3565
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate"
|
3565
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate"
|
3566
3566
|
# resp.update.params #=> Array
|
3567
|
-
# 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"
|
3567
|
+
# 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"
|
3568
3568
|
# resp.update.params[0].value #=> String
|
3569
3569
|
# resp.update.created_at #=> Time
|
3570
3570
|
# resp.update.errors #=> Array
|
@@ -4810,9 +4810,9 @@ module Aws::EKS
|
|
4810
4810
|
#
|
4811
4811
|
# resp.update.id #=> String
|
4812
4812
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
4813
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate"
|
4813
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate"
|
4814
4814
|
# resp.update.params #=> Array
|
4815
|
-
# 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"
|
4815
|
+
# 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"
|
4816
4816
|
# resp.update.params[0].value #=> String
|
4817
4817
|
# resp.update.created_at #=> Time
|
4818
4818
|
# resp.update.errors #=> Array
|
@@ -4833,38 +4833,47 @@ module Aws::EKS
|
|
4833
4833
|
# Updates an Amazon EKS cluster configuration. Your cluster continues to
|
4834
4834
|
# function during the update. The response output includes an update ID
|
4835
4835
|
# that you can use to track the status of your cluster update with
|
4836
|
-
# `DescribeUpdate
|
4836
|
+
# `DescribeUpdate`.
|
4837
4837
|
#
|
4838
|
-
# You can use this
|
4839
|
-
# Kubernetes control plane logs for your cluster to CloudWatch Logs. By
|
4840
|
-
# default, cluster control plane logs aren't exported to CloudWatch
|
4841
|
-
# Logs. For more information, see [Amazon EKS Cluster control plane
|
4842
|
-
# logs][1] in the <i> <i>Amazon EKS User Guide</i> </i>.
|
4838
|
+
# You can use this operation to do the following actions:
|
4843
4839
|
#
|
4844
|
-
#
|
4845
|
-
#
|
4846
|
-
#
|
4840
|
+
# * You can use this API operation to enable or disable exporting the
|
4841
|
+
# Kubernetes control plane logs for your cluster to CloudWatch Logs.
|
4842
|
+
# By default, cluster control plane logs aren't exported to
|
4843
|
+
# CloudWatch Logs. For more information, see [Amazon EKS Cluster
|
4844
|
+
# control plane logs][1] in the <i> <i>Amazon EKS User Guide</i> </i>.
|
4847
4845
|
#
|
4848
|
-
#
|
4846
|
+
# <note markdown="1"> CloudWatch Logs ingestion, archive storage, and data scanning rates
|
4847
|
+
# apply to exported control plane logs. For more information, see
|
4848
|
+
# [CloudWatch Pricing][2].
|
4849
|
+
#
|
4850
|
+
# </note>
|
4849
4851
|
#
|
4850
|
-
# You can also use this API operation to enable or disable public and
|
4851
|
-
#
|
4852
|
-
#
|
4853
|
-
# more information, see [Amazon EKS cluster endpoint access
|
4854
|
-
# in the <i> <i>Amazon EKS User Guide</i> </i>.
|
4855
|
-
#
|
4856
|
-
# You can also use this API operation to choose different subnets and
|
4857
|
-
#
|
4858
|
-
# that are in different Availability Zones. You can't change
|
4859
|
-
# the subnets are from, the subnets must be in the same VPC
|
4860
|
-
# subnets that the cluster was created with. For more
|
4861
|
-
# the VPC requirements, see
|
4862
|
-
#
|
4863
|
-
#
|
4864
|
-
#
|
4865
|
-
# You can also use this API operation to enable or disable ARC zonal
|
4866
|
-
#
|
4867
|
-
# autoshift for the cluster.
|
4852
|
+
# * You can also use this API operation to enable or disable public and
|
4853
|
+
# private access to your cluster's Kubernetes API server endpoint. By
|
4854
|
+
# default, public access is enabled, and private access is disabled.
|
4855
|
+
# For more information, see [Amazon EKS cluster endpoint access
|
4856
|
+
# control][3] in the <i> <i>Amazon EKS User Guide</i> </i>.
|
4857
|
+
#
|
4858
|
+
# * You can also use this API operation to choose different subnets and
|
4859
|
+
# security groups for the cluster. You must specify at least two
|
4860
|
+
# subnets that are in different Availability Zones. You can't change
|
4861
|
+
# which VPC the subnets are from, the subnets must be in the same VPC
|
4862
|
+
# as the subnets that the cluster was created with. For more
|
4863
|
+
# information about the VPC requirements, see
|
4864
|
+
# [https://docs.aws.amazon.com/eks/latest/userguide/network\_reqs.html][4]
|
4865
|
+
# in the <i> <i>Amazon EKS User Guide</i> </i>.
|
4866
|
+
#
|
4867
|
+
# * You can also use this API operation to enable or disable ARC zonal
|
4868
|
+
# shift. If zonal shift is enabled, Amazon Web Services configures
|
4869
|
+
# zonal autoshift for the cluster.
|
4870
|
+
#
|
4871
|
+
# * You can also use this API operation to add, change, or remove the
|
4872
|
+
# configuration in the cluster for EKS Hybrid Nodes. To remove the
|
4873
|
+
# configuration, use the `remoteNetworkConfig` key with an object
|
4874
|
+
# containing both subkeys with empty arrays for each. Here is an
|
4875
|
+
# inline example: `"remoteNetworkConfig": { "remoteNodeNetworks": [],
|
4876
|
+
# "remotePodNetworks": [] }`.
|
4868
4877
|
#
|
4869
4878
|
# Cluster updates are asynchronous, and they should finish within a few
|
4870
4879
|
# minutes. During an update, the cluster status moves to `UPDATING`
|
@@ -4957,6 +4966,10 @@ module Aws::EKS
|
|
4957
4966
|
# Update the configuration of the block storage capability of your EKS
|
4958
4967
|
# Auto Mode cluster. For example, enable the capability.
|
4959
4968
|
#
|
4969
|
+
# @option params [Types::RemoteNetworkConfigRequest] :remote_network_config
|
4970
|
+
# The configuration in the cluster for EKS Hybrid Nodes. You can add,
|
4971
|
+
# change, or remove this configuration after the cluster is created.
|
4972
|
+
#
|
4960
4973
|
# @return [Types::UpdateClusterConfigResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4961
4974
|
#
|
4962
4975
|
# * {Types::UpdateClusterConfigResponse#update #update} => Types::Update
|
@@ -5007,15 +5020,27 @@ module Aws::EKS
|
|
5007
5020
|
# enabled: false,
|
5008
5021
|
# },
|
5009
5022
|
# },
|
5023
|
+
# remote_network_config: {
|
5024
|
+
# remote_node_networks: [
|
5025
|
+
# {
|
5026
|
+
# cidrs: ["String"],
|
5027
|
+
# },
|
5028
|
+
# ],
|
5029
|
+
# remote_pod_networks: [
|
5030
|
+
# {
|
5031
|
+
# cidrs: ["String"],
|
5032
|
+
# },
|
5033
|
+
# ],
|
5034
|
+
# },
|
5010
5035
|
# })
|
5011
5036
|
#
|
5012
5037
|
# @example Response structure
|
5013
5038
|
#
|
5014
5039
|
# resp.update.id #=> String
|
5015
5040
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
5016
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate"
|
5041
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate"
|
5017
5042
|
# resp.update.params #=> Array
|
5018
|
-
# 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"
|
5043
|
+
# 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"
|
5019
5044
|
# resp.update.params[0].value #=> String
|
5020
5045
|
# resp.update.created_at #=> Time
|
5021
5046
|
# resp.update.errors #=> Array
|
@@ -5086,9 +5111,9 @@ module Aws::EKS
|
|
5086
5111
|
#
|
5087
5112
|
# resp.update.id #=> String
|
5088
5113
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
5089
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate"
|
5114
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate"
|
5090
5115
|
# resp.update.params #=> Array
|
5091
|
-
# 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"
|
5116
|
+
# 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"
|
5092
5117
|
# resp.update.params[0].value #=> String
|
5093
5118
|
# resp.update.created_at #=> Time
|
5094
5119
|
# resp.update.errors #=> Array
|
@@ -5263,9 +5288,9 @@ module Aws::EKS
|
|
5263
5288
|
#
|
5264
5289
|
# resp.update.id #=> String
|
5265
5290
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
5266
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate"
|
5291
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate"
|
5267
5292
|
# resp.update.params #=> Array
|
5268
|
-
# 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"
|
5293
|
+
# 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"
|
5269
5294
|
# resp.update.params[0].value #=> String
|
5270
5295
|
# resp.update.created_at #=> Time
|
5271
5296
|
# resp.update.errors #=> Array
|
@@ -5409,9 +5434,9 @@ module Aws::EKS
|
|
5409
5434
|
#
|
5410
5435
|
# resp.update.id #=> String
|
5411
5436
|
# resp.update.status #=> String, one of "InProgress", "Failed", "Cancelled", "Successful"
|
5412
|
-
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate"
|
5437
|
+
# resp.update.type #=> String, one of "VersionUpdate", "EndpointAccessUpdate", "LoggingUpdate", "ConfigUpdate", "AssociateIdentityProviderConfig", "DisassociateIdentityProviderConfig", "AssociateEncryptionConfig", "AddonUpdate", "VpcConfigUpdate", "AccessConfigUpdate", "UpgradePolicyUpdate", "ZonalShiftConfigUpdate", "AutoModeUpdate", "RemoteNetworkConfigUpdate"
|
5413
5438
|
# resp.update.params #=> Array
|
5414
|
-
# 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"
|
5439
|
+
# resp.update.params[0].type #=> String, one of "Version", "PlatformVersion", "EndpointPrivateAccess", "EndpointPublicAccess", "ClusterLogging", "DesiredSize", "LabelsToAdd", "LabelsToRemove", "TaintsToAdd", "TaintsToRemove", "MaxSize", "MinSize", "ReleaseVersion", "PublicAccessCidrs", "LaunchTemplateName", "LaunchTemplateVersion", "IdentityProviderConfig", "EncryptionConfig", "AddonVersion", "ServiceAccountRoleArn", "ResolveConflicts", "MaxUnavailable", "MaxUnavailablePercentage", "NodeRepairEnabled", "UpdateStrategy", "ConfigurationValues", "SecurityGroups", "Subnets", "AuthenticationMode", "PodIdentityAssociations", "UpgradePolicy", "ZonalShiftConfig", "ComputeConfig", "StorageConfig", "KubernetesNetworkConfig", "RemoteNetworkConfig"
|
5415
5440
|
# resp.update.params[0].value #=> String
|
5416
5441
|
# resp.update.created_at #=> Time
|
5417
5442
|
# resp.update.errors #=> Array
|
@@ -5505,7 +5530,7 @@ module Aws::EKS
|
|
5505
5530
|
tracer: tracer
|
5506
5531
|
)
|
5507
5532
|
context[:gem_name] = 'aws-sdk-eks'
|
5508
|
-
context[:gem_version] = '1.
|
5533
|
+
context[:gem_version] = '1.134.0'
|
5509
5534
|
Seahorse::Client::Request.new(handlers, context)
|
5510
5535
|
end
|
5511
5536
|
|
@@ -1462,6 +1462,7 @@ module Aws::EKS
|
|
1462
1462
|
UpdateClusterConfigRequest.add_member(:compute_config, Shapes::ShapeRef.new(shape: ComputeConfigRequest, location_name: "computeConfig"))
|
1463
1463
|
UpdateClusterConfigRequest.add_member(:kubernetes_network_config, Shapes::ShapeRef.new(shape: KubernetesNetworkConfigRequest, location_name: "kubernetesNetworkConfig"))
|
1464
1464
|
UpdateClusterConfigRequest.add_member(:storage_config, Shapes::ShapeRef.new(shape: StorageConfigRequest, location_name: "storageConfig"))
|
1465
|
+
UpdateClusterConfigRequest.add_member(:remote_network_config, Shapes::ShapeRef.new(shape: RemoteNetworkConfigRequest, location_name: "remoteNetworkConfig"))
|
1465
1466
|
UpdateClusterConfigRequest.struct_class = Types::UpdateClusterConfigRequest
|
1466
1467
|
|
1467
1468
|
UpdateClusterConfigResponse.add_member(:update, Shapes::ShapeRef.new(shape: Update, location_name: "update"))
|
data/lib/aws-sdk-eks/types.rb
CHANGED
@@ -927,8 +927,8 @@ module Aws::EKS
|
|
927
927
|
# @return [Types::ZonalShiftConfigResponse]
|
928
928
|
#
|
929
929
|
# @!attribute [rw] remote_network_config
|
930
|
-
# The configuration in the cluster for EKS Hybrid Nodes. You can
|
931
|
-
# change or
|
930
|
+
# The configuration in the cluster for EKS Hybrid Nodes. You can add,
|
931
|
+
# change, or remove this configuration after the cluster is created.
|
932
932
|
# @return [Types::RemoteNetworkConfigResponse]
|
933
933
|
#
|
934
934
|
# @!attribute [rw] compute_config
|
@@ -1721,8 +1721,8 @@ module Aws::EKS
|
|
1721
1721
|
# @return [Types::ZonalShiftConfigRequest]
|
1722
1722
|
#
|
1723
1723
|
# @!attribute [rw] remote_network_config
|
1724
|
-
# The configuration in the cluster for EKS Hybrid Nodes. You can
|
1725
|
-
# change or
|
1724
|
+
# The configuration in the cluster for EKS Hybrid Nodes. You can add,
|
1725
|
+
# change, or remove this configuration after the cluster is created.
|
1726
1726
|
# @return [Types::RemoteNetworkConfigRequest]
|
1727
1727
|
#
|
1728
1728
|
# @!attribute [rw] compute_config
|
@@ -5921,8 +5921,8 @@ module Aws::EKS
|
|
5921
5921
|
include Aws::Structure
|
5922
5922
|
end
|
5923
5923
|
|
5924
|
-
# The configuration in the cluster for EKS Hybrid Nodes. You can
|
5925
|
-
# change or
|
5924
|
+
# The configuration in the cluster for EKS Hybrid Nodes. You can add,
|
5925
|
+
# change, or remove this configuration after the cluster is created.
|
5926
5926
|
#
|
5927
5927
|
# @!attribute [rw] remote_node_networks
|
5928
5928
|
# The list of network CIDRs that can contain hybrid nodes.
|
@@ -5992,8 +5992,8 @@ module Aws::EKS
|
|
5992
5992
|
include Aws::Structure
|
5993
5993
|
end
|
5994
5994
|
|
5995
|
-
# The configuration in the cluster for EKS Hybrid Nodes. You can
|
5996
|
-
# change or
|
5995
|
+
# The configuration in the cluster for EKS Hybrid Nodes. You can add,
|
5996
|
+
# change, or remove this configuration after the cluster is created.
|
5997
5997
|
#
|
5998
5998
|
# @!attribute [rw] remote_node_networks
|
5999
5999
|
# The list of network CIDRs that can contain hybrid nodes.
|
@@ -6806,6 +6806,11 @@ module Aws::EKS
|
|
6806
6806
|
# Auto Mode cluster. For example, enable the capability.
|
6807
6807
|
# @return [Types::StorageConfigRequest]
|
6808
6808
|
#
|
6809
|
+
# @!attribute [rw] remote_network_config
|
6810
|
+
# The configuration in the cluster for EKS Hybrid Nodes. You can add,
|
6811
|
+
# change, or remove this configuration after the cluster is created.
|
6812
|
+
# @return [Types::RemoteNetworkConfigRequest]
|
6813
|
+
#
|
6809
6814
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/UpdateClusterConfigRequest AWS API Documentation
|
6810
6815
|
#
|
6811
6816
|
class UpdateClusterConfigRequest < Struct.new(
|
@@ -6818,7 +6823,8 @@ module Aws::EKS
|
|
6818
6823
|
:zonal_shift_config,
|
6819
6824
|
:compute_config,
|
6820
6825
|
:kubernetes_network_config,
|
6821
|
-
:storage_config
|
6826
|
+
:storage_config,
|
6827
|
+
:remote_network_config)
|
6822
6828
|
SENSITIVE = []
|
6823
6829
|
include Aws::Structure
|
6824
6830
|
end
|
data/lib/aws-sdk-eks.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -937,6 +937,18 @@ module Aws
|
|
937
937
|
block_storage: {
|
938
938
|
enabled: bool?
|
939
939
|
}?
|
940
|
+
},
|
941
|
+
?remote_network_config: {
|
942
|
+
remote_node_networks: Array[
|
943
|
+
{
|
944
|
+
cidrs: Array[::String]?
|
945
|
+
},
|
946
|
+
]?,
|
947
|
+
remote_pod_networks: Array[
|
948
|
+
{
|
949
|
+
cidrs: Array[::String]?
|
950
|
+
},
|
951
|
+
]?
|
940
952
|
}
|
941
953
|
) -> _UpdateClusterConfigResponseSuccess
|
942
954
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateClusterConfigResponseSuccess
|
data/sig/types.rbs
CHANGED
@@ -1386,7 +1386,7 @@ module Aws::EKS
|
|
1386
1386
|
class Update
|
1387
1387
|
attr_accessor id: ::String
|
1388
1388
|
attr_accessor status: ("InProgress" | "Failed" | "Cancelled" | "Successful")
|
1389
|
-
attr_accessor type: ("VersionUpdate" | "EndpointAccessUpdate" | "LoggingUpdate" | "ConfigUpdate" | "AssociateIdentityProviderConfig" | "DisassociateIdentityProviderConfig" | "AssociateEncryptionConfig" | "AddonUpdate" | "VpcConfigUpdate" | "AccessConfigUpdate" | "UpgradePolicyUpdate" | "ZonalShiftConfigUpdate" | "AutoModeUpdate")
|
1389
|
+
attr_accessor type: ("VersionUpdate" | "EndpointAccessUpdate" | "LoggingUpdate" | "ConfigUpdate" | "AssociateIdentityProviderConfig" | "DisassociateIdentityProviderConfig" | "AssociateEncryptionConfig" | "AddonUpdate" | "VpcConfigUpdate" | "AccessConfigUpdate" | "UpgradePolicyUpdate" | "ZonalShiftConfigUpdate" | "AutoModeUpdate" | "RemoteNetworkConfigUpdate")
|
1390
1390
|
attr_accessor params: ::Array[Types::UpdateParam]
|
1391
1391
|
attr_accessor created_at: ::Time
|
1392
1392
|
attr_accessor errors: ::Array[Types::ErrorDetail]
|
@@ -1440,6 +1440,7 @@ module Aws::EKS
|
|
1440
1440
|
attr_accessor compute_config: Types::ComputeConfigRequest
|
1441
1441
|
attr_accessor kubernetes_network_config: Types::KubernetesNetworkConfigRequest
|
1442
1442
|
attr_accessor storage_config: Types::StorageConfigRequest
|
1443
|
+
attr_accessor remote_network_config: Types::RemoteNetworkConfigRequest
|
1443
1444
|
SENSITIVE: []
|
1444
1445
|
end
|
1445
1446
|
|
@@ -1513,7 +1514,7 @@ module Aws::EKS
|
|
1513
1514
|
end
|
1514
1515
|
|
1515
1516
|
class UpdateParam
|
1516
|
-
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")
|
1517
|
+
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")
|
1517
1518
|
attr_accessor value: ::String
|
1518
1519
|
SENSITIVE: []
|
1519
1520
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-eks
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.134.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-03-
|
11
|
+
date: 2025-03-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|