aws-sdk-imagebuilder 1.43.0 → 1.44.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6f93298399043dec20bb273600223c83a4a443c924456604a9f82757b9b2cf2a
4
- data.tar.gz: 8e21c6ec6d95ad5dee70535bc14fc4f886b2461aa863dfea128327c5d2233df0
3
+ metadata.gz: 19777a5eb58d2e98187d2c62e6af44b77fe49230aa5372b77d4ac58bfec1780d
4
+ data.tar.gz: 7998e0b3d5f4340fb9233459553467437266e78036315d9190d8b700ea0302b3
5
5
  SHA512:
6
- metadata.gz: b2b424561609f3445c19c8a31df2cc0173f69e091ff14e9bc28d73929758bb5b33195658a3e5515de8a297751963e5a5efca6eb4d2e58d98de78cfbcde18aed2
7
- data.tar.gz: fb33dc69ada0c42465de1bfba89cbdfd9ffb55f7e98ccfca5f701d0dd7992e16e3cc5a64257763a998eeac0f06fbe6e53461c7d0ec1b1c6be4157821c298f23b
6
+ metadata.gz: a1257e5a4960df3b96f6208fc1f292b3eedb16c51cc1a50414f80a8f0326b05a3f33c73d7c6a51d5e36dc785ec04d845a3bdb9a7f33b38ea63cc5095d305bd21
7
+ data.tar.gz: 1db35fd99b0aed064b573e2631790152656ae1afb403d7c8ad6dc6c6edd044c3437cdb877c175f50afc19a1c51098d4e17398af5c1c52b4ecc16320068b33b5f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.44.0 (2023-01-30)
5
+ ------------------
6
+
7
+ * Feature - Enabled FIPS endpoints for GovCloud (US) regions in SDK.
8
+
4
9
  1.43.0 (2023-01-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.43.0
1
+ 1.44.0
@@ -3802,7 +3802,7 @@ module Aws::Imagebuilder
3802
3802
  params: params,
3803
3803
  config: config)
3804
3804
  context[:gem_name] = 'aws-sdk-imagebuilder'
3805
- context[:gem_version] = '1.43.0'
3805
+ context[:gem_version] = '1.44.0'
3806
3806
  Seahorse::Client::Request.new(handlers, context)
3807
3807
  end
3808
3808
 
@@ -32,6 +32,9 @@ module Aws::Imagebuilder
32
32
  end
33
33
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
34
34
  if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
35
+ if Aws::Endpoints::Matchers.string_equals?("aws-us-gov", Aws::Endpoints::Matchers.attr(partition_result, "name"))
36
+ return Aws::Endpoints::Endpoint.new(url: "https://imagebuilder.#{region}.amazonaws.com", headers: {}, properties: {})
37
+ end
35
38
  return Aws::Endpoints::Endpoint.new(url: "https://imagebuilder-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
36
39
  end
37
40
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-imagebuilder/customizations'
52
52
  # @!group service
53
53
  module Aws::Imagebuilder
54
54
 
55
- GEM_VERSION = '1.43.0'
55
+ GEM_VERSION = '1.44.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-imagebuilder
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.43.0
4
+ version: 1.44.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: 2023-01-18 00:00:00.000000000 Z
11
+ date: 2023-01-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core