aws-sdk-organizations 1.107.0 → 1.108.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-organizations/client.rb +1 -2
- data/lib/aws-sdk-organizations.rb +1 -1
- 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: b2cc30e8bac4c3f96c2269f95f16af2b8199705cf14494c764d86f1d969bbbce
|
4
|
+
data.tar.gz: 5fce1fe91e8c14d7f19147b7898ce3b64d473fab523c4b2ed1a47dc43baca186
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d54297378cdadb03c6c0b098ca941e1aaddb53a10acd1a9d62246f46bc418f356786df9eeb96da1c59b09479dfe8620cf54ede92f151ada326838f57c67744d6
|
7
|
+
data.tar.gz: a4adc24af60f406ada4d647ec02c9af3f532ea9c9bf1222641c73b85a3c2e4e687638f3519524f45e5b7b450ffb6f6cca340cda1b6be21c9191b6c89efeae8ba
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.108.0
|
@@ -3401,7 +3401,6 @@ module Aws::Organizations
|
|
3401
3401
|
# * Provide and verify the required contact information
|
3402
3402
|
#
|
3403
3403
|
# * Provide a current payment method
|
3404
|
-
#
|
3405
3404
|
# Amazon Web Services uses the payment method to charge for any
|
3406
3405
|
# billable (not free tier) Amazon Web Services activity that occurs
|
3407
3406
|
# while the account isn't attached to an organization. For more
|
@@ -5851,7 +5850,7 @@ module Aws::Organizations
|
|
5851
5850
|
tracer: tracer
|
5852
5851
|
)
|
5853
5852
|
context[:gem_name] = 'aws-sdk-organizations'
|
5854
|
-
context[:gem_version] = '1.
|
5853
|
+
context[:gem_version] = '1.108.0'
|
5855
5854
|
Seahorse::Client::Request.new(handlers, context)
|
5856
5855
|
end
|
5857
5856
|
|
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.108.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: 2024-11-
|
11
|
+
date: 2024-11-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|