@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
|
@@ -341,137 +341,367 @@ const _V = "Value";
|
|
|
341
341
|
const _c = "client";
|
|
342
342
|
const _e = "error";
|
|
343
343
|
const _hE = "httpError";
|
|
344
|
-
const _s = "
|
|
345
|
-
const
|
|
344
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.organizations";
|
|
345
|
+
const _se = "server";
|
|
346
346
|
const n0 = "com.amazonaws.organizations";
|
|
347
347
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
348
348
|
import { AccessDeniedException, AccessDeniedForDependencyException, AccountAlreadyClosedException, AccountAlreadyRegisteredException, AccountNotFoundException, AccountNotRegisteredException, AccountOwnerNotVerifiedException, AlreadyInOrganizationException, AWSOrganizationsNotInUseException, ChildNotFoundException, ConcurrentModificationException, ConflictException, ConstraintViolationException, CreateAccountStatusNotFoundException, DestinationParentNotFoundException, DuplicateAccountException, DuplicateHandshakeException, DuplicateOrganizationalUnitException, DuplicatePolicyAttachmentException, DuplicatePolicyException, EffectivePolicyNotFoundException, FinalizingOrganizationException, HandshakeAlreadyInStateException, HandshakeConstraintViolationException, HandshakeNotFoundException, InvalidHandshakeTransitionException, InvalidInputException, InvalidResponsibilityTransferTransitionException, MalformedPolicyDocumentException, MasterCannotLeaveOrganizationException, OrganizationalUnitNotEmptyException, OrganizationalUnitNotFoundException, OrganizationNotEmptyException, ParentNotFoundException, PolicyChangesInProgressException, PolicyInUseException, PolicyNotAttachedException, PolicyNotFoundException, PolicyTypeAlreadyEnabledException, PolicyTypeNotAvailableForOrganizationException, PolicyTypeNotEnabledException, ResourcePolicyNotFoundException, ResponsibilityTransferAlreadyInStatusException, ResponsibilityTransferNotFoundException, RootNotFoundException, ServiceException, SourceParentNotFoundException, TargetNotFoundException, TooManyRequestsException, UnsupportedAPIEndpointException, } from "../models/errors";
|
|
349
349
|
import { OrganizationsServiceException } from "../models/OrganizationsServiceException";
|
|
350
|
-
|
|
351
|
-
var
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
var HandshakePartyId = [0, n0, _HPI, 8, 0];
|
|
355
|
-
var HandshakeResourceValue = [0, n0, _HRV, 8, 0];
|
|
356
|
-
var ResponsibilityTransferName = [0, n0, _RTN, 8, 0];
|
|
357
|
-
export var AcceptHandshakeRequest$ = [3, n0, _AHR,
|
|
358
|
-
0,
|
|
359
|
-
[_HI],
|
|
360
|
-
[0], 1
|
|
361
|
-
];
|
|
362
|
-
export var AcceptHandshakeResponse$ = [3, n0, _AHRc,
|
|
363
|
-
0,
|
|
364
|
-
[_H],
|
|
365
|
-
[[() => Handshake$, 0]]
|
|
366
|
-
];
|
|
350
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
351
|
+
export var OrganizationsServiceException$ = [-3, _s, "OrganizationsServiceException", 0, [], []];
|
|
352
|
+
_s_registry.registerError(OrganizationsServiceException$, OrganizationsServiceException);
|
|
353
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
367
354
|
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
368
355
|
{ [_e]: _c, [_hE]: 403 },
|
|
369
356
|
[_M],
|
|
370
357
|
[0]
|
|
371
358
|
];
|
|
372
|
-
|
|
359
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
373
360
|
export var AccessDeniedForDependencyException$ = [-3, n0, _ADFDE,
|
|
374
361
|
{ [_e]: _c, [_hE]: 403 },
|
|
375
362
|
[_M, _R],
|
|
376
363
|
[0, 0]
|
|
377
364
|
];
|
|
378
|
-
|
|
379
|
-
export var Account$ = [3, n0, _A,
|
|
380
|
-
0,
|
|
381
|
-
[_I, _Ar, _E, _N, _S, _St, _JM, _JT],
|
|
382
|
-
[0, 0, [() => Email, 0], [() => AccountName, 0], 0, 0, 0, 4]
|
|
383
|
-
];
|
|
365
|
+
n0_registry.registerError(AccessDeniedForDependencyException$, AccessDeniedForDependencyException);
|
|
384
366
|
export var AccountAlreadyClosedException$ = [-3, n0, _AACE,
|
|
385
367
|
{ [_e]: _c, [_hE]: 409 },
|
|
386
368
|
[_M],
|
|
387
369
|
[0]
|
|
388
370
|
];
|
|
389
|
-
|
|
371
|
+
n0_registry.registerError(AccountAlreadyClosedException$, AccountAlreadyClosedException);
|
|
390
372
|
export var AccountAlreadyRegisteredException$ = [-3, n0, _AARE,
|
|
391
373
|
{ [_e]: _c, [_hE]: 409 },
|
|
392
374
|
[_M],
|
|
393
375
|
[0]
|
|
394
376
|
];
|
|
395
|
-
|
|
377
|
+
n0_registry.registerError(AccountAlreadyRegisteredException$, AccountAlreadyRegisteredException);
|
|
396
378
|
export var AccountNotFoundException$ = [-3, n0, _ANFE,
|
|
397
379
|
{ [_e]: _c, [_hE]: 404 },
|
|
398
380
|
[_M],
|
|
399
381
|
[0]
|
|
400
382
|
];
|
|
401
|
-
|
|
383
|
+
n0_registry.registerError(AccountNotFoundException$, AccountNotFoundException);
|
|
402
384
|
export var AccountNotRegisteredException$ = [-3, n0, _ANRE,
|
|
403
385
|
{ [_e]: _c, [_hE]: 409 },
|
|
404
386
|
[_M],
|
|
405
387
|
[0]
|
|
406
388
|
];
|
|
407
|
-
|
|
389
|
+
n0_registry.registerError(AccountNotRegisteredException$, AccountNotRegisteredException);
|
|
408
390
|
export var AccountOwnerNotVerifiedException$ = [-3, n0, _AONVE,
|
|
409
391
|
{ [_e]: _c, [_hE]: 403 },
|
|
410
392
|
[_M],
|
|
411
393
|
[0]
|
|
412
394
|
];
|
|
413
|
-
|
|
395
|
+
n0_registry.registerError(AccountOwnerNotVerifiedException$, AccountOwnerNotVerifiedException);
|
|
414
396
|
export var AlreadyInOrganizationException$ = [-3, n0, _AIOE,
|
|
415
397
|
{ [_e]: _c, [_hE]: 409 },
|
|
416
398
|
[_M],
|
|
417
399
|
[0]
|
|
418
400
|
];
|
|
419
|
-
|
|
420
|
-
export var AttachPolicyRequest$ = [3, n0, _APR,
|
|
421
|
-
0,
|
|
422
|
-
[_PI, _TI],
|
|
423
|
-
[0, 0], 2
|
|
424
|
-
];
|
|
401
|
+
n0_registry.registerError(AlreadyInOrganizationException$, AlreadyInOrganizationException);
|
|
425
402
|
export var AWSOrganizationsNotInUseException$ = [-3, n0, _AWSONIUE,
|
|
426
403
|
{ [_e]: _c, [_hE]: 404 },
|
|
427
404
|
[_M],
|
|
428
405
|
[0]
|
|
429
406
|
];
|
|
430
|
-
|
|
431
|
-
export var
|
|
432
|
-
|
|
433
|
-
[
|
|
434
|
-
[0]
|
|
407
|
+
n0_registry.registerError(AWSOrganizationsNotInUseException$, AWSOrganizationsNotInUseException);
|
|
408
|
+
export var ChildNotFoundException$ = [-3, n0, _CNFE,
|
|
409
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
410
|
+
[_M],
|
|
411
|
+
[0]
|
|
435
412
|
];
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
[
|
|
439
|
-
[
|
|
413
|
+
n0_registry.registerError(ChildNotFoundException$, ChildNotFoundException);
|
|
414
|
+
export var ConcurrentModificationException$ = [-3, n0, _CME,
|
|
415
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
416
|
+
[_M],
|
|
417
|
+
[0]
|
|
440
418
|
];
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
[
|
|
419
|
+
n0_registry.registerError(ConcurrentModificationException$, ConcurrentModificationException);
|
|
420
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
421
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
422
|
+
[_M],
|
|
423
|
+
[0]
|
|
424
|
+
];
|
|
425
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
426
|
+
export var ConstraintViolationException$ = [-3, n0, _CVE,
|
|
427
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
428
|
+
[_M, _R],
|
|
444
429
|
[0, 0]
|
|
445
430
|
];
|
|
446
|
-
|
|
431
|
+
n0_registry.registerError(ConstraintViolationException$, ConstraintViolationException);
|
|
432
|
+
export var CreateAccountStatusNotFoundException$ = [-3, n0, _CASNFE,
|
|
447
433
|
{ [_e]: _c, [_hE]: 404 },
|
|
448
434
|
[_M],
|
|
449
435
|
[0]
|
|
450
436
|
];
|
|
451
|
-
|
|
452
|
-
export var
|
|
453
|
-
|
|
454
|
-
[
|
|
455
|
-
[0]
|
|
437
|
+
n0_registry.registerError(CreateAccountStatusNotFoundException$, CreateAccountStatusNotFoundException);
|
|
438
|
+
export var DestinationParentNotFoundException$ = [-3, n0, _DPNFE,
|
|
439
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
440
|
+
[_M],
|
|
441
|
+
[0]
|
|
456
442
|
];
|
|
457
|
-
|
|
443
|
+
n0_registry.registerError(DestinationParentNotFoundException$, DestinationParentNotFoundException);
|
|
444
|
+
export var DuplicateAccountException$ = [-3, n0, _DAE,
|
|
458
445
|
{ [_e]: _c, [_hE]: 409 },
|
|
459
446
|
[_M],
|
|
460
447
|
[0]
|
|
461
448
|
];
|
|
462
|
-
|
|
463
|
-
export var
|
|
449
|
+
n0_registry.registerError(DuplicateAccountException$, DuplicateAccountException);
|
|
450
|
+
export var DuplicateHandshakeException$ = [-3, n0, _DHE,
|
|
464
451
|
{ [_e]: _c, [_hE]: 409 },
|
|
465
452
|
[_M],
|
|
466
453
|
[0]
|
|
467
454
|
];
|
|
468
|
-
|
|
469
|
-
export var
|
|
455
|
+
n0_registry.registerError(DuplicateHandshakeException$, DuplicateHandshakeException);
|
|
456
|
+
export var DuplicateOrganizationalUnitException$ = [-3, n0, _DOUE,
|
|
457
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
458
|
+
[_M],
|
|
459
|
+
[0]
|
|
460
|
+
];
|
|
461
|
+
n0_registry.registerError(DuplicateOrganizationalUnitException$, DuplicateOrganizationalUnitException);
|
|
462
|
+
export var DuplicatePolicyAttachmentException$ = [-3, n0, _DPAE,
|
|
463
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
464
|
+
[_M],
|
|
465
|
+
[0]
|
|
466
|
+
];
|
|
467
|
+
n0_registry.registerError(DuplicatePolicyAttachmentException$, DuplicatePolicyAttachmentException);
|
|
468
|
+
export var DuplicatePolicyException$ = [-3, n0, _DPE,
|
|
469
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
470
|
+
[_M],
|
|
471
|
+
[0]
|
|
472
|
+
];
|
|
473
|
+
n0_registry.registerError(DuplicatePolicyException$, DuplicatePolicyException);
|
|
474
|
+
export var EffectivePolicyNotFoundException$ = [-3, n0, _EPNFE,
|
|
475
|
+
{ [_e]: _c },
|
|
476
|
+
[_M],
|
|
477
|
+
[0]
|
|
478
|
+
];
|
|
479
|
+
n0_registry.registerError(EffectivePolicyNotFoundException$, EffectivePolicyNotFoundException);
|
|
480
|
+
export var FinalizingOrganizationException$ = [-3, n0, _FOE,
|
|
481
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
482
|
+
[_M],
|
|
483
|
+
[0]
|
|
484
|
+
];
|
|
485
|
+
n0_registry.registerError(FinalizingOrganizationException$, FinalizingOrganizationException);
|
|
486
|
+
export var HandshakeAlreadyInStateException$ = [-3, n0, _HAISE,
|
|
487
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
488
|
+
[_M],
|
|
489
|
+
[0]
|
|
490
|
+
];
|
|
491
|
+
n0_registry.registerError(HandshakeAlreadyInStateException$, HandshakeAlreadyInStateException);
|
|
492
|
+
export var HandshakeConstraintViolationException$ = [-3, n0, _HCVE,
|
|
470
493
|
{ [_e]: _c, [_hE]: 409 },
|
|
471
494
|
[_M, _R],
|
|
472
495
|
[0, 0]
|
|
473
496
|
];
|
|
474
|
-
|
|
497
|
+
n0_registry.registerError(HandshakeConstraintViolationException$, HandshakeConstraintViolationException);
|
|
498
|
+
export var HandshakeNotFoundException$ = [-3, n0, _HNFE,
|
|
499
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
500
|
+
[_M],
|
|
501
|
+
[0]
|
|
502
|
+
];
|
|
503
|
+
n0_registry.registerError(HandshakeNotFoundException$, HandshakeNotFoundException);
|
|
504
|
+
export var InvalidHandshakeTransitionException$ = [-3, n0, _IHTE,
|
|
505
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
506
|
+
[_M],
|
|
507
|
+
[0]
|
|
508
|
+
];
|
|
509
|
+
n0_registry.registerError(InvalidHandshakeTransitionException$, InvalidHandshakeTransitionException);
|
|
510
|
+
export var InvalidInputException$ = [-3, n0, _IIE,
|
|
511
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
512
|
+
[_M, _R],
|
|
513
|
+
[0, 0]
|
|
514
|
+
];
|
|
515
|
+
n0_registry.registerError(InvalidInputException$, InvalidInputException);
|
|
516
|
+
export var InvalidResponsibilityTransferTransitionException$ = [-3, n0, _IRTTE,
|
|
517
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
518
|
+
[_M],
|
|
519
|
+
[0]
|
|
520
|
+
];
|
|
521
|
+
n0_registry.registerError(InvalidResponsibilityTransferTransitionException$, InvalidResponsibilityTransferTransitionException);
|
|
522
|
+
export var MalformedPolicyDocumentException$ = [-3, n0, _MPDE,
|
|
523
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
524
|
+
[_M],
|
|
525
|
+
[0]
|
|
526
|
+
];
|
|
527
|
+
n0_registry.registerError(MalformedPolicyDocumentException$, MalformedPolicyDocumentException);
|
|
528
|
+
export var MasterCannotLeaveOrganizationException$ = [-3, n0, _MCLOE,
|
|
529
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
530
|
+
[_M],
|
|
531
|
+
[0]
|
|
532
|
+
];
|
|
533
|
+
n0_registry.registerError(MasterCannotLeaveOrganizationException$, MasterCannotLeaveOrganizationException);
|
|
534
|
+
export var OrganizationalUnitNotEmptyException$ = [-3, n0, _OUNEE,
|
|
535
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
536
|
+
[_M],
|
|
537
|
+
[0]
|
|
538
|
+
];
|
|
539
|
+
n0_registry.registerError(OrganizationalUnitNotEmptyException$, OrganizationalUnitNotEmptyException);
|
|
540
|
+
export var OrganizationalUnitNotFoundException$ = [-3, n0, _OUNFE,
|
|
541
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
542
|
+
[_M],
|
|
543
|
+
[0]
|
|
544
|
+
];
|
|
545
|
+
n0_registry.registerError(OrganizationalUnitNotFoundException$, OrganizationalUnitNotFoundException);
|
|
546
|
+
export var OrganizationNotEmptyException$ = [-3, n0, _ONEE,
|
|
547
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
548
|
+
[_M],
|
|
549
|
+
[0]
|
|
550
|
+
];
|
|
551
|
+
n0_registry.registerError(OrganizationNotEmptyException$, OrganizationNotEmptyException);
|
|
552
|
+
export var ParentNotFoundException$ = [-3, n0, _PNFE,
|
|
553
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
554
|
+
[_M],
|
|
555
|
+
[0]
|
|
556
|
+
];
|
|
557
|
+
n0_registry.registerError(ParentNotFoundException$, ParentNotFoundException);
|
|
558
|
+
export var PolicyChangesInProgressException$ = [-3, n0, _PCIPE,
|
|
559
|
+
{ [_e]: _c },
|
|
560
|
+
[_M],
|
|
561
|
+
[0]
|
|
562
|
+
];
|
|
563
|
+
n0_registry.registerError(PolicyChangesInProgressException$, PolicyChangesInProgressException);
|
|
564
|
+
export var PolicyInUseException$ = [-3, n0, _PIUE,
|
|
565
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
566
|
+
[_M],
|
|
567
|
+
[0]
|
|
568
|
+
];
|
|
569
|
+
n0_registry.registerError(PolicyInUseException$, PolicyInUseException);
|
|
570
|
+
export var PolicyNotAttachedException$ = [-3, n0, _PNAE,
|
|
571
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
572
|
+
[_M],
|
|
573
|
+
[0]
|
|
574
|
+
];
|
|
575
|
+
n0_registry.registerError(PolicyNotAttachedException$, PolicyNotAttachedException);
|
|
576
|
+
export var PolicyNotFoundException$ = [-3, n0, _PNFEo,
|
|
577
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
578
|
+
[_M],
|
|
579
|
+
[0]
|
|
580
|
+
];
|
|
581
|
+
n0_registry.registerError(PolicyNotFoundException$, PolicyNotFoundException);
|
|
582
|
+
export var PolicyTypeAlreadyEnabledException$ = [-3, n0, _PTAEE,
|
|
583
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
584
|
+
[_M],
|
|
585
|
+
[0]
|
|
586
|
+
];
|
|
587
|
+
n0_registry.registerError(PolicyTypeAlreadyEnabledException$, PolicyTypeAlreadyEnabledException);
|
|
588
|
+
export var PolicyTypeNotAvailableForOrganizationException$ = [-3, n0, _PTNAFOE,
|
|
589
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
590
|
+
[_M],
|
|
591
|
+
[0]
|
|
592
|
+
];
|
|
593
|
+
n0_registry.registerError(PolicyTypeNotAvailableForOrganizationException$, PolicyTypeNotAvailableForOrganizationException);
|
|
594
|
+
export var PolicyTypeNotEnabledException$ = [-3, n0, _PTNEE,
|
|
595
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
596
|
+
[_M],
|
|
597
|
+
[0]
|
|
598
|
+
];
|
|
599
|
+
n0_registry.registerError(PolicyTypeNotEnabledException$, PolicyTypeNotEnabledException);
|
|
600
|
+
export var ResourcePolicyNotFoundException$ = [-3, n0, _RPNFE,
|
|
601
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
602
|
+
[_M],
|
|
603
|
+
[0]
|
|
604
|
+
];
|
|
605
|
+
n0_registry.registerError(ResourcePolicyNotFoundException$, ResourcePolicyNotFoundException);
|
|
606
|
+
export var ResponsibilityTransferAlreadyInStatusException$ = [-3, n0, _RTAISE,
|
|
607
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
608
|
+
[_M],
|
|
609
|
+
[0]
|
|
610
|
+
];
|
|
611
|
+
n0_registry.registerError(ResponsibilityTransferAlreadyInStatusException$, ResponsibilityTransferAlreadyInStatusException);
|
|
612
|
+
export var ResponsibilityTransferNotFoundException$ = [-3, n0, _RTNFE,
|
|
613
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
614
|
+
[_M],
|
|
615
|
+
[0]
|
|
616
|
+
];
|
|
617
|
+
n0_registry.registerError(ResponsibilityTransferNotFoundException$, ResponsibilityTransferNotFoundException);
|
|
618
|
+
export var RootNotFoundException$ = [-3, n0, _RNFE,
|
|
619
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
620
|
+
[_M],
|
|
621
|
+
[0]
|
|
622
|
+
];
|
|
623
|
+
n0_registry.registerError(RootNotFoundException$, RootNotFoundException);
|
|
624
|
+
export var ServiceException$ = [-3, n0, _SE,
|
|
625
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
626
|
+
[_M],
|
|
627
|
+
[0]
|
|
628
|
+
];
|
|
629
|
+
n0_registry.registerError(ServiceException$, ServiceException);
|
|
630
|
+
export var SourceParentNotFoundException$ = [-3, n0, _SPNFE,
|
|
631
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
632
|
+
[_M],
|
|
633
|
+
[0]
|
|
634
|
+
];
|
|
635
|
+
n0_registry.registerError(SourceParentNotFoundException$, SourceParentNotFoundException);
|
|
636
|
+
export var TargetNotFoundException$ = [-3, n0, _TNFE,
|
|
637
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
638
|
+
[_M],
|
|
639
|
+
[0]
|
|
640
|
+
];
|
|
641
|
+
n0_registry.registerError(TargetNotFoundException$, TargetNotFoundException);
|
|
642
|
+
export var TooManyRequestsException$ = [-3, n0, _TMRE,
|
|
643
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
644
|
+
[_T, _M],
|
|
645
|
+
[0, 0]
|
|
646
|
+
];
|
|
647
|
+
n0_registry.registerError(TooManyRequestsException$, TooManyRequestsException);
|
|
648
|
+
export var UnsupportedAPIEndpointException$ = [-3, n0, _UAPIEE,
|
|
649
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
650
|
+
[_M],
|
|
651
|
+
[0]
|
|
652
|
+
];
|
|
653
|
+
n0_registry.registerError(UnsupportedAPIEndpointException$, UnsupportedAPIEndpointException);
|
|
654
|
+
export const errorTypeRegistries = [
|
|
655
|
+
_s_registry,
|
|
656
|
+
n0_registry,
|
|
657
|
+
];
|
|
658
|
+
var AccountName = [0, n0, _AN, 8, 0];
|
|
659
|
+
var CreateAccountName = [0, n0, _CAN, 8, 0];
|
|
660
|
+
var Email = [0, n0, _E, 8, 0];
|
|
661
|
+
var HandshakeNotes = [0, n0, _HN, 8, 0];
|
|
662
|
+
var HandshakePartyId = [0, n0, _HPI, 8, 0];
|
|
663
|
+
var HandshakeResourceValue = [0, n0, _HRV, 8, 0];
|
|
664
|
+
var ResponsibilityTransferName = [0, n0, _RTN, 8, 0];
|
|
665
|
+
export var AcceptHandshakeRequest$ = [3, n0, _AHR,
|
|
666
|
+
0,
|
|
667
|
+
[_HI],
|
|
668
|
+
[0], 1
|
|
669
|
+
];
|
|
670
|
+
export var AcceptHandshakeResponse$ = [3, n0, _AHRc,
|
|
671
|
+
0,
|
|
672
|
+
[_H],
|
|
673
|
+
[[() => Handshake$, 0]]
|
|
674
|
+
];
|
|
675
|
+
export var Account$ = [3, n0, _A,
|
|
676
|
+
0,
|
|
677
|
+
[_I, _Ar, _E, _N, _S, _St, _JM, _JT],
|
|
678
|
+
[0, 0, [() => Email, 0], [() => AccountName, 0], 0, 0, 0, 4]
|
|
679
|
+
];
|
|
680
|
+
export var AttachPolicyRequest$ = [3, n0, _APR,
|
|
681
|
+
0,
|
|
682
|
+
[_PI, _TI],
|
|
683
|
+
[0, 0], 2
|
|
684
|
+
];
|
|
685
|
+
export var CancelHandshakeRequest$ = [3, n0, _CHR,
|
|
686
|
+
0,
|
|
687
|
+
[_HI],
|
|
688
|
+
[0], 1
|
|
689
|
+
];
|
|
690
|
+
export var CancelHandshakeResponse$ = [3, n0, _CHRa,
|
|
691
|
+
0,
|
|
692
|
+
[_H],
|
|
693
|
+
[[() => Handshake$, 0]]
|
|
694
|
+
];
|
|
695
|
+
export var Child$ = [3, n0, _C,
|
|
696
|
+
0,
|
|
697
|
+
[_I, _T],
|
|
698
|
+
[0, 0]
|
|
699
|
+
];
|
|
700
|
+
export var CloseAccountRequest$ = [3, n0, _CAR,
|
|
701
|
+
0,
|
|
702
|
+
[_AI],
|
|
703
|
+
[0], 1
|
|
704
|
+
];
|
|
475
705
|
export var CreateAccountRequest$ = [3, n0, _CARr,
|
|
476
706
|
0,
|
|
477
707
|
[_E, _AN, _RN, _IUATB, _Ta],
|
|
@@ -487,12 +717,6 @@ export var CreateAccountStatus$ = [3, n0, _CAS,
|
|
|
487
717
|
[_I, _AN, _St, _RT, _CT, _AI, _GCAI, _FR],
|
|
488
718
|
[0, [() => CreateAccountName, 0], 0, 4, 4, 0, 0, 0]
|
|
489
719
|
];
|
|
490
|
-
export var CreateAccountStatusNotFoundException$ = [-3, n0, _CASNFE,
|
|
491
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
492
|
-
[_M],
|
|
493
|
-
[0]
|
|
494
|
-
];
|
|
495
|
-
TypeRegistry.for(n0).registerError(CreateAccountStatusNotFoundException$, CreateAccountStatusNotFoundException);
|
|
496
720
|
export var CreateGovCloudAccountRequest$ = [3, n0, _CGCAR,
|
|
497
721
|
0,
|
|
498
722
|
[_E, _AN, _RN, _IUATB, _Ta],
|
|
@@ -648,12 +872,6 @@ export var DescribeResponsibilityTransferResponse$ = [3, n0, _DRTRe,
|
|
|
648
872
|
[_RTe],
|
|
649
873
|
[[() => ResponsibilityTransfer$, 0]]
|
|
650
874
|
];
|
|
651
|
-
export var DestinationParentNotFoundException$ = [-3, n0, _DPNFE,
|
|
652
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
653
|
-
[_M],
|
|
654
|
-
[0]
|
|
655
|
-
];
|
|
656
|
-
TypeRegistry.for(n0).registerError(DestinationParentNotFoundException$, DestinationParentNotFoundException);
|
|
657
875
|
export var DetachPolicyRequest$ = [3, n0, _DPRet,
|
|
658
876
|
0,
|
|
659
877
|
[_PI, _TI],
|
|
@@ -674,47 +892,11 @@ export var DisablePolicyTypeResponse$ = [3, n0, _DPTRi,
|
|
|
674
892
|
[_Ro],
|
|
675
893
|
[() => Root$]
|
|
676
894
|
];
|
|
677
|
-
export var DuplicateAccountException$ = [-3, n0, _DAE,
|
|
678
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
679
|
-
[_M],
|
|
680
|
-
[0]
|
|
681
|
-
];
|
|
682
|
-
TypeRegistry.for(n0).registerError(DuplicateAccountException$, DuplicateAccountException);
|
|
683
|
-
export var DuplicateHandshakeException$ = [-3, n0, _DHE,
|
|
684
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
685
|
-
[_M],
|
|
686
|
-
[0]
|
|
687
|
-
];
|
|
688
|
-
TypeRegistry.for(n0).registerError(DuplicateHandshakeException$, DuplicateHandshakeException);
|
|
689
|
-
export var DuplicateOrganizationalUnitException$ = [-3, n0, _DOUE,
|
|
690
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
691
|
-
[_M],
|
|
692
|
-
[0]
|
|
693
|
-
];
|
|
694
|
-
TypeRegistry.for(n0).registerError(DuplicateOrganizationalUnitException$, DuplicateOrganizationalUnitException);
|
|
695
|
-
export var DuplicatePolicyAttachmentException$ = [-3, n0, _DPAE,
|
|
696
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
697
|
-
[_M],
|
|
698
|
-
[0]
|
|
699
|
-
];
|
|
700
|
-
TypeRegistry.for(n0).registerError(DuplicatePolicyAttachmentException$, DuplicatePolicyAttachmentException);
|
|
701
|
-
export var DuplicatePolicyException$ = [-3, n0, _DPE,
|
|
702
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
703
|
-
[_M],
|
|
704
|
-
[0]
|
|
705
|
-
];
|
|
706
|
-
TypeRegistry.for(n0).registerError(DuplicatePolicyException$, DuplicatePolicyException);
|
|
707
895
|
export var EffectivePolicy$ = [3, n0, _EP,
|
|
708
896
|
0,
|
|
709
897
|
[_PC, _LUT, _TI, _PT],
|
|
710
898
|
[0, 4, 0, 0]
|
|
711
899
|
];
|
|
712
|
-
export var EffectivePolicyNotFoundException$ = [-3, n0, _EPNFE,
|
|
713
|
-
{ [_e]: _c },
|
|
714
|
-
[_M],
|
|
715
|
-
[0]
|
|
716
|
-
];
|
|
717
|
-
TypeRegistry.for(n0).registerError(EffectivePolicyNotFoundException$, EffectivePolicyNotFoundException);
|
|
718
900
|
export var EffectivePolicyValidationError$ = [3, n0, _EPVE,
|
|
719
901
|
0,
|
|
720
902
|
[_EC, _EM, _PTE, _CP],
|
|
@@ -750,40 +932,16 @@ export var EnablePolicyTypeResponse$ = [3, n0, _EPTRn,
|
|
|
750
932
|
[_Ro],
|
|
751
933
|
[() => Root$]
|
|
752
934
|
];
|
|
753
|
-
export var FinalizingOrganizationException$ = [-3, n0, _FOE,
|
|
754
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
755
|
-
[_M],
|
|
756
|
-
[0]
|
|
757
|
-
];
|
|
758
|
-
TypeRegistry.for(n0).registerError(FinalizingOrganizationException$, FinalizingOrganizationException);
|
|
759
935
|
export var Handshake$ = [3, n0, _H,
|
|
760
936
|
0,
|
|
761
937
|
[_I, _Ar, _Pa, _St, _RT, _ET, _Ac, _Re],
|
|
762
938
|
[0, 0, [() => HandshakeParties, 0], 0, 4, 4, 0, [() => HandshakeResources, 0]]
|
|
763
939
|
];
|
|
764
|
-
export var HandshakeAlreadyInStateException$ = [-3, n0, _HAISE,
|
|
765
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
766
|
-
[_M],
|
|
767
|
-
[0]
|
|
768
|
-
];
|
|
769
|
-
TypeRegistry.for(n0).registerError(HandshakeAlreadyInStateException$, HandshakeAlreadyInStateException);
|
|
770
|
-
export var HandshakeConstraintViolationException$ = [-3, n0, _HCVE,
|
|
771
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
772
|
-
[_M, _R],
|
|
773
|
-
[0, 0]
|
|
774
|
-
];
|
|
775
|
-
TypeRegistry.for(n0).registerError(HandshakeConstraintViolationException$, HandshakeConstraintViolationException);
|
|
776
940
|
export var HandshakeFilter$ = [3, n0, _HF,
|
|
777
941
|
0,
|
|
778
942
|
[_AT, _PHI],
|
|
779
943
|
[0, 0]
|
|
780
944
|
];
|
|
781
|
-
export var HandshakeNotFoundException$ = [-3, n0, _HNFE,
|
|
782
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
783
|
-
[_M],
|
|
784
|
-
[0]
|
|
785
|
-
];
|
|
786
|
-
TypeRegistry.for(n0).registerError(HandshakeNotFoundException$, HandshakeNotFoundException);
|
|
787
945
|
export var HandshakeParty$ = [3, n0, _HP,
|
|
788
946
|
0,
|
|
789
947
|
[_I, _T],
|
|
@@ -794,24 +952,6 @@ export var HandshakeResource$ = [3, n0, _HR,
|
|
|
794
952
|
[_V, _T, _Re],
|
|
795
953
|
[[() => HandshakeResourceValue, 0], 0, [() => HandshakeResources, 0]]
|
|
796
954
|
];
|
|
797
|
-
export var InvalidHandshakeTransitionException$ = [-3, n0, _IHTE,
|
|
798
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
799
|
-
[_M],
|
|
800
|
-
[0]
|
|
801
|
-
];
|
|
802
|
-
TypeRegistry.for(n0).registerError(InvalidHandshakeTransitionException$, InvalidHandshakeTransitionException);
|
|
803
|
-
export var InvalidInputException$ = [-3, n0, _IIE,
|
|
804
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
805
|
-
[_M, _R],
|
|
806
|
-
[0, 0]
|
|
807
|
-
];
|
|
808
|
-
TypeRegistry.for(n0).registerError(InvalidInputException$, InvalidInputException);
|
|
809
|
-
export var InvalidResponsibilityTransferTransitionException$ = [-3, n0, _IRTTE,
|
|
810
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
811
|
-
[_M],
|
|
812
|
-
[0]
|
|
813
|
-
];
|
|
814
|
-
TypeRegistry.for(n0).registerError(InvalidResponsibilityTransferTransitionException$, InvalidResponsibilityTransferTransitionException);
|
|
815
955
|
export var InviteAccountToOrganizationRequest$ = [3, n0, _IATOR,
|
|
816
956
|
0,
|
|
817
957
|
[_Tar, _No, _Ta],
|
|
@@ -1032,18 +1172,6 @@ export var ListTargetsForPolicyResponse$ = [3, n0, _LTFPRi,
|
|
|
1032
1172
|
[_Targ, _NT],
|
|
1033
1173
|
[() => PolicyTargets, 0]
|
|
1034
1174
|
];
|
|
1035
|
-
export var MalformedPolicyDocumentException$ = [-3, n0, _MPDE,
|
|
1036
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1037
|
-
[_M],
|
|
1038
|
-
[0]
|
|
1039
|
-
];
|
|
1040
|
-
TypeRegistry.for(n0).registerError(MalformedPolicyDocumentException$, MalformedPolicyDocumentException);
|
|
1041
|
-
export var MasterCannotLeaveOrganizationException$ = [-3, n0, _MCLOE,
|
|
1042
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
1043
|
-
[_M],
|
|
1044
|
-
[0]
|
|
1045
|
-
];
|
|
1046
|
-
TypeRegistry.for(n0).registerError(MasterCannotLeaveOrganizationException$, MasterCannotLeaveOrganizationException);
|
|
1047
1175
|
export var MoveAccountRequest$ = [3, n0, _MAR,
|
|
1048
1176
|
0,
|
|
1049
1177
|
[_AI, _SPI, _DPI],
|
|
@@ -1059,64 +1187,16 @@ export var OrganizationalUnit$ = [3, n0, _OU,
|
|
|
1059
1187
|
[_I, _Ar, _N],
|
|
1060
1188
|
[0, 0, 0]
|
|
1061
1189
|
];
|
|
1062
|
-
export var OrganizationalUnitNotEmptyException$ = [-3, n0, _OUNEE,
|
|
1063
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
1064
|
-
[_M],
|
|
1065
|
-
[0]
|
|
1066
|
-
];
|
|
1067
|
-
TypeRegistry.for(n0).registerError(OrganizationalUnitNotEmptyException$, OrganizationalUnitNotEmptyException);
|
|
1068
|
-
export var OrganizationalUnitNotFoundException$ = [-3, n0, _OUNFE,
|
|
1069
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
1070
|
-
[_M],
|
|
1071
|
-
[0]
|
|
1072
|
-
];
|
|
1073
|
-
TypeRegistry.for(n0).registerError(OrganizationalUnitNotFoundException$, OrganizationalUnitNotFoundException);
|
|
1074
|
-
export var OrganizationNotEmptyException$ = [-3, n0, _ONEE,
|
|
1075
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
1076
|
-
[_M],
|
|
1077
|
-
[0]
|
|
1078
|
-
];
|
|
1079
|
-
TypeRegistry.for(n0).registerError(OrganizationNotEmptyException$, OrganizationNotEmptyException);
|
|
1080
1190
|
export var Parent$ = [3, n0, _Pare,
|
|
1081
1191
|
0,
|
|
1082
1192
|
[_I, _T],
|
|
1083
1193
|
[0, 0]
|
|
1084
1194
|
];
|
|
1085
|
-
export var ParentNotFoundException$ = [-3, n0, _PNFE,
|
|
1086
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
1087
|
-
[_M],
|
|
1088
|
-
[0]
|
|
1089
|
-
];
|
|
1090
|
-
TypeRegistry.for(n0).registerError(ParentNotFoundException$, ParentNotFoundException);
|
|
1091
1195
|
export var Policy$ = [3, n0, _P,
|
|
1092
1196
|
0,
|
|
1093
1197
|
[_PS, _Co],
|
|
1094
1198
|
[() => PolicySummary$, 0]
|
|
1095
1199
|
];
|
|
1096
|
-
export var PolicyChangesInProgressException$ = [-3, n0, _PCIPE,
|
|
1097
|
-
{ [_e]: _c },
|
|
1098
|
-
[_M],
|
|
1099
|
-
[0]
|
|
1100
|
-
];
|
|
1101
|
-
TypeRegistry.for(n0).registerError(PolicyChangesInProgressException$, PolicyChangesInProgressException);
|
|
1102
|
-
export var PolicyInUseException$ = [-3, n0, _PIUE,
|
|
1103
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
1104
|
-
[_M],
|
|
1105
|
-
[0]
|
|
1106
|
-
];
|
|
1107
|
-
TypeRegistry.for(n0).registerError(PolicyInUseException$, PolicyInUseException);
|
|
1108
|
-
export var PolicyNotAttachedException$ = [-3, n0, _PNAE,
|
|
1109
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
1110
|
-
[_M],
|
|
1111
|
-
[0]
|
|
1112
|
-
];
|
|
1113
|
-
TypeRegistry.for(n0).registerError(PolicyNotAttachedException$, PolicyNotAttachedException);
|
|
1114
|
-
export var PolicyNotFoundException$ = [-3, n0, _PNFEo,
|
|
1115
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
1116
|
-
[_M],
|
|
1117
|
-
[0]
|
|
1118
|
-
];
|
|
1119
|
-
TypeRegistry.for(n0).registerError(PolicyNotFoundException$, PolicyNotFoundException);
|
|
1120
1200
|
export var PolicySummary$ = [3, n0, _PS,
|
|
1121
1201
|
0,
|
|
1122
1202
|
[_I, _Ar, _N, _D, _T, _AM],
|
|
@@ -1127,24 +1207,6 @@ export var PolicyTargetSummary$ = [3, n0, _PTS,
|
|
|
1127
1207
|
[_TI, _Ar, _N, _T],
|
|
1128
1208
|
[0, 0, 0, 0]
|
|
1129
1209
|
];
|
|
1130
|
-
export var PolicyTypeAlreadyEnabledException$ = [-3, n0, _PTAEE,
|
|
1131
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
1132
|
-
[_M],
|
|
1133
|
-
[0]
|
|
1134
|
-
];
|
|
1135
|
-
TypeRegistry.for(n0).registerError(PolicyTypeAlreadyEnabledException$, PolicyTypeAlreadyEnabledException);
|
|
1136
|
-
export var PolicyTypeNotAvailableForOrganizationException$ = [-3, n0, _PTNAFOE,
|
|
1137
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
1138
|
-
[_M],
|
|
1139
|
-
[0]
|
|
1140
|
-
];
|
|
1141
|
-
TypeRegistry.for(n0).registerError(PolicyTypeNotAvailableForOrganizationException$, PolicyTypeNotAvailableForOrganizationException);
|
|
1142
|
-
export var PolicyTypeNotEnabledException$ = [-3, n0, _PTNEE,
|
|
1143
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
1144
|
-
[_M],
|
|
1145
|
-
[0]
|
|
1146
|
-
];
|
|
1147
|
-
TypeRegistry.for(n0).registerError(PolicyTypeNotEnabledException$, PolicyTypeNotEnabledException);
|
|
1148
1210
|
export var PolicyTypeSummary$ = [3, n0, _PTSo,
|
|
1149
1211
|
0,
|
|
1150
1212
|
[_T, _S],
|
|
@@ -1175,12 +1237,6 @@ export var ResourcePolicy$ = [3, n0, _RP,
|
|
|
1175
1237
|
[_RPS, _Co],
|
|
1176
1238
|
[() => ResourcePolicySummary$, 0]
|
|
1177
1239
|
];
|
|
1178
|
-
export var ResourcePolicyNotFoundException$ = [-3, n0, _RPNFE,
|
|
1179
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
1180
|
-
[_M],
|
|
1181
|
-
[0]
|
|
1182
|
-
];
|
|
1183
|
-
TypeRegistry.for(n0).registerError(ResourcePolicyNotFoundException$, ResourcePolicyNotFoundException);
|
|
1184
1240
|
export var ResourcePolicySummary$ = [3, n0, _RPS,
|
|
1185
1241
|
0,
|
|
1186
1242
|
[_I, _Ar],
|
|
@@ -1191,41 +1247,11 @@ export var ResponsibilityTransfer$ = [3, n0, _RTe,
|
|
|
1191
1247
|
[_Ar, _N, _I, _T, _S, _So, _Tar, _ST, _ETn, _AHI],
|
|
1192
1248
|
[0, [() => ResponsibilityTransferName, 0], 0, 0, 0, [() => TransferParticipant$, 0], [() => TransferParticipant$, 0], 4, 4, 0]
|
|
1193
1249
|
];
|
|
1194
|
-
export var ResponsibilityTransferAlreadyInStatusException$ = [-3, n0, _RTAISE,
|
|
1195
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
1196
|
-
[_M],
|
|
1197
|
-
[0]
|
|
1198
|
-
];
|
|
1199
|
-
TypeRegistry.for(n0).registerError(ResponsibilityTransferAlreadyInStatusException$, ResponsibilityTransferAlreadyInStatusException);
|
|
1200
|
-
export var ResponsibilityTransferNotFoundException$ = [-3, n0, _RTNFE,
|
|
1201
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
1202
|
-
[_M],
|
|
1203
|
-
[0]
|
|
1204
|
-
];
|
|
1205
|
-
TypeRegistry.for(n0).registerError(ResponsibilityTransferNotFoundException$, ResponsibilityTransferNotFoundException);
|
|
1206
1250
|
export var Root$ = [3, n0, _Ro,
|
|
1207
1251
|
0,
|
|
1208
1252
|
[_I, _Ar, _N, _PTo],
|
|
1209
1253
|
[0, 0, 0, () => PolicyTypes]
|
|
1210
1254
|
];
|
|
1211
|
-
export var RootNotFoundException$ = [-3, n0, _RNFE,
|
|
1212
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
1213
|
-
[_M],
|
|
1214
|
-
[0]
|
|
1215
|
-
];
|
|
1216
|
-
TypeRegistry.for(n0).registerError(RootNotFoundException$, RootNotFoundException);
|
|
1217
|
-
export var ServiceException$ = [-3, n0, _SE,
|
|
1218
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
1219
|
-
[_M],
|
|
1220
|
-
[0]
|
|
1221
|
-
];
|
|
1222
|
-
TypeRegistry.for(n0).registerError(ServiceException$, ServiceException);
|
|
1223
|
-
export var SourceParentNotFoundException$ = [-3, n0, _SPNFE,
|
|
1224
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
1225
|
-
[_M],
|
|
1226
|
-
[0]
|
|
1227
|
-
];
|
|
1228
|
-
TypeRegistry.for(n0).registerError(SourceParentNotFoundException$, SourceParentNotFoundException);
|
|
1229
1255
|
export var Tag$ = [3, n0, _Tag,
|
|
1230
1256
|
0,
|
|
1231
1257
|
[_K, _V],
|
|
@@ -1236,12 +1262,6 @@ export var TagResourceRequest$ = [3, n0, _TRR,
|
|
|
1236
1262
|
[_RIe, _Ta],
|
|
1237
1263
|
[0, () => Tags], 2
|
|
1238
1264
|
];
|
|
1239
|
-
export var TargetNotFoundException$ = [-3, n0, _TNFE,
|
|
1240
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
1241
|
-
[_M],
|
|
1242
|
-
[0]
|
|
1243
|
-
];
|
|
1244
|
-
TypeRegistry.for(n0).registerError(TargetNotFoundException$, TargetNotFoundException);
|
|
1245
1265
|
export var TerminateResponsibilityTransferRequest$ = [3, n0, _TRTR,
|
|
1246
1266
|
0,
|
|
1247
1267
|
[_I, _ETn],
|
|
@@ -1252,23 +1272,11 @@ export var TerminateResponsibilityTransferResponse$ = [3, n0, _TRTRe,
|
|
|
1252
1272
|
[_RTe],
|
|
1253
1273
|
[[() => ResponsibilityTransfer$, 0]]
|
|
1254
1274
|
];
|
|
1255
|
-
export var TooManyRequestsException$ = [-3, n0, _TMRE,
|
|
1256
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
1257
|
-
[_T, _M],
|
|
1258
|
-
[0, 0]
|
|
1259
|
-
];
|
|
1260
|
-
TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
|
|
1261
1275
|
export var TransferParticipant$ = [3, n0, _TP,
|
|
1262
1276
|
0,
|
|
1263
1277
|
[_MAIa, _MAEa],
|
|
1264
1278
|
[0, [() => Email, 0]]
|
|
1265
1279
|
];
|
|
1266
|
-
export var UnsupportedAPIEndpointException$ = [-3, n0, _UAPIEE,
|
|
1267
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
1268
|
-
[_M],
|
|
1269
|
-
[0]
|
|
1270
|
-
];
|
|
1271
|
-
TypeRegistry.for(n0).registerError(UnsupportedAPIEndpointException$, UnsupportedAPIEndpointException);
|
|
1272
1280
|
export var UntagResourceRequest$ = [3, n0, _URR,
|
|
1273
1281
|
0,
|
|
1274
1282
|
[_RIe, _TK],
|
|
@@ -1305,8 +1313,6 @@ export var UpdateResponsibilityTransferResponse$ = [3, n0, _URTRp,
|
|
|
1305
1313
|
[[() => ResponsibilityTransfer$, 0]]
|
|
1306
1314
|
];
|
|
1307
1315
|
var __Unit = "unit";
|
|
1308
|
-
export var OrganizationsServiceException$ = [-3, _sm, "OrganizationsServiceException", 0, [], []];
|
|
1309
|
-
TypeRegistry.for(_sm).registerError(OrganizationsServiceException$, OrganizationsServiceException);
|
|
1310
1316
|
var Accounts = [1, n0, _Acc,
|
|
1311
1317
|
0, [() => Account$,
|
|
1312
1318
|
0]
|