@aws-sdk/client-eks 3.1076.0 → 3.1078.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/README.md +7 -0
- package/dist-cjs/index.js +152 -673
- package/dist-es/EKS.js +2 -0
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateAccessPolicyCommand.js +2 -14
- package/dist-es/commands/AssociateEncryptionConfigCommand.js +2 -14
- package/dist-es/commands/AssociateIdentityProviderConfigCommand.js +2 -14
- package/dist-es/commands/CancelUpdateCommand.js +4 -0
- package/dist-es/commands/CreateAccessEntryCommand.js +2 -14
- package/dist-es/commands/CreateAddonCommand.js +2 -14
- package/dist-es/commands/CreateCapabilityCommand.js +2 -14
- package/dist-es/commands/CreateClusterCommand.js +2 -14
- package/dist-es/commands/CreateEksAnywhereSubscriptionCommand.js +2 -14
- package/dist-es/commands/CreateFargateProfileCommand.js +2 -14
- package/dist-es/commands/CreateNodegroupCommand.js +2 -14
- package/dist-es/commands/CreatePodIdentityAssociationCommand.js +2 -14
- package/dist-es/commands/DeleteAccessEntryCommand.js +2 -14
- package/dist-es/commands/DeleteAddonCommand.js +2 -14
- package/dist-es/commands/DeleteCapabilityCommand.js +2 -14
- package/dist-es/commands/DeleteClusterCommand.js +2 -14
- package/dist-es/commands/DeleteEksAnywhereSubscriptionCommand.js +2 -14
- package/dist-es/commands/DeleteFargateProfileCommand.js +2 -14
- package/dist-es/commands/DeleteNodegroupCommand.js +2 -14
- package/dist-es/commands/DeletePodIdentityAssociationCommand.js +2 -14
- package/dist-es/commands/DeregisterClusterCommand.js +2 -14
- package/dist-es/commands/DescribeAccessEntryCommand.js +2 -14
- package/dist-es/commands/DescribeAddonCommand.js +2 -14
- package/dist-es/commands/DescribeAddonConfigurationCommand.js +2 -14
- package/dist-es/commands/DescribeAddonVersionsCommand.js +2 -14
- package/dist-es/commands/DescribeCapabilityCommand.js +2 -14
- package/dist-es/commands/DescribeClusterCommand.js +2 -14
- package/dist-es/commands/DescribeClusterVersionsCommand.js +2 -14
- package/dist-es/commands/DescribeEksAnywhereSubscriptionCommand.js +2 -14
- package/dist-es/commands/DescribeFargateProfileCommand.js +2 -14
- package/dist-es/commands/DescribeIdentityProviderConfigCommand.js +2 -14
- package/dist-es/commands/DescribeInsightCommand.js +2 -14
- package/dist-es/commands/DescribeInsightsRefreshCommand.js +2 -14
- package/dist-es/commands/DescribeNodegroupCommand.js +2 -14
- package/dist-es/commands/DescribePodIdentityAssociationCommand.js +2 -14
- package/dist-es/commands/DescribeUpdateCommand.js +2 -14
- package/dist-es/commands/DisassociateAccessPolicyCommand.js +2 -14
- package/dist-es/commands/DisassociateIdentityProviderConfigCommand.js +2 -14
- package/dist-es/commands/ListAccessEntriesCommand.js +2 -14
- package/dist-es/commands/ListAccessPoliciesCommand.js +2 -14
- package/dist-es/commands/ListAddonsCommand.js +2 -14
- package/dist-es/commands/ListAssociatedAccessPoliciesCommand.js +2 -14
- package/dist-es/commands/ListCapabilitiesCommand.js +2 -14
- package/dist-es/commands/ListClustersCommand.js +2 -14
- package/dist-es/commands/ListEksAnywhereSubscriptionsCommand.js +2 -14
- package/dist-es/commands/ListFargateProfilesCommand.js +2 -14
- package/dist-es/commands/ListIdentityProviderConfigsCommand.js +2 -14
- package/dist-es/commands/ListInsightsCommand.js +2 -14
- package/dist-es/commands/ListNodegroupsCommand.js +2 -14
- package/dist-es/commands/ListPodIdentityAssociationsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListUpdatesCommand.js +2 -14
- package/dist-es/commands/RegisterClusterCommand.js +2 -14
- package/dist-es/commands/StartInsightsRefreshCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateAccessEntryCommand.js +2 -14
- package/dist-es/commands/UpdateAddonCommand.js +2 -14
- package/dist-es/commands/UpdateCapabilityCommand.js +2 -14
- package/dist-es/commands/UpdateClusterConfigCommand.js +2 -14
- package/dist-es/commands/UpdateClusterVersionCommand.js +2 -14
- package/dist-es/commands/UpdateEksAnywhereSubscriptionCommand.js +2 -14
- package/dist-es/commands/UpdateNodegroupConfigCommand.js +2 -14
- package/dist-es/commands/UpdateNodegroupVersionCommand.js +2 -14
- package/dist-es/commands/UpdatePodIdentityAssociationCommand.js +2 -14
- package/dist-es/commands/index.js +1 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +7 -0
- package/dist-es/models/errors.js +14 -14
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +45 -14
- package/dist-types/EKS.d.ts +7 -0
- package/dist-types/EKSClient.d.ts +3 -2
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateAccessPolicyCommand.d.ts +3 -8
- package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +8 -9
- package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +8 -9
- package/dist-types/commands/CancelUpdateCommand.d.ts +141 -0
- package/dist-types/commands/CreateAccessEntryCommand.d.ts +3 -8
- package/dist-types/commands/CreateAddonCommand.d.ts +3 -8
- package/dist-types/commands/CreateCapabilityCommand.d.ts +3 -8
- package/dist-types/commands/CreateClusterCommand.d.ts +3 -8
- package/dist-types/commands/CreateEksAnywhereSubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/CreateFargateProfileCommand.d.ts +3 -8
- package/dist-types/commands/CreateNodegroupCommand.d.ts +3 -8
- package/dist-types/commands/CreatePodIdentityAssociationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAccessEntryCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAddonCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCapabilityCommand.d.ts +3 -8
- package/dist-types/commands/DeleteClusterCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteFargateProfileCommand.d.ts +3 -8
- package/dist-types/commands/DeleteNodegroupCommand.d.ts +3 -8
- package/dist-types/commands/DeletePodIdentityAssociationCommand.d.ts +3 -8
- package/dist-types/commands/DeregisterClusterCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAccessEntryCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAddonCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAddonConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAddonVersionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCapabilityCommand.d.ts +3 -8
- package/dist-types/commands/DescribeClusterCommand.d.ts +3 -8
- package/dist-types/commands/DescribeClusterVersionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeFargateProfileCommand.d.ts +3 -8
- package/dist-types/commands/DescribeIdentityProviderConfigCommand.d.ts +3 -8
- package/dist-types/commands/DescribeInsightCommand.d.ts +4 -9
- package/dist-types/commands/DescribeInsightsRefreshCommand.d.ts +3 -8
- package/dist-types/commands/DescribeNodegroupCommand.d.ts +3 -8
- package/dist-types/commands/DescribePodIdentityAssociationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeUpdateCommand.d.ts +8 -9
- package/dist-types/commands/DisassociateAccessPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +8 -9
- package/dist-types/commands/ListAccessEntriesCommand.d.ts +3 -8
- package/dist-types/commands/ListAccessPoliciesCommand.d.ts +3 -8
- package/dist-types/commands/ListAddonsCommand.d.ts +3 -8
- package/dist-types/commands/ListAssociatedAccessPoliciesCommand.d.ts +3 -8
- package/dist-types/commands/ListCapabilitiesCommand.d.ts +3 -8
- package/dist-types/commands/ListClustersCommand.d.ts +3 -8
- package/dist-types/commands/ListEksAnywhereSubscriptionsCommand.d.ts +3 -8
- package/dist-types/commands/ListFargateProfilesCommand.d.ts +3 -8
- package/dist-types/commands/ListIdentityProviderConfigsCommand.d.ts +3 -8
- package/dist-types/commands/ListInsightsCommand.d.ts +5 -10
- package/dist-types/commands/ListNodegroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListPodIdentityAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListUpdatesCommand.d.ts +3 -8
- package/dist-types/commands/RegisterClusterCommand.d.ts +3 -8
- package/dist-types/commands/StartInsightsRefreshCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAccessEntryCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAddonCommand.d.ts +8 -9
- package/dist-types/commands/UpdateCapabilityCommand.d.ts +8 -9
- package/dist-types/commands/UpdateClusterConfigCommand.d.ts +8 -9
- package/dist-types/commands/UpdateClusterVersionCommand.d.ts +11 -9
- package/dist-types/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +8 -9
- package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +8 -9
- package/dist-types/commands/UpdatePodIdentityAssociationCommand.d.ts +3 -8
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +15 -0
- package/dist-types/models/errors.d.ts +23 -23
- package/dist-types/models/models_0.d.ts +76 -2
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +5 -0
- package/dist-types/ts3.4/EKS.d.ts +17 -0
- package/dist-types/ts3.4/EKSClient.d.ts +6 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateAccessPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateEncryptionConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateIdentityProviderConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelUpdateCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateAccessEntryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAddonCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCapabilityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateEksAnywhereSubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateFargateProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateNodegroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePodIdentityAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAccessEntryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAddonCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCapabilityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteFargateProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteNodegroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePodIdentityAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeregisterClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAccessEntryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAddonCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAddonConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAddonVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCapabilityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeClusterVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeFargateProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeIdentityProviderConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeInsightsRefreshCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeNodegroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribePodIdentityAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeUpdateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateAccessPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateIdentityProviderConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAccessEntriesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAddonsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAssociatedAccessPoliciesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCapabilitiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEksAnywhereSubscriptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFargateProfilesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIdentityProviderConfigsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListNodegroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPodIdentityAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListUpdatesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartInsightsRefreshCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAccessEntryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAddonCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCapabilityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateClusterConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateClusterVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateNodegroupConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateNodegroupVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePodIdentityAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +9 -0
- package/dist-types/ts3.4/models/errors.d.ts +8 -8
- package/dist-types/ts3.4/models/models_0.d.ts +18 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +5 -0
- package/package.json +8 -10
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
|
|
|
10
11
|
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
12
|
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
13
|
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
-
const { toUtf8, fromUtf8, toBase64, fromBase64,
|
|
14
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
15
|
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
16
|
const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
18
|
|
|
17
19
|
const defaultEKSHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
18
20
|
return {
|
|
@@ -67,7 +69,7 @@ const commonParams = {
|
|
|
67
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
68
70
|
};
|
|
69
71
|
|
|
70
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
71
73
|
var packageInfo = {
|
|
72
74
|
version: version};
|
|
73
75
|
|
|
@@ -290,6 +292,20 @@ class ThrottlingException extends EKSServiceException {
|
|
|
290
292
|
this.clusterName = opts.clusterName;
|
|
291
293
|
}
|
|
292
294
|
}
|
|
295
|
+
class InvalidStateException extends EKSServiceException {
|
|
296
|
+
name = "InvalidStateException";
|
|
297
|
+
$fault = "client";
|
|
298
|
+
clusterName;
|
|
299
|
+
constructor(opts) {
|
|
300
|
+
super({
|
|
301
|
+
name: "InvalidStateException",
|
|
302
|
+
$fault: "client",
|
|
303
|
+
...opts,
|
|
304
|
+
});
|
|
305
|
+
Object.setPrototypeOf(this, InvalidStateException.prototype);
|
|
306
|
+
this.clusterName = opts.clusterName;
|
|
307
|
+
}
|
|
308
|
+
}
|
|
293
309
|
class ResourceLimitExceededException extends EKSServiceException {
|
|
294
310
|
name = "ResourceLimitExceededException";
|
|
295
311
|
$fault = "client";
|
|
@@ -374,20 +390,6 @@ class ResourcePropagationDelayException extends EKSServiceException {
|
|
|
374
390
|
Object.setPrototypeOf(this, ResourcePropagationDelayException.prototype);
|
|
375
391
|
}
|
|
376
392
|
}
|
|
377
|
-
class InvalidStateException extends EKSServiceException {
|
|
378
|
-
name = "InvalidStateException";
|
|
379
|
-
$fault = "client";
|
|
380
|
-
clusterName;
|
|
381
|
-
constructor(opts) {
|
|
382
|
-
super({
|
|
383
|
-
name: "InvalidStateException",
|
|
384
|
-
$fault: "client",
|
|
385
|
-
...opts,
|
|
386
|
-
});
|
|
387
|
-
Object.setPrototypeOf(this, InvalidStateException.prototype);
|
|
388
|
-
this.clusterName = opts.clusterName;
|
|
389
|
-
}
|
|
390
|
-
}
|
|
391
393
|
|
|
392
394
|
const _A = "Addon";
|
|
393
395
|
const _AAP = "AssociatedAccessPolicy";
|
|
@@ -434,7 +436,7 @@ const _AVIL = "AddonVersionInfoList";
|
|
|
434
436
|
const _Ad = "Addons";
|
|
435
437
|
const _BRE = "BadRequestException";
|
|
436
438
|
const _BS = "BlockStorage";
|
|
437
|
-
const _C = "
|
|
439
|
+
const _C = "Cancellation";
|
|
438
440
|
const _CA = "CreateAddon";
|
|
439
441
|
const _CACR = "CreateAccessConfigRequest";
|
|
440
442
|
const _CAE = "CreateAccessEntry";
|
|
@@ -480,8 +482,12 @@ const _CS = "CapabilitySummary";
|
|
|
480
482
|
const _CSL = "CapabilitySummaryList";
|
|
481
483
|
const _CSl = "ClientStat";
|
|
482
484
|
const _CSli = "ClientStats";
|
|
485
|
+
const _CU = "CancelUpdate";
|
|
486
|
+
const _CUR = "CancelUpdateRequest";
|
|
487
|
+
const _CURa = "CancelUpdateResponse";
|
|
483
488
|
const _CVI = "ClusterVersionInformation";
|
|
484
489
|
const _CVL = "ClusterVersionList";
|
|
490
|
+
const _Ca = "Capability";
|
|
485
491
|
const _Ce = "Certificate";
|
|
486
492
|
const _Cl = "Cluster";
|
|
487
493
|
const _Co = "Compatibility";
|
|
@@ -669,9 +675,10 @@ const _PIA = "PodIdentityAssociation";
|
|
|
669
675
|
const _PIAS = "PodIdentityAssociationSummary";
|
|
670
676
|
const _PIASo = "PodIdentityAssociationSummaries";
|
|
671
677
|
const _RAC = "RemoteAccessConfig";
|
|
672
|
-
const _RC = "
|
|
678
|
+
const _RC = "RollbackConfig";
|
|
673
679
|
const _RCR = "RegisterClusterRequest";
|
|
674
680
|
const _RCRe = "RegisterClusterResponse";
|
|
681
|
+
const _RCe = "RegisterCluster";
|
|
675
682
|
const _RIUE = "ResourceInUseException";
|
|
676
683
|
const _RLEE = "ResourceLimitExceededException";
|
|
677
684
|
const _RNCR = "RemoteNetworkConfigRequest";
|
|
@@ -808,6 +815,7 @@ const _cVl = "clusterVersion";
|
|
|
808
815
|
const _cVlu = "clusterVersions";
|
|
809
816
|
const _cVo = "compatibleVersions";
|
|
810
817
|
const _ca = "capability";
|
|
818
|
+
const _can = "cancellation";
|
|
811
819
|
const _cap = "capabilities";
|
|
812
820
|
const _cat = "category";
|
|
813
821
|
const _cate = "categories";
|
|
@@ -966,6 +974,7 @@ const _rAes = "resourceArn";
|
|
|
966
974
|
const _rC = "requiresConfiguration";
|
|
967
975
|
const _rCe = "resolveConflicts";
|
|
968
976
|
const _rCeq = "requiredClaims";
|
|
977
|
+
const _rCo = "rollbackConfig";
|
|
969
978
|
const _rD = "releaseDate";
|
|
970
979
|
const _rI = "resourceIds";
|
|
971
980
|
const _rIP = "requiresIamPermissions";
|
|
@@ -981,9 +990,9 @@ const _rT = "removeTaints";
|
|
|
981
990
|
const _rV = "releaseVersion";
|
|
982
991
|
const _rVC = "resourcesVpcConfig";
|
|
983
992
|
const _rW = "replacedWith";
|
|
984
|
-
const _re = "
|
|
985
|
-
const _rea = "reason";
|
|
993
|
+
const _re = "reason";
|
|
986
994
|
const _rec = "recommendation";
|
|
995
|
+
const _res = "resources";
|
|
987
996
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.eks";
|
|
988
997
|
const _sA = "serviceAccount";
|
|
989
998
|
const _sARA = "serviceAccountRoleArn";
|
|
@@ -1011,6 +1020,7 @@ const _subs = "subscriptions";
|
|
|
1011
1020
|
const _t = "tags";
|
|
1012
1021
|
const _tK = "tagKeys";
|
|
1013
1022
|
const _tL = "taintsList";
|
|
1023
|
+
const _tM = "timeoutMinutes";
|
|
1014
1024
|
const _tRA = "targetRoleArn";
|
|
1015
1025
|
const _ta = "taints";
|
|
1016
1026
|
const _te = "term";
|
|
@@ -1287,7 +1297,22 @@ var BlockStorage$ = [3, n0, _BS,
|
|
|
1287
1297
|
[_en],
|
|
1288
1298
|
[2]
|
|
1289
1299
|
];
|
|
1290
|
-
var
|
|
1300
|
+
var Cancellation$ = [3, n0, _C,
|
|
1301
|
+
0,
|
|
1302
|
+
[_st, _re],
|
|
1303
|
+
[0, 0]
|
|
1304
|
+
];
|
|
1305
|
+
var CancelUpdateRequest$ = [3, n0, _CUR,
|
|
1306
|
+
0,
|
|
1307
|
+
[_n, _uI, _cRT],
|
|
1308
|
+
[[0, 1], [0, 1], [0, 4]], 2
|
|
1309
|
+
];
|
|
1310
|
+
var CancelUpdateResponse$ = [3, n0, _CURa,
|
|
1311
|
+
0,
|
|
1312
|
+
[_up],
|
|
1313
|
+
[() => Update$]
|
|
1314
|
+
];
|
|
1315
|
+
var Capability$ = [3, n0, _Ca,
|
|
1291
1316
|
0,
|
|
1292
1317
|
[_cNa, _a, _cN, _ty, _rA, _st, _v, _con, _t, _h, _cA, _mA, _dPP],
|
|
1293
1318
|
[0, 0, 0, 0, 0, 0, 0, () => CapabilityConfigurationResponse$, 128 | 0, () => CapabilityHealth$, 4, 4, 0]
|
|
@@ -1754,7 +1779,7 @@ var ElasticLoadBalancing$ = [3, n0, _ELB,
|
|
|
1754
1779
|
];
|
|
1755
1780
|
var EncryptionConfig$ = [3, n0, _EC,
|
|
1756
1781
|
0,
|
|
1757
|
-
[
|
|
1782
|
+
[_res, _pr],
|
|
1758
1783
|
[64 | 0, () => Provider$]
|
|
1759
1784
|
];
|
|
1760
1785
|
var ErrorDetail$ = [3, n0, _ED,
|
|
@@ -1809,7 +1834,7 @@ var IdentityProviderConfigResponse$ = [3, n0, _IPCR,
|
|
|
1809
1834
|
];
|
|
1810
1835
|
var Insight$ = [3, n0, _In,
|
|
1811
1836
|
0,
|
|
1812
|
-
[_id_, _n, _cat, _kV, _lRTa, _lTT, _de, _iS, _rec, _aId,
|
|
1837
|
+
[_id_, _n, _cat, _kV, _lRTa, _lTT, _de, _iS, _rec, _aId, _res, _cSS],
|
|
1813
1838
|
[0, 0, 0, 0, 4, 4, 0, () => InsightStatus$, 0, 128 | 0, () => InsightResourceDetails, () => InsightCategorySpecificSummary$]
|
|
1814
1839
|
];
|
|
1815
1840
|
var InsightCategorySpecificSummary$ = [3, n0, _ICSS,
|
|
@@ -1829,7 +1854,7 @@ var InsightsFilter$ = [3, n0, _IF,
|
|
|
1829
1854
|
];
|
|
1830
1855
|
var InsightStatus$ = [3, n0, _IS,
|
|
1831
1856
|
0,
|
|
1832
|
-
[_st,
|
|
1857
|
+
[_st, _re],
|
|
1833
1858
|
[0, 0]
|
|
1834
1859
|
];
|
|
1835
1860
|
var InsightSummary$ = [3, n0, _ISn,
|
|
@@ -2019,7 +2044,7 @@ var MarketplaceInformation$ = [3, n0, _MI,
|
|
|
2019
2044
|
];
|
|
2020
2045
|
var Nodegroup$ = [3, n0, _N,
|
|
2021
2046
|
0,
|
|
2022
|
-
[_nN, _nAo, _cN, _v, _rV, _cA, _mA, _st, _cTa, _sCc, _iT, _sub, _rAe, _aT, _nR, _la, _ta,
|
|
2047
|
+
[_nN, _nAo, _cN, _v, _rV, _cA, _mA, _st, _cTa, _sCc, _iT, _sub, _rAe, _aT, _nR, _la, _ta, _res, _dS, _h, _uC, _nRC, _lTa, _t, _wPC],
|
|
2023
2048
|
[0, 0, 0, 0, 0, 4, 4, 0, 0, () => NodegroupScalingConfig$, 64 | 0, 64 | 0, () => RemoteAccessConfig$, 0, 0, 128 | 0, () => taintsList, () => NodegroupResources$, 1, () => NodegroupHealth$, () => NodegroupUpdateConfig$, () => NodeRepairConfig$, () => LaunchTemplateSpecification$, 128 | 0, () => WarmPoolConfig$]
|
|
2024
2049
|
];
|
|
2025
2050
|
var NodegroupHealth$ = [3, n0, _NH,
|
|
@@ -2127,6 +2152,11 @@ var RemotePodNetwork$ = [3, n0, _RPN,
|
|
|
2127
2152
|
[_ci],
|
|
2128
2153
|
[64 | 0]
|
|
2129
2154
|
];
|
|
2155
|
+
var RollbackConfig$ = [3, n0, _RC,
|
|
2156
|
+
0,
|
|
2157
|
+
[_tM],
|
|
2158
|
+
[1]
|
|
2159
|
+
];
|
|
2130
2160
|
var SsoIdentity$ = [3, n0, _SI,
|
|
2131
2161
|
0,
|
|
2132
2162
|
[_id_, _ty],
|
|
@@ -2179,8 +2209,8 @@ var UntagResourceResponse$ = [3, n0, _URRn,
|
|
|
2179
2209
|
];
|
|
2180
2210
|
var Update$ = [3, n0, _U,
|
|
2181
2211
|
0,
|
|
2182
|
-
[_id_, _st, _ty, _pa, _cA, _er],
|
|
2183
|
-
[0, 0, 0, () => UpdateParams, 4, () => ErrorDetails]
|
|
2212
|
+
[_id_, _st, _ty, _pa, _cA, _er, _can],
|
|
2213
|
+
[0, 0, 0, () => UpdateParams, 4, () => ErrorDetails, () => Cancellation$]
|
|
2184
2214
|
];
|
|
2185
2215
|
var UpdateAccessConfigRequest$ = [3, n0, _UACR,
|
|
2186
2216
|
0,
|
|
@@ -2239,8 +2269,8 @@ var UpdateClusterConfigResponse$ = [3, n0, _UCCRp,
|
|
|
2239
2269
|
];
|
|
2240
2270
|
var UpdateClusterVersionRequest$ = [3, n0, _UCVR,
|
|
2241
2271
|
0,
|
|
2242
|
-
[_n, _v, _cRT, _fo],
|
|
2243
|
-
[[0, 1], 0, [0, 4], 2], 2
|
|
2272
|
+
[_n, _v, _cRT, _fo, _rCo],
|
|
2273
|
+
[[0, 1], 0, [0, 4], 2, () => RollbackConfig$], 2
|
|
2244
2274
|
];
|
|
2245
2275
|
var UpdateClusterVersionResponse$ = [3, n0, _UCVRp,
|
|
2246
2276
|
0,
|
|
@@ -2456,6 +2486,9 @@ var AssociateEncryptionConfig$ = [9, n0, _AEC,
|
|
|
2456
2486
|
var AssociateIdentityProviderConfig$ = [9, n0, _AIPC,
|
|
2457
2487
|
{ [_ht]: ["POST", "/clusters/{clusterName}/identity-provider-configs/associate", 200] }, () => AssociateIdentityProviderConfigRequest$, () => AssociateIdentityProviderConfigResponse$
|
|
2458
2488
|
];
|
|
2489
|
+
var CancelUpdate$ = [9, n0, _CU,
|
|
2490
|
+
{ [_ht]: ["POST", "/clusters/{name}/updates/{updateId}/cancel-update", 200] }, () => CancelUpdateRequest$, () => CancelUpdateResponse$
|
|
2491
|
+
];
|
|
2459
2492
|
var CreateAccessEntry$ = [9, n0, _CAE,
|
|
2460
2493
|
{ [_ht]: ["POST", "/clusters/{clusterName}/access-entries", 200] }, () => CreateAccessEntryRequest$, () => CreateAccessEntryResponse$
|
|
2461
2494
|
];
|
|
@@ -2600,7 +2633,7 @@ var ListTagsForResource$ = [9, n0, _LTFR,
|
|
|
2600
2633
|
var ListUpdates$ = [9, n0, _LU,
|
|
2601
2634
|
{ [_ht]: ["GET", "/clusters/{name}/updates", 200] }, () => ListUpdatesRequest$, () => ListUpdatesResponse$
|
|
2602
2635
|
];
|
|
2603
|
-
var RegisterCluster$ = [9, n0,
|
|
2636
|
+
var RegisterCluster$ = [9, n0, _RCe,
|
|
2604
2637
|
{ [_ht]: ["POST", "/cluster-registrations", 200] }, () => RegisterClusterRequest$, () => RegisterClusterResponse$
|
|
2605
2638
|
];
|
|
2606
2639
|
var StartInsightsRefresh$ = [9, n0, _SIR,
|
|
@@ -2665,6 +2698,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
2665
2698
|
serviceTarget: "AWSWesleyFrontend",
|
|
2666
2699
|
},
|
|
2667
2700
|
serviceId: config?.serviceId ?? "EKS",
|
|
2701
|
+
sha256: config?.sha256 ?? Sha256,
|
|
2668
2702
|
urlParser: config?.urlParser ?? parseUrl,
|
|
2669
2703
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
2670
2704
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -2698,7 +2732,6 @@ const getRuntimeConfig = (config) => {
|
|
|
2698
2732
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
2699
2733
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
2700
2734
|
}, config),
|
|
2701
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
2702
2735
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
2703
2736
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
2704
2737
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -2786,772 +2819,203 @@ class EKSClient extends Client {
|
|
|
2786
2819
|
}
|
|
2787
2820
|
}
|
|
2788
2821
|
|
|
2789
|
-
|
|
2790
|
-
|
|
2791
|
-
|
|
2792
|
-
|
|
2793
|
-
|
|
2794
|
-
})
|
|
2795
|
-
.s("AWSWesleyFrontend", "AssociateAccessPolicy", {})
|
|
2796
|
-
.n("EKSClient", "AssociateAccessPolicyCommand")
|
|
2797
|
-
.sc(AssociateAccessPolicy$)
|
|
2798
|
-
.build() {
|
|
2822
|
+
const command = makeBuilder(commonParams, "AWSWesleyFrontend", "EKSClient", getEndpointPlugin);
|
|
2823
|
+
const _ep0 = {};
|
|
2824
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
2825
|
+
|
|
2826
|
+
class AssociateAccessPolicyCommand extends command(_ep0, _mw0, "AssociateAccessPolicy", AssociateAccessPolicy$) {
|
|
2799
2827
|
}
|
|
2800
2828
|
|
|
2801
|
-
class AssociateEncryptionConfigCommand extends
|
|
2802
|
-
.classBuilder()
|
|
2803
|
-
.ep(commonParams)
|
|
2804
|
-
.m(function (Command, cs, config, o) {
|
|
2805
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2806
|
-
})
|
|
2807
|
-
.s("AWSWesleyFrontend", "AssociateEncryptionConfig", {})
|
|
2808
|
-
.n("EKSClient", "AssociateEncryptionConfigCommand")
|
|
2809
|
-
.sc(AssociateEncryptionConfig$)
|
|
2810
|
-
.build() {
|
|
2829
|
+
class AssociateEncryptionConfigCommand extends command(_ep0, _mw0, "AssociateEncryptionConfig", AssociateEncryptionConfig$) {
|
|
2811
2830
|
}
|
|
2812
2831
|
|
|
2813
|
-
class AssociateIdentityProviderConfigCommand extends
|
|
2814
|
-
.classBuilder()
|
|
2815
|
-
.ep(commonParams)
|
|
2816
|
-
.m(function (Command, cs, config, o) {
|
|
2817
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2818
|
-
})
|
|
2819
|
-
.s("AWSWesleyFrontend", "AssociateIdentityProviderConfig", {})
|
|
2820
|
-
.n("EKSClient", "AssociateIdentityProviderConfigCommand")
|
|
2821
|
-
.sc(AssociateIdentityProviderConfig$)
|
|
2822
|
-
.build() {
|
|
2832
|
+
class AssociateIdentityProviderConfigCommand extends command(_ep0, _mw0, "AssociateIdentityProviderConfig", AssociateIdentityProviderConfig$) {
|
|
2823
2833
|
}
|
|
2824
2834
|
|
|
2825
|
-
class
|
|
2826
|
-
.classBuilder()
|
|
2827
|
-
.ep(commonParams)
|
|
2828
|
-
.m(function (Command, cs, config, o) {
|
|
2829
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2830
|
-
})
|
|
2831
|
-
.s("AWSWesleyFrontend", "CreateAccessEntry", {})
|
|
2832
|
-
.n("EKSClient", "CreateAccessEntryCommand")
|
|
2833
|
-
.sc(CreateAccessEntry$)
|
|
2834
|
-
.build() {
|
|
2835
|
+
class CancelUpdateCommand extends command(_ep0, _mw0, "CancelUpdate", CancelUpdate$) {
|
|
2835
2836
|
}
|
|
2836
2837
|
|
|
2837
|
-
class
|
|
2838
|
-
.classBuilder()
|
|
2839
|
-
.ep(commonParams)
|
|
2840
|
-
.m(function (Command, cs, config, o) {
|
|
2841
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2842
|
-
})
|
|
2843
|
-
.s("AWSWesleyFrontend", "CreateAddon", {})
|
|
2844
|
-
.n("EKSClient", "CreateAddonCommand")
|
|
2845
|
-
.sc(CreateAddon$)
|
|
2846
|
-
.build() {
|
|
2838
|
+
class CreateAccessEntryCommand extends command(_ep0, _mw0, "CreateAccessEntry", CreateAccessEntry$) {
|
|
2847
2839
|
}
|
|
2848
2840
|
|
|
2849
|
-
class
|
|
2850
|
-
.classBuilder()
|
|
2851
|
-
.ep(commonParams)
|
|
2852
|
-
.m(function (Command, cs, config, o) {
|
|
2853
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2854
|
-
})
|
|
2855
|
-
.s("AWSWesleyFrontend", "CreateCapability", {})
|
|
2856
|
-
.n("EKSClient", "CreateCapabilityCommand")
|
|
2857
|
-
.sc(CreateCapability$)
|
|
2858
|
-
.build() {
|
|
2841
|
+
class CreateAddonCommand extends command(_ep0, _mw0, "CreateAddon", CreateAddon$) {
|
|
2859
2842
|
}
|
|
2860
2843
|
|
|
2861
|
-
class
|
|
2862
|
-
.classBuilder()
|
|
2863
|
-
.ep(commonParams)
|
|
2864
|
-
.m(function (Command, cs, config, o) {
|
|
2865
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2866
|
-
})
|
|
2867
|
-
.s("AWSWesleyFrontend", "CreateCluster", {})
|
|
2868
|
-
.n("EKSClient", "CreateClusterCommand")
|
|
2869
|
-
.sc(CreateCluster$)
|
|
2870
|
-
.build() {
|
|
2844
|
+
class CreateCapabilityCommand extends command(_ep0, _mw0, "CreateCapability", CreateCapability$) {
|
|
2871
2845
|
}
|
|
2872
2846
|
|
|
2873
|
-
class
|
|
2874
|
-
.classBuilder()
|
|
2875
|
-
.ep(commonParams)
|
|
2876
|
-
.m(function (Command, cs, config, o) {
|
|
2877
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2878
|
-
})
|
|
2879
|
-
.s("AWSWesleyFrontend", "CreateEksAnywhereSubscription", {})
|
|
2880
|
-
.n("EKSClient", "CreateEksAnywhereSubscriptionCommand")
|
|
2881
|
-
.sc(CreateEksAnywhereSubscription$)
|
|
2882
|
-
.build() {
|
|
2847
|
+
class CreateClusterCommand extends command(_ep0, _mw0, "CreateCluster", CreateCluster$) {
|
|
2883
2848
|
}
|
|
2884
2849
|
|
|
2885
|
-
class
|
|
2886
|
-
.classBuilder()
|
|
2887
|
-
.ep(commonParams)
|
|
2888
|
-
.m(function (Command, cs, config, o) {
|
|
2889
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2890
|
-
})
|
|
2891
|
-
.s("AWSWesleyFrontend", "CreateFargateProfile", {})
|
|
2892
|
-
.n("EKSClient", "CreateFargateProfileCommand")
|
|
2893
|
-
.sc(CreateFargateProfile$)
|
|
2894
|
-
.build() {
|
|
2850
|
+
class CreateEksAnywhereSubscriptionCommand extends command(_ep0, _mw0, "CreateEksAnywhereSubscription", CreateEksAnywhereSubscription$) {
|
|
2895
2851
|
}
|
|
2896
2852
|
|
|
2897
|
-
class
|
|
2898
|
-
.classBuilder()
|
|
2899
|
-
.ep(commonParams)
|
|
2900
|
-
.m(function (Command, cs, config, o) {
|
|
2901
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2902
|
-
})
|
|
2903
|
-
.s("AWSWesleyFrontend", "CreateNodegroup", {})
|
|
2904
|
-
.n("EKSClient", "CreateNodegroupCommand")
|
|
2905
|
-
.sc(CreateNodegroup$)
|
|
2906
|
-
.build() {
|
|
2853
|
+
class CreateFargateProfileCommand extends command(_ep0, _mw0, "CreateFargateProfile", CreateFargateProfile$) {
|
|
2907
2854
|
}
|
|
2908
2855
|
|
|
2909
|
-
class
|
|
2910
|
-
.classBuilder()
|
|
2911
|
-
.ep(commonParams)
|
|
2912
|
-
.m(function (Command, cs, config, o) {
|
|
2913
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2914
|
-
})
|
|
2915
|
-
.s("AWSWesleyFrontend", "CreatePodIdentityAssociation", {})
|
|
2916
|
-
.n("EKSClient", "CreatePodIdentityAssociationCommand")
|
|
2917
|
-
.sc(CreatePodIdentityAssociation$)
|
|
2918
|
-
.build() {
|
|
2856
|
+
class CreateNodegroupCommand extends command(_ep0, _mw0, "CreateNodegroup", CreateNodegroup$) {
|
|
2919
2857
|
}
|
|
2920
2858
|
|
|
2921
|
-
class
|
|
2922
|
-
.classBuilder()
|
|
2923
|
-
.ep(commonParams)
|
|
2924
|
-
.m(function (Command, cs, config, o) {
|
|
2925
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2926
|
-
})
|
|
2927
|
-
.s("AWSWesleyFrontend", "DeleteAccessEntry", {})
|
|
2928
|
-
.n("EKSClient", "DeleteAccessEntryCommand")
|
|
2929
|
-
.sc(DeleteAccessEntry$)
|
|
2930
|
-
.build() {
|
|
2859
|
+
class CreatePodIdentityAssociationCommand extends command(_ep0, _mw0, "CreatePodIdentityAssociation", CreatePodIdentityAssociation$) {
|
|
2931
2860
|
}
|
|
2932
2861
|
|
|
2933
|
-
class
|
|
2934
|
-
.classBuilder()
|
|
2935
|
-
.ep(commonParams)
|
|
2936
|
-
.m(function (Command, cs, config, o) {
|
|
2937
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2938
|
-
})
|
|
2939
|
-
.s("AWSWesleyFrontend", "DeleteAddon", {})
|
|
2940
|
-
.n("EKSClient", "DeleteAddonCommand")
|
|
2941
|
-
.sc(DeleteAddon$)
|
|
2942
|
-
.build() {
|
|
2862
|
+
class DeleteAccessEntryCommand extends command(_ep0, _mw0, "DeleteAccessEntry", DeleteAccessEntry$) {
|
|
2943
2863
|
}
|
|
2944
2864
|
|
|
2945
|
-
class
|
|
2946
|
-
.classBuilder()
|
|
2947
|
-
.ep(commonParams)
|
|
2948
|
-
.m(function (Command, cs, config, o) {
|
|
2949
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2950
|
-
})
|
|
2951
|
-
.s("AWSWesleyFrontend", "DeleteCapability", {})
|
|
2952
|
-
.n("EKSClient", "DeleteCapabilityCommand")
|
|
2953
|
-
.sc(DeleteCapability$)
|
|
2954
|
-
.build() {
|
|
2865
|
+
class DeleteAddonCommand extends command(_ep0, _mw0, "DeleteAddon", DeleteAddon$) {
|
|
2955
2866
|
}
|
|
2956
2867
|
|
|
2957
|
-
class
|
|
2958
|
-
.classBuilder()
|
|
2959
|
-
.ep(commonParams)
|
|
2960
|
-
.m(function (Command, cs, config, o) {
|
|
2961
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2962
|
-
})
|
|
2963
|
-
.s("AWSWesleyFrontend", "DeleteCluster", {})
|
|
2964
|
-
.n("EKSClient", "DeleteClusterCommand")
|
|
2965
|
-
.sc(DeleteCluster$)
|
|
2966
|
-
.build() {
|
|
2868
|
+
class DeleteCapabilityCommand extends command(_ep0, _mw0, "DeleteCapability", DeleteCapability$) {
|
|
2967
2869
|
}
|
|
2968
2870
|
|
|
2969
|
-
class
|
|
2970
|
-
.classBuilder()
|
|
2971
|
-
.ep(commonParams)
|
|
2972
|
-
.m(function (Command, cs, config, o) {
|
|
2973
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2974
|
-
})
|
|
2975
|
-
.s("AWSWesleyFrontend", "DeleteEksAnywhereSubscription", {})
|
|
2976
|
-
.n("EKSClient", "DeleteEksAnywhereSubscriptionCommand")
|
|
2977
|
-
.sc(DeleteEksAnywhereSubscription$)
|
|
2978
|
-
.build() {
|
|
2871
|
+
class DeleteClusterCommand extends command(_ep0, _mw0, "DeleteCluster", DeleteCluster$) {
|
|
2979
2872
|
}
|
|
2980
2873
|
|
|
2981
|
-
class
|
|
2982
|
-
.classBuilder()
|
|
2983
|
-
.ep(commonParams)
|
|
2984
|
-
.m(function (Command, cs, config, o) {
|
|
2985
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2986
|
-
})
|
|
2987
|
-
.s("AWSWesleyFrontend", "DeleteFargateProfile", {})
|
|
2988
|
-
.n("EKSClient", "DeleteFargateProfileCommand")
|
|
2989
|
-
.sc(DeleteFargateProfile$)
|
|
2990
|
-
.build() {
|
|
2874
|
+
class DeleteEksAnywhereSubscriptionCommand extends command(_ep0, _mw0, "DeleteEksAnywhereSubscription", DeleteEksAnywhereSubscription$) {
|
|
2991
2875
|
}
|
|
2992
2876
|
|
|
2993
|
-
class
|
|
2994
|
-
.classBuilder()
|
|
2995
|
-
.ep(commonParams)
|
|
2996
|
-
.m(function (Command, cs, config, o) {
|
|
2997
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2998
|
-
})
|
|
2999
|
-
.s("AWSWesleyFrontend", "DeleteNodegroup", {})
|
|
3000
|
-
.n("EKSClient", "DeleteNodegroupCommand")
|
|
3001
|
-
.sc(DeleteNodegroup$)
|
|
3002
|
-
.build() {
|
|
2877
|
+
class DeleteFargateProfileCommand extends command(_ep0, _mw0, "DeleteFargateProfile", DeleteFargateProfile$) {
|
|
3003
2878
|
}
|
|
3004
2879
|
|
|
3005
|
-
class
|
|
3006
|
-
.classBuilder()
|
|
3007
|
-
.ep(commonParams)
|
|
3008
|
-
.m(function (Command, cs, config, o) {
|
|
3009
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3010
|
-
})
|
|
3011
|
-
.s("AWSWesleyFrontend", "DeletePodIdentityAssociation", {})
|
|
3012
|
-
.n("EKSClient", "DeletePodIdentityAssociationCommand")
|
|
3013
|
-
.sc(DeletePodIdentityAssociation$)
|
|
3014
|
-
.build() {
|
|
2880
|
+
class DeleteNodegroupCommand extends command(_ep0, _mw0, "DeleteNodegroup", DeleteNodegroup$) {
|
|
3015
2881
|
}
|
|
3016
2882
|
|
|
3017
|
-
class
|
|
3018
|
-
.classBuilder()
|
|
3019
|
-
.ep(commonParams)
|
|
3020
|
-
.m(function (Command, cs, config, o) {
|
|
3021
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3022
|
-
})
|
|
3023
|
-
.s("AWSWesleyFrontend", "DeregisterCluster", {})
|
|
3024
|
-
.n("EKSClient", "DeregisterClusterCommand")
|
|
3025
|
-
.sc(DeregisterCluster$)
|
|
3026
|
-
.build() {
|
|
2883
|
+
class DeletePodIdentityAssociationCommand extends command(_ep0, _mw0, "DeletePodIdentityAssociation", DeletePodIdentityAssociation$) {
|
|
3027
2884
|
}
|
|
3028
2885
|
|
|
3029
|
-
class
|
|
3030
|
-
.classBuilder()
|
|
3031
|
-
.ep(commonParams)
|
|
3032
|
-
.m(function (Command, cs, config, o) {
|
|
3033
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3034
|
-
})
|
|
3035
|
-
.s("AWSWesleyFrontend", "DescribeAccessEntry", {})
|
|
3036
|
-
.n("EKSClient", "DescribeAccessEntryCommand")
|
|
3037
|
-
.sc(DescribeAccessEntry$)
|
|
3038
|
-
.build() {
|
|
2886
|
+
class DeregisterClusterCommand extends command(_ep0, _mw0, "DeregisterCluster", DeregisterCluster$) {
|
|
3039
2887
|
}
|
|
3040
2888
|
|
|
3041
|
-
class
|
|
3042
|
-
.classBuilder()
|
|
3043
|
-
.ep(commonParams)
|
|
3044
|
-
.m(function (Command, cs, config, o) {
|
|
3045
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3046
|
-
})
|
|
3047
|
-
.s("AWSWesleyFrontend", "DescribeAddon", {})
|
|
3048
|
-
.n("EKSClient", "DescribeAddonCommand")
|
|
3049
|
-
.sc(DescribeAddon$)
|
|
3050
|
-
.build() {
|
|
2889
|
+
class DescribeAccessEntryCommand extends command(_ep0, _mw0, "DescribeAccessEntry", DescribeAccessEntry$) {
|
|
3051
2890
|
}
|
|
3052
2891
|
|
|
3053
|
-
class
|
|
3054
|
-
.classBuilder()
|
|
3055
|
-
.ep(commonParams)
|
|
3056
|
-
.m(function (Command, cs, config, o) {
|
|
3057
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3058
|
-
})
|
|
3059
|
-
.s("AWSWesleyFrontend", "DescribeAddonConfiguration", {})
|
|
3060
|
-
.n("EKSClient", "DescribeAddonConfigurationCommand")
|
|
3061
|
-
.sc(DescribeAddonConfiguration$)
|
|
3062
|
-
.build() {
|
|
2892
|
+
class DescribeAddonCommand extends command(_ep0, _mw0, "DescribeAddon", DescribeAddon$) {
|
|
3063
2893
|
}
|
|
3064
2894
|
|
|
3065
|
-
class
|
|
3066
|
-
.classBuilder()
|
|
3067
|
-
.ep(commonParams)
|
|
3068
|
-
.m(function (Command, cs, config, o) {
|
|
3069
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3070
|
-
})
|
|
3071
|
-
.s("AWSWesleyFrontend", "DescribeAddonVersions", {})
|
|
3072
|
-
.n("EKSClient", "DescribeAddonVersionsCommand")
|
|
3073
|
-
.sc(DescribeAddonVersions$)
|
|
3074
|
-
.build() {
|
|
2895
|
+
class DescribeAddonConfigurationCommand extends command(_ep0, _mw0, "DescribeAddonConfiguration", DescribeAddonConfiguration$) {
|
|
3075
2896
|
}
|
|
3076
2897
|
|
|
3077
|
-
class
|
|
3078
|
-
.classBuilder()
|
|
3079
|
-
.ep(commonParams)
|
|
3080
|
-
.m(function (Command, cs, config, o) {
|
|
3081
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3082
|
-
})
|
|
3083
|
-
.s("AWSWesleyFrontend", "DescribeCapability", {})
|
|
3084
|
-
.n("EKSClient", "DescribeCapabilityCommand")
|
|
3085
|
-
.sc(DescribeCapability$)
|
|
3086
|
-
.build() {
|
|
2898
|
+
class DescribeAddonVersionsCommand extends command(_ep0, _mw0, "DescribeAddonVersions", DescribeAddonVersions$) {
|
|
3087
2899
|
}
|
|
3088
2900
|
|
|
3089
|
-
class
|
|
3090
|
-
.classBuilder()
|
|
3091
|
-
.ep(commonParams)
|
|
3092
|
-
.m(function (Command, cs, config, o) {
|
|
3093
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3094
|
-
})
|
|
3095
|
-
.s("AWSWesleyFrontend", "DescribeCluster", {})
|
|
3096
|
-
.n("EKSClient", "DescribeClusterCommand")
|
|
3097
|
-
.sc(DescribeCluster$)
|
|
3098
|
-
.build() {
|
|
2901
|
+
class DescribeCapabilityCommand extends command(_ep0, _mw0, "DescribeCapability", DescribeCapability$) {
|
|
3099
2902
|
}
|
|
3100
2903
|
|
|
3101
|
-
class
|
|
3102
|
-
.classBuilder()
|
|
3103
|
-
.ep(commonParams)
|
|
3104
|
-
.m(function (Command, cs, config, o) {
|
|
3105
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3106
|
-
})
|
|
3107
|
-
.s("AWSWesleyFrontend", "DescribeClusterVersions", {})
|
|
3108
|
-
.n("EKSClient", "DescribeClusterVersionsCommand")
|
|
3109
|
-
.sc(DescribeClusterVersions$)
|
|
3110
|
-
.build() {
|
|
2904
|
+
class DescribeClusterCommand extends command(_ep0, _mw0, "DescribeCluster", DescribeCluster$) {
|
|
3111
2905
|
}
|
|
3112
2906
|
|
|
3113
|
-
class
|
|
3114
|
-
.classBuilder()
|
|
3115
|
-
.ep(commonParams)
|
|
3116
|
-
.m(function (Command, cs, config, o) {
|
|
3117
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3118
|
-
})
|
|
3119
|
-
.s("AWSWesleyFrontend", "DescribeEksAnywhereSubscription", {})
|
|
3120
|
-
.n("EKSClient", "DescribeEksAnywhereSubscriptionCommand")
|
|
3121
|
-
.sc(DescribeEksAnywhereSubscription$)
|
|
3122
|
-
.build() {
|
|
2907
|
+
class DescribeClusterVersionsCommand extends command(_ep0, _mw0, "DescribeClusterVersions", DescribeClusterVersions$) {
|
|
3123
2908
|
}
|
|
3124
2909
|
|
|
3125
|
-
class
|
|
3126
|
-
.classBuilder()
|
|
3127
|
-
.ep(commonParams)
|
|
3128
|
-
.m(function (Command, cs, config, o) {
|
|
3129
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3130
|
-
})
|
|
3131
|
-
.s("AWSWesleyFrontend", "DescribeFargateProfile", {})
|
|
3132
|
-
.n("EKSClient", "DescribeFargateProfileCommand")
|
|
3133
|
-
.sc(DescribeFargateProfile$)
|
|
3134
|
-
.build() {
|
|
2910
|
+
class DescribeEksAnywhereSubscriptionCommand extends command(_ep0, _mw0, "DescribeEksAnywhereSubscription", DescribeEksAnywhereSubscription$) {
|
|
3135
2911
|
}
|
|
3136
2912
|
|
|
3137
|
-
class
|
|
3138
|
-
.classBuilder()
|
|
3139
|
-
.ep(commonParams)
|
|
3140
|
-
.m(function (Command, cs, config, o) {
|
|
3141
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3142
|
-
})
|
|
3143
|
-
.s("AWSWesleyFrontend", "DescribeIdentityProviderConfig", {})
|
|
3144
|
-
.n("EKSClient", "DescribeIdentityProviderConfigCommand")
|
|
3145
|
-
.sc(DescribeIdentityProviderConfig$)
|
|
3146
|
-
.build() {
|
|
2913
|
+
class DescribeFargateProfileCommand extends command(_ep0, _mw0, "DescribeFargateProfile", DescribeFargateProfile$) {
|
|
3147
2914
|
}
|
|
3148
2915
|
|
|
3149
|
-
class
|
|
3150
|
-
.classBuilder()
|
|
3151
|
-
.ep(commonParams)
|
|
3152
|
-
.m(function (Command, cs, config, o) {
|
|
3153
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3154
|
-
})
|
|
3155
|
-
.s("AWSWesleyFrontend", "DescribeInsight", {})
|
|
3156
|
-
.n("EKSClient", "DescribeInsightCommand")
|
|
3157
|
-
.sc(DescribeInsight$)
|
|
3158
|
-
.build() {
|
|
2916
|
+
class DescribeIdentityProviderConfigCommand extends command(_ep0, _mw0, "DescribeIdentityProviderConfig", DescribeIdentityProviderConfig$) {
|
|
3159
2917
|
}
|
|
3160
2918
|
|
|
3161
|
-
class
|
|
3162
|
-
.classBuilder()
|
|
3163
|
-
.ep(commonParams)
|
|
3164
|
-
.m(function (Command, cs, config, o) {
|
|
3165
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3166
|
-
})
|
|
3167
|
-
.s("AWSWesleyFrontend", "DescribeInsightsRefresh", {})
|
|
3168
|
-
.n("EKSClient", "DescribeInsightsRefreshCommand")
|
|
3169
|
-
.sc(DescribeInsightsRefresh$)
|
|
3170
|
-
.build() {
|
|
2919
|
+
class DescribeInsightCommand extends command(_ep0, _mw0, "DescribeInsight", DescribeInsight$) {
|
|
3171
2920
|
}
|
|
3172
2921
|
|
|
3173
|
-
class
|
|
3174
|
-
.classBuilder()
|
|
3175
|
-
.ep(commonParams)
|
|
3176
|
-
.m(function (Command, cs, config, o) {
|
|
3177
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3178
|
-
})
|
|
3179
|
-
.s("AWSWesleyFrontend", "DescribeNodegroup", {})
|
|
3180
|
-
.n("EKSClient", "DescribeNodegroupCommand")
|
|
3181
|
-
.sc(DescribeNodegroup$)
|
|
3182
|
-
.build() {
|
|
2922
|
+
class DescribeInsightsRefreshCommand extends command(_ep0, _mw0, "DescribeInsightsRefresh", DescribeInsightsRefresh$) {
|
|
3183
2923
|
}
|
|
3184
2924
|
|
|
3185
|
-
class
|
|
3186
|
-
.classBuilder()
|
|
3187
|
-
.ep(commonParams)
|
|
3188
|
-
.m(function (Command, cs, config, o) {
|
|
3189
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3190
|
-
})
|
|
3191
|
-
.s("AWSWesleyFrontend", "DescribePodIdentityAssociation", {})
|
|
3192
|
-
.n("EKSClient", "DescribePodIdentityAssociationCommand")
|
|
3193
|
-
.sc(DescribePodIdentityAssociation$)
|
|
3194
|
-
.build() {
|
|
2925
|
+
class DescribeNodegroupCommand extends command(_ep0, _mw0, "DescribeNodegroup", DescribeNodegroup$) {
|
|
3195
2926
|
}
|
|
3196
2927
|
|
|
3197
|
-
class
|
|
3198
|
-
.classBuilder()
|
|
3199
|
-
.ep(commonParams)
|
|
3200
|
-
.m(function (Command, cs, config, o) {
|
|
3201
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3202
|
-
})
|
|
3203
|
-
.s("AWSWesleyFrontend", "DescribeUpdate", {})
|
|
3204
|
-
.n("EKSClient", "DescribeUpdateCommand")
|
|
3205
|
-
.sc(DescribeUpdate$)
|
|
3206
|
-
.build() {
|
|
2928
|
+
class DescribePodIdentityAssociationCommand extends command(_ep0, _mw0, "DescribePodIdentityAssociation", DescribePodIdentityAssociation$) {
|
|
3207
2929
|
}
|
|
3208
2930
|
|
|
3209
|
-
class
|
|
3210
|
-
.classBuilder()
|
|
3211
|
-
.ep(commonParams)
|
|
3212
|
-
.m(function (Command, cs, config, o) {
|
|
3213
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3214
|
-
})
|
|
3215
|
-
.s("AWSWesleyFrontend", "DisassociateAccessPolicy", {})
|
|
3216
|
-
.n("EKSClient", "DisassociateAccessPolicyCommand")
|
|
3217
|
-
.sc(DisassociateAccessPolicy$)
|
|
3218
|
-
.build() {
|
|
2931
|
+
class DescribeUpdateCommand extends command(_ep0, _mw0, "DescribeUpdate", DescribeUpdate$) {
|
|
3219
2932
|
}
|
|
3220
2933
|
|
|
3221
|
-
class
|
|
3222
|
-
.classBuilder()
|
|
3223
|
-
.ep(commonParams)
|
|
3224
|
-
.m(function (Command, cs, config, o) {
|
|
3225
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3226
|
-
})
|
|
3227
|
-
.s("AWSWesleyFrontend", "DisassociateIdentityProviderConfig", {})
|
|
3228
|
-
.n("EKSClient", "DisassociateIdentityProviderConfigCommand")
|
|
3229
|
-
.sc(DisassociateIdentityProviderConfig$)
|
|
3230
|
-
.build() {
|
|
2934
|
+
class DisassociateAccessPolicyCommand extends command(_ep0, _mw0, "DisassociateAccessPolicy", DisassociateAccessPolicy$) {
|
|
3231
2935
|
}
|
|
3232
2936
|
|
|
3233
|
-
class
|
|
3234
|
-
.classBuilder()
|
|
3235
|
-
.ep(commonParams)
|
|
3236
|
-
.m(function (Command, cs, config, o) {
|
|
3237
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3238
|
-
})
|
|
3239
|
-
.s("AWSWesleyFrontend", "ListAccessEntries", {})
|
|
3240
|
-
.n("EKSClient", "ListAccessEntriesCommand")
|
|
3241
|
-
.sc(ListAccessEntries$)
|
|
3242
|
-
.build() {
|
|
2937
|
+
class DisassociateIdentityProviderConfigCommand extends command(_ep0, _mw0, "DisassociateIdentityProviderConfig", DisassociateIdentityProviderConfig$) {
|
|
3243
2938
|
}
|
|
3244
2939
|
|
|
3245
|
-
class
|
|
3246
|
-
.classBuilder()
|
|
3247
|
-
.ep(commonParams)
|
|
3248
|
-
.m(function (Command, cs, config, o) {
|
|
3249
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3250
|
-
})
|
|
3251
|
-
.s("AWSWesleyFrontend", "ListAccessPolicies", {})
|
|
3252
|
-
.n("EKSClient", "ListAccessPoliciesCommand")
|
|
3253
|
-
.sc(ListAccessPolicies$)
|
|
3254
|
-
.build() {
|
|
2940
|
+
class ListAccessEntriesCommand extends command(_ep0, _mw0, "ListAccessEntries", ListAccessEntries$) {
|
|
3255
2941
|
}
|
|
3256
2942
|
|
|
3257
|
-
class
|
|
3258
|
-
.classBuilder()
|
|
3259
|
-
.ep(commonParams)
|
|
3260
|
-
.m(function (Command, cs, config, o) {
|
|
3261
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3262
|
-
})
|
|
3263
|
-
.s("AWSWesleyFrontend", "ListAddons", {})
|
|
3264
|
-
.n("EKSClient", "ListAddonsCommand")
|
|
3265
|
-
.sc(ListAddons$)
|
|
3266
|
-
.build() {
|
|
2943
|
+
class ListAccessPoliciesCommand extends command(_ep0, _mw0, "ListAccessPolicies", ListAccessPolicies$) {
|
|
3267
2944
|
}
|
|
3268
2945
|
|
|
3269
|
-
class
|
|
3270
|
-
.classBuilder()
|
|
3271
|
-
.ep(commonParams)
|
|
3272
|
-
.m(function (Command, cs, config, o) {
|
|
3273
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3274
|
-
})
|
|
3275
|
-
.s("AWSWesleyFrontend", "ListAssociatedAccessPolicies", {})
|
|
3276
|
-
.n("EKSClient", "ListAssociatedAccessPoliciesCommand")
|
|
3277
|
-
.sc(ListAssociatedAccessPolicies$)
|
|
3278
|
-
.build() {
|
|
2946
|
+
class ListAddonsCommand extends command(_ep0, _mw0, "ListAddons", ListAddons$) {
|
|
3279
2947
|
}
|
|
3280
2948
|
|
|
3281
|
-
class
|
|
3282
|
-
.classBuilder()
|
|
3283
|
-
.ep(commonParams)
|
|
3284
|
-
.m(function (Command, cs, config, o) {
|
|
3285
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3286
|
-
})
|
|
3287
|
-
.s("AWSWesleyFrontend", "ListCapabilities", {})
|
|
3288
|
-
.n("EKSClient", "ListCapabilitiesCommand")
|
|
3289
|
-
.sc(ListCapabilities$)
|
|
3290
|
-
.build() {
|
|
2949
|
+
class ListAssociatedAccessPoliciesCommand extends command(_ep0, _mw0, "ListAssociatedAccessPolicies", ListAssociatedAccessPolicies$) {
|
|
3291
2950
|
}
|
|
3292
2951
|
|
|
3293
|
-
class
|
|
3294
|
-
.classBuilder()
|
|
3295
|
-
.ep(commonParams)
|
|
3296
|
-
.m(function (Command, cs, config, o) {
|
|
3297
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3298
|
-
})
|
|
3299
|
-
.s("AWSWesleyFrontend", "ListClusters", {})
|
|
3300
|
-
.n("EKSClient", "ListClustersCommand")
|
|
3301
|
-
.sc(ListClusters$)
|
|
3302
|
-
.build() {
|
|
2952
|
+
class ListCapabilitiesCommand extends command(_ep0, _mw0, "ListCapabilities", ListCapabilities$) {
|
|
3303
2953
|
}
|
|
3304
2954
|
|
|
3305
|
-
class
|
|
3306
|
-
.classBuilder()
|
|
3307
|
-
.ep(commonParams)
|
|
3308
|
-
.m(function (Command, cs, config, o) {
|
|
3309
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3310
|
-
})
|
|
3311
|
-
.s("AWSWesleyFrontend", "ListEksAnywhereSubscriptions", {})
|
|
3312
|
-
.n("EKSClient", "ListEksAnywhereSubscriptionsCommand")
|
|
3313
|
-
.sc(ListEksAnywhereSubscriptions$)
|
|
3314
|
-
.build() {
|
|
2955
|
+
class ListClustersCommand extends command(_ep0, _mw0, "ListClusters", ListClusters$) {
|
|
3315
2956
|
}
|
|
3316
2957
|
|
|
3317
|
-
class
|
|
3318
|
-
.classBuilder()
|
|
3319
|
-
.ep(commonParams)
|
|
3320
|
-
.m(function (Command, cs, config, o) {
|
|
3321
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3322
|
-
})
|
|
3323
|
-
.s("AWSWesleyFrontend", "ListFargateProfiles", {})
|
|
3324
|
-
.n("EKSClient", "ListFargateProfilesCommand")
|
|
3325
|
-
.sc(ListFargateProfiles$)
|
|
3326
|
-
.build() {
|
|
2958
|
+
class ListEksAnywhereSubscriptionsCommand extends command(_ep0, _mw0, "ListEksAnywhereSubscriptions", ListEksAnywhereSubscriptions$) {
|
|
3327
2959
|
}
|
|
3328
2960
|
|
|
3329
|
-
class
|
|
3330
|
-
.classBuilder()
|
|
3331
|
-
.ep(commonParams)
|
|
3332
|
-
.m(function (Command, cs, config, o) {
|
|
3333
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3334
|
-
})
|
|
3335
|
-
.s("AWSWesleyFrontend", "ListIdentityProviderConfigs", {})
|
|
3336
|
-
.n("EKSClient", "ListIdentityProviderConfigsCommand")
|
|
3337
|
-
.sc(ListIdentityProviderConfigs$)
|
|
3338
|
-
.build() {
|
|
2961
|
+
class ListFargateProfilesCommand extends command(_ep0, _mw0, "ListFargateProfiles", ListFargateProfiles$) {
|
|
3339
2962
|
}
|
|
3340
2963
|
|
|
3341
|
-
class
|
|
3342
|
-
.classBuilder()
|
|
3343
|
-
.ep(commonParams)
|
|
3344
|
-
.m(function (Command, cs, config, o) {
|
|
3345
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3346
|
-
})
|
|
3347
|
-
.s("AWSWesleyFrontend", "ListInsights", {})
|
|
3348
|
-
.n("EKSClient", "ListInsightsCommand")
|
|
3349
|
-
.sc(ListInsights$)
|
|
3350
|
-
.build() {
|
|
2964
|
+
class ListIdentityProviderConfigsCommand extends command(_ep0, _mw0, "ListIdentityProviderConfigs", ListIdentityProviderConfigs$) {
|
|
3351
2965
|
}
|
|
3352
2966
|
|
|
3353
|
-
class
|
|
3354
|
-
.classBuilder()
|
|
3355
|
-
.ep(commonParams)
|
|
3356
|
-
.m(function (Command, cs, config, o) {
|
|
3357
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3358
|
-
})
|
|
3359
|
-
.s("AWSWesleyFrontend", "ListNodegroups", {})
|
|
3360
|
-
.n("EKSClient", "ListNodegroupsCommand")
|
|
3361
|
-
.sc(ListNodegroups$)
|
|
3362
|
-
.build() {
|
|
2967
|
+
class ListInsightsCommand extends command(_ep0, _mw0, "ListInsights", ListInsights$) {
|
|
3363
2968
|
}
|
|
3364
2969
|
|
|
3365
|
-
class
|
|
3366
|
-
.classBuilder()
|
|
3367
|
-
.ep(commonParams)
|
|
3368
|
-
.m(function (Command, cs, config, o) {
|
|
3369
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3370
|
-
})
|
|
3371
|
-
.s("AWSWesleyFrontend", "ListPodIdentityAssociations", {})
|
|
3372
|
-
.n("EKSClient", "ListPodIdentityAssociationsCommand")
|
|
3373
|
-
.sc(ListPodIdentityAssociations$)
|
|
3374
|
-
.build() {
|
|
2970
|
+
class ListNodegroupsCommand extends command(_ep0, _mw0, "ListNodegroups", ListNodegroups$) {
|
|
3375
2971
|
}
|
|
3376
2972
|
|
|
3377
|
-
class
|
|
3378
|
-
.classBuilder()
|
|
3379
|
-
.ep(commonParams)
|
|
3380
|
-
.m(function (Command, cs, config, o) {
|
|
3381
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3382
|
-
})
|
|
3383
|
-
.s("AWSWesleyFrontend", "ListTagsForResource", {})
|
|
3384
|
-
.n("EKSClient", "ListTagsForResourceCommand")
|
|
3385
|
-
.sc(ListTagsForResource$)
|
|
3386
|
-
.build() {
|
|
2973
|
+
class ListPodIdentityAssociationsCommand extends command(_ep0, _mw0, "ListPodIdentityAssociations", ListPodIdentityAssociations$) {
|
|
3387
2974
|
}
|
|
3388
2975
|
|
|
3389
|
-
class
|
|
3390
|
-
.classBuilder()
|
|
3391
|
-
.ep(commonParams)
|
|
3392
|
-
.m(function (Command, cs, config, o) {
|
|
3393
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3394
|
-
})
|
|
3395
|
-
.s("AWSWesleyFrontend", "ListUpdates", {})
|
|
3396
|
-
.n("EKSClient", "ListUpdatesCommand")
|
|
3397
|
-
.sc(ListUpdates$)
|
|
3398
|
-
.build() {
|
|
2976
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
3399
2977
|
}
|
|
3400
2978
|
|
|
3401
|
-
class
|
|
3402
|
-
.classBuilder()
|
|
3403
|
-
.ep(commonParams)
|
|
3404
|
-
.m(function (Command, cs, config, o) {
|
|
3405
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3406
|
-
})
|
|
3407
|
-
.s("AWSWesleyFrontend", "RegisterCluster", {})
|
|
3408
|
-
.n("EKSClient", "RegisterClusterCommand")
|
|
3409
|
-
.sc(RegisterCluster$)
|
|
3410
|
-
.build() {
|
|
2979
|
+
class ListUpdatesCommand extends command(_ep0, _mw0, "ListUpdates", ListUpdates$) {
|
|
3411
2980
|
}
|
|
3412
2981
|
|
|
3413
|
-
class
|
|
3414
|
-
.classBuilder()
|
|
3415
|
-
.ep(commonParams)
|
|
3416
|
-
.m(function (Command, cs, config, o) {
|
|
3417
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3418
|
-
})
|
|
3419
|
-
.s("AWSWesleyFrontend", "StartInsightsRefresh", {})
|
|
3420
|
-
.n("EKSClient", "StartInsightsRefreshCommand")
|
|
3421
|
-
.sc(StartInsightsRefresh$)
|
|
3422
|
-
.build() {
|
|
2982
|
+
class RegisterClusterCommand extends command(_ep0, _mw0, "RegisterCluster", RegisterCluster$) {
|
|
3423
2983
|
}
|
|
3424
2984
|
|
|
3425
|
-
class
|
|
3426
|
-
.classBuilder()
|
|
3427
|
-
.ep(commonParams)
|
|
3428
|
-
.m(function (Command, cs, config, o) {
|
|
3429
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3430
|
-
})
|
|
3431
|
-
.s("AWSWesleyFrontend", "TagResource", {})
|
|
3432
|
-
.n("EKSClient", "TagResourceCommand")
|
|
3433
|
-
.sc(TagResource$)
|
|
3434
|
-
.build() {
|
|
2985
|
+
class StartInsightsRefreshCommand extends command(_ep0, _mw0, "StartInsightsRefresh", StartInsightsRefresh$) {
|
|
3435
2986
|
}
|
|
3436
2987
|
|
|
3437
|
-
class
|
|
3438
|
-
.classBuilder()
|
|
3439
|
-
.ep(commonParams)
|
|
3440
|
-
.m(function (Command, cs, config, o) {
|
|
3441
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3442
|
-
})
|
|
3443
|
-
.s("AWSWesleyFrontend", "UntagResource", {})
|
|
3444
|
-
.n("EKSClient", "UntagResourceCommand")
|
|
3445
|
-
.sc(UntagResource$)
|
|
3446
|
-
.build() {
|
|
2988
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
3447
2989
|
}
|
|
3448
2990
|
|
|
3449
|
-
class
|
|
3450
|
-
.classBuilder()
|
|
3451
|
-
.ep(commonParams)
|
|
3452
|
-
.m(function (Command, cs, config, o) {
|
|
3453
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3454
|
-
})
|
|
3455
|
-
.s("AWSWesleyFrontend", "UpdateAccessEntry", {})
|
|
3456
|
-
.n("EKSClient", "UpdateAccessEntryCommand")
|
|
3457
|
-
.sc(UpdateAccessEntry$)
|
|
3458
|
-
.build() {
|
|
2991
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
3459
2992
|
}
|
|
3460
2993
|
|
|
3461
|
-
class
|
|
3462
|
-
.classBuilder()
|
|
3463
|
-
.ep(commonParams)
|
|
3464
|
-
.m(function (Command, cs, config, o) {
|
|
3465
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3466
|
-
})
|
|
3467
|
-
.s("AWSWesleyFrontend", "UpdateAddon", {})
|
|
3468
|
-
.n("EKSClient", "UpdateAddonCommand")
|
|
3469
|
-
.sc(UpdateAddon$)
|
|
3470
|
-
.build() {
|
|
2994
|
+
class UpdateAccessEntryCommand extends command(_ep0, _mw0, "UpdateAccessEntry", UpdateAccessEntry$) {
|
|
3471
2995
|
}
|
|
3472
2996
|
|
|
3473
|
-
class
|
|
3474
|
-
.classBuilder()
|
|
3475
|
-
.ep(commonParams)
|
|
3476
|
-
.m(function (Command, cs, config, o) {
|
|
3477
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3478
|
-
})
|
|
3479
|
-
.s("AWSWesleyFrontend", "UpdateCapability", {})
|
|
3480
|
-
.n("EKSClient", "UpdateCapabilityCommand")
|
|
3481
|
-
.sc(UpdateCapability$)
|
|
3482
|
-
.build() {
|
|
2997
|
+
class UpdateAddonCommand extends command(_ep0, _mw0, "UpdateAddon", UpdateAddon$) {
|
|
3483
2998
|
}
|
|
3484
2999
|
|
|
3485
|
-
class
|
|
3486
|
-
.classBuilder()
|
|
3487
|
-
.ep(commonParams)
|
|
3488
|
-
.m(function (Command, cs, config, o) {
|
|
3489
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3490
|
-
})
|
|
3491
|
-
.s("AWSWesleyFrontend", "UpdateClusterConfig", {})
|
|
3492
|
-
.n("EKSClient", "UpdateClusterConfigCommand")
|
|
3493
|
-
.sc(UpdateClusterConfig$)
|
|
3494
|
-
.build() {
|
|
3000
|
+
class UpdateCapabilityCommand extends command(_ep0, _mw0, "UpdateCapability", UpdateCapability$) {
|
|
3495
3001
|
}
|
|
3496
3002
|
|
|
3497
|
-
class
|
|
3498
|
-
.classBuilder()
|
|
3499
|
-
.ep(commonParams)
|
|
3500
|
-
.m(function (Command, cs, config, o) {
|
|
3501
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3502
|
-
})
|
|
3503
|
-
.s("AWSWesleyFrontend", "UpdateClusterVersion", {})
|
|
3504
|
-
.n("EKSClient", "UpdateClusterVersionCommand")
|
|
3505
|
-
.sc(UpdateClusterVersion$)
|
|
3506
|
-
.build() {
|
|
3003
|
+
class UpdateClusterConfigCommand extends command(_ep0, _mw0, "UpdateClusterConfig", UpdateClusterConfig$) {
|
|
3507
3004
|
}
|
|
3508
3005
|
|
|
3509
|
-
class
|
|
3510
|
-
.classBuilder()
|
|
3511
|
-
.ep(commonParams)
|
|
3512
|
-
.m(function (Command, cs, config, o) {
|
|
3513
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3514
|
-
})
|
|
3515
|
-
.s("AWSWesleyFrontend", "UpdateEksAnywhereSubscription", {})
|
|
3516
|
-
.n("EKSClient", "UpdateEksAnywhereSubscriptionCommand")
|
|
3517
|
-
.sc(UpdateEksAnywhereSubscription$)
|
|
3518
|
-
.build() {
|
|
3006
|
+
class UpdateClusterVersionCommand extends command(_ep0, _mw0, "UpdateClusterVersion", UpdateClusterVersion$) {
|
|
3519
3007
|
}
|
|
3520
3008
|
|
|
3521
|
-
class
|
|
3522
|
-
.classBuilder()
|
|
3523
|
-
.ep(commonParams)
|
|
3524
|
-
.m(function (Command, cs, config, o) {
|
|
3525
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3526
|
-
})
|
|
3527
|
-
.s("AWSWesleyFrontend", "UpdateNodegroupConfig", {})
|
|
3528
|
-
.n("EKSClient", "UpdateNodegroupConfigCommand")
|
|
3529
|
-
.sc(UpdateNodegroupConfig$)
|
|
3530
|
-
.build() {
|
|
3009
|
+
class UpdateEksAnywhereSubscriptionCommand extends command(_ep0, _mw0, "UpdateEksAnywhereSubscription", UpdateEksAnywhereSubscription$) {
|
|
3531
3010
|
}
|
|
3532
3011
|
|
|
3533
|
-
class
|
|
3534
|
-
.classBuilder()
|
|
3535
|
-
.ep(commonParams)
|
|
3536
|
-
.m(function (Command, cs, config, o) {
|
|
3537
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3538
|
-
})
|
|
3539
|
-
.s("AWSWesleyFrontend", "UpdateNodegroupVersion", {})
|
|
3540
|
-
.n("EKSClient", "UpdateNodegroupVersionCommand")
|
|
3541
|
-
.sc(UpdateNodegroupVersion$)
|
|
3542
|
-
.build() {
|
|
3012
|
+
class UpdateNodegroupConfigCommand extends command(_ep0, _mw0, "UpdateNodegroupConfig", UpdateNodegroupConfig$) {
|
|
3543
3013
|
}
|
|
3544
3014
|
|
|
3545
|
-
class
|
|
3546
|
-
|
|
3547
|
-
|
|
3548
|
-
|
|
3549
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3550
|
-
})
|
|
3551
|
-
.s("AWSWesleyFrontend", "UpdatePodIdentityAssociation", {})
|
|
3552
|
-
.n("EKSClient", "UpdatePodIdentityAssociationCommand")
|
|
3553
|
-
.sc(UpdatePodIdentityAssociation$)
|
|
3554
|
-
.build() {
|
|
3015
|
+
class UpdateNodegroupVersionCommand extends command(_ep0, _mw0, "UpdateNodegroupVersion", UpdateNodegroupVersion$) {
|
|
3016
|
+
}
|
|
3017
|
+
|
|
3018
|
+
class UpdatePodIdentityAssociationCommand extends command(_ep0, _mw0, "UpdatePodIdentityAssociation", UpdatePodIdentityAssociation$) {
|
|
3555
3019
|
}
|
|
3556
3020
|
|
|
3557
3021
|
const paginateDescribeAddonVersions = createPaginator(EKSClient, DescribeAddonVersionsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -3912,6 +3376,7 @@ const commands = {
|
|
|
3912
3376
|
AssociateAccessPolicyCommand,
|
|
3913
3377
|
AssociateEncryptionConfigCommand,
|
|
3914
3378
|
AssociateIdentityProviderConfigCommand,
|
|
3379
|
+
CancelUpdateCommand,
|
|
3915
3380
|
CreateAccessEntryCommand,
|
|
3916
3381
|
CreateAddonCommand,
|
|
3917
3382
|
CreateCapabilityCommand,
|
|
@@ -4070,6 +3535,11 @@ const ArgoCdRole = {
|
|
|
4070
3535
|
EDITOR: "EDITOR",
|
|
4071
3536
|
VIEWER: "VIEWER",
|
|
4072
3537
|
};
|
|
3538
|
+
const CancellationStatus = {
|
|
3539
|
+
FAILED: "Failed",
|
|
3540
|
+
IN_PROGRESS: "InProgress",
|
|
3541
|
+
SUCCESSFUL: "Successful",
|
|
3542
|
+
};
|
|
4073
3543
|
const ErrorCode = {
|
|
4074
3544
|
ACCESS_DENIED: "AccessDenied",
|
|
4075
3545
|
ADMISSION_REQUEST_DENIED: "AdmissionRequestDenied",
|
|
@@ -4165,6 +3635,7 @@ const UpdateType = {
|
|
|
4165
3635
|
REMOTE_NETWORK_CONFIG_UPDATE: "RemoteNetworkConfigUpdate",
|
|
4166
3636
|
UPGRADE_POLICY_UPDATE: "UpgradePolicyUpdate",
|
|
4167
3637
|
VENDED_LOGS_UPDATE: "VendedLogsUpdate",
|
|
3638
|
+
VERSION_ROLLBACK: "VersionRollback",
|
|
4168
3639
|
VERSION_UPDATE: "VersionUpdate",
|
|
4169
3640
|
VPC_CONFIG_UPDATE: "VpcConfigUpdate",
|
|
4170
3641
|
ZONAL_SHIFT_CONFIG_UPDATE: "ZonalShiftConfigUpdate",
|
|
@@ -4362,6 +3833,7 @@ const ConfigStatus = {
|
|
|
4362
3833
|
};
|
|
4363
3834
|
const Category = {
|
|
4364
3835
|
MISCONFIGURATION: "MISCONFIGURATION",
|
|
3836
|
+
ROLLBACK_READINESS: "ROLLBACK_READINESS",
|
|
4365
3837
|
UPGRADE_READINESS: "UPGRADE_READINESS",
|
|
4366
3838
|
};
|
|
4367
3839
|
const InsightStatusValue = {
|
|
@@ -4441,6 +3913,12 @@ exports.AutoScalingGroup$ = AutoScalingGroup$;
|
|
|
4441
3913
|
exports.BadRequestException = BadRequestException;
|
|
4442
3914
|
exports.BadRequestException$ = BadRequestException$;
|
|
4443
3915
|
exports.BlockStorage$ = BlockStorage$;
|
|
3916
|
+
exports.CancelUpdate$ = CancelUpdate$;
|
|
3917
|
+
exports.CancelUpdateCommand = CancelUpdateCommand;
|
|
3918
|
+
exports.CancelUpdateRequest$ = CancelUpdateRequest$;
|
|
3919
|
+
exports.CancelUpdateResponse$ = CancelUpdateResponse$;
|
|
3920
|
+
exports.Cancellation$ = Cancellation$;
|
|
3921
|
+
exports.CancellationStatus = CancellationStatus;
|
|
4444
3922
|
exports.Capability$ = Capability$;
|
|
4445
3923
|
exports.CapabilityConfigurationRequest$ = CapabilityConfigurationRequest$;
|
|
4446
3924
|
exports.CapabilityConfigurationResponse$ = CapabilityConfigurationResponse$;
|
|
@@ -4757,6 +4235,7 @@ exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
|
4757
4235
|
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
4758
4236
|
exports.ResourcePropagationDelayException = ResourcePropagationDelayException;
|
|
4759
4237
|
exports.ResourcePropagationDelayException$ = ResourcePropagationDelayException$;
|
|
4238
|
+
exports.RollbackConfig$ = RollbackConfig$;
|
|
4760
4239
|
exports.ServerException = ServerException;
|
|
4761
4240
|
exports.ServerException$ = ServerException$;
|
|
4762
4241
|
exports.ServiceUnavailableException = ServiceUnavailableException;
|