aws-sdk-organizations 1.107.0 → 1.108.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: c76db2868af658d3fc702f7651ceeb4d855d9c5f5261f4ede6de18c4ddae6631
4
- data.tar.gz: efc6a20f24166e7fbfa61147b192ded6894940f1723135c5ae9c26ac252711a7
3
+ metadata.gz: b2cc30e8bac4c3f96c2269f95f16af2b8199705cf14494c764d86f1d969bbbce
4
+ data.tar.gz: 5fce1fe91e8c14d7f19147b7898ce3b64d473fab523c4b2ed1a47dc43baca186
5
5
  SHA512:
6
- metadata.gz: 7fcdcb2d327c762a1c39e85aed19c50d21bc05120fd30f88874383dfe6acb68ab550e1ddecf528995b2d7658005ee85773dd66b64496e2ec075db4aa8cff301f
7
- data.tar.gz: 610b34b2da42f66e1e0c215e6e7670db6470c13b35e6ce8fd065e12c630619a21d34957682c05cc9e2441b2bb58c3cb7a6cbba0f020531f2c292b327cbf99c6b
6
+ metadata.gz: d54297378cdadb03c6c0b098ca941e1aaddb53a10acd1a9d62246f46bc418f356786df9eeb96da1c59b09479dfe8620cf54ede92f151ada326838f57c67744d6
7
+ data.tar.gz: a4adc24af60f406ada4d647ec02c9af3f532ea9c9bf1222641c73b85a3c2e4e687638f3519524f45e5b7b450ffb6f6cca340cda1b6be21c9191b6c89efeae8ba
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.108.0 (2024-11-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.107.0 (2024-11-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.107.0
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.107.0'
5853
+ context[:gem_version] = '1.108.0'
5855
5854
  Seahorse::Client::Request.new(handlers, context)
5856
5855
  end
5857
5856
 
@@ -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.107.0'
57
+ GEM_VERSION = '1.108.0'
58
58
 
59
59
  end
60
60
 
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.107.0
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-13 00:00:00.000000000 Z
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