aws-sdk-connectparticipant 1.27.0 → 1.28.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: 2cb3c8ef0ce3114ad2cad2748f242858bfa3081e3bbb5bf32ca7535db0dfcdd2
4
- data.tar.gz: d664ea6b0f41945d5891bfd720350d28d5a75e04fffad7f516746fe7b655ea0e
3
+ metadata.gz: fc34b7fb0c21443a9f667ecbcba0c62c21b0b9b6d1f0b1ab891edafb94e810f0
4
+ data.tar.gz: aca749907f3ec5952f7a46e9bfa77aca05db6390812c0e260018b87b659bd992
5
5
  SHA512:
6
- metadata.gz: 6ed1d91d1160079d94dbc8f85a9ecfd3fb09d7cc20ffe5ac5f5434d6985852033a84c068f88434f467af3c26485e1b278d32a272c38204d0fb6afea22153d4e1
7
- data.tar.gz: 3546d765435ef115a2eab570491571897fbf035427e00d9c6388c05f57316ce89103b82ea0fff7114386a240fc00f93d347285f9046b51b008f53a09d1dc76f8
6
+ metadata.gz: 1ebb3073f341eb8e0cbcb258ff23e8058ad80426b1fb221f7a608a8466271d7bff94dafef10121d27deb2e110cce9b56d1720043fa0af136de28015c41f5ad35
7
+ data.tar.gz: b654b69c797662e3dd4cdb7b157ce2c2244b7611140d9a071275cd5d444ab10cc3a316d1a53a3fb3fea37142e8c4f5c43e17612ecb1d344e116ab3ad6714112c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.28.0 (2023-01-31)
5
+ ------------------
6
+
7
+ * Feature - Enabled FIPS endpoints for GovCloud (US) regions in SDK.
8
+
4
9
  1.27.0 (2023-01-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.27.0
1
+ 1.28.0
@@ -955,7 +955,7 @@ module Aws::ConnectParticipant
955
955
  params: params,
956
956
  config: config)
957
957
  context[:gem_name] = 'aws-sdk-connectparticipant'
958
- context[:gem_version] = '1.27.0'
958
+ context[:gem_version] = '1.28.0'
959
959
  Seahorse::Client::Request.new(handlers, context)
960
960
  end
961
961
 
@@ -32,6 +32,9 @@ module Aws::ConnectParticipant
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://participant.connect.#{region}.amazonaws.com", headers: {}, properties: {})
37
+ end
35
38
  return Aws::Endpoints::Endpoint.new(url: "https://participant.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-connectparticipant/customizations'
52
52
  # @!group service
53
53
  module Aws::ConnectParticipant
54
54
 
55
- GEM_VERSION = '1.27.0'
55
+ GEM_VERSION = '1.28.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-connectparticipant
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.27.0
4
+ version: 1.28.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-01-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core