PATH:
usr
/
local
/
jetapps
/
var
/
lib
/
aws
/
lib
/
python2.7
/
site-packages
/
awscli
/
examples
/
organizations
**Example 1: To retrieve a list of the account creation requests made in the current organization** The following example shows how to request a list of account creation requests for an organization that have completed successfully: :: aws organizations list-create-account-status --states SUCCEEDED The output includes an array of objects with information about each request. :: { "CreateAccountStatuses": [ { "AccountId": "444444444444", "AccountName": "Developer Test Account", "CompletedTimeStamp": 1481835812.143, "Id": "car-examplecreateaccountrequestid111", "RequestedTimeStamp": 1481829432.531, "State": "SUCCEEDED" } ] } **Example 2: To retrieve a list of the in progress account creation requests made in the current organization** The following example gets a list of in-progress account creation requests for an organization: :: aws organizations list-create-account-status --states IN_PROGRESS The output includes an array of objects with information about each request. :: { "CreateAccountStatuses": [ { "State": "IN_PROGRESS", "Id": "car-examplecreateaccountrequestid111", "RequestedTimeStamp": 1481829432.531, "AccountName": "Production Account" } ] }
[-] create-policy.rst
[edit]
[-] list-handshakes-for-account.rst
[edit]
[-] update-organizational-unit.rst
[edit]
[-] list-targets-for-policy.rst
[edit]
[-] list-organizational-units-for-parent.rst
[edit]
[+]
..
[-] list-roots.rst
[edit]
[-] delete-policy.rst
[edit]
[-] delete-organization.rst
[edit]
[-] describe-account.rst
[edit]
[-] delete-organizational-unit.rst
[edit]
[-] accept-handshake.rst
[edit]
[-] describe-policy.rst
[edit]
[-] detach-policy.rst
[edit]
[-] attach-policy.rst
[edit]
[-] cancel-handshake.rst
[edit]
[-] enable-all-features.rst
[edit]
[-] create-account.rst
[edit]
[-] list-children.rst
[edit]
[-] invite-account-to-organization.rst
[edit]
[-] list-accounts.rst
[edit]
[-] describe-create-account-status.rst
[edit]
[-] leave-organization.rst
[edit]
[-] list-handshakes-for-organization.rst
[edit]
[-] update-policy.rst
[edit]
[-] list-create-account-status.rst
[edit]
[-] list-policies-for-target.rst
[edit]
[-] create-organizational-unit.rst
[edit]
[-] remove-account-from-organization.rst
[edit]
[-] decline-handshake.rst
[edit]
[-] list-parents.rst
[edit]
[-] move-account.rst
[edit]
[-] list-accounts-for-parent.rst
[edit]
[-] enable-policy-type.rst
[edit]
[-] describe-handshake.rst
[edit]
[-] describe-organization.rst
[edit]
[-] describe-organizational-unit.rst
[edit]
[-] disable-policy-type.rst
[edit]
[-] create-organization.rst
[edit]
[-] list-policies.rst
[edit]