aws-sdk-connect 1.94.0 → 1.95.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +1 -1
- data/lib/aws-sdk-connect/endpoint_provider.rb +3 -0
- data/lib/aws-sdk-connect.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4fa699ce6ebe3964d2fa3cf3c84c73294d78a7c43c1d81f0f555fb8fb2c7657e
|
|
4
|
+
data.tar.gz: 77b8506f12db26a3a31ac0cb436ec37c9d7829794b54bdfe70ab191993b8084e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d0db89fbe27aa041edb734635c762b94c0151472036b3655de89ca4fca6dd583421d8471ae7a710c93aceca6cb083bd043038b634fd1c89687e04dc86a481665
|
|
7
|
+
data.tar.gz: a7ea0e6cc4e4d94eab35cc6650c6ebaaa07202f987e35acaab1d729b3b69feb563d22bbb46b97b4a8c7293b3c1ae83e503ecc7d085f5a42a563ee27e73eb4166
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
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"
|
data/lib/aws-sdk-connect.rb
CHANGED
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.
|
|
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-
|
|
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
|