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

Description

Lists all of the integrations associated to a specific URI in the AWS account.

Synopsis

Creating a Request

data ListAccountIntegrations Source #

See: newListAccountIntegrations smart constructor.

Constructors

ListAccountIntegrations' 

Fields

  • nextToken :: Maybe Text

    The pagination token from the previous ListAccountIntegrations API call.

  • maxResults :: Maybe Natural

    The maximum number of objects returned per page.

  • uri :: Text

    The URI of the S3 bucket or any other type of data source.

Instances

Instances details
Eq ListAccountIntegrations Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListAccountIntegrations

Read ListAccountIntegrations Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListAccountIntegrations

Show ListAccountIntegrations Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListAccountIntegrations

Generic ListAccountIntegrations Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListAccountIntegrations

Associated Types

type Rep ListAccountIntegrations :: Type -> Type #

NFData ListAccountIntegrations Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListAccountIntegrations

Methods

rnf :: ListAccountIntegrations -> () #

Hashable ListAccountIntegrations Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListAccountIntegrations

ToJSON ListAccountIntegrations Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListAccountIntegrations

AWSRequest ListAccountIntegrations Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListAccountIntegrations

ToHeaders ListAccountIntegrations Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListAccountIntegrations

ToPath ListAccountIntegrations Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListAccountIntegrations

ToQuery ListAccountIntegrations Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListAccountIntegrations

type Rep ListAccountIntegrations Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListAccountIntegrations

type Rep ListAccountIntegrations = D1 ('MetaData "ListAccountIntegrations" "Amazonka.CustomerProfiles.ListAccountIntegrations" "libZSservicesZSamazonka-customer-profilesZSamazonka-customer-profiles" 'False) (C1 ('MetaCons "ListAccountIntegrations'" '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 "uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListAccountIntegrations Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListAccountIntegrations

newListAccountIntegrations Source #

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

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

$sel:uri:ListAccountIntegrations', listAccountIntegrations_uri - The URI of the S3 bucket or any other type of data source.

Request Lenses

listAccountIntegrations_nextToken :: Lens' ListAccountIntegrations (Maybe Text) Source #

The pagination token from the previous ListAccountIntegrations API call.

listAccountIntegrations_maxResults :: Lens' ListAccountIntegrations (Maybe Natural) Source #

The maximum number of objects returned per page.

listAccountIntegrations_uri :: Lens' ListAccountIntegrations Text Source #

The URI of the S3 bucket or any other type of data source.

Destructuring the Response

data ListAccountIntegrationsResponse Source #

See: newListAccountIntegrationsResponse smart constructor.

Constructors

ListAccountIntegrationsResponse' 

Fields

Instances

Instances details
Eq ListAccountIntegrationsResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListAccountIntegrations

Read ListAccountIntegrationsResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListAccountIntegrations

Show ListAccountIntegrationsResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListAccountIntegrations

Generic ListAccountIntegrationsResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListAccountIntegrations

Associated Types

type Rep ListAccountIntegrationsResponse :: Type -> Type #

NFData ListAccountIntegrationsResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListAccountIntegrations

type Rep ListAccountIntegrationsResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListAccountIntegrations

type Rep ListAccountIntegrationsResponse = D1 ('MetaData "ListAccountIntegrationsResponse" "Amazonka.CustomerProfiles.ListAccountIntegrations" "libZSservicesZSamazonka-customer-profilesZSamazonka-customer-profiles" 'False) (C1 ('MetaCons "ListAccountIntegrationsResponse'" '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))))

newListAccountIntegrationsResponse Source #

Create a value of ListAccountIntegrationsResponse 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:ListAccountIntegrationsResponse', listAccountIntegrationsResponse_items - The list of ListAccountIntegration instances.

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

$sel:httpStatus:ListAccountIntegrationsResponse', listAccountIntegrationsResponse_httpStatus - The response's http status code.

Response Lenses

listAccountIntegrationsResponse_nextToken :: Lens' ListAccountIntegrationsResponse (Maybe Text) Source #

The pagination token from the previous ListAccountIntegrations API call.