mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-30 04:20:53 +00:00
Update vendored deps, including AWS SDK, openpgp, ftp, ...
This commit is contained in:
Generated
Vendored
+185
-12
@@ -7,6 +7,7 @@
|
||||
"protocol":"json",
|
||||
"serviceAbbreviation":"Kinesis Analytics",
|
||||
"serviceFullName":"Amazon Kinesis Analytics",
|
||||
"serviceId":"Kinesis Analytics",
|
||||
"signatureVersion":"v4",
|
||||
"targetPrefix":"KinesisAnalytics_20150814",
|
||||
"timestampFormat":"unixTimestamp",
|
||||
@@ -44,6 +45,21 @@
|
||||
{"shape":"CodeValidationException"}
|
||||
]
|
||||
},
|
||||
"AddApplicationInputProcessingConfiguration":{
|
||||
"name":"AddApplicationInputProcessingConfiguration",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/"
|
||||
},
|
||||
"input":{"shape":"AddApplicationInputProcessingConfigurationRequest"},
|
||||
"output":{"shape":"AddApplicationInputProcessingConfigurationResponse"},
|
||||
"errors":[
|
||||
{"shape":"ResourceNotFoundException"},
|
||||
{"shape":"ResourceInUseException"},
|
||||
{"shape":"InvalidArgumentException"},
|
||||
{"shape":"ConcurrentModificationException"}
|
||||
]
|
||||
},
|
||||
"AddApplicationOutput":{
|
||||
"name":"AddApplicationOutput",
|
||||
"http":{
|
||||
@@ -118,6 +134,21 @@
|
||||
{"shape":"ConcurrentModificationException"}
|
||||
]
|
||||
},
|
||||
"DeleteApplicationInputProcessingConfiguration":{
|
||||
"name":"DeleteApplicationInputProcessingConfiguration",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/"
|
||||
},
|
||||
"input":{"shape":"DeleteApplicationInputProcessingConfigurationRequest"},
|
||||
"output":{"shape":"DeleteApplicationInputProcessingConfigurationResponse"},
|
||||
"errors":[
|
||||
{"shape":"ResourceNotFoundException"},
|
||||
{"shape":"ResourceInUseException"},
|
||||
{"shape":"InvalidArgumentException"},
|
||||
{"shape":"ConcurrentModificationException"}
|
||||
]
|
||||
},
|
||||
"DeleteApplicationOutput":{
|
||||
"name":"DeleteApplicationOutput",
|
||||
"http":{
|
||||
@@ -248,6 +279,26 @@
|
||||
"members":{
|
||||
}
|
||||
},
|
||||
"AddApplicationInputProcessingConfigurationRequest":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"ApplicationName",
|
||||
"CurrentApplicationVersionId",
|
||||
"InputId",
|
||||
"InputProcessingConfiguration"
|
||||
],
|
||||
"members":{
|
||||
"ApplicationName":{"shape":"ApplicationName"},
|
||||
"CurrentApplicationVersionId":{"shape":"ApplicationVersionId"},
|
||||
"InputId":{"shape":"Id"},
|
||||
"InputProcessingConfiguration":{"shape":"InputProcessingConfiguration"}
|
||||
}
|
||||
},
|
||||
"AddApplicationInputProcessingConfigurationResponse":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
}
|
||||
},
|
||||
"AddApplicationInputRequest":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
@@ -497,6 +548,24 @@
|
||||
"members":{
|
||||
}
|
||||
},
|
||||
"DeleteApplicationInputProcessingConfigurationRequest":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"ApplicationName",
|
||||
"CurrentApplicationVersionId",
|
||||
"InputId"
|
||||
],
|
||||
"members":{
|
||||
"ApplicationName":{"shape":"ApplicationName"},
|
||||
"CurrentApplicationVersionId":{"shape":"ApplicationVersionId"},
|
||||
"InputId":{"shape":"Id"}
|
||||
}
|
||||
},
|
||||
"DeleteApplicationInputProcessingConfigurationResponse":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
}
|
||||
},
|
||||
"DeleteApplicationOutputRequest":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
@@ -571,15 +640,12 @@
|
||||
},
|
||||
"DiscoverInputSchemaRequest":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"ResourceARN",
|
||||
"RoleARN",
|
||||
"InputStartingPositionConfiguration"
|
||||
],
|
||||
"members":{
|
||||
"ResourceARN":{"shape":"ResourceARN"},
|
||||
"RoleARN":{"shape":"RoleARN"},
|
||||
"InputStartingPositionConfiguration":{"shape":"InputStartingPositionConfiguration"}
|
||||
"InputStartingPositionConfiguration":{"shape":"InputStartingPositionConfiguration"},
|
||||
"S3Configuration":{"shape":"S3Configuration"},
|
||||
"InputProcessingConfiguration":{"shape":"InputProcessingConfiguration"}
|
||||
}
|
||||
},
|
||||
"DiscoverInputSchemaResponse":{
|
||||
@@ -587,11 +653,16 @@
|
||||
"members":{
|
||||
"InputSchema":{"shape":"SourceSchema"},
|
||||
"ParsedInputRecords":{"shape":"ParsedInputRecords"},
|
||||
"ProcessedInputRecords":{"shape":"ProcessedInputRecords"},
|
||||
"RawInputRecords":{"shape":"RawInputRecords"}
|
||||
}
|
||||
},
|
||||
"ErrorMessage":{"type":"string"},
|
||||
"FileKey":{"type":"string"},
|
||||
"FileKey":{
|
||||
"type":"string",
|
||||
"max":1024,
|
||||
"min":1
|
||||
},
|
||||
"Id":{
|
||||
"type":"string",
|
||||
"max":50,
|
||||
@@ -622,6 +693,7 @@
|
||||
],
|
||||
"members":{
|
||||
"NamePrefix":{"shape":"InAppStreamName"},
|
||||
"InputProcessingConfiguration":{"shape":"InputProcessingConfiguration"},
|
||||
"KinesisStreamsInput":{"shape":"KinesisStreamsInput"},
|
||||
"KinesisFirehoseInput":{"shape":"KinesisFirehoseInput"},
|
||||
"InputParallelism":{"shape":"InputParallelism"},
|
||||
@@ -649,6 +721,7 @@
|
||||
"InputId":{"shape":"Id"},
|
||||
"NamePrefix":{"shape":"InAppStreamName"},
|
||||
"InAppStreamNames":{"shape":"InAppStreamNames"},
|
||||
"InputProcessingConfigurationDescription":{"shape":"InputProcessingConfigurationDescription"},
|
||||
"KinesisStreamsInputDescription":{"shape":"KinesisStreamsInputDescription"},
|
||||
"KinesisFirehoseInputDescription":{"shape":"KinesisFirehoseInputDescription"},
|
||||
"InputSchema":{"shape":"SourceSchema"},
|
||||
@@ -660,6 +733,31 @@
|
||||
"type":"list",
|
||||
"member":{"shape":"InputDescription"}
|
||||
},
|
||||
"InputLambdaProcessor":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"ResourceARN",
|
||||
"RoleARN"
|
||||
],
|
||||
"members":{
|
||||
"ResourceARN":{"shape":"ResourceARN"},
|
||||
"RoleARN":{"shape":"RoleARN"}
|
||||
}
|
||||
},
|
||||
"InputLambdaProcessorDescription":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"ResourceARN":{"shape":"ResourceARN"},
|
||||
"RoleARN":{"shape":"RoleARN"}
|
||||
}
|
||||
},
|
||||
"InputLambdaProcessorUpdate":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"ResourceARNUpdate":{"shape":"ResourceARN"},
|
||||
"RoleARNUpdate":{"shape":"RoleARN"}
|
||||
}
|
||||
},
|
||||
"InputParallelism":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
@@ -677,6 +775,26 @@
|
||||
"CountUpdate":{"shape":"InputParallelismCount"}
|
||||
}
|
||||
},
|
||||
"InputProcessingConfiguration":{
|
||||
"type":"structure",
|
||||
"required":["InputLambdaProcessor"],
|
||||
"members":{
|
||||
"InputLambdaProcessor":{"shape":"InputLambdaProcessor"}
|
||||
}
|
||||
},
|
||||
"InputProcessingConfigurationDescription":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"InputLambdaProcessorDescription":{"shape":"InputLambdaProcessorDescription"}
|
||||
}
|
||||
},
|
||||
"InputProcessingConfigurationUpdate":{
|
||||
"type":"structure",
|
||||
"required":["InputLambdaProcessorUpdate"],
|
||||
"members":{
|
||||
"InputLambdaProcessorUpdate":{"shape":"InputLambdaProcessorUpdate"}
|
||||
}
|
||||
},
|
||||
"InputSchemaUpdate":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
@@ -705,6 +823,7 @@
|
||||
"members":{
|
||||
"InputId":{"shape":"Id"},
|
||||
"NamePrefixUpdate":{"shape":"InAppStreamName"},
|
||||
"InputProcessingConfigurationUpdate":{"shape":"InputProcessingConfigurationUpdate"},
|
||||
"KinesisStreamsInputUpdate":{"shape":"KinesisStreamsInputUpdate"},
|
||||
"KinesisFirehoseInputUpdate":{"shape":"KinesisFirehoseInputUpdate"},
|
||||
"InputSchemaUpdate":{"shape":"InputSchemaUpdate"},
|
||||
@@ -840,6 +959,31 @@
|
||||
"RoleARNUpdate":{"shape":"RoleARN"}
|
||||
}
|
||||
},
|
||||
"LambdaOutput":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"ResourceARN",
|
||||
"RoleARN"
|
||||
],
|
||||
"members":{
|
||||
"ResourceARN":{"shape":"ResourceARN"},
|
||||
"RoleARN":{"shape":"RoleARN"}
|
||||
}
|
||||
},
|
||||
"LambdaOutputDescription":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"ResourceARN":{"shape":"ResourceARN"},
|
||||
"RoleARN":{"shape":"RoleARN"}
|
||||
}
|
||||
},
|
||||
"LambdaOutputUpdate":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"ResourceARNUpdate":{"shape":"ResourceARN"},
|
||||
"RoleARNUpdate":{"shape":"RoleARN"}
|
||||
}
|
||||
},
|
||||
"LimitExceededException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
@@ -893,6 +1037,7 @@
|
||||
"Name":{"shape":"InAppStreamName"},
|
||||
"KinesisStreamsOutput":{"shape":"KinesisStreamsOutput"},
|
||||
"KinesisFirehoseOutput":{"shape":"KinesisFirehoseOutput"},
|
||||
"LambdaOutput":{"shape":"LambdaOutput"},
|
||||
"DestinationSchema":{"shape":"DestinationSchema"}
|
||||
}
|
||||
},
|
||||
@@ -903,6 +1048,7 @@
|
||||
"Name":{"shape":"InAppStreamName"},
|
||||
"KinesisStreamsOutputDescription":{"shape":"KinesisStreamsOutputDescription"},
|
||||
"KinesisFirehoseOutputDescription":{"shape":"KinesisFirehoseOutputDescription"},
|
||||
"LambdaOutputDescription":{"shape":"LambdaOutputDescription"},
|
||||
"DestinationSchema":{"shape":"DestinationSchema"}
|
||||
}
|
||||
},
|
||||
@@ -918,6 +1064,7 @@
|
||||
"NameUpdate":{"shape":"InAppStreamName"},
|
||||
"KinesisStreamsOutputUpdate":{"shape":"KinesisStreamsOutputUpdate"},
|
||||
"KinesisFirehoseOutputUpdate":{"shape":"KinesisFirehoseOutputUpdate"},
|
||||
"LambdaOutputUpdate":{"shape":"LambdaOutputUpdate"},
|
||||
"DestinationSchemaUpdate":{"shape":"DestinationSchema"}
|
||||
}
|
||||
},
|
||||
@@ -938,6 +1085,11 @@
|
||||
"type":"list",
|
||||
"member":{"shape":"ParsedInputRecord"}
|
||||
},
|
||||
"ProcessedInputRecord":{"type":"string"},
|
||||
"ProcessedInputRecords":{
|
||||
"type":"list",
|
||||
"member":{"shape":"ProcessedInputRecord"}
|
||||
},
|
||||
"RawInputRecord":{"type":"string"},
|
||||
"RawInputRecords":{
|
||||
"type":"list",
|
||||
@@ -964,7 +1116,10 @@
|
||||
"type":"string",
|
||||
"pattern":"[a-zA-Z_][a-zA-Z0-9_]*"
|
||||
},
|
||||
"RecordColumnSqlType":{"type":"string"},
|
||||
"RecordColumnSqlType":{
|
||||
"type":"string",
|
||||
"min":1
|
||||
},
|
||||
"RecordColumns":{
|
||||
"type":"list",
|
||||
"member":{"shape":"RecordColumn"},
|
||||
@@ -994,7 +1149,10 @@
|
||||
"type":"string",
|
||||
"min":1
|
||||
},
|
||||
"RecordRowPath":{"type":"string"},
|
||||
"RecordRowPath":{
|
||||
"type":"string",
|
||||
"min":1
|
||||
},
|
||||
"ReferenceDataSource":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
@@ -1043,7 +1201,7 @@
|
||||
"type":"string",
|
||||
"max":2048,
|
||||
"min":1,
|
||||
"pattern":"arn:[a-zA-Z0-9\\-]+:[a-zA-Z0-9\\-]+:[a-zA-Z0-9\\-]*:\\d{12}:[a-zA-Z_0-9+=,.@\\-_/:]+"
|
||||
"pattern":"arn:.*"
|
||||
},
|
||||
"ResourceInUseException":{
|
||||
"type":"structure",
|
||||
@@ -1072,6 +1230,19 @@
|
||||
"min":1,
|
||||
"pattern":"arn:aws:iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+"
|
||||
},
|
||||
"S3Configuration":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"RoleARN",
|
||||
"BucketARN",
|
||||
"FileKey"
|
||||
],
|
||||
"members":{
|
||||
"RoleARN":{"shape":"RoleARN"},
|
||||
"BucketARN":{"shape":"BucketARN"},
|
||||
"FileKey":{"shape":"FileKey"}
|
||||
}
|
||||
},
|
||||
"S3ReferenceDataSource":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
@@ -1111,7 +1282,8 @@
|
||||
"members":{
|
||||
"message":{"shape":"ErrorMessage"}
|
||||
},
|
||||
"exception":true
|
||||
"exception":true,
|
||||
"fault":true
|
||||
},
|
||||
"SourceSchema":{
|
||||
"type":"structure",
|
||||
@@ -1158,7 +1330,8 @@
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"message":{"shape":"ErrorMessage"},
|
||||
"RawInputRecords":{"shape":"RawInputRecords"}
|
||||
"RawInputRecords":{"shape":"RawInputRecords"},
|
||||
"ProcessedInputRecords":{"shape":"ProcessedInputRecords"}
|
||||
},
|
||||
"exception":true
|
||||
},
|
||||
|
||||
Generated
Vendored
+156
-38
@@ -4,15 +4,17 @@
|
||||
"operations": {
|
||||
"AddApplicationCloudWatchLoggingOption": "<p>Adds a CloudWatch log stream to monitor application configuration errors. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see <a href=\"http://docs.aws.amazon.com/kinesisanalytics/latest/dev/cloudwatch-logs.html\">Working with Amazon CloudWatch Logs</a>.</p>",
|
||||
"AddApplicationInput": "<p> Adds a streaming source to your Amazon Kinesis application. For conceptual information, see <a href=\"http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-input.html\">Configuring Application Input</a>. </p> <p>You can add a streaming source either 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 <a>CreateApplication</a>.</p> <p>Any configuration update, including adding a streaming source using this operation, results in a new version of the application. You can use the <a>DescribeApplication</a> operation to find the current application version. </p> <p>This operation requires permissions to perform the <code>kinesisanalytics:AddApplicationInput</code> action.</p>",
|
||||
"AddApplicationOutput": "<p>Adds an external destination to your Amazon Kinesis Analytics application.</p> <p>If you want Amazon Kinesis Analytics to deliver data from an in-application stream within your application to an external destination (such as an Amazon Kinesis stream or a Firehose delivery stream), 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.</p> <p> 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. For conceptual information, see <a href=\"http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-output.html\">Understanding Application Output (Destination)</a>. </p> <p> Note that any configuration update, including adding a streaming source using this operation, results in a new version of the application. You can use the <a>DescribeApplication</a> operation to find the current application version.</p> <p>For the limits on the number of application inputs and outputs you can configure, see <a href=\"http://docs.aws.amazon.com/kinesisanalytics/latest/dev/limits.html\">Limits</a>.</p> <p>This operation requires permissions to perform the <code>kinesisanalytics:AddApplicationOutput</code> action.</p>",
|
||||
"AddApplicationInputProcessingConfiguration": "<p>Adds an <a>InputProcessingConfiguration</a> to an application. An input processor preprocesses records on the input stream before the application's SQL code executes. Currently, the only input processor available is <a href=\"https://aws.amazon.com/documentation/lambda/\">AWS Lambda</a>.</p>",
|
||||
"AddApplicationOutput": "<p>Adds an external destination to your Amazon Kinesis Analytics application.</p> <p>If you want Amazon Kinesis Analytics to deliver data from an in-application stream within your application to an external destination (such as an Amazon Kinesis stream, an Amazon Kinesis Firehose delivery stream, or an Amazon 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.</p> <p> 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. For conceptual information, see <a href=\"http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-output.html\">Understanding Application Output (Destination)</a>. </p> <p> Note that any configuration update, including adding a streaming source using this operation, results in a new version of the application. You can use the <a>DescribeApplication</a> operation to find the current application version.</p> <p>For the limits on the number of application inputs and outputs you can configure, see <a href=\"http://docs.aws.amazon.com/kinesisanalytics/latest/dev/limits.html\">Limits</a>.</p> <p>This operation requires permissions to perform the <code>kinesisanalytics:AddApplicationOutput</code> action.</p>",
|
||||
"AddApplicationReferenceDataSource": "<p>Adds a reference data source to an existing application.</p> <p>Amazon Kinesis 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 Amazon S3 object maps to columns in the resulting in-application table.</p> <p> For conceptual information, see <a href=\"http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-input.html\">Configuring Application Input</a>. For the limits on data sources you can add to your application, see <a href=\"http://docs.aws.amazon.com/kinesisanalytics/latest/dev/limits.html\">Limits</a>. </p> <p> This operation requires permissions to perform the <code>kinesisanalytics:AddApplicationOutput</code> action. </p>",
|
||||
"CreateApplication": "<p> Creates an Amazon Kinesis Analytics application. You can configure each application with one streaming source as input, application code to process the input, and up to five streaming destinations where you want Amazon Kinesis Analytics to write the output data from your application. For an overview, see <a href=\"http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works.html\">How it Works</a>. </p> <p>In the input configuration, you map the streaming source to an in-application stream, which you can think of as a constantly updating table. In the mapping, you must provide a schema for the in-application stream and map each data column in the in-application stream to a data element in the streaming source.</p> <p>Your application code is one or more SQL statements that read input data, transform it, and generate output. Your application code can create one or more SQL artifacts like SQL streams or pumps.</p> <p>In the output configuration, you can configure the application to write data from in-application streams created in your applications to up to five streaming destinations.</p> <p> To read data from your source stream or write data to destination streams, Amazon Kinesis Analytics needs your permissions. You grant these permissions by creating IAM roles. This operation requires permissions to perform the <code>kinesisanalytics:CreateApplication</code> action. </p> <p> For introductory exercises to create an Amazon Kinesis Analytics application, see <a href=\"http://docs.aws.amazon.com/kinesisanalytics/latest/dev/getting-started.html\">Getting Started</a>. </p>",
|
||||
"CreateApplication": "<p> Creates an Amazon Kinesis Analytics application. You can configure each application with one streaming source as input, application code to process the input, and up to three destinations where you want Amazon Kinesis Analytics to write the output data from your application. For an overview, see <a href=\"http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works.html\">How it Works</a>. </p> <p>In the input configuration, you map the streaming source to an in-application stream, which you can think of as a constantly updating table. In the mapping, you must provide a schema for the in-application stream and map each data column in the in-application stream to a data element in the streaming source.</p> <p>Your application code is one or more SQL statements that read input data, transform it, and generate output. Your application code can create one or more SQL artifacts like SQL streams or pumps.</p> <p>In the output configuration, you can configure the application to write data from in-application streams created in your applications to up to three destinations.</p> <p> To read data from your source stream or write data to destination streams, Amazon Kinesis Analytics needs your permissions. You grant these permissions by creating IAM roles. This operation requires permissions to perform the <code>kinesisanalytics:CreateApplication</code> action. </p> <p> For introductory exercises to create an Amazon Kinesis Analytics application, see <a href=\"http://docs.aws.amazon.com/kinesisanalytics/latest/dev/getting-started.html\">Getting Started</a>. </p>",
|
||||
"DeleteApplication": "<p>Deletes the specified application. Amazon Kinesis Analytics halts application execution and deletes the application, including any application artifacts (such as in-application streams, reference table, and application code).</p> <p>This operation requires permissions to perform the <code>kinesisanalytics:DeleteApplication</code> action.</p>",
|
||||
"DeleteApplicationCloudWatchLoggingOption": "<p>Deletes a CloudWatch log stream from an application. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see <a href=\"http://docs.aws.amazon.com/kinesisanalytics/latest/dev/cloudwatch-logs.html\">Working with Amazon CloudWatch Logs</a>.</p>",
|
||||
"DeleteApplicationInputProcessingConfiguration": "<p>Deletes an <a>InputProcessingConfiguration</a> from an input.</p>",
|
||||
"DeleteApplicationOutput": "<p>Deletes output destination configuration from your application configuration. Amazon Kinesis Analytics will no longer write data from the corresponding in-application stream to the external output destination.</p> <p>This operation requires permissions to perform the <code>kinesisanalytics:DeleteApplicationOutput</code> action.</p>",
|
||||
"DeleteApplicationReferenceDataSource": "<p>Deletes a reference data source configuration from the specified application configuration.</p> <p>If the application is running, Amazon Kinesis Analytics immediately removes the in-application table that you created using the <a>AddApplicationReferenceDataSource</a> operation. </p> <p>This operation requires permissions to perform the <code>kinesisanalytics.DeleteApplicationReferenceDataSource</code> action.</p>",
|
||||
"DescribeApplication": "<p>Returns information about a specific Amazon Kinesis Analytics application.</p> <p>If you want to retrieve a list of all applications in your account, use the <a>ListApplications</a> operation.</p> <p>This operation requires permissions to perform the <code>kinesisanalytics:DescribeApplication</code> action. You can use <code>DescribeApplication</code> to get the current application versionId, which you need to call other operations such as <code>Update</code>. </p>",
|
||||
"DiscoverInputSchema": "<p>Infers a schema by evaluating sample records on the specified streaming source (Amazon Kinesis stream or Amazon Kinesis Firehose delivery stream). In the response, the operation returns the inferred schema and also the sample records that the operation used to infer the schema.</p> <p> You can use the inferred schema when configuring a streaming source for your application. For conceptual information, see <a href=\"http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-input.html\">Configuring Application Input</a>. Note that when you create an application using the Amazon Kinesis Analytics console, the console uses this operation to infer a schema and show it in the console user interface. </p> <p> This operation requires permissions to perform the <code>kinesisanalytics:DiscoverInputSchema</code> action. </p>",
|
||||
"DiscoverInputSchema": "<p>Infers a schema by evaluating sample records on the specified streaming source (Amazon Kinesis stream or Amazon Kinesis Firehose delivery stream) or S3 object. In the response, the operation returns the inferred schema and also the sample records that the operation used to infer the schema.</p> <p> You can use the inferred schema when configuring a streaming source for your application. For conceptual information, see <a href=\"http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-input.html\">Configuring Application Input</a>. Note that when you create an application using the Amazon Kinesis Analytics console, the console uses this operation to infer a schema and show it in the console user interface. </p> <p> This operation requires permissions to perform the <code>kinesisanalytics:DiscoverInputSchema</code> action. </p>",
|
||||
"ListApplications": "<p>Returns a list of Amazon Kinesis Analytics applications in your account. For each application, the response includes the application name, Amazon Resource Name (ARN), and status. If the response returns the <code>HasMoreApplications</code> value as true, you can send another request by adding the <code>ExclusiveStartApplicationName</code> in the request body, and set the value of this to the last application name from the previous response. </p> <p>If you want detailed information about a specific application, use <a>DescribeApplication</a>.</p> <p>This operation requires permissions to perform the <code>kinesisanalytics:ListApplications</code> action.</p>",
|
||||
"StartApplication": "<p>Starts the specified Amazon Kinesis Analytics application. After creating an application, you must exclusively call this operation to start your application.</p> <p>After the application starts, it begins consuming the input data, processes it, and writes the output to the configured destination.</p> <p> The application status must be <code>READY</code> for you to start an application. You can get the application status in the console or using the <a>DescribeApplication</a> operation.</p> <p>After you start the application, you can stop the application from processing the input by calling the <a>StopApplication</a> operation.</p> <p>This operation requires permissions to perform the <code>kinesisanalytics:StartApplication</code> action.</p>",
|
||||
"StopApplication": "<p>Stops the application from processing input data. You can stop an application only if it is in the running state. You can use the <a>DescribeApplication</a> operation to find the application state. After the application is stopped, Amazon Kinesis Analytics stops reading data from the input, the application stops processing data, and there is no output written to the destination. </p> <p>This operation requires permissions to perform the <code>kinesisanalytics:StopApplication</code> action.</p>",
|
||||
@@ -29,6 +31,16 @@
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"AddApplicationInputProcessingConfigurationRequest": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"AddApplicationInputProcessingConfigurationResponse": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"AddApplicationInputRequest": {
|
||||
"base": "<p/>",
|
||||
"refs": {
|
||||
@@ -64,7 +76,7 @@
|
||||
"refs": {
|
||||
"ApplicationDetail$ApplicationCode": "<p>Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.</p>",
|
||||
"ApplicationUpdate$ApplicationCodeUpdate": "<p>Describes application code updates.</p>",
|
||||
"CreateApplicationRequest$ApplicationCode": "<p>One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads data from one in-application stream, generates a running average of the number of advertisement clicks by vendor, and insert resulting rows in another in-application stream using pumps. For more inforamtion about the typical pattern, see <a href=\"http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-app-code.html\">Application Code</a>. </p> <p>You can provide such series of SQL statements, where output of one statement can be used as the input for the next statement. You store intermediate results by creating in-application streams and pumps.</p> <p>Note that the application code must create the streams with names specified in the <code>Outputs</code>. For example, if your <code>Outputs</code> defines output streams named <code>ExampleOutputStream1</code> and <code>ExampleOutputStream2</code>, then your application code must create these streams. </p>"
|
||||
"CreateApplicationRequest$ApplicationCode": "<p>One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads data from one in-application stream, generates a running average of the number of advertisement clicks by vendor, and insert resulting rows in another in-application stream using pumps. For more information about the typical pattern, see <a href=\"http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-app-code.html\">Application Code</a>. </p> <p>You can provide such series of SQL statements, where output of one statement can be used as the input for the next statement. You store intermediate results by creating in-application streams and pumps.</p> <p>Note that the application code must create the streams with names specified in the <code>Outputs</code>. For example, if your <code>Outputs</code> defines output streams named <code>ExampleOutputStream1</code> and <code>ExampleOutputStream2</code>, then your application code must create these streams. </p>"
|
||||
}
|
||||
},
|
||||
"ApplicationDescription": {
|
||||
@@ -84,6 +96,7 @@
|
||||
"base": null,
|
||||
"refs": {
|
||||
"AddApplicationCloudWatchLoggingOptionRequest$ApplicationName": "<p>The Kinesis Analytics application name.</p>",
|
||||
"AddApplicationInputProcessingConfigurationRequest$ApplicationName": "<p>Name of the application to which you want to add the input processing configuration.</p>",
|
||||
"AddApplicationInputRequest$ApplicationName": "<p>Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.</p>",
|
||||
"AddApplicationOutputRequest$ApplicationName": "<p>Name of the application to which you want to add the output configuration.</p>",
|
||||
"AddApplicationReferenceDataSourceRequest$ApplicationName": "<p>Name of an existing application.</p>",
|
||||
@@ -91,6 +104,7 @@
|
||||
"ApplicationSummary$ApplicationName": "<p>Name of the application.</p>",
|
||||
"CreateApplicationRequest$ApplicationName": "<p>Name of your Amazon Kinesis Analytics application (for example, <code>sample-app</code>).</p>",
|
||||
"DeleteApplicationCloudWatchLoggingOptionRequest$ApplicationName": "<p>The Kinesis Analytics application name.</p>",
|
||||
"DeleteApplicationInputProcessingConfigurationRequest$ApplicationName": "<p>The Kinesis Analytics application name.</p>",
|
||||
"DeleteApplicationOutputRequest$ApplicationName": "<p>Amazon Kinesis Analytics application name.</p>",
|
||||
"DeleteApplicationReferenceDataSourceRequest$ApplicationName": "<p>Name of an existing application.</p>",
|
||||
"DeleteApplicationRequest$ApplicationName": "<p>Name of the Amazon Kinesis Analytics application to delete.</p>",
|
||||
@@ -131,11 +145,13 @@
|
||||
"base": null,
|
||||
"refs": {
|
||||
"AddApplicationCloudWatchLoggingOptionRequest$CurrentApplicationVersionId": "<p>The version ID of the Kinesis Analytics application.</p>",
|
||||
"AddApplicationInputProcessingConfigurationRequest$CurrentApplicationVersionId": "<p>Version of the application to which you want to add the input processing configuration. You can use the <a>DescribeApplication</a> operation to get the current application version. If the version specified is not the current version, the <code>ConcurrentModificationException</code> is returned.</p>",
|
||||
"AddApplicationInputRequest$CurrentApplicationVersionId": "<p>Current version of your Amazon Kinesis Analytics application. You can use the <a>DescribeApplication</a> operation to find the current application version.</p>",
|
||||
"AddApplicationOutputRequest$CurrentApplicationVersionId": "<p>Version of the application to which you want add the output configuration. You can use the <a>DescribeApplication</a> operation to get the current application version. If the version specified is not the current version, the <code>ConcurrentModificationException</code> is returned. </p>",
|
||||
"AddApplicationOutputRequest$CurrentApplicationVersionId": "<p>Version of the application to which you want to add the output configuration. You can use the <a>DescribeApplication</a> operation to get the current application version. If the version specified is not the current version, the <code>ConcurrentModificationException</code> is returned. </p>",
|
||||
"AddApplicationReferenceDataSourceRequest$CurrentApplicationVersionId": "<p>Version of the application for which you are adding the reference data source. You can use the <a>DescribeApplication</a> operation to get the current application version. If the version specified is not the current version, the <code>ConcurrentModificationException</code> is returned.</p>",
|
||||
"ApplicationDetail$ApplicationVersionId": "<p>Provides the current application version.</p>",
|
||||
"DeleteApplicationCloudWatchLoggingOptionRequest$CurrentApplicationVersionId": "<p>The version ID of the Kinesis Analytics application.</p>",
|
||||
"DeleteApplicationInputProcessingConfigurationRequest$CurrentApplicationVersionId": "<p>The version ID of the Kinesis Analytics application.</p>",
|
||||
"DeleteApplicationOutputRequest$CurrentApplicationVersionId": "<p>Amazon Kinesis Analytics application version. You can use the <a>DescribeApplication</a> operation to get the current application version. If the version specified is not the current version, the <code>ConcurrentModificationException</code> is returned. </p>",
|
||||
"DeleteApplicationReferenceDataSourceRequest$CurrentApplicationVersionId": "<p>Version of the application. You can use the <a>DescribeApplication</a> operation to get the current application version. If the version specified is not the current version, the <code>ConcurrentModificationException</code> is returned.</p>",
|
||||
"UpdateApplicationRequest$CurrentApplicationVersionId": "<p>The current application version ID. You can use the <a>DescribeApplication</a> operation to get this value.</p>"
|
||||
@@ -150,6 +166,7 @@
|
||||
"BucketARN": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"S3Configuration$BucketARN": "<p>ARN of the S3 bucket that contains the data.</p>",
|
||||
"S3ReferenceDataSource$BucketARN": "<p>Amazon Resource Name (ARN) of the S3 bucket.</p>",
|
||||
"S3ReferenceDataSourceDescription$BucketARN": "<p>Amazon Resource Name (ARN) of the S3 bucket.</p>",
|
||||
"S3ReferenceDataSourceUpdate$BucketARNUpdate": "<p>Amazon Resource Name (ARN) of the S3 bucket.</p>"
|
||||
@@ -228,6 +245,16 @@
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"DeleteApplicationInputProcessingConfigurationRequest": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"DeleteApplicationInputProcessingConfigurationResponse": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"DeleteApplicationOutputRequest": {
|
||||
"base": "<p/>",
|
||||
"refs": {
|
||||
@@ -271,13 +298,13 @@
|
||||
"DestinationSchema": {
|
||||
"base": "<p>Describes the data format when records are written to the destination. For more information, see <a href=\"http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-output.html\">Configuring Application Output</a>. </p>",
|
||||
"refs": {
|
||||
"Output$DestinationSchema": null,
|
||||
"Output$DestinationSchema": "<p>Describes the data format when records are written to the destination. For more information, see <a href=\"http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-output.html\">Configuring Application Output</a>.</p>",
|
||||
"OutputDescription$DestinationSchema": "<p>Data format used for writing data to the destination.</p>",
|
||||
"OutputUpdate$DestinationSchemaUpdate": null
|
||||
"OutputUpdate$DestinationSchemaUpdate": "<p>Describes the data format when records are written to the destination. For more information, see <a href=\"http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-output.html\">Configuring Application Output</a>.</p>"
|
||||
}
|
||||
},
|
||||
"DiscoverInputSchemaRequest": {
|
||||
"base": "<p/>",
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
@@ -304,6 +331,7 @@
|
||||
"FileKey": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"S3Configuration$FileKey": "<p>The name of the object that contains the data.</p>",
|
||||
"S3ReferenceDataSource$FileKey": "<p>Object key name containing reference data.</p>",
|
||||
"S3ReferenceDataSourceDescription$FileKey": "<p>Amazon S3 object key name.</p>",
|
||||
"S3ReferenceDataSourceUpdate$FileKeyUpdate": "<p>Object key name.</p>"
|
||||
@@ -312,9 +340,11 @@
|
||||
"Id": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"AddApplicationInputProcessingConfigurationRequest$InputId": "<p>The ID of the input configuration to add the input processing configuration to. You can get a list of the input IDs for an application using the <a>DescribeApplication</a> operation.</p>",
|
||||
"CloudWatchLoggingOptionDescription$CloudWatchLoggingOptionId": "<p>ID of the CloudWatch logging option description.</p>",
|
||||
"CloudWatchLoggingOptionUpdate$CloudWatchLoggingOptionId": "<p>ID of the CloudWatch logging option to update</p>",
|
||||
"DeleteApplicationCloudWatchLoggingOptionRequest$CloudWatchLoggingOptionId": "<p>The <code>CloudWatchLoggingOptionId</code> of the CloudWatch logging option to delete. You can use the <a>DescribeApplication</a> operation to get the <code>CloudWatchLoggingOptionId</code>. </p>",
|
||||
"DeleteApplicationCloudWatchLoggingOptionRequest$CloudWatchLoggingOptionId": "<p>The <code>CloudWatchLoggingOptionId</code> of the CloudWatch logging option to delete. You can get the <code>CloudWatchLoggingOptionId</code> by using the <a>DescribeApplication</a> operation. </p>",
|
||||
"DeleteApplicationInputProcessingConfigurationRequest$InputId": "<p>The ID of the input configuration from which to delete the input processing configuration. You can get a list of the input IDs for an application by using the <a>DescribeApplication</a> operation.</p>",
|
||||
"DeleteApplicationOutputRequest$OutputId": "<p>The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the <a>AddApplicationOutput</a> operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the <a>DescribeApplication</a> operation to get the specific <code>OutputId</code>. </p>",
|
||||
"DeleteApplicationReferenceDataSourceRequest$ReferenceId": "<p>ID of the reference data source. When you add a reference data source to your application using the <a>AddApplicationReferenceDataSource</a>, Amazon Kinesis Analytics assigns an ID. You can use the <a>DescribeApplication</a> operation to get the reference ID. </p>",
|
||||
"InputConfiguration$Id": "<p>Input source ID. You can get this ID by calling the <a>DescribeApplication</a> operation.</p>",
|
||||
@@ -330,7 +360,7 @@
|
||||
"base": null,
|
||||
"refs": {
|
||||
"InAppStreamNames$member": null,
|
||||
"Input$NamePrefix": "<p>Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Amazon Kinesis Analytics will then create one or more (as per the <code>InputParallelism</code> count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on. </p>",
|
||||
"Input$NamePrefix": "<p>Name prefix to use when creating an in-application stream. Suppose that you specify a prefix \"MyInApplicationStream.\" Amazon Kinesis Analytics then creates one or more (as per the <code>InputParallelism</code> count you specified) in-application streams with names \"MyInApplicationStream_001,\" \"MyInApplicationStream_002,\" and so on. </p>",
|
||||
"InputDescription$NamePrefix": "<p>In-application name prefix.</p>",
|
||||
"InputUpdate$NamePrefixUpdate": "<p>Name prefix for in-application streams that Amazon Kinesis Analytics creates for the specific streaming source.</p>",
|
||||
"Output$Name": "<p>Name of the in-application stream.</p>",
|
||||
@@ -355,7 +385,7 @@
|
||||
"Input": {
|
||||
"base": "<p>When you configure the application input, you specify the streaming source, the in-application stream name that is created, and the mapping between the two. For more information, see <a href=\"http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-input.html\">Configuring Application Input</a>. </p>",
|
||||
"refs": {
|
||||
"AddApplicationInputRequest$Input": "<p/>",
|
||||
"AddApplicationInputRequest$Input": "<p>The <a>Input</a> to add.</p>",
|
||||
"Inputs$member": null
|
||||
}
|
||||
},
|
||||
@@ -383,10 +413,28 @@
|
||||
"ApplicationDetail$InputDescriptions": "<p>Describes the application input configuration. For more information, see <a href=\"http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-input.html\">Configuring Application Input</a>. </p>"
|
||||
}
|
||||
},
|
||||
"InputLambdaProcessor": {
|
||||
"base": "<p>An object that contains the Amazon Resource Name (ARN) of the <a href=\"https://aws.amazon.com/documentation/lambda/\">AWS Lambda</a> function that is used to preprocess records in the stream, and the ARN of the IAM role that is used to access the AWS Lambda function. </p>",
|
||||
"refs": {
|
||||
"InputProcessingConfiguration$InputLambdaProcessor": "<p>The <a>InputLambdaProcessor</a> that is used to preprocess the records in the stream before being processed by your application code.</p>"
|
||||
}
|
||||
},
|
||||
"InputLambdaProcessorDescription": {
|
||||
"base": "<p>An object that contains the Amazon Resource Name (ARN) of the <a href=\"https://aws.amazon.com/documentation/lambda/\">AWS Lambda</a> function that is used to preprocess records in the stream, and the ARN of the IAM role that is used to access the AWS Lambda expression.</p>",
|
||||
"refs": {
|
||||
"InputProcessingConfigurationDescription$InputLambdaProcessorDescription": "<p>Provides configuration information about the associated <a>InputLambdaProcessorDescription</a>.</p>"
|
||||
}
|
||||
},
|
||||
"InputLambdaProcessorUpdate": {
|
||||
"base": "<p>Represents an update to the <a>InputLambdaProcessor</a> that is used to preprocess the records in the stream.</p>",
|
||||
"refs": {
|
||||
"InputProcessingConfigurationUpdate$InputLambdaProcessorUpdate": "<p>Provides update information for an <a>InputLambdaProcessor</a>.</p>"
|
||||
}
|
||||
},
|
||||
"InputParallelism": {
|
||||
"base": "<p>Describes the number of in-application streams to create for a given streaming source. For information about parallelism, see <a href=\"http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-input.html\">Configuring Application Input</a>. </p>",
|
||||
"refs": {
|
||||
"Input$InputParallelism": "<p>Describes the number of in-application streams to create. </p> <p>Data from your source will be routed to these in-application input streams.</p> <p> (see <a href=\"http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-input.html\">Configuring Application Input</a>.</p>",
|
||||
"Input$InputParallelism": "<p>Describes the number of in-application streams to create. </p> <p>Data from your source is routed to these in-application input streams.</p> <p> (see <a href=\"http://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-input.html\">Configuring Application Input</a>.</p>",
|
||||
"InputDescription$InputParallelism": "<p>Describes the configured parallelism (number of in-application streams mapped to the streaming source).</p>"
|
||||
}
|
||||
},
|
||||
@@ -403,8 +451,28 @@
|
||||
"InputUpdate$InputParallelismUpdate": "<p>Describes the parallelism updates (the number in-application streams Amazon Kinesis Analytics creates for the specific streaming source).</p>"
|
||||
}
|
||||
},
|
||||
"InputProcessingConfiguration": {
|
||||
"base": "<p>Provides a description of a processor that is used to preprocess the records in the stream before being processed by your application code. Currently, the only input processor available is <a href=\"https://aws.amazon.com/documentation/lambda/\">AWS Lambda</a>.</p>",
|
||||
"refs": {
|
||||
"AddApplicationInputProcessingConfigurationRequest$InputProcessingConfiguration": "<p>The <a>InputProcessingConfiguration</a> to add to the application.</p>",
|
||||
"DiscoverInputSchemaRequest$InputProcessingConfiguration": "<p>The <a>InputProcessingConfiguration</a> to use to preprocess the records before discovering the schema of the records.</p>",
|
||||
"Input$InputProcessingConfiguration": "<p>The <a>InputProcessingConfiguration</a> for the input. An input processor transforms records as they are received from the stream, before the application's SQL code executes. Currently, the only input processing configuration available is <a>InputLambdaProcessor</a>.</p>"
|
||||
}
|
||||
},
|
||||
"InputProcessingConfigurationDescription": {
|
||||
"base": "<p>Provides configuration information about an input processor. Currently, the only input processor available is <a href=\"https://aws.amazon.com/documentation/lambda/\">AWS Lambda</a>.</p>",
|
||||
"refs": {
|
||||
"InputDescription$InputProcessingConfigurationDescription": "<p>The description of the preprocessor that executes on records in this input before the application's code is run.</p>"
|
||||
}
|
||||
},
|
||||
"InputProcessingConfigurationUpdate": {
|
||||
"base": "<p>Describes updates to an <a>InputProcessingConfiguration</a>. </p>",
|
||||
"refs": {
|
||||
"InputUpdate$InputProcessingConfigurationUpdate": "<p>Describes updates for an input processing configuration.</p>"
|
||||
}
|
||||
},
|
||||
"InputSchemaUpdate": {
|
||||
"base": "<p> Describes updates for the application's input schema. </p>",
|
||||
"base": "<p>Describes updates for the application's input schema.</p>",
|
||||
"refs": {
|
||||
"InputUpdate$InputSchemaUpdate": "<p>Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.</p>"
|
||||
}
|
||||
@@ -412,7 +480,7 @@
|
||||
"InputStartingPosition": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"InputStartingPositionConfiguration$InputStartingPosition": "<p>The starting position on the stream.</p> <ul> <li> <p> <code>NOW</code> - Start reading just after the most recent record in the stream, start at the request timestamp that the customer issued.</p> </li> <li> <p> <code>TRIM_HORIZON</code> - Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.</p> </li> <li> <p> <code>LAST_STOPPED_POINT</code> - Resume reading from where the application last stopped reading.</p> </li> </ul>"
|
||||
"InputStartingPositionConfiguration$InputStartingPosition": "<p>The starting position on the stream.</p> <ul> <li> <p> <code>NOW</code> - Start reading just after the most recent record in the stream, start at the request time stamp that the customer issued.</p> </li> <li> <p> <code>TRIM_HORIZON</code> - Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.</p> </li> <li> <p> <code>LAST_STOPPED_POINT</code> - Resume reading from where the application last stopped reading.</p> </li> </ul>"
|
||||
}
|
||||
},
|
||||
"InputStartingPositionConfiguration": {
|
||||
@@ -438,7 +506,7 @@
|
||||
"Inputs": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"CreateApplicationRequest$Inputs": "<p>Use this parameter to configure the application input.</p> <p>You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).</p> <p>For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.</p> <p>To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.</p>"
|
||||
"CreateApplicationRequest$Inputs": "<p>Use this parameter to configure the application input.</p> <p>You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).</p> <p>For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc.). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.</p> <p>To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.</p>"
|
||||
}
|
||||
},
|
||||
"InvalidApplicationConfigurationException": {
|
||||
@@ -458,21 +526,21 @@
|
||||
}
|
||||
},
|
||||
"KinesisFirehoseInput": {
|
||||
"base": "<p> Identifies an Amazon Kinesis Firehose delivery stream as the streaming source. You provide the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role ARN that enables Amazon Kinesis Analytics to access the stream on your behalf.</p>",
|
||||
"base": "<p> Identifies an Amazon Kinesis Firehose delivery stream as the streaming source. You provide the delivery stream's Amazon Resource Name (ARN) and an IAM role ARN that enables Amazon Kinesis Analytics to access the stream on your behalf.</p>",
|
||||
"refs": {
|
||||
"Input$KinesisFirehoseInput": "<p>If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.</p> <p>Note: Either <code>KinesisStreamsInput</code> or <code>KinesisFirehoseInput</code> is required.</p>"
|
||||
"Input$KinesisFirehoseInput": "<p>If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.</p> <p>Note: Either <code>KinesisStreamsInput</code> or <code>KinesisFirehoseInput</code> is required.</p>"
|
||||
}
|
||||
},
|
||||
"KinesisFirehoseInputDescription": {
|
||||
"base": "<p> Describes the Amazon Kinesis Firehose delivery stream that is configured as the streaming source in the application input configuration. </p>",
|
||||
"refs": {
|
||||
"InputDescription$KinesisFirehoseInputDescription": "<p>If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.</p>"
|
||||
"InputDescription$KinesisFirehoseInputDescription": "<p>If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.</p>"
|
||||
}
|
||||
},
|
||||
"KinesisFirehoseInputUpdate": {
|
||||
"base": "<p>When updating application input configuration, provides information about an Amazon Kinesis Firehose delivery stream as the streaming source.</p>",
|
||||
"refs": {
|
||||
"InputUpdate$KinesisFirehoseInputUpdate": "<p>If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.</p>"
|
||||
"InputUpdate$KinesisFirehoseInputUpdate": "<p>If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.</p>"
|
||||
}
|
||||
},
|
||||
"KinesisFirehoseOutput": {
|
||||
@@ -490,11 +558,11 @@
|
||||
"KinesisFirehoseOutputUpdate": {
|
||||
"base": "<p> When updating an output configuration using the <a>UpdateApplication</a> operation, provides information about an Amazon Kinesis Firehose delivery stream configured as the destination. </p>",
|
||||
"refs": {
|
||||
"OutputUpdate$KinesisFirehoseOutputUpdate": "<p>Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.</p>"
|
||||
"OutputUpdate$KinesisFirehoseOutputUpdate": "<p>Describes an Amazon Kinesis Firehose delivery stream as the destination for the output.</p>"
|
||||
}
|
||||
},
|
||||
"KinesisStreamsInput": {
|
||||
"base": "<p> Identifies an Amazon Kinesis stream as the streaming source. You provide the stream's ARN and an IAM role ARN that enables Amazon Kinesis Analytics to access the stream on your behalf.</p>",
|
||||
"base": "<p> Identifies an Amazon Kinesis stream as the streaming source. You provide the stream's Amazon Resource Name (ARN) and an IAM role ARN that enables Amazon Kinesis Analytics to access the stream on your behalf.</p>",
|
||||
"refs": {
|
||||
"Input$KinesisStreamsInput": "<p>If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.</p> <p>Note: Either <code>KinesisStreamsInput</code> or <code>KinesisFirehoseInput</code> is required.</p>"
|
||||
}
|
||||
@@ -502,17 +570,17 @@
|
||||
"KinesisStreamsInputDescription": {
|
||||
"base": "<p> Describes the Amazon Kinesis stream that is configured as the streaming source in the application input configuration. </p>",
|
||||
"refs": {
|
||||
"InputDescription$KinesisStreamsInputDescription": "<p>If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.</p>"
|
||||
"InputDescription$KinesisStreamsInputDescription": "<p>If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.</p>"
|
||||
}
|
||||
},
|
||||
"KinesisStreamsInputUpdate": {
|
||||
"base": "<p>When updating application input configuration, provides information about an Amazon Kinesis stream as the streaming source.</p>",
|
||||
"refs": {
|
||||
"InputUpdate$KinesisStreamsInputUpdate": "<p>If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.</p>"
|
||||
"InputUpdate$KinesisStreamsInputUpdate": "<p>If an Amazon Kinesis stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.</p>"
|
||||
}
|
||||
},
|
||||
"KinesisStreamsOutput": {
|
||||
"base": "<p>When configuring application output, identifies a Amazon Kinesis stream as the destination. You provide the stream Amazon Resource Name (ARN) and also an IAM role ARN that Amazon Kinesis Analytics can use to write to the stream on your behalf.</p>",
|
||||
"base": "<p>When configuring application output, identifies an Amazon Kinesis stream as the destination. You provide the stream Amazon Resource Name (ARN) and also an IAM role ARN that Amazon Kinesis Analytics can use to write to the stream on your behalf.</p>",
|
||||
"refs": {
|
||||
"Output$KinesisStreamsOutput": "<p>Identifies an Amazon Kinesis stream as the destination.</p>"
|
||||
}
|
||||
@@ -529,6 +597,24 @@
|
||||
"OutputUpdate$KinesisStreamsOutputUpdate": "<p>Describes an Amazon Kinesis stream as the destination for the output.</p>"
|
||||
}
|
||||
},
|
||||
"LambdaOutput": {
|
||||
"base": "<p>When configuring application output, identifies an AWS Lambda function as the destination. You provide the function Amazon Resource Name (ARN) and also an IAM role ARN that Amazon Kinesis Analytics can use to write to the function on your behalf. </p>",
|
||||
"refs": {
|
||||
"Output$LambdaOutput": "<p>Identifies an AWS Lambda function as the destination.</p>"
|
||||
}
|
||||
},
|
||||
"LambdaOutputDescription": {
|
||||
"base": "<p>For an application output, describes the AWS Lambda function configured as its destination. </p>",
|
||||
"refs": {
|
||||
"OutputDescription$LambdaOutputDescription": "<p>Describes the AWS Lambda function configured as the destination where output is written.</p>"
|
||||
}
|
||||
},
|
||||
"LambdaOutputUpdate": {
|
||||
"base": "<p>When updating an output configuration using the <a>UpdateApplication</a> operation, provides information about an AWS Lambda function configured as the destination.</p>",
|
||||
"refs": {
|
||||
"OutputUpdate$LambdaOutputUpdate": "<p>Describes an AWS Lambda function as the destination for the output.</p>"
|
||||
}
|
||||
},
|
||||
"LimitExceededException": {
|
||||
"base": "<p>Exceeded the number of applications allowed.</p>",
|
||||
"refs": {
|
||||
@@ -561,13 +647,13 @@
|
||||
"MappingParameters": {
|
||||
"base": "<p>When configuring application input at the time of creating or updating an application, provides additional mapping information specific to the record format (such as JSON, CSV, or record fields delimited by some delimiter) on the streaming source.</p>",
|
||||
"refs": {
|
||||
"RecordFormat$MappingParameters": null
|
||||
"RecordFormat$MappingParameters": "<p>When configuring application input at the time of creating or updating an application, provides additional mapping information specific to the record format (such as JSON, CSV, or record fields delimited by some delimiter) on the streaming source.</p>"
|
||||
}
|
||||
},
|
||||
"Output": {
|
||||
"base": "<p> Describes application output configuration in which you identify an in-application stream and a destination where you want the in-application stream data to be written. The destination can be an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream. </p> <p/> <p>For limits on how many destinations an application can write and other limitations, see <a href=\"http://docs.aws.amazon.com/kinesisanalytics/latest/dev/limits.html\">Limits</a>. </p>",
|
||||
"refs": {
|
||||
"AddApplicationOutputRequest$Output": "<p>An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.</p>",
|
||||
"AddApplicationOutputRequest$Output": "<p>An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream, an Amazon Kinesis Firehose delivery stream, or an Amazon Lambda function), and record the formation to use when writing to the destination.</p>",
|
||||
"Outputs$member": null
|
||||
}
|
||||
},
|
||||
@@ -598,7 +684,7 @@
|
||||
"Outputs": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"CreateApplicationRequest$Outputs": "<p>You can configure application output to write data from any of the in-application streams to up to five destinations.</p> <p>These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.</p> <p>In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.</p> <p>In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.</p>"
|
||||
"CreateApplicationRequest$Outputs": "<p>You can configure application output to write data from any of the in-application streams to up to three destinations.</p> <p>These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, Amazon Lambda destinations, or any combination of the three.</p> <p>In the configuration, you specify the in-application stream name, the destination stream or Lambda function Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream or Lambda function on your behalf.</p> <p>In the output configuration, you also provide the output stream or Lambda function ARN. For stream destinations, you provide the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to the stream or Lambda function on your behalf.</p>"
|
||||
}
|
||||
},
|
||||
"ParsedInputRecord": {
|
||||
@@ -619,6 +705,19 @@
|
||||
"DiscoverInputSchemaResponse$ParsedInputRecords": "<p>An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).</p>"
|
||||
}
|
||||
},
|
||||
"ProcessedInputRecord": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"ProcessedInputRecords$member": null
|
||||
}
|
||||
},
|
||||
"ProcessedInputRecords": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"DiscoverInputSchemaResponse$ProcessedInputRecords": "<p>Stream data that was modified by the processor specified in the <code>InputProcessingConfiguration</code> parameter.</p>",
|
||||
"UnableToDetectSchemaException$ProcessedInputRecords": null
|
||||
}
|
||||
},
|
||||
"RawInputRecord": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
@@ -738,9 +837,12 @@
|
||||
"ApplicationDetail$ApplicationARN": "<p>ARN of the application.</p>",
|
||||
"ApplicationSummary$ApplicationARN": "<p>ARN of the application.</p>",
|
||||
"DiscoverInputSchemaRequest$ResourceARN": "<p>Amazon Resource Name (ARN) of the streaming source.</p>",
|
||||
"KinesisFirehoseInput$ResourceARN": "<p>ARN of the input Firehose delivery stream.</p>",
|
||||
"InputLambdaProcessor$ResourceARN": "<p>The ARN of the <a href=\"https://aws.amazon.com/documentation/lambda/\">AWS Lambda</a> function that operates on records in the stream.</p>",
|
||||
"InputLambdaProcessorDescription$ResourceARN": "<p>The ARN of the <a href=\"https://aws.amazon.com/documentation/lambda/\">AWS Lambda</a> function that is used to preprocess the records in the stream.</p>",
|
||||
"InputLambdaProcessorUpdate$ResourceARNUpdate": "<p>The Amazon Resource Name (ARN) of the new <a href=\"https://aws.amazon.com/documentation/lambda/\">AWS Lambda</a> function that is used to preprocess the records in the stream.</p>",
|
||||
"KinesisFirehoseInput$ResourceARN": "<p>ARN of the input delivery stream.</p>",
|
||||
"KinesisFirehoseInputDescription$ResourceARN": "<p>Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.</p>",
|
||||
"KinesisFirehoseInputUpdate$ResourceARNUpdate": "<p>ARN of the input Amazon Kinesis Firehose delivery stream to read.</p>",
|
||||
"KinesisFirehoseInputUpdate$ResourceARNUpdate": "<p>Amazon Resource Name (ARN) of the input Amazon Kinesis Firehose delivery stream to read.</p>",
|
||||
"KinesisFirehoseOutput$ResourceARN": "<p>ARN of the destination Amazon Kinesis Firehose delivery stream to write to.</p>",
|
||||
"KinesisFirehoseOutputDescription$ResourceARN": "<p>Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.</p>",
|
||||
"KinesisFirehoseOutputUpdate$ResourceARNUpdate": "<p>Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.</p>",
|
||||
@@ -749,7 +851,10 @@
|
||||
"KinesisStreamsInputUpdate$ResourceARNUpdate": "<p>Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.</p>",
|
||||
"KinesisStreamsOutput$ResourceARN": "<p>ARN of the destination Amazon Kinesis stream to write to.</p>",
|
||||
"KinesisStreamsOutputDescription$ResourceARN": "<p>Amazon Resource Name (ARN) of the Amazon Kinesis stream.</p>",
|
||||
"KinesisStreamsOutputUpdate$ResourceARNUpdate": "<p>Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.</p>"
|
||||
"KinesisStreamsOutputUpdate$ResourceARNUpdate": "<p>Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.</p>",
|
||||
"LambdaOutput$ResourceARN": "<p>Amazon Resource Name (ARN) of the destination Lambda function to write to.</p>",
|
||||
"LambdaOutputDescription$ResourceARN": "<p>Amazon Resource Name (ARN) of the destination Lambda function.</p>",
|
||||
"LambdaOutputUpdate$ResourceARNUpdate": "<p>Amazon Resource Name (ARN) of the destination Lambda function.</p>"
|
||||
}
|
||||
},
|
||||
"ResourceInUseException": {
|
||||
@@ -774,9 +879,12 @@
|
||||
"CloudWatchLoggingOptionDescription$RoleARN": "<p>IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the <code>PutLogEvents</code> policy action enabled.</p>",
|
||||
"CloudWatchLoggingOptionUpdate$RoleARNUpdate": "<p>IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the <code>PutLogEvents</code> policy action enabled.</p>",
|
||||
"DiscoverInputSchemaRequest$RoleARN": "<p>ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.</p>",
|
||||
"InputLambdaProcessor$RoleARN": "<p>The ARN of the IAM role that is used to access the AWS Lambda function.</p>",
|
||||
"InputLambdaProcessorDescription$RoleARN": "<p>The ARN of the IAM role that is used to access the AWS Lambda function.</p>",
|
||||
"InputLambdaProcessorUpdate$RoleARNUpdate": "<p>The ARN of the new IAM role that is used to access the AWS Lambda function.</p>",
|
||||
"KinesisFirehoseInput$RoleARN": "<p>ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.</p>",
|
||||
"KinesisFirehoseInputDescription$RoleARN": "<p>ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.</p>",
|
||||
"KinesisFirehoseInputUpdate$RoleARNUpdate": "<p>Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.</p>",
|
||||
"KinesisFirehoseInputUpdate$RoleARNUpdate": "<p>ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.</p>",
|
||||
"KinesisFirehoseOutput$RoleARN": "<p>ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.</p>",
|
||||
"KinesisFirehoseOutputDescription$RoleARN": "<p>ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.</p>",
|
||||
"KinesisFirehoseOutputUpdate$RoleARNUpdate": "<p>ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.</p>",
|
||||
@@ -786,15 +894,25 @@
|
||||
"KinesisStreamsOutput$RoleARN": "<p>ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.</p>",
|
||||
"KinesisStreamsOutputDescription$RoleARN": "<p>ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.</p>",
|
||||
"KinesisStreamsOutputUpdate$RoleARNUpdate": "<p>ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.</p>",
|
||||
"LambdaOutput$RoleARN": "<p>ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination function on your behalf. You need to grant the necessary permissions to this role. </p>",
|
||||
"LambdaOutputDescription$RoleARN": "<p>ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination function.</p>",
|
||||
"LambdaOutputUpdate$RoleARNUpdate": "<p>ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination function on your behalf. You need to grant the necessary permissions to this role. </p>",
|
||||
"S3Configuration$RoleARN": "<p>IAM ARN of the role used to access the data.</p>",
|
||||
"S3ReferenceDataSource$ReferenceRoleARN": "<p>ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the <code>s3:GetObject</code> action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.</p>",
|
||||
"S3ReferenceDataSourceDescription$ReferenceRoleARN": "<p>ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.</p>",
|
||||
"S3ReferenceDataSourceUpdate$ReferenceRoleARNUpdate": "<p>ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.</p>"
|
||||
}
|
||||
},
|
||||
"S3Configuration": {
|
||||
"base": "<p>Provides a description of an Amazon S3 data source, including the Amazon Resource Name (ARN) of the S3 bucket, the ARN of the IAM role that is used to access the bucket, and the name of the S3 object that contains the data.</p>",
|
||||
"refs": {
|
||||
"DiscoverInputSchemaRequest$S3Configuration": "<p>Specify this parameter to discover a schema from data in an S3 object.</p>"
|
||||
}
|
||||
},
|
||||
"S3ReferenceDataSource": {
|
||||
"base": "<p>Identifies the S3 bucket and object that contains the reference data. Also identifies the IAM role Amazon Kinesis Analytics can assume to read this object on your behalf.</p> <p>An Amazon Kinesis Analytics application loads reference data only once. If the data changes, you call the <a>UpdateApplication</a> operation to trigger reloading of data into your application.</p>",
|
||||
"refs": {
|
||||
"ReferenceDataSource$S3ReferenceDataSource": null
|
||||
"ReferenceDataSource$S3ReferenceDataSource": "<p>Identifies the S3 bucket and object that contains the reference data. Also identifies the IAM role Amazon Kinesis Analytics can assume to read this object on your behalf. An Amazon Kinesis Analytics application loads reference data only once. If the data changes, you call the <a>UpdateApplication</a> operation to trigger reloading of data into your application. </p>"
|
||||
}
|
||||
},
|
||||
"S3ReferenceDataSourceDescription": {
|
||||
@@ -819,10 +937,10 @@
|
||||
"refs": {
|
||||
"DiscoverInputSchemaResponse$InputSchema": "<p>Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.</p>",
|
||||
"Input$InputSchema": "<p>Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.</p> <p>Also used to describe the format of the reference data source.</p>",
|
||||
"InputDescription$InputSchema": null,
|
||||
"ReferenceDataSource$ReferenceSchema": null,
|
||||
"ReferenceDataSourceDescription$ReferenceSchema": null,
|
||||
"ReferenceDataSourceUpdate$ReferenceSchemaUpdate": null
|
||||
"InputDescription$InputSchema": "<p>Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created. </p>",
|
||||
"ReferenceDataSource$ReferenceSchema": "<p>Describes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream.</p>",
|
||||
"ReferenceDataSourceDescription$ReferenceSchema": "<p>Describes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream.</p>",
|
||||
"ReferenceDataSourceUpdate$ReferenceSchemaUpdate": "<p>Describes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream. </p>"
|
||||
}
|
||||
},
|
||||
"StartApplicationRequest": {
|
||||
@@ -848,8 +966,8 @@
|
||||
"Timestamp": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"ApplicationDetail$CreateTimestamp": "<p>Timestamp when the application version was created.</p>",
|
||||
"ApplicationDetail$LastUpdateTimestamp": "<p>Timestamp when the application was last updated.</p>",
|
||||
"ApplicationDetail$CreateTimestamp": "<p>Time stamp when the application version was created.</p>",
|
||||
"ApplicationDetail$LastUpdateTimestamp": "<p>Time stamp when the application was last updated.</p>",
|
||||
"DeleteApplicationRequest$CreateTimestamp": "<p> You can use the <code>DescribeApplication</code> operation to get this value. </p>"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user