@aws-sdk/client-eks 3.490.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.
- package/dist-cjs/EKS.js +1 -123
- package/dist-cjs/EKSClient.js +1 -43
- package/dist-cjs/commands/AssociateAccessPolicyCommand.js +1 -28
- package/dist-cjs/commands/AssociateEncryptionConfigCommand.js +1 -28
- package/dist-cjs/commands/AssociateIdentityProviderConfigCommand.js +1 -28
- package/dist-cjs/commands/CreateAccessEntryCommand.js +1 -28
- package/dist-cjs/commands/CreateAddonCommand.js +1 -28
- package/dist-cjs/commands/CreateClusterCommand.js +1 -28
- package/dist-cjs/commands/CreateEksAnywhereSubscriptionCommand.js +1 -28
- package/dist-cjs/commands/CreateFargateProfileCommand.js +1 -28
- package/dist-cjs/commands/CreateNodegroupCommand.js +1 -28
- package/dist-cjs/commands/CreatePodIdentityAssociationCommand.js +1 -28
- package/dist-cjs/commands/DeleteAccessEntryCommand.js +1 -28
- package/dist-cjs/commands/DeleteAddonCommand.js +1 -28
- package/dist-cjs/commands/DeleteClusterCommand.js +1 -28
- package/dist-cjs/commands/DeleteEksAnywhereSubscriptionCommand.js +1 -28
- package/dist-cjs/commands/DeleteFargateProfileCommand.js +1 -28
- package/dist-cjs/commands/DeleteNodegroupCommand.js +1 -28
- package/dist-cjs/commands/DeletePodIdentityAssociationCommand.js +1 -28
- package/dist-cjs/commands/DeregisterClusterCommand.js +1 -28
- package/dist-cjs/commands/DescribeAccessEntryCommand.js +1 -28
- package/dist-cjs/commands/DescribeAddonCommand.js +1 -28
- package/dist-cjs/commands/DescribeAddonConfigurationCommand.js +1 -28
- package/dist-cjs/commands/DescribeAddonVersionsCommand.js +1 -28
- package/dist-cjs/commands/DescribeClusterCommand.js +1 -28
- package/dist-cjs/commands/DescribeEksAnywhereSubscriptionCommand.js +1 -28
- package/dist-cjs/commands/DescribeFargateProfileCommand.js +1 -28
- package/dist-cjs/commands/DescribeIdentityProviderConfigCommand.js +1 -28
- package/dist-cjs/commands/DescribeInsightCommand.js +1 -28
- package/dist-cjs/commands/DescribeNodegroupCommand.js +1 -28
- package/dist-cjs/commands/DescribePodIdentityAssociationCommand.js +1 -28
- package/dist-cjs/commands/DescribeUpdateCommand.js +1 -28
- package/dist-cjs/commands/DisassociateAccessPolicyCommand.js +1 -28
- package/dist-cjs/commands/DisassociateIdentityProviderConfigCommand.js +1 -28
- package/dist-cjs/commands/ListAccessEntriesCommand.js +1 -28
- package/dist-cjs/commands/ListAccessPoliciesCommand.js +1 -28
- package/dist-cjs/commands/ListAddonsCommand.js +1 -28
- package/dist-cjs/commands/ListAssociatedAccessPoliciesCommand.js +1 -28
- package/dist-cjs/commands/ListClustersCommand.js +1 -28
- package/dist-cjs/commands/ListEksAnywhereSubscriptionsCommand.js +1 -28
- package/dist-cjs/commands/ListFargateProfilesCommand.js +1 -28
- package/dist-cjs/commands/ListIdentityProviderConfigsCommand.js +1 -28
- package/dist-cjs/commands/ListInsightsCommand.js +1 -28
- package/dist-cjs/commands/ListNodegroupsCommand.js +1 -28
- package/dist-cjs/commands/ListPodIdentityAssociationsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListUpdatesCommand.js +1 -28
- package/dist-cjs/commands/RegisterClusterCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateAccessEntryCommand.js +1 -28
- package/dist-cjs/commands/UpdateAddonCommand.js +1 -28
- package/dist-cjs/commands/UpdateClusterConfigCommand.js +1 -28
- package/dist-cjs/commands/UpdateClusterVersionCommand.js +1 -28
- package/dist-cjs/commands/UpdateEksAnywhereSubscriptionCommand.js +1 -28
- package/dist-cjs/commands/UpdateNodegroupConfigCommand.js +1 -28
- package/dist-cjs/commands/UpdateNodegroupVersionCommand.js +1 -28
- package/dist-cjs/commands/UpdatePodIdentityAssociationCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -59
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +6092 -12
- package/dist-cjs/models/EKSServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -457
- package/dist-cjs/pagination/DescribeAddonVersionsPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListAccessEntriesPaginator.js +1 -7
- package/dist-cjs/pagination/ListAccessPoliciesPaginator.js +1 -7
- package/dist-cjs/pagination/ListAddonsPaginator.js +1 -7
- package/dist-cjs/pagination/ListAssociatedAccessPoliciesPaginator.js +1 -7
- package/dist-cjs/pagination/ListClustersPaginator.js +1 -7
- package/dist-cjs/pagination/ListEksAnywhereSubscriptionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListFargateProfilesPaginator.js +1 -7
- package/dist-cjs/pagination/ListIdentityProviderConfigsPaginator.js +1 -7
- package/dist-cjs/pagination/ListInsightsPaginator.js +1 -7
- package/dist-cjs/pagination/ListNodegroupsPaginator.js +1 -7
- package/dist-cjs/pagination/ListPodIdentityAssociationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListUpdatesPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -17
- package/dist-cjs/protocols/Aws_restJson1.js +1 -3878
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/dist-cjs/waiters/index.js +1 -11
- package/dist-cjs/waiters/waitForAddonActive.js +1 -54
- package/dist-cjs/waiters/waitForAddonDeleted.js +1 -39
- package/dist-cjs/waiters/waitForClusterActive.js +1 -54
- package/dist-cjs/waiters/waitForClusterDeleted.js +1 -57
- package/dist-cjs/waiters/waitForFargateProfileActive.js +1 -45
- package/dist-cjs/waiters/waitForFargateProfileDeleted.js +1 -39
- package/dist-cjs/waiters/waitForNodegroupActive.js +1 -45
- package/dist-cjs/waiters/waitForNodegroupDeleted.js +1 -39
- package/package.json +41 -41
package/dist-cjs/EKS.js
CHANGED
|
@@ -1,123 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EKS = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const AssociateAccessPolicyCommand_1 = require("./commands/AssociateAccessPolicyCommand");
|
|
6
|
-
const AssociateEncryptionConfigCommand_1 = require("./commands/AssociateEncryptionConfigCommand");
|
|
7
|
-
const AssociateIdentityProviderConfigCommand_1 = require("./commands/AssociateIdentityProviderConfigCommand");
|
|
8
|
-
const CreateAccessEntryCommand_1 = require("./commands/CreateAccessEntryCommand");
|
|
9
|
-
const CreateAddonCommand_1 = require("./commands/CreateAddonCommand");
|
|
10
|
-
const CreateClusterCommand_1 = require("./commands/CreateClusterCommand");
|
|
11
|
-
const CreateEksAnywhereSubscriptionCommand_1 = require("./commands/CreateEksAnywhereSubscriptionCommand");
|
|
12
|
-
const CreateFargateProfileCommand_1 = require("./commands/CreateFargateProfileCommand");
|
|
13
|
-
const CreateNodegroupCommand_1 = require("./commands/CreateNodegroupCommand");
|
|
14
|
-
const CreatePodIdentityAssociationCommand_1 = require("./commands/CreatePodIdentityAssociationCommand");
|
|
15
|
-
const DeleteAccessEntryCommand_1 = require("./commands/DeleteAccessEntryCommand");
|
|
16
|
-
const DeleteAddonCommand_1 = require("./commands/DeleteAddonCommand");
|
|
17
|
-
const DeleteClusterCommand_1 = require("./commands/DeleteClusterCommand");
|
|
18
|
-
const DeleteEksAnywhereSubscriptionCommand_1 = require("./commands/DeleteEksAnywhereSubscriptionCommand");
|
|
19
|
-
const DeleteFargateProfileCommand_1 = require("./commands/DeleteFargateProfileCommand");
|
|
20
|
-
const DeleteNodegroupCommand_1 = require("./commands/DeleteNodegroupCommand");
|
|
21
|
-
const DeletePodIdentityAssociationCommand_1 = require("./commands/DeletePodIdentityAssociationCommand");
|
|
22
|
-
const DeregisterClusterCommand_1 = require("./commands/DeregisterClusterCommand");
|
|
23
|
-
const DescribeAccessEntryCommand_1 = require("./commands/DescribeAccessEntryCommand");
|
|
24
|
-
const DescribeAddonCommand_1 = require("./commands/DescribeAddonCommand");
|
|
25
|
-
const DescribeAddonConfigurationCommand_1 = require("./commands/DescribeAddonConfigurationCommand");
|
|
26
|
-
const DescribeAddonVersionsCommand_1 = require("./commands/DescribeAddonVersionsCommand");
|
|
27
|
-
const DescribeClusterCommand_1 = require("./commands/DescribeClusterCommand");
|
|
28
|
-
const DescribeEksAnywhereSubscriptionCommand_1 = require("./commands/DescribeEksAnywhereSubscriptionCommand");
|
|
29
|
-
const DescribeFargateProfileCommand_1 = require("./commands/DescribeFargateProfileCommand");
|
|
30
|
-
const DescribeIdentityProviderConfigCommand_1 = require("./commands/DescribeIdentityProviderConfigCommand");
|
|
31
|
-
const DescribeInsightCommand_1 = require("./commands/DescribeInsightCommand");
|
|
32
|
-
const DescribeNodegroupCommand_1 = require("./commands/DescribeNodegroupCommand");
|
|
33
|
-
const DescribePodIdentityAssociationCommand_1 = require("./commands/DescribePodIdentityAssociationCommand");
|
|
34
|
-
const DescribeUpdateCommand_1 = require("./commands/DescribeUpdateCommand");
|
|
35
|
-
const DisassociateAccessPolicyCommand_1 = require("./commands/DisassociateAccessPolicyCommand");
|
|
36
|
-
const DisassociateIdentityProviderConfigCommand_1 = require("./commands/DisassociateIdentityProviderConfigCommand");
|
|
37
|
-
const ListAccessEntriesCommand_1 = require("./commands/ListAccessEntriesCommand");
|
|
38
|
-
const ListAccessPoliciesCommand_1 = require("./commands/ListAccessPoliciesCommand");
|
|
39
|
-
const ListAddonsCommand_1 = require("./commands/ListAddonsCommand");
|
|
40
|
-
const ListAssociatedAccessPoliciesCommand_1 = require("./commands/ListAssociatedAccessPoliciesCommand");
|
|
41
|
-
const ListClustersCommand_1 = require("./commands/ListClustersCommand");
|
|
42
|
-
const ListEksAnywhereSubscriptionsCommand_1 = require("./commands/ListEksAnywhereSubscriptionsCommand");
|
|
43
|
-
const ListFargateProfilesCommand_1 = require("./commands/ListFargateProfilesCommand");
|
|
44
|
-
const ListIdentityProviderConfigsCommand_1 = require("./commands/ListIdentityProviderConfigsCommand");
|
|
45
|
-
const ListInsightsCommand_1 = require("./commands/ListInsightsCommand");
|
|
46
|
-
const ListNodegroupsCommand_1 = require("./commands/ListNodegroupsCommand");
|
|
47
|
-
const ListPodIdentityAssociationsCommand_1 = require("./commands/ListPodIdentityAssociationsCommand");
|
|
48
|
-
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
49
|
-
const ListUpdatesCommand_1 = require("./commands/ListUpdatesCommand");
|
|
50
|
-
const RegisterClusterCommand_1 = require("./commands/RegisterClusterCommand");
|
|
51
|
-
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
52
|
-
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
53
|
-
const UpdateAccessEntryCommand_1 = require("./commands/UpdateAccessEntryCommand");
|
|
54
|
-
const UpdateAddonCommand_1 = require("./commands/UpdateAddonCommand");
|
|
55
|
-
const UpdateClusterConfigCommand_1 = require("./commands/UpdateClusterConfigCommand");
|
|
56
|
-
const UpdateClusterVersionCommand_1 = require("./commands/UpdateClusterVersionCommand");
|
|
57
|
-
const UpdateEksAnywhereSubscriptionCommand_1 = require("./commands/UpdateEksAnywhereSubscriptionCommand");
|
|
58
|
-
const UpdateNodegroupConfigCommand_1 = require("./commands/UpdateNodegroupConfigCommand");
|
|
59
|
-
const UpdateNodegroupVersionCommand_1 = require("./commands/UpdateNodegroupVersionCommand");
|
|
60
|
-
const UpdatePodIdentityAssociationCommand_1 = require("./commands/UpdatePodIdentityAssociationCommand");
|
|
61
|
-
const EKSClient_1 = require("./EKSClient");
|
|
62
|
-
const commands = {
|
|
63
|
-
AssociateAccessPolicyCommand: AssociateAccessPolicyCommand_1.AssociateAccessPolicyCommand,
|
|
64
|
-
AssociateEncryptionConfigCommand: AssociateEncryptionConfigCommand_1.AssociateEncryptionConfigCommand,
|
|
65
|
-
AssociateIdentityProviderConfigCommand: AssociateIdentityProviderConfigCommand_1.AssociateIdentityProviderConfigCommand,
|
|
66
|
-
CreateAccessEntryCommand: CreateAccessEntryCommand_1.CreateAccessEntryCommand,
|
|
67
|
-
CreateAddonCommand: CreateAddonCommand_1.CreateAddonCommand,
|
|
68
|
-
CreateClusterCommand: CreateClusterCommand_1.CreateClusterCommand,
|
|
69
|
-
CreateEksAnywhereSubscriptionCommand: CreateEksAnywhereSubscriptionCommand_1.CreateEksAnywhereSubscriptionCommand,
|
|
70
|
-
CreateFargateProfileCommand: CreateFargateProfileCommand_1.CreateFargateProfileCommand,
|
|
71
|
-
CreateNodegroupCommand: CreateNodegroupCommand_1.CreateNodegroupCommand,
|
|
72
|
-
CreatePodIdentityAssociationCommand: CreatePodIdentityAssociationCommand_1.CreatePodIdentityAssociationCommand,
|
|
73
|
-
DeleteAccessEntryCommand: DeleteAccessEntryCommand_1.DeleteAccessEntryCommand,
|
|
74
|
-
DeleteAddonCommand: DeleteAddonCommand_1.DeleteAddonCommand,
|
|
75
|
-
DeleteClusterCommand: DeleteClusterCommand_1.DeleteClusterCommand,
|
|
76
|
-
DeleteEksAnywhereSubscriptionCommand: DeleteEksAnywhereSubscriptionCommand_1.DeleteEksAnywhereSubscriptionCommand,
|
|
77
|
-
DeleteFargateProfileCommand: DeleteFargateProfileCommand_1.DeleteFargateProfileCommand,
|
|
78
|
-
DeleteNodegroupCommand: DeleteNodegroupCommand_1.DeleteNodegroupCommand,
|
|
79
|
-
DeletePodIdentityAssociationCommand: DeletePodIdentityAssociationCommand_1.DeletePodIdentityAssociationCommand,
|
|
80
|
-
DeregisterClusterCommand: DeregisterClusterCommand_1.DeregisterClusterCommand,
|
|
81
|
-
DescribeAccessEntryCommand: DescribeAccessEntryCommand_1.DescribeAccessEntryCommand,
|
|
82
|
-
DescribeAddonCommand: DescribeAddonCommand_1.DescribeAddonCommand,
|
|
83
|
-
DescribeAddonConfigurationCommand: DescribeAddonConfigurationCommand_1.DescribeAddonConfigurationCommand,
|
|
84
|
-
DescribeAddonVersionsCommand: DescribeAddonVersionsCommand_1.DescribeAddonVersionsCommand,
|
|
85
|
-
DescribeClusterCommand: DescribeClusterCommand_1.DescribeClusterCommand,
|
|
86
|
-
DescribeEksAnywhereSubscriptionCommand: DescribeEksAnywhereSubscriptionCommand_1.DescribeEksAnywhereSubscriptionCommand,
|
|
87
|
-
DescribeFargateProfileCommand: DescribeFargateProfileCommand_1.DescribeFargateProfileCommand,
|
|
88
|
-
DescribeIdentityProviderConfigCommand: DescribeIdentityProviderConfigCommand_1.DescribeIdentityProviderConfigCommand,
|
|
89
|
-
DescribeInsightCommand: DescribeInsightCommand_1.DescribeInsightCommand,
|
|
90
|
-
DescribeNodegroupCommand: DescribeNodegroupCommand_1.DescribeNodegroupCommand,
|
|
91
|
-
DescribePodIdentityAssociationCommand: DescribePodIdentityAssociationCommand_1.DescribePodIdentityAssociationCommand,
|
|
92
|
-
DescribeUpdateCommand: DescribeUpdateCommand_1.DescribeUpdateCommand,
|
|
93
|
-
DisassociateAccessPolicyCommand: DisassociateAccessPolicyCommand_1.DisassociateAccessPolicyCommand,
|
|
94
|
-
DisassociateIdentityProviderConfigCommand: DisassociateIdentityProviderConfigCommand_1.DisassociateIdentityProviderConfigCommand,
|
|
95
|
-
ListAccessEntriesCommand: ListAccessEntriesCommand_1.ListAccessEntriesCommand,
|
|
96
|
-
ListAccessPoliciesCommand: ListAccessPoliciesCommand_1.ListAccessPoliciesCommand,
|
|
97
|
-
ListAddonsCommand: ListAddonsCommand_1.ListAddonsCommand,
|
|
98
|
-
ListAssociatedAccessPoliciesCommand: ListAssociatedAccessPoliciesCommand_1.ListAssociatedAccessPoliciesCommand,
|
|
99
|
-
ListClustersCommand: ListClustersCommand_1.ListClustersCommand,
|
|
100
|
-
ListEksAnywhereSubscriptionsCommand: ListEksAnywhereSubscriptionsCommand_1.ListEksAnywhereSubscriptionsCommand,
|
|
101
|
-
ListFargateProfilesCommand: ListFargateProfilesCommand_1.ListFargateProfilesCommand,
|
|
102
|
-
ListIdentityProviderConfigsCommand: ListIdentityProviderConfigsCommand_1.ListIdentityProviderConfigsCommand,
|
|
103
|
-
ListInsightsCommand: ListInsightsCommand_1.ListInsightsCommand,
|
|
104
|
-
ListNodegroupsCommand: ListNodegroupsCommand_1.ListNodegroupsCommand,
|
|
105
|
-
ListPodIdentityAssociationsCommand: ListPodIdentityAssociationsCommand_1.ListPodIdentityAssociationsCommand,
|
|
106
|
-
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
107
|
-
ListUpdatesCommand: ListUpdatesCommand_1.ListUpdatesCommand,
|
|
108
|
-
RegisterClusterCommand: RegisterClusterCommand_1.RegisterClusterCommand,
|
|
109
|
-
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
110
|
-
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
111
|
-
UpdateAccessEntryCommand: UpdateAccessEntryCommand_1.UpdateAccessEntryCommand,
|
|
112
|
-
UpdateAddonCommand: UpdateAddonCommand_1.UpdateAddonCommand,
|
|
113
|
-
UpdateClusterConfigCommand: UpdateClusterConfigCommand_1.UpdateClusterConfigCommand,
|
|
114
|
-
UpdateClusterVersionCommand: UpdateClusterVersionCommand_1.UpdateClusterVersionCommand,
|
|
115
|
-
UpdateEksAnywhereSubscriptionCommand: UpdateEksAnywhereSubscriptionCommand_1.UpdateEksAnywhereSubscriptionCommand,
|
|
116
|
-
UpdateNodegroupConfigCommand: UpdateNodegroupConfigCommand_1.UpdateNodegroupConfigCommand,
|
|
117
|
-
UpdateNodegroupVersionCommand: UpdateNodegroupVersionCommand_1.UpdateNodegroupVersionCommand,
|
|
118
|
-
UpdatePodIdentityAssociationCommand: UpdatePodIdentityAssociationCommand_1.UpdatePodIdentityAssociationCommand,
|
|
119
|
-
};
|
|
120
|
-
class EKS extends EKSClient_1.EKSClient {
|
|
121
|
-
}
|
|
122
|
-
exports.EKS = EKS;
|
|
123
|
-
(0, smithy_client_1.createAggregatedClient)(commands, EKS);
|
|
1
|
+
module.exports = require("./index.js");
|
package/dist-cjs/EKSClient.js
CHANGED
|
@@ -1,43 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EKSClient = exports.__Client = void 0;
|
|
4
|
-
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
5
|
-
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
6
|
-
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
7
|
-
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
8
|
-
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
9
|
-
const config_resolver_1 = require("@smithy/config-resolver");
|
|
10
|
-
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
11
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
12
|
-
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
13
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
|
-
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
15
|
-
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
16
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
17
|
-
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
18
|
-
class EKSClient extends smithy_client_1.Client {
|
|
19
|
-
constructor(...[configuration]) {
|
|
20
|
-
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
21
|
-
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
22
|
-
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
|
|
23
|
-
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
|
|
24
|
-
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
|
|
25
|
-
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
26
|
-
const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
|
|
27
|
-
const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
|
|
28
|
-
const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
|
|
29
|
-
super(_config_8);
|
|
30
|
-
this.config = _config_8;
|
|
31
|
-
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
32
|
-
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
33
|
-
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
34
|
-
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
35
|
-
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
36
|
-
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
37
|
-
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
38
|
-
}
|
|
39
|
-
destroy() {
|
|
40
|
-
super.destroy();
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
exports.EKSClient = EKSClient;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AssociateAccessPolicyCommand = 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 AssociateAccessPolicyCommand 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", "AssociateAccessPolicy", {})
|
|
22
|
-
.n("EKSClient", "AssociateAccessPolicyCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_AssociateAccessPolicyCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_AssociateAccessPolicyCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.AssociateAccessPolicyCommand = AssociateAccessPolicyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AssociateEncryptionConfigCommand = 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 AssociateEncryptionConfigCommand 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", "AssociateEncryptionConfig", {})
|
|
22
|
-
.n("EKSClient", "AssociateEncryptionConfigCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_AssociateEncryptionConfigCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_AssociateEncryptionConfigCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.AssociateEncryptionConfigCommand = AssociateEncryptionConfigCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AssociateIdentityProviderConfigCommand = 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 AssociateIdentityProviderConfigCommand 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", "AssociateIdentityProviderConfig", {})
|
|
22
|
-
.n("EKSClient", "AssociateIdentityProviderConfigCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_AssociateIdentityProviderConfigCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_AssociateIdentityProviderConfigCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.AssociateIdentityProviderConfigCommand = AssociateIdentityProviderConfigCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateAccessEntryCommand = 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 CreateAccessEntryCommand 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", "CreateAccessEntry", {})
|
|
22
|
-
.n("EKSClient", "CreateAccessEntryCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateAccessEntryCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateAccessEntryCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateAccessEntryCommand = CreateAccessEntryCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateAddonCommand = 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 CreateAddonCommand 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", "CreateAddon", {})
|
|
22
|
-
.n("EKSClient", "CreateAddonCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateAddonCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateAddonCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateAddonCommand = CreateAddonCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateClusterCommand = 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 CreateClusterCommand 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", "CreateCluster", {})
|
|
22
|
-
.n("EKSClient", "CreateClusterCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateClusterCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateClusterCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateClusterCommand = CreateClusterCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateEksAnywhereSubscriptionCommand = 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 CreateEksAnywhereSubscriptionCommand 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", "CreateEksAnywhereSubscription", {})
|
|
22
|
-
.n("EKSClient", "CreateEksAnywhereSubscriptionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateEksAnywhereSubscriptionCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateEksAnywhereSubscriptionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateEksAnywhereSubscriptionCommand = CreateEksAnywhereSubscriptionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateFargateProfileCommand = 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 CreateFargateProfileCommand 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", "CreateFargateProfile", {})
|
|
22
|
-
.n("EKSClient", "CreateFargateProfileCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateFargateProfileCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateFargateProfileCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateFargateProfileCommand = CreateFargateProfileCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateNodegroupCommand = 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 CreateNodegroupCommand 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", "CreateNodegroup", {})
|
|
22
|
-
.n("EKSClient", "CreateNodegroupCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateNodegroupCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateNodegroupCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateNodegroupCommand = CreateNodegroupCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreatePodIdentityAssociationCommand = 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 CreatePodIdentityAssociationCommand 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", "CreatePodIdentityAssociation", {})
|
|
22
|
-
.n("EKSClient", "CreatePodIdentityAssociationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreatePodIdentityAssociationCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreatePodIdentityAssociationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreatePodIdentityAssociationCommand = CreatePodIdentityAssociationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteAccessEntryCommand = 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 DeleteAccessEntryCommand 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", "DeleteAccessEntry", {})
|
|
22
|
-
.n("EKSClient", "DeleteAccessEntryCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteAccessEntryCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteAccessEntryCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteAccessEntryCommand = DeleteAccessEntryCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteAddonCommand = 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 DeleteAddonCommand 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", "DeleteAddon", {})
|
|
22
|
-
.n("EKSClient", "DeleteAddonCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteAddonCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteAddonCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteAddonCommand = DeleteAddonCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteClusterCommand = 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 DeleteClusterCommand 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", "DeleteCluster", {})
|
|
22
|
-
.n("EKSClient", "DeleteClusterCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteClusterCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteClusterCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteClusterCommand = DeleteClusterCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteEksAnywhereSubscriptionCommand = 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 DeleteEksAnywhereSubscriptionCommand 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", "DeleteEksAnywhereSubscription", {})
|
|
22
|
-
.n("EKSClient", "DeleteEksAnywhereSubscriptionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteEksAnywhereSubscriptionCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteEksAnywhereSubscriptionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteEksAnywhereSubscriptionCommand = DeleteEksAnywhereSubscriptionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteFargateProfileCommand = 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 DeleteFargateProfileCommand 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", "DeleteFargateProfile", {})
|
|
22
|
-
.n("EKSClient", "DeleteFargateProfileCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteFargateProfileCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteFargateProfileCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteFargateProfileCommand = DeleteFargateProfileCommand;
|
|
1
|
+
module.exports = require("../index.js");
|