aws-sdk-organizations 1.105.0 → 1.107.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d4fa27e414ffd9d6a5f1e99b3e3a8ff22ccf164e190c01041f5a4324f3eac995
4
- data.tar.gz: 5d267eac240830e60f355f67ff2f6263743d2dc55c47ac962d3fbbabd8f1b648
3
+ metadata.gz: c76db2868af658d3fc702f7651ceeb4d855d9c5f5261f4ede6de18c4ddae6631
4
+ data.tar.gz: efc6a20f24166e7fbfa61147b192ded6894940f1723135c5ae9c26ac252711a7
5
5
  SHA512:
6
- metadata.gz: fb74ce644200653305c95e70b4b42ce2cfcd6db3429bd8cb53bfc9f3cdcb405318a0157be71bb7749ad7fda11bed50d1e8b15068d0dcea7ee17456d47f0631e1
7
- data.tar.gz: 9a806762432cfb8215af03abeee238b26b626fcf91f59bc1b5934efc03c7257de55f9c9cecfe1dc7ef85667270762eeb5c293fccd25e1cc9abb5f728ac065a3f
6
+ metadata.gz: 7fcdcb2d327c762a1c39e85aed19c50d21bc05120fd30f88874383dfe6acb68ab550e1ddecf528995b2d7658005ee85773dd66b64496e2ec075db4aa8cff301f
7
+ data.tar.gz: 610b34b2da42f66e1e0c215e6e7670db6470c13b35e6ce8fd065e12c630619a21d34957682c05cc9e2441b2bb58c3cb7a6cbba0f020531f2c292b327cbf99c6b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.107.0 (2024-11-13)
5
+ ------------------
6
+
7
+ * Feature - Add support for policy operations on the Resource Control Polices.
8
+
9
+ 1.106.0 (2024-11-06)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.105.0 (2024-10-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.105.0
1
+ 1.107.0
@@ -598,13 +598,15 @@ module Aws::Organizations
598
598
  #
599
599
  # * [SERVICE\_CONTROL\_POLICY][1]
600
600
  #
601
- # * [BACKUP\_POLICY][2]
601
+ # * [RESOURCE\_CONTROL\_POLICY][2]
602
602
  #
603
- # * [TAG\_POLICY][3]
603
+ # * [BACKUP\_POLICY][3]
604
604
  #
605
- # * [CHATBOT\_POLICY][4]
605
+ # * [TAG\_POLICY][4]
606
606
  #
607
- # * [AISERVICES\_OPT\_OUT\_POLICY][5]
607
+ # * [CHATBOT\_POLICY][5]
608
+ #
609
+ # * [AISERVICES\_OPT\_OUT\_POLICY][6]
608
610
  #
609
611
  # This operation can be called only from the organization's management
610
612
  # account or by a member account that is a delegated administrator for
@@ -613,10 +615,11 @@ module Aws::Organizations
613
615
  #
614
616
  #
615
617
  # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
616
- # [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
617
- # [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
618
- # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
619
- # [5]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
618
+ # [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_rcps.html
619
+ # [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
620
+ # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
621
+ # [5]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
622
+ # [6]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
620
623
  #
621
624
  # @option params [required, String] :policy_id
622
625
  # The unique identifier (ID) of the policy that you want to attach to
@@ -1521,7 +1524,7 @@ module Aws::Organizations
1521
1524
  # resp.organization.master_account_id #=> String
1522
1525
  # resp.organization.master_account_email #=> String
1523
1526
  # resp.organization.available_policy_types #=> Array
1524
- # resp.organization.available_policy_types[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY"
1527
+ # 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"
1525
1528
  # resp.organization.available_policy_types[0].status #=> String, one of "ENABLED", "PENDING_ENABLE", "PENDING_DISABLE"
1526
1529
  #
1527
1530
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/CreateOrganization AWS API Documentation
@@ -1693,21 +1696,24 @@ module Aws::Organizations
1693
1696
  #
1694
1697
  # * [SERVICE\_CONTROL\_POLICY][1]
1695
1698
  #
1696
- # * [BACKUP\_POLICY][2]
1699
+ # * [RESOURCE\_CONTROL\_POLICY][2]
1700
+ #
1701
+ # * [BACKUP\_POLICY][3]
1697
1702
  #
1698
- # * [TAG\_POLICY][3]
1703
+ # * [TAG\_POLICY][4]
1699
1704
  #
1700
- # * [CHATBOT\_POLICY][4]
1705
+ # * [CHATBOT\_POLICY][5]
1701
1706
  #
1702
- # * [AISERVICES\_OPT\_OUT\_POLICY][5]
1707
+ # * [AISERVICES\_OPT\_OUT\_POLICY][6]
1703
1708
  #
1704
1709
  #
1705
1710
  #
1706
1711
  # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
1707
- # [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
1708
- # [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
1709
- # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
1710
- # [5]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
1712
+ # [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_rcps.html
1713
+ # [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
1714
+ # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
1715
+ # [5]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
1716
+ # [6]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
1711
1717
  #
1712
1718
  # @option params [Array<Types::Tag>] :tags
1713
1719
  # A list of tags that you want to attach to the newly created policy.
@@ -1764,7 +1770,7 @@ module Aws::Organizations
1764
1770
  # content: "PolicyContent", # required
1765
1771
  # description: "PolicyDescription", # required
1766
1772
  # name: "PolicyName", # required
1767
- # type: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY, CHATBOT_POLICY
1773
+ # type: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, RESOURCE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY, CHATBOT_POLICY
1768
1774
  # tags: [
1769
1775
  # {
1770
1776
  # key: "TagKey", # required
@@ -1779,7 +1785,7 @@ module Aws::Organizations
1779
1785
  # resp.policy.policy_summary.arn #=> String
1780
1786
  # resp.policy.policy_summary.name #=> String
1781
1787
  # resp.policy.policy_summary.description #=> String
1782
- # resp.policy.policy_summary.type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY"
1788
+ # resp.policy.policy_summary.type #=> String, one of "SERVICE_CONTROL_POLICY", "RESOURCE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY"
1783
1789
  # resp.policy.policy_summary.aws_managed #=> Boolean
1784
1790
  # resp.policy.content #=> String
1785
1791
  #
@@ -2450,7 +2456,7 @@ module Aws::Organizations
2450
2456
  # resp.organization.master_account_id #=> String
2451
2457
  # resp.organization.master_account_email #=> String
2452
2458
  # resp.organization.available_policy_types #=> Array
2453
- # resp.organization.available_policy_types[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY"
2459
+ # 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"
2454
2460
  # resp.organization.available_policy_types[0].status #=> String, one of "ENABLED", "PENDING_ENABLE", "PENDING_DISABLE"
2455
2461
  #
2456
2462
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DescribeOrganization AWS API Documentation
@@ -2584,7 +2590,7 @@ module Aws::Organizations
2584
2590
  # resp.policy.policy_summary.arn #=> String
2585
2591
  # resp.policy.policy_summary.name #=> String
2586
2592
  # resp.policy.policy_summary.description #=> String
2587
- # resp.policy.policy_summary.type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY"
2593
+ # resp.policy.policy_summary.type #=> String, one of "SERVICE_CONTROL_POLICY", "RESOURCE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY"
2588
2594
  # resp.policy.policy_summary.aws_managed #=> Boolean
2589
2595
  # resp.policy.content #=> String
2590
2596
  #
@@ -2845,21 +2851,24 @@ module Aws::Organizations
2845
2851
  #
2846
2852
  # * [SERVICE\_CONTROL\_POLICY][1]
2847
2853
  #
2848
- # * [BACKUP\_POLICY][2]
2854
+ # * [RESOURCE\_CONTROL\_POLICY][2]
2855
+ #
2856
+ # * [BACKUP\_POLICY][3]
2849
2857
  #
2850
- # * [TAG\_POLICY][3]
2858
+ # * [TAG\_POLICY][4]
2851
2859
  #
2852
- # * [CHATBOT\_POLICY][4]
2860
+ # * [CHATBOT\_POLICY][5]
2853
2861
  #
2854
- # * [AISERVICES\_OPT\_OUT\_POLICY][5]
2862
+ # * [AISERVICES\_OPT\_OUT\_POLICY][6]
2855
2863
  #
2856
2864
  #
2857
2865
  #
2858
2866
  # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
2859
- # [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
2860
- # [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
2861
- # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
2862
- # [5]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
2867
+ # [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_rcps.html
2868
+ # [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
2869
+ # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
2870
+ # [5]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
2871
+ # [6]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
2863
2872
  #
2864
2873
  # @return [Types::DisablePolicyTypeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2865
2874
  #
@@ -2891,7 +2900,7 @@ module Aws::Organizations
2891
2900
  #
2892
2901
  # resp = client.disable_policy_type({
2893
2902
  # root_id: "RootId", # required
2894
- # policy_type: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY, CHATBOT_POLICY
2903
+ # policy_type: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, RESOURCE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY, CHATBOT_POLICY
2895
2904
  # })
2896
2905
  #
2897
2906
  # @example Response structure
@@ -2900,7 +2909,7 @@ module Aws::Organizations
2900
2909
  # resp.root.arn #=> String
2901
2910
  # resp.root.name #=> String
2902
2911
  # resp.root.policy_types #=> Array
2903
- # resp.root.policy_types[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY"
2912
+ # 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"
2904
2913
  # resp.root.policy_types[0].status #=> String, one of "ENABLED", "PENDING_ENABLE", "PENDING_DISABLE"
2905
2914
  #
2906
2915
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DisablePolicyType AWS API Documentation
@@ -3103,21 +3112,24 @@ module Aws::Organizations
3103
3112
  #
3104
3113
  # * [SERVICE\_CONTROL\_POLICY][1]
3105
3114
  #
3106
- # * [BACKUP\_POLICY][2]
3115
+ # * [RESOURCE\_CONTROL\_POLICY][2]
3107
3116
  #
3108
- # * [TAG\_POLICY][3]
3117
+ # * [BACKUP\_POLICY][3]
3109
3118
  #
3110
- # * [CHATBOT\_POLICY][4]
3119
+ # * [TAG\_POLICY][4]
3111
3120
  #
3112
- # * [AISERVICES\_OPT\_OUT\_POLICY][5]
3121
+ # * [CHATBOT\_POLICY][5]
3122
+ #
3123
+ # * [AISERVICES\_OPT\_OUT\_POLICY][6]
3113
3124
  #
3114
3125
  #
3115
3126
  #
3116
3127
  # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
3117
- # [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
3118
- # [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
3119
- # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
3120
- # [5]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
3128
+ # [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_rcps.html
3129
+ # [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
3130
+ # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
3131
+ # [5]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
3132
+ # [6]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
3121
3133
  #
3122
3134
  # @return [Types::EnablePolicyTypeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3123
3135
  #
@@ -3153,7 +3165,7 @@ module Aws::Organizations
3153
3165
  #
3154
3166
  # resp = client.enable_policy_type({
3155
3167
  # root_id: "RootId", # required
3156
- # policy_type: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY, CHATBOT_POLICY
3168
+ # policy_type: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, RESOURCE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY, CHATBOT_POLICY
3157
3169
  # })
3158
3170
  #
3159
3171
  # @example Response structure
@@ -3162,7 +3174,7 @@ module Aws::Organizations
3162
3174
  # resp.root.arn #=> String
3163
3175
  # resp.root.name #=> String
3164
3176
  # resp.root.policy_types #=> Array
3165
- # resp.root.policy_types[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY"
3177
+ # 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"
3166
3178
  # resp.root.policy_types[0].status #=> String, one of "ENABLED", "PENDING_ENABLE", "PENDING_DISABLE"
3167
3179
  #
3168
3180
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/EnablePolicyType AWS API Documentation
@@ -3211,7 +3223,7 @@ module Aws::Organizations
3211
3223
  # to invite to join your organization. This is a JSON object that
3212
3224
  # contains the following elements:
3213
3225
  #
3214
- # `\{ "Type": "ACCOUNT", "Id": "< account id number >" \}`
3226
+ # `{ "Type": "ACCOUNT", "Id": "< account id number >" }`
3215
3227
  #
3216
3228
  # If you use the CLI, you can submit this as a single string, similar to
3217
3229
  # the following example:
@@ -4691,21 +4703,24 @@ module Aws::Organizations
4691
4703
  #
4692
4704
  # * [SERVICE\_CONTROL\_POLICY][1]
4693
4705
  #
4694
- # * [BACKUP\_POLICY][2]
4706
+ # * [RESOURCE\_CONTROL\_POLICY][2]
4707
+ #
4708
+ # * [BACKUP\_POLICY][3]
4695
4709
  #
4696
- # * [TAG\_POLICY][3]
4710
+ # * [TAG\_POLICY][4]
4697
4711
  #
4698
- # * [CHATBOT\_POLICY][4]
4712
+ # * [CHATBOT\_POLICY][5]
4699
4713
  #
4700
- # * [AISERVICES\_OPT\_OUT\_POLICY][5]
4714
+ # * [AISERVICES\_OPT\_OUT\_POLICY][6]
4701
4715
  #
4702
4716
  #
4703
4717
  #
4704
4718
  # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
4705
- # [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
4706
- # [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
4707
- # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
4708
- # [5]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
4719
+ # [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_rcps.html
4720
+ # [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
4721
+ # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
4722
+ # [5]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
4723
+ # [6]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
4709
4724
  #
4710
4725
  # @option params [String] :next_token
4711
4726
  # The parameter for receiving additional results if you receive a
@@ -4775,7 +4790,7 @@ module Aws::Organizations
4775
4790
  # @example Request syntax with placeholder values
4776
4791
  #
4777
4792
  # resp = client.list_policies({
4778
- # filter: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY, CHATBOT_POLICY
4793
+ # filter: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, RESOURCE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY, CHATBOT_POLICY
4779
4794
  # next_token: "NextToken",
4780
4795
  # max_results: 1,
4781
4796
  # })
@@ -4787,7 +4802,7 @@ module Aws::Organizations
4787
4802
  # resp.policies[0].arn #=> String
4788
4803
  # resp.policies[0].name #=> String
4789
4804
  # resp.policies[0].description #=> String
4790
- # resp.policies[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY"
4805
+ # resp.policies[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "RESOURCE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY"
4791
4806
  # resp.policies[0].aws_managed #=> Boolean
4792
4807
  # resp.next_token #=> String
4793
4808
  #
@@ -4843,21 +4858,24 @@ module Aws::Organizations
4843
4858
  #
4844
4859
  # * [SERVICE\_CONTROL\_POLICY][1]
4845
4860
  #
4846
- # * [BACKUP\_POLICY][2]
4861
+ # * [RESOURCE\_CONTROL\_POLICY][2]
4862
+ #
4863
+ # * [BACKUP\_POLICY][3]
4847
4864
  #
4848
- # * [TAG\_POLICY][3]
4865
+ # * [TAG\_POLICY][4]
4849
4866
  #
4850
- # * [CHATBOT\_POLICY][4]
4867
+ # * [CHATBOT\_POLICY][5]
4851
4868
  #
4852
- # * [AISERVICES\_OPT\_OUT\_POLICY][5]
4869
+ # * [AISERVICES\_OPT\_OUT\_POLICY][6]
4853
4870
  #
4854
4871
  #
4855
4872
  #
4856
4873
  # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
4857
- # [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
4858
- # [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
4859
- # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
4860
- # [5]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
4874
+ # [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_rcps.html
4875
+ # [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
4876
+ # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
4877
+ # [5]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
4878
+ # [6]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
4861
4879
  #
4862
4880
  # @option params [String] :next_token
4863
4881
  # The parameter for receiving additional results if you receive a
@@ -4915,7 +4933,7 @@ module Aws::Organizations
4915
4933
  #
4916
4934
  # resp = client.list_policies_for_target({
4917
4935
  # target_id: "PolicyTargetId", # required
4918
- # filter: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY, CHATBOT_POLICY
4936
+ # filter: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, RESOURCE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY, CHATBOT_POLICY
4919
4937
  # next_token: "NextToken",
4920
4938
  # max_results: 1,
4921
4939
  # })
@@ -4927,7 +4945,7 @@ module Aws::Organizations
4927
4945
  # resp.policies[0].arn #=> String
4928
4946
  # resp.policies[0].name #=> String
4929
4947
  # resp.policies[0].description #=> String
4930
- # resp.policies[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY"
4948
+ # resp.policies[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "RESOURCE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY"
4931
4949
  # resp.policies[0].aws_managed #=> Boolean
4932
4950
  # resp.next_token #=> String
4933
4951
  #
@@ -5028,7 +5046,7 @@ module Aws::Organizations
5028
5046
  # resp.roots[0].arn #=> String
5029
5047
  # resp.roots[0].name #=> String
5030
5048
  # resp.roots[0].policy_types #=> Array
5031
- # resp.roots[0].policy_types[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY"
5049
+ # 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"
5032
5050
  # resp.roots[0].policy_types[0].status #=> String, one of "ENABLED", "PENDING_ENABLE", "PENDING_DISABLE"
5033
5051
  # resp.next_token #=> String
5034
5052
  #
@@ -5802,7 +5820,7 @@ module Aws::Organizations
5802
5820
  # resp.policy.policy_summary.arn #=> String
5803
5821
  # resp.policy.policy_summary.name #=> String
5804
5822
  # resp.policy.policy_summary.description #=> String
5805
- # resp.policy.policy_summary.type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY"
5823
+ # resp.policy.policy_summary.type #=> String, one of "SERVICE_CONTROL_POLICY", "RESOURCE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY"
5806
5824
  # resp.policy.policy_summary.aws_managed #=> Boolean
5807
5825
  # resp.policy.content #=> String
5808
5826
  #
@@ -5833,7 +5851,7 @@ module Aws::Organizations
5833
5851
  tracer: tracer
5834
5852
  )
5835
5853
  context[:gem_name] = 'aws-sdk-organizations'
5836
- context[:gem_version] = '1.105.0'
5854
+ context[:gem_version] = '1.107.0'
5837
5855
  Seahorse::Client::Request.new(handlers, context)
5838
5856
  end
5839
5857
 
@@ -1207,21 +1207,24 @@ module Aws::Organizations
1207
1207
  #
1208
1208
  # * [SERVICE\_CONTROL\_POLICY][1]
1209
1209
  #
1210
- # * [BACKUP\_POLICY][2]
1210
+ # * [RESOURCE\_CONTROL\_POLICY][2]
1211
1211
  #
1212
- # * [TAG\_POLICY][3]
1212
+ # * [BACKUP\_POLICY][3]
1213
1213
  #
1214
- # * [CHATBOT\_POLICY][4]
1214
+ # * [TAG\_POLICY][4]
1215
1215
  #
1216
- # * [AISERVICES\_OPT\_OUT\_POLICY][5]
1216
+ # * [CHATBOT\_POLICY][5]
1217
+ #
1218
+ # * [AISERVICES\_OPT\_OUT\_POLICY][6]
1217
1219
  #
1218
1220
  #
1219
1221
  #
1220
1222
  # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
1221
- # [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
1222
- # [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
1223
- # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
1224
- # [5]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
1223
+ # [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_rcps.html
1224
+ # [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
1225
+ # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
1226
+ # [5]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
1227
+ # [6]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
1225
1228
  # @return [String]
1226
1229
  #
1227
1230
  # @!attribute [rw] tags
@@ -1794,21 +1797,24 @@ module Aws::Organizations
1794
1797
  #
1795
1798
  # * [SERVICE\_CONTROL\_POLICY][1]
1796
1799
  #
1797
- # * [BACKUP\_POLICY][2]
1800
+ # * [RESOURCE\_CONTROL\_POLICY][2]
1801
+ #
1802
+ # * [BACKUP\_POLICY][3]
1798
1803
  #
1799
- # * [TAG\_POLICY][3]
1804
+ # * [TAG\_POLICY][4]
1800
1805
  #
1801
- # * [CHATBOT\_POLICY][4]
1806
+ # * [CHATBOT\_POLICY][5]
1802
1807
  #
1803
- # * [AISERVICES\_OPT\_OUT\_POLICY][5]
1808
+ # * [AISERVICES\_OPT\_OUT\_POLICY][6]
1804
1809
  #
1805
1810
  #
1806
1811
  #
1807
1812
  # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
1808
- # [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
1809
- # [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
1810
- # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
1811
- # [5]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
1813
+ # [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_rcps.html
1814
+ # [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
1815
+ # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
1816
+ # [5]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
1817
+ # [6]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
1812
1818
  # @return [String]
1813
1819
  #
1814
1820
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DisablePolicyTypeRequest AWS API Documentation
@@ -2003,21 +2009,24 @@ module Aws::Organizations
2003
2009
  #
2004
2010
  # * [SERVICE\_CONTROL\_POLICY][1]
2005
2011
  #
2006
- # * [BACKUP\_POLICY][2]
2012
+ # * [RESOURCE\_CONTROL\_POLICY][2]
2007
2013
  #
2008
- # * [TAG\_POLICY][3]
2014
+ # * [BACKUP\_POLICY][3]
2009
2015
  #
2010
- # * [CHATBOT\_POLICY][4]
2016
+ # * [TAG\_POLICY][4]
2011
2017
  #
2012
- # * [AISERVICES\_OPT\_OUT\_POLICY][5]
2018
+ # * [CHATBOT\_POLICY][5]
2019
+ #
2020
+ # * [AISERVICES\_OPT\_OUT\_POLICY][6]
2013
2021
  #
2014
2022
  #
2015
2023
  #
2016
2024
  # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
2017
- # [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
2018
- # [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
2019
- # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
2020
- # [5]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
2025
+ # [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_rcps.html
2026
+ # [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
2027
+ # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
2028
+ # [5]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
2029
+ # [6]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
2021
2030
  # @return [String]
2022
2031
  #
2023
2032
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/EnablePolicyTypeRequest AWS API Documentation
@@ -2464,6 +2473,9 @@ module Aws::Organizations
2464
2473
  # * INVALID\_PATTERN\_TARGET\_ID: You specified a policy target ID that
2465
2474
  # doesn't match the required pattern.
2466
2475
  #
2476
+ # * INVALID\_PRINCIPAL: You specified an invalid principal element in
2477
+ # the policy.
2478
+ #
2467
2479
  # * INVALID\_ROLE\_NAME: You provided a role name that isn't valid. A
2468
2480
  # role name can't begin with the reserved prefix `AWSServiceRoleFor`.
2469
2481
  #
@@ -2495,6 +2507,9 @@ module Aws::Organizations
2495
2507
  # * MOVING\_ACCOUNT\_BETWEEN\_DIFFERENT\_ROOTS: You can move an account
2496
2508
  # only between entities in the same root.
2497
2509
  #
2510
+ # * NON\_DETACHABLE\_POLICY: You can't detach this Amazon Web Services
2511
+ # Managed Policy.
2512
+ #
2498
2513
  # * TARGET\_NOT\_SUPPORTED: You can't perform the specified operation
2499
2514
  # on that target entity.
2500
2515
  #
@@ -2521,7 +2536,7 @@ module Aws::Organizations
2521
2536
  # to invite to join your organization. This is a JSON object that
2522
2537
  # contains the following elements:
2523
2538
  #
2524
- # `\{ "Type": "ACCOUNT", "Id": "< account id number >" \}`
2539
+ # `{ "Type": "ACCOUNT", "Id": "< account id number >" }`
2525
2540
  #
2526
2541
  # If you use the CLI, you can submit this as a single string, similar
2527
2542
  # to the following example:
@@ -3311,21 +3326,24 @@ module Aws::Organizations
3311
3326
  #
3312
3327
  # * [SERVICE\_CONTROL\_POLICY][1]
3313
3328
  #
3314
- # * [BACKUP\_POLICY][2]
3329
+ # * [RESOURCE\_CONTROL\_POLICY][2]
3330
+ #
3331
+ # * [BACKUP\_POLICY][3]
3315
3332
  #
3316
- # * [TAG\_POLICY][3]
3333
+ # * [TAG\_POLICY][4]
3317
3334
  #
3318
- # * [CHATBOT\_POLICY][4]
3335
+ # * [CHATBOT\_POLICY][5]
3319
3336
  #
3320
- # * [AISERVICES\_OPT\_OUT\_POLICY][5]
3337
+ # * [AISERVICES\_OPT\_OUT\_POLICY][6]
3321
3338
  #
3322
3339
  #
3323
3340
  #
3324
3341
  # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
3325
- # [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
3326
- # [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
3327
- # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
3328
- # [5]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
3342
+ # [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_rcps.html
3343
+ # [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
3344
+ # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
3345
+ # [5]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
3346
+ # [6]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
3329
3347
  # @return [String]
3330
3348
  #
3331
3349
  # @!attribute [rw] next_token
@@ -3387,21 +3405,24 @@ module Aws::Organizations
3387
3405
  #
3388
3406
  # * [SERVICE\_CONTROL\_POLICY][1]
3389
3407
  #
3390
- # * [BACKUP\_POLICY][2]
3408
+ # * [RESOURCE\_CONTROL\_POLICY][2]
3409
+ #
3410
+ # * [BACKUP\_POLICY][3]
3391
3411
  #
3392
- # * [TAG\_POLICY][3]
3412
+ # * [TAG\_POLICY][4]
3393
3413
  #
3394
- # * [CHATBOT\_POLICY][4]
3414
+ # * [CHATBOT\_POLICY][5]
3395
3415
  #
3396
- # * [AISERVICES\_OPT\_OUT\_POLICY][5]
3416
+ # * [AISERVICES\_OPT\_OUT\_POLICY][6]
3397
3417
  #
3398
3418
  #
3399
3419
  #
3400
3420
  # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
3401
- # [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
3402
- # [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
3403
- # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
3404
- # [5]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
3421
+ # [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_rcps.html
3422
+ # [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
3423
+ # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
3424
+ # [5]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
3425
+ # [6]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
3405
3426
  # @return [String]
3406
3427
  #
3407
3428
  # @!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.105.0'
57
+ GEM_VERSION = '1.107.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -183,7 +183,7 @@ module Aws
183
183
  content: ::String,
184
184
  description: ::String,
185
185
  name: ::String,
186
- type: ("SERVICE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY"),
186
+ type: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY"),
187
187
  ?tags: Array[
188
188
  {
189
189
  key: ::String,
@@ -327,7 +327,7 @@ module Aws
327
327
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Organizations/Client.html#disable_policy_type-instance_method
328
328
  def disable_policy_type: (
329
329
  root_id: ::String,
330
- policy_type: ("SERVICE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY")
330
+ policy_type: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY")
331
331
  ) -> _DisablePolicyTypeResponseSuccess
332
332
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisablePolicyTypeResponseSuccess
333
333
 
@@ -353,7 +353,7 @@ module Aws
353
353
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Organizations/Client.html#enable_policy_type-instance_method
354
354
  def enable_policy_type: (
355
355
  root_id: ::String,
356
- policy_type: ("SERVICE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY")
356
+ policy_type: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY")
357
357
  ) -> _EnablePolicyTypeResponseSuccess
358
358
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _EnablePolicyTypeResponseSuccess
359
359
 
@@ -536,7 +536,7 @@ module Aws
536
536
  end
537
537
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Organizations/Client.html#list_policies-instance_method
538
538
  def list_policies: (
539
- filter: ("SERVICE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY"),
539
+ filter: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY"),
540
540
  ?next_token: ::String,
541
541
  ?max_results: ::Integer
542
542
  ) -> _ListPoliciesResponseSuccess
@@ -550,7 +550,7 @@ module Aws
550
550
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Organizations/Client.html#list_policies_for_target-instance_method
551
551
  def list_policies_for_target: (
552
552
  target_id: ::String,
553
- filter: ("SERVICE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY"),
553
+ filter: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY"),
554
554
  ?next_token: ::String,
555
555
  ?max_results: ::Integer
556
556
  ) -> _ListPoliciesForTargetResponseSuccess
data/sig/types.rbs CHANGED
@@ -194,7 +194,7 @@ module Aws::Organizations
194
194
  attr_accessor content: ::String
195
195
  attr_accessor description: ::String
196
196
  attr_accessor name: ::String
197
- attr_accessor type: ("SERVICE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY")
197
+ attr_accessor type: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY")
198
198
  attr_accessor tags: ::Array[Types::Tag]
199
199
  SENSITIVE: []
200
200
  end
@@ -337,7 +337,7 @@ module Aws::Organizations
337
337
 
338
338
  class DisablePolicyTypeRequest
339
339
  attr_accessor root_id: ::String
340
- attr_accessor policy_type: ("SERVICE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY")
340
+ attr_accessor policy_type: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY")
341
341
  SENSITIVE: []
342
342
  end
343
343
 
@@ -399,7 +399,7 @@ module Aws::Organizations
399
399
 
400
400
  class EnablePolicyTypeRequest
401
401
  attr_accessor root_id: ::String
402
- attr_accessor policy_type: ("SERVICE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY")
402
+ attr_accessor policy_type: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY")
403
403
  SENSITIVE: []
404
404
  end
405
405
 
@@ -473,7 +473,7 @@ module Aws::Organizations
473
473
 
474
474
  class InvalidInputException
475
475
  attr_accessor message: ::String
476
- attr_accessor reason: ("INVALID_PARTY_TYPE_TARGET" | "INVALID_SYNTAX_ORGANIZATION_ARN" | "INVALID_SYNTAX_POLICY_ID" | "INVALID_ENUM" | "INVALID_ENUM_POLICY_TYPE" | "INVALID_LIST_MEMBER" | "MAX_LENGTH_EXCEEDED" | "MAX_VALUE_EXCEEDED" | "MIN_LENGTH_EXCEEDED" | "MIN_VALUE_EXCEEDED" | "IMMUTABLE_POLICY" | "INVALID_PATTERN" | "INVALID_PATTERN_TARGET_ID" | "INPUT_REQUIRED" | "INVALID_NEXT_TOKEN" | "MAX_LIMIT_EXCEEDED_FILTER" | "MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS" | "INVALID_FULL_NAME_TARGET" | "UNRECOGNIZED_SERVICE_PRINCIPAL" | "INVALID_ROLE_NAME" | "INVALID_SYSTEM_TAGS_PARAMETER" | "DUPLICATE_TAG_KEY" | "TARGET_NOT_SUPPORTED" | "INVALID_EMAIL_ADDRESS_TARGET" | "INVALID_RESOURCE_POLICY_JSON" | "UNSUPPORTED_ACTION_IN_RESOURCE_POLICY" | "UNSUPPORTED_POLICY_TYPE_IN_RESOURCE_POLICY" | "UNSUPPORTED_RESOURCE_IN_RESOURCE_POLICY")
476
+ attr_accessor reason: ("INVALID_PARTY_TYPE_TARGET" | "INVALID_SYNTAX_ORGANIZATION_ARN" | "INVALID_SYNTAX_POLICY_ID" | "INVALID_ENUM" | "INVALID_ENUM_POLICY_TYPE" | "INVALID_LIST_MEMBER" | "MAX_LENGTH_EXCEEDED" | "MAX_VALUE_EXCEEDED" | "MIN_LENGTH_EXCEEDED" | "MIN_VALUE_EXCEEDED" | "IMMUTABLE_POLICY" | "INVALID_PATTERN" | "INVALID_PATTERN_TARGET_ID" | "INPUT_REQUIRED" | "INVALID_NEXT_TOKEN" | "MAX_LIMIT_EXCEEDED_FILTER" | "MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS" | "INVALID_FULL_NAME_TARGET" | "UNRECOGNIZED_SERVICE_PRINCIPAL" | "INVALID_ROLE_NAME" | "INVALID_SYSTEM_TAGS_PARAMETER" | "DUPLICATE_TAG_KEY" | "TARGET_NOT_SUPPORTED" | "INVALID_EMAIL_ADDRESS_TARGET" | "INVALID_RESOURCE_POLICY_JSON" | "INVALID_PRINCIPAL" | "UNSUPPORTED_ACTION_IN_RESOURCE_POLICY" | "UNSUPPORTED_POLICY_TYPE_IN_RESOURCE_POLICY" | "UNSUPPORTED_RESOURCE_IN_RESOURCE_POLICY" | "NON_DETACHABLE_POLICY")
477
477
  SENSITIVE: []
478
478
  end
479
479
 
@@ -633,7 +633,7 @@ module Aws::Organizations
633
633
 
634
634
  class ListPoliciesForTargetRequest
635
635
  attr_accessor target_id: ::String
636
- attr_accessor filter: ("SERVICE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY")
636
+ attr_accessor filter: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY")
637
637
  attr_accessor next_token: ::String
638
638
  attr_accessor max_results: ::Integer
639
639
  SENSITIVE: []
@@ -646,7 +646,7 @@ module Aws::Organizations
646
646
  end
647
647
 
648
648
  class ListPoliciesRequest
649
- attr_accessor filter: ("SERVICE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY")
649
+ attr_accessor filter: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY")
650
650
  attr_accessor next_token: ::String
651
651
  attr_accessor max_results: ::Integer
652
652
  SENSITIVE: []
@@ -787,7 +787,7 @@ module Aws::Organizations
787
787
  attr_accessor arn: ::String
788
788
  attr_accessor name: ::String
789
789
  attr_accessor description: ::String
790
- attr_accessor type: ("SERVICE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY")
790
+ attr_accessor type: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY")
791
791
  attr_accessor aws_managed: bool
792
792
  SENSITIVE: []
793
793
  end
@@ -816,7 +816,7 @@ module Aws::Organizations
816
816
  end
817
817
 
818
818
  class PolicyTypeSummary
819
- attr_accessor type: ("SERVICE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY")
819
+ attr_accessor type: ("SERVICE_CONTROL_POLICY" | "RESOURCE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY")
820
820
  attr_accessor status: ("ENABLED" | "PENDING_ENABLE" | "PENDING_DISABLE")
821
821
  SENSITIVE: []
822
822
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-organizations
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.105.0
4
+ version: 1.107.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-18 00:00:00.000000000 Z
11
+ date: 2024-11-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core