Skip to content

Commit be368b0

Browse files
author
awstools
committed
feat(client-organizations): This release provides the new CloseAccount API that enables principals in the management account to close any member account within an organization.
1 parent d0be21b commit be368b0

File tree

49 files changed

+1255
-736
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+1255
-736
lines changed

clients/client-organizations/README.md

Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -7,77 +7,78 @@
77

88
AWS SDK for JavaScript Organizations Client for Node.js, Browser and React Native.
99

10-
<p>AWS Organizations is a web service that enables you to consolidate your multiple AWS accounts
11-
into an <i>organization</i> and centrally manage your accounts and their
12-
resources.</p>
13-
<p>This guide provides descriptions of the Organizations operations. For more information about
14-
using this service, see the <a href="http://docs.aws.amazon.com/organizations/latest/userguide/orgs_introduction.html">AWS Organizations User Guide</a>.</p>
10+
<p>Organizations is a web service that enables you to consolidate your multiple
11+
Amazon Web Services accounts into an <i>organization</i> and centrally manage your
12+
accounts and their resources.</p>
13+
<p>This guide provides descriptions of the Organizations operations. For more
14+
information about using this service, see the <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_introduction.html">Organizations User Guide</a>.</p>
1515
<p>
16-
<b>Support and feedback for AWS Organizations</b>
16+
<b>Support and feedback for Organizations</b>
1717
</p>
1818
<p>We welcome your feedback. Send your comments to <a href="mailto:[email protected]">[email protected]</a> or post your feedback and questions in
19-
the <a href="http://forums.aws.amazon.com/forum.jspa?forumID=219">AWS Organizations support forum</a>. For
20-
more information about the AWS support forums, see <a href="http://forums.aws.amazon.com/help.jspa">Forums Help</a>.</p>
19+
the <a href="http://forums.aws.amazon.com/forum.jspa?forumID=219">Organizations support forum</a>. For
20+
more information about the Amazon Web Services support forums, see <a href="http://forums.aws.amazon.com/help.jspa">Forums Help</a>.</p>
2121
<p>
22-
<b>Endpoint to call When using the AWS CLI or the AWS
22+
<b>Endpoint to call When using the CLI or the Amazon Web Services
2323
SDK</b>
2424
</p>
25-
<p>For the current release of Organizations, specify the <code>us-east-1</code> region for all
26-
AWS API and AWS CLI calls made from the commercial AWS Regions outside of China. If
27-
calling from one of the AWS Regions in China, then specify
28-
<code>cn-northwest-1</code>. You can do this in the AWS CLI by using these parameters and
29-
commands:</p>
25+
<p>For the current release of Organizations, specify the <code>us-east-1</code> region
26+
for all Amazon Web Services API and CLI calls made from the commercial Amazon Web Services Regions outside of
27+
China. If calling from one of the Amazon Web Services Regions in China, then specify
28+
<code>cn-northwest-1</code>. You can do this in the CLI by using these parameters
29+
and commands:</p>
3030
<ul>
3131
<li>
3232
<p>Use the following parameter with each command to specify both the endpoint and
3333
its region:</p>
3434
<p>
3535
<code>--endpoint-url https://organizations.us-east-1.amazonaws.com</code>
36-
<i>(from commercial AWS Regions outside of China)</i>
36+
<i>(from commercial Amazon Web Services Regions outside of China)</i>
3737
</p>
3838
<p>or</p>
3939
<p>
4040
<code>--endpoint-url
4141
https://organizations.cn-northwest-1.amazonaws.com.cn</code>
42-
<i>(from AWS Regions in China)</i>
42+
<i>(from Amazon Web Services Regions in China)</i>
4343
</p>
4444
</li>
4545
<li>
4646
<p>Use the default endpoint, but configure your default region with this
4747
command:</p>
4848
<p>
4949
<code>aws configure set default.region us-east-1</code>
50-
<i>(from commercial AWS Regions outside of China)</i>
50+
<i>(from commercial Amazon Web Services Regions outside of China)</i>
5151
</p>
5252
<p>or</p>
5353
<p>
5454
<code>aws configure set default.region cn-northwest-1</code>
55-
<i>(from AWS Regions in China)</i>
55+
<i>(from Amazon Web Services Regions in China)</i>
5656
</p>
5757
</li>
5858
<li>
5959
<p>Use the following parameter with each command to specify the endpoint:</p>
6060
<p>
6161
<code>--region us-east-1</code>
62-
<i>(from commercial AWS Regions outside of China)</i>
62+
<i>(from commercial Amazon Web Services Regions outside of China)</i>
6363
</p>
6464
<p>or</p>
6565
<p>
6666
<code>--region cn-northwest-1</code>
67-
<i>(from AWS Regions in China)</i>
67+
<i>(from Amazon Web Services Regions in China)</i>
6868
</p>
6969
</li>
7070
</ul>
7171
<p>
7272
<b>Recording API Requests</b>
7373
</p>
74-
<p>AWS Organizations supports AWS CloudTrail, a service that records AWS API calls for your AWS
75-
account and delivers log files to an Amazon S3 bucket. By using information collected by
76-
AWS CloudTrail, you can determine which requests the Organizations service received, who made the request
77-
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
78-
AWS Organizations Events with AWS CloudTrail</a> in the <i>AWS Organizations User Guide</i>.
79-
To learn more about AWS CloudTrail, including how to turn it on and find your log files, see the
80-
<a href="http://docs.aws.amazon.com/awscloudtrail/latest/userguide/what_is_cloud_trail_top_level.html">AWS CloudTrail User Guide</a>.</p>
74+
<p>Organizations supports CloudTrail, a service that records Amazon Web Services API calls for your
75+
Amazon Web Services account and delivers log files to an Amazon S3 bucket. By using information collected
76+
by CloudTrail, you can determine which requests the Organizations service received, who made the
77+
request and when, and so on. For more about Organizations and its support for CloudTrail, see
78+
<a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_incident-response.html#orgs_cloudtrail-integration">Logging
79+
Organizations Events with CloudTrail</a> in the <i>Organizations User Guide</i>.
80+
To learn more about CloudTrail, including how to turn it on and find your log files, see the
81+
<a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/what_is_cloud_trail_top_level.html">CloudTrail User Guide</a>.</p>
8182

8283
## Installing
8384

0 commit comments

Comments
 (0)