{ "opencollection": "1.0.0", "info": { "name": "Amazon Fargate Account Settings API", "version": "2014-11-13" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Account Settings", "type": "folder" }, "items": [ { "info": { "name": "Amazon Fargate Put Account Setting", "type": "http" }, "http": { "method": "POST", "url": "https://ecs.{region}.amazonaws.com/#PutAccountSetting", "body": { "type": "json", "data": "{}" } }, "docs": "Modifies an account setting. Account settings are set on a per-Region basis." }, { "info": { "name": "Amazon Fargate List Account Settings", "type": "http" }, "http": { "method": "POST", "url": "https://ecs.{region}.amazonaws.com/#ListAccountSettings", "body": { "type": "json", "data": "{}" } }, "docs": "Lists the account settings for an Amazon ECS resource type for a specified principal." } ] } ], "bundled": true }