aws-sdk-cognitoidentityprovider 1.90.0 → 1.91.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: 540ce315a5ba3faff756de2203885187f39f008b1c463620ed7534587aa753b4
4
- data.tar.gz: 7d4b83e78d373152f038dd7bde00f3afe692952236c28b5e8a20e631f4bd778d
3
+ metadata.gz: 9e991f48c97a1454ea797bbed8432cd1b77e95f3c7caf4ed1e73cef338ec1e8a
4
+ data.tar.gz: c5096435e11c7257151d51003131ee520b1741992c6787ad34de59b2c7fc62c5
5
5
  SHA512:
6
- metadata.gz: dbccc6eb1afd06acf3f7957269468a7e637bdeda1a3c4bbc1a87e68c76ea5a8e39b998e73cfe52326e4b3463176554d06fdbeff1741f87e21450a441f77010f7
7
- data.tar.gz: 9ce88a2ef145324aaf2c0382df33757d80750e41dfe49f5ed8c81c436e23c525368ee6ef7faf1f0fa2e34d309ffce836f0ebd140782fad4985777912683d926e
6
+ metadata.gz: 46a86474b2d237c345c74bca5f32bf9c34395935e06d967aa64bb518a8ce7c1186fb4d9009234c6c266895aa74971a32205ea847b8233bf990884f07a714530f
7
+ data.tar.gz: 89a93f93ddf8994f2fe0240e2bd5982f96463dcb3517d333f6e659e4bc1d0fe19e0eb6b298f586e508120fdee090b9d12217289278b1bbd04a859e83718dcc1d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.91.0 (2024-05-08)
5
+ ------------------
6
+
7
+ * Feature - Add EXTERNAL_PROVIDER enum value to UserStatusType.
8
+
4
9
  1.90.0 (2024-04-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.90.0
1
+ 1.91.0
@@ -945,7 +945,7 @@ module Aws::CognitoIdentityProvider
945
945
  # resp.user.user_create_date #=> Time
946
946
  # resp.user.user_last_modified_date #=> Time
947
947
  # resp.user.enabled #=> Boolean
948
- # resp.user.user_status #=> String, one of "UNCONFIRMED", "CONFIRMED", "ARCHIVED", "COMPROMISED", "UNKNOWN", "RESET_REQUIRED", "FORCE_CHANGE_PASSWORD"
948
+ # resp.user.user_status #=> String, one of "UNCONFIRMED", "CONFIRMED", "ARCHIVED", "COMPROMISED", "UNKNOWN", "RESET_REQUIRED", "FORCE_CHANGE_PASSWORD", "EXTERNAL_PROVIDER"
949
949
  # resp.user.mfa_options #=> Array
950
950
  # resp.user.mfa_options[0].delivery_medium #=> String, one of "SMS", "EMAIL"
951
951
  # resp.user.mfa_options[0].attribute_name #=> String
@@ -1419,7 +1419,7 @@ module Aws::CognitoIdentityProvider
1419
1419
  # resp.user_create_date #=> Time
1420
1420
  # resp.user_last_modified_date #=> Time
1421
1421
  # resp.enabled #=> Boolean
1422
- # resp.user_status #=> String, one of "UNCONFIRMED", "CONFIRMED", "ARCHIVED", "COMPROMISED", "UNKNOWN", "RESET_REQUIRED", "FORCE_CHANGE_PASSWORD"
1422
+ # resp.user_status #=> String, one of "UNCONFIRMED", "CONFIRMED", "ARCHIVED", "COMPROMISED", "UNKNOWN", "RESET_REQUIRED", "FORCE_CHANGE_PASSWORD", "EXTERNAL_PROVIDER"
1423
1423
  # resp.mfa_options #=> Array
1424
1424
  # resp.mfa_options[0].delivery_medium #=> String, one of "SMS", "EMAIL"
1425
1425
  # resp.mfa_options[0].attribute_name #=> String
@@ -7922,7 +7922,7 @@ module Aws::CognitoIdentityProvider
7922
7922
  # resp.users[0].user_create_date #=> Time
7923
7923
  # resp.users[0].user_last_modified_date #=> Time
7924
7924
  # resp.users[0].enabled #=> Boolean
7925
- # resp.users[0].user_status #=> String, one of "UNCONFIRMED", "CONFIRMED", "ARCHIVED", "COMPROMISED", "UNKNOWN", "RESET_REQUIRED", "FORCE_CHANGE_PASSWORD"
7925
+ # resp.users[0].user_status #=> String, one of "UNCONFIRMED", "CONFIRMED", "ARCHIVED", "COMPROMISED", "UNKNOWN", "RESET_REQUIRED", "FORCE_CHANGE_PASSWORD", "EXTERNAL_PROVIDER"
7926
7926
  # resp.users[0].mfa_options #=> Array
7927
7927
  # resp.users[0].mfa_options[0].delivery_medium #=> String, one of "SMS", "EMAIL"
7928
7928
  # resp.users[0].mfa_options[0].attribute_name #=> String
@@ -7998,7 +7998,7 @@ module Aws::CognitoIdentityProvider
7998
7998
  # resp.users[0].user_create_date #=> Time
7999
7999
  # resp.users[0].user_last_modified_date #=> Time
8000
8000
  # resp.users[0].enabled #=> Boolean
8001
- # resp.users[0].user_status #=> String, one of "UNCONFIRMED", "CONFIRMED", "ARCHIVED", "COMPROMISED", "UNKNOWN", "RESET_REQUIRED", "FORCE_CHANGE_PASSWORD"
8001
+ # resp.users[0].user_status #=> String, one of "UNCONFIRMED", "CONFIRMED", "ARCHIVED", "COMPROMISED", "UNKNOWN", "RESET_REQUIRED", "FORCE_CHANGE_PASSWORD", "EXTERNAL_PROVIDER"
8002
8002
  # resp.users[0].mfa_options #=> Array
8003
8003
  # resp.users[0].mfa_options[0].delivery_medium #=> String, one of "SMS", "EMAIL"
8004
8004
  # resp.users[0].mfa_options[0].attribute_name #=> String
@@ -10798,7 +10798,7 @@ module Aws::CognitoIdentityProvider
10798
10798
  params: params,
10799
10799
  config: config)
10800
10800
  context[:gem_name] = 'aws-sdk-cognitoidentityprovider'
10801
- context[:gem_version] = '1.90.0'
10801
+ context[:gem_version] = '1.91.0'
10802
10802
  Seahorse::Client::Request.new(handlers, context)
10803
10803
  end
10804
10804
 
@@ -2064,6 +2064,7 @@ module Aws::CognitoIdentityProvider
2064
2064
  "endpointPrefix" => "cognito-idp",
2065
2065
  "jsonVersion" => "1.1",
2066
2066
  "protocol" => "json",
2067
+ "protocols" => ["json"],
2067
2068
  "serviceFullName" => "Amazon Cognito Identity Provider",
2068
2069
  "serviceId" => "Cognito Identity Provider",
2069
2070
  "signatureVersion" => "v4",
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-cognitoidentityprovider/customizations'
52
52
  # @!group service
53
53
  module Aws::CognitoIdentityProvider
54
54
 
55
- GEM_VERSION = '1.90.0'
55
+ GEM_VERSION = '1.91.0'
56
56
 
57
57
  end
data/sig/client.rbs CHANGED
@@ -225,7 +225,7 @@ module Aws
225
225
  def user_create_date: () -> ::Time
226
226
  def user_last_modified_date: () -> ::Time
227
227
  def enabled: () -> bool
228
- def user_status: () -> ("UNCONFIRMED" | "CONFIRMED" | "ARCHIVED" | "COMPROMISED" | "UNKNOWN" | "RESET_REQUIRED" | "FORCE_CHANGE_PASSWORD")
228
+ def user_status: () -> ("UNCONFIRMED" | "CONFIRMED" | "ARCHIVED" | "COMPROMISED" | "UNKNOWN" | "RESET_REQUIRED" | "FORCE_CHANGE_PASSWORD" | "EXTERNAL_PROVIDER")
229
229
  def mfa_options: () -> ::Array[Types::MFAOptionType]
230
230
  def preferred_mfa_setting: () -> ::String
231
231
  def user_mfa_setting_list: () -> ::Array[::String]
data/sig/types.rbs CHANGED
@@ -157,7 +157,7 @@ module Aws::CognitoIdentityProvider
157
157
  attr_accessor user_create_date: ::Time
158
158
  attr_accessor user_last_modified_date: ::Time
159
159
  attr_accessor enabled: bool
160
- attr_accessor user_status: ("UNCONFIRMED" | "CONFIRMED" | "ARCHIVED" | "COMPROMISED" | "UNKNOWN" | "RESET_REQUIRED" | "FORCE_CHANGE_PASSWORD")
160
+ attr_accessor user_status: ("UNCONFIRMED" | "CONFIRMED" | "ARCHIVED" | "COMPROMISED" | "UNKNOWN" | "RESET_REQUIRED" | "FORCE_CHANGE_PASSWORD" | "EXTERNAL_PROVIDER")
161
161
  attr_accessor mfa_options: ::Array[Types::MFAOptionType]
162
162
  attr_accessor preferred_mfa_setting: ::String
163
163
  attr_accessor user_mfa_setting_list: ::Array[::String]
@@ -1999,7 +1999,7 @@ module Aws::CognitoIdentityProvider
1999
1999
  attr_accessor user_create_date: ::Time
2000
2000
  attr_accessor user_last_modified_date: ::Time
2001
2001
  attr_accessor enabled: bool
2002
- attr_accessor user_status: ("UNCONFIRMED" | "CONFIRMED" | "ARCHIVED" | "COMPROMISED" | "UNKNOWN" | "RESET_REQUIRED" | "FORCE_CHANGE_PASSWORD")
2002
+ attr_accessor user_status: ("UNCONFIRMED" | "CONFIRMED" | "ARCHIVED" | "COMPROMISED" | "UNKNOWN" | "RESET_REQUIRED" | "FORCE_CHANGE_PASSWORD" | "EXTERNAL_PROVIDER")
2003
2003
  attr_accessor mfa_options: ::Array[Types::MFAOptionType]
2004
2004
  SENSITIVE: [:username]
2005
2005
  end
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.90.0
4
+ version: 1.91.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: 2024-04-26 00:00:00.000000000 Z
11
+ date: 2024-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core