sig/client.rbs in aws-sdk-cognitoidentityprovider-1.97.0 vs sig/client.rbs in aws-sdk-cognitoidentityprovider-1.98.0
- old
+ new
@@ -632,10 +632,11 @@
minimum_length: ::Integer?,
require_uppercase: bool?,
require_lowercase: bool?,
require_numbers: bool?,
require_symbols: bool?,
+ password_history_size: ::Integer?,
temporary_password_validity_days: ::Integer?
}?
},
?deletion_protection: ("ACTIVE" | "INACTIVE"),
?lambda_config: {
@@ -1295,14 +1296,20 @@
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CognitoIdentityProvider/Client.html#set_log_delivery_configuration-instance_method
def set_log_delivery_configuration: (
user_pool_id: ::String,
log_configurations: Array[
{
- log_level: ("ERROR"),
- event_source: ("userNotification"),
+ log_level: ("ERROR" | "INFO"),
+ event_source: ("userNotification" | "userAuthEvents"),
cloud_watch_logs_configuration: {
log_group_arn: ::String?
+ }?,
+ s3_configuration: {
+ bucket_arn: ::String?
+ }?,
+ firehose_configuration: {
+ stream_arn: ::String?
}?
},
]
) -> _SetLogDeliveryConfigurationResponseSuccess
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SetLogDeliveryConfigurationResponseSuccess
@@ -1608,9 +1615,10 @@
minimum_length: ::Integer?,
require_uppercase: bool?,
require_lowercase: bool?,
require_numbers: bool?,
require_symbols: bool?,
+ password_history_size: ::Integer?,
temporary_password_validity_days: ::Integer?
}?
},
?deletion_protection: ("ACTIVE" | "INACTIVE"),
?lambda_config: {