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

Description

Returns a list of all the domains for an AWS account that have been created.

Synopsis

Creating a Request

data ListDomains Source #

See: newListDomains smart constructor.

Constructors

ListDomains' 

Fields

Instances

Instances details
Eq ListDomains Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListDomains

Read ListDomains Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListDomains

Show ListDomains Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListDomains

Generic ListDomains Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListDomains

Associated Types

type Rep ListDomains :: Type -> Type #

NFData ListDomains Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListDomains

Methods

rnf :: ListDomains -> () #

Hashable ListDomains Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListDomains

AWSRequest ListDomains Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListDomains

Associated Types

type AWSResponse ListDomains #

ToHeaders ListDomains Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListDomains

Methods

toHeaders :: ListDomains -> [Header] #

ToPath ListDomains Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListDomains

ToQuery ListDomains Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListDomains

type Rep ListDomains Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListDomains

type Rep ListDomains = D1 ('MetaData "ListDomains" "Amazonka.CustomerProfiles.ListDomains" "libZSservicesZSamazonka-customer-profilesZSamazonka-customer-profiles" 'False) (C1 ('MetaCons "ListDomains'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListDomains Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListDomains

newListDomains :: ListDomains Source #

Create a value of ListDomains 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:nextToken:ListDomains', listDomains_nextToken - The pagination token from the previous ListDomain API call.

$sel:maxResults:ListDomains', listDomains_maxResults - The maximum number of objects returned per page.

Request Lenses

listDomains_nextToken :: Lens' ListDomains (Maybe Text) Source #

The pagination token from the previous ListDomain API call.

listDomains_maxResults :: Lens' ListDomains (Maybe Natural) Source #

The maximum number of objects returned per page.

Destructuring the Response

data ListDomainsResponse Source #

See: newListDomainsResponse smart constructor.

Constructors

ListDomainsResponse' 

Fields

Instances

Instances details
Eq ListDomainsResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListDomains

Read ListDomainsResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListDomains

Show ListDomainsResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListDomains

Generic ListDomainsResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListDomains

Associated Types

type Rep ListDomainsResponse :: Type -> Type #

NFData ListDomainsResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListDomains

Methods

rnf :: ListDomainsResponse -> () #

type Rep ListDomainsResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListDomains

type Rep ListDomainsResponse = D1 ('MetaData "ListDomainsResponse" "Amazonka.CustomerProfiles.ListDomains" "libZSservicesZSamazonka-customer-profilesZSamazonka-customer-profiles" 'False) (C1 ('MetaCons "ListDomainsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ListDomainItem])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListDomainsResponse Source #

Create a value of ListDomainsResponse 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:items:ListDomainsResponse', listDomainsResponse_items - The list of ListDomains instances.

$sel:nextToken:ListDomains', listDomainsResponse_nextToken - The pagination token from the previous ListDomains API call.

$sel:httpStatus:ListDomainsResponse', listDomainsResponse_httpStatus - The response's http status code.

Response Lenses

listDomainsResponse_nextToken :: Lens' ListDomainsResponse (Maybe Text) Source #

The pagination token from the previous ListDomains API call.