You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-organizations): This release introduces delegated administrator for AWS Organizations, a new feature to help you delegate the management of your Organizations policies, enabling you to govern your AWS organization in a decentralized way. You can now allow member accounts to manage Organizations policies.
@@ -325,7 +340,7 @@ export class Organizations extends OrganizationsClient {
325
340
/**
326
341
* <p>Sends a response to the originator of a handshake agreeing to the action proposed by
327
342
* the handshake request.</p>
328
-
* <p>This operation can be called only by the following principals when they also have the
343
+
* <p>You can only call this operation by the following principals when they also have the
329
344
* relevant IAM permissions:</p>
330
345
* <ul>
331
346
* <li>
@@ -512,9 +527,9 @@ export class Organizations extends OrganizationsClient {
512
527
* grace period while the account is in SUSPENDED status. </p>
513
528
* </li>
514
529
* <li>
515
-
* <p>If the Amazon Web Services account you attempt to close is linked to an Amazon Web Services GovCloud (US)
516
-
* account, the <code>CloseAccount</code> request will close both accounts. To
517
-
* learn important pre-closure details, see <a href="https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/Closing-govcloud-account.html">
530
+
* <p>If the Amazon Web Services account you attempt to close is linked to an Amazon Web Services GovCloud
531
+
* (US) account, the <code>CloseAccount</code> request will close both
532
+
* accounts. To learn important pre-closure details, see <a href="https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/Closing-govcloud-account.html">
518
533
* Closing an Amazon Web Services GovCloud (US) account</a> in the <i>
519
534
* Amazon Web Services GovCloud User Guide</i>.</p>
520
535
* </li>
@@ -559,8 +574,8 @@ export class Organizations extends OrganizationsClient {
559
574
* account. To check the status of the request, do one of the following:</p>
560
575
* <ul>
561
576
* <li>
562
-
* <p>Use the <code>Id</code> member of the <code>CreateAccountStatus</code>
563
-
* response element from this operation to provide as a parameter to the <a>DescribeCreateAccountStatus</a> operation.</p>
577
+
* <p>Use the <code>Id</code> value of the <code>CreateAccountStatus</code> response
578
+
* element from this operation to provide as a parameter to the <a>DescribeCreateAccountStatus</a> operation.</p>
564
579
* </li>
565
580
* <li>
566
581
* <p>Check the CloudTrail log for the <code>CreateAccountResult</code> event. For
@@ -1076,6 +1091,39 @@ export class Organizations extends OrganizationsClient {
1076
1091
}
1077
1092
}
1078
1093
1094
+
/**
1095
+
* <p>Deletes the resource policy from your organization.</p>
1096
+
* <p>You can only call this operation from the organization's management account.</p>
if(typeofoptionsOrCb!=="object")thrownewError(`Expect http options but get ${typeofoptionsOrCb}`);
1121
+
this.send(command,optionsOrCb||{},cb);
1122
+
}else{
1123
+
returnthis.send(command,optionsOrCb);
1124
+
}
1125
+
}
1126
+
1079
1127
/**
1080
1128
* <p>Removes the specified member Amazon Web Services account as a delegated administrator for the
1081
1129
* specified Amazon Web Services service.</p>
@@ -1375,6 +1423,39 @@ export class Organizations extends OrganizationsClient {
1375
1423
}
1376
1424
}
1377
1425
1426
+
/**
1427
+
* <p>Retrieves information about a resource policy.</p>
1428
+
* <p>You can only call this operation from the organization's management account or by a member account that is a delegated administrator for an AWS service.</p>
* grace period while the account is in SUSPENDED status. </p>
61
61
* </li>
62
62
* <li>
63
-
* <p>If the Amazon Web Services account you attempt to close is linked to an Amazon Web Services GovCloud (US)
64
-
* account, the <code>CloseAccount</code> request will close both accounts. To
65
-
* learn important pre-closure details, see <a href="https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/Closing-govcloud-account.html">
63
+
* <p>If the Amazon Web Services account you attempt to close is linked to an Amazon Web Services GovCloud
64
+
* (US) account, the <code>CloseAccount</code> request will close both
65
+
* accounts. To learn important pre-closure details, see <a href="https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/Closing-govcloud-account.html">
66
66
* Closing an Amazon Web Services GovCloud (US) account</a> in the <i>
67
67
* Amazon Web Services GovCloud User Guide</i>.</p>
0 commit comments