aws-sdk-iotfleetwise 1.2.0 → 1.3.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-iotfleetwise/client.rb +1 -1
- data/lib/aws-sdk-iotfleetwise/client_api.rb +4 -2
- data/lib/aws-sdk-iotfleetwise/endpoint_parameters.rb +3 -0
- data/lib/aws-sdk-iotfleetwise/endpoint_provider.rb +74 -74
- data/lib/aws-sdk-iotfleetwise/errors.rb +10 -0
- data/lib/aws-sdk-iotfleetwise/types.rb +10 -1037
- data/lib/aws-sdk-iotfleetwise.rb +1 -1
- metadata +2 -2
@@ -30,20 +30,6 @@ module Aws::IoTFleetWise
|
|
30
30
|
#
|
31
31
|
# </note>
|
32
32
|
#
|
33
|
-
# @note When making an API call, you may pass Actuator
|
34
|
-
# data as a hash:
|
35
|
-
#
|
36
|
-
# {
|
37
|
-
# fully_qualified_name: "string", # required
|
38
|
-
# data_type: "INT8", # required, accepts 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
|
39
|
-
# description: "description",
|
40
|
-
# unit: "string",
|
41
|
-
# allowed_values: ["string"],
|
42
|
-
# min: 1.0,
|
43
|
-
# max: 1.0,
|
44
|
-
# assigned_value: "string",
|
45
|
-
# }
|
46
|
-
#
|
47
33
|
# @!attribute [rw] fully_qualified_name
|
48
34
|
# The fully qualified name of the actuator. For example, the fully
|
49
35
|
# qualified name of an actuator might be
|
@@ -91,14 +77,6 @@ module Aws::IoTFleetWise
|
|
91
77
|
include Aws::Structure
|
92
78
|
end
|
93
79
|
|
94
|
-
# @note When making an API call, you may pass AssociateVehicleFleetRequest
|
95
|
-
# data as a hash:
|
96
|
-
#
|
97
|
-
# {
|
98
|
-
# vehicle_name: "vehicleName", # required
|
99
|
-
# fleet_id: "fleetId", # required
|
100
|
-
# }
|
101
|
-
#
|
102
80
|
# @!attribute [rw] vehicle_name
|
103
81
|
# The unique ID of the vehicle to associate with the fleet.
|
104
82
|
# @return [String]
|
@@ -119,21 +97,6 @@ module Aws::IoTFleetWise
|
|
119
97
|
# A signal that represents static information about the vehicle, such as
|
120
98
|
# engine type or manufacturing date.
|
121
99
|
#
|
122
|
-
# @note When making an API call, you may pass Attribute
|
123
|
-
# data as a hash:
|
124
|
-
#
|
125
|
-
# {
|
126
|
-
# fully_qualified_name: "string", # required
|
127
|
-
# data_type: "INT8", # required, accepts 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
|
128
|
-
# description: "description",
|
129
|
-
# unit: "string",
|
130
|
-
# allowed_values: ["string"],
|
131
|
-
# min: 1.0,
|
132
|
-
# max: 1.0,
|
133
|
-
# assigned_value: "string",
|
134
|
-
# default_value: "string",
|
135
|
-
# }
|
136
|
-
#
|
137
100
|
# @!attribute [rw] fully_qualified_name
|
138
101
|
# The fully qualified name of the attribute. For example, the fully
|
139
102
|
# qualified name of an attribute might be `Vehicle.Body.Engine.Type`.
|
@@ -185,29 +148,6 @@ module Aws::IoTFleetWise
|
|
185
148
|
include Aws::Structure
|
186
149
|
end
|
187
150
|
|
188
|
-
# @note When making an API call, you may pass BatchCreateVehicleRequest
|
189
|
-
# data as a hash:
|
190
|
-
#
|
191
|
-
# {
|
192
|
-
# vehicles: [ # required
|
193
|
-
# {
|
194
|
-
# vehicle_name: "vehicleName", # required
|
195
|
-
# model_manifest_arn: "arn", # required
|
196
|
-
# decoder_manifest_arn: "arn", # required
|
197
|
-
# attributes: {
|
198
|
-
# "attributeName" => "attributeValue",
|
199
|
-
# },
|
200
|
-
# association_behavior: "CreateIotThing", # accepts CreateIotThing, ValidateIotThingExists
|
201
|
-
# tags: [
|
202
|
-
# {
|
203
|
-
# key: "TagKey", # required
|
204
|
-
# value: "TagValue", # required
|
205
|
-
# },
|
206
|
-
# ],
|
207
|
-
# },
|
208
|
-
# ],
|
209
|
-
# }
|
210
|
-
#
|
211
151
|
# @!attribute [rw] vehicles
|
212
152
|
# A list of information about each vehicle to create. For more
|
213
153
|
# information, see the API data type.
|
@@ -236,23 +176,6 @@ module Aws::IoTFleetWise
|
|
236
176
|
include Aws::Structure
|
237
177
|
end
|
238
178
|
|
239
|
-
# @note When making an API call, you may pass BatchUpdateVehicleRequest
|
240
|
-
# data as a hash:
|
241
|
-
#
|
242
|
-
# {
|
243
|
-
# vehicles: [ # required
|
244
|
-
# {
|
245
|
-
# vehicle_name: "vehicleName", # required
|
246
|
-
# model_manifest_arn: "arn",
|
247
|
-
# decoder_manifest_arn: "arn",
|
248
|
-
# attributes: {
|
249
|
-
# "attributeName" => "attributeValue",
|
250
|
-
# },
|
251
|
-
# attribute_update_mode: "Overwrite", # accepts Overwrite, Merge
|
252
|
-
# },
|
253
|
-
# ],
|
254
|
-
# }
|
255
|
-
#
|
256
179
|
# @!attribute [rw] vehicles
|
257
180
|
# A list of information about the vehicles to update. For more
|
258
181
|
# information, see the API data type.
|
@@ -287,14 +210,6 @@ module Aws::IoTFleetWise
|
|
287
210
|
|
288
211
|
# A group of signals that are defined in a hierarchical structure.
|
289
212
|
#
|
290
|
-
# @note When making an API call, you may pass Branch
|
291
|
-
# data as a hash:
|
292
|
-
#
|
293
|
-
# {
|
294
|
-
# fully_qualified_name: "string", # required
|
295
|
-
# description: "description",
|
296
|
-
# }
|
297
|
-
#
|
298
213
|
# @!attribute [rw] fully_qualified_name
|
299
214
|
# The fully qualified name of the branch. For example, the fully
|
300
215
|
# qualified name of a branch might be `Vehicle.Body.Engine`.
|
@@ -376,17 +291,6 @@ module Aws::IoTFleetWise
|
|
376
291
|
|
377
292
|
# Configurations used to create a decoder manifest.
|
378
293
|
#
|
379
|
-
# @note When making an API call, you may pass CanDbcDefinition
|
380
|
-
# data as a hash:
|
381
|
-
#
|
382
|
-
# {
|
383
|
-
# network_interface: "InterfaceId", # required
|
384
|
-
# can_dbc_files: ["data"], # required
|
385
|
-
# signals_map: {
|
386
|
-
# "string" => "string",
|
387
|
-
# },
|
388
|
-
# }
|
389
|
-
#
|
390
294
|
# @!attribute [rw] network_interface
|
391
295
|
# Contains information about a network interface.
|
392
296
|
# @return [String]
|
@@ -412,15 +316,6 @@ module Aws::IoTFleetWise
|
|
412
316
|
|
413
317
|
# A single controller area network (CAN) device interface.
|
414
318
|
#
|
415
|
-
# @note When making an API call, you may pass CanInterface
|
416
|
-
# data as a hash:
|
417
|
-
#
|
418
|
-
# {
|
419
|
-
# name: "CanInterfaceName", # required
|
420
|
-
# protocol_name: "ProtocolName",
|
421
|
-
# protocol_version: "ProtocolVersion",
|
422
|
-
# }
|
423
|
-
#
|
424
319
|
# @!attribute [rw] name
|
425
320
|
# The unique name of the interface.
|
426
321
|
# @return [String]
|
@@ -444,20 +339,6 @@ module Aws::IoTFleetWise
|
|
444
339
|
# Information about a single controller area network (CAN) signal and
|
445
340
|
# the messages it receives and transmits.
|
446
341
|
#
|
447
|
-
# @note When making an API call, you may pass CanSignal
|
448
|
-
# data as a hash:
|
449
|
-
#
|
450
|
-
# {
|
451
|
-
# message_id: 1, # required
|
452
|
-
# is_big_endian: false, # required
|
453
|
-
# is_signed: false, # required
|
454
|
-
# start_bit: 1, # required
|
455
|
-
# offset: 1.0, # required
|
456
|
-
# factor: 1.0, # required
|
457
|
-
# length: 1, # required
|
458
|
-
# name: "CanSignalName",
|
459
|
-
# }
|
460
|
-
#
|
461
342
|
# @!attribute [rw] message_id
|
462
343
|
# The ID of the message.
|
463
344
|
# @return [Integer]
|
@@ -505,14 +386,6 @@ module Aws::IoTFleetWise
|
|
505
386
|
|
506
387
|
# The log delivery option to send data to Amazon CloudWatch Logs.
|
507
388
|
#
|
508
|
-
# @note When making an API call, you may pass CloudWatchLogDeliveryOptions
|
509
|
-
# data as a hash:
|
510
|
-
#
|
511
|
-
# {
|
512
|
-
# log_type: "OFF", # required, accepts OFF, ERROR
|
513
|
-
# log_group_name: "CloudWatchLogGroupName",
|
514
|
-
# }
|
515
|
-
#
|
516
389
|
# @!attribute [rw] log_type
|
517
390
|
# The type of log to send data to Amazon CloudWatch Logs.
|
518
391
|
# @return [String]
|
@@ -560,16 +433,6 @@ module Aws::IoTFleetWise
|
|
560
433
|
# Information about a collection scheme that uses a simple logical
|
561
434
|
# expression to recognize what data to collect.
|
562
435
|
#
|
563
|
-
# @note When making an API call, you may pass ConditionBasedCollectionScheme
|
564
|
-
# data as a hash:
|
565
|
-
#
|
566
|
-
# {
|
567
|
-
# expression: "eventExpression", # required
|
568
|
-
# minimum_trigger_interval_ms: 1,
|
569
|
-
# trigger_mode: "ALWAYS", # accepts ALWAYS, RISING_EDGE
|
570
|
-
# condition_language_version: 1,
|
571
|
-
# }
|
572
|
-
#
|
573
436
|
# @!attribute [rw] expression
|
574
437
|
# The logical expression used to recognize what data to collect. For
|
575
438
|
# example, `$variable.Vehicle.OutsideAirTemperature >= 105.0`.
|
@@ -630,48 +493,6 @@ module Aws::IoTFleetWise
|
|
630
493
|
include Aws::Structure
|
631
494
|
end
|
632
495
|
|
633
|
-
# @note When making an API call, you may pass CreateCampaignRequest
|
634
|
-
# data as a hash:
|
635
|
-
#
|
636
|
-
# {
|
637
|
-
# name: "campaignName", # required
|
638
|
-
# description: "description",
|
639
|
-
# signal_catalog_arn: "arn", # required
|
640
|
-
# target_arn: "arn", # required
|
641
|
-
# start_time: Time.now,
|
642
|
-
# expiry_time: Time.now,
|
643
|
-
# post_trigger_collection_duration: 1,
|
644
|
-
# diagnostics_mode: "OFF", # accepts OFF, SEND_ACTIVE_DTCS
|
645
|
-
# spooling_mode: "OFF", # accepts OFF, TO_DISK
|
646
|
-
# compression: "OFF", # accepts OFF, SNAPPY
|
647
|
-
# priority: 1,
|
648
|
-
# signals_to_collect: [
|
649
|
-
# {
|
650
|
-
# name: "wildcardSignalName", # required
|
651
|
-
# max_sample_count: 1,
|
652
|
-
# minimum_sampling_interval_ms: 1,
|
653
|
-
# },
|
654
|
-
# ],
|
655
|
-
# collection_scheme: { # required
|
656
|
-
# time_based_collection_scheme: {
|
657
|
-
# period_ms: 1, # required
|
658
|
-
# },
|
659
|
-
# condition_based_collection_scheme: {
|
660
|
-
# expression: "eventExpression", # required
|
661
|
-
# minimum_trigger_interval_ms: 1,
|
662
|
-
# trigger_mode: "ALWAYS", # accepts ALWAYS, RISING_EDGE
|
663
|
-
# condition_language_version: 1,
|
664
|
-
# },
|
665
|
-
# },
|
666
|
-
# data_extra_dimensions: ["NodePath"],
|
667
|
-
# tags: [
|
668
|
-
# {
|
669
|
-
# key: "TagKey", # required
|
670
|
-
# value: "TagValue", # required
|
671
|
-
# },
|
672
|
-
# ],
|
673
|
-
# }
|
674
|
-
#
|
675
496
|
# @!attribute [rw] name
|
676
497
|
# The name of the campaign to create.
|
677
498
|
# @return [String]
|
@@ -811,69 +632,6 @@ module Aws::IoTFleetWise
|
|
811
632
|
include Aws::Structure
|
812
633
|
end
|
813
634
|
|
814
|
-
# @note When making an API call, you may pass CreateDecoderManifestRequest
|
815
|
-
# data as a hash:
|
816
|
-
#
|
817
|
-
# {
|
818
|
-
# name: "resourceName", # required
|
819
|
-
# description: "description",
|
820
|
-
# model_manifest_arn: "arn", # required
|
821
|
-
# signal_decoders: [
|
822
|
-
# {
|
823
|
-
# fully_qualified_name: "FullyQualifiedName", # required
|
824
|
-
# type: "CAN_SIGNAL", # required, accepts CAN_SIGNAL, OBD_SIGNAL
|
825
|
-
# interface_id: "InterfaceId", # required
|
826
|
-
# can_signal: {
|
827
|
-
# message_id: 1, # required
|
828
|
-
# is_big_endian: false, # required
|
829
|
-
# is_signed: false, # required
|
830
|
-
# start_bit: 1, # required
|
831
|
-
# offset: 1.0, # required
|
832
|
-
# factor: 1.0, # required
|
833
|
-
# length: 1, # required
|
834
|
-
# name: "CanSignalName",
|
835
|
-
# },
|
836
|
-
# obd_signal: {
|
837
|
-
# pid_response_length: 1, # required
|
838
|
-
# service_mode: 1, # required
|
839
|
-
# pid: 1, # required
|
840
|
-
# scaling: 1.0, # required
|
841
|
-
# offset: 1.0, # required
|
842
|
-
# start_byte: 1, # required
|
843
|
-
# byte_length: 1, # required
|
844
|
-
# bit_right_shift: 1,
|
845
|
-
# bit_mask_length: 1,
|
846
|
-
# },
|
847
|
-
# },
|
848
|
-
# ],
|
849
|
-
# network_interfaces: [
|
850
|
-
# {
|
851
|
-
# interface_id: "InterfaceId", # required
|
852
|
-
# type: "CAN_INTERFACE", # required, accepts CAN_INTERFACE, OBD_INTERFACE
|
853
|
-
# can_interface: {
|
854
|
-
# name: "CanInterfaceName", # required
|
855
|
-
# protocol_name: "ProtocolName",
|
856
|
-
# protocol_version: "ProtocolVersion",
|
857
|
-
# },
|
858
|
-
# obd_interface: {
|
859
|
-
# name: "ObdInterfaceName", # required
|
860
|
-
# request_message_id: 1, # required
|
861
|
-
# obd_standard: "ObdStandard",
|
862
|
-
# pid_request_interval_seconds: 1,
|
863
|
-
# dtc_request_interval_seconds: 1,
|
864
|
-
# use_extended_ids: false,
|
865
|
-
# has_transmission_ecu: false,
|
866
|
-
# },
|
867
|
-
# },
|
868
|
-
# ],
|
869
|
-
# tags: [
|
870
|
-
# {
|
871
|
-
# key: "TagKey", # required
|
872
|
-
# value: "TagValue", # required
|
873
|
-
# },
|
874
|
-
# ],
|
875
|
-
# }
|
876
|
-
#
|
877
635
|
# @!attribute [rw] name
|
878
636
|
# The unique name of the decoder manifest to create.
|
879
637
|
# @return [String]
|
@@ -925,21 +683,6 @@ module Aws::IoTFleetWise
|
|
925
683
|
include Aws::Structure
|
926
684
|
end
|
927
685
|
|
928
|
-
# @note When making an API call, you may pass CreateFleetRequest
|
929
|
-
# data as a hash:
|
930
|
-
#
|
931
|
-
# {
|
932
|
-
# fleet_id: "fleetId", # required
|
933
|
-
# description: "description",
|
934
|
-
# signal_catalog_arn: "arn", # required
|
935
|
-
# tags: [
|
936
|
-
# {
|
937
|
-
# key: "TagKey", # required
|
938
|
-
# value: "TagValue", # required
|
939
|
-
# },
|
940
|
-
# ],
|
941
|
-
# }
|
942
|
-
#
|
943
686
|
# @!attribute [rw] fleet_id
|
944
687
|
# The unique ID of the fleet to create.
|
945
688
|
# @return [String]
|
@@ -980,22 +723,6 @@ module Aws::IoTFleetWise
|
|
980
723
|
include Aws::Structure
|
981
724
|
end
|
982
725
|
|
983
|
-
# @note When making an API call, you may pass CreateModelManifestRequest
|
984
|
-
# data as a hash:
|
985
|
-
#
|
986
|
-
# {
|
987
|
-
# name: "resourceName", # required
|
988
|
-
# description: "description",
|
989
|
-
# nodes: ["string"], # required
|
990
|
-
# signal_catalog_arn: "arn", # required
|
991
|
-
# tags: [
|
992
|
-
# {
|
993
|
-
# key: "TagKey", # required
|
994
|
-
# value: "TagValue", # required
|
995
|
-
# },
|
996
|
-
# ],
|
997
|
-
# }
|
998
|
-
#
|
999
726
|
# @!attribute [rw] name
|
1000
727
|
# The name of the vehicle model to create.
|
1001
728
|
# @return [String]
|
@@ -1041,58 +768,6 @@ module Aws::IoTFleetWise
|
|
1041
768
|
include Aws::Structure
|
1042
769
|
end
|
1043
770
|
|
1044
|
-
# @note When making an API call, you may pass CreateSignalCatalogRequest
|
1045
|
-
# data as a hash:
|
1046
|
-
#
|
1047
|
-
# {
|
1048
|
-
# name: "resourceName", # required
|
1049
|
-
# description: "description",
|
1050
|
-
# nodes: [
|
1051
|
-
# {
|
1052
|
-
# branch: {
|
1053
|
-
# fully_qualified_name: "string", # required
|
1054
|
-
# description: "description",
|
1055
|
-
# },
|
1056
|
-
# sensor: {
|
1057
|
-
# fully_qualified_name: "string", # required
|
1058
|
-
# data_type: "INT8", # required, accepts 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
|
1059
|
-
# description: "description",
|
1060
|
-
# unit: "string",
|
1061
|
-
# allowed_values: ["string"],
|
1062
|
-
# min: 1.0,
|
1063
|
-
# max: 1.0,
|
1064
|
-
# },
|
1065
|
-
# actuator: {
|
1066
|
-
# fully_qualified_name: "string", # required
|
1067
|
-
# data_type: "INT8", # required, accepts 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
|
1068
|
-
# description: "description",
|
1069
|
-
# unit: "string",
|
1070
|
-
# allowed_values: ["string"],
|
1071
|
-
# min: 1.0,
|
1072
|
-
# max: 1.0,
|
1073
|
-
# assigned_value: "string",
|
1074
|
-
# },
|
1075
|
-
# attribute: {
|
1076
|
-
# fully_qualified_name: "string", # required
|
1077
|
-
# data_type: "INT8", # required, accepts 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
|
1078
|
-
# description: "description",
|
1079
|
-
# unit: "string",
|
1080
|
-
# allowed_values: ["string"],
|
1081
|
-
# min: 1.0,
|
1082
|
-
# max: 1.0,
|
1083
|
-
# assigned_value: "string",
|
1084
|
-
# default_value: "string",
|
1085
|
-
# },
|
1086
|
-
# },
|
1087
|
-
# ],
|
1088
|
-
# tags: [
|
1089
|
-
# {
|
1090
|
-
# key: "TagKey", # required
|
1091
|
-
# value: "TagValue", # required
|
1092
|
-
# },
|
1093
|
-
# ],
|
1094
|
-
# }
|
1095
|
-
#
|
1096
771
|
# @!attribute [rw] name
|
1097
772
|
# The name of the signal catalog to create.
|
1098
773
|
# @return [String]
|
@@ -1156,25 +831,6 @@ module Aws::IoTFleetWise
|
|
1156
831
|
include Aws::Structure
|
1157
832
|
end
|
1158
833
|
|
1159
|
-
# @note When making an API call, you may pass CreateVehicleRequest
|
1160
|
-
# data as a hash:
|
1161
|
-
#
|
1162
|
-
# {
|
1163
|
-
# vehicle_name: "vehicleName", # required
|
1164
|
-
# model_manifest_arn: "arn", # required
|
1165
|
-
# decoder_manifest_arn: "arn", # required
|
1166
|
-
# attributes: {
|
1167
|
-
# "attributeName" => "attributeValue",
|
1168
|
-
# },
|
1169
|
-
# association_behavior: "CreateIotThing", # accepts CreateIotThing, ValidateIotThingExists
|
1170
|
-
# tags: [
|
1171
|
-
# {
|
1172
|
-
# key: "TagKey", # required
|
1173
|
-
# value: "TagValue", # required
|
1174
|
-
# },
|
1175
|
-
# ],
|
1176
|
-
# }
|
1177
|
-
#
|
1178
834
|
# @!attribute [rw] vehicle_name
|
1179
835
|
# The unique ID of the vehicle to create.
|
1180
836
|
# @return [String]
|
@@ -1217,25 +873,6 @@ module Aws::IoTFleetWise
|
|
1217
873
|
|
1218
874
|
# Information about the vehicle to create.
|
1219
875
|
#
|
1220
|
-
# @note When making an API call, you may pass CreateVehicleRequestItem
|
1221
|
-
# data as a hash:
|
1222
|
-
#
|
1223
|
-
# {
|
1224
|
-
# vehicle_name: "vehicleName", # required
|
1225
|
-
# model_manifest_arn: "arn", # required
|
1226
|
-
# decoder_manifest_arn: "arn", # required
|
1227
|
-
# attributes: {
|
1228
|
-
# "attributeName" => "attributeValue",
|
1229
|
-
# },
|
1230
|
-
# association_behavior: "CreateIotThing", # accepts CreateIotThing, ValidateIotThingExists
|
1231
|
-
# tags: [
|
1232
|
-
# {
|
1233
|
-
# key: "TagKey", # required
|
1234
|
-
# value: "TagValue", # required
|
1235
|
-
# },
|
1236
|
-
# ],
|
1237
|
-
# }
|
1238
|
-
#
|
1239
876
|
# @!attribute [rw] vehicle_name
|
1240
877
|
# The unique ID of the vehicle to create.
|
1241
878
|
# @return [String]
|
@@ -1379,20 +1016,17 @@ module Aws::IoTFleetWise
|
|
1379
1016
|
# interfaces in the request.
|
1380
1017
|
# @return [Array<Types::InvalidNetworkInterface>]
|
1381
1018
|
#
|
1019
|
+
# @!attribute [rw] message
|
1020
|
+
# @return [String]
|
1021
|
+
#
|
1382
1022
|
class DecoderManifestValidationException < Struct.new(
|
1383
1023
|
:invalid_signals,
|
1384
|
-
:invalid_network_interfaces
|
1024
|
+
:invalid_network_interfaces,
|
1025
|
+
:message)
|
1385
1026
|
SENSITIVE = []
|
1386
1027
|
include Aws::Structure
|
1387
1028
|
end
|
1388
1029
|
|
1389
|
-
# @note When making an API call, you may pass DeleteCampaignRequest
|
1390
|
-
# data as a hash:
|
1391
|
-
#
|
1392
|
-
# {
|
1393
|
-
# name: "campaignName", # required
|
1394
|
-
# }
|
1395
|
-
#
|
1396
1030
|
# @!attribute [rw] name
|
1397
1031
|
# The name of the campaign to delete.
|
1398
1032
|
# @return [String]
|
@@ -1422,13 +1056,6 @@ module Aws::IoTFleetWise
|
|
1422
1056
|
include Aws::Structure
|
1423
1057
|
end
|
1424
1058
|
|
1425
|
-
# @note When making an API call, you may pass DeleteDecoderManifestRequest
|
1426
|
-
# data as a hash:
|
1427
|
-
#
|
1428
|
-
# {
|
1429
|
-
# name: "resourceName", # required
|
1430
|
-
# }
|
1431
|
-
#
|
1432
1059
|
# @!attribute [rw] name
|
1433
1060
|
# The name of the decoder manifest to delete.
|
1434
1061
|
# @return [String]
|
@@ -1454,13 +1081,6 @@ module Aws::IoTFleetWise
|
|
1454
1081
|
include Aws::Structure
|
1455
1082
|
end
|
1456
1083
|
|
1457
|
-
# @note When making an API call, you may pass DeleteFleetRequest
|
1458
|
-
# data as a hash:
|
1459
|
-
#
|
1460
|
-
# {
|
1461
|
-
# fleet_id: "fleetId", # required
|
1462
|
-
# }
|
1463
|
-
#
|
1464
1084
|
# @!attribute [rw] fleet_id
|
1465
1085
|
# The ID of the fleet to delete.
|
1466
1086
|
# @return [String]
|
@@ -1486,13 +1106,6 @@ module Aws::IoTFleetWise
|
|
1486
1106
|
include Aws::Structure
|
1487
1107
|
end
|
1488
1108
|
|
1489
|
-
# @note When making an API call, you may pass DeleteModelManifestRequest
|
1490
|
-
# data as a hash:
|
1491
|
-
#
|
1492
|
-
# {
|
1493
|
-
# name: "resourceName", # required
|
1494
|
-
# }
|
1495
|
-
#
|
1496
1109
|
# @!attribute [rw] name
|
1497
1110
|
# The name of the model manifest to delete.
|
1498
1111
|
# @return [String]
|
@@ -1518,13 +1131,6 @@ module Aws::IoTFleetWise
|
|
1518
1131
|
include Aws::Structure
|
1519
1132
|
end
|
1520
1133
|
|
1521
|
-
# @note When making an API call, you may pass DeleteSignalCatalogRequest
|
1522
|
-
# data as a hash:
|
1523
|
-
#
|
1524
|
-
# {
|
1525
|
-
# name: "resourceName", # required
|
1526
|
-
# }
|
1527
|
-
#
|
1528
1134
|
# @!attribute [rw] name
|
1529
1135
|
# The name of the signal catalog to delete.
|
1530
1136
|
# @return [String]
|
@@ -1550,13 +1156,6 @@ module Aws::IoTFleetWise
|
|
1550
1156
|
include Aws::Structure
|
1551
1157
|
end
|
1552
1158
|
|
1553
|
-
# @note When making an API call, you may pass DeleteVehicleRequest
|
1554
|
-
# data as a hash:
|
1555
|
-
#
|
1556
|
-
# {
|
1557
|
-
# vehicle_name: "vehicleName", # required
|
1558
|
-
# }
|
1559
|
-
#
|
1560
1159
|
# @!attribute [rw] vehicle_name
|
1561
1160
|
# The ID of the vehicle to delete.
|
1562
1161
|
# @return [String]
|
@@ -1582,14 +1181,6 @@ module Aws::IoTFleetWise
|
|
1582
1181
|
include Aws::Structure
|
1583
1182
|
end
|
1584
1183
|
|
1585
|
-
# @note When making an API call, you may pass DisassociateVehicleFleetRequest
|
1586
|
-
# data as a hash:
|
1587
|
-
#
|
1588
|
-
# {
|
1589
|
-
# vehicle_name: "vehicleName", # required
|
1590
|
-
# fleet_id: "fleetId", # required
|
1591
|
-
# }
|
1592
|
-
#
|
1593
1184
|
# @!attribute [rw] vehicle_name
|
1594
1185
|
# The unique ID of the vehicle to disassociate from the fleet.
|
1595
1186
|
# @return [String]
|
@@ -1670,13 +1261,6 @@ module Aws::IoTFleetWise
|
|
1670
1261
|
class Unknown < FormattedVss; end
|
1671
1262
|
end
|
1672
1263
|
|
1673
|
-
# @note When making an API call, you may pass GetCampaignRequest
|
1674
|
-
# data as a hash:
|
1675
|
-
#
|
1676
|
-
# {
|
1677
|
-
# name: "campaignName", # required
|
1678
|
-
# }
|
1679
|
-
#
|
1680
1264
|
# @!attribute [rw] name
|
1681
1265
|
# The name of the campaign to retrieve information about.
|
1682
1266
|
# @return [String]
|
@@ -1796,13 +1380,6 @@ module Aws::IoTFleetWise
|
|
1796
1380
|
include Aws::Structure
|
1797
1381
|
end
|
1798
1382
|
|
1799
|
-
# @note When making an API call, you may pass GetDecoderManifestRequest
|
1800
|
-
# data as a hash:
|
1801
|
-
#
|
1802
|
-
# {
|
1803
|
-
# name: "resourceName", # required
|
1804
|
-
# }
|
1805
|
-
#
|
1806
1383
|
# @!attribute [rw] name
|
1807
1384
|
# The name of the decoder manifest to retrieve information about.
|
1808
1385
|
# @return [String]
|
@@ -1858,13 +1435,6 @@ module Aws::IoTFleetWise
|
|
1858
1435
|
include Aws::Structure
|
1859
1436
|
end
|
1860
1437
|
|
1861
|
-
# @note When making an API call, you may pass GetFleetRequest
|
1862
|
-
# data as a hash:
|
1863
|
-
#
|
1864
|
-
# {
|
1865
|
-
# fleet_id: "fleetId", # required
|
1866
|
-
# }
|
1867
|
-
#
|
1868
1438
|
# @!attribute [rw] fleet_id
|
1869
1439
|
# The ID of the fleet to retrieve information about.
|
1870
1440
|
# @return [String]
|
@@ -1926,13 +1496,6 @@ module Aws::IoTFleetWise
|
|
1926
1496
|
include Aws::Structure
|
1927
1497
|
end
|
1928
1498
|
|
1929
|
-
# @note When making an API call, you may pass GetModelManifestRequest
|
1930
|
-
# data as a hash:
|
1931
|
-
#
|
1932
|
-
# {
|
1933
|
-
# name: "resourceName", # required
|
1934
|
-
# }
|
1935
|
-
#
|
1936
1499
|
# @!attribute [rw] name
|
1937
1500
|
# The name of the vehicle model to retrieve information about.
|
1938
1501
|
# @return [String]
|
@@ -2040,13 +1603,6 @@ module Aws::IoTFleetWise
|
|
2040
1603
|
include Aws::Structure
|
2041
1604
|
end
|
2042
1605
|
|
2043
|
-
# @note When making an API call, you may pass GetSignalCatalogRequest
|
2044
|
-
# data as a hash:
|
2045
|
-
#
|
2046
|
-
# {
|
2047
|
-
# name: "resourceName", # required
|
2048
|
-
# }
|
2049
|
-
#
|
2050
1606
|
# @!attribute [rw] name
|
2051
1607
|
# The name of the signal catalog to retrieve information about.
|
2052
1608
|
# @return [String]
|
@@ -2093,13 +1649,6 @@ module Aws::IoTFleetWise
|
|
2093
1649
|
include Aws::Structure
|
2094
1650
|
end
|
2095
1651
|
|
2096
|
-
# @note When making an API call, you may pass GetVehicleRequest
|
2097
|
-
# data as a hash:
|
2098
|
-
#
|
2099
|
-
# {
|
2100
|
-
# vehicle_name: "vehicleName", # required
|
2101
|
-
# }
|
2102
|
-
#
|
2103
1652
|
# @!attribute [rw] vehicle_name
|
2104
1653
|
# The ID of the vehicle to retrieve information about.
|
2105
1654
|
# @return [String]
|
@@ -2156,15 +1705,6 @@ module Aws::IoTFleetWise
|
|
2156
1705
|
include Aws::Structure
|
2157
1706
|
end
|
2158
1707
|
|
2159
|
-
# @note When making an API call, you may pass GetVehicleStatusRequest
|
2160
|
-
# data as a hash:
|
2161
|
-
#
|
2162
|
-
# {
|
2163
|
-
# next_token: "nextToken",
|
2164
|
-
# max_results: 1,
|
2165
|
-
# vehicle_name: "vehicleName", # required
|
2166
|
-
# }
|
2167
|
-
#
|
2168
1708
|
# @!attribute [rw] next_token
|
2169
1709
|
# A pagination token for the next set of results.
|
2170
1710
|
#
|
@@ -2244,13 +1784,6 @@ module Aws::IoTFleetWise
|
|
2244
1784
|
#
|
2245
1785
|
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html
|
2246
1786
|
#
|
2247
|
-
# @note When making an API call, you may pass IamResources
|
2248
|
-
# data as a hash:
|
2249
|
-
#
|
2250
|
-
# {
|
2251
|
-
# role_arn: "IAMRoleArn", # required
|
2252
|
-
# }
|
2253
|
-
#
|
2254
1787
|
# @!attribute [rw] role_arn
|
2255
1788
|
# The Amazon Resource Name (ARN) of the IAM resource that allows
|
2256
1789
|
# Amazon Web Services IoT FleetWise to send data to Amazon Timestream.
|
@@ -2263,24 +1796,6 @@ module Aws::IoTFleetWise
|
|
2263
1796
|
include Aws::Structure
|
2264
1797
|
end
|
2265
1798
|
|
2266
|
-
# @note When making an API call, you may pass ImportDecoderManifestRequest
|
2267
|
-
# data as a hash:
|
2268
|
-
#
|
2269
|
-
# {
|
2270
|
-
# name: "resourceName", # required
|
2271
|
-
# network_file_definitions: [ # required
|
2272
|
-
# {
|
2273
|
-
# can_dbc: {
|
2274
|
-
# network_interface: "InterfaceId", # required
|
2275
|
-
# can_dbc_files: ["data"], # required
|
2276
|
-
# signals_map: {
|
2277
|
-
# "string" => "string",
|
2278
|
-
# },
|
2279
|
-
# },
|
2280
|
-
# },
|
2281
|
-
# ],
|
2282
|
-
# }
|
2283
|
-
#
|
2284
1799
|
# @!attribute [rw] name
|
2285
1800
|
# The name of the decoder manifest to import.
|
2286
1801
|
# @return [String]
|
@@ -2312,23 +1827,6 @@ module Aws::IoTFleetWise
|
|
2312
1827
|
include Aws::Structure
|
2313
1828
|
end
|
2314
1829
|
|
2315
|
-
# @note When making an API call, you may pass ImportSignalCatalogRequest
|
2316
|
-
# data as a hash:
|
2317
|
-
#
|
2318
|
-
# {
|
2319
|
-
# name: "resourceName", # required
|
2320
|
-
# description: "description",
|
2321
|
-
# vss: {
|
2322
|
-
# vss_json: "String",
|
2323
|
-
# },
|
2324
|
-
# tags: [
|
2325
|
-
# {
|
2326
|
-
# key: "TagKey", # required
|
2327
|
-
# value: "TagValue", # required
|
2328
|
-
# },
|
2329
|
-
# ],
|
2330
|
-
# }
|
2331
|
-
#
|
2332
1830
|
# @!attribute [rw] name
|
2333
1831
|
# The name of the signal catalog to import.
|
2334
1832
|
# @return [String]
|
@@ -2417,9 +1915,13 @@ module Aws::IoTFleetWise
|
|
2417
1915
|
# The reason the node validation failed.
|
2418
1916
|
# @return [String]
|
2419
1917
|
#
|
1918
|
+
# @!attribute [rw] message
|
1919
|
+
# @return [String]
|
1920
|
+
#
|
2420
1921
|
class InvalidNodeException < Struct.new(
|
2421
1922
|
:invalid_nodes,
|
2422
|
-
:reason
|
1923
|
+
:reason,
|
1924
|
+
:message)
|
2423
1925
|
SENSITIVE = []
|
2424
1926
|
include Aws::Structure
|
2425
1927
|
end
|
@@ -2496,15 +1998,6 @@ module Aws::IoTFleetWise
|
|
2496
1998
|
include Aws::Structure
|
2497
1999
|
end
|
2498
2000
|
|
2499
|
-
# @note When making an API call, you may pass ListCampaignsRequest
|
2500
|
-
# data as a hash:
|
2501
|
-
#
|
2502
|
-
# {
|
2503
|
-
# next_token: "nextToken",
|
2504
|
-
# max_results: 1,
|
2505
|
-
# status: "status",
|
2506
|
-
# }
|
2507
|
-
#
|
2508
2001
|
# @!attribute [rw] next_token
|
2509
2002
|
# A pagination token for the next set of results.
|
2510
2003
|
#
|
@@ -2549,15 +2042,6 @@ module Aws::IoTFleetWise
|
|
2549
2042
|
include Aws::Structure
|
2550
2043
|
end
|
2551
2044
|
|
2552
|
-
# @note When making an API call, you may pass ListDecoderManifestNetworkInterfacesRequest
|
2553
|
-
# data as a hash:
|
2554
|
-
#
|
2555
|
-
# {
|
2556
|
-
# name: "resourceName", # required
|
2557
|
-
# next_token: "nextToken",
|
2558
|
-
# max_results: 1,
|
2559
|
-
# }
|
2560
|
-
#
|
2561
2045
|
# @!attribute [rw] name
|
2562
2046
|
# The name of the decoder manifest to list information about.
|
2563
2047
|
# @return [String]
|
@@ -2600,15 +2084,6 @@ module Aws::IoTFleetWise
|
|
2600
2084
|
include Aws::Structure
|
2601
2085
|
end
|
2602
2086
|
|
2603
|
-
# @note When making an API call, you may pass ListDecoderManifestSignalsRequest
|
2604
|
-
# data as a hash:
|
2605
|
-
#
|
2606
|
-
# {
|
2607
|
-
# name: "resourceName", # required
|
2608
|
-
# next_token: "nextToken",
|
2609
|
-
# max_results: 1,
|
2610
|
-
# }
|
2611
|
-
#
|
2612
2087
|
# @!attribute [rw] name
|
2613
2088
|
# The name of the decoder manifest to list information about.
|
2614
2089
|
# @return [String]
|
@@ -2651,15 +2126,6 @@ module Aws::IoTFleetWise
|
|
2651
2126
|
include Aws::Structure
|
2652
2127
|
end
|
2653
2128
|
|
2654
|
-
# @note When making an API call, you may pass ListDecoderManifestsRequest
|
2655
|
-
# data as a hash:
|
2656
|
-
#
|
2657
|
-
# {
|
2658
|
-
# model_manifest_arn: "arn",
|
2659
|
-
# next_token: "nextToken",
|
2660
|
-
# max_results: 1,
|
2661
|
-
# }
|
2662
|
-
#
|
2663
2129
|
# @!attribute [rw] model_manifest_arn
|
2664
2130
|
# The Amazon Resource Name (ARN) of a vehicle model (model manifest)
|
2665
2131
|
# associated with the decoder manifest.
|
@@ -2703,15 +2169,6 @@ module Aws::IoTFleetWise
|
|
2703
2169
|
include Aws::Structure
|
2704
2170
|
end
|
2705
2171
|
|
2706
|
-
# @note When making an API call, you may pass ListFleetsForVehicleRequest
|
2707
|
-
# data as a hash:
|
2708
|
-
#
|
2709
|
-
# {
|
2710
|
-
# vehicle_name: "vehicleName", # required
|
2711
|
-
# next_token: "nextToken",
|
2712
|
-
# max_results: 1,
|
2713
|
-
# }
|
2714
|
-
#
|
2715
2172
|
# @!attribute [rw] vehicle_name
|
2716
2173
|
# The ID of the vehicle to retrieve information about.
|
2717
2174
|
# @return [String]
|
@@ -2754,14 +2211,6 @@ module Aws::IoTFleetWise
|
|
2754
2211
|
include Aws::Structure
|
2755
2212
|
end
|
2756
2213
|
|
2757
|
-
# @note When making an API call, you may pass ListFleetsRequest
|
2758
|
-
# data as a hash:
|
2759
|
-
#
|
2760
|
-
# {
|
2761
|
-
# next_token: "nextToken",
|
2762
|
-
# max_results: 1,
|
2763
|
-
# }
|
2764
|
-
#
|
2765
2214
|
# @!attribute [rw] next_token
|
2766
2215
|
# A pagination token for the next set of results.
|
2767
2216
|
#
|
@@ -2799,15 +2248,6 @@ module Aws::IoTFleetWise
|
|
2799
2248
|
include Aws::Structure
|
2800
2249
|
end
|
2801
2250
|
|
2802
|
-
# @note When making an API call, you may pass ListModelManifestNodesRequest
|
2803
|
-
# data as a hash:
|
2804
|
-
#
|
2805
|
-
# {
|
2806
|
-
# name: "resourceName", # required
|
2807
|
-
# next_token: "nextToken",
|
2808
|
-
# max_results: 1,
|
2809
|
-
# }
|
2810
|
-
#
|
2811
2251
|
# @!attribute [rw] name
|
2812
2252
|
# The name of the vehicle model to list information about.
|
2813
2253
|
# @return [String]
|
@@ -2850,15 +2290,6 @@ module Aws::IoTFleetWise
|
|
2850
2290
|
include Aws::Structure
|
2851
2291
|
end
|
2852
2292
|
|
2853
|
-
# @note When making an API call, you may pass ListModelManifestsRequest
|
2854
|
-
# data as a hash:
|
2855
|
-
#
|
2856
|
-
# {
|
2857
|
-
# signal_catalog_arn: "arn",
|
2858
|
-
# next_token: "nextToken",
|
2859
|
-
# max_results: 1,
|
2860
|
-
# }
|
2861
|
-
#
|
2862
2293
|
# @!attribute [rw] signal_catalog_arn
|
2863
2294
|
# The ARN of a signal catalog. If you specify a signal catalog, only
|
2864
2295
|
# the vehicle models associated with it are returned.
|
@@ -2902,15 +2333,6 @@ module Aws::IoTFleetWise
|
|
2902
2333
|
include Aws::Structure
|
2903
2334
|
end
|
2904
2335
|
|
2905
|
-
# @note When making an API call, you may pass ListSignalCatalogNodesRequest
|
2906
|
-
# data as a hash:
|
2907
|
-
#
|
2908
|
-
# {
|
2909
|
-
# name: "resourceName", # required
|
2910
|
-
# next_token: "nextToken",
|
2911
|
-
# max_results: 1,
|
2912
|
-
# }
|
2913
|
-
#
|
2914
2336
|
# @!attribute [rw] name
|
2915
2337
|
# The name of the signal catalog to list information about.
|
2916
2338
|
# @return [String]
|
@@ -2953,14 +2375,6 @@ module Aws::IoTFleetWise
|
|
2953
2375
|
include Aws::Structure
|
2954
2376
|
end
|
2955
2377
|
|
2956
|
-
# @note When making an API call, you may pass ListSignalCatalogsRequest
|
2957
|
-
# data as a hash:
|
2958
|
-
#
|
2959
|
-
# {
|
2960
|
-
# next_token: "nextToken",
|
2961
|
-
# max_results: 1,
|
2962
|
-
# }
|
2963
|
-
#
|
2964
2378
|
# @!attribute [rw] next_token
|
2965
2379
|
# A pagination token for the next set of results.
|
2966
2380
|
#
|
@@ -2998,13 +2412,6 @@ module Aws::IoTFleetWise
|
|
2998
2412
|
include Aws::Structure
|
2999
2413
|
end
|
3000
2414
|
|
3001
|
-
# @note When making an API call, you may pass ListTagsForResourceRequest
|
3002
|
-
# data as a hash:
|
3003
|
-
#
|
3004
|
-
# {
|
3005
|
-
# resource_arn: "AmazonResourceName", # required
|
3006
|
-
# }
|
3007
|
-
#
|
3008
2415
|
# @!attribute [rw] resource_arn
|
3009
2416
|
# The ARN of the resource.
|
3010
2417
|
# @return [String]
|
@@ -3025,15 +2432,6 @@ module Aws::IoTFleetWise
|
|
3025
2432
|
include Aws::Structure
|
3026
2433
|
end
|
3027
2434
|
|
3028
|
-
# @note When making an API call, you may pass ListVehiclesInFleetRequest
|
3029
|
-
# data as a hash:
|
3030
|
-
#
|
3031
|
-
# {
|
3032
|
-
# fleet_id: "fleetId", # required
|
3033
|
-
# next_token: "nextToken",
|
3034
|
-
# max_results: 1,
|
3035
|
-
# }
|
3036
|
-
#
|
3037
2435
|
# @!attribute [rw] fleet_id
|
3038
2436
|
# The ID of a fleet.
|
3039
2437
|
# @return [String]
|
@@ -3076,15 +2474,6 @@ module Aws::IoTFleetWise
|
|
3076
2474
|
include Aws::Structure
|
3077
2475
|
end
|
3078
2476
|
|
3079
|
-
# @note When making an API call, you may pass ListVehiclesRequest
|
3080
|
-
# data as a hash:
|
3081
|
-
#
|
3082
|
-
# {
|
3083
|
-
# model_manifest_arn: "arn",
|
3084
|
-
# next_token: "nextToken",
|
3085
|
-
# max_results: 1,
|
3086
|
-
# }
|
3087
|
-
#
|
3088
2477
|
# @!attribute [rw] model_manifest_arn
|
3089
2478
|
# The Amazon Resource Name (ARN) of a vehicle model (model manifest).
|
3090
2479
|
# You can use this optional parameter to list only the vehicles
|
@@ -3204,28 +2593,6 @@ module Aws::IoTFleetWise
|
|
3204
2593
|
# To return this information about all the network interfaces specified
|
3205
2594
|
# in a decoder manifest, use the API operation.
|
3206
2595
|
#
|
3207
|
-
# @note When making an API call, you may pass NetworkInterface
|
3208
|
-
# data as a hash:
|
3209
|
-
#
|
3210
|
-
# {
|
3211
|
-
# interface_id: "InterfaceId", # required
|
3212
|
-
# type: "CAN_INTERFACE", # required, accepts CAN_INTERFACE, OBD_INTERFACE
|
3213
|
-
# can_interface: {
|
3214
|
-
# name: "CanInterfaceName", # required
|
3215
|
-
# protocol_name: "ProtocolName",
|
3216
|
-
# protocol_version: "ProtocolVersion",
|
3217
|
-
# },
|
3218
|
-
# obd_interface: {
|
3219
|
-
# name: "ObdInterfaceName", # required
|
3220
|
-
# request_message_id: 1, # required
|
3221
|
-
# obd_standard: "ObdStandard",
|
3222
|
-
# pid_request_interval_seconds: 1,
|
3223
|
-
# dtc_request_interval_seconds: 1,
|
3224
|
-
# use_extended_ids: false,
|
3225
|
-
# has_transmission_ecu: false,
|
3226
|
-
# },
|
3227
|
-
# }
|
3228
|
-
#
|
3229
2596
|
# @!attribute [rw] interface_id
|
3230
2597
|
# The ID of the network interface.
|
3231
2598
|
# @return [String]
|
@@ -3354,19 +2721,6 @@ module Aws::IoTFleetWise
|
|
3354
2721
|
# A network interface that specifies the On-board diagnostic (OBD) II
|
3355
2722
|
# network protocol.
|
3356
2723
|
#
|
3357
|
-
# @note When making an API call, you may pass ObdInterface
|
3358
|
-
# data as a hash:
|
3359
|
-
#
|
3360
|
-
# {
|
3361
|
-
# name: "ObdInterfaceName", # required
|
3362
|
-
# request_message_id: 1, # required
|
3363
|
-
# obd_standard: "ObdStandard",
|
3364
|
-
# pid_request_interval_seconds: 1,
|
3365
|
-
# dtc_request_interval_seconds: 1,
|
3366
|
-
# use_extended_ids: false,
|
3367
|
-
# has_transmission_ecu: false,
|
3368
|
-
# }
|
3369
|
-
#
|
3370
2724
|
# @!attribute [rw] name
|
3371
2725
|
# The name of the interface.
|
3372
2726
|
# @return [String]
|
@@ -3411,21 +2765,6 @@ module Aws::IoTFleetWise
|
|
3411
2765
|
# Information about signal messages using the on-board diagnostics (OBD)
|
3412
2766
|
# II protocol in a vehicle.
|
3413
2767
|
#
|
3414
|
-
# @note When making an API call, you may pass ObdSignal
|
3415
|
-
# data as a hash:
|
3416
|
-
#
|
3417
|
-
# {
|
3418
|
-
# pid_response_length: 1, # required
|
3419
|
-
# service_mode: 1, # required
|
3420
|
-
# pid: 1, # required
|
3421
|
-
# scaling: 1.0, # required
|
3422
|
-
# offset: 1.0, # required
|
3423
|
-
# start_byte: 1, # required
|
3424
|
-
# byte_length: 1, # required
|
3425
|
-
# bit_right_shift: 1,
|
3426
|
-
# bit_mask_length: 1,
|
3427
|
-
# }
|
3428
|
-
#
|
3429
2768
|
# @!attribute [rw] pid_response_length
|
3430
2769
|
# The length of the requested data.
|
3431
2770
|
# @return [Integer]
|
@@ -3477,16 +2816,6 @@ module Aws::IoTFleetWise
|
|
3477
2816
|
include Aws::Structure
|
3478
2817
|
end
|
3479
2818
|
|
3480
|
-
# @note When making an API call, you may pass PutLoggingOptionsRequest
|
3481
|
-
# data as a hash:
|
3482
|
-
#
|
3483
|
-
# {
|
3484
|
-
# cloud_watch_log_delivery: { # required
|
3485
|
-
# log_type: "OFF", # required, accepts OFF, ERROR
|
3486
|
-
# log_group_name: "CloudWatchLogGroupName",
|
3487
|
-
# },
|
3488
|
-
# }
|
3489
|
-
#
|
3490
2819
|
# @!attribute [rw] cloud_watch_log_delivery
|
3491
2820
|
# Creates or updates the log delivery option to Amazon CloudWatch
|
3492
2821
|
# Logs.
|
@@ -3500,19 +2829,6 @@ module Aws::IoTFleetWise
|
|
3500
2829
|
|
3501
2830
|
class PutLoggingOptionsResponse < Aws::EmptyStructure; end
|
3502
2831
|
|
3503
|
-
# @note When making an API call, you may pass RegisterAccountRequest
|
3504
|
-
# data as a hash:
|
3505
|
-
#
|
3506
|
-
# {
|
3507
|
-
# timestream_resources: { # required
|
3508
|
-
# timestream_database_name: "TimestreamDatabaseName", # required
|
3509
|
-
# timestream_table_name: "TimestreamTableName", # required
|
3510
|
-
# },
|
3511
|
-
# iam_resources: {
|
3512
|
-
# role_arn: "IAMRoleArn", # required
|
3513
|
-
# },
|
3514
|
-
# }
|
3515
|
-
#
|
3516
2832
|
# @!attribute [rw] timestream_resources
|
3517
2833
|
# The registered Amazon Timestream resources that Amazon Web Services
|
3518
2834
|
# IoT FleetWise edge agent software can transfer your vehicle data to.
|
@@ -3594,19 +2910,6 @@ module Aws::IoTFleetWise
|
|
3594
2910
|
#
|
3595
2911
|
# </note>
|
3596
2912
|
#
|
3597
|
-
# @note When making an API call, you may pass Sensor
|
3598
|
-
# data as a hash:
|
3599
|
-
#
|
3600
|
-
# {
|
3601
|
-
# fully_qualified_name: "string", # required
|
3602
|
-
# data_type: "INT8", # required, accepts 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
|
3603
|
-
# description: "description",
|
3604
|
-
# unit: "string",
|
3605
|
-
# allowed_values: ["string"],
|
3606
|
-
# min: 1.0,
|
3607
|
-
# max: 1.0,
|
3608
|
-
# }
|
3609
|
-
#
|
3610
2913
|
# @!attribute [rw] fully_qualified_name
|
3611
2914
|
# The fully qualified name of the sensor. For example, the fully
|
3612
2915
|
# qualified name of a sensor might be `Vehicle.Body.Engine.Battery`.
|
@@ -3680,36 +2983,6 @@ module Aws::IoTFleetWise
|
|
3680
2983
|
|
3681
2984
|
# Information about a signal decoder.
|
3682
2985
|
#
|
3683
|
-
# @note When making an API call, you may pass SignalDecoder
|
3684
|
-
# data as a hash:
|
3685
|
-
#
|
3686
|
-
# {
|
3687
|
-
# fully_qualified_name: "FullyQualifiedName", # required
|
3688
|
-
# type: "CAN_SIGNAL", # required, accepts CAN_SIGNAL, OBD_SIGNAL
|
3689
|
-
# interface_id: "InterfaceId", # required
|
3690
|
-
# can_signal: {
|
3691
|
-
# message_id: 1, # required
|
3692
|
-
# is_big_endian: false, # required
|
3693
|
-
# is_signed: false, # required
|
3694
|
-
# start_bit: 1, # required
|
3695
|
-
# offset: 1.0, # required
|
3696
|
-
# factor: 1.0, # required
|
3697
|
-
# length: 1, # required
|
3698
|
-
# name: "CanSignalName",
|
3699
|
-
# },
|
3700
|
-
# obd_signal: {
|
3701
|
-
# pid_response_length: 1, # required
|
3702
|
-
# service_mode: 1, # required
|
3703
|
-
# pid: 1, # required
|
3704
|
-
# scaling: 1.0, # required
|
3705
|
-
# offset: 1.0, # required
|
3706
|
-
# start_byte: 1, # required
|
3707
|
-
# byte_length: 1, # required
|
3708
|
-
# bit_right_shift: 1,
|
3709
|
-
# bit_mask_length: 1,
|
3710
|
-
# },
|
3711
|
-
# }
|
3712
|
-
#
|
3713
2986
|
# @!attribute [rw] fully_qualified_name
|
3714
2987
|
# The fully qualified name of a signal decoder as defined in a vehicle
|
3715
2988
|
# model.
|
@@ -3749,15 +3022,6 @@ module Aws::IoTFleetWise
|
|
3749
3022
|
|
3750
3023
|
# Information about a signal.
|
3751
3024
|
#
|
3752
|
-
# @note When making an API call, you may pass SignalInformation
|
3753
|
-
# data as a hash:
|
3754
|
-
#
|
3755
|
-
# {
|
3756
|
-
# name: "wildcardSignalName", # required
|
3757
|
-
# max_sample_count: 1,
|
3758
|
-
# minimum_sampling_interval_ms: 1,
|
3759
|
-
# }
|
3760
|
-
#
|
3761
3025
|
# @!attribute [rw] name
|
3762
3026
|
# The name of the signal.
|
3763
3027
|
# @return [String]
|
@@ -3786,14 +3050,6 @@ module Aws::IoTFleetWise
|
|
3786
3050
|
|
3787
3051
|
# A set of key/value pairs that are used to manage the resource.
|
3788
3052
|
#
|
3789
|
-
# @note When making an API call, you may pass Tag
|
3790
|
-
# data as a hash:
|
3791
|
-
#
|
3792
|
-
# {
|
3793
|
-
# key: "TagKey", # required
|
3794
|
-
# value: "TagValue", # required
|
3795
|
-
# }
|
3796
|
-
#
|
3797
3053
|
# @!attribute [rw] key
|
3798
3054
|
# The tag's key.
|
3799
3055
|
# @return [String]
|
@@ -3809,19 +3065,6 @@ module Aws::IoTFleetWise
|
|
3809
3065
|
include Aws::Structure
|
3810
3066
|
end
|
3811
3067
|
|
3812
|
-
# @note When making an API call, you may pass TagResourceRequest
|
3813
|
-
# data as a hash:
|
3814
|
-
#
|
3815
|
-
# {
|
3816
|
-
# resource_arn: "AmazonResourceName", # required
|
3817
|
-
# tags: [ # required
|
3818
|
-
# {
|
3819
|
-
# key: "TagKey", # required
|
3820
|
-
# value: "TagValue", # required
|
3821
|
-
# },
|
3822
|
-
# ],
|
3823
|
-
# }
|
3824
|
-
#
|
3825
3068
|
# @!attribute [rw] resource_arn
|
3826
3069
|
# The ARN of the resource.
|
3827
3070
|
# @return [String]
|
@@ -3870,13 +3113,6 @@ module Aws::IoTFleetWise
|
|
3870
3113
|
# Information about a collection scheme that uses a time period to
|
3871
3114
|
# decide how often to collect data.
|
3872
3115
|
#
|
3873
|
-
# @note When making an API call, you may pass TimeBasedCollectionScheme
|
3874
|
-
# data as a hash:
|
3875
|
-
#
|
3876
|
-
# {
|
3877
|
-
# period_ms: 1, # required
|
3878
|
-
# }
|
3879
|
-
#
|
3880
3116
|
# @!attribute [rw] period_ms
|
3881
3117
|
# The time period (in milliseconds) to decide how often to collect
|
3882
3118
|
# data. For example, if the time period is `60000`, the Edge Agent
|
@@ -3932,14 +3168,6 @@ module Aws::IoTFleetWise
|
|
3932
3168
|
# The registered Amazon Timestream resources that Amazon Web Services
|
3933
3169
|
# IoT FleetWise edge agent software can transfer your vehicle data to.
|
3934
3170
|
#
|
3935
|
-
# @note When making an API call, you may pass TimestreamResources
|
3936
|
-
# data as a hash:
|
3937
|
-
#
|
3938
|
-
# {
|
3939
|
-
# timestream_database_name: "TimestreamDatabaseName", # required
|
3940
|
-
# timestream_table_name: "TimestreamTableName", # required
|
3941
|
-
# }
|
3942
|
-
#
|
3943
3171
|
# @!attribute [rw] timestream_database_name
|
3944
3172
|
# The name of the registered Amazon Timestream database.
|
3945
3173
|
# @return [String]
|
@@ -3955,14 +3183,6 @@ module Aws::IoTFleetWise
|
|
3955
3183
|
include Aws::Structure
|
3956
3184
|
end
|
3957
3185
|
|
3958
|
-
# @note When making an API call, you may pass UntagResourceRequest
|
3959
|
-
# data as a hash:
|
3960
|
-
#
|
3961
|
-
# {
|
3962
|
-
# resource_arn: "AmazonResourceName", # required
|
3963
|
-
# tag_keys: ["TagKey"], # required
|
3964
|
-
# }
|
3965
|
-
#
|
3966
3186
|
# @!attribute [rw] resource_arn
|
3967
3187
|
# The ARN of the resource.
|
3968
3188
|
# @return [String]
|
@@ -3980,16 +3200,6 @@ module Aws::IoTFleetWise
|
|
3980
3200
|
|
3981
3201
|
class UntagResourceResponse < Aws::EmptyStructure; end
|
3982
3202
|
|
3983
|
-
# @note When making an API call, you may pass UpdateCampaignRequest
|
3984
|
-
# data as a hash:
|
3985
|
-
#
|
3986
|
-
# {
|
3987
|
-
# name: "campaignName", # required
|
3988
|
-
# description: "description",
|
3989
|
-
# data_extra_dimensions: ["NodePath"],
|
3990
|
-
# action: "APPROVE", # required, accepts APPROVE, SUSPEND, RESUME, UPDATE
|
3991
|
-
# }
|
3992
|
-
#
|
3993
3203
|
# @!attribute [rw] name
|
3994
3204
|
# The name of the campaign to update.
|
3995
3205
|
# @return [String]
|
@@ -4060,113 +3270,6 @@ module Aws::IoTFleetWise
|
|
4060
3270
|
include Aws::Structure
|
4061
3271
|
end
|
4062
3272
|
|
4063
|
-
# @note When making an API call, you may pass UpdateDecoderManifestRequest
|
4064
|
-
# data as a hash:
|
4065
|
-
#
|
4066
|
-
# {
|
4067
|
-
# name: "resourceName", # required
|
4068
|
-
# description: "description",
|
4069
|
-
# signal_decoders_to_add: [
|
4070
|
-
# {
|
4071
|
-
# fully_qualified_name: "FullyQualifiedName", # required
|
4072
|
-
# type: "CAN_SIGNAL", # required, accepts CAN_SIGNAL, OBD_SIGNAL
|
4073
|
-
# interface_id: "InterfaceId", # required
|
4074
|
-
# can_signal: {
|
4075
|
-
# message_id: 1, # required
|
4076
|
-
# is_big_endian: false, # required
|
4077
|
-
# is_signed: false, # required
|
4078
|
-
# start_bit: 1, # required
|
4079
|
-
# offset: 1.0, # required
|
4080
|
-
# factor: 1.0, # required
|
4081
|
-
# length: 1, # required
|
4082
|
-
# name: "CanSignalName",
|
4083
|
-
# },
|
4084
|
-
# obd_signal: {
|
4085
|
-
# pid_response_length: 1, # required
|
4086
|
-
# service_mode: 1, # required
|
4087
|
-
# pid: 1, # required
|
4088
|
-
# scaling: 1.0, # required
|
4089
|
-
# offset: 1.0, # required
|
4090
|
-
# start_byte: 1, # required
|
4091
|
-
# byte_length: 1, # required
|
4092
|
-
# bit_right_shift: 1,
|
4093
|
-
# bit_mask_length: 1,
|
4094
|
-
# },
|
4095
|
-
# },
|
4096
|
-
# ],
|
4097
|
-
# signal_decoders_to_update: [
|
4098
|
-
# {
|
4099
|
-
# fully_qualified_name: "FullyQualifiedName", # required
|
4100
|
-
# type: "CAN_SIGNAL", # required, accepts CAN_SIGNAL, OBD_SIGNAL
|
4101
|
-
# interface_id: "InterfaceId", # required
|
4102
|
-
# can_signal: {
|
4103
|
-
# message_id: 1, # required
|
4104
|
-
# is_big_endian: false, # required
|
4105
|
-
# is_signed: false, # required
|
4106
|
-
# start_bit: 1, # required
|
4107
|
-
# offset: 1.0, # required
|
4108
|
-
# factor: 1.0, # required
|
4109
|
-
# length: 1, # required
|
4110
|
-
# name: "CanSignalName",
|
4111
|
-
# },
|
4112
|
-
# obd_signal: {
|
4113
|
-
# pid_response_length: 1, # required
|
4114
|
-
# service_mode: 1, # required
|
4115
|
-
# pid: 1, # required
|
4116
|
-
# scaling: 1.0, # required
|
4117
|
-
# offset: 1.0, # required
|
4118
|
-
# start_byte: 1, # required
|
4119
|
-
# byte_length: 1, # required
|
4120
|
-
# bit_right_shift: 1,
|
4121
|
-
# bit_mask_length: 1,
|
4122
|
-
# },
|
4123
|
-
# },
|
4124
|
-
# ],
|
4125
|
-
# signal_decoders_to_remove: ["FullyQualifiedName"],
|
4126
|
-
# network_interfaces_to_add: [
|
4127
|
-
# {
|
4128
|
-
# interface_id: "InterfaceId", # required
|
4129
|
-
# type: "CAN_INTERFACE", # required, accepts CAN_INTERFACE, OBD_INTERFACE
|
4130
|
-
# can_interface: {
|
4131
|
-
# name: "CanInterfaceName", # required
|
4132
|
-
# protocol_name: "ProtocolName",
|
4133
|
-
# protocol_version: "ProtocolVersion",
|
4134
|
-
# },
|
4135
|
-
# obd_interface: {
|
4136
|
-
# name: "ObdInterfaceName", # required
|
4137
|
-
# request_message_id: 1, # required
|
4138
|
-
# obd_standard: "ObdStandard",
|
4139
|
-
# pid_request_interval_seconds: 1,
|
4140
|
-
# dtc_request_interval_seconds: 1,
|
4141
|
-
# use_extended_ids: false,
|
4142
|
-
# has_transmission_ecu: false,
|
4143
|
-
# },
|
4144
|
-
# },
|
4145
|
-
# ],
|
4146
|
-
# network_interfaces_to_update: [
|
4147
|
-
# {
|
4148
|
-
# interface_id: "InterfaceId", # required
|
4149
|
-
# type: "CAN_INTERFACE", # required, accepts CAN_INTERFACE, OBD_INTERFACE
|
4150
|
-
# can_interface: {
|
4151
|
-
# name: "CanInterfaceName", # required
|
4152
|
-
# protocol_name: "ProtocolName",
|
4153
|
-
# protocol_version: "ProtocolVersion",
|
4154
|
-
# },
|
4155
|
-
# obd_interface: {
|
4156
|
-
# name: "ObdInterfaceName", # required
|
4157
|
-
# request_message_id: 1, # required
|
4158
|
-
# obd_standard: "ObdStandard",
|
4159
|
-
# pid_request_interval_seconds: 1,
|
4160
|
-
# dtc_request_interval_seconds: 1,
|
4161
|
-
# use_extended_ids: false,
|
4162
|
-
# has_transmission_ecu: false,
|
4163
|
-
# },
|
4164
|
-
# },
|
4165
|
-
# ],
|
4166
|
-
# network_interfaces_to_remove: ["InterfaceId"],
|
4167
|
-
# status: "ACTIVE", # accepts ACTIVE, DRAFT
|
4168
|
-
# }
|
4169
|
-
#
|
4170
3273
|
# @!attribute [rw] name
|
4171
3274
|
# The name of the decoder manifest to update.
|
4172
3275
|
# @return [String]
|
@@ -4238,14 +3341,6 @@ module Aws::IoTFleetWise
|
|
4238
3341
|
include Aws::Structure
|
4239
3342
|
end
|
4240
3343
|
|
4241
|
-
# @note When making an API call, you may pass UpdateFleetRequest
|
4242
|
-
# data as a hash:
|
4243
|
-
#
|
4244
|
-
# {
|
4245
|
-
# fleet_id: "fleetId", # required
|
4246
|
-
# description: "description",
|
4247
|
-
# }
|
4248
|
-
#
|
4249
3344
|
# @!attribute [rw] fleet_id
|
4250
3345
|
# The ID of the fleet to update.
|
4251
3346
|
# @return [String]
|
@@ -4276,17 +3371,6 @@ module Aws::IoTFleetWise
|
|
4276
3371
|
include Aws::Structure
|
4277
3372
|
end
|
4278
3373
|
|
4279
|
-
# @note When making an API call, you may pass UpdateModelManifestRequest
|
4280
|
-
# data as a hash:
|
4281
|
-
#
|
4282
|
-
# {
|
4283
|
-
# name: "resourceName", # required
|
4284
|
-
# description: "description",
|
4285
|
-
# nodes_to_add: ["NodePath"],
|
4286
|
-
# nodes_to_remove: ["NodePath"],
|
4287
|
-
# status: "ACTIVE", # accepts ACTIVE, DRAFT
|
4288
|
-
# }
|
4289
|
-
#
|
4290
3374
|
# @!attribute [rw] name
|
4291
3375
|
# The name of the vehicle model to update.
|
4292
3376
|
# @return [String]
|
@@ -4336,91 +3420,6 @@ module Aws::IoTFleetWise
|
|
4336
3420
|
include Aws::Structure
|
4337
3421
|
end
|
4338
3422
|
|
4339
|
-
# @note When making an API call, you may pass UpdateSignalCatalogRequest
|
4340
|
-
# data as a hash:
|
4341
|
-
#
|
4342
|
-
# {
|
4343
|
-
# name: "resourceName", # required
|
4344
|
-
# description: "description",
|
4345
|
-
# nodes_to_add: [
|
4346
|
-
# {
|
4347
|
-
# branch: {
|
4348
|
-
# fully_qualified_name: "string", # required
|
4349
|
-
# description: "description",
|
4350
|
-
# },
|
4351
|
-
# sensor: {
|
4352
|
-
# fully_qualified_name: "string", # required
|
4353
|
-
# data_type: "INT8", # required, accepts 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
|
4354
|
-
# description: "description",
|
4355
|
-
# unit: "string",
|
4356
|
-
# allowed_values: ["string"],
|
4357
|
-
# min: 1.0,
|
4358
|
-
# max: 1.0,
|
4359
|
-
# },
|
4360
|
-
# actuator: {
|
4361
|
-
# fully_qualified_name: "string", # required
|
4362
|
-
# data_type: "INT8", # required, accepts 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
|
4363
|
-
# description: "description",
|
4364
|
-
# unit: "string",
|
4365
|
-
# allowed_values: ["string"],
|
4366
|
-
# min: 1.0,
|
4367
|
-
# max: 1.0,
|
4368
|
-
# assigned_value: "string",
|
4369
|
-
# },
|
4370
|
-
# attribute: {
|
4371
|
-
# fully_qualified_name: "string", # required
|
4372
|
-
# data_type: "INT8", # required, accepts 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
|
4373
|
-
# description: "description",
|
4374
|
-
# unit: "string",
|
4375
|
-
# allowed_values: ["string"],
|
4376
|
-
# min: 1.0,
|
4377
|
-
# max: 1.0,
|
4378
|
-
# assigned_value: "string",
|
4379
|
-
# default_value: "string",
|
4380
|
-
# },
|
4381
|
-
# },
|
4382
|
-
# ],
|
4383
|
-
# nodes_to_update: [
|
4384
|
-
# {
|
4385
|
-
# branch: {
|
4386
|
-
# fully_qualified_name: "string", # required
|
4387
|
-
# description: "description",
|
4388
|
-
# },
|
4389
|
-
# sensor: {
|
4390
|
-
# fully_qualified_name: "string", # required
|
4391
|
-
# data_type: "INT8", # required, accepts 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
|
4392
|
-
# description: "description",
|
4393
|
-
# unit: "string",
|
4394
|
-
# allowed_values: ["string"],
|
4395
|
-
# min: 1.0,
|
4396
|
-
# max: 1.0,
|
4397
|
-
# },
|
4398
|
-
# actuator: {
|
4399
|
-
# fully_qualified_name: "string", # required
|
4400
|
-
# data_type: "INT8", # required, accepts 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
|
4401
|
-
# description: "description",
|
4402
|
-
# unit: "string",
|
4403
|
-
# allowed_values: ["string"],
|
4404
|
-
# min: 1.0,
|
4405
|
-
# max: 1.0,
|
4406
|
-
# assigned_value: "string",
|
4407
|
-
# },
|
4408
|
-
# attribute: {
|
4409
|
-
# fully_qualified_name: "string", # required
|
4410
|
-
# data_type: "INT8", # required, accepts 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
|
4411
|
-
# description: "description",
|
4412
|
-
# unit: "string",
|
4413
|
-
# allowed_values: ["string"],
|
4414
|
-
# min: 1.0,
|
4415
|
-
# max: 1.0,
|
4416
|
-
# assigned_value: "string",
|
4417
|
-
# default_value: "string",
|
4418
|
-
# },
|
4419
|
-
# },
|
4420
|
-
# ],
|
4421
|
-
# nodes_to_remove: ["NodePath"],
|
4422
|
-
# }
|
4423
|
-
#
|
4424
3423
|
# @!attribute [rw] name
|
4425
3424
|
# The name of the signal catalog to update.
|
4426
3425
|
# @return [String]
|
@@ -4489,19 +3488,6 @@ module Aws::IoTFleetWise
|
|
4489
3488
|
include Aws::Structure
|
4490
3489
|
end
|
4491
3490
|
|
4492
|
-
# @note When making an API call, you may pass UpdateVehicleRequest
|
4493
|
-
# data as a hash:
|
4494
|
-
#
|
4495
|
-
# {
|
4496
|
-
# vehicle_name: "vehicleName", # required
|
4497
|
-
# model_manifest_arn: "arn",
|
4498
|
-
# decoder_manifest_arn: "arn",
|
4499
|
-
# attributes: {
|
4500
|
-
# "attributeName" => "attributeValue",
|
4501
|
-
# },
|
4502
|
-
# attribute_update_mode: "Overwrite", # accepts Overwrite, Merge
|
4503
|
-
# }
|
4504
|
-
#
|
4505
3491
|
# @!attribute [rw] vehicle_name
|
4506
3492
|
# The unique ID of the vehicle to update.
|
4507
3493
|
# @return [String]
|
@@ -4542,19 +3528,6 @@ module Aws::IoTFleetWise
|
|
4542
3528
|
|
4543
3529
|
# Information about the vehicle to update.
|
4544
3530
|
#
|
4545
|
-
# @note When making an API call, you may pass UpdateVehicleRequestItem
|
4546
|
-
# data as a hash:
|
4547
|
-
#
|
4548
|
-
# {
|
4549
|
-
# vehicle_name: "vehicleName", # required
|
4550
|
-
# model_manifest_arn: "arn",
|
4551
|
-
# decoder_manifest_arn: "arn",
|
4552
|
-
# attributes: {
|
4553
|
-
# "attributeName" => "attributeValue",
|
4554
|
-
# },
|
4555
|
-
# attribute_update_mode: "Overwrite", # accepts Overwrite, Merge
|
4556
|
-
# }
|
4557
|
-
#
|
4558
3531
|
# @!attribute [rw] vehicle_name
|
4559
3532
|
# The unique ID of the vehicle to update.
|
4560
3533
|
# @return [String]
|