@aws-sdk/client-eks 3.777.0 → 3.782.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.
package/dist-cjs/index.js CHANGED
@@ -627,6 +627,7 @@ var UpdateParamType = {
627
627
  POD_IDENTITY_ASSOCIATIONS: "PodIdentityAssociations",
628
628
  PUBLIC_ACCESS_CIDRS: "PublicAccessCidrs",
629
629
  RELEASE_VERSION: "ReleaseVersion",
630
+ REMOTE_NETWORK_CONFIG: "RemoteNetworkConfig",
630
631
  RESOLVE_CONFLICTS: "ResolveConflicts",
631
632
  SECURITY_GROUPS: "SecurityGroups",
632
633
  SERVICE_ACCOUNT_ROLE_ARN: "ServiceAccountRoleArn",
@@ -655,6 +656,7 @@ var UpdateType = {
655
656
  DISASSOCIATE_IDENTITY_PROVIDER_CONFIG: "DisassociateIdentityProviderConfig",
656
657
  ENDPOINT_ACCESS_UPDATE: "EndpointAccessUpdate",
657
658
  LOGGING_UPDATE: "LoggingUpdate",
659
+ REMOTE_NETWORK_CONFIG_UPDATE: "RemoteNetworkConfigUpdate",
658
660
  UPGRADE_POLICY_UPDATE: "UpgradePolicyUpdate",
659
661
  VERSION_UPDATE: "VersionUpdate",
660
662
  VPC_CONFIG_UPDATE: "VpcConfigUpdate",
@@ -1868,6 +1870,7 @@ var se_UpdateClusterConfigCommand = /* @__PURE__ */ __name(async (input, context
1868
1870
  computeConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "computeConfig"),
1869
1871
  kubernetesNetworkConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "kubernetesNetworkConfig"),
1870
1872
  logging: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "logging"),
1873
+ remoteNetworkConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "remoteNetworkConfig"),
1871
1874
  resourcesVpcConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resourcesVpcConfig"),
1872
1875
  storageConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "storageConfig"),
1873
1876
  upgradePolicy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "upgradePolicy"),
@@ -190,6 +190,7 @@ export const UpdateParamType = {
190
190
  POD_IDENTITY_ASSOCIATIONS: "PodIdentityAssociations",
191
191
  PUBLIC_ACCESS_CIDRS: "PublicAccessCidrs",
192
192
  RELEASE_VERSION: "ReleaseVersion",
193
+ REMOTE_NETWORK_CONFIG: "RemoteNetworkConfig",
193
194
  RESOLVE_CONFLICTS: "ResolveConflicts",
194
195
  SECURITY_GROUPS: "SecurityGroups",
195
196
  SERVICE_ACCOUNT_ROLE_ARN: "ServiceAccountRoleArn",
@@ -218,6 +219,7 @@ export const UpdateType = {
218
219
  DISASSOCIATE_IDENTITY_PROVIDER_CONFIG: "DisassociateIdentityProviderConfig",
219
220
  ENDPOINT_ACCESS_UPDATE: "EndpointAccessUpdate",
220
221
  LOGGING_UPDATE: "LoggingUpdate",
222
+ REMOTE_NETWORK_CONFIG_UPDATE: "RemoteNetworkConfigUpdate",
221
223
  UPGRADE_POLICY_UPDATE: "UpgradePolicyUpdate",
222
224
  VERSION_UPDATE: "VersionUpdate",
223
225
  VPC_CONFIG_UPDATE: "VpcConfigUpdate",
@@ -732,6 +732,7 @@ export const se_UpdateClusterConfigCommand = async (input, context) => {
732
732
  computeConfig: (_) => _json(_),
733
733
  kubernetesNetworkConfig: (_) => _json(_),
734
734
  logging: (_) => _json(_),
735
+ remoteNetworkConfig: (_) => _json(_),
735
736
  resourcesVpcConfig: (_) => _json(_),
736
737
  storageConfig: (_) => _json(_),
737
738
  upgradePolicy: (_) => _json(_),
@@ -57,10 +57,10 @@ declare const AssociateEncryptionConfigCommand_base: {
57
57
  * // update: { // Update
58
58
  * // id: "STRING_VALUE",
59
59
  * // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
60
- * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate",
60
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate",
61
61
  * // params: [ // UpdateParams
62
62
  * // { // UpdateParam
63
- * // 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",
63
+ * // 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",
64
64
  * // value: "STRING_VALUE",
65
65
  * // },
66
66
  * // ],
@@ -66,10 +66,10 @@ declare const AssociateIdentityProviderConfigCommand_base: {
66
66
  * // update: { // Update
67
67
  * // id: "STRING_VALUE",
68
68
  * // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
69
- * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate",
69
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate",
70
70
  * // params: [ // UpdateParams
71
71
  * // { // UpdateParam
72
- * // 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",
72
+ * // 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",
73
73
  * // value: "STRING_VALUE",
74
74
  * // },
75
75
  * // ],
@@ -49,10 +49,10 @@ declare const DescribeUpdateCommand_base: {
49
49
  * // update: { // Update
50
50
  * // id: "STRING_VALUE",
51
51
  * // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
52
- * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate",
52
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate",
53
53
  * // params: [ // UpdateParams
54
54
  * // { // UpdateParam
55
- * // 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",
55
+ * // 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",
56
56
  * // value: "STRING_VALUE",
57
57
  * // },
58
58
  * // ],
@@ -51,10 +51,10 @@ declare const DisassociateIdentityProviderConfigCommand_base: {
51
51
  * // update: { // Update
52
52
  * // id: "STRING_VALUE",
53
53
  * // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
54
- * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate",
54
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate",
55
55
  * // params: [ // UpdateParams
56
56
  * // { // UpdateParam
57
- * // 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",
57
+ * // 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",
58
58
  * // value: "STRING_VALUE",
59
59
  * // },
60
60
  * // ],
@@ -55,10 +55,10 @@ declare const UpdateAddonCommand_base: {
55
55
  * // update: { // Update
56
56
  * // id: "STRING_VALUE",
57
57
  * // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
58
- * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate",
58
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate",
59
59
  * // params: [ // UpdateParams
60
60
  * // { // UpdateParam
61
- * // 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",
61
+ * // 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",
62
62
  * // value: "STRING_VALUE",
63
63
  * // },
64
64
  * // ],
@@ -29,33 +29,53 @@ declare const UpdateClusterConfigCommand_base: {
29
29
  /**
30
30
  * <p>Updates an Amazon EKS cluster configuration. Your cluster continues to function during the
31
31
  * update. The response output includes an update ID that you can use to track the status
32
- * of your cluster update with <code>DescribeUpdate</code>"/>.</p>
33
- * <p>You can use this API operation to enable or disable exporting the Kubernetes control plane
34
- * logs for your cluster to CloudWatch Logs. By default, cluster control plane logs aren't exported
35
- * to CloudWatch Logs. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/control-plane-logs.html">Amazon EKS
36
- * Cluster control plane logs</a> in the
37
- * <i>
38
- * <i>Amazon EKS User Guide</i>
39
- * </i>.</p>
40
- * <note>
41
- * <p>CloudWatch Logs ingestion, archive storage, and data scanning rates apply to exported
42
- * control plane logs. For more information, see <a href="http://aws.amazon.com/cloudwatch/pricing/">CloudWatch Pricing</a>.</p>
43
- * </note>
44
- * <p>You can also use this API operation to enable or disable public and private access to
45
- * your cluster's Kubernetes API server endpoint. By default, public access is enabled, and
46
- * private access is disabled. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html">Amazon EKS cluster
47
- * endpoint access control</a> in the <i>
48
- * <i>Amazon EKS User Guide</i>
49
- * </i>.</p>
50
- * <p>You can also use this API operation to choose different subnets and security groups
51
- * for the cluster. You must specify at least two subnets that are in different Availability Zones. You
52
- * can't change which VPC the subnets are from, the subnets must be in the same VPC as the
53
- * subnets that the cluster was created with. For more information about the VPC
54
- * requirements, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/network_reqs.html">https://docs.aws.amazon.com/eks/latest/userguide/network_reqs.html</a> in the <i>
55
- * <i>Amazon EKS User Guide</i>
56
- * </i>.</p>
57
- * <p>You can also use this API operation to enable or disable ARC zonal shift. If zonal
58
- * shift is enabled, Amazon Web Services configures zonal autoshift for the cluster.</p>
32
+ * of your cluster update with <code>DescribeUpdate</code>.</p>
33
+ * <p>You can use this operation to do the following actions:</p>
34
+ * <ul>
35
+ * <li>
36
+ * <p>You can use this API operation to enable or disable exporting the Kubernetes
37
+ * control plane logs for your cluster to CloudWatch Logs. By default, cluster control plane
38
+ * logs aren't exported to CloudWatch Logs. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/control-plane-logs.html">Amazon EKS Cluster control plane logs</a> in the
39
+ * <i>
40
+ * <i>Amazon EKS User Guide</i>
41
+ * </i>.</p>
42
+ * <note>
43
+ * <p>CloudWatch Logs ingestion, archive storage, and data scanning rates apply to
44
+ * exported control plane logs. For more information, see <a href="http://aws.amazon.com/cloudwatch/pricing/">CloudWatch Pricing</a>.</p>
45
+ * </note>
46
+ * </li>
47
+ * <li>
48
+ * <p>You can also use this API operation to enable or disable public and private
49
+ * access to your cluster's Kubernetes API server endpoint. By default, public access is
50
+ * enabled, and private access is disabled. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html">Amazon EKS
51
+ * cluster endpoint access control</a> in the
52
+ * <i>
53
+ * <i>Amazon EKS User Guide</i>
54
+ * </i>.</p>
55
+ * </li>
56
+ * <li>
57
+ * <p>You can also use this API operation to choose different subnets and security
58
+ * groups for the cluster. You must specify at least two subnets that are in
59
+ * different Availability Zones. You can't change which VPC the subnets are from, the subnets
60
+ * must be in the same VPC as the subnets that the cluster was created with. For
61
+ * more information about the VPC requirements, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/network_reqs.html">https://docs.aws.amazon.com/eks/latest/userguide/network_reqs.html</a> in the
62
+ * <i>
63
+ * <i>Amazon EKS User Guide</i>
64
+ * </i>.</p>
65
+ * </li>
66
+ * <li>
67
+ * <p>You can also use this API operation to enable or disable ARC zonal shift. If
68
+ * zonal shift is enabled, Amazon Web Services configures zonal autoshift for the cluster.</p>
69
+ * </li>
70
+ * <li>
71
+ * <p>You can also use this API operation to add, change, or remove the
72
+ * configuration in the cluster for EKS Hybrid Nodes. To remove the configuration,
73
+ * use the <code>remoteNetworkConfig</code> key with an object containing both
74
+ * subkeys with empty arrays for each. Here is an inline example:
75
+ * <code>"remoteNetworkConfig": \{ "remoteNodeNetworks": [],
76
+ * "remotePodNetworks": [] \}</code>.</p>
77
+ * </li>
78
+ * </ul>
59
79
  * <p>Cluster updates are asynchronous, and they should finish within a few minutes. During
60
80
  * an update, the cluster status moves to <code>UPDATING</code> (this status transition is
61
81
  * eventually consistent). When the update is complete (either <code>Failed</code> or
@@ -120,6 +140,20 @@ declare const UpdateClusterConfigCommand_base: {
120
140
  * enabled: true || false,
121
141
  * },
122
142
  * },
143
+ * remoteNetworkConfig: { // RemoteNetworkConfigRequest
144
+ * remoteNodeNetworks: [ // RemoteNodeNetworkList
145
+ * { // RemoteNodeNetwork
146
+ * cidrs: [
147
+ * "STRING_VALUE",
148
+ * ],
149
+ * },
150
+ * ],
151
+ * remotePodNetworks: [ // RemotePodNetworkList
152
+ * { // RemotePodNetwork
153
+ * cidrs: "<StringList>",
154
+ * },
155
+ * ],
156
+ * },
123
157
  * };
124
158
  * const command = new UpdateClusterConfigCommand(input);
125
159
  * const response = await client.send(command);
@@ -127,10 +161,10 @@ declare const UpdateClusterConfigCommand_base: {
127
161
  * // update: { // Update
128
162
  * // id: "STRING_VALUE",
129
163
  * // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
130
- * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate",
164
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate",
131
165
  * // params: [ // UpdateParams
132
166
  * // { // UpdateParam
133
- * // 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",
167
+ * // 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",
134
168
  * // value: "STRING_VALUE",
135
169
  * // },
136
170
  * // ],
@@ -57,10 +57,10 @@ declare const UpdateClusterVersionCommand_base: {
57
57
  * // update: { // Update
58
58
  * // id: "STRING_VALUE",
59
59
  * // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
60
- * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate",
60
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate",
61
61
  * // params: [ // UpdateParams
62
62
  * // { // UpdateParam
63
- * // 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",
63
+ * // 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",
64
64
  * // value: "STRING_VALUE",
65
65
  * // },
66
66
  * // ],
@@ -87,10 +87,10 @@ declare const UpdateNodegroupConfigCommand_base: {
87
87
  * // update: { // Update
88
88
  * // id: "STRING_VALUE",
89
89
  * // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
90
- * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate",
90
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate",
91
91
  * // params: [ // UpdateParams
92
92
  * // { // UpdateParam
93
- * // 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",
93
+ * // 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",
94
94
  * // value: "STRING_VALUE",
95
95
  * // },
96
96
  * // ],
@@ -74,10 +74,10 @@ declare const UpdateNodegroupVersionCommand_base: {
74
74
  * // update: { // Update
75
75
  * // id: "STRING_VALUE",
76
76
  * // status: "InProgress" || "Failed" || "Cancelled" || "Successful",
77
- * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate",
77
+ * // type: "VersionUpdate" || "EndpointAccessUpdate" || "LoggingUpdate" || "ConfigUpdate" || "AssociateIdentityProviderConfig" || "DisassociateIdentityProviderConfig" || "AssociateEncryptionConfig" || "AddonUpdate" || "VpcConfigUpdate" || "AccessConfigUpdate" || "UpgradePolicyUpdate" || "ZonalShiftConfigUpdate" || "AutoModeUpdate" || "RemoteNetworkConfigUpdate",
78
78
  * // params: [ // UpdateParams
79
79
  * // { // UpdateParam
80
- * // 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",
80
+ * // 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",
81
81
  * // value: "STRING_VALUE",
82
82
  * // },
83
83
  * // ],
@@ -908,6 +908,7 @@ export declare const UpdateParamType: {
908
908
  readonly POD_IDENTITY_ASSOCIATIONS: "PodIdentityAssociations";
909
909
  readonly PUBLIC_ACCESS_CIDRS: "PublicAccessCidrs";
910
910
  readonly RELEASE_VERSION: "ReleaseVersion";
911
+ readonly REMOTE_NETWORK_CONFIG: "RemoteNetworkConfig";
911
912
  readonly RESOLVE_CONFLICTS: "ResolveConflicts";
912
913
  readonly SECURITY_GROUPS: "SecurityGroups";
913
914
  readonly SERVICE_ACCOUNT_ROLE_ARN: "ServiceAccountRoleArn";
@@ -968,6 +969,7 @@ export declare const UpdateType: {
968
969
  readonly DISASSOCIATE_IDENTITY_PROVIDER_CONFIG: "DisassociateIdentityProviderConfig";
969
970
  readonly ENDPOINT_ACCESS_UPDATE: "EndpointAccessUpdate";
970
971
  readonly LOGGING_UPDATE: "LoggingUpdate";
972
+ readonly REMOTE_NETWORK_CONFIG_UPDATE: "RemoteNetworkConfigUpdate";
971
973
  readonly UPGRADE_POLICY_UPDATE: "UpgradePolicyUpdate";
972
974
  readonly VERSION_UPDATE: "VersionUpdate";
973
975
  readonly VPC_CONFIG_UPDATE: "VpcConfigUpdate";
@@ -1837,7 +1839,7 @@ export interface RemotePodNetwork {
1837
1839
  cidrs?: string[] | undefined;
1838
1840
  }
1839
1841
  /**
1840
- * <p>The configuration in the cluster for EKS Hybrid Nodes. You can't change or update this
1842
+ * <p>The configuration in the cluster for EKS Hybrid Nodes. You can add, change, or remove this
1841
1843
  * configuration after the cluster is created.</p>
1842
1844
  * @public
1843
1845
  */
@@ -2170,7 +2172,7 @@ export interface CreateClusterRequest {
2170
2172
  */
2171
2173
  zonalShiftConfig?: ZonalShiftConfigRequest | undefined;
2172
2174
  /**
2173
- * <p>The configuration in the cluster for EKS Hybrid Nodes. You can't change or update this
2175
+ * <p>The configuration in the cluster for EKS Hybrid Nodes. You can add, change, or remove this
2174
2176
  * configuration after the cluster is created.</p>
2175
2177
  * @public
2176
2178
  */
@@ -2430,7 +2432,7 @@ export interface OutpostConfigResponse {
2430
2432
  controlPlanePlacement?: ControlPlanePlacementResponse | undefined;
2431
2433
  }
2432
2434
  /**
2433
- * <p>The configuration in the cluster for EKS Hybrid Nodes. You can't change or update this
2435
+ * <p>The configuration in the cluster for EKS Hybrid Nodes. You can add, change, or remove this
2434
2436
  * configuration after the cluster is created.</p>
2435
2437
  * @public
2436
2438
  */
@@ -2703,7 +2705,7 @@ export interface Cluster {
2703
2705
  */
2704
2706
  zonalShiftConfig?: ZonalShiftConfigResponse | undefined;
2705
2707
  /**
2706
- * <p>The configuration in the cluster for EKS Hybrid Nodes. You can't change or update this
2708
+ * <p>The configuration in the cluster for EKS Hybrid Nodes. You can add, change, or remove this
2707
2709
  * configuration after the cluster is created.</p>
2708
2710
  * @public
2709
2711
  */
@@ -6524,6 +6526,12 @@ export interface UpdateClusterConfigRequest {
6524
6526
  * @public
6525
6527
  */
6526
6528
  storageConfig?: StorageConfigRequest | undefined;
6529
+ /**
6530
+ * <p>The configuration in the cluster for EKS Hybrid Nodes. You can add, change, or remove this
6531
+ * configuration after the cluster is created.</p>
6532
+ * @public
6533
+ */
6534
+ remoteNetworkConfig?: RemoteNetworkConfigRequest | undefined;
6527
6535
  }
6528
6536
  /**
6529
6537
  * @public
@@ -274,6 +274,7 @@ export declare const UpdateParamType: {
274
274
  readonly POD_IDENTITY_ASSOCIATIONS: "PodIdentityAssociations";
275
275
  readonly PUBLIC_ACCESS_CIDRS: "PublicAccessCidrs";
276
276
  readonly RELEASE_VERSION: "ReleaseVersion";
277
+ readonly REMOTE_NETWORK_CONFIG: "RemoteNetworkConfig";
277
278
  readonly RESOLVE_CONFLICTS: "ResolveConflicts";
278
279
  readonly SECURITY_GROUPS: "SecurityGroups";
279
280
  readonly SERVICE_ACCOUNT_ROLE_ARN: "ServiceAccountRoleArn";
@@ -309,6 +310,7 @@ export declare const UpdateType: {
309
310
  readonly DISASSOCIATE_IDENTITY_PROVIDER_CONFIG: "DisassociateIdentityProviderConfig";
310
311
  readonly ENDPOINT_ACCESS_UPDATE: "EndpointAccessUpdate";
311
312
  readonly LOGGING_UPDATE: "LoggingUpdate";
313
+ readonly REMOTE_NETWORK_CONFIG_UPDATE: "RemoteNetworkConfigUpdate";
312
314
  readonly UPGRADE_POLICY_UPDATE: "UpgradePolicyUpdate";
313
315
  readonly VERSION_UPDATE: "VersionUpdate";
314
316
  readonly VPC_CONFIG_UPDATE: "VpcConfigUpdate";
@@ -1470,6 +1472,7 @@ export interface UpdateClusterConfigRequest {
1470
1472
  computeConfig?: ComputeConfigRequest | undefined;
1471
1473
  kubernetesNetworkConfig?: KubernetesNetworkConfigRequest | undefined;
1472
1474
  storageConfig?: StorageConfigRequest | undefined;
1475
+ remoteNetworkConfig?: RemoteNetworkConfigRequest | undefined;
1473
1476
  }
1474
1477
  export interface UpdateClusterConfigResponse {
1475
1478
  update?: Update | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-eks",
3
3
  "description": "AWS SDK for JavaScript Eks Client for Node.js, Browser and React Native",
4
- "version": "3.777.0",
4
+ "version": "3.782.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-eks",
@@ -21,16 +21,16 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.777.0",
24
+ "@aws-sdk/credential-provider-node": "3.782.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",
28
- "@aws-sdk/middleware-user-agent": "3.775.0",
28
+ "@aws-sdk/middleware-user-agent": "3.782.0",
29
29
  "@aws-sdk/region-config-resolver": "3.775.0",
30
30
  "@aws-sdk/types": "3.775.0",
31
- "@aws-sdk/util-endpoints": "3.775.0",
31
+ "@aws-sdk/util-endpoints": "3.782.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.775.0",
33
- "@aws-sdk/util-user-agent-node": "3.775.0",
33
+ "@aws-sdk/util-user-agent-node": "3.782.0",
34
34
  "@smithy/config-resolver": "^4.1.0",
35
35
  "@smithy/core": "^3.2.0",
36
36
  "@smithy/fetch-http-handler": "^5.0.2",