@aws-sdk/client-organizations 3.489.0 → 3.495.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/Organizations.js +1 -121
- package/dist-cjs/OrganizationsClient.js +1 -43
- package/dist-cjs/commands/AcceptHandshakeCommand.js +1 -29
- package/dist-cjs/commands/AttachPolicyCommand.js +1 -28
- package/dist-cjs/commands/CancelHandshakeCommand.js +1 -29
- package/dist-cjs/commands/CloseAccountCommand.js +1 -28
- package/dist-cjs/commands/CreateAccountCommand.js +1 -29
- package/dist-cjs/commands/CreateGovCloudAccountCommand.js +1 -29
- package/dist-cjs/commands/CreateOrganizationCommand.js +1 -29
- package/dist-cjs/commands/CreateOrganizationalUnitCommand.js +1 -28
- package/dist-cjs/commands/CreatePolicyCommand.js +1 -28
- package/dist-cjs/commands/DeclineHandshakeCommand.js +1 -29
- package/dist-cjs/commands/DeleteOrganizationCommand.js +1 -28
- package/dist-cjs/commands/DeleteOrganizationalUnitCommand.js +1 -28
- package/dist-cjs/commands/DeletePolicyCommand.js +1 -28
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/DeregisterDelegatedAdministratorCommand.js +1 -28
- package/dist-cjs/commands/DescribeAccountCommand.js +1 -29
- package/dist-cjs/commands/DescribeCreateAccountStatusCommand.js +1 -29
- package/dist-cjs/commands/DescribeEffectivePolicyCommand.js +1 -28
- package/dist-cjs/commands/DescribeHandshakeCommand.js +1 -29
- package/dist-cjs/commands/DescribeOrganizationCommand.js +1 -29
- package/dist-cjs/commands/DescribeOrganizationalUnitCommand.js +1 -28
- package/dist-cjs/commands/DescribePolicyCommand.js +1 -28
- package/dist-cjs/commands/DescribeResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/DetachPolicyCommand.js +1 -28
- package/dist-cjs/commands/DisableAWSServiceAccessCommand.js +1 -28
- package/dist-cjs/commands/DisablePolicyTypeCommand.js +1 -28
- package/dist-cjs/commands/EnableAWSServiceAccessCommand.js +1 -28
- package/dist-cjs/commands/EnableAllFeaturesCommand.js +1 -29
- package/dist-cjs/commands/EnablePolicyTypeCommand.js +1 -28
- package/dist-cjs/commands/InviteAccountToOrganizationCommand.js +1 -29
- package/dist-cjs/commands/LeaveOrganizationCommand.js +1 -28
- package/dist-cjs/commands/ListAWSServiceAccessForOrganizationCommand.js +1 -28
- package/dist-cjs/commands/ListAccountsCommand.js +1 -29
- package/dist-cjs/commands/ListAccountsForParentCommand.js +1 -29
- package/dist-cjs/commands/ListChildrenCommand.js +1 -28
- package/dist-cjs/commands/ListCreateAccountStatusCommand.js +1 -29
- package/dist-cjs/commands/ListDelegatedAdministratorsCommand.js +1 -29
- package/dist-cjs/commands/ListDelegatedServicesForAccountCommand.js +1 -28
- package/dist-cjs/commands/ListHandshakesForAccountCommand.js +1 -29
- package/dist-cjs/commands/ListHandshakesForOrganizationCommand.js +1 -29
- package/dist-cjs/commands/ListOrganizationalUnitsForParentCommand.js +1 -28
- package/dist-cjs/commands/ListParentsCommand.js +1 -28
- package/dist-cjs/commands/ListPoliciesCommand.js +1 -28
- package/dist-cjs/commands/ListPoliciesForTargetCommand.js +1 -28
- package/dist-cjs/commands/ListRootsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListTargetsForPolicyCommand.js +1 -28
- package/dist-cjs/commands/MoveAccountCommand.js +1 -28
- package/dist-cjs/commands/PutResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/RegisterDelegatedAdministratorCommand.js +1 -28
- package/dist-cjs/commands/RemoveAccountFromOrganizationCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateOrganizationalUnitCommand.js +1 -28
- package/dist-cjs/commands/UpdatePolicyCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -58
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +6618 -11
- package/dist-cjs/models/OrganizationsServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -1002
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListAWSServiceAccessForOrganizationPaginator.js +1 -7
- package/dist-cjs/pagination/ListAccountsForParentPaginator.js +1 -7
- package/dist-cjs/pagination/ListAccountsPaginator.js +1 -7
- package/dist-cjs/pagination/ListChildrenPaginator.js +1 -7
- package/dist-cjs/pagination/ListCreateAccountStatusPaginator.js +1 -7
- package/dist-cjs/pagination/ListDelegatedAdministratorsPaginator.js +1 -7
- package/dist-cjs/pagination/ListDelegatedServicesForAccountPaginator.js +1 -7
- package/dist-cjs/pagination/ListHandshakesForAccountPaginator.js +1 -7
- package/dist-cjs/pagination/ListHandshakesForOrganizationPaginator.js +1 -7
- package/dist-cjs/pagination/ListOrganizationalUnitsForParentPaginator.js +1 -7
- package/dist-cjs/pagination/ListParentsPaginator.js +1 -7
- package/dist-cjs/pagination/ListPoliciesForTargetPaginator.js +1 -7
- package/dist-cjs/pagination/ListPoliciesPaginator.js +1 -7
- package/dist-cjs/pagination/ListRootsPaginator.js +1 -7
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js +1 -7
- package/dist-cjs/pagination/ListTargetsForPolicyPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -20
- package/dist-cjs/protocols/Aws_json1_1.js +1 -4048
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListAWSServiceAccessForOrganization = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListAWSServiceAccessForOrganizationCommand_1 = require("../commands/ListAWSServiceAccessForOrganizationCommand");
|
|
6
|
-
const OrganizationsClient_1 = require("../OrganizationsClient");
|
|
7
|
-
exports.paginateListAWSServiceAccessForOrganization = (0, core_1.createPaginator)(OrganizationsClient_1.OrganizationsClient, ListAWSServiceAccessForOrganizationCommand_1.ListAWSServiceAccessForOrganizationCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListAccountsForParent = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListAccountsForParentCommand_1 = require("../commands/ListAccountsForParentCommand");
|
|
6
|
-
const OrganizationsClient_1 = require("../OrganizationsClient");
|
|
7
|
-
exports.paginateListAccountsForParent = (0, core_1.createPaginator)(OrganizationsClient_1.OrganizationsClient, ListAccountsForParentCommand_1.ListAccountsForParentCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListAccounts = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListAccountsCommand_1 = require("../commands/ListAccountsCommand");
|
|
6
|
-
const OrganizationsClient_1 = require("../OrganizationsClient");
|
|
7
|
-
exports.paginateListAccounts = (0, core_1.createPaginator)(OrganizationsClient_1.OrganizationsClient, ListAccountsCommand_1.ListAccountsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListChildren = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListChildrenCommand_1 = require("../commands/ListChildrenCommand");
|
|
6
|
-
const OrganizationsClient_1 = require("../OrganizationsClient");
|
|
7
|
-
exports.paginateListChildren = (0, core_1.createPaginator)(OrganizationsClient_1.OrganizationsClient, ListChildrenCommand_1.ListChildrenCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListCreateAccountStatus = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListCreateAccountStatusCommand_1 = require("../commands/ListCreateAccountStatusCommand");
|
|
6
|
-
const OrganizationsClient_1 = require("../OrganizationsClient");
|
|
7
|
-
exports.paginateListCreateAccountStatus = (0, core_1.createPaginator)(OrganizationsClient_1.OrganizationsClient, ListCreateAccountStatusCommand_1.ListCreateAccountStatusCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListDelegatedAdministrators = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListDelegatedAdministratorsCommand_1 = require("../commands/ListDelegatedAdministratorsCommand");
|
|
6
|
-
const OrganizationsClient_1 = require("../OrganizationsClient");
|
|
7
|
-
exports.paginateListDelegatedAdministrators = (0, core_1.createPaginator)(OrganizationsClient_1.OrganizationsClient, ListDelegatedAdministratorsCommand_1.ListDelegatedAdministratorsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListDelegatedServicesForAccount = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListDelegatedServicesForAccountCommand_1 = require("../commands/ListDelegatedServicesForAccountCommand");
|
|
6
|
-
const OrganizationsClient_1 = require("../OrganizationsClient");
|
|
7
|
-
exports.paginateListDelegatedServicesForAccount = (0, core_1.createPaginator)(OrganizationsClient_1.OrganizationsClient, ListDelegatedServicesForAccountCommand_1.ListDelegatedServicesForAccountCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListHandshakesForAccount = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListHandshakesForAccountCommand_1 = require("../commands/ListHandshakesForAccountCommand");
|
|
6
|
-
const OrganizationsClient_1 = require("../OrganizationsClient");
|
|
7
|
-
exports.paginateListHandshakesForAccount = (0, core_1.createPaginator)(OrganizationsClient_1.OrganizationsClient, ListHandshakesForAccountCommand_1.ListHandshakesForAccountCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListHandshakesForOrganization = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListHandshakesForOrganizationCommand_1 = require("../commands/ListHandshakesForOrganizationCommand");
|
|
6
|
-
const OrganizationsClient_1 = require("../OrganizationsClient");
|
|
7
|
-
exports.paginateListHandshakesForOrganization = (0, core_1.createPaginator)(OrganizationsClient_1.OrganizationsClient, ListHandshakesForOrganizationCommand_1.ListHandshakesForOrganizationCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListOrganizationalUnitsForParent = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListOrganizationalUnitsForParentCommand_1 = require("../commands/ListOrganizationalUnitsForParentCommand");
|
|
6
|
-
const OrganizationsClient_1 = require("../OrganizationsClient");
|
|
7
|
-
exports.paginateListOrganizationalUnitsForParent = (0, core_1.createPaginator)(OrganizationsClient_1.OrganizationsClient, ListOrganizationalUnitsForParentCommand_1.ListOrganizationalUnitsForParentCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListParents = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListParentsCommand_1 = require("../commands/ListParentsCommand");
|
|
6
|
-
const OrganizationsClient_1 = require("../OrganizationsClient");
|
|
7
|
-
exports.paginateListParents = (0, core_1.createPaginator)(OrganizationsClient_1.OrganizationsClient, ListParentsCommand_1.ListParentsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListPoliciesForTarget = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListPoliciesForTargetCommand_1 = require("../commands/ListPoliciesForTargetCommand");
|
|
6
|
-
const OrganizationsClient_1 = require("../OrganizationsClient");
|
|
7
|
-
exports.paginateListPoliciesForTarget = (0, core_1.createPaginator)(OrganizationsClient_1.OrganizationsClient, ListPoliciesForTargetCommand_1.ListPoliciesForTargetCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListPolicies = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListPoliciesCommand_1 = require("../commands/ListPoliciesCommand");
|
|
6
|
-
const OrganizationsClient_1 = require("../OrganizationsClient");
|
|
7
|
-
exports.paginateListPolicies = (0, core_1.createPaginator)(OrganizationsClient_1.OrganizationsClient, ListPoliciesCommand_1.ListPoliciesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListRoots = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListRootsCommand_1 = require("../commands/ListRootsCommand");
|
|
6
|
-
const OrganizationsClient_1 = require("../OrganizationsClient");
|
|
7
|
-
exports.paginateListRoots = (0, core_1.createPaginator)(OrganizationsClient_1.OrganizationsClient, ListRootsCommand_1.ListRootsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListTagsForResource = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListTagsForResourceCommand_1 = require("../commands/ListTagsForResourceCommand");
|
|
6
|
-
const OrganizationsClient_1 = require("../OrganizationsClient");
|
|
7
|
-
exports.paginateListTagsForResource = (0, core_1.createPaginator)(OrganizationsClient_1.OrganizationsClient, ListTagsForResourceCommand_1.ListTagsForResourceCommand, "NextToken", "NextToken", "");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListTargetsForPolicy = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListTargetsForPolicyCommand_1 = require("../commands/ListTargetsForPolicyCommand");
|
|
6
|
-
const OrganizationsClient_1 = require("../OrganizationsClient");
|
|
7
|
-
exports.paginateListTargetsForPolicy = (0, core_1.createPaginator)(OrganizationsClient_1.OrganizationsClient, ListTargetsForPolicyCommand_1.ListTargetsForPolicyCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,20 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./ListAWSServiceAccessForOrganizationPaginator"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./ListAccountsForParentPaginator"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./ListAccountsPaginator"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./ListChildrenPaginator"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./ListCreateAccountStatusPaginator"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./ListDelegatedAdministratorsPaginator"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./ListDelegatedServicesForAccountPaginator"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./ListHandshakesForAccountPaginator"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./ListHandshakesForOrganizationPaginator"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./ListOrganizationalUnitsForParentPaginator"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./ListParentsPaginator"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./ListPoliciesForTargetPaginator"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./ListPoliciesPaginator"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./ListRootsPaginator"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./ListTagsForResourcePaginator"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./ListTargetsForPolicyPaginator"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|