Amazon AppIntegrations Service
The Amazon AppIntegrations Service API lets you create, retrieve, update, list, and delete DataIntegration and EventIntegration resources, manage their associations, and add or remove tags on those resources.
Latency
468ms p95
Uptime
100.0% 30d
Playground
Verified
live
Endpoints
/dataIntegrations
Creates and persists a DataIntegration resource. You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegration API.
/dataIntegrations
Returns a paginated list of DataIntegrations in the account. You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegration API.
/eventIntegrations
Creates an EventIntegration, given a specified name, description, and a reference to an Amazon EventBridge bus in your account and a partner event source that pushes events to that bus. No objects are created in the your account, only metadata that is persisted on the EventIntegration control plane.
/eventIntegrations
Returns a paginated list of event integrations in the account.
/dataIntegrations/{Identifier}
Deletes the DataIntegration. Only DataIntegrations that don't have any DataIntegrationAssociations can be deleted. Deleting a DataIntegration also deletes the underlying Amazon AppFlow flow and service linked role. You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegration API.
/dataIntegrations/{Identifier}
Returns information about the DataIntegration. You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegration API.
/dataIntegrations/{Identifier}
Updates the description of a DataIntegration. You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegration API.
/eventIntegrations/{Name}
Deletes the specified existing event integration. If the event integration is associated with clients, the request is rejected.
/eventIntegrations/{Name}
Returns information about the event integration.
/eventIntegrations/{Name}
Updates the description of an event integration.
/dataIntegrations/{Identifier}/associations
Returns a paginated list of DataIntegration associations in the account. You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegration API.
/eventIntegrations/{Name}/associations
Returns a paginated list of event integration associations in the account.
/tags/{resourceArn}
Lists the tags for the specified resource.
/tags/{resourceArn}
Adds the specified tags to the specified resource.
/tags/{resourceArn}#tagKeys
Removes the specified tags from the specified resource.
15 endpoints auto-detected
Authentication
This API uses an API key, passed in the "Authorization" header. No OAuth required.
curl -X POST \ "https://github.com/mermade/aws2openapi/dataIntegrations" \ -H "Authorization: YOUR_API_KEY"
github.com · HTTPS only