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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e5d96097520061e6114fc6fe94babd9ae3273b6500e9c5cbb8c939da23a21074
4
- data.tar.gz: 256abcfe182414969fc84ef97db333f39bd1951c08fa3a26be52e5b9b519c31b
3
+ metadata.gz: 1bb1c329c5291e69f556396db6806a924bc7be6b8ff1fdd30ac6f7d42e2996c1
4
+ data.tar.gz: a95e9058cc53ef2697ca62d11ab338dab128d9ad0811d1cd32b2a3c32e6046ed
5
5
  SHA512:
6
- metadata.gz: 5f673ac6b433f52999e50bcc64fa72a415e819505dc30ebc719c2a495d5432ae53797269d9cd2db7e7fd0ba1f00fc8e2bcd3bbfbd8592a8fdaef7e814de35b88
7
- data.tar.gz: 58a2113b3d5535885cf194971cd61ac9432eee25e68251083a2c2b682d12c5cfb2c9ba4e0359d023d2ecdd66a609c5542ffb726a332af456f75779821780e3c1
6
+ metadata.gz: 304117942c15126a7338b04f0f2f77370aad9dc4435b9ff05328cb54d28bf15361bc2e9241aae55535fa4fac2b4d6ae7eb43db151199753f9aed8e1d206b06ad
7
+ data.tar.gz: 29b94cf3826435459539d4859d1f46e108f9ecc6019deef588f803f477cd7b9bbbb283c82cae9c939073028bae1e75a24768ca5d0c691ff936b8ca4b16e6aaa4
@@ -47,6 +47,6 @@ require_relative 'aws-sdk-organizations/customizations'
47
47
  # @service
48
48
  module Aws::Organizations
49
49
 
50
- GEM_VERSION = '1.48.0'
50
+ GEM_VERSION = '1.49.0'
51
51
 
52
52
  end
@@ -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 do the following steps:
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 accept the end user
4805
- # license agreement (EULA), choose a support plan, provide and verify
4806
- # the required contact information, and provide a current payment
4807
- # method. AWS uses the payment method to charge for any billable (not
4808
- # free tier) AWS activity that occurs while the account isn't attached
4809
- # to an organization. To remove an account that doesn't yet have this
4810
- # information, you must sign in as the member account and follow the
4811
- # steps at [ To leave an organization when all required account
4812
- # information has not yet been provided][1] in the *AWS Organizations
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.48.0'
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.48.0
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 00:00:00.000000000 Z
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