@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
package/dist-cjs/index.js CHANGED
@@ -390,8 +390,10 @@ var AMITypes = {
390
390
  AL2_x86_64: "AL2_x86_64",
391
391
  AL2_x86_64_GPU: "AL2_x86_64_GPU",
392
392
  BOTTLEROCKET_ARM_64: "BOTTLEROCKET_ARM_64",
393
+ BOTTLEROCKET_ARM_64_FIPS: "BOTTLEROCKET_ARM_64_FIPS",
393
394
  BOTTLEROCKET_ARM_64_NVIDIA: "BOTTLEROCKET_ARM_64_NVIDIA",
394
395
  BOTTLEROCKET_x86_64: "BOTTLEROCKET_x86_64",
396
+ BOTTLEROCKET_x86_64_FIPS: "BOTTLEROCKET_x86_64_FIPS",
395
397
  BOTTLEROCKET_x86_64_NVIDIA: "BOTTLEROCKET_x86_64_NVIDIA",
396
398
  CUSTOM: "CUSTOM",
397
399
  WINDOWS_CORE_2019_x86_64: "WINDOWS_CORE_2019_x86_64",
@@ -625,6 +627,7 @@ var UpdateParamType = {
625
627
  POD_IDENTITY_ASSOCIATIONS: "PodIdentityAssociations",
626
628
  PUBLIC_ACCESS_CIDRS: "PublicAccessCidrs",
627
629
  RELEASE_VERSION: "ReleaseVersion",
630
+ REMOTE_NETWORK_CONFIG: "RemoteNetworkConfig",
628
631
  RESOLVE_CONFLICTS: "ResolveConflicts",
629
632
  SECURITY_GROUPS: "SecurityGroups",
630
633
  SERVICE_ACCOUNT_ROLE_ARN: "ServiceAccountRoleArn",
@@ -653,6 +656,7 @@ var UpdateType = {
653
656
  DISASSOCIATE_IDENTITY_PROVIDER_CONFIG: "DisassociateIdentityProviderConfig",
654
657
  ENDPOINT_ACCESS_UPDATE: "EndpointAccessUpdate",
655
658
  LOGGING_UPDATE: "LoggingUpdate",
659
+ REMOTE_NETWORK_CONFIG_UPDATE: "RemoteNetworkConfigUpdate",
656
660
  UPGRADE_POLICY_UPDATE: "UpgradePolicyUpdate",
657
661
  VERSION_UPDATE: "VersionUpdate",
658
662
  VPC_CONFIG_UPDATE: "VpcConfigUpdate",
@@ -1866,6 +1870,7 @@ var se_UpdateClusterConfigCommand = /* @__PURE__ */ __name(async (input, context
1866
1870
  computeConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "computeConfig"),
1867
1871
  kubernetesNetworkConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "kubernetesNetworkConfig"),
1868
1872
  logging: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "logging"),
1873
+ remoteNetworkConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "remoteNetworkConfig"),
1869
1874
  resourcesVpcConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "resourcesVpcConfig"),
1870
1875
  storageConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "storageConfig"),
1871
1876
  upgradePolicy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "upgradePolicy"),
@@ -51,8 +51,10 @@ export const AMITypes = {
51
51
  AL2_x86_64: "AL2_x86_64",
52
52
  AL2_x86_64_GPU: "AL2_x86_64_GPU",
53
53
  BOTTLEROCKET_ARM_64: "BOTTLEROCKET_ARM_64",
54
+ BOTTLEROCKET_ARM_64_FIPS: "BOTTLEROCKET_ARM_64_FIPS",
54
55
  BOTTLEROCKET_ARM_64_NVIDIA: "BOTTLEROCKET_ARM_64_NVIDIA",
55
56
  BOTTLEROCKET_x86_64: "BOTTLEROCKET_x86_64",
57
+ BOTTLEROCKET_x86_64_FIPS: "BOTTLEROCKET_x86_64_FIPS",
56
58
  BOTTLEROCKET_x86_64_NVIDIA: "BOTTLEROCKET_x86_64_NVIDIA",
57
59
  CUSTOM: "CUSTOM",
58
60
  WINDOWS_CORE_2019_x86_64: "WINDOWS_CORE_2019_x86_64",
@@ -188,6 +190,7 @@ export const UpdateParamType = {
188
190
  POD_IDENTITY_ASSOCIATIONS: "PodIdentityAssociations",
189
191
  PUBLIC_ACCESS_CIDRS: "PublicAccessCidrs",
190
192
  RELEASE_VERSION: "ReleaseVersion",
193
+ REMOTE_NETWORK_CONFIG: "RemoteNetworkConfig",
191
194
  RESOLVE_CONFLICTS: "ResolveConflicts",
192
195
  SECURITY_GROUPS: "SecurityGroups",
193
196
  SERVICE_ACCOUNT_ROLE_ARN: "ServiceAccountRoleArn",
@@ -216,6 +219,7 @@ export const UpdateType = {
216
219
  DISASSOCIATE_IDENTITY_PROVIDER_CONFIG: "DisassociateIdentityProviderConfig",
217
220
  ENDPOINT_ACCESS_UPDATE: "EndpointAccessUpdate",
218
221
  LOGGING_UPDATE: "LoggingUpdate",
222
+ REMOTE_NETWORK_CONFIG_UPDATE: "RemoteNetworkConfigUpdate",
219
223
  UPGRADE_POLICY_UPDATE: "UpgradePolicyUpdate",
220
224
  VERSION_UPDATE: "VersionUpdate",
221
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(_),
@@ -93,6 +93,7 @@ declare const AssociateAccessPolicyCommand_base: {
93
93
  * @throws {@link EKSServiceException}
94
94
  * <p>Base exception class for all service exceptions from EKS service.</p>
95
95
  *
96
+ *
96
97
  * @public
97
98
  */
98
99
  export declare class AssociateAccessPolicyCommand extends AssociateAccessPolicyCommand_base {
@@ -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
  * // ],
@@ -117,6 +117,7 @@ declare const AssociateEncryptionConfigCommand_base: {
117
117
  * @throws {@link EKSServiceException}
118
118
  * <p>Base exception class for all service exceptions from EKS service.</p>
119
119
  *
120
+ *
120
121
  * @public
121
122
  */
122
123
  export declare class AssociateEncryptionConfigCommand extends AssociateEncryptionConfigCommand_base {
@@ -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
  * // ],
@@ -129,6 +129,7 @@ declare const AssociateIdentityProviderConfigCommand_base: {
129
129
  * @throws {@link EKSServiceException}
130
130
  * <p>Base exception class for all service exceptions from EKS service.</p>
131
131
  *
132
+ *
132
133
  * @public
133
134
  */
134
135
  export declare class AssociateIdentityProviderConfigCommand extends AssociateIdentityProviderConfigCommand_base {
@@ -113,6 +113,7 @@ declare const CreateAccessEntryCommand_base: {
113
113
  * @throws {@link EKSServiceException}
114
114
  * <p>Base exception class for all service exceptions from EKS service.</p>
115
115
  *
116
+ *
116
117
  * @public
117
118
  */
118
119
  export declare class CreateAccessEntryCommand extends CreateAccessEntryCommand_base {
@@ -130,6 +130,7 @@ declare const CreateAddonCommand_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 CreateAddonCommand extends CreateAddonCommand_base {
@@ -324,30 +324,33 @@ declare const CreateClusterCommand_base: {
324
324
  * @throws {@link EKSServiceException}
325
325
  * <p>Base exception class for all service exceptions from EKS service.</p>
326
326
  *
327
- * @public
327
+ *
328
328
  * @example To create a new cluster
329
329
  * ```javascript
330
330
  * // The following example creates an Amazon EKS cluster called prod.
331
331
  * const input = {
332
- * "version": "1.10",
333
- * "name": "prod",
334
- * "clientRequestToken": "1d2129a1-3d38-460a-9756-e5b91fddb951",
335
- * "resourcesVpcConfig": {
336
- * "securityGroupIds": [
332
+ * clientRequestToken: "1d2129a1-3d38-460a-9756-e5b91fddb951",
333
+ * name: "prod",
334
+ * resourcesVpcConfig: {
335
+ * securityGroupIds: [
337
336
  * "sg-6979fe18"
338
337
  * ],
339
- * "subnetIds": [
338
+ * subnetIds: [
340
339
  * "subnet-6782e71e",
341
340
  * "subnet-e7e761ac"
342
341
  * ]
343
342
  * },
344
- * "roleArn": "arn:aws:iam::012345678910:role/eks-service-role-AWSServiceRoleForAmazonEKS-J7ONKE3BQ4PI"
343
+ * roleArn: "arn:aws:iam::012345678910:role/eks-service-role-AWSServiceRoleForAmazonEKS-J7ONKE3BQ4PI",
344
+ * version: "1.10"
345
345
  * };
346
346
  * const command = new CreateClusterCommand(input);
347
- * await client.send(command);
348
- * // example id: to-create-a-new-cluster-1527868185648
347
+ * const response = await client.send(command);
348
+ * /* response is
349
+ * { /* empty *\/ }
350
+ * *\/
349
351
  * ```
350
352
  *
353
+ * @public
351
354
  */
352
355
  export declare class CreateClusterCommand extends CreateClusterCommand_base {
353
356
  /** @internal type navigation helper, not in runtime. */
@@ -112,6 +112,7 @@ declare const CreateEksAnywhereSubscriptionCommand_base: {
112
112
  * @throws {@link EKSServiceException}
113
113
  * <p>Base exception class for all service exceptions from EKS service.</p>
114
114
  *
115
+ *
115
116
  * @public
116
117
  */
117
118
  export declare class CreateEksAnywhereSubscriptionCommand extends CreateEksAnywhereSubscriptionCommand_base {
@@ -151,6 +151,7 @@ declare const CreateFargateProfileCommand_base: {
151
151
  * @throws {@link EKSServiceException}
152
152
  * <p>Base exception class for all service exceptions from EKS service.</p>
153
153
  *
154
+ *
154
155
  * @public
155
156
  */
156
157
  export declare class CreateFargateProfileCommand extends CreateFargateProfileCommand_base {
@@ -66,7 +66,7 @@ declare const CreateNodegroupCommand_base: {
66
66
  * instanceTypes: [
67
67
  * "STRING_VALUE",
68
68
  * ],
69
- * amiType: "AL2_x86_64" || "AL2_x86_64_GPU" || "AL2_ARM_64" || "CUSTOM" || "BOTTLEROCKET_ARM_64" || "BOTTLEROCKET_x86_64" || "BOTTLEROCKET_ARM_64_NVIDIA" || "BOTTLEROCKET_x86_64_NVIDIA" || "WINDOWS_CORE_2019_x86_64" || "WINDOWS_FULL_2019_x86_64" || "WINDOWS_CORE_2022_x86_64" || "WINDOWS_FULL_2022_x86_64" || "AL2023_x86_64_STANDARD" || "AL2023_ARM_64_STANDARD" || "AL2023_x86_64_NEURON" || "AL2023_x86_64_NVIDIA",
69
+ * amiType: "AL2_x86_64" || "AL2_x86_64_GPU" || "AL2_ARM_64" || "CUSTOM" || "BOTTLEROCKET_ARM_64" || "BOTTLEROCKET_x86_64" || "BOTTLEROCKET_ARM_64_FIPS" || "BOTTLEROCKET_x86_64_FIPS" || "BOTTLEROCKET_ARM_64_NVIDIA" || "BOTTLEROCKET_x86_64_NVIDIA" || "WINDOWS_CORE_2019_x86_64" || "WINDOWS_FULL_2019_x86_64" || "WINDOWS_CORE_2022_x86_64" || "WINDOWS_FULL_2022_x86_64" || "AL2023_x86_64_STANDARD" || "AL2023_ARM_64_STANDARD" || "AL2023_x86_64_NEURON" || "AL2023_x86_64_NVIDIA",
70
70
  * remoteAccess: { // RemoteAccessConfig
71
71
  * ec2SshKey: "STRING_VALUE",
72
72
  * sourceSecurityGroups: [
@@ -135,7 +135,7 @@ declare const CreateNodegroupCommand_base: {
135
135
  * // "STRING_VALUE",
136
136
  * // ],
137
137
  * // },
138
- * // amiType: "AL2_x86_64" || "AL2_x86_64_GPU" || "AL2_ARM_64" || "CUSTOM" || "BOTTLEROCKET_ARM_64" || "BOTTLEROCKET_x86_64" || "BOTTLEROCKET_ARM_64_NVIDIA" || "BOTTLEROCKET_x86_64_NVIDIA" || "WINDOWS_CORE_2019_x86_64" || "WINDOWS_FULL_2019_x86_64" || "WINDOWS_CORE_2022_x86_64" || "WINDOWS_FULL_2022_x86_64" || "AL2023_x86_64_STANDARD" || "AL2023_ARM_64_STANDARD" || "AL2023_x86_64_NEURON" || "AL2023_x86_64_NVIDIA",
138
+ * // amiType: "AL2_x86_64" || "AL2_x86_64_GPU" || "AL2_ARM_64" || "CUSTOM" || "BOTTLEROCKET_ARM_64" || "BOTTLEROCKET_x86_64" || "BOTTLEROCKET_ARM_64_FIPS" || "BOTTLEROCKET_x86_64_FIPS" || "BOTTLEROCKET_ARM_64_NVIDIA" || "BOTTLEROCKET_x86_64_NVIDIA" || "WINDOWS_CORE_2019_x86_64" || "WINDOWS_FULL_2019_x86_64" || "WINDOWS_CORE_2022_x86_64" || "WINDOWS_FULL_2022_x86_64" || "AL2023_x86_64_STANDARD" || "AL2023_ARM_64_STANDARD" || "AL2023_x86_64_NEURON" || "AL2023_x86_64_NVIDIA",
139
139
  * // nodeRole: "STRING_VALUE",
140
140
  * // labels: { // labelsMap
141
141
  * // "<keys>": "STRING_VALUE",
@@ -220,6 +220,7 @@ declare const CreateNodegroupCommand_base: {
220
220
  * @throws {@link EKSServiceException}
221
221
  * <p>Base exception class for all service exceptions from EKS service.</p>
222
222
  *
223
+ *
223
224
  * @public
224
225
  */
225
226
  export declare class CreateNodegroupCommand extends CreateNodegroupCommand_base {
@@ -107,6 +107,7 @@ declare const CreatePodIdentityAssociationCommand_base: {
107
107
  * @throws {@link EKSServiceException}
108
108
  * <p>Base exception class for all service exceptions from EKS service.</p>
109
109
  *
110
+ *
110
111
  * @public
111
112
  */
112
113
  export declare class CreatePodIdentityAssociationCommand extends CreatePodIdentityAssociationCommand_base {
@@ -69,6 +69,7 @@ declare const DeleteAccessEntryCommand_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 DeleteAccessEntryCommand extends DeleteAccessEntryCommand_base {
@@ -113,6 +113,7 @@ declare const DeleteAddonCommand_base: {
113
113
  * @throws {@link EKSServiceException}
114
114
  * <p>Base exception class for all service exceptions from EKS service.</p>
115
115
  *
116
+ *
116
117
  * @public
117
118
  */
118
119
  export declare class DeleteAddonCommand extends DeleteAddonCommand_base {
@@ -202,18 +202,21 @@ declare const DeleteClusterCommand_base: {
202
202
  * @throws {@link EKSServiceException}
203
203
  * <p>Base exception class for all service exceptions from EKS service.</p>
204
204
  *
205
- * @public
205
+ *
206
206
  * @example To delete a cluster
207
207
  * ```javascript
208
208
  * // This example command deletes a cluster named `devel` in your default region.
209
209
  * const input = {
210
- * "name": "devel"
210
+ * name: "devel"
211
211
  * };
212
212
  * const command = new DeleteClusterCommand(input);
213
- * await client.send(command);
214
- * // example id: to-delete-a-cluster-1527868641252
213
+ * const response = await client.send(command);
214
+ * /* response is
215
+ * { /* empty *\/ }
216
+ * *\/
215
217
  * ```
216
218
  *
219
+ * @public
217
220
  */
218
221
  export declare class DeleteClusterCommand extends DeleteClusterCommand_base {
219
222
  /** @internal type navigation helper, not in runtime. */
@@ -101,6 +101,7 @@ declare const DeleteEksAnywhereSubscriptionCommand_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 DeleteEksAnywhereSubscriptionCommand extends DeleteEksAnywhereSubscriptionCommand_base {
@@ -113,6 +113,7 @@ declare const DeleteFargateProfileCommand_base: {
113
113
  * @throws {@link EKSServiceException}
114
114
  * <p>Base exception class for all service exceptions from EKS service.</p>
115
115
  *
116
+ *
116
117
  * @public
117
118
  */
118
119
  export declare class DeleteFargateProfileCommand extends DeleteFargateProfileCommand_base {
@@ -68,7 +68,7 @@ declare const DeleteNodegroupCommand_base: {
68
68
  * // "STRING_VALUE",
69
69
  * // ],
70
70
  * // },
71
- * // amiType: "AL2_x86_64" || "AL2_x86_64_GPU" || "AL2_ARM_64" || "CUSTOM" || "BOTTLEROCKET_ARM_64" || "BOTTLEROCKET_x86_64" || "BOTTLEROCKET_ARM_64_NVIDIA" || "BOTTLEROCKET_x86_64_NVIDIA" || "WINDOWS_CORE_2019_x86_64" || "WINDOWS_FULL_2019_x86_64" || "WINDOWS_CORE_2022_x86_64" || "WINDOWS_FULL_2022_x86_64" || "AL2023_x86_64_STANDARD" || "AL2023_ARM_64_STANDARD" || "AL2023_x86_64_NEURON" || "AL2023_x86_64_NVIDIA",
71
+ * // amiType: "AL2_x86_64" || "AL2_x86_64_GPU" || "AL2_ARM_64" || "CUSTOM" || "BOTTLEROCKET_ARM_64" || "BOTTLEROCKET_x86_64" || "BOTTLEROCKET_ARM_64_FIPS" || "BOTTLEROCKET_x86_64_FIPS" || "BOTTLEROCKET_ARM_64_NVIDIA" || "BOTTLEROCKET_x86_64_NVIDIA" || "WINDOWS_CORE_2019_x86_64" || "WINDOWS_FULL_2019_x86_64" || "WINDOWS_CORE_2022_x86_64" || "WINDOWS_FULL_2022_x86_64" || "AL2023_x86_64_STANDARD" || "AL2023_ARM_64_STANDARD" || "AL2023_x86_64_NEURON" || "AL2023_x86_64_NVIDIA",
72
72
  * // nodeRole: "STRING_VALUE",
73
73
  * // labels: { // labelsMap
74
74
  * // "<keys>": "STRING_VALUE",
@@ -152,6 +152,7 @@ declare const DeleteNodegroupCommand_base: {
152
152
  * @throws {@link EKSServiceException}
153
153
  * <p>Base exception class for all service exceptions from EKS service.</p>
154
154
  *
155
+ *
155
156
  * @public
156
157
  */
157
158
  export declare class DeleteNodegroupCommand extends DeleteNodegroupCommand_base {
@@ -86,6 +86,7 @@ declare const DeletePodIdentityAssociationCommand_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 DeletePodIdentityAssociationCommand extends DeletePodIdentityAssociationCommand_base {
@@ -202,6 +202,7 @@ declare const DeregisterClusterCommand_base: {
202
202
  * @throws {@link EKSServiceException}
203
203
  * <p>Base exception class for all service exceptions from EKS service.</p>
204
204
  *
205
+ *
205
206
  * @public
206
207
  */
207
208
  export declare class DeregisterClusterCommand extends DeregisterClusterCommand_base {
@@ -82,6 +82,7 @@ declare const DescribeAccessEntryCommand_base: {
82
82
  * @throws {@link EKSServiceException}
83
83
  * <p>Base exception class for all service exceptions from EKS service.</p>
84
84
  *
85
+ *
85
86
  * @public
86
87
  */
87
88
  export declare class DescribeAccessEntryCommand extends DescribeAccessEntryCommand_base {
@@ -110,6 +110,7 @@ declare const DescribeAddonCommand_base: {
110
110
  * @throws {@link EKSServiceException}
111
111
  * <p>Base exception class for all service exceptions from EKS service.</p>
112
112
  *
113
+ *
113
114
  * @public
114
115
  */
115
116
  export declare class DescribeAddonCommand extends DescribeAddonCommand_base {
@@ -78,6 +78,7 @@ declare const DescribeAddonConfigurationCommand_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 DescribeAddonConfigurationCommand extends DescribeAddonConfigurationCommand_base {
@@ -116,6 +116,7 @@ declare const DescribeAddonVersionsCommand_base: {
116
116
  * @throws {@link EKSServiceException}
117
117
  * <p>Base exception class for all service exceptions from EKS service.</p>
118
118
  *
119
+ *
119
120
  * @public
120
121
  */
121
122
  export declare class DescribeAddonVersionsCommand extends DescribeAddonVersionsCommand_base {
@@ -199,44 +199,44 @@ declare const DescribeClusterCommand_base: {
199
199
  * @throws {@link EKSServiceException}
200
200
  * <p>Base exception class for all service exceptions from EKS service.</p>
201
201
  *
202
- * @public
202
+ *
203
203
  * @example To describe a cluster
204
204
  * ```javascript
205
205
  * // This example command provides a description of the specified cluster in your default region.
206
206
  * const input = {
207
- * "name": "devel"
207
+ * name: "devel"
208
208
  * };
209
209
  * const command = new DescribeClusterCommand(input);
210
210
  * const response = await client.send(command);
211
- * /* response ==
211
+ * /* response is
212
212
  * {
213
- * "cluster": {
214
- * "version": "1.10",
215
- * "name": "devel",
216
- * "arn": "arn:aws:eks:us-west-2:012345678910:cluster/devel",
217
- * "certificateAuthority": {
218
- * "data": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUN5RENDQWJDZ0F3SUJBZ0lCQURBTkJna3Foa2lHOXcwQkFRc0ZBREFWTVJNd0VRWURWUVFERXdwcmRXSmwKY201bGRHVnpNQjRYRFRFNE1EVXpNVEl6TVRFek1Wb1hEVEk0TURVeU9ESXpNVEV6TVZvd0ZURVRNQkVHQTFVRQpBeE1LYTNWaVpYSnVaWFJsY3pDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBTTZWCjVUaG4rdFcySm9Xa2hQMzRlVUZMNitaRXJOZGIvWVdrTmtDdWNGS2RaaXl2TjlMVmdvUmV2MjlFVFZlN1ZGbSsKUTJ3ZURyRXJiQyt0dVlibkFuN1ZLYmE3ay9hb1BHekZMdmVnb0t6b0M1N2NUdGVwZzRIazRlK2tIWHNaME10MApyb3NzcjhFM1ROeExETnNJTThGL1cwdjhsTGNCbWRPcjQyV2VuTjFHZXJnaDNSZ2wzR3JIazBnNTU0SjFWenJZCm9hTi8zODFUczlOTFF2QTBXb0xIcjBFRlZpTFdSZEoyZ3lXaC9ybDVyOFNDOHZaQXg1YW1BU0hVd01aTFpWRC8KTDBpOW4wRVM0MkpVdzQyQmxHOEdpd3NhTkJWV3lUTHZKclNhRXlDSHFtVVZaUTFDZkFXUjl0L3JleVVOVXM3TApWV1FqM3BFbk9RMitMSWJrc0RzQ0F3RUFBYU1qTUNFd0RnWURWUjBQQVFIL0JBUURBZ0trTUE4R0ExVWRFd0VCCi93UUZNQU1CQWY4d0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dFQkFNZ3RsQ1dIQ2U2YzVHMXl2YlFTS0Q4K2hUalkKSm1NSG56L2EvRGt0WG9YUjFVQzIrZUgzT1BZWmVjRVZZZHVaSlZCckNNQ2VWR0ZkeWdBYlNLc1FxWDg0S2RXbAp1MU5QaERDSmEyRHliN2pVMUV6VThTQjFGZUZ5ZFE3a0hNS1E1blpBRVFQOTY4S01hSGUrSm0yQ2x1UFJWbEJVCjF4WlhTS1gzTVZ0K1Q0SU1EV2d6c3JRSjVuQkRjdEtLcUZtM3pKdVVubHo5ZEpVckdscEltMjVJWXJDckxYUFgKWkUwRUtRNWEzMHhkVWNrTHRGQkQrOEtBdFdqSS9yZUZPNzM1YnBMdVoyOTBaNm42QlF3elRrS0p4cnhVc3QvOAppNGsxcnlsaUdWMm5SSjBUYjNORkczNHgrYWdzYTRoSTFPbU90TFM0TmgvRXJxT3lIUXNDc2hEQUtKUT0KLS0tLS1FTkQgQ0VSVElGSUNBVEUtLS0tLQo="
213
+ * cluster: {
214
+ * arn: "arn:aws:eks:us-west-2:012345678910:cluster/devel",
215
+ * certificateAuthority: {
216
+ * data: "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUN5RENDQWJDZ0F3SUJBZ0lCQURBTkJna3Foa2lHOXcwQkFRc0ZBREFWTVJNd0VRWURWUVFERXdwcmRXSmwKY201bGRHVnpNQjRYRFRFNE1EVXpNVEl6TVRFek1Wb1hEVEk0TURVeU9ESXpNVEV6TVZvd0ZURVRNQkVHQTFVRQpBeE1LYTNWaVpYSnVaWFJsY3pDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBTTZWCjVUaG4rdFcySm9Xa2hQMzRlVUZMNitaRXJOZGIvWVdrTmtDdWNGS2RaaXl2TjlMVmdvUmV2MjlFVFZlN1ZGbSsKUTJ3ZURyRXJiQyt0dVlibkFuN1ZLYmE3ay9hb1BHekZMdmVnb0t6b0M1N2NUdGVwZzRIazRlK2tIWHNaME10MApyb3NzcjhFM1ROeExETnNJTThGL1cwdjhsTGNCbWRPcjQyV2VuTjFHZXJnaDNSZ2wzR3JIazBnNTU0SjFWenJZCm9hTi8zODFUczlOTFF2QTBXb0xIcjBFRlZpTFdSZEoyZ3lXaC9ybDVyOFNDOHZaQXg1YW1BU0hVd01aTFpWRC8KTDBpOW4wRVM0MkpVdzQyQmxHOEdpd3NhTkJWV3lUTHZKclNhRXlDSHFtVVZaUTFDZkFXUjl0L3JleVVOVXM3TApWV1FqM3BFbk9RMitMSWJrc0RzQ0F3RUFBYU1qTUNFd0RnWURWUjBQQVFIL0JBUURBZ0trTUE4R0ExVWRFd0VCCi93UUZNQU1CQWY4d0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dFQkFNZ3RsQ1dIQ2U2YzVHMXl2YlFTS0Q4K2hUalkKSm1NSG56L2EvRGt0WG9YUjFVQzIrZUgzT1BZWmVjRVZZZHVaSlZCckNNQ2VWR0ZkeWdBYlNLc1FxWDg0S2RXbAp1MU5QaERDSmEyRHliN2pVMUV6VThTQjFGZUZ5ZFE3a0hNS1E1blpBRVFQOTY4S01hSGUrSm0yQ2x1UFJWbEJVCjF4WlhTS1gzTVZ0K1Q0SU1EV2d6c3JRSjVuQkRjdEtLcUZtM3pKdVVubHo5ZEpVckdscEltMjVJWXJDckxYUFgKWkUwRUtRNWEzMHhkVWNrTHRGQkQrOEtBdFdqSS9yZUZPNzM1YnBMdVoyOTBaNm42QlF3elRrS0p4cnhVc3QvOAppNGsxcnlsaUdWMm5SSjBUYjNORkczNHgrYWdzYTRoSTFPbU90TFM0TmgvRXJxT3lIUXNDc2hEQUtKUT0KLS0tLS1FTkQgQ0VSVElGSUNBVEUtLS0tLQo="
219
217
  * },
220
- * "createdAt": 1527807879.988,
221
- * "endpoint": "https://A0DCCD80A04F01705DD065655C30CC3D.yl4.us-west-2.eks.amazonaws.com",
222
- * "resourcesVpcConfig": {
223
- * "securityGroupIds": [
218
+ * createdAt: 1.527807879988E9,
219
+ * endpoint: "https://A0DCCD80A04F01705DD065655C30CC3D.yl4.us-west-2.eks.amazonaws.com",
220
+ * name: "devel",
221
+ * resourcesVpcConfig: {
222
+ * securityGroupIds: [
224
223
  * "sg-6979fe18"
225
224
  * ],
226
- * "subnetIds": [
225
+ * subnetIds: [
227
226
  * "subnet-6782e71e",
228
227
  * "subnet-e7e761ac"
229
228
  * ],
230
- * "vpcId": "vpc-950809ec"
229
+ * vpcId: "vpc-950809ec"
231
230
  * },
232
- * "roleArn": "arn:aws:iam::012345678910:role/eks-service-role-AWSServiceRoleForAmazonEKS-J7ONKE3BQ4PI",
233
- * "status": "ACTIVE"
231
+ * roleArn: "arn:aws:iam::012345678910:role/eks-service-role-AWSServiceRoleForAmazonEKS-J7ONKE3BQ4PI",
232
+ * status: "ACTIVE",
233
+ * version: "1.10"
234
234
  * }
235
235
  * }
236
236
  * *\/
237
- * // example id: to-describe-a-cluster-1527868708512
238
237
  * ```
239
238
  *
239
+ * @public
240
240
  */
241
241
  export declare class DescribeClusterCommand extends DescribeClusterCommand_base {
242
242
  /** @internal type navigation helper, not in runtime. */
@@ -88,6 +88,7 @@ declare const DescribeClusterVersionsCommand_base: {
88
88
  * @throws {@link EKSServiceException}
89
89
  * <p>Base exception class for all service exceptions from EKS service.</p>
90
90
  *
91
+ *
91
92
  * @public
92
93
  */
93
94
  export declare class DescribeClusterVersionsCommand extends DescribeClusterVersionsCommand_base {
@@ -97,6 +97,7 @@ declare const DescribeEksAnywhereSubscriptionCommand_base: {
97
97
  * @throws {@link EKSServiceException}
98
98
  * <p>Base exception class for all service exceptions from EKS service.</p>
99
99
  *
100
+ *
100
101
  * @public
101
102
  */
102
103
  export declare class DescribeEksAnywhereSubscriptionCommand extends DescribeEksAnywhereSubscriptionCommand_base {
@@ -105,6 +105,7 @@ declare const DescribeFargateProfileCommand_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 DescribeFargateProfileCommand extends DescribeFargateProfileCommand_base {
@@ -98,6 +98,7 @@ declare const DescribeIdentityProviderConfigCommand_base: {
98
98
  * @throws {@link EKSServiceException}
99
99
  * <p>Base exception class for all service exceptions from EKS service.</p>
100
100
  *
101
+ *
101
102
  * @public
102
103
  */
103
104
  export declare class DescribeIdentityProviderConfigCommand extends DescribeIdentityProviderConfigCommand_base {
@@ -123,6 +123,7 @@ declare const DescribeInsightCommand_base: {
123
123
  * @throws {@link EKSServiceException}
124
124
  * <p>Base exception class for all service exceptions from EKS service.</p>
125
125
  *
126
+ *
126
127
  * @public
127
128
  */
128
129
  export declare class DescribeInsightCommand extends DescribeInsightCommand_base {
@@ -68,7 +68,7 @@ declare const DescribeNodegroupCommand_base: {
68
68
  * // "STRING_VALUE",
69
69
  * // ],
70
70
  * // },
71
- * // amiType: "AL2_x86_64" || "AL2_x86_64_GPU" || "AL2_ARM_64" || "CUSTOM" || "BOTTLEROCKET_ARM_64" || "BOTTLEROCKET_x86_64" || "BOTTLEROCKET_ARM_64_NVIDIA" || "BOTTLEROCKET_x86_64_NVIDIA" || "WINDOWS_CORE_2019_x86_64" || "WINDOWS_FULL_2019_x86_64" || "WINDOWS_CORE_2022_x86_64" || "WINDOWS_FULL_2022_x86_64" || "AL2023_x86_64_STANDARD" || "AL2023_ARM_64_STANDARD" || "AL2023_x86_64_NEURON" || "AL2023_x86_64_NVIDIA",
71
+ * // amiType: "AL2_x86_64" || "AL2_x86_64_GPU" || "AL2_ARM_64" || "CUSTOM" || "BOTTLEROCKET_ARM_64" || "BOTTLEROCKET_x86_64" || "BOTTLEROCKET_ARM_64_FIPS" || "BOTTLEROCKET_x86_64_FIPS" || "BOTTLEROCKET_ARM_64_NVIDIA" || "BOTTLEROCKET_x86_64_NVIDIA" || "WINDOWS_CORE_2019_x86_64" || "WINDOWS_FULL_2019_x86_64" || "WINDOWS_CORE_2022_x86_64" || "WINDOWS_FULL_2022_x86_64" || "AL2023_x86_64_STANDARD" || "AL2023_ARM_64_STANDARD" || "AL2023_x86_64_NEURON" || "AL2023_x86_64_NVIDIA",
72
72
  * // nodeRole: "STRING_VALUE",
73
73
  * // labels: { // labelsMap
74
74
  * // "<keys>": "STRING_VALUE",
@@ -149,6 +149,7 @@ declare const DescribeNodegroupCommand_base: {
149
149
  * @throws {@link EKSServiceException}
150
150
  * <p>Base exception class for all service exceptions from EKS service.</p>
151
151
  *
152
+ *
152
153
  * @public
153
154
  */
154
155
  export declare class DescribeNodegroupCommand extends DescribeNodegroupCommand_base {
@@ -89,6 +89,7 @@ declare const DescribePodIdentityAssociationCommand_base: {
89
89
  * @throws {@link EKSServiceException}
90
90
  * <p>Base exception class for all service exceptions from EKS service.</p>
91
91
  *
92
+ *
92
93
  * @public
93
94
  */
94
95
  export declare class DescribePodIdentityAssociationCommand extends DescribePodIdentityAssociationCommand_base {
@@ -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
  * // ],
@@ -98,6 +98,7 @@ declare const DescribeUpdateCommand_base: {
98
98
  * @throws {@link EKSServiceException}
99
99
  * <p>Base exception class for all service exceptions from EKS service.</p>
100
100
  *
101
+ *
101
102
  * @public
102
103
  */
103
104
  export declare class DescribeUpdateCommand extends DescribeUpdateCommand_base {
@@ -67,6 +67,7 @@ declare const DisassociateAccessPolicyCommand_base: {
67
67
  * @throws {@link EKSServiceException}
68
68
  * <p>Base exception class for all service exceptions from EKS service.</p>
69
69
  *
70
+ *
70
71
  * @public
71
72
  */
72
73
  export declare class DisassociateAccessPolicyCommand extends DisassociateAccessPolicyCommand_base {
@@ -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
  * // ],
@@ -111,6 +111,7 @@ declare const DisassociateIdentityProviderConfigCommand_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 DisassociateIdentityProviderConfigCommand extends DisassociateIdentityProviderConfigCommand_base {
@@ -77,6 +77,7 @@ declare const ListAccessEntriesCommand_base: {
77
77
  * @throws {@link EKSServiceException}
78
78
  * <p>Base exception class for all service exceptions from EKS service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class ListAccessEntriesCommand extends ListAccessEntriesCommand_base {
@@ -64,6 +64,7 @@ declare const ListAccessPoliciesCommand_base: {
64
64
  * @throws {@link EKSServiceException}
65
65
  * <p>Base exception class for all service exceptions from EKS service.</p>
66
66
  *
67
+ *
67
68
  * @public
68
69
  */
69
70
  export declare class ListAccessPoliciesCommand extends ListAccessPoliciesCommand_base {