@aws-sdk/client-organizations 3.936.0 → 3.937.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/README.md +48 -0
- package/dist-cjs/index.js +462 -69
- package/dist-es/Organizations.js +12 -0
- package/dist-es/commands/DescribeResponsibilityTransferCommand.js +16 -0
- package/dist-es/commands/InviteOrganizationToTransferResponsibilityCommand.js +16 -0
- package/dist-es/commands/ListInboundResponsibilityTransfersCommand.js +16 -0
- package/dist-es/commands/ListOutboundResponsibilityTransfersCommand.js +16 -0
- package/dist-es/commands/TerminateResponsibilityTransferCommand.js +16 -0
- package/dist-es/commands/UpdateResponsibilityTransferCommand.js +16 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/enums.js +81 -39
- package/dist-es/models/errors.js +72 -30
- package/dist-es/schemas/schemas_0.js +221 -1
- package/dist-types/Organizations.d.ts +42 -0
- package/dist-types/OrganizationsClient.d.ts +8 -2
- package/dist-types/commands/AcceptHandshakeCommand.d.ts +334 -32
- package/dist-types/commands/AttachPolicyCommand.d.ts +74 -3
- package/dist-types/commands/CancelHandshakeCommand.d.ts +45 -9
- package/dist-types/commands/CloseAccountCommand.d.ts +68 -1
- package/dist-types/commands/CreateAccountCommand.d.ts +69 -2
- package/dist-types/commands/CreateGovCloudAccountCommand.d.ts +68 -1
- package/dist-types/commands/CreateOrganizationCommand.d.ts +69 -2
- package/dist-types/commands/CreateOrganizationalUnitCommand.d.ts +69 -2
- package/dist-types/commands/CreatePolicyCommand.d.ts +71 -5
- package/dist-types/commands/DeclineHandshakeCommand.d.ts +45 -10
- package/dist-types/commands/DeleteOrganizationCommand.d.ts +284 -0
- package/dist-types/commands/DeleteOrganizationalUnitCommand.d.ts +38 -1
- package/dist-types/commands/DeletePolicyCommand.d.ts +38 -2
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +32 -2
- package/dist-types/commands/DeregisterDelegatedAdministratorCommand.d.ts +69 -2
- package/dist-types/commands/DescribeAccountCommand.d.ts +38 -2
- package/dist-types/commands/DescribeCreateAccountStatusCommand.d.ts +38 -2
- package/dist-types/commands/DescribeEffectivePolicyCommand.d.ts +71 -4
- package/dist-types/commands/DescribeHandshakeCommand.d.ts +45 -10
- package/dist-types/commands/DescribeOrganizationCommand.d.ts +2 -2
- package/dist-types/commands/DescribeOrganizationalUnitCommand.d.ts +38 -2
- package/dist-types/commands/DescribePolicyCommand.d.ts +39 -3
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +32 -3
- package/dist-types/commands/DescribeResponsibilityTransferCommand.d.ts +267 -0
- package/dist-types/commands/DetachPolicyCommand.d.ts +69 -3
- package/dist-types/commands/DisableAWSServiceAccessCommand.d.ts +69 -2
- package/dist-types/commands/DisablePolicyTypeCommand.d.ts +71 -5
- package/dist-types/commands/EnableAWSServiceAccessCommand.d.ts +69 -2
- package/dist-types/commands/EnableAllFeaturesCommand.d.ts +91 -10
- package/dist-types/commands/EnablePolicyTypeCommand.d.ts +71 -5
- package/dist-types/commands/InviteAccountToOrganizationCommand.d.ts +91 -10
- package/dist-types/commands/InviteOrganizationToTransferResponsibilityCommand.d.ts +617 -0
- package/dist-types/commands/LeaveOrganizationCommand.d.ts +69 -2
- package/dist-types/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +69 -3
- package/dist-types/commands/ListAccountsCommand.d.ts +41 -8
- package/dist-types/commands/ListAccountsForParentCommand.d.ts +41 -8
- package/dist-types/commands/ListAccountsWithInvalidEffectivePolicyCommand.d.ts +71 -5
- package/dist-types/commands/ListChildrenCommand.d.ts +41 -8
- package/dist-types/commands/ListCreateAccountStatusCommand.d.ts +41 -8
- package/dist-types/commands/ListDelegatedAdministratorsCommand.d.ts +69 -3
- package/dist-types/commands/ListDelegatedServicesForAccountCommand.d.ts +69 -3
- package/dist-types/commands/ListEffectivePolicyValidationErrorsCommand.d.ts +71 -5
- package/dist-types/commands/ListHandshakesForAccountCommand.d.ts +49 -17
- package/dist-types/commands/ListHandshakesForOrganizationCommand.d.ts +49 -20
- package/dist-types/commands/ListInboundResponsibilityTransfersCommand.d.ts +524 -0
- package/dist-types/commands/ListOrganizationalUnitsForParentCommand.d.ts +41 -8
- package/dist-types/commands/ListOutboundResponsibilityTransfersCommand.d.ts +521 -0
- package/dist-types/commands/ListParentsCommand.d.ts +41 -8
- package/dist-types/commands/ListPoliciesCommand.d.ts +43 -10
- package/dist-types/commands/ListPoliciesForTargetCommand.d.ts +43 -10
- package/dist-types/commands/ListRootsCommand.d.ts +42 -9
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +38 -2
- package/dist-types/commands/ListTargetsForPolicyCommand.d.ts +41 -8
- package/dist-types/commands/MoveAccountCommand.d.ts +38 -1
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +69 -2
- package/dist-types/commands/RegisterDelegatedAdministratorCommand.d.ts +69 -2
- package/dist-types/commands/RemoveAccountFromOrganizationCommand.d.ts +69 -2
- package/dist-types/commands/TagResourceCommand.d.ts +69 -3
- package/dist-types/commands/TerminateResponsibilityTransferCommand.d.ts +526 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +69 -3
- package/dist-types/commands/UpdateOrganizationalUnitCommand.d.ts +38 -1
- package/dist-types/commands/UpdatePolicyCommand.d.ts +70 -4
- package/dist-types/commands/UpdateResponsibilityTransferCommand.d.ts +516 -0
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/enums.d.ts +105 -47
- package/dist-types/models/errors.d.ts +507 -386
- package/dist-types/models/models_0.d.ts +483 -283
- package/dist-types/schemas/schemas_0.d.ts +25 -0
- package/dist-types/ts3.4/Organizations.d.ts +120 -0
- package/dist-types/ts3.4/OrganizationsClient.d.ts +38 -2
- package/dist-types/ts3.4/commands/DescribeResponsibilityTransferCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/InviteOrganizationToTransferResponsibilityCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListInboundResponsibilityTransfersCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListOutboundResponsibilityTransfersCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/TerminateResponsibilityTransferCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateResponsibilityTransferCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/enums.d.ts +87 -41
- package/dist-types/ts3.4/models/errors.d.ts +53 -20
- package/dist-types/ts3.4/models/models_0.d.ts +68 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +25 -0
- package/package.json +1 -1
|
@@ -5,6 +5,7 @@ export declare var Email: StaticSimpleSchema;
|
|
|
5
5
|
export declare var HandshakeNotes: StaticSimpleSchema;
|
|
6
6
|
export declare var HandshakePartyId: StaticSimpleSchema;
|
|
7
7
|
export declare var HandshakeResourceValue: StaticSimpleSchema;
|
|
8
|
+
export declare var ResponsibilityTransferName: StaticSimpleSchema;
|
|
8
9
|
export declare var AcceptHandshakeRequest: StaticStructureSchema;
|
|
9
10
|
export declare var AcceptHandshakeResponse: StaticStructureSchema;
|
|
10
11
|
export declare var AccessDeniedException: StaticErrorSchema;
|
|
@@ -59,6 +60,8 @@ export declare var DescribeOrganizationResponse: StaticStructureSchema;
|
|
|
59
60
|
export declare var DescribePolicyRequest: StaticStructureSchema;
|
|
60
61
|
export declare var DescribePolicyResponse: StaticStructureSchema;
|
|
61
62
|
export declare var DescribeResourcePolicyResponse: StaticStructureSchema;
|
|
63
|
+
export declare var DescribeResponsibilityTransferRequest: StaticStructureSchema;
|
|
64
|
+
export declare var DescribeResponsibilityTransferResponse: StaticStructureSchema;
|
|
62
65
|
export declare var DestinationParentNotFoundException: StaticErrorSchema;
|
|
63
66
|
export declare var DetachPolicyRequest: StaticStructureSchema;
|
|
64
67
|
export declare var DisableAWSServiceAccessRequest: StaticStructureSchema;
|
|
@@ -88,8 +91,11 @@ export declare var HandshakeParty: StaticStructureSchema;
|
|
|
88
91
|
export declare var HandshakeResource: StaticStructureSchema;
|
|
89
92
|
export declare var InvalidHandshakeTransitionException: StaticErrorSchema;
|
|
90
93
|
export declare var InvalidInputException: StaticErrorSchema;
|
|
94
|
+
export declare var InvalidResponsibilityTransferTransitionException: StaticErrorSchema;
|
|
91
95
|
export declare var InviteAccountToOrganizationRequest: StaticStructureSchema;
|
|
92
96
|
export declare var InviteAccountToOrganizationResponse: StaticStructureSchema;
|
|
97
|
+
export declare var InviteOrganizationToTransferResponsibilityRequest: StaticStructureSchema;
|
|
98
|
+
export declare var InviteOrganizationToTransferResponsibilityResponse: StaticStructureSchema;
|
|
93
99
|
export declare var ListAccountsForParentRequest: StaticStructureSchema;
|
|
94
100
|
export declare var ListAccountsForParentResponse: StaticStructureSchema;
|
|
95
101
|
export declare var ListAccountsRequest: StaticStructureSchema;
|
|
@@ -112,8 +118,12 @@ export declare var ListHandshakesForAccountRequest: StaticStructureSchema;
|
|
|
112
118
|
export declare var ListHandshakesForAccountResponse: StaticStructureSchema;
|
|
113
119
|
export declare var ListHandshakesForOrganizationRequest: StaticStructureSchema;
|
|
114
120
|
export declare var ListHandshakesForOrganizationResponse: StaticStructureSchema;
|
|
121
|
+
export declare var ListInboundResponsibilityTransfersRequest: StaticStructureSchema;
|
|
122
|
+
export declare var ListInboundResponsibilityTransfersResponse: StaticStructureSchema;
|
|
115
123
|
export declare var ListOrganizationalUnitsForParentRequest: StaticStructureSchema;
|
|
116
124
|
export declare var ListOrganizationalUnitsForParentResponse: StaticStructureSchema;
|
|
125
|
+
export declare var ListOutboundResponsibilityTransfersRequest: StaticStructureSchema;
|
|
126
|
+
export declare var ListOutboundResponsibilityTransfersResponse: StaticStructureSchema;
|
|
117
127
|
export declare var ListParentsRequest: StaticStructureSchema;
|
|
118
128
|
export declare var ListParentsResponse: StaticStructureSchema;
|
|
119
129
|
export declare var ListPoliciesForTargetRequest: StaticStructureSchema;
|
|
@@ -154,6 +164,9 @@ export declare var RemoveAccountFromOrganizationRequest: StaticStructureSchema;
|
|
|
154
164
|
export declare var ResourcePolicy: StaticStructureSchema;
|
|
155
165
|
export declare var ResourcePolicyNotFoundException: StaticErrorSchema;
|
|
156
166
|
export declare var ResourcePolicySummary: StaticStructureSchema;
|
|
167
|
+
export declare var ResponsibilityTransfer: StaticStructureSchema;
|
|
168
|
+
export declare var ResponsibilityTransferAlreadyInStatusException: StaticErrorSchema;
|
|
169
|
+
export declare var ResponsibilityTransferNotFoundException: StaticErrorSchema;
|
|
157
170
|
export declare var Root: StaticStructureSchema;
|
|
158
171
|
export declare var RootNotFoundException: StaticErrorSchema;
|
|
159
172
|
export declare var ServiceException: StaticErrorSchema;
|
|
@@ -161,13 +174,18 @@ export declare var SourceParentNotFoundException: StaticErrorSchema;
|
|
|
161
174
|
export declare var Tag: StaticStructureSchema;
|
|
162
175
|
export declare var TagResourceRequest: StaticStructureSchema;
|
|
163
176
|
export declare var TargetNotFoundException: StaticErrorSchema;
|
|
177
|
+
export declare var TerminateResponsibilityTransferRequest: StaticStructureSchema;
|
|
178
|
+
export declare var TerminateResponsibilityTransferResponse: StaticStructureSchema;
|
|
164
179
|
export declare var TooManyRequestsException: StaticErrorSchema;
|
|
180
|
+
export declare var TransferParticipant: StaticStructureSchema;
|
|
165
181
|
export declare var UnsupportedAPIEndpointException: StaticErrorSchema;
|
|
166
182
|
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
167
183
|
export declare var UpdateOrganizationalUnitRequest: StaticStructureSchema;
|
|
168
184
|
export declare var UpdateOrganizationalUnitResponse: StaticStructureSchema;
|
|
169
185
|
export declare var UpdatePolicyRequest: StaticStructureSchema;
|
|
170
186
|
export declare var UpdatePolicyResponse: StaticStructureSchema;
|
|
187
|
+
export declare var UpdateResponsibilityTransferRequest: StaticStructureSchema;
|
|
188
|
+
export declare var UpdateResponsibilityTransferResponse: StaticStructureSchema;
|
|
171
189
|
export declare var __Unit: "unit";
|
|
172
190
|
export declare var OrganizationsServiceException: StaticErrorSchema;
|
|
173
191
|
export declare var Accounts: StaticListSchema;
|
|
@@ -187,6 +205,7 @@ export declare var Policies: StaticListSchema;
|
|
|
187
205
|
export declare var PolicyIds: number;
|
|
188
206
|
export declare var PolicyTargets: StaticListSchema;
|
|
189
207
|
export declare var PolicyTypes: StaticListSchema;
|
|
208
|
+
export declare var ResponsibilityTransfers: StaticListSchema;
|
|
190
209
|
export declare var Roots: StaticListSchema;
|
|
191
210
|
export declare var TagKeys: number;
|
|
192
211
|
export declare var Tags: StaticListSchema;
|
|
@@ -213,6 +232,7 @@ export declare var DescribeOrganization: StaticOperationSchema;
|
|
|
213
232
|
export declare var DescribeOrganizationalUnit: StaticOperationSchema;
|
|
214
233
|
export declare var DescribePolicy: StaticOperationSchema;
|
|
215
234
|
export declare var DescribeResourcePolicy: StaticOperationSchema;
|
|
235
|
+
export declare var DescribeResponsibilityTransfer: StaticOperationSchema;
|
|
216
236
|
export declare var DetachPolicy: StaticOperationSchema;
|
|
217
237
|
export declare var DisableAWSServiceAccess: StaticOperationSchema;
|
|
218
238
|
export declare var DisablePolicyType: StaticOperationSchema;
|
|
@@ -220,6 +240,7 @@ export declare var EnableAllFeatures: StaticOperationSchema;
|
|
|
220
240
|
export declare var EnableAWSServiceAccess: StaticOperationSchema;
|
|
221
241
|
export declare var EnablePolicyType: StaticOperationSchema;
|
|
222
242
|
export declare var InviteAccountToOrganization: StaticOperationSchema;
|
|
243
|
+
export declare var InviteOrganizationToTransferResponsibility: StaticOperationSchema;
|
|
223
244
|
export declare var LeaveOrganization: StaticOperationSchema;
|
|
224
245
|
export declare var ListAccounts: StaticOperationSchema;
|
|
225
246
|
export declare var ListAccountsForParent: StaticOperationSchema;
|
|
@@ -232,7 +253,9 @@ export declare var ListDelegatedServicesForAccount: StaticOperationSchema;
|
|
|
232
253
|
export declare var ListEffectivePolicyValidationErrors: StaticOperationSchema;
|
|
233
254
|
export declare var ListHandshakesForAccount: StaticOperationSchema;
|
|
234
255
|
export declare var ListHandshakesForOrganization: StaticOperationSchema;
|
|
256
|
+
export declare var ListInboundResponsibilityTransfers: StaticOperationSchema;
|
|
235
257
|
export declare var ListOrganizationalUnitsForParent: StaticOperationSchema;
|
|
258
|
+
export declare var ListOutboundResponsibilityTransfers: StaticOperationSchema;
|
|
236
259
|
export declare var ListParents: StaticOperationSchema;
|
|
237
260
|
export declare var ListPolicies: StaticOperationSchema;
|
|
238
261
|
export declare var ListPoliciesForTarget: StaticOperationSchema;
|
|
@@ -244,6 +267,8 @@ export declare var PutResourcePolicy: StaticOperationSchema;
|
|
|
244
267
|
export declare var RegisterDelegatedAdministrator: StaticOperationSchema;
|
|
245
268
|
export declare var RemoveAccountFromOrganization: StaticOperationSchema;
|
|
246
269
|
export declare var TagResource: StaticOperationSchema;
|
|
270
|
+
export declare var TerminateResponsibilityTransfer: StaticOperationSchema;
|
|
247
271
|
export declare var UntagResource: StaticOperationSchema;
|
|
248
272
|
export declare var UpdateOrganizationalUnit: StaticOperationSchema;
|
|
249
273
|
export declare var UpdatePolicy: StaticOperationSchema;
|
|
274
|
+
export declare var UpdateResponsibilityTransfer: StaticOperationSchema;
|
|
@@ -91,6 +91,10 @@ import {
|
|
|
91
91
|
DescribeResourcePolicyCommandInput,
|
|
92
92
|
DescribeResourcePolicyCommandOutput,
|
|
93
93
|
} from "./commands/DescribeResourcePolicyCommand";
|
|
94
|
+
import {
|
|
95
|
+
DescribeResponsibilityTransferCommandInput,
|
|
96
|
+
DescribeResponsibilityTransferCommandOutput,
|
|
97
|
+
} from "./commands/DescribeResponsibilityTransferCommand";
|
|
94
98
|
import {
|
|
95
99
|
DetachPolicyCommandInput,
|
|
96
100
|
DetachPolicyCommandOutput,
|
|
@@ -119,6 +123,10 @@ import {
|
|
|
119
123
|
InviteAccountToOrganizationCommandInput,
|
|
120
124
|
InviteAccountToOrganizationCommandOutput,
|
|
121
125
|
} from "./commands/InviteAccountToOrganizationCommand";
|
|
126
|
+
import {
|
|
127
|
+
InviteOrganizationToTransferResponsibilityCommandInput,
|
|
128
|
+
InviteOrganizationToTransferResponsibilityCommandOutput,
|
|
129
|
+
} from "./commands/InviteOrganizationToTransferResponsibilityCommand";
|
|
122
130
|
import {
|
|
123
131
|
LeaveOrganizationCommandInput,
|
|
124
132
|
LeaveOrganizationCommandOutput,
|
|
@@ -167,10 +175,18 @@ import {
|
|
|
167
175
|
ListHandshakesForOrganizationCommandInput,
|
|
168
176
|
ListHandshakesForOrganizationCommandOutput,
|
|
169
177
|
} from "./commands/ListHandshakesForOrganizationCommand";
|
|
178
|
+
import {
|
|
179
|
+
ListInboundResponsibilityTransfersCommandInput,
|
|
180
|
+
ListInboundResponsibilityTransfersCommandOutput,
|
|
181
|
+
} from "./commands/ListInboundResponsibilityTransfersCommand";
|
|
170
182
|
import {
|
|
171
183
|
ListOrganizationalUnitsForParentCommandInput,
|
|
172
184
|
ListOrganizationalUnitsForParentCommandOutput,
|
|
173
185
|
} from "./commands/ListOrganizationalUnitsForParentCommand";
|
|
186
|
+
import {
|
|
187
|
+
ListOutboundResponsibilityTransfersCommandInput,
|
|
188
|
+
ListOutboundResponsibilityTransfersCommandOutput,
|
|
189
|
+
} from "./commands/ListOutboundResponsibilityTransfersCommand";
|
|
174
190
|
import {
|
|
175
191
|
ListParentsCommandInput,
|
|
176
192
|
ListParentsCommandOutput,
|
|
@@ -215,6 +231,10 @@ import {
|
|
|
215
231
|
TagResourceCommandInput,
|
|
216
232
|
TagResourceCommandOutput,
|
|
217
233
|
} from "./commands/TagResourceCommand";
|
|
234
|
+
import {
|
|
235
|
+
TerminateResponsibilityTransferCommandInput,
|
|
236
|
+
TerminateResponsibilityTransferCommandOutput,
|
|
237
|
+
} from "./commands/TerminateResponsibilityTransferCommand";
|
|
218
238
|
import {
|
|
219
239
|
UntagResourceCommandInput,
|
|
220
240
|
UntagResourceCommandOutput,
|
|
@@ -227,6 +247,10 @@ import {
|
|
|
227
247
|
UpdatePolicyCommandInput,
|
|
228
248
|
UpdatePolicyCommandOutput,
|
|
229
249
|
} from "./commands/UpdatePolicyCommand";
|
|
250
|
+
import {
|
|
251
|
+
UpdateResponsibilityTransferCommandInput,
|
|
252
|
+
UpdateResponsibilityTransferCommandOutput,
|
|
253
|
+
} from "./commands/UpdateResponsibilityTransferCommand";
|
|
230
254
|
import { OrganizationsClient } from "./OrganizationsClient";
|
|
231
255
|
export interface Organizations {
|
|
232
256
|
acceptHandshake(
|
|
@@ -533,6 +557,19 @@ export interface Organizations {
|
|
|
533
557
|
options: __HttpHandlerOptions,
|
|
534
558
|
cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void
|
|
535
559
|
): void;
|
|
560
|
+
describeResponsibilityTransfer(
|
|
561
|
+
args: DescribeResponsibilityTransferCommandInput,
|
|
562
|
+
options?: __HttpHandlerOptions
|
|
563
|
+
): Promise<DescribeResponsibilityTransferCommandOutput>;
|
|
564
|
+
describeResponsibilityTransfer(
|
|
565
|
+
args: DescribeResponsibilityTransferCommandInput,
|
|
566
|
+
cb: (err: any, data?: DescribeResponsibilityTransferCommandOutput) => void
|
|
567
|
+
): void;
|
|
568
|
+
describeResponsibilityTransfer(
|
|
569
|
+
args: DescribeResponsibilityTransferCommandInput,
|
|
570
|
+
options: __HttpHandlerOptions,
|
|
571
|
+
cb: (err: any, data?: DescribeResponsibilityTransferCommandOutput) => void
|
|
572
|
+
): void;
|
|
536
573
|
detachPolicy(
|
|
537
574
|
args: DetachPolicyCommandInput,
|
|
538
575
|
options?: __HttpHandlerOptions
|
|
@@ -625,6 +662,25 @@ export interface Organizations {
|
|
|
625
662
|
options: __HttpHandlerOptions,
|
|
626
663
|
cb: (err: any, data?: InviteAccountToOrganizationCommandOutput) => void
|
|
627
664
|
): void;
|
|
665
|
+
inviteOrganizationToTransferResponsibility(
|
|
666
|
+
args: InviteOrganizationToTransferResponsibilityCommandInput,
|
|
667
|
+
options?: __HttpHandlerOptions
|
|
668
|
+
): Promise<InviteOrganizationToTransferResponsibilityCommandOutput>;
|
|
669
|
+
inviteOrganizationToTransferResponsibility(
|
|
670
|
+
args: InviteOrganizationToTransferResponsibilityCommandInput,
|
|
671
|
+
cb: (
|
|
672
|
+
err: any,
|
|
673
|
+
data?: InviteOrganizationToTransferResponsibilityCommandOutput
|
|
674
|
+
) => void
|
|
675
|
+
): void;
|
|
676
|
+
inviteOrganizationToTransferResponsibility(
|
|
677
|
+
args: InviteOrganizationToTransferResponsibilityCommandInput,
|
|
678
|
+
options: __HttpHandlerOptions,
|
|
679
|
+
cb: (
|
|
680
|
+
err: any,
|
|
681
|
+
data?: InviteOrganizationToTransferResponsibilityCommandOutput
|
|
682
|
+
) => void
|
|
683
|
+
): void;
|
|
628
684
|
leaveOrganization(): Promise<LeaveOrganizationCommandOutput>;
|
|
629
685
|
leaveOrganization(
|
|
630
686
|
args: LeaveOrganizationCommandInput,
|
|
@@ -806,6 +862,25 @@ export interface Organizations {
|
|
|
806
862
|
options: __HttpHandlerOptions,
|
|
807
863
|
cb: (err: any, data?: ListHandshakesForOrganizationCommandOutput) => void
|
|
808
864
|
): void;
|
|
865
|
+
listInboundResponsibilityTransfers(
|
|
866
|
+
args: ListInboundResponsibilityTransfersCommandInput,
|
|
867
|
+
options?: __HttpHandlerOptions
|
|
868
|
+
): Promise<ListInboundResponsibilityTransfersCommandOutput>;
|
|
869
|
+
listInboundResponsibilityTransfers(
|
|
870
|
+
args: ListInboundResponsibilityTransfersCommandInput,
|
|
871
|
+
cb: (
|
|
872
|
+
err: any,
|
|
873
|
+
data?: ListInboundResponsibilityTransfersCommandOutput
|
|
874
|
+
) => void
|
|
875
|
+
): void;
|
|
876
|
+
listInboundResponsibilityTransfers(
|
|
877
|
+
args: ListInboundResponsibilityTransfersCommandInput,
|
|
878
|
+
options: __HttpHandlerOptions,
|
|
879
|
+
cb: (
|
|
880
|
+
err: any,
|
|
881
|
+
data?: ListInboundResponsibilityTransfersCommandOutput
|
|
882
|
+
) => void
|
|
883
|
+
): void;
|
|
809
884
|
listOrganizationalUnitsForParent(
|
|
810
885
|
args: ListOrganizationalUnitsForParentCommandInput,
|
|
811
886
|
options?: __HttpHandlerOptions
|
|
@@ -819,6 +894,25 @@ export interface Organizations {
|
|
|
819
894
|
options: __HttpHandlerOptions,
|
|
820
895
|
cb: (err: any, data?: ListOrganizationalUnitsForParentCommandOutput) => void
|
|
821
896
|
): void;
|
|
897
|
+
listOutboundResponsibilityTransfers(
|
|
898
|
+
args: ListOutboundResponsibilityTransfersCommandInput,
|
|
899
|
+
options?: __HttpHandlerOptions
|
|
900
|
+
): Promise<ListOutboundResponsibilityTransfersCommandOutput>;
|
|
901
|
+
listOutboundResponsibilityTransfers(
|
|
902
|
+
args: ListOutboundResponsibilityTransfersCommandInput,
|
|
903
|
+
cb: (
|
|
904
|
+
err: any,
|
|
905
|
+
data?: ListOutboundResponsibilityTransfersCommandOutput
|
|
906
|
+
) => void
|
|
907
|
+
): void;
|
|
908
|
+
listOutboundResponsibilityTransfers(
|
|
909
|
+
args: ListOutboundResponsibilityTransfersCommandInput,
|
|
910
|
+
options: __HttpHandlerOptions,
|
|
911
|
+
cb: (
|
|
912
|
+
err: any,
|
|
913
|
+
data?: ListOutboundResponsibilityTransfersCommandOutput
|
|
914
|
+
) => void
|
|
915
|
+
): void;
|
|
822
916
|
listParents(
|
|
823
917
|
args: ListParentsCommandInput,
|
|
824
918
|
options?: __HttpHandlerOptions
|
|
@@ -963,6 +1057,19 @@ export interface Organizations {
|
|
|
963
1057
|
options: __HttpHandlerOptions,
|
|
964
1058
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
965
1059
|
): void;
|
|
1060
|
+
terminateResponsibilityTransfer(
|
|
1061
|
+
args: TerminateResponsibilityTransferCommandInput,
|
|
1062
|
+
options?: __HttpHandlerOptions
|
|
1063
|
+
): Promise<TerminateResponsibilityTransferCommandOutput>;
|
|
1064
|
+
terminateResponsibilityTransfer(
|
|
1065
|
+
args: TerminateResponsibilityTransferCommandInput,
|
|
1066
|
+
cb: (err: any, data?: TerminateResponsibilityTransferCommandOutput) => void
|
|
1067
|
+
): void;
|
|
1068
|
+
terminateResponsibilityTransfer(
|
|
1069
|
+
args: TerminateResponsibilityTransferCommandInput,
|
|
1070
|
+
options: __HttpHandlerOptions,
|
|
1071
|
+
cb: (err: any, data?: TerminateResponsibilityTransferCommandOutput) => void
|
|
1072
|
+
): void;
|
|
966
1073
|
untagResource(
|
|
967
1074
|
args: UntagResourceCommandInput,
|
|
968
1075
|
options?: __HttpHandlerOptions
|
|
@@ -1002,6 +1109,19 @@ export interface Organizations {
|
|
|
1002
1109
|
options: __HttpHandlerOptions,
|
|
1003
1110
|
cb: (err: any, data?: UpdatePolicyCommandOutput) => void
|
|
1004
1111
|
): void;
|
|
1112
|
+
updateResponsibilityTransfer(
|
|
1113
|
+
args: UpdateResponsibilityTransferCommandInput,
|
|
1114
|
+
options?: __HttpHandlerOptions
|
|
1115
|
+
): Promise<UpdateResponsibilityTransferCommandOutput>;
|
|
1116
|
+
updateResponsibilityTransfer(
|
|
1117
|
+
args: UpdateResponsibilityTransferCommandInput,
|
|
1118
|
+
cb: (err: any, data?: UpdateResponsibilityTransferCommandOutput) => void
|
|
1119
|
+
): void;
|
|
1120
|
+
updateResponsibilityTransfer(
|
|
1121
|
+
args: UpdateResponsibilityTransferCommandInput,
|
|
1122
|
+
options: __HttpHandlerOptions,
|
|
1123
|
+
cb: (err: any, data?: UpdateResponsibilityTransferCommandOutput) => void
|
|
1124
|
+
): void;
|
|
1005
1125
|
}
|
|
1006
1126
|
export declare class Organizations
|
|
1007
1127
|
extends OrganizationsClient
|
|
@@ -140,6 +140,10 @@ import {
|
|
|
140
140
|
DescribeResourcePolicyCommandInput,
|
|
141
141
|
DescribeResourcePolicyCommandOutput,
|
|
142
142
|
} from "./commands/DescribeResourcePolicyCommand";
|
|
143
|
+
import {
|
|
144
|
+
DescribeResponsibilityTransferCommandInput,
|
|
145
|
+
DescribeResponsibilityTransferCommandOutput,
|
|
146
|
+
} from "./commands/DescribeResponsibilityTransferCommand";
|
|
143
147
|
import {
|
|
144
148
|
DetachPolicyCommandInput,
|
|
145
149
|
DetachPolicyCommandOutput,
|
|
@@ -168,6 +172,10 @@ import {
|
|
|
168
172
|
InviteAccountToOrganizationCommandInput,
|
|
169
173
|
InviteAccountToOrganizationCommandOutput,
|
|
170
174
|
} from "./commands/InviteAccountToOrganizationCommand";
|
|
175
|
+
import {
|
|
176
|
+
InviteOrganizationToTransferResponsibilityCommandInput,
|
|
177
|
+
InviteOrganizationToTransferResponsibilityCommandOutput,
|
|
178
|
+
} from "./commands/InviteOrganizationToTransferResponsibilityCommand";
|
|
171
179
|
import {
|
|
172
180
|
LeaveOrganizationCommandInput,
|
|
173
181
|
LeaveOrganizationCommandOutput,
|
|
@@ -216,10 +224,18 @@ import {
|
|
|
216
224
|
ListHandshakesForOrganizationCommandInput,
|
|
217
225
|
ListHandshakesForOrganizationCommandOutput,
|
|
218
226
|
} from "./commands/ListHandshakesForOrganizationCommand";
|
|
227
|
+
import {
|
|
228
|
+
ListInboundResponsibilityTransfersCommandInput,
|
|
229
|
+
ListInboundResponsibilityTransfersCommandOutput,
|
|
230
|
+
} from "./commands/ListInboundResponsibilityTransfersCommand";
|
|
219
231
|
import {
|
|
220
232
|
ListOrganizationalUnitsForParentCommandInput,
|
|
221
233
|
ListOrganizationalUnitsForParentCommandOutput,
|
|
222
234
|
} from "./commands/ListOrganizationalUnitsForParentCommand";
|
|
235
|
+
import {
|
|
236
|
+
ListOutboundResponsibilityTransfersCommandInput,
|
|
237
|
+
ListOutboundResponsibilityTransfersCommandOutput,
|
|
238
|
+
} from "./commands/ListOutboundResponsibilityTransfersCommand";
|
|
223
239
|
import {
|
|
224
240
|
ListParentsCommandInput,
|
|
225
241
|
ListParentsCommandOutput,
|
|
@@ -264,6 +280,10 @@ import {
|
|
|
264
280
|
TagResourceCommandInput,
|
|
265
281
|
TagResourceCommandOutput,
|
|
266
282
|
} from "./commands/TagResourceCommand";
|
|
283
|
+
import {
|
|
284
|
+
TerminateResponsibilityTransferCommandInput,
|
|
285
|
+
TerminateResponsibilityTransferCommandOutput,
|
|
286
|
+
} from "./commands/TerminateResponsibilityTransferCommand";
|
|
267
287
|
import {
|
|
268
288
|
UntagResourceCommandInput,
|
|
269
289
|
UntagResourceCommandOutput,
|
|
@@ -276,6 +296,10 @@ import {
|
|
|
276
296
|
UpdatePolicyCommandInput,
|
|
277
297
|
UpdatePolicyCommandOutput,
|
|
278
298
|
} from "./commands/UpdatePolicyCommand";
|
|
299
|
+
import {
|
|
300
|
+
UpdateResponsibilityTransferCommandInput,
|
|
301
|
+
UpdateResponsibilityTransferCommandOutput,
|
|
302
|
+
} from "./commands/UpdateResponsibilityTransferCommand";
|
|
279
303
|
import {
|
|
280
304
|
ClientInputEndpointParameters,
|
|
281
305
|
ClientResolvedEndpointParameters,
|
|
@@ -307,6 +331,7 @@ export type ServiceInputTypes =
|
|
|
307
331
|
| DescribeOrganizationalUnitCommandInput
|
|
308
332
|
| DescribePolicyCommandInput
|
|
309
333
|
| DescribeResourcePolicyCommandInput
|
|
334
|
+
| DescribeResponsibilityTransferCommandInput
|
|
310
335
|
| DetachPolicyCommandInput
|
|
311
336
|
| DisableAWSServiceAccessCommandInput
|
|
312
337
|
| DisablePolicyTypeCommandInput
|
|
@@ -314,6 +339,7 @@ export type ServiceInputTypes =
|
|
|
314
339
|
| EnableAllFeaturesCommandInput
|
|
315
340
|
| EnablePolicyTypeCommandInput
|
|
316
341
|
| InviteAccountToOrganizationCommandInput
|
|
342
|
+
| InviteOrganizationToTransferResponsibilityCommandInput
|
|
317
343
|
| LeaveOrganizationCommandInput
|
|
318
344
|
| ListAWSServiceAccessForOrganizationCommandInput
|
|
319
345
|
| ListAccountsCommandInput
|
|
@@ -326,7 +352,9 @@ export type ServiceInputTypes =
|
|
|
326
352
|
| ListEffectivePolicyValidationErrorsCommandInput
|
|
327
353
|
| ListHandshakesForAccountCommandInput
|
|
328
354
|
| ListHandshakesForOrganizationCommandInput
|
|
355
|
+
| ListInboundResponsibilityTransfersCommandInput
|
|
329
356
|
| ListOrganizationalUnitsForParentCommandInput
|
|
357
|
+
| ListOutboundResponsibilityTransfersCommandInput
|
|
330
358
|
| ListParentsCommandInput
|
|
331
359
|
| ListPoliciesCommandInput
|
|
332
360
|
| ListPoliciesForTargetCommandInput
|
|
@@ -338,9 +366,11 @@ export type ServiceInputTypes =
|
|
|
338
366
|
| RegisterDelegatedAdministratorCommandInput
|
|
339
367
|
| RemoveAccountFromOrganizationCommandInput
|
|
340
368
|
| TagResourceCommandInput
|
|
369
|
+
| TerminateResponsibilityTransferCommandInput
|
|
341
370
|
| UntagResourceCommandInput
|
|
342
371
|
| UpdateOrganizationalUnitCommandInput
|
|
343
|
-
| UpdatePolicyCommandInput
|
|
372
|
+
| UpdatePolicyCommandInput
|
|
373
|
+
| UpdateResponsibilityTransferCommandInput;
|
|
344
374
|
export type ServiceOutputTypes =
|
|
345
375
|
| AcceptHandshakeCommandOutput
|
|
346
376
|
| AttachPolicyCommandOutput
|
|
@@ -365,6 +395,7 @@ export type ServiceOutputTypes =
|
|
|
365
395
|
| DescribeOrganizationalUnitCommandOutput
|
|
366
396
|
| DescribePolicyCommandOutput
|
|
367
397
|
| DescribeResourcePolicyCommandOutput
|
|
398
|
+
| DescribeResponsibilityTransferCommandOutput
|
|
368
399
|
| DetachPolicyCommandOutput
|
|
369
400
|
| DisableAWSServiceAccessCommandOutput
|
|
370
401
|
| DisablePolicyTypeCommandOutput
|
|
@@ -372,6 +403,7 @@ export type ServiceOutputTypes =
|
|
|
372
403
|
| EnableAllFeaturesCommandOutput
|
|
373
404
|
| EnablePolicyTypeCommandOutput
|
|
374
405
|
| InviteAccountToOrganizationCommandOutput
|
|
406
|
+
| InviteOrganizationToTransferResponsibilityCommandOutput
|
|
375
407
|
| LeaveOrganizationCommandOutput
|
|
376
408
|
| ListAWSServiceAccessForOrganizationCommandOutput
|
|
377
409
|
| ListAccountsCommandOutput
|
|
@@ -384,7 +416,9 @@ export type ServiceOutputTypes =
|
|
|
384
416
|
| ListEffectivePolicyValidationErrorsCommandOutput
|
|
385
417
|
| ListHandshakesForAccountCommandOutput
|
|
386
418
|
| ListHandshakesForOrganizationCommandOutput
|
|
419
|
+
| ListInboundResponsibilityTransfersCommandOutput
|
|
387
420
|
| ListOrganizationalUnitsForParentCommandOutput
|
|
421
|
+
| ListOutboundResponsibilityTransfersCommandOutput
|
|
388
422
|
| ListParentsCommandOutput
|
|
389
423
|
| ListPoliciesCommandOutput
|
|
390
424
|
| ListPoliciesForTargetCommandOutput
|
|
@@ -396,9 +430,11 @@ export type ServiceOutputTypes =
|
|
|
396
430
|
| RegisterDelegatedAdministratorCommandOutput
|
|
397
431
|
| RemoveAccountFromOrganizationCommandOutput
|
|
398
432
|
| TagResourceCommandOutput
|
|
433
|
+
| TerminateResponsibilityTransferCommandOutput
|
|
399
434
|
| UntagResourceCommandOutput
|
|
400
435
|
| UpdateOrganizationalUnitCommandOutput
|
|
401
|
-
| UpdatePolicyCommandOutput
|
|
436
|
+
| UpdatePolicyCommandOutput
|
|
437
|
+
| UpdateResponsibilityTransferCommandOutput;
|
|
402
438
|
export interface ClientDefaults
|
|
403
439
|
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
404
440
|
requestHandler?: __HttpHandlerUserInput;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DescribeResponsibilityTransferRequest,
|
|
5
|
+
DescribeResponsibilityTransferResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
OrganizationsClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../OrganizationsClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DescribeResponsibilityTransferCommandInput
|
|
15
|
+
extends DescribeResponsibilityTransferRequest {}
|
|
16
|
+
export interface DescribeResponsibilityTransferCommandOutput
|
|
17
|
+
extends DescribeResponsibilityTransferResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DescribeResponsibilityTransferCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DescribeResponsibilityTransferCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DescribeResponsibilityTransferCommandInput,
|
|
24
|
+
DescribeResponsibilityTransferCommandOutput,
|
|
25
|
+
OrganizationsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DescribeResponsibilityTransferCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DescribeResponsibilityTransferCommandInput,
|
|
33
|
+
DescribeResponsibilityTransferCommandOutput,
|
|
34
|
+
OrganizationsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DescribeResponsibilityTransferCommand extends DescribeResponsibilityTransferCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeResponsibilityTransferRequest;
|
|
44
|
+
output: DescribeResponsibilityTransferResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeResponsibilityTransferCommandInput;
|
|
48
|
+
output: DescribeResponsibilityTransferCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
InviteOrganizationToTransferResponsibilityRequest,
|
|
5
|
+
InviteOrganizationToTransferResponsibilityResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
OrganizationsClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../OrganizationsClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface InviteOrganizationToTransferResponsibilityCommandInput
|
|
15
|
+
extends InviteOrganizationToTransferResponsibilityRequest {}
|
|
16
|
+
export interface InviteOrganizationToTransferResponsibilityCommandOutput
|
|
17
|
+
extends InviteOrganizationToTransferResponsibilityResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const InviteOrganizationToTransferResponsibilityCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: InviteOrganizationToTransferResponsibilityCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
InviteOrganizationToTransferResponsibilityCommandInput,
|
|
24
|
+
InviteOrganizationToTransferResponsibilityCommandOutput,
|
|
25
|
+
OrganizationsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: InviteOrganizationToTransferResponsibilityCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
InviteOrganizationToTransferResponsibilityCommandInput,
|
|
33
|
+
InviteOrganizationToTransferResponsibilityCommandOutput,
|
|
34
|
+
OrganizationsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class InviteOrganizationToTransferResponsibilityCommand extends InviteOrganizationToTransferResponsibilityCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: InviteOrganizationToTransferResponsibilityRequest;
|
|
44
|
+
output: InviteOrganizationToTransferResponsibilityResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: InviteOrganizationToTransferResponsibilityCommandInput;
|
|
48
|
+
output: InviteOrganizationToTransferResponsibilityCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ListInboundResponsibilityTransfersRequest,
|
|
5
|
+
ListInboundResponsibilityTransfersResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
OrganizationsClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../OrganizationsClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListInboundResponsibilityTransfersCommandInput
|
|
15
|
+
extends ListInboundResponsibilityTransfersRequest {}
|
|
16
|
+
export interface ListInboundResponsibilityTransfersCommandOutput
|
|
17
|
+
extends ListInboundResponsibilityTransfersResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListInboundResponsibilityTransfersCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListInboundResponsibilityTransfersCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListInboundResponsibilityTransfersCommandInput,
|
|
24
|
+
ListInboundResponsibilityTransfersCommandOutput,
|
|
25
|
+
OrganizationsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: ListInboundResponsibilityTransfersCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListInboundResponsibilityTransfersCommandInput,
|
|
33
|
+
ListInboundResponsibilityTransfersCommandOutput,
|
|
34
|
+
OrganizationsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListInboundResponsibilityTransfersCommand extends ListInboundResponsibilityTransfersCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListInboundResponsibilityTransfersRequest;
|
|
44
|
+
output: ListInboundResponsibilityTransfersResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListInboundResponsibilityTransfersCommandInput;
|
|
48
|
+
output: ListInboundResponsibilityTransfersCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ListOutboundResponsibilityTransfersRequest,
|
|
5
|
+
ListOutboundResponsibilityTransfersResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
OrganizationsClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../OrganizationsClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListOutboundResponsibilityTransfersCommandInput
|
|
15
|
+
extends ListOutboundResponsibilityTransfersRequest {}
|
|
16
|
+
export interface ListOutboundResponsibilityTransfersCommandOutput
|
|
17
|
+
extends ListOutboundResponsibilityTransfersResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListOutboundResponsibilityTransfersCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListOutboundResponsibilityTransfersCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListOutboundResponsibilityTransfersCommandInput,
|
|
24
|
+
ListOutboundResponsibilityTransfersCommandOutput,
|
|
25
|
+
OrganizationsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: ListOutboundResponsibilityTransfersCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListOutboundResponsibilityTransfersCommandInput,
|
|
33
|
+
ListOutboundResponsibilityTransfersCommandOutput,
|
|
34
|
+
OrganizationsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListOutboundResponsibilityTransfersCommand extends ListOutboundResponsibilityTransfersCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListOutboundResponsibilityTransfersRequest;
|
|
44
|
+
output: ListOutboundResponsibilityTransfersResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListOutboundResponsibilityTransfersCommandInput;
|
|
48
|
+
output: ListOutboundResponsibilityTransfersCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|