aws-sdk-cognitoidentityprovider 1.121.0 → 1.122.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: 774d78181cb5b3671ec1c31b4eb746bb1d5dbfdd9c1b2b346c0a07ea2dbbf234
4
+ data.tar.gz: 20afed79fb8fc8a76f76b92011871c34f1cdb12dc133913fe37458ca8b0057cb
5
5
  SHA512:
6
- metadata.gz: 1ba6ee23e380d3816a5964cc0cb0ccf85a3abcac2c632880059a51f68a6d6dc1079280b1201a6108f55da395d1d323f06aa7eae0fb51e46a9d16a253b294b775
7
- data.tar.gz: a480b13aaea8912c92c1c6d87482e787356cd3c35c0ccd096cc6b7eae76491a6ba66d29371c38243cc4ca025c3e92378fb878a92dda5beb29377a0943695d882
6
+ metadata.gz: 154163e42ca2bc861aa363cae7e6ee609554f02a4b3949669149956e2b8c54578a07b9aacc93e51b9090d66efdc50f8c0d2991aa4cfa15b1104063e4064c112f
7
+ data.tar.gz: 9396c3383726739b4dfee8e1ea2eab23b6e646408a32f23f9ebb7534d42d91d9f0efcee0f998ca06a9b1863b4ca6591cc49413089c167ab08e3f038f50b5c33a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.122.0 (2025-05-14)
5
+ ------------------
6
+
7
+ * Feature - Add exceptions to WebAuthn operations.
8
+
4
9
  1.121.0 (2025-05-12)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.121.0
1
+ 1.122.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.122.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.122.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.122.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services