@aws-sdk/client-organizations 3.282.0 → 3.283.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/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +1 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +1 -0
- package/dist-types/Organizations.d.ts +281 -278
- package/dist-types/OrganizationsClient.d.ts +27 -27
- package/dist-types/commands/AcceptHandshakeCommand.d.ts +7 -7
- package/dist-types/commands/AttachPolicyCommand.d.ts +2 -2
- package/dist-types/commands/CancelHandshakeCommand.d.ts +2 -2
- package/dist-types/commands/CloseAccountCommand.d.ts +26 -22
- package/dist-types/commands/CreateAccountCommand.d.ts +20 -20
- package/dist-types/commands/CreateGovCloudAccountCommand.d.ts +33 -35
- package/dist-types/commands/CreateOrganizationCommand.d.ts +2 -2
- package/dist-types/commands/CreateOrganizationalUnitCommand.d.ts +3 -3
- package/dist-types/commands/CreatePolicyCommand.d.ts +3 -3
- package/dist-types/commands/DeclineHandshakeCommand.d.ts +2 -2
- package/dist-types/commands/DeleteOrganizationalUnitCommand.d.ts +1 -1
- package/dist-types/commands/DeletePolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterDelegatedAdministratorCommand.d.ts +4 -4
- package/dist-types/commands/DescribeAccountCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCreateAccountStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEffectivePolicyCommand.d.ts +3 -3
- package/dist-types/commands/DescribeHandshakeCommand.d.ts +2 -2
- package/dist-types/commands/DescribeOrganizationCommand.d.ts +3 -3
- package/dist-types/commands/DescribeOrganizationalUnitCommand.d.ts +1 -1
- package/dist-types/commands/DescribePolicyCommand.d.ts +1 -1
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +2 -1
- package/dist-types/commands/DetachPolicyCommand.d.ts +4 -4
- package/dist-types/commands/DisableAWSServiceAccessCommand.d.ts +11 -11
- package/dist-types/commands/DisablePolicyTypeCommand.d.ts +3 -3
- package/dist-types/commands/EnableAWSServiceAccessCommand.d.ts +4 -4
- package/dist-types/commands/EnableAllFeaturesCommand.d.ts +6 -6
- package/dist-types/commands/EnablePolicyTypeCommand.d.ts +3 -3
- package/dist-types/commands/InviteAccountToOrganizationCommand.d.ts +8 -8
- package/dist-types/commands/LeaveOrganizationCommand.d.ts +23 -23
- package/dist-types/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +2 -2
- package/dist-types/commands/ListAccountsCommand.d.ts +2 -2
- package/dist-types/commands/ListAccountsForParentCommand.d.ts +2 -2
- package/dist-types/commands/ListChildrenCommand.d.ts +2 -2
- package/dist-types/commands/ListCreateAccountStatusCommand.d.ts +2 -2
- package/dist-types/commands/ListDelegatedAdministratorsCommand.d.ts +1 -1
- package/dist-types/commands/ListDelegatedServicesForAccountCommand.d.ts +1 -1
- package/dist-types/commands/ListHandshakesForAccountCommand.d.ts +3 -3
- package/dist-types/commands/ListHandshakesForOrganizationCommand.d.ts +3 -3
- package/dist-types/commands/ListOrganizationalUnitsForParentCommand.d.ts +2 -2
- package/dist-types/commands/ListParentsCommand.d.ts +4 -4
- package/dist-types/commands/ListPoliciesCommand.d.ts +2 -2
- package/dist-types/commands/ListPoliciesForTargetCommand.d.ts +2 -2
- package/dist-types/commands/ListRootsCommand.d.ts +4 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +7 -7
- package/dist-types/commands/ListTargetsForPolicyCommand.d.ts +2 -2
- package/dist-types/commands/MoveAccountCommand.d.ts +1 -1
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/RegisterDelegatedAdministratorCommand.d.ts +2 -2
- package/dist-types/commands/RemoveAccountFromOrganizationCommand.d.ts +10 -10
- package/dist-types/commands/TagResourceCommand.d.ts +7 -7
- package/dist-types/commands/UntagResourceCommand.d.ts +7 -7
- package/dist-types/commands/UpdateOrganizationalUnitCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePolicyCommand.d.ts +1 -1
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +311 -304
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +1 -1
|
@@ -27,7 +27,7 @@ export declare const resolveClientEndpointParameters: <T>(
|
|
|
27
27
|
defaultSigningName: string;
|
|
28
28
|
};
|
|
29
29
|
export interface EndpointParameters extends __EndpointParameters {
|
|
30
|
-
Region
|
|
30
|
+
Region?: string;
|
|
31
31
|
UseDualStack?: boolean;
|
|
32
32
|
UseFIPS?: boolean;
|
|
33
33
|
Endpoint?: string;
|
|
@@ -269,6 +269,7 @@ export declare enum ConstraintViolationExceptionReason {
|
|
|
269
269
|
ACCOUNT_CANNOT_LEAVE_ORGANIZATION = "ACCOUNT_CANNOT_LEAVE_ORGANIZATION",
|
|
270
270
|
ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA = "ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA",
|
|
271
271
|
ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION = "ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION",
|
|
272
|
+
ACCOUNT_CREATION_NOT_COMPLETE = "ACCOUNT_CREATION_NOT_COMPLETE",
|
|
272
273
|
ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED = "ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED",
|
|
273
274
|
ACCOUNT_NUMBER_LIMIT_EXCEEDED = "ACCOUNT_NUMBER_LIMIT_EXCEEDED",
|
|
274
275
|
CANNOT_CLOSE_MANAGEMENT_ACCOUNT = "CANNOT_CLOSE_MANAGEMENT_ACCOUNT",
|
package/package.json
CHANGED
|
@@ -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.283.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|