{ "opencollection": "1.0.0", "info": { "name": "AmazonMQ Broker Engine Types Configurations API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Configurations", "type": "folder" }, "items": [ { "info": { "name": "Amazon MQ List Configurations", "type": "http" }, "http": { "method": "GET", "url": "http://mq.{region}.amazonaws.com/v1/configurations", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "maxResults", "value": "", "type": "query", "description": "The maximum number of brokers that Amazon MQ can return per page (20 by default). This value must be an integer from 5 to 100." }, { "name": "nextToken", "value": "", "type": "query", "description": "The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty." } ] }, "docs": "Returns a list of all configurations." }, { "info": { "name": "Amazon MQ Create Configuration", "type": "http" }, "http": { "method": "POST", "url": "http://mq.{region}.amazonaws.com/v1/configurations", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new configuration for the specified configuration name. Amazon MQ uses the default configuration (the engine type and version)." }, { "info": { "name": "Amazon MQ Describe Configuration", "type": "http" }, "http": { "method": "GET", "url": "http://mq.{region}.amazonaws.com/v1/configurations/:configuration-id", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "configuration-id", "value": "", "type": "path", "description": "The unique ID that Amazon MQ generates for the configuration." } ] }, "docs": "Returns information about the specified configuration." }, { "info": { "name": "Amazon MQ Update Configuration", "type": "http" }, "http": { "method": "PUT", "url": "http://mq.{region}.amazonaws.com/v1/configurations/:configuration-id", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "configuration-id", "value": "", "type": "path", "description": "The unique ID that Amazon MQ generates for the configuration." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the specified configuration." }, { "info": { "name": "Amazon MQ Describe Configuration Revision", "type": "http" }, "http": { "method": "GET", "url": "http://mq.{region}.amazonaws.com/v1/configurations/:configuration-id/revisions/:configuration-revision", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "configuration-id", "value": "", "type": "path", "description": "The unique ID that Amazon MQ generates for the configuration." }, { "name": "configuration-revision", "value": "", "type": "path", "description": "The revision of the configuration." } ] }, "docs": "Returns the specified configuration revision for the specified configuration." }, { "info": { "name": "Amazon MQ List Configuration Revisions", "type": "http" }, "http": { "method": "GET", "url": "http://mq.{region}.amazonaws.com/v1/configurations/:configuration-id/revisions", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "configuration-id", "value": "", "type": "path", "description": "The unique ID that Amazon MQ generates for the configuration." }, { "name": "maxResults", "value": "", "type": "query", "description": "The maximum number of brokers that Amazon MQ can return per page (20 by default). This value must be an integer from 5 to 100." }, { "name": "nextToken", "value": "", "type": "query", "description": "The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty." } ] }, "docs": "Returns a list of all revisions for the specified configuration." } ] } ], "bundled": true }