@aws-sdk/client-iotfleetwise 3.300.0 → 3.303.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.
Files changed (53) hide show
  1. package/dist-cjs/models/models_0.js +118 -136
  2. package/dist-es/models/models_0.js +118 -136
  3. package/dist-types/commands/AssociateVehicleFleetCommand.d.ts +1 -1
  4. package/dist-types/commands/BatchCreateVehicleCommand.d.ts +6 -6
  5. package/dist-types/commands/BatchUpdateVehicleCommand.d.ts +4 -4
  6. package/dist-types/commands/CreateCampaignCommand.d.ts +9 -9
  7. package/dist-types/commands/CreateDecoderManifestCommand.d.ts +11 -11
  8. package/dist-types/commands/CreateFleetCommand.d.ts +3 -3
  9. package/dist-types/commands/CreateModelManifestCommand.d.ts +4 -4
  10. package/dist-types/commands/CreateSignalCatalogCommand.d.ts +10 -10
  11. package/dist-types/commands/CreateVehicleCommand.d.ts +4 -4
  12. package/dist-types/commands/DeleteCampaignCommand.d.ts +1 -1
  13. package/dist-types/commands/DeleteDecoderManifestCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteFleetCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteModelManifestCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteSignalCatalogCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteVehicleCommand.d.ts +1 -1
  18. package/dist-types/commands/DisassociateVehicleFleetCommand.d.ts +1 -1
  19. package/dist-types/commands/GetCampaignCommand.d.ts +1 -1
  20. package/dist-types/commands/GetDecoderManifestCommand.d.ts +1 -1
  21. package/dist-types/commands/GetFleetCommand.d.ts +1 -1
  22. package/dist-types/commands/GetModelManifestCommand.d.ts +1 -1
  23. package/dist-types/commands/GetSignalCatalogCommand.d.ts +1 -1
  24. package/dist-types/commands/GetVehicleCommand.d.ts +1 -1
  25. package/dist-types/commands/GetVehicleStatusCommand.d.ts +1 -1
  26. package/dist-types/commands/ImportDecoderManifestCommand.d.ts +6 -6
  27. package/dist-types/commands/ImportSignalCatalogCommand.d.ts +4 -4
  28. package/dist-types/commands/ListCampaignsCommand.d.ts +1 -1
  29. package/dist-types/commands/ListDecoderManifestNetworkInterfacesCommand.d.ts +1 -1
  30. package/dist-types/commands/ListDecoderManifestSignalsCommand.d.ts +1 -1
  31. package/dist-types/commands/ListDecoderManifestsCommand.d.ts +1 -1
  32. package/dist-types/commands/ListFleetsCommand.d.ts +1 -1
  33. package/dist-types/commands/ListFleetsForVehicleCommand.d.ts +1 -1
  34. package/dist-types/commands/ListModelManifestNodesCommand.d.ts +1 -1
  35. package/dist-types/commands/ListModelManifestsCommand.d.ts +1 -1
  36. package/dist-types/commands/ListSignalCatalogNodesCommand.d.ts +1 -1
  37. package/dist-types/commands/ListSignalCatalogsCommand.d.ts +1 -1
  38. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  39. package/dist-types/commands/ListVehiclesCommand.d.ts +1 -1
  40. package/dist-types/commands/ListVehiclesInFleetCommand.d.ts +1 -1
  41. package/dist-types/commands/PutLoggingOptionsCommand.d.ts +2 -2
  42. package/dist-types/commands/RegisterAccountCommand.d.ts +3 -3
  43. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  44. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  45. package/dist-types/commands/UpdateCampaignCommand.d.ts +2 -2
  46. package/dist-types/commands/UpdateDecoderManifestCommand.d.ts +11 -11
  47. package/dist-types/commands/UpdateFleetCommand.d.ts +1 -1
  48. package/dist-types/commands/UpdateModelManifestCommand.d.ts +2 -2
  49. package/dist-types/commands/UpdateSignalCatalogCommand.d.ts +11 -13
  50. package/dist-types/commands/UpdateVehicleCommand.d.ts +2 -2
  51. package/dist-types/models/models_0.d.ts +209 -119
  52. package/dist-types/ts3.4/models/models_0.d.ts +147 -118
  53. package/package.json +34 -34
@@ -36,12 +36,12 @@ export interface RegisterAccountCommandOutput extends RegisterAccountResponse, _
36
36
  * import { IoTFleetWiseClient, RegisterAccountCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
37
37
  * // const { IoTFleetWiseClient, RegisterAccountCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
38
38
  * const client = new IoTFleetWiseClient(config);
39
- * const input = {
40
- * timestreamResources: {
39
+ * const input = { // RegisterAccountRequest
40
+ * timestreamResources: { // TimestreamResources
41
41
  * timestreamDatabaseName: "STRING_VALUE", // required
42
42
  * timestreamTableName: "STRING_VALUE", // required
43
43
  * },
44
- * iamResources: {
44
+ * iamResources: { // IamResources
45
45
  * roleArn: "STRING_VALUE", // required
46
46
  * },
47
47
  * };
@@ -27,10 +27,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
27
27
  * import { IoTFleetWiseClient, TagResourceCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
28
28
  * // const { IoTFleetWiseClient, TagResourceCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
29
29
  * const client = new IoTFleetWiseClient(config);
30
- * const input = {
30
+ * const input = { // TagResourceRequest
31
31
  * ResourceARN: "STRING_VALUE", // required
32
- * Tags: [ // required
33
- * {
32
+ * Tags: [ // TagList // required
33
+ * { // Tag
34
34
  * Key: "STRING_VALUE", // required
35
35
  * Value: "STRING_VALUE", // required
36
36
  * },
@@ -26,9 +26,9 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
26
26
  * import { IoTFleetWiseClient, UntagResourceCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
27
27
  * // const { IoTFleetWiseClient, UntagResourceCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
28
28
  * const client = new IoTFleetWiseClient(config);
29
- * const input = {
29
+ * const input = { // UntagResourceRequest
30
30
  * ResourceARN: "STRING_VALUE", // required
31
- * TagKeys: [ // required
31
+ * TagKeys: [ // TagKeyList // required
32
32
  * "STRING_VALUE",
33
33
  * ],
34
34
  * };
@@ -26,10 +26,10 @@ export interface UpdateCampaignCommandOutput extends UpdateCampaignResponse, __M
26
26
  * import { IoTFleetWiseClient, UpdateCampaignCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
27
27
  * // const { IoTFleetWiseClient, UpdateCampaignCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
28
28
  * const client = new IoTFleetWiseClient(config);
29
- * const input = {
29
+ * const input = { // UpdateCampaignRequest
30
30
  * name: "STRING_VALUE", // required
31
31
  * description: "STRING_VALUE",
32
- * dataExtraDimensions: [
32
+ * dataExtraDimensions: [ // DataExtraDimensionNodePathList
33
33
  * "STRING_VALUE",
34
34
  * ],
35
35
  * action: "STRING_VALUE", // required
@@ -28,15 +28,15 @@ export interface UpdateDecoderManifestCommandOutput extends UpdateDecoderManifes
28
28
  * import { IoTFleetWiseClient, UpdateDecoderManifestCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
29
29
  * // const { IoTFleetWiseClient, UpdateDecoderManifestCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
30
30
  * const client = new IoTFleetWiseClient(config);
31
- * const input = {
31
+ * const input = { // UpdateDecoderManifestRequest
32
32
  * name: "STRING_VALUE", // required
33
33
  * description: "STRING_VALUE",
34
- * signalDecodersToAdd: [
35
- * {
34
+ * signalDecodersToAdd: [ // SignalDecoders
35
+ * { // SignalDecoder
36
36
  * fullyQualifiedName: "STRING_VALUE", // required
37
37
  * type: "STRING_VALUE", // required
38
38
  * interfaceId: "STRING_VALUE", // required
39
- * canSignal: {
39
+ * canSignal: { // CanSignal
40
40
  * messageId: Number("int"), // required
41
41
  * isBigEndian: true || false, // required
42
42
  * isSigned: true || false, // required
@@ -46,7 +46,7 @@ export interface UpdateDecoderManifestCommandOutput extends UpdateDecoderManifes
46
46
  * length: Number("int"), // required
47
47
  * name: "STRING_VALUE",
48
48
  * },
49
- * obdSignal: {
49
+ * obdSignal: { // ObdSignal
50
50
  * pidResponseLength: Number("int"), // required
51
51
  * serviceMode: Number("int"), // required
52
52
  * pid: Number("int"), // required
@@ -87,19 +87,19 @@ export interface UpdateDecoderManifestCommandOutput extends UpdateDecoderManifes
87
87
  * },
88
88
  * },
89
89
  * ],
90
- * signalDecodersToRemove: [
90
+ * signalDecodersToRemove: [ // Fqns
91
91
  * "STRING_VALUE",
92
92
  * ],
93
- * networkInterfacesToAdd: [
94
- * {
93
+ * networkInterfacesToAdd: [ // NetworkInterfaces
94
+ * { // NetworkInterface
95
95
  * interfaceId: "STRING_VALUE", // required
96
96
  * type: "STRING_VALUE", // required
97
- * canInterface: {
97
+ * canInterface: { // CanInterface
98
98
  * name: "STRING_VALUE", // required
99
99
  * protocolName: "STRING_VALUE",
100
100
  * protocolVersion: "STRING_VALUE",
101
101
  * },
102
- * obdInterface: {
102
+ * obdInterface: { // ObdInterface
103
103
  * name: "STRING_VALUE", // required
104
104
  * requestMessageId: Number("int"), // required
105
105
  * obdStandard: "STRING_VALUE",
@@ -130,7 +130,7 @@ export interface UpdateDecoderManifestCommandOutput extends UpdateDecoderManifes
130
130
  * },
131
131
  * },
132
132
  * ],
133
- * networkInterfacesToRemove: [
133
+ * networkInterfacesToRemove: [ // InterfaceIds
134
134
  * "STRING_VALUE",
135
135
  * ],
136
136
  * status: "STRING_VALUE",
@@ -30,7 +30,7 @@ export interface UpdateFleetCommandOutput extends UpdateFleetResponse, __Metadat
30
30
  * import { IoTFleetWiseClient, UpdateFleetCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
31
31
  * // const { IoTFleetWiseClient, UpdateFleetCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
32
32
  * const client = new IoTFleetWiseClient(config);
33
- * const input = {
33
+ * const input = { // UpdateFleetRequest
34
34
  * fleetId: "STRING_VALUE", // required
35
35
  * description: "STRING_VALUE",
36
36
  * };
@@ -27,10 +27,10 @@ export interface UpdateModelManifestCommandOutput extends UpdateModelManifestRes
27
27
  * import { IoTFleetWiseClient, UpdateModelManifestCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
28
28
  * // const { IoTFleetWiseClient, UpdateModelManifestCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
29
29
  * const client = new IoTFleetWiseClient(config);
30
- * const input = {
30
+ * const input = { // UpdateModelManifestRequest
31
31
  * name: "STRING_VALUE", // required
32
32
  * description: "STRING_VALUE",
33
- * nodesToAdd: [
33
+ * nodesToAdd: [ // NodePaths
34
34
  * "STRING_VALUE",
35
35
  * ],
36
36
  * nodesToRemove: [
@@ -26,27 +26,27 @@ export interface UpdateSignalCatalogCommandOutput extends UpdateSignalCatalogRes
26
26
  * import { IoTFleetWiseClient, UpdateSignalCatalogCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
27
27
  * // const { IoTFleetWiseClient, UpdateSignalCatalogCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
28
28
  * const client = new IoTFleetWiseClient(config);
29
- * const input = {
29
+ * const input = { // UpdateSignalCatalogRequest
30
30
  * name: "STRING_VALUE", // required
31
31
  * description: "STRING_VALUE",
32
- * nodesToAdd: [
33
- * { // Union: only one key present
34
- * branch: {
32
+ * nodesToAdd: [ // Nodes
33
+ * { // Node Union: only one key present
34
+ * branch: { // Branch
35
35
  * fullyQualifiedName: "STRING_VALUE", // required
36
36
  * description: "STRING_VALUE",
37
37
  * },
38
- * sensor: {
38
+ * sensor: { // Sensor
39
39
  * fullyQualifiedName: "STRING_VALUE", // required
40
40
  * dataType: "STRING_VALUE", // required
41
41
  * description: "STRING_VALUE",
42
42
  * unit: "STRING_VALUE",
43
- * allowedValues: [
43
+ * allowedValues: [ // listOfStrings
44
44
  * "STRING_VALUE",
45
45
  * ],
46
46
  * min: Number("double"),
47
47
  * max: Number("double"),
48
48
  * },
49
- * actuator: {
49
+ * actuator: { // Actuator
50
50
  * fullyQualifiedName: "STRING_VALUE", // required
51
51
  * dataType: "STRING_VALUE", // required
52
52
  * description: "STRING_VALUE",
@@ -58,7 +58,7 @@ export interface UpdateSignalCatalogCommandOutput extends UpdateSignalCatalogRes
58
58
  * max: Number("double"),
59
59
  * assignedValue: "STRING_VALUE",
60
60
  * },
61
- * attribute: {
61
+ * attribute: { // Attribute
62
62
  * fullyQualifiedName: "STRING_VALUE", // required
63
63
  * dataType: "STRING_VALUE", // required
64
64
  * description: "STRING_VALUE",
@@ -74,7 +74,7 @@ export interface UpdateSignalCatalogCommandOutput extends UpdateSignalCatalogRes
74
74
  * },
75
75
  * ],
76
76
  * nodesToUpdate: [
77
- * { // Union: only one key present
77
+ * {// Union: only one key present
78
78
  * branch: {
79
79
  * fullyQualifiedName: "STRING_VALUE", // required
80
80
  * description: "STRING_VALUE",
@@ -107,9 +107,7 @@ export interface UpdateSignalCatalogCommandOutput extends UpdateSignalCatalogRes
107
107
  * dataType: "STRING_VALUE", // required
108
108
  * description: "STRING_VALUE",
109
109
  * unit: "STRING_VALUE",
110
- * allowedValues: [
111
- * "STRING_VALUE",
112
- * ],
110
+ * allowedValues: "<listOfStrings>",
113
111
  * min: Number("double"),
114
112
  * max: Number("double"),
115
113
  * assignedValue: "STRING_VALUE",
@@ -117,7 +115,7 @@ export interface UpdateSignalCatalogCommandOutput extends UpdateSignalCatalogRes
117
115
  * },
118
116
  * },
119
117
  * ],
120
- * nodesToRemove: [
118
+ * nodesToRemove: [ // NodePaths
121
119
  * "STRING_VALUE",
122
120
  * ],
123
121
  * };
@@ -26,11 +26,11 @@ export interface UpdateVehicleCommandOutput extends UpdateVehicleResponse, __Met
26
26
  * import { IoTFleetWiseClient, UpdateVehicleCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
27
27
  * // const { IoTFleetWiseClient, UpdateVehicleCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
28
28
  * const client = new IoTFleetWiseClient(config);
29
- * const input = {
29
+ * const input = { // UpdateVehicleRequest
30
30
  * vehicleName: "STRING_VALUE", // required
31
31
  * modelManifestArn: "STRING_VALUE",
32
32
  * decoderManifestArn: "STRING_VALUE",
33
- * attributes: {
33
+ * attributes: { // attributesMap
34
34
  * "<keys>": "STRING_VALUE",
35
35
  * },
36
36
  * attributeUpdateMode: "STRING_VALUE",