aws-sdk-organizations 1.102.0 → 1.104.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: 15c54f1e76434ffef7d8135c55368bea801a972011a1557239ecb4e14751f4ce
4
- data.tar.gz: 384041822a4318ad90d77fb4f00c79ece1864ab2c5408605f47a32e40294fe67
3
+ metadata.gz: f200586a912e5f678372c7327b7c2b8bdc468776d20160c87c8c5f51cabedd98
4
+ data.tar.gz: bb84c7e0dae97544107470d2a39f86d16132d60f0f62950186acf8d4419157bb
5
5
  SHA512:
6
- metadata.gz: 88ec147eece3ab998f7f55855bf666cd302eb0de05dbe20b3500f02f4ba14fc3c10ca8d18c3715027a02630b62e0697abd4cbfbf3dfb48d1d8548983dd730a89
7
- data.tar.gz: 395bb59f4b7f2566df62230ae6cc3518eff175dddc0eaa4710eb3e3d226e055bc5d52f399feb894f566aed46abce5576ab8f321f13489b0d8b2e49228e7b34ff
6
+ metadata.gz: 5804d5f5cf2997d1653a7c812275555cd78ef188722d556e5dc8434a7c1e152b36774286f858646a1196addfad7dea8bb30d4a2fbf0d67c17b28c3377b754064
7
+ data.tar.gz: 7a87b24be975651eacafaf3ba5fdb24834e4c9d8fc1d662b5e8ba03c575045a5dc1d6c4658cff561e179cb9c206f08c1bf969ab8f2a3d6b37ce6e38337d38ee7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.104.0 (2024-09-26)
5
+ ------------------
6
+
7
+ * Feature - Add support for policy operations on the CHATBOT_POLICY policy type.
8
+
9
+ 1.103.0 (2024-09-24)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.102.0 (2024-09-23)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.102.0
1
+ 1.104.0
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
36
36
  require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:organizations)
40
-
41
39
  module Aws::Organizations
42
40
  # An API client for Organizations. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -598,13 +596,15 @@ module Aws::Organizations
598
596
  # type of policy. Refer to the *Organizations User Guide* for
599
597
  # information about each policy type:
600
598
  #
601
- # * [AISERVICES\_OPT\_OUT\_POLICY][1]
599
+ # * [SERVICE\_CONTROL\_POLICY][1]
602
600
  #
603
601
  # * [BACKUP\_POLICY][2]
604
602
  #
605
- # * [SERVICE\_CONTROL\_POLICY][3]
603
+ # * [TAG\_POLICY][3]
604
+ #
605
+ # * [CHATBOT\_POLICY][4]
606
606
  #
607
- # * [TAG\_POLICY][4]
607
+ # * [AISERVICES\_OPT\_OUT\_POLICY][5]
608
608
  #
609
609
  # This operation can be called only from the organization's management
610
610
  # account or by a member account that is a delegated administrator for
@@ -612,10 +612,11 @@ module Aws::Organizations
612
612
  #
613
613
  #
614
614
  #
615
- # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
615
+ # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
616
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_scp.html
618
- # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.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
619
620
  #
620
621
  # @option params [required, String] :policy_id
621
622
  # The unique identifier (ID) of the policy that you want to attach to
@@ -1520,7 +1521,7 @@ module Aws::Organizations
1520
1521
  # resp.organization.master_account_id #=> String
1521
1522
  # resp.organization.master_account_email #=> String
1522
1523
  # resp.organization.available_policy_types #=> Array
1523
- # resp.organization.available_policy_types[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY"
1524
+ # resp.organization.available_policy_types[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY"
1524
1525
  # resp.organization.available_policy_types[0].status #=> String, one of "ENABLED", "PENDING_ENABLE", "PENDING_DISABLE"
1525
1526
  #
1526
1527
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/CreateOrganization AWS API Documentation
@@ -1690,20 +1691,23 @@ module Aws::Organizations
1690
1691
  # The type of policy to create. You can specify one of the following
1691
1692
  # values:
1692
1693
  #
1693
- # * [AISERVICES\_OPT\_OUT\_POLICY][1]
1694
+ # * [SERVICE\_CONTROL\_POLICY][1]
1694
1695
  #
1695
1696
  # * [BACKUP\_POLICY][2]
1696
1697
  #
1697
- # * [SERVICE\_CONTROL\_POLICY][3]
1698
+ # * [TAG\_POLICY][3]
1699
+ #
1700
+ # * [CHATBOT\_POLICY][4]
1698
1701
  #
1699
- # * [TAG\_POLICY][4]
1702
+ # * [AISERVICES\_OPT\_OUT\_POLICY][5]
1700
1703
  #
1701
1704
  #
1702
1705
  #
1703
- # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
1706
+ # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
1704
1707
  # [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
1705
- # [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
1706
- # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.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
1707
1711
  #
1708
1712
  # @option params [Array<Types::Tag>] :tags
1709
1713
  # A list of tags that you want to attach to the newly created policy.
@@ -1760,7 +1764,7 @@ module Aws::Organizations
1760
1764
  # content: "PolicyContent", # required
1761
1765
  # description: "PolicyDescription", # required
1762
1766
  # name: "PolicyName", # required
1763
- # type: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY
1767
+ # type: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY, CHATBOT_POLICY
1764
1768
  # tags: [
1765
1769
  # {
1766
1770
  # key: "TagKey", # required
@@ -1775,7 +1779,7 @@ module Aws::Organizations
1775
1779
  # resp.policy.policy_summary.arn #=> String
1776
1780
  # resp.policy.policy_summary.name #=> String
1777
1781
  # resp.policy.policy_summary.description #=> String
1778
- # resp.policy.policy_summary.type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY"
1782
+ # resp.policy.policy_summary.type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY"
1779
1783
  # resp.policy.policy_summary.aws_managed #=> Boolean
1780
1784
  # resp.policy.content #=> String
1781
1785
  #
@@ -2239,17 +2243,20 @@ module Aws::Organizations
2239
2243
  # The type of policy that you want information about. You can specify
2240
2244
  # one of the following values:
2241
2245
  #
2242
- # * [AISERVICES\_OPT\_OUT\_POLICY][1]
2246
+ # * [BACKUP\_POLICY][1]
2243
2247
  #
2244
- # * [BACKUP\_POLICY][2]
2248
+ # * [TAG\_POLICY][2]
2245
2249
  #
2246
- # * [TAG\_POLICY][3]
2250
+ # * [CHATBOT\_POLICY][3]
2247
2251
  #
2252
+ # * [AISERVICES\_OPT\_OUT\_POLICY][4]
2248
2253
  #
2249
2254
  #
2250
- # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
2251
- # [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
2252
- # [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
2255
+ #
2256
+ # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
2257
+ # [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
2258
+ # [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
2259
+ # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
2253
2260
  #
2254
2261
  # @option params [String] :target_id
2255
2262
  # When you're signed in as the management account, specify the ID of
@@ -2263,7 +2270,7 @@ module Aws::Organizations
2263
2270
  # @example Request syntax with placeholder values
2264
2271
  #
2265
2272
  # resp = client.describe_effective_policy({
2266
- # policy_type: "TAG_POLICY", # required, accepts TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY
2273
+ # policy_type: "TAG_POLICY", # required, accepts TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY, CHATBOT_POLICY
2267
2274
  # target_id: "PolicyTargetId",
2268
2275
  # })
2269
2276
  #
@@ -2272,7 +2279,7 @@ module Aws::Organizations
2272
2279
  # resp.effective_policy.policy_content #=> String
2273
2280
  # resp.effective_policy.last_updated_timestamp #=> Time
2274
2281
  # resp.effective_policy.target_id #=> String
2275
- # resp.effective_policy.policy_type #=> String, one of "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY"
2282
+ # resp.effective_policy.policy_type #=> String, one of "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY"
2276
2283
  #
2277
2284
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DescribeEffectivePolicy AWS API Documentation
2278
2285
  #
@@ -2443,7 +2450,7 @@ module Aws::Organizations
2443
2450
  # resp.organization.master_account_id #=> String
2444
2451
  # resp.organization.master_account_email #=> String
2445
2452
  # resp.organization.available_policy_types #=> Array
2446
- # resp.organization.available_policy_types[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY"
2453
+ # resp.organization.available_policy_types[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY"
2447
2454
  # resp.organization.available_policy_types[0].status #=> String, one of "ENABLED", "PENDING_ENABLE", "PENDING_DISABLE"
2448
2455
  #
2449
2456
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DescribeOrganization AWS API Documentation
@@ -2577,7 +2584,7 @@ module Aws::Organizations
2577
2584
  # resp.policy.policy_summary.arn #=> String
2578
2585
  # resp.policy.policy_summary.name #=> String
2579
2586
  # resp.policy.policy_summary.description #=> String
2580
- # resp.policy.policy_summary.type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY"
2587
+ # resp.policy.policy_summary.type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY"
2581
2588
  # resp.policy.policy_summary.aws_managed #=> Boolean
2582
2589
  # resp.policy.content #=> String
2583
2590
  #
@@ -2836,20 +2843,23 @@ module Aws::Organizations
2836
2843
  # The policy type that you want to disable in this root. You can specify
2837
2844
  # one of the following values:
2838
2845
  #
2839
- # * [AISERVICES\_OPT\_OUT\_POLICY][1]
2846
+ # * [SERVICE\_CONTROL\_POLICY][1]
2840
2847
  #
2841
2848
  # * [BACKUP\_POLICY][2]
2842
2849
  #
2843
- # * [SERVICE\_CONTROL\_POLICY][3]
2850
+ # * [TAG\_POLICY][3]
2851
+ #
2852
+ # * [CHATBOT\_POLICY][4]
2844
2853
  #
2845
- # * [TAG\_POLICY][4]
2854
+ # * [AISERVICES\_OPT\_OUT\_POLICY][5]
2846
2855
  #
2847
2856
  #
2848
2857
  #
2849
- # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
2858
+ # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
2850
2859
  # [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
2851
- # [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
2852
- # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.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
2853
2863
  #
2854
2864
  # @return [Types::DisablePolicyTypeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2855
2865
  #
@@ -2881,7 +2891,7 @@ module Aws::Organizations
2881
2891
  #
2882
2892
  # resp = client.disable_policy_type({
2883
2893
  # root_id: "RootId", # required
2884
- # policy_type: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY
2894
+ # policy_type: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY, CHATBOT_POLICY
2885
2895
  # })
2886
2896
  #
2887
2897
  # @example Response structure
@@ -2890,7 +2900,7 @@ module Aws::Organizations
2890
2900
  # resp.root.arn #=> String
2891
2901
  # resp.root.name #=> String
2892
2902
  # resp.root.policy_types #=> Array
2893
- # resp.root.policy_types[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY"
2903
+ # resp.root.policy_types[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY"
2894
2904
  # resp.root.policy_types[0].status #=> String, one of "ENABLED", "PENDING_ENABLE", "PENDING_DISABLE"
2895
2905
  #
2896
2906
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DisablePolicyType AWS API Documentation
@@ -3091,20 +3101,23 @@ module Aws::Organizations
3091
3101
  # The policy type that you want to enable. You can specify one of the
3092
3102
  # following values:
3093
3103
  #
3094
- # * [AISERVICES\_OPT\_OUT\_POLICY][1]
3104
+ # * [SERVICE\_CONTROL\_POLICY][1]
3095
3105
  #
3096
3106
  # * [BACKUP\_POLICY][2]
3097
3107
  #
3098
- # * [SERVICE\_CONTROL\_POLICY][3]
3108
+ # * [TAG\_POLICY][3]
3109
+ #
3110
+ # * [CHATBOT\_POLICY][4]
3099
3111
  #
3100
- # * [TAG\_POLICY][4]
3112
+ # * [AISERVICES\_OPT\_OUT\_POLICY][5]
3101
3113
  #
3102
3114
  #
3103
3115
  #
3104
- # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
3116
+ # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
3105
3117
  # [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
3106
- # [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
3107
- # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.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
3108
3121
  #
3109
3122
  # @return [Types::EnablePolicyTypeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3110
3123
  #
@@ -3140,7 +3153,7 @@ module Aws::Organizations
3140
3153
  #
3141
3154
  # resp = client.enable_policy_type({
3142
3155
  # root_id: "RootId", # required
3143
- # policy_type: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY
3156
+ # policy_type: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY, CHATBOT_POLICY
3144
3157
  # })
3145
3158
  #
3146
3159
  # @example Response structure
@@ -3149,7 +3162,7 @@ module Aws::Organizations
3149
3162
  # resp.root.arn #=> String
3150
3163
  # resp.root.name #=> String
3151
3164
  # resp.root.policy_types #=> Array
3152
- # resp.root.policy_types[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY"
3165
+ # resp.root.policy_types[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY"
3153
3166
  # resp.root.policy_types[0].status #=> String, one of "ENABLED", "PENDING_ENABLE", "PENDING_DISABLE"
3154
3167
  #
3155
3168
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/EnablePolicyType AWS API Documentation
@@ -4676,20 +4689,23 @@ module Aws::Organizations
4676
4689
  # Specifies the type of policy that you want to include in the response.
4677
4690
  # You must specify one of the following values:
4678
4691
  #
4679
- # * [AISERVICES\_OPT\_OUT\_POLICY][1]
4692
+ # * [SERVICE\_CONTROL\_POLICY][1]
4680
4693
  #
4681
4694
  # * [BACKUP\_POLICY][2]
4682
4695
  #
4683
- # * [SERVICE\_CONTROL\_POLICY][3]
4696
+ # * [TAG\_POLICY][3]
4684
4697
  #
4685
- # * [TAG\_POLICY][4]
4698
+ # * [CHATBOT\_POLICY][4]
4686
4699
  #
4700
+ # * [AISERVICES\_OPT\_OUT\_POLICY][5]
4687
4701
  #
4688
4702
  #
4689
- # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
4703
+ #
4704
+ # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
4690
4705
  # [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
4691
- # [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
4692
- # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.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
4693
4709
  #
4694
4710
  # @option params [String] :next_token
4695
4711
  # The parameter for receiving additional results if you receive a
@@ -4759,7 +4775,7 @@ module Aws::Organizations
4759
4775
  # @example Request syntax with placeholder values
4760
4776
  #
4761
4777
  # resp = client.list_policies({
4762
- # filter: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY
4778
+ # filter: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY, CHATBOT_POLICY
4763
4779
  # next_token: "NextToken",
4764
4780
  # max_results: 1,
4765
4781
  # })
@@ -4771,7 +4787,7 @@ module Aws::Organizations
4771
4787
  # resp.policies[0].arn #=> String
4772
4788
  # resp.policies[0].name #=> String
4773
4789
  # resp.policies[0].description #=> String
4774
- # resp.policies[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY"
4790
+ # resp.policies[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY"
4775
4791
  # resp.policies[0].aws_managed #=> Boolean
4776
4792
  # resp.next_token #=> String
4777
4793
  #
@@ -4825,20 +4841,23 @@ module Aws::Organizations
4825
4841
  # The type of policy that you want to include in the returned list. You
4826
4842
  # must specify one of the following values:
4827
4843
  #
4828
- # * [AISERVICES\_OPT\_OUT\_POLICY][1]
4844
+ # * [SERVICE\_CONTROL\_POLICY][1]
4829
4845
  #
4830
4846
  # * [BACKUP\_POLICY][2]
4831
4847
  #
4832
- # * [SERVICE\_CONTROL\_POLICY][3]
4848
+ # * [TAG\_POLICY][3]
4833
4849
  #
4834
- # * [TAG\_POLICY][4]
4850
+ # * [CHATBOT\_POLICY][4]
4835
4851
  #
4852
+ # * [AISERVICES\_OPT\_OUT\_POLICY][5]
4836
4853
  #
4837
4854
  #
4838
- # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
4855
+ #
4856
+ # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
4839
4857
  # [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
4840
- # [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
4841
- # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.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
4842
4861
  #
4843
4862
  # @option params [String] :next_token
4844
4863
  # The parameter for receiving additional results if you receive a
@@ -4896,7 +4915,7 @@ module Aws::Organizations
4896
4915
  #
4897
4916
  # resp = client.list_policies_for_target({
4898
4917
  # target_id: "PolicyTargetId", # required
4899
- # filter: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY
4918
+ # filter: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY, CHATBOT_POLICY
4900
4919
  # next_token: "NextToken",
4901
4920
  # max_results: 1,
4902
4921
  # })
@@ -4908,7 +4927,7 @@ module Aws::Organizations
4908
4927
  # resp.policies[0].arn #=> String
4909
4928
  # resp.policies[0].name #=> String
4910
4929
  # resp.policies[0].description #=> String
4911
- # resp.policies[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY"
4930
+ # resp.policies[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY"
4912
4931
  # resp.policies[0].aws_managed #=> Boolean
4913
4932
  # resp.next_token #=> String
4914
4933
  #
@@ -5009,7 +5028,7 @@ module Aws::Organizations
5009
5028
  # resp.roots[0].arn #=> String
5010
5029
  # resp.roots[0].name #=> String
5011
5030
  # resp.roots[0].policy_types #=> Array
5012
- # resp.roots[0].policy_types[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY"
5031
+ # resp.roots[0].policy_types[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY"
5013
5032
  # resp.roots[0].policy_types[0].status #=> String, one of "ENABLED", "PENDING_ENABLE", "PENDING_DISABLE"
5014
5033
  # resp.next_token #=> String
5015
5034
  #
@@ -5783,7 +5802,7 @@ module Aws::Organizations
5783
5802
  # resp.policy.policy_summary.arn #=> String
5784
5803
  # resp.policy.policy_summary.name #=> String
5785
5804
  # resp.policy.policy_summary.description #=> String
5786
- # resp.policy.policy_summary.type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY"
5805
+ # resp.policy.policy_summary.type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY"
5787
5806
  # resp.policy.policy_summary.aws_managed #=> Boolean
5788
5807
  # resp.policy.content #=> String
5789
5808
  #
@@ -5814,7 +5833,7 @@ module Aws::Organizations
5814
5833
  tracer: tracer
5815
5834
  )
5816
5835
  context[:gem_name] = 'aws-sdk-organizations'
5817
- context[:gem_version] = '1.102.0'
5836
+ context[:gem_version] = '1.104.0'
5818
5837
  Seahorse::Client::Request.new(handlers, context)
5819
5838
  end
5820
5839
 
@@ -1205,20 +1205,23 @@ module Aws::Organizations
1205
1205
  # The type of policy to create. You can specify one of the following
1206
1206
  # values:
1207
1207
  #
1208
- # * [AISERVICES\_OPT\_OUT\_POLICY][1]
1208
+ # * [SERVICE\_CONTROL\_POLICY][1]
1209
1209
  #
1210
1210
  # * [BACKUP\_POLICY][2]
1211
1211
  #
1212
- # * [SERVICE\_CONTROL\_POLICY][3]
1212
+ # * [TAG\_POLICY][3]
1213
+ #
1214
+ # * [CHATBOT\_POLICY][4]
1213
1215
  #
1214
- # * [TAG\_POLICY][4]
1216
+ # * [AISERVICES\_OPT\_OUT\_POLICY][5]
1215
1217
  #
1216
1218
  #
1217
1219
  #
1218
- # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
1220
+ # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
1219
1221
  # [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
1220
- # [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
1221
- # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.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
1222
1225
  # @return [String]
1223
1226
  #
1224
1227
  # @!attribute [rw] tags
@@ -1519,17 +1522,20 @@ module Aws::Organizations
1519
1522
  # The type of policy that you want information about. You can specify
1520
1523
  # one of the following values:
1521
1524
  #
1522
- # * [AISERVICES\_OPT\_OUT\_POLICY][1]
1525
+ # * [BACKUP\_POLICY][1]
1523
1526
  #
1524
- # * [BACKUP\_POLICY][2]
1527
+ # * [TAG\_POLICY][2]
1525
1528
  #
1526
- # * [TAG\_POLICY][3]
1529
+ # * [CHATBOT\_POLICY][3]
1527
1530
  #
1531
+ # * [AISERVICES\_OPT\_OUT\_POLICY][4]
1528
1532
  #
1529
1533
  #
1530
- # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
1531
- # [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
1532
- # [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
1534
+ #
1535
+ # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
1536
+ # [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
1537
+ # [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_chatbot.html
1538
+ # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
1533
1539
  # @return [String]
1534
1540
  #
1535
1541
  # @!attribute [rw] target_id
@@ -1786,20 +1792,23 @@ module Aws::Organizations
1786
1792
  # The policy type that you want to disable in this root. You can
1787
1793
  # specify one of the following values:
1788
1794
  #
1789
- # * [AISERVICES\_OPT\_OUT\_POLICY][1]
1795
+ # * [SERVICE\_CONTROL\_POLICY][1]
1790
1796
  #
1791
1797
  # * [BACKUP\_POLICY][2]
1792
1798
  #
1793
- # * [SERVICE\_CONTROL\_POLICY][3]
1799
+ # * [TAG\_POLICY][3]
1800
+ #
1801
+ # * [CHATBOT\_POLICY][4]
1794
1802
  #
1795
- # * [TAG\_POLICY][4]
1803
+ # * [AISERVICES\_OPT\_OUT\_POLICY][5]
1796
1804
  #
1797
1805
  #
1798
1806
  #
1799
- # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
1807
+ # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
1800
1808
  # [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
1801
- # [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
1802
- # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.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
1803
1812
  # @return [String]
1804
1813
  #
1805
1814
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DisablePolicyTypeRequest AWS API Documentation
@@ -1992,20 +2001,23 @@ module Aws::Organizations
1992
2001
  # The policy type that you want to enable. You can specify one of the
1993
2002
  # following values:
1994
2003
  #
1995
- # * [AISERVICES\_OPT\_OUT\_POLICY][1]
2004
+ # * [SERVICE\_CONTROL\_POLICY][1]
1996
2005
  #
1997
2006
  # * [BACKUP\_POLICY][2]
1998
2007
  #
1999
- # * [SERVICE\_CONTROL\_POLICY][3]
2008
+ # * [TAG\_POLICY][3]
2009
+ #
2010
+ # * [CHATBOT\_POLICY][4]
2000
2011
  #
2001
- # * [TAG\_POLICY][4]
2012
+ # * [AISERVICES\_OPT\_OUT\_POLICY][5]
2002
2013
  #
2003
2014
  #
2004
2015
  #
2005
- # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
2016
+ # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
2006
2017
  # [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
2007
- # [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
2008
- # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.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
2009
2021
  # @return [String]
2010
2022
  #
2011
2023
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/EnablePolicyTypeRequest AWS API Documentation
@@ -3297,20 +3309,23 @@ module Aws::Organizations
3297
3309
  # The type of policy that you want to include in the returned list.
3298
3310
  # You must specify one of the following values:
3299
3311
  #
3300
- # * [AISERVICES\_OPT\_OUT\_POLICY][1]
3312
+ # * [SERVICE\_CONTROL\_POLICY][1]
3301
3313
  #
3302
3314
  # * [BACKUP\_POLICY][2]
3303
3315
  #
3304
- # * [SERVICE\_CONTROL\_POLICY][3]
3316
+ # * [TAG\_POLICY][3]
3317
+ #
3318
+ # * [CHATBOT\_POLICY][4]
3305
3319
  #
3306
- # * [TAG\_POLICY][4]
3320
+ # * [AISERVICES\_OPT\_OUT\_POLICY][5]
3307
3321
  #
3308
3322
  #
3309
3323
  #
3310
- # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
3324
+ # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
3311
3325
  # [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
3312
- # [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
3313
- # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.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
3314
3329
  # @return [String]
3315
3330
  #
3316
3331
  # @!attribute [rw] next_token
@@ -3370,20 +3385,23 @@ module Aws::Organizations
3370
3385
  # Specifies the type of policy that you want to include in the
3371
3386
  # response. You must specify one of the following values:
3372
3387
  #
3373
- # * [AISERVICES\_OPT\_OUT\_POLICY][1]
3388
+ # * [SERVICE\_CONTROL\_POLICY][1]
3374
3389
  #
3375
3390
  # * [BACKUP\_POLICY][2]
3376
3391
  #
3377
- # * [SERVICE\_CONTROL\_POLICY][3]
3392
+ # * [TAG\_POLICY][3]
3378
3393
  #
3379
- # * [TAG\_POLICY][4]
3394
+ # * [CHATBOT\_POLICY][4]
3380
3395
  #
3396
+ # * [AISERVICES\_OPT\_OUT\_POLICY][5]
3381
3397
  #
3382
3398
  #
3383
- # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
3399
+ #
3400
+ # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
3384
3401
  # [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
3385
- # [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
3386
- # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.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
3387
3405
  # @return [String]
3388
3406
  #
3389
3407
  # @!attribute [rw] next_token
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:organizations)
15
+
14
16
  # This module provides support for AWS Organizations. This module is available in the
15
17
  # `aws-sdk-organizations` gem.
16
18
  #
@@ -52,7 +54,7 @@ module Aws::Organizations
52
54
  autoload :EndpointProvider, 'aws-sdk-organizations/endpoint_provider'
53
55
  autoload :Endpoints, 'aws-sdk-organizations/endpoints'
54
56
 
55
- GEM_VERSION = '1.102.0'
57
+ GEM_VERSION = '1.104.0'
56
58
 
57
59
  end
58
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"),
186
+ type: ("SERVICE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY"),
187
187
  ?tags: Array[
188
188
  {
189
189
  key: ::String,
@@ -256,7 +256,7 @@ module Aws
256
256
  end
257
257
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Organizations/Client.html#describe_effective_policy-instance_method
258
258
  def describe_effective_policy: (
259
- policy_type: ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY"),
259
+ policy_type: ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY"),
260
260
  ?target_id: ::String
261
261
  ) -> _DescribeEffectivePolicyResponseSuccess
262
262
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeEffectivePolicyResponseSuccess
@@ -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")
330
+ policy_type: ("SERVICE_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")
356
+ policy_type: ("SERVICE_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"),
539
+ filter: ("SERVICE_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"),
553
+ filter: ("SERVICE_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")
197
+ attr_accessor type: ("SERVICE_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
@@ -269,7 +269,7 @@ module Aws::Organizations
269
269
  end
270
270
 
271
271
  class DescribeEffectivePolicyRequest
272
- attr_accessor policy_type: ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY")
272
+ attr_accessor policy_type: ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY")
273
273
  attr_accessor target_id: ::String
274
274
  SENSITIVE: []
275
275
  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")
340
+ attr_accessor policy_type: ("SERVICE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY")
341
341
  SENSITIVE: []
342
342
  end
343
343
 
@@ -375,7 +375,7 @@ module Aws::Organizations
375
375
  attr_accessor policy_content: ::String
376
376
  attr_accessor last_updated_timestamp: ::Time
377
377
  attr_accessor target_id: ::String
378
- attr_accessor policy_type: ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY")
378
+ attr_accessor policy_type: ("TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY")
379
379
  SENSITIVE: []
380
380
  end
381
381
 
@@ -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")
402
+ attr_accessor policy_type: ("SERVICE_CONTROL_POLICY" | "TAG_POLICY" | "BACKUP_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "CHATBOT_POLICY")
403
403
  SENSITIVE: []
404
404
  end
405
405
 
@@ -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")
636
+ attr_accessor filter: ("SERVICE_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")
649
+ attr_accessor filter: ("SERVICE_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")
790
+ attr_accessor type: ("SERVICE_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")
819
+ attr_accessor type: ("SERVICE_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.102.0
4
+ version: 1.104.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-09-23 00:00:00.000000000 Z
11
+ date: 2024-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core