{ "uuid": "b93d22dd-be47-4e8e-a7c6-bf6d783b361f", "lastMigration": 19, "name": "Amazon Timestream Write", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "0.0.0.0", "routes": [ { "uuid": "d7a6a5f1-a987-4783-8e5e-9682591a440a", "documentation": "Creates a new Timestream database. If the KMS key is not specified, the database will be encrypted with a Timestream managed KMS key located in your account. Refer to AWS managed KMS keys for more info. Service quotas apply. For more information, see Access Management in the Timestream Developer Guide. ", "method": "post", "endpoint": "#X-Amz-Target=Timestream_20181101.CreateDatabase", "responses": [ { "uuid": "7685ff8d-0988-4df6-a36e-242aaf272f8e", "body": "{\n \"Database\": {\n \"Arn\": \"\",\n \"DatabaseName\": \"\",\n \"TableCount\": {{faker 'random.number'}},\n \"KmsKeyId\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastUpdatedTime\": \"{{faker 'date.recent' 365}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "a2359887-e620-4763-9896-964aa5bcb1f7", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ConflictException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "61047291-4823-4dd6-8c70-09ce5e90ba65", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ValidationException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "2156d0a6-21de-4229-a3cd-461b8b166c3a", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "AccessDeniedException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "a983488c-e6f3-46f6-8d05-f30962912a8f", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ServiceQuotaExceededException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "f9571eca-3931-4177-9723-5be26eb22598", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "ThrottlingException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "2121e4b3-5728-42b9-ad91-efe3d19ff318", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "InvalidEndpointException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "e172bddd-e195-4712-b461-7e2fbe6e7e87", "body": "\"\"", "latency": 0, "statusCode": 486, "label": "InternalServerException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "d491fb61-79ab-463d-b518-4c0e38029489", "documentation": "The CreateTable operation adds a new table to an existing database in your account. In an AWS account, table names must be at least unique within each Region if they are in the same database. You may have identical table names in the same Region if the tables are in seperate databases. While creating the table, you must specify the table name, database name, and the retention properties. Service quotas apply. For more information, see Access Management in the Timestream Developer Guide. ", "method": "post", "endpoint": "#X-Amz-Target=Timestream_20181101.CreateTable", "responses": [ { "uuid": "bf0235c0-f45d-4e72-86bb-6519fc3db36c", "body": "{\n \"Table\": {\n \"Arn\": \"\",\n \"TableName\": \"\",\n \"DatabaseName\": \"\",\n \"TableStatus\": \"\",\n \"RetentionProperties\": {\n \"MemoryStoreRetentionPeriodInHours\": {{faker 'random.number'}},\n \"MagneticStoreRetentionPeriodInDays\": {{faker 'random.number'}}\n },\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastUpdatedTime\": \"{{faker 'date.recent' 365}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "0bb58b39-4370-4563-aec6-acd0f321392f", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ConflictException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "eab319b3-dbcc-4022-b8d0-0d8644b748b7", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ValidationException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "bd5ae46f-6911-4078-bf6c-e47d96b326d4", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "AccessDeniedException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "586ca904-0a08-4928-b7bd-dcc0919c47f6", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ResourceNotFoundException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "fca36c13-c9c0-4b93-9741-0cd4f814c9dc", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "ServiceQuotaExceededException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "9d3b9145-7c52-44a0-9b8a-f3ba51ce4dfb", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "ThrottlingException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "9d5c593a-2e70-46bb-a026-397f95e28b80", "body": "\"\"", "latency": 0, "statusCode": 486, "label": "InternalServerException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "ef3db3e5-4bcf-4746-a161-be478629b5ef", "body": "\"\"", "latency": 0, "statusCode": 487, "label": "InvalidEndpointException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "ead0c1af-03c5-44e1-9a0e-b92a8edf5a45", "documentation": "

Deletes a given Timestream database. This is an irreversible operation. After a database is deleted, the time series data from its tables cannot be recovered.

All tables in the database must be deleted first, or a ValidationException error will be thrown.

Due to the nature of distributed retries, the operation can return either success or a ResourceNotFoundException. Clients should consider them equivalent.

", "method": "post", "endpoint": "#X-Amz-Target=Timestream_20181101.DeleteDatabase", "responses": [ { "uuid": "e574a66e-578d-49af-bda4-f571cd55976a", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "f334f270-b194-4438-a4ae-ae57201b9103", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServerException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "abdd9dc1-3f08-43dc-a313-3cc07d80719d", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ThrottlingException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "e6b0cfb2-ab03-42b9-ac2a-403384af0dad", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ResourceNotFoundException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "1fd0586f-2036-49e4-9b07-46873b72c5c9", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ValidationException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "df8e8cd3-052c-4b77-9d04-984a4cc25b5a", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "AccessDeniedException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "0815c463-7c64-4d2f-87c2-769b002eaa03", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "InvalidEndpointException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "c2ca7911-9d93-49d4-9ec5-57a52694f4e4", "documentation": "

Deletes a given Timestream table. This is an irreversible operation. After a Timestream database table is deleted, the time series data stored in the table cannot be recovered.

Due to the nature of distributed retries, the operation can return either success or a ResourceNotFoundException. Clients should consider them equivalent.

", "method": "post", "endpoint": "#X-Amz-Target=Timestream_20181101.DeleteTable", "responses": [ { "uuid": "62fbf617-3e27-4dbf-967b-f34067c3702f", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "e8fde879-ea77-4f30-bfe3-690646fb843c", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServerException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "97f7ba3a-caf6-4190-b3f5-0fe10acf252b", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ThrottlingException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "1a6a7902-68cb-4e1a-8ec3-94951ca2681f", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ValidationException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "5b7494a4-e401-4fd7-b7c6-79915042e1df", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ResourceNotFoundException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "5313df96-87de-49fb-a99b-8e6e0d229e08", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "AccessDeniedException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "308910fc-2b33-42d8-ab9e-1ef1c0b8a00d", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "InvalidEndpointException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "67432a07-e846-4fea-b4d8-03073eefe33a", "documentation": "Returns information about the database, including the database name, time that the database was created, and the total number of tables found within the database. Service quotas apply. For more information, see Access Management in the Timestream Developer Guide.", "method": "post", "endpoint": "#X-Amz-Target=Timestream_20181101.DescribeDatabase", "responses": [ { "uuid": "142e1e7b-ffef-44ba-bc04-2ffb4f387f8f", "body": "{\n \"Database\": {\n \"Arn\": \"\",\n \"DatabaseName\": \"\",\n \"TableCount\": {{faker 'random.number'}},\n \"KmsKeyId\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastUpdatedTime\": \"{{faker 'date.recent' 365}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "6bf2be18-b7a2-4d26-aeda-8758b3fede8f", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFoundException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "80497027-d3eb-4220-8910-8aa4869424c9", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ValidationException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "b4e77854-df23-43e5-9356-2b026cde9f48", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "AccessDeniedException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "152d0ea1-49b2-47bd-986b-3196211c3dc9", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ThrottlingException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "25cf84f7-db90-4317-beaf-e1bbe5ec6f5e", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "InternalServerException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "089140ad-3697-4d84-aab0-2751a8bc5cfc", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "InvalidEndpointException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "910a2f35-c9c0-40bb-90c7-05df13ca42a6", "documentation": "

DescribeEndpoints returns a list of available endpoints to make Timestream API calls against. This API is available through both Write and Query.

Because Timestream’s SDKs are designed to transparently work with the service’s architecture, including the management and mapping of the service endpoints, it is not recommended that you use this API unless:

For detailed information on how to use DescribeEndpoints, see The Endpoint Discovery Pattern and REST APIs.

", "method": "post", "endpoint": "#X-Amz-Target=Timestream_20181101.DescribeEndpoints", "responses": [ { "uuid": "81e13ba4-7040-40da-9a48-a528b6e3bd4e", "body": "{\n \"Endpoints\": [\n {\n \"Address\": \"\",\n \"CachePeriodInMinutes\": {{faker 'random.number'}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "01ea6d00-9d46-49eb-861b-ae5fcb5ced75", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServerException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "1795961d-ceb5-4585-9cba-f8013d244c3d", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ValidationException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "7aaa8a27-b0f1-4f4d-9f45-1fbb584bf407", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ThrottlingException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "2ccfede0-3a96-4c4f-b196-5b29eb334c5f", "documentation": "Returns information about the table, including the table name, database name, retention duration of the memory store and the magnetic store. Service quotas apply. For more information, see Access Management in the Timestream Developer Guide. ", "method": "post", "endpoint": "#X-Amz-Target=Timestream_20181101.DescribeTable", "responses": [ { "uuid": "e27cf46c-afb9-487d-aad6-627f3e108ffd", "body": "{\n \"Table\": {\n \"Arn\": \"\",\n \"TableName\": \"\",\n \"DatabaseName\": \"\",\n \"TableStatus\": \"\",\n \"RetentionProperties\": {\n \"MemoryStoreRetentionPeriodInHours\": {{faker 'random.number'}},\n \"MagneticStoreRetentionPeriodInDays\": {{faker 'random.number'}}\n },\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastUpdatedTime\": \"{{faker 'date.recent' 365}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "51d3f251-9335-44c8-9ccf-60f05879ca7e", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFoundException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "a01371ef-ba36-4333-8e8b-0fc9caed0eb6", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ValidationException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "3707fd96-a7d6-4316-827b-36600804622f", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "AccessDeniedException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "06ba4121-df3a-4a86-94ec-0bb817d6c9d6", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ThrottlingException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "66ee2258-bf73-4585-9147-5f8f71070071", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "InternalServerException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "52a4c0a0-0cd0-4ce3-aead-eb1dc5bd8325", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "InvalidEndpointException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "59bb55f6-e4a8-4963-bff5-88d1e04e33e6", "documentation": "Returns a list of your Timestream databases. Service quotas apply. For more information, see Access Management in the Timestream Developer Guide. ", "method": "post", "endpoint": "#X-Amz-Target=Timestream_20181101.ListDatabases", "responses": [ { "uuid": "12cfd9c6-b8da-41c4-acd2-98f6a369371f", "body": "{\n \"Databases\": [\n {\n \"Arn\": \"\",\n \"DatabaseName\": \"\",\n \"TableCount\": {{faker 'random.number'}},\n \"KmsKeyId\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastUpdatedTime\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "16fdc94a-744c-4b94-8045-382bb122c10e", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServerException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "0f1d6ae7-4360-4a0d-b8b1-3f8ec8b9db71", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ThrottlingException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "0db5e6d9-3c8a-411f-99d8-7be84dbc68f5", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ValidationException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "780f23fd-5bb2-464d-bd1a-0e7da520751f", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "AccessDeniedException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "39aee5d7-b508-4f79-97a9-f6c04c2202ce", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "InvalidEndpointException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "09ad712a-86dd-4c42-acd7-e7d177186d6a", "documentation": "A list of tables, along with the name, status and retention properties of each table. ", "method": "post", "endpoint": "#X-Amz-Target=Timestream_20181101.ListTables", "responses": [ { "uuid": "7eb9f830-c50a-40b5-99d0-a3bda994d10b", "body": "{\n \"Tables\": [\n {\n \"Arn\": \"\",\n \"TableName\": \"\",\n \"DatabaseName\": \"\",\n \"TableStatus\": \"\",\n \"RetentionProperties\": {\n \"MemoryStoreRetentionPeriodInHours\": {{faker 'random.number'}},\n \"MagneticStoreRetentionPeriodInDays\": {{faker 'random.number'}}\n },\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastUpdatedTime\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"NextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "7bdb36e6-f4f2-45bf-bfbf-c45703ebdfdb", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServerException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "ee12d435-2443-4aea-89aa-dfdb2e769002", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ThrottlingException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "3e3b4105-df26-4ad1-8bcb-11e6658c8bfb", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ValidationException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "9a580196-c098-4ee4-aad3-3780e8015fa3", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ResourceNotFoundException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "8db7e82e-d556-4c30-911a-be00c79f0ab7", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "AccessDeniedException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "101732ea-3261-445c-85a0-e9d09a894a1e", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "InvalidEndpointException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "be563419-55af-4640-8f58-3f0184696024", "documentation": " List all tags on a Timestream resource. ", "method": "post", "endpoint": "#X-Amz-Target=Timestream_20181101.ListTagsForResource", "responses": [ { "uuid": "d90264d9-1efd-41de-815c-286290fbddb5", "body": "{\n \"Tags\": [\n {\n \"Key\": \"\",\n \"Value\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "9fdaf2e1-bf2e-425d-af52-ed5a9abc3941", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFoundException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "f6ed596d-a808-4b70-80a1-cc6e5a733442", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ThrottlingException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "f280eef6-836e-46b0-9353-2c6ca5614d98", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ValidationException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "bce8a000-762b-4512-9d90-86710aa878da", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InvalidEndpointException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "f58df67e-f5c9-4f8c-b64a-c21db20d3bc9", "documentation": " Associate a set of tags with a Timestream resource. You can then activate these user-defined tags so that they appear on the Billing and Cost Management console for cost allocation tracking. ", "method": "post", "endpoint": "#X-Amz-Target=Timestream_20181101.TagResource", "responses": [ { "uuid": "fbfe17a6-ae71-4a95-b65d-c528bccece8c", "body": "{}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "1096ee87-33e1-456c-a17d-e43101d43148", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFoundException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "daf12127-7724-42f4-b5f4-f217b7d1b7d4", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ServiceQuotaExceededException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "5e4218c9-8548-4f90-9a6e-982d37add21b", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ThrottlingException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "fe4b7340-f86a-47f8-bb80-06ab5c5a1795", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ValidationException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "7ec5af67-5189-4949-9f39-40a52e92163b", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "InvalidEndpointException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "033b3fc3-e61c-4e02-940d-8fa941b73694", "documentation": " Removes the association of tags from a Timestream resource. ", "method": "post", "endpoint": "#X-Amz-Target=Timestream_20181101.UntagResource", "responses": [ { "uuid": "d232eafc-fd2d-4ea4-be61-9d245776b5ab", "body": "{}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "6a152999-295b-44a8-b4c4-f050ec906baa", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ValidationException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "c5ef69ed-c61e-406d-935f-97579370e63d", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ServiceQuotaExceededException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "d57386a1-5652-4753-9c5e-809a86876492", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ThrottlingException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "d61df6fd-fd52-4da9-afa7-bcec377d8915", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ResourceNotFoundException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "52eac600-8862-44c5-aff5-da4f6910af32", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "InvalidEndpointException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "552db0ac-c4f2-439d-a2be-4c0ee07cc596", "documentation": " Modifies the KMS key for an existing database. While updating the database, you must specify the database name and the identifier of the new KMS key to be used (KmsKeyId). If there are any concurrent UpdateDatabase requests, first writer wins. ", "method": "post", "endpoint": "#X-Amz-Target=Timestream_20181101.UpdateDatabase", "responses": [ { "uuid": "f8119032-6f48-4a6b-8e08-73759b9524be", "body": "{\n \"Database\": {\n \"Arn\": \"\",\n \"DatabaseName\": \"\",\n \"TableCount\": {{faker 'random.number'}},\n \"KmsKeyId\": \"\",\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastUpdatedTime\": \"{{faker 'date.recent' 365}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "15054484-416a-4ad8-ba5e-8dcd343b523f", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ValidationException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "d8203877-b683-4a25-b576-a9c31251a8bd", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "AccessDeniedException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "5930b55d-6b85-419a-9202-d652dc39e821", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ResourceNotFoundException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "aac1bf9f-2129-41e4-be8a-9d616fbe5b1b", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ServiceQuotaExceededException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "1be47b09-9def-4886-b786-87e076412c12", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "ThrottlingException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "7c655101-4759-4649-bbe1-aebc1dbe0a4a", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "InternalServerException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "6300a884-7f84-46a7-aa73-d8a447292439", "body": "\"\"", "latency": 0, "statusCode": 486, "label": "InvalidEndpointException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "aa646e62-ca43-41c4-b8cc-d081242121bb", "documentation": "

Modifies the retention duration of the memory store and magnetic store for your Timestream table. Note that the change in retention duration takes effect immediately. For example, if the retention period of the memory store was initially set to 2 hours and then changed to 24 hours, the memory store will be capable of holding 24 hours of data, but will be populated with 24 hours of data 22 hours after this change was made. Timestream does not retrieve data from the magnetic store to populate the memory store.

Service quotas apply. For more information, see Access Management in the Timestream Developer Guide.

", "method": "post", "endpoint": "#X-Amz-Target=Timestream_20181101.UpdateTable", "responses": [ { "uuid": "b78904f1-7bfc-4f1b-9c6f-f50b6ba75ceb", "body": "{\n \"Table\": {\n \"Arn\": \"\",\n \"TableName\": \"\",\n \"DatabaseName\": \"\",\n \"TableStatus\": \"\",\n \"RetentionProperties\": {\n \"MemoryStoreRetentionPeriodInHours\": {{faker 'random.number'}},\n \"MagneticStoreRetentionPeriodInDays\": {{faker 'random.number'}}\n },\n \"CreationTime\": \"{{faker 'date.recent' 365}}\",\n \"LastUpdatedTime\": \"{{faker 'date.recent' 365}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "71cfb08f-e8e7-4269-8194-6a543127f6c8", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServerException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "dd4b2a6d-3b94-4577-b64f-59f5d8dd3d3e", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ThrottlingException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "3490ad7b-1637-49df-9bbf-d70622fd6f35", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ValidationException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "b5d98f4a-995c-41f9-9fce-95abc5d11ed8", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ResourceNotFoundException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "37298704-7a00-422f-95bf-cf64eb1b2f9b", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "AccessDeniedException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "452bc7ae-8467-4a47-8a1b-2de29a67be18", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "InvalidEndpointException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false }, { "uuid": "063ed5b9-4adb-470f-a5be-11a7b2d8b622", "documentation": "The WriteRecords operation enables you to write your time series data into Timestream. You can specify a single data point or a batch of data points to be inserted into the system. Timestream offers you with a flexible schema that auto detects the column names and data types for your Timestream tables based on the dimension names and data types of the data points you specify when invoking writes into the database. Timestream support eventual consistency read semantics. This means that when you query data immediately after writing a batch of data into Timestream, the query results might not reflect the results of a recently completed write operation. The results may also include some stale data. If you repeat the query request after a short time, the results should return the latest data. Service quotas apply. For more information, see Access Management in the Timestream Developer Guide. ", "method": "post", "endpoint": "#X-Amz-Target=Timestream_20181101.WriteRecords", "responses": [ { "uuid": "37833017-2d9b-4331-a8c2-2db06e418de4", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "f7c8f6f0-f211-4f07-91dd-0dfcc67e58da", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalServerException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "8bb84e42-5366-40c6-91a9-cf7f27dd32e0", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ThrottlingException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "6ba9d4ca-8f9a-4255-b606-bb46ee2aed35", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ValidationException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "78de8418-9cc4-4572-abdf-5aea31d96575", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ResourceNotFoundException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "8142bc5c-8eda-4516-a3e1-2133c4f5f9ff", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "AccessDeniedException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "2fc5eec7-83e7-42b9-8b4a-6463812292ce", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "RejectedRecordsException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false }, { "uuid": "9662fcd7-af61-4648-a7da-5bdb4099d61f", "body": "\"\"", "latency": 0, "statusCode": 486, "label": "InvalidEndpointException", "headers": [ { "key": "Content-Type", "value": "application/json" } ], "filePath": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false } ], "enabled": true, "randomResponse": false, "sequentialResponse": false } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [ { "key": "", "value": "" } ], "proxyResHeaders": [ { "key": "", "value": "" } ] }