aws-sdk-organizations 1.105.0 → 1.106.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-organizations/client.rb +2 -2
- data/lib/aws-sdk-organizations/types.rb +1 -1
- 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: e202fb3e60a2a07aaf2546df0ecf9e84a7832233c5f16a383ed7aa581032e360
|
|
4
|
+
data.tar.gz: c71a7e7cc6c64d6d15c4476f4900aa039de68abb1ecf31c73a4c05b405e336d4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1e1b2ba30341bfdf3928634137732d5c47d102401b09dc089eaca57f40766b44461b7462d242a58301fb6eef28c25495bd978dcda9f36ac1451ff30ce1201757
|
|
7
|
+
data.tar.gz: 4f4d018ca45754187a3883af65529d94e58795712fc5f35a5d38429a95f111ca2e030788b80ca9f634b83a8c01552f8f4d61778dc02716c66c57c9000cc860a3
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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
|
-
#
|
|
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.
|
|
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
|
-
#
|
|
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:
|
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.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-
|
|
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
|