aws-sdk-kinesisanalyticsv2 1.6.0 → 1.7.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: 41665f23da4c9c7cb0a5e2c01cc4051852525904
4
- data.tar.gz: 68aa259fb0a9ff6b72d26666718b676abd86d402
3
+ metadata.gz: fd82aba7facdef35fb4497156bf647d61740aa9f
4
+ data.tar.gz: 52a65b713669d1100837e73a251d398bacf6674c
5
5
  SHA512:
6
- metadata.gz: 0e05e1b0a041e888c0189d0b36b5796d8657f9c5bd62d2b26973c05a788077173679d65a1a4a666e15820a6a303f3b0066d98ee45db4ac71a0d31d3fe5b364c6
7
- data.tar.gz: c62de82dcb72d5682bde8c5aab8d6f561f55ad19be4a71ba391ab520dd8b795b52fba8cea29b049d71132b0c6d7a7e392961847a0b2fab53596a958c0ff81319
6
+ metadata.gz: 656f596336232ef3dbb392bb3b580bac02be080ea564b7f4958d104569cc9795aa5d638fe57b18affa2eda7d9f6be6801e5ce638a05fdb638855d6e793fd3d55
7
+ data.tar.gz: 91d7c65ad36403cbf68e0b74d5651b339ae2d8fae24e9484b6b48d567a4d84035b355bf2a91fafab4f9244d256db64b88fea620f17a3d088bbf3be9c41ba60ef
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-kinesisanalyticsv2/customizations'
42
42
  # @service
43
43
  module Aws::KinesisAnalyticsV2
44
44
 
45
- GEM_VERSION = '1.6.0'
45
+ GEM_VERSION = '1.7.0'
46
46
 
47
47
  end
@@ -2044,7 +2044,7 @@ module Aws::KinesisAnalyticsV2
2044
2044
  params: params,
2045
2045
  config: config)
2046
2046
  context[:gem_name] = 'aws-sdk-kinesisanalyticsv2'
2047
- context[:gem_version] = '1.6.0'
2047
+ context[:gem_version] = '1.7.0'
2048
2048
  Seahorse::Client::Request.new(handlers, context)
2049
2049
  end
2050
2050
 
@@ -420,6 +420,12 @@ module Aws::KinesisAnalyticsV2
420
420
  CodeContentUpdate.add_member(:s3_content_location_update, Shapes::ShapeRef.new(shape: S3ContentLocationUpdate, location_name: "S3ContentLocationUpdate"))
421
421
  CodeContentUpdate.struct_class = Types::CodeContentUpdate
422
422
 
423
+ CodeValidationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
424
+ CodeValidationException.struct_class = Types::CodeValidationException
425
+
426
+ ConcurrentModificationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
427
+ ConcurrentModificationException.struct_class = Types::ConcurrentModificationException
428
+
423
429
  CreateApplicationRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
424
430
  CreateApplicationRequest.add_member(:application_description, Shapes::ShapeRef.new(shape: ApplicationDescription, location_name: "ApplicationDescription"))
425
431
  CreateApplicationRequest.add_member(:runtime_environment, Shapes::ShapeRef.new(shape: RuntimeEnvironment, required: true, location_name: "RuntimeEnvironment"))
@@ -612,6 +618,15 @@ module Aws::KinesisAnalyticsV2
612
618
 
613
619
  Inputs.member = Shapes::ShapeRef.new(shape: Input)
614
620
 
621
+ InvalidApplicationConfigurationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
622
+ InvalidApplicationConfigurationException.struct_class = Types::InvalidApplicationConfigurationException
623
+
624
+ InvalidArgumentException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
625
+ InvalidArgumentException.struct_class = Types::InvalidArgumentException
626
+
627
+ InvalidRequestException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
628
+ InvalidRequestException.struct_class = Types::InvalidRequestException
629
+
615
630
  JSONMappingParameters.add_member(:record_row_path, Shapes::ShapeRef.new(shape: RecordRowPath, required: true, location_name: "RecordRowPath"))
616
631
  JSONMappingParameters.struct_class = Types::JSONMappingParameters
617
632
 
@@ -665,6 +680,9 @@ module Aws::KinesisAnalyticsV2
665
680
  LambdaOutputUpdate.add_member(:resource_arn_update, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ResourceARNUpdate"))
666
681
  LambdaOutputUpdate.struct_class = Types::LambdaOutputUpdate
667
682
 
683
+ LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
684
+ LimitExceededException.struct_class = Types::LimitExceededException
685
+
668
686
  ListApplicationSnapshotsRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
669
687
  ListApplicationSnapshotsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: ListSnapshotsInputLimit, location_name: "Limit"))
670
688
  ListApplicationSnapshotsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
@@ -806,6 +824,15 @@ module Aws::KinesisAnalyticsV2
806
824
 
807
825
  ReferenceDataSources.member = Shapes::ShapeRef.new(shape: ReferenceDataSource)
808
826
 
827
+ ResourceInUseException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
828
+ ResourceInUseException.struct_class = Types::ResourceInUseException
829
+
830
+ ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
831
+ ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
832
+
833
+ ResourceProvisionedThroughputExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
834
+ ResourceProvisionedThroughputExceededException.struct_class = Types::ResourceProvisionedThroughputExceededException
835
+
809
836
  RunConfiguration.add_member(:sql_run_configurations, Shapes::ShapeRef.new(shape: SqlRunConfigurations, location_name: "SqlRunConfigurations"))
810
837
  RunConfiguration.add_member(:application_restore_configuration, Shapes::ShapeRef.new(shape: ApplicationRestoreConfiguration, location_name: "ApplicationRestoreConfiguration"))
811
838
  RunConfiguration.struct_class = Types::RunConfiguration
@@ -848,6 +875,9 @@ module Aws::KinesisAnalyticsV2
848
875
  S3ReferenceDataSourceUpdate.add_member(:file_key_update, Shapes::ShapeRef.new(shape: FileKey, location_name: "FileKeyUpdate"))
849
876
  S3ReferenceDataSourceUpdate.struct_class = Types::S3ReferenceDataSourceUpdate
850
877
 
878
+ ServiceUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
879
+ ServiceUnavailableException.struct_class = Types::ServiceUnavailableException
880
+
851
881
  SnapshotDetails.add_member(:snapshot_name, Shapes::ShapeRef.new(shape: SnapshotName, required: true, location_name: "SnapshotName"))
852
882
  SnapshotDetails.add_member(:snapshot_status, Shapes::ShapeRef.new(shape: SnapshotStatus, required: true, location_name: "SnapshotStatus"))
853
883
  SnapshotDetails.add_member(:application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, required: true, location_name: "ApplicationVersionId"))
@@ -907,6 +937,17 @@ module Aws::KinesisAnalyticsV2
907
937
 
908
938
  Tags.member = Shapes::ShapeRef.new(shape: Tag)
909
939
 
940
+ TooManyTagsException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
941
+ TooManyTagsException.struct_class = Types::TooManyTagsException
942
+
943
+ UnableToDetectSchemaException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
944
+ UnableToDetectSchemaException.add_member(:raw_input_records, Shapes::ShapeRef.new(shape: RawInputRecords, location_name: "RawInputRecords"))
945
+ UnableToDetectSchemaException.add_member(:processed_input_records, Shapes::ShapeRef.new(shape: ProcessedInputRecords, location_name: "ProcessedInputRecords"))
946
+ UnableToDetectSchemaException.struct_class = Types::UnableToDetectSchemaException
947
+
948
+ UnsupportedOperationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
949
+ UnsupportedOperationException.struct_class = Types::UnsupportedOperationException
950
+
910
951
  UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: KinesisAnalyticsARN, required: true, location_name: "ResourceARN"))
911
952
  UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeys, required: true, location_name: "TagKeys"))
912
953
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
@@ -10,5 +10,223 @@ module Aws::KinesisAnalyticsV2
10
10
 
11
11
  extend Aws::Errors::DynamicErrors
12
12
 
13
+ class CodeValidationException < ServiceError
14
+
15
+ # @param [Seahorse::Client::RequestContext] context
16
+ # @param [String] message
17
+ # @param [Aws::KinesisAnalyticsV2::Types::CodeValidationException] data
18
+ def initialize(context, message, data = Aws::EmptyStructure.new)
19
+ super(context, message, data)
20
+ end
21
+
22
+ # @return [String]
23
+ def message
24
+ @message || @data[:message]
25
+ end
26
+
27
+ end
28
+
29
+ class ConcurrentModificationException < ServiceError
30
+
31
+ # @param [Seahorse::Client::RequestContext] context
32
+ # @param [String] message
33
+ # @param [Aws::KinesisAnalyticsV2::Types::ConcurrentModificationException] data
34
+ def initialize(context, message, data = Aws::EmptyStructure.new)
35
+ super(context, message, data)
36
+ end
37
+
38
+ # @return [String]
39
+ def message
40
+ @message || @data[:message]
41
+ end
42
+
43
+ end
44
+
45
+ class InvalidApplicationConfigurationException < ServiceError
46
+
47
+ # @param [Seahorse::Client::RequestContext] context
48
+ # @param [String] message
49
+ # @param [Aws::KinesisAnalyticsV2::Types::InvalidApplicationConfigurationException] data
50
+ def initialize(context, message, data = Aws::EmptyStructure.new)
51
+ super(context, message, data)
52
+ end
53
+
54
+ # @return [String]
55
+ def message
56
+ @message || @data[:message]
57
+ end
58
+
59
+ end
60
+
61
+ class InvalidArgumentException < ServiceError
62
+
63
+ # @param [Seahorse::Client::RequestContext] context
64
+ # @param [String] message
65
+ # @param [Aws::KinesisAnalyticsV2::Types::InvalidArgumentException] data
66
+ def initialize(context, message, data = Aws::EmptyStructure.new)
67
+ super(context, message, data)
68
+ end
69
+
70
+ # @return [String]
71
+ def message
72
+ @message || @data[:message]
73
+ end
74
+
75
+ end
76
+
77
+ class InvalidRequestException < ServiceError
78
+
79
+ # @param [Seahorse::Client::RequestContext] context
80
+ # @param [String] message
81
+ # @param [Aws::KinesisAnalyticsV2::Types::InvalidRequestException] data
82
+ def initialize(context, message, data = Aws::EmptyStructure.new)
83
+ super(context, message, data)
84
+ end
85
+
86
+ # @return [String]
87
+ def message
88
+ @message || @data[:message]
89
+ end
90
+
91
+ end
92
+
93
+ class LimitExceededException < ServiceError
94
+
95
+ # @param [Seahorse::Client::RequestContext] context
96
+ # @param [String] message
97
+ # @param [Aws::KinesisAnalyticsV2::Types::LimitExceededException] data
98
+ def initialize(context, message, data = Aws::EmptyStructure.new)
99
+ super(context, message, data)
100
+ end
101
+
102
+ # @return [String]
103
+ def message
104
+ @message || @data[:message]
105
+ end
106
+
107
+ end
108
+
109
+ class ResourceInUseException < ServiceError
110
+
111
+ # @param [Seahorse::Client::RequestContext] context
112
+ # @param [String] message
113
+ # @param [Aws::KinesisAnalyticsV2::Types::ResourceInUseException] data
114
+ def initialize(context, message, data = Aws::EmptyStructure.new)
115
+ super(context, message, data)
116
+ end
117
+
118
+ # @return [String]
119
+ def message
120
+ @message || @data[:message]
121
+ end
122
+
123
+ end
124
+
125
+ class ResourceNotFoundException < ServiceError
126
+
127
+ # @param [Seahorse::Client::RequestContext] context
128
+ # @param [String] message
129
+ # @param [Aws::KinesisAnalyticsV2::Types::ResourceNotFoundException] data
130
+ def initialize(context, message, data = Aws::EmptyStructure.new)
131
+ super(context, message, data)
132
+ end
133
+
134
+ # @return [String]
135
+ def message
136
+ @message || @data[:message]
137
+ end
138
+
139
+ end
140
+
141
+ class ResourceProvisionedThroughputExceededException < ServiceError
142
+
143
+ # @param [Seahorse::Client::RequestContext] context
144
+ # @param [String] message
145
+ # @param [Aws::KinesisAnalyticsV2::Types::ResourceProvisionedThroughputExceededException] data
146
+ def initialize(context, message, data = Aws::EmptyStructure.new)
147
+ super(context, message, data)
148
+ end
149
+
150
+ # @return [String]
151
+ def message
152
+ @message || @data[:message]
153
+ end
154
+
155
+ end
156
+
157
+ class ServiceUnavailableException < ServiceError
158
+
159
+ # @param [Seahorse::Client::RequestContext] context
160
+ # @param [String] message
161
+ # @param [Aws::KinesisAnalyticsV2::Types::ServiceUnavailableException] data
162
+ def initialize(context, message, data = Aws::EmptyStructure.new)
163
+ super(context, message, data)
164
+ end
165
+
166
+ # @return [String]
167
+ def message
168
+ @message || @data[:message]
169
+ end
170
+
171
+ end
172
+
173
+ class TooManyTagsException < ServiceError
174
+
175
+ # @param [Seahorse::Client::RequestContext] context
176
+ # @param [String] message
177
+ # @param [Aws::KinesisAnalyticsV2::Types::TooManyTagsException] data
178
+ def initialize(context, message, data = Aws::EmptyStructure.new)
179
+ super(context, message, data)
180
+ end
181
+
182
+ # @return [String]
183
+ def message
184
+ @message || @data[:message]
185
+ end
186
+
187
+ end
188
+
189
+ class UnableToDetectSchemaException < ServiceError
190
+
191
+ # @param [Seahorse::Client::RequestContext] context
192
+ # @param [String] message
193
+ # @param [Aws::KinesisAnalyticsV2::Types::UnableToDetectSchemaException] data
194
+ def initialize(context, message, data = Aws::EmptyStructure.new)
195
+ super(context, message, data)
196
+ end
197
+
198
+ # @return [String]
199
+ def message
200
+ @message || @data[:message]
201
+ end
202
+
203
+ # @return [String]
204
+ def raw_input_records
205
+ @data[:raw_input_records]
206
+ end
207
+
208
+ # @return [String]
209
+ def processed_input_records
210
+ @data[:processed_input_records]
211
+ end
212
+
213
+ end
214
+
215
+ class UnsupportedOperationException < ServiceError
216
+
217
+ # @param [Seahorse::Client::RequestContext] context
218
+ # @param [String] message
219
+ # @param [Aws::KinesisAnalyticsV2::Types::UnsupportedOperationException] data
220
+ def initialize(context, message, data = Aws::EmptyStructure.new)
221
+ super(context, message, data)
222
+ end
223
+
224
+ # @return [String]
225
+ def message
226
+ @message || @data[:message]
227
+ end
228
+
229
+ end
230
+
13
231
  end
14
232
  end
@@ -1450,6 +1450,33 @@ module Aws::KinesisAnalyticsV2
1450
1450
  include Aws::Structure
1451
1451
  end
1452
1452
 
1453
+ # The user-provided application code (query) is not valid. This can be a
1454
+ # simple syntax error.
1455
+ #
1456
+ # @!attribute [rw] message
1457
+ # @return [String]
1458
+ #
1459
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/CodeValidationException AWS API Documentation
1460
+ #
1461
+ class CodeValidationException < Struct.new(
1462
+ :message)
1463
+ include Aws::Structure
1464
+ end
1465
+
1466
+ # Exception thrown as a result of concurrent modifications to an
1467
+ # application. This error can be the result of attempting to modify an
1468
+ # application without using the current application ID.
1469
+ #
1470
+ # @!attribute [rw] message
1471
+ # @return [String]
1472
+ #
1473
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/ConcurrentModificationException AWS API Documentation
1474
+ #
1475
+ class ConcurrentModificationException < Struct.new(
1476
+ :message)
1477
+ include Aws::Structure
1478
+ end
1479
+
1453
1480
  # @note When making an API call, you may pass CreateApplicationRequest
1454
1481
  # data as a hash:
1455
1482
  #
@@ -2938,6 +2965,42 @@ module Aws::KinesisAnalyticsV2
2938
2965
  include Aws::Structure
2939
2966
  end
2940
2967
 
2968
+ # The user-provided application configuration is not valid.
2969
+ #
2970
+ # @!attribute [rw] message
2971
+ # @return [String]
2972
+ #
2973
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/InvalidApplicationConfigurationException AWS API Documentation
2974
+ #
2975
+ class InvalidApplicationConfigurationException < Struct.new(
2976
+ :message)
2977
+ include Aws::Structure
2978
+ end
2979
+
2980
+ # The specified input parameter value is not valid.
2981
+ #
2982
+ # @!attribute [rw] message
2983
+ # @return [String]
2984
+ #
2985
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/InvalidArgumentException AWS API Documentation
2986
+ #
2987
+ class InvalidArgumentException < Struct.new(
2988
+ :message)
2989
+ include Aws::Structure
2990
+ end
2991
+
2992
+ # The request JSON is not valid for the operation.
2993
+ #
2994
+ # @!attribute [rw] message
2995
+ # @return [String]
2996
+ #
2997
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/InvalidRequestException AWS API Documentation
2998
+ #
2999
+ class InvalidRequestException < Struct.new(
3000
+ :message)
3001
+ include Aws::Structure
3002
+ end
3003
+
2941
3004
  # For an SQL-based Amazon Kinesis Data Analytics application, provides
2942
3005
  # additional mapping information when JSON is the record format on the
2943
3006
  # streaming source.
@@ -3337,6 +3400,18 @@ module Aws::KinesisAnalyticsV2
3337
3400
  include Aws::Structure
3338
3401
  end
3339
3402
 
3403
+ # The number of allowed resources has been exceeded.
3404
+ #
3405
+ # @!attribute [rw] message
3406
+ # @return [String]
3407
+ #
3408
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/LimitExceededException AWS API Documentation
3409
+ #
3410
+ class LimitExceededException < Struct.new(
3411
+ :message)
3412
+ include Aws::Structure
3413
+ end
3414
+
3340
3415
  # @note When making an API call, you may pass ListApplicationSnapshotsRequest
3341
3416
  # data as a hash:
3342
3417
  #
@@ -4203,6 +4278,49 @@ module Aws::KinesisAnalyticsV2
4203
4278
  include Aws::Structure
4204
4279
  end
4205
4280
 
4281
+ # The application is not available for this operation.
4282
+ #
4283
+ # @!attribute [rw] message
4284
+ # @return [String]
4285
+ #
4286
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/ResourceInUseException AWS API Documentation
4287
+ #
4288
+ class ResourceInUseException < Struct.new(
4289
+ :message)
4290
+ include Aws::Structure
4291
+ end
4292
+
4293
+ # Specified application can't be found.
4294
+ #
4295
+ # @!attribute [rw] message
4296
+ # @return [String]
4297
+ #
4298
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/ResourceNotFoundException AWS API Documentation
4299
+ #
4300
+ class ResourceNotFoundException < Struct.new(
4301
+ :message)
4302
+ include Aws::Structure
4303
+ end
4304
+
4305
+ # Discovery failed to get a record from the streaming source because of
4306
+ # the Amazon Kinesis Streams `ProvisionedThroughputExceededException`.
4307
+ # For more information, see [GetRecords][1] in the Amazon Kinesis
4308
+ # Streams API Reference.
4309
+ #
4310
+ #
4311
+ #
4312
+ # [1]: http://docs.aws.amazon.com/kinesis/latest/APIReference/API_GetRecords.html
4313
+ #
4314
+ # @!attribute [rw] message
4315
+ # @return [String]
4316
+ #
4317
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/ResourceProvisionedThroughputExceededException AWS API Documentation
4318
+ #
4319
+ class ResourceProvisionedThroughputExceededException < Struct.new(
4320
+ :message)
4321
+ include Aws::Structure
4322
+ end
4323
+
4206
4324
  # Describes the starting parameters for an Amazon Kinesis Data Analytics
4207
4325
  # application.
4208
4326
  #
@@ -4496,6 +4614,18 @@ module Aws::KinesisAnalyticsV2
4496
4614
  include Aws::Structure
4497
4615
  end
4498
4616
 
4617
+ # The service cannot complete the request.
4618
+ #
4619
+ # @!attribute [rw] message
4620
+ # @return [String]
4621
+ #
4622
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/ServiceUnavailableException AWS API Documentation
4623
+ #
4624
+ class ServiceUnavailableException < Struct.new(
4625
+ :message)
4626
+ include Aws::Structure
4627
+ end
4628
+
4499
4629
  # Provides details about a snapshot of application state.
4500
4630
  #
4501
4631
  # @!attribute [rw] snapshot_name
@@ -5016,6 +5146,58 @@ module Aws::KinesisAnalyticsV2
5016
5146
  #
5017
5147
  class TagResourceResponse < Aws::EmptyStructure; end
5018
5148
 
5149
+ # Application created with too many tags, or too many tags added to an
5150
+ # application. Note that the maximum number of application tags includes
5151
+ # system tags. The maximum number of user-defined application tags is
5152
+ # 50.
5153
+ #
5154
+ # @!attribute [rw] message
5155
+ # @return [String]
5156
+ #
5157
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/TooManyTagsException AWS API Documentation
5158
+ #
5159
+ class TooManyTagsException < Struct.new(
5160
+ :message)
5161
+ include Aws::Structure
5162
+ end
5163
+
5164
+ # The data format is not valid. Amazon Kinesis Data Analytics cannot
5165
+ # detect the schema for the given streaming source.
5166
+ #
5167
+ # @!attribute [rw] message
5168
+ # @return [String]
5169
+ #
5170
+ # @!attribute [rw] raw_input_records
5171
+ # Raw stream data that was sampled to infer the schema.
5172
+ # @return [Array<String>]
5173
+ #
5174
+ # @!attribute [rw] processed_input_records
5175
+ # Stream data that was modified by the processor specified in the
5176
+ # `InputProcessingConfiguration` parameter.
5177
+ # @return [Array<String>]
5178
+ #
5179
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/UnableToDetectSchemaException AWS API Documentation
5180
+ #
5181
+ class UnableToDetectSchemaException < Struct.new(
5182
+ :message,
5183
+ :raw_input_records,
5184
+ :processed_input_records)
5185
+ include Aws::Structure
5186
+ end
5187
+
5188
+ # The request was rejected because a specified parameter is not
5189
+ # supported or a specified resource is not valid for this operation.
5190
+ #
5191
+ # @!attribute [rw] message
5192
+ # @return [String]
5193
+ #
5194
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/UnsupportedOperationException AWS API Documentation
5195
+ #
5196
+ class UnsupportedOperationException < Struct.new(
5197
+ :message)
5198
+ include Aws::Structure
5199
+ end
5200
+
5019
5201
  # @note When making an API call, you may pass UntagResourceRequest
5020
5202
  # data as a hash:
5021
5203
  #
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-kinesisanalyticsv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.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: 2019-05-15 00:00:00.000000000 Z
11
+ date: 2019-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.52.1
22
+ version: 3.53.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.52.1
32
+ version: 3.53.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement