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: 4fe19a6754b664482fefb12f0366ee62c155b8f2dcf907e2714f705434c1ec52
4
- data.tar.gz: 95d78a87c1902b92eaf1c8377932eb37278737980b029ff4a70974904fd8c2d5
3
+ metadata.gz: cedefff3ce398b72dfd48fc26fd488871abf918c253a38ca7314b7892b037470
4
+ data.tar.gz: f32968ce666c0ae289de5b65beaadfca4aab47b877476dcfeef5df770cfd3b8c
5
5
  SHA512:
6
- metadata.gz: a6d0b7ba8fa11fe6c2ba2e128f6960282456954b199d75b1bcbe28859641a64badee34359406e9df2948d894c67fbdaeb41a5c7d5f44fa223f617b58fbcd6987
7
- data.tar.gz: 419945b2ed5153384e5b18714fc360436d12f9d01c17200f5e9183c3c4bfb3820945827503eb0b6fe7fbfb9e1ce11be21c334da56c31f2d916baeec709828054
6
+ metadata.gz: 94a02822bc950fe7035156c80e0fc7cf879606b5c1724aa73a541cc45f94ce2a39accd54c326119b71586f1bd31f3d9ef3cf4272c8db7b5a02a8614ceafc7373
7
+ data.tar.gz: 3cbce75512e4969a5d935319a6969c9f49df08762f87adde4e02a13fbd1e3cd220a02ac3e0ccf87dba838ea909a2ff843dbb70deb76acf98b6bf72f25ec5d322
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-cognitoidentityprovider/customizations'
45
45
  # @service
46
46
  module Aws::CognitoIdentityProvider
47
47
 
48
- GEM_VERSION = '1.37.1'
48
+ GEM_VERSION = '1.38.0'
49
49
 
50
50
  end
@@ -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" => "AuthParametersValueType",
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" => "AuthParametersValueType",
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.37.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: AuthParametersValueType)
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" => "AuthParametersValueType",
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" => "AuthParametersValueType",
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.37.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 00:00:00.000000000 Z
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