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

Description

Lists all of the template information for object types.

Synopsis

Creating a Request

data ListProfileObjectTypeTemplates Source #

See: newListProfileObjectTypeTemplates smart constructor.

Constructors

ListProfileObjectTypeTemplates' 

Fields

Instances

Instances details
Eq ListProfileObjectTypeTemplates Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListProfileObjectTypeTemplates

Read ListProfileObjectTypeTemplates Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListProfileObjectTypeTemplates

Show ListProfileObjectTypeTemplates Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListProfileObjectTypeTemplates

Generic ListProfileObjectTypeTemplates Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListProfileObjectTypeTemplates

Associated Types

type Rep ListProfileObjectTypeTemplates :: Type -> Type #

NFData ListProfileObjectTypeTemplates Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListProfileObjectTypeTemplates

Hashable ListProfileObjectTypeTemplates Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListProfileObjectTypeTemplates

AWSRequest ListProfileObjectTypeTemplates Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListProfileObjectTypeTemplates

ToHeaders ListProfileObjectTypeTemplates Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListProfileObjectTypeTemplates

ToPath ListProfileObjectTypeTemplates Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListProfileObjectTypeTemplates

ToQuery ListProfileObjectTypeTemplates Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListProfileObjectTypeTemplates

type Rep ListProfileObjectTypeTemplates Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListProfileObjectTypeTemplates

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

Defined in Amazonka.CustomerProfiles.ListProfileObjectTypeTemplates

newListProfileObjectTypeTemplates :: ListProfileObjectTypeTemplates Source #

Create a value of ListProfileObjectTypeTemplates 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:ListProfileObjectTypeTemplates', listProfileObjectTypeTemplates_nextToken - The pagination token from the previous ListObjectTypeTemplates API call.

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

Request Lenses

listProfileObjectTypeTemplates_nextToken :: Lens' ListProfileObjectTypeTemplates (Maybe Text) Source #

The pagination token from the previous ListObjectTypeTemplates API call.

Destructuring the Response

data ListProfileObjectTypeTemplatesResponse Source #

Constructors

ListProfileObjectTypeTemplatesResponse' 

Fields

Instances

Instances details
Eq ListProfileObjectTypeTemplatesResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListProfileObjectTypeTemplates

Read ListProfileObjectTypeTemplatesResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListProfileObjectTypeTemplates

Show ListProfileObjectTypeTemplatesResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListProfileObjectTypeTemplates

Generic ListProfileObjectTypeTemplatesResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListProfileObjectTypeTemplates

NFData ListProfileObjectTypeTemplatesResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListProfileObjectTypeTemplates

type Rep ListProfileObjectTypeTemplatesResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListProfileObjectTypeTemplates

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

newListProfileObjectTypeTemplatesResponse Source #

Create a value of ListProfileObjectTypeTemplatesResponse 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:ListProfileObjectTypeTemplatesResponse', listProfileObjectTypeTemplatesResponse_items - The list of ListProfileObjectType template instances.

$sel:nextToken:ListProfileObjectTypeTemplates', listProfileObjectTypeTemplatesResponse_nextToken - The pagination token from the previous ListObjectTypeTemplates API call.

$sel:httpStatus:ListProfileObjectTypeTemplatesResponse', listProfileObjectTypeTemplatesResponse_httpStatus - The response's http status code.

Response Lenses

listProfileObjectTypeTemplatesResponse_nextToken :: Lens' ListProfileObjectTypeTemplatesResponse (Maybe Text) Source #

The pagination token from the previous ListObjectTypeTemplates API call.