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

AWSRequest ListIntegrations Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListIntegrations

Associated Types

type AWSResponse ListIntegrations #

Generic ListIntegrations Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListIntegrations

Associated Types

type Rep ListIntegrations :: Type -> Type #

Read ListIntegrations Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListIntegrations

Show ListIntegrations Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListIntegrations

NFData ListIntegrations Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListIntegrations

Methods

rnf :: ListIntegrations -> () #

Eq ListIntegrations Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListIntegrations

Hashable ListIntegrations Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListIntegrations

type AWSResponse 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" "amazonka-customer-profiles-2.0-7iC4NjyJEW8JuQGNtDiJ1f" 'False) (C1 ('MetaCons "ListIntegrations'" '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 "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

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

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

ListIntegrations, listIntegrations_nextToken - The pagination token from the previous ListIntegrations API call.

ListIntegrations, listIntegrations_domainName - The unique name of the domain.

Request Lenses

listIntegrations_includeHidden :: Lens' ListIntegrations (Maybe Bool) Source #

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

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

The maximum number of objects returned per page.

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

The pagination token from the previous ListIntegrations API call.

Destructuring the Response

data ListIntegrationsResponse Source #

See: newListIntegrationsResponse smart constructor.

Constructors

ListIntegrationsResponse' 

Fields

Instances

Instances details
Generic ListIntegrationsResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListIntegrations

Associated Types

type Rep ListIntegrationsResponse :: Type -> Type #

Read ListIntegrationsResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListIntegrations

Show ListIntegrationsResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListIntegrations

NFData ListIntegrationsResponse Source # 
Instance details

Defined in Amazonka.CustomerProfiles.ListIntegrations

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

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.