| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CognitoIdentityProvider.Types.CodeDeliveryDetailsType
Description
Synopsis
- data CodeDeliveryDetailsType = CodeDeliveryDetailsType' {}
- newCodeDeliveryDetailsType :: CodeDeliveryDetailsType
- codeDeliveryDetailsType_attributeName :: Lens' CodeDeliveryDetailsType (Maybe Text)
- codeDeliveryDetailsType_deliveryMedium :: Lens' CodeDeliveryDetailsType (Maybe DeliveryMediumType)
- codeDeliveryDetailsType_destination :: Lens' CodeDeliveryDetailsType (Maybe Text)
Documentation
data CodeDeliveryDetailsType Source #
The delivery details for an email or SMS message that Amazon Cognito sent for authentication or verification.
See: newCodeDeliveryDetailsType smart constructor.
Constructors
| CodeDeliveryDetailsType' | |
Fields
| |
Instances
newCodeDeliveryDetailsType :: CodeDeliveryDetailsType Source #
Create a value of CodeDeliveryDetailsType with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:attributeName:CodeDeliveryDetailsType', codeDeliveryDetailsType_attributeName - The name of the attribute that Amazon Cognito verifies with the code.
$sel:deliveryMedium:CodeDeliveryDetailsType', codeDeliveryDetailsType_deliveryMedium - The method that Amazon Cognito used to send the code.
$sel:destination:CodeDeliveryDetailsType', codeDeliveryDetailsType_destination - The email address or phone number destination where Amazon Cognito sent
the code.
codeDeliveryDetailsType_attributeName :: Lens' CodeDeliveryDetailsType (Maybe Text) Source #
The name of the attribute that Amazon Cognito verifies with the code.
codeDeliveryDetailsType_deliveryMedium :: Lens' CodeDeliveryDetailsType (Maybe DeliveryMediumType) Source #
The method that Amazon Cognito used to send the code.
codeDeliveryDetailsType_destination :: Lens' CodeDeliveryDetailsType (Maybe Text) Source #
The email address or phone number destination where Amazon Cognito sent the code.