aws-sdk-cognitoidentity 1.58.0 → 1.60.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cognitoidentity/client.rb +10 -1
- data/lib/aws-sdk-cognitoidentity/client_api.rb +4 -0
- data/lib/aws-sdk-cognitoidentity/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-cognitoidentity.rb +1 -1
- data/sig/client.rbs +1 -0
- data/sig/resource.rbs +1 -0
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '09bd9b86e1cae19e95fa5b587bae8a96a2cdac8fad1c6de71415d619a48436cc'
|
4
|
+
data.tar.gz: 500d44968228bcaf556bb17a647c2dcc6ba19de16b9a7a57b52cc9d8088f5fa5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ce41009c3b80a1ddd733ef8f9426a99c294697e0e892d8a1181888499e684788f5e856415e5f1b1d6e4b1dba78bad9ad0b732a9055d80044cc54a9ac07fef503
|
7
|
+
data.tar.gz: d405863c4582d2680f0a0b6218b3ccd0ca33b3147ca6020e7646ec58a73d01716000897b499770b811c3486df5a90cea6546fb6088d045b6d7f07d57ce4b8998
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.60.0 (2024-07-02)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.59.0 (2024-07-01)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Add v2 smoke tests and smithy smokeTests trait for SDK testing.
|
13
|
+
|
4
14
|
1.58.0 (2024-06-28)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.60.0
|
@@ -312,6 +312,15 @@ module Aws::CognitoIdentity
|
|
312
312
|
#
|
313
313
|
# @option options [String] :session_token
|
314
314
|
#
|
315
|
+
# @option options [Array] :sigv4a_signing_region_set
|
316
|
+
# A list of regions that should be signed with SigV4a signing. When
|
317
|
+
# not passed, a default `:sigv4a_signing_region_set` is searched for
|
318
|
+
# in the following locations:
|
319
|
+
#
|
320
|
+
# * `Aws.config[:sigv4a_signing_region_set]`
|
321
|
+
# * `ENV['AWS_SIGV4A_SIGNING_REGION_SET']`
|
322
|
+
# * `~/.aws/config`
|
323
|
+
#
|
315
324
|
# @option options [Boolean] :simple_json (false)
|
316
325
|
# Disables request parameter conversion, validation, and formatting.
|
317
326
|
# Also disables response data type conversions. The request parameters
|
@@ -1693,7 +1702,7 @@ module Aws::CognitoIdentity
|
|
1693
1702
|
params: params,
|
1694
1703
|
config: config)
|
1695
1704
|
context[:gem_name] = 'aws-sdk-cognitoidentity'
|
1696
|
-
context[:gem_version] = '1.
|
1705
|
+
context[:gem_version] = '1.60.0'
|
1697
1706
|
Seahorse::Client::Request.new(handlers, context)
|
1698
1707
|
end
|
1699
1708
|
|
@@ -504,6 +504,7 @@ module Aws::CognitoIdentity
|
|
504
504
|
o.http_method = "POST"
|
505
505
|
o.http_request_uri = "/"
|
506
506
|
o['authtype'] = "none"
|
507
|
+
o['auth'] = ["smithy.api#noAuth"]
|
507
508
|
o.input = Shapes::ShapeRef.new(shape: GetCredentialsForIdentityInput)
|
508
509
|
o.output = Shapes::ShapeRef.new(shape: GetCredentialsForIdentityResponse)
|
509
510
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
@@ -521,6 +522,7 @@ module Aws::CognitoIdentity
|
|
521
522
|
o.http_method = "POST"
|
522
523
|
o.http_request_uri = "/"
|
523
524
|
o['authtype'] = "none"
|
525
|
+
o['auth'] = ["smithy.api#noAuth"]
|
524
526
|
o.input = Shapes::ShapeRef.new(shape: GetIdInput)
|
525
527
|
o.output = Shapes::ShapeRef.new(shape: GetIdResponse)
|
526
528
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
@@ -552,6 +554,7 @@ module Aws::CognitoIdentity
|
|
552
554
|
o.http_method = "POST"
|
553
555
|
o.http_request_uri = "/"
|
554
556
|
o['authtype'] = "none"
|
557
|
+
o['auth'] = ["smithy.api#noAuth"]
|
555
558
|
o.input = Shapes::ShapeRef.new(shape: GetOpenIdTokenInput)
|
556
559
|
o.output = Shapes::ShapeRef.new(shape: GetOpenIdTokenResponse)
|
557
560
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
@@ -724,6 +727,7 @@ module Aws::CognitoIdentity
|
|
724
727
|
o.http_method = "POST"
|
725
728
|
o.http_request_uri = "/"
|
726
729
|
o['authtype'] = "none"
|
730
|
+
o['auth'] = ["smithy.api#noAuth"]
|
727
731
|
o.input = Shapes::ShapeRef.new(shape: UnlinkIdentityInput)
|
728
732
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
729
733
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
@@ -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"
|
data/sig/client.rbs
CHANGED
data/sig/resource.rbs
CHANGED
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.60.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-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.201.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,21 +29,21 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.201.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
36
36
|
requirements:
|
37
37
|
- - "~>"
|
38
38
|
- !ruby/object:Gem::Version
|
39
|
-
version: '1.
|
39
|
+
version: '1.5'
|
40
40
|
type: :runtime
|
41
41
|
prerelease: false
|
42
42
|
version_requirements: !ruby/object:Gem::Requirement
|
43
43
|
requirements:
|
44
44
|
- - "~>"
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version: '1.
|
46
|
+
version: '1.5'
|
47
47
|
description: Official AWS Ruby gem for Amazon Cognito Identity. This gem is part of
|
48
48
|
the AWS SDK for Ruby.
|
49
49
|
email:
|