aws-sdk-iotfleetwise 1.62.0 → 1.63.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: '05229ff8f20a50cb0866ab38cb9993c98927bbef59c91092a54406b1bd09e2c5'
4
- data.tar.gz: cafa610f0bd6d4b1167ff52313118a0272e41045f3d855c299fe35cc139b4007
3
+ metadata.gz: f2ad8f83ce21b957a677bb52f16dad473bd70ed651bb046145a09e04e6980507
4
+ data.tar.gz: 5f587cc6937aac6dc6d5f7a9a020e16294dbcb3997089d17b6e1d917cf924210
5
5
  SHA512:
6
- metadata.gz: 055d6dac2a8bdb83556287106e61f067020a3a2c7f6aa0e5035e661036ea64cfffd63feae957d3c2389fe827129b609b596c212e00dd0665d5b60427796b0581
7
- data.tar.gz: 41eaab89c4373e8866d08320f55fc32387f46bc29714f38a7c3cdd17d396d70c8404461429d285ffd39e1bb8591d17e78413b0d4d0dc9b842c15c8c531c73371
6
+ metadata.gz: cab8d7fb75e1cfd67ffc5882522aaab85e43002a7e9b6d7242c524de79c1b2512864e16f37fb5a1afffddf76ae2c027970323eb411634dc85701b1cbc61f1317
7
+ data.tar.gz: 171610d0884f6f5dc67695ad59b4a76b20e5e8ef065af095a309b35a29c4e9a5a00a41b8e86d782fc986dc2c2cd553ee6fdda254e6329164bdb612818eb2d5d8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.63.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.62.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.62.0
1
+ 1.63.0
@@ -4254,7 +4254,7 @@ module Aws::IoTFleetWise
4254
4254
  tracer: tracer
4255
4255
  )
4256
4256
  context[:gem_name] = 'aws-sdk-iotfleetwise'
4257
- context[:gem_version] = '1.62.0'
4257
+ context[:gem_version] = '1.63.0'
4258
4258
  Seahorse::Client::Request.new(handlers, context)
4259
4259
  end
4260
4260
 
@@ -55,7 +55,7 @@ module Aws::IoTFleetWise
55
55
  autoload :EndpointProvider, 'aws-sdk-iotfleetwise/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-iotfleetwise/endpoints'
57
57
 
58
- GEM_VERSION = '1.62.0'
58
+ GEM_VERSION = '1.63.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -107,24 +107,12 @@ module Aws
107
107
  {
108
108
  key: ::String,
109
109
  value: ::String
110
- },
110
+ }
111
111
  ]?,
112
112
  state_templates: Array[
113
- {
114
- identifier: ::String,
115
- state_template_update_strategy: {
116
- periodic: {
117
- state_template_update_rate: {
118
- unit: ("MILLISECOND" | "SECOND" | "MINUTE" | "HOUR"),
119
- value: ::Integer
120
- }
121
- }?,
122
- on_change: {
123
- }?
124
- }
125
- },
113
+ Params::state_template_association
126
114
  ]?
127
- },
115
+ }
128
116
  ]
129
117
  ) -> _BatchCreateVehicleResponseSuccess
130
118
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchCreateVehicleResponseSuccess
@@ -144,37 +132,13 @@ module Aws
144
132
  attributes: Hash[::String, ::String]?,
145
133
  attribute_update_mode: ("Overwrite" | "Merge")?,
146
134
  state_templates_to_add: Array[
147
- {
148
- identifier: ::String,
149
- state_template_update_strategy: {
150
- periodic: {
151
- state_template_update_rate: {
152
- unit: ("MILLISECOND" | "SECOND" | "MINUTE" | "HOUR"),
153
- value: ::Integer
154
- }
155
- }?,
156
- on_change: {
157
- }?
158
- }
159
- },
135
+ Params::state_template_association
160
136
  ]?,
161
137
  state_templates_to_remove: Array[::String]?,
162
138
  state_templates_to_update: Array[
163
- {
164
- identifier: ::String,
165
- state_template_update_strategy: {
166
- periodic: {
167
- state_template_update_rate: {
168
- unit: ("MILLISECOND" | "SECOND" | "MINUTE" | "HOUR"),
169
- value: ::Integer
170
- }
171
- }?,
172
- on_change: {
173
- }?
174
- }
175
- },
139
+ Params::state_template_association
176
140
  ]?
177
- },
141
+ }
178
142
  ]
179
143
  ) -> _BatchUpdateVehicleResponseSuccess
180
144
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchUpdateVehicleResponseSuccess
@@ -203,7 +167,7 @@ module Aws
203
167
  max_sample_count: ::Integer?,
204
168
  minimum_sampling_interval_ms: ::Integer?,
205
169
  data_partition_id: ::String?
206
- },
170
+ }
207
171
  ],
208
172
  collection_scheme: {
209
173
  time_based_collection_scheme: {
@@ -221,7 +185,7 @@ module Aws
221
185
  {
222
186
  key: ::String,
223
187
  value: ::String
224
- },
188
+ }
225
189
  ],
226
190
  ?data_destination_configs: Array[
227
191
  {
@@ -239,7 +203,7 @@ module Aws
239
203
  mqtt_topic_arn: ::String,
240
204
  execution_role_arn: ::String
241
205
  }?
242
- },
206
+ }
243
207
  ],
244
208
  ?data_partitions: Array[
245
209
  {
@@ -259,7 +223,7 @@ module Aws
259
223
  expression: ::String,
260
224
  condition_language_version: ::Integer?
261
225
  }?
262
- },
226
+ }
263
227
  ],
264
228
  ?signals_to_fetch: Array[
265
229
  {
@@ -275,7 +239,7 @@ module Aws
275
239
  },
276
240
  condition_language_version: ::Integer?,
277
241
  actions: Array[::String]
278
- },
242
+ }
279
243
  ]
280
244
  ) -> _CreateCampaignResponseSuccess
281
245
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateCampaignResponseSuccess
@@ -291,97 +255,17 @@ module Aws
291
255
  ?description: ::String,
292
256
  model_manifest_arn: ::String,
293
257
  ?signal_decoders: Array[
294
- {
295
- fully_qualified_name: ::String,
296
- type: ("CAN_SIGNAL" | "OBD_SIGNAL" | "MESSAGE_SIGNAL" | "CUSTOM_DECODING_SIGNAL"),
297
- interface_id: ::String,
298
- can_signal: {
299
- message_id: ::Integer,
300
- is_big_endian: bool,
301
- is_signed: bool,
302
- start_bit: ::Integer,
303
- offset: ::Float,
304
- factor: ::Float,
305
- length: ::Integer,
306
- name: ::String?,
307
- signal_value_type: ("INTEGER" | "FLOATING_POINT")?
308
- }?,
309
- obd_signal: {
310
- pid_response_length: ::Integer,
311
- service_mode: ::Integer,
312
- pid: ::Integer,
313
- scaling: ::Float,
314
- offset: ::Float,
315
- start_byte: ::Integer,
316
- byte_length: ::Integer,
317
- bit_right_shift: ::Integer?,
318
- bit_mask_length: ::Integer?,
319
- is_signed: bool?,
320
- signal_value_type: ("INTEGER" | "FLOATING_POINT")?
321
- }?,
322
- message_signal: {
323
- topic_name: ::String,
324
- structured_message: {
325
- primitive_message_definition: {
326
- ros2_primitive_message_definition: {
327
- primitive_type: ("BOOL" | "BYTE" | "CHAR" | "FLOAT32" | "FLOAT64" | "INT8" | "UINT8" | "INT16" | "UINT16" | "INT32" | "UINT32" | "INT64" | "UINT64" | "STRING" | "WSTRING"),
328
- offset: ::Float?,
329
- scaling: ::Float?,
330
- upper_bound: ::Integer?
331
- }?
332
- }?,
333
- structured_message_list_definition: {
334
- name: ::String,
335
- member_type: untyped,
336
- list_type: ("FIXED_CAPACITY" | "DYNAMIC_UNBOUNDED_CAPACITY" | "DYNAMIC_BOUNDED_CAPACITY"),
337
- capacity: ::Integer?
338
- }?,
339
- structured_message_definition: Array[
340
- {
341
- field_name: ::String,
342
- data_type: untyped
343
- },
344
- ]?
345
- }
346
- }?,
347
- custom_decoding_signal: {
348
- id: ::String
349
- }?
350
- },
258
+ Params::signal_decoder
351
259
  ],
352
260
  ?network_interfaces: Array[
353
- {
354
- interface_id: ::String,
355
- type: ("CAN_INTERFACE" | "OBD_INTERFACE" | "VEHICLE_MIDDLEWARE" | "CUSTOM_DECODING_INTERFACE"),
356
- can_interface: {
357
- name: ::String,
358
- protocol_name: ::String?,
359
- protocol_version: ::String?
360
- }?,
361
- obd_interface: {
362
- name: ::String,
363
- request_message_id: ::Integer,
364
- obd_standard: ::String?,
365
- pid_request_interval_seconds: ::Integer?,
366
- dtc_request_interval_seconds: ::Integer?,
367
- use_extended_ids: bool?,
368
- has_transmission_ecu: bool?
369
- }?,
370
- vehicle_middleware: {
371
- name: ::String,
372
- protocol_name: ("ROS_2")
373
- }?,
374
- custom_decoding_interface: {
375
- name: ::String
376
- }?
377
- },
261
+ Params::network_interface
378
262
  ],
379
263
  ?default_for_unmapped_signals: ("CUSTOM_DECODING"),
380
264
  ?tags: Array[
381
265
  {
382
266
  key: ::String,
383
267
  value: ::String
384
- },
268
+ }
385
269
  ]
386
270
  ) -> _CreateDecoderManifestResponseSuccess
387
271
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDecoderManifestResponseSuccess
@@ -400,7 +284,7 @@ module Aws
400
284
  {
401
285
  key: ::String,
402
286
  value: ::String
403
- },
287
+ }
404
288
  ]
405
289
  ) -> _CreateFleetResponseSuccess
406
290
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateFleetResponseSuccess
@@ -420,7 +304,7 @@ module Aws
420
304
  {
421
305
  key: ::String,
422
306
  value: ::String
423
- },
307
+ }
424
308
  ]
425
309
  ) -> _CreateModelManifestResponseSuccess
426
310
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateModelManifestResponseSuccess
@@ -435,73 +319,13 @@ module Aws
435
319
  name: ::String,
436
320
  ?description: ::String,
437
321
  ?nodes: Array[
438
- {
439
- branch: {
440
- fully_qualified_name: ::String,
441
- description: ::String?,
442
- deprecation_message: ::String?,
443
- comment: ::String?
444
- }?,
445
- sensor: {
446
- fully_qualified_name: ::String,
447
- data_type: ("INT8" | "UINT8" | "INT16" | "UINT16" | "INT32" | "UINT32" | "INT64" | "UINT64" | "BOOLEAN" | "FLOAT" | "DOUBLE" | "STRING" | "UNIX_TIMESTAMP" | "INT8_ARRAY" | "UINT8_ARRAY" | "INT16_ARRAY" | "UINT16_ARRAY" | "INT32_ARRAY" | "UINT32_ARRAY" | "INT64_ARRAY" | "UINT64_ARRAY" | "BOOLEAN_ARRAY" | "FLOAT_ARRAY" | "DOUBLE_ARRAY" | "STRING_ARRAY" | "UNIX_TIMESTAMP_ARRAY" | "UNKNOWN" | "STRUCT" | "STRUCT_ARRAY"),
448
- description: ::String?,
449
- unit: ::String?,
450
- allowed_values: Array[::String]?,
451
- min: ::Float?,
452
- max: ::Float?,
453
- deprecation_message: ::String?,
454
- comment: ::String?,
455
- struct_fully_qualified_name: ::String?
456
- }?,
457
- actuator: {
458
- fully_qualified_name: ::String,
459
- data_type: ("INT8" | "UINT8" | "INT16" | "UINT16" | "INT32" | "UINT32" | "INT64" | "UINT64" | "BOOLEAN" | "FLOAT" | "DOUBLE" | "STRING" | "UNIX_TIMESTAMP" | "INT8_ARRAY" | "UINT8_ARRAY" | "INT16_ARRAY" | "UINT16_ARRAY" | "INT32_ARRAY" | "UINT32_ARRAY" | "INT64_ARRAY" | "UINT64_ARRAY" | "BOOLEAN_ARRAY" | "FLOAT_ARRAY" | "DOUBLE_ARRAY" | "STRING_ARRAY" | "UNIX_TIMESTAMP_ARRAY" | "UNKNOWN" | "STRUCT" | "STRUCT_ARRAY"),
460
- description: ::String?,
461
- unit: ::String?,
462
- allowed_values: Array[::String]?,
463
- min: ::Float?,
464
- max: ::Float?,
465
- assigned_value: ::String?,
466
- deprecation_message: ::String?,
467
- comment: ::String?,
468
- struct_fully_qualified_name: ::String?
469
- }?,
470
- attribute: {
471
- fully_qualified_name: ::String,
472
- data_type: ("INT8" | "UINT8" | "INT16" | "UINT16" | "INT32" | "UINT32" | "INT64" | "UINT64" | "BOOLEAN" | "FLOAT" | "DOUBLE" | "STRING" | "UNIX_TIMESTAMP" | "INT8_ARRAY" | "UINT8_ARRAY" | "INT16_ARRAY" | "UINT16_ARRAY" | "INT32_ARRAY" | "UINT32_ARRAY" | "INT64_ARRAY" | "UINT64_ARRAY" | "BOOLEAN_ARRAY" | "FLOAT_ARRAY" | "DOUBLE_ARRAY" | "STRING_ARRAY" | "UNIX_TIMESTAMP_ARRAY" | "UNKNOWN" | "STRUCT" | "STRUCT_ARRAY"),
473
- description: ::String?,
474
- unit: ::String?,
475
- allowed_values: Array[::String]?,
476
- min: ::Float?,
477
- max: ::Float?,
478
- assigned_value: ::String?,
479
- default_value: ::String?,
480
- deprecation_message: ::String?,
481
- comment: ::String?
482
- }?,
483
- struct: {
484
- fully_qualified_name: ::String,
485
- description: ::String?,
486
- deprecation_message: ::String?,
487
- comment: ::String?
488
- }?,
489
- property: {
490
- fully_qualified_name: ::String,
491
- data_type: ("INT8" | "UINT8" | "INT16" | "UINT16" | "INT32" | "UINT32" | "INT64" | "UINT64" | "BOOLEAN" | "FLOAT" | "DOUBLE" | "STRING" | "UNIX_TIMESTAMP" | "INT8_ARRAY" | "UINT8_ARRAY" | "INT16_ARRAY" | "UINT16_ARRAY" | "INT32_ARRAY" | "UINT32_ARRAY" | "INT64_ARRAY" | "UINT64_ARRAY" | "BOOLEAN_ARRAY" | "FLOAT_ARRAY" | "DOUBLE_ARRAY" | "STRING_ARRAY" | "UNIX_TIMESTAMP_ARRAY" | "UNKNOWN" | "STRUCT" | "STRUCT_ARRAY"),
492
- data_encoding: ("BINARY" | "TYPED")?,
493
- description: ::String?,
494
- deprecation_message: ::String?,
495
- comment: ::String?,
496
- struct_fully_qualified_name: ::String?
497
- }?
498
- },
322
+ Params::node
499
323
  ],
500
324
  ?tags: Array[
501
325
  {
502
326
  key: ::String,
503
327
  value: ::String
504
- },
328
+ }
505
329
  ]
506
330
  ) -> _CreateSignalCatalogResponseSuccess
507
331
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateSignalCatalogResponseSuccess
@@ -524,7 +348,7 @@ module Aws
524
348
  {
525
349
  key: ::String,
526
350
  value: ::String
527
- },
351
+ }
528
352
  ]
529
353
  ) -> _CreateStateTemplateResponseSuccess
530
354
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateStateTemplateResponseSuccess
@@ -546,22 +370,10 @@ module Aws
546
370
  {
547
371
  key: ::String,
548
372
  value: ::String
549
- },
373
+ }
550
374
  ],
551
375
  ?state_templates: Array[
552
- {
553
- identifier: ::String,
554
- state_template_update_strategy: {
555
- periodic: {
556
- state_template_update_rate: {
557
- unit: ("MILLISECOND" | "SECOND" | "MINUTE" | "HOUR"),
558
- value: ::Integer
559
- }
560
- }?,
561
- on_change: {
562
- }?
563
- }
564
- },
376
+ Params::state_template_association
565
377
  ]
566
378
  ) -> _CreateVehicleResponseSuccess
567
379
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateVehicleResponseSuccess
@@ -848,7 +660,7 @@ module Aws
848
660
  can_dbc_files: Array[::String],
849
661
  signals_map: Hash[::String, ::String]?
850
662
  }?
851
- },
663
+ }
852
664
  ]
853
665
  ) -> _ImportDecoderManifestResponseSuccess
854
666
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ImportDecoderManifestResponseSuccess
@@ -869,7 +681,7 @@ module Aws
869
681
  {
870
682
  key: ::String,
871
683
  value: ::String
872
- },
684
+ }
873
685
  ]
874
686
  ) -> _ImportSignalCatalogResponseSuccess
875
687
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ImportSignalCatalogResponseSuccess
@@ -1114,7 +926,7 @@ module Aws
1114
926
  {
1115
927
  key: ::String,
1116
928
  value: ::String
1117
- },
929
+ }
1118
930
  ]
1119
931
  ) -> _TagResourceResponseSuccess
1120
932
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
@@ -1154,177 +966,17 @@ module Aws
1154
966
  name: ::String,
1155
967
  ?description: ::String,
1156
968
  ?signal_decoders_to_add: Array[
1157
- {
1158
- fully_qualified_name: ::String,
1159
- type: ("CAN_SIGNAL" | "OBD_SIGNAL" | "MESSAGE_SIGNAL" | "CUSTOM_DECODING_SIGNAL"),
1160
- interface_id: ::String,
1161
- can_signal: {
1162
- message_id: ::Integer,
1163
- is_big_endian: bool,
1164
- is_signed: bool,
1165
- start_bit: ::Integer,
1166
- offset: ::Float,
1167
- factor: ::Float,
1168
- length: ::Integer,
1169
- name: ::String?,
1170
- signal_value_type: ("INTEGER" | "FLOATING_POINT")?
1171
- }?,
1172
- obd_signal: {
1173
- pid_response_length: ::Integer,
1174
- service_mode: ::Integer,
1175
- pid: ::Integer,
1176
- scaling: ::Float,
1177
- offset: ::Float,
1178
- start_byte: ::Integer,
1179
- byte_length: ::Integer,
1180
- bit_right_shift: ::Integer?,
1181
- bit_mask_length: ::Integer?,
1182
- is_signed: bool?,
1183
- signal_value_type: ("INTEGER" | "FLOATING_POINT")?
1184
- }?,
1185
- message_signal: {
1186
- topic_name: ::String,
1187
- structured_message: {
1188
- primitive_message_definition: {
1189
- ros2_primitive_message_definition: {
1190
- primitive_type: ("BOOL" | "BYTE" | "CHAR" | "FLOAT32" | "FLOAT64" | "INT8" | "UINT8" | "INT16" | "UINT16" | "INT32" | "UINT32" | "INT64" | "UINT64" | "STRING" | "WSTRING"),
1191
- offset: ::Float?,
1192
- scaling: ::Float?,
1193
- upper_bound: ::Integer?
1194
- }?
1195
- }?,
1196
- structured_message_list_definition: {
1197
- name: ::String,
1198
- member_type: untyped,
1199
- list_type: ("FIXED_CAPACITY" | "DYNAMIC_UNBOUNDED_CAPACITY" | "DYNAMIC_BOUNDED_CAPACITY"),
1200
- capacity: ::Integer?
1201
- }?,
1202
- structured_message_definition: Array[
1203
- {
1204
- field_name: ::String,
1205
- data_type: untyped
1206
- },
1207
- ]?
1208
- }
1209
- }?,
1210
- custom_decoding_signal: {
1211
- id: ::String
1212
- }?
1213
- },
969
+ Params::signal_decoder
1214
970
  ],
1215
971
  ?signal_decoders_to_update: Array[
1216
- {
1217
- fully_qualified_name: ::String,
1218
- type: ("CAN_SIGNAL" | "OBD_SIGNAL" | "MESSAGE_SIGNAL" | "CUSTOM_DECODING_SIGNAL"),
1219
- interface_id: ::String,
1220
- can_signal: {
1221
- message_id: ::Integer,
1222
- is_big_endian: bool,
1223
- is_signed: bool,
1224
- start_bit: ::Integer,
1225
- offset: ::Float,
1226
- factor: ::Float,
1227
- length: ::Integer,
1228
- name: ::String?,
1229
- signal_value_type: ("INTEGER" | "FLOATING_POINT")?
1230
- }?,
1231
- obd_signal: {
1232
- pid_response_length: ::Integer,
1233
- service_mode: ::Integer,
1234
- pid: ::Integer,
1235
- scaling: ::Float,
1236
- offset: ::Float,
1237
- start_byte: ::Integer,
1238
- byte_length: ::Integer,
1239
- bit_right_shift: ::Integer?,
1240
- bit_mask_length: ::Integer?,
1241
- is_signed: bool?,
1242
- signal_value_type: ("INTEGER" | "FLOATING_POINT")?
1243
- }?,
1244
- message_signal: {
1245
- topic_name: ::String,
1246
- structured_message: {
1247
- primitive_message_definition: {
1248
- ros2_primitive_message_definition: {
1249
- primitive_type: ("BOOL" | "BYTE" | "CHAR" | "FLOAT32" | "FLOAT64" | "INT8" | "UINT8" | "INT16" | "UINT16" | "INT32" | "UINT32" | "INT64" | "UINT64" | "STRING" | "WSTRING"),
1250
- offset: ::Float?,
1251
- scaling: ::Float?,
1252
- upper_bound: ::Integer?
1253
- }?
1254
- }?,
1255
- structured_message_list_definition: {
1256
- name: ::String,
1257
- member_type: untyped,
1258
- list_type: ("FIXED_CAPACITY" | "DYNAMIC_UNBOUNDED_CAPACITY" | "DYNAMIC_BOUNDED_CAPACITY"),
1259
- capacity: ::Integer?
1260
- }?,
1261
- structured_message_definition: Array[
1262
- {
1263
- field_name: ::String,
1264
- data_type: untyped
1265
- },
1266
- ]?
1267
- }
1268
- }?,
1269
- custom_decoding_signal: {
1270
- id: ::String
1271
- }?
1272
- },
972
+ Params::signal_decoder
1273
973
  ],
1274
974
  ?signal_decoders_to_remove: Array[::String],
1275
975
  ?network_interfaces_to_add: Array[
1276
- {
1277
- interface_id: ::String,
1278
- type: ("CAN_INTERFACE" | "OBD_INTERFACE" | "VEHICLE_MIDDLEWARE" | "CUSTOM_DECODING_INTERFACE"),
1279
- can_interface: {
1280
- name: ::String,
1281
- protocol_name: ::String?,
1282
- protocol_version: ::String?
1283
- }?,
1284
- obd_interface: {
1285
- name: ::String,
1286
- request_message_id: ::Integer,
1287
- obd_standard: ::String?,
1288
- pid_request_interval_seconds: ::Integer?,
1289
- dtc_request_interval_seconds: ::Integer?,
1290
- use_extended_ids: bool?,
1291
- has_transmission_ecu: bool?
1292
- }?,
1293
- vehicle_middleware: {
1294
- name: ::String,
1295
- protocol_name: ("ROS_2")
1296
- }?,
1297
- custom_decoding_interface: {
1298
- name: ::String
1299
- }?
1300
- },
976
+ Params::network_interface
1301
977
  ],
1302
978
  ?network_interfaces_to_update: Array[
1303
- {
1304
- interface_id: ::String,
1305
- type: ("CAN_INTERFACE" | "OBD_INTERFACE" | "VEHICLE_MIDDLEWARE" | "CUSTOM_DECODING_INTERFACE"),
1306
- can_interface: {
1307
- name: ::String,
1308
- protocol_name: ::String?,
1309
- protocol_version: ::String?
1310
- }?,
1311
- obd_interface: {
1312
- name: ::String,
1313
- request_message_id: ::Integer,
1314
- obd_standard: ::String?,
1315
- pid_request_interval_seconds: ::Integer?,
1316
- dtc_request_interval_seconds: ::Integer?,
1317
- use_extended_ids: bool?,
1318
- has_transmission_ecu: bool?
1319
- }?,
1320
- vehicle_middleware: {
1321
- name: ::String,
1322
- protocol_name: ("ROS_2")
1323
- }?,
1324
- custom_decoding_interface: {
1325
- name: ::String
1326
- }?
1327
- },
979
+ Params::network_interface
1328
980
  ],
1329
981
  ?network_interfaces_to_remove: Array[::String],
1330
982
  ?status: ("ACTIVE" | "DRAFT" | "INVALID" | "VALIDATING"),
@@ -1369,130 +1021,10 @@ module Aws
1369
1021
  name: ::String,
1370
1022
  ?description: ::String,
1371
1023
  ?nodes_to_add: Array[
1372
- {
1373
- branch: {
1374
- fully_qualified_name: ::String,
1375
- description: ::String?,
1376
- deprecation_message: ::String?,
1377
- comment: ::String?
1378
- }?,
1379
- sensor: {
1380
- fully_qualified_name: ::String,
1381
- data_type: ("INT8" | "UINT8" | "INT16" | "UINT16" | "INT32" | "UINT32" | "INT64" | "UINT64" | "BOOLEAN" | "FLOAT" | "DOUBLE" | "STRING" | "UNIX_TIMESTAMP" | "INT8_ARRAY" | "UINT8_ARRAY" | "INT16_ARRAY" | "UINT16_ARRAY" | "INT32_ARRAY" | "UINT32_ARRAY" | "INT64_ARRAY" | "UINT64_ARRAY" | "BOOLEAN_ARRAY" | "FLOAT_ARRAY" | "DOUBLE_ARRAY" | "STRING_ARRAY" | "UNIX_TIMESTAMP_ARRAY" | "UNKNOWN" | "STRUCT" | "STRUCT_ARRAY"),
1382
- description: ::String?,
1383
- unit: ::String?,
1384
- allowed_values: Array[::String]?,
1385
- min: ::Float?,
1386
- max: ::Float?,
1387
- deprecation_message: ::String?,
1388
- comment: ::String?,
1389
- struct_fully_qualified_name: ::String?
1390
- }?,
1391
- actuator: {
1392
- fully_qualified_name: ::String,
1393
- data_type: ("INT8" | "UINT8" | "INT16" | "UINT16" | "INT32" | "UINT32" | "INT64" | "UINT64" | "BOOLEAN" | "FLOAT" | "DOUBLE" | "STRING" | "UNIX_TIMESTAMP" | "INT8_ARRAY" | "UINT8_ARRAY" | "INT16_ARRAY" | "UINT16_ARRAY" | "INT32_ARRAY" | "UINT32_ARRAY" | "INT64_ARRAY" | "UINT64_ARRAY" | "BOOLEAN_ARRAY" | "FLOAT_ARRAY" | "DOUBLE_ARRAY" | "STRING_ARRAY" | "UNIX_TIMESTAMP_ARRAY" | "UNKNOWN" | "STRUCT" | "STRUCT_ARRAY"),
1394
- description: ::String?,
1395
- unit: ::String?,
1396
- allowed_values: Array[::String]?,
1397
- min: ::Float?,
1398
- max: ::Float?,
1399
- assigned_value: ::String?,
1400
- deprecation_message: ::String?,
1401
- comment: ::String?,
1402
- struct_fully_qualified_name: ::String?
1403
- }?,
1404
- attribute: {
1405
- fully_qualified_name: ::String,
1406
- data_type: ("INT8" | "UINT8" | "INT16" | "UINT16" | "INT32" | "UINT32" | "INT64" | "UINT64" | "BOOLEAN" | "FLOAT" | "DOUBLE" | "STRING" | "UNIX_TIMESTAMP" | "INT8_ARRAY" | "UINT8_ARRAY" | "INT16_ARRAY" | "UINT16_ARRAY" | "INT32_ARRAY" | "UINT32_ARRAY" | "INT64_ARRAY" | "UINT64_ARRAY" | "BOOLEAN_ARRAY" | "FLOAT_ARRAY" | "DOUBLE_ARRAY" | "STRING_ARRAY" | "UNIX_TIMESTAMP_ARRAY" | "UNKNOWN" | "STRUCT" | "STRUCT_ARRAY"),
1407
- description: ::String?,
1408
- unit: ::String?,
1409
- allowed_values: Array[::String]?,
1410
- min: ::Float?,
1411
- max: ::Float?,
1412
- assigned_value: ::String?,
1413
- default_value: ::String?,
1414
- deprecation_message: ::String?,
1415
- comment: ::String?
1416
- }?,
1417
- struct: {
1418
- fully_qualified_name: ::String,
1419
- description: ::String?,
1420
- deprecation_message: ::String?,
1421
- comment: ::String?
1422
- }?,
1423
- property: {
1424
- fully_qualified_name: ::String,
1425
- data_type: ("INT8" | "UINT8" | "INT16" | "UINT16" | "INT32" | "UINT32" | "INT64" | "UINT64" | "BOOLEAN" | "FLOAT" | "DOUBLE" | "STRING" | "UNIX_TIMESTAMP" | "INT8_ARRAY" | "UINT8_ARRAY" | "INT16_ARRAY" | "UINT16_ARRAY" | "INT32_ARRAY" | "UINT32_ARRAY" | "INT64_ARRAY" | "UINT64_ARRAY" | "BOOLEAN_ARRAY" | "FLOAT_ARRAY" | "DOUBLE_ARRAY" | "STRING_ARRAY" | "UNIX_TIMESTAMP_ARRAY" | "UNKNOWN" | "STRUCT" | "STRUCT_ARRAY"),
1426
- data_encoding: ("BINARY" | "TYPED")?,
1427
- description: ::String?,
1428
- deprecation_message: ::String?,
1429
- comment: ::String?,
1430
- struct_fully_qualified_name: ::String?
1431
- }?
1432
- },
1024
+ Params::node
1433
1025
  ],
1434
1026
  ?nodes_to_update: Array[
1435
- {
1436
- branch: {
1437
- fully_qualified_name: ::String,
1438
- description: ::String?,
1439
- deprecation_message: ::String?,
1440
- comment: ::String?
1441
- }?,
1442
- sensor: {
1443
- fully_qualified_name: ::String,
1444
- data_type: ("INT8" | "UINT8" | "INT16" | "UINT16" | "INT32" | "UINT32" | "INT64" | "UINT64" | "BOOLEAN" | "FLOAT" | "DOUBLE" | "STRING" | "UNIX_TIMESTAMP" | "INT8_ARRAY" | "UINT8_ARRAY" | "INT16_ARRAY" | "UINT16_ARRAY" | "INT32_ARRAY" | "UINT32_ARRAY" | "INT64_ARRAY" | "UINT64_ARRAY" | "BOOLEAN_ARRAY" | "FLOAT_ARRAY" | "DOUBLE_ARRAY" | "STRING_ARRAY" | "UNIX_TIMESTAMP_ARRAY" | "UNKNOWN" | "STRUCT" | "STRUCT_ARRAY"),
1445
- description: ::String?,
1446
- unit: ::String?,
1447
- allowed_values: Array[::String]?,
1448
- min: ::Float?,
1449
- max: ::Float?,
1450
- deprecation_message: ::String?,
1451
- comment: ::String?,
1452
- struct_fully_qualified_name: ::String?
1453
- }?,
1454
- actuator: {
1455
- fully_qualified_name: ::String,
1456
- data_type: ("INT8" | "UINT8" | "INT16" | "UINT16" | "INT32" | "UINT32" | "INT64" | "UINT64" | "BOOLEAN" | "FLOAT" | "DOUBLE" | "STRING" | "UNIX_TIMESTAMP" | "INT8_ARRAY" | "UINT8_ARRAY" | "INT16_ARRAY" | "UINT16_ARRAY" | "INT32_ARRAY" | "UINT32_ARRAY" | "INT64_ARRAY" | "UINT64_ARRAY" | "BOOLEAN_ARRAY" | "FLOAT_ARRAY" | "DOUBLE_ARRAY" | "STRING_ARRAY" | "UNIX_TIMESTAMP_ARRAY" | "UNKNOWN" | "STRUCT" | "STRUCT_ARRAY"),
1457
- description: ::String?,
1458
- unit: ::String?,
1459
- allowed_values: Array[::String]?,
1460
- min: ::Float?,
1461
- max: ::Float?,
1462
- assigned_value: ::String?,
1463
- deprecation_message: ::String?,
1464
- comment: ::String?,
1465
- struct_fully_qualified_name: ::String?
1466
- }?,
1467
- attribute: {
1468
- fully_qualified_name: ::String,
1469
- data_type: ("INT8" | "UINT8" | "INT16" | "UINT16" | "INT32" | "UINT32" | "INT64" | "UINT64" | "BOOLEAN" | "FLOAT" | "DOUBLE" | "STRING" | "UNIX_TIMESTAMP" | "INT8_ARRAY" | "UINT8_ARRAY" | "INT16_ARRAY" | "UINT16_ARRAY" | "INT32_ARRAY" | "UINT32_ARRAY" | "INT64_ARRAY" | "UINT64_ARRAY" | "BOOLEAN_ARRAY" | "FLOAT_ARRAY" | "DOUBLE_ARRAY" | "STRING_ARRAY" | "UNIX_TIMESTAMP_ARRAY" | "UNKNOWN" | "STRUCT" | "STRUCT_ARRAY"),
1470
- description: ::String?,
1471
- unit: ::String?,
1472
- allowed_values: Array[::String]?,
1473
- min: ::Float?,
1474
- max: ::Float?,
1475
- assigned_value: ::String?,
1476
- default_value: ::String?,
1477
- deprecation_message: ::String?,
1478
- comment: ::String?
1479
- }?,
1480
- struct: {
1481
- fully_qualified_name: ::String,
1482
- description: ::String?,
1483
- deprecation_message: ::String?,
1484
- comment: ::String?
1485
- }?,
1486
- property: {
1487
- fully_qualified_name: ::String,
1488
- data_type: ("INT8" | "UINT8" | "INT16" | "UINT16" | "INT32" | "UINT32" | "INT64" | "UINT64" | "BOOLEAN" | "FLOAT" | "DOUBLE" | "STRING" | "UNIX_TIMESTAMP" | "INT8_ARRAY" | "UINT8_ARRAY" | "INT16_ARRAY" | "UINT16_ARRAY" | "INT32_ARRAY" | "UINT32_ARRAY" | "INT64_ARRAY" | "UINT64_ARRAY" | "BOOLEAN_ARRAY" | "FLOAT_ARRAY" | "DOUBLE_ARRAY" | "STRING_ARRAY" | "UNIX_TIMESTAMP_ARRAY" | "UNKNOWN" | "STRUCT" | "STRUCT_ARRAY"),
1489
- data_encoding: ("BINARY" | "TYPED")?,
1490
- description: ::String?,
1491
- deprecation_message: ::String?,
1492
- comment: ::String?,
1493
- struct_fully_qualified_name: ::String?
1494
- }?
1495
- },
1027
+ Params::node
1496
1028
  ],
1497
1029
  ?nodes_to_remove: Array[::String]
1498
1030
  ) -> _UpdateSignalCatalogResponseSuccess
@@ -1528,35 +1060,11 @@ module Aws
1528
1060
  ?attributes: Hash[::String, ::String],
1529
1061
  ?attribute_update_mode: ("Overwrite" | "Merge"),
1530
1062
  ?state_templates_to_add: Array[
1531
- {
1532
- identifier: ::String,
1533
- state_template_update_strategy: {
1534
- periodic: {
1535
- state_template_update_rate: {
1536
- unit: ("MILLISECOND" | "SECOND" | "MINUTE" | "HOUR"),
1537
- value: ::Integer
1538
- }
1539
- }?,
1540
- on_change: {
1541
- }?
1542
- }
1543
- },
1063
+ Params::state_template_association
1544
1064
  ],
1545
1065
  ?state_templates_to_remove: Array[::String],
1546
1066
  ?state_templates_to_update: Array[
1547
- {
1548
- identifier: ::String,
1549
- state_template_update_strategy: {
1550
- periodic: {
1551
- state_template_update_rate: {
1552
- unit: ("MILLISECOND" | "SECOND" | "MINUTE" | "HOUR"),
1553
- value: ::Integer
1554
- }
1555
- }?,
1556
- on_change: {
1557
- }?
1558
- }
1559
- },
1067
+ Params::state_template_association
1560
1068
  ]
1561
1069
  ) -> _UpdateVehicleResponseSuccess
1562
1070
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateVehicleResponseSuccess
data/sig/params.rbs ADDED
@@ -0,0 +1,213 @@
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 IoTFleetWise
10
+ module Params
11
+ type state_template_update_strategy = {
12
+ periodic: {
13
+ state_template_update_rate: {
14
+ unit: ("MILLISECOND" | "SECOND" | "MINUTE" | "HOUR"),
15
+ value: ::Integer
16
+ }
17
+ }?,
18
+ on_change: {
19
+ }?
20
+ }
21
+
22
+ type state_template_association = {
23
+ identifier: ::String,
24
+ state_template_update_strategy: Params::state_template_update_strategy
25
+ }
26
+
27
+ type can_signal = {
28
+ message_id: ::Integer,
29
+ is_big_endian: bool,
30
+ is_signed: bool,
31
+ start_bit: ::Integer,
32
+ offset: ::Float,
33
+ factor: ::Float,
34
+ length: ::Integer,
35
+ name: ::String?,
36
+ signal_value_type: ("INTEGER" | "FLOATING_POINT")?
37
+ }
38
+
39
+ type obd_signal = {
40
+ pid_response_length: ::Integer,
41
+ service_mode: ::Integer,
42
+ pid: ::Integer,
43
+ scaling: ::Float,
44
+ offset: ::Float,
45
+ start_byte: ::Integer,
46
+ byte_length: ::Integer,
47
+ bit_right_shift: ::Integer?,
48
+ bit_mask_length: ::Integer?,
49
+ is_signed: bool?,
50
+ signal_value_type: ("INTEGER" | "FLOATING_POINT")?
51
+ }
52
+
53
+ type primitive_message_definition = {
54
+ ros2_primitive_message_definition: {
55
+ primitive_type: ("BOOL" | "BYTE" | "CHAR" | "FLOAT32" | "FLOAT64" | "INT8" | "UINT8" | "INT16" | "UINT16" | "INT32" | "UINT32" | "INT64" | "UINT64" | "STRING" | "WSTRING"),
56
+ offset: ::Float?,
57
+ scaling: ::Float?,
58
+ upper_bound: ::Integer?
59
+ }?
60
+ }
61
+
62
+ type structured_message = {
63
+ primitive_message_definition: Params::primitive_message_definition?,
64
+ structured_message_list_definition: {
65
+ name: ::String,
66
+ member_type: {
67
+ primitive_message_definition: Params::primitive_message_definition?,
68
+ structured_message_list_definition: untyped?,
69
+ structured_message_definition: Array[
70
+ {
71
+ field_name: ::String,
72
+ data_type: untyped
73
+ }
74
+ ]?
75
+ },
76
+ list_type: ("FIXED_CAPACITY" | "DYNAMIC_UNBOUNDED_CAPACITY" | "DYNAMIC_BOUNDED_CAPACITY"),
77
+ capacity: ::Integer?
78
+ }?,
79
+ structured_message_definition: Array[
80
+ {
81
+ field_name: ::String,
82
+ data_type: {
83
+ primitive_message_definition: Params::primitive_message_definition?,
84
+ structured_message_list_definition: {
85
+ name: ::String,
86
+ member_type: untyped,
87
+ list_type: ("FIXED_CAPACITY" | "DYNAMIC_UNBOUNDED_CAPACITY" | "DYNAMIC_BOUNDED_CAPACITY"),
88
+ capacity: ::Integer?
89
+ }?,
90
+ structured_message_definition: untyped?
91
+ }
92
+ }
93
+ ]?
94
+ }
95
+
96
+ type message_signal = {
97
+ topic_name: ::String,
98
+ structured_message: Params::structured_message
99
+ }
100
+
101
+ type signal_decoder = {
102
+ fully_qualified_name: ::String,
103
+ type: ("CAN_SIGNAL" | "OBD_SIGNAL" | "MESSAGE_SIGNAL" | "CUSTOM_DECODING_SIGNAL"),
104
+ interface_id: ::String,
105
+ can_signal: Params::can_signal?,
106
+ obd_signal: Params::obd_signal?,
107
+ message_signal: Params::message_signal?,
108
+ custom_decoding_signal: {
109
+ id: ::String
110
+ }?
111
+ }
112
+
113
+ type obd_interface = {
114
+ name: ::String,
115
+ request_message_id: ::Integer,
116
+ obd_standard: ::String?,
117
+ pid_request_interval_seconds: ::Integer?,
118
+ dtc_request_interval_seconds: ::Integer?,
119
+ use_extended_ids: bool?,
120
+ has_transmission_ecu: bool?
121
+ }
122
+
123
+ type network_interface = {
124
+ interface_id: ::String,
125
+ type: ("CAN_INTERFACE" | "OBD_INTERFACE" | "VEHICLE_MIDDLEWARE" | "CUSTOM_DECODING_INTERFACE"),
126
+ can_interface: {
127
+ name: ::String,
128
+ protocol_name: ::String?,
129
+ protocol_version: ::String?
130
+ }?,
131
+ obd_interface: Params::obd_interface?,
132
+ vehicle_middleware: {
133
+ name: ::String,
134
+ protocol_name: ("ROS_2")
135
+ }?,
136
+ custom_decoding_interface: {
137
+ name: ::String
138
+ }?
139
+ }
140
+
141
+ type sensor = {
142
+ fully_qualified_name: ::String,
143
+ data_type: ("INT8" | "UINT8" | "INT16" | "UINT16" | "INT32" | "UINT32" | "INT64" | "UINT64" | "BOOLEAN" | "FLOAT" | "DOUBLE" | "STRING" | "UNIX_TIMESTAMP" | "INT8_ARRAY" | "UINT8_ARRAY" | "INT16_ARRAY" | "UINT16_ARRAY" | "INT32_ARRAY" | "UINT32_ARRAY" | "INT64_ARRAY" | "UINT64_ARRAY" | "BOOLEAN_ARRAY" | "FLOAT_ARRAY" | "DOUBLE_ARRAY" | "STRING_ARRAY" | "UNIX_TIMESTAMP_ARRAY" | "UNKNOWN" | "STRUCT" | "STRUCT_ARRAY"),
144
+ description: ::String?,
145
+ unit: ::String?,
146
+ allowed_values: Array[::String]?,
147
+ min: ::Float?,
148
+ max: ::Float?,
149
+ deprecation_message: ::String?,
150
+ comment: ::String?,
151
+ struct_fully_qualified_name: ::String?
152
+ }
153
+
154
+ type actuator = {
155
+ fully_qualified_name: ::String,
156
+ data_type: ("INT8" | "UINT8" | "INT16" | "UINT16" | "INT32" | "UINT32" | "INT64" | "UINT64" | "BOOLEAN" | "FLOAT" | "DOUBLE" | "STRING" | "UNIX_TIMESTAMP" | "INT8_ARRAY" | "UINT8_ARRAY" | "INT16_ARRAY" | "UINT16_ARRAY" | "INT32_ARRAY" | "UINT32_ARRAY" | "INT64_ARRAY" | "UINT64_ARRAY" | "BOOLEAN_ARRAY" | "FLOAT_ARRAY" | "DOUBLE_ARRAY" | "STRING_ARRAY" | "UNIX_TIMESTAMP_ARRAY" | "UNKNOWN" | "STRUCT" | "STRUCT_ARRAY"),
157
+ description: ::String?,
158
+ unit: ::String?,
159
+ allowed_values: Array[::String]?,
160
+ min: ::Float?,
161
+ max: ::Float?,
162
+ assigned_value: ::String?,
163
+ deprecation_message: ::String?,
164
+ comment: ::String?,
165
+ struct_fully_qualified_name: ::String?
166
+ }
167
+
168
+ type attribute = {
169
+ fully_qualified_name: ::String,
170
+ data_type: ("INT8" | "UINT8" | "INT16" | "UINT16" | "INT32" | "UINT32" | "INT64" | "UINT64" | "BOOLEAN" | "FLOAT" | "DOUBLE" | "STRING" | "UNIX_TIMESTAMP" | "INT8_ARRAY" | "UINT8_ARRAY" | "INT16_ARRAY" | "UINT16_ARRAY" | "INT32_ARRAY" | "UINT32_ARRAY" | "INT64_ARRAY" | "UINT64_ARRAY" | "BOOLEAN_ARRAY" | "FLOAT_ARRAY" | "DOUBLE_ARRAY" | "STRING_ARRAY" | "UNIX_TIMESTAMP_ARRAY" | "UNKNOWN" | "STRUCT" | "STRUCT_ARRAY"),
171
+ description: ::String?,
172
+ unit: ::String?,
173
+ allowed_values: Array[::String]?,
174
+ min: ::Float?,
175
+ max: ::Float?,
176
+ assigned_value: ::String?,
177
+ default_value: ::String?,
178
+ deprecation_message: ::String?,
179
+ comment: ::String?
180
+ }
181
+
182
+ type custom_property = {
183
+ fully_qualified_name: ::String,
184
+ data_type: ("INT8" | "UINT8" | "INT16" | "UINT16" | "INT32" | "UINT32" | "INT64" | "UINT64" | "BOOLEAN" | "FLOAT" | "DOUBLE" | "STRING" | "UNIX_TIMESTAMP" | "INT8_ARRAY" | "UINT8_ARRAY" | "INT16_ARRAY" | "UINT16_ARRAY" | "INT32_ARRAY" | "UINT32_ARRAY" | "INT64_ARRAY" | "UINT64_ARRAY" | "BOOLEAN_ARRAY" | "FLOAT_ARRAY" | "DOUBLE_ARRAY" | "STRING_ARRAY" | "UNIX_TIMESTAMP_ARRAY" | "UNKNOWN" | "STRUCT" | "STRUCT_ARRAY"),
185
+ data_encoding: ("BINARY" | "TYPED")?,
186
+ description: ::String?,
187
+ deprecation_message: ::String?,
188
+ comment: ::String?,
189
+ struct_fully_qualified_name: ::String?
190
+ }
191
+
192
+ type node = {
193
+ branch: {
194
+ fully_qualified_name: ::String,
195
+ description: ::String?,
196
+ deprecation_message: ::String?,
197
+ comment: ::String?
198
+ }?,
199
+ sensor: Params::sensor?,
200
+ actuator: Params::actuator?,
201
+ attribute: Params::attribute?,
202
+ struct: {
203
+ fully_qualified_name: ::String,
204
+ description: ::String?,
205
+ deprecation_message: ::String?,
206
+ comment: ::String?
207
+ }?,
208
+ property: Params::custom_property?
209
+ }
210
+
211
+ end
212
+ end
213
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotfleetwise
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.62.0
4
+ version: 1.63.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -68,6 +68,7 @@ files:
68
68
  - lib/aws-sdk-iotfleetwise/waiters.rb
69
69
  - sig/client.rbs
70
70
  - sig/errors.rbs
71
+ - sig/params.rbs
71
72
  - sig/resource.rbs
72
73
  - sig/types.rbs
73
74
  - sig/waiters.rbs