@aws-sdk/client-eks 3.53.0 → 3.55.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 (71) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/EKSClient.js +13 -13
  3. package/dist-cjs/commands/AssociateEncryptionConfigCommand.js +3 -3
  4. package/dist-cjs/commands/AssociateIdentityProviderConfigCommand.js +3 -3
  5. package/dist-cjs/commands/CreateAddonCommand.js +3 -3
  6. package/dist-cjs/commands/CreateClusterCommand.js +3 -3
  7. package/dist-cjs/commands/CreateFargateProfileCommand.js +3 -3
  8. package/dist-cjs/commands/CreateNodegroupCommand.js +3 -3
  9. package/dist-cjs/commands/DeleteAddonCommand.js +3 -3
  10. package/dist-cjs/commands/DeleteClusterCommand.js +3 -3
  11. package/dist-cjs/commands/DeleteFargateProfileCommand.js +3 -3
  12. package/dist-cjs/commands/DeleteNodegroupCommand.js +3 -3
  13. package/dist-cjs/commands/DeregisterClusterCommand.js +3 -3
  14. package/dist-cjs/commands/DescribeAddonCommand.js +3 -3
  15. package/dist-cjs/commands/DescribeAddonVersionsCommand.js +3 -3
  16. package/dist-cjs/commands/DescribeClusterCommand.js +3 -3
  17. package/dist-cjs/commands/DescribeFargateProfileCommand.js +3 -3
  18. package/dist-cjs/commands/DescribeIdentityProviderConfigCommand.js +3 -3
  19. package/dist-cjs/commands/DescribeNodegroupCommand.js +3 -3
  20. package/dist-cjs/commands/DescribeUpdateCommand.js +3 -3
  21. package/dist-cjs/commands/DisassociateIdentityProviderConfigCommand.js +3 -3
  22. package/dist-cjs/commands/ListAddonsCommand.js +3 -3
  23. package/dist-cjs/commands/ListClustersCommand.js +3 -3
  24. package/dist-cjs/commands/ListFargateProfilesCommand.js +3 -3
  25. package/dist-cjs/commands/ListIdentityProviderConfigsCommand.js +3 -3
  26. package/dist-cjs/commands/ListNodegroupsCommand.js +3 -3
  27. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  28. package/dist-cjs/commands/ListUpdatesCommand.js +3 -3
  29. package/dist-cjs/commands/RegisterClusterCommand.js +3 -3
  30. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  31. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  32. package/dist-cjs/commands/UpdateAddonCommand.js +3 -3
  33. package/dist-cjs/commands/UpdateClusterConfigCommand.js +3 -3
  34. package/dist-cjs/commands/UpdateClusterVersionCommand.js +3 -3
  35. package/dist-cjs/commands/UpdateNodegroupConfigCommand.js +3 -3
  36. package/dist-cjs/commands/UpdateNodegroupVersionCommand.js +3 -3
  37. package/dist-cjs/endpoints.js +1 -1
  38. package/dist-cjs/models/models_0.js +1 -0
  39. package/dist-cjs/protocols/Aws_restJson1.js +277 -277
  40. package/dist-cjs/runtimeConfig.browser.js +4 -4
  41. package/dist-cjs/runtimeConfig.js +9 -9
  42. package/dist-cjs/runtimeConfig.native.js +1 -1
  43. package/dist-cjs/waiters/waitForAddonActive.js +3 -3
  44. package/dist-cjs/waiters/waitForAddonDeleted.js +3 -3
  45. package/dist-cjs/waiters/waitForClusterActive.js +3 -3
  46. package/dist-cjs/waiters/waitForClusterDeleted.js +3 -3
  47. package/dist-cjs/waiters/waitForFargateProfileActive.js +3 -3
  48. package/dist-cjs/waiters/waitForFargateProfileDeleted.js +3 -3
  49. package/dist-cjs/waiters/waitForNodegroupActive.js +3 -3
  50. package/dist-cjs/waiters/waitForNodegroupDeleted.js +3 -3
  51. package/dist-es/EKS.js +34 -34
  52. package/dist-es/models/models_0.js +1 -0
  53. package/dist-es/pagination/DescribeAddonVersionsPaginator.js +4 -4
  54. package/dist-es/pagination/ListAddonsPaginator.js +4 -4
  55. package/dist-es/pagination/ListClustersPaginator.js +4 -4
  56. package/dist-es/pagination/ListFargateProfilesPaginator.js +4 -4
  57. package/dist-es/pagination/ListIdentityProviderConfigsPaginator.js +4 -4
  58. package/dist-es/pagination/ListNodegroupsPaginator.js +4 -4
  59. package/dist-es/pagination/ListUpdatesPaginator.js +4 -4
  60. package/dist-es/protocols/Aws_restJson1.js +34 -34
  61. package/dist-types/EKSClient.d.ts +2 -2
  62. package/dist-types/models/models_0.d.ts +1 -0
  63. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  64. package/dist-types/runtimeConfig.d.ts +1 -1
  65. package/dist-types/runtimeConfig.native.d.ts +3 -3
  66. package/dist-types/ts3.4/EKSClient.d.ts +2 -2
  67. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  68. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  69. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  70. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  71. package/package.json +35 -35
@@ -11,7 +11,7 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "EKSClient";
@@ -27,10 +27,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListTagsForResourceCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListTagsForResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourceCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -11,7 +11,7 @@ class ListUpdatesCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "EKSClient";
@@ -27,10 +27,10 @@ class ListUpdatesCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1ListUpdatesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListUpdatesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListUpdatesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListUpdatesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListUpdatesCommand = ListUpdatesCommand;
@@ -11,7 +11,7 @@ class RegisterClusterCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "EKSClient";
@@ -27,10 +27,10 @@ class RegisterClusterCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1RegisterClusterCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1RegisterClusterCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1RegisterClusterCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1RegisterClusterCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.RegisterClusterCommand = RegisterClusterCommand;
@@ -11,7 +11,7 @@ class TagResourceCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "EKSClient";
@@ -27,10 +27,10 @@ class TagResourceCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1TagResourceCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1TagResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1TagResourceCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1TagResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.TagResourceCommand = TagResourceCommand;
@@ -11,7 +11,7 @@ class UntagResourceCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "EKSClient";
@@ -27,10 +27,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1UntagResourceCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UntagResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UntagResourceCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UntagResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UntagResourceCommand = UntagResourceCommand;
@@ -11,7 +11,7 @@ class UpdateAddonCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "EKSClient";
@@ -27,10 +27,10 @@ class UpdateAddonCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1UpdateAddonCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateAddonCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateAddonCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateAddonCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateAddonCommand = UpdateAddonCommand;
@@ -11,7 +11,7 @@ class UpdateClusterConfigCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "EKSClient";
@@ -27,10 +27,10 @@ class UpdateClusterConfigCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1UpdateClusterConfigCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateClusterConfigCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateClusterConfigCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateClusterConfigCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateClusterConfigCommand = UpdateClusterConfigCommand;
@@ -11,7 +11,7 @@ class UpdateClusterVersionCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "EKSClient";
@@ -27,10 +27,10 @@ class UpdateClusterVersionCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1UpdateClusterVersionCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateClusterVersionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateClusterVersionCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateClusterVersionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateClusterVersionCommand = UpdateClusterVersionCommand;
@@ -11,7 +11,7 @@ class UpdateNodegroupConfigCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "EKSClient";
@@ -27,10 +27,10 @@ class UpdateNodegroupConfigCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1UpdateNodegroupConfigCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateNodegroupConfigCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateNodegroupConfigCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateNodegroupConfigCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateNodegroupConfigCommand = UpdateNodegroupConfigCommand;
@@ -11,7 +11,7 @@ class UpdateNodegroupVersionCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "EKSClient";
@@ -27,10 +27,10 @@ class UpdateNodegroupVersionCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1UpdateNodegroupVersionCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateNodegroupVersionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateNodegroupVersionCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateNodegroupVersionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateNodegroupVersionCommand = UpdateNodegroupVersionCommand;
@@ -175,7 +175,7 @@ const partitionHash = {
175
175
  ],
176
176
  },
177
177
  };
178
- const defaultRegionInfoProvider = async (region, options) => config_resolver_1.getRegionInfo(region, {
178
+ const defaultRegionInfoProvider = async (region, options) => (0, config_resolver_1.getRegionInfo)(region, {
179
179
  ...options,
180
180
  signingService: "eks",
181
181
  regionHash,
@@ -517,6 +517,7 @@ var NodegroupIssueCode;
517
517
  NodegroupIssueCode["EC2_SECURITY_GROUP_DELETION_FAILURE"] = "Ec2SecurityGroupDeletionFailure";
518
518
  NodegroupIssueCode["EC2_SECURITY_GROUP_NOT_FOUND"] = "Ec2SecurityGroupNotFound";
519
519
  NodegroupIssueCode["EC2_SUBNET_INVALID_CONFIGURATION"] = "Ec2SubnetInvalidConfiguration";
520
+ NodegroupIssueCode["EC2_SUBNET_MISSING_IPV6_ASSIGNMENT"] = "Ec2SubnetMissingIpv6Assignment";
520
521
  NodegroupIssueCode["EC2_SUBNET_NOT_FOUND"] = "Ec2SubnetNotFound";
521
522
  NodegroupIssueCode["IAM_INSTANCE_PROFILE_NOT_FOUND"] = "IamInstanceProfileNotFound";
522
523
  NodegroupIssueCode["IAM_LIMIT_EXCEEDED"] = "IamLimitExceeded";