Module Awso_kinesisanalytics.ValuesSource

Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval serviceAbbreviation : string
Sourceval targetPrefix : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval structure_to_wrapped_value : wrapper:'a -> response:'a -> ('b * 'c option) list -> [> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]
Sourcemodule RecordColumnDelimiter : sig ... end
Sourcemodule RecordRowDelimiter : sig ... end
Sourcemodule RecordRowPath : sig ... end
Sourcemodule RecordColumnMapping : sig ... end
Sourcemodule RecordColumnName : sig ... end
Sourcemodule RecordColumnSqlType : sig ... end
Sourcemodule CSVMappingParameters : sig ... end

Provides additional mapping information when the record format uses delimiters, such as CSV. For example, the following sample records use CSV format, where the records use the '\n' as the row delimiter and a comma (",") as the column delimiter: "name1", "address1" "name2", "address2"

Sourcemodule JSONMappingParameters : sig ... end

Provides additional mapping information when JSON is the record format on the streaming source.

Sourcemodule ResourceARN : sig ... end
Sourcemodule RoleARN : sig ... end
Sourcemodule RecordColumn : sig ... end

Describes the mapping of each data element in the streaming source to the corresponding column in the in-application stream. Also used to describe the format of the reference data source.

Sourcemodule MappingParameters : sig ... end

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.

Sourcemodule RecordFormatType : sig ... end
Sourcemodule InputParallelismCount : sig ... end

Represents an update to the InputLambdaProcessor that is used to preprocess the records in the stream.

Sourcemodule RecordColumns : sig ... end
Sourcemodule RecordEncoding : sig ... end
Sourcemodule RecordFormat : sig ... end

Describes the record format and relevant mapping information that should be applied to schematize the records on the stream.

Sourcemodule BucketARN : sig ... end
Sourcemodule FileKey : sig ... end
Sourcemodule InAppStreamName : sig ... end

An object that contains the Amazon Resource Name (ARN) of the AWS Lambda 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.

Sourcemodule InputStartingPosition : sig ... end
Sourcemodule Id : sig ... end
Sourcemodule LogStreamARN : sig ... end
Sourcemodule InputParallelismUpdate : sig ... end

Provides updates to the parallelism count.

Describes updates to an InputProcessingConfiguration.

Sourcemodule InputSchemaUpdate : sig ... end

Describes updates for the application's input schema.

When updating application input configuration, provides information about an Amazon Kinesis Firehose delivery stream as the streaming source.

Sourcemodule KinesisStreamsInputUpdate : sig ... end

When updating application input configuration, provides information about an Amazon Kinesis stream as the streaming source.

Sourcemodule DestinationSchema : sig ... end

Describes the data format when records are written to the destination. For more information, see Configuring Application Output.

When updating an output configuration using the UpdateApplication operation, provides information about an Amazon Kinesis Firehose delivery stream configured as the destination.

When updating an output configuration using the UpdateApplication operation, provides information about an Amazon Kinesis stream configured as the destination.

Sourcemodule LambdaOutputUpdate : sig ... end

When updating an output configuration using the UpdateApplication operation, provides information about an AWS Lambda function configured as the destination.

Sourcemodule InAppTableName : sig ... end

Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.

Sourcemodule SourceSchema : sig ... end

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.

Sourcemodule InAppStreamNames : sig ... end
Sourcemodule InputParallelism : sig ... end

Describes the number of in-application streams to create for a given streaming source. For information about parallelism, see Configuring Application Input.

Provides configuration information about an input processor. Currently, the only input processor available is AWS Lambda.

Describes the point at which the application reads from the streaming source.

Describes the Amazon Kinesis Firehose delivery stream that is configured as the streaming source in the application input configuration.

Describes the Amazon Kinesis stream that is configured as the streaming source in the application input configuration.

For an application output, describes the Amazon Kinesis Firehose delivery stream configured as its destination.

For an application output, describes the Amazon Kinesis stream configured as its destination.

Sourcemodule LambdaOutputDescription : sig ... end

For an application output, describes the AWS Lambda function configured as its destination.

Provides the bucket name and object key name that stores the reference data.

Sourcemodule InputLambdaProcessor : sig ... end

An object that contains the Amazon Resource Name (ARN) of the AWS Lambda 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.

Describes CloudWatch logging option updates.

Sourcemodule InputUpdate : sig ... end

Describes updates to a specific input configuration (identified by the InputId of an application).

Sourcemodule OutputUpdate : sig ... end

Describes updates to the output configuration identified by the OutputId.

Sourcemodule ReferenceDataSourceUpdate : sig ... end

When you update a reference data source configuration for an application, this object provides all the updated values (such as the source bucket name and object key name), the in-application table name that is created, and updated mapping information that maps the data in the Amazon S3 object to the in-application reference table that is created.

Sourcemodule TagKey : sig ... end
Sourcemodule TagValue : sig ... end
Sourcemodule ApplicationName : sig ... end
Sourcemodule ApplicationStatus : sig ... end
Sourcemodule ParsedInputRecordField : sig ... end
Sourcemodule ProcessedInputRecord : sig ... end
Sourcemodule RawInputRecord : sig ... end

Description of the CloudWatch logging option.

Sourcemodule InputDescription : sig ... end

Describes the application input configuration. For more information, see Configuring Application Input.

Sourcemodule OutputDescription : sig ... end

Describes the application output configuration, which includes the in-application stream name and the destination where the stream data is written. The destination can be an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream.

Describes the reference data source configured for an application.

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 AWS Lambda.

Sourcemodule KinesisFirehoseInput : sig ... end

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.

Sourcemodule KinesisStreamsInput : sig ... end

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.

Sourcemodule KinesisFirehoseOutput : sig ... end

When configuring application output, identifies an Amazon Kinesis Firehose delivery stream as the destination. You provide the stream Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to write to the stream on your behalf.

Sourcemodule KinesisStreamsOutput : sig ... end

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.

Sourcemodule LambdaOutput : sig ... end

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.

Sourcemodule ErrorMessage : sig ... end
Sourcemodule ApplicationCode : sig ... end
Sourcemodule InputUpdates : sig ... end
Sourcemodule OutputUpdates : sig ... end
Sourcemodule Tag : sig ... end

A key-value pair (the value is optional) that you can define and assign to AWS resources. If you specify a tag that already exists, the tag value is replaced with the value that you specify in the request. 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.

Sourcemodule InputConfiguration : sig ... end

When you start your application, you provide this configuration, which identifies the input source and the point in the input source at which you want the application to start processing records.

Sourcemodule ApplicationSummary : sig ... end

This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see Amazon Kinesis Data Analytics API V2 Documentation. Provides application summary information, including the application Amazon Resource Name (ARN), name, and status.

Sourcemodule ParsedInputRecord : sig ... end
Sourcemodule ProcessedInputRecords : sig ... end
Sourcemodule RawInputRecords : sig ... end
Sourcemodule ApplicationDescription : sig ... end
Sourcemodule ApplicationVersionId : sig ... end
Sourcemodule InputDescriptions : sig ... end
Sourcemodule OutputDescriptions : sig ... end
Sourcemodule Timestamp : sig ... end
Sourcemodule CloudWatchLoggingOption : sig ... end

Provides a description of CloudWatch logging options, including the log stream Amazon Resource Name (ARN) and the role ARN.

Sourcemodule Input : sig ... end

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 Configuring Application Input.

Sourcemodule Output : sig ... end

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. For limits on how many destinations an application can write and other limitations, see Limits.

Sourcemodule S3ReferenceDataSource : sig ... end

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 UpdateApplication operation to trigger reloading of data into your application.

Sourcemodule CodeValidationException : sig ... end

User-provided application code (query) is invalid. This can be a simple syntax error.

Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.

Sourcemodule InvalidArgumentException : sig ... end

Specified input parameter value is invalid.

Sourcemodule ResourceInUseException : sig ... end

Application is not available for this operation.

Sourcemodule ResourceNotFoundException : sig ... end

Specified application can't be found.

The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation.

Sourcemodule ApplicationUpdate : sig ... end

Describes updates to apply to an existing Amazon Kinesis Analytics application.

Sourcemodule TooManyTagsException : sig ... end

Application created with too many tags, or too many tags added to an application. Note that the maximum number of application tags includes system tags. The maximum number of user-defined application tags is 50.

Sourcemodule KinesisAnalyticsARN : sig ... end
Sourcemodule TagKeys : sig ... end
Sourcemodule Tags : sig ... end

User-provided application configuration is not valid.

Sourcemodule InputConfigurations : sig ... end
Sourcemodule ApplicationSummaries : sig ... end
Sourcemodule BooleanObject : sig ... end
Sourcemodule ParsedInputRecords : sig ... end

Discovery failed to get a record from the streaming source because of the Amazon Kinesis Streams ProvisionedThroughputExceededException. For more information, see GetRecords in the Amazon Kinesis Streams API Reference.

The service is unavailable. Back off and retry the operation.

Data format is not valid. Amazon Kinesis Analytics is not able to detect schema for the given streaming source.

Sourcemodule S3Configuration : sig ... end

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 Amazon S3 object that contains the data.

Sourcemodule ApplicationDetail : sig ... end

This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see Amazon Kinesis Data Analytics API V2 Documentation. Provides a description of the application, including the application Amazon Resource Name (ARN), status, latest version, and input and output configuration.

Sourcemodule LimitExceededException : sig ... end

Exceeded the number of applications allowed.

Sourcemodule CloudWatchLoggingOptions : sig ... end
Sourcemodule Inputs : sig ... end
Sourcemodule Outputs : sig ... end
Sourcemodule ReferenceDataSource : sig ... end

Describes the reference data source by providing the source information (S3 bucket name and object key name), the resulting in-application table name that is created, and the necessary schema to map the data elements in the Amazon S3 object to the in-application table.

Sourcemodule UpdateApplicationResponse : sig ... end

This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see Amazon Kinesis Data Analytics API V2 Documentation. Updates an existing Amazon Kinesis Analytics application. Using this API, you can update application code, input configuration, and output configuration. Note that Amazon Kinesis Analytics updates the CurrentApplicationVersionId each time you update your application. This operation requires permission for the kinesisanalytics:UpdateApplication action.

Sourcemodule UpdateApplicationRequest : sig ... end

This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see Amazon Kinesis Data Analytics API V2 Documentation. Updates an existing Amazon Kinesis Analytics application. Using this API, you can update application code, input configuration, and output configuration. Note that Amazon Kinesis Analytics updates the CurrentApplicationVersionId each time you update your application. This operation requires permission for the kinesisanalytics:UpdateApplication action.

Sourcemodule UntagResourceResponse : sig ... end

Removes one or more tags from a Kinesis Analytics application. For more information, see Using Tagging.

Sourcemodule UntagResourceRequest : sig ... end

Removes one or more tags from a Kinesis Analytics application. For more information, see Using Tagging.

Sourcemodule TagResourceResponse : sig ... end

Adds one or more key-value tags to a Kinesis 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.

Sourcemodule TagResourceRequest : sig ... end

Adds one or more key-value tags to a Kinesis 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.

Sourcemodule StopApplicationResponse : sig ... end
Sourcemodule StopApplicationRequest : sig ... end
Sourcemodule StartApplicationResponse : sig ... end
Sourcemodule StartApplicationRequest : sig ... end

Retrieves the list of key-value tags assigned to the application. For more information, see Using Tagging.

Retrieves the list of key-value tags assigned to the application. For more information, see Using Tagging.

Sourcemodule ListApplicationsResponse : sig ... end
Sourcemodule ListApplicationsRequest : sig ... end

This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see Amazon Kinesis Data Analytics API V2 Documentation. 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. You can use the inferred schema when configuring a streaming source for your application. For conceptual information, see Configuring Application Input. 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. This operation requires permissions to perform the kinesisanalytics:DiscoverInputSchema action.

Sourcemodule DeleteApplicationResponse : sig ... end
Sourcemodule DeleteApplicationRequest : sig ... end

This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see Amazon Kinesis Data Analytics API V2 Documentation. Deletes a reference data source configuration from the specified application configuration. If the application is running, Amazon Kinesis Analytics immediately removes the in-application table that you created using the AddApplicationReferenceDataSource operation. This operation requires permissions to perform the kinesisanalytics.DeleteApplicationReferenceDataSource action.

This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see Amazon Kinesis Data Analytics API V2 Documentation. Deletes a reference data source configuration from the specified application configuration. If the application is running, Amazon Kinesis Analytics immediately removes the in-application table that you created using the AddApplicationReferenceDataSource operation. This operation requires permissions to perform the kinesisanalytics.DeleteApplicationReferenceDataSource action.

This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see Amazon Kinesis Data Analytics API V2 Documentation. Deletes an InputProcessingConfiguration from an input.

This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see Amazon Kinesis Data Analytics API V2 Documentation. Deletes an InputProcessingConfiguration from an input.

This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see Amazon Kinesis Data Analytics API V2 Documentation. Deletes a CloudWatch log stream from an application. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.

This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see Amazon Kinesis Data Analytics API V2 Documentation. Deletes a CloudWatch log stream from an application. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.

Sourcemodule CreateApplicationResponse : sig ... end

TBD

Sourcemodule CreateApplicationRequest : sig ... end

TBD

This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see Amazon Kinesis Data Analytics API V2 Documentation. Adds an InputProcessingConfiguration 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 AWS Lambda.

This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see Amazon Kinesis Data Analytics API V2 Documentation. Adds an InputProcessingConfiguration 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 AWS Lambda.

This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see Amazon Kinesis Data Analytics API V2 Documentation. Adds a CloudWatch log stream to monitor application configuration errors. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.

This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see Amazon Kinesis Data Analytics API V2 Documentation. Adds a CloudWatch log stream to monitor application configuration errors. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.