@aws-sdk/client-organizations 3.295.0 → 3.297.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 (77) hide show
  1. package/dist-types/Organizations.d.ts +56 -0
  2. package/dist-types/OrganizationsClient.d.ts +24 -4
  3. package/dist-types/commands/AcceptHandshakeCommand.d.ts +16 -0
  4. package/dist-types/commands/AttachPolicyCommand.d.ts +16 -0
  5. package/dist-types/commands/CancelHandshakeCommand.d.ts +16 -0
  6. package/dist-types/commands/CloseAccountCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateAccountCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateGovCloudAccountCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateOrganizationCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateOrganizationalUnitCommand.d.ts +16 -0
  11. package/dist-types/commands/CreatePolicyCommand.d.ts +16 -0
  12. package/dist-types/commands/DeclineHandshakeCommand.d.ts +16 -0
  13. package/dist-types/commands/DeleteOrganizationCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteOrganizationalUnitCommand.d.ts +16 -0
  15. package/dist-types/commands/DeletePolicyCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +16 -0
  17. package/dist-types/commands/DeregisterDelegatedAdministratorCommand.d.ts +16 -0
  18. package/dist-types/commands/DescribeAccountCommand.d.ts +16 -0
  19. package/dist-types/commands/DescribeCreateAccountStatusCommand.d.ts +16 -0
  20. package/dist-types/commands/DescribeEffectivePolicyCommand.d.ts +16 -0
  21. package/dist-types/commands/DescribeHandshakeCommand.d.ts +16 -0
  22. package/dist-types/commands/DescribeOrganizationCommand.d.ts +16 -0
  23. package/dist-types/commands/DescribeOrganizationalUnitCommand.d.ts +16 -0
  24. package/dist-types/commands/DescribePolicyCommand.d.ts +16 -0
  25. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +16 -0
  26. package/dist-types/commands/DetachPolicyCommand.d.ts +16 -0
  27. package/dist-types/commands/DisableAWSServiceAccessCommand.d.ts +16 -0
  28. package/dist-types/commands/DisablePolicyTypeCommand.d.ts +16 -0
  29. package/dist-types/commands/EnableAWSServiceAccessCommand.d.ts +16 -0
  30. package/dist-types/commands/EnableAllFeaturesCommand.d.ts +16 -0
  31. package/dist-types/commands/EnablePolicyTypeCommand.d.ts +16 -0
  32. package/dist-types/commands/InviteAccountToOrganizationCommand.d.ts +16 -0
  33. package/dist-types/commands/LeaveOrganizationCommand.d.ts +16 -0
  34. package/dist-types/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +16 -0
  35. package/dist-types/commands/ListAccountsCommand.d.ts +16 -0
  36. package/dist-types/commands/ListAccountsForParentCommand.d.ts +16 -0
  37. package/dist-types/commands/ListChildrenCommand.d.ts +16 -0
  38. package/dist-types/commands/ListCreateAccountStatusCommand.d.ts +16 -0
  39. package/dist-types/commands/ListDelegatedAdministratorsCommand.d.ts +16 -0
  40. package/dist-types/commands/ListDelegatedServicesForAccountCommand.d.ts +16 -0
  41. package/dist-types/commands/ListHandshakesForAccountCommand.d.ts +16 -0
  42. package/dist-types/commands/ListHandshakesForOrganizationCommand.d.ts +16 -0
  43. package/dist-types/commands/ListOrganizationalUnitsForParentCommand.d.ts +16 -0
  44. package/dist-types/commands/ListParentsCommand.d.ts +16 -0
  45. package/dist-types/commands/ListPoliciesCommand.d.ts +16 -0
  46. package/dist-types/commands/ListPoliciesForTargetCommand.d.ts +16 -0
  47. package/dist-types/commands/ListRootsCommand.d.ts +16 -0
  48. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  49. package/dist-types/commands/ListTargetsForPolicyCommand.d.ts +16 -0
  50. package/dist-types/commands/MoveAccountCommand.d.ts +16 -0
  51. package/dist-types/commands/PutResourcePolicyCommand.d.ts +16 -0
  52. package/dist-types/commands/RegisterDelegatedAdministratorCommand.d.ts +16 -0
  53. package/dist-types/commands/RemoveAccountFromOrganizationCommand.d.ts +16 -0
  54. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  55. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  56. package/dist-types/commands/UpdateOrganizationalUnitCommand.d.ts +16 -0
  57. package/dist-types/commands/UpdatePolicyCommand.d.ts +16 -0
  58. package/dist-types/models/OrganizationsServiceException.d.ts +2 -0
  59. package/dist-types/models/models_0.d.ts +398 -2
  60. package/dist-types/pagination/Interfaces.d.ts +3 -0
  61. package/dist-types/pagination/ListAWSServiceAccessForOrganizationPaginator.d.ts +3 -0
  62. package/dist-types/pagination/ListAccountsForParentPaginator.d.ts +3 -0
  63. package/dist-types/pagination/ListAccountsPaginator.d.ts +3 -0
  64. package/dist-types/pagination/ListChildrenPaginator.d.ts +3 -0
  65. package/dist-types/pagination/ListCreateAccountStatusPaginator.d.ts +3 -0
  66. package/dist-types/pagination/ListDelegatedAdministratorsPaginator.d.ts +3 -0
  67. package/dist-types/pagination/ListDelegatedServicesForAccountPaginator.d.ts +3 -0
  68. package/dist-types/pagination/ListHandshakesForAccountPaginator.d.ts +3 -0
  69. package/dist-types/pagination/ListHandshakesForOrganizationPaginator.d.ts +3 -0
  70. package/dist-types/pagination/ListOrganizationalUnitsForParentPaginator.d.ts +3 -0
  71. package/dist-types/pagination/ListParentsPaginator.d.ts +3 -0
  72. package/dist-types/pagination/ListPoliciesForTargetPaginator.d.ts +3 -0
  73. package/dist-types/pagination/ListPoliciesPaginator.d.ts +3 -0
  74. package/dist-types/pagination/ListRootsPaginator.d.ts +3 -0
  75. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
  76. package/dist-types/pagination/ListTargetsForPolicyPaginator.d.ts +3 -0
  77. package/package.json +29 -29
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListHandshakesForAccountRequest, ListHandshakesForAccountResponse } from "../models/models_0";
5
5
  import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListHandshakesForAccountCommand}.
8
10
  */
9
11
  export interface ListHandshakesForAccountCommandInput extends ListHandshakesForAccountRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListHandshakesForAccountCommand}.
13
17
  */
14
18
  export interface ListHandshakesForAccountCommandOutput extends ListHandshakesForAccountResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the current handshakes that are associated with the account of the requesting
18
23
  * user.</p>
19
24
  * <p>Handshakes that are <code>ACCEPTED</code>, <code>DECLINED</code>,
@@ -39,6 +44,8 @@ export interface ListHandshakesForAccountCommandOutput extends ListHandshakesFor
39
44
  * const response = await client.send(command);
40
45
  * ```
41
46
  *
47
+ * @param ListHandshakesForAccountCommandInput - {@link ListHandshakesForAccountCommandInput}
48
+ * @returns {@link ListHandshakesForAccountCommandOutput}
42
49
  * @see {@link ListHandshakesForAccountCommandInput} for command's `input` shape.
43
50
  * @see {@link ListHandshakesForAccountCommandOutput} for command's `response` shape.
44
51
  * @see {@link OrganizationsClientResolvedConfig | config} for OrganizationsClient's `config` shape.
@@ -231,11 +238,20 @@ export interface ListHandshakesForAccountCommandOutput extends ListHandshakesFor
231
238
  export declare class ListHandshakesForAccountCommand extends $Command<ListHandshakesForAccountCommandInput, ListHandshakesForAccountCommandOutput, OrganizationsClientResolvedConfig> {
232
239
  readonly input: ListHandshakesForAccountCommandInput;
233
240
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
241
+ /**
242
+ * @public
243
+ */
234
244
  constructor(input: ListHandshakesForAccountCommandInput);
235
245
  /**
236
246
  * @internal
237
247
  */
238
248
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListHandshakesForAccountCommandInput, ListHandshakesForAccountCommandOutput>;
249
+ /**
250
+ * @internal
251
+ */
239
252
  private serialize;
253
+ /**
254
+ * @internal
255
+ */
240
256
  private deserialize;
241
257
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListHandshakesForOrganizationRequest, ListHandshakesForOrganizationResponse } from "../models/models_0";
5
5
  import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListHandshakesForOrganizationCommand}.
8
10
  */
9
11
  export interface ListHandshakesForOrganizationCommandInput extends ListHandshakesForOrganizationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListHandshakesForOrganizationCommand}.
13
17
  */
14
18
  export interface ListHandshakesForOrganizationCommandOutput extends ListHandshakesForOrganizationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the handshakes that are associated with the organization that the requesting
18
23
  * user is part of. The <code>ListHandshakesForOrganization</code> operation returns a list
19
24
  * of handshake structures. Each structure contains details and status about a
@@ -42,6 +47,8 @@ export interface ListHandshakesForOrganizationCommandOutput extends ListHandshak
42
47
  * const response = await client.send(command);
43
48
  * ```
44
49
  *
50
+ * @param ListHandshakesForOrganizationCommandInput - {@link ListHandshakesForOrganizationCommandInput}
51
+ * @returns {@link ListHandshakesForOrganizationCommandOutput}
45
52
  * @see {@link ListHandshakesForOrganizationCommandInput} for command's `input` shape.
46
53
  * @see {@link ListHandshakesForOrganizationCommandOutput} for command's `response` shape.
47
54
  * @see {@link OrganizationsClientResolvedConfig | config} for OrganizationsClient's `config` shape.
@@ -280,11 +287,20 @@ export interface ListHandshakesForOrganizationCommandOutput extends ListHandshak
280
287
  export declare class ListHandshakesForOrganizationCommand extends $Command<ListHandshakesForOrganizationCommandInput, ListHandshakesForOrganizationCommandOutput, OrganizationsClientResolvedConfig> {
281
288
  readonly input: ListHandshakesForOrganizationCommandInput;
282
289
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
290
+ /**
291
+ * @public
292
+ */
283
293
  constructor(input: ListHandshakesForOrganizationCommandInput);
284
294
  /**
285
295
  * @internal
286
296
  */
287
297
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListHandshakesForOrganizationCommandInput, ListHandshakesForOrganizationCommandOutput>;
298
+ /**
299
+ * @internal
300
+ */
288
301
  private serialize;
302
+ /**
303
+ * @internal
304
+ */
289
305
  private deserialize;
290
306
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListOrganizationalUnitsForParentRequest, ListOrganizationalUnitsForParentResponse } from "../models/models_0";
5
5
  import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListOrganizationalUnitsForParentCommand}.
8
10
  */
9
11
  export interface ListOrganizationalUnitsForParentCommandInput extends ListOrganizationalUnitsForParentRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListOrganizationalUnitsForParentCommand}.
13
17
  */
14
18
  export interface ListOrganizationalUnitsForParentCommandOutput extends ListOrganizationalUnitsForParentResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the organizational units (OUs) in a parent organizational unit or root.</p>
18
23
  * <note>
19
24
  * <p>Always check the <code>NextToken</code> response parameter
@@ -35,6 +40,8 @@ export interface ListOrganizationalUnitsForParentCommandOutput extends ListOrgan
35
40
  * const response = await client.send(command);
36
41
  * ```
37
42
  *
43
+ * @param ListOrganizationalUnitsForParentCommandInput - {@link ListOrganizationalUnitsForParentCommandInput}
44
+ * @returns {@link ListOrganizationalUnitsForParentCommandOutput}
38
45
  * @see {@link ListOrganizationalUnitsForParentCommandInput} for command's `input` shape.
39
46
  * @see {@link ListOrganizationalUnitsForParentCommandOutput} for command's `response` shape.
40
47
  * @see {@link OrganizationsClientResolvedConfig | config} for OrganizationsClient's `config` shape.
@@ -200,11 +207,20 @@ export interface ListOrganizationalUnitsForParentCommandOutput extends ListOrgan
200
207
  export declare class ListOrganizationalUnitsForParentCommand extends $Command<ListOrganizationalUnitsForParentCommandInput, ListOrganizationalUnitsForParentCommandOutput, OrganizationsClientResolvedConfig> {
201
208
  readonly input: ListOrganizationalUnitsForParentCommandInput;
202
209
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
210
+ /**
211
+ * @public
212
+ */
203
213
  constructor(input: ListOrganizationalUnitsForParentCommandInput);
204
214
  /**
205
215
  * @internal
206
216
  */
207
217
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListOrganizationalUnitsForParentCommandInput, ListOrganizationalUnitsForParentCommandOutput>;
218
+ /**
219
+ * @internal
220
+ */
208
221
  private serialize;
222
+ /**
223
+ * @internal
224
+ */
209
225
  private deserialize;
210
226
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListParentsRequest, ListParentsResponse } from "../models/models_0";
5
5
  import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListParentsCommand}.
8
10
  */
9
11
  export interface ListParentsCommandInput extends ListParentsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListParentsCommand}.
13
17
  */
14
18
  export interface ListParentsCommandOutput extends ListParentsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the root or organizational units (OUs) that serve as the immediate parent of the
18
23
  * specified child OU or account. This operation, along with <a>ListChildren</a>
19
24
  * enables you to traverse the tree structure that makes up this root.</p>
@@ -40,6 +45,8 @@ export interface ListParentsCommandOutput extends ListParentsResponse, __Metadat
40
45
  * const response = await client.send(command);
41
46
  * ```
42
47
  *
48
+ * @param ListParentsCommandInput - {@link ListParentsCommandInput}
49
+ * @returns {@link ListParentsCommandOutput}
43
50
  * @see {@link ListParentsCommandInput} for command's `input` shape.
44
51
  * @see {@link ListParentsCommandOutput} for command's `response` shape.
45
52
  * @see {@link OrganizationsClientResolvedConfig | config} for OrganizationsClient's `config` shape.
@@ -200,11 +207,20 @@ export interface ListParentsCommandOutput extends ListParentsResponse, __Metadat
200
207
  export declare class ListParentsCommand extends $Command<ListParentsCommandInput, ListParentsCommandOutput, OrganizationsClientResolvedConfig> {
201
208
  readonly input: ListParentsCommandInput;
202
209
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
210
+ /**
211
+ * @public
212
+ */
203
213
  constructor(input: ListParentsCommandInput);
204
214
  /**
205
215
  * @internal
206
216
  */
207
217
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListParentsCommandInput, ListParentsCommandOutput>;
218
+ /**
219
+ * @internal
220
+ */
208
221
  private serialize;
222
+ /**
223
+ * @internal
224
+ */
209
225
  private deserialize;
210
226
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListPoliciesRequest, ListPoliciesResponse } from "../models/models_0";
5
5
  import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListPoliciesCommand}.
8
10
  */
9
11
  export interface ListPoliciesCommandInput extends ListPoliciesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListPoliciesCommand}.
13
17
  */
14
18
  export interface ListPoliciesCommandOutput extends ListPoliciesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves the list of all policies in an organization of a specified type.</p>
18
23
  * <note>
19
24
  * <p>Always check the <code>NextToken</code> response parameter
@@ -35,6 +40,8 @@ export interface ListPoliciesCommandOutput extends ListPoliciesResponse, __Metad
35
40
  * const response = await client.send(command);
36
41
  * ```
37
42
  *
43
+ * @param ListPoliciesCommandInput - {@link ListPoliciesCommandInput}
44
+ * @returns {@link ListPoliciesCommandOutput}
38
45
  * @see {@link ListPoliciesCommandInput} for command's `input` shape.
39
46
  * @see {@link ListPoliciesCommandOutput} for command's `response` shape.
40
47
  * @see {@link OrganizationsClientResolvedConfig | config} for OrganizationsClient's `config` shape.
@@ -214,11 +221,20 @@ export interface ListPoliciesCommandOutput extends ListPoliciesResponse, __Metad
214
221
  export declare class ListPoliciesCommand extends $Command<ListPoliciesCommandInput, ListPoliciesCommandOutput, OrganizationsClientResolvedConfig> {
215
222
  readonly input: ListPoliciesCommandInput;
216
223
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
224
+ /**
225
+ * @public
226
+ */
217
227
  constructor(input: ListPoliciesCommandInput);
218
228
  /**
219
229
  * @internal
220
230
  */
221
231
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPoliciesCommandInput, ListPoliciesCommandOutput>;
232
+ /**
233
+ * @internal
234
+ */
222
235
  private serialize;
236
+ /**
237
+ * @internal
238
+ */
223
239
  private deserialize;
224
240
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListPoliciesForTargetRequest, ListPoliciesForTargetResponse } from "../models/models_0";
5
5
  import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListPoliciesForTargetCommand}.
8
10
  */
9
11
  export interface ListPoliciesForTargetCommandInput extends ListPoliciesForTargetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListPoliciesForTargetCommand}.
13
17
  */
14
18
  export interface ListPoliciesForTargetCommandOutput extends ListPoliciesForTargetResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the policies that are directly attached to the specified target root,
18
23
  * organizational unit (OU), or account. You must specify the policy type that you want
19
24
  * included in the returned list.</p>
@@ -37,6 +42,8 @@ export interface ListPoliciesForTargetCommandOutput extends ListPoliciesForTarge
37
42
  * const response = await client.send(command);
38
43
  * ```
39
44
  *
45
+ * @param ListPoliciesForTargetCommandInput - {@link ListPoliciesForTargetCommandInput}
46
+ * @returns {@link ListPoliciesForTargetCommandOutput}
40
47
  * @see {@link ListPoliciesForTargetCommandInput} for command's `input` shape.
41
48
  * @see {@link ListPoliciesForTargetCommandOutput} for command's `response` shape.
42
49
  * @see {@link OrganizationsClientResolvedConfig | config} for OrganizationsClient's `config` shape.
@@ -205,11 +212,20 @@ export interface ListPoliciesForTargetCommandOutput extends ListPoliciesForTarge
205
212
  export declare class ListPoliciesForTargetCommand extends $Command<ListPoliciesForTargetCommandInput, ListPoliciesForTargetCommandOutput, OrganizationsClientResolvedConfig> {
206
213
  readonly input: ListPoliciesForTargetCommandInput;
207
214
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
215
+ /**
216
+ * @public
217
+ */
208
218
  constructor(input: ListPoliciesForTargetCommandInput);
209
219
  /**
210
220
  * @internal
211
221
  */
212
222
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPoliciesForTargetCommandInput, ListPoliciesForTargetCommandOutput>;
223
+ /**
224
+ * @internal
225
+ */
213
226
  private serialize;
227
+ /**
228
+ * @internal
229
+ */
214
230
  private deserialize;
215
231
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListRootsRequest, ListRootsResponse } from "../models/models_0";
5
5
  import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListRootsCommand}.
8
10
  */
9
11
  export interface ListRootsCommandInput extends ListRootsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListRootsCommand}.
13
17
  */
14
18
  export interface ListRootsCommandOutput extends ListRootsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the roots that are defined in the current organization.</p>
18
23
  * <note>
19
24
  * <p>Always check the <code>NextToken</code> response parameter
@@ -42,6 +47,8 @@ export interface ListRootsCommandOutput extends ListRootsResponse, __MetadataBea
42
47
  * const response = await client.send(command);
43
48
  * ```
44
49
  *
50
+ * @param ListRootsCommandInput - {@link ListRootsCommandInput}
51
+ * @returns {@link ListRootsCommandOutput}
45
52
  * @see {@link ListRootsCommandInput} for command's `input` shape.
46
53
  * @see {@link ListRootsCommandOutput} for command's `response` shape.
47
54
  * @see {@link OrganizationsClientResolvedConfig | config} for OrganizationsClient's `config` shape.
@@ -203,11 +210,20 @@ export interface ListRootsCommandOutput extends ListRootsResponse, __MetadataBea
203
210
  export declare class ListRootsCommand extends $Command<ListRootsCommandInput, ListRootsCommandOutput, OrganizationsClientResolvedConfig> {
204
211
  readonly input: ListRootsCommandInput;
205
212
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
213
+ /**
214
+ * @public
215
+ */
206
216
  constructor(input: ListRootsCommandInput);
207
217
  /**
208
218
  * @internal
209
219
  */
210
220
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRootsCommandInput, ListRootsCommandOutput>;
221
+ /**
222
+ * @internal
223
+ */
211
224
  private serialize;
225
+ /**
226
+ * @internal
227
+ */
212
228
  private deserialize;
213
229
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
5
  import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTagsForResourceCommand}.
8
10
  */
9
11
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTagsForResourceCommand}.
13
17
  */
14
18
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists tags that are attached to the specified resource.</p>
18
23
  * <p>You can attach tags to the following resources in Organizations.</p>
19
24
  * <ul>
@@ -42,6 +47,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
42
47
  * const response = await client.send(command);
43
48
  * ```
44
49
  *
50
+ * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
51
+ * @returns {@link ListTagsForResourceCommandOutput}
45
52
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
46
53
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
47
54
  * @see {@link OrganizationsClientResolvedConfig | config} for OrganizationsClient's `config` shape.
@@ -181,11 +188,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
181
188
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, OrganizationsClientResolvedConfig> {
182
189
  readonly input: ListTagsForResourceCommandInput;
183
190
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
191
+ /**
192
+ * @public
193
+ */
184
194
  constructor(input: ListTagsForResourceCommandInput);
185
195
  /**
186
196
  * @internal
187
197
  */
188
198
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
199
+ /**
200
+ * @internal
201
+ */
189
202
  private serialize;
203
+ /**
204
+ * @internal
205
+ */
190
206
  private deserialize;
191
207
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListTargetsForPolicyRequest, ListTargetsForPolicyResponse } from "../models/models_0";
5
5
  import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTargetsForPolicyCommand}.
8
10
  */
9
11
  export interface ListTargetsForPolicyCommandInput extends ListTargetsForPolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTargetsForPolicyCommand}.
13
17
  */
14
18
  export interface ListTargetsForPolicyCommandOutput extends ListTargetsForPolicyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists all the roots, organizational units (OUs), and accounts that the specified
18
23
  * policy is attached to.</p>
19
24
  * <note>
@@ -36,6 +41,8 @@ export interface ListTargetsForPolicyCommandOutput extends ListTargetsForPolicyR
36
41
  * const response = await client.send(command);
37
42
  * ```
38
43
  *
44
+ * @param ListTargetsForPolicyCommandInput - {@link ListTargetsForPolicyCommandInput}
45
+ * @returns {@link ListTargetsForPolicyCommandOutput}
39
46
  * @see {@link ListTargetsForPolicyCommandInput} for command's `input` shape.
40
47
  * @see {@link ListTargetsForPolicyCommandOutput} for command's `response` shape.
41
48
  * @see {@link OrganizationsClientResolvedConfig | config} for OrganizationsClient's `config` shape.
@@ -212,11 +219,20 @@ export interface ListTargetsForPolicyCommandOutput extends ListTargetsForPolicyR
212
219
  export declare class ListTargetsForPolicyCommand extends $Command<ListTargetsForPolicyCommandInput, ListTargetsForPolicyCommandOutput, OrganizationsClientResolvedConfig> {
213
220
  readonly input: ListTargetsForPolicyCommandInput;
214
221
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
222
+ /**
223
+ * @public
224
+ */
215
225
  constructor(input: ListTargetsForPolicyCommandInput);
216
226
  /**
217
227
  * @internal
218
228
  */
219
229
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTargetsForPolicyCommandInput, ListTargetsForPolicyCommandOutput>;
230
+ /**
231
+ * @internal
232
+ */
220
233
  private serialize;
234
+ /**
235
+ * @internal
236
+ */
221
237
  private deserialize;
222
238
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { MoveAccountRequest } from "../models/models_0";
5
5
  import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link MoveAccountCommand}.
8
10
  */
9
11
  export interface MoveAccountCommandInput extends MoveAccountRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link MoveAccountCommand}.
13
17
  */
14
18
  export interface MoveAccountCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Moves an account from its current source parent root or organizational unit (OU) to
18
23
  * the specified destination parent root or OU.</p>
19
24
  * <p>This operation can be called only from the organization's management account.</p>
@@ -27,6 +32,8 @@ export interface MoveAccountCommandOutput extends __MetadataBearer {
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param MoveAccountCommandInput - {@link MoveAccountCommandInput}
36
+ * @returns {@link MoveAccountCommandOutput}
30
37
  * @see {@link MoveAccountCommandInput} for command's `input` shape.
31
38
  * @see {@link MoveAccountCommandOutput} for command's `response` shape.
32
39
  * @see {@link OrganizationsClientResolvedConfig | config} for OrganizationsClient's `config` shape.
@@ -195,11 +202,20 @@ export interface MoveAccountCommandOutput extends __MetadataBearer {
195
202
  export declare class MoveAccountCommand extends $Command<MoveAccountCommandInput, MoveAccountCommandOutput, OrganizationsClientResolvedConfig> {
196
203
  readonly input: MoveAccountCommandInput;
197
204
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
205
+ /**
206
+ * @public
207
+ */
198
208
  constructor(input: MoveAccountCommandInput);
199
209
  /**
200
210
  * @internal
201
211
  */
202
212
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<MoveAccountCommandInput, MoveAccountCommandOutput>;
213
+ /**
214
+ * @internal
215
+ */
203
216
  private serialize;
217
+ /**
218
+ * @internal
219
+ */
204
220
  private deserialize;
205
221
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0";
5
5
  import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutResourcePolicyCommand}.
8
10
  */
9
11
  export interface PutResourcePolicyCommandInput extends PutResourcePolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutResourcePolicyCommand}.
13
17
  */
14
18
  export interface PutResourcePolicyCommandOutput extends PutResourcePolicyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates or updates a resource policy.</p>
18
23
  * <p>You can only call this operation from the organization's management account.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param PutResourcePolicyCommandInput - {@link PutResourcePolicyCommandInput}
35
+ * @returns {@link PutResourcePolicyCommandOutput}
29
36
  * @see {@link PutResourcePolicyCommandInput} for command's `input` shape.
30
37
  * @see {@link PutResourcePolicyCommandOutput} for command's `response` shape.
31
38
  * @see {@link OrganizationsClientResolvedConfig | config} for OrganizationsClient's `config` shape.
@@ -365,11 +372,20 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
365
372
  export declare class PutResourcePolicyCommand extends $Command<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, OrganizationsClientResolvedConfig> {
366
373
  readonly input: PutResourcePolicyCommandInput;
367
374
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
375
+ /**
376
+ * @public
377
+ */
368
378
  constructor(input: PutResourcePolicyCommandInput);
369
379
  /**
370
380
  * @internal
371
381
  */
372
382
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput>;
383
+ /**
384
+ * @internal
385
+ */
373
386
  private serialize;
387
+ /**
388
+ * @internal
389
+ */
374
390
  private deserialize;
375
391
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { RegisterDelegatedAdministratorRequest } from "../models/models_0";
5
5
  import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link RegisterDelegatedAdministratorCommand}.
8
10
  */
9
11
  export interface RegisterDelegatedAdministratorCommandInput extends RegisterDelegatedAdministratorRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link RegisterDelegatedAdministratorCommand}.
13
17
  */
14
18
  export interface RegisterDelegatedAdministratorCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Enables the specified member account to administer the Organizations features of the specified
18
23
  * Amazon Web Services service. It grants read-only access to Organizations service data. The account still
19
24
  * requires IAM permissions to access and administer the Amazon Web Services service.</p>
@@ -33,6 +38,8 @@ export interface RegisterDelegatedAdministratorCommandOutput extends __MetadataB
33
38
  * const response = await client.send(command);
34
39
  * ```
35
40
  *
41
+ * @param RegisterDelegatedAdministratorCommandInput - {@link RegisterDelegatedAdministratorCommandInput}
42
+ * @returns {@link RegisterDelegatedAdministratorCommandOutput}
36
43
  * @see {@link RegisterDelegatedAdministratorCommandInput} for command's `input` shape.
37
44
  * @see {@link RegisterDelegatedAdministratorCommandOutput} for command's `response` shape.
38
45
  * @see {@link OrganizationsClientResolvedConfig | config} for OrganizationsClient's `config` shape.
@@ -381,11 +388,20 @@ export interface RegisterDelegatedAdministratorCommandOutput extends __MetadataB
381
388
  export declare class RegisterDelegatedAdministratorCommand extends $Command<RegisterDelegatedAdministratorCommandInput, RegisterDelegatedAdministratorCommandOutput, OrganizationsClientResolvedConfig> {
382
389
  readonly input: RegisterDelegatedAdministratorCommandInput;
383
390
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
391
+ /**
392
+ * @public
393
+ */
384
394
  constructor(input: RegisterDelegatedAdministratorCommandInput);
385
395
  /**
386
396
  * @internal
387
397
  */
388
398
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RegisterDelegatedAdministratorCommandInput, RegisterDelegatedAdministratorCommandOutput>;
399
+ /**
400
+ * @internal
401
+ */
389
402
  private serialize;
403
+ /**
404
+ * @internal
405
+ */
390
406
  private deserialize;
391
407
  }