@aws-sdk/client-organizations 3.658.1 → 3.662.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 +2 -0
- package/dist-es/models/models_0.js +2 -0
- package/dist-types/commands/AttachPolicyCommand.d.ts +8 -3
- package/dist-types/commands/CreateOrganizationCommand.d.ts +1 -1
- package/dist-types/commands/CreatePolicyCommand.d.ts +2 -2
- package/dist-types/commands/DescribeEffectivePolicyCommand.d.ts +2 -2
- package/dist-types/commands/DescribeOrganizationCommand.d.ts +1 -1
- package/dist-types/commands/DescribePolicyCommand.d.ts +1 -1
- package/dist-types/commands/DisablePolicyTypeCommand.d.ts +2 -2
- package/dist-types/commands/EnablePolicyTypeCommand.d.ts +2 -2
- package/dist-types/commands/ListPoliciesCommand.d.ts +2 -2
- package/dist-types/commands/ListPoliciesForTargetCommand.d.ts +2 -2
- package/dist-types/commands/ListRootsCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePolicyCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +50 -18
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/package.json +35 -35
package/dist-cjs/index.js
CHANGED
|
@@ -988,6 +988,7 @@ var PolicyTypeStatus = {
|
|
|
988
988
|
var PolicyType = {
|
|
989
989
|
AISERVICES_OPT_OUT_POLICY: "AISERVICES_OPT_OUT_POLICY",
|
|
990
990
|
BACKUP_POLICY: "BACKUP_POLICY",
|
|
991
|
+
CHATBOT_POLICY: "CHATBOT_POLICY",
|
|
991
992
|
SERVICE_CONTROL_POLICY: "SERVICE_CONTROL_POLICY",
|
|
992
993
|
TAG_POLICY: "TAG_POLICY"
|
|
993
994
|
};
|
|
@@ -1192,6 +1193,7 @@ var CreateAccountStatusNotFoundException = _CreateAccountStatusNotFoundException
|
|
|
1192
1193
|
var EffectivePolicyType = {
|
|
1193
1194
|
AISERVICES_OPT_OUT_POLICY: "AISERVICES_OPT_OUT_POLICY",
|
|
1194
1195
|
BACKUP_POLICY: "BACKUP_POLICY",
|
|
1196
|
+
CHATBOT_POLICY: "CHATBOT_POLICY",
|
|
1195
1197
|
TAG_POLICY: "TAG_POLICY"
|
|
1196
1198
|
};
|
|
1197
1199
|
var _EffectivePolicyNotFoundException = class _EffectivePolicyNotFoundException extends OrganizationsServiceException {
|
|
@@ -501,6 +501,7 @@ export const PolicyTypeStatus = {
|
|
|
501
501
|
export const PolicyType = {
|
|
502
502
|
AISERVICES_OPT_OUT_POLICY: "AISERVICES_OPT_OUT_POLICY",
|
|
503
503
|
BACKUP_POLICY: "BACKUP_POLICY",
|
|
504
|
+
CHATBOT_POLICY: "CHATBOT_POLICY",
|
|
504
505
|
SERVICE_CONTROL_POLICY: "SERVICE_CONTROL_POLICY",
|
|
505
506
|
TAG_POLICY: "TAG_POLICY",
|
|
506
507
|
};
|
|
@@ -650,6 +651,7 @@ export class CreateAccountStatusNotFoundException extends __BaseException {
|
|
|
650
651
|
export const EffectivePolicyType = {
|
|
651
652
|
AISERVICES_OPT_OUT_POLICY: "AISERVICES_OPT_OUT_POLICY",
|
|
652
653
|
BACKUP_POLICY: "BACKUP_POLICY",
|
|
654
|
+
CHATBOT_POLICY: "CHATBOT_POLICY",
|
|
653
655
|
TAG_POLICY: "TAG_POLICY",
|
|
654
656
|
};
|
|
655
657
|
export class EffectivePolicyNotFoundException extends __BaseException {
|
|
@@ -33,7 +33,7 @@ declare const AttachPolicyCommand_base: {
|
|
|
33
33
|
* <ul>
|
|
34
34
|
* <li>
|
|
35
35
|
* <p>
|
|
36
|
-
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/
|
|
36
|
+
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html">SERVICE_CONTROL_POLICY</a>
|
|
37
37
|
* </p>
|
|
38
38
|
* </li>
|
|
39
39
|
* <li>
|
|
@@ -43,12 +43,17 @@ declare const AttachPolicyCommand_base: {
|
|
|
43
43
|
* </li>
|
|
44
44
|
* <li>
|
|
45
45
|
* <p>
|
|
46
|
-
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/
|
|
46
|
+
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html">TAG_POLICY</a>
|
|
47
47
|
* </p>
|
|
48
48
|
* </li>
|
|
49
49
|
* <li>
|
|
50
50
|
* <p>
|
|
51
|
-
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/
|
|
51
|
+
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html">CHATBOT_POLICY</a>
|
|
52
|
+
* </p>
|
|
53
|
+
* </li>
|
|
54
|
+
* <li>
|
|
55
|
+
* <p>
|
|
56
|
+
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html">AISERVICES_OPT_OUT_POLICY</a>
|
|
52
57
|
* </p>
|
|
53
58
|
* </li>
|
|
54
59
|
* </ul>
|
|
@@ -59,7 +59,7 @@ declare const CreateOrganizationCommand_base: {
|
|
|
59
59
|
* // MasterAccountEmail: "STRING_VALUE",
|
|
60
60
|
* // AvailablePolicyTypes: [ // PolicyTypes
|
|
61
61
|
* // { // PolicyTypeSummary
|
|
62
|
-
* // Type: "SERVICE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY",
|
|
62
|
+
* // Type: "SERVICE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY",
|
|
63
63
|
* // Status: "ENABLED" || "PENDING_ENABLE" || "PENDING_DISABLE",
|
|
64
64
|
* // },
|
|
65
65
|
* // ],
|
|
@@ -45,7 +45,7 @@ declare const CreatePolicyCommand_base: {
|
|
|
45
45
|
* Content: "STRING_VALUE", // required
|
|
46
46
|
* Description: "STRING_VALUE", // required
|
|
47
47
|
* Name: "STRING_VALUE", // required
|
|
48
|
-
* Type: "SERVICE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY", // required
|
|
48
|
+
* Type: "SERVICE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY", // required
|
|
49
49
|
* Tags: [ // Tags
|
|
50
50
|
* { // Tag
|
|
51
51
|
* Key: "STRING_VALUE", // required
|
|
@@ -62,7 +62,7 @@ declare const CreatePolicyCommand_base: {
|
|
|
62
62
|
* // Arn: "STRING_VALUE",
|
|
63
63
|
* // Name: "STRING_VALUE",
|
|
64
64
|
* // Description: "STRING_VALUE",
|
|
65
|
-
* // Type: "SERVICE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY",
|
|
65
|
+
* // Type: "SERVICE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY",
|
|
66
66
|
* // AwsManaged: true || false,
|
|
67
67
|
* // },
|
|
68
68
|
* // Content: "STRING_VALUE",
|
|
@@ -44,7 +44,7 @@ declare const DescribeEffectivePolicyCommand_base: {
|
|
|
44
44
|
* // const { OrganizationsClient, DescribeEffectivePolicyCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
45
45
|
* const client = new OrganizationsClient(config);
|
|
46
46
|
* const input = { // DescribeEffectivePolicyRequest
|
|
47
|
-
* PolicyType: "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY", // required
|
|
47
|
+
* PolicyType: "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY", // required
|
|
48
48
|
* TargetId: "STRING_VALUE",
|
|
49
49
|
* };
|
|
50
50
|
* const command = new DescribeEffectivePolicyCommand(input);
|
|
@@ -54,7 +54,7 @@ declare const DescribeEffectivePolicyCommand_base: {
|
|
|
54
54
|
* // PolicyContent: "STRING_VALUE",
|
|
55
55
|
* // LastUpdatedTimestamp: new Date("TIMESTAMP"),
|
|
56
56
|
* // TargetId: "STRING_VALUE",
|
|
57
|
-
* // PolicyType: "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY",
|
|
57
|
+
* // PolicyType: "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY",
|
|
58
58
|
* // },
|
|
59
59
|
* // };
|
|
60
60
|
*
|
|
@@ -54,7 +54,7 @@ declare const DescribeOrganizationCommand_base: {
|
|
|
54
54
|
* // MasterAccountEmail: "STRING_VALUE",
|
|
55
55
|
* // AvailablePolicyTypes: [ // PolicyTypes
|
|
56
56
|
* // { // PolicyTypeSummary
|
|
57
|
-
* // Type: "SERVICE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY",
|
|
57
|
+
* // Type: "SERVICE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY",
|
|
58
58
|
* // Status: "ENABLED" || "PENDING_ENABLE" || "PENDING_DISABLE",
|
|
59
59
|
* // },
|
|
60
60
|
* // ],
|
|
@@ -48,7 +48,7 @@ declare const DescribePolicyCommand_base: {
|
|
|
48
48
|
* // Arn: "STRING_VALUE",
|
|
49
49
|
* // Name: "STRING_VALUE",
|
|
50
50
|
* // Description: "STRING_VALUE",
|
|
51
|
-
* // Type: "SERVICE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY",
|
|
51
|
+
* // Type: "SERVICE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY",
|
|
52
52
|
* // AwsManaged: true || false,
|
|
53
53
|
* // },
|
|
54
54
|
* // Content: "STRING_VALUE",
|
|
@@ -47,7 +47,7 @@ declare const DisablePolicyTypeCommand_base: {
|
|
|
47
47
|
* const client = new OrganizationsClient(config);
|
|
48
48
|
* const input = { // DisablePolicyTypeRequest
|
|
49
49
|
* RootId: "STRING_VALUE", // required
|
|
50
|
-
* PolicyType: "SERVICE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY", // required
|
|
50
|
+
* PolicyType: "SERVICE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY", // required
|
|
51
51
|
* };
|
|
52
52
|
* const command = new DisablePolicyTypeCommand(input);
|
|
53
53
|
* const response = await client.send(command);
|
|
@@ -58,7 +58,7 @@ declare const DisablePolicyTypeCommand_base: {
|
|
|
58
58
|
* // Name: "STRING_VALUE",
|
|
59
59
|
* // PolicyTypes: [ // PolicyTypes
|
|
60
60
|
* // { // PolicyTypeSummary
|
|
61
|
-
* // Type: "SERVICE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY",
|
|
61
|
+
* // Type: "SERVICE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY",
|
|
62
62
|
* // Status: "ENABLED" || "PENDING_ENABLE" || "PENDING_DISABLE",
|
|
63
63
|
* // },
|
|
64
64
|
* // ],
|
|
@@ -47,7 +47,7 @@ declare const EnablePolicyTypeCommand_base: {
|
|
|
47
47
|
* const client = new OrganizationsClient(config);
|
|
48
48
|
* const input = { // EnablePolicyTypeRequest
|
|
49
49
|
* RootId: "STRING_VALUE", // required
|
|
50
|
-
* PolicyType: "SERVICE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY", // required
|
|
50
|
+
* PolicyType: "SERVICE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY", // required
|
|
51
51
|
* };
|
|
52
52
|
* const command = new EnablePolicyTypeCommand(input);
|
|
53
53
|
* const response = await client.send(command);
|
|
@@ -58,7 +58,7 @@ declare const EnablePolicyTypeCommand_base: {
|
|
|
58
58
|
* // Name: "STRING_VALUE",
|
|
59
59
|
* // PolicyTypes: [ // PolicyTypes
|
|
60
60
|
* // { // PolicyTypeSummary
|
|
61
|
-
* // Type: "SERVICE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY",
|
|
61
|
+
* // Type: "SERVICE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY",
|
|
62
62
|
* // Status: "ENABLED" || "PENDING_ENABLE" || "PENDING_DISABLE",
|
|
63
63
|
* // },
|
|
64
64
|
* // ],
|
|
@@ -45,7 +45,7 @@ declare const ListPoliciesCommand_base: {
|
|
|
45
45
|
* // const { OrganizationsClient, ListPoliciesCommand } = require("@aws-sdk/client-organizations"); // CommonJS import
|
|
46
46
|
* const client = new OrganizationsClient(config);
|
|
47
47
|
* const input = { // ListPoliciesRequest
|
|
48
|
-
* Filter: "SERVICE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY", // required
|
|
48
|
+
* Filter: "SERVICE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY", // required
|
|
49
49
|
* NextToken: "STRING_VALUE",
|
|
50
50
|
* MaxResults: Number("int"),
|
|
51
51
|
* };
|
|
@@ -58,7 +58,7 @@ declare const ListPoliciesCommand_base: {
|
|
|
58
58
|
* // Arn: "STRING_VALUE",
|
|
59
59
|
* // Name: "STRING_VALUE",
|
|
60
60
|
* // Description: "STRING_VALUE",
|
|
61
|
-
* // Type: "SERVICE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY",
|
|
61
|
+
* // Type: "SERVICE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY",
|
|
62
62
|
* // AwsManaged: true || false,
|
|
63
63
|
* // },
|
|
64
64
|
* // ],
|
|
@@ -48,7 +48,7 @@ declare const ListPoliciesForTargetCommand_base: {
|
|
|
48
48
|
* const client = new OrganizationsClient(config);
|
|
49
49
|
* const input = { // ListPoliciesForTargetRequest
|
|
50
50
|
* TargetId: "STRING_VALUE", // required
|
|
51
|
-
* Filter: "SERVICE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY", // required
|
|
51
|
+
* Filter: "SERVICE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY", // required
|
|
52
52
|
* NextToken: "STRING_VALUE",
|
|
53
53
|
* MaxResults: Number("int"),
|
|
54
54
|
* };
|
|
@@ -61,7 +61,7 @@ declare const ListPoliciesForTargetCommand_base: {
|
|
|
61
61
|
* // Arn: "STRING_VALUE",
|
|
62
62
|
* // Name: "STRING_VALUE",
|
|
63
63
|
* // Description: "STRING_VALUE",
|
|
64
|
-
* // Type: "SERVICE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY",
|
|
64
|
+
* // Type: "SERVICE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY",
|
|
65
65
|
* // AwsManaged: true || false,
|
|
66
66
|
* // },
|
|
67
67
|
* // ],
|
|
@@ -65,7 +65,7 @@ declare const ListRootsCommand_base: {
|
|
|
65
65
|
* // Name: "STRING_VALUE",
|
|
66
66
|
* // PolicyTypes: [ // PolicyTypes
|
|
67
67
|
* // { // PolicyTypeSummary
|
|
68
|
-
* // Type: "SERVICE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY",
|
|
68
|
+
* // Type: "SERVICE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY",
|
|
69
69
|
* // Status: "ENABLED" || "PENDING_ENABLE" || "PENDING_DISABLE",
|
|
70
70
|
* // },
|
|
71
71
|
* // ],
|
|
@@ -53,7 +53,7 @@ declare const UpdatePolicyCommand_base: {
|
|
|
53
53
|
* // Arn: "STRING_VALUE",
|
|
54
54
|
* // Name: "STRING_VALUE",
|
|
55
55
|
* // Description: "STRING_VALUE",
|
|
56
|
-
* // Type: "SERVICE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY",
|
|
56
|
+
* // Type: "SERVICE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY",
|
|
57
57
|
* // AwsManaged: true || false,
|
|
58
58
|
* // },
|
|
59
59
|
* // Content: "STRING_VALUE",
|
|
@@ -1578,6 +1578,7 @@ export type PolicyTypeStatus = (typeof PolicyTypeStatus)[keyof typeof PolicyType
|
|
|
1578
1578
|
export declare const PolicyType: {
|
|
1579
1579
|
readonly AISERVICES_OPT_OUT_POLICY: "AISERVICES_OPT_OUT_POLICY";
|
|
1580
1580
|
readonly BACKUP_POLICY: "BACKUP_POLICY";
|
|
1581
|
+
readonly CHATBOT_POLICY: "CHATBOT_POLICY";
|
|
1581
1582
|
readonly SERVICE_CONTROL_POLICY: "SERVICE_CONTROL_POLICY";
|
|
1582
1583
|
readonly TAG_POLICY: "TAG_POLICY";
|
|
1583
1584
|
};
|
|
@@ -1818,7 +1819,7 @@ export interface CreatePolicyRequest {
|
|
|
1818
1819
|
* <ul>
|
|
1819
1820
|
* <li>
|
|
1820
1821
|
* <p>
|
|
1821
|
-
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/
|
|
1822
|
+
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html">SERVICE_CONTROL_POLICY</a>
|
|
1822
1823
|
* </p>
|
|
1823
1824
|
* </li>
|
|
1824
1825
|
* <li>
|
|
@@ -1828,12 +1829,17 @@ export interface CreatePolicyRequest {
|
|
|
1828
1829
|
* </li>
|
|
1829
1830
|
* <li>
|
|
1830
1831
|
* <p>
|
|
1831
|
-
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/
|
|
1832
|
+
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html">TAG_POLICY</a>
|
|
1832
1833
|
* </p>
|
|
1833
1834
|
* </li>
|
|
1834
1835
|
* <li>
|
|
1835
1836
|
* <p>
|
|
1836
|
-
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/
|
|
1837
|
+
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html">CHATBOT_POLICY</a>
|
|
1838
|
+
* </p>
|
|
1839
|
+
* </li>
|
|
1840
|
+
* <li>
|
|
1841
|
+
* <p>
|
|
1842
|
+
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html">AISERVICES_OPT_OUT_POLICY</a>
|
|
1837
1843
|
* </p>
|
|
1838
1844
|
* </li>
|
|
1839
1845
|
* </ul>
|
|
@@ -2173,6 +2179,7 @@ export interface DescribeCreateAccountStatusResponse {
|
|
|
2173
2179
|
export declare const EffectivePolicyType: {
|
|
2174
2180
|
readonly AISERVICES_OPT_OUT_POLICY: "AISERVICES_OPT_OUT_POLICY";
|
|
2175
2181
|
readonly BACKUP_POLICY: "BACKUP_POLICY";
|
|
2182
|
+
readonly CHATBOT_POLICY: "CHATBOT_POLICY";
|
|
2176
2183
|
readonly TAG_POLICY: "TAG_POLICY";
|
|
2177
2184
|
};
|
|
2178
2185
|
/**
|
|
@@ -2189,17 +2196,22 @@ export interface DescribeEffectivePolicyRequest {
|
|
|
2189
2196
|
* <ul>
|
|
2190
2197
|
* <li>
|
|
2191
2198
|
* <p>
|
|
2192
|
-
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/
|
|
2199
|
+
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html">BACKUP_POLICY</a>
|
|
2193
2200
|
* </p>
|
|
2194
2201
|
* </li>
|
|
2195
2202
|
* <li>
|
|
2196
2203
|
* <p>
|
|
2197
|
-
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/
|
|
2204
|
+
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html">TAG_POLICY</a>
|
|
2198
2205
|
* </p>
|
|
2199
2206
|
* </li>
|
|
2200
2207
|
* <li>
|
|
2201
2208
|
* <p>
|
|
2202
|
-
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/
|
|
2209
|
+
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html">CHATBOT_POLICY</a>
|
|
2210
|
+
* </p>
|
|
2211
|
+
* </li>
|
|
2212
|
+
* <li>
|
|
2213
|
+
* <p>
|
|
2214
|
+
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html">AISERVICES_OPT_OUT_POLICY</a>
|
|
2203
2215
|
* </p>
|
|
2204
2216
|
* </li>
|
|
2205
2217
|
* </ul>
|
|
@@ -2477,7 +2489,7 @@ export interface DisablePolicyTypeRequest {
|
|
|
2477
2489
|
* <ul>
|
|
2478
2490
|
* <li>
|
|
2479
2491
|
* <p>
|
|
2480
|
-
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/
|
|
2492
|
+
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html">SERVICE_CONTROL_POLICY</a>
|
|
2481
2493
|
* </p>
|
|
2482
2494
|
* </li>
|
|
2483
2495
|
* <li>
|
|
@@ -2487,12 +2499,17 @@ export interface DisablePolicyTypeRequest {
|
|
|
2487
2499
|
* </li>
|
|
2488
2500
|
* <li>
|
|
2489
2501
|
* <p>
|
|
2490
|
-
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/
|
|
2502
|
+
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html">TAG_POLICY</a>
|
|
2491
2503
|
* </p>
|
|
2492
2504
|
* </li>
|
|
2493
2505
|
* <li>
|
|
2494
2506
|
* <p>
|
|
2495
|
-
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/
|
|
2507
|
+
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html">CHATBOT_POLICY</a>
|
|
2508
|
+
* </p>
|
|
2509
|
+
* </li>
|
|
2510
|
+
* <li>
|
|
2511
|
+
* <p>
|
|
2512
|
+
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html">AISERVICES_OPT_OUT_POLICY</a>
|
|
2496
2513
|
* </p>
|
|
2497
2514
|
* </li>
|
|
2498
2515
|
* </ul>
|
|
@@ -2601,7 +2618,7 @@ export interface EnablePolicyTypeRequest {
|
|
|
2601
2618
|
* <ul>
|
|
2602
2619
|
* <li>
|
|
2603
2620
|
* <p>
|
|
2604
|
-
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/
|
|
2621
|
+
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html">SERVICE_CONTROL_POLICY</a>
|
|
2605
2622
|
* </p>
|
|
2606
2623
|
* </li>
|
|
2607
2624
|
* <li>
|
|
@@ -2611,12 +2628,17 @@ export interface EnablePolicyTypeRequest {
|
|
|
2611
2628
|
* </li>
|
|
2612
2629
|
* <li>
|
|
2613
2630
|
* <p>
|
|
2614
|
-
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/
|
|
2631
|
+
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html">TAG_POLICY</a>
|
|
2615
2632
|
* </p>
|
|
2616
2633
|
* </li>
|
|
2617
2634
|
* <li>
|
|
2618
2635
|
* <p>
|
|
2619
|
-
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/
|
|
2636
|
+
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html">CHATBOT_POLICY</a>
|
|
2637
|
+
* </p>
|
|
2638
|
+
* </li>
|
|
2639
|
+
* <li>
|
|
2640
|
+
* <p>
|
|
2641
|
+
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html">AISERVICES_OPT_OUT_POLICY</a>
|
|
2620
2642
|
* </p>
|
|
2621
2643
|
* </li>
|
|
2622
2644
|
* </ul>
|
|
@@ -3526,7 +3548,7 @@ export interface ListPoliciesRequest {
|
|
|
3526
3548
|
* <ul>
|
|
3527
3549
|
* <li>
|
|
3528
3550
|
* <p>
|
|
3529
|
-
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/
|
|
3551
|
+
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html">SERVICE_CONTROL_POLICY</a>
|
|
3530
3552
|
* </p>
|
|
3531
3553
|
* </li>
|
|
3532
3554
|
* <li>
|
|
@@ -3536,12 +3558,17 @@ export interface ListPoliciesRequest {
|
|
|
3536
3558
|
* </li>
|
|
3537
3559
|
* <li>
|
|
3538
3560
|
* <p>
|
|
3539
|
-
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/
|
|
3561
|
+
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html">TAG_POLICY</a>
|
|
3540
3562
|
* </p>
|
|
3541
3563
|
* </li>
|
|
3542
3564
|
* <li>
|
|
3543
3565
|
* <p>
|
|
3544
|
-
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/
|
|
3566
|
+
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html">CHATBOT_POLICY</a>
|
|
3567
|
+
* </p>
|
|
3568
|
+
* </li>
|
|
3569
|
+
* <li>
|
|
3570
|
+
* <p>
|
|
3571
|
+
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html">AISERVICES_OPT_OUT_POLICY</a>
|
|
3545
3572
|
* </p>
|
|
3546
3573
|
* </li>
|
|
3547
3574
|
* </ul>
|
|
@@ -3624,7 +3651,7 @@ export interface ListPoliciesForTargetRequest {
|
|
|
3624
3651
|
* <ul>
|
|
3625
3652
|
* <li>
|
|
3626
3653
|
* <p>
|
|
3627
|
-
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/
|
|
3654
|
+
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html">SERVICE_CONTROL_POLICY</a>
|
|
3628
3655
|
* </p>
|
|
3629
3656
|
* </li>
|
|
3630
3657
|
* <li>
|
|
@@ -3634,12 +3661,17 @@ export interface ListPoliciesForTargetRequest {
|
|
|
3634
3661
|
* </li>
|
|
3635
3662
|
* <li>
|
|
3636
3663
|
* <p>
|
|
3637
|
-
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/
|
|
3664
|
+
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html">TAG_POLICY</a>
|
|
3638
3665
|
* </p>
|
|
3639
3666
|
* </li>
|
|
3640
3667
|
* <li>
|
|
3641
3668
|
* <p>
|
|
3642
|
-
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/
|
|
3669
|
+
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html">CHATBOT_POLICY</a>
|
|
3670
|
+
* </p>
|
|
3671
|
+
* </li>
|
|
3672
|
+
* <li>
|
|
3673
|
+
* <p>
|
|
3674
|
+
* <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html">AISERVICES_OPT_OUT_POLICY</a>
|
|
3643
3675
|
* </p>
|
|
3644
3676
|
* </li>
|
|
3645
3677
|
* </ul>
|
|
@@ -494,6 +494,7 @@ export type PolicyTypeStatus =
|
|
|
494
494
|
export declare const PolicyType: {
|
|
495
495
|
readonly AISERVICES_OPT_OUT_POLICY: "AISERVICES_OPT_OUT_POLICY";
|
|
496
496
|
readonly BACKUP_POLICY: "BACKUP_POLICY";
|
|
497
|
+
readonly CHATBOT_POLICY: "CHATBOT_POLICY";
|
|
497
498
|
readonly SERVICE_CONTROL_POLICY: "SERVICE_CONTROL_POLICY";
|
|
498
499
|
readonly TAG_POLICY: "TAG_POLICY";
|
|
499
500
|
};
|
|
@@ -686,6 +687,7 @@ export interface DescribeCreateAccountStatusResponse {
|
|
|
686
687
|
export declare const EffectivePolicyType: {
|
|
687
688
|
readonly AISERVICES_OPT_OUT_POLICY: "AISERVICES_OPT_OUT_POLICY";
|
|
688
689
|
readonly BACKUP_POLICY: "BACKUP_POLICY";
|
|
690
|
+
readonly CHATBOT_POLICY: "CHATBOT_POLICY";
|
|
689
691
|
readonly TAG_POLICY: "TAG_POLICY";
|
|
690
692
|
};
|
|
691
693
|
export type EffectivePolicyType =
|
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.662.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,43 +20,43 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.4.
|
|
38
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
39
|
-
"@smithy/hash-node": "^3.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.1.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
44
|
-
"@smithy/middleware-serde": "^3.0.
|
|
45
|
-
"@smithy/middleware-stack": "^3.0.
|
|
46
|
-
"@smithy/node-config-provider": "^3.1.
|
|
47
|
-
"@smithy/node-http-handler": "^3.2.
|
|
48
|
-
"@smithy/protocol-http": "^4.1.
|
|
49
|
-
"@smithy/smithy-client": "^3.3.
|
|
50
|
-
"@smithy/types": "^3.
|
|
51
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.662.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.662.0",
|
|
25
|
+
"@aws-sdk/core": "3.662.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.662.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.662.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.662.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.662.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.662.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.662.0",
|
|
32
|
+
"@aws-sdk/types": "3.662.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.662.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.662.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.662.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.9",
|
|
37
|
+
"@smithy/core": "^2.4.7",
|
|
38
|
+
"@smithy/fetch-http-handler": "^3.2.9",
|
|
39
|
+
"@smithy/hash-node": "^3.0.7",
|
|
40
|
+
"@smithy/invalid-dependency": "^3.0.7",
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.9",
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.1.4",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.22",
|
|
44
|
+
"@smithy/middleware-serde": "^3.0.7",
|
|
45
|
+
"@smithy/middleware-stack": "^3.0.7",
|
|
46
|
+
"@smithy/node-config-provider": "^3.1.8",
|
|
47
|
+
"@smithy/node-http-handler": "^3.2.4",
|
|
48
|
+
"@smithy/protocol-http": "^4.1.4",
|
|
49
|
+
"@smithy/smithy-client": "^3.3.6",
|
|
50
|
+
"@smithy/types": "^3.5.0",
|
|
51
|
+
"@smithy/url-parser": "^3.0.7",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
57
|
-
"@smithy/util-endpoints": "^2.1.
|
|
58
|
-
"@smithy/util-middleware": "^3.0.
|
|
59
|
-
"@smithy/util-retry": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.22",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.22",
|
|
57
|
+
"@smithy/util-endpoints": "^2.1.3",
|
|
58
|
+
"@smithy/util-middleware": "^3.0.7",
|
|
59
|
+
"@smithy/util-retry": "^3.0.7",
|
|
60
60
|
"@smithy/util-utf8": "^3.0.0",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|