{ "uuid": "0b1beb81-19b9-43ab-b2f4-67d27062ff92", "lastMigration": 29, "name": "Amazon Kinesis Analytics", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "772d5d77-4e40-4ad7-a129-268d88f61f2e", "documentation": "Adds an Amazon CloudWatch log stream to monitor application configuration errors.", "method": "post", "endpoint": "#X-Amz-Target=KinesisAnalytics_20180523.AddApplicationCloudWatchLoggingOption", "responses": [ { "uuid": "5c993c7d-5a63-48d5-990f-7fc441735680", "body": "{\n \"ApplicationARN\": \"\",\n \"ApplicationVersionId\": {{faker 'number.int' max=99999}},\n \"CloudWatchLoggingOptionDescriptions\": [\n {\n \"CloudWatchLoggingOptionId\": \"\",\n \"LogStreamARN\": \"\",\n \"RoleARN\": \"\"\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": "9a08a5b9-7f38-4d1e-9547-d1ea7b940290", "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": "e3842e02-3060-4226-a7e0-b8a28922666c", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceInUseException", "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": "c4d2675d-4c5b-4e23-97e2-03f53decdf1c", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InvalidArgumentException", "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": "77840cf7-e3db-4995-ac27-2bb2002dc4bc", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ConcurrentModificationException", "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": "ca043f69-6da2-4839-8d76-fb035b99f795", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "InvalidRequestException", "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": "bd38253d-0288-4318-980a-ba1555a3cde2", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "InvalidApplicationConfigurationException", "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": "a3a06ca8-f989-4d52-bf8a-5e297a4cf3c1", "documentation": "

Adds a streaming source to your SQL-based Kinesis Data Analytics application.

You can add a streaming source when you create an application, or you can use this operation to add a streaming source after you create an application. For more information, see CreateApplication.

Any configuration update, including adding a streaming source using this operation, results in a new version of the application. You can use the DescribeApplication operation to find the current application version.

", "method": "post", "endpoint": "#X-Amz-Target=KinesisAnalytics_20180523.AddApplicationInput", "responses": [ { "uuid": "8bf16b1f-a93f-4c10-9d28-df25d64fb24d", "body": "{\n \"ApplicationARN\": \"\",\n \"ApplicationVersionId\": {{faker 'number.int' max=99999}},\n \"InputDescriptions\": [\n {\n \"InputId\": \"\",\n \"NamePrefix\": \"\",\n \"InAppStreamNames\": [\n \"\"\n ],\n \"InputProcessingConfigurationDescription\": {\n \"InputLambdaProcessorDescription\": {\n \"ResourceARN\": \"\",\n \"RoleARN\": \"\"\n }\n },\n \"KinesisStreamsInputDescription\": {\n \"ResourceARN\": \"\",\n \"RoleARN\": \"\"\n },\n \"KinesisFirehoseInputDescription\": {\n \"ResourceARN\": \"\",\n \"RoleARN\": \"\"\n },\n \"InputSchema\": {\n \"RecordFormat\": {\n \"RecordFormatType\": \"\",\n \"MappingParameters\": {\n \"JSONMappingParameters\": {\n \"RecordRowPath\": \"\"\n },\n \"CSVMappingParameters\": {\n \"RecordRowDelimiter\": \"\",\n \"RecordColumnDelimiter\": \"\"\n }\n }\n },\n \"RecordEncoding\": \"\",\n \"RecordColumns\": [\n {\n \"Name\": \"\",\n \"Mapping\": \"\",\n \"SqlType\": \"\"\n }\n ]\n },\n \"InputParallelism\": {\n \"Count\": {{faker 'number.int' max=99999}}\n },\n \"InputStartingPositionConfiguration\": {\n \"InputStartingPosition\": \"\"\n }\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": "18be4cb9-0cee-4ca8-9194-326fcf367584", "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": "11bf4df4-ce38-42f3-989c-2bca6b206e4d", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceInUseException", "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": "66637ea0-8d42-4a74-97ba-126496c0dcb8", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InvalidArgumentException", "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": "1de665ae-ddd7-4081-abe0-7c1a9cc984e0", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ConcurrentModificationException", "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": "f8f92ec5-c264-48e5-9057-7d6244af9500", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "CodeValidationException", "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": "71e33d5a-2281-43f0-8473-02c250a61ccf", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "InvalidRequestException", "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": "c3822b0e-6be9-41aa-95b8-66fef90b62bd", "documentation": "Adds an InputProcessingConfiguration to a SQL-based Kinesis Data Analytics application. An input processor pre-processes records on the input stream before the application's SQL code executes. Currently, the only input processor available is AWS Lambda.", "method": "post", "endpoint": "#X-Amz-Target=KinesisAnalytics_20180523.AddApplicationInputProcessingConfiguration", "responses": [ { "uuid": "2db74f85-0d77-4049-ab56-a8ec8b7b86fa", "body": "{\n \"ApplicationARN\": \"\",\n \"ApplicationVersionId\": {{faker 'number.int' max=99999}},\n \"InputId\": \"\",\n \"InputProcessingConfigurationDescription\": {\n \"InputLambdaProcessorDescription\": {\n \"ResourceARN\": \"\",\n \"RoleARN\": \"\"\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": "999f958b-28c5-417e-8070-1728ad442120", "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": "8fb1fb69-eec1-4818-8c3b-cb38f415d789", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceInUseException", "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": "2c1ae2ef-f394-401e-8ef7-913ca56825e3", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InvalidArgumentException", "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": "e521051b-5ea1-4ff0-a62c-bd13b5f99148", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ConcurrentModificationException", "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": "41caa9b1-b3c4-433f-ab62-fb4248766961", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "InvalidRequestException", "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": "9a576455-6007-4888-b781-0d401a89cdcb", "documentation": "

Adds an external destination to your SQL-based Kinesis Data Analytics application.

If you want Kinesis Data Analytics to deliver data from an in-application stream within your application to an external destination (such as an Kinesis data stream, a Kinesis Data Firehose delivery stream, or an AWS Lambda function), you add the relevant configuration to your application using this operation. You can configure one or more outputs for your application. Each output configuration maps an in-application stream and an external destination.

You can use one of the output configurations to deliver data from your in-application error stream to an external destination so that you can analyze the errors.

Any configuration update, including adding a streaming source using this operation, results in a new version of the application. You can use the DescribeApplication operation to find the current application version.

", "method": "post", "endpoint": "#X-Amz-Target=KinesisAnalytics_20180523.AddApplicationOutput", "responses": [ { "uuid": "b23f1fc9-ebf3-4a14-8909-60cf913ff65d", "body": "{\n \"ApplicationARN\": \"\",\n \"ApplicationVersionId\": {{faker 'number.int' max=99999}},\n \"OutputDescriptions\": [\n {\n \"OutputId\": \"\",\n \"Name\": \"\",\n \"KinesisStreamsOutputDescription\": {\n \"ResourceARN\": \"\",\n \"RoleARN\": \"\"\n },\n \"KinesisFirehoseOutputDescription\": {\n \"ResourceARN\": \"\",\n \"RoleARN\": \"\"\n },\n \"LambdaOutputDescription\": {\n \"ResourceARN\": \"\",\n \"RoleARN\": \"\"\n },\n \"DestinationSchema\": {\n \"RecordFormatType\": \"\"\n }\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": "317c8d4b-f336-4841-b1d4-411672a8672a", "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": "2806f7fc-93a9-4d57-81e1-2efbdb677411", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceInUseException", "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": "6145d6cc-89a5-43c2-baa7-19e96b95c814", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InvalidArgumentException", "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": "301191cb-0400-4fcc-8b49-2ddbc547ffa5", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ConcurrentModificationException", "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": "a191bcad-4e01-46b4-8a73-e6990d52d47b", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "InvalidRequestException", "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": "a0d8e969-101c-4e5b-8bdf-613016c6144b", "documentation": "

Adds a reference data source to an existing SQL-based Kinesis Data Analytics application.

Kinesis Data Analytics reads reference data (that is, an Amazon S3 object) and creates an in-application table within your application. In the request, you provide the source (S3 bucket name and object key name), name of the in-application table to create, and the necessary mapping information that describes how data in an Amazon S3 object maps to columns in the resulting in-application table.

", "method": "post", "endpoint": "#X-Amz-Target=KinesisAnalytics_20180523.AddApplicationReferenceDataSource", "responses": [ { "uuid": "0b25103a-8f47-45f2-917f-bf951d9e2036", "body": "{\n \"ApplicationARN\": \"\",\n \"ApplicationVersionId\": {{faker 'number.int' max=99999}},\n \"ReferenceDataSourceDescriptions\": [\n {\n \"ReferenceId\": \"\",\n \"TableName\": \"\",\n \"S3ReferenceDataSourceDescription\": {\n \"BucketARN\": \"\",\n \"FileKey\": \"\",\n \"ReferenceRoleARN\": \"\"\n },\n \"ReferenceSchema\": {\n \"RecordFormat\": {\n \"RecordFormatType\": \"\",\n \"MappingParameters\": {\n \"JSONMappingParameters\": {\n \"RecordRowPath\": \"\"\n },\n \"CSVMappingParameters\": {\n \"RecordRowDelimiter\": \"\",\n \"RecordColumnDelimiter\": \"\"\n }\n }\n },\n \"RecordEncoding\": \"\",\n \"RecordColumns\": [\n {\n \"Name\": \"\",\n \"Mapping\": \"\",\n \"SqlType\": \"\"\n }\n ]\n }\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": "4a8ac37a-6267-453d-b9b8-3306799df86b", "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": "79b9a422-b32e-4136-a6aa-9ac5db082070", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceInUseException", "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": "df763f50-7d6a-44be-88c3-9d86809ca5b9", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InvalidArgumentException", "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": "ca398258-6ede-4cfd-be3b-c78b1b0fd737", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ConcurrentModificationException", "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": "3cc99933-724c-41ff-9eca-fbc537042666", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "InvalidRequestException", "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": "9c3669c9-f678-401c-807b-6989e6cff68e", "documentation": "

Adds a Virtual Private Cloud (VPC) configuration to the application. Applications can use VPCs to store and access resources securely.

Note the following about VPC configurations for Kinesis Data Analytics applications:

", "method": "post", "endpoint": "#X-Amz-Target=KinesisAnalytics_20180523.AddApplicationVpcConfiguration", "responses": [ { "uuid": "ca4133ce-3dbd-4f23-a6d9-c4ff12288334", "body": "{\n \"ApplicationARN\": \"\",\n \"ApplicationVersionId\": {{faker 'number.int' max=99999}},\n \"VpcConfigurationDescription\": {\n \"VpcConfigurationId\": \"\",\n \"VpcId\": \"\",\n \"SubnetIds\": [\n \"\"\n ],\n \"SecurityGroupIds\": [\n \"\"\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": "bc8864c7-a1c9-45ff-b64f-e70e64934926", "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": "182f860e-fb06-4b6a-82d8-43e8b06c0952", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceInUseException", "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": "58151155-60f4-4f55-9292-b5b5fd342bbf", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InvalidArgumentException", "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": "fe11db44-43a5-47af-ba3a-53a24564f14f", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ConcurrentModificationException", "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": "326552db-c2b3-48b9-9f52-deae4176076a", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "InvalidApplicationConfigurationException", "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": "39e3355b-4db5-4518-9e02-a46083ef58b8", "documentation": "Creates a Kinesis Data Analytics application. For information about creating a Kinesis Data Analytics application, see Creating an Application.", "method": "post", "endpoint": "#X-Amz-Target=KinesisAnalytics_20180523.CreateApplication", "responses": [ { "uuid": "a6c6314d-d7c9-40d7-b54f-a18aa67a8454", "body": "{\n \"ApplicationDetail\": {\n \"ApplicationARN\": \"\",\n \"ApplicationDescription\": \"\",\n \"ApplicationName\": \"\",\n \"RuntimeEnvironment\": \"\",\n \"ServiceExecutionRole\": \"\",\n \"ApplicationStatus\": \"\",\n \"ApplicationVersionId\": {{faker 'number.int' max=99999}},\n \"CreateTimestamp\": \"{{faker 'date.recent' 365}}\",\n \"LastUpdateTimestamp\": \"{{faker 'date.recent' 365}}\",\n \"ApplicationConfigurationDescription\": {\n \"SqlApplicationConfigurationDescription\": {\n \"InputDescriptions\": [\n {\n \"InputId\": \"\",\n \"NamePrefix\": \"\",\n \"InAppStreamNames\": [\n \"\"\n ],\n \"InputProcessingConfigurationDescription\": {\n \"InputLambdaProcessorDescription\": {\n \"ResourceARN\": \"\",\n \"RoleARN\": \"\"\n }\n },\n \"KinesisStreamsInputDescription\": {\n \"ResourceARN\": \"\",\n \"RoleARN\": \"\"\n },\n \"KinesisFirehoseInputDescription\": {\n \"ResourceARN\": \"\",\n \"RoleARN\": \"\"\n },\n \"InputSchema\": {\n \"RecordFormat\": {\n \"RecordFormatType\": \"\",\n \"MappingParameters\": {\n \"JSONMappingParameters\": {\n \"RecordRowPath\": \"\"\n },\n \"CSVMappingParameters\": {\n \"RecordRowDelimiter\": \"\",\n \"RecordColumnDelimiter\": \"\"\n }\n }\n },\n \"RecordEncoding\": \"\",\n \"RecordColumns\": [\n {\n \"Name\": \"\",\n \"Mapping\": \"\",\n \"SqlType\": \"\"\n }\n ]\n },\n \"InputParallelism\": {\n \"Count\": {{faker 'number.int' max=99999}}\n },\n \"InputStartingPositionConfiguration\": {\n \"InputStartingPosition\": \"\"\n }\n }\n ],\n \"OutputDescriptions\": [\n {\n \"OutputId\": \"\",\n \"Name\": \"\",\n \"KinesisStreamsOutputDescription\": {\n \"ResourceARN\": \"\",\n \"RoleARN\": \"\"\n },\n \"KinesisFirehoseOutputDescription\": {\n \"ResourceARN\": \"\",\n \"RoleARN\": \"\"\n },\n \"LambdaOutputDescription\": {\n \"ResourceARN\": \"\",\n \"RoleARN\": \"\"\n },\n \"DestinationSchema\": {\n \"RecordFormatType\": \"\"\n }\n }\n ],\n \"ReferenceDataSourceDescriptions\": [\n {\n \"ReferenceId\": \"\",\n \"TableName\": \"\",\n \"S3ReferenceDataSourceDescription\": {\n \"BucketARN\": \"\",\n \"FileKey\": \"\",\n \"ReferenceRoleARN\": \"\"\n },\n \"ReferenceSchema\": {\n \"RecordFormat\": {\n \"RecordFormatType\": \"\",\n \"MappingParameters\": {\n \"JSONMappingParameters\": {\n \"RecordRowPath\": \"\"\n },\n \"CSVMappingParameters\": {\n \"RecordRowDelimiter\": \"\",\n \"RecordColumnDelimiter\": \"\"\n }\n }\n },\n \"RecordEncoding\": \"\",\n \"RecordColumns\": [\n {\n \"Name\": \"\",\n \"Mapping\": \"\",\n \"SqlType\": \"\"\n }\n ]\n }\n }\n ]\n },\n \"ApplicationCodeConfigurationDescription\": {\n \"CodeContentType\": \"\",\n \"CodeContentDescription\": {\n \"TextContent\": \"\",\n \"CodeMD5\": \"\",\n \"CodeSize\": {{faker 'number.int' max=99999}},\n \"S3ApplicationCodeLocationDescription\": {\n \"BucketARN\": \"\",\n \"FileKey\": \"\",\n \"ObjectVersion\": \"\"\n }\n }\n },\n \"RunConfigurationDescription\": {\n \"ApplicationRestoreConfigurationDescription\": {\n \"ApplicationRestoreType\": \"\",\n \"SnapshotName\": \"\"\n },\n \"FlinkRunConfigurationDescription\": {\n \"AllowNonRestoredState\": {{faker 'datatype.boolean'}}\n }\n },\n \"FlinkApplicationConfigurationDescription\": {\n \"CheckpointConfigurationDescription\": {\n \"ConfigurationType\": \"\",\n \"CheckpointingEnabled\": {{faker 'datatype.boolean'}},\n \"CheckpointInterval\": {{faker 'number.int' max=99999}},\n \"MinPauseBetweenCheckpoints\": {{faker 'number.int' max=99999}}\n },\n \"MonitoringConfigurationDescription\": {\n \"ConfigurationType\": \"\",\n \"MetricsLevel\": \"\",\n \"LogLevel\": \"\"\n },\n \"ParallelismConfigurationDescription\": {\n \"ConfigurationType\": \"\",\n \"Parallelism\": {{faker 'number.int' max=99999}},\n \"ParallelismPerKPU\": {{faker 'number.int' max=99999}},\n \"CurrentParallelism\": {{faker 'number.int' max=99999}},\n \"AutoScalingEnabled\": {{faker 'datatype.boolean'}}\n },\n \"JobPlanDescription\": \"\"\n },\n \"EnvironmentPropertyDescriptions\": {\n \"PropertyGroupDescriptions\": [\n {\n \"PropertyGroupId\": \"\",\n \"PropertyMap\": {}\n }\n ]\n },\n \"ApplicationSnapshotConfigurationDescription\": {\n \"SnapshotsEnabled\": {{faker 'datatype.boolean'}}\n },\n \"VpcConfigurationDescriptions\": [\n {\n \"VpcConfigurationId\": \"\",\n \"VpcId\": \"\",\n \"SubnetIds\": [\n \"\"\n ],\n \"SecurityGroupIds\": [\n \"\"\n ]\n }\n ],\n \"ZeppelinApplicationConfigurationDescription\": {\n \"MonitoringConfigurationDescription\": {\n \"LogLevel\": \"\"\n },\n \"CatalogConfigurationDescription\": {\n \"GlueDataCatalogConfigurationDescription\": {\n \"DatabaseARN\": \"\"\n }\n },\n \"DeployAsApplicationConfigurationDescription\": {\n \"S3ContentLocationDescription\": {\n \"BucketARN\": \"\",\n \"BasePath\": \"\"\n }\n },\n \"CustomArtifactsConfigurationDescription\": [\n {\n \"ArtifactType\": \"\",\n \"S3ContentLocationDescription\": {\n \"BucketARN\": \"\",\n \"FileKey\": \"\",\n \"ObjectVersion\": \"\"\n },\n \"MavenReferenceDescription\": {\n \"GroupId\": \"\",\n \"ArtifactId\": \"\",\n \"Version\": \"\"\n }\n }\n ]\n }\n },\n \"CloudWatchLoggingOptionDescriptions\": [\n {\n \"CloudWatchLoggingOptionId\": \"\",\n \"LogStreamARN\": \"\",\n \"RoleARN\": \"\"\n }\n ],\n \"ApplicationMaintenanceConfigurationDescription\": {\n \"ApplicationMaintenanceWindowStartTime\": \"\",\n \"ApplicationMaintenanceWindowEndTime\": \"\"\n },\n \"ApplicationVersionUpdatedFrom\": {{faker 'number.int' max=99999}},\n \"ApplicationVersionRolledBackFrom\": {{faker 'number.int' max=99999}},\n \"ConditionalToken\": \"\",\n \"ApplicationVersionRolledBackTo\": {{faker 'number.int' max=99999}},\n \"ApplicationMode\": \"\"\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": "a812dd9a-d0a3-4075-8deb-9c1dab62025e", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "CodeValidationException", "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": "b221f273-5577-4ba8-8f5d-fda6fc79d0cd", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceInUseException", "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": "01a286a7-8e4d-45bb-8457-e213a25498fe", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "LimitExceededException", "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": "dcba51d5-173b-45f2-b76d-74d1ecdcfb55", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InvalidArgumentException", "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": "a0380d7f-708f-4a01-9634-c1ee82eb8c39", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "InvalidRequestException", "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": "adb37664-284c-4b45-b282-563a55698963", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "TooManyTagsException", "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": "cd8d0e85-859d-4d8f-bfb6-57c17a6428c1", "body": "\"\"", "latency": 0, "statusCode": 486, "label": "ConcurrentModificationException", "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": "0b95997e-c3b8-40cd-ad4d-9f39b2b1a310", "documentation": "

Creates and returns a URL that you can use to connect to an application's extension. Currently, the only available extension is the Apache Flink dashboard.

The IAM role or user used to call this API defines the permissions to access the extension. After the presigned URL is created, no additional permission is required to access this URL. IAM authorization policies for this API are also enforced for every HTTP request that attempts to connect to the extension.

You control the amount of time that the URL will be valid using the SessionExpirationDurationInSeconds parameter. If you do not provide this parameter, the returned URL is valid for twelve hours.

The URL that you get from a call to CreateApplicationPresignedUrl must be used within 3 minutes to be valid. If you first try to use the URL after the 3-minute limit expires, the service returns an HTTP 403 Forbidden error.

", "method": "post", "endpoint": "#X-Amz-Target=KinesisAnalytics_20180523.CreateApplicationPresignedUrl", "responses": [ { "uuid": "3adf7e26-2320-465a-9438-c1fe2bba13b3", "body": "{\n \"AuthorizedUrl\": \"\"\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": "edfc5b11-c41b-42e0-89ea-3ae81746625f", "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": "2a72d77a-87b8-4f56-bc12-44f939c145e2", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceInUseException", "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": "7a49480c-e90d-4afb-9dc0-ba3e26b33bf3", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InvalidArgumentException", "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": "c81bb5a0-359b-4bb6-81c0-a817b7dcf520", "documentation": "Creates a snapshot of the application's state data.", "method": "post", "endpoint": "#X-Amz-Target=KinesisAnalytics_20180523.CreateApplicationSnapshot", "responses": [ { "uuid": "c51ab3dd-efd9-4065-9d93-8bec20f09a14", "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": "19bb1d22-fec5-44c1-9376-9e673796ab4b", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceInUseException", "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": "c32999c5-7767-499e-9a8a-a1d863df0eae", "body": "\"\"", "latency": 0, "statusCode": 481, "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": "3d409504-d818-4867-b95d-f167266e038d", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "LimitExceededException", "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": "009dc47c-e8da-48d6-9fc1-493d6b162ac7", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InvalidArgumentException", "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": "5e303a24-1ea5-429a-aa79-b6ef2c13a486", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "UnsupportedOperationException", "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": "1312c1f3-e5ec-4293-b5b1-ceffda0e8beb", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "InvalidRequestException", "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": "c2a2b336-f7bc-41bc-a0fe-8c98147c2dc2", "body": "\"\"", "latency": 0, "statusCode": 486, "label": "InvalidApplicationConfigurationException", "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": "8c8dcbfa-764d-41e7-a11e-98e9793001d9", "documentation": "Deletes the specified application. Kinesis Data Analytics halts application execution and deletes the application.", "method": "post", "endpoint": "#X-Amz-Target=KinesisAnalytics_20180523.DeleteApplication", "responses": [ { "uuid": "bd62f55b-74cb-4d17-be8e-163533c8d1c7", "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": "6994d662-8082-4df6-a416-52001d75240e", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ConcurrentModificationException", "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": "fe6a759a-e84c-462c-94e5-22a1cd12ea41", "body": "\"\"", "latency": 0, "statusCode": 481, "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": "606f14be-4e59-44f2-8454-3080da783841", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ResourceInUseException", "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": "2802f0e9-2742-4096-bb87-d56bbf3d53ff", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InvalidArgumentException", "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": "36a3266b-7a56-4c06-bab6-9dc0b51380a7", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "InvalidRequestException", "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": "1e01f572-aa42-499f-b29a-3b7673bf5de8", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "InvalidApplicationConfigurationException", "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": "ac0fc90a-e6e4-4ba1-a775-7b1aa71d9734", "documentation": "Deletes an Amazon CloudWatch log stream from an Kinesis Data Analytics application. ", "method": "post", "endpoint": "#X-Amz-Target=KinesisAnalytics_20180523.DeleteApplicationCloudWatchLoggingOption", "responses": [ { "uuid": "58caeb32-37b7-4123-98c5-5c73de3b732f", "body": "{\n \"ApplicationARN\": \"\",\n \"ApplicationVersionId\": {{faker 'number.int' max=99999}},\n \"CloudWatchLoggingOptionDescriptions\": [\n {\n \"CloudWatchLoggingOptionId\": \"\",\n \"LogStreamARN\": \"\",\n \"RoleARN\": \"\"\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": "b89550fc-9336-4643-96b1-53e301a81c63", "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": "41cb9831-dd57-4f53-ad95-c080e047c4f3", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceInUseException", "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": "bad674dc-5db1-40d4-98ba-18e6810a48d0", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InvalidArgumentException", "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": "e3bd124d-2a7c-4037-86b9-27cbf416fc49", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ConcurrentModificationException", "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": "6330b8d6-6d76-4b79-a608-369346e296f3", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "InvalidRequestException", "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": "571e88bd-1943-4866-ae06-1e4e19caa15e", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "InvalidApplicationConfigurationException", "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": "692d3f26-6420-4655-8b53-19c57580cff5", "documentation": "Deletes an InputProcessingConfiguration from an input.", "method": "post", "endpoint": "#X-Amz-Target=KinesisAnalytics_20180523.DeleteApplicationInputProcessingConfiguration", "responses": [ { "uuid": "cde03d6c-958e-4a7a-8fa7-795e674461bb", "body": "{\n \"ApplicationARN\": \"\",\n \"ApplicationVersionId\": {{faker 'number.int' max=99999}}\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": "b66a3722-a51f-43fc-a4e3-35c32f385aea", "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": "7256b234-8ee4-4840-8354-5c63eb06d5f3", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceInUseException", "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": "7a2f792b-b4af-49b1-8ccd-4155d36c8d32", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InvalidArgumentException", "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": "dfb567fc-ca9d-4329-8023-05578565fd4f", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ConcurrentModificationException", "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": "38b30ac6-8d8b-4c19-8fc0-8fc60d9f6f3b", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "InvalidRequestException", "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": "94aeef7e-24da-4717-8194-8fcafaab0f36", "documentation": "Deletes the output destination configuration from your SQL-based Kinesis Data Analytics application's configuration. Kinesis Data Analytics will no longer write data from the corresponding in-application stream to the external output destination.", "method": "post", "endpoint": "#X-Amz-Target=KinesisAnalytics_20180523.DeleteApplicationOutput", "responses": [ { "uuid": "8cf2a181-3be6-457e-b3fe-1d166a1efe20", "body": "{\n \"ApplicationARN\": \"\",\n \"ApplicationVersionId\": {{faker 'number.int' max=99999}}\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": "0c09ce63-e900-44cf-8d28-c10066e30a0f", "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": "b1538772-fd42-4f29-bd8e-9de9a7e27104", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceInUseException", "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": "331a0589-be00-47f9-81d4-95c788307f35", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InvalidArgumentException", "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": "2175d1e9-70a6-4e0d-aa83-484378d95b39", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ConcurrentModificationException", "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": "5ee8f06a-1e94-4175-ac9a-329b2ea9f76f", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "InvalidRequestException", "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": "45b5bc3f-3756-442d-83a1-f237c5f0a481", "documentation": "

Deletes a reference data source configuration from the specified SQL-based Kinesis Data Analytics application's configuration.

If the application is running, Kinesis Data Analytics immediately removes the in-application table that you created using the AddApplicationReferenceDataSource operation.

", "method": "post", "endpoint": "#X-Amz-Target=KinesisAnalytics_20180523.DeleteApplicationReferenceDataSource", "responses": [ { "uuid": "7791b92b-2ab2-40ed-ad38-b70c4774ae74", "body": "{\n \"ApplicationARN\": \"\",\n \"ApplicationVersionId\": {{faker 'number.int' max=99999}}\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": "8efbe41e-eaba-4339-89c8-7a687e2df69b", "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": "fcd639ba-d05e-40bb-ac9c-3c314ff1ea00", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceInUseException", "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": "da116c89-cdad-4ebb-8349-5258fd597b37", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InvalidArgumentException", "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": "3a1da155-ff71-4264-a9c2-b1d6618edc89", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ConcurrentModificationException", "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": "37d5f67d-6058-45ae-81d6-2c534f590ae7", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "InvalidRequestException", "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": "e040118b-7c71-4ac1-998a-5eda34602cdb", "documentation": "Deletes a snapshot of application state.", "method": "post", "endpoint": "#X-Amz-Target=KinesisAnalytics_20180523.DeleteApplicationSnapshot", "responses": [ { "uuid": "2cdbd822-2ae2-4d13-865b-619c6d28ef98", "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": "5dde332c-d9c4-4560-86b2-d6b8f79c6f6c", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "ResourceInUseException", "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": "6a525d2f-f8d9-4be4-9d8b-bc69ed3873fb", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidArgumentException", "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": "d35e34ab-ac55-4d94-a84b-3301b6bd4e0c", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "UnsupportedOperationException", "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": "a073d681-5e05-43a1-9f73-45a4dbfc8492", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InvalidRequestException", "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": "4f14b7d5-ac36-4197-af97-c387577a3e2e", "body": "\"\"", "latency": 0, "statusCode": 484, "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" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5a0d15a0-c596-457f-ab93-f80905e4872b", "documentation": "Removes a VPC configuration from a Kinesis Data Analytics application.", "method": "post", "endpoint": "#X-Amz-Target=KinesisAnalytics_20180523.DeleteApplicationVpcConfiguration", "responses": [ { "uuid": "cc01b46c-0d4a-429f-b157-a096afc325df", "body": "{\n \"ApplicationARN\": \"\",\n \"ApplicationVersionId\": {{faker 'number.int' max=99999}}\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": "47f2aff6-d8ff-4dba-9c44-b3ce8817e6fc", "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": "806815f8-604a-474e-a97e-20852f786a06", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceInUseException", "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": "573b3aee-bbe7-435c-8557-6ec7e1ed121d", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InvalidArgumentException", "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": "da1acb1e-ec7a-481c-a248-191246716cd8", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ConcurrentModificationException", "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": "55380786-9665-4b49-8eb0-e36a9864d839", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "InvalidApplicationConfigurationException", "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": "e0566c00-3471-44e7-b633-db38145af268", "documentation": "

Returns information about a specific Kinesis Data Analytics application.

If you want to retrieve a list of all applications in your account, use the ListApplications operation.

", "method": "post", "endpoint": "#X-Amz-Target=KinesisAnalytics_20180523.DescribeApplication", "responses": [ { "uuid": "9ea51f95-1ff0-4b98-823e-3dd1696a81c9", "body": "{\n \"ApplicationDetail\": {\n \"ApplicationARN\": \"\",\n \"ApplicationDescription\": \"\",\n \"ApplicationName\": \"\",\n \"RuntimeEnvironment\": \"\",\n \"ServiceExecutionRole\": \"\",\n \"ApplicationStatus\": \"\",\n \"ApplicationVersionId\": {{faker 'number.int' max=99999}},\n \"CreateTimestamp\": \"{{faker 'date.recent' 365}}\",\n \"LastUpdateTimestamp\": \"{{faker 'date.recent' 365}}\",\n \"ApplicationConfigurationDescription\": {\n \"SqlApplicationConfigurationDescription\": {\n \"InputDescriptions\": [\n {\n \"InputId\": \"\",\n \"NamePrefix\": \"\",\n \"InAppStreamNames\": [\n \"\"\n ],\n \"InputProcessingConfigurationDescription\": {\n \"InputLambdaProcessorDescription\": {\n \"ResourceARN\": \"\",\n \"RoleARN\": \"\"\n }\n },\n \"KinesisStreamsInputDescription\": {\n \"ResourceARN\": \"\",\n \"RoleARN\": \"\"\n },\n \"KinesisFirehoseInputDescription\": {\n \"ResourceARN\": \"\",\n \"RoleARN\": \"\"\n },\n \"InputSchema\": {\n \"RecordFormat\": {\n \"RecordFormatType\": \"\",\n \"MappingParameters\": {\n \"JSONMappingParameters\": {\n \"RecordRowPath\": \"\"\n },\n \"CSVMappingParameters\": {\n \"RecordRowDelimiter\": \"\",\n \"RecordColumnDelimiter\": \"\"\n }\n }\n },\n \"RecordEncoding\": \"\",\n \"RecordColumns\": [\n {\n \"Name\": \"\",\n \"Mapping\": \"\",\n \"SqlType\": \"\"\n }\n ]\n },\n \"InputParallelism\": {\n \"Count\": {{faker 'number.int' max=99999}}\n },\n \"InputStartingPositionConfiguration\": {\n \"InputStartingPosition\": \"\"\n }\n }\n ],\n \"OutputDescriptions\": [\n {\n \"OutputId\": \"\",\n \"Name\": \"\",\n \"KinesisStreamsOutputDescription\": {\n \"ResourceARN\": \"\",\n \"RoleARN\": \"\"\n },\n \"KinesisFirehoseOutputDescription\": {\n \"ResourceARN\": \"\",\n \"RoleARN\": \"\"\n },\n \"LambdaOutputDescription\": {\n \"ResourceARN\": \"\",\n \"RoleARN\": \"\"\n },\n \"DestinationSchema\": {\n \"RecordFormatType\": \"\"\n }\n }\n ],\n \"ReferenceDataSourceDescriptions\": [\n {\n \"ReferenceId\": \"\",\n \"TableName\": \"\",\n \"S3ReferenceDataSourceDescription\": {\n \"BucketARN\": \"\",\n \"FileKey\": \"\",\n \"ReferenceRoleARN\": \"\"\n },\n \"ReferenceSchema\": {\n \"RecordFormat\": {\n \"RecordFormatType\": \"\",\n \"MappingParameters\": {\n \"JSONMappingParameters\": {\n \"RecordRowPath\": \"\"\n },\n \"CSVMappingParameters\": {\n \"RecordRowDelimiter\": \"\",\n \"RecordColumnDelimiter\": \"\"\n }\n }\n },\n \"RecordEncoding\": \"\",\n \"RecordColumns\": [\n {\n \"Name\": \"\",\n \"Mapping\": \"\",\n \"SqlType\": \"\"\n }\n ]\n }\n }\n ]\n },\n \"ApplicationCodeConfigurationDescription\": {\n \"CodeContentType\": \"\",\n \"CodeContentDescription\": {\n \"TextContent\": \"\",\n \"CodeMD5\": \"\",\n \"CodeSize\": {{faker 'number.int' max=99999}},\n \"S3ApplicationCodeLocationDescription\": {\n \"BucketARN\": \"\",\n \"FileKey\": \"\",\n \"ObjectVersion\": \"\"\n }\n }\n },\n \"RunConfigurationDescription\": {\n \"ApplicationRestoreConfigurationDescription\": {\n \"ApplicationRestoreType\": \"\",\n \"SnapshotName\": \"\"\n },\n \"FlinkRunConfigurationDescription\": {\n \"AllowNonRestoredState\": {{faker 'datatype.boolean'}}\n }\n },\n \"FlinkApplicationConfigurationDescription\": {\n \"CheckpointConfigurationDescription\": {\n \"ConfigurationType\": \"\",\n \"CheckpointingEnabled\": {{faker 'datatype.boolean'}},\n \"CheckpointInterval\": {{faker 'number.int' max=99999}},\n \"MinPauseBetweenCheckpoints\": {{faker 'number.int' max=99999}}\n },\n \"MonitoringConfigurationDescription\": {\n \"ConfigurationType\": \"\",\n \"MetricsLevel\": \"\",\n \"LogLevel\": \"\"\n },\n \"ParallelismConfigurationDescription\": {\n \"ConfigurationType\": \"\",\n \"Parallelism\": {{faker 'number.int' max=99999}},\n \"ParallelismPerKPU\": {{faker 'number.int' max=99999}},\n \"CurrentParallelism\": {{faker 'number.int' max=99999}},\n \"AutoScalingEnabled\": {{faker 'datatype.boolean'}}\n },\n \"JobPlanDescription\": \"\"\n },\n \"EnvironmentPropertyDescriptions\": {\n \"PropertyGroupDescriptions\": [\n {\n \"PropertyGroupId\": \"\",\n \"PropertyMap\": {}\n }\n ]\n },\n \"ApplicationSnapshotConfigurationDescription\": {\n \"SnapshotsEnabled\": {{faker 'datatype.boolean'}}\n },\n \"VpcConfigurationDescriptions\": [\n {\n \"VpcConfigurationId\": \"\",\n \"VpcId\": \"\",\n \"SubnetIds\": [\n \"\"\n ],\n \"SecurityGroupIds\": [\n \"\"\n ]\n }\n ],\n \"ZeppelinApplicationConfigurationDescription\": {\n \"MonitoringConfigurationDescription\": {\n \"LogLevel\": \"\"\n },\n \"CatalogConfigurationDescription\": {\n \"GlueDataCatalogConfigurationDescription\": {\n \"DatabaseARN\": \"\"\n }\n },\n \"DeployAsApplicationConfigurationDescription\": {\n \"S3ContentLocationDescription\": {\n \"BucketARN\": \"\",\n \"BasePath\": \"\"\n }\n },\n \"CustomArtifactsConfigurationDescription\": [\n {\n \"ArtifactType\": \"\",\n \"S3ContentLocationDescription\": {\n \"BucketARN\": \"\",\n \"FileKey\": \"\",\n \"ObjectVersion\": \"\"\n },\n \"MavenReferenceDescription\": {\n \"GroupId\": \"\",\n \"ArtifactId\": \"\",\n \"Version\": \"\"\n }\n }\n ]\n }\n },\n \"CloudWatchLoggingOptionDescriptions\": [\n {\n \"CloudWatchLoggingOptionId\": \"\",\n \"LogStreamARN\": \"\",\n \"RoleARN\": \"\"\n }\n ],\n \"ApplicationMaintenanceConfigurationDescription\": {\n \"ApplicationMaintenanceWindowStartTime\": \"\",\n \"ApplicationMaintenanceWindowEndTime\": \"\"\n },\n \"ApplicationVersionUpdatedFrom\": {{faker 'number.int' max=99999}},\n \"ApplicationVersionRolledBackFrom\": {{faker 'number.int' max=99999}},\n \"ConditionalToken\": \"\",\n \"ApplicationVersionRolledBackTo\": {{faker 'number.int' max=99999}},\n \"ApplicationMode\": \"\"\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": "be93dee1-0e9e-423c-a633-c2021e282c53", "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": "d5b20d91-4bb2-40c4-a0a4-a57d3f46a48d", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidArgumentException", "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": "b9c295a1-7398-47ee-9bcf-86a568ee7e00", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InvalidRequestException", "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": "38c2bb25-944f-48af-8a1d-13f531a158d5", "documentation": "Returns information about a snapshot of application state data.", "method": "post", "endpoint": "#X-Amz-Target=KinesisAnalytics_20180523.DescribeApplicationSnapshot", "responses": [ { "uuid": "88480933-39df-46d9-9e88-0434deacdb09", "body": "{\n \"SnapshotDetails\": {\n \"SnapshotName\": \"\",\n \"SnapshotStatus\": \"\",\n \"ApplicationVersionId\": {{faker 'number.int' max=99999}},\n \"SnapshotCreationTimestamp\": \"{{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": "45b15bbc-2758-4a0b-8825-f312d1391573", "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": "d26f2dba-fdde-42ab-8c09-c008683838db", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidArgumentException", "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": "638990fe-6a34-486d-8662-a8f9d70864f5", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "UnsupportedOperationException", "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": "cf78eacd-833b-4092-adbe-e852228f9ef2", "documentation": "

Provides a detailed description of a specified version of the application. To see a list of all the versions of an application, invoke the ListApplicationVersions operation.

This operation is supported only for Amazon Kinesis Data Analytics for Apache Flink.

", "method": "post", "endpoint": "#X-Amz-Target=KinesisAnalytics_20180523.DescribeApplicationVersion", "responses": [ { "uuid": "e6eb7613-44bf-4a10-b58d-7d1c2f26c0d2", "body": "{\n \"ApplicationVersionDetail\": {\n \"ApplicationARN\": \"\",\n \"ApplicationDescription\": \"\",\n \"ApplicationName\": \"\",\n \"RuntimeEnvironment\": \"\",\n \"ServiceExecutionRole\": \"\",\n \"ApplicationStatus\": \"\",\n \"ApplicationVersionId\": {{faker 'number.int' max=99999}},\n \"CreateTimestamp\": \"{{faker 'date.recent' 365}}\",\n \"LastUpdateTimestamp\": \"{{faker 'date.recent' 365}}\",\n \"ApplicationConfigurationDescription\": {\n \"SqlApplicationConfigurationDescription\": {\n \"InputDescriptions\": [\n {\n \"InputId\": \"\",\n \"NamePrefix\": \"\",\n \"InAppStreamNames\": [\n \"\"\n ],\n \"InputProcessingConfigurationDescription\": {\n \"InputLambdaProcessorDescription\": {\n \"ResourceARN\": \"\",\n \"RoleARN\": \"\"\n }\n },\n \"KinesisStreamsInputDescription\": {\n \"ResourceARN\": \"\",\n \"RoleARN\": \"\"\n },\n \"KinesisFirehoseInputDescription\": {\n \"ResourceARN\": \"\",\n \"RoleARN\": \"\"\n },\n \"InputSchema\": {\n \"RecordFormat\": {\n \"RecordFormatType\": \"\",\n \"MappingParameters\": {\n \"JSONMappingParameters\": {\n \"RecordRowPath\": \"\"\n },\n \"CSVMappingParameters\": {\n \"RecordRowDelimiter\": \"\",\n \"RecordColumnDelimiter\": \"\"\n }\n }\n },\n \"RecordEncoding\": \"\",\n \"RecordColumns\": [\n {\n \"Name\": \"\",\n \"Mapping\": \"\",\n \"SqlType\": \"\"\n }\n ]\n },\n \"InputParallelism\": {\n \"Count\": {{faker 'number.int' max=99999}}\n },\n \"InputStartingPositionConfiguration\": {\n \"InputStartingPosition\": \"\"\n }\n }\n ],\n \"OutputDescriptions\": [\n {\n \"OutputId\": \"\",\n \"Name\": \"\",\n \"KinesisStreamsOutputDescription\": {\n \"ResourceARN\": \"\",\n \"RoleARN\": \"\"\n },\n \"KinesisFirehoseOutputDescription\": {\n \"ResourceARN\": \"\",\n \"RoleARN\": \"\"\n },\n \"LambdaOutputDescription\": {\n \"ResourceARN\": \"\",\n \"RoleARN\": \"\"\n },\n \"DestinationSchema\": {\n \"RecordFormatType\": \"\"\n }\n }\n ],\n \"ReferenceDataSourceDescriptions\": [\n {\n \"ReferenceId\": \"\",\n \"TableName\": \"\",\n \"S3ReferenceDataSourceDescription\": {\n \"BucketARN\": \"\",\n \"FileKey\": \"\",\n \"ReferenceRoleARN\": \"\"\n },\n \"ReferenceSchema\": {\n \"RecordFormat\": {\n \"RecordFormatType\": \"\",\n \"MappingParameters\": {\n \"JSONMappingParameters\": {\n \"RecordRowPath\": \"\"\n },\n \"CSVMappingParameters\": {\n \"RecordRowDelimiter\": \"\",\n \"RecordColumnDelimiter\": \"\"\n }\n }\n },\n \"RecordEncoding\": \"\",\n \"RecordColumns\": [\n {\n \"Name\": \"\",\n \"Mapping\": \"\",\n \"SqlType\": \"\"\n }\n ]\n }\n }\n ]\n },\n \"ApplicationCodeConfigurationDescription\": {\n \"CodeContentType\": \"\",\n \"CodeContentDescription\": {\n \"TextContent\": \"\",\n \"CodeMD5\": \"\",\n \"CodeSize\": {{faker 'number.int' max=99999}},\n \"S3ApplicationCodeLocationDescription\": {\n \"BucketARN\": \"\",\n \"FileKey\": \"\",\n \"ObjectVersion\": \"\"\n }\n }\n },\n \"RunConfigurationDescription\": {\n \"ApplicationRestoreConfigurationDescription\": {\n \"ApplicationRestoreType\": \"\",\n \"SnapshotName\": \"\"\n },\n \"FlinkRunConfigurationDescription\": {\n \"AllowNonRestoredState\": {{faker 'datatype.boolean'}}\n }\n },\n \"FlinkApplicationConfigurationDescription\": {\n \"CheckpointConfigurationDescription\": {\n \"ConfigurationType\": \"\",\n \"CheckpointingEnabled\": {{faker 'datatype.boolean'}},\n \"CheckpointInterval\": {{faker 'number.int' max=99999}},\n \"MinPauseBetweenCheckpoints\": {{faker 'number.int' max=99999}}\n },\n \"MonitoringConfigurationDescription\": {\n \"ConfigurationType\": \"\",\n \"MetricsLevel\": \"\",\n \"LogLevel\": \"\"\n },\n \"ParallelismConfigurationDescription\": {\n \"ConfigurationType\": \"\",\n \"Parallelism\": {{faker 'number.int' max=99999}},\n \"ParallelismPerKPU\": {{faker 'number.int' max=99999}},\n \"CurrentParallelism\": {{faker 'number.int' max=99999}},\n \"AutoScalingEnabled\": {{faker 'datatype.boolean'}}\n },\n \"JobPlanDescription\": \"\"\n },\n \"EnvironmentPropertyDescriptions\": {\n \"PropertyGroupDescriptions\": [\n {\n \"PropertyGroupId\": \"\",\n \"PropertyMap\": {}\n }\n ]\n },\n \"ApplicationSnapshotConfigurationDescription\": {\n \"SnapshotsEnabled\": {{faker 'datatype.boolean'}}\n },\n \"VpcConfigurationDescriptions\": [\n {\n \"VpcConfigurationId\": \"\",\n \"VpcId\": \"\",\n \"SubnetIds\": [\n \"\"\n ],\n \"SecurityGroupIds\": [\n \"\"\n ]\n }\n ],\n \"ZeppelinApplicationConfigurationDescription\": {\n \"MonitoringConfigurationDescription\": {\n \"LogLevel\": \"\"\n },\n \"CatalogConfigurationDescription\": {\n \"GlueDataCatalogConfigurationDescription\": {\n \"DatabaseARN\": \"\"\n }\n },\n \"DeployAsApplicationConfigurationDescription\": {\n \"S3ContentLocationDescription\": {\n \"BucketARN\": \"\",\n \"BasePath\": \"\"\n }\n },\n \"CustomArtifactsConfigurationDescription\": [\n {\n \"ArtifactType\": \"\",\n \"S3ContentLocationDescription\": {\n \"BucketARN\": \"\",\n \"FileKey\": \"\",\n \"ObjectVersion\": \"\"\n },\n \"MavenReferenceDescription\": {\n \"GroupId\": \"\",\n \"ArtifactId\": \"\",\n \"Version\": \"\"\n }\n }\n ]\n }\n },\n \"CloudWatchLoggingOptionDescriptions\": [\n {\n \"CloudWatchLoggingOptionId\": \"\",\n \"LogStreamARN\": \"\",\n \"RoleARN\": \"\"\n }\n ],\n \"ApplicationMaintenanceConfigurationDescription\": {\n \"ApplicationMaintenanceWindowStartTime\": \"\",\n \"ApplicationMaintenanceWindowEndTime\": \"\"\n },\n \"ApplicationVersionUpdatedFrom\": {{faker 'number.int' max=99999}},\n \"ApplicationVersionRolledBackFrom\": {{faker 'number.int' max=99999}},\n \"ConditionalToken\": \"\",\n \"ApplicationVersionRolledBackTo\": {{faker 'number.int' max=99999}},\n \"ApplicationMode\": \"\"\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": "91d3f602-91d8-49e1-8fc4-b688af730a1d", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidArgumentException", "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": "bf33e2df-dbc8-43a3-978d-15fd17ef3179", "body": "\"\"", "latency": 0, "statusCode": 481, "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": "98e95550-1f7c-484b-a4b8-bbfb820510a4", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "UnsupportedOperationException", "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": "b2296594-7b3f-48b6-a32c-192bba6b279a", "documentation": "

Infers a schema for a SQL-based Kinesis Data Analytics application by evaluating sample records on the specified streaming source (Kinesis data stream or Kinesis Data Firehose delivery stream) or Amazon S3 object. In the response, the operation returns the inferred schema and also the sample records that the operation used to infer the schema.

You can use the inferred schema when configuring a streaming source for your application. When you create an application using the Kinesis Data Analytics console, the console uses this operation to infer a schema and show it in the console user interface.

", "method": "post", "endpoint": "#X-Amz-Target=KinesisAnalytics_20180523.DiscoverInputSchema", "responses": [ { "uuid": "87cdf0e5-757a-4748-be40-6d610e95e1ce", "body": "{\n \"InputSchema\": {\n \"RecordFormat\": {\n \"RecordFormatType\": \"\",\n \"MappingParameters\": {\n \"JSONMappingParameters\": {\n \"RecordRowPath\": \"\"\n },\n \"CSVMappingParameters\": {\n \"RecordRowDelimiter\": \"\",\n \"RecordColumnDelimiter\": \"\"\n }\n }\n },\n \"RecordEncoding\": \"\",\n \"RecordColumns\": [\n {\n \"Name\": \"\",\n \"Mapping\": \"\",\n \"SqlType\": \"\"\n }\n ]\n },\n \"ParsedInputRecords\": [\n [\n \"\"\n ]\n ],\n \"ProcessedInputRecords\": [\n \"\"\n ],\n \"RawInputRecords\": [\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": "10ef9eb3-217b-4457-b719-aed5015ead48", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidArgumentException", "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": "6df73253-7925-41a8-8504-4cacd2abdefd", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "UnableToDetectSchemaException", "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": "c9349ac0-b258-46ed-942f-c3471ab126b2", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ResourceProvisionedThroughputExceededException", "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": "1456bcff-4691-4908-93c5-47a415ca9bbd", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ServiceUnavailableException", "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": "4556c28f-b19f-42a2-83b7-5a80e9829004", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "InvalidRequestException", "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": "eedb48c1-43df-4263-bea6-285b7c504ff1", "documentation": "Lists information about the current application snapshots.", "method": "post", "endpoint": "#X-Amz-Target=KinesisAnalytics_20180523.ListApplicationSnapshots", "responses": [ { "uuid": "5e1e6987-cd15-4ecd-ab44-dba603f70334", "body": "{\n \"SnapshotSummaries\": [\n {\n \"SnapshotName\": \"\",\n \"SnapshotStatus\": \"\",\n \"ApplicationVersionId\": {{faker 'number.int' max=99999}},\n \"SnapshotCreationTimestamp\": \"{{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": "7877ebea-f8f3-4501-9338-07c65e70b355", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidArgumentException", "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": "cfc0809d-5430-41d4-8971-114522d31c9f", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "UnsupportedOperationException", "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": "785593b5-be43-458a-a350-a9bdb3860868", "documentation": "

Lists all the versions for the specified application, including versions that were rolled back. The response also includes a summary of the configuration associated with each version.

To get the complete description of a specific application version, invoke the DescribeApplicationVersion operation.

This operation is supported only for Amazon Kinesis Data Analytics for Apache Flink.

", "method": "post", "endpoint": "#X-Amz-Target=KinesisAnalytics_20180523.ListApplicationVersions", "responses": [ { "uuid": "491e2b3f-3c2b-4d7b-9bb2-520e0ab46f0c", "body": "{\n \"ApplicationVersionSummaries\": [\n {\n \"ApplicationVersionId\": {{faker 'number.int' max=99999}},\n \"ApplicationStatus\": \"\"\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": "0170259d-d1d2-4add-bf70-5890cd914b7c", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidArgumentException", "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": "501f7e21-95a1-4cff-9abf-124326023bda", "body": "\"\"", "latency": 0, "statusCode": 481, "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": "b8af8b6b-b887-403b-8eba-5c0bd67caa13", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "UnsupportedOperationException", "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": "743f6b4d-6dc0-4499-afc6-5f0772912260", "documentation": "

Returns a list of Kinesis Data Analytics applications in your account. For each application, the response includes the application name, Amazon Resource Name (ARN), and status.

If you want detailed information about a specific application, use DescribeApplication.

", "method": "post", "endpoint": "#X-Amz-Target=KinesisAnalytics_20180523.ListApplications", "responses": [ { "uuid": "eb1f6927-325b-4bb4-8534-390c0b779987", "body": "{\n \"ApplicationSummaries\": [\n {\n \"ApplicationName\": \"\",\n \"ApplicationARN\": \"\",\n \"ApplicationStatus\": \"\",\n \"ApplicationVersionId\": {{faker 'number.int' max=99999}},\n \"RuntimeEnvironment\": \"\",\n \"ApplicationMode\": \"\"\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": "b6a79bec-fb05-4d99-9b0c-27066314ba12", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InvalidRequestException", "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": "a09111b7-b4e1-4164-827b-b0d67d0173a1", "documentation": "Retrieves the list of key-value tags assigned to the application. For more information, see Using Tagging.", "method": "post", "endpoint": "#X-Amz-Target=KinesisAnalytics_20180523.ListTagsForResource", "responses": [ { "uuid": "212ab0c6-ac4f-45a2-be58-2896038e449b", "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": "e1f45263-a5f9-4cf9-bb84-2c08d667d89e", "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": "adb0e4e1-2c23-4311-b43a-aa3b33190c22", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidArgumentException", "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": "e968713b-e66e-4477-91ef-2255ee728a43", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ConcurrentModificationException", "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": "25000733-894f-423e-a731-0d988b324df7", "documentation": "

Reverts the application to the previous running version. You can roll back an application if you suspect it is stuck in a transient status.

You can roll back an application only if it is in the UPDATING or AUTOSCALING status.

When you rollback an application, it loads state data from the last successful snapshot. If the application has no snapshots, Kinesis Data Analytics rejects the rollback request.

This action is not supported for Kinesis Data Analytics for SQL applications.

", "method": "post", "endpoint": "#X-Amz-Target=KinesisAnalytics_20180523.RollbackApplication", "responses": [ { "uuid": "0844d550-7875-4ac0-8058-b8c936529626", "body": "{\n \"ApplicationDetail\": {\n \"ApplicationARN\": \"\",\n \"ApplicationDescription\": \"\",\n \"ApplicationName\": \"\",\n \"RuntimeEnvironment\": \"\",\n \"ServiceExecutionRole\": \"\",\n \"ApplicationStatus\": \"\",\n \"ApplicationVersionId\": {{faker 'number.int' max=99999}},\n \"CreateTimestamp\": \"{{faker 'date.recent' 365}}\",\n \"LastUpdateTimestamp\": \"{{faker 'date.recent' 365}}\",\n \"ApplicationConfigurationDescription\": {\n \"SqlApplicationConfigurationDescription\": {\n \"InputDescriptions\": [\n {\n \"InputId\": \"\",\n \"NamePrefix\": \"\",\n \"InAppStreamNames\": [\n \"\"\n ],\n \"InputProcessingConfigurationDescription\": {\n \"InputLambdaProcessorDescription\": {\n \"ResourceARN\": \"\",\n \"RoleARN\": \"\"\n }\n },\n \"KinesisStreamsInputDescription\": {\n \"ResourceARN\": \"\",\n \"RoleARN\": \"\"\n },\n \"KinesisFirehoseInputDescription\": {\n \"ResourceARN\": \"\",\n \"RoleARN\": \"\"\n },\n \"InputSchema\": {\n \"RecordFormat\": {\n \"RecordFormatType\": \"\",\n \"MappingParameters\": {\n \"JSONMappingParameters\": {\n \"RecordRowPath\": \"\"\n },\n \"CSVMappingParameters\": {\n \"RecordRowDelimiter\": \"\",\n \"RecordColumnDelimiter\": \"\"\n }\n }\n },\n \"RecordEncoding\": \"\",\n \"RecordColumns\": [\n {\n \"Name\": \"\",\n \"Mapping\": \"\",\n \"SqlType\": \"\"\n }\n ]\n },\n \"InputParallelism\": {\n \"Count\": {{faker 'number.int' max=99999}}\n },\n \"InputStartingPositionConfiguration\": {\n \"InputStartingPosition\": \"\"\n }\n }\n ],\n \"OutputDescriptions\": [\n {\n \"OutputId\": \"\",\n \"Name\": \"\",\n \"KinesisStreamsOutputDescription\": {\n \"ResourceARN\": \"\",\n \"RoleARN\": \"\"\n },\n \"KinesisFirehoseOutputDescription\": {\n \"ResourceARN\": \"\",\n \"RoleARN\": \"\"\n },\n \"LambdaOutputDescription\": {\n \"ResourceARN\": \"\",\n \"RoleARN\": \"\"\n },\n \"DestinationSchema\": {\n \"RecordFormatType\": \"\"\n }\n }\n ],\n \"ReferenceDataSourceDescriptions\": [\n {\n \"ReferenceId\": \"\",\n \"TableName\": \"\",\n \"S3ReferenceDataSourceDescription\": {\n \"BucketARN\": \"\",\n \"FileKey\": \"\",\n \"ReferenceRoleARN\": \"\"\n },\n \"ReferenceSchema\": {\n \"RecordFormat\": {\n \"RecordFormatType\": \"\",\n \"MappingParameters\": {\n \"JSONMappingParameters\": {\n \"RecordRowPath\": \"\"\n },\n \"CSVMappingParameters\": {\n \"RecordRowDelimiter\": \"\",\n \"RecordColumnDelimiter\": \"\"\n }\n }\n },\n \"RecordEncoding\": \"\",\n \"RecordColumns\": [\n {\n \"Name\": \"\",\n \"Mapping\": \"\",\n \"SqlType\": \"\"\n }\n ]\n }\n }\n ]\n },\n \"ApplicationCodeConfigurationDescription\": {\n \"CodeContentType\": \"\",\n \"CodeContentDescription\": {\n \"TextContent\": \"\",\n \"CodeMD5\": \"\",\n \"CodeSize\": {{faker 'number.int' max=99999}},\n \"S3ApplicationCodeLocationDescription\": {\n \"BucketARN\": \"\",\n \"FileKey\": \"\",\n \"ObjectVersion\": \"\"\n }\n }\n },\n \"RunConfigurationDescription\": {\n \"ApplicationRestoreConfigurationDescription\": {\n \"ApplicationRestoreType\": \"\",\n \"SnapshotName\": \"\"\n },\n \"FlinkRunConfigurationDescription\": {\n \"AllowNonRestoredState\": {{faker 'datatype.boolean'}}\n }\n },\n \"FlinkApplicationConfigurationDescription\": {\n \"CheckpointConfigurationDescription\": {\n \"ConfigurationType\": \"\",\n \"CheckpointingEnabled\": {{faker 'datatype.boolean'}},\n \"CheckpointInterval\": {{faker 'number.int' max=99999}},\n \"MinPauseBetweenCheckpoints\": {{faker 'number.int' max=99999}}\n },\n \"MonitoringConfigurationDescription\": {\n \"ConfigurationType\": \"\",\n \"MetricsLevel\": \"\",\n \"LogLevel\": \"\"\n },\n \"ParallelismConfigurationDescription\": {\n \"ConfigurationType\": \"\",\n \"Parallelism\": {{faker 'number.int' max=99999}},\n \"ParallelismPerKPU\": {{faker 'number.int' max=99999}},\n \"CurrentParallelism\": {{faker 'number.int' max=99999}},\n \"AutoScalingEnabled\": {{faker 'datatype.boolean'}}\n },\n \"JobPlanDescription\": \"\"\n },\n \"EnvironmentPropertyDescriptions\": {\n \"PropertyGroupDescriptions\": [\n {\n \"PropertyGroupId\": \"\",\n \"PropertyMap\": {}\n }\n ]\n },\n \"ApplicationSnapshotConfigurationDescription\": {\n \"SnapshotsEnabled\": {{faker 'datatype.boolean'}}\n },\n \"VpcConfigurationDescriptions\": [\n {\n \"VpcConfigurationId\": \"\",\n \"VpcId\": \"\",\n \"SubnetIds\": [\n \"\"\n ],\n \"SecurityGroupIds\": [\n \"\"\n ]\n }\n ],\n \"ZeppelinApplicationConfigurationDescription\": {\n \"MonitoringConfigurationDescription\": {\n \"LogLevel\": \"\"\n },\n \"CatalogConfigurationDescription\": {\n \"GlueDataCatalogConfigurationDescription\": {\n \"DatabaseARN\": \"\"\n }\n },\n \"DeployAsApplicationConfigurationDescription\": {\n \"S3ContentLocationDescription\": {\n \"BucketARN\": \"\",\n \"BasePath\": \"\"\n }\n },\n \"CustomArtifactsConfigurationDescription\": [\n {\n \"ArtifactType\": \"\",\n \"S3ContentLocationDescription\": {\n \"BucketARN\": \"\",\n \"FileKey\": \"\",\n \"ObjectVersion\": \"\"\n },\n \"MavenReferenceDescription\": {\n \"GroupId\": \"\",\n \"ArtifactId\": \"\",\n \"Version\": \"\"\n }\n }\n ]\n }\n },\n \"CloudWatchLoggingOptionDescriptions\": [\n {\n \"CloudWatchLoggingOptionId\": \"\",\n \"LogStreamARN\": \"\",\n \"RoleARN\": \"\"\n }\n ],\n \"ApplicationMaintenanceConfigurationDescription\": {\n \"ApplicationMaintenanceWindowStartTime\": \"\",\n \"ApplicationMaintenanceWindowEndTime\": \"\"\n },\n \"ApplicationVersionUpdatedFrom\": {{faker 'number.int' max=99999}},\n \"ApplicationVersionRolledBackFrom\": {{faker 'number.int' max=99999}},\n \"ConditionalToken\": \"\",\n \"ApplicationVersionRolledBackTo\": {{faker 'number.int' max=99999}},\n \"ApplicationMode\": \"\"\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": "cc269d8d-29f9-4f0e-998e-bfe6b4d0eea3", "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": "5c2c8d03-67a1-4013-a534-7382d95559b3", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "InvalidArgumentException", "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": "e2943c7e-3e23-45af-9fb5-fababaf223c0", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ResourceInUseException", "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": "eba4b767-978a-47e3-8829-5c0e392f224c", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InvalidRequestException", "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": "00c5a2be-4b56-45f7-817e-b61c6b60a86b", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "ConcurrentModificationException", "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": "a767b2c2-3637-4083-ac22-0efb53d37566", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "UnsupportedOperationException", "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": "6807108c-58de-4d25-99e9-9e4c99f7e8dd", "documentation": "Starts the specified Kinesis Data Analytics application. After creating an application, you must exclusively call this operation to start your application.", "method": "post", "endpoint": "#X-Amz-Target=KinesisAnalytics_20180523.StartApplication", "responses": [ { "uuid": "da6b683b-fb55-478d-8736-ab5dfa5871fa", "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": "81c47f9b-9aed-4db3-989c-b7c77ef5a388", "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": "5bdbfc86-00a6-44c7-ad09-0c3dda181c19", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceInUseException", "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": "2acf4b75-4192-464d-a1af-2bc39c5ba079", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InvalidArgumentException", "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": "1a286445-8f5d-4c9e-84a3-25ff43780c46", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InvalidApplicationConfigurationException", "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": "5fedd311-da3f-4d56-9dde-78cc4b8f9aed", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "InvalidRequestException", "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": "894090bb-29eb-4d3a-aca6-e6547f251935", "documentation": "

Stops the application from processing data. You can stop an application only if it is in the running status, unless you set the Force parameter to true.

You can use the DescribeApplication operation to find the application status.

Kinesis Data Analytics takes a snapshot when the application is stopped, unless Force is set to true.

", "method": "post", "endpoint": "#X-Amz-Target=KinesisAnalytics_20180523.StopApplication", "responses": [ { "uuid": "cf97cd55-d2ba-4378-901b-c7fe3a631115", "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": "3669c8ce-8b4e-4c3d-becf-4f25a4cb34f5", "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": "cc4f6e1f-8825-41f3-bb92-e8069386d251", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceInUseException", "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": "82100e81-0fec-4be7-a0f1-3e0078363af9", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InvalidArgumentException", "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": "c1e03912-d3f5-41f5-881e-a090b6ca5d5a", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InvalidRequestException", "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": "aa174327-bcef-4bd3-a89e-1d28a2c44775", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "InvalidApplicationConfigurationException", "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": "75c9bfdb-9329-488c-a135-036812205701", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "ConcurrentModificationException", "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": "fd0cbffa-afef-4fb1-a21b-e8be35d47154", "documentation": "Adds one or more key-value tags to a Kinesis Data Analytics application. Note that the maximum number of application tags includes system tags. The maximum number of user-defined application tags is 50. For more information, see Using Tagging.", "method": "post", "endpoint": "#X-Amz-Target=KinesisAnalytics_20180523.TagResource", "responses": [ { "uuid": "296f751e-469f-4e76-b766-f183f68c9608", "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": "6222f159-2c81-43e2-ac06-c5972f1b188d", "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": "b379146f-e8c0-477c-9209-fdc4bb7dadf7", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceInUseException", "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": "624631b5-4c05-4543-8351-ff8af7046530", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "TooManyTagsException", "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": "f3bb317d-260a-442d-9d92-f66128193edb", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InvalidArgumentException", "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": "7bf0e3c4-2c1b-48b7-89c9-9473fa93e7cd", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "ConcurrentModificationException", "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": "2e58d51d-07c6-4cef-a301-bb42293be7f1", "documentation": "Removes one or more tags from a Kinesis Data Analytics application. For more information, see Using Tagging.", "method": "post", "endpoint": "#X-Amz-Target=KinesisAnalytics_20180523.UntagResource", "responses": [ { "uuid": "f6824c86-9ea3-469d-92b6-4f71d8c1490a", "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": "6ad0522d-6063-48c0-a110-2e60209f3427", "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": "b56da552-3629-4671-b7cd-5001bbee1b08", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceInUseException", "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": "60ff05fb-816e-49cc-a921-639ab4128936", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "TooManyTagsException", "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": "d4a90b28-f605-4e8b-8a70-4a77b47f7b43", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InvalidArgumentException", "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": "3c22ee22-5451-4d43-886f-e54a513ee9b5", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "ConcurrentModificationException", "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": "218e0b06-0de2-48d3-b6f8-ed7994c3d27b", "documentation": "

Updates an existing Kinesis Data Analytics application. Using this operation, you can update application code, input configuration, and output configuration.

Kinesis Data Analytics updates the ApplicationVersionId each time you update your application.

You cannot update the RuntimeEnvironment of an existing application. If you need to update an application's RuntimeEnvironment, you must delete the application and create it again.

", "method": "post", "endpoint": "#X-Amz-Target=KinesisAnalytics_20180523.UpdateApplication", "responses": [ { "uuid": "1ac345e0-935a-4b65-8ba4-302b4aecd443", "body": "{\n \"ApplicationDetail\": {\n \"ApplicationARN\": \"\",\n \"ApplicationDescription\": \"\",\n \"ApplicationName\": \"\",\n \"RuntimeEnvironment\": \"\",\n \"ServiceExecutionRole\": \"\",\n \"ApplicationStatus\": \"\",\n \"ApplicationVersionId\": {{faker 'number.int' max=99999}},\n \"CreateTimestamp\": \"{{faker 'date.recent' 365}}\",\n \"LastUpdateTimestamp\": \"{{faker 'date.recent' 365}}\",\n \"ApplicationConfigurationDescription\": {\n \"SqlApplicationConfigurationDescription\": {\n \"InputDescriptions\": [\n {\n \"InputId\": \"\",\n \"NamePrefix\": \"\",\n \"InAppStreamNames\": [\n \"\"\n ],\n \"InputProcessingConfigurationDescription\": {\n \"InputLambdaProcessorDescription\": {\n \"ResourceARN\": \"\",\n \"RoleARN\": \"\"\n }\n },\n \"KinesisStreamsInputDescription\": {\n \"ResourceARN\": \"\",\n \"RoleARN\": \"\"\n },\n \"KinesisFirehoseInputDescription\": {\n \"ResourceARN\": \"\",\n \"RoleARN\": \"\"\n },\n \"InputSchema\": {\n \"RecordFormat\": {\n \"RecordFormatType\": \"\",\n \"MappingParameters\": {\n \"JSONMappingParameters\": {\n \"RecordRowPath\": \"\"\n },\n \"CSVMappingParameters\": {\n \"RecordRowDelimiter\": \"\",\n \"RecordColumnDelimiter\": \"\"\n }\n }\n },\n \"RecordEncoding\": \"\",\n \"RecordColumns\": [\n {\n \"Name\": \"\",\n \"Mapping\": \"\",\n \"SqlType\": \"\"\n }\n ]\n },\n \"InputParallelism\": {\n \"Count\": {{faker 'number.int' max=99999}}\n },\n \"InputStartingPositionConfiguration\": {\n \"InputStartingPosition\": \"\"\n }\n }\n ],\n \"OutputDescriptions\": [\n {\n \"OutputId\": \"\",\n \"Name\": \"\",\n \"KinesisStreamsOutputDescription\": {\n \"ResourceARN\": \"\",\n \"RoleARN\": \"\"\n },\n \"KinesisFirehoseOutputDescription\": {\n \"ResourceARN\": \"\",\n \"RoleARN\": \"\"\n },\n \"LambdaOutputDescription\": {\n \"ResourceARN\": \"\",\n \"RoleARN\": \"\"\n },\n \"DestinationSchema\": {\n \"RecordFormatType\": \"\"\n }\n }\n ],\n \"ReferenceDataSourceDescriptions\": [\n {\n \"ReferenceId\": \"\",\n \"TableName\": \"\",\n \"S3ReferenceDataSourceDescription\": {\n \"BucketARN\": \"\",\n \"FileKey\": \"\",\n \"ReferenceRoleARN\": \"\"\n },\n \"ReferenceSchema\": {\n \"RecordFormat\": {\n \"RecordFormatType\": \"\",\n \"MappingParameters\": {\n \"JSONMappingParameters\": {\n \"RecordRowPath\": \"\"\n },\n \"CSVMappingParameters\": {\n \"RecordRowDelimiter\": \"\",\n \"RecordColumnDelimiter\": \"\"\n }\n }\n },\n \"RecordEncoding\": \"\",\n \"RecordColumns\": [\n {\n \"Name\": \"\",\n \"Mapping\": \"\",\n \"SqlType\": \"\"\n }\n ]\n }\n }\n ]\n },\n \"ApplicationCodeConfigurationDescription\": {\n \"CodeContentType\": \"\",\n \"CodeContentDescription\": {\n \"TextContent\": \"\",\n \"CodeMD5\": \"\",\n \"CodeSize\": {{faker 'number.int' max=99999}},\n \"S3ApplicationCodeLocationDescription\": {\n \"BucketARN\": \"\",\n \"FileKey\": \"\",\n \"ObjectVersion\": \"\"\n }\n }\n },\n \"RunConfigurationDescription\": {\n \"ApplicationRestoreConfigurationDescription\": {\n \"ApplicationRestoreType\": \"\",\n \"SnapshotName\": \"\"\n },\n \"FlinkRunConfigurationDescription\": {\n \"AllowNonRestoredState\": {{faker 'datatype.boolean'}}\n }\n },\n \"FlinkApplicationConfigurationDescription\": {\n \"CheckpointConfigurationDescription\": {\n \"ConfigurationType\": \"\",\n \"CheckpointingEnabled\": {{faker 'datatype.boolean'}},\n \"CheckpointInterval\": {{faker 'number.int' max=99999}},\n \"MinPauseBetweenCheckpoints\": {{faker 'number.int' max=99999}}\n },\n \"MonitoringConfigurationDescription\": {\n \"ConfigurationType\": \"\",\n \"MetricsLevel\": \"\",\n \"LogLevel\": \"\"\n },\n \"ParallelismConfigurationDescription\": {\n \"ConfigurationType\": \"\",\n \"Parallelism\": {{faker 'number.int' max=99999}},\n \"ParallelismPerKPU\": {{faker 'number.int' max=99999}},\n \"CurrentParallelism\": {{faker 'number.int' max=99999}},\n \"AutoScalingEnabled\": {{faker 'datatype.boolean'}}\n },\n \"JobPlanDescription\": \"\"\n },\n \"EnvironmentPropertyDescriptions\": {\n \"PropertyGroupDescriptions\": [\n {\n \"PropertyGroupId\": \"\",\n \"PropertyMap\": {}\n }\n ]\n },\n \"ApplicationSnapshotConfigurationDescription\": {\n \"SnapshotsEnabled\": {{faker 'datatype.boolean'}}\n },\n \"VpcConfigurationDescriptions\": [\n {\n \"VpcConfigurationId\": \"\",\n \"VpcId\": \"\",\n \"SubnetIds\": [\n \"\"\n ],\n \"SecurityGroupIds\": [\n \"\"\n ]\n }\n ],\n \"ZeppelinApplicationConfigurationDescription\": {\n \"MonitoringConfigurationDescription\": {\n \"LogLevel\": \"\"\n },\n \"CatalogConfigurationDescription\": {\n \"GlueDataCatalogConfigurationDescription\": {\n \"DatabaseARN\": \"\"\n }\n },\n \"DeployAsApplicationConfigurationDescription\": {\n \"S3ContentLocationDescription\": {\n \"BucketARN\": \"\",\n \"BasePath\": \"\"\n }\n },\n \"CustomArtifactsConfigurationDescription\": [\n {\n \"ArtifactType\": \"\",\n \"S3ContentLocationDescription\": {\n \"BucketARN\": \"\",\n \"FileKey\": \"\",\n \"ObjectVersion\": \"\"\n },\n \"MavenReferenceDescription\": {\n \"GroupId\": \"\",\n \"ArtifactId\": \"\",\n \"Version\": \"\"\n }\n }\n ]\n }\n },\n \"CloudWatchLoggingOptionDescriptions\": [\n {\n \"CloudWatchLoggingOptionId\": \"\",\n \"LogStreamARN\": \"\",\n \"RoleARN\": \"\"\n }\n ],\n \"ApplicationMaintenanceConfigurationDescription\": {\n \"ApplicationMaintenanceWindowStartTime\": \"\",\n \"ApplicationMaintenanceWindowEndTime\": \"\"\n },\n \"ApplicationVersionUpdatedFrom\": {{faker 'number.int' max=99999}},\n \"ApplicationVersionRolledBackFrom\": {{faker 'number.int' max=99999}},\n \"ConditionalToken\": \"\",\n \"ApplicationVersionRolledBackTo\": {{faker 'number.int' max=99999}},\n \"ApplicationMode\": \"\"\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": "62782109-d64b-484e-b6f0-a79b8c1c4160", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "CodeValidationException", "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": "7ce2e677-a6d3-4bde-a750-e093c41d7b6b", "body": "\"\"", "latency": 0, "statusCode": 481, "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": "9fd2f1ac-be30-4194-bcc0-5a83861c5531", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ResourceInUseException", "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": "5aadaaab-70e0-4a0b-9eb0-41553ab9b621", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InvalidArgumentException", "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": "4de9ec21-5e2f-4ca6-aa4b-491cca8ac25b", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "ConcurrentModificationException", "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": "db347d43-0763-4813-878b-30a7f0316d1a", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "InvalidRequestException", "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": "4e787a0b-e21a-4741-8e30-beeac7f18f22", "body": "\"\"", "latency": 0, "statusCode": 486, "label": "InvalidApplicationConfigurationException", "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": "a1ed359b-20a6-4cb2-be87-85b61adbead2", "body": "\"\"", "latency": 0, "statusCode": 487, "label": "LimitExceededException", "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": "6e4f79f6-f1b3-40ad-a1d0-3e3f0a99b48a", "documentation": "

Updates the maintenance configuration of the Kinesis Data Analytics application.

You can invoke this operation on an application that is in one of the two following states: READY or RUNNING. If you invoke it when the application is in a state other than these two states, it throws a ResourceInUseException. The service makes use of the updated configuration the next time it schedules maintenance for the application. If you invoke this operation after the service schedules maintenance, the service will apply the configuration update the next time it schedules maintenance for the application. This means that you might not see the maintenance configuration update applied to the maintenance process that follows a successful invocation of this operation, but to the following maintenance process instead.

To see the current maintenance configuration of your application, invoke the DescribeApplication operation.

For information about application maintenance, see Kinesis Data Analytics for Apache Flink Maintenance.

This operation is supported only for Amazon Kinesis Data Analytics for Apache Flink.

", "method": "post", "endpoint": "#X-Amz-Target=KinesisAnalytics_20180523.UpdateApplicationMaintenanceConfiguration", "responses": [ { "uuid": "b753f0b3-d424-427a-a149-b5fed82de76c", "body": "{\n \"ApplicationARN\": \"\",\n \"ApplicationMaintenanceConfigurationDescription\": {\n \"ApplicationMaintenanceWindowStartTime\": \"\",\n \"ApplicationMaintenanceWindowEndTime\": \"\"\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": "b730f487-e52b-4b27-aff8-32a646e2c5c6", "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": "0ca7f5d4-e6bf-4fcc-b60c-cd4b6fc6ad89", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "ResourceInUseException", "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": "3ce1d529-8a03-432d-a0a6-e7d22aedc8ce", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InvalidArgumentException", "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": "05f5b092-5644-474d-9a57-298a05c0194b", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "ConcurrentModificationException", "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": "8b20e998-0d61-4e18-8dcf-bc797d7ec320", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "UnsupportedOperationException", "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": "772d5d77-4e40-4ad7-a129-268d88f61f2e" }, { "type": "route", "uuid": "a3a06ca8-f989-4d52-bf8a-5e297a4cf3c1" }, { "type": "route", "uuid": "c3822b0e-6be9-41aa-95b8-66fef90b62bd" }, { "type": "route", "uuid": "9a576455-6007-4888-b781-0d401a89cdcb" }, { "type": "route", "uuid": "a0d8e969-101c-4e5b-8bdf-613016c6144b" }, { "type": "route", "uuid": "9c3669c9-f678-401c-807b-6989e6cff68e" }, { "type": "route", "uuid": "39e3355b-4db5-4518-9e02-a46083ef58b8" }, { "type": "route", "uuid": "0b95997e-c3b8-40cd-ad4d-9f39b2b1a310" }, { "type": "route", "uuid": "c81bb5a0-359b-4bb6-81c0-a817b7dcf520" }, { "type": "route", "uuid": "8c8dcbfa-764d-41e7-a11e-98e9793001d9" }, { "type": "route", "uuid": "ac0fc90a-e6e4-4ba1-a775-7b1aa71d9734" }, { "type": "route", "uuid": "692d3f26-6420-4655-8b53-19c57580cff5" }, { "type": "route", "uuid": "94aeef7e-24da-4717-8194-8fcafaab0f36" }, { "type": "route", "uuid": "45b5bc3f-3756-442d-83a1-f237c5f0a481" }, { "type": "route", "uuid": "e040118b-7c71-4ac1-998a-5eda34602cdb" }, { "type": "route", "uuid": "5a0d15a0-c596-457f-ab93-f80905e4872b" }, { "type": "route", "uuid": "e0566c00-3471-44e7-b633-db38145af268" }, { "type": "route", "uuid": "38c2bb25-944f-48af-8a1d-13f531a158d5" }, { "type": "route", "uuid": "cf78eacd-833b-4092-adbe-e852228f9ef2" }, { "type": "route", "uuid": "b2296594-7b3f-48b6-a32c-192bba6b279a" }, { "type": "route", "uuid": "eedb48c1-43df-4263-bea6-285b7c504ff1" }, { "type": "route", "uuid": "785593b5-be43-458a-a350-a9bdb3860868" }, { "type": "route", "uuid": "743f6b4d-6dc0-4499-afc6-5f0772912260" }, { "type": "route", "uuid": "a09111b7-b4e1-4164-827b-b0d67d0173a1" }, { "type": "route", "uuid": "25000733-894f-423e-a731-0d988b324df7" }, { "type": "route", "uuid": "6807108c-58de-4d25-99e9-9e4c99f7e8dd" }, { "type": "route", "uuid": "894090bb-29eb-4d3a-aca6-e6547f251935" }, { "type": "route", "uuid": "fd0cbffa-afef-4fb1-a21b-e8be35d47154" }, { "type": "route", "uuid": "2e58d51d-07c6-4cef-a301-bb42293be7f1" }, { "type": "route", "uuid": "218e0b06-0de2-48d3-b6f8-ed7994c3d27b" }, { "type": "route", "uuid": "6e4f79f6-f1b3-40ad-a1d0-3e3f0a99b48a" } ] }