aws-sdk-cognitoidentityprovider 1.28.0 → 1.29.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3ea085f3f433eeb01926e416bc1eb734918b4b90
|
4
|
+
data.tar.gz: 13a3dbe886cd886f322935184472dd481901c714
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 382952eddb6de8f4d0a46285f3e7dfa753c3325bf000b3e80d12ced82d948fa266941ec22b7a45ddd8111213b15a1edbdf1e74e43dc50d7b9b9c1c9740934388
|
7
|
+
data.tar.gz: 28b62aa4c88d8c640718da43199f628c09ad367f886bacd6882f6281f7f53431cba95f1931baf1a1c0ffc0b257846efb9e0269797af034587393efdf2b62ee20
|
@@ -2674,6 +2674,8 @@ module Aws::CognitoIdentityProvider
|
|
2674
2674
|
# source_arn: "ArnType",
|
2675
2675
|
# reply_to_email_address: "EmailAddressType",
|
2676
2676
|
# email_sending_account: "COGNITO_DEFAULT", # accepts COGNITO_DEFAULT, DEVELOPER
|
2677
|
+
# from: "StringType",
|
2678
|
+
# configuration_set: "SESConfigurationSet",
|
2677
2679
|
# },
|
2678
2680
|
# sms_configuration: {
|
2679
2681
|
# sns_caller_arn: "ArnType", # required
|
@@ -2769,6 +2771,8 @@ module Aws::CognitoIdentityProvider
|
|
2769
2771
|
# resp.user_pool.email_configuration.source_arn #=> String
|
2770
2772
|
# resp.user_pool.email_configuration.reply_to_email_address #=> String
|
2771
2773
|
# resp.user_pool.email_configuration.email_sending_account #=> String, one of "COGNITO_DEFAULT", "DEVELOPER"
|
2774
|
+
# resp.user_pool.email_configuration.from #=> String
|
2775
|
+
# resp.user_pool.email_configuration.configuration_set #=> String
|
2772
2776
|
# resp.user_pool.sms_configuration.sns_caller_arn #=> String
|
2773
2777
|
# resp.user_pool.sms_configuration.external_id #=> String
|
2774
2778
|
# resp.user_pool.user_pool_tags #=> Hash
|
@@ -3555,6 +3559,8 @@ module Aws::CognitoIdentityProvider
|
|
3555
3559
|
# resp.user_pool.email_configuration.source_arn #=> String
|
3556
3560
|
# resp.user_pool.email_configuration.reply_to_email_address #=> String
|
3557
3561
|
# resp.user_pool.email_configuration.email_sending_account #=> String, one of "COGNITO_DEFAULT", "DEVELOPER"
|
3562
|
+
# resp.user_pool.email_configuration.from #=> String
|
3563
|
+
# resp.user_pool.email_configuration.configuration_set #=> String
|
3558
3564
|
# resp.user_pool.sms_configuration.sns_caller_arn #=> String
|
3559
3565
|
# resp.user_pool.sms_configuration.external_id #=> String
|
3560
3566
|
# resp.user_pool.user_pool_tags #=> Hash
|
@@ -6219,6 +6225,8 @@ module Aws::CognitoIdentityProvider
|
|
6219
6225
|
# source_arn: "ArnType",
|
6220
6226
|
# reply_to_email_address: "EmailAddressType",
|
6221
6227
|
# email_sending_account: "COGNITO_DEFAULT", # accepts COGNITO_DEFAULT, DEVELOPER
|
6228
|
+
# from: "StringType",
|
6229
|
+
# configuration_set: "SESConfigurationSet",
|
6222
6230
|
# },
|
6223
6231
|
# sms_configuration: {
|
6224
6232
|
# sns_caller_arn: "ArnType", # required
|
@@ -6653,7 +6661,7 @@ module Aws::CognitoIdentityProvider
|
|
6653
6661
|
params: params,
|
6654
6662
|
config: config)
|
6655
6663
|
context[:gem_name] = 'aws-sdk-cognitoidentityprovider'
|
6656
|
-
context[:gem_version] = '1.
|
6664
|
+
context[:gem_version] = '1.29.0'
|
6657
6665
|
Seahorse::Client::Request.new(handlers, context)
|
6658
6666
|
end
|
6659
6667
|
|
@@ -337,6 +337,7 @@ module Aws::CognitoIdentityProvider
|
|
337
337
|
RiskExceptionConfigurationType = Shapes::StructureShape.new(name: 'RiskExceptionConfigurationType')
|
338
338
|
RiskLevelType = Shapes::StringShape.new(name: 'RiskLevelType')
|
339
339
|
S3BucketType = Shapes::StringShape.new(name: 'S3BucketType')
|
340
|
+
SESConfigurationSet = Shapes::StringShape.new(name: 'SESConfigurationSet')
|
340
341
|
SMSMfaSettingsType = Shapes::StructureShape.new(name: 'SMSMfaSettingsType')
|
341
342
|
SchemaAttributeType = Shapes::StructureShape.new(name: 'SchemaAttributeType')
|
342
343
|
SchemaAttributesListType = Shapes::ListShape.new(name: 'SchemaAttributesListType')
|
@@ -1050,6 +1051,8 @@ module Aws::CognitoIdentityProvider
|
|
1050
1051
|
EmailConfigurationType.add_member(:source_arn, Shapes::ShapeRef.new(shape: ArnType, location_name: "SourceArn"))
|
1051
1052
|
EmailConfigurationType.add_member(:reply_to_email_address, Shapes::ShapeRef.new(shape: EmailAddressType, location_name: "ReplyToEmailAddress"))
|
1052
1053
|
EmailConfigurationType.add_member(:email_sending_account, Shapes::ShapeRef.new(shape: EmailSendingAccountType, location_name: "EmailSendingAccount"))
|
1054
|
+
EmailConfigurationType.add_member(:from, Shapes::ShapeRef.new(shape: StringType, location_name: "From"))
|
1055
|
+
EmailConfigurationType.add_member(:configuration_set, Shapes::ShapeRef.new(shape: SESConfigurationSet, location_name: "ConfigurationSet"))
|
1053
1056
|
EmailConfigurationType.struct_class = Types::EmailConfigurationType
|
1054
1057
|
|
1055
1058
|
EnableSoftwareTokenMFAException.add_member(:message, Shapes::ShapeRef.new(shape: MessageType, location_name: "message"))
|
@@ -3420,6 +3420,8 @@ module Aws::CognitoIdentityProvider
|
|
3420
3420
|
# source_arn: "ArnType",
|
3421
3421
|
# reply_to_email_address: "EmailAddressType",
|
3422
3422
|
# email_sending_account: "COGNITO_DEFAULT", # accepts COGNITO_DEFAULT, DEVELOPER
|
3423
|
+
# from: "StringType",
|
3424
|
+
# configuration_set: "SESConfigurationSet",
|
3423
3425
|
# },
|
3424
3426
|
# sms_configuration: {
|
3425
3427
|
# sns_caller_arn: "ArnType", # required
|
@@ -4234,6 +4236,8 @@ module Aws::CognitoIdentityProvider
|
|
4234
4236
|
# source_arn: "ArnType",
|
4235
4237
|
# reply_to_email_address: "EmailAddressType",
|
4236
4238
|
# email_sending_account: "COGNITO_DEFAULT", # accepts COGNITO_DEFAULT, DEVELOPER
|
4239
|
+
# from: "StringType",
|
4240
|
+
# configuration_set: "SESConfigurationSet",
|
4237
4241
|
# }
|
4238
4242
|
#
|
4239
4243
|
# @!attribute [rw] source_arn
|
@@ -4304,12 +4308,40 @@ module Aws::CognitoIdentityProvider
|
|
4304
4308
|
# [2]: https://docs.aws.amazon.com/cognito/latest/developerguide/using-service-linked-roles.html
|
4305
4309
|
# @return [String]
|
4306
4310
|
#
|
4311
|
+
# @!attribute [rw] from
|
4312
|
+
# Identifies either the sender’s email address or the sender’s name
|
4313
|
+
# with their email address. For example, `testuser@example.com` or
|
4314
|
+
# `Test User <testuser@example.com>`. This address will appear before
|
4315
|
+
# the body of the email.
|
4316
|
+
# @return [String]
|
4317
|
+
#
|
4318
|
+
# @!attribute [rw] configuration_set
|
4319
|
+
# The set of configuration rules that can be applied to emails sent
|
4320
|
+
# using Amazon SES. A configuration set is applied to an email by
|
4321
|
+
# including a reference to the configuration set in the headers of the
|
4322
|
+
# email. Once applied, all of the rules in that configuration set are
|
4323
|
+
# applied to the email. Configuration sets can be used to apply the
|
4324
|
+
# following types of rules to emails:
|
4325
|
+
#
|
4326
|
+
# * Event publishing – Amazon SES can track the number of send,
|
4327
|
+
# delivery, open, click, bounce, and complaint events for each email
|
4328
|
+
# sent. Use event publishing to send information about these events
|
4329
|
+
# to other AWS services such as SNS and CloudWatch.
|
4330
|
+
#
|
4331
|
+
# * IP pool management – When leasing dedicated IP addresses with
|
4332
|
+
# Amazon SES, you can create groups of IP addresses, called
|
4333
|
+
# dedicated IP pools. You can then associate the dedicated IP pools
|
4334
|
+
# with configuration sets.
|
4335
|
+
# @return [String]
|
4336
|
+
#
|
4307
4337
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/EmailConfigurationType AWS API Documentation
|
4308
4338
|
#
|
4309
4339
|
class EmailConfigurationType < Struct.new(
|
4310
4340
|
:source_arn,
|
4311
4341
|
:reply_to_email_address,
|
4312
|
-
:email_sending_account
|
4342
|
+
:email_sending_account,
|
4343
|
+
:from,
|
4344
|
+
:configuration_set)
|
4313
4345
|
include Aws::Structure
|
4314
4346
|
end
|
4315
4347
|
|
@@ -8655,6 +8687,8 @@ module Aws::CognitoIdentityProvider
|
|
8655
8687
|
# source_arn: "ArnType",
|
8656
8688
|
# reply_to_email_address: "EmailAddressType",
|
8657
8689
|
# email_sending_account: "COGNITO_DEFAULT", # accepts COGNITO_DEFAULT, DEVELOPER
|
8690
|
+
# from: "StringType",
|
8691
|
+
# configuration_set: "SESConfigurationSet",
|
8658
8692
|
# },
|
8659
8693
|
# sms_configuration: {
|
8660
8694
|
# sns_caller_arn: "ArnType", # required
|
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.
|
4
|
+
version: 1.29.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-11-
|
11
|
+
date: 2019-11-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|