Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
- Operations
- GetEventIntegration
- ListDataIntegrations
- CreateDataIntegration
- ListTagsForResource
- ListEventIntegrationAssociations
- GetDataIntegration
- ListEventIntegrations
- DeleteEventIntegration
- UpdateEventIntegration
- DeleteDataIntegration
- UpdateDataIntegration
- TagResource
- UntagResource
- ListDataIntegrationAssociations
- CreateEventIntegration
- Types
Synopsis
- getEventIntegration_name :: Lens' GetEventIntegration Text
- getEventIntegrationResponse_eventBridgeBus :: Lens' GetEventIntegrationResponse (Maybe Text)
- getEventIntegrationResponse_eventFilter :: Lens' GetEventIntegrationResponse (Maybe EventFilter)
- getEventIntegrationResponse_eventIntegrationArn :: Lens' GetEventIntegrationResponse (Maybe Text)
- getEventIntegrationResponse_name :: Lens' GetEventIntegrationResponse (Maybe Text)
- getEventIntegrationResponse_description :: Lens' GetEventIntegrationResponse (Maybe Text)
- getEventIntegrationResponse_tags :: Lens' GetEventIntegrationResponse (Maybe (HashMap Text Text))
- getEventIntegrationResponse_httpStatus :: Lens' GetEventIntegrationResponse Int
- listDataIntegrations_nextToken :: Lens' ListDataIntegrations (Maybe Text)
- listDataIntegrations_maxResults :: Lens' ListDataIntegrations (Maybe Natural)
- listDataIntegrationsResponse_dataIntegrations :: Lens' ListDataIntegrationsResponse (Maybe (NonEmpty DataIntegrationSummary))
- listDataIntegrationsResponse_nextToken :: Lens' ListDataIntegrationsResponse (Maybe Text)
- listDataIntegrationsResponse_httpStatus :: Lens' ListDataIntegrationsResponse Int
- createDataIntegration_scheduleConfig :: Lens' CreateDataIntegration (Maybe ScheduleConfiguration)
- createDataIntegration_clientToken :: Lens' CreateDataIntegration (Maybe Text)
- createDataIntegration_kmsKey :: Lens' CreateDataIntegration (Maybe Text)
- createDataIntegration_sourceURI :: Lens' CreateDataIntegration (Maybe Text)
- createDataIntegration_description :: Lens' CreateDataIntegration (Maybe Text)
- createDataIntegration_tags :: Lens' CreateDataIntegration (Maybe (HashMap Text Text))
- createDataIntegration_name :: Lens' CreateDataIntegration Text
- createDataIntegrationResponse_clientToken :: Lens' CreateDataIntegrationResponse (Maybe Text)
- createDataIntegrationResponse_kmsKey :: Lens' CreateDataIntegrationResponse (Maybe Text)
- createDataIntegrationResponse_arn :: Lens' CreateDataIntegrationResponse (Maybe Text)
- createDataIntegrationResponse_scheduleConfiguration :: Lens' CreateDataIntegrationResponse (Maybe ScheduleConfiguration)
- createDataIntegrationResponse_name :: Lens' CreateDataIntegrationResponse (Maybe Text)
- createDataIntegrationResponse_id :: Lens' CreateDataIntegrationResponse (Maybe Text)
- createDataIntegrationResponse_sourceURI :: Lens' CreateDataIntegrationResponse (Maybe Text)
- createDataIntegrationResponse_description :: Lens' CreateDataIntegrationResponse (Maybe Text)
- createDataIntegrationResponse_tags :: Lens' CreateDataIntegrationResponse (Maybe (HashMap Text Text))
- createDataIntegrationResponse_httpStatus :: Lens' CreateDataIntegrationResponse Int
- listTagsForResource_resourceArn :: Lens' ListTagsForResource Text
- listTagsForResourceResponse_tags :: Lens' ListTagsForResourceResponse (Maybe (HashMap Text Text))
- listTagsForResourceResponse_httpStatus :: Lens' ListTagsForResourceResponse Int
- listEventIntegrationAssociations_nextToken :: Lens' ListEventIntegrationAssociations (Maybe Text)
- listEventIntegrationAssociations_maxResults :: Lens' ListEventIntegrationAssociations (Maybe Natural)
- listEventIntegrationAssociations_eventIntegrationName :: Lens' ListEventIntegrationAssociations Text
- listEventIntegrationAssociationsResponse_eventIntegrationAssociations :: Lens' ListEventIntegrationAssociationsResponse (Maybe (NonEmpty EventIntegrationAssociation))
- listEventIntegrationAssociationsResponse_nextToken :: Lens' ListEventIntegrationAssociationsResponse (Maybe Text)
- listEventIntegrationAssociationsResponse_httpStatus :: Lens' ListEventIntegrationAssociationsResponse Int
- getDataIntegration_identifier :: Lens' GetDataIntegration Text
- getDataIntegrationResponse_kmsKey :: Lens' GetDataIntegrationResponse (Maybe Text)
- getDataIntegrationResponse_arn :: Lens' GetDataIntegrationResponse (Maybe Text)
- getDataIntegrationResponse_scheduleConfiguration :: Lens' GetDataIntegrationResponse (Maybe ScheduleConfiguration)
- getDataIntegrationResponse_name :: Lens' GetDataIntegrationResponse (Maybe Text)
- getDataIntegrationResponse_id :: Lens' GetDataIntegrationResponse (Maybe Text)
- getDataIntegrationResponse_sourceURI :: Lens' GetDataIntegrationResponse (Maybe Text)
- getDataIntegrationResponse_description :: Lens' GetDataIntegrationResponse (Maybe Text)
- getDataIntegrationResponse_tags :: Lens' GetDataIntegrationResponse (Maybe (HashMap Text Text))
- getDataIntegrationResponse_httpStatus :: Lens' GetDataIntegrationResponse Int
- listEventIntegrations_nextToken :: Lens' ListEventIntegrations (Maybe Text)
- listEventIntegrations_maxResults :: Lens' ListEventIntegrations (Maybe Natural)
- listEventIntegrationsResponse_eventIntegrations :: Lens' ListEventIntegrationsResponse (Maybe (NonEmpty EventIntegration))
- listEventIntegrationsResponse_nextToken :: Lens' ListEventIntegrationsResponse (Maybe Text)
- listEventIntegrationsResponse_httpStatus :: Lens' ListEventIntegrationsResponse Int
- deleteEventIntegration_name :: Lens' DeleteEventIntegration Text
- deleteEventIntegrationResponse_httpStatus :: Lens' DeleteEventIntegrationResponse Int
- updateEventIntegration_description :: Lens' UpdateEventIntegration (Maybe Text)
- updateEventIntegration_name :: Lens' UpdateEventIntegration Text
- updateEventIntegrationResponse_httpStatus :: Lens' UpdateEventIntegrationResponse Int
- deleteDataIntegration_dataIntegrationIdentifier :: Lens' DeleteDataIntegration Text
- deleteDataIntegrationResponse_httpStatus :: Lens' DeleteDataIntegrationResponse Int
- updateDataIntegration_name :: Lens' UpdateDataIntegration (Maybe Text)
- updateDataIntegration_description :: Lens' UpdateDataIntegration (Maybe Text)
- updateDataIntegration_identifier :: Lens' UpdateDataIntegration Text
- updateDataIntegrationResponse_httpStatus :: Lens' UpdateDataIntegrationResponse Int
- tagResource_resourceArn :: Lens' TagResource Text
- tagResource_tags :: Lens' TagResource (HashMap Text Text)
- tagResourceResponse_httpStatus :: Lens' TagResourceResponse Int
- untagResource_resourceArn :: Lens' UntagResource Text
- untagResource_tagKeys :: Lens' UntagResource (NonEmpty Text)
- untagResourceResponse_httpStatus :: Lens' UntagResourceResponse Int
- listDataIntegrationAssociations_nextToken :: Lens' ListDataIntegrationAssociations (Maybe Text)
- listDataIntegrationAssociations_maxResults :: Lens' ListDataIntegrationAssociations (Maybe Natural)
- listDataIntegrationAssociations_dataIntegrationIdentifier :: Lens' ListDataIntegrationAssociations Text
- listDataIntegrationAssociationsResponse_dataIntegrationAssociations :: Lens' ListDataIntegrationAssociationsResponse (Maybe (NonEmpty DataIntegrationAssociationSummary))
- listDataIntegrationAssociationsResponse_nextToken :: Lens' ListDataIntegrationAssociationsResponse (Maybe Text)
- listDataIntegrationAssociationsResponse_httpStatus :: Lens' ListDataIntegrationAssociationsResponse Int
- createEventIntegration_clientToken :: Lens' CreateEventIntegration (Maybe Text)
- createEventIntegration_description :: Lens' CreateEventIntegration (Maybe Text)
- createEventIntegration_tags :: Lens' CreateEventIntegration (Maybe (HashMap Text Text))
- createEventIntegration_name :: Lens' CreateEventIntegration Text
- createEventIntegration_eventFilter :: Lens' CreateEventIntegration EventFilter
- createEventIntegration_eventBridgeBus :: Lens' CreateEventIntegration Text
- createEventIntegrationResponse_eventIntegrationArn :: Lens' CreateEventIntegrationResponse (Maybe Text)
- createEventIntegrationResponse_httpStatus :: Lens' CreateEventIntegrationResponse Int
- dataIntegrationAssociationSummary_clientId :: Lens' DataIntegrationAssociationSummary (Maybe Text)
- dataIntegrationAssociationSummary_dataIntegrationAssociationArn :: Lens' DataIntegrationAssociationSummary (Maybe Text)
- dataIntegrationAssociationSummary_dataIntegrationArn :: Lens' DataIntegrationAssociationSummary (Maybe Text)
- dataIntegrationSummary_arn :: Lens' DataIntegrationSummary (Maybe Text)
- dataIntegrationSummary_name :: Lens' DataIntegrationSummary (Maybe Text)
- dataIntegrationSummary_sourceURI :: Lens' DataIntegrationSummary (Maybe Text)
- eventFilter_source :: Lens' EventFilter Text
- eventIntegration_eventBridgeBus :: Lens' EventIntegration (Maybe Text)
- eventIntegration_eventFilter :: Lens' EventIntegration (Maybe EventFilter)
- eventIntegration_eventIntegrationArn :: Lens' EventIntegration (Maybe Text)
- eventIntegration_name :: Lens' EventIntegration (Maybe Text)
- eventIntegration_description :: Lens' EventIntegration (Maybe Text)
- eventIntegration_tags :: Lens' EventIntegration (Maybe (HashMap Text Text))
- eventIntegrationAssociation_clientId :: Lens' EventIntegrationAssociation (Maybe Text)
- eventIntegrationAssociation_eventIntegrationName :: Lens' EventIntegrationAssociation (Maybe Text)
- eventIntegrationAssociation_clientAssociationMetadata :: Lens' EventIntegrationAssociation (Maybe (HashMap Text Text))
- eventIntegrationAssociation_eventIntegrationAssociationId :: Lens' EventIntegrationAssociation (Maybe Text)
- eventIntegrationAssociation_eventIntegrationAssociationArn :: Lens' EventIntegrationAssociation (Maybe Text)
- eventIntegrationAssociation_eventBridgeRuleName :: Lens' EventIntegrationAssociation (Maybe Text)
- scheduleConfiguration_scheduleExpression :: Lens' ScheduleConfiguration (Maybe Text)
- scheduleConfiguration_object :: Lens' ScheduleConfiguration (Maybe Text)
- scheduleConfiguration_firstExecutionFrom :: Lens' ScheduleConfiguration (Maybe Text)
Operations
GetEventIntegration
getEventIntegration_name :: Lens' GetEventIntegration Text Source #
The name of the event integration.
getEventIntegrationResponse_eventBridgeBus :: Lens' GetEventIntegrationResponse (Maybe Text) Source #
The EventBridge bus.
getEventIntegrationResponse_eventFilter :: Lens' GetEventIntegrationResponse (Maybe EventFilter) Source #
The event filter.
getEventIntegrationResponse_eventIntegrationArn :: Lens' GetEventIntegrationResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) for the event integration.
getEventIntegrationResponse_name :: Lens' GetEventIntegrationResponse (Maybe Text) Source #
The name of the event integration.
getEventIntegrationResponse_description :: Lens' GetEventIntegrationResponse (Maybe Text) Source #
The description of the event integration.
getEventIntegrationResponse_tags :: Lens' GetEventIntegrationResponse (Maybe (HashMap Text Text)) Source #
One or more tags.
getEventIntegrationResponse_httpStatus :: Lens' GetEventIntegrationResponse Int Source #
The response's http status code.
ListDataIntegrations
listDataIntegrations_nextToken :: Lens' ListDataIntegrations (Maybe Text) Source #
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
listDataIntegrations_maxResults :: Lens' ListDataIntegrations (Maybe Natural) Source #
The maximum number of results to return per page.
listDataIntegrationsResponse_dataIntegrations :: Lens' ListDataIntegrationsResponse (Maybe (NonEmpty DataIntegrationSummary)) Source #
The DataIntegrations associated with this account.
listDataIntegrationsResponse_nextToken :: Lens' ListDataIntegrationsResponse (Maybe Text) Source #
If there are additional results, this is the token for the next set of results.
listDataIntegrationsResponse_httpStatus :: Lens' ListDataIntegrationsResponse Int Source #
The response's http status code.
CreateDataIntegration
createDataIntegration_scheduleConfig :: Lens' CreateDataIntegration (Maybe ScheduleConfiguration) Source #
The name of the data and how often it should be pulled from the source.
createDataIntegration_clientToken :: Lens' CreateDataIntegration (Maybe Text) Source #
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
createDataIntegration_kmsKey :: Lens' CreateDataIntegration (Maybe Text) Source #
The KMS key for the DataIntegration.
createDataIntegration_sourceURI :: Lens' CreateDataIntegration (Maybe Text) Source #
The URI of the data source.
createDataIntegration_description :: Lens' CreateDataIntegration (Maybe Text) Source #
A description of the DataIntegration.
createDataIntegration_tags :: Lens' CreateDataIntegration (Maybe (HashMap Text Text)) Source #
One or more tags.
createDataIntegration_name :: Lens' CreateDataIntegration Text Source #
The name of the DataIntegration.
createDataIntegrationResponse_clientToken :: Lens' CreateDataIntegrationResponse (Maybe Text) Source #
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
createDataIntegrationResponse_kmsKey :: Lens' CreateDataIntegrationResponse (Maybe Text) Source #
The KMS key for the DataIntegration.
createDataIntegrationResponse_arn :: Lens' CreateDataIntegrationResponse (Maybe Text) Source #
The Amazon Resource Name (ARN)
createDataIntegrationResponse_scheduleConfiguration :: Lens' CreateDataIntegrationResponse (Maybe ScheduleConfiguration) Source #
The name of the data and how often it should be pulled from the source.
createDataIntegrationResponse_name :: Lens' CreateDataIntegrationResponse (Maybe Text) Source #
The name of the DataIntegration.
createDataIntegrationResponse_id :: Lens' CreateDataIntegrationResponse (Maybe Text) Source #
A unique identifier.
createDataIntegrationResponse_sourceURI :: Lens' CreateDataIntegrationResponse (Maybe Text) Source #
The URI of the data source.
createDataIntegrationResponse_description :: Lens' CreateDataIntegrationResponse (Maybe Text) Source #
A description of the DataIntegration.
createDataIntegrationResponse_tags :: Lens' CreateDataIntegrationResponse (Maybe (HashMap Text Text)) Source #
One or more tags.
createDataIntegrationResponse_httpStatus :: Lens' CreateDataIntegrationResponse Int Source #
The response's http status code.
ListTagsForResource
listTagsForResource_resourceArn :: Lens' ListTagsForResource Text Source #
The Amazon Resource Name (ARN) of the resource.
listTagsForResourceResponse_tags :: Lens' ListTagsForResourceResponse (Maybe (HashMap Text Text)) Source #
Information about the tags.
listTagsForResourceResponse_httpStatus :: Lens' ListTagsForResourceResponse Int Source #
The response's http status code.
ListEventIntegrationAssociations
listEventIntegrationAssociations_nextToken :: Lens' ListEventIntegrationAssociations (Maybe Text) Source #
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
listEventIntegrationAssociations_maxResults :: Lens' ListEventIntegrationAssociations (Maybe Natural) Source #
The maximum number of results to return per page.
listEventIntegrationAssociations_eventIntegrationName :: Lens' ListEventIntegrationAssociations Text Source #
The name of the event integration.
listEventIntegrationAssociationsResponse_eventIntegrationAssociations :: Lens' ListEventIntegrationAssociationsResponse (Maybe (NonEmpty EventIntegrationAssociation)) Source #
The event integration associations.
listEventIntegrationAssociationsResponse_nextToken :: Lens' ListEventIntegrationAssociationsResponse (Maybe Text) Source #
If there are additional results, this is the token for the next set of results.
listEventIntegrationAssociationsResponse_httpStatus :: Lens' ListEventIntegrationAssociationsResponse Int Source #
The response's http status code.
GetDataIntegration
getDataIntegration_identifier :: Lens' GetDataIntegration Text Source #
A unique identifier.
getDataIntegrationResponse_kmsKey :: Lens' GetDataIntegrationResponse (Maybe Text) Source #
The KMS key for the DataIntegration.
getDataIntegrationResponse_arn :: Lens' GetDataIntegrationResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) for the DataIntegration.
getDataIntegrationResponse_scheduleConfiguration :: Lens' GetDataIntegrationResponse (Maybe ScheduleConfiguration) Source #
The name of the data and how often it should be pulled from the source.
getDataIntegrationResponse_name :: Lens' GetDataIntegrationResponse (Maybe Text) Source #
The name of the DataIntegration.
getDataIntegrationResponse_id :: Lens' GetDataIntegrationResponse (Maybe Text) Source #
A unique identifier.
getDataIntegrationResponse_sourceURI :: Lens' GetDataIntegrationResponse (Maybe Text) Source #
The URI of the data source.
getDataIntegrationResponse_description :: Lens' GetDataIntegrationResponse (Maybe Text) Source #
The KMS key for the DataIntegration.
getDataIntegrationResponse_tags :: Lens' GetDataIntegrationResponse (Maybe (HashMap Text Text)) Source #
One or more tags.
getDataIntegrationResponse_httpStatus :: Lens' GetDataIntegrationResponse Int Source #
The response's http status code.
ListEventIntegrations
listEventIntegrations_nextToken :: Lens' ListEventIntegrations (Maybe Text) Source #
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
listEventIntegrations_maxResults :: Lens' ListEventIntegrations (Maybe Natural) Source #
The maximum number of results to return per page.
listEventIntegrationsResponse_eventIntegrations :: Lens' ListEventIntegrationsResponse (Maybe (NonEmpty EventIntegration)) Source #
The event integrations.
listEventIntegrationsResponse_nextToken :: Lens' ListEventIntegrationsResponse (Maybe Text) Source #
If there are additional results, this is the token for the next set of results.
listEventIntegrationsResponse_httpStatus :: Lens' ListEventIntegrationsResponse Int Source #
The response's http status code.
DeleteEventIntegration
deleteEventIntegration_name :: Lens' DeleteEventIntegration Text Source #
The name of the event integration.
deleteEventIntegrationResponse_httpStatus :: Lens' DeleteEventIntegrationResponse Int Source #
The response's http status code.
UpdateEventIntegration
updateEventIntegration_description :: Lens' UpdateEventIntegration (Maybe Text) Source #
The description of the event inegration.
updateEventIntegration_name :: Lens' UpdateEventIntegration Text Source #
The name of the event integration.
updateEventIntegrationResponse_httpStatus :: Lens' UpdateEventIntegrationResponse Int Source #
The response's http status code.
DeleteDataIntegration
deleteDataIntegration_dataIntegrationIdentifier :: Lens' DeleteDataIntegration Text Source #
A unique identifier for the DataIntegration.
deleteDataIntegrationResponse_httpStatus :: Lens' DeleteDataIntegrationResponse Int Source #
The response's http status code.
UpdateDataIntegration
updateDataIntegration_name :: Lens' UpdateDataIntegration (Maybe Text) Source #
The name of the DataIntegration.
updateDataIntegration_description :: Lens' UpdateDataIntegration (Maybe Text) Source #
A description of the DataIntegration.
updateDataIntegration_identifier :: Lens' UpdateDataIntegration Text Source #
A unique identifier for the DataIntegration.
updateDataIntegrationResponse_httpStatus :: Lens' UpdateDataIntegrationResponse Int Source #
The response's http status code.
TagResource
tagResource_resourceArn :: Lens' TagResource Text Source #
The Amazon Resource Name (ARN) of the resource.
tagResource_tags :: Lens' TagResource (HashMap Text Text) Source #
One or more tags.
tagResourceResponse_httpStatus :: Lens' TagResourceResponse Int Source #
The response's http status code.
UntagResource
untagResource_resourceArn :: Lens' UntagResource Text Source #
The Amazon Resource Name (ARN) of the resource.
untagResource_tagKeys :: Lens' UntagResource (NonEmpty Text) Source #
The tag keys.
untagResourceResponse_httpStatus :: Lens' UntagResourceResponse Int Source #
The response's http status code.
ListDataIntegrationAssociations
listDataIntegrationAssociations_nextToken :: Lens' ListDataIntegrationAssociations (Maybe Text) Source #
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
listDataIntegrationAssociations_maxResults :: Lens' ListDataIntegrationAssociations (Maybe Natural) Source #
The maximum number of results to return per page.
listDataIntegrationAssociations_dataIntegrationIdentifier :: Lens' ListDataIntegrationAssociations Text Source #
A unique identifier for the DataIntegration.
listDataIntegrationAssociationsResponse_dataIntegrationAssociations :: Lens' ListDataIntegrationAssociationsResponse (Maybe (NonEmpty DataIntegrationAssociationSummary)) Source #
The Amazon Resource Name (ARN) and unique ID of the DataIntegration association.
listDataIntegrationAssociationsResponse_nextToken :: Lens' ListDataIntegrationAssociationsResponse (Maybe Text) Source #
If there are additional results, this is the token for the next set of results.
listDataIntegrationAssociationsResponse_httpStatus :: Lens' ListDataIntegrationAssociationsResponse Int Source #
The response's http status code.
CreateEventIntegration
createEventIntegration_clientToken :: Lens' CreateEventIntegration (Maybe Text) Source #
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
createEventIntegration_description :: Lens' CreateEventIntegration (Maybe Text) Source #
The description of the event integration.
createEventIntegration_tags :: Lens' CreateEventIntegration (Maybe (HashMap Text Text)) Source #
One or more tags.
createEventIntegration_name :: Lens' CreateEventIntegration Text Source #
The name of the event integration.
createEventIntegration_eventFilter :: Lens' CreateEventIntegration EventFilter Source #
The event filter.
createEventIntegration_eventBridgeBus :: Lens' CreateEventIntegration Text Source #
The EventBridge bus.
createEventIntegrationResponse_eventIntegrationArn :: Lens' CreateEventIntegrationResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the event integration.
createEventIntegrationResponse_httpStatus :: Lens' CreateEventIntegrationResponse Int Source #
The response's http status code.
Types
DataIntegrationAssociationSummary
dataIntegrationAssociationSummary_clientId :: Lens' DataIntegrationAssociationSummary (Maybe Text) Source #
The identifier for teh client that is associated with the DataIntegration association.
dataIntegrationAssociationSummary_dataIntegrationAssociationArn :: Lens' DataIntegrationAssociationSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the DataIntegration association.
dataIntegrationAssociationSummary_dataIntegrationArn :: Lens' DataIntegrationAssociationSummary (Maybe Text) Source #
The Amazon Resource Name (ARN)of the DataIntegration.
DataIntegrationSummary
dataIntegrationSummary_arn :: Lens' DataIntegrationSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the DataIntegration.
dataIntegrationSummary_name :: Lens' DataIntegrationSummary (Maybe Text) Source #
The name of the DataIntegration.
dataIntegrationSummary_sourceURI :: Lens' DataIntegrationSummary (Maybe Text) Source #
The URI of the data source.
EventFilter
eventFilter_source :: Lens' EventFilter Text Source #
The source of the events.
EventIntegration
eventIntegration_eventBridgeBus :: Lens' EventIntegration (Maybe Text) Source #
The Amazon EventBridge bus for the event integration.
eventIntegration_eventFilter :: Lens' EventIntegration (Maybe EventFilter) Source #
The event integration filter.
eventIntegration_eventIntegrationArn :: Lens' EventIntegration (Maybe Text) Source #
The Amazon Resource Name (ARN) of the event integration.
eventIntegration_name :: Lens' EventIntegration (Maybe Text) Source #
The name of the event integration.
eventIntegration_description :: Lens' EventIntegration (Maybe Text) Source #
The event integration description.
eventIntegration_tags :: Lens' EventIntegration (Maybe (HashMap Text Text)) Source #
The tags.
EventIntegrationAssociation
eventIntegrationAssociation_clientId :: Lens' EventIntegrationAssociation (Maybe Text) Source #
The identifier for the client that is associated with the event integration.
eventIntegrationAssociation_eventIntegrationName :: Lens' EventIntegrationAssociation (Maybe Text) Source #
The name of the event integration.
eventIntegrationAssociation_clientAssociationMetadata :: Lens' EventIntegrationAssociation (Maybe (HashMap Text Text)) Source #
The metadata associated with the client.
eventIntegrationAssociation_eventIntegrationAssociationId :: Lens' EventIntegrationAssociation (Maybe Text) Source #
The identifier for the event integration association.
eventIntegrationAssociation_eventIntegrationAssociationArn :: Lens' EventIntegrationAssociation (Maybe Text) Source #
The Amazon Resource Name (ARN) for the event integration association.
eventIntegrationAssociation_eventBridgeRuleName :: Lens' EventIntegrationAssociation (Maybe Text) Source #
The name of the EventBridge rule.
ScheduleConfiguration
scheduleConfiguration_scheduleExpression :: Lens' ScheduleConfiguration (Maybe Text) Source #
How often the data should be pulled from data source.
scheduleConfiguration_object :: Lens' ScheduleConfiguration (Maybe Text) Source #
The name of the object to pull from the data source.
scheduleConfiguration_firstExecutionFrom :: Lens' ScheduleConfiguration (Maybe Text) Source #
The start date for objects to import in the first flow run.