aws-sdk-organizations 1.48.0 → 1.49.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 +12 -14
- 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: 1bb1c329c5291e69f556396db6806a924bc7be6b8ff1fdd30ac6f7d42e2996c1
|
|
4
|
+
data.tar.gz: a95e9058cc53ef2697ca62d11ab338dab128d9ad0811d1cd32b2a3c32e6046ed
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 304117942c15126a7338b04f0f2f77370aad9dc4435b9ff05328cb54d28bf15361bc2e9241aae55535fa4fac2b4d6ae7eb43db151199753f9aed8e1d206b06ad
|
|
7
|
+
data.tar.gz: 29b94cf3826435459539d4859d1f46e108f9ecc6019deef588f803f477cd7b9bbbb283c82cae9c939073028bae1e75a24768ca5d0c691ff936b8ca4b16e6aaa4
|
|
@@ -2860,9 +2860,8 @@ module Aws::Organizations
|
|
|
2860
2860
|
# using the AWS Organizations console, API, or CLI commands, the
|
|
2861
2861
|
# information required of standalone accounts is *not* automatically
|
|
2862
2862
|
# collected. For each account that you want to make standalone, you
|
|
2863
|
-
# must
|
|
2864
|
-
#
|
|
2865
|
-
# * 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.
|
|
2866
2865
|
#
|
|
2867
2866
|
# * Choose a support plan
|
|
2868
2867
|
#
|
|
@@ -4801,16 +4800,15 @@ module Aws::Organizations
|
|
|
4801
4800
|
# account. When you create an account in an organization using the AWS
|
|
4802
4801
|
# Organizations console, API, or CLI commands, the information required
|
|
4803
4802
|
# of standalone accounts is *not* automatically collected. For an
|
|
4804
|
-
# account that you want to make standalone, you must
|
|
4805
|
-
#
|
|
4806
|
-
#
|
|
4807
|
-
#
|
|
4808
|
-
#
|
|
4809
|
-
#
|
|
4810
|
-
#
|
|
4811
|
-
#
|
|
4812
|
-
#
|
|
4813
|
-
# 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.*
|
|
4814
4812
|
#
|
|
4815
4813
|
#
|
|
4816
4814
|
#
|
|
@@ -5135,7 +5133,7 @@ module Aws::Organizations
|
|
|
5135
5133
|
params: params,
|
|
5136
5134
|
config: config)
|
|
5137
5135
|
context[:gem_name] = 'aws-sdk-organizations'
|
|
5138
|
-
context[:gem_version] = '1.
|
|
5136
|
+
context[:gem_version] = '1.49.0'
|
|
5139
5137
|
Seahorse::Client::Request.new(handlers, context)
|
|
5140
5138
|
end
|
|
5141
5139
|
|
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.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-08-
|
|
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
|