{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Account Resource Groups API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Account Resource Groups", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List Resource Groups", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/iam/resource_groups", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" } ] }, "docs": "List all the resource groups for an account." }, { "info": { "name": "APIs.io Engineering Platform Create Resource Group", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/iam/resource_groups", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new Resource Group under the specified account." }, { "info": { "name": "APIs.io Engineering Platform Resource Group Details", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/iam/resource_groups/:resource_group_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "resource_group_id", "value": "", "type": "path" } ] }, "docs": "Get information about a specific resource group in an account." }, { "info": { "name": "APIs.io Engineering Platform Update Resource Group", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/iam/resource_groups/:resource_group_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "resource_group_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Modify an existing resource group." }, { "info": { "name": "APIs.io Engineering Platform Remove Resource Group", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/iam/resource_groups/:resource_group_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "resource_group_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Remove a resource group from an account." } ] } ], "bundled": true }