@aws-sdk/client-eks 3.775.0 → 3.779.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.
Files changed (63) hide show
  1. package/dist-cjs/index.js +5 -0
  2. package/dist-es/models/models_0.js +4 -0
  3. package/dist-es/protocols/Aws_restJson1.js +1 -0
  4. package/dist-types/commands/AssociateAccessPolicyCommand.d.ts +1 -0
  5. package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +3 -2
  6. package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +3 -2
  7. package/dist-types/commands/CreateAccessEntryCommand.d.ts +1 -0
  8. package/dist-types/commands/CreateAddonCommand.d.ts +1 -0
  9. package/dist-types/commands/CreateClusterCommand.d.ts +13 -10
  10. package/dist-types/commands/CreateEksAnywhereSubscriptionCommand.d.ts +1 -0
  11. package/dist-types/commands/CreateFargateProfileCommand.d.ts +1 -0
  12. package/dist-types/commands/CreateNodegroupCommand.d.ts +3 -2
  13. package/dist-types/commands/CreatePodIdentityAssociationCommand.d.ts +1 -0
  14. package/dist-types/commands/DeleteAccessEntryCommand.d.ts +1 -0
  15. package/dist-types/commands/DeleteAddonCommand.d.ts +1 -0
  16. package/dist-types/commands/DeleteClusterCommand.d.ts +7 -4
  17. package/dist-types/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +1 -0
  18. package/dist-types/commands/DeleteFargateProfileCommand.d.ts +1 -0
  19. package/dist-types/commands/DeleteNodegroupCommand.d.ts +2 -1
  20. package/dist-types/commands/DeletePodIdentityAssociationCommand.d.ts +1 -0
  21. package/dist-types/commands/DeregisterClusterCommand.d.ts +1 -0
  22. package/dist-types/commands/DescribeAccessEntryCommand.d.ts +1 -0
  23. package/dist-types/commands/DescribeAddonCommand.d.ts +1 -0
  24. package/dist-types/commands/DescribeAddonConfigurationCommand.d.ts +1 -0
  25. package/dist-types/commands/DescribeAddonVersionsCommand.d.ts +1 -0
  26. package/dist-types/commands/DescribeClusterCommand.d.ts +18 -18
  27. package/dist-types/commands/DescribeClusterVersionsCommand.d.ts +1 -0
  28. package/dist-types/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +1 -0
  29. package/dist-types/commands/DescribeFargateProfileCommand.d.ts +1 -0
  30. package/dist-types/commands/DescribeIdentityProviderConfigCommand.d.ts +1 -0
  31. package/dist-types/commands/DescribeInsightCommand.d.ts +1 -0
  32. package/dist-types/commands/DescribeNodegroupCommand.d.ts +2 -1
  33. package/dist-types/commands/DescribePodIdentityAssociationCommand.d.ts +1 -0
  34. package/dist-types/commands/DescribeUpdateCommand.d.ts +3 -2
  35. package/dist-types/commands/DisassociateAccessPolicyCommand.d.ts +1 -0
  36. package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +3 -2
  37. package/dist-types/commands/ListAccessEntriesCommand.d.ts +1 -0
  38. package/dist-types/commands/ListAccessPoliciesCommand.d.ts +1 -0
  39. package/dist-types/commands/ListAddonsCommand.d.ts +1 -0
  40. package/dist-types/commands/ListAssociatedAccessPoliciesCommand.d.ts +1 -0
  41. package/dist-types/commands/ListClustersCommand.d.ts +5 -5
  42. package/dist-types/commands/ListEksAnywhereSubscriptionsCommand.d.ts +1 -0
  43. package/dist-types/commands/ListFargateProfilesCommand.d.ts +1 -0
  44. package/dist-types/commands/ListIdentityProviderConfigsCommand.d.ts +1 -0
  45. package/dist-types/commands/ListInsightsCommand.d.ts +1 -0
  46. package/dist-types/commands/ListNodegroupsCommand.d.ts +1 -0
  47. package/dist-types/commands/ListPodIdentityAssociationsCommand.d.ts +1 -0
  48. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -6
  49. package/dist-types/commands/ListUpdatesCommand.d.ts +1 -0
  50. package/dist-types/commands/RegisterClusterCommand.d.ts +1 -0
  51. package/dist-types/commands/TagResourceCommand.d.ts +1 -0
  52. package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
  53. package/dist-types/commands/UpdateAccessEntryCommand.d.ts +1 -0
  54. package/dist-types/commands/UpdateAddonCommand.d.ts +3 -2
  55. package/dist-types/commands/UpdateClusterConfigCommand.d.ts +64 -29
  56. package/dist-types/commands/UpdateClusterVersionCommand.d.ts +3 -2
  57. package/dist-types/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +1 -0
  58. package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +3 -2
  59. package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +3 -2
  60. package/dist-types/commands/UpdatePodIdentityAssociationCommand.d.ts +1 -0
  61. package/dist-types/models/models_0.d.ts +14 -4
  62. package/dist-types/ts3.4/models/models_0.d.ts +5 -0
  63. package/package.json +2 -2
@@ -81,6 +81,7 @@ declare const ListAddonsCommand_base: {
81
81
  * @throws {@link EKSServiceException}
82
82
  * <p>Base exception class for all service exceptions from EKS service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class ListAddonsCommand extends ListAddonsCommand_base {
@@ -85,6 +85,7 @@ declare const ListAssociatedAccessPoliciesCommand_base: {
85
85
  * @throws {@link EKSServiceException}
86
86
  * <p>Base exception class for all service exceptions from EKS service.</p>
87
87
  *
88
+ *
88
89
  * @public
89
90
  */
90
91
  export declare class ListAssociatedAccessPoliciesCommand extends ListAssociatedAccessPoliciesCommand_base {
@@ -76,24 +76,24 @@ declare const ListClustersCommand_base: {
76
76
  * @throws {@link EKSServiceException}
77
77
  * <p>Base exception class for all service exceptions from EKS service.</p>
78
78
  *
79
- * @public
79
+ *
80
80
  * @example To list your available clusters
81
81
  * ```javascript
82
82
  * // This example command lists all of your available clusters in your default region.
83
- * const input = {};
83
+ * const input = { /* empty *\/ };
84
84
  * const command = new ListClustersCommand(input);
85
85
  * const response = await client.send(command);
86
- * /* response ==
86
+ * /* response is
87
87
  * {
88
- * "clusters": [
88
+ * clusters: [
89
89
  * "devel",
90
90
  * "prod"
91
91
  * ]
92
92
  * }
93
93
  * *\/
94
- * // example id: to-list-your-available-clusters-1527868801040
95
94
  * ```
96
95
  *
96
+ * @public
97
97
  */
98
98
  export declare class ListClustersCommand extends ListClustersCommand_base {
99
99
  /** @internal type navigation helper, not in runtime. */
@@ -102,6 +102,7 @@ declare const ListEksAnywhereSubscriptionsCommand_base: {
102
102
  * @throws {@link EKSServiceException}
103
103
  * <p>Base exception class for all service exceptions from EKS service.</p>
104
104
  *
105
+ *
105
106
  * @public
106
107
  */
107
108
  export declare class ListEksAnywhereSubscriptionsCommand extends ListEksAnywhereSubscriptionsCommand_base {
@@ -78,6 +78,7 @@ declare const ListFargateProfilesCommand_base: {
78
78
  * @throws {@link EKSServiceException}
79
79
  * <p>Base exception class for all service exceptions from EKS service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class ListFargateProfilesCommand extends ListFargateProfilesCommand_base {
@@ -83,6 +83,7 @@ declare const ListIdentityProviderConfigsCommand_base: {
83
83
  * @throws {@link EKSServiceException}
84
84
  * <p>Base exception class for all service exceptions from EKS service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class ListIdentityProviderConfigsCommand extends ListIdentityProviderConfigsCommand_base {
@@ -101,6 +101,7 @@ declare const ListInsightsCommand_base: {
101
101
  * @throws {@link EKSServiceException}
102
102
  * <p>Base exception class for all service exceptions from EKS service.</p>
103
103
  *
104
+ *
104
105
  * @public
105
106
  */
106
107
  export declare class ListInsightsCommand extends ListInsightsCommand_base {
@@ -81,6 +81,7 @@ declare const ListNodegroupsCommand_base: {
81
81
  * @throws {@link EKSServiceException}
82
82
  * <p>Base exception class for all service exceptions from EKS service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class ListNodegroupsCommand extends ListNodegroupsCommand_base {
@@ -86,6 +86,7 @@ declare const ListPodIdentityAssociationsCommand_base: {
86
86
  * @throws {@link EKSServiceException}
87
87
  * <p>Base exception class for all service exceptions from EKS service.</p>
88
88
  *
89
+ *
89
90
  * @public
90
91
  */
91
92
  export declare class ListPodIdentityAssociationsCommand extends ListPodIdentityAssociationsCommand_base {
@@ -64,25 +64,25 @@ declare const ListTagsForResourceCommand_base: {
64
64
  * @throws {@link EKSServiceException}
65
65
  * <p>Base exception class for all service exceptions from EKS service.</p>
66
66
  *
67
- * @public
67
+ *
68
68
  * @example To list tags for a cluster
69
69
  * ```javascript
70
70
  * // This example lists all of the tags for the `beta` cluster.
71
71
  * const input = {
72
- * "resourceArn": "arn:aws:eks:us-west-2:012345678910:cluster/beta"
72
+ * resourceArn: "arn:aws:eks:us-west-2:012345678910:cluster/beta"
73
73
  * };
74
74
  * const command = new ListTagsForResourceCommand(input);
75
75
  * const response = await client.send(command);
76
- * /* response ==
76
+ * /* response is
77
77
  * {
78
- * "tags": {
79
- * "aws:tag:domain": "beta"
78
+ * tags: {
79
+ * aws:tag:domain: "beta"
80
80
  * }
81
81
  * }
82
82
  * *\/
83
- * // example id: to-list-tags-for-a-cluster-1568666903378
84
83
  * ```
85
84
  *
85
+ * @public
86
86
  */
87
87
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
88
88
  /** @internal type navigation helper, not in runtime. */
@@ -80,6 +80,7 @@ declare const ListUpdatesCommand_base: {
80
80
  * @throws {@link EKSServiceException}
81
81
  * <p>Base exception class for all service exceptions from EKS service.</p>
82
82
  *
83
+ *
83
84
  * @public
84
85
  */
85
86
  export declare class ListUpdatesCommand extends ListUpdatesCommand_base {
@@ -226,6 +226,7 @@ declare const RegisterClusterCommand_base: {
226
226
  * @throws {@link EKSServiceException}
227
227
  * <p>Base exception class for all service exceptions from EKS service.</p>
228
228
  *
229
+ *
229
230
  * @public
230
231
  */
231
232
  export declare class RegisterClusterCommand extends RegisterClusterCommand_base {
@@ -69,6 +69,7 @@ declare const TagResourceCommand_base: {
69
69
  * @throws {@link EKSServiceException}
70
70
  * <p>Base exception class for all service exceptions from EKS service.</p>
71
71
  *
72
+ *
72
73
  * @public
73
74
  */
74
75
  export declare class TagResourceCommand extends TagResourceCommand_base {
@@ -63,6 +63,7 @@ declare const UntagResourceCommand_base: {
63
63
  * @throws {@link EKSServiceException}
64
64
  * <p>Base exception class for all service exceptions from EKS service.</p>
65
65
  *
66
+ *
66
67
  * @public
67
68
  */
68
69
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
@@ -91,6 +91,7 @@ declare const UpdateAccessEntryCommand_base: {
91
91
  * @throws {@link EKSServiceException}
92
92
  * <p>Base exception class for all service exceptions from EKS service.</p>
93
93
  *
94
+ *
94
95
  * @public
95
96
  */
96
97
  export declare class UpdateAccessEntryCommand extends UpdateAccessEntryCommand_base {
@@ -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
  * // ],
@@ -111,6 +111,7 @@ declare const UpdateAddonCommand_base: {
111
111
  * @throws {@link EKSServiceException}
112
112
  * <p>Base exception class for all service exceptions from EKS service.</p>
113
113
  *
114
+ *
114
115
  * @public
115
116
  */
116
117
  export declare class UpdateAddonCommand extends UpdateAddonCommand_base {
@@ -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
  * // ],
@@ -187,6 +221,7 @@ declare const UpdateClusterConfigCommand_base: {
187
221
  * @throws {@link EKSServiceException}
188
222
  * <p>Base exception class for all service exceptions from EKS service.</p>
189
223
  *
224
+ *
190
225
  * @public
191
226
  */
192
227
  export declare class UpdateClusterConfigCommand extends UpdateClusterConfigCommand_base {
@@ -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
  * // ],
@@ -126,6 +126,7 @@ declare const UpdateClusterVersionCommand_base: {
126
126
  * @throws {@link EKSServiceException}
127
127
  * <p>Base exception class for all service exceptions from EKS service.</p>
128
128
  *
129
+ *
129
130
  * @public
130
131
  */
131
132
  export declare class UpdateClusterVersionCommand extends UpdateClusterVersionCommand_base {
@@ -105,6 +105,7 @@ declare const UpdateEksAnywhereSubscriptionCommand_base: {
105
105
  * @throws {@link EKSServiceException}
106
106
  * <p>Base exception class for all service exceptions from EKS service.</p>
107
107
  *
108
+ *
108
109
  * @public
109
110
  */
110
111
  export declare class UpdateEksAnywhereSubscriptionCommand extends UpdateEksAnywhereSubscriptionCommand_base {
@@ -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
  * // ],
@@ -143,6 +143,7 @@ declare const UpdateNodegroupConfigCommand_base: {
143
143
  * @throws {@link EKSServiceException}
144
144
  * <p>Base exception class for all service exceptions from EKS service.</p>
145
145
  *
146
+ *
146
147
  * @public
147
148
  */
148
149
  export declare class UpdateNodegroupConfigCommand extends UpdateNodegroupConfigCommand_base {
@@ -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
  * // ],
@@ -130,6 +130,7 @@ declare const UpdateNodegroupVersionCommand_base: {
130
130
  * @throws {@link EKSServiceException}
131
131
  * <p>Base exception class for all service exceptions from EKS service.</p>
132
132
  *
133
+ *
133
134
  * @public
134
135
  */
135
136
  export declare class UpdateNodegroupVersionCommand extends UpdateNodegroupVersionCommand_base {
@@ -90,6 +90,7 @@ declare const UpdatePodIdentityAssociationCommand_base: {
90
90
  * @throws {@link EKSServiceException}
91
91
  * <p>Base exception class for all service exceptions from EKS service.</p>
92
92
  *
93
+ *
93
94
  * @public
94
95
  */
95
96
  export declare class UpdatePodIdentityAssociationCommand extends UpdatePodIdentityAssociationCommand_base {
@@ -503,8 +503,10 @@ export declare const AMITypes: {
503
503
  readonly AL2_x86_64: "AL2_x86_64";
504
504
  readonly AL2_x86_64_GPU: "AL2_x86_64_GPU";
505
505
  readonly BOTTLEROCKET_ARM_64: "BOTTLEROCKET_ARM_64";
506
+ readonly BOTTLEROCKET_ARM_64_FIPS: "BOTTLEROCKET_ARM_64_FIPS";
506
507
  readonly BOTTLEROCKET_ARM_64_NVIDIA: "BOTTLEROCKET_ARM_64_NVIDIA";
507
508
  readonly BOTTLEROCKET_x86_64: "BOTTLEROCKET_x86_64";
509
+ readonly BOTTLEROCKET_x86_64_FIPS: "BOTTLEROCKET_x86_64_FIPS";
508
510
  readonly BOTTLEROCKET_x86_64_NVIDIA: "BOTTLEROCKET_x86_64_NVIDIA";
509
511
  readonly CUSTOM: "CUSTOM";
510
512
  readonly WINDOWS_CORE_2019_x86_64: "WINDOWS_CORE_2019_x86_64";
@@ -906,6 +908,7 @@ export declare const UpdateParamType: {
906
908
  readonly POD_IDENTITY_ASSOCIATIONS: "PodIdentityAssociations";
907
909
  readonly PUBLIC_ACCESS_CIDRS: "PublicAccessCidrs";
908
910
  readonly RELEASE_VERSION: "ReleaseVersion";
911
+ readonly REMOTE_NETWORK_CONFIG: "RemoteNetworkConfig";
909
912
  readonly RESOLVE_CONFLICTS: "ResolveConflicts";
910
913
  readonly SECURITY_GROUPS: "SecurityGroups";
911
914
  readonly SERVICE_ACCOUNT_ROLE_ARN: "ServiceAccountRoleArn";
@@ -966,6 +969,7 @@ export declare const UpdateType: {
966
969
  readonly DISASSOCIATE_IDENTITY_PROVIDER_CONFIG: "DisassociateIdentityProviderConfig";
967
970
  readonly ENDPOINT_ACCESS_UPDATE: "EndpointAccessUpdate";
968
971
  readonly LOGGING_UPDATE: "LoggingUpdate";
972
+ readonly REMOTE_NETWORK_CONFIG_UPDATE: "RemoteNetworkConfigUpdate";
969
973
  readonly UPGRADE_POLICY_UPDATE: "UpgradePolicyUpdate";
970
974
  readonly VERSION_UPDATE: "VersionUpdate";
971
975
  readonly VPC_CONFIG_UPDATE: "VpcConfigUpdate";
@@ -1835,7 +1839,7 @@ export interface RemotePodNetwork {
1835
1839
  cidrs?: string[] | undefined;
1836
1840
  }
1837
1841
  /**
1838
- * <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
1839
1843
  * configuration after the cluster is created.</p>
1840
1844
  * @public
1841
1845
  */
@@ -2168,7 +2172,7 @@ export interface CreateClusterRequest {
2168
2172
  */
2169
2173
  zonalShiftConfig?: ZonalShiftConfigRequest | undefined;
2170
2174
  /**
2171
- * <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
2172
2176
  * configuration after the cluster is created.</p>
2173
2177
  * @public
2174
2178
  */
@@ -2428,7 +2432,7 @@ export interface OutpostConfigResponse {
2428
2432
  controlPlanePlacement?: ControlPlanePlacementResponse | undefined;
2429
2433
  }
2430
2434
  /**
2431
- * <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
2432
2436
  * configuration after the cluster is created.</p>
2433
2437
  * @public
2434
2438
  */
@@ -2701,7 +2705,7 @@ export interface Cluster {
2701
2705
  */
2702
2706
  zonalShiftConfig?: ZonalShiftConfigResponse | undefined;
2703
2707
  /**
2704
- * <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
2705
2709
  * configuration after the cluster is created.</p>
2706
2710
  * @public
2707
2711
  */
@@ -6522,6 +6526,12 @@ export interface UpdateClusterConfigRequest {
6522
6526
  * @public
6523
6527
  */
6524
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;
6525
6535
  }
6526
6536
  /**
6527
6537
  * @public
@@ -139,8 +139,10 @@ export declare const AMITypes: {
139
139
  readonly AL2_x86_64: "AL2_x86_64";
140
140
  readonly AL2_x86_64_GPU: "AL2_x86_64_GPU";
141
141
  readonly BOTTLEROCKET_ARM_64: "BOTTLEROCKET_ARM_64";
142
+ readonly BOTTLEROCKET_ARM_64_FIPS: "BOTTLEROCKET_ARM_64_FIPS";
142
143
  readonly BOTTLEROCKET_ARM_64_NVIDIA: "BOTTLEROCKET_ARM_64_NVIDIA";
143
144
  readonly BOTTLEROCKET_x86_64: "BOTTLEROCKET_x86_64";
145
+ readonly BOTTLEROCKET_x86_64_FIPS: "BOTTLEROCKET_x86_64_FIPS";
144
146
  readonly BOTTLEROCKET_x86_64_NVIDIA: "BOTTLEROCKET_x86_64_NVIDIA";
145
147
  readonly CUSTOM: "CUSTOM";
146
148
  readonly WINDOWS_CORE_2019_x86_64: "WINDOWS_CORE_2019_x86_64";
@@ -272,6 +274,7 @@ export declare const UpdateParamType: {
272
274
  readonly POD_IDENTITY_ASSOCIATIONS: "PodIdentityAssociations";
273
275
  readonly PUBLIC_ACCESS_CIDRS: "PublicAccessCidrs";
274
276
  readonly RELEASE_VERSION: "ReleaseVersion";
277
+ readonly REMOTE_NETWORK_CONFIG: "RemoteNetworkConfig";
275
278
  readonly RESOLVE_CONFLICTS: "ResolveConflicts";
276
279
  readonly SECURITY_GROUPS: "SecurityGroups";
277
280
  readonly SERVICE_ACCOUNT_ROLE_ARN: "ServiceAccountRoleArn";
@@ -307,6 +310,7 @@ export declare const UpdateType: {
307
310
  readonly DISASSOCIATE_IDENTITY_PROVIDER_CONFIG: "DisassociateIdentityProviderConfig";
308
311
  readonly ENDPOINT_ACCESS_UPDATE: "EndpointAccessUpdate";
309
312
  readonly LOGGING_UPDATE: "LoggingUpdate";
313
+ readonly REMOTE_NETWORK_CONFIG_UPDATE: "RemoteNetworkConfigUpdate";
310
314
  readonly UPGRADE_POLICY_UPDATE: "UpgradePolicyUpdate";
311
315
  readonly VERSION_UPDATE: "VersionUpdate";
312
316
  readonly VPC_CONFIG_UPDATE: "VpcConfigUpdate";
@@ -1468,6 +1472,7 @@ export interface UpdateClusterConfigRequest {
1468
1472
  computeConfig?: ComputeConfigRequest | undefined;
1469
1473
  kubernetesNetworkConfig?: KubernetesNetworkConfigRequest | undefined;
1470
1474
  storageConfig?: StorageConfigRequest | undefined;
1475
+ remoteNetworkConfig?: RemoteNetworkConfigRequest | undefined;
1471
1476
  }
1472
1477
  export interface UpdateClusterConfigResponse {
1473
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.775.0",
4
+ "version": "3.779.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,7 +21,7 @@
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.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.777.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",