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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 82bee75ec18e4343af6912d4970a3270a3aed661272610511c61c94fa3644d46
4
- data.tar.gz: 5e59bea439769ac75d848ee3ef6a2a54bfe18d97f62e3f9e72d88b4bcc2fe9bf
3
+ metadata.gz: dafe06aff15b2408e4649cf2afd5650a32074a3d451a4dc7e56e10918dd3b5a5
4
+ data.tar.gz: 201c2b3255c8f409394c1ae40580a0aa85f78cb97b8e82130fe4fde1e1d43577
5
5
  SHA512:
6
- metadata.gz: acfef1f6922c21ff0356e3b225be5e44af95f2fdec47536cbe6e558d5b471bcc20358e17978db66abc2466eb34a6ee460ebffe9a3e2e95fde3301561f9465fb5
7
- data.tar.gz: 5d6f80d8625e62e1ba22447e933565e8eb27b9c4edc5502d4e9750429efa6e7b6915ef8c97d5cc5f9637a91e55cddaf9c6d12ec6a2f34f0f8a97cd1603f65e28
6
+ metadata.gz: fa08ae88ec3df340cf4034aab729b96885509c73e3d6130cfddc6ba1449d3ca4a16d63ca3f354eaa2afc7eb995e22aec1ff1cca5a0c2f6416b0bf0124b69f221
7
+ data.tar.gz: 8cac84b7bc4f1dc2916855e95720f26fc6389176b01b9d2fdff29d79db1f3dfad64d6c874ed675ecd2f3075e185b8f450292870732ed72fa78f62392c7f4525e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.138.0 (2026-04-03)
5
+ ------------------
6
+
7
+ * Feature - Updates close Account quota for member accounts in an Organization.
8
+
4
9
  1.137.0 (2026-03-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.137.0
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
- # * You can close only 10% of member accounts, between 10 and 1000,
882
- # within a rolling 30 day period. This quota is not bound by a
883
- # calendar month, but starts when you close an account. After you
884
- # reach this limit, you can't close additional accounts. For more
885
- # information, see [Closing a member account in your organization][4]
886
- # and [Quotas for Organizations][5] in the *Organizations User Guide*.
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.137.0'
6747
+ context[:gem_version] = '1.138.0'
6747
6748
  Seahorse::Client::Request.new(handlers, context)
6748
6749
  end
6749
6750
 
@@ -54,7 +54,7 @@ module Aws::Organizations
54
54
  autoload :EndpointProvider, 'aws-sdk-organizations/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-organizations/endpoints'
56
56
 
57
- GEM_VERSION = '1.137.0'
57
+ GEM_VERSION = '1.138.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-organizations
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.137.0
4
+ version: 1.138.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services