aws-sdk-connect 1.94.0 → 1.95.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: 1562d65a238ecbd58ec0ac690129d4592e0828d859df2c74cbe7f7dcec5527a4
4
- data.tar.gz: 2df674d71a82208463e41ace41eb70eb5ca7b5cdab7f49dd28a1ecefb37ba08e
3
+ metadata.gz: 4fa699ce6ebe3964d2fa3cf3c84c73294d78a7c43c1d81f0f555fb8fb2c7657e
4
+ data.tar.gz: 77b8506f12db26a3a31ac0cb436ec37c9d7829794b54bdfe70ab191993b8084e
5
5
  SHA512:
6
- metadata.gz: a8ebbabf1c73cb654ff2ac09a20ddc065b1e415e40a215a5ecb888fd5d8218a69bbe7c45bbad26a5f844b280a2e83201af1c82a30354b611d64817691fcd75d6
7
- data.tar.gz: 76531a31d240c513e13a09bdbfe630b4b7f34ee5a5be99ee6f88e4cf654cf9004b81159f80986a5f8f5ff246e53b0821e5370246de3060ca5b0f0569e7d328c3
6
+ metadata.gz: d0db89fbe27aa041edb734635c762b94c0151472036b3655de89ca4fca6dd583421d8471ae7a710c93aceca6cb083bd043038b634fd1c89687e04dc86a481665
7
+ data.tar.gz: a7ea0e6cc4e4d94eab35cc6650c6ebaaa07202f987e35acaab1d729b3b69feb563d22bbb46b97b4a8c7293b3c1ae83e503ecc7d085f5a42a563ee27e73eb4166
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.95.0 (2023-02-02)
5
+ ------------------
6
+
7
+ * Feature - Enabled FIPS endpoints for GovCloud (US) regions in SDK.
8
+
4
9
  1.94.0 (2023-01-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.94.0
1
+ 1.95.0
@@ -9756,7 +9756,7 @@ module Aws::Connect
9756
9756
  params: params,
9757
9757
  config: config)
9758
9758
  context[:gem_name] = 'aws-sdk-connect'
9759
- context[:gem_version] = '1.94.0'
9759
+ context[:gem_version] = '1.95.0'
9760
9760
  Seahorse::Client::Request.new(handlers, context)
9761
9761
  end
9762
9762
 
@@ -32,6 +32,9 @@ module Aws::Connect
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://connect.#{region}.amazonaws.com", headers: {}, properties: {})
37
+ end
35
38
  return Aws::Endpoints::Endpoint.new(url: "https://connect-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-connect/customizations'
52
52
  # @!group service
53
53
  module Aws::Connect
54
54
 
55
- GEM_VERSION = '1.94.0'
55
+ GEM_VERSION = '1.95.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.94.0
4
+ version: 1.95.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-19 00:00:00.000000000 Z
11
+ date: 2023-02-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core