{ "uuid": "ebbe5040-f7f4-4171-ac2d-812885316688", "lastMigration": 29, "name": "AWS Data Exchange", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "5a96afef-8482-41fe-bb6c-00755f53c453", "documentation": "This operation cancels a job. Jobs can be cancelled only when they are in the WAITING state.", "method": "delete", "endpoint": "v1/jobs/:JobId", "responses": [ { "uuid": "d3628b63-e412-456e-af73-08819d0ffb72", "body": "", "latency": 0, "statusCode": 204, "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": "2fdf4526-50ea-4e78-ac9a-d2d421c6ad2a", "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": "39b970cc-8116-4725-8d13-4064845a9a36", "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": "30d8d736-0598-4c76-9f04-96bac287bf54", "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": "272c0004-81b1-4a7b-b093-4ed7cde9a449", "body": "\"\"", "latency": 0, "statusCode": 483, "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": "9bf441e5-7a39-4eb7-bd27-97ab8386c4db", "body": "\"\"", "latency": 0, "statusCode": 484, "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" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8425775e-3675-4d3c-be69-b7d8dbf968d6", "documentation": "This operation returns information about a job.", "method": "get", "endpoint": "v1/jobs/:JobId", "responses": [ { "uuid": "139b514a-6244-45dc-bc95-ed470bb6096a", "body": "{\n \"Arn\": \"\",\n \"CreatedAt\": \"{{faker 'date.recent' 365}}\",\n \"Details\": {\n \"ExportAssetToSignedUrl\": {\n \"AssetId\": \"\",\n \"DataSetId\": \"\",\n \"RevisionId\": \"\",\n \"SignedUrl\": \"\",\n \"SignedUrlExpiresAt\": \"{{faker 'date.recent' 365}}\"\n },\n \"ExportAssetsToS3\": {\n \"AssetDestinations\": [\n {\n \"AssetId\": \"\",\n \"Bucket\": \"\",\n \"Key\": \"\"\n }\n ],\n \"DataSetId\": \"\",\n \"Encryption\": {\n \"KmsKeyArn\": \"\",\n \"Type\": \"\"\n },\n \"RevisionId\": \"\"\n },\n \"ExportRevisionsToS3\": {\n \"DataSetId\": \"\",\n \"Encryption\": {\n \"KmsKeyArn\": \"\",\n \"Type\": \"\"\n },\n \"RevisionDestinations\": [\n {\n \"Bucket\": \"\",\n \"KeyPattern\": \"\",\n \"RevisionId\": \"\"\n }\n ]\n },\n \"ImportAssetFromSignedUrl\": {\n \"AssetName\": \"\",\n \"DataSetId\": \"\",\n \"Md5Hash\": \"\",\n \"RevisionId\": \"\",\n \"SignedUrl\": \"\",\n \"SignedUrlExpiresAt\": \"{{faker 'date.recent' 365}}\"\n },\n \"ImportAssetsFromS3\": {\n \"AssetSources\": [\n {\n \"Bucket\": \"\",\n \"Key\": \"\"\n }\n ],\n \"DataSetId\": \"\",\n \"RevisionId\": \"\"\n }\n },\n \"Errors\": [\n {\n \"Code\": \"\",\n \"Details\": {\n \"ImportAssetFromSignedUrlJobErrorDetails\": {\n \"AssetName\": \"\"\n },\n \"ImportAssetsFromS3JobErrorDetails\": [\n {\n \"Bucket\": \"\",\n \"Key\": \"\"\n }\n ]\n },\n \"LimitName\": \"\",\n \"LimitValue\": {{faker 'number.float'}},\n \"Message\": \"\",\n \"ResourceId\": \"\",\n \"ResourceType\": \"\"\n }\n ],\n \"Id\": \"\",\n \"State\": \"\",\n \"Type\": \"\",\n \"UpdatedAt\": \"{{faker 'date.recent' 365}}\"\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": "0e9b788e-b6c8-498d-a6cd-e270b3d66801", "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": "5eb793fb-b4a4-48f2-8865-6f4fdfc4fc75", "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": "7142725e-545d-49a8-9c51-d0235dc730b9", "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": "95323fcc-8524-45dd-b36e-754f75e7cd6f", "body": "\"\"", "latency": 0, "statusCode": 483, "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": "252c767a-d3d4-455d-bcbc-7df6bd475510", "documentation": "This operation starts a job.", "method": "patch", "endpoint": "v1/jobs/:JobId", "responses": [ { "uuid": "fd47aab0-7b10-4633-8951-3fb8d5366cda", "body": "{}", "latency": 0, "statusCode": 202, "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": "82446100-a161-461b-a2ca-558bc9db0c7b", "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": "c2b225d7-7c07-4954-a594-e51ef5efa317", "body": "\"\"", "latency": 0, "statusCode": 481, "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": "143e0d3b-854f-4d0c-ad9e-a4d5a001d735", "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": "4e7418fe-2b1f-4a4e-9e59-13bd062cb2bf", "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": "452fc84a-3924-4dec-adfb-9d139ab60d81", "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": "73bf3e89-1d85-4a3f-b236-3910a79b40a9", "body": "\"\"", "latency": 0, "statusCode": 485, "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" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4c566172-5297-4032-a9f1-1f385bbff80e", "documentation": "This operation creates a data set.", "method": "post", "endpoint": "v1/data-sets", "responses": [ { "uuid": "894cc3aa-123f-4ebf-9820-2345c4fbbc49", "body": "{\n \"Arn\": \"\",\n \"AssetType\": \"\",\n \"CreatedAt\": \"{{faker 'date.recent' 365}}\",\n \"Description\": \"\",\n \"Id\": \"\",\n \"Name\": \"\",\n \"Origin\": \"\",\n \"OriginDetails\": {\n \"ProductId\": \"\"\n },\n \"SourceId\": \"\",\n \"Tags\": {},\n \"UpdatedAt\": \"{{faker 'date.recent' 365}}\"\n}", "latency": 0, "statusCode": 201, "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": "b1ab64e1-d403-4749-87ce-dd1469934bab", "body": "\"\"", "latency": 0, "statusCode": 480, "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": "fc0b0f81-0d53-4818-82e4-fe7c686b4945", "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": "c88338af-83a2-4853-8565-e363bdcf7606", "body": "\"\"", "latency": 0, "statusCode": 482, "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": "3b344151-376d-429b-8e2b-74f3074279a4", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ServiceLimitExceededException", "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": "d646c859-39fc-4f4f-986c-b47b9106fb41", "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" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5d380049-ef15-47e9-9540-89fd4207801e", "documentation": "This operation lists your data sets. When listing by origin OWNED, results are sorted by CreatedAt in descending order. When listing by origin ENTITLED, there is no order and the maxResults parameter is ignored.", "method": "get", "endpoint": "v1/data-sets", "responses": [ { "uuid": "02ecf875-cebc-407d-af8c-b133f688b779", "body": "{\n \"DataSets\": [\n {\n \"Arn\": \"\",\n \"AssetType\": \"\",\n \"CreatedAt\": \"{{faker 'date.recent' 365}}\",\n \"Description\": \"\",\n \"Id\": \"\",\n \"Name\": \"\",\n \"Origin\": \"\",\n \"OriginDetails\": {\n \"ProductId\": \"\"\n },\n \"SourceId\": \"\",\n \"UpdatedAt\": \"{{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": "a68bd1ed-88cd-4b5e-a745-cd634b0c6339", "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": "eb3417d2-cfde-4ca9-9862-8b860e12e402", "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": "602a9ed0-5ffe-4be7-b4e1-3d69b2cfdafe", "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": "9cf8db68-7b4c-4397-aeca-7e9747973aaf", "body": "\"\"", "latency": 0, "statusCode": 483, "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": "e3d9db5e-d7ac-456d-83dc-911f504d12e9", "documentation": "This operation creates a job.", "method": "post", "endpoint": "v1/jobs", "responses": [ { "uuid": "f68ef97b-a251-40b1-b075-6e766e3b39b2", "body": "{\n \"Arn\": \"\",\n \"CreatedAt\": \"{{faker 'date.recent' 365}}\",\n \"Details\": {\n \"ExportAssetToSignedUrl\": {\n \"AssetId\": \"\",\n \"DataSetId\": \"\",\n \"RevisionId\": \"\",\n \"SignedUrl\": \"\",\n \"SignedUrlExpiresAt\": \"{{faker 'date.recent' 365}}\"\n },\n \"ExportAssetsToS3\": {\n \"AssetDestinations\": [\n {\n \"AssetId\": \"\",\n \"Bucket\": \"\",\n \"Key\": \"\"\n }\n ],\n \"DataSetId\": \"\",\n \"Encryption\": {\n \"KmsKeyArn\": \"\",\n \"Type\": \"\"\n },\n \"RevisionId\": \"\"\n },\n \"ExportRevisionsToS3\": {\n \"DataSetId\": \"\",\n \"Encryption\": {\n \"KmsKeyArn\": \"\",\n \"Type\": \"\"\n },\n \"RevisionDestinations\": [\n {\n \"Bucket\": \"\",\n \"KeyPattern\": \"\",\n \"RevisionId\": \"\"\n }\n ]\n },\n \"ImportAssetFromSignedUrl\": {\n \"AssetName\": \"\",\n \"DataSetId\": \"\",\n \"Md5Hash\": \"\",\n \"RevisionId\": \"\",\n \"SignedUrl\": \"\",\n \"SignedUrlExpiresAt\": \"{{faker 'date.recent' 365}}\"\n },\n \"ImportAssetsFromS3\": {\n \"AssetSources\": [\n {\n \"Bucket\": \"\",\n \"Key\": \"\"\n }\n ],\n \"DataSetId\": \"\",\n \"RevisionId\": \"\"\n }\n },\n \"Errors\": [\n {\n \"Code\": \"\",\n \"Details\": {\n \"ImportAssetFromSignedUrlJobErrorDetails\": {\n \"AssetName\": \"\"\n },\n \"ImportAssetsFromS3JobErrorDetails\": [\n {\n \"Bucket\": \"\",\n \"Key\": \"\"\n }\n ]\n },\n \"LimitName\": \"\",\n \"LimitValue\": {{faker 'number.float'}},\n \"Message\": \"\",\n \"ResourceId\": \"\",\n \"ResourceType\": \"\"\n }\n ],\n \"Id\": \"\",\n \"State\": \"\",\n \"Type\": \"\",\n \"UpdatedAt\": \"{{faker 'date.recent' 365}}\"\n}", "latency": 0, "statusCode": 201, "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": "442a142f-d5cb-45d8-a829-eb7ffa8d94db", "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": "34fb76fd-de45-468f-9cd7-169bc19b32d9", "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": "cc9e382e-728e-4f82-bae6-6cb02a11af2d", "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": "d816d53d-4c72-4559-8d61-c76d80019f00", "body": "\"\"", "latency": 0, "statusCode": 483, "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": "ba2742b6-bddc-48f1-a2f2-912729a80416", "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" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "62c6ede0-dce0-44be-ab11-e2b6ed63bf60", "documentation": "This operation lists your jobs sorted by CreatedAt in descending order.", "method": "get", "endpoint": "v1/jobs", "responses": [ { "uuid": "bcc2acb7-56d7-4c9f-bda1-9832f568312c", "body": "{\n \"Jobs\": [\n {\n \"Arn\": \"\",\n \"CreatedAt\": \"{{faker 'date.recent' 365}}\",\n \"Details\": {\n \"ExportAssetToSignedUrl\": {\n \"AssetId\": \"\",\n \"DataSetId\": \"\",\n \"RevisionId\": \"\",\n \"SignedUrl\": \"\",\n \"SignedUrlExpiresAt\": \"{{faker 'date.recent' 365}}\"\n },\n \"ExportAssetsToS3\": {\n \"AssetDestinations\": [\n {\n \"AssetId\": \"\",\n \"Bucket\": \"\",\n \"Key\": \"\"\n }\n ],\n \"DataSetId\": \"\",\n \"Encryption\": {\n \"KmsKeyArn\": \"\",\n \"Type\": \"\"\n },\n \"RevisionId\": \"\"\n },\n \"ExportRevisionsToS3\": {\n \"DataSetId\": \"\",\n \"Encryption\": {\n \"KmsKeyArn\": \"\",\n \"Type\": \"\"\n },\n \"RevisionDestinations\": [\n {\n \"Bucket\": \"\",\n \"KeyPattern\": \"\",\n \"RevisionId\": \"\"\n }\n ]\n },\n \"ImportAssetFromSignedUrl\": {\n \"AssetName\": \"\",\n \"DataSetId\": \"\",\n \"Md5Hash\": \"\",\n \"RevisionId\": \"\",\n \"SignedUrl\": \"\",\n \"SignedUrlExpiresAt\": \"{{faker 'date.recent' 365}}\"\n },\n \"ImportAssetsFromS3\": {\n \"AssetSources\": [\n {\n \"Bucket\": \"\",\n \"Key\": \"\"\n }\n ],\n \"DataSetId\": \"\",\n \"RevisionId\": \"\"\n }\n },\n \"Errors\": [\n {\n \"Code\": \"\",\n \"Details\": {\n \"ImportAssetFromSignedUrlJobErrorDetails\": {\n \"AssetName\": \"\"\n },\n \"ImportAssetsFromS3JobErrorDetails\": [\n {\n \"Bucket\": \"\",\n \"Key\": \"\"\n }\n ]\n },\n \"LimitName\": \"\",\n \"LimitValue\": {{faker 'number.float'}},\n \"Message\": \"\",\n \"ResourceId\": \"\",\n \"ResourceType\": \"\"\n }\n ],\n \"Id\": \"\",\n \"State\": \"\",\n \"Type\": \"\",\n \"UpdatedAt\": \"{{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": "2dec9aea-f132-4e7e-a13d-a52e5239992a", "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": "94e6012c-ea63-4919-b6b1-714723420948", "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": "c823c49a-04aa-4fed-99db-ec98f125a077", "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": "a5e42e8a-a500-40e4-becd-076298cdb438", "body": "\"\"", "latency": 0, "statusCode": 483, "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": "9c99df40-33a5-432a-9e25-b252b62d0c51", "documentation": "This operation creates a revision for a data set.", "method": "post", "endpoint": "v1/data-sets/:DataSetId/revisions", "responses": [ { "uuid": "9ef4faac-2f38-4b00-8f12-3af7b59f91cc", "body": "{\n \"Arn\": \"\",\n \"Comment\": \"\",\n \"CreatedAt\": \"{{faker 'date.recent' 365}}\",\n \"DataSetId\": \"\",\n \"Finalized\": {{faker 'datatype.boolean'}},\n \"Id\": \"\",\n \"SourceId\": \"\",\n \"Tags\": {},\n \"UpdatedAt\": \"{{faker 'date.recent' 365}}\"\n}", "latency": 0, "statusCode": 201, "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": "29eb48af-e132-40a2-9496-50d8aff0aa83", "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": "97e68d2c-a117-4716-b7ea-fb3d30d1596b", "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": "d0709133-9203-43a3-937e-b101cbba99a8", "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": "f0d81662-c69b-4242-a5ab-485e8f99bfb6", "body": "\"\"", "latency": 0, "statusCode": 483, "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": "a5953383-7c4d-48a8-b1b1-55fb84189472", "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" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9ebb0745-38ab-4fea-80b4-fba5daf853b0", "documentation": "This operation lists a data set's revisions sorted by CreatedAt in descending order.", "method": "get", "endpoint": "v1/data-sets/:DataSetId/revisions", "responses": [ { "uuid": "617f2e73-def4-45f1-aabc-299645774d8a", "body": "{\n \"NextToken\": \"\",\n \"Revisions\": [\n {\n \"Arn\": \"\",\n \"Comment\": \"\",\n \"CreatedAt\": \"{{faker 'date.recent' 365}}\",\n \"DataSetId\": \"\",\n \"Finalized\": {{faker 'datatype.boolean'}},\n \"Id\": \"\",\n \"SourceId\": \"\",\n \"UpdatedAt\": \"{{faker 'date.recent' 365}}\"\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": "52fa5a7c-1d95-4323-96b8-0d389d772097", "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": "96182277-a0be-402b-b585-e2f089b351b6", "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": "8585dce2-30c1-4b0d-b180-c625fd970944", "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": "78d820c8-e0f0-400b-9844-68dac2e86df1", "body": "\"\"", "latency": 0, "statusCode": 483, "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": "4af9f81b-5e44-48a8-8ad0-631fcb9061c4", "documentation": "This operation deletes an asset.", "method": "delete", "endpoint": "v1/data-sets/:DataSetId/revisions/:RevisionId/assets/:AssetId", "responses": [ { "uuid": "da930805-454b-4a7e-851d-3387b9c8c722", "body": "", "latency": 0, "statusCode": 204, "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": "7e7bb261-fb62-40f3-81e7-2fdc5e204d54", "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": "8bf10994-d164-45d6-89e4-d99fec51feef", "body": "\"\"", "latency": 0, "statusCode": 481, "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": "64b4a8c5-cc41-45a7-9d10-3921e7f2d0de", "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": "ed294646-fef7-4c08-97ca-bc02e4414ead", "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": "28fd98f3-5009-486d-bdca-8f8bb6d0b10f", "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": "fac72a13-7603-4551-a963-bb76cdc6c004", "body": "\"\"", "latency": 0, "statusCode": 485, "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" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1f73f780-ebe6-4349-a36b-16d389436d9e", "documentation": "This operation returns information about an asset.", "method": "get", "endpoint": "v1/data-sets/:DataSetId/revisions/:RevisionId/assets/:AssetId", "responses": [ { "uuid": "219ac4af-3671-43e5-82e1-34217ce4d31a", "body": "{\n \"Arn\": \"\",\n \"AssetDetails\": {\n \"S3SnapshotAsset\": {\n \"Size\": {{faker 'number.float'}}\n }\n },\n \"AssetType\": \"\",\n \"CreatedAt\": \"{{faker 'date.recent' 365}}\",\n \"DataSetId\": \"\",\n \"Id\": \"\",\n \"Name\": \"\",\n \"RevisionId\": \"\",\n \"SourceId\": \"\",\n \"UpdatedAt\": \"{{faker 'date.recent' 365}}\"\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": "ad8bd113-a85d-419b-bde3-2c7439f76e51", "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": "81838dfc-16e7-49f0-8e58-8713690e41ff", "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": "7725a19b-fe7b-4da9-877e-8648c492aab5", "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": "9318f31c-75a1-4cd0-88a7-6e931b73788f", "body": "\"\"", "latency": 0, "statusCode": 483, "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": "303dd93d-e3da-41fa-8737-776d0bff4971", "documentation": "This operation updates an asset.", "method": "patch", "endpoint": "v1/data-sets/:DataSetId/revisions/:RevisionId/assets/:AssetId", "responses": [ { "uuid": "45169187-cd80-4f83-a9be-f9d778943edd", "body": "{\n \"Arn\": \"\",\n \"AssetDetails\": {\n \"S3SnapshotAsset\": {\n \"Size\": {{faker 'number.float'}}\n }\n },\n \"AssetType\": \"\",\n \"CreatedAt\": \"{{faker 'date.recent' 365}}\",\n \"DataSetId\": \"\",\n \"Id\": \"\",\n \"Name\": \"\",\n \"RevisionId\": \"\",\n \"SourceId\": \"\",\n \"UpdatedAt\": \"{{faker 'date.recent' 365}}\"\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": "28a60883-910a-4a7c-adae-8fdc6ce75fb4", "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": "4c308356-41b1-4a62-b51d-6141a889ea67", "body": "\"\"", "latency": 0, "statusCode": 481, "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": "01bbb53a-3251-4ccc-949e-09c238a9c872", "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": "aece5bfc-f253-4dac-80c1-23b24c38c3f0", "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": "901c537b-e75f-43cd-ac69-db22ec87ff7e", "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": "440ae023-f84f-4da5-b9b5-4555c1aafd3b", "body": "\"\"", "latency": 0, "statusCode": 485, "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" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "98ee05bf-3e69-49d0-b653-91e48092d5ec", "documentation": "This operation deletes a data set.", "method": "delete", "endpoint": "v1/data-sets/:DataSetId", "responses": [ { "uuid": "409647b0-d332-4ea0-8268-617e5590cde0", "body": "", "latency": 0, "statusCode": 204, "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": "683d949a-6406-4540-964d-20fdb46d52f3", "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": "f20a5f04-5aa2-4ae3-b5ba-df8e083a009e", "body": "\"\"", "latency": 0, "statusCode": 481, "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": "799ecddb-e9ed-4012-a751-48ef24c4d1a3", "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": "750b09de-216a-417d-9a3c-7b5ca9c856a4", "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": "77c0c62a-6a01-4585-9e83-975a23952e28", "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": "e6f89d25-949e-4df0-b4bd-3c2826a43bc6", "body": "\"\"", "latency": 0, "statusCode": 485, "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" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ceb38499-92f5-4258-a50e-ce6f352ac8e1", "documentation": "This operation returns information about a data set.", "method": "get", "endpoint": "v1/data-sets/:DataSetId", "responses": [ { "uuid": "2da205e2-9147-4a9c-8ae1-b233c95f0a9c", "body": "{\n \"Arn\": \"\",\n \"AssetType\": \"\",\n \"CreatedAt\": \"{{faker 'date.recent' 365}}\",\n \"Description\": \"\",\n \"Id\": \"\",\n \"Name\": \"\",\n \"Origin\": \"\",\n \"OriginDetails\": {\n \"ProductId\": \"\"\n },\n \"SourceId\": \"\",\n \"Tags\": {},\n \"UpdatedAt\": \"{{faker 'date.recent' 365}}\"\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": "24d20796-e1a8-4629-ac85-b2f3bfc01837", "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": "1b7c599d-c05c-415e-be7e-3b721472e0f2", "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": "8e0c9932-62fb-4d65-9448-8f0ff8fdc31f", "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": "a8c20ebe-53f1-46e6-b771-b963d2308bdb", "body": "\"\"", "latency": 0, "statusCode": 483, "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": "a0910e58-7419-4f79-922b-476549add2fe", "documentation": "This operation updates a data set.", "method": "patch", "endpoint": "v1/data-sets/:DataSetId", "responses": [ { "uuid": "d2579ca6-1eaf-4882-81fc-a6cf3f704861", "body": "{\n \"Arn\": \"\",\n \"AssetType\": \"\",\n \"CreatedAt\": \"{{faker 'date.recent' 365}}\",\n \"Description\": \"\",\n \"Id\": \"\",\n \"Name\": \"\",\n \"Origin\": \"\",\n \"OriginDetails\": {\n \"ProductId\": \"\"\n },\n \"SourceId\": \"\",\n \"UpdatedAt\": \"{{faker 'date.recent' 365}}\"\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": "d4943899-2b3f-4791-bb56-b698dff09796", "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": "0d3b61b3-5cdd-4c5f-962c-a33f21c53efc", "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": "e1c86bfa-625f-45fb-814a-e8f0ad039b7c", "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": "cdf2f20b-6130-4ffd-9729-f379bc1ea946", "body": "\"\"", "latency": 0, "statusCode": 483, "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": "e97b5cd4-a711-4106-a18c-f08193d557fc", "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" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "47382a94-87b9-46af-9538-4d2f86829a08", "documentation": "This operation deletes a revision.", "method": "delete", "endpoint": "v1/data-sets/:DataSetId/revisions/:RevisionId", "responses": [ { "uuid": "2f04e8e8-b62c-4ae3-b32f-7e93850a0d82", "body": "", "latency": 0, "statusCode": 204, "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": "9d519c6b-b2ad-42b6-9610-6323b301f3dc", "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": "a08bb44a-f014-4dca-ac64-cd84ee3cda2a", "body": "\"\"", "latency": 0, "statusCode": 481, "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": "ecd10109-1cc6-4b31-9d42-2f64102608b6", "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": "a0b8a76b-3d53-40e0-accf-927cdafcf008", "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": "d3f1c539-ba24-4c2e-93ce-ecedda395f5f", "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": "efe1f7b9-c99f-469d-b35c-9b80f72c71d8", "body": "\"\"", "latency": 0, "statusCode": 485, "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" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "eba9c25c-8b20-482b-acb6-2cf8627e7085", "documentation": "This operation returns information about a revision.", "method": "get", "endpoint": "v1/data-sets/:DataSetId/revisions/:RevisionId", "responses": [ { "uuid": "338176fc-5871-4370-9d90-c438281a53d7", "body": "{\n \"Arn\": \"\",\n \"Comment\": \"\",\n \"CreatedAt\": \"{{faker 'date.recent' 365}}\",\n \"DataSetId\": \"\",\n \"Finalized\": {{faker 'datatype.boolean'}},\n \"Id\": \"\",\n \"SourceId\": \"\",\n \"Tags\": {},\n \"UpdatedAt\": \"{{faker 'date.recent' 365}}\"\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": "d5158365-c970-4124-a758-1e578233da22", "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": "eccd50f9-846c-4b30-bb76-4f33bbafc8f9", "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": "853c1262-ff9e-458a-a5e2-c71d383a90e3", "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": "e001b6bd-e30c-4c7d-a338-bd974cc97860", "body": "\"\"", "latency": 0, "statusCode": 483, "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": "59cda04d-67be-4d48-be68-46c95aa88bb0", "documentation": "This operation updates a revision.", "method": "patch", "endpoint": "v1/data-sets/:DataSetId/revisions/:RevisionId", "responses": [ { "uuid": "c37b73a0-15d1-4520-b442-f7aca9b9ac53", "body": "{\n \"Arn\": \"\",\n \"Comment\": \"\",\n \"CreatedAt\": \"{{faker 'date.recent' 365}}\",\n \"DataSetId\": \"\",\n \"Finalized\": {{faker 'datatype.boolean'}},\n \"Id\": \"\",\n \"SourceId\": \"\",\n \"UpdatedAt\": \"{{faker 'date.recent' 365}}\"\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": "1cae983f-186f-401a-ade4-27a8e596c457", "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": "bd394715-fdbf-4714-adc7-8cc752aeea8d", "body": "\"\"", "latency": 0, "statusCode": 481, "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": "bd1e57a9-f1a9-4f55-991d-ede97a6999aa", "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": "c12b2c1c-ae91-4fee-9b01-28de0f9c1131", "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": "6a33ac63-09e1-4517-913d-c9a899c63fa9", "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": "11ebcf8e-c7f0-4cad-a290-2f7486c3137f", "body": "\"\"", "latency": 0, "statusCode": 485, "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" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3da309a8-6e3e-4885-9a04-f3175d9e02b1", "documentation": "This operation lists a revision's assets sorted alphabetically in descending order.", "method": "get", "endpoint": "v1/data-sets/:DataSetId/revisions/:RevisionId/assets", "responses": [ { "uuid": "c6f4db43-5abd-4715-b8eb-7e7bcad0f178", "body": "{\n \"Assets\": [\n {\n \"Arn\": \"\",\n \"AssetDetails\": {\n \"S3SnapshotAsset\": {\n \"Size\": {{faker 'number.float'}}\n }\n },\n \"AssetType\": \"\",\n \"CreatedAt\": \"{{faker 'date.recent' 365}}\",\n \"DataSetId\": \"\",\n \"Id\": \"\",\n \"Name\": \"\",\n \"RevisionId\": \"\",\n \"SourceId\": \"\",\n \"UpdatedAt\": \"{{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": "164b28ab-aff0-45d5-bd6b-d969351770c0", "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": "4766c95a-1bdc-48b1-ba78-4bd515d2fc83", "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": "2fdb87b6-fa4a-4338-8289-8a206466ada0", "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": "91944e30-3a85-4697-b56d-56bca7783ca6", "body": "\"\"", "latency": 0, "statusCode": 483, "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": "0bf01d40-cb9c-436c-948f-b04c20bd959b", "documentation": "This operation lists the tags on the resource.", "method": "get", "endpoint": "tags/{resource-arn}", "responses": [ { "uuid": "5c4a5aa1-9e66-48ba-b03e-4c6da1b122d8", "body": "{\n \"Tags\": {}\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" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "55e0c324-080a-4ab7-bd99-3b190a8af365", "documentation": "This operation tags a resource.", "method": "post", "endpoint": "tags/{resource-arn}", "responses": [ { "uuid": "af7d7363-59e1-490b-819c-f24c9f263fbc", "body": "", "latency": 0, "statusCode": 204, "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" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bb4b2959-50af-4ecd-8ac3-005c2a511d91", "documentation": "This operation removes one or more tags from a resource.", "method": "delete", "endpoint": "tags/{resource-arn}#tagKeys", "responses": [ { "uuid": "a1ecdd1f-a191-4409-930f-cabc8ea03e5e", "body": "", "latency": 0, "statusCode": 204, "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" } ], "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": "5a96afef-8482-41fe-bb6c-00755f53c453" }, { "type": "route", "uuid": "8425775e-3675-4d3c-be69-b7d8dbf968d6" }, { "type": "route", "uuid": "252c767a-d3d4-455d-bcbc-7df6bd475510" }, { "type": "route", "uuid": "4c566172-5297-4032-a9f1-1f385bbff80e" }, { "type": "route", "uuid": "5d380049-ef15-47e9-9540-89fd4207801e" }, { "type": "route", "uuid": "e3d9db5e-d7ac-456d-83dc-911f504d12e9" }, { "type": "route", "uuid": "62c6ede0-dce0-44be-ab11-e2b6ed63bf60" }, { "type": "route", "uuid": "9c99df40-33a5-432a-9e25-b252b62d0c51" }, { "type": "route", "uuid": "9ebb0745-38ab-4fea-80b4-fba5daf853b0" }, { "type": "route", "uuid": "4af9f81b-5e44-48a8-8ad0-631fcb9061c4" }, { "type": "route", "uuid": "1f73f780-ebe6-4349-a36b-16d389436d9e" }, { "type": "route", "uuid": "303dd93d-e3da-41fa-8737-776d0bff4971" }, { "type": "route", "uuid": "98ee05bf-3e69-49d0-b653-91e48092d5ec" }, { "type": "route", "uuid": "ceb38499-92f5-4258-a50e-ce6f352ac8e1" }, { "type": "route", "uuid": "a0910e58-7419-4f79-922b-476549add2fe" }, { "type": "route", "uuid": "47382a94-87b9-46af-9538-4d2f86829a08" }, { "type": "route", "uuid": "eba9c25c-8b20-482b-acb6-2cf8627e7085" }, { "type": "route", "uuid": "59cda04d-67be-4d48-be68-46c95aa88bb0" }, { "type": "route", "uuid": "3da309a8-6e3e-4885-9a04-f3175d9e02b1" }, { "type": "route", "uuid": "0bf01d40-cb9c-436c-948f-b04c20bd959b" }, { "type": "route", "uuid": "55e0c324-080a-4ab7-bd99-3b190a8af365" }, { "type": "route", "uuid": "bb4b2959-50af-4ecd-8ac3-005c2a511d91" } ] }