aws-sdk-organizations 1.137.0 → 1.138.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-organizations/client.rb +8 -7
- data/lib/aws-sdk-organizations.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dafe06aff15b2408e4649cf2afd5650a32074a3d451a4dc7e56e10918dd3b5a5
|
|
4
|
+
data.tar.gz: 201c2b3255c8f409394c1ae40580a0aa85f78cb97b8e82130fe4fde1e1d43577
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fa08ae88ec3df340cf4034aab729b96885509c73e3d6130cfddc6ba1449d3ca4a16d63ca3f354eaa2afc7eb995e22aec1ff1cca5a0c2f6416b0bf0124b69f221
|
|
7
|
+
data.tar.gz: 8cac84b7bc4f1dc2916855e95720f26fc6389176b01b9d2fdff29d79db1f3dfad64d6c874ed675ecd2f3075e185b8f450292870732ed72fa78f62392c7f4525e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.138.0
|
|
@@ -878,12 +878,13 @@ module Aws::Organizations
|
|
|
878
878
|
# Support to reopen the account. After 90 days, you can't reopen an
|
|
879
879
|
# account. You might still receive a [bill after account closure][3].
|
|
880
880
|
#
|
|
881
|
-
# *
|
|
882
|
-
#
|
|
883
|
-
#
|
|
884
|
-
#
|
|
885
|
-
#
|
|
886
|
-
#
|
|
881
|
+
# * Within a rolling 30 day period you can close the higher of either
|
|
882
|
+
# 250 or 20% of the member accounts in your organization, up to a
|
|
883
|
+
# maximum of 1,000. This quota is not bound by a calendar month, but
|
|
884
|
+
# starts when you close an account. After you reach this limit, you
|
|
885
|
+
# can't close additional accounts. For more information, see [Closing
|
|
886
|
+
# a member account in your organization][4] and [Quotas for
|
|
887
|
+
# Organizations][5] in the *Organizations User Guide*.
|
|
887
888
|
#
|
|
888
889
|
# * To reinstate a closed account, contact Amazon Web Services Support
|
|
889
890
|
# within the 90-day grace period while the account is in SUSPENDED
|
|
@@ -6743,7 +6744,7 @@ module Aws::Organizations
|
|
|
6743
6744
|
tracer: tracer
|
|
6744
6745
|
)
|
|
6745
6746
|
context[:gem_name] = 'aws-sdk-organizations'
|
|
6746
|
-
context[:gem_version] = '1.
|
|
6747
|
+
context[:gem_version] = '1.138.0'
|
|
6747
6748
|
Seahorse::Client::Request.new(handlers, context)
|
|
6748
6749
|
end
|
|
6749
6750
|
|