@aws-sdk/client-eks 3.928.0 → 3.929.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 +2 -3
  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
@@ -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_DescribeClusterCommand, se_DescribeClusterCommand } from "../protocols/Aws_restJson1";
4
+ import { DescribeCluster } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeClusterCommand 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", "DescribeCluster", {})
17
13
  .n("EKSClient", "DescribeClusterCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeClusterCommand)
20
- .de(de_DescribeClusterCommand)
14
+ .sc(DescribeCluster)
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_DescribeClusterVersionsCommand, se_DescribeClusterVersionsCommand } from "../protocols/Aws_restJson1";
4
+ import { DescribeClusterVersions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeClusterVersionsCommand 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", "DescribeClusterVersions", {})
17
13
  .n("EKSClient", "DescribeClusterVersionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeClusterVersionsCommand)
20
- .de(de_DescribeClusterVersionsCommand)
14
+ .sc(DescribeClusterVersions)
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_DescribeEksAnywhereSubscriptionCommand, se_DescribeEksAnywhereSubscriptionCommand, } from "../protocols/Aws_restJson1";
4
+ import { DescribeEksAnywhereSubscription } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeEksAnywhereSubscriptionCommand 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", "DescribeEksAnywhereSubscription", {})
17
13
  .n("EKSClient", "DescribeEksAnywhereSubscriptionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeEksAnywhereSubscriptionCommand)
20
- .de(de_DescribeEksAnywhereSubscriptionCommand)
14
+ .sc(DescribeEksAnywhereSubscription)
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_DescribeFargateProfileCommand, se_DescribeFargateProfileCommand } from "../protocols/Aws_restJson1";
4
+ import { DescribeFargateProfile } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeFargateProfileCommand 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", "DescribeFargateProfile", {})
17
13
  .n("EKSClient", "DescribeFargateProfileCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeFargateProfileCommand)
20
- .de(de_DescribeFargateProfileCommand)
14
+ .sc(DescribeFargateProfile)
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_DescribeIdentityProviderConfigCommand, se_DescribeIdentityProviderConfigCommand, } from "../protocols/Aws_restJson1";
4
+ import { DescribeIdentityProviderConfig } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeIdentityProviderConfigCommand 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", "DescribeIdentityProviderConfig", {})
17
13
  .n("EKSClient", "DescribeIdentityProviderConfigCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeIdentityProviderConfigCommand)
20
- .de(de_DescribeIdentityProviderConfigCommand)
14
+ .sc(DescribeIdentityProviderConfig)
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_DescribeInsightCommand, se_DescribeInsightCommand } from "../protocols/Aws_restJson1";
4
+ import { DescribeInsight } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeInsightCommand 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", "DescribeInsight", {})
17
13
  .n("EKSClient", "DescribeInsightCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeInsightCommand)
20
- .de(de_DescribeInsightCommand)
14
+ .sc(DescribeInsight)
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_DescribeInsightsRefreshCommand, se_DescribeInsightsRefreshCommand } from "../protocols/Aws_restJson1";
4
+ import { DescribeInsightsRefresh } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeInsightsRefreshCommand 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", "DescribeInsightsRefresh", {})
17
13
  .n("EKSClient", "DescribeInsightsRefreshCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeInsightsRefreshCommand)
20
- .de(de_DescribeInsightsRefreshCommand)
14
+ .sc(DescribeInsightsRefresh)
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_DescribeNodegroupCommand, se_DescribeNodegroupCommand } from "../protocols/Aws_restJson1";
4
+ import { DescribeNodegroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeNodegroupCommand 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", "DescribeNodegroup", {})
17
13
  .n("EKSClient", "DescribeNodegroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeNodegroupCommand)
20
- .de(de_DescribeNodegroupCommand)
14
+ .sc(DescribeNodegroup)
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_DescribePodIdentityAssociationCommand, se_DescribePodIdentityAssociationCommand, } from "../protocols/Aws_restJson1";
4
+ import { DescribePodIdentityAssociation } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribePodIdentityAssociationCommand 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", "DescribePodIdentityAssociation", {})
17
13
  .n("EKSClient", "DescribePodIdentityAssociationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribePodIdentityAssociationCommand)
20
- .de(de_DescribePodIdentityAssociationCommand)
14
+ .sc(DescribePodIdentityAssociation)
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_DescribeUpdateCommand, se_DescribeUpdateCommand } from "../protocols/Aws_restJson1";
4
+ import { DescribeUpdate } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeUpdateCommand 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", "DescribeUpdate", {})
17
13
  .n("EKSClient", "DescribeUpdateCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeUpdateCommand)
20
- .de(de_DescribeUpdateCommand)
14
+ .sc(DescribeUpdate)
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_DisassociateAccessPolicyCommand, se_DisassociateAccessPolicyCommand } from "../protocols/Aws_restJson1";
4
+ import { DisassociateAccessPolicy } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DisassociateAccessPolicyCommand 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", "DisassociateAccessPolicy", {})
17
13
  .n("EKSClient", "DisassociateAccessPolicyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DisassociateAccessPolicyCommand)
20
- .de(de_DisassociateAccessPolicyCommand)
14
+ .sc(DisassociateAccessPolicy)
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_DisassociateIdentityProviderConfigCommand, se_DisassociateIdentityProviderConfigCommand, } from "../protocols/Aws_restJson1";
4
+ import { DisassociateIdentityProviderConfig } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DisassociateIdentityProviderConfigCommand 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", "DisassociateIdentityProviderConfig", {})
17
13
  .n("EKSClient", "DisassociateIdentityProviderConfigCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DisassociateIdentityProviderConfigCommand)
20
- .de(de_DisassociateIdentityProviderConfigCommand)
14
+ .sc(DisassociateIdentityProviderConfig)
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_ListAccessEntriesCommand, se_ListAccessEntriesCommand } from "../protocols/Aws_restJson1";
4
+ import { ListAccessEntries } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListAccessEntriesCommand 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", "ListAccessEntries", {})
17
13
  .n("EKSClient", "ListAccessEntriesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListAccessEntriesCommand)
20
- .de(de_ListAccessEntriesCommand)
14
+ .sc(ListAccessEntries)
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_ListAccessPoliciesCommand, se_ListAccessPoliciesCommand } from "../protocols/Aws_restJson1";
4
+ import { ListAccessPolicies } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListAccessPoliciesCommand 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", "ListAccessPolicies", {})
17
13
  .n("EKSClient", "ListAccessPoliciesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListAccessPoliciesCommand)
20
- .de(de_ListAccessPoliciesCommand)
14
+ .sc(ListAccessPolicies)
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_ListAddonsCommand, se_ListAddonsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListAddons } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListAddonsCommand 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", "ListAddons", {})
17
13
  .n("EKSClient", "ListAddonsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListAddonsCommand)
20
- .de(de_ListAddonsCommand)
14
+ .sc(ListAddons)
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_ListAssociatedAccessPoliciesCommand, se_ListAssociatedAccessPoliciesCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListAssociatedAccessPolicies } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListAssociatedAccessPoliciesCommand 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", "ListAssociatedAccessPolicies", {})
17
13
  .n("EKSClient", "ListAssociatedAccessPoliciesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListAssociatedAccessPoliciesCommand)
20
- .de(de_ListAssociatedAccessPoliciesCommand)
14
+ .sc(ListAssociatedAccessPolicies)
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_ListClustersCommand, se_ListClustersCommand } from "../protocols/Aws_restJson1";
4
+ import { ListClusters } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListClustersCommand 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", "ListClusters", {})
17
13
  .n("EKSClient", "ListClustersCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListClustersCommand)
20
- .de(de_ListClustersCommand)
14
+ .sc(ListClusters)
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_ListEksAnywhereSubscriptionsCommand, se_ListEksAnywhereSubscriptionsCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListEksAnywhereSubscriptions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListEksAnywhereSubscriptionsCommand 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", "ListEksAnywhereSubscriptions", {})
17
13
  .n("EKSClient", "ListEksAnywhereSubscriptionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListEksAnywhereSubscriptionsCommand)
20
- .de(de_ListEksAnywhereSubscriptionsCommand)
14
+ .sc(ListEksAnywhereSubscriptions)
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_ListFargateProfilesCommand, se_ListFargateProfilesCommand } from "../protocols/Aws_restJson1";
4
+ import { ListFargateProfiles } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListFargateProfilesCommand 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", "ListFargateProfiles", {})
17
13
  .n("EKSClient", "ListFargateProfilesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListFargateProfilesCommand)
20
- .de(de_ListFargateProfilesCommand)
14
+ .sc(ListFargateProfiles)
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_ListIdentityProviderConfigsCommand, se_ListIdentityProviderConfigsCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListIdentityProviderConfigs } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListIdentityProviderConfigsCommand 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", "ListIdentityProviderConfigs", {})
17
13
  .n("EKSClient", "ListIdentityProviderConfigsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListIdentityProviderConfigsCommand)
20
- .de(de_ListIdentityProviderConfigsCommand)
14
+ .sc(ListIdentityProviderConfigs)
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_ListInsightsCommand, se_ListInsightsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListInsights } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListInsightsCommand 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", "ListInsights", {})
17
13
  .n("EKSClient", "ListInsightsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListInsightsCommand)
20
- .de(de_ListInsightsCommand)
14
+ .sc(ListInsights)
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_ListNodegroupsCommand, se_ListNodegroupsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListNodegroups } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListNodegroupsCommand 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", "ListNodegroups", {})
17
13
  .n("EKSClient", "ListNodegroupsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListNodegroupsCommand)
20
- .de(de_ListNodegroupsCommand)
14
+ .sc(ListNodegroups)
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_ListPodIdentityAssociationsCommand, se_ListPodIdentityAssociationsCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListPodIdentityAssociations } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListPodIdentityAssociationsCommand 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", "ListPodIdentityAssociations", {})
17
13
  .n("EKSClient", "ListPodIdentityAssociationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListPodIdentityAssociationsCommand)
20
- .de(de_ListPodIdentityAssociationsCommand)
14
+ .sc(ListPodIdentityAssociations)
21
15
  .build() {
22
16
  }