aws-sdk-organizations 1.85.0 → 1.86.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 +1 -1
- data/lib/aws-sdk-organizations/types.rb +4 -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: 5233cd6f28336be27caa94220304b4a6bc590c0e623e4fd686b65135df3e4e87
|
|
4
|
+
data.tar.gz: ba77989b17299f2017fe87d99c72a2621e164c6c8e36d00c090a648e290702b9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cf9e57bf47e47bc506d239d727987938d24a49df029d0293c9c14b42bd2ecdd040638b6cc5113ac73380c747a219ace987c337201c5f83834360fd8a37d1d534
|
|
7
|
+
data.tar.gz: 9ab3418e2bb9e5b9c12e4550791cb712f8d762673e4036e583110f7ac8c64bcc8c1c8c8dc1a36cecd13c6282b556f3478f450c9e2f1e6ffaa6bbdbb08891efe2
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.86.0
|
|
@@ -5750,7 +5750,7 @@ module Aws::Organizations
|
|
|
5750
5750
|
params: params,
|
|
5751
5751
|
config: config)
|
|
5752
5752
|
context[:gem_name] = 'aws-sdk-organizations'
|
|
5753
|
-
context[:gem_version] = '1.
|
|
5753
|
+
context[:gem_version] = '1.86.0'
|
|
5754
5754
|
Seahorse::Client::Request.new(handlers, context)
|
|
5755
5755
|
end
|
|
5756
5756
|
|
|
@@ -3826,7 +3826,8 @@ module Aws::Organizations
|
|
|
3826
3826
|
# accounts contained in that OU and in any child OUs.
|
|
3827
3827
|
#
|
|
3828
3828
|
# @!attribute [rw] id
|
|
3829
|
-
# The unique identifier (ID) associated with this OU.
|
|
3829
|
+
# The unique identifier (ID) associated with this OU. The ID is unique
|
|
3830
|
+
# to the organization only.
|
|
3830
3831
|
#
|
|
3831
3832
|
# The [regex pattern][1] for an organizational unit ID string requires
|
|
3832
3833
|
# "ou-" followed by from 4 to 32 lowercase letters or digits (the ID
|
|
@@ -4383,7 +4384,8 @@ module Aws::Organizations
|
|
|
4383
4384
|
# account in the organization.
|
|
4384
4385
|
#
|
|
4385
4386
|
# @!attribute [rw] id
|
|
4386
|
-
# The unique identifier (ID) for the root.
|
|
4387
|
+
# The unique identifier (ID) for the root. The ID is unique to the
|
|
4388
|
+
# organization only.
|
|
4387
4389
|
#
|
|
4388
4390
|
# The [regex pattern][1] for a root ID string requires "r-" followed
|
|
4389
4391
|
# by from 4 to 32 lowercase letters or digits.
|
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.86.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-03-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|