@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_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
4
+ import { ListTagsForResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTagsForResourceCommand 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", "ListTagsForResource", {})
17
13
  .n("EKSClient", "ListTagsForResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTagsForResourceCommand)
20
- .de(de_ListTagsForResourceCommand)
14
+ .sc(ListTagsForResource)
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_ListUpdatesCommand, se_ListUpdatesCommand } from "../protocols/Aws_restJson1";
4
+ import { ListUpdates } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListUpdatesCommand 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", "ListUpdates", {})
17
13
  .n("EKSClient", "ListUpdatesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListUpdatesCommand)
20
- .de(de_ListUpdatesCommand)
14
+ .sc(ListUpdates)
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_RegisterClusterCommand, se_RegisterClusterCommand } from "../protocols/Aws_restJson1";
4
+ import { RegisterCluster } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class RegisterClusterCommand 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", "RegisterCluster", {})
17
13
  .n("EKSClient", "RegisterClusterCommand")
18
- .f(void 0, void 0)
19
- .ser(se_RegisterClusterCommand)
20
- .de(de_RegisterClusterCommand)
14
+ .sc(RegisterCluster)
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_StartInsightsRefreshCommand, se_StartInsightsRefreshCommand } from "../protocols/Aws_restJson1";
4
+ import { StartInsightsRefresh } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StartInsightsRefreshCommand 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", "StartInsightsRefresh", {})
17
13
  .n("EKSClient", "StartInsightsRefreshCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StartInsightsRefreshCommand)
20
- .de(de_StartInsightsRefreshCommand)
14
+ .sc(StartInsightsRefresh)
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_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
4
+ import { TagResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class TagResourceCommand 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", "TagResource", {})
17
13
  .n("EKSClient", "TagResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_TagResourceCommand)
20
- .de(de_TagResourceCommand)
14
+ .sc(TagResource)
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_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
4
+ import { UntagResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UntagResourceCommand 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", "UntagResource", {})
17
13
  .n("EKSClient", "UntagResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UntagResourceCommand)
20
- .de(de_UntagResourceCommand)
14
+ .sc(UntagResource)
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_UpdateAccessEntryCommand, se_UpdateAccessEntryCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateAccessEntry } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateAccessEntryCommand 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", "UpdateAccessEntry", {})
17
13
  .n("EKSClient", "UpdateAccessEntryCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateAccessEntryCommand)
20
- .de(de_UpdateAccessEntryCommand)
14
+ .sc(UpdateAccessEntry)
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_UpdateAddonCommand, se_UpdateAddonCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateAddon } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateAddonCommand 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", "UpdateAddon", {})
17
13
  .n("EKSClient", "UpdateAddonCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateAddonCommand)
20
- .de(de_UpdateAddonCommand)
14
+ .sc(UpdateAddon)
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_UpdateClusterConfigCommand, se_UpdateClusterConfigCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateClusterConfig } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateClusterConfigCommand 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", "UpdateClusterConfig", {})
17
13
  .n("EKSClient", "UpdateClusterConfigCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateClusterConfigCommand)
20
- .de(de_UpdateClusterConfigCommand)
14
+ .sc(UpdateClusterConfig)
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_UpdateClusterVersionCommand, se_UpdateClusterVersionCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateClusterVersion } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateClusterVersionCommand 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", "UpdateClusterVersion", {})
17
13
  .n("EKSClient", "UpdateClusterVersionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateClusterVersionCommand)
20
- .de(de_UpdateClusterVersionCommand)
14
+ .sc(UpdateClusterVersion)
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_UpdateEksAnywhereSubscriptionCommand, se_UpdateEksAnywhereSubscriptionCommand, } from "../protocols/Aws_restJson1";
4
+ import { UpdateEksAnywhereSubscription } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateEksAnywhereSubscriptionCommand 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", "UpdateEksAnywhereSubscription", {})
17
13
  .n("EKSClient", "UpdateEksAnywhereSubscriptionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateEksAnywhereSubscriptionCommand)
20
- .de(de_UpdateEksAnywhereSubscriptionCommand)
14
+ .sc(UpdateEksAnywhereSubscription)
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_UpdateNodegroupConfigCommand, se_UpdateNodegroupConfigCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateNodegroupConfig } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateNodegroupConfigCommand 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", "UpdateNodegroupConfig", {})
17
13
  .n("EKSClient", "UpdateNodegroupConfigCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateNodegroupConfigCommand)
20
- .de(de_UpdateNodegroupConfigCommand)
14
+ .sc(UpdateNodegroupConfig)
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_UpdateNodegroupVersionCommand, se_UpdateNodegroupVersionCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateNodegroupVersion } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateNodegroupVersionCommand 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", "UpdateNodegroupVersion", {})
17
13
  .n("EKSClient", "UpdateNodegroupVersionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateNodegroupVersionCommand)
20
- .de(de_UpdateNodegroupVersionCommand)
14
+ .sc(UpdateNodegroupVersion)
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_UpdatePodIdentityAssociationCommand, se_UpdatePodIdentityAssociationCommand, } from "../protocols/Aws_restJson1";
4
+ import { UpdatePodIdentityAssociation } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdatePodIdentityAssociationCommand 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", "UpdatePodIdentityAssociation", {})
17
13
  .n("EKSClient", "UpdatePodIdentityAssociationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdatePodIdentityAssociationCommand)
20
- .de(de_UpdatePodIdentityAssociationCommand)
14
+ .sc(UpdatePodIdentityAssociation)
21
15
  .build() {
22
16
  }
@@ -1,4 +1,5 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core";
2
+ import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
2
3
  import { NoOpLogger } from "@smithy/smithy-client";
3
4
  import { parseUrl } from "@smithy/url-parser";
4
5
  import { fromBase64, toBase64 } from "@smithy/util-base64";
@@ -22,6 +23,7 @@ export const getRuntimeConfig = (config) => {
22
23
  },
23
24
  ],
24
25
  logger: config?.logger ?? new NoOpLogger(),
26
+ protocol: config?.protocol ?? new AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.eks" }),
25
27
  serviceId: config?.serviceId ?? "EKS",
26
28
  urlParser: config?.urlParser ?? parseUrl,
27
29
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,