@aws-sdk/client-eks 3.928.0 → 3.930.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 (80) hide show
  1. package/dist-cjs/index.js +3037 -2731
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/EKSClient.js +2 -0
  4. package/dist-es/commands/AssociateAccessPolicyCommand.js +3 -9
  5. package/dist-es/commands/AssociateEncryptionConfigCommand.js +3 -9
  6. package/dist-es/commands/AssociateIdentityProviderConfigCommand.js +3 -9
  7. package/dist-es/commands/CreateAccessEntryCommand.js +3 -9
  8. package/dist-es/commands/CreateAddonCommand.js +3 -9
  9. package/dist-es/commands/CreateClusterCommand.js +3 -9
  10. package/dist-es/commands/CreateEksAnywhereSubscriptionCommand.js +3 -9
  11. package/dist-es/commands/CreateFargateProfileCommand.js +3 -9
  12. package/dist-es/commands/CreateNodegroupCommand.js +3 -9
  13. package/dist-es/commands/CreatePodIdentityAssociationCommand.js +3 -9
  14. package/dist-es/commands/DeleteAccessEntryCommand.js +3 -9
  15. package/dist-es/commands/DeleteAddonCommand.js +3 -9
  16. package/dist-es/commands/DeleteClusterCommand.js +3 -9
  17. package/dist-es/commands/DeleteEksAnywhereSubscriptionCommand.js +3 -9
  18. package/dist-es/commands/DeleteFargateProfileCommand.js +3 -9
  19. package/dist-es/commands/DeleteNodegroupCommand.js +3 -9
  20. package/dist-es/commands/DeletePodIdentityAssociationCommand.js +3 -9
  21. package/dist-es/commands/DeregisterClusterCommand.js +3 -9
  22. package/dist-es/commands/DescribeAccessEntryCommand.js +3 -9
  23. package/dist-es/commands/DescribeAddonCommand.js +3 -9
  24. package/dist-es/commands/DescribeAddonConfigurationCommand.js +3 -9
  25. package/dist-es/commands/DescribeAddonVersionsCommand.js +3 -9
  26. package/dist-es/commands/DescribeClusterCommand.js +3 -9
  27. package/dist-es/commands/DescribeClusterVersionsCommand.js +3 -9
  28. package/dist-es/commands/DescribeEksAnywhereSubscriptionCommand.js +3 -9
  29. package/dist-es/commands/DescribeFargateProfileCommand.js +3 -9
  30. package/dist-es/commands/DescribeIdentityProviderConfigCommand.js +3 -9
  31. package/dist-es/commands/DescribeInsightCommand.js +3 -9
  32. package/dist-es/commands/DescribeInsightsRefreshCommand.js +3 -9
  33. package/dist-es/commands/DescribeNodegroupCommand.js +3 -9
  34. package/dist-es/commands/DescribePodIdentityAssociationCommand.js +3 -9
  35. package/dist-es/commands/DescribeUpdateCommand.js +3 -9
  36. package/dist-es/commands/DisassociateAccessPolicyCommand.js +3 -9
  37. package/dist-es/commands/DisassociateIdentityProviderConfigCommand.js +3 -9
  38. package/dist-es/commands/ListAccessEntriesCommand.js +3 -9
  39. package/dist-es/commands/ListAccessPoliciesCommand.js +3 -9
  40. package/dist-es/commands/ListAddonsCommand.js +3 -9
  41. package/dist-es/commands/ListAssociatedAccessPoliciesCommand.js +3 -9
  42. package/dist-es/commands/ListClustersCommand.js +3 -9
  43. package/dist-es/commands/ListEksAnywhereSubscriptionsCommand.js +3 -9
  44. package/dist-es/commands/ListFargateProfilesCommand.js +3 -9
  45. package/dist-es/commands/ListIdentityProviderConfigsCommand.js +3 -9
  46. package/dist-es/commands/ListInsightsCommand.js +3 -9
  47. package/dist-es/commands/ListNodegroupsCommand.js +3 -9
  48. package/dist-es/commands/ListPodIdentityAssociationsCommand.js +3 -9
  49. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  50. package/dist-es/commands/ListUpdatesCommand.js +3 -9
  51. package/dist-es/commands/RegisterClusterCommand.js +3 -9
  52. package/dist-es/commands/StartInsightsRefreshCommand.js +3 -9
  53. package/dist-es/commands/TagResourceCommand.js +3 -9
  54. package/dist-es/commands/UntagResourceCommand.js +3 -9
  55. package/dist-es/commands/UpdateAccessEntryCommand.js +3 -9
  56. package/dist-es/commands/UpdateAddonCommand.js +3 -9
  57. package/dist-es/commands/UpdateClusterConfigCommand.js +3 -9
  58. package/dist-es/commands/UpdateClusterVersionCommand.js +3 -9
  59. package/dist-es/commands/UpdateEksAnywhereSubscriptionCommand.js +3 -9
  60. package/dist-es/commands/UpdateNodegroupConfigCommand.js +3 -9
  61. package/dist-es/commands/UpdateNodegroupVersionCommand.js +3 -9
  62. package/dist-es/commands/UpdatePodIdentityAssociationCommand.js +3 -9
  63. package/dist-es/runtimeConfig.shared.js +2 -0
  64. package/dist-es/schemas/schemas_0.js +2900 -0
  65. package/dist-types/EKSClient.d.ts +10 -1
  66. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  67. package/dist-types/runtimeConfig.d.ts +1 -0
  68. package/dist-types/runtimeConfig.native.d.ts +1 -0
  69. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  70. package/dist-types/schemas/schemas_0.d.ts +331 -0
  71. package/dist-types/ts3.4/EKSClient.d.ts +4 -0
  72. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  73. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  74. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  75. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  76. package/dist-types/ts3.4/schemas/schemas_0.d.ts +336 -0
  77. package/package.json +34 -35
  78. package/dist-es/protocols/Aws_restJson1.js +0 -2288
  79. package/dist-types/protocols/Aws_restJson1.d.ts +0 -533
  80. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -713
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const core_1 = require("@aws-sdk/core");
5
+ const protocols_1 = require("@aws-sdk/core/protocols");
5
6
  const smithy_client_1 = require("@smithy/smithy-client");
6
7
  const url_parser_1 = require("@smithy/url-parser");
7
8
  const util_base64_1 = require("@smithy/util-base64");
@@ -25,6 +26,7 @@ const getRuntimeConfig = (config) => {
25
26
  },
26
27
  ],
27
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
+ protocol: config?.protocol ?? new protocols_1.AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.eks" }),
28
30
  serviceId: config?.serviceId ?? "EKS",
29
31
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
30
32
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -4,6 +4,7 @@ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detec
4
4
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
5
5
  import { resolveRegionConfig } from "@smithy/config-resolver";
6
6
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
7
+ import { getSchemaSerdePlugin } from "@smithy/core/schema";
7
8
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
8
9
  import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
9
10
  import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
@@ -28,6 +29,7 @@ export class EKSClient extends __Client {
28
29
  const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
29
30
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
30
31
  this.config = _config_8;
32
+ this.middlewareStack.use(getSchemaSerdePlugin(this.config));
31
33
  this.middlewareStack.use(getUserAgentPlugin(this.config));
32
34
  this.middlewareStack.use(getRetryPlugin(this.config));
33
35
  this.middlewareStack.use(getContentLengthPlugin(this.config));
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_AssociateAccessPolicyCommand, se_AssociateAccessPolicyCommand } from "../protocols/Aws_restJson1";
4
+ import { AssociateAccessPolicy } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class AssociateAccessPolicyCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSWesleyFrontend", "AssociateAccessPolicy", {})
17
13
  .n("EKSClient", "AssociateAccessPolicyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_AssociateAccessPolicyCommand)
20
- .de(de_AssociateAccessPolicyCommand)
14
+ .sc(AssociateAccessPolicy)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_AssociateEncryptionConfigCommand, se_AssociateEncryptionConfigCommand } from "../protocols/Aws_restJson1";
4
+ import { AssociateEncryptionConfig } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class AssociateEncryptionConfigCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSWesleyFrontend", "AssociateEncryptionConfig", {})
17
13
  .n("EKSClient", "AssociateEncryptionConfigCommand")
18
- .f(void 0, void 0)
19
- .ser(se_AssociateEncryptionConfigCommand)
20
- .de(de_AssociateEncryptionConfigCommand)
14
+ .sc(AssociateEncryptionConfig)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_AssociateIdentityProviderConfigCommand, se_AssociateIdentityProviderConfigCommand, } from "../protocols/Aws_restJson1";
4
+ import { AssociateIdentityProviderConfig } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class AssociateIdentityProviderConfigCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSWesleyFrontend", "AssociateIdentityProviderConfig", {})
17
13
  .n("EKSClient", "AssociateIdentityProviderConfigCommand")
18
- .f(void 0, void 0)
19
- .ser(se_AssociateIdentityProviderConfigCommand)
20
- .de(de_AssociateIdentityProviderConfigCommand)
14
+ .sc(AssociateIdentityProviderConfig)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateAccessEntryCommand, se_CreateAccessEntryCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateAccessEntry } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateAccessEntryCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSWesleyFrontend", "CreateAccessEntry", {})
17
13
  .n("EKSClient", "CreateAccessEntryCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateAccessEntryCommand)
20
- .de(de_CreateAccessEntryCommand)
14
+ .sc(CreateAccessEntry)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateAddonCommand, se_CreateAddonCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateAddon } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateAddonCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSWesleyFrontend", "CreateAddon", {})
17
13
  .n("EKSClient", "CreateAddonCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateAddonCommand)
20
- .de(de_CreateAddonCommand)
14
+ .sc(CreateAddon)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateClusterCommand, se_CreateClusterCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateCluster } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateClusterCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSWesleyFrontend", "CreateCluster", {})
17
13
  .n("EKSClient", "CreateClusterCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateClusterCommand)
20
- .de(de_CreateClusterCommand)
14
+ .sc(CreateCluster)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateEksAnywhereSubscriptionCommand, se_CreateEksAnywhereSubscriptionCommand, } from "../protocols/Aws_restJson1";
4
+ import { CreateEksAnywhereSubscription } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateEksAnywhereSubscriptionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSWesleyFrontend", "CreateEksAnywhereSubscription", {})
17
13
  .n("EKSClient", "CreateEksAnywhereSubscriptionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateEksAnywhereSubscriptionCommand)
20
- .de(de_CreateEksAnywhereSubscriptionCommand)
14
+ .sc(CreateEksAnywhereSubscription)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateFargateProfileCommand, se_CreateFargateProfileCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateFargateProfile } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateFargateProfileCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSWesleyFrontend", "CreateFargateProfile", {})
17
13
  .n("EKSClient", "CreateFargateProfileCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateFargateProfileCommand)
20
- .de(de_CreateFargateProfileCommand)
14
+ .sc(CreateFargateProfile)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateNodegroupCommand, se_CreateNodegroupCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateNodegroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateNodegroupCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSWesleyFrontend", "CreateNodegroup", {})
17
13
  .n("EKSClient", "CreateNodegroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateNodegroupCommand)
20
- .de(de_CreateNodegroupCommand)
14
+ .sc(CreateNodegroup)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreatePodIdentityAssociationCommand, se_CreatePodIdentityAssociationCommand, } from "../protocols/Aws_restJson1";
4
+ import { CreatePodIdentityAssociation } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreatePodIdentityAssociationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSWesleyFrontend", "CreatePodIdentityAssociation", {})
17
13
  .n("EKSClient", "CreatePodIdentityAssociationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreatePodIdentityAssociationCommand)
20
- .de(de_CreatePodIdentityAssociationCommand)
14
+ .sc(CreatePodIdentityAssociation)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteAccessEntryCommand, se_DeleteAccessEntryCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteAccessEntry } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteAccessEntryCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSWesleyFrontend", "DeleteAccessEntry", {})
17
13
  .n("EKSClient", "DeleteAccessEntryCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteAccessEntryCommand)
20
- .de(de_DeleteAccessEntryCommand)
14
+ .sc(DeleteAccessEntry)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteAddonCommand, se_DeleteAddonCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteAddon } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteAddonCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSWesleyFrontend", "DeleteAddon", {})
17
13
  .n("EKSClient", "DeleteAddonCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteAddonCommand)
20
- .de(de_DeleteAddonCommand)
14
+ .sc(DeleteAddon)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteClusterCommand, se_DeleteClusterCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteCluster } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteClusterCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSWesleyFrontend", "DeleteCluster", {})
17
13
  .n("EKSClient", "DeleteClusterCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteClusterCommand)
20
- .de(de_DeleteClusterCommand)
14
+ .sc(DeleteCluster)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteEksAnywhereSubscriptionCommand, se_DeleteEksAnywhereSubscriptionCommand, } from "../protocols/Aws_restJson1";
4
+ import { DeleteEksAnywhereSubscription } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteEksAnywhereSubscriptionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSWesleyFrontend", "DeleteEksAnywhereSubscription", {})
17
13
  .n("EKSClient", "DeleteEksAnywhereSubscriptionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteEksAnywhereSubscriptionCommand)
20
- .de(de_DeleteEksAnywhereSubscriptionCommand)
14
+ .sc(DeleteEksAnywhereSubscription)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteFargateProfileCommand, se_DeleteFargateProfileCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteFargateProfile } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteFargateProfileCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSWesleyFrontend", "DeleteFargateProfile", {})
17
13
  .n("EKSClient", "DeleteFargateProfileCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteFargateProfileCommand)
20
- .de(de_DeleteFargateProfileCommand)
14
+ .sc(DeleteFargateProfile)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteNodegroupCommand, se_DeleteNodegroupCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteNodegroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteNodegroupCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSWesleyFrontend", "DeleteNodegroup", {})
17
13
  .n("EKSClient", "DeleteNodegroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteNodegroupCommand)
20
- .de(de_DeleteNodegroupCommand)
14
+ .sc(DeleteNodegroup)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeletePodIdentityAssociationCommand, se_DeletePodIdentityAssociationCommand, } from "../protocols/Aws_restJson1";
4
+ import { DeletePodIdentityAssociation } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeletePodIdentityAssociationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSWesleyFrontend", "DeletePodIdentityAssociation", {})
17
13
  .n("EKSClient", "DeletePodIdentityAssociationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeletePodIdentityAssociationCommand)
20
- .de(de_DeletePodIdentityAssociationCommand)
14
+ .sc(DeletePodIdentityAssociation)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeregisterClusterCommand, se_DeregisterClusterCommand } from "../protocols/Aws_restJson1";
4
+ import { DeregisterCluster } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeregisterClusterCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSWesleyFrontend", "DeregisterCluster", {})
17
13
  .n("EKSClient", "DeregisterClusterCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeregisterClusterCommand)
20
- .de(de_DeregisterClusterCommand)
14
+ .sc(DeregisterCluster)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeAccessEntryCommand, se_DescribeAccessEntryCommand } from "../protocols/Aws_restJson1";
4
+ import { DescribeAccessEntry } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeAccessEntryCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSWesleyFrontend", "DescribeAccessEntry", {})
17
13
  .n("EKSClient", "DescribeAccessEntryCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeAccessEntryCommand)
20
- .de(de_DescribeAccessEntryCommand)
14
+ .sc(DescribeAccessEntry)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeAddonCommand, se_DescribeAddonCommand } from "../protocols/Aws_restJson1";
4
+ import { DescribeAddon } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeAddonCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSWesleyFrontend", "DescribeAddon", {})
17
13
  .n("EKSClient", "DescribeAddonCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeAddonCommand)
20
- .de(de_DescribeAddonCommand)
14
+ .sc(DescribeAddon)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeAddonConfigurationCommand, se_DescribeAddonConfigurationCommand } from "../protocols/Aws_restJson1";
4
+ import { DescribeAddonConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeAddonConfigurationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSWesleyFrontend", "DescribeAddonConfiguration", {})
17
13
  .n("EKSClient", "DescribeAddonConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeAddonConfigurationCommand)
20
- .de(de_DescribeAddonConfigurationCommand)
14
+ .sc(DescribeAddonConfiguration)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeAddonVersionsCommand, se_DescribeAddonVersionsCommand } from "../protocols/Aws_restJson1";
4
+ import { DescribeAddonVersions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeAddonVersionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSWesleyFrontend", "DescribeAddonVersions", {})
17
13
  .n("EKSClient", "DescribeAddonVersionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeAddonVersionsCommand)
20
- .de(de_DescribeAddonVersionsCommand)
14
+ .sc(DescribeAddonVersions)
21
15
  .build() {
22
16
  }