aws-sdk-organizations 1.128.0 → 1.130.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d7bbdd8fe7af1bd1bc45ba44d97b81b68a1bdd1956993b229f83e540123f82ae
4
- data.tar.gz: 3162f0877bb8013a83db535c151d88b3d702b327d5f84f118006358f90d81436
3
+ metadata.gz: 7078a57444280752150a0e107008667e750e5ddbafdd06a80c850af89b092234
4
+ data.tar.gz: '095b3682463115488809a0fdde48d55a3babb4567d66f34a9ad0327d71268c9c'
5
5
  SHA512:
6
- metadata.gz: 4563dc1cd279fcabbf51ed84568304954ef6fe79d1a1f2b59c6d224badc2dc667ba43627f124a407f72b1137a9d466bbc30577f1f27f096fff264b96cb35bc98
7
- data.tar.gz: 30ed0885fbac60d24cd4838a26ab6816782a17fea95ef1270a7680bcc65c77abbe6907730f986400a631cc89db504effd384330f5eabc8cacf2789692b84b71a
6
+ metadata.gz: 5da9b2b722cbded3fee83079c6894669e6ac3286a3d2a6974ab21bea8026bb333bbe6ee78b876e4508ed40187e66826cfee0e34956c7f3b323bf94b39cdd9be7
7
+ data.tar.gz: e5f3bbe7236c5e0495de647259ec70b6e6897209ef34f3ba2e53b4b58372e2da2a599f5c753d58fb499aa5db2a9c34640dbb1b28ec0657ce5edb332202b82afb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.130.0 (2025-11-25)
5
+ ------------------
6
+
7
+ * Feature - Add support for policy operations on the S3_POLICY and BEDROCK_POLICY policy type.
8
+
9
+ 1.129.0 (2025-11-21)
10
+ ------------------
11
+
12
+ * Feature - Add support for policy operations on the UPGRADE_ROLLOUT_POLICY policy type.
13
+
4
14
  1.128.0 (2025-11-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.128.0
1
+ 1.130.0
@@ -634,7 +634,13 @@ module Aws::Organizations
634
634
  #
635
635
  # * [SECURITYHUB\_POLICY][8]
636
636
  #
637
- # * [INSPECTOR\_POLICY][9]
637
+ # * [UPGRADE\_ROLLOUT\_POLICY][9]
638
+ #
639
+ # * [INSPECTOR\_POLICY][10]
640
+ #
641
+ # * [BEDROCK\_POLICY][11]
642
+ #
643
+ # * [S3\_POLICY][12]
638
644
  #
639
645
  # You can only call this operation from the management account or a
640
646
  # member account that is a delegated administrator.
@@ -649,7 +655,10 @@ module Aws::Organizations
649
655
  # [6]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
650
656
  # [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
651
657
  # [8]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_security_hub.html
652
- # [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
658
+ # [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
659
+ # [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
660
+ # [11]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html
661
+ # [12]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_S3.html
653
662
  #
654
663
  # @option params [required, String] :policy_id
655
664
  # ID for the policy that you want to attach to the target. You can get
@@ -1551,7 +1560,7 @@ module Aws::Organizations
1551
1560
  # resp.organization.master_account_id #=> String
1552
1561
  # resp.organization.master_account_email #=> String
1553
1562
  # resp.organization.available_policy_types #=> Array
1554
- # resp.organization.available_policy_types[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "RESOURCE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY", "DECLARATIVE_POLICY_EC2", "SECURITYHUB_POLICY", "INSPECTOR_POLICY"
1563
+ # resp.organization.available_policy_types[0].type #=> String, one of "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"
1555
1564
  # resp.organization.available_policy_types[0].status #=> String, one of "ENABLED", "PENDING_ENABLE", "PENDING_DISABLE"
1556
1565
  #
1557
1566
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/CreateOrganization AWS API Documentation
@@ -1734,7 +1743,13 @@ module Aws::Organizations
1734
1743
  #
1735
1744
  # * [SECURITYHUB\_POLICY][8]
1736
1745
  #
1737
- # * [INSPECTOR\_POLICY][9]
1746
+ # * [UPGRADE\_ROLLOUT\_POLICY][9]
1747
+ #
1748
+ # * [INSPECTOR\_POLICY][10]
1749
+ #
1750
+ # * [BEDROCK\_POLICY][11]
1751
+ #
1752
+ # * [S3\_POLICY][12]
1738
1753
  #
1739
1754
  #
1740
1755
  #
@@ -1746,7 +1761,10 @@ module Aws::Organizations
1746
1761
  # [6]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
1747
1762
  # [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
1748
1763
  # [8]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_security_hub.html
1749
- # [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
1764
+ # [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
1765
+ # [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
1766
+ # [11]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html
1767
+ # [12]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_S3.html
1750
1768
  #
1751
1769
  # @option params [Array<Types::Tag>] :tags
1752
1770
  # A list of tags that you want to attach to the newly created policy.
@@ -1803,7 +1821,7 @@ module Aws::Organizations
1803
1821
  # content: "PolicyContent", # required
1804
1822
  # description: "PolicyDescription", # required
1805
1823
  # name: "PolicyName", # required
1806
- # type: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, RESOURCE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY, CHATBOT_POLICY, DECLARATIVE_POLICY_EC2, SECURITYHUB_POLICY, INSPECTOR_POLICY
1824
+ # type: "SERVICE_CONTROL_POLICY", # required, accepts 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
1807
1825
  # tags: [
1808
1826
  # {
1809
1827
  # key: "TagKey", # required
@@ -1818,7 +1836,7 @@ module Aws::Organizations
1818
1836
  # resp.policy.policy_summary.arn #=> String
1819
1837
  # resp.policy.policy_summary.name #=> String
1820
1838
  # resp.policy.policy_summary.description #=> String
1821
- # resp.policy.policy_summary.type #=> String, one of "SERVICE_CONTROL_POLICY", "RESOURCE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY", "DECLARATIVE_POLICY_EC2", "SECURITYHUB_POLICY", "INSPECTOR_POLICY"
1839
+ # resp.policy.policy_summary.type #=> String, one of "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"
1822
1840
  # resp.policy.policy_summary.aws_managed #=> Boolean
1823
1841
  # resp.policy.content #=> String
1824
1842
  #
@@ -2286,7 +2304,13 @@ module Aws::Organizations
2286
2304
  #
2287
2305
  # * [SECURITYHUB\_POLICY][6]
2288
2306
  #
2289
- # * [INSPECTOR\_POLICY][7]
2307
+ # * [UPGRADE\_ROLLOUT\_POLICY][7]
2308
+ #
2309
+ # * [INSPECTOR\_POLICY][8]
2310
+ #
2311
+ # * [BEDROCK\_POLICY][9]
2312
+ #
2313
+ # * [S3\_POLICY][10]
2290
2314
  #
2291
2315
  #
2292
2316
  #
@@ -2296,7 +2320,10 @@ module Aws::Organizations
2296
2320
  # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
2297
2321
  # [5]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
2298
2322
  # [6]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_security_hub.html
2299
- # [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
2323
+ # [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
2324
+ # [8]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
2325
+ # [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html
2326
+ # [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_S3.html
2300
2327
  #
2301
2328
  # @option params [String] :target_id
2302
2329
  # When you're signed in as the management account, specify the ID of
@@ -2310,7 +2337,7 @@ module Aws::Organizations
2310
2337
  # @example Request syntax with placeholder values
2311
2338
  #
2312
2339
  # resp = client.describe_effective_policy({
2313
- # policy_type: "TAG_POLICY", # required, accepts TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY, CHATBOT_POLICY, DECLARATIVE_POLICY_EC2, SECURITYHUB_POLICY, INSPECTOR_POLICY
2340
+ # policy_type: "TAG_POLICY", # required, accepts TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY, CHATBOT_POLICY, DECLARATIVE_POLICY_EC2, SECURITYHUB_POLICY, INSPECTOR_POLICY, UPGRADE_ROLLOUT_POLICY, BEDROCK_POLICY, S3_POLICY
2314
2341
  # target_id: "PolicyTargetId",
2315
2342
  # })
2316
2343
  #
@@ -2319,7 +2346,7 @@ module Aws::Organizations
2319
2346
  # resp.effective_policy.policy_content #=> String
2320
2347
  # resp.effective_policy.last_updated_timestamp #=> Time
2321
2348
  # resp.effective_policy.target_id #=> String
2322
- # resp.effective_policy.policy_type #=> String, one of "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY", "DECLARATIVE_POLICY_EC2", "SECURITYHUB_POLICY", "INSPECTOR_POLICY"
2349
+ # resp.effective_policy.policy_type #=> String, one of "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY", "DECLARATIVE_POLICY_EC2", "SECURITYHUB_POLICY", "INSPECTOR_POLICY", "UPGRADE_ROLLOUT_POLICY", "BEDROCK_POLICY", "S3_POLICY"
2323
2350
  #
2324
2351
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DescribeEffectivePolicy AWS API Documentation
2325
2352
  #
@@ -2486,7 +2513,7 @@ module Aws::Organizations
2486
2513
  # resp.organization.master_account_id #=> String
2487
2514
  # resp.organization.master_account_email #=> String
2488
2515
  # resp.organization.available_policy_types #=> Array
2489
- # resp.organization.available_policy_types[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "RESOURCE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY", "DECLARATIVE_POLICY_EC2", "SECURITYHUB_POLICY", "INSPECTOR_POLICY"
2516
+ # resp.organization.available_policy_types[0].type #=> String, one of "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"
2490
2517
  # resp.organization.available_policy_types[0].status #=> String, one of "ENABLED", "PENDING_ENABLE", "PENDING_DISABLE"
2491
2518
  #
2492
2519
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DescribeOrganization AWS API Documentation
@@ -2616,7 +2643,7 @@ module Aws::Organizations
2616
2643
  # resp.policy.policy_summary.arn #=> String
2617
2644
  # resp.policy.policy_summary.name #=> String
2618
2645
  # resp.policy.policy_summary.description #=> String
2619
- # resp.policy.policy_summary.type #=> String, one of "SERVICE_CONTROL_POLICY", "RESOURCE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY", "DECLARATIVE_POLICY_EC2", "SECURITYHUB_POLICY", "INSPECTOR_POLICY"
2646
+ # resp.policy.policy_summary.type #=> String, one of "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"
2620
2647
  # resp.policy.policy_summary.aws_managed #=> Boolean
2621
2648
  # resp.policy.content #=> String
2622
2649
  #
@@ -2958,7 +2985,13 @@ module Aws::Organizations
2958
2985
  #
2959
2986
  # * [SECURITYHUB\_POLICY][8]
2960
2987
  #
2961
- # * [INSPECTOR\_POLICY][9]
2988
+ # * [UPGRADE\_ROLLOUT\_POLICY][9]
2989
+ #
2990
+ # * [INSPECTOR\_POLICY][10]
2991
+ #
2992
+ # * [BEDROCK\_POLICY][11]
2993
+ #
2994
+ # * [S3\_POLICY][12]
2962
2995
  #
2963
2996
  #
2964
2997
  #
@@ -2970,7 +3003,10 @@ module Aws::Organizations
2970
3003
  # [6]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
2971
3004
  # [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
2972
3005
  # [8]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_security_hub.html
2973
- # [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
3006
+ # [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
3007
+ # [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
3008
+ # [11]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html
3009
+ # [12]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_S3.html
2974
3010
  #
2975
3011
  # @return [Types::DisablePolicyTypeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2976
3012
  #
@@ -3002,7 +3038,7 @@ module Aws::Organizations
3002
3038
  #
3003
3039
  # resp = client.disable_policy_type({
3004
3040
  # root_id: "RootId", # required
3005
- # policy_type: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, RESOURCE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY, CHATBOT_POLICY, DECLARATIVE_POLICY_EC2, SECURITYHUB_POLICY, INSPECTOR_POLICY
3041
+ # policy_type: "SERVICE_CONTROL_POLICY", # required, accepts 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
3006
3042
  # })
3007
3043
  #
3008
3044
  # @example Response structure
@@ -3011,7 +3047,7 @@ module Aws::Organizations
3011
3047
  # resp.root.arn #=> String
3012
3048
  # resp.root.name #=> String
3013
3049
  # resp.root.policy_types #=> Array
3014
- # resp.root.policy_types[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "RESOURCE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY", "DECLARATIVE_POLICY_EC2", "SECURITYHUB_POLICY", "INSPECTOR_POLICY"
3050
+ # resp.root.policy_types[0].type #=> String, one of "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"
3015
3051
  # resp.root.policy_types[0].status #=> String, one of "ENABLED", "PENDING_ENABLE", "PENDING_DISABLE"
3016
3052
  #
3017
3053
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DisablePolicyType AWS API Documentation
@@ -3224,7 +3260,13 @@ module Aws::Organizations
3224
3260
  #
3225
3261
  # * [SECURITYHUB\_POLICY][8]
3226
3262
  #
3227
- # * [INSPECTOR\_POLICY][9]
3263
+ # * [UPGRADE\_ROLLOUT\_POLICY][9]
3264
+ #
3265
+ # * [INSPECTOR\_POLICY][10]
3266
+ #
3267
+ # * [BEDROCK\_POLICY][11]
3268
+ #
3269
+ # * [S3\_POLICY][12]
3228
3270
  #
3229
3271
  #
3230
3272
  #
@@ -3236,7 +3278,10 @@ module Aws::Organizations
3236
3278
  # [6]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
3237
3279
  # [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
3238
3280
  # [8]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_security_hub.html
3239
- # [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
3281
+ # [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
3282
+ # [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
3283
+ # [11]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html
3284
+ # [12]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_S3.html
3240
3285
  #
3241
3286
  # @return [Types::EnablePolicyTypeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3242
3287
  #
@@ -3272,7 +3317,7 @@ module Aws::Organizations
3272
3317
  #
3273
3318
  # resp = client.enable_policy_type({
3274
3319
  # root_id: "RootId", # required
3275
- # policy_type: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, RESOURCE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY, CHATBOT_POLICY, DECLARATIVE_POLICY_EC2, SECURITYHUB_POLICY, INSPECTOR_POLICY
3320
+ # policy_type: "SERVICE_CONTROL_POLICY", # required, accepts 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
3276
3321
  # })
3277
3322
  #
3278
3323
  # @example Response structure
@@ -3281,7 +3326,7 @@ module Aws::Organizations
3281
3326
  # resp.root.arn #=> String
3282
3327
  # resp.root.name #=> String
3283
3328
  # resp.root.policy_types #=> Array
3284
- # resp.root.policy_types[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "RESOURCE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY", "DECLARATIVE_POLICY_EC2", "SECURITYHUB_POLICY", "INSPECTOR_POLICY"
3329
+ # resp.root.policy_types[0].type #=> String, one of "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"
3285
3330
  # resp.root.policy_types[0].status #=> String, one of "ENABLED", "PENDING_ENABLE", "PENDING_DISABLE"
3286
3331
  #
3287
3332
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/EnablePolicyType AWS API Documentation
@@ -4028,7 +4073,13 @@ module Aws::Organizations
4028
4073
  #
4029
4074
  # * [SECURITYHUB\_POLICY][6]
4030
4075
  #
4031
- # * [INSPECTOR\_POLICY][7]
4076
+ # * [UPGRADE\_ROLLOUT\_POLICY][7]
4077
+ #
4078
+ # * [INSPECTOR\_POLICY][8]
4079
+ #
4080
+ # * [BEDROCK\_POLICY][9]
4081
+ #
4082
+ # * [S3\_POLICY][10]
4032
4083
  #
4033
4084
  #
4034
4085
  #
@@ -4038,7 +4089,10 @@ module Aws::Organizations
4038
4089
  # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
4039
4090
  # [5]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
4040
4091
  # [6]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_security_hub.html
4041
- # [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
4092
+ # [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
4093
+ # [8]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
4094
+ # [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html
4095
+ # [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_S3.html
4042
4096
  #
4043
4097
  # @option params [String] :next_token
4044
4098
  # The parameter for receiving additional results if you receive a
@@ -4099,7 +4153,7 @@ module Aws::Organizations
4099
4153
  # @example Request syntax with placeholder values
4100
4154
  #
4101
4155
  # resp = client.list_accounts_with_invalid_effective_policy({
4102
- # policy_type: "TAG_POLICY", # required, accepts TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY, CHATBOT_POLICY, DECLARATIVE_POLICY_EC2, SECURITYHUB_POLICY, INSPECTOR_POLICY
4156
+ # policy_type: "TAG_POLICY", # required, accepts TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY, CHATBOT_POLICY, DECLARATIVE_POLICY_EC2, SECURITYHUB_POLICY, INSPECTOR_POLICY, UPGRADE_ROLLOUT_POLICY, BEDROCK_POLICY, S3_POLICY
4103
4157
  # next_token: "NextToken",
4104
4158
  # max_results: 1,
4105
4159
  # })
@@ -4115,7 +4169,7 @@ module Aws::Organizations
4115
4169
  # resp.accounts[0].state #=> String, one of "PENDING_ACTIVATION", "ACTIVE", "SUSPENDED", "PENDING_CLOSURE", "CLOSED"
4116
4170
  # resp.accounts[0].joined_method #=> String, one of "INVITED", "CREATED"
4117
4171
  # resp.accounts[0].joined_timestamp #=> Time
4118
- # resp.policy_type #=> String, one of "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY", "DECLARATIVE_POLICY_EC2", "SECURITYHUB_POLICY", "INSPECTOR_POLICY"
4172
+ # resp.policy_type #=> String, one of "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY", "DECLARATIVE_POLICY_EC2", "SECURITYHUB_POLICY", "INSPECTOR_POLICY", "UPGRADE_ROLLOUT_POLICY", "BEDROCK_POLICY", "S3_POLICY"
4119
4173
  # resp.next_token #=> String
4120
4174
  #
4121
4175
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/ListAccountsWithInvalidEffectivePolicy AWS API Documentation
@@ -4499,7 +4553,13 @@ module Aws::Organizations
4499
4553
  #
4500
4554
  # * [SECURITYHUB\_POLICY][6]
4501
4555
  #
4502
- # * [INSPECTOR\_POLICY][7]
4556
+ # * [UPGRADE\_ROLLOUT\_POLICY][7]
4557
+ #
4558
+ # * [INSPECTOR\_POLICY][8]
4559
+ #
4560
+ # * [BEDROCK\_POLICY][9]
4561
+ #
4562
+ # * [S3\_POLICY][10]
4503
4563
  #
4504
4564
  #
4505
4565
  #
@@ -4509,7 +4569,10 @@ module Aws::Organizations
4509
4569
  # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
4510
4570
  # [5]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
4511
4571
  # [6]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_security_hub.html
4512
- # [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
4572
+ # [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
4573
+ # [8]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
4574
+ # [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html
4575
+ # [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_S3.html
4513
4576
  #
4514
4577
  # @option params [String] :next_token
4515
4578
  # The parameter for receiving additional results if you receive a
@@ -4576,7 +4639,7 @@ module Aws::Organizations
4576
4639
  #
4577
4640
  # resp = client.list_effective_policy_validation_errors({
4578
4641
  # account_id: "AccountId", # required
4579
- # policy_type: "TAG_POLICY", # required, accepts TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY, CHATBOT_POLICY, DECLARATIVE_POLICY_EC2, SECURITYHUB_POLICY, INSPECTOR_POLICY
4642
+ # policy_type: "TAG_POLICY", # required, accepts TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY, CHATBOT_POLICY, DECLARATIVE_POLICY_EC2, SECURITYHUB_POLICY, INSPECTOR_POLICY, UPGRADE_ROLLOUT_POLICY, BEDROCK_POLICY, S3_POLICY
4580
4643
  # next_token: "NextToken",
4581
4644
  # max_results: 1,
4582
4645
  # })
@@ -4584,7 +4647,7 @@ module Aws::Organizations
4584
4647
  # @example Response structure
4585
4648
  #
4586
4649
  # resp.account_id #=> String
4587
- # resp.policy_type #=> String, one of "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY", "DECLARATIVE_POLICY_EC2", "SECURITYHUB_POLICY", "INSPECTOR_POLICY"
4650
+ # resp.policy_type #=> String, one of "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY", "DECLARATIVE_POLICY_EC2", "SECURITYHUB_POLICY", "INSPECTOR_POLICY", "UPGRADE_ROLLOUT_POLICY", "BEDROCK_POLICY", "S3_POLICY"
4588
4651
  # resp.path #=> String
4589
4652
  # resp.evaluation_timestamp #=> Time
4590
4653
  # resp.next_token #=> String
@@ -5352,7 +5415,13 @@ module Aws::Organizations
5352
5415
  #
5353
5416
  # * [SECURITYHUB\_POLICY][8]
5354
5417
  #
5355
- # * [INSPECTOR\_POLICY][9]
5418
+ # * [UPGRADE\_ROLLOUT\_POLICY][9]
5419
+ #
5420
+ # * [INSPECTOR\_POLICY][10]
5421
+ #
5422
+ # * [BEDROCK\_POLICY][11]
5423
+ #
5424
+ # * [S3\_POLICY][12]
5356
5425
  #
5357
5426
  #
5358
5427
  #
@@ -5364,7 +5433,10 @@ module Aws::Organizations
5364
5433
  # [6]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
5365
5434
  # [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
5366
5435
  # [8]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_security_hub.html
5367
- # [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
5436
+ # [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
5437
+ # [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
5438
+ # [11]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html
5439
+ # [12]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_S3.html
5368
5440
  #
5369
5441
  # @option params [String] :next_token
5370
5442
  # The parameter for receiving additional results if you receive a
@@ -5427,7 +5499,7 @@ module Aws::Organizations
5427
5499
  # @example Request syntax with placeholder values
5428
5500
  #
5429
5501
  # resp = client.list_policies({
5430
- # filter: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, RESOURCE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY, CHATBOT_POLICY, DECLARATIVE_POLICY_EC2, SECURITYHUB_POLICY, INSPECTOR_POLICY
5502
+ # filter: "SERVICE_CONTROL_POLICY", # required, accepts 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
5431
5503
  # next_token: "NextToken",
5432
5504
  # max_results: 1,
5433
5505
  # })
@@ -5439,7 +5511,7 @@ module Aws::Organizations
5439
5511
  # resp.policies[0].arn #=> String
5440
5512
  # resp.policies[0].name #=> String
5441
5513
  # resp.policies[0].description #=> String
5442
- # resp.policies[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "RESOURCE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY", "DECLARATIVE_POLICY_EC2", "SECURITYHUB_POLICY", "INSPECTOR_POLICY"
5514
+ # resp.policies[0].type #=> String, one of "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"
5443
5515
  # resp.policies[0].aws_managed #=> Boolean
5444
5516
  # resp.next_token #=> String
5445
5517
  #
@@ -5509,7 +5581,13 @@ module Aws::Organizations
5509
5581
  #
5510
5582
  # * [SECURITYHUB\_POLICY][8]
5511
5583
  #
5512
- # * [INSPECTOR\_POLICY][9]
5584
+ # * [UPGRADE\_ROLLOUT\_POLICY][9]
5585
+ #
5586
+ # * [INSPECTOR\_POLICY][10]
5587
+ #
5588
+ # * [BEDROCK\_POLICY][11]
5589
+ #
5590
+ # * [S3\_POLICY][12]
5513
5591
  #
5514
5592
  #
5515
5593
  #
@@ -5521,7 +5599,10 @@ module Aws::Organizations
5521
5599
  # [6]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
5522
5600
  # [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
5523
5601
  # [8]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_security_hub.html
5524
- # [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
5602
+ # [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
5603
+ # [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
5604
+ # [11]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html
5605
+ # [12]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_S3.html
5525
5606
  #
5526
5607
  # @option params [String] :next_token
5527
5608
  # The parameter for receiving additional results if you receive a
@@ -5572,7 +5653,7 @@ module Aws::Organizations
5572
5653
  #
5573
5654
  # resp = client.list_policies_for_target({
5574
5655
  # target_id: "PolicyTargetId", # required
5575
- # filter: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, RESOURCE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY, CHATBOT_POLICY, DECLARATIVE_POLICY_EC2, SECURITYHUB_POLICY, INSPECTOR_POLICY
5656
+ # filter: "SERVICE_CONTROL_POLICY", # required, accepts 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
5576
5657
  # next_token: "NextToken",
5577
5658
  # max_results: 1,
5578
5659
  # })
@@ -5584,7 +5665,7 @@ module Aws::Organizations
5584
5665
  # resp.policies[0].arn #=> String
5585
5666
  # resp.policies[0].name #=> String
5586
5667
  # resp.policies[0].description #=> String
5587
- # resp.policies[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "RESOURCE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY", "DECLARATIVE_POLICY_EC2", "SECURITYHUB_POLICY", "INSPECTOR_POLICY"
5668
+ # resp.policies[0].type #=> String, one of "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"
5588
5669
  # resp.policies[0].aws_managed #=> Boolean
5589
5670
  # resp.next_token #=> String
5590
5671
  #
@@ -5678,7 +5759,7 @@ module Aws::Organizations
5678
5759
  # resp.roots[0].arn #=> String
5679
5760
  # resp.roots[0].name #=> String
5680
5761
  # resp.roots[0].policy_types #=> Array
5681
- # resp.roots[0].policy_types[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "RESOURCE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY", "DECLARATIVE_POLICY_EC2", "SECURITYHUB_POLICY", "INSPECTOR_POLICY"
5762
+ # resp.roots[0].policy_types[0].type #=> String, one of "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"
5682
5763
  # resp.roots[0].policy_types[0].status #=> String, one of "ENABLED", "PENDING_ENABLE", "PENDING_DISABLE"
5683
5764
  # resp.next_token #=> String
5684
5765
  #
@@ -6509,7 +6590,7 @@ module Aws::Organizations
6509
6590
  # resp.policy.policy_summary.arn #=> String
6510
6591
  # resp.policy.policy_summary.name #=> String
6511
6592
  # resp.policy.policy_summary.description #=> String
6512
- # resp.policy.policy_summary.type #=> String, one of "SERVICE_CONTROL_POLICY", "RESOURCE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY", "DECLARATIVE_POLICY_EC2", "SECURITYHUB_POLICY", "INSPECTOR_POLICY"
6593
+ # resp.policy.policy_summary.type #=> String, one of "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"
6513
6594
  # resp.policy.policy_summary.aws_managed #=> Boolean
6514
6595
  # resp.policy.content #=> String
6515
6596
  #
@@ -6616,7 +6697,7 @@ module Aws::Organizations
6616
6697
  tracer: tracer
6617
6698
  )
6618
6699
  context[:gem_name] = 'aws-sdk-organizations'
6619
- context[:gem_version] = '1.128.0'
6700
+ context[:gem_version] = '1.130.0'
6620
6701
  Seahorse::Client::Request.new(handlers, context)
6621
6702
  end
6622
6703
 
@@ -1284,7 +1284,13 @@ module Aws::Organizations
1284
1284
  #
1285
1285
  # * [SECURITYHUB\_POLICY][8]
1286
1286
  #
1287
- # * [INSPECTOR\_POLICY][9]
1287
+ # * [UPGRADE\_ROLLOUT\_POLICY][9]
1288
+ #
1289
+ # * [INSPECTOR\_POLICY][10]
1290
+ #
1291
+ # * [BEDROCK\_POLICY][11]
1292
+ #
1293
+ # * [S3\_POLICY][12]
1288
1294
  #
1289
1295
  #
1290
1296
  #
@@ -1296,7 +1302,10 @@ module Aws::Organizations
1296
1302
  # [6]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
1297
1303
  # [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
1298
1304
  # [8]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_security_hub.html
1299
- # [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
1305
+ # [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
1306
+ # [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
1307
+ # [11]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html
1308
+ # [12]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_S3.html
1300
1309
  # @return [String]
1301
1310
  #
1302
1311
  # @!attribute [rw] tags
@@ -1627,7 +1636,13 @@ module Aws::Organizations
1627
1636
  #
1628
1637
  # * [SECURITYHUB\_POLICY][6]
1629
1638
  #
1630
- # * [INSPECTOR\_POLICY][7]
1639
+ # * [UPGRADE\_ROLLOUT\_POLICY][7]
1640
+ #
1641
+ # * [INSPECTOR\_POLICY][8]
1642
+ #
1643
+ # * [BEDROCK\_POLICY][9]
1644
+ #
1645
+ # * [S3\_POLICY][10]
1631
1646
  #
1632
1647
  #
1633
1648
  #
@@ -1637,7 +1652,10 @@ module Aws::Organizations
1637
1652
  # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
1638
1653
  # [5]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
1639
1654
  # [6]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_security_hub.html
1640
- # [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
1655
+ # [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
1656
+ # [8]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
1657
+ # [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html
1658
+ # [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_S3.html
1641
1659
  # @return [String]
1642
1660
  #
1643
1661
  # @!attribute [rw] target_id
@@ -1928,7 +1946,13 @@ module Aws::Organizations
1928
1946
  #
1929
1947
  # * [SECURITYHUB\_POLICY][8]
1930
1948
  #
1931
- # * [INSPECTOR\_POLICY][9]
1949
+ # * [UPGRADE\_ROLLOUT\_POLICY][9]
1950
+ #
1951
+ # * [INSPECTOR\_POLICY][10]
1952
+ #
1953
+ # * [BEDROCK\_POLICY][11]
1954
+ #
1955
+ # * [S3\_POLICY][12]
1932
1956
  #
1933
1957
  #
1934
1958
  #
@@ -1940,7 +1964,10 @@ module Aws::Organizations
1940
1964
  # [6]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
1941
1965
  # [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
1942
1966
  # [8]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_security_hub.html
1943
- # [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
1967
+ # [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
1968
+ # [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
1969
+ # [11]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html
1970
+ # [12]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_S3.html
1944
1971
  # @return [String]
1945
1972
  #
1946
1973
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DisablePolicyTypeRequest AWS API Documentation
@@ -2192,7 +2219,13 @@ module Aws::Organizations
2192
2219
  #
2193
2220
  # * [SECURITYHUB\_POLICY][8]
2194
2221
  #
2195
- # * [INSPECTOR\_POLICY][9]
2222
+ # * [UPGRADE\_ROLLOUT\_POLICY][9]
2223
+ #
2224
+ # * [INSPECTOR\_POLICY][10]
2225
+ #
2226
+ # * [BEDROCK\_POLICY][11]
2227
+ #
2228
+ # * [S3\_POLICY][12]
2196
2229
  #
2197
2230
  #
2198
2231
  #
@@ -2204,7 +2237,10 @@ module Aws::Organizations
2204
2237
  # [6]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
2205
2238
  # [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
2206
2239
  # [8]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_security_hub.html
2207
- # [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
2240
+ # [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
2241
+ # [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
2242
+ # [11]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html
2243
+ # [12]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_S3.html
2208
2244
  # @return [String]
2209
2245
  #
2210
2246
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/EnablePolicyTypeRequest AWS API Documentation
@@ -3078,7 +3114,13 @@ module Aws::Organizations
3078
3114
  #
3079
3115
  # * [SECURITYHUB\_POLICY][6]
3080
3116
  #
3081
- # * [INSPECTOR\_POLICY][7]
3117
+ # * [UPGRADE\_ROLLOUT\_POLICY][7]
3118
+ #
3119
+ # * [INSPECTOR\_POLICY][8]
3120
+ #
3121
+ # * [BEDROCK\_POLICY][9]
3122
+ #
3123
+ # * [S3\_POLICY][10]
3082
3124
  #
3083
3125
  #
3084
3126
  #
@@ -3088,7 +3130,10 @@ module Aws::Organizations
3088
3130
  # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
3089
3131
  # [5]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
3090
3132
  # [6]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_security_hub.html
3091
- # [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
3133
+ # [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
3134
+ # [8]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
3135
+ # [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html
3136
+ # [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_S3.html
3092
3137
  # @return [String]
3093
3138
  #
3094
3139
  # @!attribute [rw] next_token
@@ -3136,7 +3181,13 @@ module Aws::Organizations
3136
3181
  #
3137
3182
  # * [SECURITYHUB\_POLICY][6]
3138
3183
  #
3139
- # * [INSPECTOR\_POLICY][7]
3184
+ # * [UPGRADE\_ROLLOUT\_POLICY][7]
3185
+ #
3186
+ # * [INSPECTOR\_POLICY][8]
3187
+ #
3188
+ # * [BEDROCK\_POLICY][9]
3189
+ #
3190
+ # * [S3\_POLICY][10]
3140
3191
  #
3141
3192
  #
3142
3193
  #
@@ -3146,7 +3197,10 @@ module Aws::Organizations
3146
3197
  # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
3147
3198
  # [5]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
3148
3199
  # [6]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_security_hub.html
3149
- # [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
3200
+ # [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
3201
+ # [8]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
3202
+ # [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html
3203
+ # [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_S3.html
3150
3204
  # @return [String]
3151
3205
  #
3152
3206
  # @!attribute [rw] next_token
@@ -3420,7 +3474,13 @@ module Aws::Organizations
3420
3474
  #
3421
3475
  # * [SECURITYHUB\_POLICY][6]
3422
3476
  #
3423
- # * [INSPECTOR\_POLICY][7]
3477
+ # * [UPGRADE\_ROLLOUT\_POLICY][7]
3478
+ #
3479
+ # * [INSPECTOR\_POLICY][8]
3480
+ #
3481
+ # * [BEDROCK\_POLICY][9]
3482
+ #
3483
+ # * [S3\_POLICY][10]
3424
3484
  #
3425
3485
  #
3426
3486
  #
@@ -3430,7 +3490,10 @@ module Aws::Organizations
3430
3490
  # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
3431
3491
  # [5]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
3432
3492
  # [6]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_security_hub.html
3433
- # [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
3493
+ # [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
3494
+ # [8]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
3495
+ # [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html
3496
+ # [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_S3.html
3434
3497
  # @return [String]
3435
3498
  #
3436
3499
  # @!attribute [rw] next_token
@@ -3478,7 +3541,13 @@ module Aws::Organizations
3478
3541
  #
3479
3542
  # * [SECURITYHUB\_POLICY][6]
3480
3543
  #
3481
- # * [INSPECTOR\_POLICY][7]
3544
+ # * [UPGRADE\_ROLLOUT\_POLICY][7]
3545
+ #
3546
+ # * [INSPECTOR\_POLICY][8]
3547
+ #
3548
+ # * [BEDROCK\_POLICY][9]
3549
+ #
3550
+ # * [S3\_POLICY][10]
3482
3551
  #
3483
3552
  #
3484
3553
  #
@@ -3488,7 +3557,10 @@ module Aws::Organizations
3488
3557
  # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
3489
3558
  # [5]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
3490
3559
  # [6]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_security_hub.html
3491
- # [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
3560
+ # [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
3561
+ # [8]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
3562
+ # [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html
3563
+ # [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_S3.html
3492
3564
  # @return [String]
3493
3565
  #
3494
3566
  # @!attribute [rw] path
@@ -3911,7 +3983,13 @@ module Aws::Organizations
3911
3983
  #
3912
3984
  # * [SECURITYHUB\_POLICY][8]
3913
3985
  #
3914
- # * [INSPECTOR\_POLICY][9]
3986
+ # * [UPGRADE\_ROLLOUT\_POLICY][9]
3987
+ #
3988
+ # * [INSPECTOR\_POLICY][10]
3989
+ #
3990
+ # * [BEDROCK\_POLICY][11]
3991
+ #
3992
+ # * [S3\_POLICY][12]
3915
3993
  #
3916
3994
  #
3917
3995
  #
@@ -3923,7 +4001,10 @@ module Aws::Organizations
3923
4001
  # [6]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
3924
4002
  # [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
3925
4003
  # [8]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_security_hub.html
3926
- # [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
4004
+ # [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
4005
+ # [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
4006
+ # [11]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html
4007
+ # [12]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_S3.html
3927
4008
  # @return [String]
3928
4009
  #
3929
4010
  # @!attribute [rw] next_token
@@ -3993,7 +4074,13 @@ module Aws::Organizations
3993
4074
  #
3994
4075
  # * [SECURITYHUB\_POLICY][8]
3995
4076
  #
3996
- # * [INSPECTOR\_POLICY][9]
4077
+ # * [UPGRADE\_ROLLOUT\_POLICY][9]
4078
+ #
4079
+ # * [INSPECTOR\_POLICY][10]
4080
+ #
4081
+ # * [BEDROCK\_POLICY][11]
4082
+ #
4083
+ # * [S3\_POLICY][12]
3997
4084
  #
3998
4085
  #
3999
4086
  #
@@ -4005,7 +4092,10 @@ module Aws::Organizations
4005
4092
  # [6]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
4006
4093
  # [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
4007
4094
  # [8]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_security_hub.html
4008
- # [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
4095
+ # [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
4096
+ # [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
4097
+ # [11]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_bedrock.html
4098
+ # [12]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_S3.html
4009
4099
  # @return [String]
4010
4100
  #
4011
4101
  # @!attribute [rw] next_token
@@ -54,7 +54,7 @@ module Aws::Organizations
54
54
  autoload :EndpointProvider, 'aws-sdk-organizations/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-organizations/endpoints'
56
56
 
57
- GEM_VERSION = '1.128.0'
57
+ GEM_VERSION = '1.130.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -186,7 +186,7 @@ module Aws
186
186
  content: ::String,
187
187
  description: ::String,
188
188
  name: ::String,
189
- type: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY"),
189
+ 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"),
190
190
  ?tags: Array[
191
191
  {
192
192
  key: ::String,
@@ -259,7 +259,7 @@ module Aws
259
259
  end
260
260
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Organizations/Client.html#describe_effective_policy-instance_method
261
261
  def describe_effective_policy: (
262
- policy_type: ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY"),
262
+ policy_type: ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY"),
263
263
  ?target_id: ::String
264
264
  ) -> _DescribeEffectivePolicyResponseSuccess
265
265
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeEffectivePolicyResponseSuccess
@@ -340,7 +340,7 @@ module Aws
340
340
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Organizations/Client.html#disable_policy_type-instance_method
341
341
  def disable_policy_type: (
342
342
  root_id: ::String,
343
- policy_type: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY")
343
+ policy_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")
344
344
  ) -> _DisablePolicyTypeResponseSuccess
345
345
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisablePolicyTypeResponseSuccess
346
346
 
@@ -366,7 +366,7 @@ module Aws
366
366
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Organizations/Client.html#enable_policy_type-instance_method
367
367
  def enable_policy_type: (
368
368
  root_id: ::String,
369
- policy_type: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY")
369
+ policy_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")
370
370
  ) -> _EnablePolicyTypeResponseSuccess
371
371
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _EnablePolicyTypeResponseSuccess
372
372
 
@@ -457,12 +457,12 @@ module Aws
457
457
  interface _ListAccountsWithInvalidEffectivePolicyResponseSuccess
458
458
  include ::Seahorse::Client::_ResponseSuccess[Types::ListAccountsWithInvalidEffectivePolicyResponse]
459
459
  def accounts: () -> ::Array[Types::Account]
460
- def policy_type: () -> ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY")
460
+ def policy_type: () -> ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY")
461
461
  def next_token: () -> ::String
462
462
  end
463
463
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Organizations/Client.html#list_accounts_with_invalid_effective_policy-instance_method
464
464
  def list_accounts_with_invalid_effective_policy: (
465
- policy_type: ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY"),
465
+ policy_type: ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY"),
466
466
  ?next_token: ::String,
467
467
  ?max_results: ::Integer
468
468
  ) -> _ListAccountsWithInvalidEffectivePolicyResponseSuccess
@@ -524,7 +524,7 @@ module Aws
524
524
  interface _ListEffectivePolicyValidationErrorsResponseSuccess
525
525
  include ::Seahorse::Client::_ResponseSuccess[Types::ListEffectivePolicyValidationErrorsResponse]
526
526
  def account_id: () -> ::String
527
- def policy_type: () -> ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY")
527
+ def policy_type: () -> ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY")
528
528
  def path: () -> ::String
529
529
  def evaluation_timestamp: () -> ::Time
530
530
  def next_token: () -> ::String
@@ -533,7 +533,7 @@ module Aws
533
533
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Organizations/Client.html#list_effective_policy_validation_errors-instance_method
534
534
  def list_effective_policy_validation_errors: (
535
535
  account_id: ::String,
536
- policy_type: ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY"),
536
+ policy_type: ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY"),
537
537
  ?next_token: ::String,
538
538
  ?max_results: ::Integer
539
539
  ) -> _ListEffectivePolicyValidationErrorsResponseSuccess
@@ -631,7 +631,7 @@ module Aws
631
631
  end
632
632
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Organizations/Client.html#list_policies-instance_method
633
633
  def list_policies: (
634
- filter: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY"),
634
+ 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"),
635
635
  ?next_token: ::String,
636
636
  ?max_results: ::Integer
637
637
  ) -> _ListPoliciesResponseSuccess
@@ -645,7 +645,7 @@ module Aws
645
645
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Organizations/Client.html#list_policies_for_target-instance_method
646
646
  def list_policies_for_target: (
647
647
  target_id: ::String,
648
- filter: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY"),
648
+ 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"),
649
649
  ?next_token: ::String,
650
650
  ?max_results: ::Integer
651
651
  ) -> _ListPoliciesForTargetResponseSuccess
data/sig/types.rbs CHANGED
@@ -195,7 +195,7 @@ module Aws::Organizations
195
195
  attr_accessor content: ::String
196
196
  attr_accessor description: ::String
197
197
  attr_accessor name: ::String
198
- attr_accessor type: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY")
198
+ attr_accessor 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")
199
199
  attr_accessor tags: ::Array[Types::Tag]
200
200
  SENSITIVE: []
201
201
  end
@@ -271,7 +271,7 @@ module Aws::Organizations
271
271
  end
272
272
 
273
273
  class DescribeEffectivePolicyRequest
274
- attr_accessor policy_type: ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY")
274
+ attr_accessor policy_type: ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY")
275
275
  attr_accessor target_id: ::String
276
276
  SENSITIVE: []
277
277
  end
@@ -349,7 +349,7 @@ module Aws::Organizations
349
349
 
350
350
  class DisablePolicyTypeRequest
351
351
  attr_accessor root_id: ::String
352
- attr_accessor policy_type: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY")
352
+ attr_accessor policy_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")
353
353
  SENSITIVE: []
354
354
  end
355
355
 
@@ -387,7 +387,7 @@ module Aws::Organizations
387
387
  attr_accessor policy_content: ::String
388
388
  attr_accessor last_updated_timestamp: ::Time
389
389
  attr_accessor target_id: ::String
390
- attr_accessor policy_type: ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY")
390
+ attr_accessor policy_type: ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY")
391
391
  SENSITIVE: []
392
392
  end
393
393
 
@@ -419,7 +419,7 @@ module Aws::Organizations
419
419
 
420
420
  class EnablePolicyTypeRequest
421
421
  attr_accessor root_id: ::String
422
- attr_accessor policy_type: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY")
422
+ attr_accessor policy_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")
423
423
  SENSITIVE: []
424
424
  end
425
425
 
@@ -567,7 +567,7 @@ module Aws::Organizations
567
567
  end
568
568
 
569
569
  class ListAccountsWithInvalidEffectivePolicyRequest
570
- attr_accessor policy_type: ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY")
570
+ attr_accessor policy_type: ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY")
571
571
  attr_accessor next_token: ::String
572
572
  attr_accessor max_results: ::Integer
573
573
  SENSITIVE: []
@@ -575,7 +575,7 @@ module Aws::Organizations
575
575
 
576
576
  class ListAccountsWithInvalidEffectivePolicyResponse
577
577
  attr_accessor accounts: ::Array[Types::Account]
578
- attr_accessor policy_type: ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY")
578
+ attr_accessor policy_type: ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY")
579
579
  attr_accessor next_token: ::String
580
580
  SENSITIVE: []
581
581
  end
@@ -635,7 +635,7 @@ module Aws::Organizations
635
635
 
636
636
  class ListEffectivePolicyValidationErrorsRequest
637
637
  attr_accessor account_id: ::String
638
- attr_accessor policy_type: ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY")
638
+ attr_accessor policy_type: ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY")
639
639
  attr_accessor next_token: ::String
640
640
  attr_accessor max_results: ::Integer
641
641
  SENSITIVE: []
@@ -643,7 +643,7 @@ module Aws::Organizations
643
643
 
644
644
  class ListEffectivePolicyValidationErrorsResponse
645
645
  attr_accessor account_id: ::String
646
- attr_accessor policy_type: ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY")
646
+ attr_accessor policy_type: ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY" | "UPGRADE_ROLLOUT_POLICY" | "BEDROCK_POLICY" | "S3_POLICY")
647
647
  attr_accessor path: ::String
648
648
  attr_accessor evaluation_timestamp: ::Time
649
649
  attr_accessor next_token: ::String
@@ -732,7 +732,7 @@ module Aws::Organizations
732
732
 
733
733
  class ListPoliciesForTargetRequest
734
734
  attr_accessor target_id: ::String
735
- attr_accessor filter: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY")
735
+ attr_accessor 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")
736
736
  attr_accessor next_token: ::String
737
737
  attr_accessor max_results: ::Integer
738
738
  SENSITIVE: []
@@ -745,7 +745,7 @@ module Aws::Organizations
745
745
  end
746
746
 
747
747
  class ListPoliciesRequest
748
- attr_accessor filter: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY")
748
+ attr_accessor 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")
749
749
  attr_accessor next_token: ::String
750
750
  attr_accessor max_results: ::Integer
751
751
  SENSITIVE: []
@@ -886,7 +886,7 @@ module Aws::Organizations
886
886
  attr_accessor arn: ::String
887
887
  attr_accessor name: ::String
888
888
  attr_accessor description: ::String
889
- attr_accessor type: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY")
889
+ attr_accessor 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")
890
890
  attr_accessor aws_managed: bool
891
891
  SENSITIVE: []
892
892
  end
@@ -915,7 +915,7 @@ module Aws::Organizations
915
915
  end
916
916
 
917
917
  class PolicyTypeSummary
918
- attr_accessor type: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY" | "INSPECTOR_POLICY")
918
+ attr_accessor 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")
919
919
  attr_accessor status: ("ENABLED" | "PENDING_ENABLE" | "PENDING_DISABLE")
920
920
  SENSITIVE: []
921
921
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-organizations
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.128.0
4
+ version: 1.130.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.234.0
21
+ version: 3.239.1
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.234.0
31
+ version: 3.239.1
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement