{ "opencollection": "1.0.0", "info": { "name": "Amazon AppFlow Connectors Flows API", "version": "2020-08-23" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Flows", "type": "folder" }, "items": [ { "info": { "name": "Amazon AppFlow Create Flow", "type": "http" }, "http": { "method": "POST", "url": "https://appflow.{region}.amazonaws.com/create-flow", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new flow for transferring data between a source connector and a destination connector." }, { "info": { "name": "Amazon AppFlow Delete Flow", "type": "http" }, "http": { "method": "POST", "url": "https://appflow.{region}.amazonaws.com/delete-flow", "body": { "type": "json", "data": "{}" } }, "docs": "Enables your application to delete an existing flow. Before deleting the flow, Amazon AppFlow validates the request by checking the flow configuration and status. You can delete flows one at a time." }, { "info": { "name": "Amazon AppFlow Describe Flow", "type": "http" }, "http": { "method": "POST", "url": "https://appflow.{region}.amazonaws.com/describe-flow", "body": { "type": "json", "data": "{}" } }, "docs": "Provides a description of the specified flow." }, { "info": { "name": "Amazon AppFlow List Flows", "type": "http" }, "http": { "method": "POST", "url": "https://appflow.{region}.amazonaws.com/list-flows", "body": { "type": "json", "data": "{}" } }, "docs": "Lists all of the flows associated with your account." }, { "info": { "name": "Amazon AppFlow Update Flow", "type": "http" }, "http": { "method": "POST", "url": "https://appflow.{region}.amazonaws.com/update-flow", "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing flow." }, { "info": { "name": "Amazon AppFlow Start Flow", "type": "http" }, "http": { "method": "POST", "url": "https://appflow.{region}.amazonaws.com/start-flow", "body": { "type": "json", "data": "{}" } }, "docs": "Activates an existing flow. For on-demand flows, this operation runs the flow immediately. For schedule and event-triggered flows, this operation activates the flow without modifying the configuration." }, { "info": { "name": "Amazon AppFlow Stop Flow", "type": "http" }, "http": { "method": "POST", "url": "https://appflow.{region}.amazonaws.com/stop-flow", "body": { "type": "json", "data": "{}" } }, "docs": "Deactivates the existing flow. For on-demand flows, this operation returns an unsupportedOperationException error message. For schedule and event-triggered flows, this operation deactivates the flow." }, { "info": { "name": "Amazon AppFlow Cancel Flow Executions", "type": "http" }, "http": { "method": "POST", "url": "https://appflow.{region}.amazonaws.com/cancel-flow-executions", "body": { "type": "json", "data": "{}" } }, "docs": "Cancels active runs for a flow. You can cancel all of the active runs for a flow, or you can cancel specific runs by providing their IDs." }, { "info": { "name": "Amazon AppFlow Describe Flow Execution Records", "type": "http" }, "http": { "method": "POST", "url": "https://appflow.{region}.amazonaws.com/describe-flow-execution-records", "body": { "type": "json", "data": "{}" } }, "docs": "Provides details regarding all instances for a given flow, based on the specified filter function, with a limit of 1000 records." } ] } ], "bundled": true }