aws-sdk-organizations 1.85.0 → 1.87.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-organizations/client.rb +1 -1
- data/lib/aws-sdk-organizations/endpoint_provider.rb +3 -0
- 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: cf3ff9b59e874e8a71feca35aae836730d1881babb609e7e1f887d334bd9f174
|
4
|
+
data.tar.gz: 3e3778970790ea8f4a254b7e34bef409bba6b7ab2c5e34f31c4b44faaf1db85e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d3807e88c20357d2e85f5bd63409f77b4f99d983b64fb8bc44436e82f9456b9390e3b061106f76b98082325138a5acdf34e54011f8d05c606c3ff67e7b3ca32f
|
7
|
+
data.tar.gz: d4cfb54f6333930411470c1e00a23759c8214538dd585be2521093687c5e2c792dcf0dbb530edaaa41d826c7b7b06d2ee31056c87105e60abd803101cecdb205
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.87.0 (2024-03-05)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release contains an endpoint addition
|
8
|
+
|
9
|
+
1.86.0 (2024-03-04)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Documentation update for AWS Organizations
|
13
|
+
|
4
14
|
1.85.0 (2024-01-26)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.87.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.87.0'
|
5754
5754
|
Seahorse::Client::Request.new(handlers, context)
|
5755
5755
|
end
|
5756
5756
|
|
@@ -40,6 +40,9 @@ module Aws::Organizations
|
|
40
40
|
if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-us-gov") && Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, false)
|
41
41
|
return Aws::Endpoints::Endpoint.new(url: "https://organizations.us-gov-west-1.amazonaws.com", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"organizations", "signingRegion"=>"us-gov-west-1"}]})
|
42
42
|
end
|
43
|
+
if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-iso") && Aws::Endpoints::Matchers.boolean_equals?(use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, false)
|
44
|
+
return Aws::Endpoints::Endpoint.new(url: "https://organizations.us-iso-east-1.c2s.ic.gov", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"organizations", "signingRegion"=>"us-iso-east-1"}]})
|
45
|
+
end
|
43
46
|
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
44
47
|
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
45
48
|
return Aws::Endpoints::Endpoint.new(url: "https://organizations-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
@@ -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.87.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-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|