aws-sdk-iotfleetwise 1.44.0 → 1.45.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 +20 -20
- data/lib/aws-sdk-iotfleetwise/client_api.rb +18 -8
- data/lib/aws-sdk-iotfleetwise.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4715d6b3b865d169456a2932cbc6c1de7b7cf2e90846a3d9d87be1be74adaebb
|
|
4
|
+
data.tar.gz: 6b0847a5b5d56733fc922ef53669728de3b971e572e9b6629f7ef173072369cd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 74ae84b453be7642d8d55741f4e1ab87cfe6e6b4297bab1050e7032641ac31ea655ffafa3cd6c2e68d76cc02b344620e7049d55b42ec3a0a624a23900098d382
|
|
7
|
+
data.tar.gz: 8a765e3a17b4f6cf254648f96faa9529a4cc92f3e9b20da63700af2117002b35468b3db7f11535aa7de129985990f9c0ccbab6f9a5f01a9e867a2d35fc469137
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.45.0 (2025-04-17)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - We've added stricter parameter validations to AWS IoT FleetWise signal catalog, model manifest, and decoder manifest APIs.
|
|
8
|
+
|
|
4
9
|
1.44.0 (2025-04-08)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.45.0
|
|
@@ -967,7 +967,7 @@ module Aws::IoTFleetWise
|
|
|
967
967
|
# resp = client.create_decoder_manifest({
|
|
968
968
|
# name: "resourceName", # required
|
|
969
969
|
# description: "description",
|
|
970
|
-
# model_manifest_arn: "
|
|
970
|
+
# model_manifest_arn: "CreateDecoderManifestRequestModelManifestArnString", # required
|
|
971
971
|
# signal_decoders: [
|
|
972
972
|
# {
|
|
973
973
|
# fully_qualified_name: "FullyQualifiedName", # required
|
|
@@ -1222,13 +1222,13 @@ module Aws::IoTFleetWise
|
|
|
1222
1222
|
# nodes: [
|
|
1223
1223
|
# {
|
|
1224
1224
|
# branch: {
|
|
1225
|
-
# fully_qualified_name: "
|
|
1225
|
+
# fully_qualified_name: "BranchFullyQualifiedNameString", # required
|
|
1226
1226
|
# description: "description",
|
|
1227
1227
|
# deprecation_message: "message",
|
|
1228
1228
|
# comment: "message",
|
|
1229
1229
|
# },
|
|
1230
1230
|
# sensor: {
|
|
1231
|
-
# fully_qualified_name: "
|
|
1231
|
+
# fully_qualified_name: "SensorFullyQualifiedNameString", # required
|
|
1232
1232
|
# 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, STRUCT, STRUCT_ARRAY
|
|
1233
1233
|
# description: "description",
|
|
1234
1234
|
# unit: "string",
|
|
@@ -1240,7 +1240,7 @@ module Aws::IoTFleetWise
|
|
|
1240
1240
|
# struct_fully_qualified_name: "NodePath",
|
|
1241
1241
|
# },
|
|
1242
1242
|
# actuator: {
|
|
1243
|
-
# fully_qualified_name: "
|
|
1243
|
+
# fully_qualified_name: "ActuatorFullyQualifiedNameString", # required
|
|
1244
1244
|
# 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, STRUCT, STRUCT_ARRAY
|
|
1245
1245
|
# description: "description",
|
|
1246
1246
|
# unit: "string",
|
|
@@ -1253,7 +1253,7 @@ module Aws::IoTFleetWise
|
|
|
1253
1253
|
# struct_fully_qualified_name: "NodePath",
|
|
1254
1254
|
# },
|
|
1255
1255
|
# attribute: {
|
|
1256
|
-
# fully_qualified_name: "
|
|
1256
|
+
# fully_qualified_name: "AttributeFullyQualifiedNameString", # required
|
|
1257
1257
|
# 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, STRUCT, STRUCT_ARRAY
|
|
1258
1258
|
# description: "description",
|
|
1259
1259
|
# unit: "string",
|
|
@@ -1266,13 +1266,13 @@ module Aws::IoTFleetWise
|
|
|
1266
1266
|
# comment: "message",
|
|
1267
1267
|
# },
|
|
1268
1268
|
# struct: {
|
|
1269
|
-
# fully_qualified_name: "
|
|
1269
|
+
# fully_qualified_name: "CustomStructFullyQualifiedNameString", # required
|
|
1270
1270
|
# description: "description",
|
|
1271
1271
|
# deprecation_message: "message",
|
|
1272
1272
|
# comment: "message",
|
|
1273
1273
|
# },
|
|
1274
1274
|
# property: {
|
|
1275
|
-
# fully_qualified_name: "
|
|
1275
|
+
# fully_qualified_name: "CustomPropertyFullyQualifiedNameString", # required
|
|
1276
1276
|
# 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, STRUCT, STRUCT_ARRAY
|
|
1277
1277
|
# data_encoding: "BINARY", # accepts BINARY, TYPED
|
|
1278
1278
|
# description: "description",
|
|
@@ -3906,13 +3906,13 @@ module Aws::IoTFleetWise
|
|
|
3906
3906
|
# nodes_to_add: [
|
|
3907
3907
|
# {
|
|
3908
3908
|
# branch: {
|
|
3909
|
-
# fully_qualified_name: "
|
|
3909
|
+
# fully_qualified_name: "BranchFullyQualifiedNameString", # required
|
|
3910
3910
|
# description: "description",
|
|
3911
3911
|
# deprecation_message: "message",
|
|
3912
3912
|
# comment: "message",
|
|
3913
3913
|
# },
|
|
3914
3914
|
# sensor: {
|
|
3915
|
-
# fully_qualified_name: "
|
|
3915
|
+
# fully_qualified_name: "SensorFullyQualifiedNameString", # required
|
|
3916
3916
|
# 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, STRUCT, STRUCT_ARRAY
|
|
3917
3917
|
# description: "description",
|
|
3918
3918
|
# unit: "string",
|
|
@@ -3924,7 +3924,7 @@ module Aws::IoTFleetWise
|
|
|
3924
3924
|
# struct_fully_qualified_name: "NodePath",
|
|
3925
3925
|
# },
|
|
3926
3926
|
# actuator: {
|
|
3927
|
-
# fully_qualified_name: "
|
|
3927
|
+
# fully_qualified_name: "ActuatorFullyQualifiedNameString", # required
|
|
3928
3928
|
# 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, STRUCT, STRUCT_ARRAY
|
|
3929
3929
|
# description: "description",
|
|
3930
3930
|
# unit: "string",
|
|
@@ -3937,7 +3937,7 @@ module Aws::IoTFleetWise
|
|
|
3937
3937
|
# struct_fully_qualified_name: "NodePath",
|
|
3938
3938
|
# },
|
|
3939
3939
|
# attribute: {
|
|
3940
|
-
# fully_qualified_name: "
|
|
3940
|
+
# fully_qualified_name: "AttributeFullyQualifiedNameString", # required
|
|
3941
3941
|
# 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, STRUCT, STRUCT_ARRAY
|
|
3942
3942
|
# description: "description",
|
|
3943
3943
|
# unit: "string",
|
|
@@ -3950,13 +3950,13 @@ module Aws::IoTFleetWise
|
|
|
3950
3950
|
# comment: "message",
|
|
3951
3951
|
# },
|
|
3952
3952
|
# struct: {
|
|
3953
|
-
# fully_qualified_name: "
|
|
3953
|
+
# fully_qualified_name: "CustomStructFullyQualifiedNameString", # required
|
|
3954
3954
|
# description: "description",
|
|
3955
3955
|
# deprecation_message: "message",
|
|
3956
3956
|
# comment: "message",
|
|
3957
3957
|
# },
|
|
3958
3958
|
# property: {
|
|
3959
|
-
# fully_qualified_name: "
|
|
3959
|
+
# fully_qualified_name: "CustomPropertyFullyQualifiedNameString", # required
|
|
3960
3960
|
# 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, STRUCT, STRUCT_ARRAY
|
|
3961
3961
|
# data_encoding: "BINARY", # accepts BINARY, TYPED
|
|
3962
3962
|
# description: "description",
|
|
@@ -3969,13 +3969,13 @@ module Aws::IoTFleetWise
|
|
|
3969
3969
|
# nodes_to_update: [
|
|
3970
3970
|
# {
|
|
3971
3971
|
# branch: {
|
|
3972
|
-
# fully_qualified_name: "
|
|
3972
|
+
# fully_qualified_name: "BranchFullyQualifiedNameString", # required
|
|
3973
3973
|
# description: "description",
|
|
3974
3974
|
# deprecation_message: "message",
|
|
3975
3975
|
# comment: "message",
|
|
3976
3976
|
# },
|
|
3977
3977
|
# sensor: {
|
|
3978
|
-
# fully_qualified_name: "
|
|
3978
|
+
# fully_qualified_name: "SensorFullyQualifiedNameString", # required
|
|
3979
3979
|
# 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, STRUCT, STRUCT_ARRAY
|
|
3980
3980
|
# description: "description",
|
|
3981
3981
|
# unit: "string",
|
|
@@ -3987,7 +3987,7 @@ module Aws::IoTFleetWise
|
|
|
3987
3987
|
# struct_fully_qualified_name: "NodePath",
|
|
3988
3988
|
# },
|
|
3989
3989
|
# actuator: {
|
|
3990
|
-
# fully_qualified_name: "
|
|
3990
|
+
# fully_qualified_name: "ActuatorFullyQualifiedNameString", # required
|
|
3991
3991
|
# 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, STRUCT, STRUCT_ARRAY
|
|
3992
3992
|
# description: "description",
|
|
3993
3993
|
# unit: "string",
|
|
@@ -4000,7 +4000,7 @@ module Aws::IoTFleetWise
|
|
|
4000
4000
|
# struct_fully_qualified_name: "NodePath",
|
|
4001
4001
|
# },
|
|
4002
4002
|
# attribute: {
|
|
4003
|
-
# fully_qualified_name: "
|
|
4003
|
+
# fully_qualified_name: "AttributeFullyQualifiedNameString", # required
|
|
4004
4004
|
# 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, STRUCT, STRUCT_ARRAY
|
|
4005
4005
|
# description: "description",
|
|
4006
4006
|
# unit: "string",
|
|
@@ -4013,13 +4013,13 @@ module Aws::IoTFleetWise
|
|
|
4013
4013
|
# comment: "message",
|
|
4014
4014
|
# },
|
|
4015
4015
|
# struct: {
|
|
4016
|
-
# fully_qualified_name: "
|
|
4016
|
+
# fully_qualified_name: "CustomStructFullyQualifiedNameString", # required
|
|
4017
4017
|
# description: "description",
|
|
4018
4018
|
# deprecation_message: "message",
|
|
4019
4019
|
# comment: "message",
|
|
4020
4020
|
# },
|
|
4021
4021
|
# property: {
|
|
4022
|
-
# fully_qualified_name: "
|
|
4022
|
+
# fully_qualified_name: "CustomPropertyFullyQualifiedNameString", # required
|
|
4023
4023
|
# 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, STRUCT, STRUCT_ARRAY
|
|
4024
4024
|
# data_encoding: "BINARY", # accepts BINARY, TYPED
|
|
4025
4025
|
# description: "description",
|
|
@@ -4248,7 +4248,7 @@ module Aws::IoTFleetWise
|
|
|
4248
4248
|
tracer: tracer
|
|
4249
4249
|
)
|
|
4250
4250
|
context[:gem_name] = 'aws-sdk-iotfleetwise'
|
|
4251
|
-
context[:gem_version] = '1.
|
|
4251
|
+
context[:gem_version] = '1.45.0'
|
|
4252
4252
|
Seahorse::Client::Request.new(handlers, context)
|
|
4253
4253
|
end
|
|
4254
4254
|
|
|
@@ -16,15 +16,18 @@ module Aws::IoTFleetWise
|
|
|
16
16
|
|
|
17
17
|
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
|
18
18
|
Actuator = Shapes::StructureShape.new(name: 'Actuator')
|
|
19
|
+
ActuatorFullyQualifiedNameString = Shapes::StringShape.new(name: 'ActuatorFullyQualifiedNameString')
|
|
19
20
|
AmazonResourceName = Shapes::StringShape.new(name: 'AmazonResourceName')
|
|
20
21
|
AssociateVehicleFleetRequest = Shapes::StructureShape.new(name: 'AssociateVehicleFleetRequest')
|
|
21
22
|
AssociateVehicleFleetResponse = Shapes::StructureShape.new(name: 'AssociateVehicleFleetResponse')
|
|
22
23
|
Attribute = Shapes::StructureShape.new(name: 'Attribute')
|
|
24
|
+
AttributeFullyQualifiedNameString = Shapes::StringShape.new(name: 'AttributeFullyQualifiedNameString')
|
|
23
25
|
BatchCreateVehicleRequest = Shapes::StructureShape.new(name: 'BatchCreateVehicleRequest')
|
|
24
26
|
BatchCreateVehicleResponse = Shapes::StructureShape.new(name: 'BatchCreateVehicleResponse')
|
|
25
27
|
BatchUpdateVehicleRequest = Shapes::StructureShape.new(name: 'BatchUpdateVehicleRequest')
|
|
26
28
|
BatchUpdateVehicleResponse = Shapes::StructureShape.new(name: 'BatchUpdateVehicleResponse')
|
|
27
29
|
Branch = Shapes::StructureShape.new(name: 'Branch')
|
|
30
|
+
BranchFullyQualifiedNameString = Shapes::StringShape.new(name: 'BranchFullyQualifiedNameString')
|
|
28
31
|
CampaignStatus = Shapes::StringShape.new(name: 'CampaignStatus')
|
|
29
32
|
CampaignSummary = Shapes::StructureShape.new(name: 'CampaignSummary')
|
|
30
33
|
CanDbcDefinition = Shapes::StructureShape.new(name: 'CanDbcDefinition')
|
|
@@ -42,10 +45,12 @@ module Aws::IoTFleetWise
|
|
|
42
45
|
CreateCampaignRequest = Shapes::StructureShape.new(name: 'CreateCampaignRequest')
|
|
43
46
|
CreateCampaignResponse = Shapes::StructureShape.new(name: 'CreateCampaignResponse')
|
|
44
47
|
CreateDecoderManifestRequest = Shapes::StructureShape.new(name: 'CreateDecoderManifestRequest')
|
|
48
|
+
CreateDecoderManifestRequestModelManifestArnString = Shapes::StringShape.new(name: 'CreateDecoderManifestRequestModelManifestArnString')
|
|
45
49
|
CreateDecoderManifestResponse = Shapes::StructureShape.new(name: 'CreateDecoderManifestResponse')
|
|
46
50
|
CreateFleetRequest = Shapes::StructureShape.new(name: 'CreateFleetRequest')
|
|
47
51
|
CreateFleetResponse = Shapes::StructureShape.new(name: 'CreateFleetResponse')
|
|
48
52
|
CreateModelManifestRequest = Shapes::StructureShape.new(name: 'CreateModelManifestRequest')
|
|
53
|
+
CreateModelManifestRequestNodesList = Shapes::ListShape.new(name: 'CreateModelManifestRequestNodesList')
|
|
49
54
|
CreateModelManifestResponse = Shapes::StructureShape.new(name: 'CreateModelManifestResponse')
|
|
50
55
|
CreateSignalCatalogRequest = Shapes::StructureShape.new(name: 'CreateSignalCatalogRequest')
|
|
51
56
|
CreateSignalCatalogResponse = Shapes::StructureShape.new(name: 'CreateSignalCatalogResponse')
|
|
@@ -61,7 +66,9 @@ module Aws::IoTFleetWise
|
|
|
61
66
|
CustomDecodingSignal = Shapes::StructureShape.new(name: 'CustomDecodingSignal')
|
|
62
67
|
CustomDecodingSignalInterfaceName = Shapes::StringShape.new(name: 'CustomDecodingSignalInterfaceName')
|
|
63
68
|
CustomProperty = Shapes::StructureShape.new(name: 'CustomProperty')
|
|
69
|
+
CustomPropertyFullyQualifiedNameString = Shapes::StringShape.new(name: 'CustomPropertyFullyQualifiedNameString')
|
|
64
70
|
CustomStruct = Shapes::StructureShape.new(name: 'CustomStruct')
|
|
71
|
+
CustomStructFullyQualifiedNameString = Shapes::StringShape.new(name: 'CustomStructFullyQualifiedNameString')
|
|
65
72
|
DataDestinationConfig = Shapes::UnionShape.new(name: 'DataDestinationConfig')
|
|
66
73
|
DataDestinationConfigs = Shapes::ListShape.new(name: 'DataDestinationConfigs')
|
|
67
74
|
DataExtraDimensionNodePathList = Shapes::ListShape.new(name: 'DataExtraDimensionNodePathList')
|
|
@@ -221,6 +228,7 @@ module Aws::IoTFleetWise
|
|
|
221
228
|
S3BucketArn = Shapes::StringShape.new(name: 'S3BucketArn')
|
|
222
229
|
S3Config = Shapes::StructureShape.new(name: 'S3Config')
|
|
223
230
|
Sensor = Shapes::StructureShape.new(name: 'Sensor')
|
|
231
|
+
SensorFullyQualifiedNameString = Shapes::StringShape.new(name: 'SensorFullyQualifiedNameString')
|
|
224
232
|
SignalCatalogSummary = Shapes::StructureShape.new(name: 'SignalCatalogSummary')
|
|
225
233
|
SignalDecoder = Shapes::StructureShape.new(name: 'SignalDecoder')
|
|
226
234
|
SignalDecoderFailureReason = Shapes::StringShape.new(name: 'SignalDecoderFailureReason')
|
|
@@ -365,7 +373,7 @@ module Aws::IoTFleetWise
|
|
|
365
373
|
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: string, required: true, location_name: "message"))
|
|
366
374
|
AccessDeniedException.struct_class = Types::AccessDeniedException
|
|
367
375
|
|
|
368
|
-
Actuator.add_member(:fully_qualified_name, Shapes::ShapeRef.new(shape:
|
|
376
|
+
Actuator.add_member(:fully_qualified_name, Shapes::ShapeRef.new(shape: ActuatorFullyQualifiedNameString, required: true, location_name: "fullyQualifiedName"))
|
|
369
377
|
Actuator.add_member(:data_type, Shapes::ShapeRef.new(shape: NodeDataType, required: true, location_name: "dataType"))
|
|
370
378
|
Actuator.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
|
|
371
379
|
Actuator.add_member(:unit, Shapes::ShapeRef.new(shape: string, location_name: "unit"))
|
|
@@ -384,7 +392,7 @@ module Aws::IoTFleetWise
|
|
|
384
392
|
|
|
385
393
|
AssociateVehicleFleetResponse.struct_class = Types::AssociateVehicleFleetResponse
|
|
386
394
|
|
|
387
|
-
Attribute.add_member(:fully_qualified_name, Shapes::ShapeRef.new(shape:
|
|
395
|
+
Attribute.add_member(:fully_qualified_name, Shapes::ShapeRef.new(shape: AttributeFullyQualifiedNameString, required: true, location_name: "fullyQualifiedName"))
|
|
388
396
|
Attribute.add_member(:data_type, Shapes::ShapeRef.new(shape: NodeDataType, required: true, location_name: "dataType"))
|
|
389
397
|
Attribute.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
|
|
390
398
|
Attribute.add_member(:unit, Shapes::ShapeRef.new(shape: string, location_name: "unit"))
|
|
@@ -411,7 +419,7 @@ module Aws::IoTFleetWise
|
|
|
411
419
|
BatchUpdateVehicleResponse.add_member(:errors, Shapes::ShapeRef.new(shape: updateVehicleErrors, location_name: "errors"))
|
|
412
420
|
BatchUpdateVehicleResponse.struct_class = Types::BatchUpdateVehicleResponse
|
|
413
421
|
|
|
414
|
-
Branch.add_member(:fully_qualified_name, Shapes::ShapeRef.new(shape:
|
|
422
|
+
Branch.add_member(:fully_qualified_name, Shapes::ShapeRef.new(shape: BranchFullyQualifiedNameString, required: true, location_name: "fullyQualifiedName"))
|
|
415
423
|
Branch.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
|
|
416
424
|
Branch.add_member(:deprecation_message, Shapes::ShapeRef.new(shape: message, location_name: "deprecationMessage"))
|
|
417
425
|
Branch.add_member(:comment, Shapes::ShapeRef.new(shape: message, location_name: "comment"))
|
|
@@ -501,7 +509,7 @@ module Aws::IoTFleetWise
|
|
|
501
509
|
|
|
502
510
|
CreateDecoderManifestRequest.add_member(:name, Shapes::ShapeRef.new(shape: resourceName, required: true, location_name: "name"))
|
|
503
511
|
CreateDecoderManifestRequest.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
|
|
504
|
-
CreateDecoderManifestRequest.add_member(:model_manifest_arn, Shapes::ShapeRef.new(shape:
|
|
512
|
+
CreateDecoderManifestRequest.add_member(:model_manifest_arn, Shapes::ShapeRef.new(shape: CreateDecoderManifestRequestModelManifestArnString, required: true, location_name: "modelManifestArn"))
|
|
505
513
|
CreateDecoderManifestRequest.add_member(:signal_decoders, Shapes::ShapeRef.new(shape: SignalDecoders, location_name: "signalDecoders"))
|
|
506
514
|
CreateDecoderManifestRequest.add_member(:network_interfaces, Shapes::ShapeRef.new(shape: NetworkInterfaces, location_name: "networkInterfaces"))
|
|
507
515
|
CreateDecoderManifestRequest.add_member(:default_for_unmapped_signals, Shapes::ShapeRef.new(shape: DefaultForUnmappedSignalsType, location_name: "defaultForUnmappedSignals"))
|
|
@@ -524,11 +532,13 @@ module Aws::IoTFleetWise
|
|
|
524
532
|
|
|
525
533
|
CreateModelManifestRequest.add_member(:name, Shapes::ShapeRef.new(shape: resourceName, required: true, location_name: "name"))
|
|
526
534
|
CreateModelManifestRequest.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
|
|
527
|
-
CreateModelManifestRequest.add_member(:nodes, Shapes::ShapeRef.new(shape:
|
|
535
|
+
CreateModelManifestRequest.add_member(:nodes, Shapes::ShapeRef.new(shape: CreateModelManifestRequestNodesList, required: true, location_name: "nodes"))
|
|
528
536
|
CreateModelManifestRequest.add_member(:signal_catalog_arn, Shapes::ShapeRef.new(shape: arn, required: true, location_name: "signalCatalogArn"))
|
|
529
537
|
CreateModelManifestRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
|
530
538
|
CreateModelManifestRequest.struct_class = Types::CreateModelManifestRequest
|
|
531
539
|
|
|
540
|
+
CreateModelManifestRequestNodesList.member = Shapes::ShapeRef.new(shape: string)
|
|
541
|
+
|
|
532
542
|
CreateModelManifestResponse.add_member(:name, Shapes::ShapeRef.new(shape: resourceName, required: true, location_name: "name"))
|
|
533
543
|
CreateModelManifestResponse.add_member(:arn, Shapes::ShapeRef.new(shape: arn, required: true, location_name: "arn"))
|
|
534
544
|
CreateModelManifestResponse.struct_class = Types::CreateModelManifestResponse
|
|
@@ -596,7 +606,7 @@ module Aws::IoTFleetWise
|
|
|
596
606
|
CustomDecodingSignal.add_member(:id, Shapes::ShapeRef.new(shape: CustomDecodingId, required: true, location_name: "id"))
|
|
597
607
|
CustomDecodingSignal.struct_class = Types::CustomDecodingSignal
|
|
598
608
|
|
|
599
|
-
CustomProperty.add_member(:fully_qualified_name, Shapes::ShapeRef.new(shape:
|
|
609
|
+
CustomProperty.add_member(:fully_qualified_name, Shapes::ShapeRef.new(shape: CustomPropertyFullyQualifiedNameString, required: true, location_name: "fullyQualifiedName"))
|
|
600
610
|
CustomProperty.add_member(:data_type, Shapes::ShapeRef.new(shape: NodeDataType, required: true, location_name: "dataType"))
|
|
601
611
|
CustomProperty.add_member(:data_encoding, Shapes::ShapeRef.new(shape: NodeDataEncoding, location_name: "dataEncoding"))
|
|
602
612
|
CustomProperty.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
|
|
@@ -605,7 +615,7 @@ module Aws::IoTFleetWise
|
|
|
605
615
|
CustomProperty.add_member(:struct_fully_qualified_name, Shapes::ShapeRef.new(shape: NodePath, location_name: "structFullyQualifiedName"))
|
|
606
616
|
CustomProperty.struct_class = Types::CustomProperty
|
|
607
617
|
|
|
608
|
-
CustomStruct.add_member(:fully_qualified_name, Shapes::ShapeRef.new(shape:
|
|
618
|
+
CustomStruct.add_member(:fully_qualified_name, Shapes::ShapeRef.new(shape: CustomStructFullyQualifiedNameString, required: true, location_name: "fullyQualifiedName"))
|
|
609
619
|
CustomStruct.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
|
|
610
620
|
CustomStruct.add_member(:deprecation_message, Shapes::ShapeRef.new(shape: message, location_name: "deprecationMessage"))
|
|
611
621
|
CustomStruct.add_member(:comment, Shapes::ShapeRef.new(shape: message, location_name: "comment"))
|
|
@@ -1203,7 +1213,7 @@ module Aws::IoTFleetWise
|
|
|
1203
1213
|
S3Config.add_member(:prefix, Shapes::ShapeRef.new(shape: Prefix, location_name: "prefix"))
|
|
1204
1214
|
S3Config.struct_class = Types::S3Config
|
|
1205
1215
|
|
|
1206
|
-
Sensor.add_member(:fully_qualified_name, Shapes::ShapeRef.new(shape:
|
|
1216
|
+
Sensor.add_member(:fully_qualified_name, Shapes::ShapeRef.new(shape: SensorFullyQualifiedNameString, required: true, location_name: "fullyQualifiedName"))
|
|
1207
1217
|
Sensor.add_member(:data_type, Shapes::ShapeRef.new(shape: NodeDataType, required: true, location_name: "dataType"))
|
|
1208
1218
|
Sensor.add_member(:description, Shapes::ShapeRef.new(shape: description, location_name: "description"))
|
|
1209
1219
|
Sensor.add_member(:unit, Shapes::ShapeRef.new(shape: string, location_name: "unit"))
|
data/lib/aws-sdk-iotfleetwise.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-iotfleetwise
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.45.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-04-
|
|
11
|
+
date: 2025-04-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|