aws-sdk-cognitoidentityprovider 1.17.0 → 1.18.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
  SHA1:
3
- metadata.gz: 12bc169344cdd44f7ae77cc98f8acf2b1178489f
4
- data.tar.gz: 37f5cd20f5d091054627646244ca62450c12dc85
3
+ metadata.gz: 6c9f817bcbbd9c6e1515a7a8a379b54c6b51d44e
4
+ data.tar.gz: 9e7317392d47135b98d005ad87fc055a2fe87d82
5
5
  SHA512:
6
- metadata.gz: 3fa0fd761b81fa2084d01a2757a81b9bfe0e2cc6421bf8af5e1583a5082f3dff421c0eb0b3d11f550c7eb65c0b542098b21b80b37a68a2f6e0506f3340192fc0
7
- data.tar.gz: 8a0921e823c530cc25338645c2ae22a7bd3b52aab57fd8f36870fe1363440acce3baed1b03ae9a11b64ce8aeabf0c048d8251b276e1da6adb46376947bc76344
6
+ metadata.gz: 32e98281d354aa2d8a1aab0e1de257be474ce1616b663a1431c9d25aa9a061dcb7736c9e6a7fc43ebc301ee29bc30ee9657df73efdec19915ac650e1157b1f41
7
+ data.tar.gz: 4b13b63d80220ee8057634ad64fc9a7bbfb8f455063332ff5a40863242ad722e79090dd26fa2436d8c0095f78f869d4c3bda6d73587c9f6d5bbf9fe9d5779d77
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-cognitoidentityprovider/customizations'
42
42
  # @service
43
43
  module Aws::CognitoIdentityProvider
44
44
 
45
- GEM_VERSION = '1.17.0'
45
+ GEM_VERSION = '1.18.0'
46
46
 
47
47
  end
@@ -2423,7 +2423,8 @@ module Aws::CognitoIdentityProvider
2423
2423
  #
2424
2424
  # @option params [Array<String>] :supported_identity_providers
2425
2425
  # A list of provider names for the identity providers that are supported
2426
- # on this client.
2426
+ # on this client. The following are supported: `COGNITO`, `Facebook`,
2427
+ # `Google` and `LoginWithAmazon`.
2427
2428
  #
2428
2429
  # @option params [Array<String>] :callback_urls
2429
2430
  # A list of allowed redirect (callback) URLs for the identity providers.
@@ -5507,9 +5508,6 @@ module Aws::CognitoIdentityProvider
5507
5508
  # authorization code as the response. This code can be exchanged for
5508
5509
  # access tokens with the token endpoint.
5509
5510
  #
5510
- # Set to `token` to specify that the client should get the access token
5511
- # (and, optionally, ID token, based on scopes) directly.
5512
- #
5513
5511
  # @option params [Array<String>] :allowed_o_auth_scopes
5514
5512
  # A list of allowed `OAuth` scopes. Currently supported values are
5515
5513
  # `"phone"`, `"email"`, `"openid"`, and `"Cognito"`.
@@ -5759,7 +5757,7 @@ module Aws::CognitoIdentityProvider
5759
5757
  params: params,
5760
5758
  config: config)
5761
5759
  context[:gem_name] = 'aws-sdk-cognitoidentityprovider'
5762
- context[:gem_version] = '1.17.0'
5760
+ context[:gem_version] = '1.18.0'
5763
5761
  Seahorse::Client::Request.new(handlers, context)
5764
5762
  end
5765
5763
 
@@ -781,6 +781,14 @@ module Aws::CognitoIdentityProvider
781
781
  # * COMPROMISED - User is disabled due to a potential security threat.
782
782
  #
783
783
  # * UNKNOWN - User status is not known.
784
+ #
785
+ # * RESET\_REQUIRED - User is confirmed, but the user must request a
786
+ # code and reset his or her password before he or she can sign in.
787
+ #
788
+ # * FORCE\_CHANGE\_PASSWORD - The user is confirmed and the user can
789
+ # sign in using a temporary password, but on first sign-in, the user
790
+ # must change his or her password to a new value before doing
791
+ # anything else.
784
792
  # @return [String]
785
793
  #
786
794
  # @!attribute [rw] mfa_options
@@ -2647,7 +2655,8 @@ module Aws::CognitoIdentityProvider
2647
2655
  #
2648
2656
  # @!attribute [rw] supported_identity_providers
2649
2657
  # A list of provider names for the identity providers that are
2650
- # supported on this client.
2658
+ # supported on this client. The following are supported: `COGNITO`,
2659
+ # `Facebook`, `Google` and `LoginWithAmazon`.
2651
2660
  # @return [Array<String>]
2652
2661
  #
2653
2662
  # @!attribute [rw] callback_urls
@@ -7101,9 +7110,6 @@ module Aws::CognitoIdentityProvider
7101
7110
  # Set to `code` to initiate a code grant flow, which provides an
7102
7111
  # authorization code as the response. This code can be exchanged for
7103
7112
  # access tokens with the token endpoint.
7104
- #
7105
- # Set to `token` to specify that the client should get the access
7106
- # token (and, optionally, ID token, based on scopes) directly.
7107
7113
  # @return [Array<String>]
7108
7114
  #
7109
7115
  # @!attribute [rw] allowed_o_auth_scopes
@@ -7981,6 +7987,14 @@ module Aws::CognitoIdentityProvider
7981
7987
  # * COMPROMISED - User is disabled due to a potential security threat.
7982
7988
  #
7983
7989
  # * UNKNOWN - User status is not known.
7990
+ #
7991
+ # * RESET\_REQUIRED - User is confirmed, but the user must request a
7992
+ # code and reset his or her password before he or she can sign in.
7993
+ #
7994
+ # * FORCE\_CHANGE\_PASSWORD - The user is confirmed and the user can
7995
+ # sign in using a temporary password, but on first sign-in, the user
7996
+ # must change his or her password to a new value before doing
7997
+ # anything else.
7984
7998
  # @return [String]
7985
7999
  #
7986
8000
  # @!attribute [rw] mfa_options
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.17.0
4
+ version: 1.18.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: 2019-04-16 00:00:00.000000000 Z
11
+ date: 2019-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -59,7 +59,7 @@ files:
59
59
  - lib/aws-sdk-cognitoidentityprovider/errors.rb
60
60
  - lib/aws-sdk-cognitoidentityprovider/resource.rb
61
61
  - lib/aws-sdk-cognitoidentityprovider/types.rb
62
- homepage: http://github.com/aws/aws-sdk-ruby
62
+ homepage: https://github.com/aws/aws-sdk-ruby
63
63
  licenses:
64
64
  - Apache-2.0
65
65
  metadata: