aws-sdk-kinesisanalytics 1.85.0 → 1.86.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-kinesisanalytics/client.rb +1 -1
- data/lib/aws-sdk-kinesisanalytics.rb +1 -1
- data/sig/client.rbs +16 -185
- data/sig/params.rbs +81 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 04b3aba1d0e1ab28cc43b8ec4ca75e7396d11be514b5c4172224c97665f3e7ae
|
|
4
|
+
data.tar.gz: ba56d2b49fc6a74239151153b538cbd5da411a77710fce681ae200548c2bdf3b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 34053ebe08226ebad5cdc814e5c7e522f656cb7c0c09ee3d490b366dcfa87a5b5a84a51ccfa2b3299f33345252f917a01d5d8c8e3f6ec58cf04de5da4ae0f164
|
|
7
|
+
data.tar.gz: deff531bf3570cb27c53c2966610eb0e9e17aa43c4135cc1ba913403363f2fbdd4ed7b8ce8813518b70162fcfebe3dc412d76d590a3c3c8d6aa7091b6890e3a4
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.86.0
|
|
@@ -2081,7 +2081,7 @@ module Aws::KinesisAnalytics
|
|
|
2081
2081
|
tracer: tracer
|
|
2082
2082
|
)
|
|
2083
2083
|
context[:gem_name] = 'aws-sdk-kinesisanalytics'
|
|
2084
|
-
context[:gem_version] = '1.
|
|
2084
|
+
context[:gem_version] = '1.86.0'
|
|
2085
2085
|
Seahorse::Client::Request.new(handlers, context)
|
|
2086
2086
|
end
|
|
2087
2087
|
|
data/sig/client.rbs
CHANGED
|
@@ -100,48 +100,7 @@ module Aws
|
|
|
100
100
|
def add_application_input: (
|
|
101
101
|
application_name: ::String,
|
|
102
102
|
current_application_version_id: ::Integer,
|
|
103
|
-
input:
|
|
104
|
-
name_prefix: ::String,
|
|
105
|
-
input_processing_configuration: {
|
|
106
|
-
input_lambda_processor: {
|
|
107
|
-
resource_arn: ::String,
|
|
108
|
-
role_arn: ::String
|
|
109
|
-
}
|
|
110
|
-
}?,
|
|
111
|
-
kinesis_streams_input: {
|
|
112
|
-
resource_arn: ::String,
|
|
113
|
-
role_arn: ::String
|
|
114
|
-
}?,
|
|
115
|
-
kinesis_firehose_input: {
|
|
116
|
-
resource_arn: ::String,
|
|
117
|
-
role_arn: ::String
|
|
118
|
-
}?,
|
|
119
|
-
input_parallelism: {
|
|
120
|
-
count: ::Integer?
|
|
121
|
-
}?,
|
|
122
|
-
input_schema: {
|
|
123
|
-
record_format: {
|
|
124
|
-
record_format_type: ("JSON" | "CSV"),
|
|
125
|
-
mapping_parameters: {
|
|
126
|
-
json_mapping_parameters: {
|
|
127
|
-
record_row_path: ::String
|
|
128
|
-
}?,
|
|
129
|
-
csv_mapping_parameters: {
|
|
130
|
-
record_row_delimiter: ::String,
|
|
131
|
-
record_column_delimiter: ::String
|
|
132
|
-
}?
|
|
133
|
-
}?
|
|
134
|
-
},
|
|
135
|
-
record_encoding: ::String?,
|
|
136
|
-
record_columns: Array[
|
|
137
|
-
{
|
|
138
|
-
name: ::String,
|
|
139
|
-
mapping: ::String?,
|
|
140
|
-
sql_type: ::String
|
|
141
|
-
},
|
|
142
|
-
]
|
|
143
|
-
}
|
|
144
|
-
}
|
|
103
|
+
input: Params::input
|
|
145
104
|
) -> _AddApplicationInputResponseSuccess
|
|
146
105
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AddApplicationInputResponseSuccess
|
|
147
106
|
|
|
@@ -169,24 +128,7 @@ module Aws
|
|
|
169
128
|
def add_application_output: (
|
|
170
129
|
application_name: ::String,
|
|
171
130
|
current_application_version_id: ::Integer,
|
|
172
|
-
output:
|
|
173
|
-
name: ::String,
|
|
174
|
-
kinesis_streams_output: {
|
|
175
|
-
resource_arn: ::String,
|
|
176
|
-
role_arn: ::String
|
|
177
|
-
}?,
|
|
178
|
-
kinesis_firehose_output: {
|
|
179
|
-
resource_arn: ::String,
|
|
180
|
-
role_arn: ::String
|
|
181
|
-
}?,
|
|
182
|
-
lambda_output: {
|
|
183
|
-
resource_arn: ::String,
|
|
184
|
-
role_arn: ::String
|
|
185
|
-
}?,
|
|
186
|
-
destination_schema: {
|
|
187
|
-
record_format_type: ("JSON" | "CSV")
|
|
188
|
-
}
|
|
189
|
-
}
|
|
131
|
+
output: Params::output
|
|
190
132
|
) -> _AddApplicationOutputResponseSuccess
|
|
191
133
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AddApplicationOutputResponseSuccess
|
|
192
134
|
|
|
@@ -204,28 +146,7 @@ module Aws
|
|
|
204
146
|
file_key: ::String,
|
|
205
147
|
reference_role_arn: ::String
|
|
206
148
|
}?,
|
|
207
|
-
reference_schema:
|
|
208
|
-
record_format: {
|
|
209
|
-
record_format_type: ("JSON" | "CSV"),
|
|
210
|
-
mapping_parameters: {
|
|
211
|
-
json_mapping_parameters: {
|
|
212
|
-
record_row_path: ::String
|
|
213
|
-
}?,
|
|
214
|
-
csv_mapping_parameters: {
|
|
215
|
-
record_row_delimiter: ::String,
|
|
216
|
-
record_column_delimiter: ::String
|
|
217
|
-
}?
|
|
218
|
-
}?
|
|
219
|
-
},
|
|
220
|
-
record_encoding: ::String?,
|
|
221
|
-
record_columns: Array[
|
|
222
|
-
{
|
|
223
|
-
name: ::String,
|
|
224
|
-
mapping: ::String?,
|
|
225
|
-
sql_type: ::String
|
|
226
|
-
},
|
|
227
|
-
]
|
|
228
|
-
}
|
|
149
|
+
reference_schema: Params::source_schema
|
|
229
150
|
}
|
|
230
151
|
) -> _AddApplicationReferenceDataSourceResponseSuccess
|
|
231
152
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AddApplicationReferenceDataSourceResponseSuccess
|
|
@@ -239,81 +160,23 @@ module Aws
|
|
|
239
160
|
application_name: ::String,
|
|
240
161
|
?application_description: ::String,
|
|
241
162
|
?inputs: Array[
|
|
242
|
-
|
|
243
|
-
name_prefix: ::String,
|
|
244
|
-
input_processing_configuration: {
|
|
245
|
-
input_lambda_processor: {
|
|
246
|
-
resource_arn: ::String,
|
|
247
|
-
role_arn: ::String
|
|
248
|
-
}
|
|
249
|
-
}?,
|
|
250
|
-
kinesis_streams_input: {
|
|
251
|
-
resource_arn: ::String,
|
|
252
|
-
role_arn: ::String
|
|
253
|
-
}?,
|
|
254
|
-
kinesis_firehose_input: {
|
|
255
|
-
resource_arn: ::String,
|
|
256
|
-
role_arn: ::String
|
|
257
|
-
}?,
|
|
258
|
-
input_parallelism: {
|
|
259
|
-
count: ::Integer?
|
|
260
|
-
}?,
|
|
261
|
-
input_schema: {
|
|
262
|
-
record_format: {
|
|
263
|
-
record_format_type: ("JSON" | "CSV"),
|
|
264
|
-
mapping_parameters: {
|
|
265
|
-
json_mapping_parameters: {
|
|
266
|
-
record_row_path: ::String
|
|
267
|
-
}?,
|
|
268
|
-
csv_mapping_parameters: {
|
|
269
|
-
record_row_delimiter: ::String,
|
|
270
|
-
record_column_delimiter: ::String
|
|
271
|
-
}?
|
|
272
|
-
}?
|
|
273
|
-
},
|
|
274
|
-
record_encoding: ::String?,
|
|
275
|
-
record_columns: Array[
|
|
276
|
-
{
|
|
277
|
-
name: ::String,
|
|
278
|
-
mapping: ::String?,
|
|
279
|
-
sql_type: ::String
|
|
280
|
-
},
|
|
281
|
-
]
|
|
282
|
-
}
|
|
283
|
-
},
|
|
163
|
+
Params::input
|
|
284
164
|
],
|
|
285
165
|
?outputs: Array[
|
|
286
|
-
|
|
287
|
-
name: ::String,
|
|
288
|
-
kinesis_streams_output: {
|
|
289
|
-
resource_arn: ::String,
|
|
290
|
-
role_arn: ::String
|
|
291
|
-
}?,
|
|
292
|
-
kinesis_firehose_output: {
|
|
293
|
-
resource_arn: ::String,
|
|
294
|
-
role_arn: ::String
|
|
295
|
-
}?,
|
|
296
|
-
lambda_output: {
|
|
297
|
-
resource_arn: ::String,
|
|
298
|
-
role_arn: ::String
|
|
299
|
-
}?,
|
|
300
|
-
destination_schema: {
|
|
301
|
-
record_format_type: ("JSON" | "CSV")
|
|
302
|
-
}
|
|
303
|
-
},
|
|
166
|
+
Params::output
|
|
304
167
|
],
|
|
305
168
|
?cloud_watch_logging_options: Array[
|
|
306
169
|
{
|
|
307
170
|
log_stream_arn: ::String,
|
|
308
171
|
role_arn: ::String
|
|
309
|
-
}
|
|
172
|
+
}
|
|
310
173
|
],
|
|
311
174
|
?application_code: ::String,
|
|
312
175
|
?tags: Array[
|
|
313
176
|
{
|
|
314
177
|
key: ::String,
|
|
315
178
|
value: ::String?
|
|
316
|
-
}
|
|
179
|
+
}
|
|
317
180
|
]
|
|
318
181
|
) -> _CreateApplicationResponseSuccess
|
|
319
182
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateApplicationResponseSuccess
|
|
@@ -444,7 +307,7 @@ module Aws
|
|
|
444
307
|
input_starting_position_configuration: {
|
|
445
308
|
input_starting_position: ("NOW" | "TRIM_HORIZON" | "LAST_STOPPED_POINT")?
|
|
446
309
|
}
|
|
447
|
-
}
|
|
310
|
+
}
|
|
448
311
|
]
|
|
449
312
|
) -> _StartApplicationResponseSuccess
|
|
450
313
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartApplicationResponseSuccess
|
|
@@ -468,7 +331,7 @@ module Aws
|
|
|
468
331
|
{
|
|
469
332
|
key: ::String,
|
|
470
333
|
value: ::String?
|
|
471
|
-
}
|
|
334
|
+
}
|
|
472
335
|
]
|
|
473
336
|
) -> _TagResourceResponseSuccess
|
|
474
337
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
|
@@ -510,31 +373,20 @@ module Aws
|
|
|
510
373
|
role_arn_update: ::String?
|
|
511
374
|
}?,
|
|
512
375
|
input_schema_update: {
|
|
513
|
-
record_format_update:
|
|
514
|
-
record_format_type: ("JSON" | "CSV"),
|
|
515
|
-
mapping_parameters: {
|
|
516
|
-
json_mapping_parameters: {
|
|
517
|
-
record_row_path: ::String
|
|
518
|
-
}?,
|
|
519
|
-
csv_mapping_parameters: {
|
|
520
|
-
record_row_delimiter: ::String,
|
|
521
|
-
record_column_delimiter: ::String
|
|
522
|
-
}?
|
|
523
|
-
}?
|
|
524
|
-
}?,
|
|
376
|
+
record_format_update: Params::record_format?,
|
|
525
377
|
record_encoding_update: ::String?,
|
|
526
378
|
record_column_updates: Array[
|
|
527
379
|
{
|
|
528
380
|
name: ::String,
|
|
529
381
|
mapping: ::String?,
|
|
530
382
|
sql_type: ::String
|
|
531
|
-
}
|
|
383
|
+
}
|
|
532
384
|
]?
|
|
533
385
|
}?,
|
|
534
386
|
input_parallelism_update: {
|
|
535
387
|
count_update: ::Integer?
|
|
536
388
|
}?
|
|
537
|
-
}
|
|
389
|
+
}
|
|
538
390
|
]?,
|
|
539
391
|
application_code_update: ::String?,
|
|
540
392
|
output_updates: Array[
|
|
@@ -556,7 +408,7 @@ module Aws
|
|
|
556
408
|
destination_schema_update: {
|
|
557
409
|
record_format_type: ("JSON" | "CSV")
|
|
558
410
|
}?
|
|
559
|
-
}
|
|
411
|
+
}
|
|
560
412
|
]?,
|
|
561
413
|
reference_data_source_updates: Array[
|
|
562
414
|
{
|
|
@@ -567,36 +419,15 @@ module Aws
|
|
|
567
419
|
file_key_update: ::String?,
|
|
568
420
|
reference_role_arn_update: ::String?
|
|
569
421
|
}?,
|
|
570
|
-
reference_schema_update:
|
|
571
|
-
|
|
572
|
-
record_format_type: ("JSON" | "CSV"),
|
|
573
|
-
mapping_parameters: {
|
|
574
|
-
json_mapping_parameters: {
|
|
575
|
-
record_row_path: ::String
|
|
576
|
-
}?,
|
|
577
|
-
csv_mapping_parameters: {
|
|
578
|
-
record_row_delimiter: ::String,
|
|
579
|
-
record_column_delimiter: ::String
|
|
580
|
-
}?
|
|
581
|
-
}?
|
|
582
|
-
},
|
|
583
|
-
record_encoding: ::String?,
|
|
584
|
-
record_columns: Array[
|
|
585
|
-
{
|
|
586
|
-
name: ::String,
|
|
587
|
-
mapping: ::String?,
|
|
588
|
-
sql_type: ::String
|
|
589
|
-
},
|
|
590
|
-
]
|
|
591
|
-
}?
|
|
592
|
-
},
|
|
422
|
+
reference_schema_update: Params::source_schema?
|
|
423
|
+
}
|
|
593
424
|
]?,
|
|
594
425
|
cloud_watch_logging_option_updates: Array[
|
|
595
426
|
{
|
|
596
427
|
cloud_watch_logging_option_id: ::String,
|
|
597
428
|
log_stream_arn_update: ::String?,
|
|
598
429
|
role_arn_update: ::String?
|
|
599
|
-
}
|
|
430
|
+
}
|
|
600
431
|
]?
|
|
601
432
|
}
|
|
602
433
|
) -> _UpdateApplicationResponseSuccess
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module KinesisAnalytics
|
|
10
|
+
module Params
|
|
11
|
+
type mapping_parameters = {
|
|
12
|
+
json_mapping_parameters: {
|
|
13
|
+
record_row_path: ::String
|
|
14
|
+
}?,
|
|
15
|
+
csv_mapping_parameters: {
|
|
16
|
+
record_row_delimiter: ::String,
|
|
17
|
+
record_column_delimiter: ::String
|
|
18
|
+
}?
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
type record_format = {
|
|
22
|
+
record_format_type: ("JSON" | "CSV"),
|
|
23
|
+
mapping_parameters: Params::mapping_parameters?
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
type source_schema = {
|
|
27
|
+
record_format: Params::record_format,
|
|
28
|
+
record_encoding: ::String?,
|
|
29
|
+
record_columns: Array[
|
|
30
|
+
{
|
|
31
|
+
name: ::String,
|
|
32
|
+
mapping: ::String?,
|
|
33
|
+
sql_type: ::String
|
|
34
|
+
}
|
|
35
|
+
]
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
type input = {
|
|
39
|
+
name_prefix: ::String,
|
|
40
|
+
input_processing_configuration: {
|
|
41
|
+
input_lambda_processor: {
|
|
42
|
+
resource_arn: ::String,
|
|
43
|
+
role_arn: ::String
|
|
44
|
+
}
|
|
45
|
+
}?,
|
|
46
|
+
kinesis_streams_input: {
|
|
47
|
+
resource_arn: ::String,
|
|
48
|
+
role_arn: ::String
|
|
49
|
+
}?,
|
|
50
|
+
kinesis_firehose_input: {
|
|
51
|
+
resource_arn: ::String,
|
|
52
|
+
role_arn: ::String
|
|
53
|
+
}?,
|
|
54
|
+
input_parallelism: {
|
|
55
|
+
count: ::Integer?
|
|
56
|
+
}?,
|
|
57
|
+
input_schema: Params::source_schema
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
type output = {
|
|
61
|
+
name: ::String,
|
|
62
|
+
kinesis_streams_output: {
|
|
63
|
+
resource_arn: ::String,
|
|
64
|
+
role_arn: ::String
|
|
65
|
+
}?,
|
|
66
|
+
kinesis_firehose_output: {
|
|
67
|
+
resource_arn: ::String,
|
|
68
|
+
role_arn: ::String
|
|
69
|
+
}?,
|
|
70
|
+
lambda_output: {
|
|
71
|
+
resource_arn: ::String,
|
|
72
|
+
role_arn: ::String
|
|
73
|
+
}?,
|
|
74
|
+
destination_schema: {
|
|
75
|
+
record_format_type: ("JSON" | "CSV")
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
end
|
|
80
|
+
end
|
|
81
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-kinesisanalytics
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.86.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -67,6 +67,7 @@ files:
|
|
|
67
67
|
- lib/aws-sdk-kinesisanalytics/types.rb
|
|
68
68
|
- sig/client.rbs
|
|
69
69
|
- sig/errors.rbs
|
|
70
|
+
- sig/params.rbs
|
|
70
71
|
- sig/resource.rbs
|
|
71
72
|
- sig/types.rbs
|
|
72
73
|
- sig/waiters.rbs
|