aws-sdk-organizations 1.105.0 → 1.106.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d4fa27e414ffd9d6a5f1e99b3e3a8ff22ccf164e190c01041f5a4324f3eac995
4
- data.tar.gz: 5d267eac240830e60f355f67ff2f6263743d2dc55c47ac962d3fbbabd8f1b648
3
+ metadata.gz: e202fb3e60a2a07aaf2546df0ecf9e84a7832233c5f16a383ed7aa581032e360
4
+ data.tar.gz: c71a7e7cc6c64d6d15c4476f4900aa039de68abb1ecf31c73a4c05b405e336d4
5
5
  SHA512:
6
- metadata.gz: fb74ce644200653305c95e70b4b42ce2cfcd6db3429bd8cb53bfc9f3cdcb405318a0157be71bb7749ad7fda11bed50d1e8b15068d0dcea7ee17456d47f0631e1
7
- data.tar.gz: 9a806762432cfb8215af03abeee238b26b626fcf91f59bc1b5934efc03c7257de55f9c9cecfe1dc7ef85667270762eeb5c293fccd25e1cc9abb5f728ac065a3f
6
+ metadata.gz: 1e1b2ba30341bfdf3928634137732d5c47d102401b09dc089eaca57f40766b44461b7462d242a58301fb6eef28c25495bd978dcda9f36ac1451ff30ce1201757
7
+ data.tar.gz: 4f4d018ca45754187a3883af65529d94e58795712fc5f35a5d38429a95f111ca2e030788b80ca9f634b83a8c01552f8f4d61778dc02716c66c57c9000cc860a3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.106.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.105.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.105.0
1
+ 1.106.0
@@ -3211,7 +3211,7 @@ module Aws::Organizations
3211
3211
  # to invite to join your organization. This is a JSON object that
3212
3212
  # contains the following elements:
3213
3213
  #
3214
- # `\{ "Type": "ACCOUNT", "Id": "< account id number >" \}`
3214
+ # `{ "Type": "ACCOUNT", "Id": "< account id number >" }`
3215
3215
  #
3216
3216
  # If you use the CLI, you can submit this as a single string, similar to
3217
3217
  # the following example:
@@ -5833,7 +5833,7 @@ module Aws::Organizations
5833
5833
  tracer: tracer
5834
5834
  )
5835
5835
  context[:gem_name] = 'aws-sdk-organizations'
5836
- context[:gem_version] = '1.105.0'
5836
+ context[:gem_version] = '1.106.0'
5837
5837
  Seahorse::Client::Request.new(handlers, context)
5838
5838
  end
5839
5839
 
@@ -2521,7 +2521,7 @@ module Aws::Organizations
2521
2521
  # to invite to join your organization. This is a JSON object that
2522
2522
  # contains the following elements:
2523
2523
  #
2524
- # `\{ "Type": "ACCOUNT", "Id": "< account id number >" \}`
2524
+ # `{ "Type": "ACCOUNT", "Id": "< account id number >" }`
2525
2525
  #
2526
2526
  # If you use the CLI, you can submit this as a single string, similar
2527
2527
  # to the following example:
@@ -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.105.0'
57
+ GEM_VERSION = '1.106.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.105.0
4
+ version: 1.106.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-10-18 00:00:00.000000000 Z
11
+ date: 2024-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core