lib/aws-sdk-kinesisanalytics/client.rb in aws-sdk-kinesisanalytics-1.8.0 vs lib/aws-sdk-kinesisanalytics/client.rb in aws-sdk-kinesisanalytics-1.9.0
- old
+ new
@@ -406,25 +406,25 @@
# application.
#
# 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
+ # Firehose delivery stream, or an AWS Lambda function), you add the
# relevant configuration to your application using this operation. You
# can configure one or more outputs for your application. Each output
# configuration maps an in-application stream and an external
# destination.
#
# You can use one of the output configurations to deliver data from your
# in-application error stream to an external destination so that you can
- # analyze the errors. For conceptual information, see [Understanding
+ # analyze the errors. For more information, see [Understanding
# Application Output (Destination)][1].
#
- # 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 DescribeApplication operation to find the
- # current application version.
+ # Any configuration update, including adding a streaming source using
+ # this operation, results in a new version of the application. You can
+ # use the DescribeApplication operation to find the current application
+ # version.
#
# For the limits on the number of application inputs and outputs you can
# configure, see [Limits][2].
#
# This operation requires permissions to perform the
@@ -447,11 +447,11 @@
#
# @option params [required, Types::Output] :output
# 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
+ # Kinesis Firehose delivery stream, or an AWS Lambda function), and
# record the formation to use when writing to the destination.
#
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
#
# @example Request syntax with placeholder values
@@ -472,11 +472,11 @@
# lambda_output: {
# resource_arn: "ResourceARN", # required
# role_arn: "RoleARN", # required
# },
# destination_schema: { # required
- # record_format_type: "JSON", # accepts JSON, CSV
+ # record_format_type: "JSON", # required, accepts JSON, CSV
# },
# },
# })
#
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalytics-2015-08-14/AddApplicationOutput AWS API Documentation
@@ -638,12 +638,12 @@
# @option params [Array<Types::Output>] :outputs
# You can configure application output to write data from any of the
# in-application streams to up to three destinations.
#
# These destinations can be Amazon Kinesis streams, Amazon Kinesis
- # Firehose delivery streams, Amazon Lambda destinations, or any
- # combination of the three.
+ # Firehose delivery streams, AWS Lambda destinations, or any combination
+ # of the three.
#
# 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
@@ -753,11 +753,11 @@
# lambda_output: {
# resource_arn: "ResourceARN", # required
# role_arn: "RoleARN", # required
# },
# destination_schema: { # required
- # record_format_type: "JSON", # accepts JSON, CSV
+ # record_format_type: "JSON", # required, accepts JSON, CSV
# },
# },
# ],
# cloud_watch_logging_options: [
# {
@@ -1097,11 +1097,12 @@
# @option params [Types::InputStartingPositionConfiguration] :input_starting_position_configuration
# Point at which you want Amazon Kinesis Analytics to start reading
# records from the specified streaming source discovery purposes.
#
# @option params [Types::S3Configuration] :s3_configuration
- # Specify this parameter to discover a schema from data in an S3 object.
+ # Specify this parameter to discover a schema from data in an Amazon S3
+ # object.
#
# @option params [Types::InputProcessingConfiguration] :input_processing_configuration
# The InputProcessingConfiguration to use to preprocess the records
# before discovering the schema of the records.
#
@@ -1384,11 +1385,11 @@
# lambda_output_update: {
# resource_arn_update: "ResourceARN",
# role_arn_update: "RoleARN",
# },
# destination_schema_update: {
- # record_format_type: "JSON", # accepts JSON, CSV
+ # record_format_type: "JSON", # required, accepts JSON, CSV
# },
# },
# ],
# reference_data_source_updates: [
# {
@@ -1453,10 +1454,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-kinesisanalytics'
- context[:gem_version] = '1.8.0'
+ context[:gem_version] = '1.9.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated