@aws-sdk/client-organizations 3.927.0 → 3.929.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 (81) hide show
  1. package/dist-cjs/index.js +1881 -2595
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/OrganizationsClient.js +2 -0
  4. package/dist-es/commands/AcceptHandshakeCommand.js +3 -10
  5. package/dist-es/commands/AttachPolicyCommand.js +3 -9
  6. package/dist-es/commands/CancelHandshakeCommand.js +3 -10
  7. package/dist-es/commands/CloseAccountCommand.js +3 -9
  8. package/dist-es/commands/CreateAccountCommand.js +3 -10
  9. package/dist-es/commands/CreateGovCloudAccountCommand.js +3 -10
  10. package/dist-es/commands/CreateOrganizationCommand.js +3 -10
  11. package/dist-es/commands/CreateOrganizationalUnitCommand.js +3 -9
  12. package/dist-es/commands/CreatePolicyCommand.js +3 -9
  13. package/dist-es/commands/DeclineHandshakeCommand.js +3 -10
  14. package/dist-es/commands/DeleteOrganizationCommand.js +3 -9
  15. package/dist-es/commands/DeleteOrganizationalUnitCommand.js +3 -9
  16. package/dist-es/commands/DeletePolicyCommand.js +3 -9
  17. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  18. package/dist-es/commands/DeregisterDelegatedAdministratorCommand.js +3 -9
  19. package/dist-es/commands/DescribeAccountCommand.js +3 -10
  20. package/dist-es/commands/DescribeCreateAccountStatusCommand.js +3 -10
  21. package/dist-es/commands/DescribeEffectivePolicyCommand.js +3 -9
  22. package/dist-es/commands/DescribeHandshakeCommand.js +3 -10
  23. package/dist-es/commands/DescribeOrganizationCommand.js +3 -10
  24. package/dist-es/commands/DescribeOrganizationalUnitCommand.js +3 -9
  25. package/dist-es/commands/DescribePolicyCommand.js +3 -9
  26. package/dist-es/commands/DescribeResourcePolicyCommand.js +3 -9
  27. package/dist-es/commands/DetachPolicyCommand.js +3 -9
  28. package/dist-es/commands/DisableAWSServiceAccessCommand.js +3 -9
  29. package/dist-es/commands/DisablePolicyTypeCommand.js +3 -9
  30. package/dist-es/commands/EnableAWSServiceAccessCommand.js +3 -9
  31. package/dist-es/commands/EnableAllFeaturesCommand.js +3 -10
  32. package/dist-es/commands/EnablePolicyTypeCommand.js +3 -9
  33. package/dist-es/commands/InviteAccountToOrganizationCommand.js +3 -10
  34. package/dist-es/commands/LeaveOrganizationCommand.js +3 -9
  35. package/dist-es/commands/ListAWSServiceAccessForOrganizationCommand.js +3 -9
  36. package/dist-es/commands/ListAccountsCommand.js +3 -10
  37. package/dist-es/commands/ListAccountsForParentCommand.js +3 -10
  38. package/dist-es/commands/ListAccountsWithInvalidEffectivePolicyCommand.js +3 -10
  39. package/dist-es/commands/ListChildrenCommand.js +3 -9
  40. package/dist-es/commands/ListCreateAccountStatusCommand.js +3 -10
  41. package/dist-es/commands/ListDelegatedAdministratorsCommand.js +3 -10
  42. package/dist-es/commands/ListDelegatedServicesForAccountCommand.js +3 -9
  43. package/dist-es/commands/ListEffectivePolicyValidationErrorsCommand.js +3 -9
  44. package/dist-es/commands/ListHandshakesForAccountCommand.js +3 -10
  45. package/dist-es/commands/ListHandshakesForOrganizationCommand.js +3 -10
  46. package/dist-es/commands/ListOrganizationalUnitsForParentCommand.js +3 -9
  47. package/dist-es/commands/ListParentsCommand.js +3 -9
  48. package/dist-es/commands/ListPoliciesCommand.js +3 -9
  49. package/dist-es/commands/ListPoliciesForTargetCommand.js +3 -9
  50. package/dist-es/commands/ListRootsCommand.js +3 -9
  51. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  52. package/dist-es/commands/ListTargetsForPolicyCommand.js +3 -9
  53. package/dist-es/commands/MoveAccountCommand.js +3 -9
  54. package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  55. package/dist-es/commands/RegisterDelegatedAdministratorCommand.js +3 -9
  56. package/dist-es/commands/RemoveAccountFromOrganizationCommand.js +3 -9
  57. package/dist-es/commands/TagResourceCommand.js +3 -9
  58. package/dist-es/commands/UntagResourceCommand.js +3 -9
  59. package/dist-es/commands/UpdateOrganizationalUnitCommand.js +3 -9
  60. package/dist-es/commands/UpdatePolicyCommand.js +3 -9
  61. package/dist-es/models/models_0.js +0 -132
  62. package/dist-es/runtimeConfig.shared.js +7 -0
  63. package/dist-es/schemas/schemas_0.js +1627 -0
  64. package/dist-types/OrganizationsClient.d.ts +10 -1
  65. package/dist-types/models/models_0.d.ts +0 -116
  66. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  67. package/dist-types/runtimeConfig.d.ts +1 -0
  68. package/dist-types/runtimeConfig.native.d.ts +1 -0
  69. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  70. package/dist-types/schemas/schemas_0.d.ts +249 -0
  71. package/dist-types/ts3.4/OrganizationsClient.d.ts +4 -0
  72. package/dist-types/ts3.4/models/models_0.d.ts +0 -81
  73. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  74. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  75. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  76. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  77. package/dist-types/ts3.4/schemas/schemas_0.d.ts +255 -0
  78. package/package.json +5 -5
  79. package/dist-es/protocols/Aws_json1_1.js +0 -1899
  80. package/dist-types/protocols/Aws_json1_1.d.ts +0 -515
  81. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -689

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.