@aws-sdk/client-organizations 3.890.0 → 3.893.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/AcceptHandshakeCommand.d.ts +2 -0
- package/dist-types/commands/AttachPolicyCommand.d.ts +2 -0
- package/dist-types/commands/CancelHandshakeCommand.d.ts +2 -0
- package/dist-types/commands/CloseAccountCommand.d.ts +2 -0
- package/dist-types/commands/CreateAccountCommand.d.ts +2 -0
- package/dist-types/commands/CreateGovCloudAccountCommand.d.ts +2 -0
- package/dist-types/commands/CreateOrganizationCommand.d.ts +2 -0
- package/dist-types/commands/CreateOrganizationalUnitCommand.d.ts +2 -0
- package/dist-types/commands/CreatePolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeclineHandshakeCommand.d.ts +2 -0
- package/dist-types/commands/DeleteOrganizationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteOrganizationalUnitCommand.d.ts +2 -0
- package/dist-types/commands/DeletePolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeregisterDelegatedAdministratorCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAccountCommand.d.ts +2 -0
- package/dist-types/commands/DescribeCreateAccountStatusCommand.d.ts +2 -0
- package/dist-types/commands/DescribeEffectivePolicyCommand.d.ts +2 -0
- package/dist-types/commands/DescribeHandshakeCommand.d.ts +2 -0
- package/dist-types/commands/DescribeOrganizationCommand.d.ts +2 -0
- package/dist-types/commands/DescribeOrganizationalUnitCommand.d.ts +2 -0
- package/dist-types/commands/DescribePolicyCommand.d.ts +2 -0
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +2 -0
- package/dist-types/commands/DetachPolicyCommand.d.ts +2 -0
- package/dist-types/commands/DisableAWSServiceAccessCommand.d.ts +2 -0
- package/dist-types/commands/DisablePolicyTypeCommand.d.ts +2 -0
- package/dist-types/commands/EnableAWSServiceAccessCommand.d.ts +2 -0
- package/dist-types/commands/EnableAllFeaturesCommand.d.ts +2 -0
- package/dist-types/commands/EnablePolicyTypeCommand.d.ts +2 -0
- package/dist-types/commands/InviteAccountToOrganizationCommand.d.ts +2 -0
- package/dist-types/commands/LeaveOrganizationCommand.d.ts +2 -0
- package/dist-types/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +2 -0
- package/dist-types/commands/ListAccountsCommand.d.ts +2 -0
- package/dist-types/commands/ListAccountsForParentCommand.d.ts +2 -0
- package/dist-types/commands/ListAccountsWithInvalidEffectivePolicyCommand.d.ts +2 -0
- package/dist-types/commands/ListChildrenCommand.d.ts +2 -0
- package/dist-types/commands/ListCreateAccountStatusCommand.d.ts +2 -0
- package/dist-types/commands/ListDelegatedAdministratorsCommand.d.ts +2 -0
- package/dist-types/commands/ListDelegatedServicesForAccountCommand.d.ts +2 -0
- package/dist-types/commands/ListEffectivePolicyValidationErrorsCommand.d.ts +2 -0
- package/dist-types/commands/ListHandshakesForAccountCommand.d.ts +2 -0
- package/dist-types/commands/ListHandshakesForOrganizationCommand.d.ts +2 -0
- package/dist-types/commands/ListOrganizationalUnitsForParentCommand.d.ts +2 -0
- package/dist-types/commands/ListParentsCommand.d.ts +2 -0
- package/dist-types/commands/ListPoliciesCommand.d.ts +2 -0
- package/dist-types/commands/ListPoliciesForTargetCommand.d.ts +2 -0
- package/dist-types/commands/ListRootsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListTargetsForPolicyCommand.d.ts +2 -0
- package/dist-types/commands/MoveAccountCommand.d.ts +2 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -0
- package/dist-types/commands/RegisterDelegatedAdministratorCommand.d.ts +2 -0
- package/dist-types/commands/RemoveAccountFromOrganizationCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateOrganizationalUnitCommand.d.ts +2 -0
- package/dist-types/commands/UpdatePolicyCommand.d.ts +2 -0
- package/package.json +19 -19
|
@@ -62,6 +62,8 @@ declare const AcceptHandshakeCommand_base: {
|
|
|
62
62
|
* ```javascript
|
|
63
63
|
* import { OrganizationsClient, AcceptHandshakeCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
64
64
|
* // const { OrganizationsClient, AcceptHandshakeCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
65
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
66
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
65
67
|
* const client = new OrganizationsClient(config);
|
|
66
68
|
* const input = { // AcceptHandshakeRequest
|
|
67
69
|
* HandshakeId: "STRING_VALUE", // required
|
|
@@ -79,6 +79,8 @@ declare const AttachPolicyCommand_base: {
|
|
|
79
79
|
* ```javascript
|
|
80
80
|
* import { OrganizationsClient, AttachPolicyCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
81
81
|
* // const { OrganizationsClient, AttachPolicyCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
82
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
83
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
82
84
|
* const client = new OrganizationsClient(config);
|
|
83
85
|
* const input = { // AttachPolicyRequest
|
|
84
86
|
* PolicyId: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const CancelHandshakeCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { OrganizationsClient, CancelHandshakeCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
40
40
|
* // const { OrganizationsClient, CancelHandshakeCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
41
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
42
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
41
43
|
* const client = new OrganizationsClient(config);
|
|
42
44
|
* const input = { // CancelHandshakeRequest
|
|
43
45
|
* HandshakeId: "STRING_VALUE", // required
|
|
@@ -79,6 +79,8 @@ declare const CloseAccountCommand_base: {
|
|
|
79
79
|
* ```javascript
|
|
80
80
|
* import { OrganizationsClient, CloseAccountCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
81
81
|
* // const { OrganizationsClient, CloseAccountCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
82
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
83
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
82
84
|
* const client = new OrganizationsClient(config);
|
|
83
85
|
* const input = { // CloseAccountRequest
|
|
84
86
|
* AccountId: "STRING_VALUE", // required
|
|
@@ -105,6 +105,8 @@ declare const CreateAccountCommand_base: {
|
|
|
105
105
|
* ```javascript
|
|
106
106
|
* import { OrganizationsClient, CreateAccountCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
107
107
|
* // const { OrganizationsClient, CreateAccountCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
108
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
109
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
108
110
|
* const client = new OrganizationsClient(config);
|
|
109
111
|
* const input = { // CreateAccountRequest
|
|
110
112
|
* Email: "STRING_VALUE", // required
|
|
@@ -158,6 +158,8 @@ declare const CreateGovCloudAccountCommand_base: {
|
|
|
158
158
|
* ```javascript
|
|
159
159
|
* import { OrganizationsClient, CreateGovCloudAccountCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
160
160
|
* // const { OrganizationsClient, CreateGovCloudAccountCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
161
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
162
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
161
163
|
* const client = new OrganizationsClient(config);
|
|
162
164
|
* const input = { // CreateGovCloudAccountRequest
|
|
163
165
|
* Email: "STRING_VALUE", // required
|
|
@@ -43,6 +43,8 @@ declare const CreateOrganizationCommand_base: {
|
|
|
43
43
|
* ```javascript
|
|
44
44
|
* import { OrganizationsClient, CreateOrganizationCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
45
45
|
* // const { OrganizationsClient, CreateOrganizationCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
46
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
47
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
46
48
|
* const client = new OrganizationsClient(config);
|
|
47
49
|
* const input = { // CreateOrganizationRequest
|
|
48
50
|
* FeatureSet: "ALL" || "CONSOLIDATED_BILLING",
|
|
@@ -42,6 +42,8 @@ declare const CreateOrganizationalUnitCommand_base: {
|
|
|
42
42
|
* ```javascript
|
|
43
43
|
* import { OrganizationsClient, CreateOrganizationalUnitCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
44
44
|
* // const { OrganizationsClient, CreateOrganizationalUnitCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
45
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
46
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
45
47
|
* const client = new OrganizationsClient(config);
|
|
46
48
|
* const input = { // CreateOrganizationalUnitRequest
|
|
47
49
|
* ParentId: "STRING_VALUE", // required
|
|
@@ -40,6 +40,8 @@ declare const CreatePolicyCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { OrganizationsClient, CreatePolicyCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
42
42
|
* // const { OrganizationsClient, CreatePolicyCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
43
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
44
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
43
45
|
* const client = new OrganizationsClient(config);
|
|
44
46
|
* const input = { // CreatePolicyRequest
|
|
45
47
|
* Content: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const DeclineHandshakeCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { OrganizationsClient, DeclineHandshakeCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
41
41
|
* // const { OrganizationsClient, DeclineHandshakeCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
42
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
43
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
42
44
|
* const client = new OrganizationsClient(config);
|
|
43
45
|
* const input = { // DeclineHandshakeRequest
|
|
44
46
|
* HandshakeId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteOrganizationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OrganizationsClient, DeleteOrganizationCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
35
35
|
* // const { OrganizationsClient, DeleteOrganizationCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
36
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
37
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
36
38
|
* const client = new OrganizationsClient(config);
|
|
37
39
|
* const input = {};
|
|
38
40
|
* const command = new DeleteOrganizationCommand(input);
|
|
@@ -35,6 +35,8 @@ declare const DeleteOrganizationalUnitCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { OrganizationsClient, DeleteOrganizationalUnitCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
37
37
|
* // const { OrganizationsClient, DeleteOrganizationalUnitCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
38
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
39
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
38
40
|
* const client = new OrganizationsClient(config);
|
|
39
41
|
* const input = { // DeleteOrganizationalUnitRequest
|
|
40
42
|
* OrganizationalUnitId: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const DeletePolicyCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { OrganizationsClient, DeletePolicyCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
39
39
|
* // const { OrganizationsClient, DeletePolicyCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
40
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
41
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
40
42
|
* const client = new OrganizationsClient(config);
|
|
41
43
|
* const input = { // DeletePolicyRequest
|
|
42
44
|
* PolicyId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteResourcePolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OrganizationsClient, DeleteResourcePolicyCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
35
35
|
* // const { OrganizationsClient, DeleteResourcePolicyCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
36
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
37
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
36
38
|
* const client = new OrganizationsClient(config);
|
|
37
39
|
* const input = {};
|
|
38
40
|
* const command = new DeleteResourcePolicyCommand(input);
|
|
@@ -46,6 +46,8 @@ declare const DeregisterDelegatedAdministratorCommand_base: {
|
|
|
46
46
|
* ```javascript
|
|
47
47
|
* import { OrganizationsClient, DeregisterDelegatedAdministratorCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
48
48
|
* // const { OrganizationsClient, DeregisterDelegatedAdministratorCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
49
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
50
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
49
51
|
* const client = new OrganizationsClient(config);
|
|
50
52
|
* const input = { // DeregisterDelegatedAdministratorRequest
|
|
51
53
|
* AccountId: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DescribeAccountCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { OrganizationsClient, DescribeAccountCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
37
37
|
* // const { OrganizationsClient, DescribeAccountCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
38
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
39
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
38
40
|
* const client = new OrganizationsClient(config);
|
|
39
41
|
* const input = { // DescribeAccountRequest
|
|
40
42
|
* AccountId: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DescribeCreateAccountStatusCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { OrganizationsClient, DescribeCreateAccountStatusCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
37
37
|
* // const { OrganizationsClient, DescribeCreateAccountStatusCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
38
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
39
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
38
40
|
* const client = new OrganizationsClient(config);
|
|
39
41
|
* const input = { // DescribeCreateAccountStatusRequest
|
|
40
42
|
* CreateAccountRequestId: "STRING_VALUE", // required
|
|
@@ -42,6 +42,8 @@ declare const DescribeEffectivePolicyCommand_base: {
|
|
|
42
42
|
* ```javascript
|
|
43
43
|
* import { OrganizationsClient, DescribeEffectivePolicyCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
44
44
|
* // const { OrganizationsClient, DescribeEffectivePolicyCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
45
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
46
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
45
47
|
* const client = new OrganizationsClient(config);
|
|
46
48
|
* const input = { // DescribeEffectivePolicyRequest
|
|
47
49
|
* PolicyType: "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY", // required
|
|
@@ -39,6 +39,8 @@ declare const DescribeHandshakeCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { OrganizationsClient, DescribeHandshakeCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
41
41
|
* // const { OrganizationsClient, DescribeHandshakeCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
42
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
43
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
42
44
|
* const client = new OrganizationsClient(config);
|
|
43
45
|
* const input = { // DescribeHandshakeRequest
|
|
44
46
|
* HandshakeId: "STRING_VALUE", // required
|
|
@@ -40,6 +40,8 @@ declare const DescribeOrganizationCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { OrganizationsClient, DescribeOrganizationCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
42
42
|
* // const { OrganizationsClient, DescribeOrganizationCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
43
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
44
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
43
45
|
* const client = new OrganizationsClient(config);
|
|
44
46
|
* const input = {};
|
|
45
47
|
* const command = new DescribeOrganizationCommand(input);
|
|
@@ -35,6 +35,8 @@ declare const DescribeOrganizationalUnitCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { OrganizationsClient, DescribeOrganizationalUnitCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
37
37
|
* // const { OrganizationsClient, DescribeOrganizationalUnitCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
38
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
39
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
38
40
|
* const client = new OrganizationsClient(config);
|
|
39
41
|
* const input = { // DescribeOrganizationalUnitRequest
|
|
40
42
|
* OrganizationalUnitId: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DescribePolicyCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { OrganizationsClient, DescribePolicyCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
37
37
|
* // const { OrganizationsClient, DescribePolicyCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
38
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
39
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
38
40
|
* const client = new OrganizationsClient(config);
|
|
39
41
|
* const input = { // DescribePolicyRequest
|
|
40
42
|
* PolicyId: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DescribeResourcePolicyCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { OrganizationsClient, DescribeResourcePolicyCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
37
37
|
* // const { OrganizationsClient, DescribeResourcePolicyCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
38
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
39
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
38
40
|
* const client = new OrganizationsClient(config);
|
|
39
41
|
* const input = {};
|
|
40
42
|
* const command = new DescribeResourcePolicyCommand(input);
|
|
@@ -48,6 +48,8 @@ declare const DetachPolicyCommand_base: {
|
|
|
48
48
|
* ```javascript
|
|
49
49
|
* import { OrganizationsClient, DetachPolicyCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
50
50
|
* // const { OrganizationsClient, DetachPolicyCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
51
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
52
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
51
53
|
* const client = new OrganizationsClient(config);
|
|
52
54
|
* const input = { // DetachPolicyRequest
|
|
53
55
|
* PolicyId: "STRING_VALUE", // required
|
|
@@ -87,6 +87,8 @@ declare const DisableAWSServiceAccessCommand_base: {
|
|
|
87
87
|
* ```javascript
|
|
88
88
|
* import { OrganizationsClient, DisableAWSServiceAccessCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
89
89
|
* // const { OrganizationsClient, DisableAWSServiceAccessCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
90
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
91
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
90
92
|
* const client = new OrganizationsClient(config);
|
|
91
93
|
* const input = { // DisableAWSServiceAccessRequest
|
|
92
94
|
* ServicePrincipal: "STRING_VALUE", // required
|
|
@@ -44,6 +44,8 @@ declare const DisablePolicyTypeCommand_base: {
|
|
|
44
44
|
* ```javascript
|
|
45
45
|
* import { OrganizationsClient, DisablePolicyTypeCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
46
46
|
* // const { OrganizationsClient, DisablePolicyTypeCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
47
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
48
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
47
49
|
* const client = new OrganizationsClient(config);
|
|
48
50
|
* const input = { // DisablePolicyTypeRequest
|
|
49
51
|
* RootId: "STRING_VALUE", // required
|
|
@@ -50,6 +50,8 @@ declare const EnableAWSServiceAccessCommand_base: {
|
|
|
50
50
|
* ```javascript
|
|
51
51
|
* import { OrganizationsClient, EnableAWSServiceAccessCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
52
52
|
* // const { OrganizationsClient, EnableAWSServiceAccessCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
53
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
54
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
53
55
|
* const client = new OrganizationsClient(config);
|
|
54
56
|
* const input = { // EnableAWSServiceAccessRequest
|
|
55
57
|
* ServicePrincipal: "STRING_VALUE", // required
|
|
@@ -57,6 +57,8 @@ declare const EnableAllFeaturesCommand_base: {
|
|
|
57
57
|
* ```javascript
|
|
58
58
|
* import { OrganizationsClient, EnableAllFeaturesCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
59
59
|
* // const { OrganizationsClient, EnableAllFeaturesCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
60
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
61
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
60
62
|
* const client = new OrganizationsClient(config);
|
|
61
63
|
* const input = {};
|
|
62
64
|
* const command = new EnableAllFeaturesCommand(input);
|
|
@@ -44,6 +44,8 @@ declare const EnablePolicyTypeCommand_base: {
|
|
|
44
44
|
* ```javascript
|
|
45
45
|
* import { OrganizationsClient, EnablePolicyTypeCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
46
46
|
* // const { OrganizationsClient, EnablePolicyTypeCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
47
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
48
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
47
49
|
* const client = new OrganizationsClient(config);
|
|
48
50
|
* const input = { // EnablePolicyTypeRequest
|
|
49
51
|
* RootId: "STRING_VALUE", // required
|
|
@@ -46,6 +46,8 @@ declare const InviteAccountToOrganizationCommand_base: {
|
|
|
46
46
|
* ```javascript
|
|
47
47
|
* import { OrganizationsClient, InviteAccountToOrganizationCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
48
48
|
* // const { OrganizationsClient, InviteAccountToOrganizationCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
49
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
50
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
49
51
|
* const client = new OrganizationsClient(config);
|
|
50
52
|
* const input = { // InviteAccountToOrganizationRequest
|
|
51
53
|
* Target: { // HandshakeParty
|
|
@@ -93,6 +93,8 @@ declare const LeaveOrganizationCommand_base: {
|
|
|
93
93
|
* ```javascript
|
|
94
94
|
* import { OrganizationsClient, LeaveOrganizationCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
95
95
|
* // const { OrganizationsClient, LeaveOrganizationCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
96
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
97
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
96
98
|
* const client = new OrganizationsClient(config);
|
|
97
99
|
* const input = {};
|
|
98
100
|
* const command = new LeaveOrganizationCommand(input);
|
|
@@ -40,6 +40,8 @@ declare const ListAWSServiceAccessForOrganizationCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { OrganizationsClient, ListAWSServiceAccessForOrganizationCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
42
42
|
* // const { OrganizationsClient, ListAWSServiceAccessForOrganizationCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
43
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
44
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
43
45
|
* const client = new OrganizationsClient(config);
|
|
44
46
|
* const input = { // ListAWSServiceAccessForOrganizationRequest
|
|
45
47
|
* NextToken: "STRING_VALUE",
|
|
@@ -44,6 +44,8 @@ declare const ListAccountsCommand_base: {
|
|
|
44
44
|
* ```javascript
|
|
45
45
|
* import { OrganizationsClient, ListAccountsCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
46
46
|
* // const { OrganizationsClient, ListAccountsCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
47
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
48
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
47
49
|
* const client = new OrganizationsClient(config);
|
|
48
50
|
* const input = { // ListAccountsRequest
|
|
49
51
|
* NextToken: "STRING_VALUE",
|
|
@@ -47,6 +47,8 @@ declare const ListAccountsForParentCommand_base: {
|
|
|
47
47
|
* ```javascript
|
|
48
48
|
* import { OrganizationsClient, ListAccountsForParentCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
49
49
|
* // const { OrganizationsClient, ListAccountsForParentCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
50
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
51
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
50
52
|
* const client = new OrganizationsClient(config);
|
|
51
53
|
* const input = { // ListAccountsForParentRequest
|
|
52
54
|
* ParentId: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const ListAccountsWithInvalidEffectivePolicyCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { OrganizationsClient, ListAccountsWithInvalidEffectivePolicyCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
40
40
|
* // const { OrganizationsClient, ListAccountsWithInvalidEffectivePolicyCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
41
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
42
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
41
43
|
* const client = new OrganizationsClient(config);
|
|
42
44
|
* const input = { // ListAccountsWithInvalidEffectivePolicyRequest
|
|
43
45
|
* PolicyType: "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY", // required
|
|
@@ -45,6 +45,8 @@ declare const ListChildrenCommand_base: {
|
|
|
45
45
|
* ```javascript
|
|
46
46
|
* import { OrganizationsClient, ListChildrenCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
47
47
|
* // const { OrganizationsClient, ListChildrenCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
48
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
49
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
48
50
|
* const client = new OrganizationsClient(config);
|
|
49
51
|
* const input = { // ListChildrenRequest
|
|
50
52
|
* ParentId: "STRING_VALUE", // required
|
|
@@ -44,6 +44,8 @@ declare const ListCreateAccountStatusCommand_base: {
|
|
|
44
44
|
* ```javascript
|
|
45
45
|
* import { OrganizationsClient, ListCreateAccountStatusCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
46
46
|
* // const { OrganizationsClient, ListCreateAccountStatusCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
47
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
48
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
47
49
|
* const client = new OrganizationsClient(config);
|
|
48
50
|
* const input = { // ListCreateAccountStatusRequest
|
|
49
51
|
* States: [ // CreateAccountStates
|
|
@@ -36,6 +36,8 @@ declare const ListDelegatedAdministratorsCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { OrganizationsClient, ListDelegatedAdministratorsCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
38
38
|
* // const { OrganizationsClient, ListDelegatedAdministratorsCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
39
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
40
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
39
41
|
* const client = new OrganizationsClient(config);
|
|
40
42
|
* const input = { // ListDelegatedAdministratorsRequest
|
|
41
43
|
* ServicePrincipal: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const ListDelegatedServicesForAccountCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { OrganizationsClient, ListDelegatedServicesForAccountCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
38
38
|
* // const { OrganizationsClient, ListDelegatedServicesForAccountCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
39
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
40
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
39
41
|
* const client = new OrganizationsClient(config);
|
|
40
42
|
* const input = { // ListDelegatedServicesForAccountRequest
|
|
41
43
|
* AccountId: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const ListEffectivePolicyValidationErrorsCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { OrganizationsClient, ListEffectivePolicyValidationErrorsCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
38
38
|
* // const { OrganizationsClient, ListEffectivePolicyValidationErrorsCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
39
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
40
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
39
41
|
* const client = new OrganizationsClient(config);
|
|
40
42
|
* const input = { // ListEffectivePolicyValidationErrorsRequest
|
|
41
43
|
* AccountId: "STRING_VALUE", // required
|
|
@@ -47,6 +47,8 @@ declare const ListHandshakesForAccountCommand_base: {
|
|
|
47
47
|
* ```javascript
|
|
48
48
|
* import { OrganizationsClient, ListHandshakesForAccountCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
49
49
|
* // const { OrganizationsClient, ListHandshakesForAccountCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
50
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
51
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
50
52
|
* const client = new OrganizationsClient(config);
|
|
51
53
|
* const input = { // ListHandshakesForAccountRequest
|
|
52
54
|
* Filter: { // HandshakeFilter
|
|
@@ -50,6 +50,8 @@ declare const ListHandshakesForOrganizationCommand_base: {
|
|
|
50
50
|
* ```javascript
|
|
51
51
|
* import { OrganizationsClient, ListHandshakesForOrganizationCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
52
52
|
* // const { OrganizationsClient, ListHandshakesForOrganizationCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
53
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
54
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
53
55
|
* const client = new OrganizationsClient(config);
|
|
54
56
|
* const input = { // ListHandshakesForOrganizationRequest
|
|
55
57
|
* Filter: { // HandshakeFilter
|
|
@@ -43,6 +43,8 @@ declare const ListOrganizationalUnitsForParentCommand_base: {
|
|
|
43
43
|
* ```javascript
|
|
44
44
|
* import { OrganizationsClient, ListOrganizationalUnitsForParentCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
45
45
|
* // const { OrganizationsClient, ListOrganizationalUnitsForParentCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
46
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
47
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
46
48
|
* const client = new OrganizationsClient(config);
|
|
47
49
|
* const input = { // ListOrganizationalUnitsForParentRequest
|
|
48
50
|
* ParentId: "STRING_VALUE", // required
|
|
@@ -48,6 +48,8 @@ declare const ListParentsCommand_base: {
|
|
|
48
48
|
* ```javascript
|
|
49
49
|
* import { OrganizationsClient, ListParentsCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
50
50
|
* // const { OrganizationsClient, ListParentsCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
51
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
52
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
51
53
|
* const client = new OrganizationsClient(config);
|
|
52
54
|
* const input = { // ListParentsRequest
|
|
53
55
|
* ChildId: "STRING_VALUE", // required
|
|
@@ -43,6 +43,8 @@ declare const ListPoliciesCommand_base: {
|
|
|
43
43
|
* ```javascript
|
|
44
44
|
* import { OrganizationsClient, ListPoliciesCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
45
45
|
* // const { OrganizationsClient, ListPoliciesCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
46
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
47
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
46
48
|
* const client = new OrganizationsClient(config);
|
|
47
49
|
* const input = { // ListPoliciesRequest
|
|
48
50
|
* Filter: "SERVICE_CONTROL_POLICY" || "RESOURCE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY", // required
|
|
@@ -45,6 +45,8 @@ declare const ListPoliciesForTargetCommand_base: {
|
|
|
45
45
|
* ```javascript
|
|
46
46
|
* import { OrganizationsClient, ListPoliciesForTargetCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
47
47
|
* // const { OrganizationsClient, ListPoliciesForTargetCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
48
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
49
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
48
50
|
* const client = new OrganizationsClient(config);
|
|
49
51
|
* const input = { // ListPoliciesForTargetRequest
|
|
50
52
|
* TargetId: "STRING_VALUE", // required
|
|
@@ -50,6 +50,8 @@ declare const ListRootsCommand_base: {
|
|
|
50
50
|
* ```javascript
|
|
51
51
|
* import { OrganizationsClient, ListRootsCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
52
52
|
* // const { OrganizationsClient, ListRootsCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
53
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
54
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
53
55
|
* const client = new OrganizationsClient(config);
|
|
54
56
|
* const input = { // ListRootsRequest
|
|
55
57
|
* NextToken: "STRING_VALUE",
|
|
@@ -50,6 +50,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
50
50
|
* ```javascript
|
|
51
51
|
* import { OrganizationsClient, ListTagsForResourceCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
52
52
|
* // const { OrganizationsClient, ListTagsForResourceCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
53
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
54
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
53
55
|
* const client = new OrganizationsClient(config);
|
|
54
56
|
* const input = { // ListTagsForResourceRequest
|
|
55
57
|
* ResourceId: "STRING_VALUE", // required
|
|
@@ -44,6 +44,8 @@ declare const ListTargetsForPolicyCommand_base: {
|
|
|
44
44
|
* ```javascript
|
|
45
45
|
* import { OrganizationsClient, ListTargetsForPolicyCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
46
46
|
* // const { OrganizationsClient, ListTargetsForPolicyCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
47
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
48
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
47
49
|
* const client = new OrganizationsClient(config);
|
|
48
50
|
* const input = { // ListTargetsForPolicyRequest
|
|
49
51
|
* PolicyId: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const MoveAccountCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { OrganizationsClient, MoveAccountCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
37
37
|
* // const { OrganizationsClient, MoveAccountCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
38
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
39
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
38
40
|
* const client = new OrganizationsClient(config);
|
|
39
41
|
* const input = { // MoveAccountRequest
|
|
40
42
|
* AccountId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const PutResourcePolicyCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { OrganizationsClient, PutResourcePolicyCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
36
36
|
* // const { OrganizationsClient, PutResourcePolicyCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
37
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
38
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
37
39
|
* const client = new OrganizationsClient(config);
|
|
38
40
|
* const input = { // PutResourcePolicyRequest
|
|
39
41
|
* Content: "STRING_VALUE", // required
|
|
@@ -41,6 +41,8 @@ declare const RegisterDelegatedAdministratorCommand_base: {
|
|
|
41
41
|
* ```javascript
|
|
42
42
|
* import { OrganizationsClient, RegisterDelegatedAdministratorCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
43
43
|
* // const { OrganizationsClient, RegisterDelegatedAdministratorCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
44
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
45
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
44
46
|
* const client = new OrganizationsClient(config);
|
|
45
47
|
* const input = { // RegisterDelegatedAdministratorRequest
|
|
46
48
|
* AccountId: "STRING_VALUE", // required
|
|
@@ -63,6 +63,8 @@ declare const RemoveAccountFromOrganizationCommand_base: {
|
|
|
63
63
|
* ```javascript
|
|
64
64
|
* import { OrganizationsClient, RemoveAccountFromOrganizationCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
65
65
|
* // const { OrganizationsClient, RemoveAccountFromOrganizationCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
66
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
67
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
66
68
|
* const client = new OrganizationsClient(config);
|
|
67
69
|
* const input = { // RemoveAccountFromOrganizationRequest
|
|
68
70
|
* AccountId: "STRING_VALUE", // required
|
|
@@ -50,6 +50,8 @@ declare const TagResourceCommand_base: {
|
|
|
50
50
|
* ```javascript
|
|
51
51
|
* import { OrganizationsClient, TagResourceCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
52
52
|
* // const { OrganizationsClient, TagResourceCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
53
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
54
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
53
55
|
* const client = new OrganizationsClient(config);
|
|
54
56
|
* const input = { // TagResourceRequest
|
|
55
57
|
* ResourceId: "STRING_VALUE", // required
|
|
@@ -50,6 +50,8 @@ declare const UntagResourceCommand_base: {
|
|
|
50
50
|
* ```javascript
|
|
51
51
|
* import { OrganizationsClient, UntagResourceCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
52
52
|
* // const { OrganizationsClient, UntagResourceCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
53
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
54
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
53
55
|
* const client = new OrganizationsClient(config);
|
|
54
56
|
* const input = { // UntagResourceRequest
|
|
55
57
|
* ResourceId: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const UpdateOrganizationalUnitCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { OrganizationsClient, UpdateOrganizationalUnitCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
38
38
|
* // const { OrganizationsClient, UpdateOrganizationalUnitCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
39
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
40
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
39
41
|
* const client = new OrganizationsClient(config);
|
|
40
42
|
* const input = { // UpdateOrganizationalUnitRequest
|
|
41
43
|
* OrganizationalUnitId: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const UpdatePolicyCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { OrganizationsClient, UpdatePolicyCommand } from "@aws-sdk/client-organizations"; // ES Modules import
|
|
39
39
|
* // const { OrganizationsClient, UpdatePolicyCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
40
|
+
* // import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
|
|
41
|
+
* const config = {}; // type is OrganizationsClientConfig
|
|
40
42
|
* const client = new OrganizationsClient(config);
|
|
41
43
|
* const input = { // UpdatePolicyRequest
|
|
42
44
|
* PolicyId: "STRING_VALUE", // required
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-organizations",
|
|
3
3
|
"description": "AWS SDK for JavaScript Organizations Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.893.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-organizations",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.893.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
30
|
+
"@aws-sdk/types": "3.893.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
|
-
"@smithy/core": "^3.11.
|
|
35
|
+
"@smithy/core": "^3.11.1",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
37
37
|
"@smithy/hash-node": "^4.1.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
45
45
|
"@smithy/node-http-handler": "^4.2.1",
|
|
46
46
|
"@smithy/protocol-http": "^5.2.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.6.
|
|
47
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
48
48
|
"@smithy/types": "^4.5.0",
|
|
49
49
|
"@smithy/url-parser": "^4.1.1",
|
|
50
50
|
"@smithy/util-base64": "^4.1.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|