aws-sdk-cognitoidentityprovider 1.37.1 → 1.38.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cedefff3ce398b72dfd48fc26fd488871abf918c253a38ca7314b7892b037470
|
4
|
+
data.tar.gz: f32968ce666c0ae289de5b65beaadfca4aab47b877476dcfeef5df770cfd3b8c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 94a02822bc950fe7035156c80e0fc7cf879606b5c1724aa73a541cc45f94ce2a39accd54c326119b71586f1bd31f3d9ef3cf4272c8db7b5a02a8614ceafc7373
|
7
|
+
data.tar.gz: 3cbce75512e4969a5d935319a6969c9f49df08762f87adde4e02a13fbd1e3cd220a02ac3e0ccf87dba838ea909a2ff843dbb70deb76acf98b6bf72f25ec5d322
|
@@ -1142,7 +1142,7 @@ module Aws::CognitoIdentityProvider
|
|
1142
1142
|
# client_id: "ClientIdType", # required
|
1143
1143
|
# auth_flow: "USER_SRP_AUTH", # required, accepts USER_SRP_AUTH, REFRESH_TOKEN_AUTH, REFRESH_TOKEN, CUSTOM_AUTH, ADMIN_NO_SRP_AUTH, USER_PASSWORD_AUTH, ADMIN_USER_PASSWORD_AUTH
|
1144
1144
|
# auth_parameters: {
|
1145
|
-
# "StringType" => "
|
1145
|
+
# "StringType" => "StringType",
|
1146
1146
|
# },
|
1147
1147
|
# client_metadata: {
|
1148
1148
|
# "StringType" => "StringType",
|
@@ -4526,7 +4526,7 @@ module Aws::CognitoIdentityProvider
|
|
4526
4526
|
# resp = client.initiate_auth({
|
4527
4527
|
# auth_flow: "USER_SRP_AUTH", # required, accepts USER_SRP_AUTH, REFRESH_TOKEN_AUTH, REFRESH_TOKEN, CUSTOM_AUTH, ADMIN_NO_SRP_AUTH, USER_PASSWORD_AUTH, ADMIN_USER_PASSWORD_AUTH
|
4528
4528
|
# auth_parameters: {
|
4529
|
-
# "StringType" => "
|
4529
|
+
# "StringType" => "StringType",
|
4530
4530
|
# },
|
4531
4531
|
# client_metadata: {
|
4532
4532
|
# "StringType" => "StringType",
|
@@ -6879,7 +6879,7 @@ module Aws::CognitoIdentityProvider
|
|
6879
6879
|
params: params,
|
6880
6880
|
config: config)
|
6881
6881
|
context[:gem_name] = 'aws-sdk-cognitoidentityprovider'
|
6882
|
-
context[:gem_version] = '1.
|
6882
|
+
context[:gem_version] = '1.38.0'
|
6883
6883
|
Seahorse::Client::Request.new(handlers, context)
|
6884
6884
|
end
|
6885
6885
|
|
@@ -91,7 +91,6 @@ module Aws::CognitoIdentityProvider
|
|
91
91
|
AuthEventsType = Shapes::ListShape.new(name: 'AuthEventsType')
|
92
92
|
AuthFlowType = Shapes::StringShape.new(name: 'AuthFlowType')
|
93
93
|
AuthParametersType = Shapes::MapShape.new(name: 'AuthParametersType')
|
94
|
-
AuthParametersValueType = Shapes::StringShape.new(name: 'AuthParametersValueType')
|
95
94
|
AuthenticationResultType = Shapes::StructureShape.new(name: 'AuthenticationResultType')
|
96
95
|
BlockedIPRangeListType = Shapes::ListShape.new(name: 'BlockedIPRangeListType')
|
97
96
|
BooleanType = Shapes::BooleanShape.new(name: 'BooleanType')
|
@@ -749,7 +748,7 @@ module Aws::CognitoIdentityProvider
|
|
749
748
|
AuthEventsType.member = Shapes::ShapeRef.new(shape: AuthEventType)
|
750
749
|
|
751
750
|
AuthParametersType.key = Shapes::ShapeRef.new(shape: StringType)
|
752
|
-
AuthParametersType.value = Shapes::ShapeRef.new(shape:
|
751
|
+
AuthParametersType.value = Shapes::ShapeRef.new(shape: StringType)
|
753
752
|
|
754
753
|
AuthenticationResultType.add_member(:access_token, Shapes::ShapeRef.new(shape: TokenModelType, location_name: "AccessToken"))
|
755
754
|
AuthenticationResultType.add_member(:expires_in, Shapes::ShapeRef.new(shape: IntegerType, location_name: "ExpiresIn"))
|
@@ -2160,6 +2159,7 @@ module Aws::CognitoIdentityProvider
|
|
2160
2159
|
o.errors << Shapes::ShapeRef.new(shape: NotAuthorizedException)
|
2161
2160
|
o.errors << Shapes::ShapeRef.new(shape: UserNotFoundException)
|
2162
2161
|
o.errors << Shapes::ShapeRef.new(shape: AliasExistsException)
|
2162
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2163
2163
|
o.errors << Shapes::ShapeRef.new(shape: InternalErrorException)
|
2164
2164
|
end)
|
2165
2165
|
|
@@ -943,7 +943,7 @@ module Aws::CognitoIdentityProvider
|
|
943
943
|
# client_id: "ClientIdType", # required
|
944
944
|
# auth_flow: "USER_SRP_AUTH", # required, accepts USER_SRP_AUTH, REFRESH_TOKEN_AUTH, REFRESH_TOKEN, CUSTOM_AUTH, ADMIN_NO_SRP_AUTH, USER_PASSWORD_AUTH, ADMIN_USER_PASSWORD_AUTH
|
945
945
|
# auth_parameters: {
|
946
|
-
# "StringType" => "
|
946
|
+
# "StringType" => "StringType",
|
947
947
|
# },
|
948
948
|
# client_metadata: {
|
949
949
|
# "StringType" => "StringType",
|
@@ -5382,7 +5382,7 @@ module Aws::CognitoIdentityProvider
|
|
5382
5382
|
# {
|
5383
5383
|
# auth_flow: "USER_SRP_AUTH", # required, accepts USER_SRP_AUTH, REFRESH_TOKEN_AUTH, REFRESH_TOKEN, CUSTOM_AUTH, ADMIN_NO_SRP_AUTH, USER_PASSWORD_AUTH, ADMIN_USER_PASSWORD_AUTH
|
5384
5384
|
# auth_parameters: {
|
5385
|
-
# "StringType" => "
|
5385
|
+
# "StringType" => "StringType",
|
5386
5386
|
# },
|
5387
5387
|
# client_metadata: {
|
5388
5388
|
# "StringType" => "StringType",
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-cognitoidentityprovider
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.38.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: 2020-06-
|
11
|
+
date: 2020-06-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|