libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CognitoIdentityProvider.Types.CodeDeliveryDetailsType

Description

 
Synopsis

Documentation

data CodeDeliveryDetailsType Source #

The code delivery details being returned from the server.

See: newCodeDeliveryDetailsType smart constructor.

Constructors

CodeDeliveryDetailsType' 

Fields

Instances

Instances details
Eq CodeDeliveryDetailsType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.CodeDeliveryDetailsType

Read CodeDeliveryDetailsType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.CodeDeliveryDetailsType

Show CodeDeliveryDetailsType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.CodeDeliveryDetailsType

Generic CodeDeliveryDetailsType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.CodeDeliveryDetailsType

Associated Types

type Rep CodeDeliveryDetailsType :: Type -> Type #

NFData CodeDeliveryDetailsType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.CodeDeliveryDetailsType

Methods

rnf :: CodeDeliveryDetailsType -> () #

Hashable CodeDeliveryDetailsType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.CodeDeliveryDetailsType

FromJSON CodeDeliveryDetailsType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.CodeDeliveryDetailsType

type Rep CodeDeliveryDetailsType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.CodeDeliveryDetailsType

type Rep CodeDeliveryDetailsType = D1 ('MetaData "CodeDeliveryDetailsType" "Amazonka.CognitoIdentityProvider.Types.CodeDeliveryDetailsType" "libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp" 'False) (C1 ('MetaCons "CodeDeliveryDetailsType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "deliveryMedium") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeliveryMediumType)) :*: S1 ('MetaSel ('Just "attributeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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:destination:CodeDeliveryDetailsType', codeDeliveryDetailsType_destination - The destination for the code delivery details.

$sel:deliveryMedium:CodeDeliveryDetailsType', codeDeliveryDetailsType_deliveryMedium - The delivery medium (email message or phone number).

$sel:attributeName:CodeDeliveryDetailsType', codeDeliveryDetailsType_attributeName - The attribute name.

codeDeliveryDetailsType_destination :: Lens' CodeDeliveryDetailsType (Maybe Text) Source #

The destination for the code delivery details.