{ "uuid": "dd06ec57-0654-449f-bf5e-ab5aec313eed", "lastMigration": 29, "name": "Amazon Timestream Write", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "864b6b3a-0eee-4373-b59d-837fae129f69", "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": "e50a0092-ead3-4c1b-a7f1-7327dba6834e", "body": "{\n \"Database\": {\n \"Arn\": \"\",\n \"DatabaseName\": \"\",\n \"TableCount\": {{faker 'number.int' max=99999}},\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" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "95852b00-68b0-47b4-9496-e70b014e96e3", "body": "\"\"", "latency": 0, "statusCode": 480, "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": "61f1510f-01cc-448a-bcdb-a27d517626f6", "body": "\"\"", "latency": 0, "statusCode": 481, "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": "d7341994-4c14-4536-84dd-36b8786f32a0", "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": "a22c257f-7b71-431d-9bec-8092e9c69457", "body": "\"\"", "latency": 0, "statusCode": 483, "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" }, { "uuid": "c49ff11b-c04d-4b38-a776-405c781d5de7", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "ThrottlingException", "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": "02836059-4383-4cee-b4e8-cf5e56755065", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "InvalidEndpointException", "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": "2bb8b59e-9a83-421b-ad27-c77396733879", "body": "\"\"", "latency": 0, "statusCode": 486, "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" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9e4e4de1-2269-413e-ac90-467225dfa2b6", "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": "4354d3ac-136a-44ea-b0dc-19ba536be88c", "body": "{\n \"Table\": {\n \"Arn\": \"\",\n \"TableName\": \"\",\n \"DatabaseName\": \"\",\n \"TableStatus\": \"\",\n \"RetentionProperties\": {\n \"MemoryStoreRetentionPeriodInHours\": {{faker 'number.int' max=99999}},\n \"MagneticStoreRetentionPeriodInDays\": {{faker 'number.int' max=99999}}\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" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "de995a21-3bb4-44ed-a4eb-f5619976e252", "body": "\"\"", "latency": 0, "statusCode": 480, "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": "4ce1d8b7-4314-473a-a3e7-4670fd6e1e05", "body": "\"\"", "latency": 0, "statusCode": 481, "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": "63726e70-521b-4e0f-a729-4b619509a7e6", "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": "662243f3-392d-4104-805d-415d22419da0", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ResourceNotFoundException", "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": "32f5e98c-ce09-40bc-8137-429c33165db3", "body": "\"\"", "latency": 0, "statusCode": 484, "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" }, { "uuid": "ed7badd6-0810-453b-90c2-c65269829b27", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "ThrottlingException", "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": "829aa0eb-6b7a-43c6-b58c-299d8a0b2ec4", "body": "\"\"", "latency": 0, "statusCode": 486, "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": "625f8fae-f065-4378-a3fa-f2f0bc280ecf", "body": "\"\"", "latency": 0, "statusCode": 487, "label": "InvalidEndpointException", "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": "428666c0-368b-4185-977e-b015a10c4c3a", "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": "bf5853b0-42c0-4856-9a2a-894b7c265712", "body": "", "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": "57124f41-1397-4e8d-b184-ec945fb85852", "body": "\"\"", "latency": 0, "statusCode": 480, "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": "1a39b370-a5de-44ec-b152-e236dc888555", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ThrottlingException", "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": "cc0c3b17-82db-43bc-bfeb-4a862ee55b0a", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ResourceNotFoundException", "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": "b962ee02-02ad-4c68-ba0d-cdb7e0293d86", "body": "\"\"", "latency": 0, "statusCode": 483, "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": "76183216-ff0b-4e68-925a-e451a122273b", "body": "\"\"", "latency": 0, "statusCode": 484, "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": "b3f30a57-772e-4da0-b440-161588800ba2", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "InvalidEndpointException", "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": "4ac1b3ae-8d54-4294-804e-9fb8d5d2b88e", "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": "311e8876-d9f3-41cd-af0c-977047766f7c", "body": "", "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": "a4dc3991-ddf8-4496-b32a-ebab2ab14cc7", "body": "\"\"", "latency": 0, "statusCode": 480, "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": "9d987e9c-7fec-4f43-9e83-1bb25e869ae3", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ThrottlingException", "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": "24ed634d-4116-438c-9fd9-ff1a1a1421ff", "body": "\"\"", "latency": 0, "statusCode": 482, "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": "7d35ec41-a6cf-4ae3-a2e8-0dc6560a5e36", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ResourceNotFoundException", "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": "bfe959c7-f55f-4931-acb0-04861118322e", "body": "\"\"", "latency": 0, "statusCode": 484, "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": "c2829f52-d55d-4d7e-9e96-39acb3ac2f04", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "InvalidEndpointException", "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": "31c63d55-8818-4a66-be65-7097988f397f", "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": "7a13ecb9-f576-4416-94cd-db72080f887f", "body": "{\n \"Database\": {\n \"Arn\": \"\",\n \"DatabaseName\": \"\",\n \"TableCount\": {{faker 'number.int' max=99999}},\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" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "fb99f9e5-ea2f-41bc-8076-7d1c0e7b48dd", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFoundException", "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": "2540a4fe-6152-40b8-9b0a-052d229bc413", "body": "\"\"", "latency": 0, "statusCode": 481, "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": "76b69125-6bb2-4942-b71b-4d51b304bbf1", "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": "9a7603df-4fb6-4a00-9dfc-482c7bca4f1e", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ThrottlingException", "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": "ddb47777-0216-406e-b186-4ea201c015df", "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": "0d473629-eade-4f78-b48f-394e7c522b5e", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "InvalidEndpointException", "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": "ade07ce7-25f8-40ae-a789-b4758313d797", "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": "45395682-1575-4321-a6f0-b77bcded201b", "body": "{\n \"Endpoints\": [\n {\n \"Address\": \"\",\n \"CachePeriodInMinutes\": {{faker 'number.int' max=99999}}\n }\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": "b644e6a8-a802-4c94-8811-5076f2ad81b7", "body": "\"\"", "latency": 0, "statusCode": 480, "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": "8c22957a-96e6-4d88-b91d-f2488fec1d3b", "body": "\"\"", "latency": 0, "statusCode": 481, "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": "e58ef7f5-6864-4eb5-ad18-733375aec6e8", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ThrottlingException", "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": "15acece5-bc8a-41f6-844d-d2a304b1bfce", "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": "933ddc19-d28c-4eff-9091-94f17a84f605", "body": "{\n \"Table\": {\n \"Arn\": \"\",\n \"TableName\": \"\",\n \"DatabaseName\": \"\",\n \"TableStatus\": \"\",\n \"RetentionProperties\": {\n \"MemoryStoreRetentionPeriodInHours\": {{faker 'number.int' max=99999}},\n \"MagneticStoreRetentionPeriodInDays\": {{faker 'number.int' max=99999}}\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" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f7f86b49-6540-421c-9b68-363235b57038", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFoundException", "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": "3284dfae-db91-4b32-831a-56af6bdfba22", "body": "\"\"", "latency": 0, "statusCode": 481, "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": "18b85869-280d-4fd8-bd41-83fa6147306a", "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": "50ea18d0-0419-4769-8491-4b173265bc15", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ThrottlingException", "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": "8996363a-6877-4ded-83bc-e3095008c4b3", "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": "45fec352-1e5e-465a-8d9d-8815fd6cef0a", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "InvalidEndpointException", "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": "370c520f-9a57-46d3-ae62-8b89c242e03e", "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": "095ec2d3-9c9f-4d0b-ad7e-cf628ca19fa8", "body": "{\n \"Databases\": [\n {\n \"Arn\": \"\",\n \"DatabaseName\": \"\",\n \"TableCount\": {{faker 'number.int' max=99999}},\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" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b7502568-60cb-4256-8737-6798f01e9b75", "body": "\"\"", "latency": 0, "statusCode": 480, "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": "9038d47e-c1c1-4494-9753-1e5220fe9fc9", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ThrottlingException", "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": "a9a76e71-a0f0-4919-8baa-ebbd5417d85e", "body": "\"\"", "latency": 0, "statusCode": 482, "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": "4af9678c-99ed-4b0e-b77d-23021333a302", "body": "\"\"", "latency": 0, "statusCode": 483, "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": "924139cd-1ba1-4f3b-8f89-6ea10396e335", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "InvalidEndpointException", "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": "dea382ba-9e92-404f-a921-a5b2de77fbb2", "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": "a894b2a5-7551-4f21-a56e-12b3f5e5d621", "body": "{\n \"Tables\": [\n {\n \"Arn\": \"\",\n \"TableName\": \"\",\n \"DatabaseName\": \"\",\n \"TableStatus\": \"\",\n \"RetentionProperties\": {\n \"MemoryStoreRetentionPeriodInHours\": {{faker 'number.int' max=99999}},\n \"MagneticStoreRetentionPeriodInDays\": {{faker 'number.int' max=99999}}\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" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3b46fb4a-39b1-4df1-973d-236150d787df", "body": "\"\"", "latency": 0, "statusCode": 480, "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": "fa68ed0f-dc1d-4363-820f-f9465588e614", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ThrottlingException", "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": "a85b1746-af2b-4efa-bb57-61f002f5bff0", "body": "\"\"", "latency": 0, "statusCode": 482, "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": "0ddf96bb-d270-4cec-9700-55b07bd3c792", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ResourceNotFoundException", "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": "794fcb44-4cd8-472d-8d7d-5094e0339d82", "body": "\"\"", "latency": 0, "statusCode": 484, "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": "906c9dd8-576f-4936-8e95-41ff3857dc56", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "InvalidEndpointException", "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": "43952eb6-1942-4d5c-9c42-e193e2bae168", "documentation": " List all tags on a Timestream resource. ", "method": "post", "endpoint": "#X-Amz-Target=Timestream_20181101.ListTagsForResource", "responses": [ { "uuid": "7c7770ee-0233-4f9d-81da-70487ed2d8ca", "body": "{\n \"Tags\": [\n {\n \"Key\": \"\",\n \"Value\": \"\"\n }\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": "c2609d1e-e27a-469c-9229-54ba3d66c252", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFoundException", "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": "1cf710eb-86e0-46fb-a227-1a3061513ce5", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ThrottlingException", "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": "e084eb22-fb38-4fcb-b03f-d2adc2daede8", "body": "\"\"", "latency": 0, "statusCode": 482, "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": "de2141eb-7c5a-416a-9d4f-978858a316ea", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InvalidEndpointException", "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": "2162e8a4-1433-4792-bafb-e5f621ab89f1", "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": "191203cc-9dc5-43bf-9fcc-f4c13cdf02ff", "body": "{}", "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": "1e612491-2c4c-44bb-92dd-06249ec32e6d", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceNotFoundException", "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": "2ce4cfc6-be68-44af-8c45-a1b7246cf433", "body": "\"\"", "latency": 0, "statusCode": 481, "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" }, { "uuid": "b6ebf128-c563-4436-a881-47eb692bc5b3", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ThrottlingException", "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": "2edcb7f4-4e73-48df-9aad-12fc94535746", "body": "\"\"", "latency": 0, "statusCode": 483, "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": "8f57dcf0-a769-473c-b31e-61df632c2c7a", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "InvalidEndpointException", "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": "1edaf16d-c137-48cc-855e-b84a381ae535", "documentation": " Removes the association of tags from a Timestream resource. ", "method": "post", "endpoint": "#X-Amz-Target=Timestream_20181101.UntagResource", "responses": [ { "uuid": "3c9c8f94-8fdc-40dc-bda1-196f55ea7ec2", "body": "{}", "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": "a7843b0d-3378-4ea9-b7f0-96bce6a7b047", "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": "814c2f7a-5749-4381-8424-57b847152c98", "body": "\"\"", "latency": 0, "statusCode": 481, "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" }, { "uuid": "403ff795-8e00-4b2d-8e0e-f18f832dfbcb", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ThrottlingException", "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": "05ce1acb-b2b5-4478-917e-aab5af160df1", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ResourceNotFoundException", "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": "b7adce7d-2885-4c0c-91a4-5f116abdf543", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "InvalidEndpointException", "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": "66dd6440-3fba-4aba-a8a8-7d0739285092", "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": "098dcf01-db51-4949-ba5a-59953f78fcde", "body": "{\n \"Database\": {\n \"Arn\": \"\",\n \"DatabaseName\": \"\",\n \"TableCount\": {{faker 'number.int' max=99999}},\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" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4b7ffb8d-bc68-4457-88b3-8e44acf9a23a", "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": "84ae16ae-52d9-4627-abd4-cac4c41327cd", "body": "\"\"", "latency": 0, "statusCode": 481, "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": "0444200e-3b95-4d35-a3ad-14fc1e5df8aa", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ResourceNotFoundException", "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": "dcc97c9e-b097-42c4-9417-0d6aea4d2885", "body": "\"\"", "latency": 0, "statusCode": 483, "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" }, { "uuid": "9ee2222e-9863-48cd-af70-0ebb93124eed", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "ThrottlingException", "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": "81095963-d6f7-4ad7-b4d4-266b946925c6", "body": "\"\"", "latency": 0, "statusCode": 485, "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": "b1809dbb-03ff-48e2-a17e-8428b6c566c3", "body": "\"\"", "latency": 0, "statusCode": 486, "label": "InvalidEndpointException", "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": "8196c86f-6031-4b52-9546-c7adc251857c", "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": "e3f3acb8-d82d-4ed3-9a06-b5dd9fc7296f", "body": "{\n \"Table\": {\n \"Arn\": \"\",\n \"TableName\": \"\",\n \"DatabaseName\": \"\",\n \"TableStatus\": \"\",\n \"RetentionProperties\": {\n \"MemoryStoreRetentionPeriodInHours\": {{faker 'number.int' max=99999}},\n \"MagneticStoreRetentionPeriodInDays\": {{faker 'number.int' max=99999}}\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" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d6893d78-05ed-4668-823e-a1a098855f84", "body": "\"\"", "latency": 0, "statusCode": 480, "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": "016fe4de-06f5-49c0-8081-7363ce5101da", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ThrottlingException", "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": "6b4dbdcf-0a0e-4f15-85d8-e152c817dc28", "body": "\"\"", "latency": 0, "statusCode": 482, "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": "21a3785a-2afe-4c4e-bf55-f12c8e4bce6f", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ResourceNotFoundException", "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": "a6ada1e4-4712-44c8-bd37-1362c07220af", "body": "\"\"", "latency": 0, "statusCode": 484, "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": "1e5c3fad-0541-4a21-a073-64def01a23fc", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "InvalidEndpointException", "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": "5660b803-0a1d-4e19-8d54-9cb60e476143", "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": "34eda005-7bf5-49e8-8452-c3156a28d359", "body": "", "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": "62c9fc57-9677-4dc1-90ca-20b85c34c27a", "body": "\"\"", "latency": 0, "statusCode": 480, "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": "8a23bb92-5b0f-44f9-9d70-accabaf701ce", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ThrottlingException", "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": "ed71fa28-5c7f-419f-b53d-579b1befe5da", "body": "\"\"", "latency": 0, "statusCode": 482, "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": "d6c2acba-ae51-4563-9cac-69b915add2c7", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ResourceNotFoundException", "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": "5ef32b05-9d1b-4e5d-b5a4-618a8f2b5178", "body": "\"\"", "latency": 0, "statusCode": 484, "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": "4787f106-6fc3-4924-b6a8-dcbc8bb73fd7", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "RejectedRecordsException", "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": "637da4cd-08e2-49bf-ac29-f7abb7dfe56b", "body": "\"\"", "latency": 0, "statusCode": 486, "label": "InvalidEndpointException", "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" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "864b6b3a-0eee-4373-b59d-837fae129f69" }, { "type": "route", "uuid": "9e4e4de1-2269-413e-ac90-467225dfa2b6" }, { "type": "route", "uuid": "428666c0-368b-4185-977e-b015a10c4c3a" }, { "type": "route", "uuid": "4ac1b3ae-8d54-4294-804e-9fb8d5d2b88e" }, { "type": "route", "uuid": "31c63d55-8818-4a66-be65-7097988f397f" }, { "type": "route", "uuid": "ade07ce7-25f8-40ae-a789-b4758313d797" }, { "type": "route", "uuid": "15acece5-bc8a-41f6-844d-d2a304b1bfce" }, { "type": "route", "uuid": "370c520f-9a57-46d3-ae62-8b89c242e03e" }, { "type": "route", "uuid": "dea382ba-9e92-404f-a921-a5b2de77fbb2" }, { "type": "route", "uuid": "43952eb6-1942-4d5c-9c42-e193e2bae168" }, { "type": "route", "uuid": "2162e8a4-1433-4792-bafb-e5f621ab89f1" }, { "type": "route", "uuid": "1edaf16d-c137-48cc-855e-b84a381ae535" }, { "type": "route", "uuid": "66dd6440-3fba-4aba-a8a8-7d0739285092" }, { "type": "route", "uuid": "8196c86f-6031-4b52-9546-c7adc251857c" }, { "type": "route", "uuid": "5660b803-0a1d-4e19-8d54-9cb60e476143" } ] }