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

Description

Derived from API version 2020-07-29 of the AWS service descriptions, licensed under Apache 2.0.

The Amazon AppIntegrations service enables you to configure and reuse connections to external applications.

For information about how you can use external applications with Amazon Connect, see Set up pre-built integrations and Deliver information to agents using Amazon Connect Wisdom in the Amazon Connect Administrator Guide.

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2020-07-29 of the Amazon AppIntegrations Service SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by AppIntegrationS.

AccessDeniedException

_AccessDeniedException :: AsError a => Fold a ServiceError Source #

You do not have sufficient access to perform this action.

DuplicateResourceException

_DuplicateResourceException :: AsError a => Fold a ServiceError Source #

A resource with the specified name already exists.

InternalServiceError

_InternalServiceError :: AsError a => Fold a ServiceError Source #

Request processing failed due to an error or failure with the service.

InvalidRequestException

_InvalidRequestException :: AsError a => Fold a ServiceError Source #

The request is not valid.

ResourceNotFoundException

_ResourceNotFoundException :: AsError a => Fold a ServiceError Source #

The specified resource was not found.

ResourceQuotaExceededException

_ResourceQuotaExceededException :: AsError a => Fold a ServiceError Source #

The allowed quota for the resource has been exceeded.

ThrottlingException

_ThrottlingException :: AsError a => Fold a ServiceError Source #

The throttling limit has been exceeded.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

CreateDataIntegration

data CreateDataIntegration Source #

See: newCreateDataIntegration smart constructor.

Instances

Instances details
ToJSON CreateDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateDataIntegration

ToHeaders CreateDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateDataIntegration

ToPath CreateDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateDataIntegration

ToQuery CreateDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateDataIntegration

AWSRequest CreateDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateDataIntegration

Associated Types

type AWSResponse CreateDataIntegration #

Generic CreateDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateDataIntegration

Associated Types

type Rep CreateDataIntegration :: Type -> Type #

Read CreateDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateDataIntegration

Show CreateDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateDataIntegration

NFData CreateDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateDataIntegration

Methods

rnf :: CreateDataIntegration -> () #

Eq CreateDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateDataIntegration

Hashable CreateDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateDataIntegration

type AWSResponse CreateDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateDataIntegration

type Rep CreateDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateDataIntegration

type Rep CreateDataIntegration = D1 ('MetaData "CreateDataIntegration" "Amazonka.AppIntegrationS.CreateDataIntegration" "amazonka-appintegrations-2.0-2lBUrD6c02PNRyKYAT0aG" 'False) (C1 ('MetaCons "CreateDataIntegration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "kmsKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "scheduleConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScheduleConfiguration)) :*: S1 ('MetaSel ('Just "sourceURI") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newCreateDataIntegration Source #

Create a value of CreateDataIntegration 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:

CreateDataIntegration, createDataIntegration_clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

CreateDataIntegration, createDataIntegration_description - A description of the DataIntegration.

CreateDataIntegration, createDataIntegration_kmsKey - The KMS key for the DataIntegration.

$sel:scheduleConfig:CreateDataIntegration', createDataIntegration_scheduleConfig - The name of the data and how often it should be pulled from the source.

CreateDataIntegration, createDataIntegration_sourceURI - The URI of the data source.

CreateDataIntegration, createDataIntegration_tags - One or more tags.

CreateDataIntegration, createDataIntegration_name - The name of the DataIntegration.

data CreateDataIntegrationResponse Source #

See: newCreateDataIntegrationResponse smart constructor.

Instances

Instances details
Generic CreateDataIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateDataIntegration

Associated Types

type Rep CreateDataIntegrationResponse :: Type -> Type #

Read CreateDataIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateDataIntegration

Show CreateDataIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateDataIntegration

NFData CreateDataIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateDataIntegration

Eq CreateDataIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateDataIntegration

type Rep CreateDataIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateDataIntegration

newCreateDataIntegrationResponse Source #

Create a value of CreateDataIntegrationResponse 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:

CreateDataIntegrationResponse, createDataIntegrationResponse_arn - The Amazon Resource Name (ARN)

CreateDataIntegration, createDataIntegrationResponse_clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

CreateDataIntegration, createDataIntegrationResponse_description - A description of the DataIntegration.

$sel:id:CreateDataIntegrationResponse', createDataIntegrationResponse_id - A unique identifier.

CreateDataIntegration, createDataIntegrationResponse_kmsKey - The KMS key for the DataIntegration.

CreateDataIntegration, createDataIntegrationResponse_name - The name of the DataIntegration.

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

CreateDataIntegration, createDataIntegrationResponse_sourceURI - The URI of the data source.

CreateDataIntegration, createDataIntegrationResponse_tags - One or more tags.

$sel:httpStatus:CreateDataIntegrationResponse', createDataIntegrationResponse_httpStatus - The response's http status code.

CreateEventIntegration

data CreateEventIntegration Source #

See: newCreateEventIntegration smart constructor.

Instances

Instances details
ToJSON CreateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateEventIntegration

ToHeaders CreateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateEventIntegration

ToPath CreateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateEventIntegration

ToQuery CreateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateEventIntegration

AWSRequest CreateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateEventIntegration

Associated Types

type AWSResponse CreateEventIntegration #

Generic CreateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateEventIntegration

Associated Types

type Rep CreateEventIntegration :: Type -> Type #

Read CreateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateEventIntegration

Show CreateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateEventIntegration

NFData CreateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateEventIntegration

Methods

rnf :: CreateEventIntegration -> () #

Eq CreateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateEventIntegration

Hashable CreateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateEventIntegration

type AWSResponse CreateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateEventIntegration

type Rep CreateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateEventIntegration

type Rep CreateEventIntegration = D1 ('MetaData "CreateEventIntegration" "Amazonka.AppIntegrationS.CreateEventIntegration" "amazonka-appintegrations-2.0-2lBUrD6c02PNRyKYAT0aG" 'False) (C1 ('MetaCons "CreateEventIntegration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "eventFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EventFilter) :*: S1 ('MetaSel ('Just "eventBridgeBus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newCreateEventIntegration Source #

Create a value of CreateEventIntegration 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:clientToken:CreateEventIntegration', createEventIntegration_clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

CreateEventIntegration, createEventIntegration_description - The description of the event integration.

CreateEventIntegration, createEventIntegration_tags - One or more tags.

CreateEventIntegration, createEventIntegration_name - The name of the event integration.

CreateEventIntegration, createEventIntegration_eventFilter - The event filter.

CreateEventIntegration, createEventIntegration_eventBridgeBus - The EventBridge bus.

data CreateEventIntegrationResponse Source #

See: newCreateEventIntegrationResponse smart constructor.

Instances

Instances details
Generic CreateEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateEventIntegration

Associated Types

type Rep CreateEventIntegrationResponse :: Type -> Type #

Read CreateEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateEventIntegration

Show CreateEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateEventIntegration

NFData CreateEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateEventIntegration

Eq CreateEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateEventIntegration

type Rep CreateEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateEventIntegration

type Rep CreateEventIntegrationResponse = D1 ('MetaData "CreateEventIntegrationResponse" "Amazonka.AppIntegrationS.CreateEventIntegration" "amazonka-appintegrations-2.0-2lBUrD6c02PNRyKYAT0aG" 'False) (C1 ('MetaCons "CreateEventIntegrationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventIntegrationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateEventIntegrationResponse Source #

Create a value of CreateEventIntegrationResponse 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:

CreateEventIntegrationResponse, createEventIntegrationResponse_eventIntegrationArn - The Amazon Resource Name (ARN) of the event integration.

$sel:httpStatus:CreateEventIntegrationResponse', createEventIntegrationResponse_httpStatus - The response's http status code.

DeleteDataIntegration

data DeleteDataIntegration Source #

See: newDeleteDataIntegration smart constructor.

Instances

Instances details
ToHeaders DeleteDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteDataIntegration

ToPath DeleteDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteDataIntegration

ToQuery DeleteDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteDataIntegration

AWSRequest DeleteDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteDataIntegration

Associated Types

type AWSResponse DeleteDataIntegration #

Generic DeleteDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteDataIntegration

Associated Types

type Rep DeleteDataIntegration :: Type -> Type #

Read DeleteDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteDataIntegration

Show DeleteDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteDataIntegration

NFData DeleteDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteDataIntegration

Methods

rnf :: DeleteDataIntegration -> () #

Eq DeleteDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteDataIntegration

Hashable DeleteDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteDataIntegration

type AWSResponse DeleteDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteDataIntegration

type Rep DeleteDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteDataIntegration

type Rep DeleteDataIntegration = D1 ('MetaData "DeleteDataIntegration" "Amazonka.AppIntegrationS.DeleteDataIntegration" "amazonka-appintegrations-2.0-2lBUrD6c02PNRyKYAT0aG" 'False) (C1 ('MetaCons "DeleteDataIntegration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataIntegrationIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteDataIntegration Source #

Create a value of DeleteDataIntegration 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:dataIntegrationIdentifier:DeleteDataIntegration', deleteDataIntegration_dataIntegrationIdentifier - A unique identifier for the DataIntegration.

data DeleteDataIntegrationResponse Source #

See: newDeleteDataIntegrationResponse smart constructor.

Instances

Instances details
Generic DeleteDataIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteDataIntegration

Associated Types

type Rep DeleteDataIntegrationResponse :: Type -> Type #

Read DeleteDataIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteDataIntegration

Show DeleteDataIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteDataIntegration

NFData DeleteDataIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteDataIntegration

Eq DeleteDataIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteDataIntegration

type Rep DeleteDataIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteDataIntegration

type Rep DeleteDataIntegrationResponse = D1 ('MetaData "DeleteDataIntegrationResponse" "Amazonka.AppIntegrationS.DeleteDataIntegration" "amazonka-appintegrations-2.0-2lBUrD6c02PNRyKYAT0aG" 'False) (C1 ('MetaCons "DeleteDataIntegrationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteDataIntegrationResponse Source #

Create a value of DeleteDataIntegrationResponse 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:httpStatus:DeleteDataIntegrationResponse', deleteDataIntegrationResponse_httpStatus - The response's http status code.

DeleteEventIntegration

data DeleteEventIntegration Source #

See: newDeleteEventIntegration smart constructor.

Instances

Instances details
ToHeaders DeleteEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteEventIntegration

ToPath DeleteEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteEventIntegration

ToQuery DeleteEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteEventIntegration

AWSRequest DeleteEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteEventIntegration

Associated Types

type AWSResponse DeleteEventIntegration #

Generic DeleteEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteEventIntegration

Associated Types

type Rep DeleteEventIntegration :: Type -> Type #

Read DeleteEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteEventIntegration

Show DeleteEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteEventIntegration

NFData DeleteEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteEventIntegration

Methods

rnf :: DeleteEventIntegration -> () #

Eq DeleteEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteEventIntegration

Hashable DeleteEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteEventIntegration

type AWSResponse DeleteEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteEventIntegration

type Rep DeleteEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteEventIntegration

type Rep DeleteEventIntegration = D1 ('MetaData "DeleteEventIntegration" "Amazonka.AppIntegrationS.DeleteEventIntegration" "amazonka-appintegrations-2.0-2lBUrD6c02PNRyKYAT0aG" 'False) (C1 ('MetaCons "DeleteEventIntegration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteEventIntegration Source #

Create a value of DeleteEventIntegration 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:

DeleteEventIntegration, deleteEventIntegration_name - The name of the event integration.

data DeleteEventIntegrationResponse Source #

See: newDeleteEventIntegrationResponse smart constructor.

Instances

Instances details
Generic DeleteEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteEventIntegration

Associated Types

type Rep DeleteEventIntegrationResponse :: Type -> Type #

Read DeleteEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteEventIntegration

Show DeleteEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteEventIntegration

NFData DeleteEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteEventIntegration

Eq DeleteEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteEventIntegration

type Rep DeleteEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteEventIntegration

type Rep DeleteEventIntegrationResponse = D1 ('MetaData "DeleteEventIntegrationResponse" "Amazonka.AppIntegrationS.DeleteEventIntegration" "amazonka-appintegrations-2.0-2lBUrD6c02PNRyKYAT0aG" 'False) (C1 ('MetaCons "DeleteEventIntegrationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteEventIntegrationResponse Source #

Create a value of DeleteEventIntegrationResponse 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:httpStatus:DeleteEventIntegrationResponse', deleteEventIntegrationResponse_httpStatus - The response's http status code.

GetDataIntegration

data GetDataIntegration Source #

See: newGetDataIntegration smart constructor.

Instances

Instances details
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

AWSRequest GetDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetDataIntegration

Associated Types

type AWSResponse GetDataIntegration #

Generic GetDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetDataIntegration

Associated Types

type Rep GetDataIntegration :: Type -> Type #

Read GetDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetDataIntegration

Show GetDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetDataIntegration

NFData GetDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetDataIntegration

Methods

rnf :: GetDataIntegration -> () #

Eq GetDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetDataIntegration

Hashable GetDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetDataIntegration

type AWSResponse 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" "amazonka-appintegrations-2.0-2lBUrD6c02PNRyKYAT0aG" 'False) (C1 ('MetaCons "GetDataIntegration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "identifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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.

data GetDataIntegrationResponse Source #

See: newGetDataIntegrationResponse smart constructor.

Instances

Instances details
Generic GetDataIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetDataIntegration

Associated Types

type Rep GetDataIntegrationResponse :: Type -> Type #

Read GetDataIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetDataIntegration

Show GetDataIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetDataIntegration

NFData GetDataIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetDataIntegration

Eq 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:

GetDataIntegrationResponse, getDataIntegrationResponse_arn - The Amazon Resource Name (ARN) for the DataIntegration.

GetDataIntegrationResponse, getDataIntegrationResponse_description - The KMS key for the DataIntegration.

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

$sel:kmsKey:GetDataIntegrationResponse', getDataIntegrationResponse_kmsKey - The KMS key for the DataIntegration.

GetDataIntegrationResponse, getDataIntegrationResponse_name - The name of the DataIntegration.

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

GetDataIntegrationResponse, getDataIntegrationResponse_sourceURI - The URI of the data source.

GetDataIntegrationResponse, getDataIntegrationResponse_tags - One or more tags.

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

GetEventIntegration

data GetEventIntegration Source #

See: newGetEventIntegration smart constructor.

Instances

Instances details
ToHeaders GetEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

ToPath GetEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

ToQuery GetEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

AWSRequest GetEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

Associated Types

type AWSResponse GetEventIntegration #

Generic GetEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

Associated Types

type Rep GetEventIntegration :: Type -> Type #

Read GetEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

Show GetEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

NFData GetEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

Methods

rnf :: GetEventIntegration -> () #

Eq GetEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

Hashable GetEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

type AWSResponse GetEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

type Rep GetEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

type Rep GetEventIntegration = D1 ('MetaData "GetEventIntegration" "Amazonka.AppIntegrationS.GetEventIntegration" "amazonka-appintegrations-2.0-2lBUrD6c02PNRyKYAT0aG" 'False) (C1 ('MetaCons "GetEventIntegration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetEventIntegration Source #

Create a value of GetEventIntegration 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:

GetEventIntegration, getEventIntegration_name - The name of the event integration.

data GetEventIntegrationResponse Source #

See: newGetEventIntegrationResponse smart constructor.

Instances

Instances details
Generic GetEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

Associated Types

type Rep GetEventIntegrationResponse :: Type -> Type #

Read GetEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

Show GetEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

NFData GetEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

Eq GetEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

type Rep GetEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

type Rep GetEventIntegrationResponse = D1 ('MetaData "GetEventIntegrationResponse" "Amazonka.AppIntegrationS.GetEventIntegration" "amazonka-appintegrations-2.0-2lBUrD6c02PNRyKYAT0aG" 'False) (C1 ('MetaCons "GetEventIntegrationResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "eventBridgeBus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "eventFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EventFilter)))) :*: ((S1 ('MetaSel ('Just "eventIntegrationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newGetEventIntegrationResponse Source #

Create a value of GetEventIntegrationResponse 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:

GetEventIntegrationResponse, getEventIntegrationResponse_description - The description of the event integration.

GetEventIntegrationResponse, getEventIntegrationResponse_eventBridgeBus - The EventBridge bus.

GetEventIntegrationResponse, getEventIntegrationResponse_eventFilter - The event filter.

GetEventIntegrationResponse, getEventIntegrationResponse_eventIntegrationArn - The Amazon Resource Name (ARN) for the event integration.

GetEventIntegration, getEventIntegrationResponse_name - The name of the event integration.

GetEventIntegrationResponse, getEventIntegrationResponse_tags - One or more tags.

$sel:httpStatus:GetEventIntegrationResponse', getEventIntegrationResponse_httpStatus - The response's http status code.

ListDataIntegrationAssociations

data ListDataIntegrationAssociations Source #

See: newListDataIntegrationAssociations smart constructor.

Instances

Instances details
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

AWSRequest 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 #

Read ListDataIntegrationAssociations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrationAssociations

Show ListDataIntegrationAssociations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrationAssociations

NFData ListDataIntegrationAssociations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrationAssociations

Eq ListDataIntegrationAssociations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrationAssociations

Hashable ListDataIntegrationAssociations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrationAssociations

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

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

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:dataIntegrationIdentifier:ListDataIntegrationAssociations', listDataIntegrationAssociations_dataIntegrationIdentifier - A unique identifier for the DataIntegration.

data ListDataIntegrationAssociationsResponse Source #

Instances

Instances details
Generic 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

NFData ListDataIntegrationAssociationsResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListDataIntegrationAssociations

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

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.

ListDataIntegrations

data ListDataIntegrations Source #

See: newListDataIntegrations smart constructor.

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.

data ListDataIntegrationsResponse Source #

See: newListDataIntegrationsResponse smart constructor.

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.

ListEventIntegrationAssociations

data ListEventIntegrationAssociations Source #

See: newListEventIntegrationAssociations smart constructor.

Instances

Instances details
ToHeaders ListEventIntegrationAssociations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrationAssociations

ToPath ListEventIntegrationAssociations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrationAssociations

ToQuery ListEventIntegrationAssociations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrationAssociations

AWSRequest ListEventIntegrationAssociations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrationAssociations

Generic ListEventIntegrationAssociations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrationAssociations

Associated Types

type Rep ListEventIntegrationAssociations :: Type -> Type #

Read ListEventIntegrationAssociations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrationAssociations

Show ListEventIntegrationAssociations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrationAssociations

NFData ListEventIntegrationAssociations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrationAssociations

Eq ListEventIntegrationAssociations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrationAssociations

Hashable ListEventIntegrationAssociations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrationAssociations

type AWSResponse ListEventIntegrationAssociations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrationAssociations

type Rep ListEventIntegrationAssociations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrationAssociations

type Rep ListEventIntegrationAssociations = D1 ('MetaData "ListEventIntegrationAssociations" "Amazonka.AppIntegrationS.ListEventIntegrationAssociations" "amazonka-appintegrations-2.0-2lBUrD6c02PNRyKYAT0aG" 'False) (C1 ('MetaCons "ListEventIntegrationAssociations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "eventIntegrationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListEventIntegrationAssociations Source #

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

ListEventIntegrationAssociations, listEventIntegrationAssociations_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.

ListEventIntegrationAssociations, listEventIntegrationAssociations_eventIntegrationName - The name of the event integration.

data ListEventIntegrationAssociationsResponse Source #

Instances

Instances details
Generic ListEventIntegrationAssociationsResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrationAssociations

Read ListEventIntegrationAssociationsResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrationAssociations

Show ListEventIntegrationAssociationsResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrationAssociations

NFData ListEventIntegrationAssociationsResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrationAssociations

Eq ListEventIntegrationAssociationsResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrationAssociations

type Rep ListEventIntegrationAssociationsResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrationAssociations

type Rep ListEventIntegrationAssociationsResponse = D1 ('MetaData "ListEventIntegrationAssociationsResponse" "Amazonka.AppIntegrationS.ListEventIntegrationAssociations" "amazonka-appintegrations-2.0-2lBUrD6c02PNRyKYAT0aG" 'False) (C1 ('MetaCons "ListEventIntegrationAssociationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventIntegrationAssociations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty EventIntegrationAssociation))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListEventIntegrationAssociationsResponse Source #

Create a value of ListEventIntegrationAssociationsResponse 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:eventIntegrationAssociations:ListEventIntegrationAssociationsResponse', listEventIntegrationAssociationsResponse_eventIntegrationAssociations - The event integration associations.

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

$sel:httpStatus:ListEventIntegrationAssociationsResponse', listEventIntegrationAssociationsResponse_httpStatus - The response's http status code.

ListEventIntegrations

data ListEventIntegrations Source #

See: newListEventIntegrations smart constructor.

Instances

Instances details
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

AWSRequest ListEventIntegrations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrations

Associated Types

type AWSResponse ListEventIntegrations #

Generic ListEventIntegrations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrations

Associated Types

type Rep ListEventIntegrations :: Type -> Type #

Read ListEventIntegrations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrations

Show ListEventIntegrations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrations

NFData ListEventIntegrations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrations

Methods

rnf :: ListEventIntegrations -> () #

Eq ListEventIntegrations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrations

Hashable ListEventIntegrations Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrations

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

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

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.

data ListEventIntegrationsResponse Source #

See: newListEventIntegrationsResponse smart constructor.

Instances

Instances details
Generic ListEventIntegrationsResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrations

Associated Types

type Rep ListEventIntegrationsResponse :: Type -> Type #

Read ListEventIntegrationsResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrations

Show ListEventIntegrationsResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrations

NFData ListEventIntegrationsResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListEventIntegrations

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

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.

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListTagsForResource

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListTagsForResource

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListTagsForResource

type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.AppIntegrationS.ListTagsForResource" "amazonka-appintegrations-2.0-2lBUrD6c02PNRyKYAT0aG" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newListTagsForResource Source #

Create a value of ListTagsForResource 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:resourceArn:ListTagsForResource', listTagsForResource_resourceArn - The Amazon Resource Name (ARN) of the resource.

data ListTagsForResourceResponse Source #

See: newListTagsForResourceResponse smart constructor.

Instances

Instances details
Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListTagsForResource

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListTagsForResource

Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 ('MetaData "ListTagsForResourceResponse" "Amazonka.AppIntegrationS.ListTagsForResource" "amazonka-appintegrations-2.0-2lBUrD6c02PNRyKYAT0aG" 'False) (C1 ('MetaCons "ListTagsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newListTagsForResourceResponse Source #

Create a value of ListTagsForResourceResponse 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:

ListTagsForResourceResponse, listTagsForResourceResponse_tags - Information about the tags.

$sel:httpStatus:ListTagsForResourceResponse', listTagsForResourceResponse_httpStatus - The response's http status code.

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Instances

Instances details
ToJSON TagResource Source # 
Instance details

Defined in Amazonka.AppIntegrationS.TagResource

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.AppIntegrationS.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.AppIntegrationS.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.AppIntegrationS.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.AppIntegrationS.TagResource

Associated Types

type AWSResponse TagResource #

Generic TagResource Source # 
Instance details

Defined in Amazonka.AppIntegrationS.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

Read TagResource Source # 
Instance details

Defined in Amazonka.AppIntegrationS.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.AppIntegrationS.TagResource

NFData TagResource Source # 
Instance details

Defined in Amazonka.AppIntegrationS.TagResource

Methods

rnf :: TagResource -> () #

Eq TagResource Source # 
Instance details

Defined in Amazonka.AppIntegrationS.TagResource

Hashable TagResource Source # 
Instance details

Defined in Amazonka.AppIntegrationS.TagResource

type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.AppIntegrationS.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.AppIntegrationS.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.AppIntegrationS.TagResource" "amazonka-appintegrations-2.0-2lBUrD6c02PNRyKYAT0aG" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text Text))))

newTagResource Source #

Create a value of TagResource 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:resourceArn:TagResource', tagResource_resourceArn - The Amazon Resource Name (ARN) of the resource.

TagResource, tagResource_tags - One or more tags.

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Instances

Instances details
Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.TagResource

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.TagResource

Methods

rnf :: TagResourceResponse -> () #

Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.TagResource

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.AppIntegrationS.TagResource" "amazonka-appintegrations-2.0-2lBUrD6c02PNRyKYAT0aG" 'False) (C1 ('MetaCons "TagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newTagResourceResponse Source #

Create a value of TagResourceResponse 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:httpStatus:TagResourceResponse', tagResourceResponse_httpStatus - The response's http status code.

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Instances

Instances details
ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UntagResource

Associated Types

type AWSResponse UntagResource #

Generic UntagResource Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

Read UntagResource Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UntagResource

NFData UntagResource Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UntagResource

Methods

rnf :: UntagResource -> () #

Eq UntagResource Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UntagResource

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UntagResource

type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.AppIntegrationS.UntagResource" "amazonka-appintegrations-2.0-2lBUrD6c02PNRyKYAT0aG" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newUntagResource Source #

Create a value of UntagResource 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:resourceArn:UntagResource', untagResource_resourceArn - The Amazon Resource Name (ARN) of the resource.

$sel:tagKeys:UntagResource', untagResource_tagKeys - The tag keys.

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UntagResource

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UntagResource

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.AppIntegrationS.UntagResource" "amazonka-appintegrations-2.0-2lBUrD6c02PNRyKYAT0aG" 'False) (C1 ('MetaCons "UntagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUntagResourceResponse Source #

Create a value of UntagResourceResponse 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:httpStatus:UntagResourceResponse', untagResourceResponse_httpStatus - The response's http status code.

UpdateDataIntegration

data UpdateDataIntegration Source #

See: newUpdateDataIntegration smart constructor.

Instances

Instances details
ToJSON UpdateDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateDataIntegration

ToHeaders UpdateDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateDataIntegration

ToPath UpdateDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateDataIntegration

ToQuery UpdateDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateDataIntegration

AWSRequest UpdateDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateDataIntegration

Associated Types

type AWSResponse UpdateDataIntegration #

Generic UpdateDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateDataIntegration

Associated Types

type Rep UpdateDataIntegration :: Type -> Type #

Read UpdateDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateDataIntegration

Show UpdateDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateDataIntegration

NFData UpdateDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateDataIntegration

Methods

rnf :: UpdateDataIntegration -> () #

Eq UpdateDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateDataIntegration

Hashable UpdateDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateDataIntegration

type AWSResponse UpdateDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateDataIntegration

type Rep UpdateDataIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateDataIntegration

type Rep UpdateDataIntegration = D1 ('MetaData "UpdateDataIntegration" "Amazonka.AppIntegrationS.UpdateDataIntegration" "amazonka-appintegrations-2.0-2lBUrD6c02PNRyKYAT0aG" 'False) (C1 ('MetaCons "UpdateDataIntegration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "identifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateDataIntegration Source #

Create a value of UpdateDataIntegration 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:

UpdateDataIntegration, updateDataIntegration_description - A description of the DataIntegration.

UpdateDataIntegration, updateDataIntegration_name - The name of the DataIntegration.

$sel:identifier:UpdateDataIntegration', updateDataIntegration_identifier - A unique identifier for the DataIntegration.

data UpdateDataIntegrationResponse Source #

See: newUpdateDataIntegrationResponse smart constructor.

Instances

Instances details
Generic UpdateDataIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateDataIntegration

Associated Types

type Rep UpdateDataIntegrationResponse :: Type -> Type #

Read UpdateDataIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateDataIntegration

Show UpdateDataIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateDataIntegration

NFData UpdateDataIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateDataIntegration

Eq UpdateDataIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateDataIntegration

type Rep UpdateDataIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateDataIntegration

type Rep UpdateDataIntegrationResponse = D1 ('MetaData "UpdateDataIntegrationResponse" "Amazonka.AppIntegrationS.UpdateDataIntegration" "amazonka-appintegrations-2.0-2lBUrD6c02PNRyKYAT0aG" 'False) (C1 ('MetaCons "UpdateDataIntegrationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateDataIntegrationResponse Source #

Create a value of UpdateDataIntegrationResponse 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:httpStatus:UpdateDataIntegrationResponse', updateDataIntegrationResponse_httpStatus - The response's http status code.

UpdateEventIntegration

data UpdateEventIntegration Source #

See: newUpdateEventIntegration smart constructor.

Instances

Instances details
ToJSON UpdateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

ToHeaders UpdateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

ToPath UpdateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

ToQuery UpdateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

AWSRequest UpdateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

Associated Types

type AWSResponse UpdateEventIntegration #

Generic UpdateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

Associated Types

type Rep UpdateEventIntegration :: Type -> Type #

Read UpdateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

Show UpdateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

NFData UpdateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

Methods

rnf :: UpdateEventIntegration -> () #

Eq UpdateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

Hashable UpdateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

type AWSResponse UpdateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

type Rep UpdateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

type Rep UpdateEventIntegration = D1 ('MetaData "UpdateEventIntegration" "Amazonka.AppIntegrationS.UpdateEventIntegration" "amazonka-appintegrations-2.0-2lBUrD6c02PNRyKYAT0aG" 'False) (C1 ('MetaCons "UpdateEventIntegration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newUpdateEventIntegration Source #

Create a value of UpdateEventIntegration 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:

UpdateEventIntegration, updateEventIntegration_description - The description of the event inegration.

UpdateEventIntegration, updateEventIntegration_name - The name of the event integration.

data UpdateEventIntegrationResponse Source #

See: newUpdateEventIntegrationResponse smart constructor.

Instances

Instances details
Generic UpdateEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

Associated Types

type Rep UpdateEventIntegrationResponse :: Type -> Type #

Read UpdateEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

Show UpdateEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

NFData UpdateEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

Eq UpdateEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

type Rep UpdateEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

type Rep UpdateEventIntegrationResponse = D1 ('MetaData "UpdateEventIntegrationResponse" "Amazonka.AppIntegrationS.UpdateEventIntegration" "amazonka-appintegrations-2.0-2lBUrD6c02PNRyKYAT0aG" 'False) (C1 ('MetaCons "UpdateEventIntegrationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateEventIntegrationResponse Source #

Create a value of UpdateEventIntegrationResponse 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:httpStatus:UpdateEventIntegrationResponse', updateEventIntegrationResponse_httpStatus - The response's http status code.

Types

DataIntegrationAssociationSummary

data DataIntegrationAssociationSummary Source #

Summary information about the DataIntegration association.

See: newDataIntegrationAssociationSummary smart constructor.

Instances

Instances details
FromJSON DataIntegrationAssociationSummary Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.DataIntegrationAssociationSummary

Generic DataIntegrationAssociationSummary Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.DataIntegrationAssociationSummary

Associated Types

type Rep DataIntegrationAssociationSummary :: Type -> Type #

Read DataIntegrationAssociationSummary Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.DataIntegrationAssociationSummary

Show DataIntegrationAssociationSummary Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.DataIntegrationAssociationSummary

NFData DataIntegrationAssociationSummary Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.DataIntegrationAssociationSummary

Eq DataIntegrationAssociationSummary Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.DataIntegrationAssociationSummary

Hashable DataIntegrationAssociationSummary Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.DataIntegrationAssociationSummary

type Rep DataIntegrationAssociationSummary Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.DataIntegrationAssociationSummary

type Rep DataIntegrationAssociationSummary = D1 ('MetaData "DataIntegrationAssociationSummary" "Amazonka.AppIntegrationS.Types.DataIntegrationAssociationSummary" "amazonka-appintegrations-2.0-2lBUrD6c02PNRyKYAT0aG" 'False) (C1 ('MetaCons "DataIntegrationAssociationSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "dataIntegrationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dataIntegrationAssociationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDataIntegrationAssociationSummary :: DataIntegrationAssociationSummary Source #

Create a value of DataIntegrationAssociationSummary 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:clientId:DataIntegrationAssociationSummary', dataIntegrationAssociationSummary_clientId - The identifier for teh client that is associated with the DataIntegration association.

$sel:dataIntegrationArn:DataIntegrationAssociationSummary', dataIntegrationAssociationSummary_dataIntegrationArn - The Amazon Resource Name (ARN)of the DataIntegration.

$sel:dataIntegrationAssociationArn:DataIntegrationAssociationSummary', dataIntegrationAssociationSummary_dataIntegrationAssociationArn - The Amazon Resource Name (ARN) of the DataIntegration association.

DataIntegrationSummary

data DataIntegrationSummary Source #

Summary information about the DataIntegration.

See: newDataIntegrationSummary smart constructor.

Instances

Instances details
FromJSON DataIntegrationSummary Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.DataIntegrationSummary

Generic DataIntegrationSummary Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.DataIntegrationSummary

Associated Types

type Rep DataIntegrationSummary :: Type -> Type #

Read DataIntegrationSummary Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.DataIntegrationSummary

Show DataIntegrationSummary Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.DataIntegrationSummary

NFData DataIntegrationSummary Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.DataIntegrationSummary

Methods

rnf :: DataIntegrationSummary -> () #

Eq DataIntegrationSummary Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.DataIntegrationSummary

Hashable DataIntegrationSummary Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.DataIntegrationSummary

type Rep DataIntegrationSummary Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.DataIntegrationSummary

type Rep DataIntegrationSummary = D1 ('MetaData "DataIntegrationSummary" "Amazonka.AppIntegrationS.Types.DataIntegrationSummary" "amazonka-appintegrations-2.0-2lBUrD6c02PNRyKYAT0aG" 'False) (C1 ('MetaCons "DataIntegrationSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceURI") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDataIntegrationSummary :: DataIntegrationSummary Source #

Create a value of DataIntegrationSummary 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:arn:DataIntegrationSummary', dataIntegrationSummary_arn - The Amazon Resource Name (ARN) of the DataIntegration.

$sel:name:DataIntegrationSummary', dataIntegrationSummary_name - The name of the DataIntegration.

$sel:sourceURI:DataIntegrationSummary', dataIntegrationSummary_sourceURI - The URI of the data source.

EventFilter

data EventFilter Source #

The event filter.

See: newEventFilter smart constructor.

Constructors

EventFilter' Text 

Instances

Instances details
FromJSON EventFilter Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.EventFilter

ToJSON EventFilter Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.EventFilter

Generic EventFilter Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.EventFilter

Associated Types

type Rep EventFilter :: Type -> Type #

Read EventFilter Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.EventFilter

Show EventFilter Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.EventFilter

NFData EventFilter Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.EventFilter

Methods

rnf :: EventFilter -> () #

Eq EventFilter Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.EventFilter

Hashable EventFilter Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.EventFilter

type Rep EventFilter Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.EventFilter

type Rep EventFilter = D1 ('MetaData "EventFilter" "Amazonka.AppIntegrationS.Types.EventFilter" "amazonka-appintegrations-2.0-2lBUrD6c02PNRyKYAT0aG" 'False) (C1 ('MetaCons "EventFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newEventFilter Source #

Create a value of EventFilter 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:source:EventFilter', eventFilter_source - The source of the events.

EventIntegration

data EventIntegration Source #

The event integration.

See: newEventIntegration smart constructor.

Instances

Instances details
FromJSON EventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.EventIntegration

Generic EventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.EventIntegration

Associated Types

type Rep EventIntegration :: Type -> Type #

Read EventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.EventIntegration

Show EventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.EventIntegration

NFData EventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.EventIntegration

Methods

rnf :: EventIntegration -> () #

Eq EventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.EventIntegration

Hashable EventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.EventIntegration

type Rep EventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.EventIntegration

type Rep EventIntegration = D1 ('MetaData "EventIntegration" "Amazonka.AppIntegrationS.Types.EventIntegration" "amazonka-appintegrations-2.0-2lBUrD6c02PNRyKYAT0aG" 'False) (C1 ('MetaCons "EventIntegration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "eventBridgeBus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "eventFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EventFilter)))) :*: (S1 ('MetaSel ('Just "eventIntegrationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))))))

newEventIntegration :: EventIntegration Source #

Create a value of EventIntegration 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:description:EventIntegration', eventIntegration_description - The event integration description.

$sel:eventBridgeBus:EventIntegration', eventIntegration_eventBridgeBus - The Amazon EventBridge bus for the event integration.

$sel:eventFilter:EventIntegration', eventIntegration_eventFilter - The event integration filter.

$sel:eventIntegrationArn:EventIntegration', eventIntegration_eventIntegrationArn - The Amazon Resource Name (ARN) of the event integration.

$sel:name:EventIntegration', eventIntegration_name - The name of the event integration.

$sel:tags:EventIntegration', eventIntegration_tags - The tags.

EventIntegrationAssociation

data EventIntegrationAssociation Source #

The event integration association.

See: newEventIntegrationAssociation smart constructor.

Instances

Instances details
FromJSON EventIntegrationAssociation Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.EventIntegrationAssociation

Generic EventIntegrationAssociation Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.EventIntegrationAssociation

Associated Types

type Rep EventIntegrationAssociation :: Type -> Type #

Read EventIntegrationAssociation Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.EventIntegrationAssociation

Show EventIntegrationAssociation Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.EventIntegrationAssociation

NFData EventIntegrationAssociation Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.EventIntegrationAssociation

Eq EventIntegrationAssociation Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.EventIntegrationAssociation

Hashable EventIntegrationAssociation Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.EventIntegrationAssociation

type Rep EventIntegrationAssociation Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.EventIntegrationAssociation

type Rep EventIntegrationAssociation = D1 ('MetaData "EventIntegrationAssociation" "Amazonka.AppIntegrationS.Types.EventIntegrationAssociation" "amazonka-appintegrations-2.0-2lBUrD6c02PNRyKYAT0aG" 'False) (C1 ('MetaCons "EventIntegrationAssociation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientAssociationMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "clientId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "eventBridgeRuleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "eventIntegrationAssociationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "eventIntegrationAssociationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "eventIntegrationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newEventIntegrationAssociation :: EventIntegrationAssociation Source #

Create a value of EventIntegrationAssociation 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:clientAssociationMetadata:EventIntegrationAssociation', eventIntegrationAssociation_clientAssociationMetadata - The metadata associated with the client.

$sel:clientId:EventIntegrationAssociation', eventIntegrationAssociation_clientId - The identifier for the client that is associated with the event integration.

$sel:eventBridgeRuleName:EventIntegrationAssociation', eventIntegrationAssociation_eventBridgeRuleName - The name of the EventBridge rule.

$sel:eventIntegrationAssociationArn:EventIntegrationAssociation', eventIntegrationAssociation_eventIntegrationAssociationArn - The Amazon Resource Name (ARN) for the event integration association.

$sel:eventIntegrationAssociationId:EventIntegrationAssociation', eventIntegrationAssociation_eventIntegrationAssociationId - The identifier for the event integration association.

$sel:eventIntegrationName:EventIntegrationAssociation', eventIntegrationAssociation_eventIntegrationName - The name of the event integration.

ScheduleConfiguration

data ScheduleConfiguration Source #

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

See: newScheduleConfiguration smart constructor.

Instances

Instances details
FromJSON ScheduleConfiguration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.ScheduleConfiguration

ToJSON ScheduleConfiguration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.ScheduleConfiguration

Generic ScheduleConfiguration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.ScheduleConfiguration

Associated Types

type Rep ScheduleConfiguration :: Type -> Type #

Read ScheduleConfiguration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.ScheduleConfiguration

Show ScheduleConfiguration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.ScheduleConfiguration

NFData ScheduleConfiguration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.ScheduleConfiguration

Methods

rnf :: ScheduleConfiguration -> () #

Eq ScheduleConfiguration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.ScheduleConfiguration

Hashable ScheduleConfiguration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.ScheduleConfiguration

type Rep ScheduleConfiguration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.Types.ScheduleConfiguration

type Rep ScheduleConfiguration = D1 ('MetaData "ScheduleConfiguration" "Amazonka.AppIntegrationS.Types.ScheduleConfiguration" "amazonka-appintegrations-2.0-2lBUrD6c02PNRyKYAT0aG" 'False) (C1 ('MetaCons "ScheduleConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "firstExecutionFrom") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "object'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "scheduleExpression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newScheduleConfiguration :: ScheduleConfiguration Source #

Create a value of ScheduleConfiguration 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:firstExecutionFrom:ScheduleConfiguration', scheduleConfiguration_firstExecutionFrom - The start date for objects to import in the first flow run.

$sel:object':ScheduleConfiguration', scheduleConfiguration_object - The name of the object to pull from the data source.

$sel:scheduleExpression:ScheduleConfiguration', scheduleConfiguration_scheduleExpression - How often the data should be pulled from data source.