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

Description

Returns information about the DataIntegration.

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 GetDataIntegration Source #

See: newGetDataIntegration smart constructor.

Constructors

GetDataIntegration' 

Fields

Instances

Instances details
Eq GetDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetDataIntegration

Read GetDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetDataIntegration

Show GetDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetDataIntegration

Generic GetDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetDataIntegration

Associated Types

type Rep GetDataIntegration :: Type -> Type #

NFData GetDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetDataIntegration

Methods

rnf :: GetDataIntegration -> () #

Hashable GetDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetDataIntegration

AWSRequest GetDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetDataIntegration

Associated Types

type AWSResponse GetDataIntegration #

ToHeaders GetDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetDataIntegration

ToPath GetDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetDataIntegration

ToQuery GetDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetDataIntegration

type Rep GetDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetDataIntegration

type Rep GetDataIntegration = D1 ('MetaData "GetDataIntegration" "Amazonka.AppIntegrationS.GetDataIntegration" "libZSservicesZSamazonka-appintegrationsZSamazonka-appintegrations" 'False) (C1 ('MetaCons "GetDataIntegration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "identifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetDataIntegration

newGetDataIntegration Source #

Create a value of GetDataIntegration 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:identifier:GetDataIntegration', getDataIntegration_identifier - A unique identifier.

Request Lenses

Destructuring the Response

data GetDataIntegrationResponse Source #

See: newGetDataIntegrationResponse smart constructor.

Constructors

GetDataIntegrationResponse' 

Fields

Instances

Instances details
Eq GetDataIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetDataIntegration

Read GetDataIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetDataIntegration

Show GetDataIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetDataIntegration

Generic GetDataIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetDataIntegration

Associated Types

type Rep GetDataIntegrationResponse :: Type -> Type #

NFData GetDataIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetDataIntegration

type Rep GetDataIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetDataIntegration

newGetDataIntegrationResponse Source #

Create a value of GetDataIntegrationResponse 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:kmsKey:GetDataIntegrationResponse', getDataIntegrationResponse_kmsKey - The KMS key for the DataIntegration.

$sel:arn:GetDataIntegrationResponse', getDataIntegrationResponse_arn - The Amazon Resource Name (ARN) for the DataIntegration.

$sel:scheduleConfiguration:GetDataIntegrationResponse', getDataIntegrationResponse_scheduleConfiguration - The name of the data and how often it should be pulled from the source.

$sel:name:GetDataIntegrationResponse', getDataIntegrationResponse_name - The name of the DataIntegration.

$sel:id:GetDataIntegrationResponse', getDataIntegrationResponse_id - A unique identifier.

$sel:sourceURI:GetDataIntegrationResponse', getDataIntegrationResponse_sourceURI - The URI of the data source.

$sel:description:GetDataIntegrationResponse', getDataIntegrationResponse_description - The KMS key for the DataIntegration.

$sel:tags:GetDataIntegrationResponse', getDataIntegrationResponse_tags - One or more tags.

$sel:httpStatus:GetDataIntegrationResponse', getDataIntegrationResponse_httpStatus - The response's http status code.

Response Lenses

getDataIntegrationResponse_arn :: Lens' GetDataIntegrationResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) for the DataIntegration.

getDataIntegrationResponse_scheduleConfiguration :: Lens' GetDataIntegrationResponse (Maybe ScheduleConfiguration) Source #

The name of the data and how often it should be pulled from the source.