@aws-sdk/client-organizations 3.296.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.
- package/dist-types/Organizations.d.ts +56 -0
- package/dist-types/OrganizationsClient.d.ts +24 -4
- package/dist-types/commands/AcceptHandshakeCommand.d.ts +16 -0
- package/dist-types/commands/AttachPolicyCommand.d.ts +16 -0
- package/dist-types/commands/CancelHandshakeCommand.d.ts +16 -0
- package/dist-types/commands/CloseAccountCommand.d.ts +16 -0
- package/dist-types/commands/CreateAccountCommand.d.ts +16 -0
- package/dist-types/commands/CreateGovCloudAccountCommand.d.ts +16 -0
- package/dist-types/commands/CreateOrganizationCommand.d.ts +16 -0
- package/dist-types/commands/CreateOrganizationalUnitCommand.d.ts +16 -0
- package/dist-types/commands/CreatePolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeclineHandshakeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteOrganizationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteOrganizationalUnitCommand.d.ts +16 -0
- package/dist-types/commands/DeletePolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterDelegatedAdministratorCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAccountCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCreateAccountStatusCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEffectivePolicyCommand.d.ts +16 -0
- package/dist-types/commands/DescribeHandshakeCommand.d.ts +16 -0
- package/dist-types/commands/DescribeOrganizationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeOrganizationalUnitCommand.d.ts +16 -0
- package/dist-types/commands/DescribePolicyCommand.d.ts +16 -0
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/DetachPolicyCommand.d.ts +16 -0
- package/dist-types/commands/DisableAWSServiceAccessCommand.d.ts +16 -0
- package/dist-types/commands/DisablePolicyTypeCommand.d.ts +16 -0
- package/dist-types/commands/EnableAWSServiceAccessCommand.d.ts +16 -0
- package/dist-types/commands/EnableAllFeaturesCommand.d.ts +16 -0
- package/dist-types/commands/EnablePolicyTypeCommand.d.ts +16 -0
- package/dist-types/commands/InviteAccountToOrganizationCommand.d.ts +16 -0
- package/dist-types/commands/LeaveOrganizationCommand.d.ts +16 -0
- package/dist-types/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +16 -0
- package/dist-types/commands/ListAccountsCommand.d.ts +16 -0
- package/dist-types/commands/ListAccountsForParentCommand.d.ts +16 -0
- package/dist-types/commands/ListChildrenCommand.d.ts +16 -0
- package/dist-types/commands/ListCreateAccountStatusCommand.d.ts +16 -0
- package/dist-types/commands/ListDelegatedAdministratorsCommand.d.ts +16 -0
- package/dist-types/commands/ListDelegatedServicesForAccountCommand.d.ts +16 -0
- package/dist-types/commands/ListHandshakesForAccountCommand.d.ts +16 -0
- package/dist-types/commands/ListHandshakesForOrganizationCommand.d.ts +16 -0
- package/dist-types/commands/ListOrganizationalUnitsForParentCommand.d.ts +16 -0
- package/dist-types/commands/ListParentsCommand.d.ts +16 -0
- package/dist-types/commands/ListPoliciesCommand.d.ts +16 -0
- package/dist-types/commands/ListPoliciesForTargetCommand.d.ts +16 -0
- package/dist-types/commands/ListRootsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListTargetsForPolicyCommand.d.ts +16 -0
- package/dist-types/commands/MoveAccountCommand.d.ts +16 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/RegisterDelegatedAdministratorCommand.d.ts +16 -0
- package/dist-types/commands/RemoveAccountFromOrganizationCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateOrganizationalUnitCommand.d.ts +16 -0
- package/dist-types/commands/UpdatePolicyCommand.d.ts +16 -0
- package/dist-types/models/OrganizationsServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +398 -2
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListAWSServiceAccessForOrganizationPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAccountsForParentPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAccountsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListChildrenPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCreateAccountStatusPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDelegatedAdministratorsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDelegatedServicesForAccountPaginator.d.ts +3 -0
- package/dist-types/pagination/ListHandshakesForAccountPaginator.d.ts +3 -0
- package/dist-types/pagination/ListHandshakesForOrganizationPaginator.d.ts +3 -0
- package/dist-types/pagination/ListOrganizationalUnitsForParentPaginator.d.ts +3 -0
- package/dist-types/pagination/ListParentsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPoliciesForTargetPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPoliciesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRootsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
- package/dist-types/pagination/ListTargetsForPolicyPaginator.d.ts +3 -0
- package/package.json +3 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EnableAWSServiceAccessRequest } from "../models/models_0";
|
|
5
5
|
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link EnableAWSServiceAccessCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface EnableAWSServiceAccessCommandInput extends EnableAWSServiceAccessRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link EnableAWSServiceAccessCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface EnableAWSServiceAccessCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Enables the integration of an Amazon Web Services service (the service that is specified by
|
|
18
23
|
* <code>ServicePrincipal</code>) with Organizations. When you enable integration, you allow
|
|
19
24
|
* the specified service to create a <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/using-service-linked-roles.html">service-linked role</a> in
|
|
@@ -44,6 +49,8 @@ export interface EnableAWSServiceAccessCommandOutput extends __MetadataBearer {
|
|
|
44
49
|
* const response = await client.send(command);
|
|
45
50
|
* ```
|
|
46
51
|
*
|
|
52
|
+
* @param EnableAWSServiceAccessCommandInput - {@link EnableAWSServiceAccessCommandInput}
|
|
53
|
+
* @returns {@link EnableAWSServiceAccessCommandOutput}
|
|
47
54
|
* @see {@link EnableAWSServiceAccessCommandInput} for command's `input` shape.
|
|
48
55
|
* @see {@link EnableAWSServiceAccessCommandOutput} for command's `response` shape.
|
|
49
56
|
* @see {@link OrganizationsClientResolvedConfig | config} for OrganizationsClient's `config` shape.
|
|
@@ -383,11 +390,20 @@ export interface EnableAWSServiceAccessCommandOutput extends __MetadataBearer {
|
|
|
383
390
|
export declare class EnableAWSServiceAccessCommand extends $Command<EnableAWSServiceAccessCommandInput, EnableAWSServiceAccessCommandOutput, OrganizationsClientResolvedConfig> {
|
|
384
391
|
readonly input: EnableAWSServiceAccessCommandInput;
|
|
385
392
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
393
|
+
/**
|
|
394
|
+
* @public
|
|
395
|
+
*/
|
|
386
396
|
constructor(input: EnableAWSServiceAccessCommandInput);
|
|
387
397
|
/**
|
|
388
398
|
* @internal
|
|
389
399
|
*/
|
|
390
400
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableAWSServiceAccessCommandInput, EnableAWSServiceAccessCommandOutput>;
|
|
401
|
+
/**
|
|
402
|
+
* @internal
|
|
403
|
+
*/
|
|
391
404
|
private serialize;
|
|
405
|
+
/**
|
|
406
|
+
* @internal
|
|
407
|
+
*/
|
|
392
408
|
private deserialize;
|
|
393
409
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EnableAllFeaturesRequest, EnableAllFeaturesResponse } from "../models/models_0";
|
|
5
5
|
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link EnableAllFeaturesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface EnableAllFeaturesCommandInput extends EnableAllFeaturesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link EnableAllFeaturesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface EnableAllFeaturesCommandOutput extends EnableAllFeaturesResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Enables all features in an organization. This enables the use of organization policies
|
|
18
23
|
* that can restrict the services and actions that can be called in each account. Until you
|
|
19
24
|
* enable all features, you have access only to consolidated billing, and you can't use any
|
|
@@ -50,6 +55,8 @@ export interface EnableAllFeaturesCommandOutput extends EnableAllFeaturesRespons
|
|
|
50
55
|
* const response = await client.send(command);
|
|
51
56
|
* ```
|
|
52
57
|
*
|
|
58
|
+
* @param EnableAllFeaturesCommandInput - {@link EnableAllFeaturesCommandInput}
|
|
59
|
+
* @returns {@link EnableAllFeaturesCommandOutput}
|
|
53
60
|
* @see {@link EnableAllFeaturesCommandInput} for command's `input` shape.
|
|
54
61
|
* @see {@link EnableAllFeaturesCommandOutput} for command's `response` shape.
|
|
55
62
|
* @see {@link OrganizationsClientResolvedConfig | config} for OrganizationsClient's `config` shape.
|
|
@@ -281,11 +288,20 @@ export interface EnableAllFeaturesCommandOutput extends EnableAllFeaturesRespons
|
|
|
281
288
|
export declare class EnableAllFeaturesCommand extends $Command<EnableAllFeaturesCommandInput, EnableAllFeaturesCommandOutput, OrganizationsClientResolvedConfig> {
|
|
282
289
|
readonly input: EnableAllFeaturesCommandInput;
|
|
283
290
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
291
|
+
/**
|
|
292
|
+
* @public
|
|
293
|
+
*/
|
|
284
294
|
constructor(input: EnableAllFeaturesCommandInput);
|
|
285
295
|
/**
|
|
286
296
|
* @internal
|
|
287
297
|
*/
|
|
288
298
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableAllFeaturesCommandInput, EnableAllFeaturesCommandOutput>;
|
|
299
|
+
/**
|
|
300
|
+
* @internal
|
|
301
|
+
*/
|
|
289
302
|
private serialize;
|
|
303
|
+
/**
|
|
304
|
+
* @internal
|
|
305
|
+
*/
|
|
290
306
|
private deserialize;
|
|
291
307
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { EnablePolicyTypeRequest, EnablePolicyTypeResponse } from "../models/models_0";
|
|
5
5
|
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link EnablePolicyTypeCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface EnablePolicyTypeCommandInput extends EnablePolicyTypeRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link EnablePolicyTypeCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface EnablePolicyTypeCommandOutput extends EnablePolicyTypeResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Enables a policy type in a root. After you enable a policy type in a root, you can
|
|
18
23
|
* attach policies of that type to the root, any organizational unit (OU), or account in
|
|
19
24
|
* that root. You can undo this by using the <a>DisablePolicyType</a>
|
|
@@ -35,6 +40,8 @@ export interface EnablePolicyTypeCommandOutput extends EnablePolicyTypeResponse,
|
|
|
35
40
|
* const response = await client.send(command);
|
|
36
41
|
* ```
|
|
37
42
|
*
|
|
43
|
+
* @param EnablePolicyTypeCommandInput - {@link EnablePolicyTypeCommandInput}
|
|
44
|
+
* @returns {@link EnablePolicyTypeCommandOutput}
|
|
38
45
|
* @see {@link EnablePolicyTypeCommandInput} for command's `input` shape.
|
|
39
46
|
* @see {@link EnablePolicyTypeCommandOutput} for command's `response` shape.
|
|
40
47
|
* @see {@link OrganizationsClientResolvedConfig | config} for OrganizationsClient's `config` shape.
|
|
@@ -418,11 +425,20 @@ export interface EnablePolicyTypeCommandOutput extends EnablePolicyTypeResponse,
|
|
|
418
425
|
export declare class EnablePolicyTypeCommand extends $Command<EnablePolicyTypeCommandInput, EnablePolicyTypeCommandOutput, OrganizationsClientResolvedConfig> {
|
|
419
426
|
readonly input: EnablePolicyTypeCommandInput;
|
|
420
427
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
428
|
+
/**
|
|
429
|
+
* @public
|
|
430
|
+
*/
|
|
421
431
|
constructor(input: EnablePolicyTypeCommandInput);
|
|
422
432
|
/**
|
|
423
433
|
* @internal
|
|
424
434
|
*/
|
|
425
435
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnablePolicyTypeCommandInput, EnablePolicyTypeCommandOutput>;
|
|
436
|
+
/**
|
|
437
|
+
* @internal
|
|
438
|
+
*/
|
|
426
439
|
private serialize;
|
|
440
|
+
/**
|
|
441
|
+
* @internal
|
|
442
|
+
*/
|
|
427
443
|
private deserialize;
|
|
428
444
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { InviteAccountToOrganizationRequest, InviteAccountToOrganizationResponse } from "../models/models_0";
|
|
5
5
|
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link InviteAccountToOrganizationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface InviteAccountToOrganizationCommandInput extends InviteAccountToOrganizationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link InviteAccountToOrganizationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface InviteAccountToOrganizationCommandOutput extends InviteAccountToOrganizationResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Sends an invitation to another account to join your organization as a member account.
|
|
18
23
|
* Organizations sends email on your behalf to the email address that is associated with the
|
|
19
24
|
* other account's owner. The invitation is implemented as a <a>Handshake</a>
|
|
@@ -50,6 +55,8 @@ export interface InviteAccountToOrganizationCommandOutput extends InviteAccountT
|
|
|
50
55
|
* const response = await client.send(command);
|
|
51
56
|
* ```
|
|
52
57
|
*
|
|
58
|
+
* @param InviteAccountToOrganizationCommandInput - {@link InviteAccountToOrganizationCommandInput}
|
|
59
|
+
* @returns {@link InviteAccountToOrganizationCommandOutput}
|
|
53
60
|
* @see {@link InviteAccountToOrganizationCommandInput} for command's `input` shape.
|
|
54
61
|
* @see {@link InviteAccountToOrganizationCommandOutput} for command's `response` shape.
|
|
55
62
|
* @see {@link OrganizationsClientResolvedConfig | config} for OrganizationsClient's `config` shape.
|
|
@@ -525,11 +532,20 @@ export interface InviteAccountToOrganizationCommandOutput extends InviteAccountT
|
|
|
525
532
|
export declare class InviteAccountToOrganizationCommand extends $Command<InviteAccountToOrganizationCommandInput, InviteAccountToOrganizationCommandOutput, OrganizationsClientResolvedConfig> {
|
|
526
533
|
readonly input: InviteAccountToOrganizationCommandInput;
|
|
527
534
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
535
|
+
/**
|
|
536
|
+
* @public
|
|
537
|
+
*/
|
|
528
538
|
constructor(input: InviteAccountToOrganizationCommandInput);
|
|
529
539
|
/**
|
|
530
540
|
* @internal
|
|
531
541
|
*/
|
|
532
542
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<InviteAccountToOrganizationCommandInput, InviteAccountToOrganizationCommandOutput>;
|
|
543
|
+
/**
|
|
544
|
+
* @internal
|
|
545
|
+
*/
|
|
533
546
|
private serialize;
|
|
547
|
+
/**
|
|
548
|
+
* @internal
|
|
549
|
+
*/
|
|
534
550
|
private deserialize;
|
|
535
551
|
}
|
|
@@ -3,16 +3,21 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
5
5
|
/**
|
|
6
|
+
* @public
|
|
7
|
+
*
|
|
6
8
|
* The input for {@link LeaveOrganizationCommand}.
|
|
7
9
|
*/
|
|
8
10
|
export interface LeaveOrganizationCommandInput {
|
|
9
11
|
}
|
|
10
12
|
/**
|
|
13
|
+
* @public
|
|
14
|
+
*
|
|
11
15
|
* The output of {@link LeaveOrganizationCommand}.
|
|
12
16
|
*/
|
|
13
17
|
export interface LeaveOrganizationCommandOutput extends __MetadataBearer {
|
|
14
18
|
}
|
|
15
19
|
/**
|
|
20
|
+
* @public
|
|
16
21
|
* <p>Removes a member account from its parent organization. This version of the operation
|
|
17
22
|
* is performed by the account that wants to leave. To remove a member account as a user in
|
|
18
23
|
* the management account, use <a>RemoveAccountFromOrganization</a>
|
|
@@ -88,6 +93,8 @@ export interface LeaveOrganizationCommandOutput extends __MetadataBearer {
|
|
|
88
93
|
* const response = await client.send(command);
|
|
89
94
|
* ```
|
|
90
95
|
*
|
|
96
|
+
* @param LeaveOrganizationCommandInput - {@link LeaveOrganizationCommandInput}
|
|
97
|
+
* @returns {@link LeaveOrganizationCommandOutput}
|
|
91
98
|
* @see {@link LeaveOrganizationCommandInput} for command's `input` shape.
|
|
92
99
|
* @see {@link LeaveOrganizationCommandOutput} for command's `response` shape.
|
|
93
100
|
* @see {@link OrganizationsClientResolvedConfig | config} for OrganizationsClient's `config` shape.
|
|
@@ -443,11 +450,20 @@ export interface LeaveOrganizationCommandOutput extends __MetadataBearer {
|
|
|
443
450
|
export declare class LeaveOrganizationCommand extends $Command<LeaveOrganizationCommandInput, LeaveOrganizationCommandOutput, OrganizationsClientResolvedConfig> {
|
|
444
451
|
readonly input: LeaveOrganizationCommandInput;
|
|
445
452
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
453
|
+
/**
|
|
454
|
+
* @public
|
|
455
|
+
*/
|
|
446
456
|
constructor(input: LeaveOrganizationCommandInput);
|
|
447
457
|
/**
|
|
448
458
|
* @internal
|
|
449
459
|
*/
|
|
450
460
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<LeaveOrganizationCommandInput, LeaveOrganizationCommandOutput>;
|
|
461
|
+
/**
|
|
462
|
+
* @internal
|
|
463
|
+
*/
|
|
451
464
|
private serialize;
|
|
465
|
+
/**
|
|
466
|
+
* @internal
|
|
467
|
+
*/
|
|
452
468
|
private deserialize;
|
|
453
469
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ListAWSServiceAccessForOrganizationRequest, ListAWSServiceAccessForOrganizationResponse } from "../models/models_0";
|
|
5
5
|
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListAWSServiceAccessForOrganizationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListAWSServiceAccessForOrganizationCommandInput extends ListAWSServiceAccessForOrganizationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListAWSServiceAccessForOrganizationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListAWSServiceAccessForOrganizationCommandOutput extends ListAWSServiceAccessForOrganizationResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns a list of the Amazon Web Services services that you enabled to integrate with your
|
|
18
23
|
* organization. After a service on this list creates the resources that it requires for
|
|
19
24
|
* the integration, it can perform operations on your organization and its accounts.</p>
|
|
@@ -33,6 +38,8 @@ export interface ListAWSServiceAccessForOrganizationCommandOutput extends ListAW
|
|
|
33
38
|
* const response = await client.send(command);
|
|
34
39
|
* ```
|
|
35
40
|
*
|
|
41
|
+
* @param ListAWSServiceAccessForOrganizationCommandInput - {@link ListAWSServiceAccessForOrganizationCommandInput}
|
|
42
|
+
* @returns {@link ListAWSServiceAccessForOrganizationCommandOutput}
|
|
36
43
|
* @see {@link ListAWSServiceAccessForOrganizationCommandInput} for command's `input` shape.
|
|
37
44
|
* @see {@link ListAWSServiceAccessForOrganizationCommandOutput} for command's `response` shape.
|
|
38
45
|
* @see {@link OrganizationsClientResolvedConfig | config} for OrganizationsClient's `config` shape.
|
|
@@ -368,11 +375,20 @@ export interface ListAWSServiceAccessForOrganizationCommandOutput extends ListAW
|
|
|
368
375
|
export declare class ListAWSServiceAccessForOrganizationCommand extends $Command<ListAWSServiceAccessForOrganizationCommandInput, ListAWSServiceAccessForOrganizationCommandOutput, OrganizationsClientResolvedConfig> {
|
|
369
376
|
readonly input: ListAWSServiceAccessForOrganizationCommandInput;
|
|
370
377
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
378
|
+
/**
|
|
379
|
+
* @public
|
|
380
|
+
*/
|
|
371
381
|
constructor(input: ListAWSServiceAccessForOrganizationCommandInput);
|
|
372
382
|
/**
|
|
373
383
|
* @internal
|
|
374
384
|
*/
|
|
375
385
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAWSServiceAccessForOrganizationCommandInput, ListAWSServiceAccessForOrganizationCommandOutput>;
|
|
386
|
+
/**
|
|
387
|
+
* @internal
|
|
388
|
+
*/
|
|
376
389
|
private serialize;
|
|
390
|
+
/**
|
|
391
|
+
* @internal
|
|
392
|
+
*/
|
|
377
393
|
private deserialize;
|
|
378
394
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ListAccountsRequest, ListAccountsResponse } from "../models/models_0";
|
|
5
5
|
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListAccountsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListAccountsCommandInput extends ListAccountsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListAccountsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListAccountsCommandOutput extends ListAccountsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists all the accounts in the organization. To request only the accounts in a
|
|
18
23
|
* specified root or organizational unit (OU), use the <a>ListAccountsForParent</a> operation instead.</p>
|
|
19
24
|
* <note>
|
|
@@ -36,6 +41,8 @@ export interface ListAccountsCommandOutput extends ListAccountsResponse, __Metad
|
|
|
36
41
|
* const response = await client.send(command);
|
|
37
42
|
* ```
|
|
38
43
|
*
|
|
44
|
+
* @param ListAccountsCommandInput - {@link ListAccountsCommandInput}
|
|
45
|
+
* @returns {@link ListAccountsCommandOutput}
|
|
39
46
|
* @see {@link ListAccountsCommandInput} for command's `input` shape.
|
|
40
47
|
* @see {@link ListAccountsCommandOutput} for command's `response` shape.
|
|
41
48
|
* @see {@link OrganizationsClientResolvedConfig | config} for OrganizationsClient's `config` shape.
|
|
@@ -222,11 +229,20 @@ export interface ListAccountsCommandOutput extends ListAccountsResponse, __Metad
|
|
|
222
229
|
export declare class ListAccountsCommand extends $Command<ListAccountsCommandInput, ListAccountsCommandOutput, OrganizationsClientResolvedConfig> {
|
|
223
230
|
readonly input: ListAccountsCommandInput;
|
|
224
231
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
232
|
+
/**
|
|
233
|
+
* @public
|
|
234
|
+
*/
|
|
225
235
|
constructor(input: ListAccountsCommandInput);
|
|
226
236
|
/**
|
|
227
237
|
* @internal
|
|
228
238
|
*/
|
|
229
239
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAccountsCommandInput, ListAccountsCommandOutput>;
|
|
240
|
+
/**
|
|
241
|
+
* @internal
|
|
242
|
+
*/
|
|
230
243
|
private serialize;
|
|
244
|
+
/**
|
|
245
|
+
* @internal
|
|
246
|
+
*/
|
|
231
247
|
private deserialize;
|
|
232
248
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ListAccountsForParentRequest, ListAccountsForParentResponse } from "../models/models_0";
|
|
5
5
|
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListAccountsForParentCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListAccountsForParentCommandInput extends ListAccountsForParentRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListAccountsForParentCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListAccountsForParentCommandOutput extends ListAccountsForParentResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the accounts in an organization that are contained by the specified target root
|
|
18
23
|
* or organizational unit (OU). If you specify the root, you get a list of all the accounts
|
|
19
24
|
* that aren't in any OU. If you specify an OU, you get a list of all the accounts in only
|
|
@@ -39,6 +44,8 @@ export interface ListAccountsForParentCommandOutput extends ListAccountsForParen
|
|
|
39
44
|
* const response = await client.send(command);
|
|
40
45
|
* ```
|
|
41
46
|
*
|
|
47
|
+
* @param ListAccountsForParentCommandInput - {@link ListAccountsForParentCommandInput}
|
|
48
|
+
* @returns {@link ListAccountsForParentCommandOutput}
|
|
42
49
|
* @see {@link ListAccountsForParentCommandInput} for command's `input` shape.
|
|
43
50
|
* @see {@link ListAccountsForParentCommandOutput} for command's `response` shape.
|
|
44
51
|
* @see {@link OrganizationsClientResolvedConfig | config} for OrganizationsClient's `config` shape.
|
|
@@ -212,11 +219,20 @@ export interface ListAccountsForParentCommandOutput extends ListAccountsForParen
|
|
|
212
219
|
export declare class ListAccountsForParentCommand extends $Command<ListAccountsForParentCommandInput, ListAccountsForParentCommandOutput, OrganizationsClientResolvedConfig> {
|
|
213
220
|
readonly input: ListAccountsForParentCommandInput;
|
|
214
221
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
222
|
+
/**
|
|
223
|
+
* @public
|
|
224
|
+
*/
|
|
215
225
|
constructor(input: ListAccountsForParentCommandInput);
|
|
216
226
|
/**
|
|
217
227
|
* @internal
|
|
218
228
|
*/
|
|
219
229
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAccountsForParentCommandInput, ListAccountsForParentCommandOutput>;
|
|
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 { ListChildrenRequest, ListChildrenResponse } from "../models/models_0";
|
|
5
5
|
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListChildrenCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListChildrenCommandInput extends ListChildrenRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListChildrenCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListChildrenCommandOutput extends ListChildrenResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists all of the organizational units (OUs) or accounts that are contained in the
|
|
18
23
|
* specified parent OU or root. This operation, along with <a>ListParents</a>
|
|
19
24
|
* enables you to traverse the tree structure that makes up this root.</p>
|
|
@@ -37,6 +42,8 @@ export interface ListChildrenCommandOutput extends ListChildrenResponse, __Metad
|
|
|
37
42
|
* const response = await client.send(command);
|
|
38
43
|
* ```
|
|
39
44
|
*
|
|
45
|
+
* @param ListChildrenCommandInput - {@link ListChildrenCommandInput}
|
|
46
|
+
* @returns {@link ListChildrenCommandOutput}
|
|
40
47
|
* @see {@link ListChildrenCommandInput} for command's `input` shape.
|
|
41
48
|
* @see {@link ListChildrenCommandOutput} for command's `response` shape.
|
|
42
49
|
* @see {@link OrganizationsClientResolvedConfig | config} for OrganizationsClient's `config` shape.
|
|
@@ -201,11 +208,20 @@ export interface ListChildrenCommandOutput extends ListChildrenResponse, __Metad
|
|
|
201
208
|
export declare class ListChildrenCommand extends $Command<ListChildrenCommandInput, ListChildrenCommandOutput, OrganizationsClientResolvedConfig> {
|
|
202
209
|
readonly input: ListChildrenCommandInput;
|
|
203
210
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
211
|
+
/**
|
|
212
|
+
* @public
|
|
213
|
+
*/
|
|
204
214
|
constructor(input: ListChildrenCommandInput);
|
|
205
215
|
/**
|
|
206
216
|
* @internal
|
|
207
217
|
*/
|
|
208
218
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListChildrenCommandInput, ListChildrenCommandOutput>;
|
|
219
|
+
/**
|
|
220
|
+
* @internal
|
|
221
|
+
*/
|
|
209
222
|
private serialize;
|
|
223
|
+
/**
|
|
224
|
+
* @internal
|
|
225
|
+
*/
|
|
210
226
|
private deserialize;
|
|
211
227
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ListCreateAccountStatusRequest, ListCreateAccountStatusResponse } from "../models/models_0";
|
|
5
5
|
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListCreateAccountStatusCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListCreateAccountStatusCommandInput extends ListCreateAccountStatusRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListCreateAccountStatusCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListCreateAccountStatusCommandOutput extends ListCreateAccountStatusResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the account creation requests that match the specified status that is currently
|
|
18
23
|
* being tracked for the organization.</p>
|
|
19
24
|
* <note>
|
|
@@ -36,6 +41,8 @@ export interface ListCreateAccountStatusCommandOutput extends ListCreateAccountS
|
|
|
36
41
|
* const response = await client.send(command);
|
|
37
42
|
* ```
|
|
38
43
|
*
|
|
44
|
+
* @param ListCreateAccountStatusCommandInput - {@link ListCreateAccountStatusCommandInput}
|
|
45
|
+
* @returns {@link ListCreateAccountStatusCommandOutput}
|
|
39
46
|
* @see {@link ListCreateAccountStatusCommandInput} for command's `input` shape.
|
|
40
47
|
* @see {@link ListCreateAccountStatusCommandOutput} for command's `response` shape.
|
|
41
48
|
* @see {@link OrganizationsClientResolvedConfig | config} for OrganizationsClient's `config` shape.
|
|
@@ -226,11 +233,20 @@ export interface ListCreateAccountStatusCommandOutput extends ListCreateAccountS
|
|
|
226
233
|
export declare class ListCreateAccountStatusCommand extends $Command<ListCreateAccountStatusCommandInput, ListCreateAccountStatusCommandOutput, OrganizationsClientResolvedConfig> {
|
|
227
234
|
readonly input: ListCreateAccountStatusCommandInput;
|
|
228
235
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
236
|
+
/**
|
|
237
|
+
* @public
|
|
238
|
+
*/
|
|
229
239
|
constructor(input: ListCreateAccountStatusCommandInput);
|
|
230
240
|
/**
|
|
231
241
|
* @internal
|
|
232
242
|
*/
|
|
233
243
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCreateAccountStatusCommandInput, ListCreateAccountStatusCommandOutput>;
|
|
244
|
+
/**
|
|
245
|
+
* @internal
|
|
246
|
+
*/
|
|
234
247
|
private serialize;
|
|
248
|
+
/**
|
|
249
|
+
* @internal
|
|
250
|
+
*/
|
|
235
251
|
private deserialize;
|
|
236
252
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ListDelegatedAdministratorsRequest, ListDelegatedAdministratorsResponse } from "../models/models_0";
|
|
5
5
|
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListDelegatedAdministratorsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListDelegatedAdministratorsCommandInput extends ListDelegatedAdministratorsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListDelegatedAdministratorsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListDelegatedAdministratorsCommandOutput extends ListDelegatedAdministratorsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the Amazon Web Services accounts that are designated as delegated administrators in this
|
|
18
23
|
* organization.</p>
|
|
19
24
|
* <p>This operation can be called only from the organization's
|
|
@@ -28,6 +33,8 @@ export interface ListDelegatedAdministratorsCommandOutput extends ListDelegatedA
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param ListDelegatedAdministratorsCommandInput - {@link ListDelegatedAdministratorsCommandInput}
|
|
37
|
+
* @returns {@link ListDelegatedAdministratorsCommandOutput}
|
|
31
38
|
* @see {@link ListDelegatedAdministratorsCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link ListDelegatedAdministratorsCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link OrganizationsClientResolvedConfig | config} for OrganizationsClient's `config` shape.
|
|
@@ -363,11 +370,20 @@ export interface ListDelegatedAdministratorsCommandOutput extends ListDelegatedA
|
|
|
363
370
|
export declare class ListDelegatedAdministratorsCommand extends $Command<ListDelegatedAdministratorsCommandInput, ListDelegatedAdministratorsCommandOutput, OrganizationsClientResolvedConfig> {
|
|
364
371
|
readonly input: ListDelegatedAdministratorsCommandInput;
|
|
365
372
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
373
|
+
/**
|
|
374
|
+
* @public
|
|
375
|
+
*/
|
|
366
376
|
constructor(input: ListDelegatedAdministratorsCommandInput);
|
|
367
377
|
/**
|
|
368
378
|
* @internal
|
|
369
379
|
*/
|
|
370
380
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDelegatedAdministratorsCommandInput, ListDelegatedAdministratorsCommandOutput>;
|
|
381
|
+
/**
|
|
382
|
+
* @internal
|
|
383
|
+
*/
|
|
371
384
|
private serialize;
|
|
385
|
+
/**
|
|
386
|
+
* @internal
|
|
387
|
+
*/
|
|
372
388
|
private deserialize;
|
|
373
389
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ListDelegatedServicesForAccountRequest, ListDelegatedServicesForAccountResponse } from "../models/models_0";
|
|
5
5
|
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListDelegatedServicesForAccountCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListDelegatedServicesForAccountCommandInput extends ListDelegatedServicesForAccountRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListDelegatedServicesForAccountCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListDelegatedServicesForAccountCommandOutput extends ListDelegatedServicesForAccountResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>List the Amazon Web Services services for which the specified account is a delegated
|
|
18
23
|
* administrator.</p>
|
|
19
24
|
* <p>This operation can be called only from the organization's
|
|
@@ -28,6 +33,8 @@ export interface ListDelegatedServicesForAccountCommandOutput extends ListDelega
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param ListDelegatedServicesForAccountCommandInput - {@link ListDelegatedServicesForAccountCommandInput}
|
|
37
|
+
* @returns {@link ListDelegatedServicesForAccountCommandOutput}
|
|
31
38
|
* @see {@link ListDelegatedServicesForAccountCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link ListDelegatedServicesForAccountCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link OrganizationsClientResolvedConfig | config} for OrganizationsClient's `config` shape.
|
|
@@ -371,11 +378,20 @@ export interface ListDelegatedServicesForAccountCommandOutput extends ListDelega
|
|
|
371
378
|
export declare class ListDelegatedServicesForAccountCommand extends $Command<ListDelegatedServicesForAccountCommandInput, ListDelegatedServicesForAccountCommandOutput, OrganizationsClientResolvedConfig> {
|
|
372
379
|
readonly input: ListDelegatedServicesForAccountCommandInput;
|
|
373
380
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
381
|
+
/**
|
|
382
|
+
* @public
|
|
383
|
+
*/
|
|
374
384
|
constructor(input: ListDelegatedServicesForAccountCommandInput);
|
|
375
385
|
/**
|
|
376
386
|
* @internal
|
|
377
387
|
*/
|
|
378
388
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDelegatedServicesForAccountCommandInput, ListDelegatedServicesForAccountCommandOutput>;
|
|
389
|
+
/**
|
|
390
|
+
* @internal
|
|
391
|
+
*/
|
|
379
392
|
private serialize;
|
|
393
|
+
/**
|
|
394
|
+
* @internal
|
|
395
|
+
*/
|
|
380
396
|
private deserialize;
|
|
381
397
|
}
|