amazonka-appintegrations-2.0: Amazon AppIntegrations Service 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.AppIntegrationS.ListEventIntegrations

Description

Returns a paginated list of event integrations in the account.

Synopsis

Creating a Request

data ListEventIntegrations Source #

See: newListEventIntegrations smart constructor.

Constructors

ListEventIntegrations' 

Fields

  • maxResults :: Maybe Natural

    The maximum number of results to return per page.

  • nextToken :: Maybe Text

    The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

Instances

Instances details
ToHeaders ListEventIntegrations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrations

ToPath ListEventIntegrations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrations

ToQuery ListEventIntegrations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrations

AWSRequest ListEventIntegrations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrations

Associated Types

type AWSResponse ListEventIntegrations #

Generic ListEventIntegrations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrations

Associated Types

type Rep ListEventIntegrations :: Type -> Type #

Read ListEventIntegrations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrations

Show ListEventIntegrations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrations

NFData ListEventIntegrations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrations

Methods

rnf :: ListEventIntegrations -> () #

Eq ListEventIntegrations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrations

Hashable ListEventIntegrations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrations

type AWSResponse ListEventIntegrations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrations

type Rep ListEventIntegrations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrations

type Rep ListEventIntegrations = D1 ('MetaData "ListEventIntegrations" "Amazonka.AppIntegrationS.ListEventIntegrations" "amazonka-appintegrations-2.0-2lBUrD6c02PNRyKYAT0aG" 'False) (C1 ('MetaCons "ListEventIntegrations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newListEventIntegrations :: ListEventIntegrations Source #

Create a value of ListEventIntegrations 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:maxResults:ListEventIntegrations', listEventIntegrations_maxResults - The maximum number of results to return per page.

ListEventIntegrations, listEventIntegrations_nextToken - The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

Request Lenses

listEventIntegrations_maxResults :: Lens' ListEventIntegrations (Maybe Natural) Source #

The maximum number of results to return per page.

listEventIntegrations_nextToken :: Lens' ListEventIntegrations (Maybe Text) Source #

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

Destructuring the Response

data ListEventIntegrationsResponse Source #

See: newListEventIntegrationsResponse smart constructor.

Constructors

ListEventIntegrationsResponse' 

Fields

Instances

Instances details
Generic ListEventIntegrationsResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrations

Associated Types

type Rep ListEventIntegrationsResponse :: Type -> Type #

Read ListEventIntegrationsResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrations

Show ListEventIntegrationsResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrations

NFData ListEventIntegrationsResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrations

Eq ListEventIntegrationsResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrations

type Rep ListEventIntegrationsResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrations

type Rep ListEventIntegrationsResponse = D1 ('MetaData "ListEventIntegrationsResponse" "Amazonka.AppIntegrationS.ListEventIntegrations" "amazonka-appintegrations-2.0-2lBUrD6c02PNRyKYAT0aG" 'False) (C1 ('MetaCons "ListEventIntegrationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventIntegrations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty EventIntegration))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListEventIntegrationsResponse Source #

Create a value of ListEventIntegrationsResponse 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:eventIntegrations:ListEventIntegrationsResponse', listEventIntegrationsResponse_eventIntegrations - The event integrations.

ListEventIntegrations, listEventIntegrationsResponse_nextToken - If there are additional results, this is the token for the next set of results.

$sel:httpStatus:ListEventIntegrationsResponse', listEventIntegrationsResponse_httpStatus - The response's http status code.

Response Lenses

listEventIntegrationsResponse_nextToken :: Lens' ListEventIntegrationsResponse (Maybe Text) Source #

If there are additional results, this is the token for the next set of results.