@aws-sdk/client-organizations 3.936.0 → 3.937.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +48 -0
- package/dist-cjs/index.js +462 -69
- package/dist-es/Organizations.js +12 -0
- package/dist-es/commands/DescribeResponsibilityTransferCommand.js +16 -0
- package/dist-es/commands/InviteOrganizationToTransferResponsibilityCommand.js +16 -0
- package/dist-es/commands/ListInboundResponsibilityTransfersCommand.js +16 -0
- package/dist-es/commands/ListOutboundResponsibilityTransfersCommand.js +16 -0
- package/dist-es/commands/TerminateResponsibilityTransferCommand.js +16 -0
- package/dist-es/commands/UpdateResponsibilityTransferCommand.js +16 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/enums.js +81 -39
- package/dist-es/models/errors.js +72 -30
- package/dist-es/schemas/schemas_0.js +221 -1
- package/dist-types/Organizations.d.ts +42 -0
- package/dist-types/OrganizationsClient.d.ts +8 -2
- package/dist-types/commands/AcceptHandshakeCommand.d.ts +334 -32
- package/dist-types/commands/AttachPolicyCommand.d.ts +74 -3
- package/dist-types/commands/CancelHandshakeCommand.d.ts +45 -9
- package/dist-types/commands/CloseAccountCommand.d.ts +68 -1
- package/dist-types/commands/CreateAccountCommand.d.ts +69 -2
- package/dist-types/commands/CreateGovCloudAccountCommand.d.ts +68 -1
- package/dist-types/commands/CreateOrganizationCommand.d.ts +69 -2
- package/dist-types/commands/CreateOrganizationalUnitCommand.d.ts +69 -2
- package/dist-types/commands/CreatePolicyCommand.d.ts +71 -5
- package/dist-types/commands/DeclineHandshakeCommand.d.ts +45 -10
- package/dist-types/commands/DeleteOrganizationCommand.d.ts +284 -0
- package/dist-types/commands/DeleteOrganizationalUnitCommand.d.ts +38 -1
- package/dist-types/commands/DeletePolicyCommand.d.ts +38 -2
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +32 -2
- package/dist-types/commands/DeregisterDelegatedAdministratorCommand.d.ts +69 -2
- package/dist-types/commands/DescribeAccountCommand.d.ts +38 -2
- package/dist-types/commands/DescribeCreateAccountStatusCommand.d.ts +38 -2
- package/dist-types/commands/DescribeEffectivePolicyCommand.d.ts +71 -4
- package/dist-types/commands/DescribeHandshakeCommand.d.ts +45 -10
- package/dist-types/commands/DescribeOrganizationCommand.d.ts +2 -2
- package/dist-types/commands/DescribeOrganizationalUnitCommand.d.ts +38 -2
- package/dist-types/commands/DescribePolicyCommand.d.ts +39 -3
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +32 -3
- package/dist-types/commands/DescribeResponsibilityTransferCommand.d.ts +267 -0
- package/dist-types/commands/DetachPolicyCommand.d.ts +69 -3
- package/dist-types/commands/DisableAWSServiceAccessCommand.d.ts +69 -2
- package/dist-types/commands/DisablePolicyTypeCommand.d.ts +71 -5
- package/dist-types/commands/EnableAWSServiceAccessCommand.d.ts +69 -2
- package/dist-types/commands/EnableAllFeaturesCommand.d.ts +91 -10
- package/dist-types/commands/EnablePolicyTypeCommand.d.ts +71 -5
- package/dist-types/commands/InviteAccountToOrganizationCommand.d.ts +91 -10
- package/dist-types/commands/InviteOrganizationToTransferResponsibilityCommand.d.ts +617 -0
- package/dist-types/commands/LeaveOrganizationCommand.d.ts +69 -2
- package/dist-types/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +69 -3
- package/dist-types/commands/ListAccountsCommand.d.ts +41 -8
- package/dist-types/commands/ListAccountsForParentCommand.d.ts +41 -8
- package/dist-types/commands/ListAccountsWithInvalidEffectivePolicyCommand.d.ts +71 -5
- package/dist-types/commands/ListChildrenCommand.d.ts +41 -8
- package/dist-types/commands/ListCreateAccountStatusCommand.d.ts +41 -8
- package/dist-types/commands/ListDelegatedAdministratorsCommand.d.ts +69 -3
- package/dist-types/commands/ListDelegatedServicesForAccountCommand.d.ts +69 -3
- package/dist-types/commands/ListEffectivePolicyValidationErrorsCommand.d.ts +71 -5
- package/dist-types/commands/ListHandshakesForAccountCommand.d.ts +49 -17
- package/dist-types/commands/ListHandshakesForOrganizationCommand.d.ts +49 -20
- package/dist-types/commands/ListInboundResponsibilityTransfersCommand.d.ts +524 -0
- package/dist-types/commands/ListOrganizationalUnitsForParentCommand.d.ts +41 -8
- package/dist-types/commands/ListOutboundResponsibilityTransfersCommand.d.ts +521 -0
- package/dist-types/commands/ListParentsCommand.d.ts +41 -8
- package/dist-types/commands/ListPoliciesCommand.d.ts +43 -10
- package/dist-types/commands/ListPoliciesForTargetCommand.d.ts +43 -10
- package/dist-types/commands/ListRootsCommand.d.ts +42 -9
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +38 -2
- package/dist-types/commands/ListTargetsForPolicyCommand.d.ts +41 -8
- package/dist-types/commands/MoveAccountCommand.d.ts +38 -1
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +69 -2
- package/dist-types/commands/RegisterDelegatedAdministratorCommand.d.ts +69 -2
- package/dist-types/commands/RemoveAccountFromOrganizationCommand.d.ts +69 -2
- package/dist-types/commands/TagResourceCommand.d.ts +69 -3
- package/dist-types/commands/TerminateResponsibilityTransferCommand.d.ts +526 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +69 -3
- package/dist-types/commands/UpdateOrganizationalUnitCommand.d.ts +38 -1
- package/dist-types/commands/UpdatePolicyCommand.d.ts +70 -4
- package/dist-types/commands/UpdateResponsibilityTransferCommand.d.ts +516 -0
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/enums.d.ts +105 -47
- package/dist-types/models/errors.d.ts +507 -386
- package/dist-types/models/models_0.d.ts +483 -283
- package/dist-types/schemas/schemas_0.d.ts +25 -0
- package/dist-types/ts3.4/Organizations.d.ts +120 -0
- package/dist-types/ts3.4/OrganizationsClient.d.ts +38 -2
- package/dist-types/ts3.4/commands/DescribeResponsibilityTransferCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/InviteOrganizationToTransferResponsibilityCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListInboundResponsibilityTransfersCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListOutboundResponsibilityTransfersCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/TerminateResponsibilityTransferCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateResponsibilityTransferCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/enums.d.ts +87 -41
- package/dist-types/ts3.4/models/errors.d.ts +53 -20
- package/dist-types/ts3.4/models/models_0.d.ts +68 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +25 -0
- package/package.json +1 -1
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
TerminateResponsibilityTransferRequest,
|
|
5
|
+
TerminateResponsibilityTransferResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
OrganizationsClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../OrganizationsClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface TerminateResponsibilityTransferCommandInput
|
|
15
|
+
extends TerminateResponsibilityTransferRequest {}
|
|
16
|
+
export interface TerminateResponsibilityTransferCommandOutput
|
|
17
|
+
extends TerminateResponsibilityTransferResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const TerminateResponsibilityTransferCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: TerminateResponsibilityTransferCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
TerminateResponsibilityTransferCommandInput,
|
|
24
|
+
TerminateResponsibilityTransferCommandOutput,
|
|
25
|
+
OrganizationsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: TerminateResponsibilityTransferCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
TerminateResponsibilityTransferCommandInput,
|
|
33
|
+
TerminateResponsibilityTransferCommandOutput,
|
|
34
|
+
OrganizationsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class TerminateResponsibilityTransferCommand extends TerminateResponsibilityTransferCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: TerminateResponsibilityTransferRequest;
|
|
44
|
+
output: TerminateResponsibilityTransferResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: TerminateResponsibilityTransferCommandInput;
|
|
48
|
+
output: TerminateResponsibilityTransferCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
UpdateResponsibilityTransferRequest,
|
|
5
|
+
UpdateResponsibilityTransferResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
OrganizationsClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../OrganizationsClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateResponsibilityTransferCommandInput
|
|
15
|
+
extends UpdateResponsibilityTransferRequest {}
|
|
16
|
+
export interface UpdateResponsibilityTransferCommandOutput
|
|
17
|
+
extends UpdateResponsibilityTransferResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const UpdateResponsibilityTransferCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: UpdateResponsibilityTransferCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
UpdateResponsibilityTransferCommandInput,
|
|
24
|
+
UpdateResponsibilityTransferCommandOutput,
|
|
25
|
+
OrganizationsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: UpdateResponsibilityTransferCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
UpdateResponsibilityTransferCommandInput,
|
|
33
|
+
UpdateResponsibilityTransferCommandOutput,
|
|
34
|
+
OrganizationsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class UpdateResponsibilityTransferCommand extends UpdateResponsibilityTransferCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateResponsibilityTransferRequest;
|
|
44
|
+
output: UpdateResponsibilityTransferResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateResponsibilityTransferCommandInput;
|
|
48
|
+
output: UpdateResponsibilityTransferCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -21,6 +21,7 @@ export * from "./DescribeOrganizationCommand";
|
|
|
21
21
|
export * from "./DescribeOrganizationalUnitCommand";
|
|
22
22
|
export * from "./DescribePolicyCommand";
|
|
23
23
|
export * from "./DescribeResourcePolicyCommand";
|
|
24
|
+
export * from "./DescribeResponsibilityTransferCommand";
|
|
24
25
|
export * from "./DetachPolicyCommand";
|
|
25
26
|
export * from "./DisableAWSServiceAccessCommand";
|
|
26
27
|
export * from "./DisablePolicyTypeCommand";
|
|
@@ -28,6 +29,7 @@ export * from "./EnableAWSServiceAccessCommand";
|
|
|
28
29
|
export * from "./EnableAllFeaturesCommand";
|
|
29
30
|
export * from "./EnablePolicyTypeCommand";
|
|
30
31
|
export * from "./InviteAccountToOrganizationCommand";
|
|
32
|
+
export * from "./InviteOrganizationToTransferResponsibilityCommand";
|
|
31
33
|
export * from "./LeaveOrganizationCommand";
|
|
32
34
|
export * from "./ListAWSServiceAccessForOrganizationCommand";
|
|
33
35
|
export * from "./ListAccountsCommand";
|
|
@@ -40,7 +42,9 @@ export * from "./ListDelegatedServicesForAccountCommand";
|
|
|
40
42
|
export * from "./ListEffectivePolicyValidationErrorsCommand";
|
|
41
43
|
export * from "./ListHandshakesForAccountCommand";
|
|
42
44
|
export * from "./ListHandshakesForOrganizationCommand";
|
|
45
|
+
export * from "./ListInboundResponsibilityTransfersCommand";
|
|
43
46
|
export * from "./ListOrganizationalUnitsForParentCommand";
|
|
47
|
+
export * from "./ListOutboundResponsibilityTransfersCommand";
|
|
44
48
|
export * from "./ListParentsCommand";
|
|
45
49
|
export * from "./ListPoliciesCommand";
|
|
46
50
|
export * from "./ListPoliciesForTargetCommand";
|
|
@@ -52,6 +56,8 @@ export * from "./PutResourcePolicyCommand";
|
|
|
52
56
|
export * from "./RegisterDelegatedAdministratorCommand";
|
|
53
57
|
export * from "./RemoveAccountFromOrganizationCommand";
|
|
54
58
|
export * from "./TagResourceCommand";
|
|
59
|
+
export * from "./TerminateResponsibilityTransferCommand";
|
|
55
60
|
export * from "./UntagResourceCommand";
|
|
56
61
|
export * from "./UpdateOrganizationalUnitCommand";
|
|
57
62
|
export * from "./UpdatePolicyCommand";
|
|
63
|
+
export * from "./UpdateResponsibilityTransferCommand";
|
|
@@ -3,6 +3,7 @@ export declare const ActionType: {
|
|
|
3
3
|
readonly APPROVE_ALL_FEATURES: "APPROVE_ALL_FEATURES";
|
|
4
4
|
readonly ENABLE_ALL_FEATURES: "ENABLE_ALL_FEATURES";
|
|
5
5
|
readonly INVITE_ACCOUNT_TO_ORGANIZATION: "INVITE";
|
|
6
|
+
readonly TRANSFER_RESPONSIBILITY: "TRANSFER_RESPONSIBILITY";
|
|
6
7
|
};
|
|
7
8
|
export type ActionType = (typeof ActionType)[keyof typeof ActionType];
|
|
8
9
|
export declare const HandshakePartyType: {
|
|
@@ -15,12 +16,18 @@ export type HandshakePartyType =
|
|
|
15
16
|
export declare const HandshakeResourceType: {
|
|
16
17
|
readonly ACCOUNT: "ACCOUNT";
|
|
17
18
|
readonly EMAIL: "EMAIL";
|
|
19
|
+
readonly MANAGEMENT_ACCOUNT: "MANAGEMENT_ACCOUNT";
|
|
20
|
+
readonly MANAGEMENT_EMAIL: "MANAGEMENT_EMAIL";
|
|
21
|
+
readonly MANAGEMENT_NAME: "MANAGEMENT_NAME";
|
|
18
22
|
readonly MASTER_EMAIL: "MASTER_EMAIL";
|
|
19
23
|
readonly MASTER_NAME: "MASTER_NAME";
|
|
20
24
|
readonly NOTES: "NOTES";
|
|
21
25
|
readonly ORGANIZATION: "ORGANIZATION";
|
|
22
26
|
readonly ORGANIZATION_FEATURE_SET: "ORGANIZATION_FEATURE_SET";
|
|
23
27
|
readonly PARENT_HANDSHAKE: "PARENT_HANDSHAKE";
|
|
28
|
+
readonly RESPONSIBILITY_TRANSFER: "RESPONSIBILITY_TRANSFER";
|
|
29
|
+
readonly TRANSFER_START_TIMESTAMP: "TRANSFER_START_TIMESTAMP";
|
|
30
|
+
readonly TRANSFER_TYPE: "TRANSFER_TYPE";
|
|
24
31
|
};
|
|
25
32
|
export type HandshakeResourceType =
|
|
26
33
|
(typeof HandshakeResourceType)[keyof typeof HandshakeResourceType];
|
|
@@ -39,25 +46,82 @@ export declare const AccessDeniedForDependencyExceptionReason: {
|
|
|
39
46
|
};
|
|
40
47
|
export type AccessDeniedForDependencyExceptionReason =
|
|
41
48
|
(typeof AccessDeniedForDependencyExceptionReason)[keyof typeof AccessDeniedForDependencyExceptionReason];
|
|
49
|
+
export declare const ConstraintViolationExceptionReason: {
|
|
50
|
+
readonly ACCOUNT_CANNOT_LEAVE_ORGANIZATION: "ACCOUNT_CANNOT_LEAVE_ORGANIZATION";
|
|
51
|
+
readonly ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA: "ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA";
|
|
52
|
+
readonly ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: "ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION";
|
|
53
|
+
readonly ACCOUNT_CREATION_NOT_COMPLETE: "ACCOUNT_CREATION_NOT_COMPLETE";
|
|
54
|
+
readonly ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: "ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED";
|
|
55
|
+
readonly ACCOUNT_NUMBER_LIMIT_EXCEEDED: "ACCOUNT_NUMBER_LIMIT_EXCEEDED";
|
|
56
|
+
readonly ACTIVE_RESPONSIBILITY_TRANSFER_PROCESS: "ACTIVE_RESPONSIBILITY_TRANSFER_PROCESS";
|
|
57
|
+
readonly ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED: "ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED";
|
|
58
|
+
readonly CANNOT_CLOSE_MANAGEMENT_ACCOUNT: "CANNOT_CLOSE_MANAGEMENT_ACCOUNT";
|
|
59
|
+
readonly CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: "CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR";
|
|
60
|
+
readonly CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: "CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR";
|
|
61
|
+
readonly CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: "CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG";
|
|
62
|
+
readonly CLOSE_ACCOUNT_QUOTA_EXCEEDED: "CLOSE_ACCOUNT_QUOTA_EXCEEDED";
|
|
63
|
+
readonly CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED: "CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED";
|
|
64
|
+
readonly CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION: "CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION";
|
|
65
|
+
readonly DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: "DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE";
|
|
66
|
+
readonly EMAIL_VERIFICATION_CODE_EXPIRED: "EMAIL_VERIFICATION_CODE_EXPIRED";
|
|
67
|
+
readonly HANDSHAKE_RATE_LIMIT_EXCEEDED: "HANDSHAKE_RATE_LIMIT_EXCEEDED";
|
|
68
|
+
readonly INVALID_PAYMENT_INSTRUMENT: "INVALID_PAYMENT_INSTRUMENT";
|
|
69
|
+
readonly MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: "MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE";
|
|
70
|
+
readonly MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: "MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE";
|
|
71
|
+
readonly MASTER_ACCOUNT_MISSING_CONTACT_INFO: "MASTER_ACCOUNT_MISSING_CONTACT_INFO";
|
|
72
|
+
readonly MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: "MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED";
|
|
73
|
+
readonly MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: "MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED";
|
|
74
|
+
readonly MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: "MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED";
|
|
75
|
+
readonly MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: "MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED";
|
|
76
|
+
readonly MAX_TAG_LIMIT_EXCEEDED: "MAX_TAG_LIMIT_EXCEEDED";
|
|
77
|
+
readonly MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: "MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED";
|
|
78
|
+
readonly MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: "MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED";
|
|
79
|
+
readonly ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: "ORGANIZATION_NOT_IN_ALL_FEATURES_MODE";
|
|
80
|
+
readonly OU_DEPTH_LIMIT_EXCEEDED: "OU_DEPTH_LIMIT_EXCEEDED";
|
|
81
|
+
readonly OU_NUMBER_LIMIT_EXCEEDED: "OU_NUMBER_LIMIT_EXCEEDED";
|
|
82
|
+
readonly POLICY_CONTENT_LIMIT_EXCEEDED: "POLICY_CONTENT_LIMIT_EXCEEDED";
|
|
83
|
+
readonly POLICY_NUMBER_LIMIT_EXCEEDED: "POLICY_NUMBER_LIMIT_EXCEEDED";
|
|
84
|
+
readonly POLICY_TYPE_ENABLED_FOR_THIS_SERVICE: "POLICY_TYPE_ENABLED_FOR_THIS_SERVICE";
|
|
85
|
+
readonly RESPONSIBILITY_TRANSFER_MAX_INBOUND_QUOTA_VIOLATION: "RESPONSIBILITY_TRANSFER_MAX_INBOUND_QUOTA_VIOLATION";
|
|
86
|
+
readonly RESPONSIBILITY_TRANSFER_MAX_LEVEL_VIOLATION: "RESPONSIBILITY_TRANSFER_MAX_LEVEL_VIOLATION";
|
|
87
|
+
readonly RESPONSIBILITY_TRANSFER_MAX_OUTBOUND_QUOTA_VIOLATION: "RESPONSIBILITY_TRANSFER_MAX_OUTBOUND_QUOTA_VIOLATION";
|
|
88
|
+
readonly RESPONSIBILITY_TRANSFER_MAX_TRANSFERS_QUOTA_VIOLATION: "RESPONSIBILITY_TRANSFER_MAX_TRANSFERS_QUOTA_VIOLATION";
|
|
89
|
+
readonly SERVICE_ACCESS_NOT_ENABLED: "SERVICE_ACCESS_NOT_ENABLED";
|
|
90
|
+
readonly TAG_POLICY_VIOLATION: "TAG_POLICY_VIOLATION";
|
|
91
|
+
readonly TRANSFER_RESPONSIBILITY_SOURCE_DELETION_IN_PROGRESS: "TRANSFER_RESPONSIBILITY_SOURCE_DELETION_IN_PROGRESS";
|
|
92
|
+
readonly TRANSFER_RESPONSIBILITY_TARGET_DELETION_IN_PROGRESS: "TRANSFER_RESPONSIBILITY_TARGET_DELETION_IN_PROGRESS";
|
|
93
|
+
readonly UNSUPPORTED_PRICING: "UNSUPPORTED_PRICING";
|
|
94
|
+
readonly WAIT_PERIOD_ACTIVE: "WAIT_PERIOD_ACTIVE";
|
|
95
|
+
};
|
|
96
|
+
export type ConstraintViolationExceptionReason =
|
|
97
|
+
(typeof ConstraintViolationExceptionReason)[keyof typeof ConstraintViolationExceptionReason];
|
|
42
98
|
export declare const HandshakeConstraintViolationExceptionReason: {
|
|
43
99
|
readonly ACCOUNT_NUMBER_LIMIT_EXCEEDED: "ACCOUNT_NUMBER_LIMIT_EXCEEDED";
|
|
44
100
|
readonly ALREADY_IN_AN_ORGANIZATION: "ALREADY_IN_AN_ORGANIZATION";
|
|
45
101
|
readonly HANDSHAKE_RATE_LIMIT_EXCEEDED: "HANDSHAKE_RATE_LIMIT_EXCEEDED";
|
|
46
102
|
readonly INVITE_DISABLED_DURING_ENABLE_ALL_FEATURES: "INVITE_DISABLED_DURING_ENABLE_ALL_FEATURES";
|
|
103
|
+
readonly LEGACY_PERMISSIONS_STILL_IN_USE: "LEGACY_PERMISSIONS_STILL_IN_USE";
|
|
47
104
|
readonly MANAGEMENT_ACCOUNT_EMAIL_NOT_VERIFIED: "MANAGEMENT_ACCOUNT_EMAIL_NOT_VERIFIED";
|
|
48
105
|
readonly ORGANIZATION_ALREADY_HAS_ALL_FEATURES: "ORGANIZATION_ALREADY_HAS_ALL_FEATURES";
|
|
49
106
|
readonly ORGANIZATION_FROM_DIFFERENT_SELLER_OF_RECORD: "ORGANIZATION_FROM_DIFFERENT_SELLER_OF_RECORD";
|
|
50
107
|
readonly ORGANIZATION_IS_ALREADY_PENDING_ALL_FEATURES_MIGRATION: "ORGANIZATION_IS_ALREADY_PENDING_ALL_FEATURES_MIGRATION";
|
|
51
108
|
readonly ORGANIZATION_MEMBERSHIP_CHANGE_RATE_LIMIT_EXCEEDED: "ORGANIZATION_MEMBERSHIP_CHANGE_RATE_LIMIT_EXCEEDED";
|
|
52
109
|
readonly PAYMENT_INSTRUMENT_REQUIRED: "PAYMENT_INSTRUMENT_REQUIRED";
|
|
110
|
+
readonly RESPONSIBILITY_TRANSFER_ALREADY_EXISTS: "RESPONSIBILITY_TRANSFER_ALREADY_EXISTS";
|
|
111
|
+
readonly SOURCE_AND_TARGET_CANNOT_MATCH: "SOURCE_AND_TARGET_CANNOT_MATCH";
|
|
112
|
+
readonly UNUSED_PREPAYMENT_BALANCE: "UNUSED_PREPAYMENT_BALANCE";
|
|
53
113
|
};
|
|
54
114
|
export type HandshakeConstraintViolationExceptionReason =
|
|
55
115
|
(typeof HandshakeConstraintViolationExceptionReason)[keyof typeof HandshakeConstraintViolationExceptionReason];
|
|
56
116
|
export declare const InvalidInputExceptionReason: {
|
|
117
|
+
readonly CALLER_REQUIRED_FIELD_MISSING: "CALLER_REQUIRED_FIELD_MISSING";
|
|
57
118
|
readonly DUPLICATE_TAG_KEY: "DUPLICATE_TAG_KEY";
|
|
119
|
+
readonly END_DATE_NOT_END_OF_MONTH: "END_DATE_NOT_END_OF_MONTH";
|
|
120
|
+
readonly END_DATE_TOO_EARLY: "END_DATE_TOO_EARLY";
|
|
58
121
|
readonly IMMUTABLE_POLICY: "IMMUTABLE_POLICY";
|
|
59
122
|
readonly INPUT_REQUIRED: "INPUT_REQUIRED";
|
|
60
123
|
readonly INVALID_EMAIL_ADDRESS_TARGET: "INVALID_EMAIL_ADDRESS_TARGET";
|
|
124
|
+
readonly INVALID_END_DATE: "INVALID_END_DATE";
|
|
61
125
|
readonly INVALID_ENUM: "INVALID_ENUM";
|
|
62
126
|
readonly INVALID_ENUM_POLICY_TYPE: "INVALID_ENUM_POLICY_TYPE";
|
|
63
127
|
readonly INVALID_FULL_NAME_TARGET: "INVALID_FULL_NAME_TARGET";
|
|
@@ -69,6 +133,7 @@ export declare const InvalidInputExceptionReason: {
|
|
|
69
133
|
readonly INVALID_PRINCIPAL: "INVALID_PRINCIPAL";
|
|
70
134
|
readonly INVALID_RESOURCE_POLICY_JSON: "INVALID_RESOURCE_POLICY_JSON";
|
|
71
135
|
readonly INVALID_ROLE_NAME: "INVALID_ROLE_NAME";
|
|
136
|
+
readonly INVALID_START_DATE: "INVALID_START_DATE";
|
|
72
137
|
readonly INVALID_SYNTAX_ORGANIZATION: "INVALID_SYNTAX_ORGANIZATION_ARN";
|
|
73
138
|
readonly INVALID_SYNTAX_POLICY: "INVALID_SYNTAX_POLICY_ID";
|
|
74
139
|
readonly INVALID_SYSTEM_TAGS_PARAMETER: "INVALID_SYSTEM_TAGS_PARAMETER";
|
|
@@ -79,9 +144,14 @@ export declare const InvalidInputExceptionReason: {
|
|
|
79
144
|
readonly MIN_VALUE_EXCEEDED: "MIN_VALUE_EXCEEDED";
|
|
80
145
|
readonly MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: "MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS";
|
|
81
146
|
readonly NON_DETACHABLE_POLICY: "NON_DETACHABLE_POLICY";
|
|
147
|
+
readonly START_DATE_NOT_BEGINNING_OF_DAY: "START_DATE_NOT_BEGINNING_OF_DAY";
|
|
148
|
+
readonly START_DATE_NOT_BEGINNING_OF_MONTH: "START_DATE_NOT_BEGINNING_OF_MONTH";
|
|
149
|
+
readonly START_DATE_TOO_EARLY: "START_DATE_TOO_EARLY";
|
|
150
|
+
readonly START_DATE_TOO_LATE: "START_DATE_TOO_LATE";
|
|
82
151
|
readonly TARGET_NOT_SUPPORTED: "TARGET_NOT_SUPPORTED";
|
|
83
152
|
readonly UNRECOGNIZED_SERVICE_PRINCIPAL: "UNRECOGNIZED_SERVICE_PRINCIPAL";
|
|
84
153
|
readonly UNSUPPORTED_ACTION_IN_RESOURCE_POLICY: "UNSUPPORTED_ACTION_IN_RESOURCE_POLICY";
|
|
154
|
+
readonly UNSUPPORTED_ACTION_IN_RESPONSIBILITY_TRANSFER: "UNSUPPORTED_ACTION_IN_RESPONSIBILITY_TRANSFER";
|
|
85
155
|
readonly UNSUPPORTED_POLICY_TYPE_IN_RESOURCE_POLICY: "UNSUPPORTED_POLICY_TYPE_IN_RESOURCE_POLICY";
|
|
86
156
|
readonly UNSUPPORTED_RESOURCE_IN_RESOURCE_POLICY: "UNSUPPORTED_RESOURCE_IN_RESOURCE_POLICY";
|
|
87
157
|
};
|
|
@@ -107,47 +177,6 @@ export declare const AccountStatus: {
|
|
|
107
177
|
readonly SUSPENDED: "SUSPENDED";
|
|
108
178
|
};
|
|
109
179
|
export type AccountStatus = (typeof AccountStatus)[keyof typeof AccountStatus];
|
|
110
|
-
export declare const ConstraintViolationExceptionReason: {
|
|
111
|
-
readonly ACCOUNT_CANNOT_LEAVE_ORGANIZATION: "ACCOUNT_CANNOT_LEAVE_ORGANIZATION";
|
|
112
|
-
readonly ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA: "ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA";
|
|
113
|
-
readonly ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: "ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION";
|
|
114
|
-
readonly ACCOUNT_CREATION_NOT_COMPLETE: "ACCOUNT_CREATION_NOT_COMPLETE";
|
|
115
|
-
readonly ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: "ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED";
|
|
116
|
-
readonly ACCOUNT_NUMBER_LIMIT_EXCEEDED: "ACCOUNT_NUMBER_LIMIT_EXCEEDED";
|
|
117
|
-
readonly ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED: "ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED";
|
|
118
|
-
readonly CANNOT_CLOSE_MANAGEMENT_ACCOUNT: "CANNOT_CLOSE_MANAGEMENT_ACCOUNT";
|
|
119
|
-
readonly CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: "CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR";
|
|
120
|
-
readonly CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: "CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR";
|
|
121
|
-
readonly CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: "CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG";
|
|
122
|
-
readonly CLOSE_ACCOUNT_QUOTA_EXCEEDED: "CLOSE_ACCOUNT_QUOTA_EXCEEDED";
|
|
123
|
-
readonly CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED: "CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED";
|
|
124
|
-
readonly CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION: "CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION";
|
|
125
|
-
readonly DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: "DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE";
|
|
126
|
-
readonly EMAIL_VERIFICATION_CODE_EXPIRED: "EMAIL_VERIFICATION_CODE_EXPIRED";
|
|
127
|
-
readonly HANDSHAKE_RATE_LIMIT_EXCEEDED: "HANDSHAKE_RATE_LIMIT_EXCEEDED";
|
|
128
|
-
readonly INVALID_PAYMENT_INSTRUMENT: "INVALID_PAYMENT_INSTRUMENT";
|
|
129
|
-
readonly MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: "MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE";
|
|
130
|
-
readonly MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: "MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE";
|
|
131
|
-
readonly MASTER_ACCOUNT_MISSING_CONTACT_INFO: "MASTER_ACCOUNT_MISSING_CONTACT_INFO";
|
|
132
|
-
readonly MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: "MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED";
|
|
133
|
-
readonly MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: "MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED";
|
|
134
|
-
readonly MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: "MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED";
|
|
135
|
-
readonly MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: "MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED";
|
|
136
|
-
readonly MAX_TAG_LIMIT_EXCEEDED: "MAX_TAG_LIMIT_EXCEEDED";
|
|
137
|
-
readonly MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: "MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED";
|
|
138
|
-
readonly MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: "MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED";
|
|
139
|
-
readonly ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: "ORGANIZATION_NOT_IN_ALL_FEATURES_MODE";
|
|
140
|
-
readonly OU_DEPTH_LIMIT_EXCEEDED: "OU_DEPTH_LIMIT_EXCEEDED";
|
|
141
|
-
readonly OU_NUMBER_LIMIT_EXCEEDED: "OU_NUMBER_LIMIT_EXCEEDED";
|
|
142
|
-
readonly POLICY_CONTENT_LIMIT_EXCEEDED: "POLICY_CONTENT_LIMIT_EXCEEDED";
|
|
143
|
-
readonly POLICY_NUMBER_LIMIT_EXCEEDED: "POLICY_NUMBER_LIMIT_EXCEEDED";
|
|
144
|
-
readonly POLICY_TYPE_ENABLED_FOR_THIS_SERVICE: "POLICY_TYPE_ENABLED_FOR_THIS_SERVICE";
|
|
145
|
-
readonly SERVICE_ACCESS_NOT_ENABLED: "SERVICE_ACCESS_NOT_ENABLED";
|
|
146
|
-
readonly TAG_POLICY_VIOLATION: "TAG_POLICY_VIOLATION";
|
|
147
|
-
readonly WAIT_PERIOD_ACTIVE: "WAIT_PERIOD_ACTIVE";
|
|
148
|
-
};
|
|
149
|
-
export type ConstraintViolationExceptionReason =
|
|
150
|
-
(typeof ConstraintViolationExceptionReason)[keyof typeof ConstraintViolationExceptionReason];
|
|
151
180
|
export declare const IAMUserAccessToBilling: {
|
|
152
181
|
readonly ALLOW: "ALLOW";
|
|
153
182
|
readonly DENY: "DENY";
|
|
@@ -198,6 +227,7 @@ export declare const PolicyType: {
|
|
|
198
227
|
readonly BACKUP_POLICY: "BACKUP_POLICY";
|
|
199
228
|
readonly CHATBOT_POLICY: "CHATBOT_POLICY";
|
|
200
229
|
readonly DECLARATIVE_POLICY_EC2: "DECLARATIVE_POLICY_EC2";
|
|
230
|
+
readonly INSPECTOR_POLICY: "INSPECTOR_POLICY";
|
|
201
231
|
readonly RESOURCE_CONTROL_POLICY: "RESOURCE_CONTROL_POLICY";
|
|
202
232
|
readonly SECURITYHUB_POLICY: "SECURITYHUB_POLICY";
|
|
203
233
|
readonly SERVICE_CONTROL_POLICY: "SERVICE_CONTROL_POLICY";
|
|
@@ -209,11 +239,27 @@ export declare const EffectivePolicyType: {
|
|
|
209
239
|
readonly BACKUP_POLICY: "BACKUP_POLICY";
|
|
210
240
|
readonly CHATBOT_POLICY: "CHATBOT_POLICY";
|
|
211
241
|
readonly DECLARATIVE_POLICY_EC2: "DECLARATIVE_POLICY_EC2";
|
|
242
|
+
readonly INSPECTOR_POLICY: "INSPECTOR_POLICY";
|
|
212
243
|
readonly SECURITYHUB_POLICY: "SECURITYHUB_POLICY";
|
|
213
244
|
readonly TAG_POLICY: "TAG_POLICY";
|
|
214
245
|
};
|
|
215
246
|
export type EffectivePolicyType =
|
|
216
247
|
(typeof EffectivePolicyType)[keyof typeof EffectivePolicyType];
|
|
248
|
+
export declare const ResponsibilityTransferStatus: {
|
|
249
|
+
readonly ACCEPTED: "ACCEPTED";
|
|
250
|
+
readonly CANCELED: "CANCELED";
|
|
251
|
+
readonly DECLINED: "DECLINED";
|
|
252
|
+
readonly EXPIRED: "EXPIRED";
|
|
253
|
+
readonly REQUESTED: "REQUESTED";
|
|
254
|
+
readonly WITHDRAWN: "WITHDRAWN";
|
|
255
|
+
};
|
|
256
|
+
export type ResponsibilityTransferStatus =
|
|
257
|
+
(typeof ResponsibilityTransferStatus)[keyof typeof ResponsibilityTransferStatus];
|
|
258
|
+
export declare const ResponsibilityTransferType: {
|
|
259
|
+
readonly BILLING: "BILLING";
|
|
260
|
+
};
|
|
261
|
+
export type ResponsibilityTransferType =
|
|
262
|
+
(typeof ResponsibilityTransferType)[keyof typeof ResponsibilityTransferType];
|
|
217
263
|
export declare const ChildType: {
|
|
218
264
|
readonly ACCOUNT: "ACCOUNT";
|
|
219
265
|
readonly ORGANIZATIONAL_UNIT: "ORGANIZATIONAL_UNIT";
|
|
@@ -48,6 +48,15 @@ export declare class ConcurrentModificationException extends __BaseException {
|
|
|
48
48
|
>
|
|
49
49
|
);
|
|
50
50
|
}
|
|
51
|
+
export declare class ConstraintViolationException extends __BaseException {
|
|
52
|
+
readonly name: "ConstraintViolationException";
|
|
53
|
+
readonly $fault: "client";
|
|
54
|
+
Message?: string | undefined;
|
|
55
|
+
Reason?: ConstraintViolationExceptionReason | undefined;
|
|
56
|
+
constructor(
|
|
57
|
+
opts: __ExceptionOptionType<ConstraintViolationException, __BaseException>
|
|
58
|
+
);
|
|
59
|
+
}
|
|
51
60
|
export declare class HandshakeAlreadyInStateException extends __BaseException {
|
|
52
61
|
readonly name: "HandshakeAlreadyInStateException";
|
|
53
62
|
readonly $fault: "client";
|
|
@@ -99,6 +108,17 @@ export declare class InvalidInputException extends __BaseException {
|
|
|
99
108
|
opts: __ExceptionOptionType<InvalidInputException, __BaseException>
|
|
100
109
|
);
|
|
101
110
|
}
|
|
111
|
+
export declare class MasterCannotLeaveOrganizationException extends __BaseException {
|
|
112
|
+
readonly name: "MasterCannotLeaveOrganizationException";
|
|
113
|
+
readonly $fault: "client";
|
|
114
|
+
Message?: string | undefined;
|
|
115
|
+
constructor(
|
|
116
|
+
opts: __ExceptionOptionType<
|
|
117
|
+
MasterCannotLeaveOrganizationException,
|
|
118
|
+
__BaseException
|
|
119
|
+
>
|
|
120
|
+
);
|
|
121
|
+
}
|
|
102
122
|
export declare class ServiceException extends __BaseException {
|
|
103
123
|
readonly name: "ServiceException";
|
|
104
124
|
readonly $fault: "server";
|
|
@@ -168,15 +188,6 @@ export declare class AlreadyInOrganizationException extends __BaseException {
|
|
|
168
188
|
opts: __ExceptionOptionType<AlreadyInOrganizationException, __BaseException>
|
|
169
189
|
);
|
|
170
190
|
}
|
|
171
|
-
export declare class ConstraintViolationException extends __BaseException {
|
|
172
|
-
readonly name: "ConstraintViolationException";
|
|
173
|
-
readonly $fault: "client";
|
|
174
|
-
Message?: string | undefined;
|
|
175
|
-
Reason?: ConstraintViolationExceptionReason | undefined;
|
|
176
|
-
constructor(
|
|
177
|
-
opts: __ExceptionOptionType<ConstraintViolationException, __BaseException>
|
|
178
|
-
);
|
|
179
|
-
}
|
|
180
191
|
export declare class DuplicatePolicyAttachmentException extends __BaseException {
|
|
181
192
|
readonly name: "DuplicatePolicyAttachmentException";
|
|
182
193
|
readonly $fault: "client";
|
|
@@ -371,6 +382,17 @@ export declare class EffectivePolicyNotFoundException extends __BaseException {
|
|
|
371
382
|
>
|
|
372
383
|
);
|
|
373
384
|
}
|
|
385
|
+
export declare class ResponsibilityTransferNotFoundException extends __BaseException {
|
|
386
|
+
readonly name: "ResponsibilityTransferNotFoundException";
|
|
387
|
+
readonly $fault: "client";
|
|
388
|
+
Message?: string | undefined;
|
|
389
|
+
constructor(
|
|
390
|
+
opts: __ExceptionOptionType<
|
|
391
|
+
ResponsibilityTransferNotFoundException,
|
|
392
|
+
__BaseException
|
|
393
|
+
>
|
|
394
|
+
);
|
|
395
|
+
}
|
|
374
396
|
export declare class PolicyNotAttachedException extends __BaseException {
|
|
375
397
|
readonly name: "PolicyNotAttachedException";
|
|
376
398
|
readonly $fault: "client";
|
|
@@ -406,17 +428,6 @@ export declare class DuplicateHandshakeException extends __BaseException {
|
|
|
406
428
|
opts: __ExceptionOptionType<DuplicateHandshakeException, __BaseException>
|
|
407
429
|
);
|
|
408
430
|
}
|
|
409
|
-
export declare class MasterCannotLeaveOrganizationException extends __BaseException {
|
|
410
|
-
readonly name: "MasterCannotLeaveOrganizationException";
|
|
411
|
-
readonly $fault: "client";
|
|
412
|
-
Message?: string | undefined;
|
|
413
|
-
constructor(
|
|
414
|
-
opts: __ExceptionOptionType<
|
|
415
|
-
MasterCannotLeaveOrganizationException,
|
|
416
|
-
__BaseException
|
|
417
|
-
>
|
|
418
|
-
);
|
|
419
|
-
}
|
|
420
431
|
export declare class ChildNotFoundException extends __BaseException {
|
|
421
432
|
readonly name: "ChildNotFoundException";
|
|
422
433
|
readonly $fault: "client";
|
|
@@ -452,3 +463,25 @@ export declare class SourceParentNotFoundException extends __BaseException {
|
|
|
452
463
|
opts: __ExceptionOptionType<SourceParentNotFoundException, __BaseException>
|
|
453
464
|
);
|
|
454
465
|
}
|
|
466
|
+
export declare class InvalidResponsibilityTransferTransitionException extends __BaseException {
|
|
467
|
+
readonly name: "InvalidResponsibilityTransferTransitionException";
|
|
468
|
+
readonly $fault: "client";
|
|
469
|
+
Message?: string | undefined;
|
|
470
|
+
constructor(
|
|
471
|
+
opts: __ExceptionOptionType<
|
|
472
|
+
InvalidResponsibilityTransferTransitionException,
|
|
473
|
+
__BaseException
|
|
474
|
+
>
|
|
475
|
+
);
|
|
476
|
+
}
|
|
477
|
+
export declare class ResponsibilityTransferAlreadyInStatusException extends __BaseException {
|
|
478
|
+
readonly name: "ResponsibilityTransferAlreadyInStatusException";
|
|
479
|
+
readonly $fault: "client";
|
|
480
|
+
Message?: string | undefined;
|
|
481
|
+
constructor(
|
|
482
|
+
opts: __ExceptionOptionType<
|
|
483
|
+
ResponsibilityTransferAlreadyInStatusException,
|
|
484
|
+
__BaseException
|
|
485
|
+
>
|
|
486
|
+
);
|
|
487
|
+
}
|
|
@@ -15,6 +15,8 @@ import {
|
|
|
15
15
|
ParentType,
|
|
16
16
|
PolicyType,
|
|
17
17
|
PolicyTypeStatus,
|
|
18
|
+
ResponsibilityTransferStatus,
|
|
19
|
+
ResponsibilityTransferType,
|
|
18
20
|
TargetType,
|
|
19
21
|
} from "./enums";
|
|
20
22
|
export interface AcceptHandshakeRequest {
|
|
@@ -199,6 +201,28 @@ export interface ResourcePolicy {
|
|
|
199
201
|
export interface DescribeResourcePolicyResponse {
|
|
200
202
|
ResourcePolicy?: ResourcePolicy | undefined;
|
|
201
203
|
}
|
|
204
|
+
export interface DescribeResponsibilityTransferRequest {
|
|
205
|
+
Id: string | undefined;
|
|
206
|
+
}
|
|
207
|
+
export interface TransferParticipant {
|
|
208
|
+
ManagementAccountId?: string | undefined;
|
|
209
|
+
ManagementAccountEmail?: string | undefined;
|
|
210
|
+
}
|
|
211
|
+
export interface ResponsibilityTransfer {
|
|
212
|
+
Arn?: string | undefined;
|
|
213
|
+
Name?: string | undefined;
|
|
214
|
+
Id?: string | undefined;
|
|
215
|
+
Type?: ResponsibilityTransferType | undefined;
|
|
216
|
+
Status?: ResponsibilityTransferStatus | undefined;
|
|
217
|
+
Source?: TransferParticipant | undefined;
|
|
218
|
+
Target?: TransferParticipant | undefined;
|
|
219
|
+
StartTimestamp?: Date | undefined;
|
|
220
|
+
EndTimestamp?: Date | undefined;
|
|
221
|
+
ActiveHandshakeId?: string | undefined;
|
|
222
|
+
}
|
|
223
|
+
export interface DescribeResponsibilityTransferResponse {
|
|
224
|
+
ResponsibilityTransfer?: ResponsibilityTransfer | undefined;
|
|
225
|
+
}
|
|
202
226
|
export interface DetachPolicyRequest {
|
|
203
227
|
PolicyId: string | undefined;
|
|
204
228
|
TargetId: string | undefined;
|
|
@@ -235,6 +259,14 @@ export interface InviteAccountToOrganizationRequest {
|
|
|
235
259
|
Notes?: string | undefined;
|
|
236
260
|
Tags?: Tag[] | undefined;
|
|
237
261
|
}
|
|
262
|
+
export interface InviteOrganizationToTransferResponsibilityRequest {
|
|
263
|
+
Type: ResponsibilityTransferType | undefined;
|
|
264
|
+
Target: HandshakeParty | undefined;
|
|
265
|
+
Notes?: string | undefined;
|
|
266
|
+
StartTimestamp: Date | undefined;
|
|
267
|
+
SourceName: string | undefined;
|
|
268
|
+
Tags?: Tag[] | undefined;
|
|
269
|
+
}
|
|
238
270
|
export interface ListAccountsRequest {
|
|
239
271
|
NextToken?: string | undefined;
|
|
240
272
|
MaxResults?: number | undefined;
|
|
@@ -366,6 +398,16 @@ export interface ListHandshakesForOrganizationRequest {
|
|
|
366
398
|
NextToken?: string | undefined;
|
|
367
399
|
MaxResults?: number | undefined;
|
|
368
400
|
}
|
|
401
|
+
export interface ListInboundResponsibilityTransfersRequest {
|
|
402
|
+
Type: ResponsibilityTransferType | undefined;
|
|
403
|
+
Id?: string | undefined;
|
|
404
|
+
NextToken?: string | undefined;
|
|
405
|
+
MaxResults?: number | undefined;
|
|
406
|
+
}
|
|
407
|
+
export interface ListInboundResponsibilityTransfersResponse {
|
|
408
|
+
ResponsibilityTransfers?: ResponsibilityTransfer[] | undefined;
|
|
409
|
+
NextToken?: string | undefined;
|
|
410
|
+
}
|
|
369
411
|
export interface ListOrganizationalUnitsForParentRequest {
|
|
370
412
|
ParentId: string | undefined;
|
|
371
413
|
NextToken?: string | undefined;
|
|
@@ -375,6 +417,15 @@ export interface ListOrganizationalUnitsForParentResponse {
|
|
|
375
417
|
OrganizationalUnits?: OrganizationalUnit[] | undefined;
|
|
376
418
|
NextToken?: string | undefined;
|
|
377
419
|
}
|
|
420
|
+
export interface ListOutboundResponsibilityTransfersRequest {
|
|
421
|
+
Type: ResponsibilityTransferType | undefined;
|
|
422
|
+
NextToken?: string | undefined;
|
|
423
|
+
MaxResults?: number | undefined;
|
|
424
|
+
}
|
|
425
|
+
export interface ListOutboundResponsibilityTransfersResponse {
|
|
426
|
+
ResponsibilityTransfers?: ResponsibilityTransfer[] | undefined;
|
|
427
|
+
NextToken?: string | undefined;
|
|
428
|
+
}
|
|
378
429
|
export interface ListParentsRequest {
|
|
379
430
|
ChildId: string | undefined;
|
|
380
431
|
NextToken?: string | undefined;
|
|
@@ -461,6 +512,13 @@ export interface TagResourceRequest {
|
|
|
461
512
|
ResourceId: string | undefined;
|
|
462
513
|
Tags: Tag[] | undefined;
|
|
463
514
|
}
|
|
515
|
+
export interface TerminateResponsibilityTransferRequest {
|
|
516
|
+
Id: string | undefined;
|
|
517
|
+
EndTimestamp?: Date | undefined;
|
|
518
|
+
}
|
|
519
|
+
export interface TerminateResponsibilityTransferResponse {
|
|
520
|
+
ResponsibilityTransfer?: ResponsibilityTransfer | undefined;
|
|
521
|
+
}
|
|
464
522
|
export interface UntagResourceRequest {
|
|
465
523
|
ResourceId: string | undefined;
|
|
466
524
|
TagKeys: string[] | undefined;
|
|
@@ -481,6 +539,13 @@ export interface UpdatePolicyRequest {
|
|
|
481
539
|
export interface UpdatePolicyResponse {
|
|
482
540
|
Policy?: Policy | undefined;
|
|
483
541
|
}
|
|
542
|
+
export interface UpdateResponsibilityTransferRequest {
|
|
543
|
+
Id: string | undefined;
|
|
544
|
+
Name: string | undefined;
|
|
545
|
+
}
|
|
546
|
+
export interface UpdateResponsibilityTransferResponse {
|
|
547
|
+
ResponsibilityTransfer?: ResponsibilityTransfer | undefined;
|
|
548
|
+
}
|
|
484
549
|
export interface HandshakeResource {
|
|
485
550
|
Value?: string | undefined;
|
|
486
551
|
Type?: HandshakeResourceType | undefined;
|
|
@@ -514,6 +579,9 @@ export interface EnableAllFeaturesResponse {
|
|
|
514
579
|
export interface InviteAccountToOrganizationResponse {
|
|
515
580
|
Handshake?: Handshake | undefined;
|
|
516
581
|
}
|
|
582
|
+
export interface InviteOrganizationToTransferResponsibilityResponse {
|
|
583
|
+
Handshake?: Handshake | undefined;
|
|
584
|
+
}
|
|
517
585
|
export interface ListHandshakesForAccountResponse {
|
|
518
586
|
Handshakes?: Handshake[] | undefined;
|
|
519
587
|
NextToken?: string | undefined;
|