aws-sdk-kinesisanalytics 1.0.0.rc9 → 1.0.0.rc10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7ed4da188137a6be2da35d96e337ebe4a7fc4ca0
4
- data.tar.gz: 4da776a4e53cdadb50ff9074517af6bb9a694abe
3
+ metadata.gz: c631a7b58274558ebe45d3220cf6bc4346359217
4
+ data.tar.gz: 50686cc6fbec4a607664556bfd797f8963e546b8
5
5
  SHA512:
6
- metadata.gz: 27d2c6bb84d848b4e7e2ff52c143682f6188a172727aa1141827a819eaaaa81212fd6019a9777916e04e3cc429a44615c33713f2ee237af117068384cb591c26
7
- data.tar.gz: 3d7fc2bbbda2528f7f5c5105a5b91a402844be71f7064631b4a68596573f77f5d1a5faa05b92d0d968565064436fd203b1e72978dfa657b0e039a4236de27a88
6
+ metadata.gz: 212bf622ffd0a73094b5e53d6791e3517a252b7f788271dccda0a0e954344fb0f001cb9355a4f49bcf864614f879e6ed163f5ea17d67f9d4d99bac33205efaae
7
+ data.tar.gz: 401e75f311319edccd4e465ef9a92c74489ed22adfb7539d78955d76c4e3db6632fdab4ef2f940da3ef31c92af45474a649fc9247c6666bf9fe931f6a860272f
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-kinesisanalytics/customizations'
42
42
  # @service
43
43
  module Aws::KinesisAnalytics
44
44
 
45
- GEM_VERSION = '1.0.0.rc9'
45
+ GEM_VERSION = '1.0.0.rc10'
46
46
 
47
47
  end
@@ -157,23 +157,24 @@ module Aws::KinesisAnalytics
157
157
 
158
158
  # Adds a CloudWatch log stream to monitor application configuration
159
159
  # errors. For more information about using CloudWatch log streams with
160
- # Amazon Kinesis Analytics applications, see [Monitoring Configuration
161
- # Errors][1].
160
+ # Amazon Kinesis Analytics applications, see [Working with Amazon
161
+ # CloudWatch Logs][1].
162
162
  #
163
163
  #
164
164
  #
165
- # [1]: http://docs.aws.amazon.com/kinesisanalytics/latest/dev/cloudwatch-monitor-configuration.html
165
+ # [1]: http://docs.aws.amazon.com/kinesisanalytics/latest/dev/cloudwatch-logs.html
166
166
  #
167
167
  # @option params [required, String] :application_name
168
- # The Amazon Kinesis Analytics application name.
168
+ # The Kinesis Analytics application name.
169
169
  #
170
170
  # @option params [required, Integer] :current_application_version_id
171
- # The version ID of the Amazon Kinesis Analytics application.
171
+ # The version ID of the Kinesis Analytics application.
172
172
  #
173
173
  # @option params [required, Types::CloudWatchLoggingOption] :cloud_watch_logging_option
174
- # Provide the CloudWatch log stream ARN and the IAM role ARN. Note: To
175
- # write application messages to CloudWatch, the IAM role used must have
176
- # the `PutLogEvents` policy action enabled.
174
+ # Provides the CloudWatch log stream Amazon Resource Name (ARN) and the
175
+ # IAM role ARN. Note: To write application messages to CloudWatch, the
176
+ # IAM role that is used must have the `PutLogEvents` policy action
177
+ # enabled.
177
178
  #
178
179
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
179
180
  #
@@ -529,12 +530,12 @@ module Aws::KinesisAnalytics
529
530
  #
530
531
  # @option params [Array<Types::CloudWatchLoggingOption>] :cloud_watch_logging_options
531
532
  # Use this parameter to configure a CloudWatch log stream to monitor
532
- # application configuration errors. For more information, see
533
- # [Monitoring Configuration Errors][1].
533
+ # application configuration errors. For more information, see [Working
534
+ # with Amazon CloudWatch Logs][1].
534
535
  #
535
536
  #
536
537
  #
537
- # [1]: http://docs.aws.amazon.com/kinesisanalytics/latest/dev/cloudwatch-monitor-configuration.html
538
+ # [1]: http://docs.aws.amazon.com/kinesisanalytics/latest/dev/cloudwatch-logs.html
538
539
  #
539
540
  # @option params [String] :application_code
540
541
  # One or more SQL statements that read input data, transform it, and
@@ -679,17 +680,17 @@ module Aws::KinesisAnalytics
679
680
 
680
681
  # Deletes a CloudWatch log stream from an application. For more
681
682
  # information about using CloudWatch log streams with Amazon Kinesis
682
- # Analytics applications, see [Monitoring Configuration Errors][1].
683
+ # Analytics applications, see [Working with Amazon CloudWatch Logs][1].
683
684
  #
684
685
  #
685
686
  #
686
- # [1]: http://docs.aws.amazon.com/kinesisanalytics/latest/dev/cloudwatch-monitor-configuration.html
687
+ # [1]: http://docs.aws.amazon.com/kinesisanalytics/latest/dev/cloudwatch-logs.html
687
688
  #
688
689
  # @option params [required, String] :application_name
689
- # The Amazon Kinesis Analytics application name.
690
+ # The Kinesis Analytics application name.
690
691
  #
691
692
  # @option params [required, Integer] :current_application_version_id
692
- # The version ID of the Amazon Kinesis Analytics application.
693
+ # The version ID of the Kinesis Analytics application.
693
694
  #
694
695
  # @option params [required, String] :cloud_watch_logging_option_id
695
696
  # The `CloudWatchLoggingOptionId` of the CloudWatch logging option to
@@ -1250,7 +1251,7 @@ module Aws::KinesisAnalytics
1250
1251
  params: params,
1251
1252
  config: config)
1252
1253
  context[:gem_name] = 'aws-sdk-kinesisanalytics'
1253
- context[:gem_version] = '1.0.0.rc9'
1254
+ context[:gem_version] = '1.0.0.rc10'
1254
1255
  Seahorse::Client::Request.new(handlers, context)
1255
1256
  end
1256
1257
 
@@ -130,6 +130,7 @@ module Aws::KinesisAnalytics
130
130
  S3ReferenceDataSource = Shapes::StructureShape.new(name: 'S3ReferenceDataSource')
131
131
  S3ReferenceDataSourceDescription = Shapes::StructureShape.new(name: 'S3ReferenceDataSourceDescription')
132
132
  S3ReferenceDataSourceUpdate = Shapes::StructureShape.new(name: 'S3ReferenceDataSourceUpdate')
133
+ ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
133
134
  SourceSchema = Shapes::StructureShape.new(name: 'SourceSchema')
134
135
  StartApplicationRequest = Shapes::StructureShape.new(name: 'StartApplicationRequest')
135
136
  StartApplicationResponse = Shapes::StructureShape.new(name: 'StartApplicationResponse')
@@ -533,6 +534,7 @@ module Aws::KinesisAnalytics
533
534
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
534
535
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
535
536
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
537
+ o.errors << Shapes::ShapeRef.new(shape: CodeValidationException)
536
538
  end)
537
539
 
538
540
  api.add_operation(:add_application_output, Seahorse::Model::Operation.new.tap do |o|
@@ -636,6 +638,7 @@ module Aws::KinesisAnalytics
636
638
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
637
639
  o.errors << Shapes::ShapeRef.new(shape: UnableToDetectSchemaException)
638
640
  o.errors << Shapes::ShapeRef.new(shape: ResourceProvisionedThroughputExceededException)
641
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
639
642
  end)
640
643
 
641
644
  api.add_operation(:list_applications, Seahorse::Model::Operation.new.tap do |o|
@@ -21,17 +21,18 @@ module Aws::KinesisAnalytics
21
21
  # }
22
22
  #
23
23
  # @!attribute [rw] application_name
24
- # The Amazon Kinesis Analytics application name.
24
+ # The Kinesis Analytics application name.
25
25
  # @return [String]
26
26
  #
27
27
  # @!attribute [rw] current_application_version_id
28
- # The version ID of the Amazon Kinesis Analytics application.
28
+ # The version ID of the Kinesis Analytics application.
29
29
  # @return [Integer]
30
30
  #
31
31
  # @!attribute [rw] cloud_watch_logging_option
32
- # Provide the CloudWatch log stream ARN and the IAM role ARN. Note: To
33
- # write application messages to CloudWatch, the IAM role used must
34
- # have the `PutLogEvents` policy action enabled.
32
+ # Provides the CloudWatch log stream Amazon Resource Name (ARN) and
33
+ # the IAM role ARN. Note: To write application messages to CloudWatch,
34
+ # the IAM role that is used must have the `PutLogEvents` policy action
35
+ # enabled.
35
36
  # @return [Types::CloudWatchLoggingOption]
36
37
  #
37
38
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalytics-2015-08-14/AddApplicationCloudWatchLoggingOptionRequest AWS API Documentation
@@ -301,14 +302,14 @@ module Aws::KinesisAnalytics
301
302
  # @return [Array<Types::ReferenceDataSourceDescription>]
302
303
  #
303
304
  # @!attribute [rw] cloud_watch_logging_option_descriptions
304
- # Describes the CloudWatch log streams configured to receive
305
+ # Describes the CloudWatch log streams that are configured to receive
305
306
  # application messages. For more information about using CloudWatch
306
- # log streams with Amazon Kinesis Analytics applications, see
307
- # [Monitoring Configuration Errors][1].
307
+ # log streams with Amazon Kinesis Analytics applications, see [Working
308
+ # with Amazon CloudWatch Logs][1].
308
309
  #
309
310
  #
310
311
  #
311
- # [1]: http://docs.aws.amazon.com/kinesisanalytics/latest/dev/cloudwatch-monitor-configuration.html
312
+ # [1]: http://docs.aws.amazon.com/kinesisanalytics/latest/dev/cloudwatch-logs.html
312
313
  # @return [Array<Types::CloudWatchLoggingOptionDescription>]
313
314
  #
314
315
  # @!attribute [rw] application_code
@@ -535,7 +536,7 @@ module Aws::KinesisAnalytics
535
536
  end
536
537
 
537
538
  # Provides a description of CloudWatch logging options, including the
538
- # log stream ARN and the role ARN.
539
+ # log stream Amazon Resource Name (ARN) and the role ARN.
539
540
  #
540
541
  # @note When making an API call, you may pass CloudWatchLoggingOption
541
542
  # data as a hash:
@@ -551,8 +552,8 @@ module Aws::KinesisAnalytics
551
552
  #
552
553
  # @!attribute [rw] role_arn
553
554
  # IAM ARN of the role to use to send application messages. Note: To
554
- # write application messages to CloudWatch, the IAM role used must
555
- # have the `PutLogEvents` policy action enabled.
555
+ # write application messages to CloudWatch, the IAM role that is used
556
+ # must have the `PutLogEvents` policy action enabled.
556
557
  # @return [String]
557
558
  #
558
559
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalytics-2015-08-14/CloudWatchLoggingOption AWS API Documentation
@@ -743,12 +744,12 @@ module Aws::KinesisAnalytics
743
744
  #
744
745
  # @!attribute [rw] cloud_watch_logging_options
745
746
  # Use this parameter to configure a CloudWatch log stream to monitor
746
- # application configuration errors. For more information, see
747
- # [Monitoring Configuration Errors][1].
747
+ # application configuration errors. For more information, see [Working
748
+ # with Amazon CloudWatch Logs][1].
748
749
  #
749
750
  #
750
751
  #
751
- # [1]: http://docs.aws.amazon.com/kinesisanalytics/latest/dev/cloudwatch-monitor-configuration.html
752
+ # [1]: http://docs.aws.amazon.com/kinesisanalytics/latest/dev/cloudwatch-logs.html
752
753
  # @return [Array<Types::CloudWatchLoggingOption>]
753
754
  #
754
755
  # @!attribute [rw] application_code
@@ -813,11 +814,11 @@ module Aws::KinesisAnalytics
813
814
  # }
814
815
  #
815
816
  # @!attribute [rw] application_name
816
- # The Amazon Kinesis Analytics application name.
817
+ # The Kinesis Analytics application name.
817
818
  # @return [String]
818
819
  #
819
820
  # @!attribute [rw] current_application_version_id
820
- # The version ID of the Amazon Kinesis Analytics application.
821
+ # The version ID of the Kinesis Analytics application.
821
822
  # @return [Integer]
822
823
  #
823
824
  # @!attribute [rw] cloud_watch_logging_option_id
@@ -1128,6 +1129,9 @@ module Aws::KinesisAnalytics
1128
1129
  # If the streaming source is an Amazon Kinesis stream, identifies the
1129
1130
  # stream's Amazon Resource Name (ARN) and an IAM role that enables
1130
1131
  # Amazon Kinesis Analytics to access the stream on your behalf.
1132
+ #
1133
+ # Note: Either `KinesisStreamsInput` or `KinesisFirehoseInput` is
1134
+ # required.
1131
1135
  # @return [Types::KinesisStreamsInput]
1132
1136
  #
1133
1137
  # @!attribute [rw] kinesis_firehose_input
@@ -1135,6 +1139,9 @@ module Aws::KinesisAnalytics
1135
1139
  # stream, identifies the Firehose delivery stream's ARN and an IAM
1136
1140
  # role that enables Amazon Kinesis Analytics to access the stream on
1137
1141
  # your behalf.
1142
+ #
1143
+ # Note: Either `KinesisStreamsInput` or `KinesisFirehoseInput` is
1144
+ # required.
1138
1145
  # @return [Types::KinesisFirehoseInput]
1139
1146
  #
1140
1147
  # @!attribute [rw] input_parallelism
@@ -1501,12 +1508,6 @@ module Aws::KinesisAnalytics
1501
1508
  #
1502
1509
  # @!attribute [rw] record_row_path
1503
1510
  # Path to the top-level parent that contains the records.
1504
- #
1505
- # For example, consider the following JSON record:
1506
- #
1507
- # In the `RecordRowPath`, `"$"` refers to the root and path
1508
- # `"$.vehicle.Model"` refers to the specific `"Model"` key in the
1509
- # JSON.
1510
1511
  # @return [String]
1511
1512
  #
1512
1513
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalytics-2015-08-14/JSONMappingParameters AWS API Documentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-kinesisanalytics
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.rc9
4
+ version: 1.0.0.rc10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-25 00:00:00.000000000 Z
11
+ date: 2017-07-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core