@aws-sdk/client-eks 3.490.0 → 3.496.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 +6094 -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.DeleteNodegroupCommand = 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 DeleteNodegroupCommand 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", "DeleteNodegroup", {})
22
- .n("EKSClient", "DeleteNodegroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteNodegroupCommand)
25
- .de(Aws_restJson1_1.de_DeleteNodegroupCommand)
26
- .build() {
27
- }
28
- exports.DeleteNodegroupCommand = DeleteNodegroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeletePodIdentityAssociationCommand = 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 DeletePodIdentityAssociationCommand 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", "DeletePodIdentityAssociation", {})
22
- .n("EKSClient", "DeletePodIdentityAssociationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeletePodIdentityAssociationCommand)
25
- .de(Aws_restJson1_1.de_DeletePodIdentityAssociationCommand)
26
- .build() {
27
- }
28
- exports.DeletePodIdentityAssociationCommand = DeletePodIdentityAssociationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeregisterClusterCommand = 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 DeregisterClusterCommand 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", "DeregisterCluster", {})
22
- .n("EKSClient", "DeregisterClusterCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeregisterClusterCommand)
25
- .de(Aws_restJson1_1.de_DeregisterClusterCommand)
26
- .build() {
27
- }
28
- exports.DeregisterClusterCommand = DeregisterClusterCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeAccessEntryCommand = 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 DescribeAccessEntryCommand 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", "DescribeAccessEntry", {})
22
- .n("EKSClient", "DescribeAccessEntryCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeAccessEntryCommand)
25
- .de(Aws_restJson1_1.de_DescribeAccessEntryCommand)
26
- .build() {
27
- }
28
- exports.DescribeAccessEntryCommand = DescribeAccessEntryCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeAddonCommand = 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 DescribeAddonCommand 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", "DescribeAddon", {})
22
- .n("EKSClient", "DescribeAddonCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeAddonCommand)
25
- .de(Aws_restJson1_1.de_DescribeAddonCommand)
26
- .build() {
27
- }
28
- exports.DescribeAddonCommand = DescribeAddonCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeAddonConfigurationCommand = 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 DescribeAddonConfigurationCommand 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", "DescribeAddonConfiguration", {})
22
- .n("EKSClient", "DescribeAddonConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeAddonConfigurationCommand)
25
- .de(Aws_restJson1_1.de_DescribeAddonConfigurationCommand)
26
- .build() {
27
- }
28
- exports.DescribeAddonConfigurationCommand = DescribeAddonConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeAddonVersionsCommand = 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 DescribeAddonVersionsCommand 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", "DescribeAddonVersions", {})
22
- .n("EKSClient", "DescribeAddonVersionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeAddonVersionsCommand)
25
- .de(Aws_restJson1_1.de_DescribeAddonVersionsCommand)
26
- .build() {
27
- }
28
- exports.DescribeAddonVersionsCommand = DescribeAddonVersionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeClusterCommand = 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 DescribeClusterCommand 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", "DescribeCluster", {})
22
- .n("EKSClient", "DescribeClusterCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeClusterCommand)
25
- .de(Aws_restJson1_1.de_DescribeClusterCommand)
26
- .build() {
27
- }
28
- exports.DescribeClusterCommand = DescribeClusterCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeEksAnywhereSubscriptionCommand = 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 DescribeEksAnywhereSubscriptionCommand 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", "DescribeEksAnywhereSubscription", {})
22
- .n("EKSClient", "DescribeEksAnywhereSubscriptionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeEksAnywhereSubscriptionCommand)
25
- .de(Aws_restJson1_1.de_DescribeEksAnywhereSubscriptionCommand)
26
- .build() {
27
- }
28
- exports.DescribeEksAnywhereSubscriptionCommand = DescribeEksAnywhereSubscriptionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeFargateProfileCommand = 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 DescribeFargateProfileCommand 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", "DescribeFargateProfile", {})
22
- .n("EKSClient", "DescribeFargateProfileCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeFargateProfileCommand)
25
- .de(Aws_restJson1_1.de_DescribeFargateProfileCommand)
26
- .build() {
27
- }
28
- exports.DescribeFargateProfileCommand = DescribeFargateProfileCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeIdentityProviderConfigCommand = 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 DescribeIdentityProviderConfigCommand 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", "DescribeIdentityProviderConfig", {})
22
- .n("EKSClient", "DescribeIdentityProviderConfigCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeIdentityProviderConfigCommand)
25
- .de(Aws_restJson1_1.de_DescribeIdentityProviderConfigCommand)
26
- .build() {
27
- }
28
- exports.DescribeIdentityProviderConfigCommand = DescribeIdentityProviderConfigCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeInsightCommand = 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 DescribeInsightCommand 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", "DescribeInsight", {})
22
- .n("EKSClient", "DescribeInsightCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeInsightCommand)
25
- .de(Aws_restJson1_1.de_DescribeInsightCommand)
26
- .build() {
27
- }
28
- exports.DescribeInsightCommand = DescribeInsightCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeNodegroupCommand = 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 DescribeNodegroupCommand 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", "DescribeNodegroup", {})
22
- .n("EKSClient", "DescribeNodegroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeNodegroupCommand)
25
- .de(Aws_restJson1_1.de_DescribeNodegroupCommand)
26
- .build() {
27
- }
28
- exports.DescribeNodegroupCommand = DescribeNodegroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribePodIdentityAssociationCommand = 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 DescribePodIdentityAssociationCommand 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", "DescribePodIdentityAssociation", {})
22
- .n("EKSClient", "DescribePodIdentityAssociationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribePodIdentityAssociationCommand)
25
- .de(Aws_restJson1_1.de_DescribePodIdentityAssociationCommand)
26
- .build() {
27
- }
28
- exports.DescribePodIdentityAssociationCommand = DescribePodIdentityAssociationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeUpdateCommand = 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 DescribeUpdateCommand 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", "DescribeUpdate", {})
22
- .n("EKSClient", "DescribeUpdateCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeUpdateCommand)
25
- .de(Aws_restJson1_1.de_DescribeUpdateCommand)
26
- .build() {
27
- }
28
- exports.DescribeUpdateCommand = DescribeUpdateCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DisassociateAccessPolicyCommand = 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 DisassociateAccessPolicyCommand 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", "DisassociateAccessPolicy", {})
22
- .n("EKSClient", "DisassociateAccessPolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DisassociateAccessPolicyCommand)
25
- .de(Aws_restJson1_1.de_DisassociateAccessPolicyCommand)
26
- .build() {
27
- }
28
- exports.DisassociateAccessPolicyCommand = DisassociateAccessPolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DisassociateIdentityProviderConfigCommand = 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 DisassociateIdentityProviderConfigCommand 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", "DisassociateIdentityProviderConfig", {})
22
- .n("EKSClient", "DisassociateIdentityProviderConfigCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DisassociateIdentityProviderConfigCommand)
25
- .de(Aws_restJson1_1.de_DisassociateIdentityProviderConfigCommand)
26
- .build() {
27
- }
28
- exports.DisassociateIdentityProviderConfigCommand = DisassociateIdentityProviderConfigCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAccessEntriesCommand = 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 ListAccessEntriesCommand 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", "ListAccessEntries", {})
22
- .n("EKSClient", "ListAccessEntriesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListAccessEntriesCommand)
25
- .de(Aws_restJson1_1.de_ListAccessEntriesCommand)
26
- .build() {
27
- }
28
- exports.ListAccessEntriesCommand = ListAccessEntriesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAccessPoliciesCommand = 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 ListAccessPoliciesCommand 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", "ListAccessPolicies", {})
22
- .n("EKSClient", "ListAccessPoliciesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListAccessPoliciesCommand)
25
- .de(Aws_restJson1_1.de_ListAccessPoliciesCommand)
26
- .build() {
27
- }
28
- exports.ListAccessPoliciesCommand = ListAccessPoliciesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAddonsCommand = 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 ListAddonsCommand 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", "ListAddons", {})
22
- .n("EKSClient", "ListAddonsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListAddonsCommand)
25
- .de(Aws_restJson1_1.de_ListAddonsCommand)
26
- .build() {
27
- }
28
- exports.ListAddonsCommand = ListAddonsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAssociatedAccessPoliciesCommand = 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 ListAssociatedAccessPoliciesCommand 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", "ListAssociatedAccessPolicies", {})
22
- .n("EKSClient", "ListAssociatedAccessPoliciesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListAssociatedAccessPoliciesCommand)
25
- .de(Aws_restJson1_1.de_ListAssociatedAccessPoliciesCommand)
26
- .build() {
27
- }
28
- exports.ListAssociatedAccessPoliciesCommand = ListAssociatedAccessPoliciesCommand;
1
+ module.exports = require("../index.js");