aws-sdk-organizations 1.95.0 → 1.96.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: e84ce3794a4522729e318f8cb6384221a4b4224704ac2a2b0d6308dd7a7ccc6f
4
- data.tar.gz: 746b8ba22b51aaa71ce902b4c694655afc42437cc92090cefeb8293fc7be7deb
3
+ metadata.gz: 8ea5e3d29007e7086f987d4c882775c4979e2c19688146a7422e55994972c7ef
4
+ data.tar.gz: 757f269cd919401398be8a22c1daef1581f642ebe309b287161b58b4224a1758
5
5
  SHA512:
6
- metadata.gz: 2deaf7af1ec9b57fb1a7477fd583bb6c8f24f4ce49a5352b1ba52477f1fe4feb14f5e040252ed677e54e2493dc4b604506e6edc5fc3039c8224ea6b2842cb0c9
7
- data.tar.gz: 19a0e2804c0a8a00010aa6e0abbaa081f6768575b40ca7dd4fedfabd66819794d54a888ddc6d969bf736e41e50c4b59f939aaf0808fa85c1138372d49cc35be5
6
+ metadata.gz: 7baa92a66beaac63bd9b55088b795bf6da1c10a50383c78e519e46377419d5454ddd978e3c8a6bfa22d919f3dc2518c7a640b8994aa4811be6e7c92e882e3c46
7
+ data.tar.gz: 92c964f085ab8eb6ee51da0ac119e8b8fbd93ddb23e941f7d641f6184b131f5d021120df785eef02c6395f46d7f589b6d50b80169a8136d9ea5ec1f40f0c9a43
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.96.0 (2024-08-23)
5
+ ------------------
6
+
7
+ * Feature - Releasing minor partitional endpoint updates.
8
+
4
9
  1.95.0 (2024-07-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.95.0
1
+ 1.96.0
@@ -5783,7 +5783,7 @@ module Aws::Organizations
5783
5783
  params: params,
5784
5784
  config: config)
5785
5785
  context[:gem_name] = 'aws-sdk-organizations'
5786
- context[:gem_version] = '1.95.0'
5786
+ context[:gem_version] = '1.96.0'
5787
5787
  Seahorse::Client::Request.new(handlers, context)
5788
5788
  end
5789
5789
 
@@ -43,6 +43,12 @@ module Aws::Organizations
43
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
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
45
  end
46
+ if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-iso-b") && Aws::Endpoints::Matchers.boolean_equals?(use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, false)
47
+ return Aws::Endpoints::Endpoint.new(url: "https://organizations.us-isob-east-1.sc2s.sgov.gov", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"organizations", "signingRegion"=>"us-isob-east-1"}]})
48
+ end
49
+ if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-iso-f") && Aws::Endpoints::Matchers.boolean_equals?(use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, false)
50
+ return Aws::Endpoints::Endpoint.new(url: "https://organizations.us-isof-south-1.csp.hci.ic.gov", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"organizations", "signingRegion"=>"us-isof-south-1"}]})
51
+ end
46
52
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
47
53
  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"))
48
54
  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.95.0'
55
+ GEM_VERSION = '1.96.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.95.0
4
+ version: 1.96.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-07-03 00:00:00.000000000 Z
11
+ date: 2024-08-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core