aws-sdk-cognitoidentityprovider 1.121.0 → 1.123.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f960e46d043d422143274702a44d5ccdb8e83d537a91b402b88e795e061dc6f9
4
- data.tar.gz: f6df04b305da237854c52cd177eba9b8da389116140d7904f3970d5b48306b9a
3
+ metadata.gz: d45d804aaa61e463ce3a2c1bbe37d074c8be6df535bdc46ea8859be6c25a2434
4
+ data.tar.gz: 5283cef1addcc10b56a593b552e272e66aeba7f2fa46310ab5ee3bdda5684a10
5
5
  SHA512:
6
- metadata.gz: 1ba6ee23e380d3816a5964cc0cb0ccf85a3abcac2c632880059a51f68a6d6dc1079280b1201a6108f55da395d1d323f06aa7eae0fb51e46a9d16a253b294b775
7
- data.tar.gz: a480b13aaea8912c92c1c6d87482e787356cd3c35c0ccd096cc6b7eae76491a6ba66d29371c38243cc4ca025c3e92378fb878a92dda5beb29377a0943695d882
6
+ metadata.gz: 972bf32996ad02e276b316c29fd372ea00140c3fd076484af7eb32b6dff701aec312d2775f76008f886293a8064fc59639d990fd8d1f5b1b27cd886a35ee684f
7
+ data.tar.gz: ea870a224034870169133490e1efa5bab4fde50b60f0f225a5fc6e56a10ce0490525e2d85c090ab496de6cb4105b3b625d07ac6e4c71fc98d38c989773196342
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.123.0 (2025-06-02)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.122.0 (2025-05-14)
10
+ ------------------
11
+
12
+ * Feature - Add exceptions to WebAuthn operations.
13
+
4
14
  1.121.0 (2025-05-12)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.121.0
1
+ 1.123.0
@@ -13018,7 +13018,7 @@ module Aws::CognitoIdentityProvider
13018
13018
  tracer: tracer
13019
13019
  )
13020
13020
  context[:gem_name] = 'aws-sdk-cognitoidentityprovider'
13021
- context[:gem_version] = '1.121.0'
13021
+ context[:gem_version] = '1.123.0'
13022
13022
  Seahorse::Client::Request.new(handlers, context)
13023
13023
  end
13024
13024
 
@@ -3235,6 +3235,8 @@ module Aws::CognitoIdentityProvider
3235
3235
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3236
3236
  o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
3237
3237
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3238
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
3239
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
3238
3240
  o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
3239
3241
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3240
3242
  end)
@@ -3829,6 +3831,8 @@ module Aws::CognitoIdentityProvider
3829
3831
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3830
3832
  o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
3831
3833
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
3834
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
3835
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
3832
3836
  o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
3833
3837
  end)
3834
3838
 
@@ -54,7 +54,7 @@ module Aws::CognitoIdentityProvider
54
54
  autoload :EndpointProvider, 'aws-sdk-cognitoidentityprovider/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-cognitoidentityprovider/endpoints'
56
56
 
57
- GEM_VERSION = '1.121.0'
57
+ GEM_VERSION = '1.123.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cognitoidentityprovider
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.121.0
4
+ version: 1.123.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.216.0
21
+ version: 3.225.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.216.0
31
+ version: 3.225.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -83,7 +83,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
83
83
  requirements:
84
84
  - - ">="
85
85
  - !ruby/object:Gem::Version
86
- version: '2.5'
86
+ version: '2.7'
87
87
  required_rubygems_version: !ruby/object:Gem::Requirement
88
88
  requirements:
89
89
  - - ">="