{ "opencollection": "1.0.0", "info": { "name": "Amazon FreeRTOS Management OTA Updates Software Configurations API", "version": "2021-11-29" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Software Configurations", "type": "folder" }, "items": [ { "info": { "name": "List Software Configurations", "type": "http" }, "http": { "method": "GET", "url": "https://iot.{region}.amazonaws.com/software-configuration-records", "params": [ { "name": "maxResults", "value": "", "type": "query", "description": "Maximum results to return." }, { "name": "nextToken", "value": "", "type": "query", "description": "Pagination token." } ] }, "docs": "Lists FreeRTOS software configuration records." }, { "info": { "name": "Create Software Configuration", "type": "http" }, "http": { "method": "POST", "url": "https://iot.{region}.amazonaws.com/software-configuration-records", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a FreeRTOS software configuration record specifying the libraries and settings for a target hardware platform." }, { "info": { "name": "Describe Software Configuration", "type": "http" }, "http": { "method": "GET", "url": "https://iot.{region}.amazonaws.com/software-configuration-records/:configId", "params": [ { "name": "configId", "value": "", "type": "path", "description": "ID of the software configuration." } ] }, "docs": "Gets a FreeRTOS software configuration record." }, { "info": { "name": "Update Software Configuration", "type": "http" }, "http": { "method": "PUT", "url": "https://iot.{region}.amazonaws.com/software-configuration-records/:configId", "params": [ { "name": "configId", "value": "", "type": "path", "description": "ID of the software configuration to update." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a FreeRTOS software configuration record." }, { "info": { "name": "Delete Software Configuration", "type": "http" }, "http": { "method": "DELETE", "url": "https://iot.{region}.amazonaws.com/software-configuration-records/:configId", "params": [ { "name": "configId", "value": "", "type": "path", "description": "ID of the software configuration to delete." } ] }, "docs": "Deletes a FreeRTOS software configuration record." } ] } ], "bundled": true }