Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion awscli/examples/organizations/describe-account.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ The output shows an account object with the details about the account: ::
"Email": "anika@example.com",
"JoinedMethod": "INVITED",
"JoinedTimeStamp": 1481756563.134,
"Paths": [
"o-exampleorgid/r-examplerootid111/555555555555/"
],
"State": "ACTIVE",
"Status": "ACTIVE"
}
}
}
10 changes: 9 additions & 1 deletion awscli/examples/organizations/list-accounts-for-parent.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ The output includes a list of account summary objects. ::
"Id": "333333333333",
"Name": "Development Account",
"Email": "juan@example.com",
"Paths": [
"o-exampleorgid/r-examplerootid111/111111111111/"
],
"State": "ACTIVE",
"Status": "ACTIVE"
},
{
Expand All @@ -24,7 +28,11 @@ The output includes a list of account summary objects. ::
"Id": "444444444444",
"Name": "Test Account",
"Email": "anika@example.com",
"Paths": [
"o-exampleorgid/r-examplerootid111/111111111111/"
],
"State": "ACTIVE",
"Status": "ACTIVE"
}
]
}
}
18 changes: 17 additions & 1 deletion awscli/examples/organizations/list-accounts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ The output includes a list of account summary objects. ::
"Id": "111111111111",
"Name": "Master Account",
"Email": "bill@example.com",
"Paths": [
"o-exampleorgid/r-examplerootid111/111111111111/"
],
"State": "ACTIVE",
"Status": "ACTIVE"
},
{
Expand All @@ -24,6 +28,10 @@ The output includes a list of account summary objects. ::
"Id": "222222222222",
"Name": "Production Account",
"Email": "alice@example.com",
"Paths": [
"o-exampleorgid/r-examplerootid111/111111111111/"
],
"State": "ACTIVE",
"Status": "ACTIVE"
},
{
Expand All @@ -33,6 +41,10 @@ The output includes a list of account summary objects. ::
"Id": "333333333333",
"Name": "Development Account",
"Email": "juan@example.com",
"Paths": [
"o-exampleorgid/r-examplerootid111/111111111111/"
],
"State": "ACTIVE",
"Status": "ACTIVE"
},
{
Expand All @@ -42,7 +54,11 @@ The output includes a list of account summary objects. ::
"Id": "444444444444",
"Name": "Test Account",
"Email": "anika@example.com",
"Paths": [
"o-exampleorgid/r-examplerootid111/111111111111/"
],
"State": "ACTIVE",
"Status": "ACTIVE"
}
]
}
}
Loading