@aws-sdk/client-eks 3.489.0 → 3.495.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 (92) hide show
  1. package/dist-cjs/EKS.js +1 -123
  2. package/dist-cjs/EKSClient.js +1 -43
  3. package/dist-cjs/commands/AssociateAccessPolicyCommand.js +1 -28
  4. package/dist-cjs/commands/AssociateEncryptionConfigCommand.js +1 -28
  5. package/dist-cjs/commands/AssociateIdentityProviderConfigCommand.js +1 -28
  6. package/dist-cjs/commands/CreateAccessEntryCommand.js +1 -28
  7. package/dist-cjs/commands/CreateAddonCommand.js +1 -28
  8. package/dist-cjs/commands/CreateClusterCommand.js +1 -28
  9. package/dist-cjs/commands/CreateEksAnywhereSubscriptionCommand.js +1 -28
  10. package/dist-cjs/commands/CreateFargateProfileCommand.js +1 -28
  11. package/dist-cjs/commands/CreateNodegroupCommand.js +1 -28
  12. package/dist-cjs/commands/CreatePodIdentityAssociationCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteAccessEntryCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteAddonCommand.js +1 -28
  15. package/dist-cjs/commands/DeleteClusterCommand.js +1 -28
  16. package/dist-cjs/commands/DeleteEksAnywhereSubscriptionCommand.js +1 -28
  17. package/dist-cjs/commands/DeleteFargateProfileCommand.js +1 -28
  18. package/dist-cjs/commands/DeleteNodegroupCommand.js +1 -28
  19. package/dist-cjs/commands/DeletePodIdentityAssociationCommand.js +1 -28
  20. package/dist-cjs/commands/DeregisterClusterCommand.js +1 -28
  21. package/dist-cjs/commands/DescribeAccessEntryCommand.js +1 -28
  22. package/dist-cjs/commands/DescribeAddonCommand.js +1 -28
  23. package/dist-cjs/commands/DescribeAddonConfigurationCommand.js +1 -28
  24. package/dist-cjs/commands/DescribeAddonVersionsCommand.js +1 -28
  25. package/dist-cjs/commands/DescribeClusterCommand.js +1 -28
  26. package/dist-cjs/commands/DescribeEksAnywhereSubscriptionCommand.js +1 -28
  27. package/dist-cjs/commands/DescribeFargateProfileCommand.js +1 -28
  28. package/dist-cjs/commands/DescribeIdentityProviderConfigCommand.js +1 -28
  29. package/dist-cjs/commands/DescribeInsightCommand.js +1 -28
  30. package/dist-cjs/commands/DescribeNodegroupCommand.js +1 -28
  31. package/dist-cjs/commands/DescribePodIdentityAssociationCommand.js +1 -28
  32. package/dist-cjs/commands/DescribeUpdateCommand.js +1 -28
  33. package/dist-cjs/commands/DisassociateAccessPolicyCommand.js +1 -28
  34. package/dist-cjs/commands/DisassociateIdentityProviderConfigCommand.js +1 -28
  35. package/dist-cjs/commands/ListAccessEntriesCommand.js +1 -28
  36. package/dist-cjs/commands/ListAccessPoliciesCommand.js +1 -28
  37. package/dist-cjs/commands/ListAddonsCommand.js +1 -28
  38. package/dist-cjs/commands/ListAssociatedAccessPoliciesCommand.js +1 -28
  39. package/dist-cjs/commands/ListClustersCommand.js +1 -28
  40. package/dist-cjs/commands/ListEksAnywhereSubscriptionsCommand.js +1 -28
  41. package/dist-cjs/commands/ListFargateProfilesCommand.js +1 -28
  42. package/dist-cjs/commands/ListIdentityProviderConfigsCommand.js +1 -28
  43. package/dist-cjs/commands/ListInsightsCommand.js +1 -28
  44. package/dist-cjs/commands/ListNodegroupsCommand.js +1 -28
  45. package/dist-cjs/commands/ListPodIdentityAssociationsCommand.js +1 -28
  46. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  47. package/dist-cjs/commands/ListUpdatesCommand.js +1 -28
  48. package/dist-cjs/commands/RegisterClusterCommand.js +1 -28
  49. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  50. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  51. package/dist-cjs/commands/UpdateAccessEntryCommand.js +1 -28
  52. package/dist-cjs/commands/UpdateAddonCommand.js +1 -28
  53. package/dist-cjs/commands/UpdateClusterConfigCommand.js +1 -28
  54. package/dist-cjs/commands/UpdateClusterVersionCommand.js +1 -28
  55. package/dist-cjs/commands/UpdateEksAnywhereSubscriptionCommand.js +1 -28
  56. package/dist-cjs/commands/UpdateNodegroupConfigCommand.js +1 -28
  57. package/dist-cjs/commands/UpdateNodegroupVersionCommand.js +1 -28
  58. package/dist-cjs/commands/UpdatePodIdentityAssociationCommand.js +1 -28
  59. package/dist-cjs/commands/index.js +1 -59
  60. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  61. package/dist-cjs/extensionConfiguration.js +1 -2
  62. package/dist-cjs/index.js +6092 -12
  63. package/dist-cjs/models/EKSServiceException.js +1 -12
  64. package/dist-cjs/models/index.js +1 -4
  65. package/dist-cjs/models/models_0.js +1 -457
  66. package/dist-cjs/pagination/DescribeAddonVersionsPaginator.js +1 -7
  67. package/dist-cjs/pagination/Interfaces.js +1 -2
  68. package/dist-cjs/pagination/ListAccessEntriesPaginator.js +1 -7
  69. package/dist-cjs/pagination/ListAccessPoliciesPaginator.js +1 -7
  70. package/dist-cjs/pagination/ListAddonsPaginator.js +1 -7
  71. package/dist-cjs/pagination/ListAssociatedAccessPoliciesPaginator.js +1 -7
  72. package/dist-cjs/pagination/ListClustersPaginator.js +1 -7
  73. package/dist-cjs/pagination/ListEksAnywhereSubscriptionsPaginator.js +1 -7
  74. package/dist-cjs/pagination/ListFargateProfilesPaginator.js +1 -7
  75. package/dist-cjs/pagination/ListIdentityProviderConfigsPaginator.js +1 -7
  76. package/dist-cjs/pagination/ListInsightsPaginator.js +1 -7
  77. package/dist-cjs/pagination/ListNodegroupsPaginator.js +1 -7
  78. package/dist-cjs/pagination/ListPodIdentityAssociationsPaginator.js +1 -7
  79. package/dist-cjs/pagination/ListUpdatesPaginator.js +1 -7
  80. package/dist-cjs/pagination/index.js +1 -17
  81. package/dist-cjs/protocols/Aws_restJson1.js +1 -3878
  82. package/dist-cjs/runtimeExtensions.js +1 -22
  83. package/dist-cjs/waiters/index.js +1 -11
  84. package/dist-cjs/waiters/waitForAddonActive.js +1 -54
  85. package/dist-cjs/waiters/waitForAddonDeleted.js +1 -39
  86. package/dist-cjs/waiters/waitForClusterActive.js +1 -54
  87. package/dist-cjs/waiters/waitForClusterDeleted.js +1 -57
  88. package/dist-cjs/waiters/waitForFargateProfileActive.js +1 -45
  89. package/dist-cjs/waiters/waitForFargateProfileDeleted.js +1 -39
  90. package/dist-cjs/waiters/waitForNodegroupActive.js +1 -45
  91. package/dist-cjs/waiters/waitForNodegroupDeleted.js +1 -39
  92. package/package.json +41 -41
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListClustersCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListClustersCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSWesleyFrontend", "ListClusters", {})
22
- .n("EKSClient", "ListClustersCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListClustersCommand)
25
- .de(Aws_restJson1_1.de_ListClustersCommand)
26
- .build() {
27
- }
28
- exports.ListClustersCommand = ListClustersCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListEksAnywhereSubscriptionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListEksAnywhereSubscriptionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSWesleyFrontend", "ListEksAnywhereSubscriptions", {})
22
- .n("EKSClient", "ListEksAnywhereSubscriptionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListEksAnywhereSubscriptionsCommand)
25
- .de(Aws_restJson1_1.de_ListEksAnywhereSubscriptionsCommand)
26
- .build() {
27
- }
28
- exports.ListEksAnywhereSubscriptionsCommand = ListEksAnywhereSubscriptionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListFargateProfilesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListFargateProfilesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSWesleyFrontend", "ListFargateProfiles", {})
22
- .n("EKSClient", "ListFargateProfilesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListFargateProfilesCommand)
25
- .de(Aws_restJson1_1.de_ListFargateProfilesCommand)
26
- .build() {
27
- }
28
- exports.ListFargateProfilesCommand = ListFargateProfilesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListIdentityProviderConfigsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListIdentityProviderConfigsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSWesleyFrontend", "ListIdentityProviderConfigs", {})
22
- .n("EKSClient", "ListIdentityProviderConfigsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListIdentityProviderConfigsCommand)
25
- .de(Aws_restJson1_1.de_ListIdentityProviderConfigsCommand)
26
- .build() {
27
- }
28
- exports.ListIdentityProviderConfigsCommand = ListIdentityProviderConfigsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListInsightsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListInsightsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSWesleyFrontend", "ListInsights", {})
22
- .n("EKSClient", "ListInsightsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListInsightsCommand)
25
- .de(Aws_restJson1_1.de_ListInsightsCommand)
26
- .build() {
27
- }
28
- exports.ListInsightsCommand = ListInsightsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListNodegroupsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListNodegroupsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSWesleyFrontend", "ListNodegroups", {})
22
- .n("EKSClient", "ListNodegroupsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListNodegroupsCommand)
25
- .de(Aws_restJson1_1.de_ListNodegroupsCommand)
26
- .build() {
27
- }
28
- exports.ListNodegroupsCommand = ListNodegroupsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListPodIdentityAssociationsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListPodIdentityAssociationsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSWesleyFrontend", "ListPodIdentityAssociations", {})
22
- .n("EKSClient", "ListPodIdentityAssociationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListPodIdentityAssociationsCommand)
25
- .de(Aws_restJson1_1.de_ListPodIdentityAssociationsCommand)
26
- .build() {
27
- }
28
- exports.ListPodIdentityAssociationsCommand = ListPodIdentityAssociationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListTagsForResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSWesleyFrontend", "ListTagsForResource", {})
22
- .n("EKSClient", "ListTagsForResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListTagsForResourceCommand)
25
- .de(Aws_restJson1_1.de_ListTagsForResourceCommand)
26
- .build() {
27
- }
28
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListUpdatesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListUpdatesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSWesleyFrontend", "ListUpdates", {})
22
- .n("EKSClient", "ListUpdatesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListUpdatesCommand)
25
- .de(Aws_restJson1_1.de_ListUpdatesCommand)
26
- .build() {
27
- }
28
- exports.ListUpdatesCommand = ListUpdatesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RegisterClusterCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class RegisterClusterCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSWesleyFrontend", "RegisterCluster", {})
22
- .n("EKSClient", "RegisterClusterCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_RegisterClusterCommand)
25
- .de(Aws_restJson1_1.de_RegisterClusterCommand)
26
- .build() {
27
- }
28
- exports.RegisterClusterCommand = RegisterClusterCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class TagResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSWesleyFrontend", "TagResource", {})
22
- .n("EKSClient", "TagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_TagResourceCommand)
25
- .de(Aws_restJson1_1.de_TagResourceCommand)
26
- .build() {
27
- }
28
- exports.TagResourceCommand = TagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UntagResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSWesleyFrontend", "UntagResource", {})
22
- .n("EKSClient", "UntagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UntagResourceCommand)
25
- .de(Aws_restJson1_1.de_UntagResourceCommand)
26
- .build() {
27
- }
28
- exports.UntagResourceCommand = UntagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateAccessEntryCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateAccessEntryCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSWesleyFrontend", "UpdateAccessEntry", {})
22
- .n("EKSClient", "UpdateAccessEntryCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateAccessEntryCommand)
25
- .de(Aws_restJson1_1.de_UpdateAccessEntryCommand)
26
- .build() {
27
- }
28
- exports.UpdateAccessEntryCommand = UpdateAccessEntryCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateAddonCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateAddonCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSWesleyFrontend", "UpdateAddon", {})
22
- .n("EKSClient", "UpdateAddonCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateAddonCommand)
25
- .de(Aws_restJson1_1.de_UpdateAddonCommand)
26
- .build() {
27
- }
28
- exports.UpdateAddonCommand = UpdateAddonCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateClusterConfigCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateClusterConfigCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSWesleyFrontend", "UpdateClusterConfig", {})
22
- .n("EKSClient", "UpdateClusterConfigCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateClusterConfigCommand)
25
- .de(Aws_restJson1_1.de_UpdateClusterConfigCommand)
26
- .build() {
27
- }
28
- exports.UpdateClusterConfigCommand = UpdateClusterConfigCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateClusterVersionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateClusterVersionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSWesleyFrontend", "UpdateClusterVersion", {})
22
- .n("EKSClient", "UpdateClusterVersionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateClusterVersionCommand)
25
- .de(Aws_restJson1_1.de_UpdateClusterVersionCommand)
26
- .build() {
27
- }
28
- exports.UpdateClusterVersionCommand = UpdateClusterVersionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateEksAnywhereSubscriptionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateEksAnywhereSubscriptionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSWesleyFrontend", "UpdateEksAnywhereSubscription", {})
22
- .n("EKSClient", "UpdateEksAnywhereSubscriptionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateEksAnywhereSubscriptionCommand)
25
- .de(Aws_restJson1_1.de_UpdateEksAnywhereSubscriptionCommand)
26
- .build() {
27
- }
28
- exports.UpdateEksAnywhereSubscriptionCommand = UpdateEksAnywhereSubscriptionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateNodegroupConfigCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateNodegroupConfigCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSWesleyFrontend", "UpdateNodegroupConfig", {})
22
- .n("EKSClient", "UpdateNodegroupConfigCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateNodegroupConfigCommand)
25
- .de(Aws_restJson1_1.de_UpdateNodegroupConfigCommand)
26
- .build() {
27
- }
28
- exports.UpdateNodegroupConfigCommand = UpdateNodegroupConfigCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateNodegroupVersionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateNodegroupVersionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSWesleyFrontend", "UpdateNodegroupVersion", {})
22
- .n("EKSClient", "UpdateNodegroupVersionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateNodegroupVersionCommand)
25
- .de(Aws_restJson1_1.de_UpdateNodegroupVersionCommand)
26
- .build() {
27
- }
28
- exports.UpdateNodegroupVersionCommand = UpdateNodegroupVersionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdatePodIdentityAssociationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdatePodIdentityAssociationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSWesleyFrontend", "UpdatePodIdentityAssociation", {})
22
- .n("EKSClient", "UpdatePodIdentityAssociationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdatePodIdentityAssociationCommand)
25
- .de(Aws_restJson1_1.de_UpdatePodIdentityAssociationCommand)
26
- .build() {
27
- }
28
- exports.UpdatePodIdentityAssociationCommand = UpdatePodIdentityAssociationCommand;
1
+ module.exports = require("../index.js");