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

Description

Lists all of the integrations in your domain.

Synopsis

Creating a Request

data ListIntegrations Source #

See: newListIntegrations smart constructor.

Constructors

ListIntegrations' 

Fields

Instances

Instances details
Eq ListIntegrations Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListIntegrations

Read ListIntegrations Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListIntegrations

Show ListIntegrations Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListIntegrations

Generic ListIntegrations Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListIntegrations

Associated Types

type Rep ListIntegrations :: Type -> Type #

NFData ListIntegrations Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListIntegrations

Methods

rnf :: ListIntegrations -> () #

Hashable ListIntegrations Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListIntegrations

AWSRequest ListIntegrations Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListIntegrations

Associated Types

type AWSResponse ListIntegrations #

ToHeaders ListIntegrations Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListIntegrations

ToPath ListIntegrations Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListIntegrations

ToQuery ListIntegrations Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListIntegrations

type Rep ListIntegrations Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListIntegrations

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

Defined in Amazonka.CustomerProfiles.ListIntegrations

newListIntegrations Source #

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

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

$sel:domainName:ListIntegrations', listIntegrations_domainName - The unique name of the domain.

Request Lenses

listIntegrations_nextToken :: Lens' ListIntegrations (Maybe Text) Source #

The pagination token from the previous ListIntegrations API call.

listIntegrations_maxResults :: Lens' ListIntegrations (Maybe Natural) Source #

The maximum number of objects returned per page.

Destructuring the Response

data ListIntegrationsResponse Source #

See: newListIntegrationsResponse smart constructor.

Constructors

ListIntegrationsResponse' 

Fields

Instances

Instances details
Eq ListIntegrationsResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListIntegrations

Read ListIntegrationsResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListIntegrations

Show ListIntegrationsResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListIntegrations

Generic ListIntegrationsResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListIntegrations

Associated Types

type Rep ListIntegrationsResponse :: Type -> Type #

NFData ListIntegrationsResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListIntegrations

type Rep ListIntegrationsResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListIntegrations

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

newListIntegrationsResponse Source #

Create a value of ListIntegrationsResponse 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:ListIntegrationsResponse', listIntegrationsResponse_items - The list of ListIntegrations instances.

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

$sel:httpStatus:ListIntegrationsResponse', listIntegrationsResponse_httpStatus - The response's http status code.

Response Lenses

listIntegrationsResponse_nextToken :: Lens' ListIntegrationsResponse (Maybe Text) Source #

The pagination token from the previous ListIntegrations API call.