@aws-sdk/client-eks 3.1045.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +212 -214
- package/dist-cjs/models/EKSServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/EKS.js +1 -1
- package/dist-es/EKSClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AssociateAccessPolicyCommand.js +2 -2
- package/dist-es/commands/AssociateEncryptionConfigCommand.js +2 -2
- package/dist-es/commands/AssociateIdentityProviderConfigCommand.js +2 -2
- package/dist-es/commands/CreateAccessEntryCommand.js +2 -2
- package/dist-es/commands/CreateAddonCommand.js +2 -2
- package/dist-es/commands/CreateCapabilityCommand.js +2 -2
- package/dist-es/commands/CreateClusterCommand.js +2 -2
- package/dist-es/commands/CreateEksAnywhereSubscriptionCommand.js +2 -2
- package/dist-es/commands/CreateFargateProfileCommand.js +2 -2
- package/dist-es/commands/CreateNodegroupCommand.js +2 -2
- package/dist-es/commands/CreatePodIdentityAssociationCommand.js +2 -2
- package/dist-es/commands/DeleteAccessEntryCommand.js +2 -2
- package/dist-es/commands/DeleteAddonCommand.js +2 -2
- package/dist-es/commands/DeleteCapabilityCommand.js +2 -2
- package/dist-es/commands/DeleteClusterCommand.js +2 -2
- package/dist-es/commands/DeleteEksAnywhereSubscriptionCommand.js +2 -2
- package/dist-es/commands/DeleteFargateProfileCommand.js +2 -2
- package/dist-es/commands/DeleteNodegroupCommand.js +2 -2
- package/dist-es/commands/DeletePodIdentityAssociationCommand.js +2 -2
- package/dist-es/commands/DeregisterClusterCommand.js +2 -2
- package/dist-es/commands/DescribeAccessEntryCommand.js +2 -2
- package/dist-es/commands/DescribeAddonCommand.js +2 -2
- package/dist-es/commands/DescribeAddonConfigurationCommand.js +2 -2
- package/dist-es/commands/DescribeAddonVersionsCommand.js +2 -2
- package/dist-es/commands/DescribeCapabilityCommand.js +2 -2
- package/dist-es/commands/DescribeClusterCommand.js +2 -2
- package/dist-es/commands/DescribeClusterVersionsCommand.js +2 -2
- package/dist-es/commands/DescribeEksAnywhereSubscriptionCommand.js +2 -2
- package/dist-es/commands/DescribeFargateProfileCommand.js +2 -2
- package/dist-es/commands/DescribeIdentityProviderConfigCommand.js +2 -2
- package/dist-es/commands/DescribeInsightCommand.js +2 -2
- package/dist-es/commands/DescribeInsightsRefreshCommand.js +2 -2
- package/dist-es/commands/DescribeNodegroupCommand.js +2 -2
- package/dist-es/commands/DescribePodIdentityAssociationCommand.js +2 -2
- package/dist-es/commands/DescribeUpdateCommand.js +2 -2
- package/dist-es/commands/DisassociateAccessPolicyCommand.js +2 -2
- package/dist-es/commands/DisassociateIdentityProviderConfigCommand.js +2 -2
- package/dist-es/commands/ListAccessEntriesCommand.js +2 -2
- package/dist-es/commands/ListAccessPoliciesCommand.js +2 -2
- package/dist-es/commands/ListAddonsCommand.js +2 -2
- package/dist-es/commands/ListAssociatedAccessPoliciesCommand.js +2 -2
- package/dist-es/commands/ListCapabilitiesCommand.js +2 -2
- package/dist-es/commands/ListClustersCommand.js +2 -2
- package/dist-es/commands/ListEksAnywhereSubscriptionsCommand.js +2 -2
- package/dist-es/commands/ListFargateProfilesCommand.js +2 -2
- package/dist-es/commands/ListIdentityProviderConfigsCommand.js +2 -2
- package/dist-es/commands/ListInsightsCommand.js +2 -2
- package/dist-es/commands/ListNodegroupsCommand.js +2 -2
- package/dist-es/commands/ListPodIdentityAssociationsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListUpdatesCommand.js +2 -2
- package/dist-es/commands/RegisterClusterCommand.js +2 -2
- package/dist-es/commands/StartInsightsRefreshCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAccessEntryCommand.js +2 -2
- package/dist-es/commands/UpdateAddonCommand.js +2 -2
- package/dist-es/commands/UpdateCapabilityCommand.js +2 -2
- package/dist-es/commands/UpdateClusterConfigCommand.js +2 -2
- package/dist-es/commands/UpdateClusterVersionCommand.js +2 -2
- package/dist-es/commands/UpdateEksAnywhereSubscriptionCommand.js +2 -2
- package/dist-es/commands/UpdateNodegroupConfigCommand.js +2 -2
- package/dist-es/commands/UpdateNodegroupVersionCommand.js +2 -2
- package/dist-es/commands/UpdatePodIdentityAssociationCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/EKSServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/waiters/waitForAddonActive.js +1 -1
- package/dist-es/waiters/waitForAddonDeleted.js +1 -1
- package/dist-es/waiters/waitForClusterActive.js +1 -1
- package/dist-es/waiters/waitForClusterDeleted.js +1 -1
- package/dist-es/waiters/waitForFargateProfileActive.js +1 -1
- package/dist-es/waiters/waitForFargateProfileDeleted.js +1 -1
- package/dist-es/waiters/waitForNodegroupActive.js +1 -1
- package/dist-es/waiters/waitForNodegroupDeleted.js +1 -1
- package/dist-types/EKS.d.ts +1 -1
- package/dist-types/EKSClient.d.ts +5 -5
- package/dist-types/commands/AssociateAccessPolicyCommand.d.ts +6 -4
- package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +6 -4
- package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +6 -4
- package/dist-types/commands/CreateAccessEntryCommand.d.ts +6 -4
- package/dist-types/commands/CreateAddonCommand.d.ts +6 -4
- package/dist-types/commands/CreateCapabilityCommand.d.ts +6 -4
- package/dist-types/commands/CreateClusterCommand.d.ts +6 -4
- package/dist-types/commands/CreateEksAnywhereSubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/CreateFargateProfileCommand.d.ts +6 -4
- package/dist-types/commands/CreateNodegroupCommand.d.ts +6 -4
- package/dist-types/commands/CreatePodIdentityAssociationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAccessEntryCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAddonCommand.d.ts +6 -4
- package/dist-types/commands/DeleteCapabilityCommand.d.ts +6 -4
- package/dist-types/commands/DeleteClusterCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteFargateProfileCommand.d.ts +6 -4
- package/dist-types/commands/DeleteNodegroupCommand.d.ts +6 -4
- package/dist-types/commands/DeletePodIdentityAssociationCommand.d.ts +6 -4
- package/dist-types/commands/DeregisterClusterCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAccessEntryCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAddonCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAddonConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAddonVersionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeCapabilityCommand.d.ts +6 -4
- package/dist-types/commands/DescribeClusterCommand.d.ts +6 -4
- package/dist-types/commands/DescribeClusterVersionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/DescribeFargateProfileCommand.d.ts +6 -4
- package/dist-types/commands/DescribeIdentityProviderConfigCommand.d.ts +6 -4
- package/dist-types/commands/DescribeInsightCommand.d.ts +6 -4
- package/dist-types/commands/DescribeInsightsRefreshCommand.d.ts +6 -4
- package/dist-types/commands/DescribeNodegroupCommand.d.ts +6 -4
- package/dist-types/commands/DescribePodIdentityAssociationCommand.d.ts +6 -4
- package/dist-types/commands/DescribeUpdateCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateAccessPolicyCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +6 -4
- package/dist-types/commands/ListAccessEntriesCommand.d.ts +6 -4
- package/dist-types/commands/ListAccessPoliciesCommand.d.ts +6 -4
- package/dist-types/commands/ListAddonsCommand.d.ts +6 -4
- package/dist-types/commands/ListAssociatedAccessPoliciesCommand.d.ts +6 -4
- package/dist-types/commands/ListCapabilitiesCommand.d.ts +6 -4
- package/dist-types/commands/ListClustersCommand.d.ts +6 -4
- package/dist-types/commands/ListEksAnywhereSubscriptionsCommand.d.ts +6 -4
- package/dist-types/commands/ListFargateProfilesCommand.d.ts +6 -4
- package/dist-types/commands/ListIdentityProviderConfigsCommand.d.ts +6 -4
- package/dist-types/commands/ListInsightsCommand.d.ts +6 -4
- package/dist-types/commands/ListNodegroupsCommand.d.ts +6 -4
- package/dist-types/commands/ListPodIdentityAssociationsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListUpdatesCommand.d.ts +6 -4
- package/dist-types/commands/RegisterClusterCommand.d.ts +6 -4
- package/dist-types/commands/StartInsightsRefreshCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAccessEntryCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAddonCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCapabilityCommand.d.ts +6 -4
- package/dist-types/commands/UpdateClusterConfigCommand.d.ts +6 -4
- package/dist-types/commands/UpdateClusterVersionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +6 -4
- package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +6 -4
- package/dist-types/commands/UpdatePodIdentityAssociationCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/EKSServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/EKS.d.ts +1 -1
- package/dist-types/ts3.4/EKSClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AssociateAccessPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateEncryptionConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateIdentityProviderConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAccessEntryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAddonCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateCapabilityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateEksAnywhereSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateFargateProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateNodegroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePodIdentityAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAccessEntryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAddonCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteCapabilityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteFargateProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteNodegroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePodIdentityAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeregisterClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAccessEntryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAddonCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAddonConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAddonVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeCapabilityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeClusterVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeFargateProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeIdentityProviderConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeInsightsRefreshCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeNodegroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribePodIdentityAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeUpdateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateAccessPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateIdentityProviderConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAccessEntriesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAddonsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAssociatedAccessPoliciesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCapabilitiesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEksAnywhereSubscriptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListFargateProfilesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListIdentityProviderConfigsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListNodegroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPodIdentityAssociationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListUpdatesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RegisterClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartInsightsRefreshCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAccessEntryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAddonCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCapabilityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateClusterConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateClusterVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateNodegroupConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateNodegroupVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdatePodIdentityAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/EKSServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForAddonActive.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForAddonDeleted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForClusterActive.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForClusterDeleted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForFargateProfileActive.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForFargateProfileDeleted.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForNodegroupActive.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForNodegroupDeleted.d.ts +1 -1
- package/dist-types/waiters/waitForAddonActive.d.ts +1 -1
- package/dist-types/waiters/waitForAddonDeleted.d.ts +1 -1
- package/dist-types/waiters/waitForClusterActive.d.ts +1 -1
- package/dist-types/waiters/waitForClusterDeleted.d.ts +1 -1
- package/dist-types/waiters/waitForFargateProfileActive.d.ts +1 -1
- package/dist-types/waiters/waitForFargateProfileDeleted.d.ts +1 -1
- package/dist-types/waiters/waitForNodegroupActive.d.ts +1 -1
- package/dist-types/waiters/waitForNodegroupDeleted.d.ts +1 -1
- package/package.json +13 -35
package/dist-cjs/index.js
CHANGED
|
@@ -4,19 +4,17 @@ var middlewareHostHeader = require('@aws-sdk/middleware-host-header');
|
|
|
4
4
|
var middlewareLogger = require('@aws-sdk/middleware-logger');
|
|
5
5
|
var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detection');
|
|
6
6
|
var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
|
|
7
|
-
var configResolver = require('@smithy/config-resolver');
|
|
8
7
|
var core = require('@smithy/core');
|
|
8
|
+
var client = require('@smithy/core/client');
|
|
9
|
+
var config = require('@smithy/core/config');
|
|
10
|
+
var endpoints = require('@smithy/core/endpoints');
|
|
11
|
+
var protocols = require('@smithy/core/protocols');
|
|
12
|
+
var retry = require('@smithy/core/retry');
|
|
9
13
|
var schema = require('@smithy/core/schema');
|
|
10
|
-
var middlewareContentLength = require('@smithy/middleware-content-length');
|
|
11
|
-
var middlewareEndpoint = require('@smithy/middleware-endpoint');
|
|
12
|
-
var middlewareRetry = require('@smithy/middleware-retry');
|
|
13
|
-
var smithyClient = require('@smithy/smithy-client');
|
|
14
14
|
var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
15
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
16
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
17
|
-
var protocolHttp = require('@smithy/protocol-http');
|
|
18
17
|
var schemas_0 = require('./schemas/schemas_0');
|
|
19
|
-
var utilWaiter = require('@smithy/util-waiter');
|
|
20
18
|
var errors = require('./models/errors');
|
|
21
19
|
var EKSServiceException = require('./models/EKSServiceException');
|
|
22
20
|
|
|
@@ -74,12 +72,12 @@ const resolveHttpAuthRuntimeConfig = (config) => {
|
|
|
74
72
|
};
|
|
75
73
|
|
|
76
74
|
const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
77
|
-
const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig),
|
|
75
|
+
const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), client.getDefaultExtensionConfiguration(runtimeConfig), protocols.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
78
76
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
79
|
-
return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration),
|
|
77
|
+
return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), client.resolveDefaultRuntimeConfig(extensionConfiguration), protocols.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
|
|
80
78
|
};
|
|
81
79
|
|
|
82
|
-
class EKSClient extends
|
|
80
|
+
class EKSClient extends client.Client {
|
|
83
81
|
config;
|
|
84
82
|
constructor(...[configuration]) {
|
|
85
83
|
const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {});
|
|
@@ -87,17 +85,17 @@ class EKSClient extends smithyClient.Client {
|
|
|
87
85
|
this.initConfig = _config_0;
|
|
88
86
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
89
87
|
const _config_2 = middlewareUserAgent.resolveUserAgentConfig(_config_1);
|
|
90
|
-
const _config_3 =
|
|
91
|
-
const _config_4 =
|
|
88
|
+
const _config_3 = retry.resolveRetryConfig(_config_2);
|
|
89
|
+
const _config_4 = config.resolveRegionConfig(_config_3);
|
|
92
90
|
const _config_5 = middlewareHostHeader.resolveHostHeaderConfig(_config_4);
|
|
93
|
-
const _config_6 =
|
|
91
|
+
const _config_6 = endpoints.resolveEndpointConfig(_config_5);
|
|
94
92
|
const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
|
|
95
93
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
96
94
|
this.config = _config_8;
|
|
97
95
|
this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
|
|
98
96
|
this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
|
|
99
|
-
this.middlewareStack.use(
|
|
100
|
-
this.middlewareStack.use(
|
|
97
|
+
this.middlewareStack.use(retry.getRetryPlugin(this.config));
|
|
98
|
+
this.middlewareStack.use(protocols.getContentLengthPlugin(this.config));
|
|
101
99
|
this.middlewareStack.use(middlewareHostHeader.getHostHeaderPlugin(this.config));
|
|
102
100
|
this.middlewareStack.use(middlewareLogger.getLoggerPlugin(this.config));
|
|
103
101
|
this.middlewareStack.use(middlewareRecursionDetection.getRecursionDetectionPlugin(this.config));
|
|
@@ -114,11 +112,11 @@ class EKSClient extends smithyClient.Client {
|
|
|
114
112
|
}
|
|
115
113
|
}
|
|
116
114
|
|
|
117
|
-
class AssociateAccessPolicyCommand extends
|
|
115
|
+
class AssociateAccessPolicyCommand extends client.Command
|
|
118
116
|
.classBuilder()
|
|
119
117
|
.ep(commonParams)
|
|
120
118
|
.m(function (Command, cs, config, o) {
|
|
121
|
-
return [
|
|
119
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
122
120
|
})
|
|
123
121
|
.s("AWSWesleyFrontend", "AssociateAccessPolicy", {})
|
|
124
122
|
.n("EKSClient", "AssociateAccessPolicyCommand")
|
|
@@ -126,11 +124,11 @@ class AssociateAccessPolicyCommand extends smithyClient.Command
|
|
|
126
124
|
.build() {
|
|
127
125
|
}
|
|
128
126
|
|
|
129
|
-
class AssociateEncryptionConfigCommand extends
|
|
127
|
+
class AssociateEncryptionConfigCommand extends client.Command
|
|
130
128
|
.classBuilder()
|
|
131
129
|
.ep(commonParams)
|
|
132
130
|
.m(function (Command, cs, config, o) {
|
|
133
|
-
return [
|
|
131
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
134
132
|
})
|
|
135
133
|
.s("AWSWesleyFrontend", "AssociateEncryptionConfig", {})
|
|
136
134
|
.n("EKSClient", "AssociateEncryptionConfigCommand")
|
|
@@ -138,11 +136,11 @@ class AssociateEncryptionConfigCommand extends smithyClient.Command
|
|
|
138
136
|
.build() {
|
|
139
137
|
}
|
|
140
138
|
|
|
141
|
-
class AssociateIdentityProviderConfigCommand extends
|
|
139
|
+
class AssociateIdentityProviderConfigCommand extends client.Command
|
|
142
140
|
.classBuilder()
|
|
143
141
|
.ep(commonParams)
|
|
144
142
|
.m(function (Command, cs, config, o) {
|
|
145
|
-
return [
|
|
143
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
146
144
|
})
|
|
147
145
|
.s("AWSWesleyFrontend", "AssociateIdentityProviderConfig", {})
|
|
148
146
|
.n("EKSClient", "AssociateIdentityProviderConfigCommand")
|
|
@@ -150,11 +148,11 @@ class AssociateIdentityProviderConfigCommand extends smithyClient.Command
|
|
|
150
148
|
.build() {
|
|
151
149
|
}
|
|
152
150
|
|
|
153
|
-
class CreateAccessEntryCommand extends
|
|
151
|
+
class CreateAccessEntryCommand extends client.Command
|
|
154
152
|
.classBuilder()
|
|
155
153
|
.ep(commonParams)
|
|
156
154
|
.m(function (Command, cs, config, o) {
|
|
157
|
-
return [
|
|
155
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
158
156
|
})
|
|
159
157
|
.s("AWSWesleyFrontend", "CreateAccessEntry", {})
|
|
160
158
|
.n("EKSClient", "CreateAccessEntryCommand")
|
|
@@ -162,11 +160,11 @@ class CreateAccessEntryCommand extends smithyClient.Command
|
|
|
162
160
|
.build() {
|
|
163
161
|
}
|
|
164
162
|
|
|
165
|
-
class CreateAddonCommand extends
|
|
163
|
+
class CreateAddonCommand extends client.Command
|
|
166
164
|
.classBuilder()
|
|
167
165
|
.ep(commonParams)
|
|
168
166
|
.m(function (Command, cs, config, o) {
|
|
169
|
-
return [
|
|
167
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
170
168
|
})
|
|
171
169
|
.s("AWSWesleyFrontend", "CreateAddon", {})
|
|
172
170
|
.n("EKSClient", "CreateAddonCommand")
|
|
@@ -174,11 +172,11 @@ class CreateAddonCommand extends smithyClient.Command
|
|
|
174
172
|
.build() {
|
|
175
173
|
}
|
|
176
174
|
|
|
177
|
-
class CreateCapabilityCommand extends
|
|
175
|
+
class CreateCapabilityCommand extends client.Command
|
|
178
176
|
.classBuilder()
|
|
179
177
|
.ep(commonParams)
|
|
180
178
|
.m(function (Command, cs, config, o) {
|
|
181
|
-
return [
|
|
179
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
182
180
|
})
|
|
183
181
|
.s("AWSWesleyFrontend", "CreateCapability", {})
|
|
184
182
|
.n("EKSClient", "CreateCapabilityCommand")
|
|
@@ -186,11 +184,11 @@ class CreateCapabilityCommand extends smithyClient.Command
|
|
|
186
184
|
.build() {
|
|
187
185
|
}
|
|
188
186
|
|
|
189
|
-
class CreateClusterCommand extends
|
|
187
|
+
class CreateClusterCommand extends client.Command
|
|
190
188
|
.classBuilder()
|
|
191
189
|
.ep(commonParams)
|
|
192
190
|
.m(function (Command, cs, config, o) {
|
|
193
|
-
return [
|
|
191
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
194
192
|
})
|
|
195
193
|
.s("AWSWesleyFrontend", "CreateCluster", {})
|
|
196
194
|
.n("EKSClient", "CreateClusterCommand")
|
|
@@ -198,11 +196,11 @@ class CreateClusterCommand extends smithyClient.Command
|
|
|
198
196
|
.build() {
|
|
199
197
|
}
|
|
200
198
|
|
|
201
|
-
class CreateEksAnywhereSubscriptionCommand extends
|
|
199
|
+
class CreateEksAnywhereSubscriptionCommand extends client.Command
|
|
202
200
|
.classBuilder()
|
|
203
201
|
.ep(commonParams)
|
|
204
202
|
.m(function (Command, cs, config, o) {
|
|
205
|
-
return [
|
|
203
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
206
204
|
})
|
|
207
205
|
.s("AWSWesleyFrontend", "CreateEksAnywhereSubscription", {})
|
|
208
206
|
.n("EKSClient", "CreateEksAnywhereSubscriptionCommand")
|
|
@@ -210,11 +208,11 @@ class CreateEksAnywhereSubscriptionCommand extends smithyClient.Command
|
|
|
210
208
|
.build() {
|
|
211
209
|
}
|
|
212
210
|
|
|
213
|
-
class CreateFargateProfileCommand extends
|
|
211
|
+
class CreateFargateProfileCommand extends client.Command
|
|
214
212
|
.classBuilder()
|
|
215
213
|
.ep(commonParams)
|
|
216
214
|
.m(function (Command, cs, config, o) {
|
|
217
|
-
return [
|
|
215
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
218
216
|
})
|
|
219
217
|
.s("AWSWesleyFrontend", "CreateFargateProfile", {})
|
|
220
218
|
.n("EKSClient", "CreateFargateProfileCommand")
|
|
@@ -222,11 +220,11 @@ class CreateFargateProfileCommand extends smithyClient.Command
|
|
|
222
220
|
.build() {
|
|
223
221
|
}
|
|
224
222
|
|
|
225
|
-
class CreateNodegroupCommand extends
|
|
223
|
+
class CreateNodegroupCommand extends client.Command
|
|
226
224
|
.classBuilder()
|
|
227
225
|
.ep(commonParams)
|
|
228
226
|
.m(function (Command, cs, config, o) {
|
|
229
|
-
return [
|
|
227
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
230
228
|
})
|
|
231
229
|
.s("AWSWesleyFrontend", "CreateNodegroup", {})
|
|
232
230
|
.n("EKSClient", "CreateNodegroupCommand")
|
|
@@ -234,11 +232,11 @@ class CreateNodegroupCommand extends smithyClient.Command
|
|
|
234
232
|
.build() {
|
|
235
233
|
}
|
|
236
234
|
|
|
237
|
-
class CreatePodIdentityAssociationCommand extends
|
|
235
|
+
class CreatePodIdentityAssociationCommand extends client.Command
|
|
238
236
|
.classBuilder()
|
|
239
237
|
.ep(commonParams)
|
|
240
238
|
.m(function (Command, cs, config, o) {
|
|
241
|
-
return [
|
|
239
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
242
240
|
})
|
|
243
241
|
.s("AWSWesleyFrontend", "CreatePodIdentityAssociation", {})
|
|
244
242
|
.n("EKSClient", "CreatePodIdentityAssociationCommand")
|
|
@@ -246,11 +244,11 @@ class CreatePodIdentityAssociationCommand extends smithyClient.Command
|
|
|
246
244
|
.build() {
|
|
247
245
|
}
|
|
248
246
|
|
|
249
|
-
class DeleteAccessEntryCommand extends
|
|
247
|
+
class DeleteAccessEntryCommand extends client.Command
|
|
250
248
|
.classBuilder()
|
|
251
249
|
.ep(commonParams)
|
|
252
250
|
.m(function (Command, cs, config, o) {
|
|
253
|
-
return [
|
|
251
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
254
252
|
})
|
|
255
253
|
.s("AWSWesleyFrontend", "DeleteAccessEntry", {})
|
|
256
254
|
.n("EKSClient", "DeleteAccessEntryCommand")
|
|
@@ -258,11 +256,11 @@ class DeleteAccessEntryCommand extends smithyClient.Command
|
|
|
258
256
|
.build() {
|
|
259
257
|
}
|
|
260
258
|
|
|
261
|
-
class DeleteAddonCommand extends
|
|
259
|
+
class DeleteAddonCommand extends client.Command
|
|
262
260
|
.classBuilder()
|
|
263
261
|
.ep(commonParams)
|
|
264
262
|
.m(function (Command, cs, config, o) {
|
|
265
|
-
return [
|
|
263
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
266
264
|
})
|
|
267
265
|
.s("AWSWesleyFrontend", "DeleteAddon", {})
|
|
268
266
|
.n("EKSClient", "DeleteAddonCommand")
|
|
@@ -270,11 +268,11 @@ class DeleteAddonCommand extends smithyClient.Command
|
|
|
270
268
|
.build() {
|
|
271
269
|
}
|
|
272
270
|
|
|
273
|
-
class DeleteCapabilityCommand extends
|
|
271
|
+
class DeleteCapabilityCommand extends client.Command
|
|
274
272
|
.classBuilder()
|
|
275
273
|
.ep(commonParams)
|
|
276
274
|
.m(function (Command, cs, config, o) {
|
|
277
|
-
return [
|
|
275
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
278
276
|
})
|
|
279
277
|
.s("AWSWesleyFrontend", "DeleteCapability", {})
|
|
280
278
|
.n("EKSClient", "DeleteCapabilityCommand")
|
|
@@ -282,11 +280,11 @@ class DeleteCapabilityCommand extends smithyClient.Command
|
|
|
282
280
|
.build() {
|
|
283
281
|
}
|
|
284
282
|
|
|
285
|
-
class DeleteClusterCommand extends
|
|
283
|
+
class DeleteClusterCommand extends client.Command
|
|
286
284
|
.classBuilder()
|
|
287
285
|
.ep(commonParams)
|
|
288
286
|
.m(function (Command, cs, config, o) {
|
|
289
|
-
return [
|
|
287
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
290
288
|
})
|
|
291
289
|
.s("AWSWesleyFrontend", "DeleteCluster", {})
|
|
292
290
|
.n("EKSClient", "DeleteClusterCommand")
|
|
@@ -294,11 +292,11 @@ class DeleteClusterCommand extends smithyClient.Command
|
|
|
294
292
|
.build() {
|
|
295
293
|
}
|
|
296
294
|
|
|
297
|
-
class DeleteEksAnywhereSubscriptionCommand extends
|
|
295
|
+
class DeleteEksAnywhereSubscriptionCommand extends client.Command
|
|
298
296
|
.classBuilder()
|
|
299
297
|
.ep(commonParams)
|
|
300
298
|
.m(function (Command, cs, config, o) {
|
|
301
|
-
return [
|
|
299
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
302
300
|
})
|
|
303
301
|
.s("AWSWesleyFrontend", "DeleteEksAnywhereSubscription", {})
|
|
304
302
|
.n("EKSClient", "DeleteEksAnywhereSubscriptionCommand")
|
|
@@ -306,11 +304,11 @@ class DeleteEksAnywhereSubscriptionCommand extends smithyClient.Command
|
|
|
306
304
|
.build() {
|
|
307
305
|
}
|
|
308
306
|
|
|
309
|
-
class DeleteFargateProfileCommand extends
|
|
307
|
+
class DeleteFargateProfileCommand extends client.Command
|
|
310
308
|
.classBuilder()
|
|
311
309
|
.ep(commonParams)
|
|
312
310
|
.m(function (Command, cs, config, o) {
|
|
313
|
-
return [
|
|
311
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
314
312
|
})
|
|
315
313
|
.s("AWSWesleyFrontend", "DeleteFargateProfile", {})
|
|
316
314
|
.n("EKSClient", "DeleteFargateProfileCommand")
|
|
@@ -318,11 +316,11 @@ class DeleteFargateProfileCommand extends smithyClient.Command
|
|
|
318
316
|
.build() {
|
|
319
317
|
}
|
|
320
318
|
|
|
321
|
-
class DeleteNodegroupCommand extends
|
|
319
|
+
class DeleteNodegroupCommand extends client.Command
|
|
322
320
|
.classBuilder()
|
|
323
321
|
.ep(commonParams)
|
|
324
322
|
.m(function (Command, cs, config, o) {
|
|
325
|
-
return [
|
|
323
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
326
324
|
})
|
|
327
325
|
.s("AWSWesleyFrontend", "DeleteNodegroup", {})
|
|
328
326
|
.n("EKSClient", "DeleteNodegroupCommand")
|
|
@@ -330,11 +328,11 @@ class DeleteNodegroupCommand extends smithyClient.Command
|
|
|
330
328
|
.build() {
|
|
331
329
|
}
|
|
332
330
|
|
|
333
|
-
class DeletePodIdentityAssociationCommand extends
|
|
331
|
+
class DeletePodIdentityAssociationCommand extends client.Command
|
|
334
332
|
.classBuilder()
|
|
335
333
|
.ep(commonParams)
|
|
336
334
|
.m(function (Command, cs, config, o) {
|
|
337
|
-
return [
|
|
335
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
338
336
|
})
|
|
339
337
|
.s("AWSWesleyFrontend", "DeletePodIdentityAssociation", {})
|
|
340
338
|
.n("EKSClient", "DeletePodIdentityAssociationCommand")
|
|
@@ -342,11 +340,11 @@ class DeletePodIdentityAssociationCommand extends smithyClient.Command
|
|
|
342
340
|
.build() {
|
|
343
341
|
}
|
|
344
342
|
|
|
345
|
-
class DeregisterClusterCommand extends
|
|
343
|
+
class DeregisterClusterCommand extends client.Command
|
|
346
344
|
.classBuilder()
|
|
347
345
|
.ep(commonParams)
|
|
348
346
|
.m(function (Command, cs, config, o) {
|
|
349
|
-
return [
|
|
347
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
350
348
|
})
|
|
351
349
|
.s("AWSWesleyFrontend", "DeregisterCluster", {})
|
|
352
350
|
.n("EKSClient", "DeregisterClusterCommand")
|
|
@@ -354,11 +352,11 @@ class DeregisterClusterCommand extends smithyClient.Command
|
|
|
354
352
|
.build() {
|
|
355
353
|
}
|
|
356
354
|
|
|
357
|
-
class DescribeAccessEntryCommand extends
|
|
355
|
+
class DescribeAccessEntryCommand extends client.Command
|
|
358
356
|
.classBuilder()
|
|
359
357
|
.ep(commonParams)
|
|
360
358
|
.m(function (Command, cs, config, o) {
|
|
361
|
-
return [
|
|
359
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
362
360
|
})
|
|
363
361
|
.s("AWSWesleyFrontend", "DescribeAccessEntry", {})
|
|
364
362
|
.n("EKSClient", "DescribeAccessEntryCommand")
|
|
@@ -366,11 +364,11 @@ class DescribeAccessEntryCommand extends smithyClient.Command
|
|
|
366
364
|
.build() {
|
|
367
365
|
}
|
|
368
366
|
|
|
369
|
-
class DescribeAddonCommand extends
|
|
367
|
+
class DescribeAddonCommand extends client.Command
|
|
370
368
|
.classBuilder()
|
|
371
369
|
.ep(commonParams)
|
|
372
370
|
.m(function (Command, cs, config, o) {
|
|
373
|
-
return [
|
|
371
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
374
372
|
})
|
|
375
373
|
.s("AWSWesleyFrontend", "DescribeAddon", {})
|
|
376
374
|
.n("EKSClient", "DescribeAddonCommand")
|
|
@@ -378,11 +376,11 @@ class DescribeAddonCommand extends smithyClient.Command
|
|
|
378
376
|
.build() {
|
|
379
377
|
}
|
|
380
378
|
|
|
381
|
-
class DescribeAddonConfigurationCommand extends
|
|
379
|
+
class DescribeAddonConfigurationCommand extends client.Command
|
|
382
380
|
.classBuilder()
|
|
383
381
|
.ep(commonParams)
|
|
384
382
|
.m(function (Command, cs, config, o) {
|
|
385
|
-
return [
|
|
383
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
386
384
|
})
|
|
387
385
|
.s("AWSWesleyFrontend", "DescribeAddonConfiguration", {})
|
|
388
386
|
.n("EKSClient", "DescribeAddonConfigurationCommand")
|
|
@@ -390,11 +388,11 @@ class DescribeAddonConfigurationCommand extends smithyClient.Command
|
|
|
390
388
|
.build() {
|
|
391
389
|
}
|
|
392
390
|
|
|
393
|
-
class DescribeAddonVersionsCommand extends
|
|
391
|
+
class DescribeAddonVersionsCommand extends client.Command
|
|
394
392
|
.classBuilder()
|
|
395
393
|
.ep(commonParams)
|
|
396
394
|
.m(function (Command, cs, config, o) {
|
|
397
|
-
return [
|
|
395
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
398
396
|
})
|
|
399
397
|
.s("AWSWesleyFrontend", "DescribeAddonVersions", {})
|
|
400
398
|
.n("EKSClient", "DescribeAddonVersionsCommand")
|
|
@@ -402,11 +400,11 @@ class DescribeAddonVersionsCommand extends smithyClient.Command
|
|
|
402
400
|
.build() {
|
|
403
401
|
}
|
|
404
402
|
|
|
405
|
-
class DescribeCapabilityCommand extends
|
|
403
|
+
class DescribeCapabilityCommand extends client.Command
|
|
406
404
|
.classBuilder()
|
|
407
405
|
.ep(commonParams)
|
|
408
406
|
.m(function (Command, cs, config, o) {
|
|
409
|
-
return [
|
|
407
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
410
408
|
})
|
|
411
409
|
.s("AWSWesleyFrontend", "DescribeCapability", {})
|
|
412
410
|
.n("EKSClient", "DescribeCapabilityCommand")
|
|
@@ -414,11 +412,11 @@ class DescribeCapabilityCommand extends smithyClient.Command
|
|
|
414
412
|
.build() {
|
|
415
413
|
}
|
|
416
414
|
|
|
417
|
-
class DescribeClusterCommand extends
|
|
415
|
+
class DescribeClusterCommand extends client.Command
|
|
418
416
|
.classBuilder()
|
|
419
417
|
.ep(commonParams)
|
|
420
418
|
.m(function (Command, cs, config, o) {
|
|
421
|
-
return [
|
|
419
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
422
420
|
})
|
|
423
421
|
.s("AWSWesleyFrontend", "DescribeCluster", {})
|
|
424
422
|
.n("EKSClient", "DescribeClusterCommand")
|
|
@@ -426,11 +424,11 @@ class DescribeClusterCommand extends smithyClient.Command
|
|
|
426
424
|
.build() {
|
|
427
425
|
}
|
|
428
426
|
|
|
429
|
-
class DescribeClusterVersionsCommand extends
|
|
427
|
+
class DescribeClusterVersionsCommand extends client.Command
|
|
430
428
|
.classBuilder()
|
|
431
429
|
.ep(commonParams)
|
|
432
430
|
.m(function (Command, cs, config, o) {
|
|
433
|
-
return [
|
|
431
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
434
432
|
})
|
|
435
433
|
.s("AWSWesleyFrontend", "DescribeClusterVersions", {})
|
|
436
434
|
.n("EKSClient", "DescribeClusterVersionsCommand")
|
|
@@ -438,11 +436,11 @@ class DescribeClusterVersionsCommand extends smithyClient.Command
|
|
|
438
436
|
.build() {
|
|
439
437
|
}
|
|
440
438
|
|
|
441
|
-
class DescribeEksAnywhereSubscriptionCommand extends
|
|
439
|
+
class DescribeEksAnywhereSubscriptionCommand extends client.Command
|
|
442
440
|
.classBuilder()
|
|
443
441
|
.ep(commonParams)
|
|
444
442
|
.m(function (Command, cs, config, o) {
|
|
445
|
-
return [
|
|
443
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
446
444
|
})
|
|
447
445
|
.s("AWSWesleyFrontend", "DescribeEksAnywhereSubscription", {})
|
|
448
446
|
.n("EKSClient", "DescribeEksAnywhereSubscriptionCommand")
|
|
@@ -450,11 +448,11 @@ class DescribeEksAnywhereSubscriptionCommand extends smithyClient.Command
|
|
|
450
448
|
.build() {
|
|
451
449
|
}
|
|
452
450
|
|
|
453
|
-
class DescribeFargateProfileCommand extends
|
|
451
|
+
class DescribeFargateProfileCommand extends client.Command
|
|
454
452
|
.classBuilder()
|
|
455
453
|
.ep(commonParams)
|
|
456
454
|
.m(function (Command, cs, config, o) {
|
|
457
|
-
return [
|
|
455
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
458
456
|
})
|
|
459
457
|
.s("AWSWesleyFrontend", "DescribeFargateProfile", {})
|
|
460
458
|
.n("EKSClient", "DescribeFargateProfileCommand")
|
|
@@ -462,11 +460,11 @@ class DescribeFargateProfileCommand extends smithyClient.Command
|
|
|
462
460
|
.build() {
|
|
463
461
|
}
|
|
464
462
|
|
|
465
|
-
class DescribeIdentityProviderConfigCommand extends
|
|
463
|
+
class DescribeIdentityProviderConfigCommand extends client.Command
|
|
466
464
|
.classBuilder()
|
|
467
465
|
.ep(commonParams)
|
|
468
466
|
.m(function (Command, cs, config, o) {
|
|
469
|
-
return [
|
|
467
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
470
468
|
})
|
|
471
469
|
.s("AWSWesleyFrontend", "DescribeIdentityProviderConfig", {})
|
|
472
470
|
.n("EKSClient", "DescribeIdentityProviderConfigCommand")
|
|
@@ -474,11 +472,11 @@ class DescribeIdentityProviderConfigCommand extends smithyClient.Command
|
|
|
474
472
|
.build() {
|
|
475
473
|
}
|
|
476
474
|
|
|
477
|
-
class DescribeInsightCommand extends
|
|
475
|
+
class DescribeInsightCommand extends client.Command
|
|
478
476
|
.classBuilder()
|
|
479
477
|
.ep(commonParams)
|
|
480
478
|
.m(function (Command, cs, config, o) {
|
|
481
|
-
return [
|
|
479
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
482
480
|
})
|
|
483
481
|
.s("AWSWesleyFrontend", "DescribeInsight", {})
|
|
484
482
|
.n("EKSClient", "DescribeInsightCommand")
|
|
@@ -486,11 +484,11 @@ class DescribeInsightCommand extends smithyClient.Command
|
|
|
486
484
|
.build() {
|
|
487
485
|
}
|
|
488
486
|
|
|
489
|
-
class DescribeInsightsRefreshCommand extends
|
|
487
|
+
class DescribeInsightsRefreshCommand extends client.Command
|
|
490
488
|
.classBuilder()
|
|
491
489
|
.ep(commonParams)
|
|
492
490
|
.m(function (Command, cs, config, o) {
|
|
493
|
-
return [
|
|
491
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
494
492
|
})
|
|
495
493
|
.s("AWSWesleyFrontend", "DescribeInsightsRefresh", {})
|
|
496
494
|
.n("EKSClient", "DescribeInsightsRefreshCommand")
|
|
@@ -498,11 +496,11 @@ class DescribeInsightsRefreshCommand extends smithyClient.Command
|
|
|
498
496
|
.build() {
|
|
499
497
|
}
|
|
500
498
|
|
|
501
|
-
class DescribeNodegroupCommand extends
|
|
499
|
+
class DescribeNodegroupCommand extends client.Command
|
|
502
500
|
.classBuilder()
|
|
503
501
|
.ep(commonParams)
|
|
504
502
|
.m(function (Command, cs, config, o) {
|
|
505
|
-
return [
|
|
503
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
506
504
|
})
|
|
507
505
|
.s("AWSWesleyFrontend", "DescribeNodegroup", {})
|
|
508
506
|
.n("EKSClient", "DescribeNodegroupCommand")
|
|
@@ -510,11 +508,11 @@ class DescribeNodegroupCommand extends smithyClient.Command
|
|
|
510
508
|
.build() {
|
|
511
509
|
}
|
|
512
510
|
|
|
513
|
-
class DescribePodIdentityAssociationCommand extends
|
|
511
|
+
class DescribePodIdentityAssociationCommand extends client.Command
|
|
514
512
|
.classBuilder()
|
|
515
513
|
.ep(commonParams)
|
|
516
514
|
.m(function (Command, cs, config, o) {
|
|
517
|
-
return [
|
|
515
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
518
516
|
})
|
|
519
517
|
.s("AWSWesleyFrontend", "DescribePodIdentityAssociation", {})
|
|
520
518
|
.n("EKSClient", "DescribePodIdentityAssociationCommand")
|
|
@@ -522,11 +520,11 @@ class DescribePodIdentityAssociationCommand extends smithyClient.Command
|
|
|
522
520
|
.build() {
|
|
523
521
|
}
|
|
524
522
|
|
|
525
|
-
class DescribeUpdateCommand extends
|
|
523
|
+
class DescribeUpdateCommand extends client.Command
|
|
526
524
|
.classBuilder()
|
|
527
525
|
.ep(commonParams)
|
|
528
526
|
.m(function (Command, cs, config, o) {
|
|
529
|
-
return [
|
|
527
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
530
528
|
})
|
|
531
529
|
.s("AWSWesleyFrontend", "DescribeUpdate", {})
|
|
532
530
|
.n("EKSClient", "DescribeUpdateCommand")
|
|
@@ -534,11 +532,11 @@ class DescribeUpdateCommand extends smithyClient.Command
|
|
|
534
532
|
.build() {
|
|
535
533
|
}
|
|
536
534
|
|
|
537
|
-
class DisassociateAccessPolicyCommand extends
|
|
535
|
+
class DisassociateAccessPolicyCommand extends client.Command
|
|
538
536
|
.classBuilder()
|
|
539
537
|
.ep(commonParams)
|
|
540
538
|
.m(function (Command, cs, config, o) {
|
|
541
|
-
return [
|
|
539
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
542
540
|
})
|
|
543
541
|
.s("AWSWesleyFrontend", "DisassociateAccessPolicy", {})
|
|
544
542
|
.n("EKSClient", "DisassociateAccessPolicyCommand")
|
|
@@ -546,11 +544,11 @@ class DisassociateAccessPolicyCommand extends smithyClient.Command
|
|
|
546
544
|
.build() {
|
|
547
545
|
}
|
|
548
546
|
|
|
549
|
-
class DisassociateIdentityProviderConfigCommand extends
|
|
547
|
+
class DisassociateIdentityProviderConfigCommand extends client.Command
|
|
550
548
|
.classBuilder()
|
|
551
549
|
.ep(commonParams)
|
|
552
550
|
.m(function (Command, cs, config, o) {
|
|
553
|
-
return [
|
|
551
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
554
552
|
})
|
|
555
553
|
.s("AWSWesleyFrontend", "DisassociateIdentityProviderConfig", {})
|
|
556
554
|
.n("EKSClient", "DisassociateIdentityProviderConfigCommand")
|
|
@@ -558,11 +556,11 @@ class DisassociateIdentityProviderConfigCommand extends smithyClient.Command
|
|
|
558
556
|
.build() {
|
|
559
557
|
}
|
|
560
558
|
|
|
561
|
-
class ListAccessEntriesCommand extends
|
|
559
|
+
class ListAccessEntriesCommand extends client.Command
|
|
562
560
|
.classBuilder()
|
|
563
561
|
.ep(commonParams)
|
|
564
562
|
.m(function (Command, cs, config, o) {
|
|
565
|
-
return [
|
|
563
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
566
564
|
})
|
|
567
565
|
.s("AWSWesleyFrontend", "ListAccessEntries", {})
|
|
568
566
|
.n("EKSClient", "ListAccessEntriesCommand")
|
|
@@ -570,11 +568,11 @@ class ListAccessEntriesCommand extends smithyClient.Command
|
|
|
570
568
|
.build() {
|
|
571
569
|
}
|
|
572
570
|
|
|
573
|
-
class ListAccessPoliciesCommand extends
|
|
571
|
+
class ListAccessPoliciesCommand extends client.Command
|
|
574
572
|
.classBuilder()
|
|
575
573
|
.ep(commonParams)
|
|
576
574
|
.m(function (Command, cs, config, o) {
|
|
577
|
-
return [
|
|
575
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
578
576
|
})
|
|
579
577
|
.s("AWSWesleyFrontend", "ListAccessPolicies", {})
|
|
580
578
|
.n("EKSClient", "ListAccessPoliciesCommand")
|
|
@@ -582,11 +580,11 @@ class ListAccessPoliciesCommand extends smithyClient.Command
|
|
|
582
580
|
.build() {
|
|
583
581
|
}
|
|
584
582
|
|
|
585
|
-
class ListAddonsCommand extends
|
|
583
|
+
class ListAddonsCommand extends client.Command
|
|
586
584
|
.classBuilder()
|
|
587
585
|
.ep(commonParams)
|
|
588
586
|
.m(function (Command, cs, config, o) {
|
|
589
|
-
return [
|
|
587
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
590
588
|
})
|
|
591
589
|
.s("AWSWesleyFrontend", "ListAddons", {})
|
|
592
590
|
.n("EKSClient", "ListAddonsCommand")
|
|
@@ -594,11 +592,11 @@ class ListAddonsCommand extends smithyClient.Command
|
|
|
594
592
|
.build() {
|
|
595
593
|
}
|
|
596
594
|
|
|
597
|
-
class ListAssociatedAccessPoliciesCommand extends
|
|
595
|
+
class ListAssociatedAccessPoliciesCommand extends client.Command
|
|
598
596
|
.classBuilder()
|
|
599
597
|
.ep(commonParams)
|
|
600
598
|
.m(function (Command, cs, config, o) {
|
|
601
|
-
return [
|
|
599
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
602
600
|
})
|
|
603
601
|
.s("AWSWesleyFrontend", "ListAssociatedAccessPolicies", {})
|
|
604
602
|
.n("EKSClient", "ListAssociatedAccessPoliciesCommand")
|
|
@@ -606,11 +604,11 @@ class ListAssociatedAccessPoliciesCommand extends smithyClient.Command
|
|
|
606
604
|
.build() {
|
|
607
605
|
}
|
|
608
606
|
|
|
609
|
-
class ListCapabilitiesCommand extends
|
|
607
|
+
class ListCapabilitiesCommand extends client.Command
|
|
610
608
|
.classBuilder()
|
|
611
609
|
.ep(commonParams)
|
|
612
610
|
.m(function (Command, cs, config, o) {
|
|
613
|
-
return [
|
|
611
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
614
612
|
})
|
|
615
613
|
.s("AWSWesleyFrontend", "ListCapabilities", {})
|
|
616
614
|
.n("EKSClient", "ListCapabilitiesCommand")
|
|
@@ -618,11 +616,11 @@ class ListCapabilitiesCommand extends smithyClient.Command
|
|
|
618
616
|
.build() {
|
|
619
617
|
}
|
|
620
618
|
|
|
621
|
-
class ListClustersCommand extends
|
|
619
|
+
class ListClustersCommand extends client.Command
|
|
622
620
|
.classBuilder()
|
|
623
621
|
.ep(commonParams)
|
|
624
622
|
.m(function (Command, cs, config, o) {
|
|
625
|
-
return [
|
|
623
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
626
624
|
})
|
|
627
625
|
.s("AWSWesleyFrontend", "ListClusters", {})
|
|
628
626
|
.n("EKSClient", "ListClustersCommand")
|
|
@@ -630,11 +628,11 @@ class ListClustersCommand extends smithyClient.Command
|
|
|
630
628
|
.build() {
|
|
631
629
|
}
|
|
632
630
|
|
|
633
|
-
class ListEksAnywhereSubscriptionsCommand extends
|
|
631
|
+
class ListEksAnywhereSubscriptionsCommand extends client.Command
|
|
634
632
|
.classBuilder()
|
|
635
633
|
.ep(commonParams)
|
|
636
634
|
.m(function (Command, cs, config, o) {
|
|
637
|
-
return [
|
|
635
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
638
636
|
})
|
|
639
637
|
.s("AWSWesleyFrontend", "ListEksAnywhereSubscriptions", {})
|
|
640
638
|
.n("EKSClient", "ListEksAnywhereSubscriptionsCommand")
|
|
@@ -642,11 +640,11 @@ class ListEksAnywhereSubscriptionsCommand extends smithyClient.Command
|
|
|
642
640
|
.build() {
|
|
643
641
|
}
|
|
644
642
|
|
|
645
|
-
class ListFargateProfilesCommand extends
|
|
643
|
+
class ListFargateProfilesCommand extends client.Command
|
|
646
644
|
.classBuilder()
|
|
647
645
|
.ep(commonParams)
|
|
648
646
|
.m(function (Command, cs, config, o) {
|
|
649
|
-
return [
|
|
647
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
650
648
|
})
|
|
651
649
|
.s("AWSWesleyFrontend", "ListFargateProfiles", {})
|
|
652
650
|
.n("EKSClient", "ListFargateProfilesCommand")
|
|
@@ -654,11 +652,11 @@ class ListFargateProfilesCommand extends smithyClient.Command
|
|
|
654
652
|
.build() {
|
|
655
653
|
}
|
|
656
654
|
|
|
657
|
-
class ListIdentityProviderConfigsCommand extends
|
|
655
|
+
class ListIdentityProviderConfigsCommand extends client.Command
|
|
658
656
|
.classBuilder()
|
|
659
657
|
.ep(commonParams)
|
|
660
658
|
.m(function (Command, cs, config, o) {
|
|
661
|
-
return [
|
|
659
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
662
660
|
})
|
|
663
661
|
.s("AWSWesleyFrontend", "ListIdentityProviderConfigs", {})
|
|
664
662
|
.n("EKSClient", "ListIdentityProviderConfigsCommand")
|
|
@@ -666,11 +664,11 @@ class ListIdentityProviderConfigsCommand extends smithyClient.Command
|
|
|
666
664
|
.build() {
|
|
667
665
|
}
|
|
668
666
|
|
|
669
|
-
class ListInsightsCommand extends
|
|
667
|
+
class ListInsightsCommand extends client.Command
|
|
670
668
|
.classBuilder()
|
|
671
669
|
.ep(commonParams)
|
|
672
670
|
.m(function (Command, cs, config, o) {
|
|
673
|
-
return [
|
|
671
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
674
672
|
})
|
|
675
673
|
.s("AWSWesleyFrontend", "ListInsights", {})
|
|
676
674
|
.n("EKSClient", "ListInsightsCommand")
|
|
@@ -678,11 +676,11 @@ class ListInsightsCommand extends smithyClient.Command
|
|
|
678
676
|
.build() {
|
|
679
677
|
}
|
|
680
678
|
|
|
681
|
-
class ListNodegroupsCommand extends
|
|
679
|
+
class ListNodegroupsCommand extends client.Command
|
|
682
680
|
.classBuilder()
|
|
683
681
|
.ep(commonParams)
|
|
684
682
|
.m(function (Command, cs, config, o) {
|
|
685
|
-
return [
|
|
683
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
686
684
|
})
|
|
687
685
|
.s("AWSWesleyFrontend", "ListNodegroups", {})
|
|
688
686
|
.n("EKSClient", "ListNodegroupsCommand")
|
|
@@ -690,11 +688,11 @@ class ListNodegroupsCommand extends smithyClient.Command
|
|
|
690
688
|
.build() {
|
|
691
689
|
}
|
|
692
690
|
|
|
693
|
-
class ListPodIdentityAssociationsCommand extends
|
|
691
|
+
class ListPodIdentityAssociationsCommand extends client.Command
|
|
694
692
|
.classBuilder()
|
|
695
693
|
.ep(commonParams)
|
|
696
694
|
.m(function (Command, cs, config, o) {
|
|
697
|
-
return [
|
|
695
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
698
696
|
})
|
|
699
697
|
.s("AWSWesleyFrontend", "ListPodIdentityAssociations", {})
|
|
700
698
|
.n("EKSClient", "ListPodIdentityAssociationsCommand")
|
|
@@ -702,11 +700,11 @@ class ListPodIdentityAssociationsCommand extends smithyClient.Command
|
|
|
702
700
|
.build() {
|
|
703
701
|
}
|
|
704
702
|
|
|
705
|
-
class ListTagsForResourceCommand extends
|
|
703
|
+
class ListTagsForResourceCommand extends client.Command
|
|
706
704
|
.classBuilder()
|
|
707
705
|
.ep(commonParams)
|
|
708
706
|
.m(function (Command, cs, config, o) {
|
|
709
|
-
return [
|
|
707
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
710
708
|
})
|
|
711
709
|
.s("AWSWesleyFrontend", "ListTagsForResource", {})
|
|
712
710
|
.n("EKSClient", "ListTagsForResourceCommand")
|
|
@@ -714,11 +712,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
714
712
|
.build() {
|
|
715
713
|
}
|
|
716
714
|
|
|
717
|
-
class ListUpdatesCommand extends
|
|
715
|
+
class ListUpdatesCommand extends client.Command
|
|
718
716
|
.classBuilder()
|
|
719
717
|
.ep(commonParams)
|
|
720
718
|
.m(function (Command, cs, config, o) {
|
|
721
|
-
return [
|
|
719
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
722
720
|
})
|
|
723
721
|
.s("AWSWesleyFrontend", "ListUpdates", {})
|
|
724
722
|
.n("EKSClient", "ListUpdatesCommand")
|
|
@@ -726,11 +724,11 @@ class ListUpdatesCommand extends smithyClient.Command
|
|
|
726
724
|
.build() {
|
|
727
725
|
}
|
|
728
726
|
|
|
729
|
-
class RegisterClusterCommand extends
|
|
727
|
+
class RegisterClusterCommand extends client.Command
|
|
730
728
|
.classBuilder()
|
|
731
729
|
.ep(commonParams)
|
|
732
730
|
.m(function (Command, cs, config, o) {
|
|
733
|
-
return [
|
|
731
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
734
732
|
})
|
|
735
733
|
.s("AWSWesleyFrontend", "RegisterCluster", {})
|
|
736
734
|
.n("EKSClient", "RegisterClusterCommand")
|
|
@@ -738,11 +736,11 @@ class RegisterClusterCommand extends smithyClient.Command
|
|
|
738
736
|
.build() {
|
|
739
737
|
}
|
|
740
738
|
|
|
741
|
-
class StartInsightsRefreshCommand extends
|
|
739
|
+
class StartInsightsRefreshCommand extends client.Command
|
|
742
740
|
.classBuilder()
|
|
743
741
|
.ep(commonParams)
|
|
744
742
|
.m(function (Command, cs, config, o) {
|
|
745
|
-
return [
|
|
743
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
746
744
|
})
|
|
747
745
|
.s("AWSWesleyFrontend", "StartInsightsRefresh", {})
|
|
748
746
|
.n("EKSClient", "StartInsightsRefreshCommand")
|
|
@@ -750,11 +748,11 @@ class StartInsightsRefreshCommand extends smithyClient.Command
|
|
|
750
748
|
.build() {
|
|
751
749
|
}
|
|
752
750
|
|
|
753
|
-
class TagResourceCommand extends
|
|
751
|
+
class TagResourceCommand extends client.Command
|
|
754
752
|
.classBuilder()
|
|
755
753
|
.ep(commonParams)
|
|
756
754
|
.m(function (Command, cs, config, o) {
|
|
757
|
-
return [
|
|
755
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
758
756
|
})
|
|
759
757
|
.s("AWSWesleyFrontend", "TagResource", {})
|
|
760
758
|
.n("EKSClient", "TagResourceCommand")
|
|
@@ -762,11 +760,11 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
762
760
|
.build() {
|
|
763
761
|
}
|
|
764
762
|
|
|
765
|
-
class UntagResourceCommand extends
|
|
763
|
+
class UntagResourceCommand extends client.Command
|
|
766
764
|
.classBuilder()
|
|
767
765
|
.ep(commonParams)
|
|
768
766
|
.m(function (Command, cs, config, o) {
|
|
769
|
-
return [
|
|
767
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
770
768
|
})
|
|
771
769
|
.s("AWSWesleyFrontend", "UntagResource", {})
|
|
772
770
|
.n("EKSClient", "UntagResourceCommand")
|
|
@@ -774,11 +772,11 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
774
772
|
.build() {
|
|
775
773
|
}
|
|
776
774
|
|
|
777
|
-
class UpdateAccessEntryCommand extends
|
|
775
|
+
class UpdateAccessEntryCommand extends client.Command
|
|
778
776
|
.classBuilder()
|
|
779
777
|
.ep(commonParams)
|
|
780
778
|
.m(function (Command, cs, config, o) {
|
|
781
|
-
return [
|
|
779
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
782
780
|
})
|
|
783
781
|
.s("AWSWesleyFrontend", "UpdateAccessEntry", {})
|
|
784
782
|
.n("EKSClient", "UpdateAccessEntryCommand")
|
|
@@ -786,11 +784,11 @@ class UpdateAccessEntryCommand extends smithyClient.Command
|
|
|
786
784
|
.build() {
|
|
787
785
|
}
|
|
788
786
|
|
|
789
|
-
class UpdateAddonCommand extends
|
|
787
|
+
class UpdateAddonCommand extends client.Command
|
|
790
788
|
.classBuilder()
|
|
791
789
|
.ep(commonParams)
|
|
792
790
|
.m(function (Command, cs, config, o) {
|
|
793
|
-
return [
|
|
791
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
794
792
|
})
|
|
795
793
|
.s("AWSWesleyFrontend", "UpdateAddon", {})
|
|
796
794
|
.n("EKSClient", "UpdateAddonCommand")
|
|
@@ -798,11 +796,11 @@ class UpdateAddonCommand extends smithyClient.Command
|
|
|
798
796
|
.build() {
|
|
799
797
|
}
|
|
800
798
|
|
|
801
|
-
class UpdateCapabilityCommand extends
|
|
799
|
+
class UpdateCapabilityCommand extends client.Command
|
|
802
800
|
.classBuilder()
|
|
803
801
|
.ep(commonParams)
|
|
804
802
|
.m(function (Command, cs, config, o) {
|
|
805
|
-
return [
|
|
803
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
806
804
|
})
|
|
807
805
|
.s("AWSWesleyFrontend", "UpdateCapability", {})
|
|
808
806
|
.n("EKSClient", "UpdateCapabilityCommand")
|
|
@@ -810,11 +808,11 @@ class UpdateCapabilityCommand extends smithyClient.Command
|
|
|
810
808
|
.build() {
|
|
811
809
|
}
|
|
812
810
|
|
|
813
|
-
class UpdateClusterConfigCommand extends
|
|
811
|
+
class UpdateClusterConfigCommand extends client.Command
|
|
814
812
|
.classBuilder()
|
|
815
813
|
.ep(commonParams)
|
|
816
814
|
.m(function (Command, cs, config, o) {
|
|
817
|
-
return [
|
|
815
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
818
816
|
})
|
|
819
817
|
.s("AWSWesleyFrontend", "UpdateClusterConfig", {})
|
|
820
818
|
.n("EKSClient", "UpdateClusterConfigCommand")
|
|
@@ -822,11 +820,11 @@ class UpdateClusterConfigCommand extends smithyClient.Command
|
|
|
822
820
|
.build() {
|
|
823
821
|
}
|
|
824
822
|
|
|
825
|
-
class UpdateClusterVersionCommand extends
|
|
823
|
+
class UpdateClusterVersionCommand extends client.Command
|
|
826
824
|
.classBuilder()
|
|
827
825
|
.ep(commonParams)
|
|
828
826
|
.m(function (Command, cs, config, o) {
|
|
829
|
-
return [
|
|
827
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
830
828
|
})
|
|
831
829
|
.s("AWSWesleyFrontend", "UpdateClusterVersion", {})
|
|
832
830
|
.n("EKSClient", "UpdateClusterVersionCommand")
|
|
@@ -834,11 +832,11 @@ class UpdateClusterVersionCommand extends smithyClient.Command
|
|
|
834
832
|
.build() {
|
|
835
833
|
}
|
|
836
834
|
|
|
837
|
-
class UpdateEksAnywhereSubscriptionCommand extends
|
|
835
|
+
class UpdateEksAnywhereSubscriptionCommand extends client.Command
|
|
838
836
|
.classBuilder()
|
|
839
837
|
.ep(commonParams)
|
|
840
838
|
.m(function (Command, cs, config, o) {
|
|
841
|
-
return [
|
|
839
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
842
840
|
})
|
|
843
841
|
.s("AWSWesleyFrontend", "UpdateEksAnywhereSubscription", {})
|
|
844
842
|
.n("EKSClient", "UpdateEksAnywhereSubscriptionCommand")
|
|
@@ -846,11 +844,11 @@ class UpdateEksAnywhereSubscriptionCommand extends smithyClient.Command
|
|
|
846
844
|
.build() {
|
|
847
845
|
}
|
|
848
846
|
|
|
849
|
-
class UpdateNodegroupConfigCommand extends
|
|
847
|
+
class UpdateNodegroupConfigCommand extends client.Command
|
|
850
848
|
.classBuilder()
|
|
851
849
|
.ep(commonParams)
|
|
852
850
|
.m(function (Command, cs, config, o) {
|
|
853
|
-
return [
|
|
851
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
854
852
|
})
|
|
855
853
|
.s("AWSWesleyFrontend", "UpdateNodegroupConfig", {})
|
|
856
854
|
.n("EKSClient", "UpdateNodegroupConfigCommand")
|
|
@@ -858,11 +856,11 @@ class UpdateNodegroupConfigCommand extends smithyClient.Command
|
|
|
858
856
|
.build() {
|
|
859
857
|
}
|
|
860
858
|
|
|
861
|
-
class UpdateNodegroupVersionCommand extends
|
|
859
|
+
class UpdateNodegroupVersionCommand extends client.Command
|
|
862
860
|
.classBuilder()
|
|
863
861
|
.ep(commonParams)
|
|
864
862
|
.m(function (Command, cs, config, o) {
|
|
865
|
-
return [
|
|
863
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
866
864
|
})
|
|
867
865
|
.s("AWSWesleyFrontend", "UpdateNodegroupVersion", {})
|
|
868
866
|
.n("EKSClient", "UpdateNodegroupVersionCommand")
|
|
@@ -870,11 +868,11 @@ class UpdateNodegroupVersionCommand extends smithyClient.Command
|
|
|
870
868
|
.build() {
|
|
871
869
|
}
|
|
872
870
|
|
|
873
|
-
class UpdatePodIdentityAssociationCommand extends
|
|
871
|
+
class UpdatePodIdentityAssociationCommand extends client.Command
|
|
874
872
|
.classBuilder()
|
|
875
873
|
.ep(commonParams)
|
|
876
874
|
.m(function (Command, cs, config, o) {
|
|
877
|
-
return [
|
|
875
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
878
876
|
})
|
|
879
877
|
.s("AWSWesleyFrontend", "UpdatePodIdentityAssociation", {})
|
|
880
878
|
.n("EKSClient", "UpdatePodIdentityAssociationCommand")
|
|
@@ -912,17 +910,17 @@ const paginateListPodIdentityAssociations = core.createPaginator(EKSClient, List
|
|
|
912
910
|
|
|
913
911
|
const paginateListUpdates = core.createPaginator(EKSClient, ListUpdatesCommand, "nextToken", "nextToken", "maxResults");
|
|
914
912
|
|
|
915
|
-
const checkState$7 = async (client, input) => {
|
|
913
|
+
const checkState$7 = async (client$1, input) => {
|
|
916
914
|
let reason;
|
|
917
915
|
try {
|
|
918
|
-
let result = await client.send(new DescribeAddonCommand(input));
|
|
916
|
+
let result = await client$1.send(new DescribeAddonCommand(input));
|
|
919
917
|
reason = result;
|
|
920
918
|
try {
|
|
921
919
|
const returnComparator = () => {
|
|
922
920
|
return result.addon.status;
|
|
923
921
|
};
|
|
924
922
|
if (returnComparator() === "CREATE_FAILED") {
|
|
925
|
-
return { state:
|
|
923
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
926
924
|
}
|
|
927
925
|
}
|
|
928
926
|
catch (e) { }
|
|
@@ -931,7 +929,7 @@ const checkState$7 = async (client, input) => {
|
|
|
931
929
|
return result.addon.status;
|
|
932
930
|
};
|
|
933
931
|
if (returnComparator() === "DEGRADED") {
|
|
934
|
-
return { state:
|
|
932
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
935
933
|
}
|
|
936
934
|
}
|
|
937
935
|
catch (e) { }
|
|
@@ -940,7 +938,7 @@ const checkState$7 = async (client, input) => {
|
|
|
940
938
|
return result.addon.status;
|
|
941
939
|
};
|
|
942
940
|
if (returnComparator() === "ACTIVE") {
|
|
943
|
-
return { state:
|
|
941
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
944
942
|
}
|
|
945
943
|
}
|
|
946
944
|
catch (e) { }
|
|
@@ -948,29 +946,29 @@ const checkState$7 = async (client, input) => {
|
|
|
948
946
|
catch (exception) {
|
|
949
947
|
reason = exception;
|
|
950
948
|
}
|
|
951
|
-
return { state:
|
|
949
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
952
950
|
};
|
|
953
951
|
const waitForAddonActive = async (params, input) => {
|
|
954
952
|
const serviceDefaults = { minDelay: 10, maxDelay: 120 };
|
|
955
|
-
return
|
|
953
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$7);
|
|
956
954
|
};
|
|
957
955
|
const waitUntilAddonActive = async (params, input) => {
|
|
958
956
|
const serviceDefaults = { minDelay: 10, maxDelay: 120 };
|
|
959
|
-
const result = await
|
|
960
|
-
return
|
|
957
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$7);
|
|
958
|
+
return client.checkExceptions(result);
|
|
961
959
|
};
|
|
962
960
|
|
|
963
|
-
const checkState$6 = async (client, input) => {
|
|
961
|
+
const checkState$6 = async (client$1, input) => {
|
|
964
962
|
let reason;
|
|
965
963
|
try {
|
|
966
|
-
let result = await client.send(new DescribeAddonCommand(input));
|
|
964
|
+
let result = await client$1.send(new DescribeAddonCommand(input));
|
|
967
965
|
reason = result;
|
|
968
966
|
try {
|
|
969
967
|
const returnComparator = () => {
|
|
970
968
|
return result.addon.status;
|
|
971
969
|
};
|
|
972
970
|
if (returnComparator() === "DELETE_FAILED") {
|
|
973
|
-
return { state:
|
|
971
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
974
972
|
}
|
|
975
973
|
}
|
|
976
974
|
catch (e) { }
|
|
@@ -978,32 +976,32 @@ const checkState$6 = async (client, input) => {
|
|
|
978
976
|
catch (exception) {
|
|
979
977
|
reason = exception;
|
|
980
978
|
if (exception.name === "ResourceNotFoundException") {
|
|
981
|
-
return { state:
|
|
979
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
982
980
|
}
|
|
983
981
|
}
|
|
984
|
-
return { state:
|
|
982
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
985
983
|
};
|
|
986
984
|
const waitForAddonDeleted = async (params, input) => {
|
|
987
985
|
const serviceDefaults = { minDelay: 10, maxDelay: 120 };
|
|
988
|
-
return
|
|
986
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$6);
|
|
989
987
|
};
|
|
990
988
|
const waitUntilAddonDeleted = async (params, input) => {
|
|
991
989
|
const serviceDefaults = { minDelay: 10, maxDelay: 120 };
|
|
992
|
-
const result = await
|
|
993
|
-
return
|
|
990
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$6);
|
|
991
|
+
return client.checkExceptions(result);
|
|
994
992
|
};
|
|
995
993
|
|
|
996
|
-
const checkState$5 = async (client, input) => {
|
|
994
|
+
const checkState$5 = async (client$1, input) => {
|
|
997
995
|
let reason;
|
|
998
996
|
try {
|
|
999
|
-
let result = await client.send(new DescribeClusterCommand(input));
|
|
997
|
+
let result = await client$1.send(new DescribeClusterCommand(input));
|
|
1000
998
|
reason = result;
|
|
1001
999
|
try {
|
|
1002
1000
|
const returnComparator = () => {
|
|
1003
1001
|
return result.cluster.status;
|
|
1004
1002
|
};
|
|
1005
1003
|
if (returnComparator() === "DELETING") {
|
|
1006
|
-
return { state:
|
|
1004
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1007
1005
|
}
|
|
1008
1006
|
}
|
|
1009
1007
|
catch (e) { }
|
|
@@ -1012,7 +1010,7 @@ const checkState$5 = async (client, input) => {
|
|
|
1012
1010
|
return result.cluster.status;
|
|
1013
1011
|
};
|
|
1014
1012
|
if (returnComparator() === "FAILED") {
|
|
1015
|
-
return { state:
|
|
1013
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1016
1014
|
}
|
|
1017
1015
|
}
|
|
1018
1016
|
catch (e) { }
|
|
@@ -1021,7 +1019,7 @@ const checkState$5 = async (client, input) => {
|
|
|
1021
1019
|
return result.cluster.status;
|
|
1022
1020
|
};
|
|
1023
1021
|
if (returnComparator() === "ACTIVE") {
|
|
1024
|
-
return { state:
|
|
1022
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
1025
1023
|
}
|
|
1026
1024
|
}
|
|
1027
1025
|
catch (e) { }
|
|
@@ -1029,29 +1027,29 @@ const checkState$5 = async (client, input) => {
|
|
|
1029
1027
|
catch (exception) {
|
|
1030
1028
|
reason = exception;
|
|
1031
1029
|
}
|
|
1032
|
-
return { state:
|
|
1030
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1033
1031
|
};
|
|
1034
1032
|
const waitForClusterActive = async (params, input) => {
|
|
1035
1033
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
1036
|
-
return
|
|
1034
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$5);
|
|
1037
1035
|
};
|
|
1038
1036
|
const waitUntilClusterActive = async (params, input) => {
|
|
1039
1037
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
1040
|
-
const result = await
|
|
1041
|
-
return
|
|
1038
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$5);
|
|
1039
|
+
return client.checkExceptions(result);
|
|
1042
1040
|
};
|
|
1043
1041
|
|
|
1044
|
-
const checkState$4 = async (client, input) => {
|
|
1042
|
+
const checkState$4 = async (client$1, input) => {
|
|
1045
1043
|
let reason;
|
|
1046
1044
|
try {
|
|
1047
|
-
let result = await client.send(new DescribeClusterCommand(input));
|
|
1045
|
+
let result = await client$1.send(new DescribeClusterCommand(input));
|
|
1048
1046
|
reason = result;
|
|
1049
1047
|
try {
|
|
1050
1048
|
const returnComparator = () => {
|
|
1051
1049
|
return result.cluster.status;
|
|
1052
1050
|
};
|
|
1053
1051
|
if (returnComparator() === "ACTIVE") {
|
|
1054
|
-
return { state:
|
|
1052
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1055
1053
|
}
|
|
1056
1054
|
}
|
|
1057
1055
|
catch (e) { }
|
|
@@ -1060,7 +1058,7 @@ const checkState$4 = async (client, input) => {
|
|
|
1060
1058
|
return result.cluster.status;
|
|
1061
1059
|
};
|
|
1062
1060
|
if (returnComparator() === "CREATING") {
|
|
1063
|
-
return { state:
|
|
1061
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1064
1062
|
}
|
|
1065
1063
|
}
|
|
1066
1064
|
catch (e) { }
|
|
@@ -1069,7 +1067,7 @@ const checkState$4 = async (client, input) => {
|
|
|
1069
1067
|
return result.cluster.status;
|
|
1070
1068
|
};
|
|
1071
1069
|
if (returnComparator() === "PENDING") {
|
|
1072
|
-
return { state:
|
|
1070
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1073
1071
|
}
|
|
1074
1072
|
}
|
|
1075
1073
|
catch (e) { }
|
|
@@ -1077,32 +1075,32 @@ const checkState$4 = async (client, input) => {
|
|
|
1077
1075
|
catch (exception) {
|
|
1078
1076
|
reason = exception;
|
|
1079
1077
|
if (exception.name === "ResourceNotFoundException") {
|
|
1080
|
-
return { state:
|
|
1078
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
1081
1079
|
}
|
|
1082
1080
|
}
|
|
1083
|
-
return { state:
|
|
1081
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1084
1082
|
};
|
|
1085
1083
|
const waitForClusterDeleted = async (params, input) => {
|
|
1086
1084
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
1087
|
-
return
|
|
1085
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);
|
|
1088
1086
|
};
|
|
1089
1087
|
const waitUntilClusterDeleted = async (params, input) => {
|
|
1090
1088
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
1091
|
-
const result = await
|
|
1092
|
-
return
|
|
1089
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);
|
|
1090
|
+
return client.checkExceptions(result);
|
|
1093
1091
|
};
|
|
1094
1092
|
|
|
1095
|
-
const checkState$3 = async (client, input) => {
|
|
1093
|
+
const checkState$3 = async (client$1, input) => {
|
|
1096
1094
|
let reason;
|
|
1097
1095
|
try {
|
|
1098
|
-
let result = await client.send(new DescribeFargateProfileCommand(input));
|
|
1096
|
+
let result = await client$1.send(new DescribeFargateProfileCommand(input));
|
|
1099
1097
|
reason = result;
|
|
1100
1098
|
try {
|
|
1101
1099
|
const returnComparator = () => {
|
|
1102
1100
|
return result.fargateProfile.status;
|
|
1103
1101
|
};
|
|
1104
1102
|
if (returnComparator() === "CREATE_FAILED") {
|
|
1105
|
-
return { state:
|
|
1103
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1106
1104
|
}
|
|
1107
1105
|
}
|
|
1108
1106
|
catch (e) { }
|
|
@@ -1111,7 +1109,7 @@ const checkState$3 = async (client, input) => {
|
|
|
1111
1109
|
return result.fargateProfile.status;
|
|
1112
1110
|
};
|
|
1113
1111
|
if (returnComparator() === "ACTIVE") {
|
|
1114
|
-
return { state:
|
|
1112
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
1115
1113
|
}
|
|
1116
1114
|
}
|
|
1117
1115
|
catch (e) { }
|
|
@@ -1119,29 +1117,29 @@ const checkState$3 = async (client, input) => {
|
|
|
1119
1117
|
catch (exception) {
|
|
1120
1118
|
reason = exception;
|
|
1121
1119
|
}
|
|
1122
|
-
return { state:
|
|
1120
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1123
1121
|
};
|
|
1124
1122
|
const waitForFargateProfileActive = async (params, input) => {
|
|
1125
1123
|
const serviceDefaults = { minDelay: 10, maxDelay: 120 };
|
|
1126
|
-
return
|
|
1124
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
|
|
1127
1125
|
};
|
|
1128
1126
|
const waitUntilFargateProfileActive = async (params, input) => {
|
|
1129
1127
|
const serviceDefaults = { minDelay: 10, maxDelay: 120 };
|
|
1130
|
-
const result = await
|
|
1131
|
-
return
|
|
1128
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
|
|
1129
|
+
return client.checkExceptions(result);
|
|
1132
1130
|
};
|
|
1133
1131
|
|
|
1134
|
-
const checkState$2 = async (client, input) => {
|
|
1132
|
+
const checkState$2 = async (client$1, input) => {
|
|
1135
1133
|
let reason;
|
|
1136
1134
|
try {
|
|
1137
|
-
let result = await client.send(new DescribeFargateProfileCommand(input));
|
|
1135
|
+
let result = await client$1.send(new DescribeFargateProfileCommand(input));
|
|
1138
1136
|
reason = result;
|
|
1139
1137
|
try {
|
|
1140
1138
|
const returnComparator = () => {
|
|
1141
1139
|
return result.fargateProfile.status;
|
|
1142
1140
|
};
|
|
1143
1141
|
if (returnComparator() === "DELETE_FAILED") {
|
|
1144
|
-
return { state:
|
|
1142
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1145
1143
|
}
|
|
1146
1144
|
}
|
|
1147
1145
|
catch (e) { }
|
|
@@ -1149,32 +1147,32 @@ const checkState$2 = async (client, input) => {
|
|
|
1149
1147
|
catch (exception) {
|
|
1150
1148
|
reason = exception;
|
|
1151
1149
|
if (exception.name === "ResourceNotFoundException") {
|
|
1152
|
-
return { state:
|
|
1150
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
1153
1151
|
}
|
|
1154
1152
|
}
|
|
1155
|
-
return { state:
|
|
1153
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1156
1154
|
};
|
|
1157
1155
|
const waitForFargateProfileDeleted = async (params, input) => {
|
|
1158
1156
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
1159
|
-
return
|
|
1157
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
|
|
1160
1158
|
};
|
|
1161
1159
|
const waitUntilFargateProfileDeleted = async (params, input) => {
|
|
1162
1160
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
1163
|
-
const result = await
|
|
1164
|
-
return
|
|
1161
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
|
|
1162
|
+
return client.checkExceptions(result);
|
|
1165
1163
|
};
|
|
1166
1164
|
|
|
1167
|
-
const checkState$1 = async (client, input) => {
|
|
1165
|
+
const checkState$1 = async (client$1, input) => {
|
|
1168
1166
|
let reason;
|
|
1169
1167
|
try {
|
|
1170
|
-
let result = await client.send(new DescribeNodegroupCommand(input));
|
|
1168
|
+
let result = await client$1.send(new DescribeNodegroupCommand(input));
|
|
1171
1169
|
reason = result;
|
|
1172
1170
|
try {
|
|
1173
1171
|
const returnComparator = () => {
|
|
1174
1172
|
return result.nodegroup.status;
|
|
1175
1173
|
};
|
|
1176
1174
|
if (returnComparator() === "CREATE_FAILED") {
|
|
1177
|
-
return { state:
|
|
1175
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1178
1176
|
}
|
|
1179
1177
|
}
|
|
1180
1178
|
catch (e) { }
|
|
@@ -1183,7 +1181,7 @@ const checkState$1 = async (client, input) => {
|
|
|
1183
1181
|
return result.nodegroup.status;
|
|
1184
1182
|
};
|
|
1185
1183
|
if (returnComparator() === "ACTIVE") {
|
|
1186
|
-
return { state:
|
|
1184
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
1187
1185
|
}
|
|
1188
1186
|
}
|
|
1189
1187
|
catch (e) { }
|
|
@@ -1191,29 +1189,29 @@ const checkState$1 = async (client, input) => {
|
|
|
1191
1189
|
catch (exception) {
|
|
1192
1190
|
reason = exception;
|
|
1193
1191
|
}
|
|
1194
|
-
return { state:
|
|
1192
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1195
1193
|
};
|
|
1196
1194
|
const waitForNodegroupActive = async (params, input) => {
|
|
1197
1195
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
1198
|
-
return
|
|
1196
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
1199
1197
|
};
|
|
1200
1198
|
const waitUntilNodegroupActive = async (params, input) => {
|
|
1201
1199
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
1202
|
-
const result = await
|
|
1203
|
-
return
|
|
1200
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
1201
|
+
return client.checkExceptions(result);
|
|
1204
1202
|
};
|
|
1205
1203
|
|
|
1206
|
-
const checkState = async (client, input) => {
|
|
1204
|
+
const checkState = async (client$1, input) => {
|
|
1207
1205
|
let reason;
|
|
1208
1206
|
try {
|
|
1209
|
-
let result = await client.send(new DescribeNodegroupCommand(input));
|
|
1207
|
+
let result = await client$1.send(new DescribeNodegroupCommand(input));
|
|
1210
1208
|
reason = result;
|
|
1211
1209
|
try {
|
|
1212
1210
|
const returnComparator = () => {
|
|
1213
1211
|
return result.nodegroup.status;
|
|
1214
1212
|
};
|
|
1215
1213
|
if (returnComparator() === "DELETE_FAILED") {
|
|
1216
|
-
return { state:
|
|
1214
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
1217
1215
|
}
|
|
1218
1216
|
}
|
|
1219
1217
|
catch (e) { }
|
|
@@ -1221,19 +1219,19 @@ const checkState = async (client, input) => {
|
|
|
1221
1219
|
catch (exception) {
|
|
1222
1220
|
reason = exception;
|
|
1223
1221
|
if (exception.name === "ResourceNotFoundException") {
|
|
1224
|
-
return { state:
|
|
1222
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
1225
1223
|
}
|
|
1226
1224
|
}
|
|
1227
|
-
return { state:
|
|
1225
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
1228
1226
|
};
|
|
1229
1227
|
const waitForNodegroupDeleted = async (params, input) => {
|
|
1230
1228
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
1231
|
-
return
|
|
1229
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
1232
1230
|
};
|
|
1233
1231
|
const waitUntilNodegroupDeleted = async (params, input) => {
|
|
1234
1232
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
1235
|
-
const result = await
|
|
1236
|
-
return
|
|
1233
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
1234
|
+
return client.checkExceptions(result);
|
|
1237
1235
|
};
|
|
1238
1236
|
|
|
1239
1237
|
const commands = {
|
|
@@ -1331,7 +1329,7 @@ const waiters = {
|
|
|
1331
1329
|
};
|
|
1332
1330
|
class EKS extends EKSClient {
|
|
1333
1331
|
}
|
|
1334
|
-
|
|
1332
|
+
client.createAggregatedClient(commands, EKS, { paginators, waiters });
|
|
1335
1333
|
|
|
1336
1334
|
const AuthenticationMode = {
|
|
1337
1335
|
API: "API",
|
|
@@ -1707,8 +1705,8 @@ const ConnectorConfigProvider = {
|
|
|
1707
1705
|
TANZU: "TANZU",
|
|
1708
1706
|
};
|
|
1709
1707
|
|
|
1710
|
-
exports.$Command =
|
|
1711
|
-
exports.__Client =
|
|
1708
|
+
exports.$Command = client.Command;
|
|
1709
|
+
exports.__Client = client.Client;
|
|
1712
1710
|
exports.EKSServiceException = EKSServiceException.EKSServiceException;
|
|
1713
1711
|
exports.AMITypes = AMITypes;
|
|
1714
1712
|
exports.AccessScopeType = AccessScopeType;
|