{ "opencollection": "1.0.0", "info": { "name": "AWS App Runner Auto Scaling Connections API", "version": "2020-05-15" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Connections", "type": "folder" }, "items": [ { "info": { "name": "AWS App Runner Create a Connection", "type": "http" }, "http": { "method": "POST", "url": "https://apprunner.{region}.amazonaws.com/#CreateConnection", "headers": [ { "name": "X-Amz-Target", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an AWS App Runner connection resource for a source code provider (e.g., GitHub)." }, { "info": { "name": "AWS App Runner List Connections", "type": "http" }, "http": { "method": "POST", "url": "https://apprunner.{region}.amazonaws.com/#ListConnections", "headers": [ { "name": "X-Amz-Target", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns a list of App Runner connection resources in your AWS account." }, { "info": { "name": "AWS App Runner Delete a Connection", "type": "http" }, "http": { "method": "POST", "url": "https://apprunner.{region}.amazonaws.com/#DeleteConnection", "headers": [ { "name": "X-Amz-Target", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete an App Runner connection." } ] } ], "bundled": true }