@aws-sdk/client-organizations 3.952.0 → 3.954.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/index.js +943 -636
- package/dist-cjs/runtimeConfig.shared.js +7 -6
- package/dist-es/commands/AcceptHandshakeCommand.js +2 -2
- package/dist-es/commands/AttachPolicyCommand.js +2 -2
- package/dist-es/commands/CancelHandshakeCommand.js +2 -2
- package/dist-es/commands/CloseAccountCommand.js +2 -2
- package/dist-es/commands/CreateAccountCommand.js +2 -2
- package/dist-es/commands/CreateGovCloudAccountCommand.js +2 -2
- package/dist-es/commands/CreateOrganizationCommand.js +2 -2
- package/dist-es/commands/CreateOrganizationalUnitCommand.js +2 -2
- package/dist-es/commands/CreatePolicyCommand.js +2 -2
- package/dist-es/commands/DeclineHandshakeCommand.js +2 -2
- package/dist-es/commands/DeleteOrganizationCommand.js +2 -2
- package/dist-es/commands/DeleteOrganizationalUnitCommand.js +2 -2
- package/dist-es/commands/DeletePolicyCommand.js +2 -2
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-es/commands/DeregisterDelegatedAdministratorCommand.js +2 -2
- package/dist-es/commands/DescribeAccountCommand.js +2 -2
- package/dist-es/commands/DescribeCreateAccountStatusCommand.js +2 -2
- package/dist-es/commands/DescribeEffectivePolicyCommand.js +2 -2
- package/dist-es/commands/DescribeHandshakeCommand.js +2 -2
- package/dist-es/commands/DescribeOrganizationCommand.js +2 -2
- package/dist-es/commands/DescribeOrganizationalUnitCommand.js +2 -2
- package/dist-es/commands/DescribePolicyCommand.js +2 -2
- package/dist-es/commands/DescribeResourcePolicyCommand.js +2 -2
- package/dist-es/commands/DescribeResponsibilityTransferCommand.js +2 -2
- package/dist-es/commands/DetachPolicyCommand.js +2 -2
- package/dist-es/commands/DisableAWSServiceAccessCommand.js +2 -2
- package/dist-es/commands/DisablePolicyTypeCommand.js +2 -2
- package/dist-es/commands/EnableAWSServiceAccessCommand.js +2 -2
- package/dist-es/commands/EnableAllFeaturesCommand.js +2 -2
- package/dist-es/commands/EnablePolicyTypeCommand.js +2 -2
- package/dist-es/commands/InviteAccountToOrganizationCommand.js +2 -2
- package/dist-es/commands/InviteOrganizationToTransferResponsibilityCommand.js +2 -2
- package/dist-es/commands/LeaveOrganizationCommand.js +2 -2
- package/dist-es/commands/ListAWSServiceAccessForOrganizationCommand.js +2 -2
- package/dist-es/commands/ListAccountsCommand.js +2 -2
- package/dist-es/commands/ListAccountsForParentCommand.js +2 -2
- package/dist-es/commands/ListAccountsWithInvalidEffectivePolicyCommand.js +2 -2
- package/dist-es/commands/ListChildrenCommand.js +2 -2
- package/dist-es/commands/ListCreateAccountStatusCommand.js +2 -2
- package/dist-es/commands/ListDelegatedAdministratorsCommand.js +2 -2
- package/dist-es/commands/ListDelegatedServicesForAccountCommand.js +2 -2
- package/dist-es/commands/ListEffectivePolicyValidationErrorsCommand.js +2 -2
- package/dist-es/commands/ListHandshakesForAccountCommand.js +2 -2
- package/dist-es/commands/ListHandshakesForOrganizationCommand.js +2 -2
- package/dist-es/commands/ListInboundResponsibilityTransfersCommand.js +2 -2
- package/dist-es/commands/ListOrganizationalUnitsForParentCommand.js +2 -2
- package/dist-es/commands/ListOutboundResponsibilityTransfersCommand.js +2 -2
- package/dist-es/commands/ListParentsCommand.js +2 -2
- package/dist-es/commands/ListPoliciesCommand.js +2 -2
- package/dist-es/commands/ListPoliciesForTargetCommand.js +2 -2
- package/dist-es/commands/ListRootsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTargetsForPolicyCommand.js +2 -2
- package/dist-es/commands/MoveAccountCommand.js +2 -2
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-es/commands/RegisterDelegatedAdministratorCommand.js +2 -2
- package/dist-es/commands/RemoveAccountFromOrganizationCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/TerminateResponsibilityTransferCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateOrganizationalUnitCommand.js +2 -2
- package/dist-es/commands/UpdatePolicyCommand.js +2 -2
- package/dist-es/commands/UpdateResponsibilityTransferCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -6
- package/dist-es/schemas/schemas_0.js +497 -434
- package/dist-types/OrganizationsClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +245 -274
- package/dist-types/ts3.4/OrganizationsClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +244 -275
- package/package.json +34 -34
|
@@ -26,12 +26,13 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsJson1_1Protocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.organizations",
|
|
32
|
+
xmlNamespace: "http://organizations.amazonaws.com/doc/2016-11-28/",
|
|
33
|
+
version: "2016-11-28",
|
|
34
|
+
serviceTarget: "AWSOrganizationsV20161128",
|
|
35
|
+
},
|
|
35
36
|
serviceId: config?.serviceId ?? "Organizations",
|
|
36
37
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
37
38
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { AcceptHandshake } from "../schemas/schemas_0";
|
|
4
|
+
import { AcceptHandshake$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class AcceptHandshakeCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class AcceptHandshakeCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSOrganizationsV20161128", "AcceptHandshake", {})
|
|
13
13
|
.n("OrganizationsClient", "AcceptHandshakeCommand")
|
|
14
|
-
.sc(AcceptHandshake)
|
|
14
|
+
.sc(AcceptHandshake$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { AttachPolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { AttachPolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class AttachPolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class AttachPolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSOrganizationsV20161128", "AttachPolicy", {})
|
|
13
13
|
.n("OrganizationsClient", "AttachPolicyCommand")
|
|
14
|
-
.sc(AttachPolicy)
|
|
14
|
+
.sc(AttachPolicy$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CancelHandshake } from "../schemas/schemas_0";
|
|
4
|
+
import { CancelHandshake$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CancelHandshakeCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CancelHandshakeCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSOrganizationsV20161128", "CancelHandshake", {})
|
|
13
13
|
.n("OrganizationsClient", "CancelHandshakeCommand")
|
|
14
|
-
.sc(CancelHandshake)
|
|
14
|
+
.sc(CancelHandshake$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CloseAccount } from "../schemas/schemas_0";
|
|
4
|
+
import { CloseAccount$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CloseAccountCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CloseAccountCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSOrganizationsV20161128", "CloseAccount", {})
|
|
13
13
|
.n("OrganizationsClient", "CloseAccountCommand")
|
|
14
|
-
.sc(CloseAccount)
|
|
14
|
+
.sc(CloseAccount$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateAccount } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateAccount$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateAccountCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateAccountCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSOrganizationsV20161128", "CreateAccount", {})
|
|
13
13
|
.n("OrganizationsClient", "CreateAccountCommand")
|
|
14
|
-
.sc(CreateAccount)
|
|
14
|
+
.sc(CreateAccount$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateGovCloudAccount } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateGovCloudAccount$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateGovCloudAccountCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateGovCloudAccountCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSOrganizationsV20161128", "CreateGovCloudAccount", {})
|
|
13
13
|
.n("OrganizationsClient", "CreateGovCloudAccountCommand")
|
|
14
|
-
.sc(CreateGovCloudAccount)
|
|
14
|
+
.sc(CreateGovCloudAccount$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateOrganization } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateOrganization$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateOrganizationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateOrganizationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSOrganizationsV20161128", "CreateOrganization", {})
|
|
13
13
|
.n("OrganizationsClient", "CreateOrganizationCommand")
|
|
14
|
-
.sc(CreateOrganization)
|
|
14
|
+
.sc(CreateOrganization$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateOrganizationalUnit } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateOrganizationalUnit$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateOrganizationalUnitCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateOrganizationalUnitCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSOrganizationsV20161128", "CreateOrganizationalUnit", {})
|
|
13
13
|
.n("OrganizationsClient", "CreateOrganizationalUnitCommand")
|
|
14
|
-
.sc(CreateOrganizationalUnit)
|
|
14
|
+
.sc(CreateOrganizationalUnit$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreatePolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { CreatePolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreatePolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreatePolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSOrganizationsV20161128", "CreatePolicy", {})
|
|
13
13
|
.n("OrganizationsClient", "CreatePolicyCommand")
|
|
14
|
-
.sc(CreatePolicy)
|
|
14
|
+
.sc(CreatePolicy$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeclineHandshake } from "../schemas/schemas_0";
|
|
4
|
+
import { DeclineHandshake$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeclineHandshakeCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeclineHandshakeCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSOrganizationsV20161128", "DeclineHandshake", {})
|
|
13
13
|
.n("OrganizationsClient", "DeclineHandshakeCommand")
|
|
14
|
-
.sc(DeclineHandshake)
|
|
14
|
+
.sc(DeclineHandshake$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteOrganization } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteOrganization$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteOrganizationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteOrganizationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSOrganizationsV20161128", "DeleteOrganization", {})
|
|
13
13
|
.n("OrganizationsClient", "DeleteOrganizationCommand")
|
|
14
|
-
.sc(DeleteOrganization)
|
|
14
|
+
.sc(DeleteOrganization$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteOrganizationalUnit } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteOrganizationalUnit$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteOrganizationalUnitCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteOrganizationalUnitCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSOrganizationsV20161128", "DeleteOrganizationalUnit", {})
|
|
13
13
|
.n("OrganizationsClient", "DeleteOrganizationalUnitCommand")
|
|
14
|
-
.sc(DeleteOrganizationalUnit)
|
|
14
|
+
.sc(DeleteOrganizationalUnit$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeletePolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { DeletePolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeletePolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeletePolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSOrganizationsV20161128", "DeletePolicy", {})
|
|
13
13
|
.n("OrganizationsClient", "DeletePolicyCommand")
|
|
14
|
-
.sc(DeletePolicy)
|
|
14
|
+
.sc(DeletePolicy$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteResourcePolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteResourcePolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteResourcePolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteResourcePolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSOrganizationsV20161128", "DeleteResourcePolicy", {})
|
|
13
13
|
.n("OrganizationsClient", "DeleteResourcePolicyCommand")
|
|
14
|
-
.sc(DeleteResourcePolicy)
|
|
14
|
+
.sc(DeleteResourcePolicy$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeregisterDelegatedAdministrator } from "../schemas/schemas_0";
|
|
4
|
+
import { DeregisterDelegatedAdministrator$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeregisterDelegatedAdministratorCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeregisterDelegatedAdministratorCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSOrganizationsV20161128", "DeregisterDelegatedAdministrator", {})
|
|
13
13
|
.n("OrganizationsClient", "DeregisterDelegatedAdministratorCommand")
|
|
14
|
-
.sc(DeregisterDelegatedAdministrator)
|
|
14
|
+
.sc(DeregisterDelegatedAdministrator$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeAccount } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeAccount$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeAccountCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeAccountCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSOrganizationsV20161128", "DescribeAccount", {})
|
|
13
13
|
.n("OrganizationsClient", "DescribeAccountCommand")
|
|
14
|
-
.sc(DescribeAccount)
|
|
14
|
+
.sc(DescribeAccount$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeCreateAccountStatus } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeCreateAccountStatus$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeCreateAccountStatusCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeCreateAccountStatusCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSOrganizationsV20161128", "DescribeCreateAccountStatus", {})
|
|
13
13
|
.n("OrganizationsClient", "DescribeCreateAccountStatusCommand")
|
|
14
|
-
.sc(DescribeCreateAccountStatus)
|
|
14
|
+
.sc(DescribeCreateAccountStatus$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeEffectivePolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeEffectivePolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeEffectivePolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeEffectivePolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSOrganizationsV20161128", "DescribeEffectivePolicy", {})
|
|
13
13
|
.n("OrganizationsClient", "DescribeEffectivePolicyCommand")
|
|
14
|
-
.sc(DescribeEffectivePolicy)
|
|
14
|
+
.sc(DescribeEffectivePolicy$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeHandshake } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeHandshake$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeHandshakeCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeHandshakeCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSOrganizationsV20161128", "DescribeHandshake", {})
|
|
13
13
|
.n("OrganizationsClient", "DescribeHandshakeCommand")
|
|
14
|
-
.sc(DescribeHandshake)
|
|
14
|
+
.sc(DescribeHandshake$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeOrganization } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeOrganization$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeOrganizationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeOrganizationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSOrganizationsV20161128", "DescribeOrganization", {})
|
|
13
13
|
.n("OrganizationsClient", "DescribeOrganizationCommand")
|
|
14
|
-
.sc(DescribeOrganization)
|
|
14
|
+
.sc(DescribeOrganization$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeOrganizationalUnit } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeOrganizationalUnit$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeOrganizationalUnitCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeOrganizationalUnitCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSOrganizationsV20161128", "DescribeOrganizationalUnit", {})
|
|
13
13
|
.n("OrganizationsClient", "DescribeOrganizationalUnitCommand")
|
|
14
|
-
.sc(DescribeOrganizationalUnit)
|
|
14
|
+
.sc(DescribeOrganizationalUnit$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribePolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribePolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribePolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribePolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSOrganizationsV20161128", "DescribePolicy", {})
|
|
13
13
|
.n("OrganizationsClient", "DescribePolicyCommand")
|
|
14
|
-
.sc(DescribePolicy)
|
|
14
|
+
.sc(DescribePolicy$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeResourcePolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeResourcePolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeResourcePolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeResourcePolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSOrganizationsV20161128", "DescribeResourcePolicy", {})
|
|
13
13
|
.n("OrganizationsClient", "DescribeResourcePolicyCommand")
|
|
14
|
-
.sc(DescribeResourcePolicy)
|
|
14
|
+
.sc(DescribeResourcePolicy$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeResponsibilityTransfer } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeResponsibilityTransfer$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeResponsibilityTransferCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeResponsibilityTransferCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSOrganizationsV20161128", "DescribeResponsibilityTransfer", {})
|
|
13
13
|
.n("OrganizationsClient", "DescribeResponsibilityTransferCommand")
|
|
14
|
-
.sc(DescribeResponsibilityTransfer)
|
|
14
|
+
.sc(DescribeResponsibilityTransfer$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DetachPolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { DetachPolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DetachPolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DetachPolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSOrganizationsV20161128", "DetachPolicy", {})
|
|
13
13
|
.n("OrganizationsClient", "DetachPolicyCommand")
|
|
14
|
-
.sc(DetachPolicy)
|
|
14
|
+
.sc(DetachPolicy$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DisableAWSServiceAccess } from "../schemas/schemas_0";
|
|
4
|
+
import { DisableAWSServiceAccess$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DisableAWSServiceAccessCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DisableAWSServiceAccessCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSOrganizationsV20161128", "DisableAWSServiceAccess", {})
|
|
13
13
|
.n("OrganizationsClient", "DisableAWSServiceAccessCommand")
|
|
14
|
-
.sc(DisableAWSServiceAccess)
|
|
14
|
+
.sc(DisableAWSServiceAccess$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DisablePolicyType } from "../schemas/schemas_0";
|
|
4
|
+
import { DisablePolicyType$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DisablePolicyTypeCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DisablePolicyTypeCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSOrganizationsV20161128", "DisablePolicyType", {})
|
|
13
13
|
.n("OrganizationsClient", "DisablePolicyTypeCommand")
|
|
14
|
-
.sc(DisablePolicyType)
|
|
14
|
+
.sc(DisablePolicyType$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { EnableAWSServiceAccess } from "../schemas/schemas_0";
|
|
4
|
+
import { EnableAWSServiceAccess$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class EnableAWSServiceAccessCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class EnableAWSServiceAccessCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSOrganizationsV20161128", "EnableAWSServiceAccess", {})
|
|
13
13
|
.n("OrganizationsClient", "EnableAWSServiceAccessCommand")
|
|
14
|
-
.sc(EnableAWSServiceAccess)
|
|
14
|
+
.sc(EnableAWSServiceAccess$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { EnableAllFeatures } from "../schemas/schemas_0";
|
|
4
|
+
import { EnableAllFeatures$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class EnableAllFeaturesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class EnableAllFeaturesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSOrganizationsV20161128", "EnableAllFeatures", {})
|
|
13
13
|
.n("OrganizationsClient", "EnableAllFeaturesCommand")
|
|
14
|
-
.sc(EnableAllFeatures)
|
|
14
|
+
.sc(EnableAllFeatures$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { EnablePolicyType } from "../schemas/schemas_0";
|
|
4
|
+
import { EnablePolicyType$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class EnablePolicyTypeCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class EnablePolicyTypeCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSOrganizationsV20161128", "EnablePolicyType", {})
|
|
13
13
|
.n("OrganizationsClient", "EnablePolicyTypeCommand")
|
|
14
|
-
.sc(EnablePolicyType)
|
|
14
|
+
.sc(EnablePolicyType$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { InviteAccountToOrganization } from "../schemas/schemas_0";
|
|
4
|
+
import { InviteAccountToOrganization$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class InviteAccountToOrganizationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class InviteAccountToOrganizationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSOrganizationsV20161128", "InviteAccountToOrganization", {})
|
|
13
13
|
.n("OrganizationsClient", "InviteAccountToOrganizationCommand")
|
|
14
|
-
.sc(InviteAccountToOrganization)
|
|
14
|
+
.sc(InviteAccountToOrganization$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { InviteOrganizationToTransferResponsibility } from "../schemas/schemas_0";
|
|
4
|
+
import { InviteOrganizationToTransferResponsibility$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class InviteOrganizationToTransferResponsibilityCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class InviteOrganizationToTransferResponsibilityCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSOrganizationsV20161128", "InviteOrganizationToTransferResponsibility", {})
|
|
13
13
|
.n("OrganizationsClient", "InviteOrganizationToTransferResponsibilityCommand")
|
|
14
|
-
.sc(InviteOrganizationToTransferResponsibility)
|
|
14
|
+
.sc(InviteOrganizationToTransferResponsibility$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { LeaveOrganization } from "../schemas/schemas_0";
|
|
4
|
+
import { LeaveOrganization$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class LeaveOrganizationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class LeaveOrganizationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSOrganizationsV20161128", "LeaveOrganization", {})
|
|
13
13
|
.n("OrganizationsClient", "LeaveOrganizationCommand")
|
|
14
|
-
.sc(LeaveOrganization)
|
|
14
|
+
.sc(LeaveOrganization$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListAWSServiceAccessForOrganization } from "../schemas/schemas_0";
|
|
4
|
+
import { ListAWSServiceAccessForOrganization$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListAWSServiceAccessForOrganizationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListAWSServiceAccessForOrganizationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSOrganizationsV20161128", "ListAWSServiceAccessForOrganization", {})
|
|
13
13
|
.n("OrganizationsClient", "ListAWSServiceAccessForOrganizationCommand")
|
|
14
|
-
.sc(ListAWSServiceAccessForOrganization)
|
|
14
|
+
.sc(ListAWSServiceAccessForOrganization$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListAccounts } from "../schemas/schemas_0";
|
|
4
|
+
import { ListAccounts$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListAccountsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListAccountsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSOrganizationsV20161128", "ListAccounts", {})
|
|
13
13
|
.n("OrganizationsClient", "ListAccountsCommand")
|
|
14
|
-
.sc(ListAccounts)
|
|
14
|
+
.sc(ListAccounts$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|