aws-sdk-kinesisanalytics 1.8.0 → 1.9.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a80d6699b14da4cfdb5a8910f606922cd1463026
4
- data.tar.gz: 87a814c2d6c0e26a82d650506af4322521004850
3
+ metadata.gz: 6c7afd5536f08fb5962a6c3d6660467e2d54d0f0
4
+ data.tar.gz: f78d1f1711256ec6552ca6ff3970d49c9d59209e
5
5
  SHA512:
6
- metadata.gz: eab93256917e921d738a505e3368c28bbe2ccf30a41aa03c1edb51fb5831bb7df7f1fa392abf71032c299e2e4628e0f56a965a093e21e6baa0859ca6ee800815
7
- data.tar.gz: 491096dac6e0acb7ed35fbb0f9c9364ebe2d1e11716be78b5bff07f823bb6de054f2de4001e15ff8719557d2b77e1419018c38b0c656a59c365646d179f14628
6
+ metadata.gz: 32220f9e2a83846ad5796cc29538b117fb6c7331dd9839ddd5823e15f375a6b2ba466c9ab757851b2f456047351ed759ce2ab7dc9991a8869f102e25463b0d26
7
+ data.tar.gz: dd7e8a9dfe3a22537a89d69beafc7ddf06fc50e8db02c6cd094fcf1a42a0dfae98fa7aa104ddc06c416b1efb1eece8159a31b5c816a1a6f0ce353497b0eb5dc2
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-kinesisanalytics/customizations'
42
42
  # @service
43
43
  module Aws::KinesisAnalytics
44
44
 
45
- GEM_VERSION = '1.8.0'
45
+ GEM_VERSION = '1.9.0'
46
46
 
47
47
  end
@@ -408,7 +408,7 @@ module Aws::KinesisAnalytics
408
408
  # If you want Amazon Kinesis Analytics to deliver data from an
409
409
  # in-application stream within your application to an external
410
410
  # destination (such as an Amazon Kinesis stream, an Amazon Kinesis
411
- # Firehose delivery stream, or an Amazon Lambda function), you add the
411
+ # Firehose delivery stream, or an AWS Lambda function), you add the
412
412
  # relevant configuration to your application using this operation. You
413
413
  # can configure one or more outputs for your application. Each output
414
414
  # configuration maps an in-application stream and an external
@@ -416,13 +416,13 @@ module Aws::KinesisAnalytics
416
416
  #
417
417
  # You can use one of the output configurations to deliver data from your
418
418
  # in-application error stream to an external destination so that you can
419
- # analyze the errors. For conceptual information, see [Understanding
419
+ # analyze the errors. For more information, see [Understanding
420
420
  # Application Output (Destination)][1].
421
421
  #
422
- # Note that any configuration update, including adding a streaming
423
- # source using this operation, results in a new version of the
424
- # application. You can use the DescribeApplication operation to find the
425
- # current application version.
422
+ # Any configuration update, including adding a streaming source using
423
+ # this operation, results in a new version of the application. You can
424
+ # use the DescribeApplication operation to find the current application
425
+ # version.
426
426
  #
427
427
  # For the limits on the number of application inputs and outputs you can
428
428
  # configure, see [Limits][2].
@@ -449,7 +449,7 @@ module Aws::KinesisAnalytics
449
449
  # An array of objects, each describing one output configuration. In the
450
450
  # output configuration, you specify the name of an in-application
451
451
  # stream, a destination (that is, an Amazon Kinesis stream, an Amazon
452
- # Kinesis Firehose delivery stream, or an Amazon Lambda function), and
452
+ # Kinesis Firehose delivery stream, or an AWS Lambda function), and
453
453
  # record the formation to use when writing to the destination.
454
454
  #
455
455
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
@@ -474,7 +474,7 @@ module Aws::KinesisAnalytics
474
474
  # role_arn: "RoleARN", # required
475
475
  # },
476
476
  # destination_schema: { # required
477
- # record_format_type: "JSON", # accepts JSON, CSV
477
+ # record_format_type: "JSON", # required, accepts JSON, CSV
478
478
  # },
479
479
  # },
480
480
  # })
@@ -640,8 +640,8 @@ module Aws::KinesisAnalytics
640
640
  # in-application streams to up to three destinations.
641
641
  #
642
642
  # These destinations can be Amazon Kinesis streams, Amazon Kinesis
643
- # Firehose delivery streams, Amazon Lambda destinations, or any
644
- # combination of the three.
643
+ # Firehose delivery streams, AWS Lambda destinations, or any combination
644
+ # of the three.
645
645
  #
646
646
  # In the configuration, you specify the in-application stream name, the
647
647
  # destination stream or Lambda function Amazon Resource Name (ARN), and
@@ -755,7 +755,7 @@ module Aws::KinesisAnalytics
755
755
  # role_arn: "RoleARN", # required
756
756
  # },
757
757
  # destination_schema: { # required
758
- # record_format_type: "JSON", # accepts JSON, CSV
758
+ # record_format_type: "JSON", # required, accepts JSON, CSV
759
759
  # },
760
760
  # },
761
761
  # ],
@@ -1099,7 +1099,8 @@ module Aws::KinesisAnalytics
1099
1099
  # records from the specified streaming source discovery purposes.
1100
1100
  #
1101
1101
  # @option params [Types::S3Configuration] :s3_configuration
1102
- # Specify this parameter to discover a schema from data in an S3 object.
1102
+ # Specify this parameter to discover a schema from data in an Amazon S3
1103
+ # object.
1103
1104
  #
1104
1105
  # @option params [Types::InputProcessingConfiguration] :input_processing_configuration
1105
1106
  # The InputProcessingConfiguration to use to preprocess the records
@@ -1386,7 +1387,7 @@ module Aws::KinesisAnalytics
1386
1387
  # role_arn_update: "RoleARN",
1387
1388
  # },
1388
1389
  # destination_schema_update: {
1389
- # record_format_type: "JSON", # accepts JSON, CSV
1390
+ # record_format_type: "JSON", # required, accepts JSON, CSV
1390
1391
  # },
1391
1392
  # },
1392
1393
  # ],
@@ -1455,7 +1456,7 @@ module Aws::KinesisAnalytics
1455
1456
  params: params,
1456
1457
  config: config)
1457
1458
  context[:gem_name] = 'aws-sdk-kinesisanalytics'
1458
- context[:gem_version] = '1.8.0'
1459
+ context[:gem_version] = '1.9.0'
1459
1460
  Seahorse::Client::Request.new(handlers, context)
1460
1461
  end
1461
1462
 
@@ -154,6 +154,7 @@ module Aws::KinesisAnalytics
154
154
  StopApplicationResponse = Shapes::StructureShape.new(name: 'StopApplicationResponse')
155
155
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
156
156
  UnableToDetectSchemaException = Shapes::StructureShape.new(name: 'UnableToDetectSchemaException')
157
+ UnsupportedOperationException = Shapes::StructureShape.new(name: 'UnsupportedOperationException')
157
158
  UpdateApplicationRequest = Shapes::StructureShape.new(name: 'UpdateApplicationRequest')
158
159
  UpdateApplicationResponse = Shapes::StructureShape.new(name: 'UpdateApplicationResponse')
159
160
 
@@ -296,7 +297,7 @@ module Aws::KinesisAnalytics
296
297
  DescribeApplicationResponse.add_member(:application_detail, Shapes::ShapeRef.new(shape: ApplicationDetail, required: true, location_name: "ApplicationDetail"))
297
298
  DescribeApplicationResponse.struct_class = Types::DescribeApplicationResponse
298
299
 
299
- DestinationSchema.add_member(:record_format_type, Shapes::ShapeRef.new(shape: RecordFormatType, location_name: "RecordFormatType"))
300
+ DestinationSchema.add_member(:record_format_type, Shapes::ShapeRef.new(shape: RecordFormatType, required: true, location_name: "RecordFormatType"))
300
301
  DestinationSchema.struct_class = Types::DestinationSchema
301
302
 
302
303
  DiscoverInputSchemaRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ResourceARN"))
@@ -592,7 +593,6 @@ module Aws::KinesisAnalytics
592
593
  "serviceId" => "Kinesis Analytics",
593
594
  "signatureVersion" => "v4",
594
595
  "targetPrefix" => "KinesisAnalytics_20150814",
595
- "timestampFormat" => "unixTimestamp",
596
596
  "uid" => "kinesisanalytics-2015-08-14",
597
597
  }
598
598
 
@@ -606,6 +606,7 @@ module Aws::KinesisAnalytics
606
606
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
607
607
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
608
608
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
609
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
609
610
  end)
610
611
 
611
612
  api.add_operation(:add_application_input, Seahorse::Model::Operation.new.tap do |o|
@@ -619,6 +620,7 @@ module Aws::KinesisAnalytics
619
620
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
620
621
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
621
622
  o.errors << Shapes::ShapeRef.new(shape: CodeValidationException)
623
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
622
624
  end)
623
625
 
624
626
  api.add_operation(:add_application_input_processing_configuration, Seahorse::Model::Operation.new.tap do |o|
@@ -631,6 +633,7 @@ module Aws::KinesisAnalytics
631
633
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
632
634
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
633
635
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
636
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
634
637
  end)
635
638
 
636
639
  api.add_operation(:add_application_output, Seahorse::Model::Operation.new.tap do |o|
@@ -643,6 +646,7 @@ module Aws::KinesisAnalytics
643
646
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
644
647
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
645
648
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
649
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
646
650
  end)
647
651
 
648
652
  api.add_operation(:add_application_reference_data_source, Seahorse::Model::Operation.new.tap do |o|
@@ -655,6 +659,7 @@ module Aws::KinesisAnalytics
655
659
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
656
660
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
657
661
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
662
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
658
663
  end)
659
664
 
660
665
  api.add_operation(:create_application, Seahorse::Model::Operation.new.tap do |o|
@@ -678,6 +683,7 @@ module Aws::KinesisAnalytics
678
683
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
679
684
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
680
685
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
686
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
681
687
  end)
682
688
 
683
689
  api.add_operation(:delete_application_cloud_watch_logging_option, Seahorse::Model::Operation.new.tap do |o|
@@ -690,6 +696,7 @@ module Aws::KinesisAnalytics
690
696
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
691
697
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
692
698
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
699
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
693
700
  end)
694
701
 
695
702
  api.add_operation(:delete_application_input_processing_configuration, Seahorse::Model::Operation.new.tap do |o|
@@ -702,6 +709,7 @@ module Aws::KinesisAnalytics
702
709
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
703
710
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
704
711
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
712
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
705
713
  end)
706
714
 
707
715
  api.add_operation(:delete_application_output, Seahorse::Model::Operation.new.tap do |o|
@@ -714,6 +722,7 @@ module Aws::KinesisAnalytics
714
722
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
715
723
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
716
724
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
725
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
717
726
  end)
718
727
 
719
728
  api.add_operation(:delete_application_reference_data_source, Seahorse::Model::Operation.new.tap do |o|
@@ -726,6 +735,7 @@ module Aws::KinesisAnalytics
726
735
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
727
736
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
728
737
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
738
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
729
739
  end)
730
740
 
731
741
  api.add_operation(:describe_application, Seahorse::Model::Operation.new.tap do |o|
@@ -735,6 +745,7 @@ module Aws::KinesisAnalytics
735
745
  o.input = Shapes::ShapeRef.new(shape: DescribeApplicationRequest)
736
746
  o.output = Shapes::ShapeRef.new(shape: DescribeApplicationResponse)
737
747
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
748
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
738
749
  end)
739
750
 
740
751
  api.add_operation(:discover_input_schema, Seahorse::Model::Operation.new.tap do |o|
@@ -767,6 +778,7 @@ module Aws::KinesisAnalytics
767
778
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
768
779
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
769
780
  o.errors << Shapes::ShapeRef.new(shape: InvalidApplicationConfigurationException)
781
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
770
782
  end)
771
783
 
772
784
  api.add_operation(:stop_application, Seahorse::Model::Operation.new.tap do |o|
@@ -777,6 +789,7 @@ module Aws::KinesisAnalytics
777
789
  o.output = Shapes::ShapeRef.new(shape: StopApplicationResponse)
778
790
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
779
791
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
792
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
780
793
  end)
781
794
 
782
795
  api.add_operation(:update_application, Seahorse::Model::Operation.new.tap do |o|
@@ -790,6 +803,7 @@ module Aws::KinesisAnalytics
790
803
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
791
804
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
792
805
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
806
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
793
807
  end)
794
808
  end
795
809
 
@@ -199,7 +199,7 @@ module Aws::KinesisAnalytics
199
199
  # role_arn: "RoleARN", # required
200
200
  # },
201
201
  # destination_schema: { # required
202
- # record_format_type: "JSON", # accepts JSON, CSV
202
+ # record_format_type: "JSON", # required, accepts JSON, CSV
203
203
  # },
204
204
  # },
205
205
  # }
@@ -220,7 +220,7 @@ module Aws::KinesisAnalytics
220
220
  # An array of objects, each describing one output configuration. In
221
221
  # the output configuration, you specify the name of an in-application
222
222
  # stream, a destination (that is, an Amazon Kinesis stream, an Amazon
223
- # Kinesis Firehose delivery stream, or an Amazon Lambda function), and
223
+ # Kinesis Firehose delivery stream, or an AWS Lambda function), and
224
224
  # record the formation to use when writing to the destination.
225
225
  # @return [Types::Output]
226
226
  #
@@ -496,7 +496,7 @@ module Aws::KinesisAnalytics
496
496
  # role_arn_update: "RoleARN",
497
497
  # },
498
498
  # destination_schema_update: {
499
- # record_format_type: "JSON", # accepts JSON, CSV
499
+ # record_format_type: "JSON", # required, accepts JSON, CSV
500
500
  # },
501
501
  # },
502
502
  # ],
@@ -578,9 +578,9 @@ module Aws::KinesisAnalytics
578
578
  # CSV format, where the records use the *'\\n'* as the row delimiter
579
579
  # and a comma (",") as the column delimiter:
580
580
  #
581
- # `"name1", "address1" `
581
+ # `"name1", "address1"`
582
582
  #
583
- # `"name2, "address2"`
583
+ # `"name2", "address2"`
584
584
  #
585
585
  # @note When making an API call, you may pass CSVMappingParameters
586
586
  # data as a hash:
@@ -764,7 +764,7 @@ module Aws::KinesisAnalytics
764
764
  # role_arn: "RoleARN", # required
765
765
  # },
766
766
  # destination_schema: { # required
767
- # record_format_type: "JSON", # accepts JSON, CSV
767
+ # record_format_type: "JSON", # required, accepts JSON, CSV
768
768
  # },
769
769
  # },
770
770
  # ],
@@ -811,7 +811,7 @@ module Aws::KinesisAnalytics
811
811
  # in-application streams to up to three destinations.
812
812
  #
813
813
  # These destinations can be Amazon Kinesis streams, Amazon Kinesis
814
- # Firehose delivery streams, Amazon Lambda destinations, or any
814
+ # Firehose delivery streams, AWS Lambda destinations, or any
815
815
  # combination of the three.
816
816
  #
817
817
  # In the configuration, you specify the in-application stream name,
@@ -1115,7 +1115,7 @@ module Aws::KinesisAnalytics
1115
1115
  # data as a hash:
1116
1116
  #
1117
1117
  # {
1118
- # record_format_type: "JSON", # accepts JSON, CSV
1118
+ # record_format_type: "JSON", # required, accepts JSON, CSV
1119
1119
  # }
1120
1120
  #
1121
1121
  # @!attribute [rw] record_format_type
@@ -1166,8 +1166,8 @@ module Aws::KinesisAnalytics
1166
1166
  # @return [Types::InputStartingPositionConfiguration]
1167
1167
  #
1168
1168
  # @!attribute [rw] s3_configuration
1169
- # Specify this parameter to discover a schema from data in an S3
1170
- # object.
1169
+ # Specify this parameter to discover a schema from data in an Amazon
1170
+ # S3 object.
1171
1171
  # @return [Types::S3Configuration]
1172
1172
  #
1173
1173
  # @!attribute [rw] input_processing_configuration
@@ -1894,8 +1894,8 @@ module Aws::KinesisAnalytics
1894
1894
  #
1895
1895
  # @!attribute [rw] role_arn
1896
1896
  # ARN of the IAM role that Amazon Kinesis Analytics can assume to
1897
- # access the stream on your behalf. You need to make sure the role has
1898
- # necessary permissions to access the stream.
1897
+ # access the stream on your behalf. You need to make sure that the
1898
+ # role has the necessary permissions to access the stream.
1899
1899
  # @return [String]
1900
1900
  #
1901
1901
  # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalytics-2015-08-14/KinesisFirehoseInput AWS API Documentation
@@ -1947,7 +1947,7 @@ module Aws::KinesisAnalytics
1947
1947
  #
1948
1948
  # @!attribute [rw] role_arn_update
1949
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
1950
+ # access the stream on your behalf. You need to grant the necessary
1951
1951
  # permissions to this role.
1952
1952
  # @return [String]
1953
1953
  #
@@ -2031,7 +2031,7 @@ module Aws::KinesisAnalytics
2031
2031
  #
2032
2032
  # @!attribute [rw] role_arn_update
2033
2033
  # ARN of the IAM role that Amazon Kinesis Analytics can assume to
2034
- # access the stream on your behalf. You need to grant necessary
2034
+ # access the stream on your behalf. You need to grant the necessary
2035
2035
  # permissions to this role.
2036
2036
  # @return [String]
2037
2037
  #
@@ -2400,7 +2400,7 @@ module Aws::KinesisAnalytics
2400
2400
  # role_arn: "RoleARN", # required
2401
2401
  # },
2402
2402
  # destination_schema: { # required
2403
- # record_format_type: "JSON", # accepts JSON, CSV
2403
+ # record_format_type: "JSON", # required, accepts JSON, CSV
2404
2404
  # },
2405
2405
  # }
2406
2406
  #
@@ -2508,7 +2508,7 @@ module Aws::KinesisAnalytics
2508
2508
  # role_arn_update: "RoleARN",
2509
2509
  # },
2510
2510
  # destination_schema_update: {
2511
- # record_format_type: "JSON", # accepts JSON, CSV
2511
+ # record_format_type: "JSON", # required, accepts JSON, CSV
2512
2512
  # },
2513
2513
  # }
2514
2514
  #
@@ -2814,8 +2814,8 @@ module Aws::KinesisAnalytics
2814
2814
 
2815
2815
  # Provides a description of an Amazon S3 data source, including the
2816
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.
2817
+ # that is used to access the bucket, and the name of the Amazon S3
2818
+ # object that contains the data.
2819
2819
  #
2820
2820
  # @note When making an API call, you may pass S3Configuration
2821
2821
  # data as a hash:
@@ -3131,7 +3131,7 @@ module Aws::KinesisAnalytics
3131
3131
  # role_arn_update: "RoleARN",
3132
3132
  # },
3133
3133
  # destination_schema_update: {
3134
- # record_format_type: "JSON", # accepts JSON, CSV
3134
+ # record_format_type: "JSON", # required, accepts JSON, CSV
3135
3135
  # },
3136
3136
  # },
3137
3137
  # ],
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.8.0
4
+ version: 1.9.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: 2018-11-20 00:00:00.000000000 Z
11
+ date: 2018-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core