@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.
Files changed (65) hide show
  1. package/dist-cjs/endpoint/ruleset.js +3 -3
  2. package/dist-cjs/models/models_0.js +1 -0
  3. package/dist-es/endpoint/ruleset.js +3 -3
  4. package/dist-es/models/models_0.js +1 -0
  5. package/dist-types/Organizations.d.ts +281 -278
  6. package/dist-types/OrganizationsClient.d.ts +27 -27
  7. package/dist-types/commands/AcceptHandshakeCommand.d.ts +7 -7
  8. package/dist-types/commands/AttachPolicyCommand.d.ts +2 -2
  9. package/dist-types/commands/CancelHandshakeCommand.d.ts +2 -2
  10. package/dist-types/commands/CloseAccountCommand.d.ts +26 -22
  11. package/dist-types/commands/CreateAccountCommand.d.ts +20 -20
  12. package/dist-types/commands/CreateGovCloudAccountCommand.d.ts +33 -35
  13. package/dist-types/commands/CreateOrganizationCommand.d.ts +2 -2
  14. package/dist-types/commands/CreateOrganizationalUnitCommand.d.ts +3 -3
  15. package/dist-types/commands/CreatePolicyCommand.d.ts +3 -3
  16. package/dist-types/commands/DeclineHandshakeCommand.d.ts +2 -2
  17. package/dist-types/commands/DeleteOrganizationalUnitCommand.d.ts +1 -1
  18. package/dist-types/commands/DeletePolicyCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -1
  20. package/dist-types/commands/DeregisterDelegatedAdministratorCommand.d.ts +4 -4
  21. package/dist-types/commands/DescribeAccountCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeCreateAccountStatusCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeEffectivePolicyCommand.d.ts +3 -3
  24. package/dist-types/commands/DescribeHandshakeCommand.d.ts +2 -2
  25. package/dist-types/commands/DescribeOrganizationCommand.d.ts +3 -3
  26. package/dist-types/commands/DescribeOrganizationalUnitCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribePolicyCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +2 -1
  29. package/dist-types/commands/DetachPolicyCommand.d.ts +4 -4
  30. package/dist-types/commands/DisableAWSServiceAccessCommand.d.ts +11 -11
  31. package/dist-types/commands/DisablePolicyTypeCommand.d.ts +3 -3
  32. package/dist-types/commands/EnableAWSServiceAccessCommand.d.ts +4 -4
  33. package/dist-types/commands/EnableAllFeaturesCommand.d.ts +6 -6
  34. package/dist-types/commands/EnablePolicyTypeCommand.d.ts +3 -3
  35. package/dist-types/commands/InviteAccountToOrganizationCommand.d.ts +8 -8
  36. package/dist-types/commands/LeaveOrganizationCommand.d.ts +23 -23
  37. package/dist-types/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +2 -2
  38. package/dist-types/commands/ListAccountsCommand.d.ts +2 -2
  39. package/dist-types/commands/ListAccountsForParentCommand.d.ts +2 -2
  40. package/dist-types/commands/ListChildrenCommand.d.ts +2 -2
  41. package/dist-types/commands/ListCreateAccountStatusCommand.d.ts +2 -2
  42. package/dist-types/commands/ListDelegatedAdministratorsCommand.d.ts +1 -1
  43. package/dist-types/commands/ListDelegatedServicesForAccountCommand.d.ts +1 -1
  44. package/dist-types/commands/ListHandshakesForAccountCommand.d.ts +3 -3
  45. package/dist-types/commands/ListHandshakesForOrganizationCommand.d.ts +3 -3
  46. package/dist-types/commands/ListOrganizationalUnitsForParentCommand.d.ts +2 -2
  47. package/dist-types/commands/ListParentsCommand.d.ts +4 -4
  48. package/dist-types/commands/ListPoliciesCommand.d.ts +2 -2
  49. package/dist-types/commands/ListPoliciesForTargetCommand.d.ts +2 -2
  50. package/dist-types/commands/ListRootsCommand.d.ts +4 -4
  51. package/dist-types/commands/ListTagsForResourceCommand.d.ts +7 -7
  52. package/dist-types/commands/ListTargetsForPolicyCommand.d.ts +2 -2
  53. package/dist-types/commands/MoveAccountCommand.d.ts +1 -1
  54. package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -1
  55. package/dist-types/commands/RegisterDelegatedAdministratorCommand.d.ts +2 -2
  56. package/dist-types/commands/RemoveAccountFromOrganizationCommand.d.ts +10 -10
  57. package/dist-types/commands/TagResourceCommand.d.ts +7 -7
  58. package/dist-types/commands/UntagResourceCommand.d.ts +7 -7
  59. package/dist-types/commands/UpdateOrganizationalUnitCommand.d.ts +1 -1
  60. package/dist-types/commands/UpdatePolicyCommand.d.ts +1 -1
  61. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  62. package/dist-types/models/models_0.d.ts +311 -304
  63. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  64. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  65. 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: string;
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.282.0",
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",