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

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

AWSRequest ListDataIntegrations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrations

Associated Types

type AWSResponse ListDataIntegrations #

Generic ListDataIntegrations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrations

Associated Types

type Rep ListDataIntegrations :: Type -> Type #

Read ListDataIntegrations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrations

Show ListDataIntegrations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrations

NFData ListDataIntegrations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrations

Methods

rnf :: ListDataIntegrations -> () #

Eq ListDataIntegrations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrations

Hashable ListDataIntegrations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrations

type AWSResponse 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" "amazonka-appintegrations-2.0-2lBUrD6c02PNRyKYAT0aG" 'False) (C1 ('MetaCons "ListDataIntegrations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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

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.

Request Lenses

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

The maximum number of results to return per page.

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.

Destructuring the Response

data ListDataIntegrationsResponse Source #

See: newListDataIntegrationsResponse smart constructor.

Constructors

ListDataIntegrationsResponse' 

Fields

Instances

Instances details
Generic ListDataIntegrationsResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrations

Associated Types

type Rep ListDataIntegrationsResponse :: Type -> Type #

Read ListDataIntegrationsResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrations

Show ListDataIntegrationsResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrations

NFData ListDataIntegrationsResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrations

Eq 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" "amazonka-appintegrations-2.0-2lBUrD6c02PNRyKYAT0aG" '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.

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.