@aws-sdk/client-organizations 3.478.0 → 3.481.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-cjs/commands/AcceptHandshakeCommand.js +18 -41
- package/dist-cjs/commands/AttachPolicyCommand.js +18 -41
- package/dist-cjs/commands/CancelHandshakeCommand.js +18 -41
- package/dist-cjs/commands/CloseAccountCommand.js +18 -41
- package/dist-cjs/commands/CreateAccountCommand.js +18 -41
- package/dist-cjs/commands/CreateGovCloudAccountCommand.js +18 -41
- package/dist-cjs/commands/CreateOrganizationCommand.js +18 -41
- package/dist-cjs/commands/CreateOrganizationalUnitCommand.js +18 -41
- package/dist-cjs/commands/CreatePolicyCommand.js +18 -41
- package/dist-cjs/commands/DeclineHandshakeCommand.js +18 -41
- package/dist-cjs/commands/DeleteOrganizationCommand.js +18 -41
- package/dist-cjs/commands/DeleteOrganizationalUnitCommand.js +18 -41
- package/dist-cjs/commands/DeletePolicyCommand.js +18 -41
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +18 -41
- package/dist-cjs/commands/DeregisterDelegatedAdministratorCommand.js +18 -41
- package/dist-cjs/commands/DescribeAccountCommand.js +18 -41
- package/dist-cjs/commands/DescribeCreateAccountStatusCommand.js +18 -41
- package/dist-cjs/commands/DescribeEffectivePolicyCommand.js +18 -41
- package/dist-cjs/commands/DescribeHandshakeCommand.js +18 -41
- package/dist-cjs/commands/DescribeOrganizationCommand.js +18 -41
- package/dist-cjs/commands/DescribeOrganizationalUnitCommand.js +18 -41
- package/dist-cjs/commands/DescribePolicyCommand.js +18 -41
- package/dist-cjs/commands/DescribeResourcePolicyCommand.js +18 -41
- package/dist-cjs/commands/DetachPolicyCommand.js +18 -41
- package/dist-cjs/commands/DisableAWSServiceAccessCommand.js +18 -41
- package/dist-cjs/commands/DisablePolicyTypeCommand.js +18 -41
- package/dist-cjs/commands/EnableAWSServiceAccessCommand.js +18 -41
- package/dist-cjs/commands/EnableAllFeaturesCommand.js +18 -41
- package/dist-cjs/commands/EnablePolicyTypeCommand.js +18 -41
- package/dist-cjs/commands/InviteAccountToOrganizationCommand.js +18 -41
- package/dist-cjs/commands/LeaveOrganizationCommand.js +18 -41
- package/dist-cjs/commands/ListAWSServiceAccessForOrganizationCommand.js +18 -41
- package/dist-cjs/commands/ListAccountsCommand.js +18 -41
- package/dist-cjs/commands/ListAccountsForParentCommand.js +18 -41
- package/dist-cjs/commands/ListChildrenCommand.js +18 -41
- package/dist-cjs/commands/ListCreateAccountStatusCommand.js +18 -41
- package/dist-cjs/commands/ListDelegatedAdministratorsCommand.js +18 -41
- package/dist-cjs/commands/ListDelegatedServicesForAccountCommand.js +18 -41
- package/dist-cjs/commands/ListHandshakesForAccountCommand.js +18 -41
- package/dist-cjs/commands/ListHandshakesForOrganizationCommand.js +18 -41
- package/dist-cjs/commands/ListOrganizationalUnitsForParentCommand.js +18 -41
- package/dist-cjs/commands/ListParentsCommand.js +18 -41
- package/dist-cjs/commands/ListPoliciesCommand.js +18 -41
- package/dist-cjs/commands/ListPoliciesForTargetCommand.js +18 -41
- package/dist-cjs/commands/ListRootsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListTargetsForPolicyCommand.js +18 -41
- package/dist-cjs/commands/MoveAccountCommand.js +18 -41
- package/dist-cjs/commands/PutResourcePolicyCommand.js +18 -41
- package/dist-cjs/commands/RegisterDelegatedAdministratorCommand.js +18 -41
- package/dist-cjs/commands/RemoveAccountFromOrganizationCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateOrganizationalUnitCommand.js +18 -41
- package/dist-cjs/commands/UpdatePolicyCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/AcceptHandshakeCommand.js +18 -41
- package/dist-es/commands/AttachPolicyCommand.js +18 -41
- package/dist-es/commands/CancelHandshakeCommand.js +18 -41
- package/dist-es/commands/CloseAccountCommand.js +18 -41
- package/dist-es/commands/CreateAccountCommand.js +18 -41
- package/dist-es/commands/CreateGovCloudAccountCommand.js +18 -41
- package/dist-es/commands/CreateOrganizationCommand.js +18 -41
- package/dist-es/commands/CreateOrganizationalUnitCommand.js +18 -41
- package/dist-es/commands/CreatePolicyCommand.js +18 -41
- package/dist-es/commands/DeclineHandshakeCommand.js +18 -41
- package/dist-es/commands/DeleteOrganizationCommand.js +18 -41
- package/dist-es/commands/DeleteOrganizationalUnitCommand.js +18 -41
- package/dist-es/commands/DeletePolicyCommand.js +18 -41
- package/dist-es/commands/DeleteResourcePolicyCommand.js +18 -41
- package/dist-es/commands/DeregisterDelegatedAdministratorCommand.js +18 -41
- package/dist-es/commands/DescribeAccountCommand.js +18 -41
- package/dist-es/commands/DescribeCreateAccountStatusCommand.js +18 -41
- package/dist-es/commands/DescribeEffectivePolicyCommand.js +18 -41
- package/dist-es/commands/DescribeHandshakeCommand.js +18 -41
- package/dist-es/commands/DescribeOrganizationCommand.js +18 -41
- package/dist-es/commands/DescribeOrganizationalUnitCommand.js +18 -41
- package/dist-es/commands/DescribePolicyCommand.js +18 -41
- package/dist-es/commands/DescribeResourcePolicyCommand.js +18 -41
- package/dist-es/commands/DetachPolicyCommand.js +18 -41
- package/dist-es/commands/DisableAWSServiceAccessCommand.js +18 -41
- package/dist-es/commands/DisablePolicyTypeCommand.js +18 -41
- package/dist-es/commands/EnableAWSServiceAccessCommand.js +18 -41
- package/dist-es/commands/EnableAllFeaturesCommand.js +18 -41
- package/dist-es/commands/EnablePolicyTypeCommand.js +18 -41
- package/dist-es/commands/InviteAccountToOrganizationCommand.js +18 -41
- package/dist-es/commands/LeaveOrganizationCommand.js +18 -41
- package/dist-es/commands/ListAWSServiceAccessForOrganizationCommand.js +18 -41
- package/dist-es/commands/ListAccountsCommand.js +18 -41
- package/dist-es/commands/ListAccountsForParentCommand.js +18 -41
- package/dist-es/commands/ListChildrenCommand.js +18 -41
- package/dist-es/commands/ListCreateAccountStatusCommand.js +18 -41
- package/dist-es/commands/ListDelegatedAdministratorsCommand.js +18 -41
- package/dist-es/commands/ListDelegatedServicesForAccountCommand.js +18 -41
- package/dist-es/commands/ListHandshakesForAccountCommand.js +18 -41
- package/dist-es/commands/ListHandshakesForOrganizationCommand.js +18 -41
- package/dist-es/commands/ListOrganizationalUnitsForParentCommand.js +18 -41
- package/dist-es/commands/ListParentsCommand.js +18 -41
- package/dist-es/commands/ListPoliciesCommand.js +18 -41
- package/dist-es/commands/ListPoliciesForTargetCommand.js +18 -41
- package/dist-es/commands/ListRootsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListTargetsForPolicyCommand.js +18 -41
- package/dist-es/commands/MoveAccountCommand.js +18 -41
- package/dist-es/commands/PutResourcePolicyCommand.js +18 -41
- package/dist-es/commands/RegisterDelegatedAdministratorCommand.js +18 -41
- package/dist-es/commands/RemoveAccountFromOrganizationCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateOrganizationalUnitCommand.js +18 -41
- package/dist-es/commands/UpdatePolicyCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/AcceptHandshakeCommand.d.ts +6 -21
- package/dist-types/commands/AttachPolicyCommand.d.ts +6 -21
- package/dist-types/commands/CancelHandshakeCommand.d.ts +6 -21
- package/dist-types/commands/CloseAccountCommand.d.ts +6 -21
- package/dist-types/commands/CreateAccountCommand.d.ts +6 -21
- package/dist-types/commands/CreateGovCloudAccountCommand.d.ts +6 -21
- package/dist-types/commands/CreateOrganizationCommand.d.ts +6 -21
- package/dist-types/commands/CreateOrganizationalUnitCommand.d.ts +6 -21
- package/dist-types/commands/CreatePolicyCommand.d.ts +6 -21
- package/dist-types/commands/DeclineHandshakeCommand.d.ts +6 -21
- package/dist-types/commands/DeleteOrganizationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteOrganizationalUnitCommand.d.ts +6 -21
- package/dist-types/commands/DeletePolicyCommand.d.ts +6 -21
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -21
- package/dist-types/commands/DeregisterDelegatedAdministratorCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAccountCommand.d.ts +6 -21
- package/dist-types/commands/DescribeCreateAccountStatusCommand.d.ts +6 -21
- package/dist-types/commands/DescribeEffectivePolicyCommand.d.ts +6 -21
- package/dist-types/commands/DescribeHandshakeCommand.d.ts +6 -21
- package/dist-types/commands/DescribeOrganizationCommand.d.ts +6 -21
- package/dist-types/commands/DescribeOrganizationalUnitCommand.d.ts +6 -21
- package/dist-types/commands/DescribePolicyCommand.d.ts +6 -21
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +6 -21
- package/dist-types/commands/DetachPolicyCommand.d.ts +6 -21
- package/dist-types/commands/DisableAWSServiceAccessCommand.d.ts +6 -21
- package/dist-types/commands/DisablePolicyTypeCommand.d.ts +6 -21
- package/dist-types/commands/EnableAWSServiceAccessCommand.d.ts +6 -21
- package/dist-types/commands/EnableAllFeaturesCommand.d.ts +6 -21
- package/dist-types/commands/EnablePolicyTypeCommand.d.ts +6 -21
- package/dist-types/commands/InviteAccountToOrganizationCommand.d.ts +6 -21
- package/dist-types/commands/LeaveOrganizationCommand.d.ts +6 -21
- package/dist-types/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +6 -21
- package/dist-types/commands/ListAccountsCommand.d.ts +6 -21
- package/dist-types/commands/ListAccountsForParentCommand.d.ts +6 -21
- package/dist-types/commands/ListChildrenCommand.d.ts +6 -21
- package/dist-types/commands/ListCreateAccountStatusCommand.d.ts +6 -21
- package/dist-types/commands/ListDelegatedAdministratorsCommand.d.ts +6 -21
- package/dist-types/commands/ListDelegatedServicesForAccountCommand.d.ts +6 -21
- package/dist-types/commands/ListHandshakesForAccountCommand.d.ts +6 -21
- package/dist-types/commands/ListHandshakesForOrganizationCommand.d.ts +6 -21
- package/dist-types/commands/ListOrganizationalUnitsForParentCommand.d.ts +6 -21
- package/dist-types/commands/ListParentsCommand.d.ts +6 -21
- package/dist-types/commands/ListPoliciesCommand.d.ts +6 -21
- package/dist-types/commands/ListPoliciesForTargetCommand.d.ts +6 -21
- package/dist-types/commands/ListRootsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListTargetsForPolicyCommand.d.ts +6 -21
- package/dist-types/commands/MoveAccountCommand.d.ts +6 -21
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -21
- package/dist-types/commands/RegisterDelegatedAdministratorCommand.d.ts +6 -21
- package/dist-types/commands/RemoveAccountFromOrganizationCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateOrganizationalUnitCommand.d.ts +6 -21
- package/dist-types/commands/UpdatePolicyCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/AcceptHandshakeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CancelHandshakeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CloseAccountCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateAccountCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateGovCloudAccountCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateOrganizationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateOrganizationalUnitCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeclineHandshakeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteOrganizationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteOrganizationalUnitCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeregisterDelegatedAdministratorCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeAccountCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeCreateAccountStatusCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeEffectivePolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeHandshakeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeOrganizationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeOrganizationalUnitCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribePolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DisableAWSServiceAccessCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisablePolicyTypeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/EnableAWSServiceAccessCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/EnableAllFeaturesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/EnablePolicyTypeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/InviteAccountToOrganizationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/LeaveOrganizationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListAccountsForParentCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListChildrenCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListCreateAccountStatusCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListDelegatedAdministratorsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListDelegatedServicesForAccountCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListHandshakesForAccountCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListHandshakesForOrganizationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListOrganizationalUnitsForParentCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListParentsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListPoliciesForTargetCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListRootsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTargetsForPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/MoveAccountCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RegisterDelegatedAdministratorCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RemoveAccountFromOrganizationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateOrganizationalUnitCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +9 -9
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListHandshakesForOrganizationRequest, ListHandshakesForOrganizationResponse } from "../models/models_0";
|
|
5
4
|
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListHandshakesForOrganizationCommandInput extends ListHandshake
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListHandshakesForOrganizationCommandOutput extends ListHandshakesForOrganizationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListHandshakesForOrganizationCommand_base: {
|
|
24
|
+
new (input: ListHandshakesForOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<ListHandshakesForOrganizationCommandInput, ListHandshakesForOrganizationCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the handshakes that are associated with the organization that the requesting
|
|
@@ -329,23 +332,5 @@ export interface ListHandshakesForOrganizationCommandOutput extends ListHandshak
|
|
|
329
332
|
* ```
|
|
330
333
|
*
|
|
331
334
|
*/
|
|
332
|
-
export declare class ListHandshakesForOrganizationCommand extends
|
|
333
|
-
readonly input: ListHandshakesForOrganizationCommandInput;
|
|
334
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
335
|
-
/**
|
|
336
|
-
* @public
|
|
337
|
-
*/
|
|
338
|
-
constructor(input: ListHandshakesForOrganizationCommandInput);
|
|
339
|
-
/**
|
|
340
|
-
* @internal
|
|
341
|
-
*/
|
|
342
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListHandshakesForOrganizationCommandInput, ListHandshakesForOrganizationCommandOutput>;
|
|
343
|
-
/**
|
|
344
|
-
* @internal
|
|
345
|
-
*/
|
|
346
|
-
private serialize;
|
|
347
|
-
/**
|
|
348
|
-
* @internal
|
|
349
|
-
*/
|
|
350
|
-
private deserialize;
|
|
335
|
+
export declare class ListHandshakesForOrganizationCommand extends ListHandshakesForOrganizationCommand_base {
|
|
351
336
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListOrganizationalUnitsForParentRequest, ListOrganizationalUnitsForParentResponse } from "../models/models_0";
|
|
5
4
|
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListOrganizationalUnitsForParentCommandInput extends ListOrgani
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListOrganizationalUnitsForParentCommandOutput extends ListOrganizationalUnitsForParentResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListOrganizationalUnitsForParentCommand_base: {
|
|
24
|
+
new (input: ListOrganizationalUnitsForParentCommandInput): import("@smithy/smithy-client").CommandImpl<ListOrganizationalUnitsForParentCommandInput, ListOrganizationalUnitsForParentCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the organizational units (OUs) in a parent organizational unit or root.</p>
|
|
@@ -224,23 +227,5 @@ export interface ListOrganizationalUnitsForParentCommandOutput extends ListOrgan
|
|
|
224
227
|
* ```
|
|
225
228
|
*
|
|
226
229
|
*/
|
|
227
|
-
export declare class ListOrganizationalUnitsForParentCommand extends
|
|
228
|
-
readonly input: ListOrganizationalUnitsForParentCommandInput;
|
|
229
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
230
|
-
/**
|
|
231
|
-
* @public
|
|
232
|
-
*/
|
|
233
|
-
constructor(input: ListOrganizationalUnitsForParentCommandInput);
|
|
234
|
-
/**
|
|
235
|
-
* @internal
|
|
236
|
-
*/
|
|
237
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListOrganizationalUnitsForParentCommandInput, ListOrganizationalUnitsForParentCommandOutput>;
|
|
238
|
-
/**
|
|
239
|
-
* @internal
|
|
240
|
-
*/
|
|
241
|
-
private serialize;
|
|
242
|
-
/**
|
|
243
|
-
* @internal
|
|
244
|
-
*/
|
|
245
|
-
private deserialize;
|
|
230
|
+
export declare class ListOrganizationalUnitsForParentCommand extends ListOrganizationalUnitsForParentCommand_base {
|
|
246
231
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListParentsRequest, ListParentsResponse } from "../models/models_0";
|
|
5
4
|
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListParentsCommandInput extends ListParentsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListParentsCommandOutput extends ListParentsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListParentsCommand_base: {
|
|
24
|
+
new (input: ListParentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListParentsCommandInput, ListParentsCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the root or organizational units (OUs) that serve as the immediate parent of the
|
|
@@ -223,23 +226,5 @@ export interface ListParentsCommandOutput extends ListParentsResponse, __Metadat
|
|
|
223
226
|
* ```
|
|
224
227
|
*
|
|
225
228
|
*/
|
|
226
|
-
export declare class ListParentsCommand extends
|
|
227
|
-
readonly input: ListParentsCommandInput;
|
|
228
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
229
|
-
/**
|
|
230
|
-
* @public
|
|
231
|
-
*/
|
|
232
|
-
constructor(input: ListParentsCommandInput);
|
|
233
|
-
/**
|
|
234
|
-
* @internal
|
|
235
|
-
*/
|
|
236
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListParentsCommandInput, ListParentsCommandOutput>;
|
|
237
|
-
/**
|
|
238
|
-
* @internal
|
|
239
|
-
*/
|
|
240
|
-
private serialize;
|
|
241
|
-
/**
|
|
242
|
-
* @internal
|
|
243
|
-
*/
|
|
244
|
-
private deserialize;
|
|
229
|
+
export declare class ListParentsCommand extends ListParentsCommand_base {
|
|
245
230
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListPoliciesRequest, ListPoliciesResponse } from "../models/models_0";
|
|
5
4
|
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListPoliciesCommandInput extends ListPoliciesRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListPoliciesCommandOutput extends ListPoliciesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListPoliciesCommand_base: {
|
|
24
|
+
new (input: ListPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListPoliciesCommandInput, ListPoliciesCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves the list of all policies in an organization of a specified type.</p>
|
|
@@ -241,23 +244,5 @@ export interface ListPoliciesCommandOutput extends ListPoliciesResponse, __Metad
|
|
|
241
244
|
* ```
|
|
242
245
|
*
|
|
243
246
|
*/
|
|
244
|
-
export declare class ListPoliciesCommand extends
|
|
245
|
-
readonly input: ListPoliciesCommandInput;
|
|
246
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
247
|
-
/**
|
|
248
|
-
* @public
|
|
249
|
-
*/
|
|
250
|
-
constructor(input: ListPoliciesCommandInput);
|
|
251
|
-
/**
|
|
252
|
-
* @internal
|
|
253
|
-
*/
|
|
254
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPoliciesCommandInput, ListPoliciesCommandOutput>;
|
|
255
|
-
/**
|
|
256
|
-
* @internal
|
|
257
|
-
*/
|
|
258
|
-
private serialize;
|
|
259
|
-
/**
|
|
260
|
-
* @internal
|
|
261
|
-
*/
|
|
262
|
-
private deserialize;
|
|
247
|
+
export declare class ListPoliciesCommand extends ListPoliciesCommand_base {
|
|
263
248
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListPoliciesForTargetRequest, ListPoliciesForTargetResponse } from "../models/models_0";
|
|
5
4
|
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListPoliciesForTargetCommandInput extends ListPoliciesForTarget
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListPoliciesForTargetCommandOutput extends ListPoliciesForTargetResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListPoliciesForTargetCommand_base: {
|
|
24
|
+
new (input: ListPoliciesForTargetCommandInput): import("@smithy/smithy-client").CommandImpl<ListPoliciesForTargetCommandInput, ListPoliciesForTargetCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the policies that are directly attached to the specified target root,
|
|
@@ -233,23 +236,5 @@ export interface ListPoliciesForTargetCommandOutput extends ListPoliciesForTarge
|
|
|
233
236
|
* ```
|
|
234
237
|
*
|
|
235
238
|
*/
|
|
236
|
-
export declare class ListPoliciesForTargetCommand extends
|
|
237
|
-
readonly input: ListPoliciesForTargetCommandInput;
|
|
238
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
239
|
-
/**
|
|
240
|
-
* @public
|
|
241
|
-
*/
|
|
242
|
-
constructor(input: ListPoliciesForTargetCommandInput);
|
|
243
|
-
/**
|
|
244
|
-
* @internal
|
|
245
|
-
*/
|
|
246
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPoliciesForTargetCommandInput, ListPoliciesForTargetCommandOutput>;
|
|
247
|
-
/**
|
|
248
|
-
* @internal
|
|
249
|
-
*/
|
|
250
|
-
private serialize;
|
|
251
|
-
/**
|
|
252
|
-
* @internal
|
|
253
|
-
*/
|
|
254
|
-
private deserialize;
|
|
239
|
+
export declare class ListPoliciesForTargetCommand extends ListPoliciesForTargetCommand_base {
|
|
255
240
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListRootsRequest, ListRootsResponse } from "../models/models_0";
|
|
5
4
|
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListRootsCommandInput extends ListRootsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListRootsCommandOutput extends ListRootsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListRootsCommand_base: {
|
|
24
|
+
new (input: ListRootsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRootsCommandInput, ListRootsCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the roots that are defined in the current organization.</p>
|
|
@@ -232,23 +235,5 @@ export interface ListRootsCommandOutput extends ListRootsResponse, __MetadataBea
|
|
|
232
235
|
* ```
|
|
233
236
|
*
|
|
234
237
|
*/
|
|
235
|
-
export declare class ListRootsCommand extends
|
|
236
|
-
readonly input: ListRootsCommandInput;
|
|
237
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
238
|
-
/**
|
|
239
|
-
* @public
|
|
240
|
-
*/
|
|
241
|
-
constructor(input: ListRootsCommandInput);
|
|
242
|
-
/**
|
|
243
|
-
* @internal
|
|
244
|
-
*/
|
|
245
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRootsCommandInput, ListRootsCommandOutput>;
|
|
246
|
-
/**
|
|
247
|
-
* @internal
|
|
248
|
-
*/
|
|
249
|
-
private serialize;
|
|
250
|
-
/**
|
|
251
|
-
* @internal
|
|
252
|
-
*/
|
|
253
|
-
private deserialize;
|
|
238
|
+
export declare class ListRootsCommand extends ListRootsCommand_base {
|
|
254
239
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
4
|
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListTagsForResourceCommand_base: {
|
|
24
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists tags that are attached to the specified resource.</p>
|
|
@@ -203,23 +206,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
203
206
|
* <p>Base exception class for all service exceptions from Organizations service.</p>
|
|
204
207
|
*
|
|
205
208
|
*/
|
|
206
|
-
export declare class ListTagsForResourceCommand extends
|
|
207
|
-
readonly input: ListTagsForResourceCommandInput;
|
|
208
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
209
|
-
/**
|
|
210
|
-
* @public
|
|
211
|
-
*/
|
|
212
|
-
constructor(input: ListTagsForResourceCommandInput);
|
|
213
|
-
/**
|
|
214
|
-
* @internal
|
|
215
|
-
*/
|
|
216
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
217
|
-
/**
|
|
218
|
-
* @internal
|
|
219
|
-
*/
|
|
220
|
-
private serialize;
|
|
221
|
-
/**
|
|
222
|
-
* @internal
|
|
223
|
-
*/
|
|
224
|
-
private deserialize;
|
|
209
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
225
210
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListTargetsForPolicyRequest, ListTargetsForPolicyResponse } from "../models/models_0";
|
|
5
4
|
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListTargetsForPolicyCommandInput extends ListTargetsForPolicyRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListTargetsForPolicyCommandOutput extends ListTargetsForPolicyResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListTargetsForPolicyCommand_base: {
|
|
24
|
+
new (input: ListTargetsForPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<ListTargetsForPolicyCommandInput, ListTargetsForPolicyCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists all the roots, organizational units (OUs), and accounts that the specified
|
|
@@ -237,23 +240,5 @@ export interface ListTargetsForPolicyCommandOutput extends ListTargetsForPolicyR
|
|
|
237
240
|
* ```
|
|
238
241
|
*
|
|
239
242
|
*/
|
|
240
|
-
export declare class ListTargetsForPolicyCommand extends
|
|
241
|
-
readonly input: ListTargetsForPolicyCommandInput;
|
|
242
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
243
|
-
/**
|
|
244
|
-
* @public
|
|
245
|
-
*/
|
|
246
|
-
constructor(input: ListTargetsForPolicyCommandInput);
|
|
247
|
-
/**
|
|
248
|
-
* @internal
|
|
249
|
-
*/
|
|
250
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTargetsForPolicyCommandInput, ListTargetsForPolicyCommandOutput>;
|
|
251
|
-
/**
|
|
252
|
-
* @internal
|
|
253
|
-
*/
|
|
254
|
-
private serialize;
|
|
255
|
-
/**
|
|
256
|
-
* @internal
|
|
257
|
-
*/
|
|
258
|
-
private deserialize;
|
|
243
|
+
export declare class ListTargetsForPolicyCommand extends ListTargetsForPolicyCommand_base {
|
|
259
244
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { MoveAccountRequest } from "../models/models_0";
|
|
5
4
|
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface MoveAccountCommandInput extends MoveAccountRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface MoveAccountCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const MoveAccountCommand_base: {
|
|
24
|
+
new (input: MoveAccountCommandInput): import("@smithy/smithy-client").CommandImpl<MoveAccountCommandInput, MoveAccountCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Moves an account from its current source parent root or organizational unit (OU) to
|
|
@@ -210,23 +213,5 @@ export interface MoveAccountCommandOutput extends __MetadataBearer {
|
|
|
210
213
|
* ```
|
|
211
214
|
*
|
|
212
215
|
*/
|
|
213
|
-
export declare class MoveAccountCommand extends
|
|
214
|
-
readonly input: MoveAccountCommandInput;
|
|
215
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
216
|
-
/**
|
|
217
|
-
* @public
|
|
218
|
-
*/
|
|
219
|
-
constructor(input: MoveAccountCommandInput);
|
|
220
|
-
/**
|
|
221
|
-
* @internal
|
|
222
|
-
*/
|
|
223
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<MoveAccountCommandInput, MoveAccountCommandOutput>;
|
|
224
|
-
/**
|
|
225
|
-
* @internal
|
|
226
|
-
*/
|
|
227
|
-
private serialize;
|
|
228
|
-
/**
|
|
229
|
-
* @internal
|
|
230
|
-
*/
|
|
231
|
-
private deserialize;
|
|
216
|
+
export declare class MoveAccountCommand extends MoveAccountCommand_base {
|
|
232
217
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0";
|
|
5
4
|
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface PutResourcePolicyCommandInput extends PutResourcePolicyRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface PutResourcePolicyCommandOutput extends PutResourcePolicyResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const PutResourcePolicyCommand_base: {
|
|
24
|
+
new (input: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates or updates a resource policy.</p>
|
|
@@ -393,23 +396,5 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
|
|
|
393
396
|
* <p>Base exception class for all service exceptions from Organizations service.</p>
|
|
394
397
|
*
|
|
395
398
|
*/
|
|
396
|
-
export declare class PutResourcePolicyCommand extends
|
|
397
|
-
readonly input: PutResourcePolicyCommandInput;
|
|
398
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
399
|
-
/**
|
|
400
|
-
* @public
|
|
401
|
-
*/
|
|
402
|
-
constructor(input: PutResourcePolicyCommandInput);
|
|
403
|
-
/**
|
|
404
|
-
* @internal
|
|
405
|
-
*/
|
|
406
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput>;
|
|
407
|
-
/**
|
|
408
|
-
* @internal
|
|
409
|
-
*/
|
|
410
|
-
private serialize;
|
|
411
|
-
/**
|
|
412
|
-
* @internal
|
|
413
|
-
*/
|
|
414
|
-
private deserialize;
|
|
399
|
+
export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
|
|
415
400
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { RegisterDelegatedAdministratorRequest } from "../models/models_0";
|
|
5
4
|
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface RegisterDelegatedAdministratorCommandInput extends RegisterDele
|
|
|
21
20
|
*/
|
|
22
21
|
export interface RegisterDelegatedAdministratorCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const RegisterDelegatedAdministratorCommand_base: {
|
|
24
|
+
new (input: RegisterDelegatedAdministratorCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterDelegatedAdministratorCommandInput, RegisterDelegatedAdministratorCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Enables the specified member account to administer the Organizations features of the specified
|
|
@@ -396,23 +399,5 @@ export interface RegisterDelegatedAdministratorCommandOutput extends __MetadataB
|
|
|
396
399
|
* <p>Base exception class for all service exceptions from Organizations service.</p>
|
|
397
400
|
*
|
|
398
401
|
*/
|
|
399
|
-
export declare class RegisterDelegatedAdministratorCommand extends
|
|
400
|
-
readonly input: RegisterDelegatedAdministratorCommandInput;
|
|
401
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
402
|
-
/**
|
|
403
|
-
* @public
|
|
404
|
-
*/
|
|
405
|
-
constructor(input: RegisterDelegatedAdministratorCommandInput);
|
|
406
|
-
/**
|
|
407
|
-
* @internal
|
|
408
|
-
*/
|
|
409
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RegisterDelegatedAdministratorCommandInput, RegisterDelegatedAdministratorCommandOutput>;
|
|
410
|
-
/**
|
|
411
|
-
* @internal
|
|
412
|
-
*/
|
|
413
|
-
private serialize;
|
|
414
|
-
/**
|
|
415
|
-
* @internal
|
|
416
|
-
*/
|
|
417
|
-
private deserialize;
|
|
402
|
+
export declare class RegisterDelegatedAdministratorCommand extends RegisterDelegatedAdministratorCommand_base {
|
|
418
403
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { RemoveAccountFromOrganizationRequest } from "../models/models_0";
|
|
5
4
|
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface RemoveAccountFromOrganizationCommandInput extends RemoveAccount
|
|
|
21
20
|
*/
|
|
22
21
|
export interface RemoveAccountFromOrganizationCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const RemoveAccountFromOrganizationCommand_base: {
|
|
24
|
+
new (input: RemoveAccountFromOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveAccountFromOrganizationCommandInput, RemoveAccountFromOrganizationCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes the specified account from the organization.</p>
|
|
@@ -426,23 +429,5 @@ export interface RemoveAccountFromOrganizationCommandOutput extends __MetadataBe
|
|
|
426
429
|
* ```
|
|
427
430
|
*
|
|
428
431
|
*/
|
|
429
|
-
export declare class RemoveAccountFromOrganizationCommand extends
|
|
430
|
-
readonly input: RemoveAccountFromOrganizationCommandInput;
|
|
431
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
432
|
-
/**
|
|
433
|
-
* @public
|
|
434
|
-
*/
|
|
435
|
-
constructor(input: RemoveAccountFromOrganizationCommandInput);
|
|
436
|
-
/**
|
|
437
|
-
* @internal
|
|
438
|
-
*/
|
|
439
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveAccountFromOrganizationCommandInput, RemoveAccountFromOrganizationCommandOutput>;
|
|
440
|
-
/**
|
|
441
|
-
* @internal
|
|
442
|
-
*/
|
|
443
|
-
private serialize;
|
|
444
|
-
/**
|
|
445
|
-
* @internal
|
|
446
|
-
*/
|
|
447
|
-
private deserialize;
|
|
432
|
+
export declare class RemoveAccountFromOrganizationCommand extends RemoveAccountFromOrganizationCommand_base {
|
|
448
433
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { TagResourceRequest } from "../models/models_0";
|
|
5
4
|
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const TagResourceCommand_base: {
|
|
24
|
+
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Adds one or more tags to the specified resource.</p>
|
|
@@ -402,23 +405,5 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
402
405
|
* <p>Base exception class for all service exceptions from Organizations service.</p>
|
|
403
406
|
*
|
|
404
407
|
*/
|
|
405
|
-
export declare class TagResourceCommand extends
|
|
406
|
-
readonly input: TagResourceCommandInput;
|
|
407
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
408
|
-
/**
|
|
409
|
-
* @public
|
|
410
|
-
*/
|
|
411
|
-
constructor(input: TagResourceCommandInput);
|
|
412
|
-
/**
|
|
413
|
-
* @internal
|
|
414
|
-
*/
|
|
415
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
416
|
-
/**
|
|
417
|
-
* @internal
|
|
418
|
-
*/
|
|
419
|
-
private serialize;
|
|
420
|
-
/**
|
|
421
|
-
* @internal
|
|
422
|
-
*/
|
|
423
|
-
private deserialize;
|
|
408
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
424
409
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { UntagResourceRequest } from "../models/models_0";
|
|
5
4
|
import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UntagResourceCommand_base: {
|
|
24
|
+
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes any tags with the specified keys from the specified resource.</p>
|
|
@@ -399,23 +402,5 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
399
402
|
* <p>Base exception class for all service exceptions from Organizations service.</p>
|
|
400
403
|
*
|
|
401
404
|
*/
|
|
402
|
-
export declare class UntagResourceCommand extends
|
|
403
|
-
readonly input: UntagResourceCommandInput;
|
|
404
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
405
|
-
/**
|
|
406
|
-
* @public
|
|
407
|
-
*/
|
|
408
|
-
constructor(input: UntagResourceCommandInput);
|
|
409
|
-
/**
|
|
410
|
-
* @internal
|
|
411
|
-
*/
|
|
412
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OrganizationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
413
|
-
/**
|
|
414
|
-
* @internal
|
|
415
|
-
*/
|
|
416
|
-
private serialize;
|
|
417
|
-
/**
|
|
418
|
-
* @internal
|
|
419
|
-
*/
|
|
420
|
-
private deserialize;
|
|
405
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
421
406
|
}
|