libZSservicesZSamazonka-appintegrationsZSamazonka-appintegrations
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.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

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

  • maxResults :: Maybe Natural

    The maximum number of results to return per page.

Instances

Instances details
Eq ListEventIntegrations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrations

Read ListEventIntegrations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrations

Show ListEventIntegrations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrations

Generic ListEventIntegrations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrations

Associated Types

type Rep ListEventIntegrations :: Type -> Type #

NFData ListEventIntegrations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrations

Methods

rnf :: ListEventIntegrations -> () #

Hashable ListEventIntegrations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrations

AWSRequest ListEventIntegrations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrations

Associated Types

type AWSResponse ListEventIntegrations #

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

type Rep ListEventIntegrations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrations

type Rep ListEventIntegrations = D1 ('MetaData "ListEventIntegrations" "Amazonka.AppIntegrationS.ListEventIntegrations" "libZSservicesZSamazonka-appintegrationsZSamazonka-appintegrations" 'False) (C1 ('MetaCons "ListEventIntegrations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListEventIntegrations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrations

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

$sel:maxResults:ListEventIntegrations', listEventIntegrations_maxResults - The maximum number of results to return per page.

Request Lenses

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.

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

The maximum number of results to return per page.

Destructuring the Response

data ListEventIntegrationsResponse Source #

See: newListEventIntegrationsResponse smart constructor.

Constructors

ListEventIntegrationsResponse' 

Fields

Instances

Instances details
Eq ListEventIntegrationsResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrations

Read ListEventIntegrationsResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrations

Show ListEventIntegrationsResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrations

Generic ListEventIntegrationsResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrations

Associated Types

type Rep ListEventIntegrationsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-appintegrationsZSamazonka-appintegrations" '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.

$sel:nextToken: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.