@rio-cloud/cdk-v2-constructs 7.13.9 → 7.13.10
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 +7 -7
- package/lib/contributions/team-transport-two/datadog-synthetics/datadog-synthetics-test-custom-resource/handler.cjs +3200 -3065
- package/lib/datadogv2/secret-locator-custom-resource/on-create.cjs +4143 -4177
- package/lib/datadogv2/service-catalog-custom-resource/on-create.cjs +4367 -4232
- package/lib/fargate/codedeploy-custom-resources/create-deployment-is-complete.cjs +4847 -4901
- package/lib/fargate/codedeploy-custom-resources/create-deployment-on-create.cjs +4847 -4901
- package/lib/fargate/codedeploy-custom-resources/run-monitoring-test-suite-runner.cjs +5175 -5320
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +109 -3610
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/models/CloudFormationServiceException.js +12 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/models/errors.js +439 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/schemas/schemas_0.js +2741 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/schemas/schemas_0.js +182 -176
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/schemas/schemas_0.d.ts +37 -30
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/schemas/schemas_0.d.ts +32 -30
- package/node_modules/@aws-sdk/client-cloudformation/package.json +13 -13
- 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/package.json +13 -13
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/index.js +83 -3897
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/models/ECSServiceException.js +12 -0
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/models/errors.js +370 -0
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/schemas/schemas_0.js +3113 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/schemas/schemas_0.js +247 -241
- package/node_modules/@aws-sdk/client-ecs/dist-types/schemas/schemas_0.d.ts +36 -29
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/schemas/schemas_0.d.ts +31 -29
- package/node_modules/@aws-sdk/client-ecs/package.json +13 -13
- package/node_modules/@aws-sdk/client-organizations/dist-cjs/index.js +82 -2633
- package/node_modules/@aws-sdk/client-organizations/dist-cjs/models/OrganizationsServiceException.js +12 -0
- package/node_modules/@aws-sdk/client-organizations/dist-cjs/models/errors.js +764 -0
- package/node_modules/@aws-sdk/client-organizations/dist-cjs/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-organizations/dist-cjs/schemas/schemas_0.js +1575 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-organizations/dist-es/schemas/schemas_0.js +291 -285
- package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CloseAccountCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-organizations/dist-types/schemas/schemas_0.d.ts +53 -46
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/schemas/schemas_0.d.ts +48 -46
- package/node_modules/@aws-sdk/client-organizations/package.json +13 -13
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/index.js +42 -947
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/models/SecretsManagerServiceException.js +12 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/models/errors.js +184 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/schemas/schemas_0.js +665 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/schemas/schemas_0.js +82 -76
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/schemas/schemas_0.d.ts +20 -13
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/schemas/schemas_0.d.ts +15 -13
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +13 -13
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +165 -8461
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/SSMServiceException.js +12 -0
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/models/errors.js +2059 -0
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/schemas/schemas_0.js +5615 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/schemas/schemas_0.js +1631 -1625
- package/node_modules/@aws-sdk/client-ssm/dist-types/schemas/schemas_0.d.ts +146 -139
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/schemas/schemas_0.d.ts +141 -139
- package/node_modules/@aws-sdk/client-ssm/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/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
- 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/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
- 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/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
- 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/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/event-streams/index.js +3 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +8 -1
- 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/event-streams/EventStreamSerde.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +3 -1
- 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/fast-xml-parser/CHANGELOG.md +13 -0
- package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
- package/node_modules/fast-xml-parser/lib/fxp.d.cts +83 -14
- package/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
- package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
- package/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
- package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
- package/node_modules/fast-xml-parser/package.json +4 -4
- package/node_modules/fast-xml-parser/src/fxp.d.ts +74 -12
- package/node_modules/fast-xml-parser/src/v6/EntitiesParser.js +7 -5
- package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +65 -53
- package/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +84 -44
- package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +255 -187
- package/package.json +7 -7
- package/version.json +1 -1
|
@@ -0,0 +1,764 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ResponsibilityTransferAlreadyInStatusException = exports.InvalidResponsibilityTransferTransitionException = exports.SourceParentNotFoundException = exports.DuplicateAccountException = exports.DestinationParentNotFoundException = exports.ChildNotFoundException = exports.DuplicateHandshakeException = exports.PolicyTypeAlreadyEnabledException = exports.RootNotFoundException = exports.PolicyNotAttachedException = exports.ResponsibilityTransferNotFoundException = exports.EffectivePolicyNotFoundException = exports.CreateAccountStatusNotFoundException = exports.ResourcePolicyNotFoundException = exports.PolicyInUseException = exports.OrganizationalUnitNotFoundException = exports.OrganizationalUnitNotEmptyException = exports.OrganizationNotEmptyException = exports.PolicyTypeNotAvailableForOrganizationException = exports.MalformedPolicyDocumentException = exports.DuplicatePolicyException = exports.ParentNotFoundException = exports.DuplicateOrganizationalUnitException = exports.FinalizingOrganizationException = exports.ConflictException = exports.UnsupportedAPIEndpointException = exports.TargetNotFoundException = exports.PolicyTypeNotEnabledException = exports.PolicyNotFoundException = exports.PolicyChangesInProgressException = exports.DuplicatePolicyAttachmentException = exports.AlreadyInOrganizationException = exports.AccountOwnerNotVerifiedException = exports.AccountNotRegisteredException = exports.AccountNotFoundException = exports.AccountAlreadyRegisteredException = exports.AccountAlreadyClosedException = exports.TooManyRequestsException = exports.ServiceException = exports.MasterCannotLeaveOrganizationException = exports.InvalidInputException = exports.InvalidHandshakeTransitionException = exports.HandshakeNotFoundException = exports.HandshakeConstraintViolationException = exports.HandshakeAlreadyInStateException = exports.ConstraintViolationException = exports.ConcurrentModificationException = exports.AWSOrganizationsNotInUseException = exports.AccessDeniedForDependencyException = exports.AccessDeniedException = void 0;
|
|
4
|
+
const OrganizationsServiceException_1 = require("./OrganizationsServiceException");
|
|
5
|
+
class AccessDeniedException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
6
|
+
name = "AccessDeniedException";
|
|
7
|
+
$fault = "client";
|
|
8
|
+
Message;
|
|
9
|
+
constructor(opts) {
|
|
10
|
+
super({
|
|
11
|
+
name: "AccessDeniedException",
|
|
12
|
+
$fault: "client",
|
|
13
|
+
...opts,
|
|
14
|
+
});
|
|
15
|
+
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
16
|
+
this.Message = opts.Message;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
20
|
+
class AccessDeniedForDependencyException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
21
|
+
name = "AccessDeniedForDependencyException";
|
|
22
|
+
$fault = "client";
|
|
23
|
+
Message;
|
|
24
|
+
Reason;
|
|
25
|
+
constructor(opts) {
|
|
26
|
+
super({
|
|
27
|
+
name: "AccessDeniedForDependencyException",
|
|
28
|
+
$fault: "client",
|
|
29
|
+
...opts,
|
|
30
|
+
});
|
|
31
|
+
Object.setPrototypeOf(this, AccessDeniedForDependencyException.prototype);
|
|
32
|
+
this.Message = opts.Message;
|
|
33
|
+
this.Reason = opts.Reason;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.AccessDeniedForDependencyException = AccessDeniedForDependencyException;
|
|
37
|
+
class AWSOrganizationsNotInUseException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
38
|
+
name = "AWSOrganizationsNotInUseException";
|
|
39
|
+
$fault = "client";
|
|
40
|
+
Message;
|
|
41
|
+
constructor(opts) {
|
|
42
|
+
super({
|
|
43
|
+
name: "AWSOrganizationsNotInUseException",
|
|
44
|
+
$fault: "client",
|
|
45
|
+
...opts,
|
|
46
|
+
});
|
|
47
|
+
Object.setPrototypeOf(this, AWSOrganizationsNotInUseException.prototype);
|
|
48
|
+
this.Message = opts.Message;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.AWSOrganizationsNotInUseException = AWSOrganizationsNotInUseException;
|
|
52
|
+
class ConcurrentModificationException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
53
|
+
name = "ConcurrentModificationException";
|
|
54
|
+
$fault = "client";
|
|
55
|
+
Message;
|
|
56
|
+
constructor(opts) {
|
|
57
|
+
super({
|
|
58
|
+
name: "ConcurrentModificationException",
|
|
59
|
+
$fault: "client",
|
|
60
|
+
...opts,
|
|
61
|
+
});
|
|
62
|
+
Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
|
|
63
|
+
this.Message = opts.Message;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
exports.ConcurrentModificationException = ConcurrentModificationException;
|
|
67
|
+
class ConstraintViolationException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
68
|
+
name = "ConstraintViolationException";
|
|
69
|
+
$fault = "client";
|
|
70
|
+
Message;
|
|
71
|
+
Reason;
|
|
72
|
+
constructor(opts) {
|
|
73
|
+
super({
|
|
74
|
+
name: "ConstraintViolationException",
|
|
75
|
+
$fault: "client",
|
|
76
|
+
...opts,
|
|
77
|
+
});
|
|
78
|
+
Object.setPrototypeOf(this, ConstraintViolationException.prototype);
|
|
79
|
+
this.Message = opts.Message;
|
|
80
|
+
this.Reason = opts.Reason;
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
exports.ConstraintViolationException = ConstraintViolationException;
|
|
84
|
+
class HandshakeAlreadyInStateException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
85
|
+
name = "HandshakeAlreadyInStateException";
|
|
86
|
+
$fault = "client";
|
|
87
|
+
Message;
|
|
88
|
+
constructor(opts) {
|
|
89
|
+
super({
|
|
90
|
+
name: "HandshakeAlreadyInStateException",
|
|
91
|
+
$fault: "client",
|
|
92
|
+
...opts,
|
|
93
|
+
});
|
|
94
|
+
Object.setPrototypeOf(this, HandshakeAlreadyInStateException.prototype);
|
|
95
|
+
this.Message = opts.Message;
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
exports.HandshakeAlreadyInStateException = HandshakeAlreadyInStateException;
|
|
99
|
+
class HandshakeConstraintViolationException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
100
|
+
name = "HandshakeConstraintViolationException";
|
|
101
|
+
$fault = "client";
|
|
102
|
+
Message;
|
|
103
|
+
Reason;
|
|
104
|
+
constructor(opts) {
|
|
105
|
+
super({
|
|
106
|
+
name: "HandshakeConstraintViolationException",
|
|
107
|
+
$fault: "client",
|
|
108
|
+
...opts,
|
|
109
|
+
});
|
|
110
|
+
Object.setPrototypeOf(this, HandshakeConstraintViolationException.prototype);
|
|
111
|
+
this.Message = opts.Message;
|
|
112
|
+
this.Reason = opts.Reason;
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
exports.HandshakeConstraintViolationException = HandshakeConstraintViolationException;
|
|
116
|
+
class HandshakeNotFoundException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
117
|
+
name = "HandshakeNotFoundException";
|
|
118
|
+
$fault = "client";
|
|
119
|
+
Message;
|
|
120
|
+
constructor(opts) {
|
|
121
|
+
super({
|
|
122
|
+
name: "HandshakeNotFoundException",
|
|
123
|
+
$fault: "client",
|
|
124
|
+
...opts,
|
|
125
|
+
});
|
|
126
|
+
Object.setPrototypeOf(this, HandshakeNotFoundException.prototype);
|
|
127
|
+
this.Message = opts.Message;
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
exports.HandshakeNotFoundException = HandshakeNotFoundException;
|
|
131
|
+
class InvalidHandshakeTransitionException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
132
|
+
name = "InvalidHandshakeTransitionException";
|
|
133
|
+
$fault = "client";
|
|
134
|
+
Message;
|
|
135
|
+
constructor(opts) {
|
|
136
|
+
super({
|
|
137
|
+
name: "InvalidHandshakeTransitionException",
|
|
138
|
+
$fault: "client",
|
|
139
|
+
...opts,
|
|
140
|
+
});
|
|
141
|
+
Object.setPrototypeOf(this, InvalidHandshakeTransitionException.prototype);
|
|
142
|
+
this.Message = opts.Message;
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
exports.InvalidHandshakeTransitionException = InvalidHandshakeTransitionException;
|
|
146
|
+
class InvalidInputException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
147
|
+
name = "InvalidInputException";
|
|
148
|
+
$fault = "client";
|
|
149
|
+
Message;
|
|
150
|
+
Reason;
|
|
151
|
+
constructor(opts) {
|
|
152
|
+
super({
|
|
153
|
+
name: "InvalidInputException",
|
|
154
|
+
$fault: "client",
|
|
155
|
+
...opts,
|
|
156
|
+
});
|
|
157
|
+
Object.setPrototypeOf(this, InvalidInputException.prototype);
|
|
158
|
+
this.Message = opts.Message;
|
|
159
|
+
this.Reason = opts.Reason;
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
exports.InvalidInputException = InvalidInputException;
|
|
163
|
+
class MasterCannotLeaveOrganizationException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
164
|
+
name = "MasterCannotLeaveOrganizationException";
|
|
165
|
+
$fault = "client";
|
|
166
|
+
Message;
|
|
167
|
+
constructor(opts) {
|
|
168
|
+
super({
|
|
169
|
+
name: "MasterCannotLeaveOrganizationException",
|
|
170
|
+
$fault: "client",
|
|
171
|
+
...opts,
|
|
172
|
+
});
|
|
173
|
+
Object.setPrototypeOf(this, MasterCannotLeaveOrganizationException.prototype);
|
|
174
|
+
this.Message = opts.Message;
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
exports.MasterCannotLeaveOrganizationException = MasterCannotLeaveOrganizationException;
|
|
178
|
+
class ServiceException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
179
|
+
name = "ServiceException";
|
|
180
|
+
$fault = "server";
|
|
181
|
+
Message;
|
|
182
|
+
constructor(opts) {
|
|
183
|
+
super({
|
|
184
|
+
name: "ServiceException",
|
|
185
|
+
$fault: "server",
|
|
186
|
+
...opts,
|
|
187
|
+
});
|
|
188
|
+
Object.setPrototypeOf(this, ServiceException.prototype);
|
|
189
|
+
this.Message = opts.Message;
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
exports.ServiceException = ServiceException;
|
|
193
|
+
class TooManyRequestsException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
194
|
+
name = "TooManyRequestsException";
|
|
195
|
+
$fault = "client";
|
|
196
|
+
Type;
|
|
197
|
+
Message;
|
|
198
|
+
constructor(opts) {
|
|
199
|
+
super({
|
|
200
|
+
name: "TooManyRequestsException",
|
|
201
|
+
$fault: "client",
|
|
202
|
+
...opts,
|
|
203
|
+
});
|
|
204
|
+
Object.setPrototypeOf(this, TooManyRequestsException.prototype);
|
|
205
|
+
this.Type = opts.Type;
|
|
206
|
+
this.Message = opts.Message;
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
exports.TooManyRequestsException = TooManyRequestsException;
|
|
210
|
+
class AccountAlreadyClosedException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
211
|
+
name = "AccountAlreadyClosedException";
|
|
212
|
+
$fault = "client";
|
|
213
|
+
Message;
|
|
214
|
+
constructor(opts) {
|
|
215
|
+
super({
|
|
216
|
+
name: "AccountAlreadyClosedException",
|
|
217
|
+
$fault: "client",
|
|
218
|
+
...opts,
|
|
219
|
+
});
|
|
220
|
+
Object.setPrototypeOf(this, AccountAlreadyClosedException.prototype);
|
|
221
|
+
this.Message = opts.Message;
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
exports.AccountAlreadyClosedException = AccountAlreadyClosedException;
|
|
225
|
+
class AccountAlreadyRegisteredException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
226
|
+
name = "AccountAlreadyRegisteredException";
|
|
227
|
+
$fault = "client";
|
|
228
|
+
Message;
|
|
229
|
+
constructor(opts) {
|
|
230
|
+
super({
|
|
231
|
+
name: "AccountAlreadyRegisteredException",
|
|
232
|
+
$fault: "client",
|
|
233
|
+
...opts,
|
|
234
|
+
});
|
|
235
|
+
Object.setPrototypeOf(this, AccountAlreadyRegisteredException.prototype);
|
|
236
|
+
this.Message = opts.Message;
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
exports.AccountAlreadyRegisteredException = AccountAlreadyRegisteredException;
|
|
240
|
+
class AccountNotFoundException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
241
|
+
name = "AccountNotFoundException";
|
|
242
|
+
$fault = "client";
|
|
243
|
+
Message;
|
|
244
|
+
constructor(opts) {
|
|
245
|
+
super({
|
|
246
|
+
name: "AccountNotFoundException",
|
|
247
|
+
$fault: "client",
|
|
248
|
+
...opts,
|
|
249
|
+
});
|
|
250
|
+
Object.setPrototypeOf(this, AccountNotFoundException.prototype);
|
|
251
|
+
this.Message = opts.Message;
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
exports.AccountNotFoundException = AccountNotFoundException;
|
|
255
|
+
class AccountNotRegisteredException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
256
|
+
name = "AccountNotRegisteredException";
|
|
257
|
+
$fault = "client";
|
|
258
|
+
Message;
|
|
259
|
+
constructor(opts) {
|
|
260
|
+
super({
|
|
261
|
+
name: "AccountNotRegisteredException",
|
|
262
|
+
$fault: "client",
|
|
263
|
+
...opts,
|
|
264
|
+
});
|
|
265
|
+
Object.setPrototypeOf(this, AccountNotRegisteredException.prototype);
|
|
266
|
+
this.Message = opts.Message;
|
|
267
|
+
}
|
|
268
|
+
}
|
|
269
|
+
exports.AccountNotRegisteredException = AccountNotRegisteredException;
|
|
270
|
+
class AccountOwnerNotVerifiedException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
271
|
+
name = "AccountOwnerNotVerifiedException";
|
|
272
|
+
$fault = "client";
|
|
273
|
+
Message;
|
|
274
|
+
constructor(opts) {
|
|
275
|
+
super({
|
|
276
|
+
name: "AccountOwnerNotVerifiedException",
|
|
277
|
+
$fault: "client",
|
|
278
|
+
...opts,
|
|
279
|
+
});
|
|
280
|
+
Object.setPrototypeOf(this, AccountOwnerNotVerifiedException.prototype);
|
|
281
|
+
this.Message = opts.Message;
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
exports.AccountOwnerNotVerifiedException = AccountOwnerNotVerifiedException;
|
|
285
|
+
class AlreadyInOrganizationException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
286
|
+
name = "AlreadyInOrganizationException";
|
|
287
|
+
$fault = "client";
|
|
288
|
+
Message;
|
|
289
|
+
constructor(opts) {
|
|
290
|
+
super({
|
|
291
|
+
name: "AlreadyInOrganizationException",
|
|
292
|
+
$fault: "client",
|
|
293
|
+
...opts,
|
|
294
|
+
});
|
|
295
|
+
Object.setPrototypeOf(this, AlreadyInOrganizationException.prototype);
|
|
296
|
+
this.Message = opts.Message;
|
|
297
|
+
}
|
|
298
|
+
}
|
|
299
|
+
exports.AlreadyInOrganizationException = AlreadyInOrganizationException;
|
|
300
|
+
class DuplicatePolicyAttachmentException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
301
|
+
name = "DuplicatePolicyAttachmentException";
|
|
302
|
+
$fault = "client";
|
|
303
|
+
Message;
|
|
304
|
+
constructor(opts) {
|
|
305
|
+
super({
|
|
306
|
+
name: "DuplicatePolicyAttachmentException",
|
|
307
|
+
$fault: "client",
|
|
308
|
+
...opts,
|
|
309
|
+
});
|
|
310
|
+
Object.setPrototypeOf(this, DuplicatePolicyAttachmentException.prototype);
|
|
311
|
+
this.Message = opts.Message;
|
|
312
|
+
}
|
|
313
|
+
}
|
|
314
|
+
exports.DuplicatePolicyAttachmentException = DuplicatePolicyAttachmentException;
|
|
315
|
+
class PolicyChangesInProgressException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
316
|
+
name = "PolicyChangesInProgressException";
|
|
317
|
+
$fault = "client";
|
|
318
|
+
Message;
|
|
319
|
+
constructor(opts) {
|
|
320
|
+
super({
|
|
321
|
+
name: "PolicyChangesInProgressException",
|
|
322
|
+
$fault: "client",
|
|
323
|
+
...opts,
|
|
324
|
+
});
|
|
325
|
+
Object.setPrototypeOf(this, PolicyChangesInProgressException.prototype);
|
|
326
|
+
this.Message = opts.Message;
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
exports.PolicyChangesInProgressException = PolicyChangesInProgressException;
|
|
330
|
+
class PolicyNotFoundException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
331
|
+
name = "PolicyNotFoundException";
|
|
332
|
+
$fault = "client";
|
|
333
|
+
Message;
|
|
334
|
+
constructor(opts) {
|
|
335
|
+
super({
|
|
336
|
+
name: "PolicyNotFoundException",
|
|
337
|
+
$fault: "client",
|
|
338
|
+
...opts,
|
|
339
|
+
});
|
|
340
|
+
Object.setPrototypeOf(this, PolicyNotFoundException.prototype);
|
|
341
|
+
this.Message = opts.Message;
|
|
342
|
+
}
|
|
343
|
+
}
|
|
344
|
+
exports.PolicyNotFoundException = PolicyNotFoundException;
|
|
345
|
+
class PolicyTypeNotEnabledException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
346
|
+
name = "PolicyTypeNotEnabledException";
|
|
347
|
+
$fault = "client";
|
|
348
|
+
Message;
|
|
349
|
+
constructor(opts) {
|
|
350
|
+
super({
|
|
351
|
+
name: "PolicyTypeNotEnabledException",
|
|
352
|
+
$fault: "client",
|
|
353
|
+
...opts,
|
|
354
|
+
});
|
|
355
|
+
Object.setPrototypeOf(this, PolicyTypeNotEnabledException.prototype);
|
|
356
|
+
this.Message = opts.Message;
|
|
357
|
+
}
|
|
358
|
+
}
|
|
359
|
+
exports.PolicyTypeNotEnabledException = PolicyTypeNotEnabledException;
|
|
360
|
+
class TargetNotFoundException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
361
|
+
name = "TargetNotFoundException";
|
|
362
|
+
$fault = "client";
|
|
363
|
+
Message;
|
|
364
|
+
constructor(opts) {
|
|
365
|
+
super({
|
|
366
|
+
name: "TargetNotFoundException",
|
|
367
|
+
$fault: "client",
|
|
368
|
+
...opts,
|
|
369
|
+
});
|
|
370
|
+
Object.setPrototypeOf(this, TargetNotFoundException.prototype);
|
|
371
|
+
this.Message = opts.Message;
|
|
372
|
+
}
|
|
373
|
+
}
|
|
374
|
+
exports.TargetNotFoundException = TargetNotFoundException;
|
|
375
|
+
class UnsupportedAPIEndpointException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
376
|
+
name = "UnsupportedAPIEndpointException";
|
|
377
|
+
$fault = "client";
|
|
378
|
+
Message;
|
|
379
|
+
constructor(opts) {
|
|
380
|
+
super({
|
|
381
|
+
name: "UnsupportedAPIEndpointException",
|
|
382
|
+
$fault: "client",
|
|
383
|
+
...opts,
|
|
384
|
+
});
|
|
385
|
+
Object.setPrototypeOf(this, UnsupportedAPIEndpointException.prototype);
|
|
386
|
+
this.Message = opts.Message;
|
|
387
|
+
}
|
|
388
|
+
}
|
|
389
|
+
exports.UnsupportedAPIEndpointException = UnsupportedAPIEndpointException;
|
|
390
|
+
class ConflictException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
391
|
+
name = "ConflictException";
|
|
392
|
+
$fault = "client";
|
|
393
|
+
Message;
|
|
394
|
+
constructor(opts) {
|
|
395
|
+
super({
|
|
396
|
+
name: "ConflictException",
|
|
397
|
+
$fault: "client",
|
|
398
|
+
...opts,
|
|
399
|
+
});
|
|
400
|
+
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
401
|
+
this.Message = opts.Message;
|
|
402
|
+
}
|
|
403
|
+
}
|
|
404
|
+
exports.ConflictException = ConflictException;
|
|
405
|
+
class FinalizingOrganizationException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
406
|
+
name = "FinalizingOrganizationException";
|
|
407
|
+
$fault = "client";
|
|
408
|
+
Message;
|
|
409
|
+
constructor(opts) {
|
|
410
|
+
super({
|
|
411
|
+
name: "FinalizingOrganizationException",
|
|
412
|
+
$fault: "client",
|
|
413
|
+
...opts,
|
|
414
|
+
});
|
|
415
|
+
Object.setPrototypeOf(this, FinalizingOrganizationException.prototype);
|
|
416
|
+
this.Message = opts.Message;
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
exports.FinalizingOrganizationException = FinalizingOrganizationException;
|
|
420
|
+
class DuplicateOrganizationalUnitException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
421
|
+
name = "DuplicateOrganizationalUnitException";
|
|
422
|
+
$fault = "client";
|
|
423
|
+
Message;
|
|
424
|
+
constructor(opts) {
|
|
425
|
+
super({
|
|
426
|
+
name: "DuplicateOrganizationalUnitException",
|
|
427
|
+
$fault: "client",
|
|
428
|
+
...opts,
|
|
429
|
+
});
|
|
430
|
+
Object.setPrototypeOf(this, DuplicateOrganizationalUnitException.prototype);
|
|
431
|
+
this.Message = opts.Message;
|
|
432
|
+
}
|
|
433
|
+
}
|
|
434
|
+
exports.DuplicateOrganizationalUnitException = DuplicateOrganizationalUnitException;
|
|
435
|
+
class ParentNotFoundException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
436
|
+
name = "ParentNotFoundException";
|
|
437
|
+
$fault = "client";
|
|
438
|
+
Message;
|
|
439
|
+
constructor(opts) {
|
|
440
|
+
super({
|
|
441
|
+
name: "ParentNotFoundException",
|
|
442
|
+
$fault: "client",
|
|
443
|
+
...opts,
|
|
444
|
+
});
|
|
445
|
+
Object.setPrototypeOf(this, ParentNotFoundException.prototype);
|
|
446
|
+
this.Message = opts.Message;
|
|
447
|
+
}
|
|
448
|
+
}
|
|
449
|
+
exports.ParentNotFoundException = ParentNotFoundException;
|
|
450
|
+
class DuplicatePolicyException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
451
|
+
name = "DuplicatePolicyException";
|
|
452
|
+
$fault = "client";
|
|
453
|
+
Message;
|
|
454
|
+
constructor(opts) {
|
|
455
|
+
super({
|
|
456
|
+
name: "DuplicatePolicyException",
|
|
457
|
+
$fault: "client",
|
|
458
|
+
...opts,
|
|
459
|
+
});
|
|
460
|
+
Object.setPrototypeOf(this, DuplicatePolicyException.prototype);
|
|
461
|
+
this.Message = opts.Message;
|
|
462
|
+
}
|
|
463
|
+
}
|
|
464
|
+
exports.DuplicatePolicyException = DuplicatePolicyException;
|
|
465
|
+
class MalformedPolicyDocumentException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
466
|
+
name = "MalformedPolicyDocumentException";
|
|
467
|
+
$fault = "client";
|
|
468
|
+
Message;
|
|
469
|
+
constructor(opts) {
|
|
470
|
+
super({
|
|
471
|
+
name: "MalformedPolicyDocumentException",
|
|
472
|
+
$fault: "client",
|
|
473
|
+
...opts,
|
|
474
|
+
});
|
|
475
|
+
Object.setPrototypeOf(this, MalformedPolicyDocumentException.prototype);
|
|
476
|
+
this.Message = opts.Message;
|
|
477
|
+
}
|
|
478
|
+
}
|
|
479
|
+
exports.MalformedPolicyDocumentException = MalformedPolicyDocumentException;
|
|
480
|
+
class PolicyTypeNotAvailableForOrganizationException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
481
|
+
name = "PolicyTypeNotAvailableForOrganizationException";
|
|
482
|
+
$fault = "client";
|
|
483
|
+
Message;
|
|
484
|
+
constructor(opts) {
|
|
485
|
+
super({
|
|
486
|
+
name: "PolicyTypeNotAvailableForOrganizationException",
|
|
487
|
+
$fault: "client",
|
|
488
|
+
...opts,
|
|
489
|
+
});
|
|
490
|
+
Object.setPrototypeOf(this, PolicyTypeNotAvailableForOrganizationException.prototype);
|
|
491
|
+
this.Message = opts.Message;
|
|
492
|
+
}
|
|
493
|
+
}
|
|
494
|
+
exports.PolicyTypeNotAvailableForOrganizationException = PolicyTypeNotAvailableForOrganizationException;
|
|
495
|
+
class OrganizationNotEmptyException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
496
|
+
name = "OrganizationNotEmptyException";
|
|
497
|
+
$fault = "client";
|
|
498
|
+
Message;
|
|
499
|
+
constructor(opts) {
|
|
500
|
+
super({
|
|
501
|
+
name: "OrganizationNotEmptyException",
|
|
502
|
+
$fault: "client",
|
|
503
|
+
...opts,
|
|
504
|
+
});
|
|
505
|
+
Object.setPrototypeOf(this, OrganizationNotEmptyException.prototype);
|
|
506
|
+
this.Message = opts.Message;
|
|
507
|
+
}
|
|
508
|
+
}
|
|
509
|
+
exports.OrganizationNotEmptyException = OrganizationNotEmptyException;
|
|
510
|
+
class OrganizationalUnitNotEmptyException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
511
|
+
name = "OrganizationalUnitNotEmptyException";
|
|
512
|
+
$fault = "client";
|
|
513
|
+
Message;
|
|
514
|
+
constructor(opts) {
|
|
515
|
+
super({
|
|
516
|
+
name: "OrganizationalUnitNotEmptyException",
|
|
517
|
+
$fault: "client",
|
|
518
|
+
...opts,
|
|
519
|
+
});
|
|
520
|
+
Object.setPrototypeOf(this, OrganizationalUnitNotEmptyException.prototype);
|
|
521
|
+
this.Message = opts.Message;
|
|
522
|
+
}
|
|
523
|
+
}
|
|
524
|
+
exports.OrganizationalUnitNotEmptyException = OrganizationalUnitNotEmptyException;
|
|
525
|
+
class OrganizationalUnitNotFoundException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
526
|
+
name = "OrganizationalUnitNotFoundException";
|
|
527
|
+
$fault = "client";
|
|
528
|
+
Message;
|
|
529
|
+
constructor(opts) {
|
|
530
|
+
super({
|
|
531
|
+
name: "OrganizationalUnitNotFoundException",
|
|
532
|
+
$fault: "client",
|
|
533
|
+
...opts,
|
|
534
|
+
});
|
|
535
|
+
Object.setPrototypeOf(this, OrganizationalUnitNotFoundException.prototype);
|
|
536
|
+
this.Message = opts.Message;
|
|
537
|
+
}
|
|
538
|
+
}
|
|
539
|
+
exports.OrganizationalUnitNotFoundException = OrganizationalUnitNotFoundException;
|
|
540
|
+
class PolicyInUseException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
541
|
+
name = "PolicyInUseException";
|
|
542
|
+
$fault = "client";
|
|
543
|
+
Message;
|
|
544
|
+
constructor(opts) {
|
|
545
|
+
super({
|
|
546
|
+
name: "PolicyInUseException",
|
|
547
|
+
$fault: "client",
|
|
548
|
+
...opts,
|
|
549
|
+
});
|
|
550
|
+
Object.setPrototypeOf(this, PolicyInUseException.prototype);
|
|
551
|
+
this.Message = opts.Message;
|
|
552
|
+
}
|
|
553
|
+
}
|
|
554
|
+
exports.PolicyInUseException = PolicyInUseException;
|
|
555
|
+
class ResourcePolicyNotFoundException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
556
|
+
name = "ResourcePolicyNotFoundException";
|
|
557
|
+
$fault = "client";
|
|
558
|
+
Message;
|
|
559
|
+
constructor(opts) {
|
|
560
|
+
super({
|
|
561
|
+
name: "ResourcePolicyNotFoundException",
|
|
562
|
+
$fault: "client",
|
|
563
|
+
...opts,
|
|
564
|
+
});
|
|
565
|
+
Object.setPrototypeOf(this, ResourcePolicyNotFoundException.prototype);
|
|
566
|
+
this.Message = opts.Message;
|
|
567
|
+
}
|
|
568
|
+
}
|
|
569
|
+
exports.ResourcePolicyNotFoundException = ResourcePolicyNotFoundException;
|
|
570
|
+
class CreateAccountStatusNotFoundException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
571
|
+
name = "CreateAccountStatusNotFoundException";
|
|
572
|
+
$fault = "client";
|
|
573
|
+
Message;
|
|
574
|
+
constructor(opts) {
|
|
575
|
+
super({
|
|
576
|
+
name: "CreateAccountStatusNotFoundException",
|
|
577
|
+
$fault: "client",
|
|
578
|
+
...opts,
|
|
579
|
+
});
|
|
580
|
+
Object.setPrototypeOf(this, CreateAccountStatusNotFoundException.prototype);
|
|
581
|
+
this.Message = opts.Message;
|
|
582
|
+
}
|
|
583
|
+
}
|
|
584
|
+
exports.CreateAccountStatusNotFoundException = CreateAccountStatusNotFoundException;
|
|
585
|
+
class EffectivePolicyNotFoundException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
586
|
+
name = "EffectivePolicyNotFoundException";
|
|
587
|
+
$fault = "client";
|
|
588
|
+
Message;
|
|
589
|
+
constructor(opts) {
|
|
590
|
+
super({
|
|
591
|
+
name: "EffectivePolicyNotFoundException",
|
|
592
|
+
$fault: "client",
|
|
593
|
+
...opts,
|
|
594
|
+
});
|
|
595
|
+
Object.setPrototypeOf(this, EffectivePolicyNotFoundException.prototype);
|
|
596
|
+
this.Message = opts.Message;
|
|
597
|
+
}
|
|
598
|
+
}
|
|
599
|
+
exports.EffectivePolicyNotFoundException = EffectivePolicyNotFoundException;
|
|
600
|
+
class ResponsibilityTransferNotFoundException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
601
|
+
name = "ResponsibilityTransferNotFoundException";
|
|
602
|
+
$fault = "client";
|
|
603
|
+
Message;
|
|
604
|
+
constructor(opts) {
|
|
605
|
+
super({
|
|
606
|
+
name: "ResponsibilityTransferNotFoundException",
|
|
607
|
+
$fault: "client",
|
|
608
|
+
...opts,
|
|
609
|
+
});
|
|
610
|
+
Object.setPrototypeOf(this, ResponsibilityTransferNotFoundException.prototype);
|
|
611
|
+
this.Message = opts.Message;
|
|
612
|
+
}
|
|
613
|
+
}
|
|
614
|
+
exports.ResponsibilityTransferNotFoundException = ResponsibilityTransferNotFoundException;
|
|
615
|
+
class PolicyNotAttachedException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
616
|
+
name = "PolicyNotAttachedException";
|
|
617
|
+
$fault = "client";
|
|
618
|
+
Message;
|
|
619
|
+
constructor(opts) {
|
|
620
|
+
super({
|
|
621
|
+
name: "PolicyNotAttachedException",
|
|
622
|
+
$fault: "client",
|
|
623
|
+
...opts,
|
|
624
|
+
});
|
|
625
|
+
Object.setPrototypeOf(this, PolicyNotAttachedException.prototype);
|
|
626
|
+
this.Message = opts.Message;
|
|
627
|
+
}
|
|
628
|
+
}
|
|
629
|
+
exports.PolicyNotAttachedException = PolicyNotAttachedException;
|
|
630
|
+
class RootNotFoundException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
631
|
+
name = "RootNotFoundException";
|
|
632
|
+
$fault = "client";
|
|
633
|
+
Message;
|
|
634
|
+
constructor(opts) {
|
|
635
|
+
super({
|
|
636
|
+
name: "RootNotFoundException",
|
|
637
|
+
$fault: "client",
|
|
638
|
+
...opts,
|
|
639
|
+
});
|
|
640
|
+
Object.setPrototypeOf(this, RootNotFoundException.prototype);
|
|
641
|
+
this.Message = opts.Message;
|
|
642
|
+
}
|
|
643
|
+
}
|
|
644
|
+
exports.RootNotFoundException = RootNotFoundException;
|
|
645
|
+
class PolicyTypeAlreadyEnabledException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
646
|
+
name = "PolicyTypeAlreadyEnabledException";
|
|
647
|
+
$fault = "client";
|
|
648
|
+
Message;
|
|
649
|
+
constructor(opts) {
|
|
650
|
+
super({
|
|
651
|
+
name: "PolicyTypeAlreadyEnabledException",
|
|
652
|
+
$fault: "client",
|
|
653
|
+
...opts,
|
|
654
|
+
});
|
|
655
|
+
Object.setPrototypeOf(this, PolicyTypeAlreadyEnabledException.prototype);
|
|
656
|
+
this.Message = opts.Message;
|
|
657
|
+
}
|
|
658
|
+
}
|
|
659
|
+
exports.PolicyTypeAlreadyEnabledException = PolicyTypeAlreadyEnabledException;
|
|
660
|
+
class DuplicateHandshakeException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
661
|
+
name = "DuplicateHandshakeException";
|
|
662
|
+
$fault = "client";
|
|
663
|
+
Message;
|
|
664
|
+
constructor(opts) {
|
|
665
|
+
super({
|
|
666
|
+
name: "DuplicateHandshakeException",
|
|
667
|
+
$fault: "client",
|
|
668
|
+
...opts,
|
|
669
|
+
});
|
|
670
|
+
Object.setPrototypeOf(this, DuplicateHandshakeException.prototype);
|
|
671
|
+
this.Message = opts.Message;
|
|
672
|
+
}
|
|
673
|
+
}
|
|
674
|
+
exports.DuplicateHandshakeException = DuplicateHandshakeException;
|
|
675
|
+
class ChildNotFoundException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
676
|
+
name = "ChildNotFoundException";
|
|
677
|
+
$fault = "client";
|
|
678
|
+
Message;
|
|
679
|
+
constructor(opts) {
|
|
680
|
+
super({
|
|
681
|
+
name: "ChildNotFoundException",
|
|
682
|
+
$fault: "client",
|
|
683
|
+
...opts,
|
|
684
|
+
});
|
|
685
|
+
Object.setPrototypeOf(this, ChildNotFoundException.prototype);
|
|
686
|
+
this.Message = opts.Message;
|
|
687
|
+
}
|
|
688
|
+
}
|
|
689
|
+
exports.ChildNotFoundException = ChildNotFoundException;
|
|
690
|
+
class DestinationParentNotFoundException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
691
|
+
name = "DestinationParentNotFoundException";
|
|
692
|
+
$fault = "client";
|
|
693
|
+
Message;
|
|
694
|
+
constructor(opts) {
|
|
695
|
+
super({
|
|
696
|
+
name: "DestinationParentNotFoundException",
|
|
697
|
+
$fault: "client",
|
|
698
|
+
...opts,
|
|
699
|
+
});
|
|
700
|
+
Object.setPrototypeOf(this, DestinationParentNotFoundException.prototype);
|
|
701
|
+
this.Message = opts.Message;
|
|
702
|
+
}
|
|
703
|
+
}
|
|
704
|
+
exports.DestinationParentNotFoundException = DestinationParentNotFoundException;
|
|
705
|
+
class DuplicateAccountException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
706
|
+
name = "DuplicateAccountException";
|
|
707
|
+
$fault = "client";
|
|
708
|
+
Message;
|
|
709
|
+
constructor(opts) {
|
|
710
|
+
super({
|
|
711
|
+
name: "DuplicateAccountException",
|
|
712
|
+
$fault: "client",
|
|
713
|
+
...opts,
|
|
714
|
+
});
|
|
715
|
+
Object.setPrototypeOf(this, DuplicateAccountException.prototype);
|
|
716
|
+
this.Message = opts.Message;
|
|
717
|
+
}
|
|
718
|
+
}
|
|
719
|
+
exports.DuplicateAccountException = DuplicateAccountException;
|
|
720
|
+
class SourceParentNotFoundException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
721
|
+
name = "SourceParentNotFoundException";
|
|
722
|
+
$fault = "client";
|
|
723
|
+
Message;
|
|
724
|
+
constructor(opts) {
|
|
725
|
+
super({
|
|
726
|
+
name: "SourceParentNotFoundException",
|
|
727
|
+
$fault: "client",
|
|
728
|
+
...opts,
|
|
729
|
+
});
|
|
730
|
+
Object.setPrototypeOf(this, SourceParentNotFoundException.prototype);
|
|
731
|
+
this.Message = opts.Message;
|
|
732
|
+
}
|
|
733
|
+
}
|
|
734
|
+
exports.SourceParentNotFoundException = SourceParentNotFoundException;
|
|
735
|
+
class InvalidResponsibilityTransferTransitionException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
736
|
+
name = "InvalidResponsibilityTransferTransitionException";
|
|
737
|
+
$fault = "client";
|
|
738
|
+
Message;
|
|
739
|
+
constructor(opts) {
|
|
740
|
+
super({
|
|
741
|
+
name: "InvalidResponsibilityTransferTransitionException",
|
|
742
|
+
$fault: "client",
|
|
743
|
+
...opts,
|
|
744
|
+
});
|
|
745
|
+
Object.setPrototypeOf(this, InvalidResponsibilityTransferTransitionException.prototype);
|
|
746
|
+
this.Message = opts.Message;
|
|
747
|
+
}
|
|
748
|
+
}
|
|
749
|
+
exports.InvalidResponsibilityTransferTransitionException = InvalidResponsibilityTransferTransitionException;
|
|
750
|
+
class ResponsibilityTransferAlreadyInStatusException extends OrganizationsServiceException_1.OrganizationsServiceException {
|
|
751
|
+
name = "ResponsibilityTransferAlreadyInStatusException";
|
|
752
|
+
$fault = "client";
|
|
753
|
+
Message;
|
|
754
|
+
constructor(opts) {
|
|
755
|
+
super({
|
|
756
|
+
name: "ResponsibilityTransferAlreadyInStatusException",
|
|
757
|
+
$fault: "client",
|
|
758
|
+
...opts,
|
|
759
|
+
});
|
|
760
|
+
Object.setPrototypeOf(this, ResponsibilityTransferAlreadyInStatusException.prototype);
|
|
761
|
+
this.Message = opts.Message;
|
|
762
|
+
}
|
|
763
|
+
}
|
|
764
|
+
exports.ResponsibilityTransferAlreadyInStatusException = ResponsibilityTransferAlreadyInStatusException;
|