libZSservicesZSamazonka-customer-profilesZSamazonka-customer-profiles
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.CustomerProfiles.Types.ListDomainItem

Description

 
Synopsis

Documentation

data ListDomainItem Source #

An object in a list that represents a domain.

See: newListDomainItem smart constructor.

Constructors

ListDomainItem' 

Fields

Instances

Instances details
Eq ListDomainItem Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ListDomainItem

Read ListDomainItem Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ListDomainItem

Show ListDomainItem Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ListDomainItem

Generic ListDomainItem Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ListDomainItem

Associated Types

type Rep ListDomainItem :: Type -> Type #

NFData ListDomainItem Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ListDomainItem

Methods

rnf :: ListDomainItem -> () #

Hashable ListDomainItem Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ListDomainItem

FromJSON ListDomainItem Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ListDomainItem

type Rep ListDomainItem Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ListDomainItem

type Rep ListDomainItem = D1 ('MetaData "ListDomainItem" "Amazonka.CustomerProfiles.Types.ListDomainItem" "libZSservicesZSamazonka-customer-profilesZSamazonka-customer-profiles" 'False) (C1 ('MetaCons "ListDomainItem'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))

newListDomainItem Source #

Create a value of ListDomainItem 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:tags:ListDomainItem', listDomainItem_tags - The tags used to organize, track, or control access for this resource.

$sel:domainName:ListDomainItem', listDomainItem_domainName - The unique name of the domain.

$sel:createdAt:ListDomainItem', listDomainItem_createdAt - The timestamp of when the domain was created.

$sel:lastUpdatedAt:ListDomainItem', listDomainItem_lastUpdatedAt - The timestamp of when the domain was most recently edited.

listDomainItem_tags :: Lens' ListDomainItem (Maybe (HashMap Text Text)) Source #

The tags used to organize, track, or control access for this resource.

listDomainItem_domainName :: Lens' ListDomainItem Text Source #

The unique name of the domain.

listDomainItem_createdAt :: Lens' ListDomainItem UTCTime Source #

The timestamp of when the domain was created.

listDomainItem_lastUpdatedAt :: Lens' ListDomainItem UTCTime Source #

The timestamp of when the domain was most recently edited.