aws-sdk-organizations 1.86.0 → 1.87.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: 5233cd6f28336be27caa94220304b4a6bc590c0e623e4fd686b65135df3e4e87
4
- data.tar.gz: ba77989b17299f2017fe87d99c72a2621e164c6c8e36d00c090a648e290702b9
3
+ metadata.gz: cf3ff9b59e874e8a71feca35aae836730d1881babb609e7e1f887d334bd9f174
4
+ data.tar.gz: 3e3778970790ea8f4a254b7e34bef409bba6b7ab2c5e34f31c4b44faaf1db85e
5
5
  SHA512:
6
- metadata.gz: cf9e57bf47e47bc506d239d727987938d24a49df029d0293c9c14b42bd2ecdd040638b6cc5113ac73380c747a219ace987c337201c5f83834360fd8a37d1d534
7
- data.tar.gz: 9ab3418e2bb9e5b9c12e4550791cb712f8d762673e4036e583110f7ac8c64bcc8c1c8c8dc1a36cecd13c6282b556f3478f450c9e2f1e6ffaa6bbdbb08891efe2
6
+ metadata.gz: d3807e88c20357d2e85f5bd63409f77b4f99d983b64fb8bc44436e82f9456b9390e3b061106f76b98082325138a5acdf34e54011f8d05c606c3ff67e7b3ca32f
7
+ data.tar.gz: d4cfb54f6333930411470c1e00a23759c8214538dd585be2521093687c5e2c792dcf0dbb530edaaa41d826c7b7b06d2ee31056c87105e60abd803101cecdb205
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.86.0 (2024-03-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.86.0
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.86.0'
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: {})
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-organizations/customizations'
52
52
  # @!group service
53
53
  module Aws::Organizations
54
54
 
55
- GEM_VERSION = '1.86.0'
55
+ GEM_VERSION = '1.87.0'
56
56
 
57
57
  end
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.86.0
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-03-04 00:00:00.000000000 Z
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