@aws-sdk/client-organizations 3.31.0 → 3.35.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 (1095) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/dist-cjs/Organizations.js +846 -0
  3. package/dist-cjs/Organizations.js.map +1 -0
  4. package/dist-cjs/OrganizationsClient.js +114 -0
  5. package/dist-cjs/OrganizationsClient.js.map +1 -0
  6. package/dist-cjs/commands/AcceptHandshakeCommand.js +90 -0
  7. package/dist-cjs/commands/AcceptHandshakeCommand.js.map +1 -0
  8. package/dist-cjs/commands/AttachPolicyCommand.js +86 -0
  9. package/dist-cjs/commands/AttachPolicyCommand.js.map +1 -0
  10. package/dist-cjs/commands/CancelHandshakeCommand.js +66 -0
  11. package/dist-cjs/commands/CancelHandshakeCommand.js.map +1 -0
  12. package/dist-cjs/commands/CreateAccountCommand.js +138 -0
  13. package/dist-cjs/commands/CreateAccountCommand.js.map +1 -0
  14. package/dist-cjs/commands/CreateGovCloudAccountCommand.js +194 -0
  15. package/dist-cjs/commands/CreateGovCloudAccountCommand.js.map +1 -0
  16. package/dist-cjs/commands/CreateOrganizationCommand.js +71 -0
  17. package/dist-cjs/commands/CreateOrganizationCommand.js.map +1 -0
  18. package/dist-cjs/commands/CreateOrganizationalUnitCommand.js +71 -0
  19. package/dist-cjs/commands/CreateOrganizationalUnitCommand.js.map +1 -0
  20. package/dist-cjs/commands/CreatePolicyCommand.js +67 -0
  21. package/dist-cjs/commands/CreatePolicyCommand.js.map +1 -0
  22. package/dist-cjs/commands/DeclineHandshakeCommand.js +67 -0
  23. package/dist-cjs/commands/DeclineHandshakeCommand.js.map +1 -0
  24. package/dist-cjs/commands/DeleteOrganizationCommand.js +61 -0
  25. package/dist-cjs/commands/DeleteOrganizationCommand.js.map +1 -0
  26. package/dist-cjs/commands/DeleteOrganizationalUnitCommand.js +63 -0
  27. package/dist-cjs/commands/DeleteOrganizationalUnitCommand.js.map +1 -0
  28. package/dist-cjs/commands/DeletePolicyCommand.js +64 -0
  29. package/dist-cjs/commands/DeletePolicyCommand.js.map +1 -0
  30. package/dist-cjs/commands/DeregisterDelegatedAdministratorCommand.js +74 -0
  31. package/dist-cjs/commands/DeregisterDelegatedAdministratorCommand.js.map +1 -0
  32. package/dist-cjs/commands/DescribeAccountCommand.js +63 -0
  33. package/dist-cjs/commands/DescribeAccountCommand.js.map +1 -0
  34. package/dist-cjs/commands/DescribeCreateAccountStatusCommand.js +63 -0
  35. package/dist-cjs/commands/DescribeCreateAccountStatusCommand.js.map +1 -0
  36. package/dist-cjs/commands/DescribeEffectivePolicyCommand.js +70 -0
  37. package/dist-cjs/commands/DescribeEffectivePolicyCommand.js.map +1 -0
  38. package/dist-cjs/commands/DescribeHandshakeCommand.js +67 -0
  39. package/dist-cjs/commands/DescribeHandshakeCommand.js.map +1 -0
  40. package/dist-cjs/commands/DescribeOrganizationCommand.js +68 -0
  41. package/dist-cjs/commands/DescribeOrganizationCommand.js.map +1 -0
  42. package/dist-cjs/commands/DescribeOrganizationalUnitCommand.js +63 -0
  43. package/dist-cjs/commands/DescribeOrganizationalUnitCommand.js.map +1 -0
  44. package/dist-cjs/commands/DescribePolicyCommand.js +63 -0
  45. package/dist-cjs/commands/DescribePolicyCommand.js.map +1 -0
  46. package/dist-cjs/commands/DetachPolicyCommand.js +75 -0
  47. package/dist-cjs/commands/DetachPolicyCommand.js.map +1 -0
  48. package/dist-cjs/commands/DisableAWSServiceAccessCommand.js +116 -0
  49. package/dist-cjs/commands/DisableAWSServiceAccessCommand.js.map +1 -0
  50. package/dist-cjs/commands/DisablePolicyTypeCommand.js +71 -0
  51. package/dist-cjs/commands/DisablePolicyTypeCommand.js.map +1 -0
  52. package/dist-cjs/commands/EnableAWSServiceAccessCommand.js +79 -0
  53. package/dist-cjs/commands/EnableAWSServiceAccessCommand.js.map +1 -0
  54. package/dist-cjs/commands/EnableAllFeaturesCommand.js +86 -0
  55. package/dist-cjs/commands/EnableAllFeaturesCommand.js.map +1 -0
  56. package/dist-cjs/commands/EnablePolicyTypeCommand.js +71 -0
  57. package/dist-cjs/commands/EnablePolicyTypeCommand.js.map +1 -0
  58. package/dist-cjs/commands/InviteAccountToOrganizationCommand.js +86 -0
  59. package/dist-cjs/commands/InviteAccountToOrganizationCommand.js.map +1 -0
  60. package/dist-cjs/commands/LeaveOrganizationCommand.js +124 -0
  61. package/dist-cjs/commands/LeaveOrganizationCommand.js.map +1 -0
  62. package/dist-cjs/commands/ListAWSServiceAccessForOrganizationCommand.js +69 -0
  63. package/dist-cjs/commands/ListAWSServiceAccessForOrganizationCommand.js.map +1 -0
  64. package/dist-cjs/commands/ListAccountsCommand.js +72 -0
  65. package/dist-cjs/commands/ListAccountsCommand.js.map +1 -0
  66. package/dist-cjs/commands/ListAccountsForParentCommand.js +75 -0
  67. package/dist-cjs/commands/ListAccountsForParentCommand.js.map +1 -0
  68. package/dist-cjs/commands/ListChildrenCommand.js +73 -0
  69. package/dist-cjs/commands/ListChildrenCommand.js.map +1 -0
  70. package/dist-cjs/commands/ListCreateAccountStatusCommand.js +72 -0
  71. package/dist-cjs/commands/ListCreateAccountStatusCommand.js.map +1 -0
  72. package/dist-cjs/commands/ListDelegatedAdministratorsCommand.js +64 -0
  73. package/dist-cjs/commands/ListDelegatedAdministratorsCommand.js.map +1 -0
  74. package/dist-cjs/commands/ListDelegatedServicesForAccountCommand.js +64 -0
  75. package/dist-cjs/commands/ListDelegatedServicesForAccountCommand.js.map +1 -0
  76. package/dist-cjs/commands/ListHandshakesForAccountCommand.js +74 -0
  77. package/dist-cjs/commands/ListHandshakesForAccountCommand.js.map +1 -0
  78. package/dist-cjs/commands/ListHandshakesForOrganizationCommand.js +77 -0
  79. package/dist-cjs/commands/ListHandshakesForOrganizationCommand.js.map +1 -0
  80. package/dist-cjs/commands/ListOrganizationalUnitsForParentCommand.js +71 -0
  81. package/dist-cjs/commands/ListOrganizationalUnitsForParentCommand.js.map +1 -0
  82. package/dist-cjs/commands/ListParentsCommand.js +76 -0
  83. package/dist-cjs/commands/ListParentsCommand.js.map +1 -0
  84. package/dist-cjs/commands/ListPoliciesCommand.js +71 -0
  85. package/dist-cjs/commands/ListPoliciesCommand.js.map +1 -0
  86. package/dist-cjs/commands/ListPoliciesForTargetCommand.js +73 -0
  87. package/dist-cjs/commands/ListPoliciesForTargetCommand.js.map +1 -0
  88. package/dist-cjs/commands/ListRootsCommand.js +78 -0
  89. package/dist-cjs/commands/ListRootsCommand.js.map +1 -0
  90. package/dist-cjs/commands/ListTagsForResourceCommand.js +78 -0
  91. package/dist-cjs/commands/ListTagsForResourceCommand.js.map +1 -0
  92. package/dist-cjs/commands/ListTargetsForPolicyCommand.js +72 -0
  93. package/dist-cjs/commands/ListTargetsForPolicyCommand.js.map +1 -0
  94. package/dist-cjs/commands/MoveAccountCommand.js +63 -0
  95. package/dist-cjs/commands/MoveAccountCommand.js.map +1 -0
  96. package/dist-cjs/commands/RegisterDelegatedAdministratorCommand.js +69 -0
  97. package/dist-cjs/commands/RegisterDelegatedAdministratorCommand.js.map +1 -0
  98. package/dist-cjs/commands/RemoveAccountFromOrganizationCommand.js +98 -0
  99. package/dist-cjs/commands/RemoveAccountFromOrganizationCommand.js.map +1 -0
  100. package/dist-cjs/commands/TagResourceCommand.js +77 -0
  101. package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
  102. package/dist-cjs/commands/UntagResourceCommand.js +77 -0
  103. package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
  104. package/dist-cjs/commands/UpdateOrganizationalUnitCommand.js +64 -0
  105. package/dist-cjs/commands/UpdateOrganizationalUnitCommand.js.map +1 -0
  106. package/dist-cjs/commands/UpdatePolicyCommand.js +64 -0
  107. package/dist-cjs/commands/UpdatePolicyCommand.js.map +1 -0
  108. package/dist-cjs/endpoints.js +80 -0
  109. package/dist-cjs/endpoints.js.map +1 -0
  110. package/dist-cjs/index.js +75 -0
  111. package/dist-cjs/index.js.map +1 -0
  112. package/dist-cjs/models/index.js +5 -0
  113. package/dist-cjs/models/index.js.map +1 -0
  114. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
  115. package/dist-cjs/models/models_0.js.map +1 -0
  116. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
  117. package/dist-cjs/pagination/Interfaces.js.map +1 -0
  118. package/dist-cjs/pagination/ListAWSServiceAccessForOrganizationPaginator.js +46 -0
  119. package/dist-cjs/pagination/ListAWSServiceAccessForOrganizationPaginator.js.map +1 -0
  120. package/dist-cjs/pagination/ListAccountsForParentPaginator.js +46 -0
  121. package/dist-cjs/pagination/ListAccountsForParentPaginator.js.map +1 -0
  122. package/dist-cjs/pagination/ListAccountsPaginator.js +46 -0
  123. package/dist-cjs/pagination/ListAccountsPaginator.js.map +1 -0
  124. package/dist-cjs/pagination/ListChildrenPaginator.js +46 -0
  125. package/dist-cjs/pagination/ListChildrenPaginator.js.map +1 -0
  126. package/dist-cjs/pagination/ListCreateAccountStatusPaginator.js +46 -0
  127. package/dist-cjs/pagination/ListCreateAccountStatusPaginator.js.map +1 -0
  128. package/dist-cjs/pagination/ListDelegatedAdministratorsPaginator.js +46 -0
  129. package/dist-cjs/pagination/ListDelegatedAdministratorsPaginator.js.map +1 -0
  130. package/dist-cjs/pagination/ListDelegatedServicesForAccountPaginator.js +46 -0
  131. package/dist-cjs/pagination/ListDelegatedServicesForAccountPaginator.js.map +1 -0
  132. package/dist-cjs/pagination/ListHandshakesForAccountPaginator.js +46 -0
  133. package/dist-cjs/pagination/ListHandshakesForAccountPaginator.js.map +1 -0
  134. package/dist-cjs/pagination/ListHandshakesForOrganizationPaginator.js +46 -0
  135. package/dist-cjs/pagination/ListHandshakesForOrganizationPaginator.js.map +1 -0
  136. package/dist-cjs/pagination/ListOrganizationalUnitsForParentPaginator.js +46 -0
  137. package/dist-cjs/pagination/ListOrganizationalUnitsForParentPaginator.js.map +1 -0
  138. package/dist-cjs/pagination/ListParentsPaginator.js +46 -0
  139. package/dist-cjs/pagination/ListParentsPaginator.js.map +1 -0
  140. package/dist-cjs/pagination/ListPoliciesForTargetPaginator.js +46 -0
  141. package/dist-cjs/pagination/ListPoliciesForTargetPaginator.js.map +1 -0
  142. package/dist-cjs/pagination/ListPoliciesPaginator.js +46 -0
  143. package/dist-cjs/pagination/ListPoliciesPaginator.js.map +1 -0
  144. package/dist-cjs/pagination/ListRootsPaginator.js +46 -0
  145. package/dist-cjs/pagination/ListRootsPaginator.js.map +1 -0
  146. package/dist-cjs/pagination/ListTagsForResourcePaginator.js +45 -0
  147. package/dist-cjs/pagination/ListTagsForResourcePaginator.js.map +1 -0
  148. package/dist-cjs/pagination/ListTargetsForPolicyPaginator.js +46 -0
  149. package/dist-cjs/pagination/ListTargetsForPolicyPaginator.js.map +1 -0
  150. package/dist-cjs/protocols/Aws_json1_1.js +7493 -0
  151. package/dist-cjs/protocols/Aws_json1_1.js.map +1 -0
  152. package/dist-cjs/runtimeConfig.browser.js +42 -0
  153. package/dist-cjs/runtimeConfig.browser.js.map +1 -0
  154. package/dist-cjs/runtimeConfig.js +47 -0
  155. package/dist-cjs/runtimeConfig.js.map +1 -0
  156. package/dist-cjs/runtimeConfig.native.js +20 -0
  157. package/dist-cjs/runtimeConfig.native.js.map +1 -0
  158. package/dist-cjs/runtimeConfig.shared.js +21 -0
  159. package/dist-cjs/runtimeConfig.shared.js.map +1 -0
  160. package/dist-es/Organizations.js +776 -0
  161. package/dist-es/Organizations.js.map +1 -0
  162. package/dist-es/OrganizationsClient.js +38 -0
  163. package/dist-es/OrganizationsClient.js.map +1 -0
  164. package/dist-es/commands/AcceptHandshakeCommand.js +40 -0
  165. package/dist-es/commands/AcceptHandshakeCommand.js.map +1 -0
  166. package/dist-es/commands/AttachPolicyCommand.js +40 -0
  167. package/dist-es/commands/AttachPolicyCommand.js.map +1 -0
  168. package/dist-es/commands/CancelHandshakeCommand.js +40 -0
  169. package/dist-es/commands/CancelHandshakeCommand.js.map +1 -0
  170. package/dist-es/commands/CreateAccountCommand.js +40 -0
  171. package/dist-es/commands/CreateAccountCommand.js.map +1 -0
  172. package/dist-es/commands/CreateGovCloudAccountCommand.js +40 -0
  173. package/dist-es/commands/CreateGovCloudAccountCommand.js.map +1 -0
  174. package/dist-es/commands/CreateOrganizationCommand.js +40 -0
  175. package/dist-es/commands/CreateOrganizationCommand.js.map +1 -0
  176. package/dist-es/commands/CreateOrganizationalUnitCommand.js +40 -0
  177. package/dist-es/commands/CreateOrganizationalUnitCommand.js.map +1 -0
  178. package/dist-es/commands/CreatePolicyCommand.js +40 -0
  179. package/dist-es/commands/CreatePolicyCommand.js.map +1 -0
  180. package/dist-es/commands/DeclineHandshakeCommand.js +40 -0
  181. package/dist-es/commands/DeclineHandshakeCommand.js.map +1 -0
  182. package/dist-es/commands/DeleteOrganizationCommand.js +39 -0
  183. package/dist-es/commands/DeleteOrganizationCommand.js.map +1 -0
  184. package/dist-es/commands/DeleteOrganizationalUnitCommand.js +40 -0
  185. package/dist-es/commands/DeleteOrganizationalUnitCommand.js.map +1 -0
  186. package/dist-es/commands/DeletePolicyCommand.js +40 -0
  187. package/dist-es/commands/DeletePolicyCommand.js.map +1 -0
  188. package/dist-es/commands/DeregisterDelegatedAdministratorCommand.js +40 -0
  189. package/dist-es/commands/DeregisterDelegatedAdministratorCommand.js.map +1 -0
  190. package/dist-es/commands/DescribeAccountCommand.js +40 -0
  191. package/dist-es/commands/DescribeAccountCommand.js.map +1 -0
  192. package/dist-es/commands/DescribeCreateAccountStatusCommand.js +40 -0
  193. package/dist-es/commands/DescribeCreateAccountStatusCommand.js.map +1 -0
  194. package/dist-es/commands/DescribeEffectivePolicyCommand.js +40 -0
  195. package/dist-es/commands/DescribeEffectivePolicyCommand.js.map +1 -0
  196. package/dist-es/commands/DescribeHandshakeCommand.js +40 -0
  197. package/dist-es/commands/DescribeHandshakeCommand.js.map +1 -0
  198. package/dist-es/commands/DescribeOrganizationCommand.js +40 -0
  199. package/dist-es/commands/DescribeOrganizationCommand.js.map +1 -0
  200. package/dist-es/commands/DescribeOrganizationalUnitCommand.js +40 -0
  201. package/dist-es/commands/DescribeOrganizationalUnitCommand.js.map +1 -0
  202. package/dist-es/commands/DescribePolicyCommand.js +40 -0
  203. package/dist-es/commands/DescribePolicyCommand.js.map +1 -0
  204. package/dist-es/commands/DetachPolicyCommand.js +40 -0
  205. package/dist-es/commands/DetachPolicyCommand.js.map +1 -0
  206. package/dist-es/commands/DisableAWSServiceAccessCommand.js +40 -0
  207. package/dist-es/commands/DisableAWSServiceAccessCommand.js.map +1 -0
  208. package/dist-es/commands/DisablePolicyTypeCommand.js +40 -0
  209. package/dist-es/commands/DisablePolicyTypeCommand.js.map +1 -0
  210. package/dist-es/commands/EnableAWSServiceAccessCommand.js +40 -0
  211. package/dist-es/commands/EnableAWSServiceAccessCommand.js.map +1 -0
  212. package/dist-es/commands/EnableAllFeaturesCommand.js +40 -0
  213. package/dist-es/commands/EnableAllFeaturesCommand.js.map +1 -0
  214. package/dist-es/commands/EnablePolicyTypeCommand.js +40 -0
  215. package/dist-es/commands/EnablePolicyTypeCommand.js.map +1 -0
  216. package/dist-es/commands/InviteAccountToOrganizationCommand.js +40 -0
  217. package/dist-es/commands/InviteAccountToOrganizationCommand.js.map +1 -0
  218. package/dist-es/commands/LeaveOrganizationCommand.js +39 -0
  219. package/dist-es/commands/LeaveOrganizationCommand.js.map +1 -0
  220. package/dist-es/commands/ListAWSServiceAccessForOrganizationCommand.js +40 -0
  221. package/dist-es/commands/ListAWSServiceAccessForOrganizationCommand.js.map +1 -0
  222. package/dist-es/commands/ListAccountsCommand.js +40 -0
  223. package/dist-es/commands/ListAccountsCommand.js.map +1 -0
  224. package/dist-es/commands/ListAccountsForParentCommand.js +40 -0
  225. package/dist-es/commands/ListAccountsForParentCommand.js.map +1 -0
  226. package/dist-es/commands/ListChildrenCommand.js +40 -0
  227. package/dist-es/commands/ListChildrenCommand.js.map +1 -0
  228. package/dist-es/commands/ListCreateAccountStatusCommand.js +40 -0
  229. package/dist-es/commands/ListCreateAccountStatusCommand.js.map +1 -0
  230. package/dist-es/commands/ListDelegatedAdministratorsCommand.js +40 -0
  231. package/dist-es/commands/ListDelegatedAdministratorsCommand.js.map +1 -0
  232. package/dist-es/commands/ListDelegatedServicesForAccountCommand.js +40 -0
  233. package/dist-es/commands/ListDelegatedServicesForAccountCommand.js.map +1 -0
  234. package/dist-es/commands/ListHandshakesForAccountCommand.js +40 -0
  235. package/dist-es/commands/ListHandshakesForAccountCommand.js.map +1 -0
  236. package/dist-es/commands/ListHandshakesForOrganizationCommand.js +40 -0
  237. package/dist-es/commands/ListHandshakesForOrganizationCommand.js.map +1 -0
  238. package/dist-es/commands/ListOrganizationalUnitsForParentCommand.js +40 -0
  239. package/dist-es/commands/ListOrganizationalUnitsForParentCommand.js.map +1 -0
  240. package/dist-es/commands/ListParentsCommand.js +40 -0
  241. package/dist-es/commands/ListParentsCommand.js.map +1 -0
  242. package/dist-es/commands/ListPoliciesCommand.js +40 -0
  243. package/dist-es/commands/ListPoliciesCommand.js.map +1 -0
  244. package/dist-es/commands/ListPoliciesForTargetCommand.js +40 -0
  245. package/dist-es/commands/ListPoliciesForTargetCommand.js.map +1 -0
  246. package/dist-es/commands/ListRootsCommand.js +40 -0
  247. package/dist-es/commands/ListRootsCommand.js.map +1 -0
  248. package/dist-es/commands/ListTagsForResourceCommand.js +40 -0
  249. package/dist-es/commands/ListTagsForResourceCommand.js.map +1 -0
  250. package/dist-es/commands/ListTargetsForPolicyCommand.js +40 -0
  251. package/dist-es/commands/ListTargetsForPolicyCommand.js.map +1 -0
  252. package/dist-es/commands/MoveAccountCommand.js +40 -0
  253. package/dist-es/commands/MoveAccountCommand.js.map +1 -0
  254. package/dist-es/commands/RegisterDelegatedAdministratorCommand.js +40 -0
  255. package/dist-es/commands/RegisterDelegatedAdministratorCommand.js.map +1 -0
  256. package/dist-es/commands/RemoveAccountFromOrganizationCommand.js +40 -0
  257. package/dist-es/commands/RemoveAccountFromOrganizationCommand.js.map +1 -0
  258. package/dist-es/commands/TagResourceCommand.js +40 -0
  259. package/dist-es/commands/TagResourceCommand.js.map +1 -0
  260. package/dist-es/commands/UntagResourceCommand.js +40 -0
  261. package/dist-es/commands/UntagResourceCommand.js.map +1 -0
  262. package/dist-es/commands/UpdateOrganizationalUnitCommand.js +40 -0
  263. package/dist-es/commands/UpdateOrganizationalUnitCommand.js.map +1 -0
  264. package/dist-es/commands/UpdatePolicyCommand.js +40 -0
  265. package/dist-es/commands/UpdatePolicyCommand.js.map +1 -0
  266. package/dist-es/endpoints.js +76 -0
  267. package/dist-es/endpoints.js.map +1 -0
  268. package/{dist/es → dist-es}/index.js +0 -0
  269. package/dist-es/index.js.map +1 -0
  270. package/{dist/es → dist-es}/models/index.js +0 -0
  271. package/dist-es/models/index.js.map +1 -0
  272. package/dist-es/models/models_0.js +795 -0
  273. package/dist-es/models/models_0.js.map +1 -0
  274. package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
  275. package/dist-es/pagination/Interfaces.js.map +1 -0
  276. package/dist-es/pagination/ListAWSServiceAccessForOrganizationPaginator.js +75 -0
  277. package/dist-es/pagination/ListAWSServiceAccessForOrganizationPaginator.js.map +1 -0
  278. package/dist-es/pagination/ListAccountsForParentPaginator.js +75 -0
  279. package/dist-es/pagination/ListAccountsForParentPaginator.js.map +1 -0
  280. package/dist-es/pagination/ListAccountsPaginator.js +75 -0
  281. package/dist-es/pagination/ListAccountsPaginator.js.map +1 -0
  282. package/dist-es/pagination/ListChildrenPaginator.js +75 -0
  283. package/dist-es/pagination/ListChildrenPaginator.js.map +1 -0
  284. package/dist-es/pagination/ListCreateAccountStatusPaginator.js +75 -0
  285. package/dist-es/pagination/ListCreateAccountStatusPaginator.js.map +1 -0
  286. package/dist-es/pagination/ListDelegatedAdministratorsPaginator.js +75 -0
  287. package/dist-es/pagination/ListDelegatedAdministratorsPaginator.js.map +1 -0
  288. package/dist-es/pagination/ListDelegatedServicesForAccountPaginator.js +75 -0
  289. package/dist-es/pagination/ListDelegatedServicesForAccountPaginator.js.map +1 -0
  290. package/dist-es/pagination/ListHandshakesForAccountPaginator.js +75 -0
  291. package/dist-es/pagination/ListHandshakesForAccountPaginator.js.map +1 -0
  292. package/dist-es/pagination/ListHandshakesForOrganizationPaginator.js +75 -0
  293. package/dist-es/pagination/ListHandshakesForOrganizationPaginator.js.map +1 -0
  294. package/dist-es/pagination/ListOrganizationalUnitsForParentPaginator.js +75 -0
  295. package/dist-es/pagination/ListOrganizationalUnitsForParentPaginator.js.map +1 -0
  296. package/dist-es/pagination/ListParentsPaginator.js +75 -0
  297. package/dist-es/pagination/ListParentsPaginator.js.map +1 -0
  298. package/dist-es/pagination/ListPoliciesForTargetPaginator.js +75 -0
  299. package/dist-es/pagination/ListPoliciesForTargetPaginator.js.map +1 -0
  300. package/dist-es/pagination/ListPoliciesPaginator.js +75 -0
  301. package/dist-es/pagination/ListPoliciesPaginator.js.map +1 -0
  302. package/dist-es/pagination/ListRootsPaginator.js +75 -0
  303. package/dist-es/pagination/ListRootsPaginator.js.map +1 -0
  304. package/dist-es/pagination/ListTagsForResourcePaginator.js +74 -0
  305. package/dist-es/pagination/ListTagsForResourcePaginator.js.map +1 -0
  306. package/dist-es/pagination/ListTargetsForPolicyPaginator.js +75 -0
  307. package/dist-es/pagination/ListTargetsForPolicyPaginator.js.map +1 -0
  308. package/dist-es/protocols/Aws_json1_1.js +7799 -0
  309. package/dist-es/protocols/Aws_json1_1.js.map +1 -0
  310. package/dist-es/runtimeConfig.browser.js +17 -0
  311. package/dist-es/runtimeConfig.browser.js.map +1 -0
  312. package/dist-es/runtimeConfig.js +22 -0
  313. package/dist-es/runtimeConfig.js.map +1 -0
  314. package/dist-es/runtimeConfig.native.js +9 -0
  315. package/dist-es/runtimeConfig.native.js.map +1 -0
  316. package/dist-es/runtimeConfig.shared.js +14 -0
  317. package/dist-es/runtimeConfig.shared.js.map +1 -0
  318. package/dist-types/Organizations.d.ts +1273 -0
  319. package/dist-types/OrganizationsClient.d.ts +253 -0
  320. package/dist-types/commands/AcceptHandshakeCommand.d.ts +64 -0
  321. package/dist-types/commands/AttachPolicyCommand.d.ts +60 -0
  322. package/dist-types/commands/CancelHandshakeCommand.d.ts +40 -0
  323. package/dist-types/commands/CreateAccountCommand.d.ts +112 -0
  324. package/dist-types/commands/CreateGovCloudAccountCommand.d.ts +168 -0
  325. package/dist-types/commands/CreateOrganizationCommand.d.ts +45 -0
  326. package/dist-types/commands/CreateOrganizationalUnitCommand.d.ts +45 -0
  327. package/dist-types/commands/CreatePolicyCommand.d.ts +41 -0
  328. package/dist-types/commands/DeclineHandshakeCommand.d.ts +41 -0
  329. package/dist-types/commands/DeleteOrganizationCommand.d.ts +35 -0
  330. package/dist-types/commands/DeleteOrganizationalUnitCommand.d.ts +37 -0
  331. package/dist-types/commands/DeletePolicyCommand.d.ts +38 -0
  332. package/dist-types/commands/DeregisterDelegatedAdministratorCommand.d.ts +48 -0
  333. package/dist-types/commands/DescribeAccountCommand.d.ts +37 -0
  334. package/dist-types/commands/DescribeCreateAccountStatusCommand.d.ts +37 -0
  335. package/dist-types/commands/DescribeEffectivePolicyCommand.d.ts +44 -0
  336. package/dist-types/commands/DescribeHandshakeCommand.d.ts +41 -0
  337. package/dist-types/commands/DescribeOrganizationCommand.d.ts +42 -0
  338. package/dist-types/commands/DescribeOrganizationalUnitCommand.d.ts +37 -0
  339. package/dist-types/commands/DescribePolicyCommand.d.ts +37 -0
  340. package/dist-types/commands/DetachPolicyCommand.d.ts +49 -0
  341. package/dist-types/commands/DisableAWSServiceAccessCommand.d.ts +90 -0
  342. package/dist-types/commands/DisablePolicyTypeCommand.d.ts +45 -0
  343. package/dist-types/commands/EnableAWSServiceAccessCommand.d.ts +53 -0
  344. package/dist-types/commands/EnableAllFeaturesCommand.d.ts +60 -0
  345. package/dist-types/commands/EnablePolicyTypeCommand.d.ts +45 -0
  346. package/dist-types/commands/InviteAccountToOrganizationCommand.d.ts +60 -0
  347. package/dist-types/commands/LeaveOrganizationCommand.d.ts +98 -0
  348. package/dist-types/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +43 -0
  349. package/dist-types/commands/ListAccountsCommand.d.ts +46 -0
  350. package/dist-types/commands/ListAccountsForParentCommand.d.ts +49 -0
  351. package/dist-types/commands/ListChildrenCommand.d.ts +47 -0
  352. package/dist-types/commands/ListCreateAccountStatusCommand.d.ts +46 -0
  353. package/dist-types/commands/ListDelegatedAdministratorsCommand.d.ts +38 -0
  354. package/dist-types/commands/ListDelegatedServicesForAccountCommand.d.ts +38 -0
  355. package/dist-types/commands/ListHandshakesForAccountCommand.d.ts +48 -0
  356. package/dist-types/commands/ListHandshakesForOrganizationCommand.d.ts +51 -0
  357. package/dist-types/commands/ListOrganizationalUnitsForParentCommand.d.ts +45 -0
  358. package/dist-types/commands/ListParentsCommand.d.ts +50 -0
  359. package/dist-types/commands/ListPoliciesCommand.d.ts +45 -0
  360. package/dist-types/commands/ListPoliciesForTargetCommand.d.ts +47 -0
  361. package/dist-types/commands/ListRootsCommand.d.ts +52 -0
  362. package/dist-types/commands/ListTagsForResourceCommand.d.ts +52 -0
  363. package/dist-types/commands/ListTargetsForPolicyCommand.d.ts +46 -0
  364. package/dist-types/commands/MoveAccountCommand.d.ts +37 -0
  365. package/dist-types/commands/RegisterDelegatedAdministratorCommand.d.ts +43 -0
  366. package/dist-types/commands/RemoveAccountFromOrganizationCommand.d.ts +72 -0
  367. package/dist-types/commands/TagResourceCommand.d.ts +51 -0
  368. package/dist-types/commands/UntagResourceCommand.d.ts +51 -0
  369. package/dist-types/commands/UpdateOrganizationalUnitCommand.d.ts +38 -0
  370. package/dist-types/commands/UpdatePolicyCommand.d.ts +38 -0
  371. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  372. package/{dist/types → dist-types}/index.d.ts +0 -0
  373. package/{dist/types → dist-types}/models/index.d.ts +0 -0
  374. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  375. package/dist-types/pagination/Interfaces.d.ts +6 -0
  376. package/dist-types/pagination/ListAWSServiceAccessForOrganizationPaginator.d.ts +4 -0
  377. package/dist-types/pagination/ListAccountsForParentPaginator.d.ts +4 -0
  378. package/dist-types/pagination/ListAccountsPaginator.d.ts +4 -0
  379. package/dist-types/pagination/ListChildrenPaginator.d.ts +4 -0
  380. package/dist-types/pagination/ListCreateAccountStatusPaginator.d.ts +4 -0
  381. package/dist-types/pagination/ListDelegatedAdministratorsPaginator.d.ts +4 -0
  382. package/dist-types/pagination/ListDelegatedServicesForAccountPaginator.d.ts +4 -0
  383. package/dist-types/pagination/ListHandshakesForAccountPaginator.d.ts +4 -0
  384. package/dist-types/pagination/ListHandshakesForOrganizationPaginator.d.ts +4 -0
  385. package/dist-types/pagination/ListOrganizationalUnitsForParentPaginator.d.ts +4 -0
  386. package/dist-types/pagination/ListParentsPaginator.d.ts +4 -0
  387. package/dist-types/pagination/ListPoliciesForTargetPaginator.d.ts +4 -0
  388. package/dist-types/pagination/ListPoliciesPaginator.d.ts +4 -0
  389. package/dist-types/pagination/ListRootsPaginator.d.ts +4 -0
  390. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +4 -0
  391. package/dist-types/pagination/ListTargetsForPolicyPaginator.d.ts +4 -0
  392. package/dist-types/protocols/Aws_json1_1.d.ts +155 -0
  393. package/dist-types/runtimeConfig.browser.d.ts +37 -0
  394. package/dist-types/runtimeConfig.d.ts +37 -0
  395. package/dist-types/runtimeConfig.native.d.ts +36 -0
  396. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  397. package/dist-types/ts3.4/Organizations.d.ts +1273 -0
  398. package/dist-types/ts3.4/OrganizationsClient.d.ts +253 -0
  399. package/dist-types/ts3.4/commands/AcceptHandshakeCommand.d.ts +64 -0
  400. package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +60 -0
  401. package/dist-types/ts3.4/commands/CancelHandshakeCommand.d.ts +40 -0
  402. package/dist-types/ts3.4/commands/CreateAccountCommand.d.ts +112 -0
  403. package/dist-types/ts3.4/commands/CreateGovCloudAccountCommand.d.ts +168 -0
  404. package/dist-types/ts3.4/commands/CreateOrganizationCommand.d.ts +45 -0
  405. package/dist-types/ts3.4/commands/CreateOrganizationalUnitCommand.d.ts +45 -0
  406. package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +41 -0
  407. package/dist-types/ts3.4/commands/DeclineHandshakeCommand.d.ts +41 -0
  408. package/dist-types/ts3.4/commands/DeleteOrganizationCommand.d.ts +35 -0
  409. package/dist-types/ts3.4/commands/DeleteOrganizationalUnitCommand.d.ts +37 -0
  410. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +38 -0
  411. package/dist-types/ts3.4/commands/DeregisterDelegatedAdministratorCommand.d.ts +48 -0
  412. package/dist-types/ts3.4/commands/DescribeAccountCommand.d.ts +37 -0
  413. package/dist-types/ts3.4/commands/DescribeCreateAccountStatusCommand.d.ts +37 -0
  414. package/dist-types/ts3.4/commands/DescribeEffectivePolicyCommand.d.ts +44 -0
  415. package/dist-types/ts3.4/commands/DescribeHandshakeCommand.d.ts +41 -0
  416. package/dist-types/ts3.4/commands/DescribeOrganizationCommand.d.ts +42 -0
  417. package/dist-types/ts3.4/commands/DescribeOrganizationalUnitCommand.d.ts +37 -0
  418. package/dist-types/ts3.4/commands/DescribePolicyCommand.d.ts +37 -0
  419. package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +49 -0
  420. package/dist-types/ts3.4/commands/DisableAWSServiceAccessCommand.d.ts +90 -0
  421. package/dist-types/ts3.4/commands/DisablePolicyTypeCommand.d.ts +45 -0
  422. package/dist-types/ts3.4/commands/EnableAWSServiceAccessCommand.d.ts +53 -0
  423. package/dist-types/ts3.4/commands/EnableAllFeaturesCommand.d.ts +60 -0
  424. package/dist-types/ts3.4/commands/EnablePolicyTypeCommand.d.ts +45 -0
  425. package/dist-types/ts3.4/commands/InviteAccountToOrganizationCommand.d.ts +60 -0
  426. package/dist-types/ts3.4/commands/LeaveOrganizationCommand.d.ts +98 -0
  427. package/dist-types/ts3.4/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +43 -0
  428. package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +46 -0
  429. package/dist-types/ts3.4/commands/ListAccountsForParentCommand.d.ts +49 -0
  430. package/dist-types/ts3.4/commands/ListChildrenCommand.d.ts +47 -0
  431. package/dist-types/ts3.4/commands/ListCreateAccountStatusCommand.d.ts +46 -0
  432. package/dist-types/ts3.4/commands/ListDelegatedAdministratorsCommand.d.ts +38 -0
  433. package/dist-types/ts3.4/commands/ListDelegatedServicesForAccountCommand.d.ts +38 -0
  434. package/dist-types/ts3.4/commands/ListHandshakesForAccountCommand.d.ts +48 -0
  435. package/dist-types/ts3.4/commands/ListHandshakesForOrganizationCommand.d.ts +51 -0
  436. package/dist-types/ts3.4/commands/ListOrganizationalUnitsForParentCommand.d.ts +45 -0
  437. package/dist-types/ts3.4/commands/ListParentsCommand.d.ts +50 -0
  438. package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +45 -0
  439. package/dist-types/ts3.4/commands/ListPoliciesForTargetCommand.d.ts +47 -0
  440. package/dist-types/ts3.4/commands/ListRootsCommand.d.ts +52 -0
  441. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +52 -0
  442. package/dist-types/ts3.4/commands/ListTargetsForPolicyCommand.d.ts +46 -0
  443. package/dist-types/ts3.4/commands/MoveAccountCommand.d.ts +37 -0
  444. package/dist-types/ts3.4/commands/RegisterDelegatedAdministratorCommand.d.ts +43 -0
  445. package/dist-types/ts3.4/commands/RemoveAccountFromOrganizationCommand.d.ts +72 -0
  446. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +51 -0
  447. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +51 -0
  448. package/dist-types/ts3.4/commands/UpdateOrganizationalUnitCommand.d.ts +38 -0
  449. package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +38 -0
  450. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  451. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  452. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  453. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  454. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  455. package/dist-types/ts3.4/pagination/ListAWSServiceAccessForOrganizationPaginator.d.ts +4 -0
  456. package/dist-types/ts3.4/pagination/ListAccountsForParentPaginator.d.ts +4 -0
  457. package/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +4 -0
  458. package/dist-types/ts3.4/pagination/ListChildrenPaginator.d.ts +4 -0
  459. package/dist-types/ts3.4/pagination/ListCreateAccountStatusPaginator.d.ts +4 -0
  460. package/dist-types/ts3.4/pagination/ListDelegatedAdministratorsPaginator.d.ts +4 -0
  461. package/dist-types/ts3.4/pagination/ListDelegatedServicesForAccountPaginator.d.ts +4 -0
  462. package/dist-types/ts3.4/pagination/ListHandshakesForAccountPaginator.d.ts +4 -0
  463. package/dist-types/ts3.4/pagination/ListHandshakesForOrganizationPaginator.d.ts +4 -0
  464. package/dist-types/ts3.4/pagination/ListOrganizationalUnitsForParentPaginator.d.ts +4 -0
  465. package/dist-types/ts3.4/pagination/ListParentsPaginator.d.ts +4 -0
  466. package/dist-types/ts3.4/pagination/ListPoliciesForTargetPaginator.d.ts +4 -0
  467. package/dist-types/ts3.4/pagination/ListPoliciesPaginator.d.ts +4 -0
  468. package/dist-types/ts3.4/pagination/ListRootsPaginator.d.ts +4 -0
  469. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +4 -0
  470. package/dist-types/ts3.4/pagination/ListTargetsForPolicyPaginator.d.ts +4 -0
  471. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +155 -0
  472. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
  473. package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
  474. package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
  475. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  476. package/package.json +50 -50
  477. package/src/Organizations.ts +2740 -0
  478. package/src/OrganizationsClient.ts +534 -0
  479. package/src/commands/AcceptHandshakeCommand.ts +124 -0
  480. package/src/commands/AttachPolicyCommand.ts +120 -0
  481. package/src/commands/CancelHandshakeCommand.ts +100 -0
  482. package/src/commands/CreateAccountCommand.ts +172 -0
  483. package/src/commands/CreateGovCloudAccountCommand.ts +228 -0
  484. package/src/commands/CreateOrganizationCommand.ts +105 -0
  485. package/src/commands/CreateOrganizationalUnitCommand.ts +105 -0
  486. package/src/commands/CreatePolicyCommand.ts +101 -0
  487. package/src/commands/DeclineHandshakeCommand.ts +101 -0
  488. package/src/commands/DeleteOrganizationCommand.ts +95 -0
  489. package/src/commands/DeleteOrganizationalUnitCommand.ts +97 -0
  490. package/src/commands/DeletePolicyCommand.ts +98 -0
  491. package/src/commands/DeregisterDelegatedAdministratorCommand.ts +114 -0
  492. package/src/commands/DescribeAccountCommand.ts +97 -0
  493. package/src/commands/DescribeCreateAccountStatusCommand.ts +102 -0
  494. package/src/commands/DescribeEffectivePolicyCommand.ts +104 -0
  495. package/src/commands/DescribeHandshakeCommand.ts +101 -0
  496. package/src/commands/DescribeOrganizationCommand.ts +102 -0
  497. package/src/commands/DescribeOrganizationalUnitCommand.ts +100 -0
  498. package/src/commands/DescribePolicyCommand.ts +97 -0
  499. package/src/commands/DetachPolicyCommand.ts +109 -0
  500. package/src/commands/DisableAWSServiceAccessCommand.ts +150 -0
  501. package/src/commands/DisablePolicyTypeCommand.ts +105 -0
  502. package/src/commands/EnableAWSServiceAccessCommand.ts +113 -0
  503. package/src/commands/EnableAllFeaturesCommand.ts +120 -0
  504. package/src/commands/EnablePolicyTypeCommand.ts +105 -0
  505. package/src/commands/InviteAccountToOrganizationCommand.ts +125 -0
  506. package/src/commands/LeaveOrganizationCommand.ts +158 -0
  507. package/src/commands/ListAWSServiceAccessForOrganizationCommand.ts +114 -0
  508. package/src/commands/ListAccountsCommand.ts +106 -0
  509. package/src/commands/ListAccountsForParentCommand.ts +109 -0
  510. package/src/commands/ListChildrenCommand.ts +107 -0
  511. package/src/commands/ListCreateAccountStatusCommand.ts +106 -0
  512. package/src/commands/ListDelegatedAdministratorsCommand.ts +103 -0
  513. package/src/commands/ListDelegatedServicesForAccountCommand.ts +106 -0
  514. package/src/commands/ListHandshakesForAccountCommand.ts +108 -0
  515. package/src/commands/ListHandshakesForOrganizationCommand.ts +116 -0
  516. package/src/commands/ListOrganizationalUnitsForParentCommand.ts +113 -0
  517. package/src/commands/ListParentsCommand.ts +110 -0
  518. package/src/commands/ListPoliciesCommand.ts +105 -0
  519. package/src/commands/ListPoliciesForTargetCommand.ts +107 -0
  520. package/src/commands/ListRootsCommand.ts +109 -0
  521. package/src/commands/ListTagsForResourceCommand.ts +112 -0
  522. package/src/commands/ListTargetsForPolicyCommand.ts +106 -0
  523. package/src/commands/MoveAccountCommand.ts +97 -0
  524. package/src/commands/RegisterDelegatedAdministratorCommand.ts +109 -0
  525. package/src/commands/RemoveAccountFromOrganizationCommand.ts +135 -0
  526. package/src/commands/TagResourceCommand.ts +111 -0
  527. package/src/commands/UntagResourceCommand.ts +111 -0
  528. package/src/commands/UpdateOrganizationalUnitCommand.ts +98 -0
  529. package/src/commands/UpdatePolicyCommand.ts +98 -0
  530. package/src/endpoints.ts +80 -0
  531. package/{index.ts → src/index.ts} +0 -0
  532. package/{models → src/models}/index.ts +0 -0
  533. package/{models → src/models}/models_0.ts +0 -0
  534. package/src/pagination/Interfaces.ts +8 -0
  535. package/src/pagination/ListAWSServiceAccessForOrganizationPaginator.ts +59 -0
  536. package/src/pagination/ListAccountsForParentPaginator.ts +59 -0
  537. package/src/pagination/ListAccountsPaginator.ts +59 -0
  538. package/src/pagination/ListChildrenPaginator.ts +59 -0
  539. package/src/pagination/ListCreateAccountStatusPaginator.ts +59 -0
  540. package/src/pagination/ListDelegatedAdministratorsPaginator.ts +59 -0
  541. package/src/pagination/ListDelegatedServicesForAccountPaginator.ts +59 -0
  542. package/src/pagination/ListHandshakesForAccountPaginator.ts +59 -0
  543. package/src/pagination/ListHandshakesForOrganizationPaginator.ts +59 -0
  544. package/src/pagination/ListOrganizationalUnitsForParentPaginator.ts +59 -0
  545. package/src/pagination/ListParentsPaginator.ts +55 -0
  546. package/src/pagination/ListPoliciesForTargetPaginator.ts +59 -0
  547. package/src/pagination/ListPoliciesPaginator.ts +59 -0
  548. package/src/pagination/ListRootsPaginator.ts +55 -0
  549. package/src/pagination/ListTagsForResourcePaginator.ts +58 -0
  550. package/src/pagination/ListTargetsForPolicyPaginator.ts +59 -0
  551. package/src/protocols/Aws_json1_1.ts +8999 -0
  552. package/src/runtimeConfig.browser.ts +41 -0
  553. package/src/runtimeConfig.native.ts +17 -0
  554. package/src/runtimeConfig.shared.ts +17 -0
  555. package/src/runtimeConfig.ts +46 -0
  556. package/tsconfig.es.json +1 -3
  557. package/tsconfig.json +7 -7
  558. package/tsconfig.types.json +9 -0
  559. package/Organizations.ts +0 -2739
  560. package/OrganizationsClient.ts +0 -533
  561. package/commands/AcceptHandshakeCommand.ts +0 -123
  562. package/commands/AttachPolicyCommand.ts +0 -119
  563. package/commands/CancelHandshakeCommand.ts +0 -99
  564. package/commands/CreateAccountCommand.ts +0 -171
  565. package/commands/CreateGovCloudAccountCommand.ts +0 -227
  566. package/commands/CreateOrganizationCommand.ts +0 -104
  567. package/commands/CreateOrganizationalUnitCommand.ts +0 -104
  568. package/commands/CreatePolicyCommand.ts +0 -100
  569. package/commands/DeclineHandshakeCommand.ts +0 -100
  570. package/commands/DeleteOrganizationCommand.ts +0 -94
  571. package/commands/DeleteOrganizationalUnitCommand.ts +0 -96
  572. package/commands/DeletePolicyCommand.ts +0 -97
  573. package/commands/DeregisterDelegatedAdministratorCommand.ts +0 -113
  574. package/commands/DescribeAccountCommand.ts +0 -96
  575. package/commands/DescribeCreateAccountStatusCommand.ts +0 -101
  576. package/commands/DescribeEffectivePolicyCommand.ts +0 -103
  577. package/commands/DescribeHandshakeCommand.ts +0 -100
  578. package/commands/DescribeOrganizationCommand.ts +0 -101
  579. package/commands/DescribeOrganizationalUnitCommand.ts +0 -99
  580. package/commands/DescribePolicyCommand.ts +0 -96
  581. package/commands/DetachPolicyCommand.ts +0 -108
  582. package/commands/DisableAWSServiceAccessCommand.ts +0 -149
  583. package/commands/DisablePolicyTypeCommand.ts +0 -104
  584. package/commands/EnableAWSServiceAccessCommand.ts +0 -112
  585. package/commands/EnableAllFeaturesCommand.ts +0 -119
  586. package/commands/EnablePolicyTypeCommand.ts +0 -104
  587. package/commands/InviteAccountToOrganizationCommand.ts +0 -124
  588. package/commands/LeaveOrganizationCommand.ts +0 -157
  589. package/commands/ListAWSServiceAccessForOrganizationCommand.ts +0 -113
  590. package/commands/ListAccountsCommand.ts +0 -105
  591. package/commands/ListAccountsForParentCommand.ts +0 -108
  592. package/commands/ListChildrenCommand.ts +0 -106
  593. package/commands/ListCreateAccountStatusCommand.ts +0 -105
  594. package/commands/ListDelegatedAdministratorsCommand.ts +0 -102
  595. package/commands/ListDelegatedServicesForAccountCommand.ts +0 -105
  596. package/commands/ListHandshakesForAccountCommand.ts +0 -107
  597. package/commands/ListHandshakesForOrganizationCommand.ts +0 -115
  598. package/commands/ListOrganizationalUnitsForParentCommand.ts +0 -112
  599. package/commands/ListParentsCommand.ts +0 -109
  600. package/commands/ListPoliciesCommand.ts +0 -104
  601. package/commands/ListPoliciesForTargetCommand.ts +0 -106
  602. package/commands/ListRootsCommand.ts +0 -108
  603. package/commands/ListTagsForResourceCommand.ts +0 -111
  604. package/commands/ListTargetsForPolicyCommand.ts +0 -105
  605. package/commands/MoveAccountCommand.ts +0 -96
  606. package/commands/RegisterDelegatedAdministratorCommand.ts +0 -108
  607. package/commands/RemoveAccountFromOrganizationCommand.ts +0 -134
  608. package/commands/TagResourceCommand.ts +0 -110
  609. package/commands/UntagResourceCommand.ts +0 -110
  610. package/commands/UpdateOrganizationalUnitCommand.ts +0 -97
  611. package/commands/UpdatePolicyCommand.ts +0 -97
  612. package/dist/cjs/Organizations.js +0 -846
  613. package/dist/cjs/Organizations.js.map +0 -1
  614. package/dist/cjs/OrganizationsClient.js +0 -114
  615. package/dist/cjs/OrganizationsClient.js.map +0 -1
  616. package/dist/cjs/commands/AcceptHandshakeCommand.js +0 -90
  617. package/dist/cjs/commands/AcceptHandshakeCommand.js.map +0 -1
  618. package/dist/cjs/commands/AttachPolicyCommand.js +0 -86
  619. package/dist/cjs/commands/AttachPolicyCommand.js.map +0 -1
  620. package/dist/cjs/commands/CancelHandshakeCommand.js +0 -66
  621. package/dist/cjs/commands/CancelHandshakeCommand.js.map +0 -1
  622. package/dist/cjs/commands/CreateAccountCommand.js +0 -138
  623. package/dist/cjs/commands/CreateAccountCommand.js.map +0 -1
  624. package/dist/cjs/commands/CreateGovCloudAccountCommand.js +0 -194
  625. package/dist/cjs/commands/CreateGovCloudAccountCommand.js.map +0 -1
  626. package/dist/cjs/commands/CreateOrganizationCommand.js +0 -71
  627. package/dist/cjs/commands/CreateOrganizationCommand.js.map +0 -1
  628. package/dist/cjs/commands/CreateOrganizationalUnitCommand.js +0 -71
  629. package/dist/cjs/commands/CreateOrganizationalUnitCommand.js.map +0 -1
  630. package/dist/cjs/commands/CreatePolicyCommand.js +0 -67
  631. package/dist/cjs/commands/CreatePolicyCommand.js.map +0 -1
  632. package/dist/cjs/commands/DeclineHandshakeCommand.js +0 -67
  633. package/dist/cjs/commands/DeclineHandshakeCommand.js.map +0 -1
  634. package/dist/cjs/commands/DeleteOrganizationCommand.js +0 -61
  635. package/dist/cjs/commands/DeleteOrganizationCommand.js.map +0 -1
  636. package/dist/cjs/commands/DeleteOrganizationalUnitCommand.js +0 -63
  637. package/dist/cjs/commands/DeleteOrganizationalUnitCommand.js.map +0 -1
  638. package/dist/cjs/commands/DeletePolicyCommand.js +0 -64
  639. package/dist/cjs/commands/DeletePolicyCommand.js.map +0 -1
  640. package/dist/cjs/commands/DeregisterDelegatedAdministratorCommand.js +0 -74
  641. package/dist/cjs/commands/DeregisterDelegatedAdministratorCommand.js.map +0 -1
  642. package/dist/cjs/commands/DescribeAccountCommand.js +0 -63
  643. package/dist/cjs/commands/DescribeAccountCommand.js.map +0 -1
  644. package/dist/cjs/commands/DescribeCreateAccountStatusCommand.js +0 -63
  645. package/dist/cjs/commands/DescribeCreateAccountStatusCommand.js.map +0 -1
  646. package/dist/cjs/commands/DescribeEffectivePolicyCommand.js +0 -70
  647. package/dist/cjs/commands/DescribeEffectivePolicyCommand.js.map +0 -1
  648. package/dist/cjs/commands/DescribeHandshakeCommand.js +0 -67
  649. package/dist/cjs/commands/DescribeHandshakeCommand.js.map +0 -1
  650. package/dist/cjs/commands/DescribeOrganizationCommand.js +0 -68
  651. package/dist/cjs/commands/DescribeOrganizationCommand.js.map +0 -1
  652. package/dist/cjs/commands/DescribeOrganizationalUnitCommand.js +0 -63
  653. package/dist/cjs/commands/DescribeOrganizationalUnitCommand.js.map +0 -1
  654. package/dist/cjs/commands/DescribePolicyCommand.js +0 -63
  655. package/dist/cjs/commands/DescribePolicyCommand.js.map +0 -1
  656. package/dist/cjs/commands/DetachPolicyCommand.js +0 -75
  657. package/dist/cjs/commands/DetachPolicyCommand.js.map +0 -1
  658. package/dist/cjs/commands/DisableAWSServiceAccessCommand.js +0 -116
  659. package/dist/cjs/commands/DisableAWSServiceAccessCommand.js.map +0 -1
  660. package/dist/cjs/commands/DisablePolicyTypeCommand.js +0 -71
  661. package/dist/cjs/commands/DisablePolicyTypeCommand.js.map +0 -1
  662. package/dist/cjs/commands/EnableAWSServiceAccessCommand.js +0 -79
  663. package/dist/cjs/commands/EnableAWSServiceAccessCommand.js.map +0 -1
  664. package/dist/cjs/commands/EnableAllFeaturesCommand.js +0 -86
  665. package/dist/cjs/commands/EnableAllFeaturesCommand.js.map +0 -1
  666. package/dist/cjs/commands/EnablePolicyTypeCommand.js +0 -71
  667. package/dist/cjs/commands/EnablePolicyTypeCommand.js.map +0 -1
  668. package/dist/cjs/commands/InviteAccountToOrganizationCommand.js +0 -86
  669. package/dist/cjs/commands/InviteAccountToOrganizationCommand.js.map +0 -1
  670. package/dist/cjs/commands/LeaveOrganizationCommand.js +0 -124
  671. package/dist/cjs/commands/LeaveOrganizationCommand.js.map +0 -1
  672. package/dist/cjs/commands/ListAWSServiceAccessForOrganizationCommand.js +0 -69
  673. package/dist/cjs/commands/ListAWSServiceAccessForOrganizationCommand.js.map +0 -1
  674. package/dist/cjs/commands/ListAccountsCommand.js +0 -72
  675. package/dist/cjs/commands/ListAccountsCommand.js.map +0 -1
  676. package/dist/cjs/commands/ListAccountsForParentCommand.js +0 -75
  677. package/dist/cjs/commands/ListAccountsForParentCommand.js.map +0 -1
  678. package/dist/cjs/commands/ListChildrenCommand.js +0 -73
  679. package/dist/cjs/commands/ListChildrenCommand.js.map +0 -1
  680. package/dist/cjs/commands/ListCreateAccountStatusCommand.js +0 -72
  681. package/dist/cjs/commands/ListCreateAccountStatusCommand.js.map +0 -1
  682. package/dist/cjs/commands/ListDelegatedAdministratorsCommand.js +0 -64
  683. package/dist/cjs/commands/ListDelegatedAdministratorsCommand.js.map +0 -1
  684. package/dist/cjs/commands/ListDelegatedServicesForAccountCommand.js +0 -64
  685. package/dist/cjs/commands/ListDelegatedServicesForAccountCommand.js.map +0 -1
  686. package/dist/cjs/commands/ListHandshakesForAccountCommand.js +0 -74
  687. package/dist/cjs/commands/ListHandshakesForAccountCommand.js.map +0 -1
  688. package/dist/cjs/commands/ListHandshakesForOrganizationCommand.js +0 -77
  689. package/dist/cjs/commands/ListHandshakesForOrganizationCommand.js.map +0 -1
  690. package/dist/cjs/commands/ListOrganizationalUnitsForParentCommand.js +0 -71
  691. package/dist/cjs/commands/ListOrganizationalUnitsForParentCommand.js.map +0 -1
  692. package/dist/cjs/commands/ListParentsCommand.js +0 -76
  693. package/dist/cjs/commands/ListParentsCommand.js.map +0 -1
  694. package/dist/cjs/commands/ListPoliciesCommand.js +0 -71
  695. package/dist/cjs/commands/ListPoliciesCommand.js.map +0 -1
  696. package/dist/cjs/commands/ListPoliciesForTargetCommand.js +0 -73
  697. package/dist/cjs/commands/ListPoliciesForTargetCommand.js.map +0 -1
  698. package/dist/cjs/commands/ListRootsCommand.js +0 -78
  699. package/dist/cjs/commands/ListRootsCommand.js.map +0 -1
  700. package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -78
  701. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  702. package/dist/cjs/commands/ListTargetsForPolicyCommand.js +0 -72
  703. package/dist/cjs/commands/ListTargetsForPolicyCommand.js.map +0 -1
  704. package/dist/cjs/commands/MoveAccountCommand.js +0 -63
  705. package/dist/cjs/commands/MoveAccountCommand.js.map +0 -1
  706. package/dist/cjs/commands/RegisterDelegatedAdministratorCommand.js +0 -69
  707. package/dist/cjs/commands/RegisterDelegatedAdministratorCommand.js.map +0 -1
  708. package/dist/cjs/commands/RemoveAccountFromOrganizationCommand.js +0 -98
  709. package/dist/cjs/commands/RemoveAccountFromOrganizationCommand.js.map +0 -1
  710. package/dist/cjs/commands/TagResourceCommand.js +0 -77
  711. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  712. package/dist/cjs/commands/UntagResourceCommand.js +0 -77
  713. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  714. package/dist/cjs/commands/UpdateOrganizationalUnitCommand.js +0 -64
  715. package/dist/cjs/commands/UpdateOrganizationalUnitCommand.js.map +0 -1
  716. package/dist/cjs/commands/UpdatePolicyCommand.js +0 -64
  717. package/dist/cjs/commands/UpdatePolicyCommand.js.map +0 -1
  718. package/dist/cjs/endpoints.js +0 -80
  719. package/dist/cjs/endpoints.js.map +0 -1
  720. package/dist/cjs/index.js +0 -75
  721. package/dist/cjs/index.js.map +0 -1
  722. package/dist/cjs/models/index.js +0 -5
  723. package/dist/cjs/models/index.js.map +0 -1
  724. package/dist/cjs/models/models_0.js.map +0 -1
  725. package/dist/cjs/package.json +0 -91
  726. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  727. package/dist/cjs/pagination/ListAWSServiceAccessForOrganizationPaginator.js +0 -46
  728. package/dist/cjs/pagination/ListAWSServiceAccessForOrganizationPaginator.js.map +0 -1
  729. package/dist/cjs/pagination/ListAccountsForParentPaginator.js +0 -46
  730. package/dist/cjs/pagination/ListAccountsForParentPaginator.js.map +0 -1
  731. package/dist/cjs/pagination/ListAccountsPaginator.js +0 -46
  732. package/dist/cjs/pagination/ListAccountsPaginator.js.map +0 -1
  733. package/dist/cjs/pagination/ListChildrenPaginator.js +0 -46
  734. package/dist/cjs/pagination/ListChildrenPaginator.js.map +0 -1
  735. package/dist/cjs/pagination/ListCreateAccountStatusPaginator.js +0 -46
  736. package/dist/cjs/pagination/ListCreateAccountStatusPaginator.js.map +0 -1
  737. package/dist/cjs/pagination/ListDelegatedAdministratorsPaginator.js +0 -46
  738. package/dist/cjs/pagination/ListDelegatedAdministratorsPaginator.js.map +0 -1
  739. package/dist/cjs/pagination/ListDelegatedServicesForAccountPaginator.js +0 -46
  740. package/dist/cjs/pagination/ListDelegatedServicesForAccountPaginator.js.map +0 -1
  741. package/dist/cjs/pagination/ListHandshakesForAccountPaginator.js +0 -46
  742. package/dist/cjs/pagination/ListHandshakesForAccountPaginator.js.map +0 -1
  743. package/dist/cjs/pagination/ListHandshakesForOrganizationPaginator.js +0 -46
  744. package/dist/cjs/pagination/ListHandshakesForOrganizationPaginator.js.map +0 -1
  745. package/dist/cjs/pagination/ListOrganizationalUnitsForParentPaginator.js +0 -46
  746. package/dist/cjs/pagination/ListOrganizationalUnitsForParentPaginator.js.map +0 -1
  747. package/dist/cjs/pagination/ListParentsPaginator.js +0 -46
  748. package/dist/cjs/pagination/ListParentsPaginator.js.map +0 -1
  749. package/dist/cjs/pagination/ListPoliciesForTargetPaginator.js +0 -46
  750. package/dist/cjs/pagination/ListPoliciesForTargetPaginator.js.map +0 -1
  751. package/dist/cjs/pagination/ListPoliciesPaginator.js +0 -46
  752. package/dist/cjs/pagination/ListPoliciesPaginator.js.map +0 -1
  753. package/dist/cjs/pagination/ListRootsPaginator.js +0 -46
  754. package/dist/cjs/pagination/ListRootsPaginator.js.map +0 -1
  755. package/dist/cjs/pagination/ListTagsForResourcePaginator.js +0 -45
  756. package/dist/cjs/pagination/ListTagsForResourcePaginator.js.map +0 -1
  757. package/dist/cjs/pagination/ListTargetsForPolicyPaginator.js +0 -46
  758. package/dist/cjs/pagination/ListTargetsForPolicyPaginator.js.map +0 -1
  759. package/dist/cjs/protocols/Aws_json1_1.js +0 -7493
  760. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  761. package/dist/cjs/runtimeConfig.browser.js +0 -41
  762. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  763. package/dist/cjs/runtimeConfig.js +0 -46
  764. package/dist/cjs/runtimeConfig.js.map +0 -1
  765. package/dist/cjs/runtimeConfig.native.js +0 -20
  766. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  767. package/dist/cjs/runtimeConfig.shared.js +0 -21
  768. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  769. package/dist/es/Organizations.js +0 -849
  770. package/dist/es/Organizations.js.map +0 -1
  771. package/dist/es/OrganizationsClient.js +0 -116
  772. package/dist/es/OrganizationsClient.js.map +0 -1
  773. package/dist/es/commands/AcceptHandshakeCommand.js +0 -94
  774. package/dist/es/commands/AcceptHandshakeCommand.js.map +0 -1
  775. package/dist/es/commands/AttachPolicyCommand.js +0 -90
  776. package/dist/es/commands/AttachPolicyCommand.js.map +0 -1
  777. package/dist/es/commands/CancelHandshakeCommand.js +0 -70
  778. package/dist/es/commands/CancelHandshakeCommand.js.map +0 -1
  779. package/dist/es/commands/CreateAccountCommand.js +0 -142
  780. package/dist/es/commands/CreateAccountCommand.js.map +0 -1
  781. package/dist/es/commands/CreateGovCloudAccountCommand.js +0 -198
  782. package/dist/es/commands/CreateGovCloudAccountCommand.js.map +0 -1
  783. package/dist/es/commands/CreateOrganizationCommand.js +0 -75
  784. package/dist/es/commands/CreateOrganizationCommand.js.map +0 -1
  785. package/dist/es/commands/CreateOrganizationalUnitCommand.js +0 -75
  786. package/dist/es/commands/CreateOrganizationalUnitCommand.js.map +0 -1
  787. package/dist/es/commands/CreatePolicyCommand.js +0 -71
  788. package/dist/es/commands/CreatePolicyCommand.js.map +0 -1
  789. package/dist/es/commands/DeclineHandshakeCommand.js +0 -71
  790. package/dist/es/commands/DeclineHandshakeCommand.js.map +0 -1
  791. package/dist/es/commands/DeleteOrganizationCommand.js +0 -65
  792. package/dist/es/commands/DeleteOrganizationCommand.js.map +0 -1
  793. package/dist/es/commands/DeleteOrganizationalUnitCommand.js +0 -67
  794. package/dist/es/commands/DeleteOrganizationalUnitCommand.js.map +0 -1
  795. package/dist/es/commands/DeletePolicyCommand.js +0 -68
  796. package/dist/es/commands/DeletePolicyCommand.js.map +0 -1
  797. package/dist/es/commands/DeregisterDelegatedAdministratorCommand.js +0 -78
  798. package/dist/es/commands/DeregisterDelegatedAdministratorCommand.js.map +0 -1
  799. package/dist/es/commands/DescribeAccountCommand.js +0 -67
  800. package/dist/es/commands/DescribeAccountCommand.js.map +0 -1
  801. package/dist/es/commands/DescribeCreateAccountStatusCommand.js +0 -67
  802. package/dist/es/commands/DescribeCreateAccountStatusCommand.js.map +0 -1
  803. package/dist/es/commands/DescribeEffectivePolicyCommand.js +0 -74
  804. package/dist/es/commands/DescribeEffectivePolicyCommand.js.map +0 -1
  805. package/dist/es/commands/DescribeHandshakeCommand.js +0 -71
  806. package/dist/es/commands/DescribeHandshakeCommand.js.map +0 -1
  807. package/dist/es/commands/DescribeOrganizationCommand.js +0 -72
  808. package/dist/es/commands/DescribeOrganizationCommand.js.map +0 -1
  809. package/dist/es/commands/DescribeOrganizationalUnitCommand.js +0 -67
  810. package/dist/es/commands/DescribeOrganizationalUnitCommand.js.map +0 -1
  811. package/dist/es/commands/DescribePolicyCommand.js +0 -67
  812. package/dist/es/commands/DescribePolicyCommand.js.map +0 -1
  813. package/dist/es/commands/DetachPolicyCommand.js +0 -79
  814. package/dist/es/commands/DetachPolicyCommand.js.map +0 -1
  815. package/dist/es/commands/DisableAWSServiceAccessCommand.js +0 -120
  816. package/dist/es/commands/DisableAWSServiceAccessCommand.js.map +0 -1
  817. package/dist/es/commands/DisablePolicyTypeCommand.js +0 -75
  818. package/dist/es/commands/DisablePolicyTypeCommand.js.map +0 -1
  819. package/dist/es/commands/EnableAWSServiceAccessCommand.js +0 -83
  820. package/dist/es/commands/EnableAWSServiceAccessCommand.js.map +0 -1
  821. package/dist/es/commands/EnableAllFeaturesCommand.js +0 -90
  822. package/dist/es/commands/EnableAllFeaturesCommand.js.map +0 -1
  823. package/dist/es/commands/EnablePolicyTypeCommand.js +0 -75
  824. package/dist/es/commands/EnablePolicyTypeCommand.js.map +0 -1
  825. package/dist/es/commands/InviteAccountToOrganizationCommand.js +0 -90
  826. package/dist/es/commands/InviteAccountToOrganizationCommand.js.map +0 -1
  827. package/dist/es/commands/LeaveOrganizationCommand.js +0 -128
  828. package/dist/es/commands/LeaveOrganizationCommand.js.map +0 -1
  829. package/dist/es/commands/ListAWSServiceAccessForOrganizationCommand.js +0 -73
  830. package/dist/es/commands/ListAWSServiceAccessForOrganizationCommand.js.map +0 -1
  831. package/dist/es/commands/ListAccountsCommand.js +0 -76
  832. package/dist/es/commands/ListAccountsCommand.js.map +0 -1
  833. package/dist/es/commands/ListAccountsForParentCommand.js +0 -79
  834. package/dist/es/commands/ListAccountsForParentCommand.js.map +0 -1
  835. package/dist/es/commands/ListChildrenCommand.js +0 -77
  836. package/dist/es/commands/ListChildrenCommand.js.map +0 -1
  837. package/dist/es/commands/ListCreateAccountStatusCommand.js +0 -76
  838. package/dist/es/commands/ListCreateAccountStatusCommand.js.map +0 -1
  839. package/dist/es/commands/ListDelegatedAdministratorsCommand.js +0 -68
  840. package/dist/es/commands/ListDelegatedAdministratorsCommand.js.map +0 -1
  841. package/dist/es/commands/ListDelegatedServicesForAccountCommand.js +0 -68
  842. package/dist/es/commands/ListDelegatedServicesForAccountCommand.js.map +0 -1
  843. package/dist/es/commands/ListHandshakesForAccountCommand.js +0 -78
  844. package/dist/es/commands/ListHandshakesForAccountCommand.js.map +0 -1
  845. package/dist/es/commands/ListHandshakesForOrganizationCommand.js +0 -81
  846. package/dist/es/commands/ListHandshakesForOrganizationCommand.js.map +0 -1
  847. package/dist/es/commands/ListOrganizationalUnitsForParentCommand.js +0 -75
  848. package/dist/es/commands/ListOrganizationalUnitsForParentCommand.js.map +0 -1
  849. package/dist/es/commands/ListParentsCommand.js +0 -80
  850. package/dist/es/commands/ListParentsCommand.js.map +0 -1
  851. package/dist/es/commands/ListPoliciesCommand.js +0 -75
  852. package/dist/es/commands/ListPoliciesCommand.js.map +0 -1
  853. package/dist/es/commands/ListPoliciesForTargetCommand.js +0 -77
  854. package/dist/es/commands/ListPoliciesForTargetCommand.js.map +0 -1
  855. package/dist/es/commands/ListRootsCommand.js +0 -82
  856. package/dist/es/commands/ListRootsCommand.js.map +0 -1
  857. package/dist/es/commands/ListTagsForResourceCommand.js +0 -82
  858. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  859. package/dist/es/commands/ListTargetsForPolicyCommand.js +0 -76
  860. package/dist/es/commands/ListTargetsForPolicyCommand.js.map +0 -1
  861. package/dist/es/commands/MoveAccountCommand.js +0 -67
  862. package/dist/es/commands/MoveAccountCommand.js.map +0 -1
  863. package/dist/es/commands/RegisterDelegatedAdministratorCommand.js +0 -73
  864. package/dist/es/commands/RegisterDelegatedAdministratorCommand.js.map +0 -1
  865. package/dist/es/commands/RemoveAccountFromOrganizationCommand.js +0 -102
  866. package/dist/es/commands/RemoveAccountFromOrganizationCommand.js.map +0 -1
  867. package/dist/es/commands/TagResourceCommand.js +0 -81
  868. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  869. package/dist/es/commands/UntagResourceCommand.js +0 -81
  870. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  871. package/dist/es/commands/UpdateOrganizationalUnitCommand.js +0 -68
  872. package/dist/es/commands/UpdateOrganizationalUnitCommand.js.map +0 -1
  873. package/dist/es/commands/UpdatePolicyCommand.js +0 -68
  874. package/dist/es/commands/UpdatePolicyCommand.js.map +0 -1
  875. package/dist/es/endpoints.js +0 -76
  876. package/dist/es/endpoints.js.map +0 -1
  877. package/dist/es/index.js.map +0 -1
  878. package/dist/es/models/index.js.map +0 -1
  879. package/dist/es/models/models_0.js +0 -1242
  880. package/dist/es/models/models_0.js.map +0 -1
  881. package/dist/es/package.json +0 -91
  882. package/dist/es/pagination/Interfaces.js.map +0 -1
  883. package/dist/es/pagination/ListAWSServiceAccessForOrganizationPaginator.js +0 -87
  884. package/dist/es/pagination/ListAWSServiceAccessForOrganizationPaginator.js.map +0 -1
  885. package/dist/es/pagination/ListAccountsForParentPaginator.js +0 -87
  886. package/dist/es/pagination/ListAccountsForParentPaginator.js.map +0 -1
  887. package/dist/es/pagination/ListAccountsPaginator.js +0 -87
  888. package/dist/es/pagination/ListAccountsPaginator.js.map +0 -1
  889. package/dist/es/pagination/ListChildrenPaginator.js +0 -87
  890. package/dist/es/pagination/ListChildrenPaginator.js.map +0 -1
  891. package/dist/es/pagination/ListCreateAccountStatusPaginator.js +0 -87
  892. package/dist/es/pagination/ListCreateAccountStatusPaginator.js.map +0 -1
  893. package/dist/es/pagination/ListDelegatedAdministratorsPaginator.js +0 -87
  894. package/dist/es/pagination/ListDelegatedAdministratorsPaginator.js.map +0 -1
  895. package/dist/es/pagination/ListDelegatedServicesForAccountPaginator.js +0 -87
  896. package/dist/es/pagination/ListDelegatedServicesForAccountPaginator.js.map +0 -1
  897. package/dist/es/pagination/ListHandshakesForAccountPaginator.js +0 -87
  898. package/dist/es/pagination/ListHandshakesForAccountPaginator.js.map +0 -1
  899. package/dist/es/pagination/ListHandshakesForOrganizationPaginator.js +0 -87
  900. package/dist/es/pagination/ListHandshakesForOrganizationPaginator.js.map +0 -1
  901. package/dist/es/pagination/ListOrganizationalUnitsForParentPaginator.js +0 -87
  902. package/dist/es/pagination/ListOrganizationalUnitsForParentPaginator.js.map +0 -1
  903. package/dist/es/pagination/ListParentsPaginator.js +0 -87
  904. package/dist/es/pagination/ListParentsPaginator.js.map +0 -1
  905. package/dist/es/pagination/ListPoliciesForTargetPaginator.js +0 -87
  906. package/dist/es/pagination/ListPoliciesForTargetPaginator.js.map +0 -1
  907. package/dist/es/pagination/ListPoliciesPaginator.js +0 -87
  908. package/dist/es/pagination/ListPoliciesPaginator.js.map +0 -1
  909. package/dist/es/pagination/ListRootsPaginator.js +0 -87
  910. package/dist/es/pagination/ListRootsPaginator.js.map +0 -1
  911. package/dist/es/pagination/ListTagsForResourcePaginator.js +0 -86
  912. package/dist/es/pagination/ListTagsForResourcePaginator.js.map +0 -1
  913. package/dist/es/pagination/ListTargetsForPolicyPaginator.js +0 -87
  914. package/dist/es/pagination/ListTargetsForPolicyPaginator.js.map +0 -1
  915. package/dist/es/protocols/Aws_json1_1.js +0 -7804
  916. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  917. package/dist/es/runtimeConfig.browser.js +0 -20
  918. package/dist/es/runtimeConfig.browser.js.map +0 -1
  919. package/dist/es/runtimeConfig.js +0 -25
  920. package/dist/es/runtimeConfig.js.map +0 -1
  921. package/dist/es/runtimeConfig.native.js +0 -12
  922. package/dist/es/runtimeConfig.native.js.map +0 -1
  923. package/dist/es/runtimeConfig.shared.js +0 -17
  924. package/dist/es/runtimeConfig.shared.js.map +0 -1
  925. package/dist/types/Organizations.d.ts +0 -1273
  926. package/dist/types/OrganizationsClient.d.ts +0 -253
  927. package/dist/types/commands/AcceptHandshakeCommand.d.ts +0 -64
  928. package/dist/types/commands/AttachPolicyCommand.d.ts +0 -60
  929. package/dist/types/commands/CancelHandshakeCommand.d.ts +0 -40
  930. package/dist/types/commands/CreateAccountCommand.d.ts +0 -112
  931. package/dist/types/commands/CreateGovCloudAccountCommand.d.ts +0 -168
  932. package/dist/types/commands/CreateOrganizationCommand.d.ts +0 -45
  933. package/dist/types/commands/CreateOrganizationalUnitCommand.d.ts +0 -45
  934. package/dist/types/commands/CreatePolicyCommand.d.ts +0 -41
  935. package/dist/types/commands/DeclineHandshakeCommand.d.ts +0 -41
  936. package/dist/types/commands/DeleteOrganizationCommand.d.ts +0 -35
  937. package/dist/types/commands/DeleteOrganizationalUnitCommand.d.ts +0 -37
  938. package/dist/types/commands/DeletePolicyCommand.d.ts +0 -38
  939. package/dist/types/commands/DeregisterDelegatedAdministratorCommand.d.ts +0 -48
  940. package/dist/types/commands/DescribeAccountCommand.d.ts +0 -37
  941. package/dist/types/commands/DescribeCreateAccountStatusCommand.d.ts +0 -37
  942. package/dist/types/commands/DescribeEffectivePolicyCommand.d.ts +0 -44
  943. package/dist/types/commands/DescribeHandshakeCommand.d.ts +0 -41
  944. package/dist/types/commands/DescribeOrganizationCommand.d.ts +0 -42
  945. package/dist/types/commands/DescribeOrganizationalUnitCommand.d.ts +0 -37
  946. package/dist/types/commands/DescribePolicyCommand.d.ts +0 -37
  947. package/dist/types/commands/DetachPolicyCommand.d.ts +0 -49
  948. package/dist/types/commands/DisableAWSServiceAccessCommand.d.ts +0 -90
  949. package/dist/types/commands/DisablePolicyTypeCommand.d.ts +0 -45
  950. package/dist/types/commands/EnableAWSServiceAccessCommand.d.ts +0 -53
  951. package/dist/types/commands/EnableAllFeaturesCommand.d.ts +0 -60
  952. package/dist/types/commands/EnablePolicyTypeCommand.d.ts +0 -45
  953. package/dist/types/commands/InviteAccountToOrganizationCommand.d.ts +0 -60
  954. package/dist/types/commands/LeaveOrganizationCommand.d.ts +0 -98
  955. package/dist/types/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +0 -43
  956. package/dist/types/commands/ListAccountsCommand.d.ts +0 -46
  957. package/dist/types/commands/ListAccountsForParentCommand.d.ts +0 -49
  958. package/dist/types/commands/ListChildrenCommand.d.ts +0 -47
  959. package/dist/types/commands/ListCreateAccountStatusCommand.d.ts +0 -46
  960. package/dist/types/commands/ListDelegatedAdministratorsCommand.d.ts +0 -38
  961. package/dist/types/commands/ListDelegatedServicesForAccountCommand.d.ts +0 -38
  962. package/dist/types/commands/ListHandshakesForAccountCommand.d.ts +0 -48
  963. package/dist/types/commands/ListHandshakesForOrganizationCommand.d.ts +0 -51
  964. package/dist/types/commands/ListOrganizationalUnitsForParentCommand.d.ts +0 -45
  965. package/dist/types/commands/ListParentsCommand.d.ts +0 -50
  966. package/dist/types/commands/ListPoliciesCommand.d.ts +0 -45
  967. package/dist/types/commands/ListPoliciesForTargetCommand.d.ts +0 -47
  968. package/dist/types/commands/ListRootsCommand.d.ts +0 -52
  969. package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -52
  970. package/dist/types/commands/ListTargetsForPolicyCommand.d.ts +0 -46
  971. package/dist/types/commands/MoveAccountCommand.d.ts +0 -37
  972. package/dist/types/commands/RegisterDelegatedAdministratorCommand.d.ts +0 -43
  973. package/dist/types/commands/RemoveAccountFromOrganizationCommand.d.ts +0 -72
  974. package/dist/types/commands/TagResourceCommand.d.ts +0 -51
  975. package/dist/types/commands/UntagResourceCommand.d.ts +0 -51
  976. package/dist/types/commands/UpdateOrganizationalUnitCommand.d.ts +0 -38
  977. package/dist/types/commands/UpdatePolicyCommand.d.ts +0 -38
  978. package/dist/types/pagination/Interfaces.d.ts +0 -6
  979. package/dist/types/pagination/ListAWSServiceAccessForOrganizationPaginator.d.ts +0 -4
  980. package/dist/types/pagination/ListAccountsForParentPaginator.d.ts +0 -4
  981. package/dist/types/pagination/ListAccountsPaginator.d.ts +0 -4
  982. package/dist/types/pagination/ListChildrenPaginator.d.ts +0 -4
  983. package/dist/types/pagination/ListCreateAccountStatusPaginator.d.ts +0 -4
  984. package/dist/types/pagination/ListDelegatedAdministratorsPaginator.d.ts +0 -4
  985. package/dist/types/pagination/ListDelegatedServicesForAccountPaginator.d.ts +0 -4
  986. package/dist/types/pagination/ListHandshakesForAccountPaginator.d.ts +0 -4
  987. package/dist/types/pagination/ListHandshakesForOrganizationPaginator.d.ts +0 -4
  988. package/dist/types/pagination/ListOrganizationalUnitsForParentPaginator.d.ts +0 -4
  989. package/dist/types/pagination/ListParentsPaginator.d.ts +0 -4
  990. package/dist/types/pagination/ListPoliciesForTargetPaginator.d.ts +0 -4
  991. package/dist/types/pagination/ListPoliciesPaginator.d.ts +0 -4
  992. package/dist/types/pagination/ListRootsPaginator.d.ts +0 -4
  993. package/dist/types/pagination/ListTagsForResourcePaginator.d.ts +0 -4
  994. package/dist/types/pagination/ListTargetsForPolicyPaginator.d.ts +0 -4
  995. package/dist/types/protocols/Aws_json1_1.d.ts +0 -155
  996. package/dist/types/runtimeConfig.browser.d.ts +0 -36
  997. package/dist/types/runtimeConfig.d.ts +0 -36
  998. package/dist/types/runtimeConfig.native.d.ts +0 -35
  999. package/dist/types/ts3.4/Organizations.d.ts +0 -1273
  1000. package/dist/types/ts3.4/OrganizationsClient.d.ts +0 -253
  1001. package/dist/types/ts3.4/commands/AcceptHandshakeCommand.d.ts +0 -64
  1002. package/dist/types/ts3.4/commands/AttachPolicyCommand.d.ts +0 -60
  1003. package/dist/types/ts3.4/commands/CancelHandshakeCommand.d.ts +0 -40
  1004. package/dist/types/ts3.4/commands/CreateAccountCommand.d.ts +0 -112
  1005. package/dist/types/ts3.4/commands/CreateGovCloudAccountCommand.d.ts +0 -168
  1006. package/dist/types/ts3.4/commands/CreateOrganizationCommand.d.ts +0 -45
  1007. package/dist/types/ts3.4/commands/CreateOrganizationalUnitCommand.d.ts +0 -45
  1008. package/dist/types/ts3.4/commands/CreatePolicyCommand.d.ts +0 -41
  1009. package/dist/types/ts3.4/commands/DeclineHandshakeCommand.d.ts +0 -41
  1010. package/dist/types/ts3.4/commands/DeleteOrganizationCommand.d.ts +0 -35
  1011. package/dist/types/ts3.4/commands/DeleteOrganizationalUnitCommand.d.ts +0 -37
  1012. package/dist/types/ts3.4/commands/DeletePolicyCommand.d.ts +0 -38
  1013. package/dist/types/ts3.4/commands/DeregisterDelegatedAdministratorCommand.d.ts +0 -48
  1014. package/dist/types/ts3.4/commands/DescribeAccountCommand.d.ts +0 -37
  1015. package/dist/types/ts3.4/commands/DescribeCreateAccountStatusCommand.d.ts +0 -37
  1016. package/dist/types/ts3.4/commands/DescribeEffectivePolicyCommand.d.ts +0 -44
  1017. package/dist/types/ts3.4/commands/DescribeHandshakeCommand.d.ts +0 -41
  1018. package/dist/types/ts3.4/commands/DescribeOrganizationCommand.d.ts +0 -42
  1019. package/dist/types/ts3.4/commands/DescribeOrganizationalUnitCommand.d.ts +0 -37
  1020. package/dist/types/ts3.4/commands/DescribePolicyCommand.d.ts +0 -37
  1021. package/dist/types/ts3.4/commands/DetachPolicyCommand.d.ts +0 -49
  1022. package/dist/types/ts3.4/commands/DisableAWSServiceAccessCommand.d.ts +0 -90
  1023. package/dist/types/ts3.4/commands/DisablePolicyTypeCommand.d.ts +0 -45
  1024. package/dist/types/ts3.4/commands/EnableAWSServiceAccessCommand.d.ts +0 -53
  1025. package/dist/types/ts3.4/commands/EnableAllFeaturesCommand.d.ts +0 -60
  1026. package/dist/types/ts3.4/commands/EnablePolicyTypeCommand.d.ts +0 -45
  1027. package/dist/types/ts3.4/commands/InviteAccountToOrganizationCommand.d.ts +0 -60
  1028. package/dist/types/ts3.4/commands/LeaveOrganizationCommand.d.ts +0 -98
  1029. package/dist/types/ts3.4/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +0 -43
  1030. package/dist/types/ts3.4/commands/ListAccountsCommand.d.ts +0 -46
  1031. package/dist/types/ts3.4/commands/ListAccountsForParentCommand.d.ts +0 -49
  1032. package/dist/types/ts3.4/commands/ListChildrenCommand.d.ts +0 -47
  1033. package/dist/types/ts3.4/commands/ListCreateAccountStatusCommand.d.ts +0 -46
  1034. package/dist/types/ts3.4/commands/ListDelegatedAdministratorsCommand.d.ts +0 -38
  1035. package/dist/types/ts3.4/commands/ListDelegatedServicesForAccountCommand.d.ts +0 -38
  1036. package/dist/types/ts3.4/commands/ListHandshakesForAccountCommand.d.ts +0 -48
  1037. package/dist/types/ts3.4/commands/ListHandshakesForOrganizationCommand.d.ts +0 -51
  1038. package/dist/types/ts3.4/commands/ListOrganizationalUnitsForParentCommand.d.ts +0 -45
  1039. package/dist/types/ts3.4/commands/ListParentsCommand.d.ts +0 -50
  1040. package/dist/types/ts3.4/commands/ListPoliciesCommand.d.ts +0 -45
  1041. package/dist/types/ts3.4/commands/ListPoliciesForTargetCommand.d.ts +0 -47
  1042. package/dist/types/ts3.4/commands/ListRootsCommand.d.ts +0 -52
  1043. package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -52
  1044. package/dist/types/ts3.4/commands/ListTargetsForPolicyCommand.d.ts +0 -46
  1045. package/dist/types/ts3.4/commands/MoveAccountCommand.d.ts +0 -37
  1046. package/dist/types/ts3.4/commands/RegisterDelegatedAdministratorCommand.d.ts +0 -43
  1047. package/dist/types/ts3.4/commands/RemoveAccountFromOrganizationCommand.d.ts +0 -72
  1048. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -51
  1049. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -51
  1050. package/dist/types/ts3.4/commands/UpdateOrganizationalUnitCommand.d.ts +0 -38
  1051. package/dist/types/ts3.4/commands/UpdatePolicyCommand.d.ts +0 -38
  1052. package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
  1053. package/dist/types/ts3.4/pagination/ListAWSServiceAccessForOrganizationPaginator.d.ts +0 -4
  1054. package/dist/types/ts3.4/pagination/ListAccountsForParentPaginator.d.ts +0 -4
  1055. package/dist/types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -4
  1056. package/dist/types/ts3.4/pagination/ListChildrenPaginator.d.ts +0 -4
  1057. package/dist/types/ts3.4/pagination/ListCreateAccountStatusPaginator.d.ts +0 -4
  1058. package/dist/types/ts3.4/pagination/ListDelegatedAdministratorsPaginator.d.ts +0 -4
  1059. package/dist/types/ts3.4/pagination/ListDelegatedServicesForAccountPaginator.d.ts +0 -4
  1060. package/dist/types/ts3.4/pagination/ListHandshakesForAccountPaginator.d.ts +0 -4
  1061. package/dist/types/ts3.4/pagination/ListHandshakesForOrganizationPaginator.d.ts +0 -4
  1062. package/dist/types/ts3.4/pagination/ListOrganizationalUnitsForParentPaginator.d.ts +0 -4
  1063. package/dist/types/ts3.4/pagination/ListParentsPaginator.d.ts +0 -4
  1064. package/dist/types/ts3.4/pagination/ListPoliciesForTargetPaginator.d.ts +0 -4
  1065. package/dist/types/ts3.4/pagination/ListPoliciesPaginator.d.ts +0 -4
  1066. package/dist/types/ts3.4/pagination/ListRootsPaginator.d.ts +0 -4
  1067. package/dist/types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +0 -4
  1068. package/dist/types/ts3.4/pagination/ListTargetsForPolicyPaginator.d.ts +0 -4
  1069. package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +0 -155
  1070. package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -36
  1071. package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
  1072. package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
  1073. package/endpoints.ts +0 -80
  1074. package/pagination/Interfaces.ts +0 -7
  1075. package/pagination/ListAWSServiceAccessForOrganizationPaginator.ts +0 -58
  1076. package/pagination/ListAccountsForParentPaginator.ts +0 -58
  1077. package/pagination/ListAccountsPaginator.ts +0 -58
  1078. package/pagination/ListChildrenPaginator.ts +0 -58
  1079. package/pagination/ListCreateAccountStatusPaginator.ts +0 -58
  1080. package/pagination/ListDelegatedAdministratorsPaginator.ts +0 -58
  1081. package/pagination/ListDelegatedServicesForAccountPaginator.ts +0 -58
  1082. package/pagination/ListHandshakesForAccountPaginator.ts +0 -58
  1083. package/pagination/ListHandshakesForOrganizationPaginator.ts +0 -58
  1084. package/pagination/ListOrganizationalUnitsForParentPaginator.ts +0 -58
  1085. package/pagination/ListParentsPaginator.ts +0 -54
  1086. package/pagination/ListPoliciesForTargetPaginator.ts +0 -58
  1087. package/pagination/ListPoliciesPaginator.ts +0 -58
  1088. package/pagination/ListRootsPaginator.ts +0 -54
  1089. package/pagination/ListTagsForResourcePaginator.ts +0 -57
  1090. package/pagination/ListTargetsForPolicyPaginator.ts +0 -58
  1091. package/protocols/Aws_json1_1.ts +0 -8998
  1092. package/runtimeConfig.browser.ts +0 -40
  1093. package/runtimeConfig.native.ts +0 -16
  1094. package/runtimeConfig.shared.ts +0 -16
  1095. package/runtimeConfig.ts +0 -45
@@ -0,0 +1,1273 @@
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import { AcceptHandshakeCommandInput, AcceptHandshakeCommandOutput } from "./commands/AcceptHandshakeCommand";
3
+ import { AttachPolicyCommandInput, AttachPolicyCommandOutput } from "./commands/AttachPolicyCommand";
4
+ import { CancelHandshakeCommandInput, CancelHandshakeCommandOutput } from "./commands/CancelHandshakeCommand";
5
+ import { CreateAccountCommandInput, CreateAccountCommandOutput } from "./commands/CreateAccountCommand";
6
+ import { CreateGovCloudAccountCommandInput, CreateGovCloudAccountCommandOutput } from "./commands/CreateGovCloudAccountCommand";
7
+ import { CreateOrganizationalUnitCommandInput, CreateOrganizationalUnitCommandOutput } from "./commands/CreateOrganizationalUnitCommand";
8
+ import { CreateOrganizationCommandInput, CreateOrganizationCommandOutput } from "./commands/CreateOrganizationCommand";
9
+ import { CreatePolicyCommandInput, CreatePolicyCommandOutput } from "./commands/CreatePolicyCommand";
10
+ import { DeclineHandshakeCommandInput, DeclineHandshakeCommandOutput } from "./commands/DeclineHandshakeCommand";
11
+ import { DeleteOrganizationalUnitCommandInput, DeleteOrganizationalUnitCommandOutput } from "./commands/DeleteOrganizationalUnitCommand";
12
+ import { DeleteOrganizationCommandInput, DeleteOrganizationCommandOutput } from "./commands/DeleteOrganizationCommand";
13
+ import { DeletePolicyCommandInput, DeletePolicyCommandOutput } from "./commands/DeletePolicyCommand";
14
+ import { DeregisterDelegatedAdministratorCommandInput, DeregisterDelegatedAdministratorCommandOutput } from "./commands/DeregisterDelegatedAdministratorCommand";
15
+ import { DescribeAccountCommandInput, DescribeAccountCommandOutput } from "./commands/DescribeAccountCommand";
16
+ import { DescribeCreateAccountStatusCommandInput, DescribeCreateAccountStatusCommandOutput } from "./commands/DescribeCreateAccountStatusCommand";
17
+ import { DescribeEffectivePolicyCommandInput, DescribeEffectivePolicyCommandOutput } from "./commands/DescribeEffectivePolicyCommand";
18
+ import { DescribeHandshakeCommandInput, DescribeHandshakeCommandOutput } from "./commands/DescribeHandshakeCommand";
19
+ import { DescribeOrganizationalUnitCommandInput, DescribeOrganizationalUnitCommandOutput } from "./commands/DescribeOrganizationalUnitCommand";
20
+ import { DescribeOrganizationCommandInput, DescribeOrganizationCommandOutput } from "./commands/DescribeOrganizationCommand";
21
+ import { DescribePolicyCommandInput, DescribePolicyCommandOutput } from "./commands/DescribePolicyCommand";
22
+ import { DetachPolicyCommandInput, DetachPolicyCommandOutput } from "./commands/DetachPolicyCommand";
23
+ import { DisableAWSServiceAccessCommandInput, DisableAWSServiceAccessCommandOutput } from "./commands/DisableAWSServiceAccessCommand";
24
+ import { DisablePolicyTypeCommandInput, DisablePolicyTypeCommandOutput } from "./commands/DisablePolicyTypeCommand";
25
+ import { EnableAllFeaturesCommandInput, EnableAllFeaturesCommandOutput } from "./commands/EnableAllFeaturesCommand";
26
+ import { EnableAWSServiceAccessCommandInput, EnableAWSServiceAccessCommandOutput } from "./commands/EnableAWSServiceAccessCommand";
27
+ import { EnablePolicyTypeCommandInput, EnablePolicyTypeCommandOutput } from "./commands/EnablePolicyTypeCommand";
28
+ import { InviteAccountToOrganizationCommandInput, InviteAccountToOrganizationCommandOutput } from "./commands/InviteAccountToOrganizationCommand";
29
+ import { LeaveOrganizationCommandInput, LeaveOrganizationCommandOutput } from "./commands/LeaveOrganizationCommand";
30
+ import { ListAccountsCommandInput, ListAccountsCommandOutput } from "./commands/ListAccountsCommand";
31
+ import { ListAccountsForParentCommandInput, ListAccountsForParentCommandOutput } from "./commands/ListAccountsForParentCommand";
32
+ import { ListAWSServiceAccessForOrganizationCommandInput, ListAWSServiceAccessForOrganizationCommandOutput } from "./commands/ListAWSServiceAccessForOrganizationCommand";
33
+ import { ListChildrenCommandInput, ListChildrenCommandOutput } from "./commands/ListChildrenCommand";
34
+ import { ListCreateAccountStatusCommandInput, ListCreateAccountStatusCommandOutput } from "./commands/ListCreateAccountStatusCommand";
35
+ import { ListDelegatedAdministratorsCommandInput, ListDelegatedAdministratorsCommandOutput } from "./commands/ListDelegatedAdministratorsCommand";
36
+ import { ListDelegatedServicesForAccountCommandInput, ListDelegatedServicesForAccountCommandOutput } from "./commands/ListDelegatedServicesForAccountCommand";
37
+ import { ListHandshakesForAccountCommandInput, ListHandshakesForAccountCommandOutput } from "./commands/ListHandshakesForAccountCommand";
38
+ import { ListHandshakesForOrganizationCommandInput, ListHandshakesForOrganizationCommandOutput } from "./commands/ListHandshakesForOrganizationCommand";
39
+ import { ListOrganizationalUnitsForParentCommandInput, ListOrganizationalUnitsForParentCommandOutput } from "./commands/ListOrganizationalUnitsForParentCommand";
40
+ import { ListParentsCommandInput, ListParentsCommandOutput } from "./commands/ListParentsCommand";
41
+ import { ListPoliciesCommandInput, ListPoliciesCommandOutput } from "./commands/ListPoliciesCommand";
42
+ import { ListPoliciesForTargetCommandInput, ListPoliciesForTargetCommandOutput } from "./commands/ListPoliciesForTargetCommand";
43
+ import { ListRootsCommandInput, ListRootsCommandOutput } from "./commands/ListRootsCommand";
44
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
45
+ import { ListTargetsForPolicyCommandInput, ListTargetsForPolicyCommandOutput } from "./commands/ListTargetsForPolicyCommand";
46
+ import { MoveAccountCommandInput, MoveAccountCommandOutput } from "./commands/MoveAccountCommand";
47
+ import { RegisterDelegatedAdministratorCommandInput, RegisterDelegatedAdministratorCommandOutput } from "./commands/RegisterDelegatedAdministratorCommand";
48
+ import { RemoveAccountFromOrganizationCommandInput, RemoveAccountFromOrganizationCommandOutput } from "./commands/RemoveAccountFromOrganizationCommand";
49
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
50
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
51
+ import { UpdateOrganizationalUnitCommandInput, UpdateOrganizationalUnitCommandOutput } from "./commands/UpdateOrganizationalUnitCommand";
52
+ import { UpdatePolicyCommandInput, UpdatePolicyCommandOutput } from "./commands/UpdatePolicyCommand";
53
+ import { OrganizationsClient } from "./OrganizationsClient";
54
+ /**
55
+ * <p>AWS Organizations is a web service that enables you to consolidate your multiple AWS accounts
56
+ * into an <i>organization</i> and centrally manage your accounts and their
57
+ * resources.</p>
58
+ * <p>This guide provides descriptions of the Organizations operations. For more information about
59
+ * using this service, see the <a href="http://docs.aws.amazon.com/organizations/latest/userguide/orgs_introduction.html">AWS Organizations User Guide</a>.</p>
60
+ * <p>
61
+ * <b>Support and feedback for AWS Organizations</b>
62
+ * </p>
63
+ * <p>We welcome your feedback. Send your comments to <a href="mailto:feedback-awsorganizations@amazon.com">feedback-awsorganizations@amazon.com</a> or post your feedback and questions in
64
+ * the <a href="http://forums.aws.amazon.com/forum.jspa?forumID=219">AWS Organizations support forum</a>. For
65
+ * more information about the AWS support forums, see <a href="http://forums.aws.amazon.com/help.jspa">Forums Help</a>.</p>
66
+ * <p>
67
+ * <b>Endpoint to call When using the AWS CLI or the AWS
68
+ * SDK</b>
69
+ * </p>
70
+ * <p>For the current release of Organizations, specify the <code>us-east-1</code> region for all
71
+ * AWS API and AWS CLI calls made from the commercial AWS Regions outside of China. If
72
+ * calling from one of the AWS Regions in China, then specify
73
+ * <code>cn-northwest-1</code>. You can do this in the AWS CLI by using these parameters and
74
+ * commands:</p>
75
+ * <ul>
76
+ * <li>
77
+ * <p>Use the following parameter with each command to specify both the endpoint and
78
+ * its region:</p>
79
+ * <p>
80
+ * <code>--endpoint-url https://organizations.us-east-1.amazonaws.com</code>
81
+ * <i>(from commercial AWS Regions outside of China)</i>
82
+ * </p>
83
+ * <p>or</p>
84
+ * <p>
85
+ * <code>--endpoint-url
86
+ * https://organizations.cn-northwest-1.amazonaws.com.cn</code>
87
+ * <i>(from AWS Regions in China)</i>
88
+ * </p>
89
+ * </li>
90
+ * <li>
91
+ * <p>Use the default endpoint, but configure your default region with this
92
+ * command:</p>
93
+ * <p>
94
+ * <code>aws configure set default.region us-east-1</code>
95
+ * <i>(from commercial AWS Regions outside of China)</i>
96
+ * </p>
97
+ * <p>or</p>
98
+ * <p>
99
+ * <code>aws configure set default.region cn-northwest-1</code>
100
+ * <i>(from AWS Regions in China)</i>
101
+ * </p>
102
+ * </li>
103
+ * <li>
104
+ * <p>Use the following parameter with each command to specify the endpoint:</p>
105
+ * <p>
106
+ * <code>--region us-east-1</code>
107
+ * <i>(from commercial AWS Regions outside of China)</i>
108
+ * </p>
109
+ * <p>or</p>
110
+ * <p>
111
+ * <code>--region cn-northwest-1</code>
112
+ * <i>(from AWS Regions in China)</i>
113
+ * </p>
114
+ * </li>
115
+ * </ul>
116
+ * <p>
117
+ * <b>Recording API Requests</b>
118
+ * </p>
119
+ * <p>AWS Organizations supports AWS CloudTrail, a service that records AWS API calls for your AWS
120
+ * account and delivers log files to an Amazon S3 bucket. By using information collected by
121
+ * AWS CloudTrail, you can determine which requests the Organizations service received, who made the request
122
+ * and when, and so on. For more about AWS Organizations and its support for AWS CloudTrail, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_incident-response.html#orgs_cloudtrail-integration">Logging
123
+ * AWS Organizations Events with AWS CloudTrail</a> in the <i>AWS Organizations User Guide</i>.
124
+ * To learn more about AWS CloudTrail, including how to turn it on and find your log files, see the
125
+ * <a href="http://docs.aws.amazon.com/awscloudtrail/latest/userguide/what_is_cloud_trail_top_level.html">AWS CloudTrail User Guide</a>.</p>
126
+ */
127
+ export declare class Organizations extends OrganizationsClient {
128
+ /**
129
+ * <p>Sends a response to the originator of a handshake agreeing to the action proposed by
130
+ * the handshake request.</p>
131
+ * <p>This operation can be called only by the following principals when they also have the
132
+ * relevant IAM permissions:</p>
133
+ * <ul>
134
+ * <li>
135
+ * <p>
136
+ * <b>Invitation to join</b> or <b>Approve all features request</b> handshakes: only a principal from
137
+ * the member account.</p>
138
+ * <p>The user who calls the API for an invitation to join must have the
139
+ * <code>organizations:AcceptHandshake</code> permission. If you enabled all
140
+ * features in the organization, the user must also have the
141
+ * <code>iam:CreateServiceLinkedRole</code> permission so that AWS Organizations can
142
+ * create the required service-linked role named <code>AWSServiceRoleForOrganizations</code>. For
143
+ * more information, see <a href="http://docs.aws.amazon.com/organizations/latest/userguide/orgs_integration_services.html#orgs_integration_service-linked-roles">AWS Organizations and Service-Linked Roles</a> in the
144
+ * <i>AWS Organizations User Guide</i>.</p>
145
+ * </li>
146
+ * <li>
147
+ * <p>
148
+ * <b>Enable all features final confirmation</b>
149
+ * handshake: only a principal from the management account.</p>
150
+ * <p>For more information about invitations, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_invites.html">Inviting an AWS Account to Join Your Organization</a> in the
151
+ * <i>AWS Organizations User Guide.</i> For more information about requests to
152
+ * enable all features in the organization, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_org_support-all-features.html">Enabling All Features in Your Organization</a> in
153
+ * the <i>AWS Organizations User Guide.</i>
154
+ * </p>
155
+ * </li>
156
+ * </ul>
157
+ * <p>After you accept a handshake, it continues to appear in the results of relevant APIs
158
+ * for only 30 days. After that, it's deleted.</p>
159
+ */
160
+ acceptHandshake(args: AcceptHandshakeCommandInput, options?: __HttpHandlerOptions): Promise<AcceptHandshakeCommandOutput>;
161
+ acceptHandshake(args: AcceptHandshakeCommandInput, cb: (err: any, data?: AcceptHandshakeCommandOutput) => void): void;
162
+ acceptHandshake(args: AcceptHandshakeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcceptHandshakeCommandOutput) => void): void;
163
+ /**
164
+ * <p>Attaches a policy to a root, an organizational unit (OU), or an individual account.
165
+ * How the policy affects accounts depends on the type of policy. Refer to the
166
+ * <i>AWS Organizations User Guide</i> for information about each policy type:</p>
167
+ * <ul>
168
+ * <li>
169
+ * <p>
170
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html">AISERVICES_OPT_OUT_POLICY</a>
171
+ * </p>
172
+ * </li>
173
+ * <li>
174
+ * <p>
175
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html">BACKUP_POLICY</a>
176
+ * </p>
177
+ * </li>
178
+ * <li>
179
+ * <p>
180
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html">SERVICE_CONTROL_POLICY</a>
181
+ * </p>
182
+ * </li>
183
+ * <li>
184
+ * <p>
185
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html">TAG_POLICY</a>
186
+ * </p>
187
+ * </li>
188
+ * </ul>
189
+ * <p>This operation can be called only from the organization's management account.</p>
190
+ */
191
+ attachPolicy(args: AttachPolicyCommandInput, options?: __HttpHandlerOptions): Promise<AttachPolicyCommandOutput>;
192
+ attachPolicy(args: AttachPolicyCommandInput, cb: (err: any, data?: AttachPolicyCommandOutput) => void): void;
193
+ attachPolicy(args: AttachPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AttachPolicyCommandOutput) => void): void;
194
+ /**
195
+ * <p>Cancels a handshake. Canceling a handshake sets the handshake state to
196
+ * <code>CANCELED</code>.</p>
197
+ * <p>This operation can be called only from the account that originated the handshake. The recipient of the handshake can't cancel it, but can use <a>DeclineHandshake</a> instead. After a handshake is canceled, the recipient
198
+ * can no longer respond to that handshake.</p>
199
+ * <p>After you cancel a handshake, it continues to appear in the results of relevant APIs
200
+ * for only 30 days. After that, it's deleted.</p>
201
+ */
202
+ cancelHandshake(args: CancelHandshakeCommandInput, options?: __HttpHandlerOptions): Promise<CancelHandshakeCommandOutput>;
203
+ cancelHandshake(args: CancelHandshakeCommandInput, cb: (err: any, data?: CancelHandshakeCommandOutput) => void): void;
204
+ cancelHandshake(args: CancelHandshakeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelHandshakeCommandOutput) => void): void;
205
+ /**
206
+ * <p>Creates an AWS account that is automatically a member of the organization whose
207
+ * credentials made the request. This is an asynchronous request that AWS performs in the
208
+ * background. Because <code>CreateAccount</code> operates asynchronously, it can return a
209
+ * successful completion message even though account initialization might still be in
210
+ * progress. You might need to wait a few minutes before you can successfully access the
211
+ * account. To check the status of the request, do one of the following:</p>
212
+ * <ul>
213
+ * <li>
214
+ * <p>Use the <code>Id</code> member of the <code>CreateAccountStatus</code>
215
+ * response element from this operation to provide as a parameter to the <a>DescribeCreateAccountStatus</a> operation.</p>
216
+ * </li>
217
+ * <li>
218
+ * <p>Check the AWS CloudTrail log for the <code>CreateAccountResult</code> event. For
219
+ * information on using AWS CloudTrail with AWS Organizations, see <a href="http://docs.aws.amazon.com/organizations/latest/userguide/orgs_security_incident-response.html#orgs_cloudtrail-integration">Logging and monitoring in AWS Organizations</a> in the
220
+ * <i>AWS Organizations User Guide.</i>
221
+ * </p>
222
+ * </li>
223
+ * </ul>
224
+ * <p>The user who calls the API to create an account must have the
225
+ * <code>organizations:CreateAccount</code> permission. If you enabled all features in
226
+ * the organization, AWS Organizations creates the required service-linked role named
227
+ * <code>AWSServiceRoleForOrganizations</code>. For more information, see <a href="http://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services.html#orgs_integrate_services-using_slrs">AWS Organizations and Service-Linked Roles</a> in the
228
+ * <i>AWS Organizations User Guide</i>.</p>
229
+ * <p>If the request includes tags, then the requester must have the
230
+ * <code>organizations:TagResource</code> permission.</p>
231
+ * <p>AWS Organizations preconfigures the new member account with a role (named
232
+ * <code>OrganizationAccountAccessRole</code> by default) that grants users in the
233
+ * management account administrator permissions in the new member account. Principals in
234
+ * the management account can assume the role. AWS Organizations clones the company name and address
235
+ * information for the new account from the organization's management account.</p>
236
+ * <p>This operation can be called only from the organization's management account.</p>
237
+ * <p>For more information about creating accounts, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_create.html">Creating
238
+ * an AWS Account in Your Organization</a> in the
239
+ * <i>AWS Organizations User Guide.</i>
240
+ * </p>
241
+ * <important>
242
+ * <ul>
243
+ * <li>
244
+ * <p>When you create an account in an organization using the AWS Organizations console,
245
+ * API, or CLI commands, the information required for the account to operate as
246
+ * a standalone account, such as a payment method and signing the end user
247
+ * license agreement (EULA) is <i>not</i> automatically
248
+ * collected. If you must remove an account from your organization later, you
249
+ * can do so only after you provide the missing information. Follow the steps
250
+ * at <a href="http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#leave-without-all-info"> To leave an organization as a member account</a> in the
251
+ * <i>AWS Organizations User Guide</i>.</p>
252
+ * </li>
253
+ * <li>
254
+ * <p>If you get an exception that indicates that you exceeded your account
255
+ * limits for the organization, contact <a href="https://console.aws.amazon.com/support/home#/">AWS Support</a>.</p>
256
+ * </li>
257
+ * <li>
258
+ * <p>If you get an exception that indicates that the operation failed because
259
+ * your organization is still initializing, wait one hour and then try again.
260
+ * If the error persists, contact <a href="https://console.aws.amazon.com/support/home#/">AWS
261
+ * Support</a>.</p>
262
+ * </li>
263
+ * <li>
264
+ * <p>Using <code>CreateAccount</code> to create multiple temporary accounts
265
+ * isn't recommended. You can only close an account from the Billing and Cost
266
+ * Management Console, and you must be signed in as the root user. For
267
+ * information on the requirements and process for closing an account, see
268
+ * <a href="http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_close.html">Closing an
269
+ * AWS Account</a> in the
270
+ * <i>AWS Organizations User Guide</i>.</p>
271
+ * </li>
272
+ * </ul>
273
+ * </important>
274
+ * <note>
275
+ * <p>When you create a member account with this operation, you can choose whether to
276
+ * create the account with the <b>IAM User and Role Access to
277
+ * Billing Information</b> switch enabled. If you enable it, IAM users and
278
+ * roles that have appropriate permissions can view billing information for the
279
+ * account. If you disable it, only the account root user can access billing
280
+ * information. For information about how to disable this switch for an account, see
281
+ * <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/grantaccess.html">Granting
282
+ * Access to Your Billing Information and Tools</a>.</p>
283
+ * </note>
284
+ */
285
+ createAccount(args: CreateAccountCommandInput, options?: __HttpHandlerOptions): Promise<CreateAccountCommandOutput>;
286
+ createAccount(args: CreateAccountCommandInput, cb: (err: any, data?: CreateAccountCommandOutput) => void): void;
287
+ createAccount(args: CreateAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAccountCommandOutput) => void): void;
288
+ /**
289
+ * <p>This action is available if all of the following are true:</p>
290
+ * <ul>
291
+ * <li>
292
+ * <p>You're authorized to create accounts in the AWS GovCloud (US) Region. For
293
+ * more information on the AWS GovCloud (US) Region, see the <a href="http://docs.aws.amazon.com/govcloud-us/latest/UserGuide/welcome.html">
294
+ * <i>AWS GovCloud User Guide</i>.</a>
295
+ * </p>
296
+ * </li>
297
+ * <li>
298
+ * <p>You already have an account in the AWS GovCloud (US) Region that is paired
299
+ * with a management account of an organization in the commercial Region.</p>
300
+ * </li>
301
+ * <li>
302
+ * <p>You call this action from the management account of your organization in the
303
+ * commercial Region.</p>
304
+ * </li>
305
+ * <li>
306
+ * <p>You have the <code>organizations:CreateGovCloudAccount</code> permission.
307
+ * </p>
308
+ * </li>
309
+ * </ul>
310
+ * <p>AWS Organizations automatically creates the required service-linked role named
311
+ * <code>AWSServiceRoleForOrganizations</code>. For more information, see <a href="http://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services.html#orgs_integrate_services-using_slrs">AWS Organizations and Service-Linked Roles</a> in the
312
+ * <i>AWS Organizations User Guide.</i>
313
+ * </p>
314
+ * <p>AWS automatically enables AWS CloudTrail for AWS GovCloud (US) accounts, but you should also
315
+ * do the following:</p>
316
+ * <ul>
317
+ * <li>
318
+ * <p>Verify that AWS CloudTrail is enabled to store logs.</p>
319
+ * </li>
320
+ * <li>
321
+ * <p>Create an S3 bucket for AWS CloudTrail log storage.</p>
322
+ * <p>For more information, see <a href="http://docs.aws.amazon.com/govcloud-us/latest/UserGuide/verifying-cloudtrail.html">Verifying AWS CloudTrail Is
323
+ * Enabled</a> in the <i>AWS GovCloud User Guide</i>.
324
+ * </p>
325
+ * </li>
326
+ * </ul>
327
+ * <p>If the request includes tags, then the requester must have the
328
+ * <code>organizations:TagResource</code> permission. The tags are attached to the
329
+ * commercial account associated with the GovCloud account, rather than the GovCloud
330
+ * account itself. To add tags to the GovCloud account, call the <a>TagResource</a> operation in the GovCloud Region after the new GovCloud
331
+ * account exists.</p>
332
+ * <p>You call this action from the management account of your organization in the
333
+ * commercial Region to create a standalone AWS account in the AWS GovCloud (US)
334
+ * Region. After the account is created, the management account of an organization in the
335
+ * AWS GovCloud (US) Region can invite it to that organization. For more information on
336
+ * inviting standalone accounts in the AWS GovCloud (US) to join an organization, see
337
+ * <a href="http://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html">AWS Organizations</a> in
338
+ * the <i>AWS GovCloud User Guide.</i>
339
+ * </p>
340
+ * <p>Calling <code>CreateGovCloudAccount</code> is an asynchronous request that AWS
341
+ * performs in the background. Because <code>CreateGovCloudAccount</code> operates
342
+ * asynchronously, it can return a successful completion message even though account
343
+ * initialization might still be in progress. You might need to wait a few minutes before
344
+ * you can successfully access the account. To check the status of the request, do one of
345
+ * the following:</p>
346
+ * <ul>
347
+ * <li>
348
+ * <p>Use the <code>OperationId</code> response element from this operation to
349
+ * provide as a parameter to the <a>DescribeCreateAccountStatus</a>
350
+ * operation.</p>
351
+ * </li>
352
+ * <li>
353
+ * <p>Check the AWS CloudTrail log for the <code>CreateAccountResult</code> event. For
354
+ * information on using AWS CloudTrail with Organizations, see <a href="http://docs.aws.amazon.com/organizations/latest/userguide/orgs_monitoring.html">Monitoring the Activity in Your
355
+ * Organization</a> in the <i>AWS Organizations User Guide.</i>
356
+ * </p>
357
+ * </li>
358
+ * </ul>
359
+ * <p></p>
360
+ * <p>When you call the <code>CreateGovCloudAccount</code> action, you create two accounts:
361
+ * a standalone account in the AWS GovCloud (US) Region and an associated account in the
362
+ * commercial Region for billing and support purposes. The account in the commercial Region
363
+ * is automatically a member of the organization whose credentials made the request. Both
364
+ * accounts are associated with the same email address.</p>
365
+ * <p>A role is created in the new account in the commercial Region that allows the
366
+ * management account in the organization in the commercial Region to assume it. An AWS
367
+ * GovCloud (US) account is then created and associated with the commercial account that
368
+ * you just created. A role is also created in the new AWS GovCloud (US) account that can
369
+ * be assumed by the AWS GovCloud (US) account that is associated with the management
370
+ * account of the commercial organization. For more information and to view a diagram that
371
+ * explains how account access works, see <a href="http://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html">AWS Organizations</a> in the
372
+ * <i>AWS GovCloud User Guide.</i>
373
+ * </p>
374
+ *
375
+ *
376
+ * <p>For more information about creating accounts, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_create.html">Creating
377
+ * an AWS Account in Your Organization</a> in the
378
+ * <i>AWS Organizations User Guide.</i>
379
+ * </p>
380
+ * <important>
381
+ * <ul>
382
+ * <li>
383
+ * <p>When you create an account in an organization using the AWS Organizations console,
384
+ * API, or CLI commands, the information required for the account to operate as
385
+ * a standalone account is <i>not</i> automatically collected.
386
+ * This includes a payment method and signing the end user license agreement
387
+ * (EULA). If you must remove an account from your organization later, you can
388
+ * do so only after you provide the missing information. Follow the steps at
389
+ * <a href="http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#leave-without-all-info"> To leave an organization as a member account</a> in the
390
+ * <i>AWS Organizations User Guide.</i>
391
+ * </p>
392
+ * </li>
393
+ * <li>
394
+ * <p>If you get an exception that indicates that you exceeded your account
395
+ * limits for the organization, contact <a href="https://console.aws.amazon.com/support/home#/">AWS Support</a>.</p>
396
+ * </li>
397
+ * <li>
398
+ * <p>If you get an exception that indicates that the operation failed because
399
+ * your organization is still initializing, wait one hour and then try again.
400
+ * If the error persists, contact <a href="https://console.aws.amazon.com/support/home#/">AWS
401
+ * Support</a>.</p>
402
+ * </li>
403
+ * <li>
404
+ * <p>Using <code>CreateGovCloudAccount</code> to create multiple temporary
405
+ * accounts isn't recommended. You can only close an account from the AWS
406
+ * Billing and Cost Management console, and you must be signed in as the root
407
+ * user. For information on the requirements and process for closing an
408
+ * account, see <a href="http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_close.html">Closing an AWS Account</a> in the
409
+ * <i>AWS Organizations User Guide</i>.</p>
410
+ * </li>
411
+ * </ul>
412
+ * </important>
413
+ * <note>
414
+ * <p>When you create a member account with this operation, you can choose whether to
415
+ * create the account with the <b>IAM User and Role Access to
416
+ * Billing Information</b> switch enabled. If you enable it, IAM users and
417
+ * roles that have appropriate permissions can view billing information for the
418
+ * account. If you disable it, only the account root user can access billing
419
+ * information. For information about how to disable this switch for an account, see
420
+ * <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/grantaccess.html">Granting
421
+ * Access to Your Billing Information and Tools</a>.</p>
422
+ * </note>
423
+ */
424
+ createGovCloudAccount(args: CreateGovCloudAccountCommandInput, options?: __HttpHandlerOptions): Promise<CreateGovCloudAccountCommandOutput>;
425
+ createGovCloudAccount(args: CreateGovCloudAccountCommandInput, cb: (err: any, data?: CreateGovCloudAccountCommandOutput) => void): void;
426
+ createGovCloudAccount(args: CreateGovCloudAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGovCloudAccountCommandOutput) => void): void;
427
+ /**
428
+ * <p>Creates an AWS organization. The account whose user is calling the
429
+ * <code>CreateOrganization</code> operation automatically becomes the <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_getting-started_concepts.html#account">management account</a> of the new organization.</p>
430
+ * <p>This operation must be called using credentials from the account that is to become the
431
+ * new organization's management account. The principal must also have the relevant IAM
432
+ * permissions.</p>
433
+ * <p>By default (or if you set the <code>FeatureSet</code> parameter to <code>ALL</code>),
434
+ * the new organization is created with all features enabled and service control policies
435
+ * automatically enabled in the root. If you instead choose to create the organization
436
+ * supporting only the consolidated billing features by setting the <code>FeatureSet</code>
437
+ * parameter to <code>CONSOLIDATED_BILLING"</code>, no policy types are enabled by default,
438
+ * and you can't use organization policies</p>
439
+ */
440
+ createOrganization(args: CreateOrganizationCommandInput, options?: __HttpHandlerOptions): Promise<CreateOrganizationCommandOutput>;
441
+ createOrganization(args: CreateOrganizationCommandInput, cb: (err: any, data?: CreateOrganizationCommandOutput) => void): void;
442
+ createOrganization(args: CreateOrganizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateOrganizationCommandOutput) => void): void;
443
+ /**
444
+ * <p>Creates an organizational unit (OU) within a root or parent OU. An OU is a container
445
+ * for accounts that enables you to organize your accounts to apply policies according to
446
+ * your business requirements. The number of levels deep that you can nest OUs is dependent
447
+ * upon the policy types enabled for that root. For service control policies, the limit is
448
+ * five.</p>
449
+ * <p>For more information about OUs, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_ous.html">Managing Organizational Units</a> in the
450
+ * <i>AWS Organizations User Guide.</i>
451
+ * </p>
452
+ * <p>If the request includes tags, then the requester must have the
453
+ * <code>organizations:TagResource</code> permission.</p>
454
+ * <p>This operation can be called only from the organization's management account.</p>
455
+ */
456
+ createOrganizationalUnit(args: CreateOrganizationalUnitCommandInput, options?: __HttpHandlerOptions): Promise<CreateOrganizationalUnitCommandOutput>;
457
+ createOrganizationalUnit(args: CreateOrganizationalUnitCommandInput, cb: (err: any, data?: CreateOrganizationalUnitCommandOutput) => void): void;
458
+ createOrganizationalUnit(args: CreateOrganizationalUnitCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateOrganizationalUnitCommandOutput) => void): void;
459
+ /**
460
+ * <p>Creates a policy of a specified type that you can attach to a root, an organizational
461
+ * unit (OU), or an individual AWS account.</p>
462
+ * <p>For more information about policies and their use, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies.html">Managing
463
+ * Organization Policies</a>.</p>
464
+ * <p>If the request includes tags, then the requester must have the
465
+ * <code>organizations:TagResource</code> permission.</p>
466
+ * <p>This operation can be called only from the organization's management account.</p>
467
+ */
468
+ createPolicy(args: CreatePolicyCommandInput, options?: __HttpHandlerOptions): Promise<CreatePolicyCommandOutput>;
469
+ createPolicy(args: CreatePolicyCommandInput, cb: (err: any, data?: CreatePolicyCommandOutput) => void): void;
470
+ createPolicy(args: CreatePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePolicyCommandOutput) => void): void;
471
+ /**
472
+ * <p>Declines a handshake request. This sets the handshake state to <code>DECLINED</code>
473
+ * and effectively deactivates the request.</p>
474
+ * <p>This operation can be called only from the account that received the handshake. The originator of the handshake can use <a>CancelHandshake</a>
475
+ * instead. The originator can't reactivate a declined request, but can reinitiate the
476
+ * process with a new handshake request.</p>
477
+ * <p>After you decline a handshake, it continues to appear in the results of relevant APIs
478
+ * for only 30 days. After that, it's deleted.</p>
479
+ */
480
+ declineHandshake(args: DeclineHandshakeCommandInput, options?: __HttpHandlerOptions): Promise<DeclineHandshakeCommandOutput>;
481
+ declineHandshake(args: DeclineHandshakeCommandInput, cb: (err: any, data?: DeclineHandshakeCommandOutput) => void): void;
482
+ declineHandshake(args: DeclineHandshakeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeclineHandshakeCommandOutput) => void): void;
483
+ /**
484
+ * <p>Deletes the organization. You can delete an organization only by using credentials
485
+ * from the management account. The organization must be empty of member accounts.</p>
486
+ */
487
+ deleteOrganization(args: DeleteOrganizationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteOrganizationCommandOutput>;
488
+ deleteOrganization(args: DeleteOrganizationCommandInput, cb: (err: any, data?: DeleteOrganizationCommandOutput) => void): void;
489
+ deleteOrganization(args: DeleteOrganizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteOrganizationCommandOutput) => void): void;
490
+ /**
491
+ * <p>Deletes an organizational unit (OU) from a root or another OU. You must first remove
492
+ * all accounts and child OUs from the OU that you want to delete.</p>
493
+ * <p>This operation can be called only from the organization's management account.</p>
494
+ */
495
+ deleteOrganizationalUnit(args: DeleteOrganizationalUnitCommandInput, options?: __HttpHandlerOptions): Promise<DeleteOrganizationalUnitCommandOutput>;
496
+ deleteOrganizationalUnit(args: DeleteOrganizationalUnitCommandInput, cb: (err: any, data?: DeleteOrganizationalUnitCommandOutput) => void): void;
497
+ deleteOrganizationalUnit(args: DeleteOrganizationalUnitCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteOrganizationalUnitCommandOutput) => void): void;
498
+ /**
499
+ * <p>Deletes the specified policy from your organization. Before you perform this
500
+ * operation, you must first detach the policy from all organizational units (OUs), roots,
501
+ * and accounts.</p>
502
+ * <p>This operation can be called only from the organization's management account.</p>
503
+ */
504
+ deletePolicy(args: DeletePolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeletePolicyCommandOutput>;
505
+ deletePolicy(args: DeletePolicyCommandInput, cb: (err: any, data?: DeletePolicyCommandOutput) => void): void;
506
+ deletePolicy(args: DeletePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePolicyCommandOutput) => void): void;
507
+ /**
508
+ * <p>Removes the specified member AWS account as a delegated administrator for the
509
+ * specified AWS service.</p>
510
+ * <important>
511
+ * <p>Deregistering a delegated administrator can have unintended impacts on the
512
+ * functionality of the enabled AWS service. See the documentation for the enabled
513
+ * service before you deregister a delegated administrator so that you understand any
514
+ * potential impacts.</p>
515
+ * </important>
516
+ * <p>You can run this action only for AWS services that support this
517
+ * feature. For a current list of services that support it, see the column <i>Supports
518
+ * Delegated Administrator</i> in the table at <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services_list.html">AWS Services that you can use with
519
+ * AWS Organizations</a> in the <i>AWS Organizations User Guide.</i>
520
+ * </p>
521
+ * <p>This operation can be called only from the organization's management account.</p>
522
+ */
523
+ deregisterDelegatedAdministrator(args: DeregisterDelegatedAdministratorCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterDelegatedAdministratorCommandOutput>;
524
+ deregisterDelegatedAdministrator(args: DeregisterDelegatedAdministratorCommandInput, cb: (err: any, data?: DeregisterDelegatedAdministratorCommandOutput) => void): void;
525
+ deregisterDelegatedAdministrator(args: DeregisterDelegatedAdministratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterDelegatedAdministratorCommandOutput) => void): void;
526
+ /**
527
+ * <p>Retrieves AWS Organizations-related information about the specified account.</p>
528
+ * <p>This operation can be called only from the organization's
529
+ * management account or by a member account that is a delegated administrator for an AWS service.</p>
530
+ */
531
+ describeAccount(args: DescribeAccountCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccountCommandOutput>;
532
+ describeAccount(args: DescribeAccountCommandInput, cb: (err: any, data?: DescribeAccountCommandOutput) => void): void;
533
+ describeAccount(args: DescribeAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountCommandOutput) => void): void;
534
+ /**
535
+ * <p>Retrieves the current status of an asynchronous request to create an account.</p>
536
+ * <p>This operation can be called only from the organization's
537
+ * management account or by a member account that is a delegated administrator for an AWS service.</p>
538
+ */
539
+ describeCreateAccountStatus(args: DescribeCreateAccountStatusCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCreateAccountStatusCommandOutput>;
540
+ describeCreateAccountStatus(args: DescribeCreateAccountStatusCommandInput, cb: (err: any, data?: DescribeCreateAccountStatusCommandOutput) => void): void;
541
+ describeCreateAccountStatus(args: DescribeCreateAccountStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCreateAccountStatusCommandOutput) => void): void;
542
+ /**
543
+ * <p>Returns the contents of the effective policy for specified policy type and account.
544
+ * The effective policy is the aggregation of any policies of the specified type that the
545
+ * account inherits, plus any policy of that type that is directly attached to the
546
+ * account.</p>
547
+ * <p>This operation applies only to policy types <i>other</i> than service
548
+ * control policies (SCPs).</p>
549
+ * <p>For more information about policy inheritance, see <a href="http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies-inheritance.html">How Policy Inheritance
550
+ * Works</a> in the <i>AWS Organizations User Guide</i>.</p>
551
+ * <p>This operation can be called only from the organization's
552
+ * management account or by a member account that is a delegated administrator for an AWS service.</p>
553
+ */
554
+ describeEffectivePolicy(args: DescribeEffectivePolicyCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEffectivePolicyCommandOutput>;
555
+ describeEffectivePolicy(args: DescribeEffectivePolicyCommandInput, cb: (err: any, data?: DescribeEffectivePolicyCommandOutput) => void): void;
556
+ describeEffectivePolicy(args: DescribeEffectivePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEffectivePolicyCommandOutput) => void): void;
557
+ /**
558
+ * <p>Retrieves information about a previously requested handshake. The handshake ID comes
559
+ * from the response to the original <a>InviteAccountToOrganization</a>
560
+ * operation that generated the handshake.</p>
561
+ * <p>You can access handshakes that are <code>ACCEPTED</code>, <code>DECLINED</code>, or
562
+ * <code>CANCELED</code> for only 30 days after they change to that state. They're then
563
+ * deleted and no longer accessible.</p>
564
+ * <p>This operation can be called from any account in the organization.</p>
565
+ */
566
+ describeHandshake(args: DescribeHandshakeCommandInput, options?: __HttpHandlerOptions): Promise<DescribeHandshakeCommandOutput>;
567
+ describeHandshake(args: DescribeHandshakeCommandInput, cb: (err: any, data?: DescribeHandshakeCommandOutput) => void): void;
568
+ describeHandshake(args: DescribeHandshakeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeHandshakeCommandOutput) => void): void;
569
+ /**
570
+ * <p>Retrieves information about the organization that the user's account belongs
571
+ * to.</p>
572
+ * <p>This operation can be called from any account in the organization.</p>
573
+ * <note>
574
+ * <p>Even if a policy type is shown as available in the organization, you can disable
575
+ * it separately at the root level with <a>DisablePolicyType</a>. Use <a>ListRoots</a> to see the status of policy types for a specified
576
+ * root.</p>
577
+ * </note>
578
+ */
579
+ describeOrganization(args: DescribeOrganizationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeOrganizationCommandOutput>;
580
+ describeOrganization(args: DescribeOrganizationCommandInput, cb: (err: any, data?: DescribeOrganizationCommandOutput) => void): void;
581
+ describeOrganization(args: DescribeOrganizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOrganizationCommandOutput) => void): void;
582
+ /**
583
+ * <p>Retrieves information about an organizational unit (OU).</p>
584
+ * <p>This operation can be called only from the organization's
585
+ * management account or by a member account that is a delegated administrator for an AWS service.</p>
586
+ */
587
+ describeOrganizationalUnit(args: DescribeOrganizationalUnitCommandInput, options?: __HttpHandlerOptions): Promise<DescribeOrganizationalUnitCommandOutput>;
588
+ describeOrganizationalUnit(args: DescribeOrganizationalUnitCommandInput, cb: (err: any, data?: DescribeOrganizationalUnitCommandOutput) => void): void;
589
+ describeOrganizationalUnit(args: DescribeOrganizationalUnitCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOrganizationalUnitCommandOutput) => void): void;
590
+ /**
591
+ * <p>Retrieves information about a policy.</p>
592
+ * <p>This operation can be called only from the organization's
593
+ * management account or by a member account that is a delegated administrator for an AWS service.</p>
594
+ */
595
+ describePolicy(args: DescribePolicyCommandInput, options?: __HttpHandlerOptions): Promise<DescribePolicyCommandOutput>;
596
+ describePolicy(args: DescribePolicyCommandInput, cb: (err: any, data?: DescribePolicyCommandOutput) => void): void;
597
+ describePolicy(args: DescribePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePolicyCommandOutput) => void): void;
598
+ /**
599
+ * <p>Detaches a policy from a target root, organizational unit (OU), or account.</p>
600
+ * <important>
601
+ * <p>If the policy being detached is a service control policy (SCP), the changes to
602
+ * permissions for AWS Identity and Access Management (IAM) users and roles in affected accounts are
603
+ * immediate.</p>
604
+ * </important>
605
+ * <p>Every root, OU, and account must have at least one SCP attached. If you want to
606
+ * replace the default <code>FullAWSAccess</code> policy with an SCP that limits the
607
+ * permissions that can be delegated, you must attach the replacement SCP before you can
608
+ * remove the default SCP. This is the authorization strategy of an "<a href="https://docs.aws.amazon.com/organizations/latest/userguide/SCP_strategies.html#orgs_policies_allowlist">allow list</a>". If you instead attach a second SCP and
609
+ * leave the <code>FullAWSAccess</code> SCP still attached, and specify <code>"Effect":
610
+ * "Deny"</code> in the second SCP to override the <code>"Effect": "Allow"</code> in
611
+ * the <code>FullAWSAccess</code> policy (or any other attached SCP), you're using the
612
+ * authorization strategy of a "<a href="https://docs.aws.amazon.com/organizations/latest/userguide/SCP_strategies.html#orgs_policies_denylist">deny list</a>".</p>
613
+ * <p>This operation can be called only from the organization's management account.</p>
614
+ */
615
+ detachPolicy(args: DetachPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DetachPolicyCommandOutput>;
616
+ detachPolicy(args: DetachPolicyCommandInput, cb: (err: any, data?: DetachPolicyCommandOutput) => void): void;
617
+ detachPolicy(args: DetachPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetachPolicyCommandOutput) => void): void;
618
+ /**
619
+ * <p>Disables the integration of an AWS service (the service that is specified by
620
+ * <code>ServicePrincipal</code>) with AWS Organizations. When you disable integration, the
621
+ * specified service no longer can create a <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/using-service-linked-roles.html">service-linked role</a> in
622
+ * <i>new</i> accounts in your organization. This means the service can't
623
+ * perform operations on your behalf on any new accounts in your organization. The service
624
+ * can still perform operations in older accounts until the service completes its clean-up
625
+ * from AWS Organizations.</p>
626
+ * <important>
627
+ * <p>We <b>
628
+ * <i>strongly recommend</i>
629
+ * </b> that
630
+ * you don't use this command to disable integration between AWS Organizations and the specified
631
+ * AWS service. Instead, use the console or commands that are provided by the
632
+ * specified service. This lets the trusted service perform any required initialization
633
+ * when enabling trusted access, such as creating any required resources and any
634
+ * required clean up of resources when disabling trusted access. </p>
635
+ * <p>For information about how to disable trusted service access to your organization
636
+ * using the trusted service, see the <b>Learn more</b> link
637
+ * under the <b>Supports Trusted Access</b> column at <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services_list.html">AWS services that you can use with AWS Organizations</a>. on this page.</p>
638
+ * <p>If you disable access by using this command, it causes the following actions to
639
+ * occur:</p>
640
+ * <ul>
641
+ * <li>
642
+ * <p>The service can no longer create a service-linked role in the accounts in
643
+ * your organization. This means that the service can't perform operations on
644
+ * your behalf on any new accounts in your organization. The service can still
645
+ * perform operations in older accounts until the service completes its
646
+ * clean-up from AWS Organizations. </p>
647
+ * </li>
648
+ * <li>
649
+ * <p>The service can no longer perform tasks in the member accounts in the
650
+ * organization, unless those operations are explicitly permitted by the IAM
651
+ * policies that are attached to your roles. This includes any data aggregation
652
+ * from the member accounts to the management account, or to a delegated
653
+ * administrator account, where relevant.</p>
654
+ * </li>
655
+ * <li>
656
+ * <p>Some services detect this and clean up any remaining data or resources
657
+ * related to the integration, while other services stop accessing the
658
+ * organization but leave any historical data and configuration in place to
659
+ * support a possible re-enabling of the integration.</p>
660
+ * </li>
661
+ * </ul>
662
+ * <p>Using the other service's console or commands to disable the integration ensures
663
+ * that the other service is aware that it can clean up any resources that are required
664
+ * only for the integration. How the service cleans up its resources in the
665
+ * organization's accounts depends on that service. For more information, see the
666
+ * documentation for the other AWS service. </p>
667
+ * </important>
668
+ * <p>After you perform the <code>DisableAWSServiceAccess</code> operation, the specified
669
+ * service can no longer perform operations in your organization's accounts </p>
670
+ * <p>For more information about integrating other services with AWS Organizations, including the
671
+ * list of services that work with Organizations, see <a href="http://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services.html">Integrating AWS Organizations with Other
672
+ * AWS Services</a> in the <i>AWS Organizations User Guide.</i>
673
+ * </p>
674
+ * <p>This operation can be called only from the organization's management account.</p>
675
+ */
676
+ disableAWSServiceAccess(args: DisableAWSServiceAccessCommandInput, options?: __HttpHandlerOptions): Promise<DisableAWSServiceAccessCommandOutput>;
677
+ disableAWSServiceAccess(args: DisableAWSServiceAccessCommandInput, cb: (err: any, data?: DisableAWSServiceAccessCommandOutput) => void): void;
678
+ disableAWSServiceAccess(args: DisableAWSServiceAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableAWSServiceAccessCommandOutput) => void): void;
679
+ /**
680
+ * <p>Disables an organizational policy type in a root. A policy of a certain type can be
681
+ * attached to entities in a root only if that type is enabled in the root. After you
682
+ * perform this operation, you no longer can attach policies of the specified type to that
683
+ * root or to any organizational unit (OU) or account in that root. You can undo this by
684
+ * using the <a>EnablePolicyType</a> operation.</p>
685
+ * <p>This is an asynchronous request that AWS performs in the background. If you disable
686
+ * a policy type for a root, it still appears enabled for the organization if <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_org_support-all-features.html">all features</a> are enabled for the organization. AWS recommends that you
687
+ * first use <a>ListRoots</a> to see the status of policy types for a specified
688
+ * root, and then use this operation.</p>
689
+ * <p>This operation can be called only from the organization's management account.</p>
690
+ * <p> To view the status of available policy types in the organization, use <a>DescribeOrganization</a>.</p>
691
+ */
692
+ disablePolicyType(args: DisablePolicyTypeCommandInput, options?: __HttpHandlerOptions): Promise<DisablePolicyTypeCommandOutput>;
693
+ disablePolicyType(args: DisablePolicyTypeCommandInput, cb: (err: any, data?: DisablePolicyTypeCommandOutput) => void): void;
694
+ disablePolicyType(args: DisablePolicyTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisablePolicyTypeCommandOutput) => void): void;
695
+ /**
696
+ * <p>Enables all features in an organization. This enables the use of organization policies
697
+ * that can restrict the services and actions that can be called in each account. Until you
698
+ * enable all features, you have access only to consolidated billing, and you can't use any
699
+ * of the advanced account administration features that AWS Organizations supports. For more
700
+ * information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_org_support-all-features.html">Enabling All Features in Your Organization</a> in the
701
+ * <i>AWS Organizations User Guide.</i>
702
+ * </p>
703
+ * <important>
704
+ * <p>This operation is required only for organizations that were created explicitly
705
+ * with only the consolidated billing features enabled. Calling this operation sends a
706
+ * handshake to every invited account in the organization. The feature set change can
707
+ * be finalized and the additional features enabled only after all administrators in
708
+ * the invited accounts approve the change by accepting the handshake.</p>
709
+ * </important>
710
+ * <p>After you enable all features, you can separately enable or disable individual policy
711
+ * types in a root using <a>EnablePolicyType</a> and <a>DisablePolicyType</a>. To see the status of policy types in a root, use
712
+ * <a>ListRoots</a>.</p>
713
+ * <p>After all invited member accounts accept the handshake, you finalize the feature set
714
+ * change by accepting the handshake that contains <code>"Action":
715
+ * "ENABLE_ALL_FEATURES"</code>. This completes the change.</p>
716
+ * <p>After you enable all features in your organization, the management account in the
717
+ * organization can apply policies on all member accounts. These policies can restrict what
718
+ * users and even administrators in those accounts can do. The management account can apply
719
+ * policies that prevent accounts from leaving the organization. Ensure that your account
720
+ * administrators are aware of this.</p>
721
+ * <p>This operation can be called only from the organization's management account.</p>
722
+ */
723
+ enableAllFeatures(args: EnableAllFeaturesCommandInput, options?: __HttpHandlerOptions): Promise<EnableAllFeaturesCommandOutput>;
724
+ enableAllFeatures(args: EnableAllFeaturesCommandInput, cb: (err: any, data?: EnableAllFeaturesCommandOutput) => void): void;
725
+ enableAllFeatures(args: EnableAllFeaturesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableAllFeaturesCommandOutput) => void): void;
726
+ /**
727
+ * <p>Enables the integration of an AWS service (the service that is specified by
728
+ * <code>ServicePrincipal</code>) with AWS Organizations. When you enable integration, you allow
729
+ * the specified service to create a <a href="http://docs.aws.amazon.com/IAM/latest/UserGuide/using-service-linked-roles.html">service-linked role</a> in
730
+ * all the accounts in your organization. This allows the service to perform operations on
731
+ * your behalf in your organization and its accounts.</p>
732
+ * <important>
733
+ * <p>We recommend that you enable integration between AWS Organizations and the specified AWS
734
+ * service by using the console or commands that are provided by the specified service.
735
+ * Doing so ensures that the service is aware that it can create the resources that are
736
+ * required for the integration. How the service creates those resources in the
737
+ * organization's accounts depends on that service. For more information, see the
738
+ * documentation for the other AWS service.</p>
739
+ * </important>
740
+ * <p>For more information about enabling services to integrate with AWS Organizations, see <a href="http://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services.html">Integrating AWS Organizations with Other
741
+ * AWS Services</a> in the <i>AWS Organizations User Guide.</i>
742
+ * </p>
743
+ * <p>This operation can be called only from the organization's management account and only
744
+ * if the organization has <a href="http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_org_support-all-features.html">enabled all
745
+ * features</a>.</p>
746
+ */
747
+ enableAWSServiceAccess(args: EnableAWSServiceAccessCommandInput, options?: __HttpHandlerOptions): Promise<EnableAWSServiceAccessCommandOutput>;
748
+ enableAWSServiceAccess(args: EnableAWSServiceAccessCommandInput, cb: (err: any, data?: EnableAWSServiceAccessCommandOutput) => void): void;
749
+ enableAWSServiceAccess(args: EnableAWSServiceAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableAWSServiceAccessCommandOutput) => void): void;
750
+ /**
751
+ * <p>Enables a policy type in a root. After you enable a policy type in a root, you can
752
+ * attach policies of that type to the root, any organizational unit (OU), or account in
753
+ * that root. You can undo this by using the <a>DisablePolicyType</a>
754
+ * operation.</p>
755
+ * <p>This is an asynchronous request that AWS performs in the background. AWS
756
+ * recommends that you first use <a>ListRoots</a> to see the status of policy
757
+ * types for a specified root, and then use this operation.</p>
758
+ * <p>This operation can be called only from the organization's management account.</p>
759
+ * <p>You can enable a policy type in a root only if that policy type is available in the
760
+ * organization. To view the status of available policy types in the organization, use
761
+ * <a>DescribeOrganization</a>.</p>
762
+ */
763
+ enablePolicyType(args: EnablePolicyTypeCommandInput, options?: __HttpHandlerOptions): Promise<EnablePolicyTypeCommandOutput>;
764
+ enablePolicyType(args: EnablePolicyTypeCommandInput, cb: (err: any, data?: EnablePolicyTypeCommandOutput) => void): void;
765
+ enablePolicyType(args: EnablePolicyTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnablePolicyTypeCommandOutput) => void): void;
766
+ /**
767
+ * <p>Sends an invitation to another account to join your organization as a member account.
768
+ * AWS Organizations sends email on your behalf to the email address that is associated with the
769
+ * other account's owner. The invitation is implemented as a <a>Handshake</a>
770
+ * whose details are in the response.</p>
771
+ * <important>
772
+ * <ul>
773
+ * <li>
774
+ * <p>You can invite AWS accounts only from the same seller as the management
775
+ * account. For example, if your organization's management account was created
776
+ * by Amazon Internet Services Pvt. Ltd (AISPL), an AWS seller in India, you
777
+ * can invite only other AISPL accounts to your organization. You can't combine
778
+ * accounts from AISPL and AWS or from any other AWS seller. For more
779
+ * information, see <a href="http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/useconsolidatedbilliing-India.html">Consolidated
780
+ * Billing in India</a>.</p>
781
+ * </li>
782
+ * <li>
783
+ * <p>If you receive an exception that indicates that you exceeded your account
784
+ * limits for the organization or that the operation failed because your
785
+ * organization is still initializing, wait one hour and then try again. If the
786
+ * error persists after an hour, contact <a href="https://console.aws.amazon.com/support/home#/">AWS Support</a>.</p>
787
+ * </li>
788
+ * </ul>
789
+ * </important>
790
+ * <p>If the request includes tags, then the requester must have the
791
+ * <code>organizations:TagResource</code> permission.</p>
792
+ * <p>This operation can be called only from the organization's management account.</p>
793
+ */
794
+ inviteAccountToOrganization(args: InviteAccountToOrganizationCommandInput, options?: __HttpHandlerOptions): Promise<InviteAccountToOrganizationCommandOutput>;
795
+ inviteAccountToOrganization(args: InviteAccountToOrganizationCommandInput, cb: (err: any, data?: InviteAccountToOrganizationCommandOutput) => void): void;
796
+ inviteAccountToOrganization(args: InviteAccountToOrganizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: InviteAccountToOrganizationCommandOutput) => void): void;
797
+ /**
798
+ * <p>Removes a member account from its parent organization. This version of the operation
799
+ * is performed by the account that wants to leave. To remove a member account as a user in
800
+ * the management account, use <a>RemoveAccountFromOrganization</a>
801
+ * instead.</p>
802
+ * <p>This operation can be called only from a member account in the organization.</p>
803
+ * <important>
804
+ * <ul>
805
+ * <li>
806
+ * <p>The management account in an organization with all features enabled can
807
+ * set service control policies (SCPs) that can restrict what administrators of
808
+ * member accounts can do. This includes preventing them from successfully
809
+ * calling <code>LeaveOrganization</code> and leaving the organization.</p>
810
+ * </li>
811
+ * <li>
812
+ * <p>You can leave an organization as a member account only if the account is
813
+ * configured with the information required to operate as a standalone account.
814
+ * When you create an account in an organization using the AWS Organizations console,
815
+ * API, or CLI commands, the information required of standalone accounts is
816
+ * <i>not</i> automatically collected. For each account that
817
+ * you want to make standalone, you must perform the following steps. If any of
818
+ * the steps are already completed for this account, that step doesn't
819
+ * appear.</p>
820
+ * <ul>
821
+ * <li>
822
+ * <p>Choose a support plan</p>
823
+ * </li>
824
+ * <li>
825
+ * <p>Provide and verify the required contact information</p>
826
+ * </li>
827
+ * <li>
828
+ * <p>Provide a current payment method</p>
829
+ * </li>
830
+ * </ul>
831
+ * <p>AWS uses the payment method to charge for any billable (not free tier)
832
+ * AWS activity that occurs while the account isn't attached to an
833
+ * organization. Follow the steps at <a href="http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#leave-without-all-info"> To leave an organization when all required account information has not
834
+ * yet been provided</a> in the
835
+ * <i>AWS Organizations User Guide.</i>
836
+ * </p>
837
+ * </li>
838
+ * <li>
839
+ * <p>The account that you want to leave must not be a delegated administrator
840
+ * account for any AWS service enabled for your organization. If the account
841
+ * is a delegated administrator, you must first change the delegated
842
+ * administrator account to another account that is remaining in the
843
+ * organization.</p>
844
+ * </li>
845
+ * <li>
846
+ * <p>You can leave an organization only after you enable IAM user access to
847
+ * billing in your account. For more information, see <a href="http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/grantaccess.html#ControllingAccessWebsite-Activate">Activating Access to the Billing and Cost Management Console</a> in
848
+ * the <i>AWS Billing and Cost Management User Guide.</i>
849
+ * </p>
850
+ * </li>
851
+ * <li>
852
+ * <p>After the account leaves the organization, all tags that were attached to
853
+ * the account object in the organization are deleted. AWS accounts outside
854
+ * of an organization do not support tags.</p>
855
+ * </li>
856
+ * <li>
857
+ * <p>A newly created account has a waiting period before it can be removed from
858
+ * its organization. If you get an error that indicates that a wait period is
859
+ * required, then try again in a few days.</p>
860
+ * </li>
861
+ * </ul>
862
+ * </important>
863
+ */
864
+ leaveOrganization(args: LeaveOrganizationCommandInput, options?: __HttpHandlerOptions): Promise<LeaveOrganizationCommandOutput>;
865
+ leaveOrganization(args: LeaveOrganizationCommandInput, cb: (err: any, data?: LeaveOrganizationCommandOutput) => void): void;
866
+ leaveOrganization(args: LeaveOrganizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: LeaveOrganizationCommandOutput) => void): void;
867
+ /**
868
+ * <p>Lists all the accounts in the organization. To request only the accounts in a
869
+ * specified root or organizational unit (OU), use the <a>ListAccountsForParent</a> operation instead.</p>
870
+ * <note>
871
+ * <p>Always check the <code>NextToken</code> response parameter
872
+ * for a <code>null</code> value when calling a <code>List*</code> operation. These operations can
873
+ * occasionally return an empty set of results even when there are more results available. The
874
+ * <code>NextToken</code> response parameter value is <code>null</code>
875
+ * <i>only</i>
876
+ * when there are no more results to display.</p>
877
+ * </note>
878
+ * <p>This operation can be called only from the organization's
879
+ * management account or by a member account that is a delegated administrator for an AWS service.</p>
880
+ */
881
+ listAccounts(args: ListAccountsCommandInput, options?: __HttpHandlerOptions): Promise<ListAccountsCommandOutput>;
882
+ listAccounts(args: ListAccountsCommandInput, cb: (err: any, data?: ListAccountsCommandOutput) => void): void;
883
+ listAccounts(args: ListAccountsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccountsCommandOutput) => void): void;
884
+ /**
885
+ * <p>Lists the accounts in an organization that are contained by the specified target root
886
+ * or organizational unit (OU). If you specify the root, you get a list of all the accounts
887
+ * that aren't in any OU. If you specify an OU, you get a list of all the accounts in only
888
+ * that OU and not in any child OUs. To get a list of all accounts in the organization, use
889
+ * the <a>ListAccounts</a> operation.</p>
890
+ * <note>
891
+ * <p>Always check the <code>NextToken</code> response parameter
892
+ * for a <code>null</code> value when calling a <code>List*</code> operation. These operations can
893
+ * occasionally return an empty set of results even when there are more results available. The
894
+ * <code>NextToken</code> response parameter value is <code>null</code>
895
+ * <i>only</i>
896
+ * when there are no more results to display.</p>
897
+ * </note>
898
+ * <p>This operation can be called only from the organization's
899
+ * management account or by a member account that is a delegated administrator for an AWS service.</p>
900
+ */
901
+ listAccountsForParent(args: ListAccountsForParentCommandInput, options?: __HttpHandlerOptions): Promise<ListAccountsForParentCommandOutput>;
902
+ listAccountsForParent(args: ListAccountsForParentCommandInput, cb: (err: any, data?: ListAccountsForParentCommandOutput) => void): void;
903
+ listAccountsForParent(args: ListAccountsForParentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccountsForParentCommandOutput) => void): void;
904
+ /**
905
+ * <p>Returns a list of the AWS services that you enabled to integrate with your
906
+ * organization. After a service on this list creates the resources that it requires for
907
+ * the integration, it can perform operations on your organization and its accounts.</p>
908
+ * <p>For more information about integrating other services with AWS Organizations, including the
909
+ * list of services that currently work with Organizations, see <a href="http://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services.html">Integrating AWS Organizations with Other
910
+ * AWS Services</a> in the <i>AWS Organizations User Guide.</i>
911
+ * </p>
912
+ * <p>This operation can be called only from the organization's
913
+ * management account or by a member account that is a delegated administrator for an AWS service.</p>
914
+ */
915
+ listAWSServiceAccessForOrganization(args: ListAWSServiceAccessForOrganizationCommandInput, options?: __HttpHandlerOptions): Promise<ListAWSServiceAccessForOrganizationCommandOutput>;
916
+ listAWSServiceAccessForOrganization(args: ListAWSServiceAccessForOrganizationCommandInput, cb: (err: any, data?: ListAWSServiceAccessForOrganizationCommandOutput) => void): void;
917
+ listAWSServiceAccessForOrganization(args: ListAWSServiceAccessForOrganizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAWSServiceAccessForOrganizationCommandOutput) => void): void;
918
+ /**
919
+ * <p>Lists all of the organizational units (OUs) or accounts that are contained in the
920
+ * specified parent OU or root. This operation, along with <a>ListParents</a>
921
+ * enables you to traverse the tree structure that makes up this root.</p>
922
+ * <note>
923
+ * <p>Always check the <code>NextToken</code> response parameter
924
+ * for a <code>null</code> value when calling a <code>List*</code> operation. These operations can
925
+ * occasionally return an empty set of results even when there are more results available. The
926
+ * <code>NextToken</code> response parameter value is <code>null</code>
927
+ * <i>only</i>
928
+ * when there are no more results to display.</p>
929
+ * </note>
930
+ * <p>This operation can be called only from the organization's
931
+ * management account or by a member account that is a delegated administrator for an AWS service.</p>
932
+ */
933
+ listChildren(args: ListChildrenCommandInput, options?: __HttpHandlerOptions): Promise<ListChildrenCommandOutput>;
934
+ listChildren(args: ListChildrenCommandInput, cb: (err: any, data?: ListChildrenCommandOutput) => void): void;
935
+ listChildren(args: ListChildrenCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChildrenCommandOutput) => void): void;
936
+ /**
937
+ * <p>Lists the account creation requests that match the specified status that is currently
938
+ * being tracked for the organization.</p>
939
+ * <note>
940
+ * <p>Always check the <code>NextToken</code> response parameter
941
+ * for a <code>null</code> value when calling a <code>List*</code> operation. These operations can
942
+ * occasionally return an empty set of results even when there are more results available. The
943
+ * <code>NextToken</code> response parameter value is <code>null</code>
944
+ * <i>only</i>
945
+ * when there are no more results to display.</p>
946
+ * </note>
947
+ * <p>This operation can be called only from the organization's
948
+ * management account or by a member account that is a delegated administrator for an AWS service.</p>
949
+ */
950
+ listCreateAccountStatus(args: ListCreateAccountStatusCommandInput, options?: __HttpHandlerOptions): Promise<ListCreateAccountStatusCommandOutput>;
951
+ listCreateAccountStatus(args: ListCreateAccountStatusCommandInput, cb: (err: any, data?: ListCreateAccountStatusCommandOutput) => void): void;
952
+ listCreateAccountStatus(args: ListCreateAccountStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCreateAccountStatusCommandOutput) => void): void;
953
+ /**
954
+ * <p>Lists the AWS accounts that are designated as delegated administrators in this
955
+ * organization.</p>
956
+ * <p>This operation can be called only from the organization's
957
+ * management account or by a member account that is a delegated administrator for an AWS service.</p>
958
+ */
959
+ listDelegatedAdministrators(args: ListDelegatedAdministratorsCommandInput, options?: __HttpHandlerOptions): Promise<ListDelegatedAdministratorsCommandOutput>;
960
+ listDelegatedAdministrators(args: ListDelegatedAdministratorsCommandInput, cb: (err: any, data?: ListDelegatedAdministratorsCommandOutput) => void): void;
961
+ listDelegatedAdministrators(args: ListDelegatedAdministratorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDelegatedAdministratorsCommandOutput) => void): void;
962
+ /**
963
+ * <p>List the AWS services for which the specified account is a delegated
964
+ * administrator.</p>
965
+ * <p>This operation can be called only from the organization's
966
+ * management account or by a member account that is a delegated administrator for an AWS service.</p>
967
+ */
968
+ listDelegatedServicesForAccount(args: ListDelegatedServicesForAccountCommandInput, options?: __HttpHandlerOptions): Promise<ListDelegatedServicesForAccountCommandOutput>;
969
+ listDelegatedServicesForAccount(args: ListDelegatedServicesForAccountCommandInput, cb: (err: any, data?: ListDelegatedServicesForAccountCommandOutput) => void): void;
970
+ listDelegatedServicesForAccount(args: ListDelegatedServicesForAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDelegatedServicesForAccountCommandOutput) => void): void;
971
+ /**
972
+ * <p>Lists the current handshakes that are associated with the account of the requesting
973
+ * user.</p>
974
+ * <p>Handshakes that are <code>ACCEPTED</code>, <code>DECLINED</code>, or
975
+ * <code>CANCELED</code> appear in the results of this API for only 30 days after
976
+ * changing to that state. After that, they're deleted and no longer accessible.</p>
977
+ * <note>
978
+ * <p>Always check the <code>NextToken</code> response parameter
979
+ * for a <code>null</code> value when calling a <code>List*</code> operation. These operations can
980
+ * occasionally return an empty set of results even when there are more results available. The
981
+ * <code>NextToken</code> response parameter value is <code>null</code>
982
+ * <i>only</i>
983
+ * when there are no more results to display.</p>
984
+ * </note>
985
+ * <p>This operation can be called from any account in the organization.</p>
986
+ */
987
+ listHandshakesForAccount(args: ListHandshakesForAccountCommandInput, options?: __HttpHandlerOptions): Promise<ListHandshakesForAccountCommandOutput>;
988
+ listHandshakesForAccount(args: ListHandshakesForAccountCommandInput, cb: (err: any, data?: ListHandshakesForAccountCommandOutput) => void): void;
989
+ listHandshakesForAccount(args: ListHandshakesForAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListHandshakesForAccountCommandOutput) => void): void;
990
+ /**
991
+ * <p>Lists the handshakes that are associated with the organization that the requesting
992
+ * user is part of. The <code>ListHandshakesForOrganization</code> operation returns a list
993
+ * of handshake structures. Each structure contains details and status about a
994
+ * handshake.</p>
995
+ * <p>Handshakes that are <code>ACCEPTED</code>, <code>DECLINED</code>, or
996
+ * <code>CANCELED</code> appear in the results of this API for only 30 days after
997
+ * changing to that state. After that, they're deleted and no longer accessible.</p>
998
+ * <note>
999
+ * <p>Always check the <code>NextToken</code> response parameter
1000
+ * for a <code>null</code> value when calling a <code>List*</code> operation. These operations can
1001
+ * occasionally return an empty set of results even when there are more results available. The
1002
+ * <code>NextToken</code> response parameter value is <code>null</code>
1003
+ * <i>only</i>
1004
+ * when there are no more results to display.</p>
1005
+ * </note>
1006
+ * <p>This operation can be called only from the organization's
1007
+ * management account or by a member account that is a delegated administrator for an AWS service.</p>
1008
+ */
1009
+ listHandshakesForOrganization(args: ListHandshakesForOrganizationCommandInput, options?: __HttpHandlerOptions): Promise<ListHandshakesForOrganizationCommandOutput>;
1010
+ listHandshakesForOrganization(args: ListHandshakesForOrganizationCommandInput, cb: (err: any, data?: ListHandshakesForOrganizationCommandOutput) => void): void;
1011
+ listHandshakesForOrganization(args: ListHandshakesForOrganizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListHandshakesForOrganizationCommandOutput) => void): void;
1012
+ /**
1013
+ * <p>Lists the organizational units (OUs) in a parent organizational unit or root.</p>
1014
+ * <note>
1015
+ * <p>Always check the <code>NextToken</code> response parameter
1016
+ * for a <code>null</code> value when calling a <code>List*</code> operation. These operations can
1017
+ * occasionally return an empty set of results even when there are more results available. The
1018
+ * <code>NextToken</code> response parameter value is <code>null</code>
1019
+ * <i>only</i>
1020
+ * when there are no more results to display.</p>
1021
+ * </note>
1022
+ * <p>This operation can be called only from the organization's
1023
+ * management account or by a member account that is a delegated administrator for an AWS service.</p>
1024
+ */
1025
+ listOrganizationalUnitsForParent(args: ListOrganizationalUnitsForParentCommandInput, options?: __HttpHandlerOptions): Promise<ListOrganizationalUnitsForParentCommandOutput>;
1026
+ listOrganizationalUnitsForParent(args: ListOrganizationalUnitsForParentCommandInput, cb: (err: any, data?: ListOrganizationalUnitsForParentCommandOutput) => void): void;
1027
+ listOrganizationalUnitsForParent(args: ListOrganizationalUnitsForParentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOrganizationalUnitsForParentCommandOutput) => void): void;
1028
+ /**
1029
+ * <p>Lists the root or organizational units (OUs) that serve as the immediate parent of the
1030
+ * specified child OU or account. This operation, along with <a>ListChildren</a>
1031
+ * enables you to traverse the tree structure that makes up this root.</p>
1032
+ * <note>
1033
+ * <p>Always check the <code>NextToken</code> response parameter
1034
+ * for a <code>null</code> value when calling a <code>List*</code> operation. These operations can
1035
+ * occasionally return an empty set of results even when there are more results available. The
1036
+ * <code>NextToken</code> response parameter value is <code>null</code>
1037
+ * <i>only</i>
1038
+ * when there are no more results to display.</p>
1039
+ * </note>
1040
+ * <p>This operation can be called only from the organization's
1041
+ * management account or by a member account that is a delegated administrator for an AWS service.</p>
1042
+ * <note>
1043
+ * <p>In the current release, a child can have only a single parent.</p>
1044
+ * </note>
1045
+ */
1046
+ listParents(args: ListParentsCommandInput, options?: __HttpHandlerOptions): Promise<ListParentsCommandOutput>;
1047
+ listParents(args: ListParentsCommandInput, cb: (err: any, data?: ListParentsCommandOutput) => void): void;
1048
+ listParents(args: ListParentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListParentsCommandOutput) => void): void;
1049
+ /**
1050
+ * <p>Retrieves the list of all policies in an organization of a specified type.</p>
1051
+ * <note>
1052
+ * <p>Always check the <code>NextToken</code> response parameter
1053
+ * for a <code>null</code> value when calling a <code>List*</code> operation. These operations can
1054
+ * occasionally return an empty set of results even when there are more results available. The
1055
+ * <code>NextToken</code> response parameter value is <code>null</code>
1056
+ * <i>only</i>
1057
+ * when there are no more results to display.</p>
1058
+ * </note>
1059
+ * <p>This operation can be called only from the organization's
1060
+ * management account or by a member account that is a delegated administrator for an AWS service.</p>
1061
+ */
1062
+ listPolicies(args: ListPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<ListPoliciesCommandOutput>;
1063
+ listPolicies(args: ListPoliciesCommandInput, cb: (err: any, data?: ListPoliciesCommandOutput) => void): void;
1064
+ listPolicies(args: ListPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPoliciesCommandOutput) => void): void;
1065
+ /**
1066
+ * <p>Lists the policies that are directly attached to the specified target root,
1067
+ * organizational unit (OU), or account. You must specify the policy type that you want
1068
+ * included in the returned list.</p>
1069
+ * <note>
1070
+ * <p>Always check the <code>NextToken</code> response parameter
1071
+ * for a <code>null</code> value when calling a <code>List*</code> operation. These operations can
1072
+ * occasionally return an empty set of results even when there are more results available. The
1073
+ * <code>NextToken</code> response parameter value is <code>null</code>
1074
+ * <i>only</i>
1075
+ * when there are no more results to display.</p>
1076
+ * </note>
1077
+ * <p>This operation can be called only from the organization's
1078
+ * management account or by a member account that is a delegated administrator for an AWS service.</p>
1079
+ */
1080
+ listPoliciesForTarget(args: ListPoliciesForTargetCommandInput, options?: __HttpHandlerOptions): Promise<ListPoliciesForTargetCommandOutput>;
1081
+ listPoliciesForTarget(args: ListPoliciesForTargetCommandInput, cb: (err: any, data?: ListPoliciesForTargetCommandOutput) => void): void;
1082
+ listPoliciesForTarget(args: ListPoliciesForTargetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPoliciesForTargetCommandOutput) => void): void;
1083
+ /**
1084
+ * <p>Lists the roots that are defined in the current organization.</p>
1085
+ * <note>
1086
+ * <p>Always check the <code>NextToken</code> response parameter
1087
+ * for a <code>null</code> value when calling a <code>List*</code> operation. These operations can
1088
+ * occasionally return an empty set of results even when there are more results available. The
1089
+ * <code>NextToken</code> response parameter value is <code>null</code>
1090
+ * <i>only</i>
1091
+ * when there are no more results to display.</p>
1092
+ * </note>
1093
+ * <p>This operation can be called only from the organization's
1094
+ * management account or by a member account that is a delegated administrator for an AWS service.</p>
1095
+ * <note>
1096
+ * <p>Policy types can be enabled and disabled in roots. This is distinct from whether
1097
+ * they're available in the organization. When you enable all features, you make policy
1098
+ * types available for use in that organization. Individual policy types can then be
1099
+ * enabled and disabled in a root. To see the availability of a policy type in an
1100
+ * organization, use <a>DescribeOrganization</a>.</p>
1101
+ * </note>
1102
+ */
1103
+ listRoots(args: ListRootsCommandInput, options?: __HttpHandlerOptions): Promise<ListRootsCommandOutput>;
1104
+ listRoots(args: ListRootsCommandInput, cb: (err: any, data?: ListRootsCommandOutput) => void): void;
1105
+ listRoots(args: ListRootsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRootsCommandOutput) => void): void;
1106
+ /**
1107
+ * <p>Lists tags that are attached to the specified resource.</p>
1108
+ * <p>You can attach tags to the following resources in AWS Organizations.</p>
1109
+ * <ul>
1110
+ * <li>
1111
+ * <p>AWS account</p>
1112
+ * </li>
1113
+ * <li>
1114
+ * <p>Organization root</p>
1115
+ * </li>
1116
+ * <li>
1117
+ * <p>Organizational unit (OU)</p>
1118
+ * </li>
1119
+ * <li>
1120
+ * <p>Policy (any type)</p>
1121
+ * </li>
1122
+ * </ul>
1123
+ * <p>This operation can be called only from the organization's
1124
+ * management account or by a member account that is a delegated administrator for an AWS service.</p>
1125
+ */
1126
+ listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
1127
+ listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
1128
+ listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
1129
+ /**
1130
+ * <p>Lists all the roots, organizational units (OUs), and accounts that the specified
1131
+ * policy is attached to.</p>
1132
+ * <note>
1133
+ * <p>Always check the <code>NextToken</code> response parameter
1134
+ * for a <code>null</code> value when calling a <code>List*</code> operation. These operations can
1135
+ * occasionally return an empty set of results even when there are more results available. The
1136
+ * <code>NextToken</code> response parameter value is <code>null</code>
1137
+ * <i>only</i>
1138
+ * when there are no more results to display.</p>
1139
+ * </note>
1140
+ * <p>This operation can be called only from the organization's
1141
+ * management account or by a member account that is a delegated administrator for an AWS service.</p>
1142
+ */
1143
+ listTargetsForPolicy(args: ListTargetsForPolicyCommandInput, options?: __HttpHandlerOptions): Promise<ListTargetsForPolicyCommandOutput>;
1144
+ listTargetsForPolicy(args: ListTargetsForPolicyCommandInput, cb: (err: any, data?: ListTargetsForPolicyCommandOutput) => void): void;
1145
+ listTargetsForPolicy(args: ListTargetsForPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTargetsForPolicyCommandOutput) => void): void;
1146
+ /**
1147
+ * <p>Moves an account from its current source parent root or organizational unit (OU) to
1148
+ * the specified destination parent root or OU.</p>
1149
+ * <p>This operation can be called only from the organization's management account.</p>
1150
+ */
1151
+ moveAccount(args: MoveAccountCommandInput, options?: __HttpHandlerOptions): Promise<MoveAccountCommandOutput>;
1152
+ moveAccount(args: MoveAccountCommandInput, cb: (err: any, data?: MoveAccountCommandOutput) => void): void;
1153
+ moveAccount(args: MoveAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: MoveAccountCommandOutput) => void): void;
1154
+ /**
1155
+ * <p>Enables the specified member account to administer the Organizations features of the specified
1156
+ * AWS service. It grants read-only access to AWS Organizations service data. The account still
1157
+ * requires IAM permissions to access and administer the AWS service.</p>
1158
+ * <p>You can run this action only for AWS services that support this
1159
+ * feature. For a current list of services that support it, see the column <i>Supports
1160
+ * Delegated Administrator</i> in the table at <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services_list.html">AWS Services that you can use with
1161
+ * AWS Organizations</a> in the <i>AWS Organizations User Guide.</i>
1162
+ * </p>
1163
+ * <p>This operation can be called only from the organization's management account.</p>
1164
+ */
1165
+ registerDelegatedAdministrator(args: RegisterDelegatedAdministratorCommandInput, options?: __HttpHandlerOptions): Promise<RegisterDelegatedAdministratorCommandOutput>;
1166
+ registerDelegatedAdministrator(args: RegisterDelegatedAdministratorCommandInput, cb: (err: any, data?: RegisterDelegatedAdministratorCommandOutput) => void): void;
1167
+ registerDelegatedAdministrator(args: RegisterDelegatedAdministratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterDelegatedAdministratorCommandOutput) => void): void;
1168
+ /**
1169
+ * <p>Removes the specified account from the organization.</p>
1170
+ * <p>The removed account becomes a standalone account that isn't a member of any
1171
+ * organization. It's no longer subject to any policies and is responsible for its own bill
1172
+ * payments. The organization's management account is no longer charged for any expenses
1173
+ * accrued by the member account after it's removed from the organization.</p>
1174
+ * <p>This operation can be called only from the organization's management account. Member accounts can remove themselves with <a>LeaveOrganization</a> instead.</p>
1175
+ * <important>
1176
+ * <ul>
1177
+ * <li>
1178
+ * <p>You can remove an account from your organization only if the account is
1179
+ * configured with the information required to operate as a standalone account.
1180
+ * When you create an account in an organization using the AWS Organizations console,
1181
+ * API, or CLI commands, the information required of standalone accounts is
1182
+ * <i>not</i> automatically collected. For an account that
1183
+ * you want to make standalone, you must choose a support plan, provide and
1184
+ * verify the required contact information, and provide a current payment
1185
+ * method. AWS uses the payment method to charge for any billable (not free
1186
+ * tier) AWS activity that occurs while the account isn't attached to an
1187
+ * organization. To remove an account that doesn't yet have this information,
1188
+ * you must sign in as the member account and follow the steps at <a href="http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#leave-without-all-info"> To leave an organization when all required account information has not
1189
+ * yet been provided</a> in the
1190
+ * <i>AWS Organizations User Guide.</i>
1191
+ * </p>
1192
+ * </li>
1193
+ * <li>
1194
+ * <p>The account that you want to leave must not be a delegated administrator
1195
+ * account for any AWS service enabled for your organization. If the account
1196
+ * is a delegated administrator, you must first change the delegated
1197
+ * administrator account to another account that is remaining in the
1198
+ * organization.</p>
1199
+ * </li>
1200
+ * <li>
1201
+ * <p>After the account leaves the organization, all tags that were attached to
1202
+ * the account object in the organization are deleted. AWS accounts outside
1203
+ * of an organization do not support tags.</p>
1204
+ * </li>
1205
+ * </ul>
1206
+ * </important>
1207
+ */
1208
+ removeAccountFromOrganization(args: RemoveAccountFromOrganizationCommandInput, options?: __HttpHandlerOptions): Promise<RemoveAccountFromOrganizationCommandOutput>;
1209
+ removeAccountFromOrganization(args: RemoveAccountFromOrganizationCommandInput, cb: (err: any, data?: RemoveAccountFromOrganizationCommandOutput) => void): void;
1210
+ removeAccountFromOrganization(args: RemoveAccountFromOrganizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveAccountFromOrganizationCommandOutput) => void): void;
1211
+ /**
1212
+ * <p>Adds one or more tags to the specified resource.</p>
1213
+ * <p>Currently, you can attach tags to the following resources in AWS Organizations.</p>
1214
+ * <ul>
1215
+ * <li>
1216
+ * <p>AWS account</p>
1217
+ * </li>
1218
+ * <li>
1219
+ * <p>Organization root</p>
1220
+ * </li>
1221
+ * <li>
1222
+ * <p>Organizational unit (OU)</p>
1223
+ * </li>
1224
+ * <li>
1225
+ * <p>Policy (any type)</p>
1226
+ * </li>
1227
+ * </ul>
1228
+ * <p>This operation can be called only from the organization's management account.</p>
1229
+ */
1230
+ tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
1231
+ tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
1232
+ tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
1233
+ /**
1234
+ * <p>Removes any tags with the specified keys from the specified resource.</p>
1235
+ * <p>You can attach tags to the following resources in AWS Organizations.</p>
1236
+ * <ul>
1237
+ * <li>
1238
+ * <p>AWS account</p>
1239
+ * </li>
1240
+ * <li>
1241
+ * <p>Organization root</p>
1242
+ * </li>
1243
+ * <li>
1244
+ * <p>Organizational unit (OU)</p>
1245
+ * </li>
1246
+ * <li>
1247
+ * <p>Policy (any type)</p>
1248
+ * </li>
1249
+ * </ul>
1250
+ * <p>This operation can be called only from the organization's management account.</p>
1251
+ */
1252
+ untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
1253
+ untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
1254
+ untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
1255
+ /**
1256
+ * <p>Renames the specified organizational unit (OU). The ID and ARN don't change. The child
1257
+ * OUs and accounts remain in place, and any attached policies of the OU remain
1258
+ * attached.</p>
1259
+ * <p>This operation can be called only from the organization's management account.</p>
1260
+ */
1261
+ updateOrganizationalUnit(args: UpdateOrganizationalUnitCommandInput, options?: __HttpHandlerOptions): Promise<UpdateOrganizationalUnitCommandOutput>;
1262
+ updateOrganizationalUnit(args: UpdateOrganizationalUnitCommandInput, cb: (err: any, data?: UpdateOrganizationalUnitCommandOutput) => void): void;
1263
+ updateOrganizationalUnit(args: UpdateOrganizationalUnitCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateOrganizationalUnitCommandOutput) => void): void;
1264
+ /**
1265
+ * <p>Updates an existing policy with a new name, description, or content. If you don't
1266
+ * supply any parameter, that value remains unchanged. You can't change a policy's
1267
+ * type.</p>
1268
+ * <p>This operation can be called only from the organization's management account.</p>
1269
+ */
1270
+ updatePolicy(args: UpdatePolicyCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePolicyCommandOutput>;
1271
+ updatePolicy(args: UpdatePolicyCommandInput, cb: (err: any, data?: UpdatePolicyCommandOutput) => void): void;
1272
+ updatePolicy(args: UpdatePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePolicyCommandOutput) => void): void;
1273
+ }