aws-sdk-organizations 1.44.0 → 1.49.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: 6ebadba43f096af5be849b50db20ca8deb69aa6dcb3828497411a2e0c8ab1200
4
- data.tar.gz: d836d51e5ee3c1f7bd09a9e494881a3dced377b13cd7b663adc1a26b7ebbff92
3
+ metadata.gz: 1bb1c329c5291e69f556396db6806a924bc7be6b8ff1fdd30ac6f7d42e2996c1
4
+ data.tar.gz: a95e9058cc53ef2697ca62d11ab338dab128d9ad0811d1cd32b2a3c32e6046ed
5
5
  SHA512:
6
- metadata.gz: 5333ab5a7ea2226538783ebab132065070542f9fb6d15e67c4ad98f5772d68c65c7f7a52b6fdbbc5150d68900f1723924adc0db011fb0aa17ade19df48876214
7
- data.tar.gz: b7bfeaaec653087d7b478d842f3c59845d83523608ee8e526b84867ec4b45793712ca6021a4bae745aa38a18c1d411eeb4c1ad14787db1ac79c274bc56a68f84
6
+ metadata.gz: 304117942c15126a7338b04f0f2f77370aad9dc4435b9ff05328cb54d28bf15361bc2e9241aae55535fa4fac2b4d6ae7eb43db151199753f9aed8e1d206b06ad
7
+ data.tar.gz: 29b94cf3826435459539d4859d1f46e108f9ecc6019deef588f803f477cd7b9bbbb283c82cae9c939073028bae1e75a24768ca5d0c691ff936b8ca4b16e6aaa4
@@ -47,6 +47,6 @@ require_relative 'aws-sdk-organizations/customizations'
47
47
  # @service
48
48
  module Aws::Organizations
49
49
 
50
- GEM_VERSION = '1.44.0'
50
+ GEM_VERSION = '1.49.0'
51
51
 
52
52
  end
@@ -464,20 +464,23 @@ module Aws::Organizations
464
464
  # type of policy. Refer to the *AWS Organizations User Guide* for
465
465
  # information about each policy type:
466
466
  #
467
- # * [BACKUP\_POLICY][1]
467
+ # * [AISERVICES\_OPT\_OUT\_POLICY][1]
468
468
  #
469
- # * [SERVICE\_CONTROL\_POLICY][2]
469
+ # * [BACKUP\_POLICY][2]
470
470
  #
471
- # * [TAG\_POLICY][3]
471
+ # * [SERVICE\_CONTROL\_POLICY][3]
472
+ #
473
+ # * [TAG\_POLICY][4]
472
474
  #
473
475
  # This operation can be called only from the organization's master
474
476
  # account.
475
477
  #
476
478
  #
477
479
  #
478
- # [1]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
479
- # [2]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
480
- # [3]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
480
+ # [1]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
481
+ # [2]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
482
+ # [3]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
483
+ # [4]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
481
484
  #
482
485
  # @option params [required, String] :policy_id
483
486
  # The unique identifier (ID) of the policy that you want to attach to
@@ -852,7 +855,7 @@ module Aws::Organizations
852
855
  # resp.create_account_status.completed_timestamp #=> Time
853
856
  # resp.create_account_status.account_id #=> String
854
857
  # resp.create_account_status.gov_cloud_account_id #=> String
855
- # resp.create_account_status.failure_reason #=> String, one of "ACCOUNT_LIMIT_EXCEEDED", "EMAIL_ALREADY_EXISTS", "INVALID_ADDRESS", "INVALID_EMAIL", "CONCURRENT_ACCOUNT_MODIFICATION", "INTERNAL_FAILURE", "GOVCLOUD_ACCOUNT_ALREADY_EXISTS"
858
+ # resp.create_account_status.failure_reason #=> String, one of "ACCOUNT_LIMIT_EXCEEDED", "EMAIL_ALREADY_EXISTS", "INVALID_ADDRESS", "INVALID_EMAIL", "CONCURRENT_ACCOUNT_MODIFICATION", "INTERNAL_FAILURE", "GOVCLOUD_ACCOUNT_ALREADY_EXISTS", "MISSING_BUSINESS_VALIDATION", "MISSING_PAYMENT_INSTRUMENT"
856
859
  #
857
860
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/CreateAccount AWS API Documentation
858
861
  #
@@ -1066,7 +1069,7 @@ module Aws::Organizations
1066
1069
  # resp.create_account_status.completed_timestamp #=> Time
1067
1070
  # resp.create_account_status.account_id #=> String
1068
1071
  # resp.create_account_status.gov_cloud_account_id #=> String
1069
- # resp.create_account_status.failure_reason #=> String, one of "ACCOUNT_LIMIT_EXCEEDED", "EMAIL_ALREADY_EXISTS", "INVALID_ADDRESS", "INVALID_EMAIL", "CONCURRENT_ACCOUNT_MODIFICATION", "INTERNAL_FAILURE", "GOVCLOUD_ACCOUNT_ALREADY_EXISTS"
1072
+ # resp.create_account_status.failure_reason #=> String, one of "ACCOUNT_LIMIT_EXCEEDED", "EMAIL_ALREADY_EXISTS", "INVALID_ADDRESS", "INVALID_EMAIL", "CONCURRENT_ACCOUNT_MODIFICATION", "INTERNAL_FAILURE", "GOVCLOUD_ACCOUNT_ALREADY_EXISTS", "MISSING_BUSINESS_VALIDATION", "MISSING_PAYMENT_INSTRUMENT"
1070
1073
  #
1071
1074
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/CreateGovCloudAccount AWS API Documentation
1072
1075
  #
@@ -1190,7 +1193,7 @@ module Aws::Organizations
1190
1193
  # resp.organization.master_account_id #=> String
1191
1194
  # resp.organization.master_account_email #=> String
1192
1195
  # resp.organization.available_policy_types #=> Array
1193
- # resp.organization.available_policy_types[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY"
1196
+ # resp.organization.available_policy_types[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY"
1194
1197
  # resp.organization.available_policy_types[0].status #=> String, one of "ENABLED", "PENDING_ENABLE", "PENDING_DISABLE"
1195
1198
  #
1196
1199
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/CreateOrganization AWS API Documentation
@@ -1321,17 +1324,20 @@ module Aws::Organizations
1321
1324
  # The type of policy to create. You can specify one of the following
1322
1325
  # values:
1323
1326
  #
1324
- # * [BACKUP\_POLICY][1]
1327
+ # * [AISERVICES\_OPT\_OUT\_POLICY][1]
1325
1328
  #
1326
- # * [SERVICE\_CONTROL\_POLICY][2]
1329
+ # * [BACKUP\_POLICY][2]
1327
1330
  #
1328
- # * [TAG\_POLICY][3]
1331
+ # * [SERVICE\_CONTROL\_POLICY][3]
1329
1332
  #
1333
+ # * [TAG\_POLICY][4]
1330
1334
  #
1331
1335
  #
1332
- # [1]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
1333
- # [2]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
1334
- # [3]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
1336
+ #
1337
+ # [1]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
1338
+ # [2]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
1339
+ # [3]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
1340
+ # [4]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
1335
1341
  #
1336
1342
  # @return [Types::CreatePolicyResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1337
1343
  #
@@ -1371,7 +1377,7 @@ module Aws::Organizations
1371
1377
  # content: "PolicyContent", # required
1372
1378
  # description: "PolicyDescription", # required
1373
1379
  # name: "PolicyName", # required
1374
- # type: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY
1380
+ # type: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY
1375
1381
  # })
1376
1382
  #
1377
1383
  # @example Response structure
@@ -1380,7 +1386,7 @@ module Aws::Organizations
1380
1386
  # resp.policy.policy_summary.arn #=> String
1381
1387
  # resp.policy.policy_summary.name #=> String
1382
1388
  # resp.policy.policy_summary.description #=> String
1383
- # resp.policy.policy_summary.type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY"
1389
+ # resp.policy.policy_summary.type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY"
1384
1390
  # resp.policy.policy_summary.aws_managed #=> Boolean
1385
1391
  # resp.policy.content #=> String
1386
1392
  #
@@ -1619,6 +1625,11 @@ module Aws::Organizations
1619
1625
  # Removes the specified member AWS account as a delegated administrator
1620
1626
  # for the specified AWS service.
1621
1627
  #
1628
+ # Deregistering a delegated administrator can have unintended impacts on
1629
+ # the functionality of the enabled AWS service. See the documentation
1630
+ # for the enabled service before you deregister a delegated
1631
+ # administrator so that you understand any potential impacts.
1632
+ #
1622
1633
  # You can run this action only for AWS services that support this
1623
1634
  # feature. For a current list of services that support it, see the
1624
1635
  # column *Supports Delegated Administrator* in the table at [AWS
@@ -1789,7 +1800,7 @@ module Aws::Organizations
1789
1800
  # resp.create_account_status.completed_timestamp #=> Time
1790
1801
  # resp.create_account_status.account_id #=> String
1791
1802
  # resp.create_account_status.gov_cloud_account_id #=> String
1792
- # resp.create_account_status.failure_reason #=> String, one of "ACCOUNT_LIMIT_EXCEEDED", "EMAIL_ALREADY_EXISTS", "INVALID_ADDRESS", "INVALID_EMAIL", "CONCURRENT_ACCOUNT_MODIFICATION", "INTERNAL_FAILURE", "GOVCLOUD_ACCOUNT_ALREADY_EXISTS"
1803
+ # resp.create_account_status.failure_reason #=> String, one of "ACCOUNT_LIMIT_EXCEEDED", "EMAIL_ALREADY_EXISTS", "INVALID_ADDRESS", "INVALID_EMAIL", "CONCURRENT_ACCOUNT_MODIFICATION", "INTERNAL_FAILURE", "GOVCLOUD_ACCOUNT_ALREADY_EXISTS", "MISSING_BUSINESS_VALIDATION", "MISSING_PAYMENT_INSTRUMENT"
1793
1804
  #
1794
1805
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DescribeCreateAccountStatus AWS API Documentation
1795
1806
  #
@@ -1823,14 +1834,17 @@ module Aws::Organizations
1823
1834
  # The type of policy that you want information about. You can specify
1824
1835
  # one of the following values:
1825
1836
  #
1826
- # * [BACKUP\_POLICY][1]
1837
+ # * [AISERVICES\_OPT\_OUT\_POLICY][1]
1827
1838
  #
1828
- # * [TAG\_POLICY][2]
1839
+ # * [BACKUP\_POLICY][2]
1829
1840
  #
1841
+ # * [TAG\_POLICY][3]
1830
1842
  #
1831
1843
  #
1832
- # [1]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
1833
- # [2]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
1844
+ #
1845
+ # [1]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
1846
+ # [2]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
1847
+ # [3]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
1834
1848
  #
1835
1849
  # @option params [String] :target_id
1836
1850
  # When you're signed in as the master account, specify the ID of the
@@ -1844,7 +1858,7 @@ module Aws::Organizations
1844
1858
  # @example Request syntax with placeholder values
1845
1859
  #
1846
1860
  # resp = client.describe_effective_policy({
1847
- # policy_type: "TAG_POLICY", # required, accepts TAG_POLICY, BACKUP_POLICY
1861
+ # policy_type: "TAG_POLICY", # required, accepts TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY
1848
1862
  # target_id: "PolicyTargetId",
1849
1863
  # })
1850
1864
  #
@@ -1853,7 +1867,7 @@ module Aws::Organizations
1853
1867
  # resp.effective_policy.policy_content #=> String
1854
1868
  # resp.effective_policy.last_updated_timestamp #=> Time
1855
1869
  # resp.effective_policy.target_id #=> String
1856
- # resp.effective_policy.policy_type #=> String, one of "TAG_POLICY", "BACKUP_POLICY"
1870
+ # resp.effective_policy.policy_type #=> String, one of "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY"
1857
1871
  #
1858
1872
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DescribeEffectivePolicy AWS API Documentation
1859
1873
  #
@@ -2024,7 +2038,7 @@ module Aws::Organizations
2024
2038
  # resp.organization.master_account_id #=> String
2025
2039
  # resp.organization.master_account_email #=> String
2026
2040
  # resp.organization.available_policy_types #=> Array
2027
- # resp.organization.available_policy_types[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY"
2041
+ # resp.organization.available_policy_types[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY"
2028
2042
  # resp.organization.available_policy_types[0].status #=> String, one of "ENABLED", "PENDING_ENABLE", "PENDING_DISABLE"
2029
2043
  #
2030
2044
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DescribeOrganization AWS API Documentation
@@ -2158,7 +2172,7 @@ module Aws::Organizations
2158
2172
  # resp.policy.policy_summary.arn #=> String
2159
2173
  # resp.policy.policy_summary.name #=> String
2160
2174
  # resp.policy.policy_summary.description #=> String
2161
- # resp.policy.policy_summary.type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY"
2175
+ # resp.policy.policy_summary.type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY"
2162
2176
  # resp.policy.policy_summary.aws_managed #=> Boolean
2163
2177
  # resp.policy.content #=> String
2164
2178
  #
@@ -2357,17 +2371,20 @@ module Aws::Organizations
2357
2371
  # The policy type that you want to disable in this root. You can specify
2358
2372
  # one of the following values:
2359
2373
  #
2360
- # * [BACKUP\_POLICY][1]
2374
+ # * [AISERVICES\_OPT\_OUT\_POLICY][1]
2361
2375
  #
2362
- # * [SERVICE\_CONTROL\_POLICY][2]
2376
+ # * [BACKUP\_POLICY][2]
2363
2377
  #
2364
- # * [TAG\_POLICY][3]
2378
+ # * [SERVICE\_CONTROL\_POLICY][3]
2365
2379
  #
2380
+ # * [TAG\_POLICY][4]
2366
2381
  #
2367
2382
  #
2368
- # [1]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
2369
- # [2]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
2370
- # [3]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
2383
+ #
2384
+ # [1]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
2385
+ # [2]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
2386
+ # [3]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
2387
+ # [4]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
2371
2388
  #
2372
2389
  # @return [Types::DisablePolicyTypeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2373
2390
  #
@@ -2399,7 +2416,7 @@ module Aws::Organizations
2399
2416
  #
2400
2417
  # resp = client.disable_policy_type({
2401
2418
  # root_id: "RootId", # required
2402
- # policy_type: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY
2419
+ # policy_type: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY
2403
2420
  # })
2404
2421
  #
2405
2422
  # @example Response structure
@@ -2408,7 +2425,7 @@ module Aws::Organizations
2408
2425
  # resp.root.arn #=> String
2409
2426
  # resp.root.name #=> String
2410
2427
  # resp.root.policy_types #=> Array
2411
- # resp.root.policy_types[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY"
2428
+ # resp.root.policy_types[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY"
2412
2429
  # resp.root.policy_types[0].status #=> String, one of "ENABLED", "PENDING_ENABLE", "PENDING_DISABLE"
2413
2430
  #
2414
2431
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DisablePolicyType AWS API Documentation
@@ -2604,17 +2621,20 @@ module Aws::Organizations
2604
2621
  # The policy type that you want to enable. You can specify one of the
2605
2622
  # following values:
2606
2623
  #
2607
- # * [BACKUP\_POLICY][1]
2624
+ # * [AISERVICES\_OPT\_OUT\_POLICY][1]
2608
2625
  #
2609
- # * [SERVICE\_CONTROL\_POLICY][2]
2626
+ # * [BACKUP\_POLICY][2]
2610
2627
  #
2611
- # * [TAG\_POLICY][3]
2628
+ # * [SERVICE\_CONTROL\_POLICY][3]
2612
2629
  #
2630
+ # * [TAG\_POLICY][4]
2613
2631
  #
2614
2632
  #
2615
- # [1]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
2616
- # [2]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
2617
- # [3]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
2633
+ #
2634
+ # [1]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
2635
+ # [2]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
2636
+ # [3]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
2637
+ # [4]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
2618
2638
  #
2619
2639
  # @return [Types::EnablePolicyTypeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2620
2640
  #
@@ -2650,7 +2670,7 @@ module Aws::Organizations
2650
2670
  #
2651
2671
  # resp = client.enable_policy_type({
2652
2672
  # root_id: "RootId", # required
2653
- # policy_type: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY
2673
+ # policy_type: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY
2654
2674
  # })
2655
2675
  #
2656
2676
  # @example Response structure
@@ -2659,7 +2679,7 @@ module Aws::Organizations
2659
2679
  # resp.root.arn #=> String
2660
2680
  # resp.root.name #=> String
2661
2681
  # resp.root.policy_types #=> Array
2662
- # resp.root.policy_types[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY"
2682
+ # resp.root.policy_types[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY"
2663
2683
  # resp.root.policy_types[0].status #=> String, one of "ENABLED", "PENDING_ENABLE", "PENDING_DISABLE"
2664
2684
  #
2665
2685
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/EnablePolicyType AWS API Documentation
@@ -2840,9 +2860,8 @@ module Aws::Organizations
2840
2860
  # using the AWS Organizations console, API, or CLI commands, the
2841
2861
  # information required of standalone accounts is *not* automatically
2842
2862
  # collected. For each account that you want to make standalone, you
2843
- # must do the following steps:
2844
- #
2845
- # * Accept the end user license agreement (EULA)
2863
+ # must perform the following steps. If any of the steps are already
2864
+ # completed for this account, that step doesn't appear.
2846
2865
  #
2847
2866
  # * Choose a support plan
2848
2867
  #
@@ -3410,7 +3429,7 @@ module Aws::Organizations
3410
3429
  # resp.create_account_statuses[0].completed_timestamp #=> Time
3411
3430
  # resp.create_account_statuses[0].account_id #=> String
3412
3431
  # resp.create_account_statuses[0].gov_cloud_account_id #=> String
3413
- # resp.create_account_statuses[0].failure_reason #=> String, one of "ACCOUNT_LIMIT_EXCEEDED", "EMAIL_ALREADY_EXISTS", "INVALID_ADDRESS", "INVALID_EMAIL", "CONCURRENT_ACCOUNT_MODIFICATION", "INTERNAL_FAILURE", "GOVCLOUD_ACCOUNT_ALREADY_EXISTS"
3432
+ # resp.create_account_statuses[0].failure_reason #=> String, one of "ACCOUNT_LIMIT_EXCEEDED", "EMAIL_ALREADY_EXISTS", "INVALID_ADDRESS", "INVALID_EMAIL", "CONCURRENT_ACCOUNT_MODIFICATION", "INTERNAL_FAILURE", "GOVCLOUD_ACCOUNT_ALREADY_EXISTS", "MISSING_BUSINESS_VALIDATION", "MISSING_PAYMENT_INSTRUMENT"
3414
3433
  # resp.next_token #=> String
3415
3434
  #
3416
3435
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/ListCreateAccountStatus AWS API Documentation
@@ -3568,9 +3587,7 @@ module Aws::Organizations
3568
3587
  #
3569
3588
  # </note>
3570
3589
  #
3571
- # This operation can be called only from the organization's master
3572
- # account or by a member account that is a delegated administrator for
3573
- # an AWS service.
3590
+ # This operation can be called from any account in the organization.
3574
3591
  #
3575
3592
  # @option params [Types::HandshakeFilter] :filter
3576
3593
  # Filters the handshakes that you want included in the response. The
@@ -4131,17 +4148,20 @@ module Aws::Organizations
4131
4148
  # Specifies the type of policy that you want to include in the response.
4132
4149
  # You must specify one of the following values:
4133
4150
  #
4134
- # * [BACKUP\_POLICY][1]
4151
+ # * [AISERVICES\_OPT\_OUT\_POLICY][1]
4135
4152
  #
4136
- # * [SERVICE\_CONTROL\_POLICY][2]
4153
+ # * [BACKUP\_POLICY][2]
4137
4154
  #
4138
- # * [TAG\_POLICY][3]
4155
+ # * [SERVICE\_CONTROL\_POLICY][3]
4139
4156
  #
4157
+ # * [TAG\_POLICY][4]
4140
4158
  #
4141
4159
  #
4142
- # [1]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
4143
- # [2]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
4144
- # [3]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
4160
+ #
4161
+ # [1]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
4162
+ # [2]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
4163
+ # [3]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
4164
+ # [4]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
4145
4165
  #
4146
4166
  # @option params [String] :next_token
4147
4167
  # The parameter for receiving additional results if you receive a
@@ -4211,7 +4231,7 @@ module Aws::Organizations
4211
4231
  # @example Request syntax with placeholder values
4212
4232
  #
4213
4233
  # resp = client.list_policies({
4214
- # filter: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY
4234
+ # filter: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY
4215
4235
  # next_token: "NextToken",
4216
4236
  # max_results: 1,
4217
4237
  # })
@@ -4223,7 +4243,7 @@ module Aws::Organizations
4223
4243
  # resp.policies[0].arn #=> String
4224
4244
  # resp.policies[0].name #=> String
4225
4245
  # resp.policies[0].description #=> String
4226
- # resp.policies[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY"
4246
+ # resp.policies[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY"
4227
4247
  # resp.policies[0].aws_managed #=> Boolean
4228
4248
  # resp.next_token #=> String
4229
4249
  #
@@ -4277,17 +4297,20 @@ module Aws::Organizations
4277
4297
  # The type of policy that you want to include in the returned list. You
4278
4298
  # must specify one of the following values:
4279
4299
  #
4280
- # * [BACKUP\_POLICY][1]
4300
+ # * [AISERVICES\_OPT\_OUT\_POLICY][1]
4281
4301
  #
4282
- # * [SERVICE\_CONTROL\_POLICY][2]
4302
+ # * [BACKUP\_POLICY][2]
4283
4303
  #
4284
- # * [TAG\_POLICY][3]
4304
+ # * [SERVICE\_CONTROL\_POLICY][3]
4285
4305
  #
4306
+ # * [TAG\_POLICY][4]
4286
4307
  #
4287
4308
  #
4288
- # [1]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
4289
- # [2]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
4290
- # [3]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
4309
+ #
4310
+ # [1]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
4311
+ # [2]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
4312
+ # [3]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
4313
+ # [4]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
4291
4314
  #
4292
4315
  # @option params [String] :next_token
4293
4316
  # The parameter for receiving additional results if you receive a
@@ -4345,7 +4368,7 @@ module Aws::Organizations
4345
4368
  #
4346
4369
  # resp = client.list_policies_for_target({
4347
4370
  # target_id: "PolicyTargetId", # required
4348
- # filter: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY
4371
+ # filter: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY
4349
4372
  # next_token: "NextToken",
4350
4373
  # max_results: 1,
4351
4374
  # })
@@ -4357,7 +4380,7 @@ module Aws::Organizations
4357
4380
  # resp.policies[0].arn #=> String
4358
4381
  # resp.policies[0].name #=> String
4359
4382
  # resp.policies[0].description #=> String
4360
- # resp.policies[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY"
4383
+ # resp.policies[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY"
4361
4384
  # resp.policies[0].aws_managed #=> Boolean
4362
4385
  # resp.next_token #=> String
4363
4386
  #
@@ -4458,7 +4481,7 @@ module Aws::Organizations
4458
4481
  # resp.roots[0].arn #=> String
4459
4482
  # resp.roots[0].name #=> String
4460
4483
  # resp.roots[0].policy_types #=> Array
4461
- # resp.roots[0].policy_types[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY"
4484
+ # resp.roots[0].policy_types[0].type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY"
4462
4485
  # resp.roots[0].policy_types[0].status #=> String, one of "ENABLED", "PENDING_ENABLE", "PENDING_DISABLE"
4463
4486
  # resp.next_token #=> String
4464
4487
  #
@@ -4777,16 +4800,15 @@ module Aws::Organizations
4777
4800
  # account. When you create an account in an organization using the AWS
4778
4801
  # Organizations console, API, or CLI commands, the information required
4779
4802
  # of standalone accounts is *not* automatically collected. For an
4780
- # account that you want to make standalone, you must accept the end user
4781
- # license agreement (EULA), choose a support plan, provide and verify
4782
- # the required contact information, and provide a current payment
4783
- # method. AWS uses the payment method to charge for any billable (not
4784
- # free tier) AWS activity that occurs while the account isn't attached
4785
- # to an organization. To remove an account that doesn't yet have this
4786
- # information, you must sign in as the member account and follow the
4787
- # steps at [ To leave an organization when all required account
4788
- # information has not yet been provided][1] in the *AWS Organizations
4789
- # User Guide.*
4803
+ # account that you want to make standalone, you must choose a support
4804
+ # plan, provide and verify the required contact information, and provide
4805
+ # a current payment method. AWS uses the payment method to charge for
4806
+ # any billable (not free tier) AWS activity that occurs while the
4807
+ # account isn't attached to an organization. To remove an account that
4808
+ # doesn't yet have this information, you must sign in as the member
4809
+ # account and follow the steps at [ To leave an organization when all
4810
+ # required account information has not yet been provided][1] in the *AWS
4811
+ # Organizations User Guide.*
4790
4812
  #
4791
4813
  #
4792
4814
  #
@@ -5085,7 +5107,7 @@ module Aws::Organizations
5085
5107
  # resp.policy.policy_summary.arn #=> String
5086
5108
  # resp.policy.policy_summary.name #=> String
5087
5109
  # resp.policy.policy_summary.description #=> String
5088
- # resp.policy.policy_summary.type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY"
5110
+ # resp.policy.policy_summary.type #=> String, one of "SERVICE_CONTROL_POLICY", "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY"
5089
5111
  # resp.policy.policy_summary.aws_managed #=> Boolean
5090
5112
  # resp.policy.content #=> String
5091
5113
  #
@@ -5111,7 +5133,7 @@ module Aws::Organizations
5111
5133
  params: params,
5112
5134
  config: config)
5113
5135
  context[:gem_name] = 'aws-sdk-organizations'
5114
- context[:gem_version] = '1.44.0'
5136
+ context[:gem_version] = '1.49.0'
5115
5137
  Seahorse::Client::Request.new(handlers, context)
5116
5138
  end
5117
5139
 
@@ -755,6 +755,9 @@ module Aws::Organizations
755
755
  # you have reached the limit on the number of accounts in your
756
756
  # organization.
757
757
  #
758
+ # * CONCURRENT\_ACCOUNT\_MODIFICATION: You already submitted a request
759
+ # with the same information.
760
+ #
758
761
  # * EMAIL\_ALREADY\_EXISTS: The account could not be created because
759
762
  # another AWS account with that email address already exists.
760
763
  #
@@ -771,6 +774,12 @@ module Aws::Organizations
771
774
  # * INTERNAL\_FAILURE: The account could not be created because of an
772
775
  # internal failure. Try again later. If the problem persists,
773
776
  # contact Customer Support.
777
+ #
778
+ # * MISSING\_BUSINESS\_VALIDATION: The AWS account that owns your
779
+ # organization has not received Business Validation.
780
+ #
781
+ # * MISSING\_PAYMENT\_INSTRUMENT: You must configure the master
782
+ # account with a valid payment method, such as a credit card.
774
783
  # @return [String]
775
784
  #
776
785
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/CreateAccountStatus AWS API Documentation
@@ -1014,7 +1023,7 @@ module Aws::Organizations
1014
1023
  # content: "PolicyContent", # required
1015
1024
  # description: "PolicyDescription", # required
1016
1025
  # name: "PolicyName", # required
1017
- # type: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY
1026
+ # type: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY
1018
1027
  # }
1019
1028
  #
1020
1029
  # @!attribute [rw] content
@@ -1042,17 +1051,20 @@ module Aws::Organizations
1042
1051
  # The type of policy to create. You can specify one of the following
1043
1052
  # values:
1044
1053
  #
1045
- # * [BACKUP\_POLICY][1]
1054
+ # * [AISERVICES\_OPT\_OUT\_POLICY][1]
1046
1055
  #
1047
- # * [SERVICE\_CONTROL\_POLICY][2]
1056
+ # * [BACKUP\_POLICY][2]
1048
1057
  #
1049
- # * [TAG\_POLICY][3]
1058
+ # * [SERVICE\_CONTROL\_POLICY][3]
1050
1059
  #
1060
+ # * [TAG\_POLICY][4]
1051
1061
  #
1052
1062
  #
1053
- # [1]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
1054
- # [2]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
1055
- # [3]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
1063
+ #
1064
+ # [1]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
1065
+ # [2]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
1066
+ # [3]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
1067
+ # [4]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
1056
1068
  # @return [String]
1057
1069
  #
1058
1070
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/CreatePolicyRequest AWS API Documentation
@@ -1376,7 +1388,7 @@ module Aws::Organizations
1376
1388
  # data as a hash:
1377
1389
  #
1378
1390
  # {
1379
- # policy_type: "TAG_POLICY", # required, accepts TAG_POLICY, BACKUP_POLICY
1391
+ # policy_type: "TAG_POLICY", # required, accepts TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY
1380
1392
  # target_id: "PolicyTargetId",
1381
1393
  # }
1382
1394
  #
@@ -1384,14 +1396,17 @@ module Aws::Organizations
1384
1396
  # The type of policy that you want information about. You can specify
1385
1397
  # one of the following values:
1386
1398
  #
1387
- # * [BACKUP\_POLICY][1]
1399
+ # * [AISERVICES\_OPT\_OUT\_POLICY][1]
1400
+ #
1401
+ # * [BACKUP\_POLICY][2]
1388
1402
  #
1389
- # * [TAG\_POLICY][2]
1403
+ # * [TAG\_POLICY][3]
1390
1404
  #
1391
1405
  #
1392
1406
  #
1393
- # [1]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
1394
- # [2]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
1407
+ # [1]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
1408
+ # [2]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
1409
+ # [3]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
1395
1410
  # @return [String]
1396
1411
  #
1397
1412
  # @!attribute [rw] target_id
@@ -1464,6 +1479,12 @@ module Aws::Organizations
1464
1479
 
1465
1480
  # @!attribute [rw] organization
1466
1481
  # A structure that contains information about the organization.
1482
+ #
1483
+ # The `AvailablePolicyTypes` part of the response is deprecated, and
1484
+ # you shouldn't use it in your apps. It doesn't include any policy
1485
+ # type supported by Organizations other than SCPs. To determine which
1486
+ # policy types are enabled in your organization, use the ` ListRoots `
1487
+ # operation.
1467
1488
  # @return [Types::Organization]
1468
1489
  #
1469
1490
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DescribeOrganizationResponse AWS API Documentation
@@ -1653,7 +1674,7 @@ module Aws::Organizations
1653
1674
  #
1654
1675
  # {
1655
1676
  # root_id: "RootId", # required
1656
- # policy_type: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY
1677
+ # policy_type: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY
1657
1678
  # }
1658
1679
  #
1659
1680
  # @!attribute [rw] root_id
@@ -1672,17 +1693,20 @@ module Aws::Organizations
1672
1693
  # The policy type that you want to disable in this root. You can
1673
1694
  # specify one of the following values:
1674
1695
  #
1675
- # * [BACKUP\_POLICY][1]
1696
+ # * [AISERVICES\_OPT\_OUT\_POLICY][1]
1676
1697
  #
1677
- # * [SERVICE\_CONTROL\_POLICY][2]
1698
+ # * [BACKUP\_POLICY][2]
1678
1699
  #
1679
- # * [TAG\_POLICY][3]
1700
+ # * [SERVICE\_CONTROL\_POLICY][3]
1680
1701
  #
1702
+ # * [TAG\_POLICY][4]
1681
1703
  #
1682
1704
  #
1683
- # [1]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
1684
- # [2]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
1685
- # [3]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
1705
+ #
1706
+ # [1]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
1707
+ # [2]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
1708
+ # [3]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
1709
+ # [4]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
1686
1710
  # @return [String]
1687
1711
  #
1688
1712
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DisablePolicyTypeRequest AWS API Documentation
@@ -1870,7 +1894,7 @@ module Aws::Organizations
1870
1894
  #
1871
1895
  # {
1872
1896
  # root_id: "RootId", # required
1873
- # policy_type: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY
1897
+ # policy_type: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY
1874
1898
  # }
1875
1899
  #
1876
1900
  # @!attribute [rw] root_id
@@ -1889,17 +1913,20 @@ module Aws::Organizations
1889
1913
  # The policy type that you want to enable. You can specify one of the
1890
1914
  # following values:
1891
1915
  #
1892
- # * [BACKUP\_POLICY][1]
1916
+ # * [AISERVICES\_OPT\_OUT\_POLICY][1]
1893
1917
  #
1894
- # * [SERVICE\_CONTROL\_POLICY][2]
1918
+ # * [BACKUP\_POLICY][2]
1895
1919
  #
1896
- # * [TAG\_POLICY][3]
1920
+ # * [SERVICE\_CONTROL\_POLICY][3]
1897
1921
  #
1922
+ # * [TAG\_POLICY][4]
1898
1923
  #
1899
1924
  #
1900
- # [1]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
1901
- # [2]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
1902
- # [3]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
1925
+ #
1926
+ # [1]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
1927
+ # [2]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
1928
+ # [3]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
1929
+ # [4]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
1903
1930
  # @return [String]
1904
1931
  #
1905
1932
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/EnablePolicyTypeRequest AWS API Documentation
@@ -3249,7 +3276,7 @@ module Aws::Organizations
3249
3276
  #
3250
3277
  # {
3251
3278
  # target_id: "PolicyTargetId", # required
3252
- # filter: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY
3279
+ # filter: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY
3253
3280
  # next_token: "NextToken",
3254
3281
  # max_results: 1,
3255
3282
  # }
@@ -3281,17 +3308,20 @@ module Aws::Organizations
3281
3308
  # The type of policy that you want to include in the returned list.
3282
3309
  # You must specify one of the following values:
3283
3310
  #
3284
- # * [BACKUP\_POLICY][1]
3311
+ # * [AISERVICES\_OPT\_OUT\_POLICY][1]
3285
3312
  #
3286
- # * [SERVICE\_CONTROL\_POLICY][2]
3313
+ # * [BACKUP\_POLICY][2]
3287
3314
  #
3288
- # * [TAG\_POLICY][3]
3315
+ # * [SERVICE\_CONTROL\_POLICY][3]
3289
3316
  #
3317
+ # * [TAG\_POLICY][4]
3290
3318
  #
3291
3319
  #
3292
- # [1]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
3293
- # [2]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
3294
- # [3]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
3320
+ #
3321
+ # [1]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
3322
+ # [2]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
3323
+ # [3]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
3324
+ # [4]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
3295
3325
  # @return [String]
3296
3326
  #
3297
3327
  # @!attribute [rw] next_token
@@ -3351,7 +3381,7 @@ module Aws::Organizations
3351
3381
  # data as a hash:
3352
3382
  #
3353
3383
  # {
3354
- # filter: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY
3384
+ # filter: "SERVICE_CONTROL_POLICY", # required, accepts SERVICE_CONTROL_POLICY, TAG_POLICY, BACKUP_POLICY, AISERVICES_OPT_OUT_POLICY
3355
3385
  # next_token: "NextToken",
3356
3386
  # max_results: 1,
3357
3387
  # }
@@ -3360,17 +3390,20 @@ module Aws::Organizations
3360
3390
  # Specifies the type of policy that you want to include in the
3361
3391
  # response. You must specify one of the following values:
3362
3392
  #
3363
- # * [BACKUP\_POLICY][1]
3393
+ # * [AISERVICES\_OPT\_OUT\_POLICY][1]
3364
3394
  #
3365
- # * [SERVICE\_CONTROL\_POLICY][2]
3395
+ # * [BACKUP\_POLICY][2]
3366
3396
  #
3367
- # * [TAG\_POLICY][3]
3397
+ # * [SERVICE\_CONTROL\_POLICY][3]
3368
3398
  #
3399
+ # * [TAG\_POLICY][4]
3369
3400
  #
3370
3401
  #
3371
- # [1]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
3372
- # [2]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
3373
- # [3]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
3402
+ #
3403
+ # [1]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
3404
+ # [2]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
3405
+ # [3]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
3406
+ # [4]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
3374
3407
  # @return [String]
3375
3408
  #
3376
3409
  # @!attribute [rw] next_token
@@ -3790,16 +3823,11 @@ module Aws::Organizations
3790
3823
  # @return [String]
3791
3824
  #
3792
3825
  # @!attribute [rw] available_policy_types
3793
- # A list of policy types that are enabled for this organization. For
3794
- # example, if your organization has all features enabled, then service
3795
- # control policies (SCPs) are included in the list.
3796
- #
3797
- # <note markdown="1"> Even if a policy type is shown as available in the organization, you
3798
- # can separately enable and disable them at the root level by using
3799
- # EnablePolicyType and DisablePolicyType. Use ListRoots to see the
3800
- # status of a policy type in that root.
3826
+ # Do not use. This field is deprecated and doesn't provide complete
3827
+ # information about the policies in your organization.
3801
3828
  #
3802
- # </note>
3829
+ # To determine the policies that are enabled and available for use in
3830
+ # your organization, use the ListRoots operation instead.
3803
3831
  # @return [Array<Types::PolicyTypeSummary>]
3804
3832
  #
3805
3833
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/Organization AWS API Documentation
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.44.0
4
+ version: 1.49.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: 2020-06-24 00:00:00.000000000 Z
11
+ date: 2020-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core