aws-sdk-organizations 1.52.0 → 1.53.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-organizations.rb +1 -1
- data/lib/aws-sdk-organizations/client.rb +37 -34
- data/lib/aws-sdk-organizations/types.rb +55 -55
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e17c233b9f00cdf398e31c920ecc81219a1f4df141f9e2be1d3aefa40e1a04ab
|
|
4
|
+
data.tar.gz: 26f49eead8937477d592fa94b7817105da8a328f18377d4d9ce9a1114783922e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d7d2d950fe168072a9542da1b63c6e9b1ff501d81c4db363bbf3429305778d97233d4e25b4d4dfec79de7d66ba951cbbb7f47d2de805356fd9ac32a6d2fd2d25
|
|
7
|
+
data.tar.gz: 2d286d0d3f8b874af8e7ef4195ddb02256ba3305ae62c3bcea28655bf7c0728067a14052be89baf1b05f7d1106ec040c48f85eab07c56e60859b83a67b560793
|
|
@@ -492,10 +492,10 @@ module Aws::Organizations
|
|
|
492
492
|
#
|
|
493
493
|
#
|
|
494
494
|
#
|
|
495
|
-
# [1]:
|
|
496
|
-
# [2]:
|
|
497
|
-
# [3]:
|
|
498
|
-
# [4]:
|
|
495
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
|
|
496
|
+
# [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
|
|
497
|
+
# [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
|
|
498
|
+
# [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
|
|
499
499
|
#
|
|
500
500
|
# @option params [required, String] :policy_id
|
|
501
501
|
# The unique identifier (ID) of the policy that you want to attach to
|
|
@@ -695,8 +695,9 @@ module Aws::Organizations
|
|
|
695
695
|
# successfully access the account. To check the status of the request,
|
|
696
696
|
# do one of the following:
|
|
697
697
|
#
|
|
698
|
-
# * Use the `
|
|
699
|
-
# provide as a parameter to the
|
|
698
|
+
# * Use the `Id` member of the `CreateAccountStatus` response element
|
|
699
|
+
# from this operation to provide as a parameter to the
|
|
700
|
+
# DescribeCreateAccountStatus operation.
|
|
700
701
|
#
|
|
701
702
|
# * Check the AWS CloudTrail log for the `CreateAccountResult` event.
|
|
702
703
|
# For information on using AWS CloudTrail with AWS Organizations, see
|
|
@@ -912,7 +913,8 @@ module Aws::Organizations
|
|
|
912
913
|
# the [ *AWS GovCloud User Guide*.][1]
|
|
913
914
|
#
|
|
914
915
|
# * You already have an account in the AWS GovCloud (US) Region that is
|
|
915
|
-
#
|
|
916
|
+
# paired with a master account of an organization in the commercial
|
|
917
|
+
# Region.
|
|
916
918
|
#
|
|
917
919
|
# * You call this action from the master account of your organization in
|
|
918
920
|
# the commercial Region.
|
|
@@ -1438,10 +1440,10 @@ module Aws::Organizations
|
|
|
1438
1440
|
#
|
|
1439
1441
|
#
|
|
1440
1442
|
#
|
|
1441
|
-
# [1]:
|
|
1442
|
-
# [2]:
|
|
1443
|
-
# [3]:
|
|
1444
|
-
# [4]:
|
|
1443
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
|
|
1444
|
+
# [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
|
|
1445
|
+
# [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
|
|
1446
|
+
# [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
|
|
1445
1447
|
#
|
|
1446
1448
|
# @option params [Array<Types::Tag>] :tags
|
|
1447
1449
|
# A list of tags that you want to attach to the newly created policy.
|
|
@@ -1877,9 +1879,10 @@ module Aws::Organizations
|
|
|
1877
1879
|
# an AWS service.
|
|
1878
1880
|
#
|
|
1879
1881
|
# @option params [required, String] :create_account_request_id
|
|
1880
|
-
# Specifies the `
|
|
1881
|
-
# can get the
|
|
1882
|
-
# or from the
|
|
1882
|
+
# Specifies the `Id` value that uniquely identifies the `CreateAccount`
|
|
1883
|
+
# request. You can get the value from the `CreateAccountStatus.Id`
|
|
1884
|
+
# response in an earlier CreateAccount request, or from the
|
|
1885
|
+
# ListCreateAccountStatus operation.
|
|
1883
1886
|
#
|
|
1884
1887
|
# The [regex pattern][1] for a create account request ID string requires
|
|
1885
1888
|
# "car-" followed by from 8 to 32 lowercase letters or digits.
|
|
@@ -1969,9 +1972,9 @@ module Aws::Organizations
|
|
|
1969
1972
|
#
|
|
1970
1973
|
#
|
|
1971
1974
|
#
|
|
1972
|
-
# [1]:
|
|
1973
|
-
# [2]:
|
|
1974
|
-
# [3]:
|
|
1975
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
|
|
1976
|
+
# [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
|
|
1977
|
+
# [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
|
|
1975
1978
|
#
|
|
1976
1979
|
# @option params [String] :target_id
|
|
1977
1980
|
# When you're signed in as the master account, specify the ID of the
|
|
@@ -2508,10 +2511,10 @@ module Aws::Organizations
|
|
|
2508
2511
|
#
|
|
2509
2512
|
#
|
|
2510
2513
|
#
|
|
2511
|
-
# [1]:
|
|
2512
|
-
# [2]:
|
|
2513
|
-
# [3]:
|
|
2514
|
-
# [4]:
|
|
2514
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
|
|
2515
|
+
# [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
|
|
2516
|
+
# [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
|
|
2517
|
+
# [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
|
|
2515
2518
|
#
|
|
2516
2519
|
# @return [Types::DisablePolicyTypeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
2517
2520
|
#
|
|
@@ -2758,10 +2761,10 @@ module Aws::Organizations
|
|
|
2758
2761
|
#
|
|
2759
2762
|
#
|
|
2760
2763
|
#
|
|
2761
|
-
# [1]:
|
|
2762
|
-
# [2]:
|
|
2763
|
-
# [3]:
|
|
2764
|
-
# [4]:
|
|
2764
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
|
|
2765
|
+
# [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
|
|
2766
|
+
# [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
|
|
2767
|
+
# [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
|
|
2765
2768
|
#
|
|
2766
2769
|
# @return [Types::EnablePolicyTypeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
2767
2770
|
#
|
|
@@ -4325,10 +4328,10 @@ module Aws::Organizations
|
|
|
4325
4328
|
#
|
|
4326
4329
|
#
|
|
4327
4330
|
#
|
|
4328
|
-
# [1]:
|
|
4329
|
-
# [2]:
|
|
4330
|
-
# [3]:
|
|
4331
|
-
# [4]:
|
|
4331
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
|
|
4332
|
+
# [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
|
|
4333
|
+
# [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
|
|
4334
|
+
# [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
|
|
4332
4335
|
#
|
|
4333
4336
|
# @option params [String] :next_token
|
|
4334
4337
|
# The parameter for receiving additional results if you receive a
|
|
@@ -4474,10 +4477,10 @@ module Aws::Organizations
|
|
|
4474
4477
|
#
|
|
4475
4478
|
#
|
|
4476
4479
|
#
|
|
4477
|
-
# [1]:
|
|
4478
|
-
# [2]:
|
|
4479
|
-
# [3]:
|
|
4480
|
-
# [4]:
|
|
4480
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
|
|
4481
|
+
# [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
|
|
4482
|
+
# [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
|
|
4483
|
+
# [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
|
|
4481
4484
|
#
|
|
4482
4485
|
# @option params [String] :next_token
|
|
4483
4486
|
# The parameter for receiving additional results if you receive a
|
|
@@ -5377,7 +5380,7 @@ module Aws::Organizations
|
|
|
5377
5380
|
params: params,
|
|
5378
5381
|
config: config)
|
|
5379
5382
|
context[:gem_name] = 'aws-sdk-organizations'
|
|
5380
|
-
context[:gem_version] = '1.
|
|
5383
|
+
context[:gem_version] = '1.53.0'
|
|
5381
5384
|
Seahorse::Client::Request.new(handlers, context)
|
|
5382
5385
|
end
|
|
5383
5386
|
|
|
@@ -358,13 +358,13 @@ module Aws::Organizations
|
|
|
358
358
|
# The [regex pattern][1] for a child ID string requires one of the
|
|
359
359
|
# following:
|
|
360
360
|
#
|
|
361
|
-
# * Account
|
|
361
|
+
# * **Account** - A string that consists of exactly 12 digits.
|
|
362
362
|
#
|
|
363
|
-
# * Organizational unit (OU)
|
|
364
|
-
# followed by from 4 to 32
|
|
363
|
+
# * **Organizational unit (OU)** - A string that begins with "ou-"
|
|
364
|
+
# followed by from 4 to 32 lowercase letters or digits (the ID of
|
|
365
365
|
# the root that contains the OU). This string is followed by a
|
|
366
|
-
# second "-" dash and from 8 to 32 additional
|
|
367
|
-
#
|
|
366
|
+
# second "-" dash and from 8 to 32 additional lowercase letters or
|
|
367
|
+
# digits.
|
|
368
368
|
#
|
|
369
369
|
#
|
|
370
370
|
#
|
|
@@ -730,7 +730,7 @@ module Aws::Organizations
|
|
|
730
730
|
# create the account.
|
|
731
731
|
#
|
|
732
732
|
# The [regex pattern][1] for a create account request ID string
|
|
733
|
-
# requires "car-" followed by from 8 to 32
|
|
733
|
+
# requires "car-" followed by from 8 to 32 lowercase letters or
|
|
734
734
|
# digits.
|
|
735
735
|
#
|
|
736
736
|
#
|
|
@@ -1147,10 +1147,10 @@ module Aws::Organizations
|
|
|
1147
1147
|
#
|
|
1148
1148
|
#
|
|
1149
1149
|
#
|
|
1150
|
-
# [1]:
|
|
1151
|
-
# [2]:
|
|
1152
|
-
# [3]:
|
|
1153
|
-
# [4]:
|
|
1150
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
|
|
1151
|
+
# [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
|
|
1152
|
+
# [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
|
|
1153
|
+
# [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
|
|
1154
1154
|
# @return [String]
|
|
1155
1155
|
#
|
|
1156
1156
|
# @!attribute [rw] tags
|
|
@@ -1455,8 +1455,9 @@ module Aws::Organizations
|
|
|
1455
1455
|
# }
|
|
1456
1456
|
#
|
|
1457
1457
|
# @!attribute [rw] create_account_request_id
|
|
1458
|
-
# Specifies the `
|
|
1459
|
-
# You can get the
|
|
1458
|
+
# Specifies the `Id` value that uniquely identifies the
|
|
1459
|
+
# `CreateAccount` request. You can get the value from the
|
|
1460
|
+
# `CreateAccountStatus.Id` response in an earlier CreateAccount
|
|
1460
1461
|
# request, or from the ListCreateAccountStatus operation.
|
|
1461
1462
|
#
|
|
1462
1463
|
# The [regex pattern][1] for a create account request ID string
|
|
@@ -1509,9 +1510,9 @@ module Aws::Organizations
|
|
|
1509
1510
|
#
|
|
1510
1511
|
#
|
|
1511
1512
|
#
|
|
1512
|
-
# [1]:
|
|
1513
|
-
# [2]:
|
|
1514
|
-
# [3]:
|
|
1513
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
|
|
1514
|
+
# [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
|
|
1515
|
+
# [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
|
|
1515
1516
|
# @return [String]
|
|
1516
1517
|
#
|
|
1517
1518
|
# @!attribute [rw] target_id
|
|
@@ -1808,10 +1809,10 @@ module Aws::Organizations
|
|
|
1808
1809
|
#
|
|
1809
1810
|
#
|
|
1810
1811
|
#
|
|
1811
|
-
# [1]:
|
|
1812
|
-
# [2]:
|
|
1813
|
-
# [3]:
|
|
1814
|
-
# [4]:
|
|
1812
|
+
# [1]: 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_backup.html
|
|
1814
|
+
# [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
|
|
1815
|
+
# [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
|
|
1815
1816
|
# @return [String]
|
|
1816
1817
|
#
|
|
1817
1818
|
# @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DisablePolicyTypeRequest AWS API Documentation
|
|
@@ -2028,10 +2029,10 @@ module Aws::Organizations
|
|
|
2028
2029
|
#
|
|
2029
2030
|
#
|
|
2030
2031
|
#
|
|
2031
|
-
# [1]:
|
|
2032
|
-
# [2]:
|
|
2033
|
-
# [3]:
|
|
2034
|
-
# [4]:
|
|
2032
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
|
|
2033
|
+
# [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
|
|
2034
|
+
# [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
|
|
2035
|
+
# [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
|
|
2035
2036
|
# @return [String]
|
|
2036
2037
|
#
|
|
2037
2038
|
# @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/EnablePolicyTypeRequest AWS API Documentation
|
|
@@ -2114,7 +2115,7 @@ module Aws::Organizations
|
|
|
2114
2115
|
# creates the ID when it initiates the handshake.
|
|
2115
2116
|
#
|
|
2116
2117
|
# The [regex pattern][1] for handshake ID string requires "h-"
|
|
2117
|
-
# followed by from 8 to 32
|
|
2118
|
+
# followed by from 8 to 32 lowercase letters or digits.
|
|
2118
2119
|
#
|
|
2119
2120
|
#
|
|
2120
2121
|
#
|
|
@@ -2322,7 +2323,7 @@ module Aws::Organizations
|
|
|
2322
2323
|
# `ActionType`.
|
|
2323
2324
|
#
|
|
2324
2325
|
# The [regex pattern][1] for handshake ID string requires "h-"
|
|
2325
|
-
# followed by from 8 to 32
|
|
2326
|
+
# followed by from 8 to 32 lowercase letters or digits.
|
|
2326
2327
|
#
|
|
2327
2328
|
#
|
|
2328
2329
|
#
|
|
@@ -2365,7 +2366,7 @@ module Aws::Organizations
|
|
|
2365
2366
|
# The unique identifier (ID) for the party.
|
|
2366
2367
|
#
|
|
2367
2368
|
# The [regex pattern][1] for handshake ID string requires "h-"
|
|
2368
|
-
# followed by from 8 to 32
|
|
2369
|
+
# followed by from 8 to 32 lowercase letters or digits.
|
|
2369
2370
|
#
|
|
2370
2371
|
#
|
|
2371
2372
|
#
|
|
@@ -3470,10 +3471,10 @@ module Aws::Organizations
|
|
|
3470
3471
|
#
|
|
3471
3472
|
#
|
|
3472
3473
|
#
|
|
3473
|
-
# [1]:
|
|
3474
|
-
# [2]:
|
|
3475
|
-
# [3]:
|
|
3476
|
-
# [4]:
|
|
3474
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
|
|
3475
|
+
# [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
|
|
3476
|
+
# [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
|
|
3477
|
+
# [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
|
|
3477
3478
|
# @return [String]
|
|
3478
3479
|
#
|
|
3479
3480
|
# @!attribute [rw] next_token
|
|
@@ -3552,10 +3553,10 @@ module Aws::Organizations
|
|
|
3552
3553
|
#
|
|
3553
3554
|
#
|
|
3554
3555
|
#
|
|
3555
|
-
# [1]:
|
|
3556
|
-
# [2]:
|
|
3557
|
-
# [3]:
|
|
3558
|
-
# [4]:
|
|
3556
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html
|
|
3557
|
+
# [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_backup.html
|
|
3558
|
+
# [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
|
|
3559
|
+
# [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
|
|
3559
3560
|
# @return [String]
|
|
3560
3561
|
#
|
|
3561
3562
|
# @!attribute [rw] next_token
|
|
@@ -3925,7 +3926,7 @@ module Aws::Organizations
|
|
|
3925
3926
|
# The unique identifier (ID) of an organization.
|
|
3926
3927
|
#
|
|
3927
3928
|
# The [regex pattern][1] for an organization ID string requires "o-"
|
|
3928
|
-
# followed by from 10 to 32
|
|
3929
|
+
# followed by from 10 to 32 lowercase letters or digits.
|
|
3929
3930
|
#
|
|
3930
3931
|
#
|
|
3931
3932
|
#
|
|
@@ -4033,9 +4034,9 @@ module Aws::Organizations
|
|
|
4033
4034
|
# The unique identifier (ID) associated with this OU.
|
|
4034
4035
|
#
|
|
4035
4036
|
# The [regex pattern][1] for an organizational unit ID string requires
|
|
4036
|
-
# "ou-" followed by from 4 to 32
|
|
4037
|
-
#
|
|
4038
|
-
# second "-" dash and from 8 to 32 additional
|
|
4037
|
+
# "ou-" followed by from 4 to 32 lowercase letters or digits (the ID
|
|
4038
|
+
# of the root that contains the OU). This string is followed by a
|
|
4039
|
+
# second "-" dash and from 8 to 32 additional lowercase letters or
|
|
4039
4040
|
# digits.
|
|
4040
4041
|
#
|
|
4041
4042
|
#
|
|
@@ -4113,13 +4114,13 @@ module Aws::Organizations
|
|
|
4113
4114
|
# The [regex pattern][1] for a parent ID string requires one of the
|
|
4114
4115
|
# following:
|
|
4115
4116
|
#
|
|
4116
|
-
# * Root
|
|
4117
|
-
#
|
|
4117
|
+
# * **Root** - A string that begins with "r-" followed by from 4 to
|
|
4118
|
+
# 32 lowercase letters or digits.
|
|
4118
4119
|
#
|
|
4119
|
-
# * Organizational unit (OU)
|
|
4120
|
-
# followed by from 4 to 32
|
|
4120
|
+
# * **Organizational unit (OU)** - A string that begins with "ou-"
|
|
4121
|
+
# followed by from 4 to 32 lowercase letters or digits (the ID of
|
|
4121
4122
|
# the root that the OU is in). This string is followed by a second
|
|
4122
|
-
# "-" dash and from 8 to 32 additional
|
|
4123
|
+
# "-" dash and from 8 to 32 additional lowercase letters or
|
|
4123
4124
|
# digits.
|
|
4124
4125
|
#
|
|
4125
4126
|
#
|
|
@@ -4236,7 +4237,8 @@ module Aws::Organizations
|
|
|
4236
4237
|
# The unique identifier (ID) of the policy.
|
|
4237
4238
|
#
|
|
4238
4239
|
# The [regex pattern][1] for a policy ID string requires "p-"
|
|
4239
|
-
# followed by from 8 to 128
|
|
4240
|
+
# followed by from 8 to 128 lowercase or uppercase letters, digits, or
|
|
4241
|
+
# the underscore character (\_).
|
|
4240
4242
|
#
|
|
4241
4243
|
#
|
|
4242
4244
|
#
|
|
@@ -4302,15 +4304,15 @@ module Aws::Organizations
|
|
|
4302
4304
|
# The [regex pattern][1] for a target ID string requires one of the
|
|
4303
4305
|
# following:
|
|
4304
4306
|
#
|
|
4305
|
-
# * Root
|
|
4306
|
-
#
|
|
4307
|
+
# * **Root** - A string that begins with "r-" followed by from 4 to
|
|
4308
|
+
# 32 lowercase letters or digits.
|
|
4307
4309
|
#
|
|
4308
|
-
# * Account
|
|
4310
|
+
# * **Account** - A string that consists of exactly 12 digits.
|
|
4309
4311
|
#
|
|
4310
|
-
# * Organizational unit (OU)
|
|
4311
|
-
# followed by from 4 to 32
|
|
4312
|
+
# * **Organizational unit (OU)** - A string that begins with "ou-"
|
|
4313
|
+
# followed by from 4 to 32 lowercase letters or digits (the ID of
|
|
4312
4314
|
# the root that the OU is in). This string is followed by a second
|
|
4313
|
-
# "-" dash and from 8 to 32 additional
|
|
4315
|
+
# "-" dash and from 8 to 32 additional lowercase letters or
|
|
4314
4316
|
# digits.
|
|
4315
4317
|
#
|
|
4316
4318
|
#
|
|
@@ -4490,16 +4492,14 @@ module Aws::Organizations
|
|
|
4490
4492
|
|
|
4491
4493
|
# Contains details about a root. A root is a top-level parent node in
|
|
4492
4494
|
# the hierarchy of an organization that can contain organizational units
|
|
4493
|
-
# (OUs) and accounts.
|
|
4494
|
-
# organization.
|
|
4495
|
-
# different way and to have different policy types enabled for use in
|
|
4496
|
-
# that root.
|
|
4495
|
+
# (OUs) and accounts. The root contains every AWS account in the
|
|
4496
|
+
# organization.
|
|
4497
4497
|
#
|
|
4498
4498
|
# @!attribute [rw] id
|
|
4499
4499
|
# The unique identifier (ID) for the root.
|
|
4500
4500
|
#
|
|
4501
4501
|
# The [regex pattern][1] for a root ID string requires "r-" followed
|
|
4502
|
-
# by from 4 to 32
|
|
4502
|
+
# by from 4 to 32 lowercase letters or digits.
|
|
4503
4503
|
#
|
|
4504
4504
|
#
|
|
4505
4505
|
#
|
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.
|
|
4
|
+
version: 1.53.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-
|
|
11
|
+
date: 2020-10-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|