aws-sdk-organizations 1.128.0 → 1.129.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: 3f52a4d5961a7d11bf8fa95d7122529401fbc604e8199921f5288a959f87db11
4
+ data.tar.gz: db7821507051157f9f59d58a329abf673e62b330996fb05e06fa7a6bf9b73502
5
5
  SHA512:
6
- metadata.gz: 4563dc1cd279fcabbf51ed84568304954ef6fe79d1a1f2b59c6d224badc2dc667ba43627f124a407f72b1137a9d466bbc30577f1f27f096fff264b96cb35bc98
7
- data.tar.gz: 30ed0885fbac60d24cd4838a26ab6816782a17fea95ef1270a7680bcc65c77abbe6907730f986400a631cc89db504effd384330f5eabc8cacf2789692b84b71a
6
+ metadata.gz: 27cff4d7aa933c29124a40dffbec3bb7a7a78a8ead27a650744523b932215ebe9e081c93033a193ff09918b30c130f846eaeb73c8fcfe70275ff586a43adb3bf
7
+ data.tar.gz: eefa895cde2c24e253a3645063a87ac6aaa12d61f2f5cb68b2b1a6314117ed6b7fdcf39ec5b8760cf9b489ba8d03776a4b68c3ae76a51abe406005c7a36deb74
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.129.0 (2025-11-21)
5
+ ------------------
6
+
7
+ * Feature - Add support for policy operations on the UPGRADE_ROLLOUT_POLICY policy type.
8
+
4
9
  1.128.0 (2025-11-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.128.0
1
+ 1.129.0
@@ -634,7 +634,9 @@ 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]
638
640
  #
639
641
  # You can only call this operation from the management account or a
640
642
  # member account that is a delegated administrator.
@@ -649,7 +651,8 @@ module Aws::Organizations
649
651
  # [6]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
650
652
  # [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
651
653
  # [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
654
+ # [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
655
+ # [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
653
656
  #
654
657
  # @option params [required, String] :policy_id
655
658
  # ID for the policy that you want to attach to the target. You can get
@@ -1551,7 +1554,7 @@ module Aws::Organizations
1551
1554
  # resp.organization.master_account_id #=> String
1552
1555
  # resp.organization.master_account_email #=> String
1553
1556
  # 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"
1557
+ # 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"
1555
1558
  # resp.organization.available_policy_types[0].status #=> String, one of "ENABLED", "PENDING_ENABLE", "PENDING_DISABLE"
1556
1559
  #
1557
1560
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/CreateOrganization AWS API Documentation
@@ -1734,7 +1737,9 @@ module Aws::Organizations
1734
1737
  #
1735
1738
  # * [SECURITYHUB\_POLICY][8]
1736
1739
  #
1737
- # * [INSPECTOR\_POLICY][9]
1740
+ # * [UPGRADE\_ROLLOUT\_POLICY][9]
1741
+ #
1742
+ # * [INSPECTOR\_POLICY][10]
1738
1743
  #
1739
1744
  #
1740
1745
  #
@@ -1746,7 +1751,8 @@ module Aws::Organizations
1746
1751
  # [6]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
1747
1752
  # [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
1748
1753
  # [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
1754
+ # [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
1755
+ # [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
1750
1756
  #
1751
1757
  # @option params [Array<Types::Tag>] :tags
1752
1758
  # A list of tags that you want to attach to the newly created policy.
@@ -1803,7 +1809,7 @@ module Aws::Organizations
1803
1809
  # content: "PolicyContent", # required
1804
1810
  # description: "PolicyDescription", # required
1805
1811
  # 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
1812
+ # 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
1807
1813
  # tags: [
1808
1814
  # {
1809
1815
  # key: "TagKey", # required
@@ -1818,7 +1824,7 @@ module Aws::Organizations
1818
1824
  # resp.policy.policy_summary.arn #=> String
1819
1825
  # resp.policy.policy_summary.name #=> String
1820
1826
  # 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"
1827
+ # 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"
1822
1828
  # resp.policy.policy_summary.aws_managed #=> Boolean
1823
1829
  # resp.policy.content #=> String
1824
1830
  #
@@ -2286,7 +2292,9 @@ module Aws::Organizations
2286
2292
  #
2287
2293
  # * [SECURITYHUB\_POLICY][6]
2288
2294
  #
2289
- # * [INSPECTOR\_POLICY][7]
2295
+ # * [UPGRADE\_ROLLOUT\_POLICY][7]
2296
+ #
2297
+ # * [INSPECTOR\_POLICY][8]
2290
2298
  #
2291
2299
  #
2292
2300
  #
@@ -2296,7 +2304,8 @@ module Aws::Organizations
2296
2304
  # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
2297
2305
  # [5]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
2298
2306
  # [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
2307
+ # [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
2308
+ # [8]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
2300
2309
  #
2301
2310
  # @option params [String] :target_id
2302
2311
  # When you're signed in as the management account, specify the ID of
@@ -2310,7 +2319,7 @@ module Aws::Organizations
2310
2319
  # @example Request syntax with placeholder values
2311
2320
  #
2312
2321
  # 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
2322
+ # 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
2314
2323
  # target_id: "PolicyTargetId",
2315
2324
  # })
2316
2325
  #
@@ -2319,7 +2328,7 @@ module Aws::Organizations
2319
2328
  # resp.effective_policy.policy_content #=> String
2320
2329
  # resp.effective_policy.last_updated_timestamp #=> Time
2321
2330
  # 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"
2331
+ # 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"
2323
2332
  #
2324
2333
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DescribeEffectivePolicy AWS API Documentation
2325
2334
  #
@@ -2486,7 +2495,7 @@ module Aws::Organizations
2486
2495
  # resp.organization.master_account_id #=> String
2487
2496
  # resp.organization.master_account_email #=> String
2488
2497
  # 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"
2498
+ # 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"
2490
2499
  # resp.organization.available_policy_types[0].status #=> String, one of "ENABLED", "PENDING_ENABLE", "PENDING_DISABLE"
2491
2500
  #
2492
2501
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DescribeOrganization AWS API Documentation
@@ -2616,7 +2625,7 @@ module Aws::Organizations
2616
2625
  # resp.policy.policy_summary.arn #=> String
2617
2626
  # resp.policy.policy_summary.name #=> String
2618
2627
  # 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"
2628
+ # 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"
2620
2629
  # resp.policy.policy_summary.aws_managed #=> Boolean
2621
2630
  # resp.policy.content #=> String
2622
2631
  #
@@ -2958,7 +2967,9 @@ module Aws::Organizations
2958
2967
  #
2959
2968
  # * [SECURITYHUB\_POLICY][8]
2960
2969
  #
2961
- # * [INSPECTOR\_POLICY][9]
2970
+ # * [UPGRADE\_ROLLOUT\_POLICY][9]
2971
+ #
2972
+ # * [INSPECTOR\_POLICY][10]
2962
2973
  #
2963
2974
  #
2964
2975
  #
@@ -2970,7 +2981,8 @@ module Aws::Organizations
2970
2981
  # [6]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
2971
2982
  # [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
2972
2983
  # [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
2984
+ # [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
2985
+ # [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
2974
2986
  #
2975
2987
  # @return [Types::DisablePolicyTypeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2976
2988
  #
@@ -3002,7 +3014,7 @@ module Aws::Organizations
3002
3014
  #
3003
3015
  # resp = client.disable_policy_type({
3004
3016
  # 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
3017
+ # 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
3006
3018
  # })
3007
3019
  #
3008
3020
  # @example Response structure
@@ -3011,7 +3023,7 @@ module Aws::Organizations
3011
3023
  # resp.root.arn #=> String
3012
3024
  # resp.root.name #=> String
3013
3025
  # 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"
3026
+ # 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"
3015
3027
  # resp.root.policy_types[0].status #=> String, one of "ENABLED", "PENDING_ENABLE", "PENDING_DISABLE"
3016
3028
  #
3017
3029
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DisablePolicyType AWS API Documentation
@@ -3224,7 +3236,9 @@ module Aws::Organizations
3224
3236
  #
3225
3237
  # * [SECURITYHUB\_POLICY][8]
3226
3238
  #
3227
- # * [INSPECTOR\_POLICY][9]
3239
+ # * [UPGRADE\_ROLLOUT\_POLICY][9]
3240
+ #
3241
+ # * [INSPECTOR\_POLICY][10]
3228
3242
  #
3229
3243
  #
3230
3244
  #
@@ -3236,7 +3250,8 @@ module Aws::Organizations
3236
3250
  # [6]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
3237
3251
  # [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
3238
3252
  # [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
3253
+ # [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
3254
+ # [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
3240
3255
  #
3241
3256
  # @return [Types::EnablePolicyTypeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3242
3257
  #
@@ -3272,7 +3287,7 @@ module Aws::Organizations
3272
3287
  #
3273
3288
  # resp = client.enable_policy_type({
3274
3289
  # 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
3290
+ # 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
3276
3291
  # })
3277
3292
  #
3278
3293
  # @example Response structure
@@ -3281,7 +3296,7 @@ module Aws::Organizations
3281
3296
  # resp.root.arn #=> String
3282
3297
  # resp.root.name #=> String
3283
3298
  # 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"
3299
+ # 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"
3285
3300
  # resp.root.policy_types[0].status #=> String, one of "ENABLED", "PENDING_ENABLE", "PENDING_DISABLE"
3286
3301
  #
3287
3302
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/EnablePolicyType AWS API Documentation
@@ -4028,7 +4043,9 @@ module Aws::Organizations
4028
4043
  #
4029
4044
  # * [SECURITYHUB\_POLICY][6]
4030
4045
  #
4031
- # * [INSPECTOR\_POLICY][7]
4046
+ # * [UPGRADE\_ROLLOUT\_POLICY][7]
4047
+ #
4048
+ # * [INSPECTOR\_POLICY][8]
4032
4049
  #
4033
4050
  #
4034
4051
  #
@@ -4038,7 +4055,8 @@ module Aws::Organizations
4038
4055
  # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
4039
4056
  # [5]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
4040
4057
  # [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
4058
+ # [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
4059
+ # [8]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
4042
4060
  #
4043
4061
  # @option params [String] :next_token
4044
4062
  # The parameter for receiving additional results if you receive a
@@ -4099,7 +4117,7 @@ module Aws::Organizations
4099
4117
  # @example Request syntax with placeholder values
4100
4118
  #
4101
4119
  # 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
4120
+ # 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
4103
4121
  # next_token: "NextToken",
4104
4122
  # max_results: 1,
4105
4123
  # })
@@ -4115,7 +4133,7 @@ module Aws::Organizations
4115
4133
  # resp.accounts[0].state #=> String, one of "PENDING_ACTIVATION", "ACTIVE", "SUSPENDED", "PENDING_CLOSURE", "CLOSED"
4116
4134
  # resp.accounts[0].joined_method #=> String, one of "INVITED", "CREATED"
4117
4135
  # 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"
4136
+ # 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"
4119
4137
  # resp.next_token #=> String
4120
4138
  #
4121
4139
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/ListAccountsWithInvalidEffectivePolicy AWS API Documentation
@@ -4499,7 +4517,9 @@ module Aws::Organizations
4499
4517
  #
4500
4518
  # * [SECURITYHUB\_POLICY][6]
4501
4519
  #
4502
- # * [INSPECTOR\_POLICY][7]
4520
+ # * [UPGRADE\_ROLLOUT\_POLICY][7]
4521
+ #
4522
+ # * [INSPECTOR\_POLICY][8]
4503
4523
  #
4504
4524
  #
4505
4525
  #
@@ -4509,7 +4529,8 @@ module Aws::Organizations
4509
4529
  # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
4510
4530
  # [5]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
4511
4531
  # [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
4532
+ # [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
4533
+ # [8]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
4513
4534
  #
4514
4535
  # @option params [String] :next_token
4515
4536
  # The parameter for receiving additional results if you receive a
@@ -4576,7 +4597,7 @@ module Aws::Organizations
4576
4597
  #
4577
4598
  # resp = client.list_effective_policy_validation_errors({
4578
4599
  # 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
4600
+ # 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
4580
4601
  # next_token: "NextToken",
4581
4602
  # max_results: 1,
4582
4603
  # })
@@ -4584,7 +4605,7 @@ module Aws::Organizations
4584
4605
  # @example Response structure
4585
4606
  #
4586
4607
  # 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"
4608
+ # 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"
4588
4609
  # resp.path #=> String
4589
4610
  # resp.evaluation_timestamp #=> Time
4590
4611
  # resp.next_token #=> String
@@ -5352,7 +5373,9 @@ module Aws::Organizations
5352
5373
  #
5353
5374
  # * [SECURITYHUB\_POLICY][8]
5354
5375
  #
5355
- # * [INSPECTOR\_POLICY][9]
5376
+ # * [UPGRADE\_ROLLOUT\_POLICY][9]
5377
+ #
5378
+ # * [INSPECTOR\_POLICY][10]
5356
5379
  #
5357
5380
  #
5358
5381
  #
@@ -5364,7 +5387,8 @@ module Aws::Organizations
5364
5387
  # [6]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
5365
5388
  # [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
5366
5389
  # [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
5390
+ # [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
5391
+ # [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
5368
5392
  #
5369
5393
  # @option params [String] :next_token
5370
5394
  # The parameter for receiving additional results if you receive a
@@ -5427,7 +5451,7 @@ module Aws::Organizations
5427
5451
  # @example Request syntax with placeholder values
5428
5452
  #
5429
5453
  # 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
5454
+ # 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
5431
5455
  # next_token: "NextToken",
5432
5456
  # max_results: 1,
5433
5457
  # })
@@ -5439,7 +5463,7 @@ module Aws::Organizations
5439
5463
  # resp.policies[0].arn #=> String
5440
5464
  # resp.policies[0].name #=> String
5441
5465
  # 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"
5466
+ # 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"
5443
5467
  # resp.policies[0].aws_managed #=> Boolean
5444
5468
  # resp.next_token #=> String
5445
5469
  #
@@ -5509,7 +5533,9 @@ module Aws::Organizations
5509
5533
  #
5510
5534
  # * [SECURITYHUB\_POLICY][8]
5511
5535
  #
5512
- # * [INSPECTOR\_POLICY][9]
5536
+ # * [UPGRADE\_ROLLOUT\_POLICY][9]
5537
+ #
5538
+ # * [INSPECTOR\_POLICY][10]
5513
5539
  #
5514
5540
  #
5515
5541
  #
@@ -5521,7 +5547,8 @@ module Aws::Organizations
5521
5547
  # [6]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
5522
5548
  # [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
5523
5549
  # [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
5550
+ # [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
5551
+ # [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
5525
5552
  #
5526
5553
  # @option params [String] :next_token
5527
5554
  # The parameter for receiving additional results if you receive a
@@ -5572,7 +5599,7 @@ module Aws::Organizations
5572
5599
  #
5573
5600
  # resp = client.list_policies_for_target({
5574
5601
  # 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
5602
+ # 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
5576
5603
  # next_token: "NextToken",
5577
5604
  # max_results: 1,
5578
5605
  # })
@@ -5584,7 +5611,7 @@ module Aws::Organizations
5584
5611
  # resp.policies[0].arn #=> String
5585
5612
  # resp.policies[0].name #=> String
5586
5613
  # 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"
5614
+ # 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"
5588
5615
  # resp.policies[0].aws_managed #=> Boolean
5589
5616
  # resp.next_token #=> String
5590
5617
  #
@@ -5678,7 +5705,7 @@ module Aws::Organizations
5678
5705
  # resp.roots[0].arn #=> String
5679
5706
  # resp.roots[0].name #=> String
5680
5707
  # 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"
5708
+ # 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"
5682
5709
  # resp.roots[0].policy_types[0].status #=> String, one of "ENABLED", "PENDING_ENABLE", "PENDING_DISABLE"
5683
5710
  # resp.next_token #=> String
5684
5711
  #
@@ -6509,7 +6536,7 @@ module Aws::Organizations
6509
6536
  # resp.policy.policy_summary.arn #=> String
6510
6537
  # resp.policy.policy_summary.name #=> String
6511
6538
  # 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"
6539
+ # 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"
6513
6540
  # resp.policy.policy_summary.aws_managed #=> Boolean
6514
6541
  # resp.policy.content #=> String
6515
6542
  #
@@ -6616,7 +6643,7 @@ module Aws::Organizations
6616
6643
  tracer: tracer
6617
6644
  )
6618
6645
  context[:gem_name] = 'aws-sdk-organizations'
6619
- context[:gem_version] = '1.128.0'
6646
+ context[:gem_version] = '1.129.0'
6620
6647
  Seahorse::Client::Request.new(handlers, context)
6621
6648
  end
6622
6649
 
@@ -1284,7 +1284,9 @@ 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]
1288
1290
  #
1289
1291
  #
1290
1292
  #
@@ -1296,7 +1298,8 @@ module Aws::Organizations
1296
1298
  # [6]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
1297
1299
  # [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
1298
1300
  # [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
1301
+ # [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
1302
+ # [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
1300
1303
  # @return [String]
1301
1304
  #
1302
1305
  # @!attribute [rw] tags
@@ -1627,7 +1630,9 @@ module Aws::Organizations
1627
1630
  #
1628
1631
  # * [SECURITYHUB\_POLICY][6]
1629
1632
  #
1630
- # * [INSPECTOR\_POLICY][7]
1633
+ # * [UPGRADE\_ROLLOUT\_POLICY][7]
1634
+ #
1635
+ # * [INSPECTOR\_POLICY][8]
1631
1636
  #
1632
1637
  #
1633
1638
  #
@@ -1637,7 +1642,8 @@ module Aws::Organizations
1637
1642
  # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
1638
1643
  # [5]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
1639
1644
  # [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
1645
+ # [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
1646
+ # [8]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
1641
1647
  # @return [String]
1642
1648
  #
1643
1649
  # @!attribute [rw] target_id
@@ -1928,7 +1934,9 @@ module Aws::Organizations
1928
1934
  #
1929
1935
  # * [SECURITYHUB\_POLICY][8]
1930
1936
  #
1931
- # * [INSPECTOR\_POLICY][9]
1937
+ # * [UPGRADE\_ROLLOUT\_POLICY][9]
1938
+ #
1939
+ # * [INSPECTOR\_POLICY][10]
1932
1940
  #
1933
1941
  #
1934
1942
  #
@@ -1940,7 +1948,8 @@ module Aws::Organizations
1940
1948
  # [6]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
1941
1949
  # [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
1942
1950
  # [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
1951
+ # [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
1952
+ # [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
1944
1953
  # @return [String]
1945
1954
  #
1946
1955
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DisablePolicyTypeRequest AWS API Documentation
@@ -2192,7 +2201,9 @@ module Aws::Organizations
2192
2201
  #
2193
2202
  # * [SECURITYHUB\_POLICY][8]
2194
2203
  #
2195
- # * [INSPECTOR\_POLICY][9]
2204
+ # * [UPGRADE\_ROLLOUT\_POLICY][9]
2205
+ #
2206
+ # * [INSPECTOR\_POLICY][10]
2196
2207
  #
2197
2208
  #
2198
2209
  #
@@ -2204,7 +2215,8 @@ module Aws::Organizations
2204
2215
  # [6]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
2205
2216
  # [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
2206
2217
  # [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
2218
+ # [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
2219
+ # [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
2208
2220
  # @return [String]
2209
2221
  #
2210
2222
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/EnablePolicyTypeRequest AWS API Documentation
@@ -3078,7 +3090,9 @@ module Aws::Organizations
3078
3090
  #
3079
3091
  # * [SECURITYHUB\_POLICY][6]
3080
3092
  #
3081
- # * [INSPECTOR\_POLICY][7]
3093
+ # * [UPGRADE\_ROLLOUT\_POLICY][7]
3094
+ #
3095
+ # * [INSPECTOR\_POLICY][8]
3082
3096
  #
3083
3097
  #
3084
3098
  #
@@ -3088,7 +3102,8 @@ module Aws::Organizations
3088
3102
  # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
3089
3103
  # [5]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
3090
3104
  # [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
3105
+ # [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
3106
+ # [8]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
3092
3107
  # @return [String]
3093
3108
  #
3094
3109
  # @!attribute [rw] next_token
@@ -3136,7 +3151,9 @@ module Aws::Organizations
3136
3151
  #
3137
3152
  # * [SECURITYHUB\_POLICY][6]
3138
3153
  #
3139
- # * [INSPECTOR\_POLICY][7]
3154
+ # * [UPGRADE\_ROLLOUT\_POLICY][7]
3155
+ #
3156
+ # * [INSPECTOR\_POLICY][8]
3140
3157
  #
3141
3158
  #
3142
3159
  #
@@ -3146,7 +3163,8 @@ module Aws::Organizations
3146
3163
  # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
3147
3164
  # [5]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
3148
3165
  # [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
3166
+ # [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
3167
+ # [8]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
3150
3168
  # @return [String]
3151
3169
  #
3152
3170
  # @!attribute [rw] next_token
@@ -3420,7 +3438,9 @@ module Aws::Organizations
3420
3438
  #
3421
3439
  # * [SECURITYHUB\_POLICY][6]
3422
3440
  #
3423
- # * [INSPECTOR\_POLICY][7]
3441
+ # * [UPGRADE\_ROLLOUT\_POLICY][7]
3442
+ #
3443
+ # * [INSPECTOR\_POLICY][8]
3424
3444
  #
3425
3445
  #
3426
3446
  #
@@ -3430,7 +3450,8 @@ module Aws::Organizations
3430
3450
  # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
3431
3451
  # [5]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
3432
3452
  # [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
3453
+ # [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
3454
+ # [8]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
3434
3455
  # @return [String]
3435
3456
  #
3436
3457
  # @!attribute [rw] next_token
@@ -3478,7 +3499,9 @@ module Aws::Organizations
3478
3499
  #
3479
3500
  # * [SECURITYHUB\_POLICY][6]
3480
3501
  #
3481
- # * [INSPECTOR\_POLICY][7]
3502
+ # * [UPGRADE\_ROLLOUT\_POLICY][7]
3503
+ #
3504
+ # * [INSPECTOR\_POLICY][8]
3482
3505
  #
3483
3506
  #
3484
3507
  #
@@ -3488,7 +3511,8 @@ module Aws::Organizations
3488
3511
  # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
3489
3512
  # [5]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
3490
3513
  # [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
3514
+ # [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
3515
+ # [8]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
3492
3516
  # @return [String]
3493
3517
  #
3494
3518
  # @!attribute [rw] path
@@ -3911,7 +3935,9 @@ module Aws::Organizations
3911
3935
  #
3912
3936
  # * [SECURITYHUB\_POLICY][8]
3913
3937
  #
3914
- # * [INSPECTOR\_POLICY][9]
3938
+ # * [UPGRADE\_ROLLOUT\_POLICY][9]
3939
+ #
3940
+ # * [INSPECTOR\_POLICY][10]
3915
3941
  #
3916
3942
  #
3917
3943
  #
@@ -3923,7 +3949,8 @@ module Aws::Organizations
3923
3949
  # [6]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
3924
3950
  # [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
3925
3951
  # [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
3952
+ # [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
3953
+ # [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
3927
3954
  # @return [String]
3928
3955
  #
3929
3956
  # @!attribute [rw] next_token
@@ -3993,7 +4020,9 @@ module Aws::Organizations
3993
4020
  #
3994
4021
  # * [SECURITYHUB\_POLICY][8]
3995
4022
  #
3996
- # * [INSPECTOR\_POLICY][9]
4023
+ # * [UPGRADE\_ROLLOUT\_POLICY][9]
4024
+ #
4025
+ # * [INSPECTOR\_POLICY][10]
3997
4026
  #
3998
4027
  #
3999
4028
  #
@@ -4005,7 +4034,8 @@ module Aws::Organizations
4005
4034
  # [6]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
4006
4035
  # [7]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
4007
4036
  # [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
4037
+ # [9]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html
4038
+ # [10]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html
4009
4039
  # @return [String]
4010
4040
  #
4011
4041
  # @!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.129.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"),
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"),
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")
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")
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")
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"),
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")
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"),
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"),
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"),
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")
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")
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")
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")
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")
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")
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")
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")
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")
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")
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")
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")
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")
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.129.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