aws-sdk-kinesisanalytics 1.1.0 → 1.2.0

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: 3c5acc033aedfe646ed36949eb6efa689ffe3cf6
4
- data.tar.gz: 16366834ed3a84fe095b83de1a7c2de9e7f741f5
3
+ metadata.gz: 48a576ec95c9136e2cfd11ab44cccd8c29b27abc
4
+ data.tar.gz: 2af37e8403c38ecd5328f992cc3f2ab56928d84d
5
5
  SHA512:
6
- metadata.gz: fbe1c2b68d2ad48bdbf889b8899b0a5f9772b1034c6c3bdf9378069cf288768e0ed98ff046a16a6dada3971b7464ee240ccd274001168bd4f307139756c58385
7
- data.tar.gz: 35e4c35e3317558d9b76c676abaab3d4a1a698e07e3a1e90073cf5d8ac288deef684f1c90fb73695b1e58c2a72ddd81a8b65e3ff2062d66e1d52ee4b02238376
6
+ metadata.gz: 19d2e5df6811d0fd5f681678be9dfe1db0becaf55169e2775968f0bb44eaa2db750e6edce777cf34e521423789945da2cee584d48f427d144ecfb0da73ef2c33
7
+ data.tar.gz: 24a1479d36533c8368ae4de4c212f6e697cab83dd904b9b186d1f44149dceed8e47c204b80d5ef667d1efc5ab4bcbbe6e6c2a57bfed4641e2330356976418335
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-kinesisanalytics/customizations'
42
42
  # @service
43
43
  module Aws::KinesisAnalytics
44
44
 
45
- GEM_VERSION = '1.1.0'
45
+ GEM_VERSION = '1.2.0'
46
46
 
47
47
  end
@@ -310,9 +310,9 @@ module Aws::KinesisAnalytics
310
310
  # `ConcurrentModificationException` is returned.
311
311
  #
312
312
  # @option params [required, String] :input_id
313
- # The ID of the input configuration to which to add the input
314
- # configuration. You can get a list of the input IDs for an application
315
- # using the DescribeApplication operation.
313
+ # The ID of the input configuration to add the input processing
314
+ # configuration to. You can get a list of the input IDs for an
315
+ # application using the DescribeApplication operation.
316
316
  #
317
317
  # @option params [required, Types::InputProcessingConfiguration] :input_processing_configuration
318
318
  # The InputProcessingConfiguration to add to the application.
@@ -347,11 +347,12 @@ module Aws::KinesisAnalytics
347
347
  #
348
348
  # If you want Amazon Kinesis Analytics to deliver data from an
349
349
  # in-application stream within your application to an external
350
- # destination (such as an Amazon Kinesis stream or a Firehose delivery
351
- # stream), you add the relevant configuration to your application using
352
- # this operation. You can configure one or more outputs for your
353
- # application. Each output configuration maps an in-application stream
354
- # and an external destination.
350
+ # destination (such as an Amazon Kinesis stream, an Amazon Kinesis
351
+ # Firehose delivery stream, or an Amazon Lambda function), you add the
352
+ # relevant configuration to your application using this operation. You
353
+ # can configure one or more outputs for your application. Each output
354
+ # configuration maps an in-application stream and an external
355
+ # destination.
355
356
  #
356
357
  # You can use one of the output configurations to deliver data from your
357
358
  # in-application error stream to an external destination so that you can
@@ -379,7 +380,7 @@ module Aws::KinesisAnalytics
379
380
  # configuration.
380
381
  #
381
382
  # @option params [required, Integer] :current_application_version_id
382
- # Version of the application to which you want add the output
383
+ # Version of the application to which you want to add the output
383
384
  # configuration. You can use the DescribeApplication operation to get
384
385
  # the current application version. If the version specified is not the
385
386
  # current version, the `ConcurrentModificationException` is returned.
@@ -387,9 +388,9 @@ module Aws::KinesisAnalytics
387
388
  # @option params [required, Types::Output] :output
388
389
  # An array of objects, each describing one output configuration. In the
389
390
  # output configuration, you specify the name of an in-application
390
- # stream, a destination (that is, an Amazon Kinesis stream or an Amazon
391
- # Kinesis Firehose delivery stream), and record the formation to use
392
- # when writing to the destination.
391
+ # stream, a destination (that is, an Amazon Kinesis stream, an Amazon
392
+ # Kinesis Firehose delivery stream, or an Amazon Lambda function), and
393
+ # record the formation to use when writing to the destination.
393
394
  #
394
395
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
395
396
  #
@@ -408,6 +409,10 @@ module Aws::KinesisAnalytics
408
409
  # resource_arn: "ResourceARN", # required
409
410
  # role_arn: "RoleARN", # required
410
411
  # },
412
+ # lambda_output: {
413
+ # resource_arn: "ResourceARN", # required
414
+ # role_arn: "RoleARN", # required
415
+ # },
411
416
  # destination_schema: { # required
412
417
  # record_format_type: "JSON", # accepts JSON, CSV
413
418
  # },
@@ -512,8 +517,8 @@ module Aws::KinesisAnalytics
512
517
 
513
518
  # Creates an Amazon Kinesis Analytics application. You can configure
514
519
  # each application with one streaming source as input, application code
515
- # to process the input, and up to five streaming destinations where you
516
- # want Amazon Kinesis Analytics to write the output data from your
520
+ # to process the input, and up to three destinations where you want
521
+ # Amazon Kinesis Analytics to write the output data from your
517
522
  # application. For an overview, see [How it Works][1].
518
523
  #
519
524
  # In the input configuration, you map the streaming source to an
@@ -528,7 +533,7 @@ module Aws::KinesisAnalytics
528
533
  #
529
534
  # In the output configuration, you can configure the application to
530
535
  # write data from in-application streams created in your applications to
531
- # up to five streaming destinations.
536
+ # up to three destinations.
532
537
  #
533
538
  # To read data from your source stream or write data to destination
534
539
  # streams, Amazon Kinesis Analytics needs your permissions. You grant
@@ -561,7 +566,7 @@ module Aws::KinesisAnalytics
561
566
  # as a constantly updating table).
562
567
  #
563
568
  # For the streaming source, you provide its Amazon Resource Name (ARN)
564
- # and format of data on the stream (for example, JSON, CSV, etc). You
569
+ # and format of data on the stream (for example, JSON, CSV, etc.). You
565
570
  # also must provide an IAM role that Amazon Kinesis Analytics can assume
566
571
  # to read this stream on your behalf.
567
572
  #
@@ -572,21 +577,23 @@ module Aws::KinesisAnalytics
572
577
  #
573
578
  # @option params [Array<Types::Output>] :outputs
574
579
  # You can configure application output to write data from any of the
575
- # in-application streams to up to five destinations.
580
+ # in-application streams to up to three destinations.
576
581
  #
577
582
  # These destinations can be Amazon Kinesis streams, Amazon Kinesis
578
- # Firehose delivery streams, or both.
583
+ # Firehose delivery streams, Amazon Lambda destinations, or any
584
+ # combination of the three.
579
585
  #
580
586
  # In the configuration, you specify the in-application stream name, the
581
- # destination stream Amazon Resource Name (ARN), and the format to use
582
- # when writing data. You must also provide an IAM role that Amazon
583
- # Kinesis Analytics can assume to write to the destination stream on
584
- # your behalf.
587
+ # destination stream or Lambda function Amazon Resource Name (ARN), and
588
+ # the format to use when writing data. You must also provide an IAM role
589
+ # that Amazon Kinesis Analytics can assume to write to the destination
590
+ # stream or Lambda function on your behalf.
585
591
  #
586
- # In the output configuration, you also provide the output stream Amazon
587
- # Resource Name (ARN) and the format of data in the stream (for example,
588
- # JSON, CSV). You also must provide an IAM role that Amazon Kinesis
589
- # Analytics can assume to write to this stream on your behalf.
592
+ # In the output configuration, you also provide the output stream or
593
+ # Lambda function ARN. For stream destinations, you provide the format
594
+ # of data in the stream (for example, JSON, CSV). You also must provide
595
+ # an IAM role that Amazon Kinesis Analytics can assume to write to the
596
+ # stream or Lambda function on your behalf.
590
597
  #
591
598
  # @option params [Array<Types::CloudWatchLoggingOption>] :cloud_watch_logging_options
592
599
  # Use this parameter to configure a CloudWatch log stream to monitor
@@ -603,7 +610,7 @@ module Aws::KinesisAnalytics
603
610
  # data from one in-application stream, generates a running average of
604
611
  # the number of advertisement clicks by vendor, and insert resulting
605
612
  # rows in another in-application stream using pumps. For more
606
- # inforamtion about the typical pattern, see [Application Code][1].
613
+ # information about the typical pattern, see [Application Code][1].
607
614
  #
608
615
  # You can provide such series of SQL statements, where output of one
609
616
  # statement can be used as the input for the next statement. You store
@@ -683,6 +690,10 @@ module Aws::KinesisAnalytics
683
690
  # resource_arn: "ResourceARN", # required
684
691
  # role_arn: "RoleARN", # required
685
692
  # },
693
+ # lambda_output: {
694
+ # resource_arn: "ResourceARN", # required
695
+ # role_arn: "RoleARN", # required
696
+ # },
686
697
  # destination_schema: { # required
687
698
  # record_format_type: "JSON", # accepts JSON, CSV
688
699
  # },
@@ -760,8 +771,8 @@ module Aws::KinesisAnalytics
760
771
  #
761
772
  # @option params [required, String] :cloud_watch_logging_option_id
762
773
  # The `CloudWatchLoggingOptionId` of the CloudWatch logging option to
763
- # delete. You can use the DescribeApplication operation to get the
764
- # `CloudWatchLoggingOptionId`.
774
+ # delete. You can get the `CloudWatchLoggingOptionId` by using the
775
+ # DescribeApplication operation.
765
776
  #
766
777
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
767
778
  #
@@ -792,8 +803,8 @@ module Aws::KinesisAnalytics
792
803
  #
793
804
  # @option params [required, String] :input_id
794
805
  # The ID of the input configuration from which to delete the input
795
- # configuration. You can get a list of the input IDs for an application
796
- # using the DescribeApplication operation.
806
+ # processing configuration. You can get a list of the input IDs for an
807
+ # application by using the DescribeApplication operation.
797
808
  #
798
809
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
799
810
  #
@@ -963,6 +974,8 @@ module Aws::KinesisAnalytics
963
974
  # resp.application_detail.output_descriptions[0].kinesis_streams_output_description.role_arn #=> String
964
975
  # resp.application_detail.output_descriptions[0].kinesis_firehose_output_description.resource_arn #=> String
965
976
  # resp.application_detail.output_descriptions[0].kinesis_firehose_output_description.role_arn #=> String
977
+ # resp.application_detail.output_descriptions[0].lambda_output_description.resource_arn #=> String
978
+ # resp.application_detail.output_descriptions[0].lambda_output_description.role_arn #=> String
966
979
  # resp.application_detail.output_descriptions[0].destination_schema.record_format_type #=> String, one of "JSON", "CSV"
967
980
  # resp.application_detail.reference_data_source_descriptions #=> Array
968
981
  # resp.application_detail.reference_data_source_descriptions[0].reference_id #=> String
@@ -997,9 +1010,9 @@ module Aws::KinesisAnalytics
997
1010
 
998
1011
  # Infers a schema by evaluating sample records on the specified
999
1012
  # streaming source (Amazon Kinesis stream or Amazon Kinesis Firehose
1000
- # delivery stream). In the response, the operation returns the inferred
1001
- # schema and also the sample records that the operation used to infer
1002
- # the schema.
1013
+ # delivery stream) or S3 object. In the response, the operation returns
1014
+ # the inferred schema and also the sample records that the operation
1015
+ # used to infer the schema.
1003
1016
  #
1004
1017
  # You can use the inferred schema when configuring a streaming source
1005
1018
  # for your application. For conceptual information, see [Configuring
@@ -1026,6 +1039,7 @@ module Aws::KinesisAnalytics
1026
1039
  # records from the specified streaming source discovery purposes.
1027
1040
  #
1028
1041
  # @option params [Types::S3Configuration] :s3_configuration
1042
+ # Specify this parameter to discover a schema from data in an S3 object.
1029
1043
  #
1030
1044
  # @option params [Types::InputProcessingConfiguration] :input_processing_configuration
1031
1045
  # The InputProcessingConfiguration to use to preprocess the records
@@ -1307,6 +1321,10 @@ module Aws::KinesisAnalytics
1307
1321
  # resource_arn_update: "ResourceARN",
1308
1322
  # role_arn_update: "RoleARN",
1309
1323
  # },
1324
+ # lambda_output_update: {
1325
+ # resource_arn_update: "ResourceARN",
1326
+ # role_arn_update: "RoleARN",
1327
+ # },
1310
1328
  # destination_schema_update: {
1311
1329
  # record_format_type: "JSON", # accepts JSON, CSV
1312
1330
  # },
@@ -1377,7 +1395,7 @@ module Aws::KinesisAnalytics
1377
1395
  params: params,
1378
1396
  config: config)
1379
1397
  context[:gem_name] = 'aws-sdk-kinesisanalytics'
1380
- context[:gem_version] = '1.1.0'
1398
+ context[:gem_version] = '1.2.0'
1381
1399
  Seahorse::Client::Request.new(handlers, context)
1382
1400
  end
1383
1401
 
@@ -99,6 +99,9 @@ module Aws::KinesisAnalytics
99
99
  KinesisStreamsOutput = Shapes::StructureShape.new(name: 'KinesisStreamsOutput')
100
100
  KinesisStreamsOutputDescription = Shapes::StructureShape.new(name: 'KinesisStreamsOutputDescription')
101
101
  KinesisStreamsOutputUpdate = Shapes::StructureShape.new(name: 'KinesisStreamsOutputUpdate')
102
+ LambdaOutput = Shapes::StructureShape.new(name: 'LambdaOutput')
103
+ LambdaOutputDescription = Shapes::StructureShape.new(name: 'LambdaOutputDescription')
104
+ LambdaOutputUpdate = Shapes::StructureShape.new(name: 'LambdaOutputUpdate')
102
105
  LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
103
106
  ListApplicationsInputLimit = Shapes::IntegerShape.new(name: 'ListApplicationsInputLimit')
104
107
  ListApplicationsRequest = Shapes::StructureShape.new(name: 'ListApplicationsRequest')
@@ -437,6 +440,18 @@ module Aws::KinesisAnalytics
437
440
  KinesisStreamsOutputUpdate.add_member(:role_arn_update, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARNUpdate"))
438
441
  KinesisStreamsOutputUpdate.struct_class = Types::KinesisStreamsOutputUpdate
439
442
 
443
+ LambdaOutput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ResourceARN"))
444
+ LambdaOutput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, required: true, location_name: "RoleARN"))
445
+ LambdaOutput.struct_class = Types::LambdaOutput
446
+
447
+ LambdaOutputDescription.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ResourceARN"))
448
+ LambdaOutputDescription.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
449
+ LambdaOutputDescription.struct_class = Types::LambdaOutputDescription
450
+
451
+ LambdaOutputUpdate.add_member(:resource_arn_update, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ResourceARNUpdate"))
452
+ LambdaOutputUpdate.add_member(:role_arn_update, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARNUpdate"))
453
+ LambdaOutputUpdate.struct_class = Types::LambdaOutputUpdate
454
+
440
455
  ListApplicationsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: ListApplicationsInputLimit, location_name: "Limit"))
441
456
  ListApplicationsRequest.add_member(:exclusive_start_application_name, Shapes::ShapeRef.new(shape: ApplicationName, location_name: "ExclusiveStartApplicationName"))
442
457
  ListApplicationsRequest.struct_class = Types::ListApplicationsRequest
@@ -452,6 +467,7 @@ module Aws::KinesisAnalytics
452
467
  Output.add_member(:name, Shapes::ShapeRef.new(shape: InAppStreamName, required: true, location_name: "Name"))
453
468
  Output.add_member(:kinesis_streams_output, Shapes::ShapeRef.new(shape: KinesisStreamsOutput, location_name: "KinesisStreamsOutput"))
454
469
  Output.add_member(:kinesis_firehose_output, Shapes::ShapeRef.new(shape: KinesisFirehoseOutput, location_name: "KinesisFirehoseOutput"))
470
+ Output.add_member(:lambda_output, Shapes::ShapeRef.new(shape: LambdaOutput, location_name: "LambdaOutput"))
455
471
  Output.add_member(:destination_schema, Shapes::ShapeRef.new(shape: DestinationSchema, required: true, location_name: "DestinationSchema"))
456
472
  Output.struct_class = Types::Output
457
473
 
@@ -459,6 +475,7 @@ module Aws::KinesisAnalytics
459
475
  OutputDescription.add_member(:name, Shapes::ShapeRef.new(shape: InAppStreamName, location_name: "Name"))
460
476
  OutputDescription.add_member(:kinesis_streams_output_description, Shapes::ShapeRef.new(shape: KinesisStreamsOutputDescription, location_name: "KinesisStreamsOutputDescription"))
461
477
  OutputDescription.add_member(:kinesis_firehose_output_description, Shapes::ShapeRef.new(shape: KinesisFirehoseOutputDescription, location_name: "KinesisFirehoseOutputDescription"))
478
+ OutputDescription.add_member(:lambda_output_description, Shapes::ShapeRef.new(shape: LambdaOutputDescription, location_name: "LambdaOutputDescription"))
462
479
  OutputDescription.add_member(:destination_schema, Shapes::ShapeRef.new(shape: DestinationSchema, location_name: "DestinationSchema"))
463
480
  OutputDescription.struct_class = Types::OutputDescription
464
481
 
@@ -468,6 +485,7 @@ module Aws::KinesisAnalytics
468
485
  OutputUpdate.add_member(:name_update, Shapes::ShapeRef.new(shape: InAppStreamName, location_name: "NameUpdate"))
469
486
  OutputUpdate.add_member(:kinesis_streams_output_update, Shapes::ShapeRef.new(shape: KinesisStreamsOutputUpdate, location_name: "KinesisStreamsOutputUpdate"))
470
487
  OutputUpdate.add_member(:kinesis_firehose_output_update, Shapes::ShapeRef.new(shape: KinesisFirehoseOutputUpdate, location_name: "KinesisFirehoseOutputUpdate"))
488
+ OutputUpdate.add_member(:lambda_output_update, Shapes::ShapeRef.new(shape: LambdaOutputUpdate, location_name: "LambdaOutputUpdate"))
471
489
  OutputUpdate.add_member(:destination_schema_update, Shapes::ShapeRef.new(shape: DestinationSchema, location_name: "DestinationSchemaUpdate"))
472
490
  OutputUpdate.struct_class = Types::OutputUpdate
473
491
 
@@ -77,8 +77,8 @@ module Aws::KinesisAnalytics
77
77
  # @return [Integer]
78
78
  #
79
79
  # @!attribute [rw] input_id
80
- # The ID of the input configuration to which to add the input
81
- # configuration. You can get a list of the input IDs for an
80
+ # The ID of the input configuration to add the input processing
81
+ # configuration to. You can get a list of the input IDs for an
82
82
  # application using the DescribeApplication operation.
83
83
  # @return [String]
84
84
  #
@@ -194,6 +194,10 @@ module Aws::KinesisAnalytics
194
194
  # resource_arn: "ResourceARN", # required
195
195
  # role_arn: "RoleARN", # required
196
196
  # },
197
+ # lambda_output: {
198
+ # resource_arn: "ResourceARN", # required
199
+ # role_arn: "RoleARN", # required
200
+ # },
197
201
  # destination_schema: { # required
198
202
  # record_format_type: "JSON", # accepts JSON, CSV
199
203
  # },
@@ -206,7 +210,7 @@ module Aws::KinesisAnalytics
206
210
  # @return [String]
207
211
  #
208
212
  # @!attribute [rw] current_application_version_id
209
- # Version of the application to which you want add the output
213
+ # Version of the application to which you want to add the output
210
214
  # configuration. You can use the DescribeApplication operation to get
211
215
  # the current application version. If the version specified is not the
212
216
  # current version, the `ConcurrentModificationException` is returned.
@@ -215,9 +219,9 @@ module Aws::KinesisAnalytics
215
219
  # @!attribute [rw] output
216
220
  # An array of objects, each describing one output configuration. In
217
221
  # the output configuration, you specify the name of an in-application
218
- # stream, a destination (that is, an Amazon Kinesis stream or an
219
- # Amazon Kinesis Firehose delivery stream), and record the formation
220
- # to use when writing to the destination.
222
+ # stream, a destination (that is, an Amazon Kinesis stream, an Amazon
223
+ # Kinesis Firehose delivery stream, or an Amazon Lambda function), and
224
+ # record the formation to use when writing to the destination.
221
225
  # @return [Types::Output]
222
226
  #
223
227
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalytics-2015-08-14/AddApplicationOutputRequest AWS API Documentation
@@ -326,11 +330,11 @@ module Aws::KinesisAnalytics
326
330
  # @return [String]
327
331
  #
328
332
  # @!attribute [rw] create_timestamp
329
- # Timestamp when the application version was created.
333
+ # Time stamp when the application version was created.
330
334
  # @return [Time]
331
335
  #
332
336
  # @!attribute [rw] last_update_timestamp
333
- # Timestamp when the application was last updated.
337
+ # Time stamp when the application was last updated.
334
338
  # @return [Time]
335
339
  #
336
340
  # @!attribute [rw] input_descriptions
@@ -487,6 +491,10 @@ module Aws::KinesisAnalytics
487
491
  # resource_arn_update: "ResourceARN",
488
492
  # role_arn_update: "RoleARN",
489
493
  # },
494
+ # lambda_output_update: {
495
+ # resource_arn_update: "ResourceARN",
496
+ # role_arn_update: "RoleARN",
497
+ # },
490
498
  # destination_schema_update: {
491
499
  # record_format_type: "JSON", # accepts JSON, CSV
492
500
  # },
@@ -751,6 +759,10 @@ module Aws::KinesisAnalytics
751
759
  # resource_arn: "ResourceARN", # required
752
760
  # role_arn: "RoleARN", # required
753
761
  # },
762
+ # lambda_output: {
763
+ # resource_arn: "ResourceARN", # required
764
+ # role_arn: "RoleARN", # required
765
+ # },
754
766
  # destination_schema: { # required
755
767
  # record_format_type: "JSON", # accepts JSON, CSV
756
768
  # },
@@ -784,7 +796,7 @@ module Aws::KinesisAnalytics
784
796
  # think of it as a constantly updating table).
785
797
  #
786
798
  # For the streaming source, you provide its Amazon Resource Name (ARN)
787
- # and format of data on the stream (for example, JSON, CSV, etc). You
799
+ # and format of data on the stream (for example, JSON, CSV, etc.). You
788
800
  # also must provide an IAM role that Amazon Kinesis Analytics can
789
801
  # assume to read this stream on your behalf.
790
802
  #
@@ -796,21 +808,23 @@ module Aws::KinesisAnalytics
796
808
  #
797
809
  # @!attribute [rw] outputs
798
810
  # You can configure application output to write data from any of the
799
- # in-application streams to up to five destinations.
811
+ # in-application streams to up to three destinations.
800
812
  #
801
813
  # These destinations can be Amazon Kinesis streams, Amazon Kinesis
802
- # Firehose delivery streams, or both.
814
+ # Firehose delivery streams, Amazon Lambda destinations, or any
815
+ # combination of the three.
803
816
  #
804
817
  # In the configuration, you specify the in-application stream name,
805
- # the destination stream Amazon Resource Name (ARN), and the format to
806
- # use when writing data. You must also provide an IAM role that Amazon
807
- # Kinesis Analytics can assume to write to the destination stream on
808
- # your behalf.
809
- #
810
- # In the output configuration, you also provide the output stream
811
- # Amazon Resource Name (ARN) and the format of data in the stream (for
812
- # example, JSON, CSV). You also must provide an IAM role that Amazon
813
- # Kinesis Analytics can assume to write to this stream on your behalf.
818
+ # the destination stream or Lambda function Amazon Resource Name
819
+ # (ARN), and the format to use when writing data. You must also
820
+ # provide an IAM role that Amazon Kinesis Analytics can assume to
821
+ # write to the destination stream or Lambda function on your behalf.
822
+ #
823
+ # In the output configuration, you also provide the output stream or
824
+ # Lambda function ARN. For stream destinations, you provide the format
825
+ # of data in the stream (for example, JSON, CSV). You also must
826
+ # provide an IAM role that Amazon Kinesis Analytics can assume to
827
+ # write to the stream or Lambda function on your behalf.
814
828
  # @return [Array<Types::Output>]
815
829
  #
816
830
  # @!attribute [rw] cloud_watch_logging_options
@@ -829,7 +843,7 @@ module Aws::KinesisAnalytics
829
843
  # reads data from one in-application stream, generates a running
830
844
  # average of the number of advertisement clicks by vendor, and insert
831
845
  # resulting rows in another in-application stream using pumps. For
832
- # more inforamtion about the typical pattern, see [Application
846
+ # more information about the typical pattern, see [Application
833
847
  # Code][1].
834
848
  #
835
849
  # You can provide such series of SQL statements, where output of one
@@ -894,8 +908,8 @@ module Aws::KinesisAnalytics
894
908
  #
895
909
  # @!attribute [rw] cloud_watch_logging_option_id
896
910
  # The `CloudWatchLoggingOptionId` of the CloudWatch logging option to
897
- # delete. You can use the DescribeApplication operation to get the
898
- # `CloudWatchLoggingOptionId`.
911
+ # delete. You can get the `CloudWatchLoggingOptionId` by using the
912
+ # DescribeApplication operation.
899
913
  # @return [String]
900
914
  #
901
915
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalytics-2015-08-14/DeleteApplicationCloudWatchLoggingOptionRequest AWS API Documentation
@@ -930,8 +944,8 @@ module Aws::KinesisAnalytics
930
944
  #
931
945
  # @!attribute [rw] input_id
932
946
  # The ID of the input configuration from which to delete the input
933
- # configuration. You can get a list of the input IDs for an
934
- # application using the DescribeApplication operation.
947
+ # processing configuration. You can get a list of the input IDs for an
948
+ # application by using the DescribeApplication operation.
935
949
  # @return [String]
936
950
  #
937
951
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalytics-2015-08-14/DeleteApplicationInputProcessingConfigurationRequest AWS API Documentation
@@ -1152,6 +1166,8 @@ module Aws::KinesisAnalytics
1152
1166
  # @return [Types::InputStartingPositionConfiguration]
1153
1167
  #
1154
1168
  # @!attribute [rw] s3_configuration
1169
+ # Specify this parameter to discover a schema from data in an S3
1170
+ # object.
1155
1171
  # @return [Types::S3Configuration]
1156
1172
  #
1157
1173
  # @!attribute [rw] input_processing_configuration
@@ -1257,16 +1273,16 @@ module Aws::KinesisAnalytics
1257
1273
  # }
1258
1274
  #
1259
1275
  # @!attribute [rw] name_prefix
1260
- # Name prefix to use when creating in-application stream. Suppose you
1261
- # specify a prefix "MyInApplicationStream". Amazon Kinesis Analytics
1262
- # will then create one or more (as per the `InputParallelism` count
1263
- # you specified) in-application streams with names
1264
- # "MyInApplicationStream\_001", "MyInApplicationStream\_002" and
1276
+ # Name prefix to use when creating an in-application stream. Suppose
1277
+ # that you specify a prefix "MyInApplicationStream." Amazon Kinesis
1278
+ # Analytics then creates one or more (as per the `InputParallelism`
1279
+ # count you specified) in-application streams with names
1280
+ # "MyInApplicationStream\_001," "MyInApplicationStream\_002," and
1265
1281
  # so on.
1266
1282
  # @return [String]
1267
1283
  #
1268
1284
  # @!attribute [rw] input_processing_configuration
1269
- # The InputProcessingConfiguration for the Input. An input processor
1285
+ # The InputProcessingConfiguration for the input. An input processor
1270
1286
  # transforms records as they are received from the stream, before the
1271
1287
  # application's SQL code executes. Currently, the only input
1272
1288
  # processing configuration available is InputLambdaProcessor.
@@ -1283,9 +1299,9 @@ module Aws::KinesisAnalytics
1283
1299
  #
1284
1300
  # @!attribute [rw] kinesis_firehose_input
1285
1301
  # If the streaming source is an Amazon Kinesis Firehose delivery
1286
- # stream, identifies the Firehose delivery stream's ARN and an IAM
1287
- # role that enables Amazon Kinesis Analytics to access the stream on
1288
- # your behalf.
1302
+ # stream, identifies the delivery stream's ARN and an IAM role that
1303
+ # enables Amazon Kinesis Analytics to access the stream on your
1304
+ # behalf.
1289
1305
  #
1290
1306
  # Note: Either `KinesisStreamsInput` or `KinesisFirehoseInput` is
1291
1307
  # required.
@@ -1294,7 +1310,7 @@ module Aws::KinesisAnalytics
1294
1310
  # @!attribute [rw] input_parallelism
1295
1311
  # Describes the number of in-application streams to create.
1296
1312
  #
1297
- # Data from your source will be routed to these in-application input
1313
+ # Data from your source is routed to these in-application input
1298
1314
  # streams.
1299
1315
  #
1300
1316
  # (see [Configuring Application Input][1].
@@ -1385,15 +1401,16 @@ module Aws::KinesisAnalytics
1385
1401
  #
1386
1402
  # @!attribute [rw] kinesis_streams_input_description
1387
1403
  # If an Amazon Kinesis stream is configured as streaming source,
1388
- # provides Amazon Kinesis stream's ARN and an IAM role that enables
1389
- # Amazon Kinesis Analytics to access the stream on your behalf.
1404
+ # provides Amazon Kinesis stream's Amazon Resource Name (ARN) and an
1405
+ # IAM role that enables Amazon Kinesis Analytics to access the stream
1406
+ # on your behalf.
1390
1407
  # @return [Types::KinesisStreamsInputDescription]
1391
1408
  #
1392
1409
  # @!attribute [rw] kinesis_firehose_input_description
1393
1410
  # If an Amazon Kinesis Firehose delivery stream is configured as a
1394
- # streaming source, provides the Firehose delivery stream's Amazon
1395
- # Resource Name (ARN) and an IAM role that enables Amazon Kinesis
1396
- # Analytics to access the stream on your behalf.
1411
+ # streaming source, provides the delivery stream's ARN and an IAM
1412
+ # role that enables Amazon Kinesis Analytics to access the stream on
1413
+ # your behalf.
1397
1414
  # @return [Types::KinesisFirehoseInputDescription]
1398
1415
  #
1399
1416
  # @!attribute [rw] input_schema
@@ -1427,9 +1444,10 @@ module Aws::KinesisAnalytics
1427
1444
  include Aws::Structure
1428
1445
  end
1429
1446
 
1430
- # An object that contains the ARN of the [AWS Lambda][1] function that
1431
- # is used to preprocess records in the stream, and the ARN of the IAM
1432
- # role used to access the AWS Lambda function.
1447
+ # An object that contains the Amazon Resource Name (ARN) of the [AWS
1448
+ # Lambda][1] function that is used to preprocess records in the stream,
1449
+ # and the ARN of the IAM role that is used to access the AWS Lambda
1450
+ # function.
1433
1451
  #
1434
1452
  #
1435
1453
  #
@@ -1453,7 +1471,8 @@ module Aws::KinesisAnalytics
1453
1471
  # @return [String]
1454
1472
  #
1455
1473
  # @!attribute [rw] role_arn
1456
- # The ARN of the IAM role used to access the AWS Lambda function.
1474
+ # The ARN of the IAM role that is used to access the AWS Lambda
1475
+ # function.
1457
1476
  # @return [String]
1458
1477
  #
1459
1478
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalytics-2015-08-14/InputLambdaProcessor AWS API Documentation
@@ -1464,9 +1483,10 @@ module Aws::KinesisAnalytics
1464
1483
  include Aws::Structure
1465
1484
  end
1466
1485
 
1467
- # An object that contains the ARN of the [AWS Lambda][1] function that
1468
- # is used to preprocess records in the stream, and the ARN of the IAM
1469
- # role used to access the AWS Lambda expression.
1486
+ # An object that contains the Amazon Resource Name (ARN) of the [AWS
1487
+ # Lambda][1] function that is used to preprocess records in the stream,
1488
+ # and the ARN of the IAM role that is used to access the AWS Lambda
1489
+ # expression.
1470
1490
  #
1471
1491
  #
1472
1492
  #
@@ -1482,7 +1502,8 @@ module Aws::KinesisAnalytics
1482
1502
  # @return [String]
1483
1503
  #
1484
1504
  # @!attribute [rw] role_arn
1485
- # The ARN of the IAM role used to access the AWS Lambda function.
1505
+ # The ARN of the IAM role that is used to access the AWS Lambda
1506
+ # function.
1486
1507
  # @return [String]
1487
1508
  #
1488
1509
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalytics-2015-08-14/InputLambdaProcessorDescription AWS API Documentation
@@ -1505,8 +1526,8 @@ module Aws::KinesisAnalytics
1505
1526
  # }
1506
1527
  #
1507
1528
  # @!attribute [rw] resource_arn_update
1508
- # The ARN of the new [AWS Lambda][1] function that is used to
1509
- # preprocess the records in the stream.
1529
+ # The Amazon Resource Name (ARN) of the new [AWS Lambda][1] function
1530
+ # that is used to preprocess the records in the stream.
1510
1531
  #
1511
1532
  #
1512
1533
  #
@@ -1514,7 +1535,8 @@ module Aws::KinesisAnalytics
1514
1535
  # @return [String]
1515
1536
  #
1516
1537
  # @!attribute [rw] role_arn_update
1517
- # The ARN of the new IAM role used to access the AWS Lambda function.
1538
+ # The ARN of the new IAM role that is used to access the AWS Lambda
1539
+ # function.
1518
1540
  # @return [String]
1519
1541
  #
1520
1542
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalytics-2015-08-14/InputLambdaProcessorUpdate AWS API Documentation
@@ -1578,9 +1600,8 @@ module Aws::KinesisAnalytics
1578
1600
  end
1579
1601
 
1580
1602
  # Provides a description of a processor that is used to preprocess the
1581
- # records in the stream prior to being processed by your application
1582
- # code. Currently, the only input processor available is [AWS
1583
- # Lambda][1].
1603
+ # records in the stream before being processed by your application code.
1604
+ # Currently, the only input processor available is [AWS Lambda][1].
1584
1605
  #
1585
1606
  #
1586
1607
  #
@@ -1598,7 +1619,7 @@ module Aws::KinesisAnalytics
1598
1619
  #
1599
1620
  # @!attribute [rw] input_lambda_processor
1600
1621
  # The InputLambdaProcessor that is used to preprocess the records in
1601
- # the stream prior to being processed by your application code.
1622
+ # the stream before being processed by your application code.
1602
1623
  # @return [Types::InputLambdaProcessor]
1603
1624
  #
1604
1625
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalytics-2015-08-14/InputProcessingConfiguration AWS API Documentation
@@ -1716,7 +1737,7 @@ module Aws::KinesisAnalytics
1716
1737
  # The starting position on the stream.
1717
1738
  #
1718
1739
  # * `NOW` - Start reading just after the most recent record in the
1719
- # stream, start at the request timestamp that the customer issued.
1740
+ # stream, start at the request time stamp that the customer issued.
1720
1741
  #
1721
1742
  # * `TRIM_HORIZON` - Start reading at the last untrimmed record in the
1722
1743
  # stream, which is the oldest record available in the stream. This
@@ -1798,14 +1819,15 @@ module Aws::KinesisAnalytics
1798
1819
  # @return [Types::InputProcessingConfigurationUpdate]
1799
1820
  #
1800
1821
  # @!attribute [rw] kinesis_streams_input_update
1801
- # If a Amazon Kinesis stream is the streaming source to be updated,
1802
- # provides an updated stream ARN and IAM role ARN.
1822
+ # If an Amazon Kinesis stream is the streaming source to be updated,
1823
+ # provides an updated stream Amazon Resource Name (ARN) and IAM role
1824
+ # ARN.
1803
1825
  # @return [Types::KinesisStreamsInputUpdate]
1804
1826
  #
1805
1827
  # @!attribute [rw] kinesis_firehose_input_update
1806
1828
  # If an Amazon Kinesis Firehose delivery stream is the streaming
1807
- # source to be updated, provides an updated stream Amazon Resource
1808
- # Name (ARN) and IAM role ARN.
1829
+ # source to be updated, provides an updated stream ARN and IAM role
1830
+ # ARN.
1809
1831
  # @return [Types::KinesisFirehoseInputUpdate]
1810
1832
  #
1811
1833
  # @!attribute [rw] input_schema_update
@@ -1854,9 +1876,9 @@ module Aws::KinesisAnalytics
1854
1876
  end
1855
1877
 
1856
1878
  # Identifies an Amazon Kinesis Firehose delivery stream as the streaming
1857
- # source. You provide the Firehose delivery stream's Amazon Resource
1858
- # Name (ARN) and an IAM role ARN that enables Amazon Kinesis Analytics
1859
- # to access the stream on your behalf.
1879
+ # source. You provide the delivery stream's Amazon Resource Name (ARN)
1880
+ # and an IAM role ARN that enables Amazon Kinesis Analytics to access
1881
+ # the stream on your behalf.
1860
1882
  #
1861
1883
  # @note When making an API call, you may pass KinesisFirehoseInput
1862
1884
  # data as a hash:
@@ -1867,7 +1889,7 @@ module Aws::KinesisAnalytics
1867
1889
  # }
1868
1890
  #
1869
1891
  # @!attribute [rw] resource_arn
1870
- # ARN of the input Firehose delivery stream.
1892
+ # ARN of the input delivery stream.
1871
1893
  # @return [String]
1872
1894
  #
1873
1895
  # @!attribute [rw] role_arn
@@ -1919,13 +1941,14 @@ module Aws::KinesisAnalytics
1919
1941
  # }
1920
1942
  #
1921
1943
  # @!attribute [rw] resource_arn_update
1922
- # ARN of the input Amazon Kinesis Firehose delivery stream to read.
1944
+ # Amazon Resource Name (ARN) of the input Amazon Kinesis Firehose
1945
+ # delivery stream to read.
1923
1946
  # @return [String]
1924
1947
  #
1925
1948
  # @!attribute [rw] role_arn_update
1926
- # Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis
1927
- # Analytics can assume to access the stream on your behalf. You need
1928
- # to grant necessary permissions to this role.
1949
+ # ARN of the IAM role that Amazon Kinesis Analytics can assume to
1950
+ # access the stream on your behalf. You need to grant necessary
1951
+ # permissions to this role.
1929
1952
  # @return [String]
1930
1953
  #
1931
1954
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalytics-2015-08-14/KinesisFirehoseInputUpdate AWS API Documentation
@@ -2021,8 +2044,9 @@ module Aws::KinesisAnalytics
2021
2044
  end
2022
2045
 
2023
2046
  # Identifies an Amazon Kinesis stream as the streaming source. You
2024
- # provide the stream's ARN and an IAM role ARN that enables Amazon
2025
- # Kinesis Analytics to access the stream on your behalf.
2047
+ # provide the stream's Amazon Resource Name (ARN) and an IAM role ARN
2048
+ # that enables Amazon Kinesis Analytics to access the stream on your
2049
+ # behalf.
2026
2050
  #
2027
2051
  # @note When making an API call, you may pass KinesisStreamsInput
2028
2052
  # data as a hash:
@@ -2100,7 +2124,7 @@ module Aws::KinesisAnalytics
2100
2124
  include Aws::Structure
2101
2125
  end
2102
2126
 
2103
- # When configuring application output, identifies a Amazon Kinesis
2127
+ # When configuring application output, identifies an Amazon Kinesis
2104
2128
  # stream as the destination. You provide the stream Amazon Resource Name
2105
2129
  # (ARN) and also an IAM role ARN that Amazon Kinesis Analytics can use
2106
2130
  # to write to the stream on your behalf.
@@ -2182,6 +2206,88 @@ module Aws::KinesisAnalytics
2182
2206
  include Aws::Structure
2183
2207
  end
2184
2208
 
2209
+ # When configuring application output, identifies an AWS Lambda function
2210
+ # as the destination. You provide the function Amazon Resource Name
2211
+ # (ARN) and also an IAM role ARN that Amazon Kinesis Analytics can use
2212
+ # to write to the function on your behalf.
2213
+ #
2214
+ # @note When making an API call, you may pass LambdaOutput
2215
+ # data as a hash:
2216
+ #
2217
+ # {
2218
+ # resource_arn: "ResourceARN", # required
2219
+ # role_arn: "RoleARN", # required
2220
+ # }
2221
+ #
2222
+ # @!attribute [rw] resource_arn
2223
+ # Amazon Resource Name (ARN) of the destination Lambda function to
2224
+ # write to.
2225
+ # @return [String]
2226
+ #
2227
+ # @!attribute [rw] role_arn
2228
+ # ARN of the IAM role that Amazon Kinesis Analytics can assume to
2229
+ # write to the destination function on your behalf. You need to grant
2230
+ # the necessary permissions to this role.
2231
+ # @return [String]
2232
+ #
2233
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalytics-2015-08-14/LambdaOutput AWS API Documentation
2234
+ #
2235
+ class LambdaOutput < Struct.new(
2236
+ :resource_arn,
2237
+ :role_arn)
2238
+ include Aws::Structure
2239
+ end
2240
+
2241
+ # For an application output, describes the AWS Lambda function
2242
+ # configured as its destination.
2243
+ #
2244
+ # @!attribute [rw] resource_arn
2245
+ # Amazon Resource Name (ARN) of the destination Lambda function.
2246
+ # @return [String]
2247
+ #
2248
+ # @!attribute [rw] role_arn
2249
+ # ARN of the IAM role that Amazon Kinesis Analytics can assume to
2250
+ # write to the destination function.
2251
+ # @return [String]
2252
+ #
2253
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalytics-2015-08-14/LambdaOutputDescription AWS API Documentation
2254
+ #
2255
+ class LambdaOutputDescription < Struct.new(
2256
+ :resource_arn,
2257
+ :role_arn)
2258
+ include Aws::Structure
2259
+ end
2260
+
2261
+ # When updating an output configuration using the UpdateApplication
2262
+ # operation, provides information about an AWS Lambda function
2263
+ # configured as the destination.
2264
+ #
2265
+ # @note When making an API call, you may pass LambdaOutputUpdate
2266
+ # data as a hash:
2267
+ #
2268
+ # {
2269
+ # resource_arn_update: "ResourceARN",
2270
+ # role_arn_update: "RoleARN",
2271
+ # }
2272
+ #
2273
+ # @!attribute [rw] resource_arn_update
2274
+ # Amazon Resource Name (ARN) of the destination Lambda function.
2275
+ # @return [String]
2276
+ #
2277
+ # @!attribute [rw] role_arn_update
2278
+ # ARN of the IAM role that Amazon Kinesis Analytics can assume to
2279
+ # write to the destination function on your behalf. You need to grant
2280
+ # the necessary permissions to this role.
2281
+ # @return [String]
2282
+ #
2283
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalytics-2015-08-14/LambdaOutputUpdate AWS API Documentation
2284
+ #
2285
+ class LambdaOutputUpdate < Struct.new(
2286
+ :resource_arn_update,
2287
+ :role_arn_update)
2288
+ include Aws::Structure
2289
+ end
2290
+
2185
2291
  # @note When making an API call, you may pass ListApplicationsRequest
2186
2292
  # data as a hash:
2187
2293
  #
@@ -2289,6 +2395,10 @@ module Aws::KinesisAnalytics
2289
2395
  # resource_arn: "ResourceARN", # required
2290
2396
  # role_arn: "RoleARN", # required
2291
2397
  # },
2398
+ # lambda_output: {
2399
+ # resource_arn: "ResourceARN", # required
2400
+ # role_arn: "RoleARN", # required
2401
+ # },
2292
2402
  # destination_schema: { # required
2293
2403
  # record_format_type: "JSON", # accepts JSON, CSV
2294
2404
  # },
@@ -2307,6 +2417,10 @@ module Aws::KinesisAnalytics
2307
2417
  # destination.
2308
2418
  # @return [Types::KinesisFirehoseOutput]
2309
2419
  #
2420
+ # @!attribute [rw] lambda_output
2421
+ # Identifies an AWS Lambda function as the destination.
2422
+ # @return [Types::LambdaOutput]
2423
+ #
2310
2424
  # @!attribute [rw] destination_schema
2311
2425
  # Describes the data format when records are written to the
2312
2426
  # destination. For more information, see [Configuring Application
@@ -2323,6 +2437,7 @@ module Aws::KinesisAnalytics
2323
2437
  :name,
2324
2438
  :kinesis_streams_output,
2325
2439
  :kinesis_firehose_output,
2440
+ :lambda_output,
2326
2441
  :destination_schema)
2327
2442
  include Aws::Structure
2328
2443
  end
@@ -2350,6 +2465,11 @@ module Aws::KinesisAnalytics
2350
2465
  # the destination where output is written.
2351
2466
  # @return [Types::KinesisFirehoseOutputDescription]
2352
2467
  #
2468
+ # @!attribute [rw] lambda_output_description
2469
+ # Describes the AWS Lambda function configured as the destination
2470
+ # where output is written.
2471
+ # @return [Types::LambdaOutputDescription]
2472
+ #
2353
2473
  # @!attribute [rw] destination_schema
2354
2474
  # Data format used for writing data to the destination.
2355
2475
  # @return [Types::DestinationSchema]
@@ -2361,6 +2481,7 @@ module Aws::KinesisAnalytics
2361
2481
  :name,
2362
2482
  :kinesis_streams_output_description,
2363
2483
  :kinesis_firehose_output_description,
2484
+ :lambda_output_description,
2364
2485
  :destination_schema)
2365
2486
  include Aws::Structure
2366
2487
  end
@@ -2382,6 +2503,10 @@ module Aws::KinesisAnalytics
2382
2503
  # resource_arn_update: "ResourceARN",
2383
2504
  # role_arn_update: "RoleARN",
2384
2505
  # },
2506
+ # lambda_output_update: {
2507
+ # resource_arn_update: "ResourceARN",
2508
+ # role_arn_update: "RoleARN",
2509
+ # },
2385
2510
  # destination_schema_update: {
2386
2511
  # record_format_type: "JSON", # accepts JSON, CSV
2387
2512
  # },
@@ -2404,10 +2529,14 @@ module Aws::KinesisAnalytics
2404
2529
  # @return [Types::KinesisStreamsOutputUpdate]
2405
2530
  #
2406
2531
  # @!attribute [rw] kinesis_firehose_output_update
2407
- # Describes a Amazon Kinesis Firehose delivery stream as the
2532
+ # Describes an Amazon Kinesis Firehose delivery stream as the
2408
2533
  # destination for the output.
2409
2534
  # @return [Types::KinesisFirehoseOutputUpdate]
2410
2535
  #
2536
+ # @!attribute [rw] lambda_output_update
2537
+ # Describes an AWS Lambda function as the destination for the output.
2538
+ # @return [Types::LambdaOutputUpdate]
2539
+ #
2411
2540
  # @!attribute [rw] destination_schema_update
2412
2541
  # Describes the data format when records are written to the
2413
2542
  # destination. For more information, see [Configuring Application
@@ -2425,6 +2554,7 @@ module Aws::KinesisAnalytics
2425
2554
  :name_update,
2426
2555
  :kinesis_streams_output_update,
2427
2556
  :kinesis_firehose_output_update,
2557
+ :lambda_output_update,
2428
2558
  :destination_schema_update)
2429
2559
  include Aws::Structure
2430
2560
  end
@@ -2552,11 +2682,10 @@ module Aws::KinesisAnalytics
2552
2682
  # @!attribute [rw] s3_reference_data_source
2553
2683
  # Identifies the S3 bucket and object that contains the reference
2554
2684
  # data. Also identifies the IAM role Amazon Kinesis Analytics can
2555
- # assume to read this object on your behalf.
2556
- #
2557
- # An Amazon Kinesis Analytics application loads reference data only
2558
- # once. If the data changes, you call the UpdateApplication operation
2559
- # to trigger reloading of data into your application.
2685
+ # assume to read this object on your behalf. An Amazon Kinesis
2686
+ # Analytics application loads reference data only once. If the data
2687
+ # changes, you call the UpdateApplication operation to trigger
2688
+ # reloading of data into your application.
2560
2689
  # @return [Types::S3ReferenceDataSource]
2561
2690
  #
2562
2691
  # @!attribute [rw] reference_schema
@@ -2683,6 +2812,11 @@ module Aws::KinesisAnalytics
2683
2812
  include Aws::Structure
2684
2813
  end
2685
2814
 
2815
+ # Provides a description of an Amazon S3 data source, including the
2816
+ # Amazon Resource Name (ARN) of the S3 bucket, the ARN of the IAM role
2817
+ # that is used to access the bucket, and the name of the S3 object that
2818
+ # contains the data.
2819
+ #
2686
2820
  # @note When making an API call, you may pass S3Configuration
2687
2821
  # data as a hash:
2688
2822
  #
@@ -2693,12 +2827,15 @@ module Aws::KinesisAnalytics
2693
2827
  # }
2694
2828
  #
2695
2829
  # @!attribute [rw] role_arn
2830
+ # IAM ARN of the role used to access the data.
2696
2831
  # @return [String]
2697
2832
  #
2698
2833
  # @!attribute [rw] bucket_arn
2834
+ # ARN of the S3 bucket that contains the data.
2699
2835
  # @return [String]
2700
2836
  #
2701
2837
  # @!attribute [rw] file_key
2838
+ # The name of the object that contains the data.
2702
2839
  # @return [String]
2703
2840
  #
2704
2841
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalytics-2015-08-14/S3Configuration AWS API Documentation
@@ -2989,6 +3126,10 @@ module Aws::KinesisAnalytics
2989
3126
  # resource_arn_update: "ResourceARN",
2990
3127
  # role_arn_update: "RoleARN",
2991
3128
  # },
3129
+ # lambda_output_update: {
3130
+ # resource_arn_update: "ResourceARN",
3131
+ # role_arn_update: "RoleARN",
3132
+ # },
2992
3133
  # destination_schema_update: {
2993
3134
  # record_format_type: "JSON", # accepts JSON, CSV
2994
3135
  # },
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.1.0
4
+ version: 1.2.0
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-10-04 00:00:00.000000000 Z
11
+ date: 2017-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core