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

Description

Returns a paginated list of DataIntegration associations 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 ListDataIntegrationAssociations Source #

See: newListDataIntegrationAssociations smart constructor.

Constructors

ListDataIntegrationAssociations' 

Fields

Instances

Instances details
Eq ListDataIntegrationAssociations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrationAssociations

Read ListDataIntegrationAssociations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrationAssociations

Show ListDataIntegrationAssociations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrationAssociations

Generic ListDataIntegrationAssociations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrationAssociations

Associated Types

type Rep ListDataIntegrationAssociations :: Type -> Type #

NFData ListDataIntegrationAssociations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrationAssociations

Hashable ListDataIntegrationAssociations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrationAssociations

AWSRequest ListDataIntegrationAssociations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrationAssociations

ToHeaders ListDataIntegrationAssociations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrationAssociations

ToPath ListDataIntegrationAssociations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrationAssociations

ToQuery ListDataIntegrationAssociations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrationAssociations

type Rep ListDataIntegrationAssociations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrationAssociations

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

Defined in Amazonka.AppIntegrationS.ListDataIntegrationAssociations

newListDataIntegrationAssociations Source #

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

$sel:dataIntegrationIdentifier:ListDataIntegrationAssociations', listDataIntegrationAssociations_dataIntegrationIdentifier - A unique identifier for the DataIntegration.

Request Lenses

listDataIntegrationAssociations_nextToken :: Lens' ListDataIntegrationAssociations (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 ListDataIntegrationAssociationsResponse Source #

Constructors

ListDataIntegrationAssociationsResponse' 

Fields

Instances

Instances details
Eq ListDataIntegrationAssociationsResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrationAssociations

Read ListDataIntegrationAssociationsResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrationAssociations

Show ListDataIntegrationAssociationsResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrationAssociations

Generic ListDataIntegrationAssociationsResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrationAssociations

NFData ListDataIntegrationAssociationsResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrationAssociations

type Rep ListDataIntegrationAssociationsResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrationAssociations

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

newListDataIntegrationAssociationsResponse Source #

Create a value of ListDataIntegrationAssociationsResponse 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:dataIntegrationAssociations:ListDataIntegrationAssociationsResponse', listDataIntegrationAssociationsResponse_dataIntegrationAssociations - The Amazon Resource Name (ARN) and unique ID of the DataIntegration association.

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

$sel:httpStatus:ListDataIntegrationAssociationsResponse', listDataIntegrationAssociationsResponse_httpStatus - The response's http status code.

Response Lenses

listDataIntegrationAssociationsResponse_nextToken :: Lens' ListDataIntegrationAssociationsResponse (Maybe Text) Source #

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