@cdklabs/cdk-ecs-codedeploy 0.0.426 → 0.0.428
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/.jsii +3 -3
- package/.jsii.tabl.json +1 -1
- package/lib/api-canary/index.js +1 -1
- package/lib/ecs-appspec/index.js +1 -1
- package/lib/ecs-deployment/index.js +1 -1
- package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/index.js +66 -3902
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/models/CodeDeployServiceException.js +12 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/models/errors.js +1436 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/schemas/schemas_0.js +2155 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/schemas/schemas_0.js +778 -772
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/schemas/schemas_0.d.ts +102 -95
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/schemas/schemas_0.d.ts +97 -95
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +415 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +267 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +10 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +6 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +3 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +25 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +18 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +41 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +267 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +6 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +1 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +7 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +38 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +2 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +6 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +4 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +2 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +28 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +6 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +5 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +12 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -0
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@aws-sdk/util-endpoints/package.json +60 -0
- package/node_modules/@aws-sdk/client-codedeploy/package.json +13 -13
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +23 -234
- package/node_modules/@aws-sdk/client-sso/dist-cjs/models/SSOServiceException.js +12 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/models/errors.js +56 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/schemas/schemas_0.js +161 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +32 -26
- package/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +12 -5
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +7 -5
- package/node_modules/@aws-sdk/client-sso/package.json +12 -12
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +26 -6
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +26 -6
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +14 -6
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +11 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +6 -1
- package/node_modules/@aws-sdk/core/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +20 -198
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/SigninServiceException.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/errors.js +64 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js +125 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +20 -347
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/SSOOIDCServiceException.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/errors.js +195 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/schemas/schemas_0.js +140 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +21 -308
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/STSServiceException.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +95 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/schemas/schemas_0.js +195 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +15 -12
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +40 -37
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +60 -57
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +4 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +11 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +4 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +10 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +5 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +3 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +15 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +5 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +6 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +5 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +5 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +10 -8
- package/node_modules/@aws-sdk/nested-clients/package.json +12 -12
- package/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/CHANGELOG.md +16 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/README.md +7 -6
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.d.cts +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/package.json +4 -2
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.d.ts +2 -2
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsMinArrBuilder.js +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/ParserOptionsBuilder.js +4 -4
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +297 -287
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +55 -22
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +4 -4
- package/node_modules/@aws-sdk/xml-builder/package.json +3 -3
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +13 -10
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +5 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +24 -5
- package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +15 -11
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +6 -1
- package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +24 -5
- package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +7 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +5 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +14 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +8 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +7 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +5 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +14 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +8 -1
- package/node_modules/@smithy/core/package.json +2 -2
- package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
- package/node_modules/@smithy/middleware-retry/package.json +2 -2
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +9 -2
- package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +9 -2
- package/node_modules/@smithy/node-http-handler/package.json +1 -1
- package/node_modules/@smithy/smithy-client/package.json +4 -4
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
- package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
- package/node_modules/@smithy/util-stream/package.json +2 -2
- package/node_modules/bowser/README.md +72 -3
- package/node_modules/bowser/bundled.js +1 -1
- package/node_modules/bowser/es5.js +1 -1
- package/node_modules/bowser/index.d.ts +44 -6
- package/node_modules/bowser/package.json +10 -5
- package/node_modules/bowser/src/bowser.js +24 -8
- package/node_modules/bowser/src/constants.js +8 -0
- package/node_modules/bowser/src/parser-browsers.js +89 -0
- package/node_modules/bowser/src/parser-platforms.js +42 -0
- package/node_modules/bowser/src/parser.js +86 -5
- package/package.json +4 -4
- package/node_modules/bowser/CHANGELOG.md +0 -218
|
@@ -0,0 +1,2155 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.InvalidDeployedStateFilterException$ = exports.InvalidComputePlatformException$ = exports.InvalidBucketNameFilterException$ = exports.InvalidBlueGreenDeploymentConfigurationException$ = exports.InvalidAutoScalingGroupException$ = exports.InvalidAutoRollbackConfigException$ = exports.InvalidArnException$ = exports.InvalidApplicationNameException$ = exports.InvalidAlarmConfigException$ = exports.InstanceNotRegisteredException$ = exports.InstanceNameRequiredException$ = exports.InstanceNameAlreadyRegisteredException$ = exports.InstanceLimitExceededException$ = exports.InstanceIdRequiredException$ = exports.InstanceDoesNotExistException$ = exports.IamUserArnRequiredException$ = exports.IamUserArnAlreadyRegisteredException$ = exports.IamSessionArnAlreadyRegisteredException$ = exports.IamArnRequiredException$ = exports.GitHubAccountTokenNameRequiredException$ = exports.GitHubAccountTokenDoesNotExistException$ = exports.ECSServiceMappingLimitExceededException$ = exports.DescriptionTooLongException$ = exports.DeploymentTargetListSizeExceededException$ = exports.DeploymentTargetIdRequiredException$ = exports.DeploymentTargetDoesNotExistException$ = exports.DeploymentNotStartedException$ = exports.DeploymentLimitExceededException$ = exports.DeploymentIsNotInReadyStateException$ = exports.DeploymentIdRequiredException$ = exports.DeploymentGroupNameRequiredException$ = exports.DeploymentGroupLimitExceededException$ = exports.DeploymentGroupDoesNotExistException$ = exports.DeploymentGroupAlreadyExistsException$ = exports.DeploymentDoesNotExistException$ = exports.DeploymentConfigNameRequiredException$ = exports.DeploymentConfigLimitExceededException$ = exports.DeploymentConfigInUseException$ = exports.DeploymentConfigDoesNotExistException$ = exports.DeploymentConfigAlreadyExistsException$ = exports.DeploymentAlreadyCompletedException$ = exports.BucketNameFilterRequiredException$ = exports.BatchLimitExceededException$ = exports.ArnNotSupportedException$ = exports.ApplicationNameRequiredException$ = exports.ApplicationLimitExceededException$ = exports.ApplicationDoesNotExistException$ = exports.ApplicationAlreadyExistsException$ = exports.AlarmsLimitExceededException$ = exports.CodeDeployServiceException$ = void 0;
|
|
4
|
+
exports.OperationNotSupportedException$ = exports.MultipleIamArnsProvidedException$ = exports.LifecycleHookLimitExceededException$ = exports.LifecycleEventAlreadyCompletedException$ = exports.InvalidZonalDeploymentConfigurationException$ = exports.InvalidUpdateOutdatedInstancesOnlyValueException$ = exports.InvalidTriggerConfigException$ = exports.InvalidTrafficRoutingConfigurationException$ = exports.InvalidTimeRangeException$ = exports.InvalidTargetInstancesException$ = exports.InvalidTargetGroupPairException$ = exports.InvalidTargetFilterNameException$ = exports.InvalidTagsToAddException$ = exports.InvalidTagFilterException$ = exports.InvalidTagException$ = exports.InvalidSortOrderException$ = exports.InvalidSortByException$ = exports.InvalidRoleException$ = exports.InvalidRevisionException$ = exports.InvalidRegistrationStatusException$ = exports.InvalidOperationException$ = exports.InvalidOnPremisesTagCombinationException$ = exports.InvalidNextTokenException$ = exports.InvalidMinimumHealthyHostValueException$ = exports.InvalidLoadBalancerInfoException$ = exports.InvalidLifecycleEventHookExecutionStatusException$ = exports.InvalidLifecycleEventHookExecutionIdException$ = exports.InvalidKeyPrefixFilterException$ = exports.InvalidInstanceTypeException$ = exports.InvalidInstanceStatusException$ = exports.InvalidInstanceNameException$ = exports.InvalidInputException$ = exports.InvalidIgnoreApplicationStopFailuresValueException$ = exports.InvalidIamUserArnException$ = exports.InvalidIamSessionArnException$ = exports.InvalidGitHubAccountTokenNameException$ = exports.InvalidGitHubAccountTokenException$ = exports.InvalidFileExistsBehaviorException$ = exports.InvalidExternalIdException$ = exports.InvalidECSServiceException$ = exports.InvalidEC2TagException$ = exports.InvalidEC2TagCombinationException$ = exports.InvalidDeploymentWaitTypeException$ = exports.InvalidDeploymentTargetIdException$ = exports.InvalidDeploymentStyleException$ = exports.InvalidDeploymentStatusException$ = exports.InvalidDeploymentInstanceTypeException$ = exports.InvalidDeploymentIdException$ = exports.InvalidDeploymentGroupNameException$ = exports.InvalidDeploymentConfigNameException$ = void 0;
|
|
5
|
+
exports.DeleteGitHubAccountTokenInput$ = exports.DeleteDeploymentGroupOutput$ = exports.DeleteDeploymentGroupInput$ = exports.DeleteDeploymentConfigInput$ = exports.DeleteApplicationInput$ = exports.CreateDeploymentOutput$ = exports.CreateDeploymentInput$ = exports.CreateDeploymentGroupOutput$ = exports.CreateDeploymentGroupInput$ = exports.CreateDeploymentConfigOutput$ = exports.CreateDeploymentConfigInput$ = exports.CreateApplicationOutput$ = exports.CreateApplicationInput$ = exports.ContinueDeploymentInput$ = exports.CloudFormationTarget$ = exports.BlueInstanceTerminationOption$ = exports.BlueGreenDeploymentConfiguration$ = exports.BatchGetOnPremisesInstancesOutput$ = exports.BatchGetOnPremisesInstancesInput$ = exports.BatchGetDeploymentTargetsOutput$ = exports.BatchGetDeploymentTargetsInput$ = exports.BatchGetDeploymentsOutput$ = exports.BatchGetDeploymentsInput$ = exports.BatchGetDeploymentInstancesOutput$ = exports.BatchGetDeploymentInstancesInput$ = exports.BatchGetDeploymentGroupsOutput$ = exports.BatchGetDeploymentGroupsInput$ = exports.BatchGetApplicationsOutput$ = exports.BatchGetApplicationsInput$ = exports.BatchGetApplicationRevisionsOutput$ = exports.BatchGetApplicationRevisionsInput$ = exports.AutoScalingGroup$ = exports.AutoRollbackConfiguration$ = exports.AppSpecContent$ = exports.ApplicationInfo$ = exports.AlarmConfiguration$ = exports.Alarm$ = exports.AddTagsToOnPremisesInstancesInput$ = exports.errorTypeRegistries = exports.UnsupportedActionForDeploymentTypeException$ = exports.TriggerTargetsLimitExceededException$ = exports.ThrottlingException$ = exports.TagSetListLimitExceededException$ = exports.TagRequiredException$ = exports.TagLimitExceededException$ = exports.RoleRequiredException$ = exports.RevisionRequiredException$ = exports.RevisionDoesNotExistException$ = exports.ResourceValidationException$ = exports.ResourceArnRequiredException$ = void 0;
|
|
6
|
+
exports.ListDeploymentConfigsInput$ = exports.ListApplicationsOutput$ = exports.ListApplicationsInput$ = exports.ListApplicationRevisionsOutput$ = exports.ListApplicationRevisionsInput$ = exports.LifecycleEvent$ = exports.LastDeploymentInfo$ = exports.LambdaTarget$ = exports.LambdaFunctionInfo$ = exports.InstanceTarget$ = exports.InstanceSummary$ = exports.InstanceInfo$ = exports.GreenFleetProvisioningOption$ = exports.GitHubLocation$ = exports.GetOnPremisesInstanceOutput$ = exports.GetOnPremisesInstanceInput$ = exports.GetDeploymentTargetOutput$ = exports.GetDeploymentTargetInput$ = exports.GetDeploymentOutput$ = exports.GetDeploymentInstanceOutput$ = exports.GetDeploymentInstanceInput$ = exports.GetDeploymentInput$ = exports.GetDeploymentGroupOutput$ = exports.GetDeploymentGroupInput$ = exports.GetDeploymentConfigOutput$ = exports.GetDeploymentConfigInput$ = exports.GetApplicationRevisionOutput$ = exports.GetApplicationRevisionInput$ = exports.GetApplicationOutput$ = exports.GetApplicationInput$ = exports.GenericRevisionInfo$ = exports.ErrorInformation$ = exports.ELBInfo$ = exports.ECSTaskSet$ = exports.ECSTarget$ = exports.ECSService$ = exports.EC2TagSet$ = exports.EC2TagFilter$ = exports.Diagnostics$ = exports.DeregisterOnPremisesInstanceInput$ = exports.DeploymentTarget$ = exports.DeploymentStyle$ = exports.DeploymentReadyOption$ = exports.DeploymentOverview$ = exports.DeploymentInfo$ = exports.DeploymentGroupInfo$ = exports.DeploymentConfigInfo$ = exports.DeleteResourcesByExternalIdOutput$ = exports.DeleteResourcesByExternalIdInput$ = exports.DeleteGitHubAccountTokenOutput$ = void 0;
|
|
7
|
+
exports.UpdateDeploymentGroupInput$ = exports.UpdateApplicationInput$ = exports.UntagResourceOutput$ = exports.UntagResourceInput$ = exports.TriggerConfig$ = exports.TrafficRoutingConfig$ = exports.TrafficRoute$ = exports.TimeRange$ = exports.TimeBasedLinear$ = exports.TimeBasedCanary$ = exports.TargetInstances$ = exports.TargetGroupPairInfo$ = exports.TargetGroupInfo$ = exports.TagResourceOutput$ = exports.TagResourceInput$ = exports.TagFilter$ = exports.Tag$ = exports.StopDeploymentOutput$ = exports.StopDeploymentInput$ = exports.SkipWaitTimeForInstanceTerminationInput$ = exports.S3Location$ = exports.RollbackInfo$ = exports.RevisionLocation$ = exports.RevisionInfo$ = exports.RemoveTagsFromOnPremisesInstancesInput$ = exports.RelatedDeployments$ = exports.RegisterOnPremisesInstanceInput$ = exports.RegisterApplicationRevisionInput$ = exports.RawString$ = exports.PutLifecycleEventHookExecutionStatusOutput$ = exports.PutLifecycleEventHookExecutionStatusInput$ = exports.OnPremisesTagSet$ = exports.MinimumHealthyHostsPerZone$ = exports.MinimumHealthyHosts$ = exports.LoadBalancerInfo$ = exports.ListTagsForResourceOutput$ = exports.ListTagsForResourceInput$ = exports.ListOnPremisesInstancesOutput$ = exports.ListOnPremisesInstancesInput$ = exports.ListGitHubAccountTokenNamesOutput$ = exports.ListGitHubAccountTokenNamesInput$ = exports.ListDeploymentTargetsOutput$ = exports.ListDeploymentTargetsInput$ = exports.ListDeploymentsOutput$ = exports.ListDeploymentsInput$ = exports.ListDeploymentInstancesOutput$ = exports.ListDeploymentInstancesInput$ = exports.ListDeploymentGroupsOutput$ = exports.ListDeploymentGroupsInput$ = exports.ListDeploymentConfigsOutput$ = void 0;
|
|
8
|
+
exports.UpdateDeploymentGroup$ = exports.UpdateApplication$ = exports.UntagResource$ = exports.TagResource$ = exports.StopDeployment$ = exports.SkipWaitTimeForInstanceTermination$ = exports.RemoveTagsFromOnPremisesInstances$ = exports.RegisterOnPremisesInstance$ = exports.RegisterApplicationRevision$ = exports.PutLifecycleEventHookExecutionStatus$ = exports.ListTagsForResource$ = exports.ListOnPremisesInstances$ = exports.ListGitHubAccountTokenNames$ = exports.ListDeploymentTargets$ = exports.ListDeployments$ = exports.ListDeploymentInstances$ = exports.ListDeploymentGroups$ = exports.ListDeploymentConfigs$ = exports.ListApplications$ = exports.ListApplicationRevisions$ = exports.GetOnPremisesInstance$ = exports.GetDeploymentTarget$ = exports.GetDeploymentInstance$ = exports.GetDeploymentGroup$ = exports.GetDeploymentConfig$ = exports.GetDeployment$ = exports.GetApplicationRevision$ = exports.GetApplication$ = exports.DeregisterOnPremisesInstance$ = exports.DeleteResourcesByExternalId$ = exports.DeleteGitHubAccountToken$ = exports.DeleteDeploymentGroup$ = exports.DeleteDeploymentConfig$ = exports.DeleteApplication$ = exports.CreateDeploymentGroup$ = exports.CreateDeploymentConfig$ = exports.CreateDeployment$ = exports.CreateApplication$ = exports.ContinueDeployment$ = exports.BatchGetOnPremisesInstances$ = exports.BatchGetDeploymentTargets$ = exports.BatchGetDeployments$ = exports.BatchGetDeploymentInstances$ = exports.BatchGetDeploymentGroups$ = exports.BatchGetApplications$ = exports.BatchGetApplicationRevisions$ = exports.AddTagsToOnPremisesInstances$ = exports.ZonalConfig$ = exports.UpdateDeploymentGroupOutput$ = void 0;
|
|
9
|
+
const _A = "Alarm";
|
|
10
|
+
const _AAEE = "ApplicationAlreadyExistsException";
|
|
11
|
+
const _AC = "AlarmConfiguration";
|
|
12
|
+
const _ADNEE = "ApplicationDoesNotExistException";
|
|
13
|
+
const _AI = "ApplicationInfo";
|
|
14
|
+
const _AIL = "ApplicationsInfoList";
|
|
15
|
+
const _AL = "AlarmList";
|
|
16
|
+
const _ALEE = "AlarmsLimitExceededException";
|
|
17
|
+
const _ALEEp = "ApplicationLimitExceededException";
|
|
18
|
+
const _ANRE = "ApplicationNameRequiredException";
|
|
19
|
+
const _ANSE = "ArnNotSupportedException";
|
|
20
|
+
const _ARC = "AutoRollbackConfiguration";
|
|
21
|
+
const _ASC = "AppSpecContent";
|
|
22
|
+
const _ASG = "AutoScalingGroup";
|
|
23
|
+
const _ASGL = "AutoScalingGroupList";
|
|
24
|
+
const _ATTOPI = "AddTagsToOnPremisesInstances";
|
|
25
|
+
const _ATTOPII = "AddTagsToOnPremisesInstancesInput";
|
|
26
|
+
const _BGA = "BatchGetApplications";
|
|
27
|
+
const _BGAI = "BatchGetApplicationsInput";
|
|
28
|
+
const _BGAO = "BatchGetApplicationsOutput";
|
|
29
|
+
const _BGAR = "BatchGetApplicationRevisions";
|
|
30
|
+
const _BGARI = "BatchGetApplicationRevisionsInput";
|
|
31
|
+
const _BGARO = "BatchGetApplicationRevisionsOutput";
|
|
32
|
+
const _BGD = "BatchGetDeployments";
|
|
33
|
+
const _BGDC = "BlueGreenDeploymentConfiguration";
|
|
34
|
+
const _BGDG = "BatchGetDeploymentGroups";
|
|
35
|
+
const _BGDGI = "BatchGetDeploymentGroupsInput";
|
|
36
|
+
const _BGDGO = "BatchGetDeploymentGroupsOutput";
|
|
37
|
+
const _BGDI = "BatchGetDeploymentsInput";
|
|
38
|
+
const _BGDII = "BatchGetDeploymentInstancesInput";
|
|
39
|
+
const _BGDIO = "BatchGetDeploymentInstancesOutput";
|
|
40
|
+
const _BGDIa = "BatchGetDeploymentInstances";
|
|
41
|
+
const _BGDO = "BatchGetDeploymentsOutput";
|
|
42
|
+
const _BGDT = "BatchGetDeploymentTargets";
|
|
43
|
+
const _BGDTI = "BatchGetDeploymentTargetsInput";
|
|
44
|
+
const _BGDTO = "BatchGetDeploymentTargetsOutput";
|
|
45
|
+
const _BGOPI = "BatchGetOnPremisesInstances";
|
|
46
|
+
const _BGOPII = "BatchGetOnPremisesInstancesInput";
|
|
47
|
+
const _BGOPIO = "BatchGetOnPremisesInstancesOutput";
|
|
48
|
+
const _BITO = "BlueInstanceTerminationOption";
|
|
49
|
+
const _BLEE = "BatchLimitExceededException";
|
|
50
|
+
const _BNFRE = "BucketNameFilterRequiredException";
|
|
51
|
+
const _CA = "CreateApplication";
|
|
52
|
+
const _CAI = "CreateApplicationInput";
|
|
53
|
+
const _CAO = "CreateApplicationOutput";
|
|
54
|
+
const _CD = "ContinueDeployment";
|
|
55
|
+
const _CDC = "CreateDeploymentConfig";
|
|
56
|
+
const _CDCI = "CreateDeploymentConfigInput";
|
|
57
|
+
const _CDCO = "CreateDeploymentConfigOutput";
|
|
58
|
+
const _CDG = "CreateDeploymentGroup";
|
|
59
|
+
const _CDGI = "CreateDeploymentGroupInput";
|
|
60
|
+
const _CDGO = "CreateDeploymentGroupOutput";
|
|
61
|
+
const _CDI = "ContinueDeploymentInput";
|
|
62
|
+
const _CDIr = "CreateDeploymentInput";
|
|
63
|
+
const _CDO = "CreateDeploymentOutput";
|
|
64
|
+
const _CDr = "CreateDeployment";
|
|
65
|
+
const _CFT = "CloudFormationTarget";
|
|
66
|
+
const _D = "Diagnostics";
|
|
67
|
+
const _DA = "DeleteApplication";
|
|
68
|
+
const _DACE = "DeploymentAlreadyCompletedException";
|
|
69
|
+
const _DAI = "DeleteApplicationInput";
|
|
70
|
+
const _DCAEE = "DeploymentConfigAlreadyExistsException";
|
|
71
|
+
const _DCDNEE = "DeploymentConfigDoesNotExistException";
|
|
72
|
+
const _DCI = "DeploymentConfigInfo";
|
|
73
|
+
const _DCIUE = "DeploymentConfigInUseException";
|
|
74
|
+
const _DCLEE = "DeploymentConfigLimitExceededException";
|
|
75
|
+
const _DCNRE = "DeploymentConfigNameRequiredException";
|
|
76
|
+
const _DDC = "DeleteDeploymentConfig";
|
|
77
|
+
const _DDCI = "DeleteDeploymentConfigInput";
|
|
78
|
+
const _DDG = "DeleteDeploymentGroup";
|
|
79
|
+
const _DDGI = "DeleteDeploymentGroupInput";
|
|
80
|
+
const _DDGO = "DeleteDeploymentGroupOutput";
|
|
81
|
+
const _DDNEE = "DeploymentDoesNotExistException";
|
|
82
|
+
const _DGAEE = "DeploymentGroupAlreadyExistsException";
|
|
83
|
+
const _DGDNEE = "DeploymentGroupDoesNotExistException";
|
|
84
|
+
const _DGHAT = "DeleteGitHubAccountToken";
|
|
85
|
+
const _DGHATI = "DeleteGitHubAccountTokenInput";
|
|
86
|
+
const _DGHATO = "DeleteGitHubAccountTokenOutput";
|
|
87
|
+
const _DGI = "DeploymentGroupInfo";
|
|
88
|
+
const _DGIL = "DeploymentGroupInfoList";
|
|
89
|
+
const _DGLEE = "DeploymentGroupLimitExceededException";
|
|
90
|
+
const _DGNRE = "DeploymentGroupNameRequiredException";
|
|
91
|
+
const _DI = "DeploymentInfo";
|
|
92
|
+
const _DIL = "DeploymentsInfoList";
|
|
93
|
+
const _DINIRSE = "DeploymentIsNotInReadyStateException";
|
|
94
|
+
const _DIRE = "DeploymentIdRequiredException";
|
|
95
|
+
const _DLEE = "DeploymentLimitExceededException";
|
|
96
|
+
const _DNSE = "DeploymentNotStartedException";
|
|
97
|
+
const _DO = "DeploymentOverview";
|
|
98
|
+
const _DOPI = "DeregisterOnPremisesInstance";
|
|
99
|
+
const _DOPII = "DeregisterOnPremisesInstanceInput";
|
|
100
|
+
const _DRBEI = "DeleteResourcesByExternalId";
|
|
101
|
+
const _DRBEII = "DeleteResourcesByExternalIdInput";
|
|
102
|
+
const _DRBEIO = "DeleteResourcesByExternalIdOutput";
|
|
103
|
+
const _DRO = "DeploymentReadyOption";
|
|
104
|
+
const _DS = "DeploymentStyle";
|
|
105
|
+
const _DT = "DeploymentTarget";
|
|
106
|
+
const _DTDNEE = "DeploymentTargetDoesNotExistException";
|
|
107
|
+
const _DTIRE = "DeploymentTargetIdRequiredException";
|
|
108
|
+
const _DTL = "DeploymentTargetList";
|
|
109
|
+
const _DTLE = "DescriptionTooLongException";
|
|
110
|
+
const _DTLSEE = "DeploymentTargetListSizeExceededException";
|
|
111
|
+
const _ECSS = "ECSService";
|
|
112
|
+
const _ECSSL = "ECSServiceList";
|
|
113
|
+
const _ECSSMLEE = "ECSServiceMappingLimitExceededException";
|
|
114
|
+
const _ECST = "ECSTarget";
|
|
115
|
+
const _ECSTS = "ECSTaskSet";
|
|
116
|
+
const _ECSTSL = "ECSTaskSetList";
|
|
117
|
+
const _ECTF = "EC2TagFilter";
|
|
118
|
+
const _ECTFL = "EC2TagFilterList";
|
|
119
|
+
const _ECTS = "EC2TagSet";
|
|
120
|
+
const _ECTSL = "EC2TagSetList";
|
|
121
|
+
const _EI = "ErrorInformation";
|
|
122
|
+
const _ELBI = "ELBInfo";
|
|
123
|
+
const _ELBIL = "ELBInfoList";
|
|
124
|
+
const _F = "Failed";
|
|
125
|
+
const _GA = "GetApplication";
|
|
126
|
+
const _GAI = "GetApplicationInput";
|
|
127
|
+
const _GAO = "GetApplicationOutput";
|
|
128
|
+
const _GAR = "GetApplicationRevision";
|
|
129
|
+
const _GARI = "GetApplicationRevisionInput";
|
|
130
|
+
const _GARO = "GetApplicationRevisionOutput";
|
|
131
|
+
const _GD = "GetDeployment";
|
|
132
|
+
const _GDC = "GetDeploymentConfig";
|
|
133
|
+
const _GDCI = "GetDeploymentConfigInput";
|
|
134
|
+
const _GDCO = "GetDeploymentConfigOutput";
|
|
135
|
+
const _GDG = "GetDeploymentGroup";
|
|
136
|
+
const _GDGI = "GetDeploymentGroupInput";
|
|
137
|
+
const _GDGO = "GetDeploymentGroupOutput";
|
|
138
|
+
const _GDI = "GetDeploymentInput";
|
|
139
|
+
const _GDII = "GetDeploymentInstanceInput";
|
|
140
|
+
const _GDIO = "GetDeploymentInstanceOutput";
|
|
141
|
+
const _GDIe = "GetDeploymentInstance";
|
|
142
|
+
const _GDO = "GetDeploymentOutput";
|
|
143
|
+
const _GDT = "GetDeploymentTarget";
|
|
144
|
+
const _GDTI = "GetDeploymentTargetInput";
|
|
145
|
+
const _GDTO = "GetDeploymentTargetOutput";
|
|
146
|
+
const _GFPO = "GreenFleetProvisioningOption";
|
|
147
|
+
const _GHATDNEE = "GitHubAccountTokenDoesNotExistException";
|
|
148
|
+
const _GHATNRE = "GitHubAccountTokenNameRequiredException";
|
|
149
|
+
const _GHL = "GitHubLocation";
|
|
150
|
+
const _GOPI = "GetOnPremisesInstance";
|
|
151
|
+
const _GOPII = "GetOnPremisesInstanceInput";
|
|
152
|
+
const _GOPIO = "GetOnPremisesInstanceOutput";
|
|
153
|
+
const _GRI = "GenericRevisionInfo";
|
|
154
|
+
const _IACE = "InvalidAlarmConfigException";
|
|
155
|
+
const _IAE = "InvalidArnException";
|
|
156
|
+
const _IANE = "InvalidApplicationNameException";
|
|
157
|
+
const _IARCE = "InvalidAutoRollbackConfigException";
|
|
158
|
+
const _IARE = "IamArnRequiredException";
|
|
159
|
+
const _IASGE = "InvalidAutoScalingGroupException";
|
|
160
|
+
const _IBGDCE = "InvalidBlueGreenDeploymentConfigurationException";
|
|
161
|
+
const _IBNFE = "InvalidBucketNameFilterException";
|
|
162
|
+
const _ICPE = "InvalidComputePlatformException";
|
|
163
|
+
const _IDCNE = "InvalidDeploymentConfigNameException";
|
|
164
|
+
const _IDGNE = "InvalidDeploymentGroupNameException";
|
|
165
|
+
const _IDIE = "InvalidDeploymentIdException";
|
|
166
|
+
const _IDITE = "InvalidDeploymentInstanceTypeException";
|
|
167
|
+
const _IDNEE = "InstanceDoesNotExistException";
|
|
168
|
+
const _IDSE = "InvalidDeploymentStatusException";
|
|
169
|
+
const _IDSEn = "InvalidDeploymentStyleException";
|
|
170
|
+
const _IDSFE = "InvalidDeployedStateFilterException";
|
|
171
|
+
const _IDTIE = "InvalidDeploymentTargetIdException";
|
|
172
|
+
const _IDWTE = "InvalidDeploymentWaitTypeException";
|
|
173
|
+
const _IECSSE = "InvalidECSServiceException";
|
|
174
|
+
const _IECTCE = "InvalidEC2TagCombinationException";
|
|
175
|
+
const _IECTE = "InvalidEC2TagException";
|
|
176
|
+
const _IEIE = "InvalidExternalIdException";
|
|
177
|
+
const _IFEBE = "InvalidFileExistsBehaviorException";
|
|
178
|
+
const _IGHATE = "InvalidGitHubAccountTokenException";
|
|
179
|
+
const _IGHATNE = "InvalidGitHubAccountTokenNameException";
|
|
180
|
+
const _II = "InstanceInfo";
|
|
181
|
+
const _IIASFVE = "InvalidIgnoreApplicationStopFailuresValueException";
|
|
182
|
+
const _IIE = "InvalidInputException";
|
|
183
|
+
const _IIL = "InstanceInfoList";
|
|
184
|
+
const _IINE = "InvalidInstanceNameException";
|
|
185
|
+
const _IIRE = "InstanceIdRequiredException";
|
|
186
|
+
const _IISAE = "InvalidIamSessionArnException";
|
|
187
|
+
const _IISE = "InvalidInstanceStatusException";
|
|
188
|
+
const _IITE = "InvalidInstanceTypeException";
|
|
189
|
+
const _IIUAE = "InvalidIamUserArnException";
|
|
190
|
+
const _IKPFE = "InvalidKeyPrefixFilterException";
|
|
191
|
+
const _ILBIE = "InvalidLoadBalancerInfoException";
|
|
192
|
+
const _ILEE = "InstanceLimitExceededException";
|
|
193
|
+
const _ILEHEIE = "InvalidLifecycleEventHookExecutionIdException";
|
|
194
|
+
const _ILEHESE = "InvalidLifecycleEventHookExecutionStatusException";
|
|
195
|
+
const _IMHHVE = "InvalidMinimumHealthyHostValueException";
|
|
196
|
+
const _INARE = "InstanceNameAlreadyRegisteredException";
|
|
197
|
+
const _INRE = "InstanceNameRequiredException";
|
|
198
|
+
const _INREn = "InstanceNotRegisteredException";
|
|
199
|
+
const _INTE = "InvalidNextTokenException";
|
|
200
|
+
const _IOE = "InvalidOperationException";
|
|
201
|
+
const _IOPTCE = "InvalidOnPremisesTagCombinationException";
|
|
202
|
+
const _IP = "InProgress";
|
|
203
|
+
const _IRE = "InvalidRevisionException";
|
|
204
|
+
const _IREn = "InvalidRoleException";
|
|
205
|
+
const _IRSE = "InvalidRegistrationStatusException";
|
|
206
|
+
const _IS = "InstanceSummary";
|
|
207
|
+
const _ISAARE = "IamSessionArnAlreadyRegisteredException";
|
|
208
|
+
const _ISBE = "InvalidSortByException";
|
|
209
|
+
const _ISL = "InstanceSummaryList";
|
|
210
|
+
const _ISOE = "InvalidSortOrderException";
|
|
211
|
+
const _IT = "InstanceTarget";
|
|
212
|
+
const _ITCE = "InvalidTriggerConfigException";
|
|
213
|
+
const _ITE = "InvalidTagException";
|
|
214
|
+
const _ITFE = "InvalidTagFilterException";
|
|
215
|
+
const _ITFNE = "InvalidTargetFilterNameException";
|
|
216
|
+
const _ITGPE = "InvalidTargetGroupPairException";
|
|
217
|
+
const _ITIE = "InvalidTargetInstancesException";
|
|
218
|
+
const _ITRCE = "InvalidTrafficRoutingConfigurationException";
|
|
219
|
+
const _ITRE = "InvalidTimeRangeException";
|
|
220
|
+
const _ITTAE = "InvalidTagsToAddException";
|
|
221
|
+
const _IUAARE = "IamUserArnAlreadyRegisteredException";
|
|
222
|
+
const _IUARE = "IamUserArnRequiredException";
|
|
223
|
+
const _IUOIOVE = "InvalidUpdateOutdatedInstancesOnlyValueException";
|
|
224
|
+
const _IZDCE = "InvalidZonalDeploymentConfigurationException";
|
|
225
|
+
const _K = "Key";
|
|
226
|
+
const _LA = "ListApplications";
|
|
227
|
+
const _LAI = "ListApplicationsInput";
|
|
228
|
+
const _LAO = "ListApplicationsOutput";
|
|
229
|
+
const _LAR = "ListApplicationRevisions";
|
|
230
|
+
const _LARI = "ListApplicationRevisionsInput";
|
|
231
|
+
const _LARO = "ListApplicationRevisionsOutput";
|
|
232
|
+
const _LBI = "LoadBalancerInfo";
|
|
233
|
+
const _LD = "ListDeployments";
|
|
234
|
+
const _LDC = "ListDeploymentConfigs";
|
|
235
|
+
const _LDCI = "ListDeploymentConfigsInput";
|
|
236
|
+
const _LDCO = "ListDeploymentConfigsOutput";
|
|
237
|
+
const _LDG = "ListDeploymentGroups";
|
|
238
|
+
const _LDGI = "ListDeploymentGroupsInput";
|
|
239
|
+
const _LDGO = "ListDeploymentGroupsOutput";
|
|
240
|
+
const _LDI = "LastDeploymentInfo";
|
|
241
|
+
const _LDII = "ListDeploymentInstancesInput";
|
|
242
|
+
const _LDIO = "ListDeploymentInstancesOutput";
|
|
243
|
+
const _LDIi = "ListDeploymentsInput";
|
|
244
|
+
const _LDIis = "ListDeploymentInstances";
|
|
245
|
+
const _LDO = "ListDeploymentsOutput";
|
|
246
|
+
const _LDT = "ListDeploymentTargets";
|
|
247
|
+
const _LDTI = "ListDeploymentTargetsInput";
|
|
248
|
+
const _LDTO = "ListDeploymentTargetsOutput";
|
|
249
|
+
const _LE = "LifecycleEvent";
|
|
250
|
+
const _LEACE = "LifecycleEventAlreadyCompletedException";
|
|
251
|
+
const _LEL = "LifecycleEventList";
|
|
252
|
+
const _LFI = "LambdaFunctionInfo";
|
|
253
|
+
const _LGHATN = "ListGitHubAccountTokenNames";
|
|
254
|
+
const _LGHATNI = "ListGitHubAccountTokenNamesInput";
|
|
255
|
+
const _LGHATNO = "ListGitHubAccountTokenNamesOutput";
|
|
256
|
+
const _LHLEE = "LifecycleHookLimitExceededException";
|
|
257
|
+
const _LOPI = "ListOnPremisesInstances";
|
|
258
|
+
const _LOPII = "ListOnPremisesInstancesInput";
|
|
259
|
+
const _LOPIO = "ListOnPremisesInstancesOutput";
|
|
260
|
+
const _LT = "LambdaTarget";
|
|
261
|
+
const _LTFR = "ListTagsForResource";
|
|
262
|
+
const _LTFRI = "ListTagsForResourceInput";
|
|
263
|
+
const _LTFRO = "ListTagsForResourceOutput";
|
|
264
|
+
const _MHH = "MinimumHealthyHosts";
|
|
265
|
+
const _MHHPZ = "MinimumHealthyHostsPerZone";
|
|
266
|
+
const _MIAPE = "MultipleIamArnsProvidedException";
|
|
267
|
+
const _NT = "NextToken";
|
|
268
|
+
const _ONSE = "OperationNotSupportedException";
|
|
269
|
+
const _OPTS = "OnPremisesTagSet";
|
|
270
|
+
const _OPTSL = "OnPremisesTagSetList";
|
|
271
|
+
const _P = "Pending";
|
|
272
|
+
const _PLEHES = "PutLifecycleEventHookExecutionStatus";
|
|
273
|
+
const _PLEHESI = "PutLifecycleEventHookExecutionStatusInput";
|
|
274
|
+
const _PLEHESO = "PutLifecycleEventHookExecutionStatusOutput";
|
|
275
|
+
const _R = "Ready";
|
|
276
|
+
const _RA = "ResourceArn";
|
|
277
|
+
const _RAR = "RegisterApplicationRevision";
|
|
278
|
+
const _RARE = "ResourceArnRequiredException";
|
|
279
|
+
const _RARI = "RegisterApplicationRevisionInput";
|
|
280
|
+
const _RD = "RelatedDeployments";
|
|
281
|
+
const _RDNEE = "RevisionDoesNotExistException";
|
|
282
|
+
const _RI = "RevisionInfo";
|
|
283
|
+
const _RIL = "RevisionInfoList";
|
|
284
|
+
const _RIo = "RollbackInfo";
|
|
285
|
+
const _RL = "RevisionLocation";
|
|
286
|
+
const _RLL = "RevisionLocationList";
|
|
287
|
+
const _ROPI = "RegisterOnPremisesInstance";
|
|
288
|
+
const _ROPII = "RegisterOnPremisesInstanceInput";
|
|
289
|
+
const _RRE = "RevisionRequiredException";
|
|
290
|
+
const _RREo = "RoleRequiredException";
|
|
291
|
+
const _RS = "RawString";
|
|
292
|
+
const _RTFOPI = "RemoveTagsFromOnPremisesInstances";
|
|
293
|
+
const _RTFOPII = "RemoveTagsFromOnPremisesInstancesInput";
|
|
294
|
+
const _RVE = "ResourceValidationException";
|
|
295
|
+
const _S = "Succeeded";
|
|
296
|
+
const _SD = "StopDeployment";
|
|
297
|
+
const _SDI = "StopDeploymentInput";
|
|
298
|
+
const _SDO = "StopDeploymentOutput";
|
|
299
|
+
const _SL = "S3Location";
|
|
300
|
+
const _SWTFIT = "SkipWaitTimeForInstanceTermination";
|
|
301
|
+
const _SWTFITI = "SkipWaitTimeForInstanceTerminationInput";
|
|
302
|
+
const _Sk = "Skipped";
|
|
303
|
+
const _T = "Type";
|
|
304
|
+
const _TBC = "TimeBasedCanary";
|
|
305
|
+
const _TBL = "TimeBasedLinear";
|
|
306
|
+
const _TC = "TriggerConfig";
|
|
307
|
+
const _TCL = "TriggerConfigList";
|
|
308
|
+
const _TE = "ThrottlingException";
|
|
309
|
+
const _TF = "TargetFilters";
|
|
310
|
+
const _TFL = "TagFilterList";
|
|
311
|
+
const _TFa = "TagFilter";
|
|
312
|
+
const _TGI = "TargetGroupInfo";
|
|
313
|
+
const _TGIL = "TargetGroupInfoList";
|
|
314
|
+
const _TGPI = "TargetGroupPairInfo";
|
|
315
|
+
const _TGPIL = "TargetGroupPairInfoList";
|
|
316
|
+
const _TI = "TargetInstances";
|
|
317
|
+
const _TK = "TagKeys";
|
|
318
|
+
const _TL = "TagList";
|
|
319
|
+
const _TLEE = "TagLimitExceededException";
|
|
320
|
+
const _TR = "TimeRange";
|
|
321
|
+
const _TRC = "TrafficRoutingConfig";
|
|
322
|
+
const _TRE = "TagRequiredException";
|
|
323
|
+
const _TRI = "TagResourceInput";
|
|
324
|
+
const _TRO = "TagResourceOutput";
|
|
325
|
+
const _TRa = "TagResource";
|
|
326
|
+
const _TRr = "TrafficRoute";
|
|
327
|
+
const _TSLLEE = "TagSetListLimitExceededException";
|
|
328
|
+
const _TTLEE = "TriggerTargetsLimitExceededException";
|
|
329
|
+
const _Ta = "Tags";
|
|
330
|
+
const _Tag = "Tag";
|
|
331
|
+
const _UA = "UpdateApplication";
|
|
332
|
+
const _UAFDTE = "UnsupportedActionForDeploymentTypeException";
|
|
333
|
+
const _UAI = "UpdateApplicationInput";
|
|
334
|
+
const _UDG = "UpdateDeploymentGroup";
|
|
335
|
+
const _UDGI = "UpdateDeploymentGroupInput";
|
|
336
|
+
const _UDGO = "UpdateDeploymentGroupOutput";
|
|
337
|
+
const _UR = "UntagResource";
|
|
338
|
+
const _URI = "UntagResourceInput";
|
|
339
|
+
const _URO = "UntagResourceOutput";
|
|
340
|
+
const _V = "Value";
|
|
341
|
+
const _ZC = "ZonalConfig";
|
|
342
|
+
const _a = "alarms";
|
|
343
|
+
const _aC = "alarmConfiguration";
|
|
344
|
+
const _aDSI = "additionalDeploymentStatusInfo";
|
|
345
|
+
const _aI = "applicationId";
|
|
346
|
+
const _aIp = "applicationsInfo";
|
|
347
|
+
const _aN = "applicationName";
|
|
348
|
+
const _aNp = "applicationNames";
|
|
349
|
+
const _aOT = "actionOnTimeout";
|
|
350
|
+
const _aRC = "autoRollbackConfiguration";
|
|
351
|
+
const _aRE = "autoRollbackEnabled";
|
|
352
|
+
const _aSC = "appSpecContent";
|
|
353
|
+
const _aSG = "autoScalingGroups";
|
|
354
|
+
const _aUOIDI = "autoUpdateOutdatedInstancesDeploymentIds";
|
|
355
|
+
const _aUOIRDI = "autoUpdateOutdatedInstancesRootDeploymentId";
|
|
356
|
+
const _ac = "action";
|
|
357
|
+
const _ap = "application";
|
|
358
|
+
const _app = "applications";
|
|
359
|
+
const _b = "bucket";
|
|
360
|
+
const _bGDC = "blueGreenDeploymentConfiguration";
|
|
361
|
+
const _bT = "bundleType";
|
|
362
|
+
const _c = "client";
|
|
363
|
+
const _cDGN = "currentDeploymentGroupName";
|
|
364
|
+
const _cFT = "cloudFormationTarget";
|
|
365
|
+
const _cI = "commitId";
|
|
366
|
+
const _cIa = "canaryInterval";
|
|
367
|
+
const _cN = "clusterName";
|
|
368
|
+
const _cP = "computePlatform";
|
|
369
|
+
const _cPa = "canaryPercentage";
|
|
370
|
+
const _cT = "createTime";
|
|
371
|
+
const _cTR = "createTimeRange";
|
|
372
|
+
const _cTo = "completeTime";
|
|
373
|
+
const _cV = "currentVersion";
|
|
374
|
+
const _co = "content";
|
|
375
|
+
const _cod = "code";
|
|
376
|
+
const _cr = "creator";
|
|
377
|
+
const _d = "description";
|
|
378
|
+
const _dC = "desiredCount";
|
|
379
|
+
const _dCI = "deploymentConfigId";
|
|
380
|
+
const _dCIe = "deploymentConfigInfo";
|
|
381
|
+
const _dCL = "deploymentConfigsList";
|
|
382
|
+
const _dCN = "deploymentConfigName";
|
|
383
|
+
const _dG = "deploymentGroups";
|
|
384
|
+
const _dGI = "deploymentGroupsInfo";
|
|
385
|
+
const _dGIe = "deploymentGroupId";
|
|
386
|
+
const _dGIep = "deploymentGroupInfo";
|
|
387
|
+
const _dGN = "deploymentGroupNames";
|
|
388
|
+
const _dGNe = "deploymentGroupName";
|
|
389
|
+
const _dI = "deploymentId";
|
|
390
|
+
const _dIe = "deploymentIds";
|
|
391
|
+
const _dIep = "deploymentsInfo";
|
|
392
|
+
const _dIepl = "deploymentInfo";
|
|
393
|
+
const _dO = "deploymentOverview";
|
|
394
|
+
const _dOe = "deploymentOption";
|
|
395
|
+
const _dRO = "deploymentReadyOption";
|
|
396
|
+
const _dS = "deploymentStyle";
|
|
397
|
+
const _dSM = "deploymentStatusMessages";
|
|
398
|
+
const _dT = "deploymentTargets";
|
|
399
|
+
const _dTT = "deploymentTargetType";
|
|
400
|
+
const _dTe = "deploymentType";
|
|
401
|
+
const _dTep = "deploymentTarget";
|
|
402
|
+
const _dTer = "deregisterTime";
|
|
403
|
+
const _dWT = "deploymentWaitType";
|
|
404
|
+
const _de = "deployed";
|
|
405
|
+
const _dep = "deployments";
|
|
406
|
+
const _di = "diagnostics";
|
|
407
|
+
const _e = "error";
|
|
408
|
+
const _eC = "errorCode";
|
|
409
|
+
const _eI = "externalId";
|
|
410
|
+
const _eIL = "elbInfoList";
|
|
411
|
+
const _eIr = "errorInformation";
|
|
412
|
+
const _eM = "errorMessage";
|
|
413
|
+
const _eS = "ecsServices";
|
|
414
|
+
const _eT = "ecsTarget";
|
|
415
|
+
const _eTF = "ec2TagFilters";
|
|
416
|
+
const _eTS = "ec2TagSet";
|
|
417
|
+
const _eTSL = "ec2TagSetList";
|
|
418
|
+
const _eTa = "eTag";
|
|
419
|
+
const _eTn = "endTime";
|
|
420
|
+
const _en = "enabled";
|
|
421
|
+
const _end = "end";
|
|
422
|
+
const _ev = "events";
|
|
423
|
+
const _fA = "functionAlias";
|
|
424
|
+
const _fEB = "fileExistsBehavior";
|
|
425
|
+
const _fN = "functionName";
|
|
426
|
+
const _fUT = "firstUsedTime";
|
|
427
|
+
const _fZMDIS = "firstZoneMonitorDurationInSeconds";
|
|
428
|
+
const _gFPO = "greenFleetProvisioningOption";
|
|
429
|
+
const _gHAN = "gitHubAccountName";
|
|
430
|
+
const _gHL = "gitHubLocation";
|
|
431
|
+
const _gRI = "genericRevisionInfo";
|
|
432
|
+
const _h = "hook";
|
|
433
|
+
const _hNCU = "hooksNotCleanedUp";
|
|
434
|
+
const _i = "identifer";
|
|
435
|
+
const _iA = "instanceArn";
|
|
436
|
+
const _iASF = "ignoreApplicationStopFailures";
|
|
437
|
+
const _iI = "instanceIds";
|
|
438
|
+
const _iIn = "instanceInfos";
|
|
439
|
+
const _iIns = "instanceId";
|
|
440
|
+
const _iInst = "instanceInfo";
|
|
441
|
+
const _iL = "instanceLabel";
|
|
442
|
+
const _iLn = "instancesList";
|
|
443
|
+
const _iN = "instanceNames";
|
|
444
|
+
const _iNn = "instanceName";
|
|
445
|
+
const _iOS = "includeOnlyStatuses";
|
|
446
|
+
const _iPAF = "ignorePollAlarmFailure";
|
|
447
|
+
const _iS = "instancesSummary";
|
|
448
|
+
const _iSA = "iamSessionArn";
|
|
449
|
+
const _iSF = "instanceStatusFilter";
|
|
450
|
+
const _iSn = "instanceSummary";
|
|
451
|
+
const _iT = "instanceTarget";
|
|
452
|
+
const _iTF = "instanceTypeFilter";
|
|
453
|
+
const _iTWTS = "instanceTerminationWaitTimeStarted";
|
|
454
|
+
const _iTn = "instanceType";
|
|
455
|
+
const _iUA = "iamUserArn";
|
|
456
|
+
const _k = "key";
|
|
457
|
+
const _lA = "listenerArns";
|
|
458
|
+
const _lAD = "lastAttemptedDeployment";
|
|
459
|
+
const _lBI = "loadBalancerInfo";
|
|
460
|
+
const _lE = "lifecycleEvents";
|
|
461
|
+
const _lEHEI = "lifecycleEventHookExecutionId";
|
|
462
|
+
const _lEN = "lifecycleEventName";
|
|
463
|
+
const _lFI = "lambdaFunctionInfo";
|
|
464
|
+
const _lI = "linearInterval";
|
|
465
|
+
const _lP = "linearPercentage";
|
|
466
|
+
const _lSD = "lastSuccessfulDeployment";
|
|
467
|
+
const _lT = "lambdaTarget";
|
|
468
|
+
const _lTGH = "linkedToGitHub";
|
|
469
|
+
const _lTo = "logTail";
|
|
470
|
+
const _lUA = "lastUpdatedAt";
|
|
471
|
+
const _lUT = "lastUsedTime";
|
|
472
|
+
const _m = "message";
|
|
473
|
+
const _mDIS = "monitorDurationInSeconds";
|
|
474
|
+
const _mHH = "minimumHealthyHosts";
|
|
475
|
+
const _mHHPZ = "minimumHealthyHostsPerZone";
|
|
476
|
+
const _n = "name";
|
|
477
|
+
const _nAN = "newApplicationName";
|
|
478
|
+
const _nDGN = "newDeploymentGroupName";
|
|
479
|
+
const _nT = "nextToken";
|
|
480
|
+
const _oAC = "overrideAlarmConfiguration";
|
|
481
|
+
const _oIS = "outdatedInstancesStrategy";
|
|
482
|
+
const _oPITF = "onPremisesInstanceTagFilters";
|
|
483
|
+
const _oPTS = "onPremisesTagSet";
|
|
484
|
+
const _oPTSL = "onPremisesTagSetList";
|
|
485
|
+
const _pC = "pendingCount";
|
|
486
|
+
const _pR = "previousRevision";
|
|
487
|
+
const _pTR = "prodTrafficRoute";
|
|
488
|
+
const _r = "revisions";
|
|
489
|
+
const _rC = "runningCount";
|
|
490
|
+
const _rD = "relatedDeployments";
|
|
491
|
+
const _rDI = "rollbackDeploymentId";
|
|
492
|
+
const _rI = "rollbackInfo";
|
|
493
|
+
const _rIe = "revisionInfo";
|
|
494
|
+
const _rL = "revisionLocation";
|
|
495
|
+
const _rM = "rollbackMessage";
|
|
496
|
+
const _rS = "registrationStatus";
|
|
497
|
+
const _rT = "resourceType";
|
|
498
|
+
const _rTDI = "rollbackTriggeringDeploymentId";
|
|
499
|
+
const _rTe = "registerTime";
|
|
500
|
+
const _rTev = "revisionType";
|
|
501
|
+
const _re = "revision";
|
|
502
|
+
const _rep = "repository";
|
|
503
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.codedeploy";
|
|
504
|
+
const _sB = "sortBy";
|
|
505
|
+
const _sBu = "s3Bucket";
|
|
506
|
+
const _sKP = "s3KeyPrefix";
|
|
507
|
+
const _sL = "s3Location";
|
|
508
|
+
const _sM = "statusMessage";
|
|
509
|
+
const _sN = "scriptName";
|
|
510
|
+
const _sNe = "serviceName";
|
|
511
|
+
const _sO = "sortOrder";
|
|
512
|
+
const _sRA = "serviceRoleArn";
|
|
513
|
+
const _sT = "startTime";
|
|
514
|
+
const _sh = "sha256";
|
|
515
|
+
const _st = "status";
|
|
516
|
+
const _sta = "start";
|
|
517
|
+
const _str = "string";
|
|
518
|
+
const _t = "tags";
|
|
519
|
+
const _tA = "targetArn";
|
|
520
|
+
const _tBC = "timeBasedCanary";
|
|
521
|
+
const _tBIODS = "terminateBlueInstancesOnDeploymentSuccess";
|
|
522
|
+
const _tBL = "timeBasedLinear";
|
|
523
|
+
const _tC = "triggerConfigurations";
|
|
524
|
+
const _tE = "triggerEvents";
|
|
525
|
+
const _tF = "targetFilters";
|
|
526
|
+
const _tFa = "tagFilters";
|
|
527
|
+
const _tG = "targetGroup";
|
|
528
|
+
const _tGIL = "targetGroupInfoList";
|
|
529
|
+
const _tGPIL = "targetGroupPairInfoList";
|
|
530
|
+
const _tGa = "targetGroups";
|
|
531
|
+
const _tH = "terminationHook";
|
|
532
|
+
const _tHE = "terminationHookEnabled";
|
|
533
|
+
const _tI = "targetIds";
|
|
534
|
+
const _tIa = "targetId";
|
|
535
|
+
const _tIar = "targetInstances";
|
|
536
|
+
const _tN = "tokenName";
|
|
537
|
+
const _tNL = "tokenNameList";
|
|
538
|
+
const _tNr = "triggerName";
|
|
539
|
+
const _tR = "targetRevision";
|
|
540
|
+
const _tRC = "trafficRoutingConfig";
|
|
541
|
+
const _tSI = "taskSetsInfo";
|
|
542
|
+
const _tSL = "taskSetLabel";
|
|
543
|
+
const _tTA = "triggerTargetArn";
|
|
544
|
+
const _tTR = "testTrafficRoute";
|
|
545
|
+
const _tV = "targetVersion";
|
|
546
|
+
const _tVW = "targetVersionWeight";
|
|
547
|
+
const _tW = "trafficWeight";
|
|
548
|
+
const _tWTIM = "terminationWaitTimeInMinutes";
|
|
549
|
+
const _ty = "type";
|
|
550
|
+
const _uOIO = "updateOutdatedInstancesOnly";
|
|
551
|
+
const _v = "value";
|
|
552
|
+
const _ve = "version";
|
|
553
|
+
const _wTIM = "waitTimeInMinutes";
|
|
554
|
+
const _zC = "zonalConfig";
|
|
555
|
+
const n0 = "com.amazonaws.codedeploy";
|
|
556
|
+
const schema_1 = require("@smithy/core/schema");
|
|
557
|
+
const CodeDeployServiceException_1 = require("../models/CodeDeployServiceException");
|
|
558
|
+
const errors_1 = require("../models/errors");
|
|
559
|
+
const _s_registry = schema_1.TypeRegistry.for(_s);
|
|
560
|
+
exports.CodeDeployServiceException$ = [-3, _s, "CodeDeployServiceException", 0, [], []];
|
|
561
|
+
_s_registry.registerError(exports.CodeDeployServiceException$, CodeDeployServiceException_1.CodeDeployServiceException);
|
|
562
|
+
const n0_registry = schema_1.TypeRegistry.for(n0);
|
|
563
|
+
exports.AlarmsLimitExceededException$ = [-3, n0, _ALEE,
|
|
564
|
+
{ [_e]: _c },
|
|
565
|
+
[_m],
|
|
566
|
+
[0]
|
|
567
|
+
];
|
|
568
|
+
n0_registry.registerError(exports.AlarmsLimitExceededException$, errors_1.AlarmsLimitExceededException);
|
|
569
|
+
exports.ApplicationAlreadyExistsException$ = [-3, n0, _AAEE,
|
|
570
|
+
{ [_e]: _c },
|
|
571
|
+
[_m],
|
|
572
|
+
[0]
|
|
573
|
+
];
|
|
574
|
+
n0_registry.registerError(exports.ApplicationAlreadyExistsException$, errors_1.ApplicationAlreadyExistsException);
|
|
575
|
+
exports.ApplicationDoesNotExistException$ = [-3, n0, _ADNEE,
|
|
576
|
+
{ [_e]: _c },
|
|
577
|
+
[_m],
|
|
578
|
+
[0]
|
|
579
|
+
];
|
|
580
|
+
n0_registry.registerError(exports.ApplicationDoesNotExistException$, errors_1.ApplicationDoesNotExistException);
|
|
581
|
+
exports.ApplicationLimitExceededException$ = [-3, n0, _ALEEp,
|
|
582
|
+
{ [_e]: _c },
|
|
583
|
+
[_m],
|
|
584
|
+
[0]
|
|
585
|
+
];
|
|
586
|
+
n0_registry.registerError(exports.ApplicationLimitExceededException$, errors_1.ApplicationLimitExceededException);
|
|
587
|
+
exports.ApplicationNameRequiredException$ = [-3, n0, _ANRE,
|
|
588
|
+
{ [_e]: _c },
|
|
589
|
+
[_m],
|
|
590
|
+
[0]
|
|
591
|
+
];
|
|
592
|
+
n0_registry.registerError(exports.ApplicationNameRequiredException$, errors_1.ApplicationNameRequiredException);
|
|
593
|
+
exports.ArnNotSupportedException$ = [-3, n0, _ANSE,
|
|
594
|
+
{ [_e]: _c },
|
|
595
|
+
[_m],
|
|
596
|
+
[0]
|
|
597
|
+
];
|
|
598
|
+
n0_registry.registerError(exports.ArnNotSupportedException$, errors_1.ArnNotSupportedException);
|
|
599
|
+
exports.BatchLimitExceededException$ = [-3, n0, _BLEE,
|
|
600
|
+
{ [_e]: _c },
|
|
601
|
+
[_m],
|
|
602
|
+
[0]
|
|
603
|
+
];
|
|
604
|
+
n0_registry.registerError(exports.BatchLimitExceededException$, errors_1.BatchLimitExceededException);
|
|
605
|
+
exports.BucketNameFilterRequiredException$ = [-3, n0, _BNFRE,
|
|
606
|
+
{ [_e]: _c },
|
|
607
|
+
[_m],
|
|
608
|
+
[0]
|
|
609
|
+
];
|
|
610
|
+
n0_registry.registerError(exports.BucketNameFilterRequiredException$, errors_1.BucketNameFilterRequiredException);
|
|
611
|
+
exports.DeploymentAlreadyCompletedException$ = [-3, n0, _DACE,
|
|
612
|
+
{ [_e]: _c },
|
|
613
|
+
[_m],
|
|
614
|
+
[0]
|
|
615
|
+
];
|
|
616
|
+
n0_registry.registerError(exports.DeploymentAlreadyCompletedException$, errors_1.DeploymentAlreadyCompletedException);
|
|
617
|
+
exports.DeploymentConfigAlreadyExistsException$ = [-3, n0, _DCAEE,
|
|
618
|
+
{ [_e]: _c },
|
|
619
|
+
[_m],
|
|
620
|
+
[0]
|
|
621
|
+
];
|
|
622
|
+
n0_registry.registerError(exports.DeploymentConfigAlreadyExistsException$, errors_1.DeploymentConfigAlreadyExistsException);
|
|
623
|
+
exports.DeploymentConfigDoesNotExistException$ = [-3, n0, _DCDNEE,
|
|
624
|
+
{ [_e]: _c },
|
|
625
|
+
[_m],
|
|
626
|
+
[0]
|
|
627
|
+
];
|
|
628
|
+
n0_registry.registerError(exports.DeploymentConfigDoesNotExistException$, errors_1.DeploymentConfigDoesNotExistException);
|
|
629
|
+
exports.DeploymentConfigInUseException$ = [-3, n0, _DCIUE,
|
|
630
|
+
{ [_e]: _c },
|
|
631
|
+
[_m],
|
|
632
|
+
[0]
|
|
633
|
+
];
|
|
634
|
+
n0_registry.registerError(exports.DeploymentConfigInUseException$, errors_1.DeploymentConfigInUseException);
|
|
635
|
+
exports.DeploymentConfigLimitExceededException$ = [-3, n0, _DCLEE,
|
|
636
|
+
{ [_e]: _c },
|
|
637
|
+
[_m],
|
|
638
|
+
[0]
|
|
639
|
+
];
|
|
640
|
+
n0_registry.registerError(exports.DeploymentConfigLimitExceededException$, errors_1.DeploymentConfigLimitExceededException);
|
|
641
|
+
exports.DeploymentConfigNameRequiredException$ = [-3, n0, _DCNRE,
|
|
642
|
+
{ [_e]: _c },
|
|
643
|
+
[_m],
|
|
644
|
+
[0]
|
|
645
|
+
];
|
|
646
|
+
n0_registry.registerError(exports.DeploymentConfigNameRequiredException$, errors_1.DeploymentConfigNameRequiredException);
|
|
647
|
+
exports.DeploymentDoesNotExistException$ = [-3, n0, _DDNEE,
|
|
648
|
+
{ [_e]: _c },
|
|
649
|
+
[_m],
|
|
650
|
+
[0]
|
|
651
|
+
];
|
|
652
|
+
n0_registry.registerError(exports.DeploymentDoesNotExistException$, errors_1.DeploymentDoesNotExistException);
|
|
653
|
+
exports.DeploymentGroupAlreadyExistsException$ = [-3, n0, _DGAEE,
|
|
654
|
+
{ [_e]: _c },
|
|
655
|
+
[_m],
|
|
656
|
+
[0]
|
|
657
|
+
];
|
|
658
|
+
n0_registry.registerError(exports.DeploymentGroupAlreadyExistsException$, errors_1.DeploymentGroupAlreadyExistsException);
|
|
659
|
+
exports.DeploymentGroupDoesNotExistException$ = [-3, n0, _DGDNEE,
|
|
660
|
+
{ [_e]: _c },
|
|
661
|
+
[_m],
|
|
662
|
+
[0]
|
|
663
|
+
];
|
|
664
|
+
n0_registry.registerError(exports.DeploymentGroupDoesNotExistException$, errors_1.DeploymentGroupDoesNotExistException);
|
|
665
|
+
exports.DeploymentGroupLimitExceededException$ = [-3, n0, _DGLEE,
|
|
666
|
+
{ [_e]: _c },
|
|
667
|
+
[_m],
|
|
668
|
+
[0]
|
|
669
|
+
];
|
|
670
|
+
n0_registry.registerError(exports.DeploymentGroupLimitExceededException$, errors_1.DeploymentGroupLimitExceededException);
|
|
671
|
+
exports.DeploymentGroupNameRequiredException$ = [-3, n0, _DGNRE,
|
|
672
|
+
{ [_e]: _c },
|
|
673
|
+
[_m],
|
|
674
|
+
[0]
|
|
675
|
+
];
|
|
676
|
+
n0_registry.registerError(exports.DeploymentGroupNameRequiredException$, errors_1.DeploymentGroupNameRequiredException);
|
|
677
|
+
exports.DeploymentIdRequiredException$ = [-3, n0, _DIRE,
|
|
678
|
+
{ [_e]: _c },
|
|
679
|
+
[_m],
|
|
680
|
+
[0]
|
|
681
|
+
];
|
|
682
|
+
n0_registry.registerError(exports.DeploymentIdRequiredException$, errors_1.DeploymentIdRequiredException);
|
|
683
|
+
exports.DeploymentIsNotInReadyStateException$ = [-3, n0, _DINIRSE,
|
|
684
|
+
{ [_e]: _c },
|
|
685
|
+
[_m],
|
|
686
|
+
[0]
|
|
687
|
+
];
|
|
688
|
+
n0_registry.registerError(exports.DeploymentIsNotInReadyStateException$, errors_1.DeploymentIsNotInReadyStateException);
|
|
689
|
+
exports.DeploymentLimitExceededException$ = [-3, n0, _DLEE,
|
|
690
|
+
{ [_e]: _c },
|
|
691
|
+
[_m],
|
|
692
|
+
[0]
|
|
693
|
+
];
|
|
694
|
+
n0_registry.registerError(exports.DeploymentLimitExceededException$, errors_1.DeploymentLimitExceededException);
|
|
695
|
+
exports.DeploymentNotStartedException$ = [-3, n0, _DNSE,
|
|
696
|
+
{ [_e]: _c },
|
|
697
|
+
[_m],
|
|
698
|
+
[0]
|
|
699
|
+
];
|
|
700
|
+
n0_registry.registerError(exports.DeploymentNotStartedException$, errors_1.DeploymentNotStartedException);
|
|
701
|
+
exports.DeploymentTargetDoesNotExistException$ = [-3, n0, _DTDNEE,
|
|
702
|
+
{ [_e]: _c },
|
|
703
|
+
[_m],
|
|
704
|
+
[0]
|
|
705
|
+
];
|
|
706
|
+
n0_registry.registerError(exports.DeploymentTargetDoesNotExistException$, errors_1.DeploymentTargetDoesNotExistException);
|
|
707
|
+
exports.DeploymentTargetIdRequiredException$ = [-3, n0, _DTIRE,
|
|
708
|
+
{ [_e]: _c },
|
|
709
|
+
[_m],
|
|
710
|
+
[0]
|
|
711
|
+
];
|
|
712
|
+
n0_registry.registerError(exports.DeploymentTargetIdRequiredException$, errors_1.DeploymentTargetIdRequiredException);
|
|
713
|
+
exports.DeploymentTargetListSizeExceededException$ = [-3, n0, _DTLSEE,
|
|
714
|
+
{ [_e]: _c },
|
|
715
|
+
[_m],
|
|
716
|
+
[0]
|
|
717
|
+
];
|
|
718
|
+
n0_registry.registerError(exports.DeploymentTargetListSizeExceededException$, errors_1.DeploymentTargetListSizeExceededException);
|
|
719
|
+
exports.DescriptionTooLongException$ = [-3, n0, _DTLE,
|
|
720
|
+
{ [_e]: _c },
|
|
721
|
+
[_m],
|
|
722
|
+
[0]
|
|
723
|
+
];
|
|
724
|
+
n0_registry.registerError(exports.DescriptionTooLongException$, errors_1.DescriptionTooLongException);
|
|
725
|
+
exports.ECSServiceMappingLimitExceededException$ = [-3, n0, _ECSSMLEE,
|
|
726
|
+
{ [_e]: _c },
|
|
727
|
+
[_m],
|
|
728
|
+
[0]
|
|
729
|
+
];
|
|
730
|
+
n0_registry.registerError(exports.ECSServiceMappingLimitExceededException$, errors_1.ECSServiceMappingLimitExceededException);
|
|
731
|
+
exports.GitHubAccountTokenDoesNotExistException$ = [-3, n0, _GHATDNEE,
|
|
732
|
+
{ [_e]: _c },
|
|
733
|
+
[_m],
|
|
734
|
+
[0]
|
|
735
|
+
];
|
|
736
|
+
n0_registry.registerError(exports.GitHubAccountTokenDoesNotExistException$, errors_1.GitHubAccountTokenDoesNotExistException);
|
|
737
|
+
exports.GitHubAccountTokenNameRequiredException$ = [-3, n0, _GHATNRE,
|
|
738
|
+
{ [_e]: _c },
|
|
739
|
+
[_m],
|
|
740
|
+
[0]
|
|
741
|
+
];
|
|
742
|
+
n0_registry.registerError(exports.GitHubAccountTokenNameRequiredException$, errors_1.GitHubAccountTokenNameRequiredException);
|
|
743
|
+
exports.IamArnRequiredException$ = [-3, n0, _IARE,
|
|
744
|
+
{ [_e]: _c },
|
|
745
|
+
[_m],
|
|
746
|
+
[0]
|
|
747
|
+
];
|
|
748
|
+
n0_registry.registerError(exports.IamArnRequiredException$, errors_1.IamArnRequiredException);
|
|
749
|
+
exports.IamSessionArnAlreadyRegisteredException$ = [-3, n0, _ISAARE,
|
|
750
|
+
{ [_e]: _c },
|
|
751
|
+
[_m],
|
|
752
|
+
[0]
|
|
753
|
+
];
|
|
754
|
+
n0_registry.registerError(exports.IamSessionArnAlreadyRegisteredException$, errors_1.IamSessionArnAlreadyRegisteredException);
|
|
755
|
+
exports.IamUserArnAlreadyRegisteredException$ = [-3, n0, _IUAARE,
|
|
756
|
+
{ [_e]: _c },
|
|
757
|
+
[_m],
|
|
758
|
+
[0]
|
|
759
|
+
];
|
|
760
|
+
n0_registry.registerError(exports.IamUserArnAlreadyRegisteredException$, errors_1.IamUserArnAlreadyRegisteredException);
|
|
761
|
+
exports.IamUserArnRequiredException$ = [-3, n0, _IUARE,
|
|
762
|
+
{ [_e]: _c },
|
|
763
|
+
[_m],
|
|
764
|
+
[0]
|
|
765
|
+
];
|
|
766
|
+
n0_registry.registerError(exports.IamUserArnRequiredException$, errors_1.IamUserArnRequiredException);
|
|
767
|
+
exports.InstanceDoesNotExistException$ = [-3, n0, _IDNEE,
|
|
768
|
+
{ [_e]: _c },
|
|
769
|
+
[_m],
|
|
770
|
+
[0]
|
|
771
|
+
];
|
|
772
|
+
n0_registry.registerError(exports.InstanceDoesNotExistException$, errors_1.InstanceDoesNotExistException);
|
|
773
|
+
exports.InstanceIdRequiredException$ = [-3, n0, _IIRE,
|
|
774
|
+
{ [_e]: _c },
|
|
775
|
+
[_m],
|
|
776
|
+
[0]
|
|
777
|
+
];
|
|
778
|
+
n0_registry.registerError(exports.InstanceIdRequiredException$, errors_1.InstanceIdRequiredException);
|
|
779
|
+
exports.InstanceLimitExceededException$ = [-3, n0, _ILEE,
|
|
780
|
+
{ [_e]: _c },
|
|
781
|
+
[_m],
|
|
782
|
+
[0]
|
|
783
|
+
];
|
|
784
|
+
n0_registry.registerError(exports.InstanceLimitExceededException$, errors_1.InstanceLimitExceededException);
|
|
785
|
+
exports.InstanceNameAlreadyRegisteredException$ = [-3, n0, _INARE,
|
|
786
|
+
{ [_e]: _c },
|
|
787
|
+
[_m],
|
|
788
|
+
[0]
|
|
789
|
+
];
|
|
790
|
+
n0_registry.registerError(exports.InstanceNameAlreadyRegisteredException$, errors_1.InstanceNameAlreadyRegisteredException);
|
|
791
|
+
exports.InstanceNameRequiredException$ = [-3, n0, _INRE,
|
|
792
|
+
{ [_e]: _c },
|
|
793
|
+
[_m],
|
|
794
|
+
[0]
|
|
795
|
+
];
|
|
796
|
+
n0_registry.registerError(exports.InstanceNameRequiredException$, errors_1.InstanceNameRequiredException);
|
|
797
|
+
exports.InstanceNotRegisteredException$ = [-3, n0, _INREn,
|
|
798
|
+
{ [_e]: _c },
|
|
799
|
+
[_m],
|
|
800
|
+
[0]
|
|
801
|
+
];
|
|
802
|
+
n0_registry.registerError(exports.InstanceNotRegisteredException$, errors_1.InstanceNotRegisteredException);
|
|
803
|
+
exports.InvalidAlarmConfigException$ = [-3, n0, _IACE,
|
|
804
|
+
{ [_e]: _c },
|
|
805
|
+
[_m],
|
|
806
|
+
[0]
|
|
807
|
+
];
|
|
808
|
+
n0_registry.registerError(exports.InvalidAlarmConfigException$, errors_1.InvalidAlarmConfigException);
|
|
809
|
+
exports.InvalidApplicationNameException$ = [-3, n0, _IANE,
|
|
810
|
+
{ [_e]: _c },
|
|
811
|
+
[_m],
|
|
812
|
+
[0]
|
|
813
|
+
];
|
|
814
|
+
n0_registry.registerError(exports.InvalidApplicationNameException$, errors_1.InvalidApplicationNameException);
|
|
815
|
+
exports.InvalidArnException$ = [-3, n0, _IAE,
|
|
816
|
+
{ [_e]: _c },
|
|
817
|
+
[_m],
|
|
818
|
+
[0]
|
|
819
|
+
];
|
|
820
|
+
n0_registry.registerError(exports.InvalidArnException$, errors_1.InvalidArnException);
|
|
821
|
+
exports.InvalidAutoRollbackConfigException$ = [-3, n0, _IARCE,
|
|
822
|
+
{ [_e]: _c },
|
|
823
|
+
[_m],
|
|
824
|
+
[0]
|
|
825
|
+
];
|
|
826
|
+
n0_registry.registerError(exports.InvalidAutoRollbackConfigException$, errors_1.InvalidAutoRollbackConfigException);
|
|
827
|
+
exports.InvalidAutoScalingGroupException$ = [-3, n0, _IASGE,
|
|
828
|
+
{ [_e]: _c },
|
|
829
|
+
[_m],
|
|
830
|
+
[0]
|
|
831
|
+
];
|
|
832
|
+
n0_registry.registerError(exports.InvalidAutoScalingGroupException$, errors_1.InvalidAutoScalingGroupException);
|
|
833
|
+
exports.InvalidBlueGreenDeploymentConfigurationException$ = [-3, n0, _IBGDCE,
|
|
834
|
+
{ [_e]: _c },
|
|
835
|
+
[_m],
|
|
836
|
+
[0]
|
|
837
|
+
];
|
|
838
|
+
n0_registry.registerError(exports.InvalidBlueGreenDeploymentConfigurationException$, errors_1.InvalidBlueGreenDeploymentConfigurationException);
|
|
839
|
+
exports.InvalidBucketNameFilterException$ = [-3, n0, _IBNFE,
|
|
840
|
+
{ [_e]: _c },
|
|
841
|
+
[_m],
|
|
842
|
+
[0]
|
|
843
|
+
];
|
|
844
|
+
n0_registry.registerError(exports.InvalidBucketNameFilterException$, errors_1.InvalidBucketNameFilterException);
|
|
845
|
+
exports.InvalidComputePlatformException$ = [-3, n0, _ICPE,
|
|
846
|
+
{ [_e]: _c },
|
|
847
|
+
[_m],
|
|
848
|
+
[0]
|
|
849
|
+
];
|
|
850
|
+
n0_registry.registerError(exports.InvalidComputePlatformException$, errors_1.InvalidComputePlatformException);
|
|
851
|
+
exports.InvalidDeployedStateFilterException$ = [-3, n0, _IDSFE,
|
|
852
|
+
{ [_e]: _c },
|
|
853
|
+
[_m],
|
|
854
|
+
[0]
|
|
855
|
+
];
|
|
856
|
+
n0_registry.registerError(exports.InvalidDeployedStateFilterException$, errors_1.InvalidDeployedStateFilterException);
|
|
857
|
+
exports.InvalidDeploymentConfigNameException$ = [-3, n0, _IDCNE,
|
|
858
|
+
{ [_e]: _c },
|
|
859
|
+
[_m],
|
|
860
|
+
[0]
|
|
861
|
+
];
|
|
862
|
+
n0_registry.registerError(exports.InvalidDeploymentConfigNameException$, errors_1.InvalidDeploymentConfigNameException);
|
|
863
|
+
exports.InvalidDeploymentGroupNameException$ = [-3, n0, _IDGNE,
|
|
864
|
+
{ [_e]: _c },
|
|
865
|
+
[_m],
|
|
866
|
+
[0]
|
|
867
|
+
];
|
|
868
|
+
n0_registry.registerError(exports.InvalidDeploymentGroupNameException$, errors_1.InvalidDeploymentGroupNameException);
|
|
869
|
+
exports.InvalidDeploymentIdException$ = [-3, n0, _IDIE,
|
|
870
|
+
{ [_e]: _c },
|
|
871
|
+
[_m],
|
|
872
|
+
[0]
|
|
873
|
+
];
|
|
874
|
+
n0_registry.registerError(exports.InvalidDeploymentIdException$, errors_1.InvalidDeploymentIdException);
|
|
875
|
+
exports.InvalidDeploymentInstanceTypeException$ = [-3, n0, _IDITE,
|
|
876
|
+
{ [_e]: _c },
|
|
877
|
+
[_m],
|
|
878
|
+
[0]
|
|
879
|
+
];
|
|
880
|
+
n0_registry.registerError(exports.InvalidDeploymentInstanceTypeException$, errors_1.InvalidDeploymentInstanceTypeException);
|
|
881
|
+
exports.InvalidDeploymentStatusException$ = [-3, n0, _IDSE,
|
|
882
|
+
{ [_e]: _c },
|
|
883
|
+
[_m],
|
|
884
|
+
[0]
|
|
885
|
+
];
|
|
886
|
+
n0_registry.registerError(exports.InvalidDeploymentStatusException$, errors_1.InvalidDeploymentStatusException);
|
|
887
|
+
exports.InvalidDeploymentStyleException$ = [-3, n0, _IDSEn,
|
|
888
|
+
{ [_e]: _c },
|
|
889
|
+
[_m],
|
|
890
|
+
[0]
|
|
891
|
+
];
|
|
892
|
+
n0_registry.registerError(exports.InvalidDeploymentStyleException$, errors_1.InvalidDeploymentStyleException);
|
|
893
|
+
exports.InvalidDeploymentTargetIdException$ = [-3, n0, _IDTIE,
|
|
894
|
+
{ [_e]: _c },
|
|
895
|
+
[_m],
|
|
896
|
+
[0]
|
|
897
|
+
];
|
|
898
|
+
n0_registry.registerError(exports.InvalidDeploymentTargetIdException$, errors_1.InvalidDeploymentTargetIdException);
|
|
899
|
+
exports.InvalidDeploymentWaitTypeException$ = [-3, n0, _IDWTE,
|
|
900
|
+
{ [_e]: _c },
|
|
901
|
+
[_m],
|
|
902
|
+
[0]
|
|
903
|
+
];
|
|
904
|
+
n0_registry.registerError(exports.InvalidDeploymentWaitTypeException$, errors_1.InvalidDeploymentWaitTypeException);
|
|
905
|
+
exports.InvalidEC2TagCombinationException$ = [-3, n0, _IECTCE,
|
|
906
|
+
{ [_e]: _c },
|
|
907
|
+
[_m],
|
|
908
|
+
[0]
|
|
909
|
+
];
|
|
910
|
+
n0_registry.registerError(exports.InvalidEC2TagCombinationException$, errors_1.InvalidEC2TagCombinationException);
|
|
911
|
+
exports.InvalidEC2TagException$ = [-3, n0, _IECTE,
|
|
912
|
+
{ [_e]: _c },
|
|
913
|
+
[_m],
|
|
914
|
+
[0]
|
|
915
|
+
];
|
|
916
|
+
n0_registry.registerError(exports.InvalidEC2TagException$, errors_1.InvalidEC2TagException);
|
|
917
|
+
exports.InvalidECSServiceException$ = [-3, n0, _IECSSE,
|
|
918
|
+
{ [_e]: _c },
|
|
919
|
+
[_m],
|
|
920
|
+
[0]
|
|
921
|
+
];
|
|
922
|
+
n0_registry.registerError(exports.InvalidECSServiceException$, errors_1.InvalidECSServiceException);
|
|
923
|
+
exports.InvalidExternalIdException$ = [-3, n0, _IEIE,
|
|
924
|
+
{ [_e]: _c },
|
|
925
|
+
[_m],
|
|
926
|
+
[0]
|
|
927
|
+
];
|
|
928
|
+
n0_registry.registerError(exports.InvalidExternalIdException$, errors_1.InvalidExternalIdException);
|
|
929
|
+
exports.InvalidFileExistsBehaviorException$ = [-3, n0, _IFEBE,
|
|
930
|
+
{ [_e]: _c },
|
|
931
|
+
[_m],
|
|
932
|
+
[0]
|
|
933
|
+
];
|
|
934
|
+
n0_registry.registerError(exports.InvalidFileExistsBehaviorException$, errors_1.InvalidFileExistsBehaviorException);
|
|
935
|
+
exports.InvalidGitHubAccountTokenException$ = [-3, n0, _IGHATE,
|
|
936
|
+
{ [_e]: _c },
|
|
937
|
+
[_m],
|
|
938
|
+
[0]
|
|
939
|
+
];
|
|
940
|
+
n0_registry.registerError(exports.InvalidGitHubAccountTokenException$, errors_1.InvalidGitHubAccountTokenException);
|
|
941
|
+
exports.InvalidGitHubAccountTokenNameException$ = [-3, n0, _IGHATNE,
|
|
942
|
+
{ [_e]: _c },
|
|
943
|
+
[_m],
|
|
944
|
+
[0]
|
|
945
|
+
];
|
|
946
|
+
n0_registry.registerError(exports.InvalidGitHubAccountTokenNameException$, errors_1.InvalidGitHubAccountTokenNameException);
|
|
947
|
+
exports.InvalidIamSessionArnException$ = [-3, n0, _IISAE,
|
|
948
|
+
{ [_e]: _c },
|
|
949
|
+
[_m],
|
|
950
|
+
[0]
|
|
951
|
+
];
|
|
952
|
+
n0_registry.registerError(exports.InvalidIamSessionArnException$, errors_1.InvalidIamSessionArnException);
|
|
953
|
+
exports.InvalidIamUserArnException$ = [-3, n0, _IIUAE,
|
|
954
|
+
{ [_e]: _c },
|
|
955
|
+
[_m],
|
|
956
|
+
[0]
|
|
957
|
+
];
|
|
958
|
+
n0_registry.registerError(exports.InvalidIamUserArnException$, errors_1.InvalidIamUserArnException);
|
|
959
|
+
exports.InvalidIgnoreApplicationStopFailuresValueException$ = [-3, n0, _IIASFVE,
|
|
960
|
+
{ [_e]: _c },
|
|
961
|
+
[_m],
|
|
962
|
+
[0]
|
|
963
|
+
];
|
|
964
|
+
n0_registry.registerError(exports.InvalidIgnoreApplicationStopFailuresValueException$, errors_1.InvalidIgnoreApplicationStopFailuresValueException);
|
|
965
|
+
exports.InvalidInputException$ = [-3, n0, _IIE,
|
|
966
|
+
{ [_e]: _c },
|
|
967
|
+
[_m],
|
|
968
|
+
[0]
|
|
969
|
+
];
|
|
970
|
+
n0_registry.registerError(exports.InvalidInputException$, errors_1.InvalidInputException);
|
|
971
|
+
exports.InvalidInstanceNameException$ = [-3, n0, _IINE,
|
|
972
|
+
{ [_e]: _c },
|
|
973
|
+
[_m],
|
|
974
|
+
[0]
|
|
975
|
+
];
|
|
976
|
+
n0_registry.registerError(exports.InvalidInstanceNameException$, errors_1.InvalidInstanceNameException);
|
|
977
|
+
exports.InvalidInstanceStatusException$ = [-3, n0, _IISE,
|
|
978
|
+
{ [_e]: _c },
|
|
979
|
+
[_m],
|
|
980
|
+
[0]
|
|
981
|
+
];
|
|
982
|
+
n0_registry.registerError(exports.InvalidInstanceStatusException$, errors_1.InvalidInstanceStatusException);
|
|
983
|
+
exports.InvalidInstanceTypeException$ = [-3, n0, _IITE,
|
|
984
|
+
{ [_e]: _c },
|
|
985
|
+
[_m],
|
|
986
|
+
[0]
|
|
987
|
+
];
|
|
988
|
+
n0_registry.registerError(exports.InvalidInstanceTypeException$, errors_1.InvalidInstanceTypeException);
|
|
989
|
+
exports.InvalidKeyPrefixFilterException$ = [-3, n0, _IKPFE,
|
|
990
|
+
{ [_e]: _c },
|
|
991
|
+
[_m],
|
|
992
|
+
[0]
|
|
993
|
+
];
|
|
994
|
+
n0_registry.registerError(exports.InvalidKeyPrefixFilterException$, errors_1.InvalidKeyPrefixFilterException);
|
|
995
|
+
exports.InvalidLifecycleEventHookExecutionIdException$ = [-3, n0, _ILEHEIE,
|
|
996
|
+
{ [_e]: _c },
|
|
997
|
+
[_m],
|
|
998
|
+
[0]
|
|
999
|
+
];
|
|
1000
|
+
n0_registry.registerError(exports.InvalidLifecycleEventHookExecutionIdException$, errors_1.InvalidLifecycleEventHookExecutionIdException);
|
|
1001
|
+
exports.InvalidLifecycleEventHookExecutionStatusException$ = [-3, n0, _ILEHESE,
|
|
1002
|
+
{ [_e]: _c },
|
|
1003
|
+
[_m],
|
|
1004
|
+
[0]
|
|
1005
|
+
];
|
|
1006
|
+
n0_registry.registerError(exports.InvalidLifecycleEventHookExecutionStatusException$, errors_1.InvalidLifecycleEventHookExecutionStatusException);
|
|
1007
|
+
exports.InvalidLoadBalancerInfoException$ = [-3, n0, _ILBIE,
|
|
1008
|
+
{ [_e]: _c },
|
|
1009
|
+
[_m],
|
|
1010
|
+
[0]
|
|
1011
|
+
];
|
|
1012
|
+
n0_registry.registerError(exports.InvalidLoadBalancerInfoException$, errors_1.InvalidLoadBalancerInfoException);
|
|
1013
|
+
exports.InvalidMinimumHealthyHostValueException$ = [-3, n0, _IMHHVE,
|
|
1014
|
+
{ [_e]: _c },
|
|
1015
|
+
[_m],
|
|
1016
|
+
[0]
|
|
1017
|
+
];
|
|
1018
|
+
n0_registry.registerError(exports.InvalidMinimumHealthyHostValueException$, errors_1.InvalidMinimumHealthyHostValueException);
|
|
1019
|
+
exports.InvalidNextTokenException$ = [-3, n0, _INTE,
|
|
1020
|
+
{ [_e]: _c },
|
|
1021
|
+
[_m],
|
|
1022
|
+
[0]
|
|
1023
|
+
];
|
|
1024
|
+
n0_registry.registerError(exports.InvalidNextTokenException$, errors_1.InvalidNextTokenException);
|
|
1025
|
+
exports.InvalidOnPremisesTagCombinationException$ = [-3, n0, _IOPTCE,
|
|
1026
|
+
{ [_e]: _c },
|
|
1027
|
+
[_m],
|
|
1028
|
+
[0]
|
|
1029
|
+
];
|
|
1030
|
+
n0_registry.registerError(exports.InvalidOnPremisesTagCombinationException$, errors_1.InvalidOnPremisesTagCombinationException);
|
|
1031
|
+
exports.InvalidOperationException$ = [-3, n0, _IOE,
|
|
1032
|
+
{ [_e]: _c },
|
|
1033
|
+
[_m],
|
|
1034
|
+
[0]
|
|
1035
|
+
];
|
|
1036
|
+
n0_registry.registerError(exports.InvalidOperationException$, errors_1.InvalidOperationException);
|
|
1037
|
+
exports.InvalidRegistrationStatusException$ = [-3, n0, _IRSE,
|
|
1038
|
+
{ [_e]: _c },
|
|
1039
|
+
[_m],
|
|
1040
|
+
[0]
|
|
1041
|
+
];
|
|
1042
|
+
n0_registry.registerError(exports.InvalidRegistrationStatusException$, errors_1.InvalidRegistrationStatusException);
|
|
1043
|
+
exports.InvalidRevisionException$ = [-3, n0, _IRE,
|
|
1044
|
+
{ [_e]: _c },
|
|
1045
|
+
[_m],
|
|
1046
|
+
[0]
|
|
1047
|
+
];
|
|
1048
|
+
n0_registry.registerError(exports.InvalidRevisionException$, errors_1.InvalidRevisionException);
|
|
1049
|
+
exports.InvalidRoleException$ = [-3, n0, _IREn,
|
|
1050
|
+
{ [_e]: _c },
|
|
1051
|
+
[_m],
|
|
1052
|
+
[0]
|
|
1053
|
+
];
|
|
1054
|
+
n0_registry.registerError(exports.InvalidRoleException$, errors_1.InvalidRoleException);
|
|
1055
|
+
exports.InvalidSortByException$ = [-3, n0, _ISBE,
|
|
1056
|
+
{ [_e]: _c },
|
|
1057
|
+
[_m],
|
|
1058
|
+
[0]
|
|
1059
|
+
];
|
|
1060
|
+
n0_registry.registerError(exports.InvalidSortByException$, errors_1.InvalidSortByException);
|
|
1061
|
+
exports.InvalidSortOrderException$ = [-3, n0, _ISOE,
|
|
1062
|
+
{ [_e]: _c },
|
|
1063
|
+
[_m],
|
|
1064
|
+
[0]
|
|
1065
|
+
];
|
|
1066
|
+
n0_registry.registerError(exports.InvalidSortOrderException$, errors_1.InvalidSortOrderException);
|
|
1067
|
+
exports.InvalidTagException$ = [-3, n0, _ITE,
|
|
1068
|
+
{ [_e]: _c },
|
|
1069
|
+
[_m],
|
|
1070
|
+
[0]
|
|
1071
|
+
];
|
|
1072
|
+
n0_registry.registerError(exports.InvalidTagException$, errors_1.InvalidTagException);
|
|
1073
|
+
exports.InvalidTagFilterException$ = [-3, n0, _ITFE,
|
|
1074
|
+
{ [_e]: _c },
|
|
1075
|
+
[_m],
|
|
1076
|
+
[0]
|
|
1077
|
+
];
|
|
1078
|
+
n0_registry.registerError(exports.InvalidTagFilterException$, errors_1.InvalidTagFilterException);
|
|
1079
|
+
exports.InvalidTagsToAddException$ = [-3, n0, _ITTAE,
|
|
1080
|
+
{ [_e]: _c },
|
|
1081
|
+
[_m],
|
|
1082
|
+
[0]
|
|
1083
|
+
];
|
|
1084
|
+
n0_registry.registerError(exports.InvalidTagsToAddException$, errors_1.InvalidTagsToAddException);
|
|
1085
|
+
exports.InvalidTargetFilterNameException$ = [-3, n0, _ITFNE,
|
|
1086
|
+
{ [_e]: _c },
|
|
1087
|
+
[_m],
|
|
1088
|
+
[0]
|
|
1089
|
+
];
|
|
1090
|
+
n0_registry.registerError(exports.InvalidTargetFilterNameException$, errors_1.InvalidTargetFilterNameException);
|
|
1091
|
+
exports.InvalidTargetGroupPairException$ = [-3, n0, _ITGPE,
|
|
1092
|
+
{ [_e]: _c },
|
|
1093
|
+
[_m],
|
|
1094
|
+
[0]
|
|
1095
|
+
];
|
|
1096
|
+
n0_registry.registerError(exports.InvalidTargetGroupPairException$, errors_1.InvalidTargetGroupPairException);
|
|
1097
|
+
exports.InvalidTargetInstancesException$ = [-3, n0, _ITIE,
|
|
1098
|
+
{ [_e]: _c },
|
|
1099
|
+
[_m],
|
|
1100
|
+
[0]
|
|
1101
|
+
];
|
|
1102
|
+
n0_registry.registerError(exports.InvalidTargetInstancesException$, errors_1.InvalidTargetInstancesException);
|
|
1103
|
+
exports.InvalidTimeRangeException$ = [-3, n0, _ITRE,
|
|
1104
|
+
{ [_e]: _c },
|
|
1105
|
+
[_m],
|
|
1106
|
+
[0]
|
|
1107
|
+
];
|
|
1108
|
+
n0_registry.registerError(exports.InvalidTimeRangeException$, errors_1.InvalidTimeRangeException);
|
|
1109
|
+
exports.InvalidTrafficRoutingConfigurationException$ = [-3, n0, _ITRCE,
|
|
1110
|
+
{ [_e]: _c },
|
|
1111
|
+
[_m],
|
|
1112
|
+
[0]
|
|
1113
|
+
];
|
|
1114
|
+
n0_registry.registerError(exports.InvalidTrafficRoutingConfigurationException$, errors_1.InvalidTrafficRoutingConfigurationException);
|
|
1115
|
+
exports.InvalidTriggerConfigException$ = [-3, n0, _ITCE,
|
|
1116
|
+
{ [_e]: _c },
|
|
1117
|
+
[_m],
|
|
1118
|
+
[0]
|
|
1119
|
+
];
|
|
1120
|
+
n0_registry.registerError(exports.InvalidTriggerConfigException$, errors_1.InvalidTriggerConfigException);
|
|
1121
|
+
exports.InvalidUpdateOutdatedInstancesOnlyValueException$ = [-3, n0, _IUOIOVE,
|
|
1122
|
+
{ [_e]: _c },
|
|
1123
|
+
[_m],
|
|
1124
|
+
[0]
|
|
1125
|
+
];
|
|
1126
|
+
n0_registry.registerError(exports.InvalidUpdateOutdatedInstancesOnlyValueException$, errors_1.InvalidUpdateOutdatedInstancesOnlyValueException);
|
|
1127
|
+
exports.InvalidZonalDeploymentConfigurationException$ = [-3, n0, _IZDCE,
|
|
1128
|
+
{ [_e]: _c },
|
|
1129
|
+
[_m],
|
|
1130
|
+
[0]
|
|
1131
|
+
];
|
|
1132
|
+
n0_registry.registerError(exports.InvalidZonalDeploymentConfigurationException$, errors_1.InvalidZonalDeploymentConfigurationException);
|
|
1133
|
+
exports.LifecycleEventAlreadyCompletedException$ = [-3, n0, _LEACE,
|
|
1134
|
+
{ [_e]: _c },
|
|
1135
|
+
[_m],
|
|
1136
|
+
[0]
|
|
1137
|
+
];
|
|
1138
|
+
n0_registry.registerError(exports.LifecycleEventAlreadyCompletedException$, errors_1.LifecycleEventAlreadyCompletedException);
|
|
1139
|
+
exports.LifecycleHookLimitExceededException$ = [-3, n0, _LHLEE,
|
|
1140
|
+
{ [_e]: _c },
|
|
1141
|
+
[_m],
|
|
1142
|
+
[0]
|
|
1143
|
+
];
|
|
1144
|
+
n0_registry.registerError(exports.LifecycleHookLimitExceededException$, errors_1.LifecycleHookLimitExceededException);
|
|
1145
|
+
exports.MultipleIamArnsProvidedException$ = [-3, n0, _MIAPE,
|
|
1146
|
+
{ [_e]: _c },
|
|
1147
|
+
[_m],
|
|
1148
|
+
[0]
|
|
1149
|
+
];
|
|
1150
|
+
n0_registry.registerError(exports.MultipleIamArnsProvidedException$, errors_1.MultipleIamArnsProvidedException);
|
|
1151
|
+
exports.OperationNotSupportedException$ = [-3, n0, _ONSE,
|
|
1152
|
+
{ [_e]: _c },
|
|
1153
|
+
[_m],
|
|
1154
|
+
[0]
|
|
1155
|
+
];
|
|
1156
|
+
n0_registry.registerError(exports.OperationNotSupportedException$, errors_1.OperationNotSupportedException);
|
|
1157
|
+
exports.ResourceArnRequiredException$ = [-3, n0, _RARE,
|
|
1158
|
+
{ [_e]: _c },
|
|
1159
|
+
[_m],
|
|
1160
|
+
[0]
|
|
1161
|
+
];
|
|
1162
|
+
n0_registry.registerError(exports.ResourceArnRequiredException$, errors_1.ResourceArnRequiredException);
|
|
1163
|
+
exports.ResourceValidationException$ = [-3, n0, _RVE,
|
|
1164
|
+
{ [_e]: _c },
|
|
1165
|
+
[_m],
|
|
1166
|
+
[0]
|
|
1167
|
+
];
|
|
1168
|
+
n0_registry.registerError(exports.ResourceValidationException$, errors_1.ResourceValidationException);
|
|
1169
|
+
exports.RevisionDoesNotExistException$ = [-3, n0, _RDNEE,
|
|
1170
|
+
{ [_e]: _c },
|
|
1171
|
+
[_m],
|
|
1172
|
+
[0]
|
|
1173
|
+
];
|
|
1174
|
+
n0_registry.registerError(exports.RevisionDoesNotExistException$, errors_1.RevisionDoesNotExistException);
|
|
1175
|
+
exports.RevisionRequiredException$ = [-3, n0, _RRE,
|
|
1176
|
+
{ [_e]: _c },
|
|
1177
|
+
[_m],
|
|
1178
|
+
[0]
|
|
1179
|
+
];
|
|
1180
|
+
n0_registry.registerError(exports.RevisionRequiredException$, errors_1.RevisionRequiredException);
|
|
1181
|
+
exports.RoleRequiredException$ = [-3, n0, _RREo,
|
|
1182
|
+
{ [_e]: _c },
|
|
1183
|
+
[_m],
|
|
1184
|
+
[0]
|
|
1185
|
+
];
|
|
1186
|
+
n0_registry.registerError(exports.RoleRequiredException$, errors_1.RoleRequiredException);
|
|
1187
|
+
exports.TagLimitExceededException$ = [-3, n0, _TLEE,
|
|
1188
|
+
{ [_e]: _c },
|
|
1189
|
+
[_m],
|
|
1190
|
+
[0]
|
|
1191
|
+
];
|
|
1192
|
+
n0_registry.registerError(exports.TagLimitExceededException$, errors_1.TagLimitExceededException);
|
|
1193
|
+
exports.TagRequiredException$ = [-3, n0, _TRE,
|
|
1194
|
+
{ [_e]: _c },
|
|
1195
|
+
[_m],
|
|
1196
|
+
[0]
|
|
1197
|
+
];
|
|
1198
|
+
n0_registry.registerError(exports.TagRequiredException$, errors_1.TagRequiredException);
|
|
1199
|
+
exports.TagSetListLimitExceededException$ = [-3, n0, _TSLLEE,
|
|
1200
|
+
{ [_e]: _c },
|
|
1201
|
+
[_m],
|
|
1202
|
+
[0]
|
|
1203
|
+
];
|
|
1204
|
+
n0_registry.registerError(exports.TagSetListLimitExceededException$, errors_1.TagSetListLimitExceededException);
|
|
1205
|
+
exports.ThrottlingException$ = [-3, n0, _TE,
|
|
1206
|
+
{ [_e]: _c },
|
|
1207
|
+
[_m],
|
|
1208
|
+
[0]
|
|
1209
|
+
];
|
|
1210
|
+
n0_registry.registerError(exports.ThrottlingException$, errors_1.ThrottlingException);
|
|
1211
|
+
exports.TriggerTargetsLimitExceededException$ = [-3, n0, _TTLEE,
|
|
1212
|
+
{ [_e]: _c },
|
|
1213
|
+
[_m],
|
|
1214
|
+
[0]
|
|
1215
|
+
];
|
|
1216
|
+
n0_registry.registerError(exports.TriggerTargetsLimitExceededException$, errors_1.TriggerTargetsLimitExceededException);
|
|
1217
|
+
exports.UnsupportedActionForDeploymentTypeException$ = [-3, n0, _UAFDTE,
|
|
1218
|
+
{ [_e]: _c },
|
|
1219
|
+
[_m],
|
|
1220
|
+
[0]
|
|
1221
|
+
];
|
|
1222
|
+
n0_registry.registerError(exports.UnsupportedActionForDeploymentTypeException$, errors_1.UnsupportedActionForDeploymentTypeException);
|
|
1223
|
+
exports.errorTypeRegistries = [
|
|
1224
|
+
_s_registry,
|
|
1225
|
+
n0_registry,
|
|
1226
|
+
];
|
|
1227
|
+
exports.AddTagsToOnPremisesInstancesInput$ = [3, n0, _ATTOPII,
|
|
1228
|
+
0,
|
|
1229
|
+
[_t, _iN],
|
|
1230
|
+
[() => TagList, 64 | 0], 2
|
|
1231
|
+
];
|
|
1232
|
+
exports.Alarm$ = [3, n0, _A,
|
|
1233
|
+
0,
|
|
1234
|
+
[_n],
|
|
1235
|
+
[0]
|
|
1236
|
+
];
|
|
1237
|
+
exports.AlarmConfiguration$ = [3, n0, _AC,
|
|
1238
|
+
0,
|
|
1239
|
+
[_en, _iPAF, _a],
|
|
1240
|
+
[2, 2, () => AlarmList]
|
|
1241
|
+
];
|
|
1242
|
+
exports.ApplicationInfo$ = [3, n0, _AI,
|
|
1243
|
+
0,
|
|
1244
|
+
[_aI, _aN, _cT, _lTGH, _gHAN, _cP],
|
|
1245
|
+
[0, 0, 4, 2, 0, 0]
|
|
1246
|
+
];
|
|
1247
|
+
exports.AppSpecContent$ = [3, n0, _ASC,
|
|
1248
|
+
0,
|
|
1249
|
+
[_co, _sh],
|
|
1250
|
+
[0, 0]
|
|
1251
|
+
];
|
|
1252
|
+
exports.AutoRollbackConfiguration$ = [3, n0, _ARC,
|
|
1253
|
+
0,
|
|
1254
|
+
[_en, _ev],
|
|
1255
|
+
[2, 64 | 0]
|
|
1256
|
+
];
|
|
1257
|
+
exports.AutoScalingGroup$ = [3, n0, _ASG,
|
|
1258
|
+
0,
|
|
1259
|
+
[_n, _h, _tH],
|
|
1260
|
+
[0, 0, 0]
|
|
1261
|
+
];
|
|
1262
|
+
exports.BatchGetApplicationRevisionsInput$ = [3, n0, _BGARI,
|
|
1263
|
+
0,
|
|
1264
|
+
[_aN, _r],
|
|
1265
|
+
[0, () => RevisionLocationList], 2
|
|
1266
|
+
];
|
|
1267
|
+
exports.BatchGetApplicationRevisionsOutput$ = [3, n0, _BGARO,
|
|
1268
|
+
0,
|
|
1269
|
+
[_aN, _eM, _r],
|
|
1270
|
+
[0, 0, () => RevisionInfoList]
|
|
1271
|
+
];
|
|
1272
|
+
exports.BatchGetApplicationsInput$ = [3, n0, _BGAI,
|
|
1273
|
+
0,
|
|
1274
|
+
[_aNp],
|
|
1275
|
+
[64 | 0], 1
|
|
1276
|
+
];
|
|
1277
|
+
exports.BatchGetApplicationsOutput$ = [3, n0, _BGAO,
|
|
1278
|
+
0,
|
|
1279
|
+
[_aIp],
|
|
1280
|
+
[() => ApplicationsInfoList]
|
|
1281
|
+
];
|
|
1282
|
+
exports.BatchGetDeploymentGroupsInput$ = [3, n0, _BGDGI,
|
|
1283
|
+
0,
|
|
1284
|
+
[_aN, _dGN],
|
|
1285
|
+
[0, 64 | 0], 2
|
|
1286
|
+
];
|
|
1287
|
+
exports.BatchGetDeploymentGroupsOutput$ = [3, n0, _BGDGO,
|
|
1288
|
+
0,
|
|
1289
|
+
[_dGI, _eM],
|
|
1290
|
+
[() => DeploymentGroupInfoList, 0]
|
|
1291
|
+
];
|
|
1292
|
+
exports.BatchGetDeploymentInstancesInput$ = [3, n0, _BGDII,
|
|
1293
|
+
0,
|
|
1294
|
+
[_dI, _iI],
|
|
1295
|
+
[0, 64 | 0], 2
|
|
1296
|
+
];
|
|
1297
|
+
exports.BatchGetDeploymentInstancesOutput$ = [3, n0, _BGDIO,
|
|
1298
|
+
0,
|
|
1299
|
+
[_iS, _eM],
|
|
1300
|
+
[() => InstanceSummaryList, 0]
|
|
1301
|
+
];
|
|
1302
|
+
exports.BatchGetDeploymentsInput$ = [3, n0, _BGDI,
|
|
1303
|
+
0,
|
|
1304
|
+
[_dIe],
|
|
1305
|
+
[64 | 0], 1
|
|
1306
|
+
];
|
|
1307
|
+
exports.BatchGetDeploymentsOutput$ = [3, n0, _BGDO,
|
|
1308
|
+
0,
|
|
1309
|
+
[_dIep],
|
|
1310
|
+
[() => DeploymentsInfoList]
|
|
1311
|
+
];
|
|
1312
|
+
exports.BatchGetDeploymentTargetsInput$ = [3, n0, _BGDTI,
|
|
1313
|
+
0,
|
|
1314
|
+
[_dI, _tI],
|
|
1315
|
+
[0, 64 | 0], 2
|
|
1316
|
+
];
|
|
1317
|
+
exports.BatchGetDeploymentTargetsOutput$ = [3, n0, _BGDTO,
|
|
1318
|
+
0,
|
|
1319
|
+
[_dT],
|
|
1320
|
+
[() => DeploymentTargetList]
|
|
1321
|
+
];
|
|
1322
|
+
exports.BatchGetOnPremisesInstancesInput$ = [3, n0, _BGOPII,
|
|
1323
|
+
0,
|
|
1324
|
+
[_iN],
|
|
1325
|
+
[64 | 0], 1
|
|
1326
|
+
];
|
|
1327
|
+
exports.BatchGetOnPremisesInstancesOutput$ = [3, n0, _BGOPIO,
|
|
1328
|
+
0,
|
|
1329
|
+
[_iIn],
|
|
1330
|
+
[() => InstanceInfoList]
|
|
1331
|
+
];
|
|
1332
|
+
exports.BlueGreenDeploymentConfiguration$ = [3, n0, _BGDC,
|
|
1333
|
+
0,
|
|
1334
|
+
[_tBIODS, _dRO, _gFPO],
|
|
1335
|
+
[() => exports.BlueInstanceTerminationOption$, () => exports.DeploymentReadyOption$, () => exports.GreenFleetProvisioningOption$]
|
|
1336
|
+
];
|
|
1337
|
+
exports.BlueInstanceTerminationOption$ = [3, n0, _BITO,
|
|
1338
|
+
0,
|
|
1339
|
+
[_ac, _tWTIM],
|
|
1340
|
+
[0, 1]
|
|
1341
|
+
];
|
|
1342
|
+
exports.CloudFormationTarget$ = [3, n0, _CFT,
|
|
1343
|
+
0,
|
|
1344
|
+
[_dI, _tIa, _lUA, _lE, _st, _rT, _tVW],
|
|
1345
|
+
[0, 0, 4, () => LifecycleEventList, 0, 0, 1]
|
|
1346
|
+
];
|
|
1347
|
+
exports.ContinueDeploymentInput$ = [3, n0, _CDI,
|
|
1348
|
+
0,
|
|
1349
|
+
[_dI, _dWT],
|
|
1350
|
+
[0, 0]
|
|
1351
|
+
];
|
|
1352
|
+
exports.CreateApplicationInput$ = [3, n0, _CAI,
|
|
1353
|
+
0,
|
|
1354
|
+
[_aN, _cP, _t],
|
|
1355
|
+
[0, 0, () => TagList], 1
|
|
1356
|
+
];
|
|
1357
|
+
exports.CreateApplicationOutput$ = [3, n0, _CAO,
|
|
1358
|
+
0,
|
|
1359
|
+
[_aI],
|
|
1360
|
+
[0]
|
|
1361
|
+
];
|
|
1362
|
+
exports.CreateDeploymentConfigInput$ = [3, n0, _CDCI,
|
|
1363
|
+
0,
|
|
1364
|
+
[_dCN, _mHH, _tRC, _cP, _zC],
|
|
1365
|
+
[0, () => exports.MinimumHealthyHosts$, () => exports.TrafficRoutingConfig$, 0, () => exports.ZonalConfig$], 1
|
|
1366
|
+
];
|
|
1367
|
+
exports.CreateDeploymentConfigOutput$ = [3, n0, _CDCO,
|
|
1368
|
+
0,
|
|
1369
|
+
[_dCI],
|
|
1370
|
+
[0]
|
|
1371
|
+
];
|
|
1372
|
+
exports.CreateDeploymentGroupInput$ = [3, n0, _CDGI,
|
|
1373
|
+
0,
|
|
1374
|
+
[_aN, _dGNe, _sRA, _dCN, _eTF, _oPITF, _aSG, _tC, _aC, _aRC, _oIS, _dS, _bGDC, _lBI, _eTS, _eS, _oPTS, _t, _tHE],
|
|
1375
|
+
[0, 0, 0, 0, () => EC2TagFilterList, () => TagFilterList, 64 | 0, () => TriggerConfigList, () => exports.AlarmConfiguration$, () => exports.AutoRollbackConfiguration$, 0, () => exports.DeploymentStyle$, () => exports.BlueGreenDeploymentConfiguration$, () => exports.LoadBalancerInfo$, () => exports.EC2TagSet$, () => ECSServiceList, () => exports.OnPremisesTagSet$, () => TagList, 2], 3
|
|
1376
|
+
];
|
|
1377
|
+
exports.CreateDeploymentGroupOutput$ = [3, n0, _CDGO,
|
|
1378
|
+
0,
|
|
1379
|
+
[_dGIe],
|
|
1380
|
+
[0]
|
|
1381
|
+
];
|
|
1382
|
+
exports.CreateDeploymentInput$ = [3, n0, _CDIr,
|
|
1383
|
+
0,
|
|
1384
|
+
[_aN, _dGNe, _re, _dCN, _d, _iASF, _tIar, _aRC, _uOIO, _fEB, _oAC],
|
|
1385
|
+
[0, 0, () => exports.RevisionLocation$, 0, 0, 2, () => exports.TargetInstances$, () => exports.AutoRollbackConfiguration$, 2, 0, () => exports.AlarmConfiguration$], 1
|
|
1386
|
+
];
|
|
1387
|
+
exports.CreateDeploymentOutput$ = [3, n0, _CDO,
|
|
1388
|
+
0,
|
|
1389
|
+
[_dI],
|
|
1390
|
+
[0]
|
|
1391
|
+
];
|
|
1392
|
+
exports.DeleteApplicationInput$ = [3, n0, _DAI,
|
|
1393
|
+
0,
|
|
1394
|
+
[_aN],
|
|
1395
|
+
[0], 1
|
|
1396
|
+
];
|
|
1397
|
+
exports.DeleteDeploymentConfigInput$ = [3, n0, _DDCI,
|
|
1398
|
+
0,
|
|
1399
|
+
[_dCN],
|
|
1400
|
+
[0], 1
|
|
1401
|
+
];
|
|
1402
|
+
exports.DeleteDeploymentGroupInput$ = [3, n0, _DDGI,
|
|
1403
|
+
0,
|
|
1404
|
+
[_aN, _dGNe],
|
|
1405
|
+
[0, 0], 2
|
|
1406
|
+
];
|
|
1407
|
+
exports.DeleteDeploymentGroupOutput$ = [3, n0, _DDGO,
|
|
1408
|
+
0,
|
|
1409
|
+
[_hNCU],
|
|
1410
|
+
[() => AutoScalingGroupList]
|
|
1411
|
+
];
|
|
1412
|
+
exports.DeleteGitHubAccountTokenInput$ = [3, n0, _DGHATI,
|
|
1413
|
+
0,
|
|
1414
|
+
[_tN],
|
|
1415
|
+
[0]
|
|
1416
|
+
];
|
|
1417
|
+
exports.DeleteGitHubAccountTokenOutput$ = [3, n0, _DGHATO,
|
|
1418
|
+
0,
|
|
1419
|
+
[_tN],
|
|
1420
|
+
[0]
|
|
1421
|
+
];
|
|
1422
|
+
exports.DeleteResourcesByExternalIdInput$ = [3, n0, _DRBEII,
|
|
1423
|
+
0,
|
|
1424
|
+
[_eI],
|
|
1425
|
+
[0]
|
|
1426
|
+
];
|
|
1427
|
+
exports.DeleteResourcesByExternalIdOutput$ = [3, n0, _DRBEIO,
|
|
1428
|
+
0,
|
|
1429
|
+
[],
|
|
1430
|
+
[]
|
|
1431
|
+
];
|
|
1432
|
+
exports.DeploymentConfigInfo$ = [3, n0, _DCI,
|
|
1433
|
+
0,
|
|
1434
|
+
[_dCI, _dCN, _mHH, _cT, _cP, _tRC, _zC],
|
|
1435
|
+
[0, 0, () => exports.MinimumHealthyHosts$, 4, 0, () => exports.TrafficRoutingConfig$, () => exports.ZonalConfig$]
|
|
1436
|
+
];
|
|
1437
|
+
exports.DeploymentGroupInfo$ = [3, n0, _DGI,
|
|
1438
|
+
0,
|
|
1439
|
+
[_aN, _dGIe, _dGNe, _dCN, _eTF, _oPITF, _aSG, _sRA, _tR, _tC, _aC, _aRC, _dS, _oIS, _bGDC, _lBI, _lSD, _lAD, _eTS, _oPTS, _cP, _eS, _tHE],
|
|
1440
|
+
[0, 0, 0, 0, () => EC2TagFilterList, () => TagFilterList, () => AutoScalingGroupList, 0, () => exports.RevisionLocation$, () => TriggerConfigList, () => exports.AlarmConfiguration$, () => exports.AutoRollbackConfiguration$, () => exports.DeploymentStyle$, 0, () => exports.BlueGreenDeploymentConfiguration$, () => exports.LoadBalancerInfo$, () => exports.LastDeploymentInfo$, () => exports.LastDeploymentInfo$, () => exports.EC2TagSet$, () => exports.OnPremisesTagSet$, 0, () => ECSServiceList, 2]
|
|
1441
|
+
];
|
|
1442
|
+
exports.DeploymentInfo$ = [3, n0, _DI,
|
|
1443
|
+
0,
|
|
1444
|
+
[_aN, _dGNe, _dCN, _dI, _pR, _re, _st, _eIr, _cT, _sT, _cTo, _dO, _d, _cr, _iASF, _aRC, _uOIO, _rI, _dS, _tIar, _iTWTS, _bGDC, _lBI, _aDSI, _fEB, _dSM, _cP, _eI, _rD, _oAC],
|
|
1445
|
+
[0, 0, 0, 0, () => exports.RevisionLocation$, () => exports.RevisionLocation$, 0, () => exports.ErrorInformation$, 4, 4, 4, () => exports.DeploymentOverview$, 0, 0, 2, () => exports.AutoRollbackConfiguration$, 2, () => exports.RollbackInfo$, () => exports.DeploymentStyle$, () => exports.TargetInstances$, 2, () => exports.BlueGreenDeploymentConfiguration$, () => exports.LoadBalancerInfo$, 0, 0, 64 | 0, 0, 0, () => exports.RelatedDeployments$, () => exports.AlarmConfiguration$]
|
|
1446
|
+
];
|
|
1447
|
+
exports.DeploymentOverview$ = [3, n0, _DO,
|
|
1448
|
+
0,
|
|
1449
|
+
[_P, _IP, _S, _F, _Sk, _R],
|
|
1450
|
+
[1, 1, 1, 1, 1, 1]
|
|
1451
|
+
];
|
|
1452
|
+
exports.DeploymentReadyOption$ = [3, n0, _DRO,
|
|
1453
|
+
0,
|
|
1454
|
+
[_aOT, _wTIM],
|
|
1455
|
+
[0, 1]
|
|
1456
|
+
];
|
|
1457
|
+
exports.DeploymentStyle$ = [3, n0, _DS,
|
|
1458
|
+
0,
|
|
1459
|
+
[_dTe, _dOe],
|
|
1460
|
+
[0, 0]
|
|
1461
|
+
];
|
|
1462
|
+
exports.DeploymentTarget$ = [3, n0, _DT,
|
|
1463
|
+
0,
|
|
1464
|
+
[_dTT, _iT, _lT, _eT, _cFT],
|
|
1465
|
+
[0, () => exports.InstanceTarget$, () => exports.LambdaTarget$, () => exports.ECSTarget$, () => exports.CloudFormationTarget$]
|
|
1466
|
+
];
|
|
1467
|
+
exports.DeregisterOnPremisesInstanceInput$ = [3, n0, _DOPII,
|
|
1468
|
+
0,
|
|
1469
|
+
[_iNn],
|
|
1470
|
+
[0], 1
|
|
1471
|
+
];
|
|
1472
|
+
exports.Diagnostics$ = [3, n0, _D,
|
|
1473
|
+
0,
|
|
1474
|
+
[_eC, _sN, _m, _lTo],
|
|
1475
|
+
[0, 0, 0, 0]
|
|
1476
|
+
];
|
|
1477
|
+
exports.EC2TagFilter$ = [3, n0, _ECTF,
|
|
1478
|
+
0,
|
|
1479
|
+
[_K, _V, _T],
|
|
1480
|
+
[0, 0, 0]
|
|
1481
|
+
];
|
|
1482
|
+
exports.EC2TagSet$ = [3, n0, _ECTS,
|
|
1483
|
+
0,
|
|
1484
|
+
[_eTSL],
|
|
1485
|
+
[() => EC2TagSetList]
|
|
1486
|
+
];
|
|
1487
|
+
exports.ECSService$ = [3, n0, _ECSS,
|
|
1488
|
+
0,
|
|
1489
|
+
[_sNe, _cN],
|
|
1490
|
+
[0, 0]
|
|
1491
|
+
];
|
|
1492
|
+
exports.ECSTarget$ = [3, n0, _ECST,
|
|
1493
|
+
0,
|
|
1494
|
+
[_dI, _tIa, _tA, _lUA, _lE, _st, _tSI],
|
|
1495
|
+
[0, 0, 0, 4, () => LifecycleEventList, 0, () => ECSTaskSetList]
|
|
1496
|
+
];
|
|
1497
|
+
exports.ECSTaskSet$ = [3, n0, _ECSTS,
|
|
1498
|
+
0,
|
|
1499
|
+
[_i, _dC, _pC, _rC, _st, _tW, _tG, _tSL],
|
|
1500
|
+
[0, 1, 1, 1, 0, 1, () => exports.TargetGroupInfo$, 0]
|
|
1501
|
+
];
|
|
1502
|
+
exports.ELBInfo$ = [3, n0, _ELBI,
|
|
1503
|
+
0,
|
|
1504
|
+
[_n],
|
|
1505
|
+
[0]
|
|
1506
|
+
];
|
|
1507
|
+
exports.ErrorInformation$ = [3, n0, _EI,
|
|
1508
|
+
0,
|
|
1509
|
+
[_cod, _m],
|
|
1510
|
+
[0, 0]
|
|
1511
|
+
];
|
|
1512
|
+
exports.GenericRevisionInfo$ = [3, n0, _GRI,
|
|
1513
|
+
0,
|
|
1514
|
+
[_d, _dG, _fUT, _lUT, _rTe],
|
|
1515
|
+
[0, 64 | 0, 4, 4, 4]
|
|
1516
|
+
];
|
|
1517
|
+
exports.GetApplicationInput$ = [3, n0, _GAI,
|
|
1518
|
+
0,
|
|
1519
|
+
[_aN],
|
|
1520
|
+
[0], 1
|
|
1521
|
+
];
|
|
1522
|
+
exports.GetApplicationOutput$ = [3, n0, _GAO,
|
|
1523
|
+
0,
|
|
1524
|
+
[_ap],
|
|
1525
|
+
[() => exports.ApplicationInfo$]
|
|
1526
|
+
];
|
|
1527
|
+
exports.GetApplicationRevisionInput$ = [3, n0, _GARI,
|
|
1528
|
+
0,
|
|
1529
|
+
[_aN, _re],
|
|
1530
|
+
[0, () => exports.RevisionLocation$], 2
|
|
1531
|
+
];
|
|
1532
|
+
exports.GetApplicationRevisionOutput$ = [3, n0, _GARO,
|
|
1533
|
+
0,
|
|
1534
|
+
[_aN, _re, _rIe],
|
|
1535
|
+
[0, () => exports.RevisionLocation$, () => exports.GenericRevisionInfo$]
|
|
1536
|
+
];
|
|
1537
|
+
exports.GetDeploymentConfigInput$ = [3, n0, _GDCI,
|
|
1538
|
+
0,
|
|
1539
|
+
[_dCN],
|
|
1540
|
+
[0], 1
|
|
1541
|
+
];
|
|
1542
|
+
exports.GetDeploymentConfigOutput$ = [3, n0, _GDCO,
|
|
1543
|
+
0,
|
|
1544
|
+
[_dCIe],
|
|
1545
|
+
[() => exports.DeploymentConfigInfo$]
|
|
1546
|
+
];
|
|
1547
|
+
exports.GetDeploymentGroupInput$ = [3, n0, _GDGI,
|
|
1548
|
+
0,
|
|
1549
|
+
[_aN, _dGNe],
|
|
1550
|
+
[0, 0], 2
|
|
1551
|
+
];
|
|
1552
|
+
exports.GetDeploymentGroupOutput$ = [3, n0, _GDGO,
|
|
1553
|
+
0,
|
|
1554
|
+
[_dGIep],
|
|
1555
|
+
[() => exports.DeploymentGroupInfo$]
|
|
1556
|
+
];
|
|
1557
|
+
exports.GetDeploymentInput$ = [3, n0, _GDI,
|
|
1558
|
+
0,
|
|
1559
|
+
[_dI],
|
|
1560
|
+
[0], 1
|
|
1561
|
+
];
|
|
1562
|
+
exports.GetDeploymentInstanceInput$ = [3, n0, _GDII,
|
|
1563
|
+
0,
|
|
1564
|
+
[_dI, _iIns],
|
|
1565
|
+
[0, 0], 2
|
|
1566
|
+
];
|
|
1567
|
+
exports.GetDeploymentInstanceOutput$ = [3, n0, _GDIO,
|
|
1568
|
+
0,
|
|
1569
|
+
[_iSn],
|
|
1570
|
+
[() => exports.InstanceSummary$]
|
|
1571
|
+
];
|
|
1572
|
+
exports.GetDeploymentOutput$ = [3, n0, _GDO,
|
|
1573
|
+
0,
|
|
1574
|
+
[_dIepl],
|
|
1575
|
+
[() => exports.DeploymentInfo$]
|
|
1576
|
+
];
|
|
1577
|
+
exports.GetDeploymentTargetInput$ = [3, n0, _GDTI,
|
|
1578
|
+
0,
|
|
1579
|
+
[_dI, _tIa],
|
|
1580
|
+
[0, 0], 2
|
|
1581
|
+
];
|
|
1582
|
+
exports.GetDeploymentTargetOutput$ = [3, n0, _GDTO,
|
|
1583
|
+
0,
|
|
1584
|
+
[_dTep],
|
|
1585
|
+
[() => exports.DeploymentTarget$]
|
|
1586
|
+
];
|
|
1587
|
+
exports.GetOnPremisesInstanceInput$ = [3, n0, _GOPII,
|
|
1588
|
+
0,
|
|
1589
|
+
[_iNn],
|
|
1590
|
+
[0], 1
|
|
1591
|
+
];
|
|
1592
|
+
exports.GetOnPremisesInstanceOutput$ = [3, n0, _GOPIO,
|
|
1593
|
+
0,
|
|
1594
|
+
[_iInst],
|
|
1595
|
+
[() => exports.InstanceInfo$]
|
|
1596
|
+
];
|
|
1597
|
+
exports.GitHubLocation$ = [3, n0, _GHL,
|
|
1598
|
+
0,
|
|
1599
|
+
[_rep, _cI],
|
|
1600
|
+
[0, 0]
|
|
1601
|
+
];
|
|
1602
|
+
exports.GreenFleetProvisioningOption$ = [3, n0, _GFPO,
|
|
1603
|
+
0,
|
|
1604
|
+
[_ac],
|
|
1605
|
+
[0]
|
|
1606
|
+
];
|
|
1607
|
+
exports.InstanceInfo$ = [3, n0, _II,
|
|
1608
|
+
0,
|
|
1609
|
+
[_iNn, _iSA, _iUA, _iA, _rTe, _dTer, _t],
|
|
1610
|
+
[0, 0, 0, 0, 4, 4, () => TagList]
|
|
1611
|
+
];
|
|
1612
|
+
exports.InstanceSummary$ = [3, n0, _IS,
|
|
1613
|
+
0,
|
|
1614
|
+
[_dI, _iIns, _st, _lUA, _lE, _iTn],
|
|
1615
|
+
[0, 0, 0, 4, () => LifecycleEventList, 0]
|
|
1616
|
+
];
|
|
1617
|
+
exports.InstanceTarget$ = [3, n0, _IT,
|
|
1618
|
+
0,
|
|
1619
|
+
[_dI, _tIa, _tA, _st, _lUA, _lE, _iL],
|
|
1620
|
+
[0, 0, 0, 0, 4, () => LifecycleEventList, 0]
|
|
1621
|
+
];
|
|
1622
|
+
exports.LambdaFunctionInfo$ = [3, n0, _LFI,
|
|
1623
|
+
0,
|
|
1624
|
+
[_fN, _fA, _cV, _tV, _tVW],
|
|
1625
|
+
[0, 0, 0, 0, 1]
|
|
1626
|
+
];
|
|
1627
|
+
exports.LambdaTarget$ = [3, n0, _LT,
|
|
1628
|
+
0,
|
|
1629
|
+
[_dI, _tIa, _tA, _st, _lUA, _lE, _lFI],
|
|
1630
|
+
[0, 0, 0, 0, 4, () => LifecycleEventList, () => exports.LambdaFunctionInfo$]
|
|
1631
|
+
];
|
|
1632
|
+
exports.LastDeploymentInfo$ = [3, n0, _LDI,
|
|
1633
|
+
0,
|
|
1634
|
+
[_dI, _st, _eTn, _cT],
|
|
1635
|
+
[0, 0, 4, 4]
|
|
1636
|
+
];
|
|
1637
|
+
exports.LifecycleEvent$ = [3, n0, _LE,
|
|
1638
|
+
0,
|
|
1639
|
+
[_lEN, _di, _sT, _eTn, _st],
|
|
1640
|
+
[0, () => exports.Diagnostics$, 4, 4, 0]
|
|
1641
|
+
];
|
|
1642
|
+
exports.ListApplicationRevisionsInput$ = [3, n0, _LARI,
|
|
1643
|
+
0,
|
|
1644
|
+
[_aN, _sB, _sO, _sBu, _sKP, _de, _nT],
|
|
1645
|
+
[0, 0, 0, 0, 0, 0, 0], 1
|
|
1646
|
+
];
|
|
1647
|
+
exports.ListApplicationRevisionsOutput$ = [3, n0, _LARO,
|
|
1648
|
+
0,
|
|
1649
|
+
[_r, _nT],
|
|
1650
|
+
[() => RevisionLocationList, 0]
|
|
1651
|
+
];
|
|
1652
|
+
exports.ListApplicationsInput$ = [3, n0, _LAI,
|
|
1653
|
+
0,
|
|
1654
|
+
[_nT],
|
|
1655
|
+
[0]
|
|
1656
|
+
];
|
|
1657
|
+
exports.ListApplicationsOutput$ = [3, n0, _LAO,
|
|
1658
|
+
0,
|
|
1659
|
+
[_app, _nT],
|
|
1660
|
+
[64 | 0, 0]
|
|
1661
|
+
];
|
|
1662
|
+
exports.ListDeploymentConfigsInput$ = [3, n0, _LDCI,
|
|
1663
|
+
0,
|
|
1664
|
+
[_nT],
|
|
1665
|
+
[0]
|
|
1666
|
+
];
|
|
1667
|
+
exports.ListDeploymentConfigsOutput$ = [3, n0, _LDCO,
|
|
1668
|
+
0,
|
|
1669
|
+
[_dCL, _nT],
|
|
1670
|
+
[64 | 0, 0]
|
|
1671
|
+
];
|
|
1672
|
+
exports.ListDeploymentGroupsInput$ = [3, n0, _LDGI,
|
|
1673
|
+
0,
|
|
1674
|
+
[_aN, _nT],
|
|
1675
|
+
[0, 0], 1
|
|
1676
|
+
];
|
|
1677
|
+
exports.ListDeploymentGroupsOutput$ = [3, n0, _LDGO,
|
|
1678
|
+
0,
|
|
1679
|
+
[_aN, _dG, _nT],
|
|
1680
|
+
[0, 64 | 0, 0]
|
|
1681
|
+
];
|
|
1682
|
+
exports.ListDeploymentInstancesInput$ = [3, n0, _LDII,
|
|
1683
|
+
0,
|
|
1684
|
+
[_dI, _nT, _iSF, _iTF],
|
|
1685
|
+
[0, 0, 64 | 0, 64 | 0], 1
|
|
1686
|
+
];
|
|
1687
|
+
exports.ListDeploymentInstancesOutput$ = [3, n0, _LDIO,
|
|
1688
|
+
0,
|
|
1689
|
+
[_iLn, _nT],
|
|
1690
|
+
[64 | 0, 0]
|
|
1691
|
+
];
|
|
1692
|
+
exports.ListDeploymentsInput$ = [3, n0, _LDIi,
|
|
1693
|
+
0,
|
|
1694
|
+
[_aN, _dGNe, _eI, _iOS, _cTR, _nT],
|
|
1695
|
+
[0, 0, 0, 64 | 0, () => exports.TimeRange$, 0]
|
|
1696
|
+
];
|
|
1697
|
+
exports.ListDeploymentsOutput$ = [3, n0, _LDO,
|
|
1698
|
+
0,
|
|
1699
|
+
[_dep, _nT],
|
|
1700
|
+
[64 | 0, 0]
|
|
1701
|
+
];
|
|
1702
|
+
exports.ListDeploymentTargetsInput$ = [3, n0, _LDTI,
|
|
1703
|
+
0,
|
|
1704
|
+
[_dI, _nT, _tF],
|
|
1705
|
+
[0, 0, [2, n0, _TF, 0, 0, 64 | 0]], 1
|
|
1706
|
+
];
|
|
1707
|
+
exports.ListDeploymentTargetsOutput$ = [3, n0, _LDTO,
|
|
1708
|
+
0,
|
|
1709
|
+
[_tI, _nT],
|
|
1710
|
+
[64 | 0, 0]
|
|
1711
|
+
];
|
|
1712
|
+
exports.ListGitHubAccountTokenNamesInput$ = [3, n0, _LGHATNI,
|
|
1713
|
+
0,
|
|
1714
|
+
[_nT],
|
|
1715
|
+
[0]
|
|
1716
|
+
];
|
|
1717
|
+
exports.ListGitHubAccountTokenNamesOutput$ = [3, n0, _LGHATNO,
|
|
1718
|
+
0,
|
|
1719
|
+
[_tNL, _nT],
|
|
1720
|
+
[64 | 0, 0]
|
|
1721
|
+
];
|
|
1722
|
+
exports.ListOnPremisesInstancesInput$ = [3, n0, _LOPII,
|
|
1723
|
+
0,
|
|
1724
|
+
[_rS, _tFa, _nT],
|
|
1725
|
+
[0, () => TagFilterList, 0]
|
|
1726
|
+
];
|
|
1727
|
+
exports.ListOnPremisesInstancesOutput$ = [3, n0, _LOPIO,
|
|
1728
|
+
0,
|
|
1729
|
+
[_iN, _nT],
|
|
1730
|
+
[64 | 0, 0]
|
|
1731
|
+
];
|
|
1732
|
+
exports.ListTagsForResourceInput$ = [3, n0, _LTFRI,
|
|
1733
|
+
0,
|
|
1734
|
+
[_RA, _NT],
|
|
1735
|
+
[0, 0], 1
|
|
1736
|
+
];
|
|
1737
|
+
exports.ListTagsForResourceOutput$ = [3, n0, _LTFRO,
|
|
1738
|
+
0,
|
|
1739
|
+
[_Ta, _NT],
|
|
1740
|
+
[() => TagList, 0]
|
|
1741
|
+
];
|
|
1742
|
+
exports.LoadBalancerInfo$ = [3, n0, _LBI,
|
|
1743
|
+
0,
|
|
1744
|
+
[_eIL, _tGIL, _tGPIL],
|
|
1745
|
+
[() => ELBInfoList, () => TargetGroupInfoList, () => TargetGroupPairInfoList]
|
|
1746
|
+
];
|
|
1747
|
+
exports.MinimumHealthyHosts$ = [3, n0, _MHH,
|
|
1748
|
+
0,
|
|
1749
|
+
[_ty, _v],
|
|
1750
|
+
[0, 1]
|
|
1751
|
+
];
|
|
1752
|
+
exports.MinimumHealthyHostsPerZone$ = [3, n0, _MHHPZ,
|
|
1753
|
+
0,
|
|
1754
|
+
[_ty, _v],
|
|
1755
|
+
[0, 1]
|
|
1756
|
+
];
|
|
1757
|
+
exports.OnPremisesTagSet$ = [3, n0, _OPTS,
|
|
1758
|
+
0,
|
|
1759
|
+
[_oPTSL],
|
|
1760
|
+
[() => OnPremisesTagSetList]
|
|
1761
|
+
];
|
|
1762
|
+
exports.PutLifecycleEventHookExecutionStatusInput$ = [3, n0, _PLEHESI,
|
|
1763
|
+
0,
|
|
1764
|
+
[_dI, _lEHEI, _st],
|
|
1765
|
+
[0, 0, 0]
|
|
1766
|
+
];
|
|
1767
|
+
exports.PutLifecycleEventHookExecutionStatusOutput$ = [3, n0, _PLEHESO,
|
|
1768
|
+
0,
|
|
1769
|
+
[_lEHEI],
|
|
1770
|
+
[0]
|
|
1771
|
+
];
|
|
1772
|
+
exports.RawString$ = [3, n0, _RS,
|
|
1773
|
+
0,
|
|
1774
|
+
[_co, _sh],
|
|
1775
|
+
[0, 0]
|
|
1776
|
+
];
|
|
1777
|
+
exports.RegisterApplicationRevisionInput$ = [3, n0, _RARI,
|
|
1778
|
+
0,
|
|
1779
|
+
[_aN, _re, _d],
|
|
1780
|
+
[0, () => exports.RevisionLocation$, 0], 2
|
|
1781
|
+
];
|
|
1782
|
+
exports.RegisterOnPremisesInstanceInput$ = [3, n0, _ROPII,
|
|
1783
|
+
0,
|
|
1784
|
+
[_iNn, _iSA, _iUA],
|
|
1785
|
+
[0, 0, 0], 1
|
|
1786
|
+
];
|
|
1787
|
+
exports.RelatedDeployments$ = [3, n0, _RD,
|
|
1788
|
+
0,
|
|
1789
|
+
[_aUOIRDI, _aUOIDI],
|
|
1790
|
+
[0, 64 | 0]
|
|
1791
|
+
];
|
|
1792
|
+
exports.RemoveTagsFromOnPremisesInstancesInput$ = [3, n0, _RTFOPII,
|
|
1793
|
+
0,
|
|
1794
|
+
[_t, _iN],
|
|
1795
|
+
[() => TagList, 64 | 0], 2
|
|
1796
|
+
];
|
|
1797
|
+
exports.RevisionInfo$ = [3, n0, _RI,
|
|
1798
|
+
0,
|
|
1799
|
+
[_rL, _gRI],
|
|
1800
|
+
[() => exports.RevisionLocation$, () => exports.GenericRevisionInfo$]
|
|
1801
|
+
];
|
|
1802
|
+
exports.RevisionLocation$ = [3, n0, _RL,
|
|
1803
|
+
0,
|
|
1804
|
+
[_rTev, _sL, _gHL, _str, _aSC],
|
|
1805
|
+
[0, () => exports.S3Location$, () => exports.GitHubLocation$, () => exports.RawString$, () => exports.AppSpecContent$]
|
|
1806
|
+
];
|
|
1807
|
+
exports.RollbackInfo$ = [3, n0, _RIo,
|
|
1808
|
+
0,
|
|
1809
|
+
[_rDI, _rTDI, _rM],
|
|
1810
|
+
[0, 0, 0]
|
|
1811
|
+
];
|
|
1812
|
+
exports.S3Location$ = [3, n0, _SL,
|
|
1813
|
+
0,
|
|
1814
|
+
[_b, _k, _bT, _ve, _eTa],
|
|
1815
|
+
[0, 0, 0, 0, 0]
|
|
1816
|
+
];
|
|
1817
|
+
exports.SkipWaitTimeForInstanceTerminationInput$ = [3, n0, _SWTFITI,
|
|
1818
|
+
0,
|
|
1819
|
+
[_dI],
|
|
1820
|
+
[0]
|
|
1821
|
+
];
|
|
1822
|
+
exports.StopDeploymentInput$ = [3, n0, _SDI,
|
|
1823
|
+
0,
|
|
1824
|
+
[_dI, _aRE],
|
|
1825
|
+
[0, 2], 1
|
|
1826
|
+
];
|
|
1827
|
+
exports.StopDeploymentOutput$ = [3, n0, _SDO,
|
|
1828
|
+
0,
|
|
1829
|
+
[_st, _sM],
|
|
1830
|
+
[0, 0]
|
|
1831
|
+
];
|
|
1832
|
+
exports.Tag$ = [3, n0, _Tag,
|
|
1833
|
+
0,
|
|
1834
|
+
[_K, _V],
|
|
1835
|
+
[0, 0]
|
|
1836
|
+
];
|
|
1837
|
+
exports.TagFilter$ = [3, n0, _TFa,
|
|
1838
|
+
0,
|
|
1839
|
+
[_K, _V, _T],
|
|
1840
|
+
[0, 0, 0]
|
|
1841
|
+
];
|
|
1842
|
+
exports.TagResourceInput$ = [3, n0, _TRI,
|
|
1843
|
+
0,
|
|
1844
|
+
[_RA, _Ta],
|
|
1845
|
+
[0, () => TagList], 2
|
|
1846
|
+
];
|
|
1847
|
+
exports.TagResourceOutput$ = [3, n0, _TRO,
|
|
1848
|
+
0,
|
|
1849
|
+
[],
|
|
1850
|
+
[]
|
|
1851
|
+
];
|
|
1852
|
+
exports.TargetGroupInfo$ = [3, n0, _TGI,
|
|
1853
|
+
0,
|
|
1854
|
+
[_n],
|
|
1855
|
+
[0]
|
|
1856
|
+
];
|
|
1857
|
+
exports.TargetGroupPairInfo$ = [3, n0, _TGPI,
|
|
1858
|
+
0,
|
|
1859
|
+
[_tGa, _pTR, _tTR],
|
|
1860
|
+
[() => TargetGroupInfoList, () => exports.TrafficRoute$, () => exports.TrafficRoute$]
|
|
1861
|
+
];
|
|
1862
|
+
exports.TargetInstances$ = [3, n0, _TI,
|
|
1863
|
+
0,
|
|
1864
|
+
[_tFa, _aSG, _eTS],
|
|
1865
|
+
[() => EC2TagFilterList, 64 | 0, () => exports.EC2TagSet$]
|
|
1866
|
+
];
|
|
1867
|
+
exports.TimeBasedCanary$ = [3, n0, _TBC,
|
|
1868
|
+
0,
|
|
1869
|
+
[_cPa, _cIa],
|
|
1870
|
+
[1, 1]
|
|
1871
|
+
];
|
|
1872
|
+
exports.TimeBasedLinear$ = [3, n0, _TBL,
|
|
1873
|
+
0,
|
|
1874
|
+
[_lP, _lI],
|
|
1875
|
+
[1, 1]
|
|
1876
|
+
];
|
|
1877
|
+
exports.TimeRange$ = [3, n0, _TR,
|
|
1878
|
+
0,
|
|
1879
|
+
[_sta, _end],
|
|
1880
|
+
[4, 4]
|
|
1881
|
+
];
|
|
1882
|
+
exports.TrafficRoute$ = [3, n0, _TRr,
|
|
1883
|
+
0,
|
|
1884
|
+
[_lA],
|
|
1885
|
+
[64 | 0]
|
|
1886
|
+
];
|
|
1887
|
+
exports.TrafficRoutingConfig$ = [3, n0, _TRC,
|
|
1888
|
+
0,
|
|
1889
|
+
[_ty, _tBC, _tBL],
|
|
1890
|
+
[0, () => exports.TimeBasedCanary$, () => exports.TimeBasedLinear$]
|
|
1891
|
+
];
|
|
1892
|
+
exports.TriggerConfig$ = [3, n0, _TC,
|
|
1893
|
+
0,
|
|
1894
|
+
[_tNr, _tTA, _tE],
|
|
1895
|
+
[0, 0, 64 | 0]
|
|
1896
|
+
];
|
|
1897
|
+
exports.UntagResourceInput$ = [3, n0, _URI,
|
|
1898
|
+
0,
|
|
1899
|
+
[_RA, _TK],
|
|
1900
|
+
[0, 64 | 0], 2
|
|
1901
|
+
];
|
|
1902
|
+
exports.UntagResourceOutput$ = [3, n0, _URO,
|
|
1903
|
+
0,
|
|
1904
|
+
[],
|
|
1905
|
+
[]
|
|
1906
|
+
];
|
|
1907
|
+
exports.UpdateApplicationInput$ = [3, n0, _UAI,
|
|
1908
|
+
0,
|
|
1909
|
+
[_aN, _nAN],
|
|
1910
|
+
[0, 0]
|
|
1911
|
+
];
|
|
1912
|
+
exports.UpdateDeploymentGroupInput$ = [3, n0, _UDGI,
|
|
1913
|
+
0,
|
|
1914
|
+
[_aN, _cDGN, _nDGN, _dCN, _eTF, _oPITF, _aSG, _sRA, _tC, _aC, _aRC, _oIS, _dS, _bGDC, _lBI, _eTS, _eS, _oPTS, _tHE],
|
|
1915
|
+
[0, 0, 0, 0, () => EC2TagFilterList, () => TagFilterList, 64 | 0, 0, () => TriggerConfigList, () => exports.AlarmConfiguration$, () => exports.AutoRollbackConfiguration$, 0, () => exports.DeploymentStyle$, () => exports.BlueGreenDeploymentConfiguration$, () => exports.LoadBalancerInfo$, () => exports.EC2TagSet$, () => ECSServiceList, () => exports.OnPremisesTagSet$, 2], 2
|
|
1916
|
+
];
|
|
1917
|
+
exports.UpdateDeploymentGroupOutput$ = [3, n0, _UDGO,
|
|
1918
|
+
0,
|
|
1919
|
+
[_hNCU],
|
|
1920
|
+
[() => AutoScalingGroupList]
|
|
1921
|
+
];
|
|
1922
|
+
exports.ZonalConfig$ = [3, n0, _ZC,
|
|
1923
|
+
0,
|
|
1924
|
+
[_fZMDIS, _mDIS, _mHHPZ],
|
|
1925
|
+
[1, 1, () => exports.MinimumHealthyHostsPerZone$]
|
|
1926
|
+
];
|
|
1927
|
+
var __Unit = "unit";
|
|
1928
|
+
var AlarmList = [1, n0, _AL,
|
|
1929
|
+
0, () => exports.Alarm$
|
|
1930
|
+
];
|
|
1931
|
+
var ApplicationsInfoList = [1, n0, _AIL,
|
|
1932
|
+
0, () => exports.ApplicationInfo$
|
|
1933
|
+
];
|
|
1934
|
+
var ApplicationsList = 64 | 0;
|
|
1935
|
+
var AutoRollbackEventsList = 64 | 0;
|
|
1936
|
+
var AutoScalingGroupList = [1, n0, _ASGL,
|
|
1937
|
+
0, () => exports.AutoScalingGroup$
|
|
1938
|
+
];
|
|
1939
|
+
var AutoScalingGroupNameList = 64 | 0;
|
|
1940
|
+
var DeploymentConfigsList = 64 | 0;
|
|
1941
|
+
var DeploymentGroupInfoList = [1, n0, _DGIL,
|
|
1942
|
+
0, () => exports.DeploymentGroupInfo$
|
|
1943
|
+
];
|
|
1944
|
+
var DeploymentGroupsList = 64 | 0;
|
|
1945
|
+
var DeploymentsInfoList = [1, n0, _DIL,
|
|
1946
|
+
0, () => exports.DeploymentInfo$
|
|
1947
|
+
];
|
|
1948
|
+
var DeploymentsList = 64 | 0;
|
|
1949
|
+
var DeploymentStatusList = 64 | 0;
|
|
1950
|
+
var DeploymentStatusMessageList = 64 | 0;
|
|
1951
|
+
var DeploymentTargetList = [1, n0, _DTL,
|
|
1952
|
+
0, () => exports.DeploymentTarget$
|
|
1953
|
+
];
|
|
1954
|
+
var EC2TagFilterList = [1, n0, _ECTFL,
|
|
1955
|
+
0, () => exports.EC2TagFilter$
|
|
1956
|
+
];
|
|
1957
|
+
var EC2TagSetList = [1, n0, _ECTSL,
|
|
1958
|
+
0, () => EC2TagFilterList
|
|
1959
|
+
];
|
|
1960
|
+
var ECSServiceList = [1, n0, _ECSSL,
|
|
1961
|
+
0, () => exports.ECSService$
|
|
1962
|
+
];
|
|
1963
|
+
var ECSTaskSetList = [1, n0, _ECSTSL,
|
|
1964
|
+
0, () => exports.ECSTaskSet$
|
|
1965
|
+
];
|
|
1966
|
+
var ELBInfoList = [1, n0, _ELBIL,
|
|
1967
|
+
0, () => exports.ELBInfo$
|
|
1968
|
+
];
|
|
1969
|
+
var FilterValueList = 64 | 0;
|
|
1970
|
+
var GitHubAccountTokenNameList = 64 | 0;
|
|
1971
|
+
var InstanceInfoList = [1, n0, _IIL,
|
|
1972
|
+
0, () => exports.InstanceInfo$
|
|
1973
|
+
];
|
|
1974
|
+
var InstanceNameList = 64 | 0;
|
|
1975
|
+
var InstancesList = 64 | 0;
|
|
1976
|
+
var InstanceStatusList = 64 | 0;
|
|
1977
|
+
var InstanceSummaryList = [1, n0, _ISL,
|
|
1978
|
+
0, () => exports.InstanceSummary$
|
|
1979
|
+
];
|
|
1980
|
+
var InstanceTypeList = 64 | 0;
|
|
1981
|
+
var LifecycleEventList = [1, n0, _LEL,
|
|
1982
|
+
0, () => exports.LifecycleEvent$
|
|
1983
|
+
];
|
|
1984
|
+
var ListenerArnList = 64 | 0;
|
|
1985
|
+
var OnPremisesTagSetList = [1, n0, _OPTSL,
|
|
1986
|
+
0, () => TagFilterList
|
|
1987
|
+
];
|
|
1988
|
+
var RevisionInfoList = [1, n0, _RIL,
|
|
1989
|
+
0, () => exports.RevisionInfo$
|
|
1990
|
+
];
|
|
1991
|
+
var RevisionLocationList = [1, n0, _RLL,
|
|
1992
|
+
0, () => exports.RevisionLocation$
|
|
1993
|
+
];
|
|
1994
|
+
var TagFilterList = [1, n0, _TFL,
|
|
1995
|
+
0, () => exports.TagFilter$
|
|
1996
|
+
];
|
|
1997
|
+
var TagKeyList = 64 | 0;
|
|
1998
|
+
var TagList = [1, n0, _TL,
|
|
1999
|
+
0, () => exports.Tag$
|
|
2000
|
+
];
|
|
2001
|
+
var TargetGroupInfoList = [1, n0, _TGIL,
|
|
2002
|
+
0, () => exports.TargetGroupInfo$
|
|
2003
|
+
];
|
|
2004
|
+
var TargetGroupPairInfoList = [1, n0, _TGPIL,
|
|
2005
|
+
0, () => exports.TargetGroupPairInfo$
|
|
2006
|
+
];
|
|
2007
|
+
var TargetIdList = 64 | 0;
|
|
2008
|
+
var TriggerConfigList = [1, n0, _TCL,
|
|
2009
|
+
0, () => exports.TriggerConfig$
|
|
2010
|
+
];
|
|
2011
|
+
var TriggerEventTypeList = 64 | 0;
|
|
2012
|
+
var TargetFilters = [2, n0, _TF,
|
|
2013
|
+
0, 0, 64 | 0
|
|
2014
|
+
];
|
|
2015
|
+
exports.AddTagsToOnPremisesInstances$ = [9, n0, _ATTOPI,
|
|
2016
|
+
0, () => exports.AddTagsToOnPremisesInstancesInput$, () => __Unit
|
|
2017
|
+
];
|
|
2018
|
+
exports.BatchGetApplicationRevisions$ = [9, n0, _BGAR,
|
|
2019
|
+
0, () => exports.BatchGetApplicationRevisionsInput$, () => exports.BatchGetApplicationRevisionsOutput$
|
|
2020
|
+
];
|
|
2021
|
+
exports.BatchGetApplications$ = [9, n0, _BGA,
|
|
2022
|
+
0, () => exports.BatchGetApplicationsInput$, () => exports.BatchGetApplicationsOutput$
|
|
2023
|
+
];
|
|
2024
|
+
exports.BatchGetDeploymentGroups$ = [9, n0, _BGDG,
|
|
2025
|
+
0, () => exports.BatchGetDeploymentGroupsInput$, () => exports.BatchGetDeploymentGroupsOutput$
|
|
2026
|
+
];
|
|
2027
|
+
exports.BatchGetDeploymentInstances$ = [9, n0, _BGDIa,
|
|
2028
|
+
0, () => exports.BatchGetDeploymentInstancesInput$, () => exports.BatchGetDeploymentInstancesOutput$
|
|
2029
|
+
];
|
|
2030
|
+
exports.BatchGetDeployments$ = [9, n0, _BGD,
|
|
2031
|
+
0, () => exports.BatchGetDeploymentsInput$, () => exports.BatchGetDeploymentsOutput$
|
|
2032
|
+
];
|
|
2033
|
+
exports.BatchGetDeploymentTargets$ = [9, n0, _BGDT,
|
|
2034
|
+
0, () => exports.BatchGetDeploymentTargetsInput$, () => exports.BatchGetDeploymentTargetsOutput$
|
|
2035
|
+
];
|
|
2036
|
+
exports.BatchGetOnPremisesInstances$ = [9, n0, _BGOPI,
|
|
2037
|
+
0, () => exports.BatchGetOnPremisesInstancesInput$, () => exports.BatchGetOnPremisesInstancesOutput$
|
|
2038
|
+
];
|
|
2039
|
+
exports.ContinueDeployment$ = [9, n0, _CD,
|
|
2040
|
+
0, () => exports.ContinueDeploymentInput$, () => __Unit
|
|
2041
|
+
];
|
|
2042
|
+
exports.CreateApplication$ = [9, n0, _CA,
|
|
2043
|
+
0, () => exports.CreateApplicationInput$, () => exports.CreateApplicationOutput$
|
|
2044
|
+
];
|
|
2045
|
+
exports.CreateDeployment$ = [9, n0, _CDr,
|
|
2046
|
+
0, () => exports.CreateDeploymentInput$, () => exports.CreateDeploymentOutput$
|
|
2047
|
+
];
|
|
2048
|
+
exports.CreateDeploymentConfig$ = [9, n0, _CDC,
|
|
2049
|
+
0, () => exports.CreateDeploymentConfigInput$, () => exports.CreateDeploymentConfigOutput$
|
|
2050
|
+
];
|
|
2051
|
+
exports.CreateDeploymentGroup$ = [9, n0, _CDG,
|
|
2052
|
+
0, () => exports.CreateDeploymentGroupInput$, () => exports.CreateDeploymentGroupOutput$
|
|
2053
|
+
];
|
|
2054
|
+
exports.DeleteApplication$ = [9, n0, _DA,
|
|
2055
|
+
0, () => exports.DeleteApplicationInput$, () => __Unit
|
|
2056
|
+
];
|
|
2057
|
+
exports.DeleteDeploymentConfig$ = [9, n0, _DDC,
|
|
2058
|
+
0, () => exports.DeleteDeploymentConfigInput$, () => __Unit
|
|
2059
|
+
];
|
|
2060
|
+
exports.DeleteDeploymentGroup$ = [9, n0, _DDG,
|
|
2061
|
+
0, () => exports.DeleteDeploymentGroupInput$, () => exports.DeleteDeploymentGroupOutput$
|
|
2062
|
+
];
|
|
2063
|
+
exports.DeleteGitHubAccountToken$ = [9, n0, _DGHAT,
|
|
2064
|
+
0, () => exports.DeleteGitHubAccountTokenInput$, () => exports.DeleteGitHubAccountTokenOutput$
|
|
2065
|
+
];
|
|
2066
|
+
exports.DeleteResourcesByExternalId$ = [9, n0, _DRBEI,
|
|
2067
|
+
0, () => exports.DeleteResourcesByExternalIdInput$, () => exports.DeleteResourcesByExternalIdOutput$
|
|
2068
|
+
];
|
|
2069
|
+
exports.DeregisterOnPremisesInstance$ = [9, n0, _DOPI,
|
|
2070
|
+
0, () => exports.DeregisterOnPremisesInstanceInput$, () => __Unit
|
|
2071
|
+
];
|
|
2072
|
+
exports.GetApplication$ = [9, n0, _GA,
|
|
2073
|
+
0, () => exports.GetApplicationInput$, () => exports.GetApplicationOutput$
|
|
2074
|
+
];
|
|
2075
|
+
exports.GetApplicationRevision$ = [9, n0, _GAR,
|
|
2076
|
+
0, () => exports.GetApplicationRevisionInput$, () => exports.GetApplicationRevisionOutput$
|
|
2077
|
+
];
|
|
2078
|
+
exports.GetDeployment$ = [9, n0, _GD,
|
|
2079
|
+
0, () => exports.GetDeploymentInput$, () => exports.GetDeploymentOutput$
|
|
2080
|
+
];
|
|
2081
|
+
exports.GetDeploymentConfig$ = [9, n0, _GDC,
|
|
2082
|
+
0, () => exports.GetDeploymentConfigInput$, () => exports.GetDeploymentConfigOutput$
|
|
2083
|
+
];
|
|
2084
|
+
exports.GetDeploymentGroup$ = [9, n0, _GDG,
|
|
2085
|
+
0, () => exports.GetDeploymentGroupInput$, () => exports.GetDeploymentGroupOutput$
|
|
2086
|
+
];
|
|
2087
|
+
exports.GetDeploymentInstance$ = [9, n0, _GDIe,
|
|
2088
|
+
0, () => exports.GetDeploymentInstanceInput$, () => exports.GetDeploymentInstanceOutput$
|
|
2089
|
+
];
|
|
2090
|
+
exports.GetDeploymentTarget$ = [9, n0, _GDT,
|
|
2091
|
+
0, () => exports.GetDeploymentTargetInput$, () => exports.GetDeploymentTargetOutput$
|
|
2092
|
+
];
|
|
2093
|
+
exports.GetOnPremisesInstance$ = [9, n0, _GOPI,
|
|
2094
|
+
0, () => exports.GetOnPremisesInstanceInput$, () => exports.GetOnPremisesInstanceOutput$
|
|
2095
|
+
];
|
|
2096
|
+
exports.ListApplicationRevisions$ = [9, n0, _LAR,
|
|
2097
|
+
0, () => exports.ListApplicationRevisionsInput$, () => exports.ListApplicationRevisionsOutput$
|
|
2098
|
+
];
|
|
2099
|
+
exports.ListApplications$ = [9, n0, _LA,
|
|
2100
|
+
0, () => exports.ListApplicationsInput$, () => exports.ListApplicationsOutput$
|
|
2101
|
+
];
|
|
2102
|
+
exports.ListDeploymentConfigs$ = [9, n0, _LDC,
|
|
2103
|
+
0, () => exports.ListDeploymentConfigsInput$, () => exports.ListDeploymentConfigsOutput$
|
|
2104
|
+
];
|
|
2105
|
+
exports.ListDeploymentGroups$ = [9, n0, _LDG,
|
|
2106
|
+
0, () => exports.ListDeploymentGroupsInput$, () => exports.ListDeploymentGroupsOutput$
|
|
2107
|
+
];
|
|
2108
|
+
exports.ListDeploymentInstances$ = [9, n0, _LDIis,
|
|
2109
|
+
0, () => exports.ListDeploymentInstancesInput$, () => exports.ListDeploymentInstancesOutput$
|
|
2110
|
+
];
|
|
2111
|
+
exports.ListDeployments$ = [9, n0, _LD,
|
|
2112
|
+
0, () => exports.ListDeploymentsInput$, () => exports.ListDeploymentsOutput$
|
|
2113
|
+
];
|
|
2114
|
+
exports.ListDeploymentTargets$ = [9, n0, _LDT,
|
|
2115
|
+
0, () => exports.ListDeploymentTargetsInput$, () => exports.ListDeploymentTargetsOutput$
|
|
2116
|
+
];
|
|
2117
|
+
exports.ListGitHubAccountTokenNames$ = [9, n0, _LGHATN,
|
|
2118
|
+
0, () => exports.ListGitHubAccountTokenNamesInput$, () => exports.ListGitHubAccountTokenNamesOutput$
|
|
2119
|
+
];
|
|
2120
|
+
exports.ListOnPremisesInstances$ = [9, n0, _LOPI,
|
|
2121
|
+
0, () => exports.ListOnPremisesInstancesInput$, () => exports.ListOnPremisesInstancesOutput$
|
|
2122
|
+
];
|
|
2123
|
+
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
2124
|
+
0, () => exports.ListTagsForResourceInput$, () => exports.ListTagsForResourceOutput$
|
|
2125
|
+
];
|
|
2126
|
+
exports.PutLifecycleEventHookExecutionStatus$ = [9, n0, _PLEHES,
|
|
2127
|
+
0, () => exports.PutLifecycleEventHookExecutionStatusInput$, () => exports.PutLifecycleEventHookExecutionStatusOutput$
|
|
2128
|
+
];
|
|
2129
|
+
exports.RegisterApplicationRevision$ = [9, n0, _RAR,
|
|
2130
|
+
0, () => exports.RegisterApplicationRevisionInput$, () => __Unit
|
|
2131
|
+
];
|
|
2132
|
+
exports.RegisterOnPremisesInstance$ = [9, n0, _ROPI,
|
|
2133
|
+
0, () => exports.RegisterOnPremisesInstanceInput$, () => __Unit
|
|
2134
|
+
];
|
|
2135
|
+
exports.RemoveTagsFromOnPremisesInstances$ = [9, n0, _RTFOPI,
|
|
2136
|
+
0, () => exports.RemoveTagsFromOnPremisesInstancesInput$, () => __Unit
|
|
2137
|
+
];
|
|
2138
|
+
exports.SkipWaitTimeForInstanceTermination$ = [9, n0, _SWTFIT,
|
|
2139
|
+
0, () => exports.SkipWaitTimeForInstanceTerminationInput$, () => __Unit
|
|
2140
|
+
];
|
|
2141
|
+
exports.StopDeployment$ = [9, n0, _SD,
|
|
2142
|
+
0, () => exports.StopDeploymentInput$, () => exports.StopDeploymentOutput$
|
|
2143
|
+
];
|
|
2144
|
+
exports.TagResource$ = [9, n0, _TRa,
|
|
2145
|
+
0, () => exports.TagResourceInput$, () => exports.TagResourceOutput$
|
|
2146
|
+
];
|
|
2147
|
+
exports.UntagResource$ = [9, n0, _UR,
|
|
2148
|
+
0, () => exports.UntagResourceInput$, () => exports.UntagResourceOutput$
|
|
2149
|
+
];
|
|
2150
|
+
exports.UpdateApplication$ = [9, n0, _UA,
|
|
2151
|
+
0, () => exports.UpdateApplicationInput$, () => __Unit
|
|
2152
|
+
];
|
|
2153
|
+
exports.UpdateDeploymentGroup$ = [9, n0, _UDG,
|
|
2154
|
+
0, () => exports.UpdateDeploymentGroupInput$, () => exports.UpdateDeploymentGroupOutput$
|
|
2155
|
+
];
|