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.DomainDescriptionType

Description

 
Synopsis

Documentation

data DomainDescriptionType Source #

A container for information about a domain.

See: newDomainDescriptionType smart constructor.

Constructors

DomainDescriptionType' 

Fields

Instances

Instances details
Eq DomainDescriptionType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.DomainDescriptionType

Read DomainDescriptionType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.DomainDescriptionType

Show DomainDescriptionType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.DomainDescriptionType

Generic DomainDescriptionType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.DomainDescriptionType

Associated Types

type Rep DomainDescriptionType :: Type -> Type #

NFData DomainDescriptionType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.DomainDescriptionType

Methods

rnf :: DomainDescriptionType -> () #

Hashable DomainDescriptionType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.DomainDescriptionType

FromJSON DomainDescriptionType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.DomainDescriptionType

type Rep DomainDescriptionType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.DomainDescriptionType

type Rep DomainDescriptionType = D1 ('MetaData "DomainDescriptionType" "Amazonka.CognitoIdentityProvider.Types.DomainDescriptionType" "libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp" 'False) (C1 ('MetaCons "DomainDescriptionType'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainStatusType)) :*: S1 ('MetaSel ('Just "cloudFrontDistribution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "userPoolId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "aWSAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "customDomainConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CustomDomainConfigType))) :*: (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3Bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newDomainDescriptionType :: DomainDescriptionType Source #

Create a value of DomainDescriptionType 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:status:DomainDescriptionType', domainDescriptionType_status - The domain status.

$sel:cloudFrontDistribution:DomainDescriptionType', domainDescriptionType_cloudFrontDistribution - The ARN of the CloudFront distribution.

$sel:userPoolId:DomainDescriptionType', domainDescriptionType_userPoolId - The user pool ID.

$sel:domain:DomainDescriptionType', domainDescriptionType_domain - The domain string.

$sel:aWSAccountId:DomainDescriptionType', domainDescriptionType_aWSAccountId - The account ID for the user pool owner.

$sel:customDomainConfig:DomainDescriptionType', domainDescriptionType_customDomainConfig - The configuration for a custom domain that hosts the sign-up and sign-in webpages for your application.

$sel:version:DomainDescriptionType', domainDescriptionType_version - The app version.

$sel:s3Bucket:DomainDescriptionType', domainDescriptionType_s3Bucket - The S3 bucket where the static files for this domain are stored.

domainDescriptionType_customDomainConfig :: Lens' DomainDescriptionType (Maybe CustomDomainConfigType) Source #

The configuration for a custom domain that hosts the sign-up and sign-in webpages for your application.

domainDescriptionType_s3Bucket :: Lens' DomainDescriptionType (Maybe Text) Source #

The S3 bucket where the static files for this domain are stored.