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

Description

Returns a paginated list of DataIntegrations in the account.

You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegration API.

Synopsis

Creating a Request

data ListDataIntegrations Source #

See: newListDataIntegrations smart constructor.

Constructors

ListDataIntegrations' 

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

Defined in Amazonka.AppIntegrationS.ListDataIntegrations

Read ListDataIntegrations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrations

Show ListDataIntegrations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrations

Generic ListDataIntegrations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrations

Associated Types

type Rep ListDataIntegrations :: Type -> Type #

NFData ListDataIntegrations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrations

Methods

rnf :: ListDataIntegrations -> () #

Hashable ListDataIntegrations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrations

AWSRequest ListDataIntegrations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrations

Associated Types

type AWSResponse ListDataIntegrations #

ToHeaders ListDataIntegrations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrations

ToPath ListDataIntegrations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrations

ToQuery ListDataIntegrations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrations

type Rep ListDataIntegrations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrations

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

Defined in Amazonka.AppIntegrationS.ListDataIntegrations

newListDataIntegrations :: ListDataIntegrations Source #

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

Request Lenses

listDataIntegrations_nextToken :: Lens' ListDataIntegrations (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.

listDataIntegrations_maxResults :: Lens' ListDataIntegrations (Maybe Natural) Source #

The maximum number of results to return per page.

Destructuring the Response

data ListDataIntegrationsResponse Source #

See: newListDataIntegrationsResponse smart constructor.

Constructors

ListDataIntegrationsResponse' 

Fields

Instances

Instances details
Eq ListDataIntegrationsResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrations

Read ListDataIntegrationsResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrations

Show ListDataIntegrationsResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrations

Generic ListDataIntegrationsResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrations

Associated Types

type Rep ListDataIntegrationsResponse :: Type -> Type #

NFData ListDataIntegrationsResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrations

type Rep ListDataIntegrationsResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrations

type Rep ListDataIntegrationsResponse = D1 ('MetaData "ListDataIntegrationsResponse" "Amazonka.AppIntegrationS.ListDataIntegrations" "libZSservicesZSamazonka-appintegrationsZSamazonka-appintegrations" 'False) (C1 ('MetaCons "ListDataIntegrationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataIntegrations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty DataIntegrationSummary))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListDataIntegrationsResponse Source #

Create a value of ListDataIntegrationsResponse 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:dataIntegrations:ListDataIntegrationsResponse', listDataIntegrationsResponse_dataIntegrations - The DataIntegrations associated with this account.

$sel:nextToken:ListDataIntegrations', listDataIntegrationsResponse_nextToken - If there are additional results, this is the token for the next set of results.

$sel:httpStatus:ListDataIntegrationsResponse', listDataIntegrationsResponse_httpStatus - The response's http status code.

Response Lenses

listDataIntegrationsResponse_nextToken :: Lens' ListDataIntegrationsResponse (Maybe Text) Source #

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