aws-sdk-identitystore 1.56.0 → 1.57.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-identitystore/client.rb +1 -1
- data/lib/aws-sdk-identitystore/endpoint_provider.rb +2 -2
- data/lib/aws-sdk-identitystore.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ff7fc0ab1af634b75dbf1d178c1aba57e84c45c8a74b60b4c688b2cca6613a0d
|
4
|
+
data.tar.gz: f6faf0a76e1f486b68507d9131526b372f00b3bf32d6c2af73bd4c7ed549c506
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6e8430ff85986f758f79eb82436e20e5ca3bb1d730ecbfd34196a27c29e33626aff211c62ee04e1b13ecc90add4d7ea10070ffb0919f77643900a40d25afaf97
|
7
|
+
data.tar.gz: 4e438aebbf0cacaaa1a1272cb39dd8c8bcb1b00b7babdae2013d51994b533c8828cccf811e7e7ac9188e0c809e79394e4fe42076424c3a2018a38b899e301ca5
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.57.0
|
@@ -1614,7 +1614,7 @@ module Aws::IdentityStore
|
|
1614
1614
|
tracer: tracer
|
1615
1615
|
)
|
1616
1616
|
context[:gem_name] = 'aws-sdk-identitystore'
|
1617
|
-
context[:gem_version] = '1.
|
1617
|
+
context[:gem_version] = '1.57.0'
|
1618
1618
|
Seahorse::Client::Request.new(handlers, context)
|
1619
1619
|
end
|
1620
1620
|
|
@@ -28,8 +28,8 @@ module Aws::IdentityStore
|
|
28
28
|
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
29
29
|
end
|
30
30
|
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
|
31
|
-
if Aws::Endpoints::Matchers.boolean_equals?(
|
32
|
-
if Aws::Endpoints::Matchers.string_equals?(
|
31
|
+
if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
|
32
|
+
if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-us-gov")
|
33
33
|
return Aws::Endpoints::Endpoint.new(url: "https://identitystore.#{parameters.region}.amazonaws.com", headers: {}, properties: {})
|
34
34
|
end
|
35
35
|
return Aws::Endpoints::Endpoint.new(url: "https://identitystore-fips.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-identitystore
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.57.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
@@ -18,7 +18,7 @@ dependencies:
|
|
18
18
|
version: '3'
|
19
19
|
- - ">="
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 3.
|
21
|
+
version: 3.231.0
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -28,7 +28,7 @@ dependencies:
|
|
28
28
|
version: '3'
|
29
29
|
- - ">="
|
30
30
|
- !ruby/object:Gem::Version
|
31
|
-
version: 3.
|
31
|
+
version: 3.231.0
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: aws-sigv4
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|