@aws-sdk/client-organizations 3.938.0 → 3.940.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 CHANGED
@@ -3729,10 +3729,12 @@ const PolicyTypeStatus = {
3729
3729
  const PolicyType = {
3730
3730
  AISERVICES_OPT_OUT_POLICY: "AISERVICES_OPT_OUT_POLICY",
3731
3731
  BACKUP_POLICY: "BACKUP_POLICY",
3732
+ BEDROCK_POLICY: "BEDROCK_POLICY",
3732
3733
  CHATBOT_POLICY: "CHATBOT_POLICY",
3733
3734
  DECLARATIVE_POLICY_EC2: "DECLARATIVE_POLICY_EC2",
3734
3735
  INSPECTOR_POLICY: "INSPECTOR_POLICY",
3735
3736
  RESOURCE_CONTROL_POLICY: "RESOURCE_CONTROL_POLICY",
3737
+ S3_POLICY: "S3_POLICY",
3736
3738
  SECURITYHUB_POLICY: "SECURITYHUB_POLICY",
3737
3739
  SERVICE_CONTROL_POLICY: "SERVICE_CONTROL_POLICY",
3738
3740
  TAG_POLICY: "TAG_POLICY",
@@ -3741,9 +3743,11 @@ const PolicyType = {
3741
3743
  const EffectivePolicyType = {
3742
3744
  AISERVICES_OPT_OUT_POLICY: "AISERVICES_OPT_OUT_POLICY",
3743
3745
  BACKUP_POLICY: "BACKUP_POLICY",
3746
+ BEDROCK_POLICY: "BEDROCK_POLICY",
3744
3747
  CHATBOT_POLICY: "CHATBOT_POLICY",
3745
3748
  DECLARATIVE_POLICY_EC2: "DECLARATIVE_POLICY_EC2",
3746
3749
  INSPECTOR_POLICY: "INSPECTOR_POLICY",
3750
+ S3_POLICY: "S3_POLICY",
3747
3751
  SECURITYHUB_POLICY: "SECURITYHUB_POLICY",
3748
3752
  TAG_POLICY: "TAG_POLICY",
3749
3753
  UPGRADE_ROLLOUT_POLICY: "UPGRADE_ROLLOUT_POLICY",
@@ -196,10 +196,12 @@ export const PolicyTypeStatus = {
196
196
  export const PolicyType = {
197
197
  AISERVICES_OPT_OUT_POLICY: "AISERVICES_OPT_OUT_POLICY",
198
198
  BACKUP_POLICY: "BACKUP_POLICY",
199
+ BEDROCK_POLICY: "BEDROCK_POLICY",
199
200
  CHATBOT_POLICY: "CHATBOT_POLICY",
200
201
  DECLARATIVE_POLICY_EC2: "DECLARATIVE_POLICY_EC2",
201
202
  INSPECTOR_POLICY: "INSPECTOR_POLICY",
202
203
  RESOURCE_CONTROL_POLICY: "RESOURCE_CONTROL_POLICY",
204
+ S3_POLICY: "S3_POLICY",
203
205
  SECURITYHUB_POLICY: "SECURITYHUB_POLICY",
204
206
  SERVICE_CONTROL_POLICY: "SERVICE_CONTROL_POLICY",
205
207
  TAG_POLICY: "TAG_POLICY",
@@ -208,9 +210,11 @@ export const PolicyType = {
208
210
  export const EffectivePolicyType = {
209
211
  AISERVICES_OPT_OUT_POLICY: "AISERVICES_OPT_OUT_POLICY",
210
212
  BACKUP_POLICY: "BACKUP_POLICY",
213
+ BEDROCK_POLICY: "BEDROCK_POLICY",
211
214
  CHATBOT_POLICY: "CHATBOT_POLICY",
212
215
  DECLARATIVE_POLICY_EC2: "DECLARATIVE_POLICY_EC2",
213
216
  INSPECTOR_POLICY: "INSPECTOR_POLICY",
217
+ S3_POLICY: "S3_POLICY",
214
218
  SECURITYHUB_POLICY: "SECURITYHUB_POLICY",
215
219
  TAG_POLICY: "TAG_POLICY",
216
220
  UPGRADE_ROLLOUT_POLICY: "UPGRADE_ROLLOUT_POLICY",
@@ -81,6 +81,16 @@ declare const AttachPolicyCommand_base: {
81
81
  * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html">INSPECTOR_POLICY</a>
82
82
  * </p>
83
83
  * </li>
84
+ * <li>
85
+ * <p>
86
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html">BEDROCK_POLICY</a>
87
+ * </p>
88
+ * </li>
89
+ * <li>
90
+ * <p>
91
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_S3.html">S3_POLICY</a>
92
+ * </p>
93
+ * </li>
84
94
  * </ul>
85
95
  * <p>You can only call this operation from the management account or a member account that is a delegated administrator.</p>
86
96
  * @example
@@ -61,7 +61,7 @@ declare const CreateOrganizationCommand_base: {
61
61
  * // MasterAccountEmail: "STRING_VALUE",
62
62
  * // AvailablePolicyTypes: [ // PolicyTypes
63
63
  * // { // PolicyTypeSummary
64
- * // Type: "SERVICE_CONTROL_POLICY" || "RESOURCE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY" || "INSPECTOR_POLICY" || "UPGRADE_ROLLOUT_POLICY",
64
+ * // Type: "SERVICE_CONTROL_POLICY" || "RESOURCE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY" || "INSPECTOR_POLICY" || "UPGRADE_ROLLOUT_POLICY" || "BEDROCK_POLICY" || "S3_POLICY",
65
65
  * // Status: "ENABLED" || "PENDING_ENABLE" || "PENDING_DISABLE",
66
66
  * // },
67
67
  * // ],
@@ -46,7 +46,7 @@ declare const CreatePolicyCommand_base: {
46
46
  * Content: "STRING_VALUE", // required
47
47
  * Description: "STRING_VALUE", // required
48
48
  * Name: "STRING_VALUE", // required
49
- * Type: "SERVICE_CONTROL_POLICY" || "RESOURCE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY" || "INSPECTOR_POLICY" || "UPGRADE_ROLLOUT_POLICY", // required
49
+ * Type: "SERVICE_CONTROL_POLICY" || "RESOURCE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY" || "INSPECTOR_POLICY" || "UPGRADE_ROLLOUT_POLICY" || "BEDROCK_POLICY" || "S3_POLICY", // required
50
50
  * Tags: [ // Tags
51
51
  * { // Tag
52
52
  * Key: "STRING_VALUE", // required
@@ -63,7 +63,7 @@ declare const CreatePolicyCommand_base: {
63
63
  * // Arn: "STRING_VALUE",
64
64
  * // Name: "STRING_VALUE",
65
65
  * // Description: "STRING_VALUE",
66
- * // Type: "SERVICE_CONTROL_POLICY" || "RESOURCE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY" || "INSPECTOR_POLICY" || "UPGRADE_ROLLOUT_POLICY",
66
+ * // Type: "SERVICE_CONTROL_POLICY" || "RESOURCE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY" || "INSPECTOR_POLICY" || "UPGRADE_ROLLOUT_POLICY" || "BEDROCK_POLICY" || "S3_POLICY",
67
67
  * // AwsManaged: true || false,
68
68
  * // },
69
69
  * // Content: "STRING_VALUE",
@@ -46,7 +46,7 @@ declare const DescribeEffectivePolicyCommand_base: {
46
46
  * const config = {}; // type is OrganizationsClientConfig
47
47
  * const client = new OrganizationsClient(config);
48
48
  * const input = { // DescribeEffectivePolicyRequest
49
- * PolicyType: "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY" || "INSPECTOR_POLICY" || "UPGRADE_ROLLOUT_POLICY", // required
49
+ * PolicyType: "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY" || "INSPECTOR_POLICY" || "UPGRADE_ROLLOUT_POLICY" || "BEDROCK_POLICY" || "S3_POLICY", // required
50
50
  * TargetId: "STRING_VALUE",
51
51
  * };
52
52
  * const command = new DescribeEffectivePolicyCommand(input);
@@ -56,7 +56,7 @@ declare const DescribeEffectivePolicyCommand_base: {
56
56
  * // PolicyContent: "STRING_VALUE",
57
57
  * // LastUpdatedTimestamp: new Date("TIMESTAMP"),
58
58
  * // TargetId: "STRING_VALUE",
59
- * // PolicyType: "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY" || "INSPECTOR_POLICY" || "UPGRADE_ROLLOUT_POLICY",
59
+ * // PolicyType: "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY" || "INSPECTOR_POLICY" || "UPGRADE_ROLLOUT_POLICY" || "BEDROCK_POLICY" || "S3_POLICY",
60
60
  * // },
61
61
  * // };
62
62
  *
@@ -56,7 +56,7 @@ declare const DescribeOrganizationCommand_base: {
56
56
  * // MasterAccountEmail: "STRING_VALUE",
57
57
  * // AvailablePolicyTypes: [ // PolicyTypes
58
58
  * // { // PolicyTypeSummary
59
- * // Type: "SERVICE_CONTROL_POLICY" || "RESOURCE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY" || "INSPECTOR_POLICY" || "UPGRADE_ROLLOUT_POLICY",
59
+ * // Type: "SERVICE_CONTROL_POLICY" || "RESOURCE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY" || "INSPECTOR_POLICY" || "UPGRADE_ROLLOUT_POLICY" || "BEDROCK_POLICY" || "S3_POLICY",
60
60
  * // Status: "ENABLED" || "PENDING_ENABLE" || "PENDING_DISABLE",
61
61
  * // },
62
62
  * // ],
@@ -49,7 +49,7 @@ declare const DescribePolicyCommand_base: {
49
49
  * // Arn: "STRING_VALUE",
50
50
  * // Name: "STRING_VALUE",
51
51
  * // Description: "STRING_VALUE",
52
- * // Type: "SERVICE_CONTROL_POLICY" || "RESOURCE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY" || "INSPECTOR_POLICY" || "UPGRADE_ROLLOUT_POLICY",
52
+ * // Type: "SERVICE_CONTROL_POLICY" || "RESOURCE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY" || "INSPECTOR_POLICY" || "UPGRADE_ROLLOUT_POLICY" || "BEDROCK_POLICY" || "S3_POLICY",
53
53
  * // AwsManaged: true || false,
54
54
  * // },
55
55
  * // Content: "STRING_VALUE",
@@ -48,7 +48,7 @@ declare const DisablePolicyTypeCommand_base: {
48
48
  * const client = new OrganizationsClient(config);
49
49
  * const input = { // DisablePolicyTypeRequest
50
50
  * RootId: "STRING_VALUE", // required
51
- * PolicyType: "SERVICE_CONTROL_POLICY" || "RESOURCE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY" || "INSPECTOR_POLICY" || "UPGRADE_ROLLOUT_POLICY", // required
51
+ * PolicyType: "SERVICE_CONTROL_POLICY" || "RESOURCE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY" || "INSPECTOR_POLICY" || "UPGRADE_ROLLOUT_POLICY" || "BEDROCK_POLICY" || "S3_POLICY", // required
52
52
  * };
53
53
  * const command = new DisablePolicyTypeCommand(input);
54
54
  * const response = await client.send(command);
@@ -59,7 +59,7 @@ declare const DisablePolicyTypeCommand_base: {
59
59
  * // Name: "STRING_VALUE",
60
60
  * // PolicyTypes: [ // PolicyTypes
61
61
  * // { // PolicyTypeSummary
62
- * // Type: "SERVICE_CONTROL_POLICY" || "RESOURCE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY" || "INSPECTOR_POLICY" || "UPGRADE_ROLLOUT_POLICY",
62
+ * // Type: "SERVICE_CONTROL_POLICY" || "RESOURCE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY" || "INSPECTOR_POLICY" || "UPGRADE_ROLLOUT_POLICY" || "BEDROCK_POLICY" || "S3_POLICY",
63
63
  * // Status: "ENABLED" || "PENDING_ENABLE" || "PENDING_DISABLE",
64
64
  * // },
65
65
  * // ],
@@ -48,7 +48,7 @@ declare const EnablePolicyTypeCommand_base: {
48
48
  * const client = new OrganizationsClient(config);
49
49
  * const input = { // EnablePolicyTypeRequest
50
50
  * RootId: "STRING_VALUE", // required
51
- * PolicyType: "SERVICE_CONTROL_POLICY" || "RESOURCE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY" || "INSPECTOR_POLICY" || "UPGRADE_ROLLOUT_POLICY", // required
51
+ * PolicyType: "SERVICE_CONTROL_POLICY" || "RESOURCE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY" || "INSPECTOR_POLICY" || "UPGRADE_ROLLOUT_POLICY" || "BEDROCK_POLICY" || "S3_POLICY", // required
52
52
  * };
53
53
  * const command = new EnablePolicyTypeCommand(input);
54
54
  * const response = await client.send(command);
@@ -59,7 +59,7 @@ declare const EnablePolicyTypeCommand_base: {
59
59
  * // Name: "STRING_VALUE",
60
60
  * // PolicyTypes: [ // PolicyTypes
61
61
  * // { // PolicyTypeSummary
62
- * // Type: "SERVICE_CONTROL_POLICY" || "RESOURCE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY" || "INSPECTOR_POLICY" || "UPGRADE_ROLLOUT_POLICY",
62
+ * // Type: "SERVICE_CONTROL_POLICY" || "RESOURCE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY" || "INSPECTOR_POLICY" || "UPGRADE_ROLLOUT_POLICY" || "BEDROCK_POLICY" || "S3_POLICY",
63
63
  * // Status: "ENABLED" || "PENDING_ENABLE" || "PENDING_DISABLE",
64
64
  * // },
65
65
  * // ],
@@ -41,7 +41,7 @@ declare const ListAccountsWithInvalidEffectivePolicyCommand_base: {
41
41
  * const config = {}; // type is OrganizationsClientConfig
42
42
  * const client = new OrganizationsClient(config);
43
43
  * const input = { // ListAccountsWithInvalidEffectivePolicyRequest
44
- * PolicyType: "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY" || "INSPECTOR_POLICY" || "UPGRADE_ROLLOUT_POLICY", // required
44
+ * PolicyType: "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY" || "INSPECTOR_POLICY" || "UPGRADE_ROLLOUT_POLICY" || "BEDROCK_POLICY" || "S3_POLICY", // required
45
45
  * NextToken: "STRING_VALUE",
46
46
  * MaxResults: Number("int"),
47
47
  * };
@@ -60,7 +60,7 @@ declare const ListAccountsWithInvalidEffectivePolicyCommand_base: {
60
60
  * // JoinedTimestamp: new Date("TIMESTAMP"),
61
61
  * // },
62
62
  * // ],
63
- * // PolicyType: "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY" || "INSPECTOR_POLICY" || "UPGRADE_ROLLOUT_POLICY",
63
+ * // PolicyType: "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY" || "INSPECTOR_POLICY" || "UPGRADE_ROLLOUT_POLICY" || "BEDROCK_POLICY" || "S3_POLICY",
64
64
  * // NextToken: "STRING_VALUE",
65
65
  * // };
66
66
  *
@@ -40,7 +40,7 @@ declare const ListEffectivePolicyValidationErrorsCommand_base: {
40
40
  * const client = new OrganizationsClient(config);
41
41
  * const input = { // ListEffectivePolicyValidationErrorsRequest
42
42
  * AccountId: "STRING_VALUE", // required
43
- * PolicyType: "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY" || "INSPECTOR_POLICY" || "UPGRADE_ROLLOUT_POLICY", // required
43
+ * PolicyType: "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY" || "INSPECTOR_POLICY" || "UPGRADE_ROLLOUT_POLICY" || "BEDROCK_POLICY" || "S3_POLICY", // required
44
44
  * NextToken: "STRING_VALUE",
45
45
  * MaxResults: Number("int"),
46
46
  * };
@@ -48,7 +48,7 @@ declare const ListEffectivePolicyValidationErrorsCommand_base: {
48
48
  * const response = await client.send(command);
49
49
  * // { // ListEffectivePolicyValidationErrorsResponse
50
50
  * // AccountId: "STRING_VALUE",
51
- * // PolicyType: "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY" || "INSPECTOR_POLICY" || "UPGRADE_ROLLOUT_POLICY",
51
+ * // PolicyType: "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY" || "INSPECTOR_POLICY" || "UPGRADE_ROLLOUT_POLICY" || "BEDROCK_POLICY" || "S3_POLICY",
52
52
  * // Path: "STRING_VALUE",
53
53
  * // EvaluationTimestamp: new Date("TIMESTAMP"),
54
54
  * // NextToken: "STRING_VALUE",
@@ -43,7 +43,7 @@ declare const ListPoliciesCommand_base: {
43
43
  * const config = {}; // type is OrganizationsClientConfig
44
44
  * const client = new OrganizationsClient(config);
45
45
  * const input = { // ListPoliciesRequest
46
- * Filter: "SERVICE_CONTROL_POLICY" || "RESOURCE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY" || "INSPECTOR_POLICY" || "UPGRADE_ROLLOUT_POLICY", // required
46
+ * Filter: "SERVICE_CONTROL_POLICY" || "RESOURCE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY" || "INSPECTOR_POLICY" || "UPGRADE_ROLLOUT_POLICY" || "BEDROCK_POLICY" || "S3_POLICY", // required
47
47
  * NextToken: "STRING_VALUE",
48
48
  * MaxResults: Number("int"),
49
49
  * };
@@ -56,7 +56,7 @@ declare const ListPoliciesCommand_base: {
56
56
  * // Arn: "STRING_VALUE",
57
57
  * // Name: "STRING_VALUE",
58
58
  * // Description: "STRING_VALUE",
59
- * // Type: "SERVICE_CONTROL_POLICY" || "RESOURCE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY" || "INSPECTOR_POLICY" || "UPGRADE_ROLLOUT_POLICY",
59
+ * // Type: "SERVICE_CONTROL_POLICY" || "RESOURCE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY" || "INSPECTOR_POLICY" || "UPGRADE_ROLLOUT_POLICY" || "BEDROCK_POLICY" || "S3_POLICY",
60
60
  * // AwsManaged: true || false,
61
61
  * // },
62
62
  * // ],
@@ -46,7 +46,7 @@ declare const ListPoliciesForTargetCommand_base: {
46
46
  * const client = new OrganizationsClient(config);
47
47
  * const input = { // ListPoliciesForTargetRequest
48
48
  * TargetId: "STRING_VALUE", // required
49
- * Filter: "SERVICE_CONTROL_POLICY" || "RESOURCE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY" || "INSPECTOR_POLICY" || "UPGRADE_ROLLOUT_POLICY", // required
49
+ * Filter: "SERVICE_CONTROL_POLICY" || "RESOURCE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY" || "INSPECTOR_POLICY" || "UPGRADE_ROLLOUT_POLICY" || "BEDROCK_POLICY" || "S3_POLICY", // required
50
50
  * NextToken: "STRING_VALUE",
51
51
  * MaxResults: Number("int"),
52
52
  * };
@@ -59,7 +59,7 @@ declare const ListPoliciesForTargetCommand_base: {
59
59
  * // Arn: "STRING_VALUE",
60
60
  * // Name: "STRING_VALUE",
61
61
  * // Description: "STRING_VALUE",
62
- * // Type: "SERVICE_CONTROL_POLICY" || "RESOURCE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY" || "INSPECTOR_POLICY" || "UPGRADE_ROLLOUT_POLICY",
62
+ * // Type: "SERVICE_CONTROL_POLICY" || "RESOURCE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY" || "INSPECTOR_POLICY" || "UPGRADE_ROLLOUT_POLICY" || "BEDROCK_POLICY" || "S3_POLICY",
63
63
  * // AwsManaged: true || false,
64
64
  * // },
65
65
  * // ],
@@ -63,7 +63,7 @@ declare const ListRootsCommand_base: {
63
63
  * // Name: "STRING_VALUE",
64
64
  * // PolicyTypes: [ // PolicyTypes
65
65
  * // { // PolicyTypeSummary
66
- * // Type: "SERVICE_CONTROL_POLICY" || "RESOURCE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY" || "INSPECTOR_POLICY" || "UPGRADE_ROLLOUT_POLICY",
66
+ * // Type: "SERVICE_CONTROL_POLICY" || "RESOURCE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY" || "INSPECTOR_POLICY" || "UPGRADE_ROLLOUT_POLICY" || "BEDROCK_POLICY" || "S3_POLICY",
67
67
  * // Status: "ENABLED" || "PENDING_ENABLE" || "PENDING_DISABLE",
68
68
  * // },
69
69
  * // ],
@@ -54,7 +54,7 @@ declare const UpdatePolicyCommand_base: {
54
54
  * // Arn: "STRING_VALUE",
55
55
  * // Name: "STRING_VALUE",
56
56
  * // Description: "STRING_VALUE",
57
- * // Type: "SERVICE_CONTROL_POLICY" || "RESOURCE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY" || "INSPECTOR_POLICY" || "UPGRADE_ROLLOUT_POLICY",
57
+ * // Type: "SERVICE_CONTROL_POLICY" || "RESOURCE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY" || "INSPECTOR_POLICY" || "UPGRADE_ROLLOUT_POLICY" || "BEDROCK_POLICY" || "S3_POLICY",
58
58
  * // AwsManaged: true || false,
59
59
  * // },
60
60
  * // Content: "STRING_VALUE",
@@ -328,10 +328,12 @@ export type PolicyTypeStatus = (typeof PolicyTypeStatus)[keyof typeof PolicyType
328
328
  export declare const PolicyType: {
329
329
  readonly AISERVICES_OPT_OUT_POLICY: "AISERVICES_OPT_OUT_POLICY";
330
330
  readonly BACKUP_POLICY: "BACKUP_POLICY";
331
+ readonly BEDROCK_POLICY: "BEDROCK_POLICY";
331
332
  readonly CHATBOT_POLICY: "CHATBOT_POLICY";
332
333
  readonly DECLARATIVE_POLICY_EC2: "DECLARATIVE_POLICY_EC2";
333
334
  readonly INSPECTOR_POLICY: "INSPECTOR_POLICY";
334
335
  readonly RESOURCE_CONTROL_POLICY: "RESOURCE_CONTROL_POLICY";
336
+ readonly S3_POLICY: "S3_POLICY";
335
337
  readonly SECURITYHUB_POLICY: "SECURITYHUB_POLICY";
336
338
  readonly SERVICE_CONTROL_POLICY: "SERVICE_CONTROL_POLICY";
337
339
  readonly TAG_POLICY: "TAG_POLICY";
@@ -348,9 +350,11 @@ export type PolicyType = (typeof PolicyType)[keyof typeof PolicyType];
348
350
  export declare const EffectivePolicyType: {
349
351
  readonly AISERVICES_OPT_OUT_POLICY: "AISERVICES_OPT_OUT_POLICY";
350
352
  readonly BACKUP_POLICY: "BACKUP_POLICY";
353
+ readonly BEDROCK_POLICY: "BEDROCK_POLICY";
351
354
  readonly CHATBOT_POLICY: "CHATBOT_POLICY";
352
355
  readonly DECLARATIVE_POLICY_EC2: "DECLARATIVE_POLICY_EC2";
353
356
  readonly INSPECTOR_POLICY: "INSPECTOR_POLICY";
357
+ readonly S3_POLICY: "S3_POLICY";
354
358
  readonly SECURITYHUB_POLICY: "SECURITYHUB_POLICY";
355
359
  readonly TAG_POLICY: "TAG_POLICY";
356
360
  readonly UPGRADE_ROLLOUT_POLICY: "UPGRADE_ROLLOUT_POLICY";
@@ -841,6 +841,16 @@ export interface CreatePolicyRequest {
841
841
  * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html">INSPECTOR_POLICY</a>
842
842
  * </p>
843
843
  * </li>
844
+ * <li>
845
+ * <p>
846
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html">BEDROCK_POLICY</a>
847
+ * </p>
848
+ * </li>
849
+ * <li>
850
+ * <p>
851
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_S3.html">S3_POLICY</a>
852
+ * </p>
853
+ * </li>
844
854
  * </ul>
845
855
  * @public
846
856
  */
@@ -1096,6 +1106,16 @@ export interface DescribeEffectivePolicyRequest {
1096
1106
  * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html">INSPECTOR_POLICY</a>
1097
1107
  * </p>
1098
1108
  * </li>
1109
+ * <li>
1110
+ * <p>
1111
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html">BEDROCK_POLICY</a>
1112
+ * </p>
1113
+ * </li>
1114
+ * <li>
1115
+ * <p>
1116
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_S3.html">S3_POLICY</a>
1117
+ * </p>
1118
+ * </li>
1099
1119
  * </ul>
1100
1120
  * @public
1101
1121
  */
@@ -1481,6 +1501,16 @@ export interface DisablePolicyTypeRequest {
1481
1501
  * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html">INSPECTOR_POLICY</a>
1482
1502
  * </p>
1483
1503
  * </li>
1504
+ * <li>
1505
+ * <p>
1506
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html">BEDROCK_POLICY</a>
1507
+ * </p>
1508
+ * </li>
1509
+ * <li>
1510
+ * <p>
1511
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_S3.html">S3_POLICY</a>
1512
+ * </p>
1513
+ * </li>
1484
1514
  * </ul>
1485
1515
  * @public
1486
1516
  */
@@ -1623,6 +1653,16 @@ export interface EnablePolicyTypeRequest {
1623
1653
  * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html">INSPECTOR_POLICY</a>
1624
1654
  * </p>
1625
1655
  * </li>
1656
+ * <li>
1657
+ * <p>
1658
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html">BEDROCK_POLICY</a>
1659
+ * </p>
1660
+ * </li>
1661
+ * <li>
1662
+ * <p>
1663
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_S3.html">S3_POLICY</a>
1664
+ * </p>
1665
+ * </li>
1626
1666
  * </ul>
1627
1667
  * @public
1628
1668
  */
@@ -1894,6 +1934,16 @@ export interface ListAccountsWithInvalidEffectivePolicyRequest {
1894
1934
  * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html">INSPECTOR_POLICY</a>
1895
1935
  * </p>
1896
1936
  * </li>
1937
+ * <li>
1938
+ * <p>
1939
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html">BEDROCK_POLICY</a>
1940
+ * </p>
1941
+ * </li>
1942
+ * <li>
1943
+ * <p>
1944
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_S3.html">S3_POLICY</a>
1945
+ * </p>
1946
+ * </li>
1897
1947
  * </ul>
1898
1948
  * @public
1899
1949
  */
@@ -1966,6 +2016,16 @@ export interface ListAccountsWithInvalidEffectivePolicyResponse {
1966
2016
  * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html">INSPECTOR_POLICY</a>
1967
2017
  * </p>
1968
2018
  * </li>
2019
+ * <li>
2020
+ * <p>
2021
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html">BEDROCK_POLICY</a>
2022
+ * </p>
2023
+ * </li>
2024
+ * <li>
2025
+ * <p>
2026
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_S3.html">S3_POLICY</a>
2027
+ * </p>
2028
+ * </li>
1969
2029
  * </ul>
1970
2030
  * @public
1971
2031
  */
@@ -2395,6 +2455,16 @@ export interface ListEffectivePolicyValidationErrorsRequest {
2395
2455
  * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html">INSPECTOR_POLICY</a>
2396
2456
  * </p>
2397
2457
  * </li>
2458
+ * <li>
2459
+ * <p>
2460
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html">BEDROCK_POLICY</a>
2461
+ * </p>
2462
+ * </li>
2463
+ * <li>
2464
+ * <p>
2465
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_S3.html">S3_POLICY</a>
2466
+ * </p>
2467
+ * </li>
2398
2468
  * </ul>
2399
2469
  * @public
2400
2470
  */
@@ -2497,6 +2567,16 @@ export interface ListEffectivePolicyValidationErrorsResponse {
2497
2567
  * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html">INSPECTOR_POLICY</a>
2498
2568
  * </p>
2499
2569
  * </li>
2570
+ * <li>
2571
+ * <p>
2572
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html">BEDROCK_POLICY</a>
2573
+ * </p>
2574
+ * </li>
2575
+ * <li>
2576
+ * <p>
2577
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_S3.html">S3_POLICY</a>
2578
+ * </p>
2579
+ * </li>
2500
2580
  * </ul>
2501
2581
  * @public
2502
2582
  */
@@ -2896,6 +2976,16 @@ export interface ListPoliciesRequest {
2896
2976
  * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html">INSPECTOR_POLICY</a>
2897
2977
  * </p>
2898
2978
  * </li>
2979
+ * <li>
2980
+ * <p>
2981
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html">BEDROCK_POLICY</a>
2982
+ * </p>
2983
+ * </li>
2984
+ * <li>
2985
+ * <p>
2986
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_S3.html">S3_POLICY</a>
2987
+ * </p>
2988
+ * </li>
2899
2989
  * </ul>
2900
2990
  * @public
2901
2991
  */
@@ -3017,6 +3107,16 @@ export interface ListPoliciesForTargetRequest {
3017
3107
  * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html">INSPECTOR_POLICY</a>
3018
3108
  * </p>
3019
3109
  * </li>
3110
+ * <li>
3111
+ * <p>
3112
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html">BEDROCK_POLICY</a>
3113
+ * </p>
3114
+ * </li>
3115
+ * <li>
3116
+ * <p>
3117
+ * <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_S3.html">S3_POLICY</a>
3118
+ * </p>
3119
+ * </li>
3020
3120
  * </ul>
3021
3121
  * @public
3022
3122
  */
@@ -225,10 +225,12 @@ export type PolicyTypeStatus =
225
225
  export declare const PolicyType: {
226
226
  readonly AISERVICES_OPT_OUT_POLICY: "AISERVICES_OPT_OUT_POLICY";
227
227
  readonly BACKUP_POLICY: "BACKUP_POLICY";
228
+ readonly BEDROCK_POLICY: "BEDROCK_POLICY";
228
229
  readonly CHATBOT_POLICY: "CHATBOT_POLICY";
229
230
  readonly DECLARATIVE_POLICY_EC2: "DECLARATIVE_POLICY_EC2";
230
231
  readonly INSPECTOR_POLICY: "INSPECTOR_POLICY";
231
232
  readonly RESOURCE_CONTROL_POLICY: "RESOURCE_CONTROL_POLICY";
233
+ readonly S3_POLICY: "S3_POLICY";
232
234
  readonly SECURITYHUB_POLICY: "SECURITYHUB_POLICY";
233
235
  readonly SERVICE_CONTROL_POLICY: "SERVICE_CONTROL_POLICY";
234
236
  readonly TAG_POLICY: "TAG_POLICY";
@@ -238,9 +240,11 @@ export type PolicyType = (typeof PolicyType)[keyof typeof PolicyType];
238
240
  export declare const EffectivePolicyType: {
239
241
  readonly AISERVICES_OPT_OUT_POLICY: "AISERVICES_OPT_OUT_POLICY";
240
242
  readonly BACKUP_POLICY: "BACKUP_POLICY";
243
+ readonly BEDROCK_POLICY: "BEDROCK_POLICY";
241
244
  readonly CHATBOT_POLICY: "CHATBOT_POLICY";
242
245
  readonly DECLARATIVE_POLICY_EC2: "DECLARATIVE_POLICY_EC2";
243
246
  readonly INSPECTOR_POLICY: "INSPECTOR_POLICY";
247
+ readonly S3_POLICY: "S3_POLICY";
244
248
  readonly SECURITYHUB_POLICY: "SECURITYHUB_POLICY";
245
249
  readonly TAG_POLICY: "TAG_POLICY";
246
250
  readonly UPGRADE_ROLLOUT_POLICY: "UPGRADE_ROLLOUT_POLICY";
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.938.0",
4
+ "version": "3.940.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,17 +20,17 @@
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.936.0",
24
- "@aws-sdk/credential-provider-node": "3.936.0",
23
+ "@aws-sdk/core": "3.940.0",
24
+ "@aws-sdk/credential-provider-node": "3.940.0",
25
25
  "@aws-sdk/middleware-host-header": "3.936.0",
26
26
  "@aws-sdk/middleware-logger": "3.936.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.936.0",
28
- "@aws-sdk/middleware-user-agent": "3.936.0",
28
+ "@aws-sdk/middleware-user-agent": "3.940.0",
29
29
  "@aws-sdk/region-config-resolver": "3.936.0",
30
30
  "@aws-sdk/types": "3.936.0",
31
31
  "@aws-sdk/util-endpoints": "3.936.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.936.0",
33
- "@aws-sdk/util-user-agent-node": "3.936.0",
33
+ "@aws-sdk/util-user-agent-node": "3.940.0",
34
34
  "@smithy/config-resolver": "^4.4.3",
35
35
  "@smithy/core": "^3.18.5",
36
36
  "@smithy/fetch-http-handler": "^5.3.6",