aws-sdk-cognitoidentityprovider 1.1.0 → 1.2.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: 56e2545561b049897e6757fbbb6f3e9f2097137d
4
- data.tar.gz: e4489d46a02c643959ab6025646c6d4494119003
3
+ metadata.gz: fba7de2a7c950a6af5bebdd0cbb5c04a7aff0eaa
4
+ data.tar.gz: 89111edeef00331099500b2cd7fc9e3f92f747ae
5
5
  SHA512:
6
- metadata.gz: e9063cab3bbe4319e7a6c484de715eec9b35e857b1e7c9330a13c8feaeb3454e36a882e29a470d273096da9d3638102ec6eafe1db57a71293dc2b0e99d3f0db5
7
- data.tar.gz: 37e45fdae56a9d32e666461aaa444a7ad2c385b7c3c8e2654d6b4f3b7ce54bace636ed15ef31eda663404ddaeee3075140a2c05b179c563e17fb061855ff51ec
6
+ metadata.gz: 091d504333b7fcb8f4cc5bafdb38addcb677f98e014a7e749d2b5b0b939d3673ac3dca3ee16ee72694e3f49f92ea2e70a1f362e3513796071246a633c64e9848
7
+ data.tar.gz: 2324e9f6eee3149b05cc40baa14c32b4a23a345d57e560eb726c2b07d75013b3a45e9ba2e39ae052c91d531270c486660d6270f044cabaf9df832d851d4143b0
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-cognitoidentityprovider/customizations'
42
42
  # @service
43
43
  module Aws::CognitoIdentityProvider
44
44
 
45
- GEM_VERSION = '1.1.0'
45
+ GEM_VERSION = '1.2.0'
46
46
 
47
47
  end
@@ -2232,6 +2232,7 @@ module Aws::CognitoIdentityProvider
2232
2232
  # resp.user_pool.user_pool_tags["StringType"] #=> String
2233
2233
  # resp.user_pool.sms_configuration_failure #=> String
2234
2234
  # resp.user_pool.email_configuration_failure #=> String
2235
+ # resp.user_pool.domain #=> String
2235
2236
  # resp.user_pool.admin_create_user_config.allow_admin_create_user_only #=> Boolean
2236
2237
  # resp.user_pool.admin_create_user_config.unused_account_validity_days #=> Integer
2237
2238
  # resp.user_pool.admin_create_user_config.invite_message_template.sms_message #=> String
@@ -2868,6 +2869,7 @@ module Aws::CognitoIdentityProvider
2868
2869
  # resp.user_pool.user_pool_tags["StringType"] #=> String
2869
2870
  # resp.user_pool.sms_configuration_failure #=> String
2870
2871
  # resp.user_pool.email_configuration_failure #=> String
2872
+ # resp.user_pool.domain #=> String
2871
2873
  # resp.user_pool.admin_create_user_config.allow_admin_create_user_only #=> Boolean
2872
2874
  # resp.user_pool.admin_create_user_config.unused_account_validity_days #=> Integer
2873
2875
  # resp.user_pool.admin_create_user_config.invite_message_template.sms_message #=> String
@@ -5276,7 +5278,7 @@ module Aws::CognitoIdentityProvider
5276
5278
  params: params,
5277
5279
  config: config)
5278
5280
  context[:gem_name] = 'aws-sdk-cognitoidentityprovider'
5279
- context[:gem_version] = '1.1.0'
5281
+ context[:gem_version] = '1.2.0'
5280
5282
  Seahorse::Client::Request.new(handlers, context)
5281
5283
  end
5282
5284
 
@@ -1649,6 +1649,7 @@ module Aws::CognitoIdentityProvider
1649
1649
  UserPoolType.add_member(:user_pool_tags, Shapes::ShapeRef.new(shape: UserPoolTagsType, location_name: "UserPoolTags"))
1650
1650
  UserPoolType.add_member(:sms_configuration_failure, Shapes::ShapeRef.new(shape: StringType, location_name: "SmsConfigurationFailure"))
1651
1651
  UserPoolType.add_member(:email_configuration_failure, Shapes::ShapeRef.new(shape: StringType, location_name: "EmailConfigurationFailure"))
1652
+ UserPoolType.add_member(:domain, Shapes::ShapeRef.new(shape: DomainType, location_name: "Domain"))
1652
1653
  UserPoolType.add_member(:admin_create_user_config, Shapes::ShapeRef.new(shape: AdminCreateUserConfigType, location_name: "AdminCreateUserConfig"))
1653
1654
  UserPoolType.add_member(:user_pool_add_ons, Shapes::ShapeRef.new(shape: UserPoolAddOnsType, location_name: "UserPoolAddOns"))
1654
1655
  UserPoolType.struct_class = Types::UserPoolType
@@ -782,9 +782,11 @@ module Aws::CognitoIdentityProvider
782
782
  # @return [Array<Types::MFAOptionType>]
783
783
  #
784
784
  # @!attribute [rw] preferred_mfa_setting
785
+ # The user's preferred MFA setting.
785
786
  # @return [String]
786
787
  #
787
788
  # @!attribute [rw] user_mfa_setting_list
789
+ # The list of the user's MFA settings.
788
790
  # @return [Array<String>]
789
791
  #
790
792
  # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/AdminGetUserResponse AWS API Documentation
@@ -4012,9 +4014,11 @@ module Aws::CognitoIdentityProvider
4012
4014
  # @return [Array<Types::MFAOptionType>]
4013
4015
  #
4014
4016
  # @!attribute [rw] preferred_mfa_setting
4017
+ # The user's preferred MFA setting.
4015
4018
  # @return [String]
4016
4019
  #
4017
4020
  # @!attribute [rw] user_mfa_setting_list
4021
+ # The list of the user's MFA settings.
4018
4022
  # @return [Array<String>]
4019
4023
  #
4020
4024
  # @see http://docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/GetUserResponse AWS API Documentation
@@ -7386,6 +7390,11 @@ module Aws::CognitoIdentityProvider
7386
7390
  # your users.
7387
7391
  # @return [String]
7388
7392
  #
7393
+ # @!attribute [rw] domain
7394
+ # Holds the domain prefix if the user pool has a domain associated
7395
+ # with it.
7396
+ # @return [String]
7397
+ #
7389
7398
  # @!attribute [rw] admin_create_user_config
7390
7399
  # The configuration for `AdminCreateUser` requests.
7391
7400
  # @return [Types::AdminCreateUserConfigType]
@@ -7421,6 +7430,7 @@ module Aws::CognitoIdentityProvider
7421
7430
  :user_pool_tags,
7422
7431
  :sms_configuration_failure,
7423
7432
  :email_configuration_failure,
7433
+ :domain,
7424
7434
  :admin_create_user_config,
7425
7435
  :user_pool_add_ons)
7426
7436
  include Aws::Structure
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.1.0
4
+ version: 1.2.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: 2017-11-29 00:00:00.000000000 Z
11
+ date: 2017-12-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core