{ "uuid": "64433751-c382-43fa-bc67-d5f684939145", "lastMigration": 29, "name": "AWS Outposts", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "7b8529c1-5330-4f55-b37f-ed489b56cfb4", "documentation": "Creates an order for an Outpost.", "method": "post", "endpoint": "orders", "responses": [ { "uuid": "77c4784c-ce7c-4c30-b944-7febd5e3abba", "body": "{\n \"Order\": {\n \"OutpostId\": \"\",\n \"OrderId\": \"\",\n \"Status\": \"\",\n \"LineItems\": [\n {\n \"CatalogItemId\": \"\",\n \"LineItemId\": \"\",\n \"Quantity\": {{faker 'number.int' max=99999}},\n \"Status\": \"\"\n }\n ],\n \"PaymentOption\": \"\",\n \"OrderSubmissionDate\": \"{{faker 'date.recent' 365}}\",\n \"OrderFulfilledDate\": \"{{faker 'date.recent' 365}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1783c739-00ed-4bf4-be7a-91c4c513803b", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ValidationException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d04ff4c7-ef2f-41d0-8ca9-c539e4166d85", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ConflictException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1a9597d9-6340-4344-9a2e-06b6530e6dbb", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "AccessDeniedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c92c1888-922f-44b1-ab1a-4628764b5a77", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2bc5f722-8dff-4092-9e9c-4f18d69aa627", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "InternalServerException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "45c50acc-1694-4798-ad0a-e6af1255ff91", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "ServiceQuotaExceededException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fe4e2976-7734-4d54-b92f-3bfa8e9fd07c", "documentation": "
Creates an Outpost.
You can specify AvailabilityZone
or AvailabilityZoneId
.
Create a list of the Outposts for your AWS account. Add filters to your request to return a more specific list of results. Use filters to match an Outpost lifecycle status, Availibility Zone (us-east-1a
), and AZ ID (use1-az1
).
If you specify multiple filters, the filters are joined with an AND
, and the request returns only results that match all of the specified filters.