aws-sdk-organizations 1.35.0 → 1.36.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 +13 -7
- data/lib/aws-sdk-organizations/types.rb +19 -7
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e1b3d4fe4d6dad180c2092d703de77ca8bc84d23
|
|
4
|
+
data.tar.gz: 58a1bc9500115b8682e325ca86ffedfa9afe7e42
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7019c40b54cc3d12dc136d19fb35a29f529a2b92c8ae9a7b7b14f4b2981681ee0d3e20a900ec887e1f486f6db197be8d7c35aaa9ed04ec6135b26f7c33cfe3a5
|
|
7
|
+
data.tar.gz: 15df42f5365bc93095b25cd05c3f6e3fb076b727b27e3c79466a1d97bd4acc7da0271942d00fdebaa7f211cb20c231e2581c7658e9197948ce09480f4d9137ab
|
|
@@ -426,7 +426,8 @@ module Aws::Organizations
|
|
|
426
426
|
# ListPolicies operation.
|
|
427
427
|
#
|
|
428
428
|
# The [regex pattern][1] for a policy ID string requires "p-" followed
|
|
429
|
-
# by from 8 to 128 lowercase letters or
|
|
429
|
+
# by from 8 to 128 lowercase or uppercase letters, digits, or the
|
|
430
|
+
# underscore character (\_).
|
|
430
431
|
#
|
|
431
432
|
#
|
|
432
433
|
#
|
|
@@ -1513,7 +1514,8 @@ module Aws::Organizations
|
|
|
1513
1514
|
# operations.
|
|
1514
1515
|
#
|
|
1515
1516
|
# The [regex pattern][1] for a policy ID string requires "p-" followed
|
|
1516
|
-
# by from 8 to 128 lowercase letters or
|
|
1517
|
+
# by from 8 to 128 lowercase or uppercase letters, digits, or the
|
|
1518
|
+
# underscore character (\_).
|
|
1517
1519
|
#
|
|
1518
1520
|
#
|
|
1519
1521
|
#
|
|
@@ -1976,7 +1978,8 @@ module Aws::Organizations
|
|
|
1976
1978
|
# operations.
|
|
1977
1979
|
#
|
|
1978
1980
|
# The [regex pattern][1] for a policy ID string requires "p-" followed
|
|
1979
|
-
# by from 8 to 128 lowercase letters or
|
|
1981
|
+
# by from 8 to 128 lowercase or uppercase letters, digits, or the
|
|
1982
|
+
# underscore character (\_).
|
|
1980
1983
|
#
|
|
1981
1984
|
#
|
|
1982
1985
|
#
|
|
@@ -2064,7 +2067,8 @@ module Aws::Organizations
|
|
|
2064
2067
|
# get the ID from the ListPolicies or ListPoliciesForTarget operations.
|
|
2065
2068
|
#
|
|
2066
2069
|
# The [regex pattern][1] for a policy ID string requires "p-" followed
|
|
2067
|
-
# by from 8 to 128 lowercase letters or
|
|
2070
|
+
# by from 8 to 128 lowercase or uppercase letters, digits, or the
|
|
2071
|
+
# underscore character (\_).
|
|
2068
2072
|
#
|
|
2069
2073
|
#
|
|
2070
2074
|
#
|
|
@@ -4160,7 +4164,8 @@ module Aws::Organizations
|
|
|
4160
4164
|
# know.
|
|
4161
4165
|
#
|
|
4162
4166
|
# The [regex pattern][1] for a policy ID string requires "p-" followed
|
|
4163
|
-
# by from 8 to 128 lowercase letters or
|
|
4167
|
+
# by from 8 to 128 lowercase or uppercase letters, digits, or the
|
|
4168
|
+
# underscore character (\_).
|
|
4164
4169
|
#
|
|
4165
4170
|
#
|
|
4166
4171
|
#
|
|
@@ -4557,7 +4562,8 @@ module Aws::Organizations
|
|
|
4557
4562
|
# The unique identifier (ID) of the policy that you want to update.
|
|
4558
4563
|
#
|
|
4559
4564
|
# The [regex pattern][1] for a policy ID string requires "p-" followed
|
|
4560
|
-
# by from 8 to 128 lowercase letters or
|
|
4565
|
+
# by from 8 to 128 lowercase or uppercase letters, digits, or the
|
|
4566
|
+
# underscore character (\_).
|
|
4561
4567
|
#
|
|
4562
4568
|
#
|
|
4563
4569
|
#
|
|
@@ -4683,7 +4689,7 @@ module Aws::Organizations
|
|
|
4683
4689
|
params: params,
|
|
4684
4690
|
config: config)
|
|
4685
4691
|
context[:gem_name] = 'aws-sdk-organizations'
|
|
4686
|
-
context[:gem_version] = '1.
|
|
4692
|
+
context[:gem_version] = '1.36.0'
|
|
4687
4693
|
Seahorse::Client::Request.new(handlers, context)
|
|
4688
4694
|
end
|
|
4689
4695
|
|
|
@@ -229,7 +229,8 @@ module Aws::Organizations
|
|
|
229
229
|
# ListPolicies operation.
|
|
230
230
|
#
|
|
231
231
|
# The [regex pattern][1] for a policy ID string requires "p-"
|
|
232
|
-
# followed by from 8 to 128 lowercase letters or
|
|
232
|
+
# followed by from 8 to 128 lowercase or uppercase letters, digits, or
|
|
233
|
+
# the underscore character (\_).
|
|
233
234
|
#
|
|
234
235
|
#
|
|
235
236
|
#
|
|
@@ -467,14 +468,20 @@ module Aws::Organizations
|
|
|
467
468
|
# * OU\_NUMBER\_LIMIT\_EXCEEDED: You attempted to exceed the number of
|
|
468
469
|
# OUs that you can have in an organization.
|
|
469
470
|
#
|
|
470
|
-
# * POLICY\_NUMBER\_LIMIT\_EXCEEDED
|
|
471
|
+
# * POLICY\_NUMBER\_LIMIT\_EXCEEDED: You attempted to exceed the number
|
|
471
472
|
# of policies that you can have in an organization.
|
|
472
473
|
#
|
|
474
|
+
# * TAG\_POLICY\_VIOLATION: Tags associated with the resource must be
|
|
475
|
+
# compliant with the tag policy that’s in effect for the account. For
|
|
476
|
+
# more information, see [Tag Policies][4] in the *AWS Organizations
|
|
477
|
+
# User Guide.*
|
|
478
|
+
#
|
|
473
479
|
#
|
|
474
480
|
#
|
|
475
481
|
# [1]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#leave-without-all-info
|
|
476
482
|
# [2]: https://console.aws.amazon.com/support/home#/
|
|
477
483
|
# [3]: http://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html
|
|
484
|
+
# [4]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html
|
|
478
485
|
#
|
|
479
486
|
# @!attribute [rw] message
|
|
480
487
|
# @return [String]
|
|
@@ -1041,7 +1048,8 @@ module Aws::Organizations
|
|
|
1041
1048
|
# operations.
|
|
1042
1049
|
#
|
|
1043
1050
|
# The [regex pattern][1] for a policy ID string requires "p-"
|
|
1044
|
-
# followed by from 8 to 128 lowercase letters or
|
|
1051
|
+
# followed by from 8 to 128 lowercase or uppercase letters, digits, or
|
|
1052
|
+
# the underscore character (\_).
|
|
1045
1053
|
#
|
|
1046
1054
|
#
|
|
1047
1055
|
#
|
|
@@ -1274,7 +1282,8 @@ module Aws::Organizations
|
|
|
1274
1282
|
# ListPoliciesForTarget operations.
|
|
1275
1283
|
#
|
|
1276
1284
|
# The [regex pattern][1] for a policy ID string requires "p-"
|
|
1277
|
-
# followed by from 8 to 128 lowercase letters or
|
|
1285
|
+
# followed by from 8 to 128 lowercase or uppercase letters, digits, or
|
|
1286
|
+
# the underscore character (\_).
|
|
1278
1287
|
#
|
|
1279
1288
|
#
|
|
1280
1289
|
#
|
|
@@ -1326,7 +1335,8 @@ module Aws::Organizations
|
|
|
1326
1335
|
# operations.
|
|
1327
1336
|
#
|
|
1328
1337
|
# The [regex pattern][1] for a policy ID string requires "p-"
|
|
1329
|
-
# followed by from 8 to 128 lowercase letters or
|
|
1338
|
+
# followed by from 8 to 128 lowercase or uppercase letters, digits, or
|
|
1339
|
+
# the underscore character (\_).
|
|
1330
1340
|
#
|
|
1331
1341
|
#
|
|
1332
1342
|
#
|
|
@@ -3038,7 +3048,8 @@ module Aws::Organizations
|
|
|
3038
3048
|
# to know.
|
|
3039
3049
|
#
|
|
3040
3050
|
# The [regex pattern][1] for a policy ID string requires "p-"
|
|
3041
|
-
# followed by from 8 to 128 lowercase letters or
|
|
3051
|
+
# followed by from 8 to 128 lowercase or uppercase letters, digits, or
|
|
3052
|
+
# the underscore character (\_).
|
|
3042
3053
|
#
|
|
3043
3054
|
#
|
|
3044
3055
|
#
|
|
@@ -4033,7 +4044,8 @@ module Aws::Organizations
|
|
|
4033
4044
|
# The unique identifier (ID) of the policy that you want to update.
|
|
4034
4045
|
#
|
|
4035
4046
|
# The [regex pattern][1] for a policy ID string requires "p-"
|
|
4036
|
-
# followed by from 8 to 128 lowercase letters or
|
|
4047
|
+
# followed by from 8 to 128 lowercase or uppercase letters, digits, or
|
|
4048
|
+
# the underscore character (\_).
|
|
4037
4049
|
#
|
|
4038
4050
|
#
|
|
4039
4051
|
#
|
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.36.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:
|
|
11
|
+
date: 2020-01-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|