aws-sdk-kinesisanalytics 1.85.0 → 1.87.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
  SHA256:
3
- metadata.gz: c2ebaf6996f5deb81a7107158c355b89b45a3e5c464f1129235c9ced6a3f1337
4
- data.tar.gz: b58c7746dab192acf3ae4f6cd549fbce229ee410689bc4a728af3d43fb905c93
3
+ metadata.gz: 81b0e631bd2e8822664b58a17890ac455e34e84d471bb4d0dc149dfe8d6603dd
4
+ data.tar.gz: 0a49a4c5c566b573eda50808d74e87441d5761bf7da28ee8fbabe71b5891dc6d
5
5
  SHA512:
6
- metadata.gz: 01ce171658c9a80725e782fcf2818615357bb4afed4c9f594213da89620f4b7cdcd7b38a69d47ac96b0a4d2dd341ecca673b366924401a94a8e20f059644bfdc
7
- data.tar.gz: febcf4a3c54ede31ce350b70a2f84ba1eabe56def4556520a6bed4ea3320e617e7920762997dc1527af0fbc186220cd7a0264304092a2c700db5ac377de72e51
6
+ metadata.gz: fc4010798cc5fc871520f2e65d43318c2fd7731f4d45c192fd4b185ddfb428d49987452f2b3db90781b74e62c25c204c5cb176f9104a4c83425c988325a55c44
7
+ data.tar.gz: 5381883753d6ce965f0fcc550bb8f31ee3ec496c6cc77a31cf954cc127c3fc12d5b23d7b7bdce6966f958f3c07053affea13362ed29302471ae80aab0b881ba7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.87.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.86.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.85.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.85.0
1
+ 1.87.0
@@ -199,7 +199,7 @@ module Aws::KinesisAnalytics
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::KinesisAnalytics
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -2081,7 +2079,7 @@ module Aws::KinesisAnalytics
2081
2079
  tracer: tracer
2082
2080
  )
2083
2081
  context[:gem_name] = 'aws-sdk-kinesisanalytics'
2084
- context[:gem_version] = '1.85.0'
2082
+ context[:gem_version] = '1.87.0'
2085
2083
  Seahorse::Client::Request.new(handlers, context)
2086
2084
  end
2087
2085
 
@@ -54,7 +54,7 @@ module Aws::KinesisAnalytics
54
54
  autoload :EndpointProvider, 'aws-sdk-kinesisanalytics/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-kinesisanalytics/endpoints'
56
56
 
57
- GEM_VERSION = '1.85.0'
57
+ GEM_VERSION = '1.87.0'
58
58
 
59
59
  end
60
60
 
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
- record_format: {
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.85.0
4
+ version: 1.87.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -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