aws-sdk-cognitoidentity 1.58.0 → 1.59.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cognitoidentity/client.rb +1 -1
- data/lib/aws-sdk-cognitoidentity/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-cognitoidentity.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: 9a1dc71f2185c3f6d86c4745de6cac48e1cfdf55c3b4f695c206a3226f94d2fc
|
4
|
+
data.tar.gz: 2776f9790aeb00b235c6f8a9a85bd08b576f5581a971c234c4e3d62cc5f1e3d5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 54bb7090e1c0d7a8a2b2d8e9045dceb26f4e8a3db7a51f155b188c3072e493875d832ac3453a1e813760ebd214b26bd6ffd5a882a4f0fc6f9a691d19d0bb70a2
|
7
|
+
data.tar.gz: 48995165f744ab0f715945a1f21e75e5e2c296946c556c43f62a755cd2417bcbca09a85252e85e0d7dbfe2a8b1819f0c142242729cf982bb8c27108a3aef9b6a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.59.0
|
@@ -1693,7 +1693,7 @@ module Aws::CognitoIdentity
|
|
1693
1693
|
params: params,
|
1694
1694
|
config: config)
|
1695
1695
|
context[:gem_name] = 'aws-sdk-cognitoidentity'
|
1696
|
-
context[:gem_version] = '1.
|
1696
|
+
context[:gem_version] = '1.59.0'
|
1697
1697
|
Seahorse::Client::Request.new(handlers, context)
|
1698
1698
|
end
|
1699
1699
|
|
@@ -32,7 +32,7 @@ module Aws::CognitoIdentity
|
|
32
32
|
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
33
33
|
end
|
34
34
|
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
35
|
-
if Aws::Endpoints::Matchers.boolean_equals?(
|
35
|
+
if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
|
36
36
|
return Aws::Endpoints::Endpoint.new(url: "https://cognito-identity-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
37
37
|
end
|
38
38
|
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-cognitoidentity
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.59.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-
|
11
|
+
date: 2024-07-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|