amazonka-customer-profiles-2.0: Amazon Connect Customer Profiles SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

  • includeHidden :: Maybe Bool

    Boolean to indicate if hidden integration should be returned. Defaults to False.

  • maxResults :: Maybe Natural

    The maximum number of objects returned per page.

  • nextToken :: Maybe Text

    The pagination token from the previous ListAccountIntegrations API call.

  • uri :: Text

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

Instances

Instances details
ToJSON 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

AWSRequest 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 #

Read ListAccountIntegrations Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListAccountIntegrations

Show ListAccountIntegrations Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListAccountIntegrations

NFData ListAccountIntegrations Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListAccountIntegrations

Methods

rnf :: ListAccountIntegrations -> () #

Eq ListAccountIntegrations Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListAccountIntegrations

Hashable ListAccountIntegrations Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListAccountIntegrations

type AWSResponse 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" "amazonka-customer-profiles-2.0-7iC4NjyJEW8JuQGNtDiJ1f" 'False) (C1 ('MetaCons "ListAccountIntegrations'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "includeHidden") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

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:includeHidden:ListAccountIntegrations', listAccountIntegrations_includeHidden - Boolean to indicate if hidden integration should be returned. Defaults to False.

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

ListAccountIntegrations, listAccountIntegrations_nextToken - The pagination token from the previous ListAccountIntegrations API call.

ListAccountIntegrations, listAccountIntegrations_uri - The URI of the S3 bucket or any other type of data source.

Request Lenses

listAccountIntegrations_includeHidden :: Lens' ListAccountIntegrations (Maybe Bool) Source #

Boolean to indicate if hidden integration should be returned. Defaults to False.

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

The maximum number of objects returned per page.

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

The pagination token from the previous ListAccountIntegrations API call.

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
Generic ListAccountIntegrationsResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListAccountIntegrations

Associated Types

type Rep ListAccountIntegrationsResponse :: Type -> Type #

Read ListAccountIntegrationsResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListAccountIntegrations

Show ListAccountIntegrationsResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListAccountIntegrations

NFData ListAccountIntegrationsResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListAccountIntegrations

Eq 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" "amazonka-customer-profiles-2.0-7iC4NjyJEW8JuQGNtDiJ1f" '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.

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.