@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
package/node_modules/@aws-sdk/client-organizations/dist-types/commands/CloseAccountCommand.d.ts
CHANGED
|
@@ -54,6 +54,12 @@ declare const CloseAccountCommand_base: {
|
|
|
54
54
|
* <note>
|
|
55
55
|
* <ul>
|
|
56
56
|
* <li>
|
|
57
|
+
* <p>Resources remaining within the account after closing will be automatically deleted after 90 days. During this 90-day period,
|
|
58
|
+
* the resources won't be available unless you contact Amazon Web Services Support to reopen the account. After 90 days, you can't reopen an account.
|
|
59
|
+
* You might still receive a <a href="https://repost.aws/knowledge-center/closed-account-bill">bill after account closure</a>.
|
|
60
|
+
* </p>
|
|
61
|
+
* </li>
|
|
62
|
+
* <li>
|
|
57
63
|
* <p>You can close only 10% of member accounts, between 10 and 1000, within a
|
|
58
64
|
* rolling 30 day period. This quota is not bound by a calendar month, but
|
|
59
65
|
* starts when you close an account. After you reach this limit, you can't
|
|
@@ -1,29 +1,73 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
-
export declare var
|
|
3
|
-
export declare var AcceptHandshakeResponse$: StaticStructureSchema;
|
|
3
|
+
export declare var OrganizationsServiceException$: StaticErrorSchema;
|
|
4
4
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
5
5
|
export declare var AccessDeniedForDependencyException$: StaticErrorSchema;
|
|
6
|
-
export declare var Account$: StaticStructureSchema;
|
|
7
6
|
export declare var AccountAlreadyClosedException$: StaticErrorSchema;
|
|
8
7
|
export declare var AccountAlreadyRegisteredException$: StaticErrorSchema;
|
|
9
8
|
export declare var AccountNotFoundException$: StaticErrorSchema;
|
|
10
9
|
export declare var AccountNotRegisteredException$: StaticErrorSchema;
|
|
11
10
|
export declare var AccountOwnerNotVerifiedException$: StaticErrorSchema;
|
|
12
11
|
export declare var AlreadyInOrganizationException$: StaticErrorSchema;
|
|
13
|
-
export declare var AttachPolicyRequest$: StaticStructureSchema;
|
|
14
12
|
export declare var AWSOrganizationsNotInUseException$: StaticErrorSchema;
|
|
15
|
-
export declare var CancelHandshakeRequest$: StaticStructureSchema;
|
|
16
|
-
export declare var CancelHandshakeResponse$: StaticStructureSchema;
|
|
17
|
-
export declare var Child$: StaticStructureSchema;
|
|
18
13
|
export declare var ChildNotFoundException$: StaticErrorSchema;
|
|
19
|
-
export declare var CloseAccountRequest$: StaticStructureSchema;
|
|
20
14
|
export declare var ConcurrentModificationException$: StaticErrorSchema;
|
|
21
15
|
export declare var ConflictException$: StaticErrorSchema;
|
|
22
16
|
export declare var ConstraintViolationException$: StaticErrorSchema;
|
|
17
|
+
export declare var CreateAccountStatusNotFoundException$: StaticErrorSchema;
|
|
18
|
+
export declare var DestinationParentNotFoundException$: StaticErrorSchema;
|
|
19
|
+
export declare var DuplicateAccountException$: StaticErrorSchema;
|
|
20
|
+
export declare var DuplicateHandshakeException$: StaticErrorSchema;
|
|
21
|
+
export declare var DuplicateOrganizationalUnitException$: StaticErrorSchema;
|
|
22
|
+
export declare var DuplicatePolicyAttachmentException$: StaticErrorSchema;
|
|
23
|
+
export declare var DuplicatePolicyException$: StaticErrorSchema;
|
|
24
|
+
export declare var EffectivePolicyNotFoundException$: StaticErrorSchema;
|
|
25
|
+
export declare var FinalizingOrganizationException$: StaticErrorSchema;
|
|
26
|
+
export declare var HandshakeAlreadyInStateException$: StaticErrorSchema;
|
|
27
|
+
export declare var HandshakeConstraintViolationException$: StaticErrorSchema;
|
|
28
|
+
export declare var HandshakeNotFoundException$: StaticErrorSchema;
|
|
29
|
+
export declare var InvalidHandshakeTransitionException$: StaticErrorSchema;
|
|
30
|
+
export declare var InvalidInputException$: StaticErrorSchema;
|
|
31
|
+
export declare var InvalidResponsibilityTransferTransitionException$: StaticErrorSchema;
|
|
32
|
+
export declare var MalformedPolicyDocumentException$: StaticErrorSchema;
|
|
33
|
+
export declare var MasterCannotLeaveOrganizationException$: StaticErrorSchema;
|
|
34
|
+
export declare var OrganizationalUnitNotEmptyException$: StaticErrorSchema;
|
|
35
|
+
export declare var OrganizationalUnitNotFoundException$: StaticErrorSchema;
|
|
36
|
+
export declare var OrganizationNotEmptyException$: StaticErrorSchema;
|
|
37
|
+
export declare var ParentNotFoundException$: StaticErrorSchema;
|
|
38
|
+
export declare var PolicyChangesInProgressException$: StaticErrorSchema;
|
|
39
|
+
export declare var PolicyInUseException$: StaticErrorSchema;
|
|
40
|
+
export declare var PolicyNotAttachedException$: StaticErrorSchema;
|
|
41
|
+
export declare var PolicyNotFoundException$: StaticErrorSchema;
|
|
42
|
+
export declare var PolicyTypeAlreadyEnabledException$: StaticErrorSchema;
|
|
43
|
+
export declare var PolicyTypeNotAvailableForOrganizationException$: StaticErrorSchema;
|
|
44
|
+
export declare var PolicyTypeNotEnabledException$: StaticErrorSchema;
|
|
45
|
+
export declare var ResourcePolicyNotFoundException$: StaticErrorSchema;
|
|
46
|
+
export declare var ResponsibilityTransferAlreadyInStatusException$: StaticErrorSchema;
|
|
47
|
+
export declare var ResponsibilityTransferNotFoundException$: StaticErrorSchema;
|
|
48
|
+
export declare var RootNotFoundException$: StaticErrorSchema;
|
|
49
|
+
export declare var ServiceException$: StaticErrorSchema;
|
|
50
|
+
export declare var SourceParentNotFoundException$: StaticErrorSchema;
|
|
51
|
+
export declare var TargetNotFoundException$: StaticErrorSchema;
|
|
52
|
+
export declare var TooManyRequestsException$: StaticErrorSchema;
|
|
53
|
+
export declare var UnsupportedAPIEndpointException$: StaticErrorSchema;
|
|
54
|
+
/**
|
|
55
|
+
* TypeRegistry instances containing modeled errors.
|
|
56
|
+
* @internal
|
|
57
|
+
*
|
|
58
|
+
*/
|
|
59
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
60
|
+
export declare var AcceptHandshakeRequest$: StaticStructureSchema;
|
|
61
|
+
export declare var AcceptHandshakeResponse$: StaticStructureSchema;
|
|
62
|
+
export declare var Account$: StaticStructureSchema;
|
|
63
|
+
export declare var AttachPolicyRequest$: StaticStructureSchema;
|
|
64
|
+
export declare var CancelHandshakeRequest$: StaticStructureSchema;
|
|
65
|
+
export declare var CancelHandshakeResponse$: StaticStructureSchema;
|
|
66
|
+
export declare var Child$: StaticStructureSchema;
|
|
67
|
+
export declare var CloseAccountRequest$: StaticStructureSchema;
|
|
23
68
|
export declare var CreateAccountRequest$: StaticStructureSchema;
|
|
24
69
|
export declare var CreateAccountResponse$: StaticStructureSchema;
|
|
25
70
|
export declare var CreateAccountStatus$: StaticStructureSchema;
|
|
26
|
-
export declare var CreateAccountStatusNotFoundException$: StaticErrorSchema;
|
|
27
71
|
export declare var CreateGovCloudAccountRequest$: StaticStructureSchema;
|
|
28
72
|
export declare var CreateGovCloudAccountResponse$: StaticStructureSchema;
|
|
29
73
|
export declare var CreateOrganizationalUnitRequest$: StaticStructureSchema;
|
|
@@ -55,18 +99,11 @@ export declare var DescribePolicyResponse$: StaticStructureSchema;
|
|
|
55
99
|
export declare var DescribeResourcePolicyResponse$: StaticStructureSchema;
|
|
56
100
|
export declare var DescribeResponsibilityTransferRequest$: StaticStructureSchema;
|
|
57
101
|
export declare var DescribeResponsibilityTransferResponse$: StaticStructureSchema;
|
|
58
|
-
export declare var DestinationParentNotFoundException$: StaticErrorSchema;
|
|
59
102
|
export declare var DetachPolicyRequest$: StaticStructureSchema;
|
|
60
103
|
export declare var DisableAWSServiceAccessRequest$: StaticStructureSchema;
|
|
61
104
|
export declare var DisablePolicyTypeRequest$: StaticStructureSchema;
|
|
62
105
|
export declare var DisablePolicyTypeResponse$: StaticStructureSchema;
|
|
63
|
-
export declare var DuplicateAccountException$: StaticErrorSchema;
|
|
64
|
-
export declare var DuplicateHandshakeException$: StaticErrorSchema;
|
|
65
|
-
export declare var DuplicateOrganizationalUnitException$: StaticErrorSchema;
|
|
66
|
-
export declare var DuplicatePolicyAttachmentException$: StaticErrorSchema;
|
|
67
|
-
export declare var DuplicatePolicyException$: StaticErrorSchema;
|
|
68
106
|
export declare var EffectivePolicy$: StaticStructureSchema;
|
|
69
|
-
export declare var EffectivePolicyNotFoundException$: StaticErrorSchema;
|
|
70
107
|
export declare var EffectivePolicyValidationError$: StaticStructureSchema;
|
|
71
108
|
export declare var EnableAllFeaturesRequest$: StaticStructureSchema;
|
|
72
109
|
export declare var EnableAllFeaturesResponse$: StaticStructureSchema;
|
|
@@ -74,17 +111,10 @@ export declare var EnableAWSServiceAccessRequest$: StaticStructureSchema;
|
|
|
74
111
|
export declare var EnabledServicePrincipal$: StaticStructureSchema;
|
|
75
112
|
export declare var EnablePolicyTypeRequest$: StaticStructureSchema;
|
|
76
113
|
export declare var EnablePolicyTypeResponse$: StaticStructureSchema;
|
|
77
|
-
export declare var FinalizingOrganizationException$: StaticErrorSchema;
|
|
78
114
|
export declare var Handshake$: StaticStructureSchema;
|
|
79
|
-
export declare var HandshakeAlreadyInStateException$: StaticErrorSchema;
|
|
80
|
-
export declare var HandshakeConstraintViolationException$: StaticErrorSchema;
|
|
81
115
|
export declare var HandshakeFilter$: StaticStructureSchema;
|
|
82
|
-
export declare var HandshakeNotFoundException$: StaticErrorSchema;
|
|
83
116
|
export declare var HandshakeParty$: StaticStructureSchema;
|
|
84
117
|
export declare var HandshakeResource$: StaticStructureSchema;
|
|
85
|
-
export declare var InvalidHandshakeTransitionException$: StaticErrorSchema;
|
|
86
|
-
export declare var InvalidInputException$: StaticErrorSchema;
|
|
87
|
-
export declare var InvalidResponsibilityTransferTransitionException$: StaticErrorSchema;
|
|
88
118
|
export declare var InviteAccountToOrganizationRequest$: StaticStructureSchema;
|
|
89
119
|
export declare var InviteAccountToOrganizationResponse$: StaticStructureSchema;
|
|
90
120
|
export declare var InviteOrganizationToTransferResponsibilityRequest$: StaticStructureSchema;
|
|
@@ -129,49 +159,27 @@ export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
|
129
159
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
130
160
|
export declare var ListTargetsForPolicyRequest$: StaticStructureSchema;
|
|
131
161
|
export declare var ListTargetsForPolicyResponse$: StaticStructureSchema;
|
|
132
|
-
export declare var MalformedPolicyDocumentException$: StaticErrorSchema;
|
|
133
|
-
export declare var MasterCannotLeaveOrganizationException$: StaticErrorSchema;
|
|
134
162
|
export declare var MoveAccountRequest$: StaticStructureSchema;
|
|
135
163
|
export declare var Organization$: StaticStructureSchema;
|
|
136
164
|
export declare var OrganizationalUnit$: StaticStructureSchema;
|
|
137
|
-
export declare var OrganizationalUnitNotEmptyException$: StaticErrorSchema;
|
|
138
|
-
export declare var OrganizationalUnitNotFoundException$: StaticErrorSchema;
|
|
139
|
-
export declare var OrganizationNotEmptyException$: StaticErrorSchema;
|
|
140
165
|
export declare var Parent$: StaticStructureSchema;
|
|
141
|
-
export declare var ParentNotFoundException$: StaticErrorSchema;
|
|
142
166
|
export declare var Policy$: StaticStructureSchema;
|
|
143
|
-
export declare var PolicyChangesInProgressException$: StaticErrorSchema;
|
|
144
|
-
export declare var PolicyInUseException$: StaticErrorSchema;
|
|
145
|
-
export declare var PolicyNotAttachedException$: StaticErrorSchema;
|
|
146
|
-
export declare var PolicyNotFoundException$: StaticErrorSchema;
|
|
147
167
|
export declare var PolicySummary$: StaticStructureSchema;
|
|
148
168
|
export declare var PolicyTargetSummary$: StaticStructureSchema;
|
|
149
|
-
export declare var PolicyTypeAlreadyEnabledException$: StaticErrorSchema;
|
|
150
|
-
export declare var PolicyTypeNotAvailableForOrganizationException$: StaticErrorSchema;
|
|
151
|
-
export declare var PolicyTypeNotEnabledException$: StaticErrorSchema;
|
|
152
169
|
export declare var PolicyTypeSummary$: StaticStructureSchema;
|
|
153
170
|
export declare var PutResourcePolicyRequest$: StaticStructureSchema;
|
|
154
171
|
export declare var PutResourcePolicyResponse$: StaticStructureSchema;
|
|
155
172
|
export declare var RegisterDelegatedAdministratorRequest$: StaticStructureSchema;
|
|
156
173
|
export declare var RemoveAccountFromOrganizationRequest$: StaticStructureSchema;
|
|
157
174
|
export declare var ResourcePolicy$: StaticStructureSchema;
|
|
158
|
-
export declare var ResourcePolicyNotFoundException$: StaticErrorSchema;
|
|
159
175
|
export declare var ResourcePolicySummary$: StaticStructureSchema;
|
|
160
176
|
export declare var ResponsibilityTransfer$: StaticStructureSchema;
|
|
161
|
-
export declare var ResponsibilityTransferAlreadyInStatusException$: StaticErrorSchema;
|
|
162
|
-
export declare var ResponsibilityTransferNotFoundException$: StaticErrorSchema;
|
|
163
177
|
export declare var Root$: StaticStructureSchema;
|
|
164
|
-
export declare var RootNotFoundException$: StaticErrorSchema;
|
|
165
|
-
export declare var ServiceException$: StaticErrorSchema;
|
|
166
|
-
export declare var SourceParentNotFoundException$: StaticErrorSchema;
|
|
167
178
|
export declare var Tag$: StaticStructureSchema;
|
|
168
179
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
169
|
-
export declare var TargetNotFoundException$: StaticErrorSchema;
|
|
170
180
|
export declare var TerminateResponsibilityTransferRequest$: StaticStructureSchema;
|
|
171
181
|
export declare var TerminateResponsibilityTransferResponse$: StaticStructureSchema;
|
|
172
|
-
export declare var TooManyRequestsException$: StaticErrorSchema;
|
|
173
182
|
export declare var TransferParticipant$: StaticStructureSchema;
|
|
174
|
-
export declare var UnsupportedAPIEndpointException$: StaticErrorSchema;
|
|
175
183
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
176
184
|
export declare var UpdateOrganizationalUnitRequest$: StaticStructureSchema;
|
|
177
185
|
export declare var UpdateOrganizationalUnitResponse$: StaticStructureSchema;
|
|
@@ -179,7 +187,6 @@ export declare var UpdatePolicyRequest$: StaticStructureSchema;
|
|
|
179
187
|
export declare var UpdatePolicyResponse$: StaticStructureSchema;
|
|
180
188
|
export declare var UpdateResponsibilityTransferRequest$: StaticStructureSchema;
|
|
181
189
|
export declare var UpdateResponsibilityTransferResponse$: StaticStructureSchema;
|
|
182
|
-
export declare var OrganizationsServiceException$: StaticErrorSchema;
|
|
183
190
|
export declare var AcceptHandshake$: StaticOperationSchema;
|
|
184
191
|
export declare var AttachPolicy$: StaticOperationSchema;
|
|
185
192
|
export declare var CancelHandshake$: StaticOperationSchema;
|
|
@@ -1,33 +1,72 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
6
|
-
export declare var
|
|
7
|
-
export declare var AcceptHandshakeResponse$: StaticStructureSchema;
|
|
7
|
+
export declare var OrganizationsServiceException$: StaticErrorSchema;
|
|
8
8
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
9
9
|
export declare var AccessDeniedForDependencyException$: StaticErrorSchema;
|
|
10
|
-
export declare var Account$: StaticStructureSchema;
|
|
11
10
|
export declare var AccountAlreadyClosedException$: StaticErrorSchema;
|
|
12
11
|
export declare var AccountAlreadyRegisteredException$: StaticErrorSchema;
|
|
13
12
|
export declare var AccountNotFoundException$: StaticErrorSchema;
|
|
14
13
|
export declare var AccountNotRegisteredException$: StaticErrorSchema;
|
|
15
14
|
export declare var AccountOwnerNotVerifiedException$: StaticErrorSchema;
|
|
16
15
|
export declare var AlreadyInOrganizationException$: StaticErrorSchema;
|
|
17
|
-
export declare var AttachPolicyRequest$: StaticStructureSchema;
|
|
18
16
|
export declare var AWSOrganizationsNotInUseException$: StaticErrorSchema;
|
|
19
|
-
export declare var CancelHandshakeRequest$: StaticStructureSchema;
|
|
20
|
-
export declare var CancelHandshakeResponse$: StaticStructureSchema;
|
|
21
|
-
export declare var Child$: StaticStructureSchema;
|
|
22
17
|
export declare var ChildNotFoundException$: StaticErrorSchema;
|
|
23
|
-
export declare var CloseAccountRequest$: StaticStructureSchema;
|
|
24
18
|
export declare var ConcurrentModificationException$: StaticErrorSchema;
|
|
25
19
|
export declare var ConflictException$: StaticErrorSchema;
|
|
26
20
|
export declare var ConstraintViolationException$: StaticErrorSchema;
|
|
21
|
+
export declare var CreateAccountStatusNotFoundException$: StaticErrorSchema;
|
|
22
|
+
export declare var DestinationParentNotFoundException$: StaticErrorSchema;
|
|
23
|
+
export declare var DuplicateAccountException$: StaticErrorSchema;
|
|
24
|
+
export declare var DuplicateHandshakeException$: StaticErrorSchema;
|
|
25
|
+
export declare var DuplicateOrganizationalUnitException$: StaticErrorSchema;
|
|
26
|
+
export declare var DuplicatePolicyAttachmentException$: StaticErrorSchema;
|
|
27
|
+
export declare var DuplicatePolicyException$: StaticErrorSchema;
|
|
28
|
+
export declare var EffectivePolicyNotFoundException$: StaticErrorSchema;
|
|
29
|
+
export declare var FinalizingOrganizationException$: StaticErrorSchema;
|
|
30
|
+
export declare var HandshakeAlreadyInStateException$: StaticErrorSchema;
|
|
31
|
+
export declare var HandshakeConstraintViolationException$: StaticErrorSchema;
|
|
32
|
+
export declare var HandshakeNotFoundException$: StaticErrorSchema;
|
|
33
|
+
export declare var InvalidHandshakeTransitionException$: StaticErrorSchema;
|
|
34
|
+
export declare var InvalidInputException$: StaticErrorSchema;
|
|
35
|
+
export declare var InvalidResponsibilityTransferTransitionException$: StaticErrorSchema;
|
|
36
|
+
export declare var MalformedPolicyDocumentException$: StaticErrorSchema;
|
|
37
|
+
export declare var MasterCannotLeaveOrganizationException$: StaticErrorSchema;
|
|
38
|
+
export declare var OrganizationalUnitNotEmptyException$: StaticErrorSchema;
|
|
39
|
+
export declare var OrganizationalUnitNotFoundException$: StaticErrorSchema;
|
|
40
|
+
export declare var OrganizationNotEmptyException$: StaticErrorSchema;
|
|
41
|
+
export declare var ParentNotFoundException$: StaticErrorSchema;
|
|
42
|
+
export declare var PolicyChangesInProgressException$: StaticErrorSchema;
|
|
43
|
+
export declare var PolicyInUseException$: StaticErrorSchema;
|
|
44
|
+
export declare var PolicyNotAttachedException$: StaticErrorSchema;
|
|
45
|
+
export declare var PolicyNotFoundException$: StaticErrorSchema;
|
|
46
|
+
export declare var PolicyTypeAlreadyEnabledException$: StaticErrorSchema;
|
|
47
|
+
export declare var PolicyTypeNotAvailableForOrganizationException$: StaticErrorSchema;
|
|
48
|
+
export declare var PolicyTypeNotEnabledException$: StaticErrorSchema;
|
|
49
|
+
export declare var ResourcePolicyNotFoundException$: StaticErrorSchema;
|
|
50
|
+
export declare var ResponsibilityTransferAlreadyInStatusException$: StaticErrorSchema;
|
|
51
|
+
export declare var ResponsibilityTransferNotFoundException$: StaticErrorSchema;
|
|
52
|
+
export declare var RootNotFoundException$: StaticErrorSchema;
|
|
53
|
+
export declare var ServiceException$: StaticErrorSchema;
|
|
54
|
+
export declare var SourceParentNotFoundException$: StaticErrorSchema;
|
|
55
|
+
export declare var TargetNotFoundException$: StaticErrorSchema;
|
|
56
|
+
export declare var TooManyRequestsException$: StaticErrorSchema;
|
|
57
|
+
export declare var UnsupportedAPIEndpointException$: StaticErrorSchema;
|
|
58
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
59
|
+
export declare var AcceptHandshakeRequest$: StaticStructureSchema;
|
|
60
|
+
export declare var AcceptHandshakeResponse$: StaticStructureSchema;
|
|
61
|
+
export declare var Account$: StaticStructureSchema;
|
|
62
|
+
export declare var AttachPolicyRequest$: StaticStructureSchema;
|
|
63
|
+
export declare var CancelHandshakeRequest$: StaticStructureSchema;
|
|
64
|
+
export declare var CancelHandshakeResponse$: StaticStructureSchema;
|
|
65
|
+
export declare var Child$: StaticStructureSchema;
|
|
66
|
+
export declare var CloseAccountRequest$: StaticStructureSchema;
|
|
27
67
|
export declare var CreateAccountRequest$: StaticStructureSchema;
|
|
28
68
|
export declare var CreateAccountResponse$: StaticStructureSchema;
|
|
29
69
|
export declare var CreateAccountStatus$: StaticStructureSchema;
|
|
30
|
-
export declare var CreateAccountStatusNotFoundException$: StaticErrorSchema;
|
|
31
70
|
export declare var CreateGovCloudAccountRequest$: StaticStructureSchema;
|
|
32
71
|
export declare var CreateGovCloudAccountResponse$: StaticStructureSchema;
|
|
33
72
|
export declare var CreateOrganizationalUnitRequest$: StaticStructureSchema;
|
|
@@ -59,18 +98,11 @@ export declare var DescribePolicyResponse$: StaticStructureSchema;
|
|
|
59
98
|
export declare var DescribeResourcePolicyResponse$: StaticStructureSchema;
|
|
60
99
|
export declare var DescribeResponsibilityTransferRequest$: StaticStructureSchema;
|
|
61
100
|
export declare var DescribeResponsibilityTransferResponse$: StaticStructureSchema;
|
|
62
|
-
export declare var DestinationParentNotFoundException$: StaticErrorSchema;
|
|
63
101
|
export declare var DetachPolicyRequest$: StaticStructureSchema;
|
|
64
102
|
export declare var DisableAWSServiceAccessRequest$: StaticStructureSchema;
|
|
65
103
|
export declare var DisablePolicyTypeRequest$: StaticStructureSchema;
|
|
66
104
|
export declare var DisablePolicyTypeResponse$: StaticStructureSchema;
|
|
67
|
-
export declare var DuplicateAccountException$: StaticErrorSchema;
|
|
68
|
-
export declare var DuplicateHandshakeException$: StaticErrorSchema;
|
|
69
|
-
export declare var DuplicateOrganizationalUnitException$: StaticErrorSchema;
|
|
70
|
-
export declare var DuplicatePolicyAttachmentException$: StaticErrorSchema;
|
|
71
|
-
export declare var DuplicatePolicyException$: StaticErrorSchema;
|
|
72
105
|
export declare var EffectivePolicy$: StaticStructureSchema;
|
|
73
|
-
export declare var EffectivePolicyNotFoundException$: StaticErrorSchema;
|
|
74
106
|
export declare var EffectivePolicyValidationError$: StaticStructureSchema;
|
|
75
107
|
export declare var EnableAllFeaturesRequest$: StaticStructureSchema;
|
|
76
108
|
export declare var EnableAllFeaturesResponse$: StaticStructureSchema;
|
|
@@ -78,17 +110,10 @@ export declare var EnableAWSServiceAccessRequest$: StaticStructureSchema;
|
|
|
78
110
|
export declare var EnabledServicePrincipal$: StaticStructureSchema;
|
|
79
111
|
export declare var EnablePolicyTypeRequest$: StaticStructureSchema;
|
|
80
112
|
export declare var EnablePolicyTypeResponse$: StaticStructureSchema;
|
|
81
|
-
export declare var FinalizingOrganizationException$: StaticErrorSchema;
|
|
82
113
|
export declare var Handshake$: StaticStructureSchema;
|
|
83
|
-
export declare var HandshakeAlreadyInStateException$: StaticErrorSchema;
|
|
84
|
-
export declare var HandshakeConstraintViolationException$: StaticErrorSchema;
|
|
85
114
|
export declare var HandshakeFilter$: StaticStructureSchema;
|
|
86
|
-
export declare var HandshakeNotFoundException$: StaticErrorSchema;
|
|
87
115
|
export declare var HandshakeParty$: StaticStructureSchema;
|
|
88
116
|
export declare var HandshakeResource$: StaticStructureSchema;
|
|
89
|
-
export declare var InvalidHandshakeTransitionException$: StaticErrorSchema;
|
|
90
|
-
export declare var InvalidInputException$: StaticErrorSchema;
|
|
91
|
-
export declare var InvalidResponsibilityTransferTransitionException$: StaticErrorSchema;
|
|
92
117
|
export declare var InviteAccountToOrganizationRequest$: StaticStructureSchema;
|
|
93
118
|
export declare var InviteAccountToOrganizationResponse$: StaticStructureSchema;
|
|
94
119
|
export declare var InviteOrganizationToTransferResponsibilityRequest$: StaticStructureSchema;
|
|
@@ -133,49 +158,27 @@ export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
|
133
158
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
134
159
|
export declare var ListTargetsForPolicyRequest$: StaticStructureSchema;
|
|
135
160
|
export declare var ListTargetsForPolicyResponse$: StaticStructureSchema;
|
|
136
|
-
export declare var MalformedPolicyDocumentException$: StaticErrorSchema;
|
|
137
|
-
export declare var MasterCannotLeaveOrganizationException$: StaticErrorSchema;
|
|
138
161
|
export declare var MoveAccountRequest$: StaticStructureSchema;
|
|
139
162
|
export declare var Organization$: StaticStructureSchema;
|
|
140
163
|
export declare var OrganizationalUnit$: StaticStructureSchema;
|
|
141
|
-
export declare var OrganizationalUnitNotEmptyException$: StaticErrorSchema;
|
|
142
|
-
export declare var OrganizationalUnitNotFoundException$: StaticErrorSchema;
|
|
143
|
-
export declare var OrganizationNotEmptyException$: StaticErrorSchema;
|
|
144
164
|
export declare var Parent$: StaticStructureSchema;
|
|
145
|
-
export declare var ParentNotFoundException$: StaticErrorSchema;
|
|
146
165
|
export declare var Policy$: StaticStructureSchema;
|
|
147
|
-
export declare var PolicyChangesInProgressException$: StaticErrorSchema;
|
|
148
|
-
export declare var PolicyInUseException$: StaticErrorSchema;
|
|
149
|
-
export declare var PolicyNotAttachedException$: StaticErrorSchema;
|
|
150
|
-
export declare var PolicyNotFoundException$: StaticErrorSchema;
|
|
151
166
|
export declare var PolicySummary$: StaticStructureSchema;
|
|
152
167
|
export declare var PolicyTargetSummary$: StaticStructureSchema;
|
|
153
|
-
export declare var PolicyTypeAlreadyEnabledException$: StaticErrorSchema;
|
|
154
|
-
export declare var PolicyTypeNotAvailableForOrganizationException$: StaticErrorSchema;
|
|
155
|
-
export declare var PolicyTypeNotEnabledException$: StaticErrorSchema;
|
|
156
168
|
export declare var PolicyTypeSummary$: StaticStructureSchema;
|
|
157
169
|
export declare var PutResourcePolicyRequest$: StaticStructureSchema;
|
|
158
170
|
export declare var PutResourcePolicyResponse$: StaticStructureSchema;
|
|
159
171
|
export declare var RegisterDelegatedAdministratorRequest$: StaticStructureSchema;
|
|
160
172
|
export declare var RemoveAccountFromOrganizationRequest$: StaticStructureSchema;
|
|
161
173
|
export declare var ResourcePolicy$: StaticStructureSchema;
|
|
162
|
-
export declare var ResourcePolicyNotFoundException$: StaticErrorSchema;
|
|
163
174
|
export declare var ResourcePolicySummary$: StaticStructureSchema;
|
|
164
175
|
export declare var ResponsibilityTransfer$: StaticStructureSchema;
|
|
165
|
-
export declare var ResponsibilityTransferAlreadyInStatusException$: StaticErrorSchema;
|
|
166
|
-
export declare var ResponsibilityTransferNotFoundException$: StaticErrorSchema;
|
|
167
176
|
export declare var Root$: StaticStructureSchema;
|
|
168
|
-
export declare var RootNotFoundException$: StaticErrorSchema;
|
|
169
|
-
export declare var ServiceException$: StaticErrorSchema;
|
|
170
|
-
export declare var SourceParentNotFoundException$: StaticErrorSchema;
|
|
171
177
|
export declare var Tag$: StaticStructureSchema;
|
|
172
178
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
173
|
-
export declare var TargetNotFoundException$: StaticErrorSchema;
|
|
174
179
|
export declare var TerminateResponsibilityTransferRequest$: StaticStructureSchema;
|
|
175
180
|
export declare var TerminateResponsibilityTransferResponse$: StaticStructureSchema;
|
|
176
|
-
export declare var TooManyRequestsException$: StaticErrorSchema;
|
|
177
181
|
export declare var TransferParticipant$: StaticStructureSchema;
|
|
178
|
-
export declare var UnsupportedAPIEndpointException$: StaticErrorSchema;
|
|
179
182
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
180
183
|
export declare var UpdateOrganizationalUnitRequest$: StaticStructureSchema;
|
|
181
184
|
export declare var UpdateOrganizationalUnitResponse$: StaticStructureSchema;
|
|
@@ -183,7 +186,6 @@ export declare var UpdatePolicyRequest$: StaticStructureSchema;
|
|
|
183
186
|
export declare var UpdatePolicyResponse$: StaticStructureSchema;
|
|
184
187
|
export declare var UpdateResponsibilityTransferRequest$: StaticStructureSchema;
|
|
185
188
|
export declare var UpdateResponsibilityTransferResponse$: StaticStructureSchema;
|
|
186
|
-
export declare var OrganizationsServiceException$: StaticErrorSchema;
|
|
187
189
|
export declare var AcceptHandshake$: StaticOperationSchema;
|
|
188
190
|
export declare var AttachPolicy$: StaticOperationSchema;
|
|
189
191
|
export declare var CancelHandshake$: StaticOperationSchema;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-organizations",
|
|
3
3
|
"description": "AWS SDK for JavaScript Organizations Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.994.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-organizations",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.11",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.10",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.11",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.994.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.9",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.23.2",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.16",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.33",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.5",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.32",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.35",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|