aws-sdk-cognitoidentity 1.59.0 → 1.60.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9a1dc71f2185c3f6d86c4745de6cac48e1cfdf55c3b4f695c206a3226f94d2fc
4
- data.tar.gz: 2776f9790aeb00b235c6f8a9a85bd08b576f5581a971c234c4e3d62cc5f1e3d5
3
+ metadata.gz: '09bd9b86e1cae19e95fa5b587bae8a96a2cdac8fad1c6de71415d619a48436cc'
4
+ data.tar.gz: 500d44968228bcaf556bb17a647c2dcc6ba19de16b9a7a57b52cc9d8088f5fa5
5
5
  SHA512:
6
- metadata.gz: 54bb7090e1c0d7a8a2b2d8e9045dceb26f4e8a3db7a51f155b188c3072e493875d832ac3453a1e813760ebd214b26bd6ffd5a882a4f0fc6f9a691d19d0bb70a2
7
- data.tar.gz: 48995165f744ab0f715945a1f21e75e5e2c296946c556c43f62a755cd2417bcbca09a85252e85e0d7dbfe2a8b1819f0c142242729cf982bb8c27108a3aef9b6a
6
+ metadata.gz: ce41009c3b80a1ddd733ef8f9426a99c294697e0e892d8a1181888499e684788f5e856415e5f1b1d6e4b1dba78bad9ad0b732a9055d80044cc54a9ac07fef503
7
+ data.tar.gz: d405863c4582d2680f0a0b6218b3ccd0ca33b3147ca6020e7646ec58a73d01716000897b499770b811c3486df5a90cea6546fb6088d045b6d7f07d57ce4b8998
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.59.0 (2024-07-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.59.0
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.59.0'
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)
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-cognitoidentity/customizations'
52
52
  # @!group service
53
53
  module Aws::CognitoIdentity
54
54
 
55
- GEM_VERSION = '1.59.0'
55
+ GEM_VERSION = '1.60.0'
56
56
 
57
57
  end
data/sig/client.rbs CHANGED
@@ -48,6 +48,7 @@ module Aws
48
48
  ?sdk_ua_app_id: String,
49
49
  ?secret_access_key: String,
50
50
  ?session_token: String,
51
+ ?sigv4a_signing_region_set: Array[String],
51
52
  ?simple_json: bool,
52
53
  ?stub_responses: untyped,
53
54
  ?token_provider: untyped,
data/sig/resource.rbs CHANGED
@@ -48,6 +48,7 @@ module Aws
48
48
  ?sdk_ua_app_id: String,
49
49
  ?secret_access_key: String,
50
50
  ?session_token: String,
51
+ ?sigv4a_signing_region_set: Array[String],
51
52
  ?simple_json: bool,
52
53
  ?stub_responses: untyped,
53
54
  ?token_provider: untyped,
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.59.0
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-07-01 00:00:00.000000000 Z
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.199.0
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.199.0
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.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.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: