@aws-sdk/client-iotfleetwise 3.696.0 → 3.699.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.
- package/README.md +43 -0
- package/dist-cjs/index.js +345 -2
- package/dist-es/IoTFleetWise.js +10 -0
- package/dist-es/commands/CreateStateTemplateCommand.js +22 -0
- package/dist-es/commands/DeleteStateTemplateCommand.js +22 -0
- package/dist-es/commands/GetStateTemplateCommand.js +22 -0
- package/dist-es/commands/ListStateTemplatesCommand.js +22 -0
- package/dist-es/commands/UpdateStateTemplateCommand.js +22 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +87 -0
- package/dist-es/pagination/ListStateTemplatesPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_0.js +143 -0
- package/dist-types/IoTFleetWise.d.ts +39 -0
- package/dist-types/IoTFleetWiseClient.d.ts +10 -2
- package/dist-types/commands/BatchCreateVehicleCommand.d.ts +14 -0
- package/dist-types/commands/BatchUpdateVehicleCommand.d.ts +17 -0
- package/dist-types/commands/CreateCampaignCommand.d.ts +46 -0
- package/dist-types/commands/CreateDecoderManifestCommand.d.ts +11 -3
- package/dist-types/commands/CreateModelManifestCommand.d.ts +2 -1
- package/dist-types/commands/CreateSignalCatalogCommand.d.ts +2 -1
- package/dist-types/commands/CreateStateTemplateCommand.d.ts +119 -0
- package/dist-types/commands/CreateVehicleCommand.d.ts +14 -0
- package/dist-types/commands/DeleteDecoderManifestCommand.d.ts +0 -4
- package/dist-types/commands/DeleteFleetCommand.d.ts +0 -4
- package/dist-types/commands/DeleteModelManifestCommand.d.ts +0 -4
- package/dist-types/commands/DeleteSignalCatalogCommand.d.ts +0 -4
- package/dist-types/commands/DeleteStateTemplateCommand.d.ts +85 -0
- package/dist-types/commands/DeleteVehicleCommand.d.ts +0 -4
- package/dist-types/commands/DisassociateVehicleFleetCommand.d.ts +0 -4
- package/dist-types/commands/GetCampaignCommand.d.ts +46 -0
- package/dist-types/commands/GetStateTemplateCommand.d.ts +104 -0
- package/dist-types/commands/GetVehicleCommand.d.ts +14 -0
- package/dist-types/commands/GetVehicleStatusCommand.d.ts +2 -2
- package/dist-types/commands/ImportDecoderManifestCommand.d.ts +5 -2
- package/dist-types/commands/ImportSignalCatalogCommand.d.ts +2 -1
- package/dist-types/commands/ListDecoderManifestNetworkInterfacesCommand.d.ts +4 -1
- package/dist-types/commands/ListDecoderManifestSignalsCommand.d.ts +4 -1
- package/dist-types/commands/ListStateTemplatesCommand.d.ts +98 -0
- package/dist-types/commands/PutEncryptionConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/RegisterAccountCommand.d.ts +12 -4
- package/dist-types/commands/UpdateDecoderManifestCommand.d.ts +19 -5
- package/dist-types/commands/UpdateFleetCommand.d.ts +0 -4
- package/dist-types/commands/UpdateModelManifestCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSignalCatalogCommand.d.ts +2 -1
- package/dist-types/commands/UpdateStateTemplateCommand.d.ts +111 -0
- package/dist-types/commands/UpdateVehicleCommand.d.ts +17 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +1137 -146
- package/dist-types/pagination/ListStateTemplatesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_0.d.ts +45 -0
- package/dist-types/ts3.4/IoTFleetWise.d.ts +86 -0
- package/dist-types/ts3.4/IoTFleetWiseClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateStateTemplateCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteStateTemplateCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetStateTemplateCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListStateTemplatesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateStateTemplateCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +256 -0
- package/dist-types/ts3.4/pagination/ListStateTemplatesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +60 -0
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -30,6 +30,7 @@ __export(src_exports, {
|
|
|
30
30
|
CollectionSchemeFilterSensitiveLog: () => CollectionSchemeFilterSensitiveLog,
|
|
31
31
|
Compression: () => Compression,
|
|
32
32
|
ConditionBasedCollectionSchemeFilterSensitiveLog: () => ConditionBasedCollectionSchemeFilterSensitiveLog,
|
|
33
|
+
ConditionBasedSignalFetchConfigFilterSensitiveLog: () => ConditionBasedSignalFetchConfigFilterSensitiveLog,
|
|
33
34
|
ConflictException: () => ConflictException,
|
|
34
35
|
CreateCampaignCommand: () => CreateCampaignCommand,
|
|
35
36
|
CreateCampaignRequestFilterSensitiveLog: () => CreateCampaignRequestFilterSensitiveLog,
|
|
@@ -37,15 +38,21 @@ __export(src_exports, {
|
|
|
37
38
|
CreateFleetCommand: () => CreateFleetCommand,
|
|
38
39
|
CreateModelManifestCommand: () => CreateModelManifestCommand,
|
|
39
40
|
CreateSignalCatalogCommand: () => CreateSignalCatalogCommand,
|
|
41
|
+
CreateStateTemplateCommand: () => CreateStateTemplateCommand,
|
|
40
42
|
CreateVehicleCommand: () => CreateVehicleCommand,
|
|
41
43
|
DataDestinationConfig: () => DataDestinationConfig,
|
|
42
44
|
DataFormat: () => DataFormat,
|
|
45
|
+
DataPartitionFilterSensitiveLog: () => DataPartitionFilterSensitiveLog,
|
|
46
|
+
DataPartitionStorageOptionsFilterSensitiveLog: () => DataPartitionStorageOptionsFilterSensitiveLog,
|
|
47
|
+
DataPartitionUploadOptionsFilterSensitiveLog: () => DataPartitionUploadOptionsFilterSensitiveLog,
|
|
43
48
|
DecoderManifestValidationException: () => DecoderManifestValidationException,
|
|
49
|
+
DefaultForUnmappedSignalsType: () => DefaultForUnmappedSignalsType,
|
|
44
50
|
DeleteCampaignCommand: () => DeleteCampaignCommand,
|
|
45
51
|
DeleteDecoderManifestCommand: () => DeleteDecoderManifestCommand,
|
|
46
52
|
DeleteFleetCommand: () => DeleteFleetCommand,
|
|
47
53
|
DeleteModelManifestCommand: () => DeleteModelManifestCommand,
|
|
48
54
|
DeleteSignalCatalogCommand: () => DeleteSignalCatalogCommand,
|
|
55
|
+
DeleteStateTemplateCommand: () => DeleteStateTemplateCommand,
|
|
49
56
|
DeleteVehicleCommand: () => DeleteVehicleCommand,
|
|
50
57
|
DiagnosticsMode: () => DiagnosticsMode,
|
|
51
58
|
DisassociateVehicleFleetCommand: () => DisassociateVehicleFleetCommand,
|
|
@@ -61,6 +68,7 @@ __export(src_exports, {
|
|
|
61
68
|
GetModelManifestCommand: () => GetModelManifestCommand,
|
|
62
69
|
GetRegisterAccountStatusCommand: () => GetRegisterAccountStatusCommand,
|
|
63
70
|
GetSignalCatalogCommand: () => GetSignalCatalogCommand,
|
|
71
|
+
GetStateTemplateCommand: () => GetStateTemplateCommand,
|
|
64
72
|
GetVehicleCommand: () => GetVehicleCommand,
|
|
65
73
|
GetVehicleStatusCommand: () => GetVehicleStatusCommand,
|
|
66
74
|
ImportDecoderManifestCommand: () => ImportDecoderManifestCommand,
|
|
@@ -82,6 +90,7 @@ __export(src_exports, {
|
|
|
82
90
|
ListModelManifestsCommand: () => ListModelManifestsCommand,
|
|
83
91
|
ListSignalCatalogNodesCommand: () => ListSignalCatalogNodesCommand,
|
|
84
92
|
ListSignalCatalogsCommand: () => ListSignalCatalogsCommand,
|
|
93
|
+
ListStateTemplatesCommand: () => ListStateTemplatesCommand,
|
|
85
94
|
ListTagsForResourceCommand: () => ListTagsForResourceCommand,
|
|
86
95
|
ListVehiclesCommand: () => ListVehiclesCommand,
|
|
87
96
|
ListVehiclesInFleetCommand: () => ListVehiclesInFleetCommand,
|
|
@@ -102,13 +111,20 @@ __export(src_exports, {
|
|
|
102
111
|
ResourceNotFoundException: () => ResourceNotFoundException,
|
|
103
112
|
SignalDecoderFailureReason: () => SignalDecoderFailureReason,
|
|
104
113
|
SignalDecoderType: () => SignalDecoderType,
|
|
114
|
+
SignalFetchConfig: () => SignalFetchConfig,
|
|
115
|
+
SignalFetchConfigFilterSensitiveLog: () => SignalFetchConfigFilterSensitiveLog,
|
|
116
|
+
SignalFetchInformationFilterSensitiveLog: () => SignalFetchInformationFilterSensitiveLog,
|
|
105
117
|
SignalNodeType: () => SignalNodeType,
|
|
106
118
|
SpoolingMode: () => SpoolingMode,
|
|
119
|
+
StateTemplateUpdateStrategy: () => StateTemplateUpdateStrategy,
|
|
107
120
|
StorageCompressionFormat: () => StorageCompressionFormat,
|
|
121
|
+
StorageMaximumSizeUnit: () => StorageMaximumSizeUnit,
|
|
122
|
+
StorageMinimumTimeToLiveUnit: () => StorageMinimumTimeToLiveUnit,
|
|
108
123
|
StructuredMessage: () => StructuredMessage,
|
|
109
124
|
StructuredMessageListType: () => StructuredMessageListType,
|
|
110
125
|
TagResourceCommand: () => TagResourceCommand,
|
|
111
126
|
ThrottlingException: () => ThrottlingException,
|
|
127
|
+
TimeUnit: () => TimeUnit,
|
|
112
128
|
TriggerMode: () => TriggerMode,
|
|
113
129
|
UntagResourceCommand: () => UntagResourceCommand,
|
|
114
130
|
UpdateCampaignAction: () => UpdateCampaignAction,
|
|
@@ -119,6 +135,7 @@ __export(src_exports, {
|
|
|
119
135
|
UpdateMode: () => UpdateMode,
|
|
120
136
|
UpdateModelManifestCommand: () => UpdateModelManifestCommand,
|
|
121
137
|
UpdateSignalCatalogCommand: () => UpdateSignalCatalogCommand,
|
|
138
|
+
UpdateStateTemplateCommand: () => UpdateStateTemplateCommand,
|
|
122
139
|
UpdateVehicleCommand: () => UpdateVehicleCommand,
|
|
123
140
|
ValidationException: () => ValidationException,
|
|
124
141
|
ValidationExceptionReason: () => ValidationExceptionReason,
|
|
@@ -137,6 +154,7 @@ __export(src_exports, {
|
|
|
137
154
|
paginateListModelManifests: () => paginateListModelManifests,
|
|
138
155
|
paginateListSignalCatalogNodes: () => paginateListSignalCatalogNodes,
|
|
139
156
|
paginateListSignalCatalogs: () => paginateListSignalCatalogs,
|
|
157
|
+
paginateListStateTemplates: () => paginateListStateTemplates,
|
|
140
158
|
paginateListVehicles: () => paginateListVehicles,
|
|
141
159
|
paginateListVehiclesInFleet: () => paginateListVehiclesInFleet
|
|
142
160
|
});
|
|
@@ -461,6 +479,22 @@ var VehicleAssociationBehavior = {
|
|
|
461
479
|
CREATE_IOT_THING: "CreateIotThing",
|
|
462
480
|
VALIDATE_IOT_THING_EXISTS: "ValidateIotThingExists"
|
|
463
481
|
};
|
|
482
|
+
var TimeUnit = {
|
|
483
|
+
HOUR: "HOUR",
|
|
484
|
+
MILLISECOND: "MILLISECOND",
|
|
485
|
+
MINUTE: "MINUTE",
|
|
486
|
+
SECOND: "SECOND"
|
|
487
|
+
};
|
|
488
|
+
var StateTemplateUpdateStrategy;
|
|
489
|
+
((StateTemplateUpdateStrategy3) => {
|
|
490
|
+
StateTemplateUpdateStrategy3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
491
|
+
if (value.periodic !== void 0)
|
|
492
|
+
return visitor.periodic(value.periodic);
|
|
493
|
+
if (value.onChange !== void 0)
|
|
494
|
+
return visitor.onChange(value.onChange);
|
|
495
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
496
|
+
}, "visit");
|
|
497
|
+
})(StateTemplateUpdateStrategy || (StateTemplateUpdateStrategy = {}));
|
|
464
498
|
var UpdateMode = {
|
|
465
499
|
MERGE: "Merge",
|
|
466
500
|
OVERWRITE: "Overwrite"
|
|
@@ -517,13 +551,35 @@ var DataDestinationConfig;
|
|
|
517
551
|
return visitor.s3Config(value.s3Config);
|
|
518
552
|
if (value.timestreamConfig !== void 0)
|
|
519
553
|
return visitor.timestreamConfig(value.timestreamConfig);
|
|
554
|
+
if (value.mqttTopicConfig !== void 0)
|
|
555
|
+
return visitor.mqttTopicConfig(value.mqttTopicConfig);
|
|
520
556
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
521
557
|
}, "visit");
|
|
522
558
|
})(DataDestinationConfig || (DataDestinationConfig = {}));
|
|
559
|
+
var StorageMaximumSizeUnit = {
|
|
560
|
+
GB: "GB",
|
|
561
|
+
MB: "MB",
|
|
562
|
+
TB: "TB"
|
|
563
|
+
};
|
|
564
|
+
var StorageMinimumTimeToLiveUnit = {
|
|
565
|
+
DAYS: "DAYS",
|
|
566
|
+
HOURS: "HOURS",
|
|
567
|
+
WEEKS: "WEEKS"
|
|
568
|
+
};
|
|
523
569
|
var DiagnosticsMode = {
|
|
524
570
|
OFF: "OFF",
|
|
525
571
|
SEND_ACTIVE_DTCS: "SEND_ACTIVE_DTCS"
|
|
526
572
|
};
|
|
573
|
+
var SignalFetchConfig;
|
|
574
|
+
((SignalFetchConfig3) => {
|
|
575
|
+
SignalFetchConfig3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
576
|
+
if (value.timeBased !== void 0)
|
|
577
|
+
return visitor.timeBased(value.timeBased);
|
|
578
|
+
if (value.conditionBased !== void 0)
|
|
579
|
+
return visitor.conditionBased(value.conditionBased);
|
|
580
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
581
|
+
}, "visit");
|
|
582
|
+
})(SignalFetchConfig || (SignalFetchConfig = {}));
|
|
527
583
|
var SpoolingMode = {
|
|
528
584
|
OFF: "OFF",
|
|
529
585
|
TO_DISK: "TO_DISK"
|
|
@@ -544,8 +600,12 @@ var LogType = {
|
|
|
544
600
|
ERROR: "ERROR",
|
|
545
601
|
OFF: "OFF"
|
|
546
602
|
};
|
|
603
|
+
var DefaultForUnmappedSignalsType = {
|
|
604
|
+
CUSTOM_DECODING: "CUSTOM_DECODING"
|
|
605
|
+
};
|
|
547
606
|
var NetworkInterfaceType = {
|
|
548
607
|
CAN_INTERFACE: "CAN_INTERFACE",
|
|
608
|
+
CUSTOM_DECODING_INTERFACE: "CUSTOM_DECODING_INTERFACE",
|
|
549
609
|
OBD_INTERFACE: "OBD_INTERFACE",
|
|
550
610
|
VEHICLE_MIDDLEWARE: "VEHICLE_MIDDLEWARE"
|
|
551
611
|
};
|
|
@@ -584,12 +644,14 @@ var StructuredMessageListType = {
|
|
|
584
644
|
};
|
|
585
645
|
var SignalDecoderType = {
|
|
586
646
|
CAN_SIGNAL: "CAN_SIGNAL",
|
|
647
|
+
CUSTOM_DECODING_SIGNAL: "CUSTOM_DECODING_SIGNAL",
|
|
587
648
|
MESSAGE_SIGNAL: "MESSAGE_SIGNAL",
|
|
588
649
|
OBD_SIGNAL: "OBD_SIGNAL"
|
|
589
650
|
};
|
|
590
651
|
var NetworkInterfaceFailureReason = {
|
|
591
652
|
CAN_NETWORK_INTERFACE_INFO_IS_NULL: "CAN_NETWORK_INTERFACE_INFO_IS_NULL",
|
|
592
653
|
CONFLICTING_NETWORK_INTERFACE: "CONFLICTING_NETWORK_INTERFACE",
|
|
654
|
+
CUSTOM_DECODING_SIGNAL_NETWORK_INTERFACE_INFO_IS_NULL: "CUSTOM_DECODING_SIGNAL_NETWORK_INTERFACE_INFO_IS_NULL",
|
|
593
655
|
DUPLICATE_INTERFACE: "DUPLICATE_NETWORK_INTERFACE",
|
|
594
656
|
NETWORK_INTERFACE_TO_ADD_ALREADY_EXISTS: "NETWORK_INTERFACE_TO_ADD_ALREADY_EXISTS",
|
|
595
657
|
NETWORK_INTERFACE_TO_REMOVE_ASSOCIATED_WITH_SIGNALS: "NETWORK_INTERFACE_TO_REMOVE_ASSOCIATED_WITH_SIGNALS",
|
|
@@ -599,6 +661,7 @@ var NetworkInterfaceFailureReason = {
|
|
|
599
661
|
var SignalDecoderFailureReason = {
|
|
600
662
|
CAN_SIGNAL_INFO_IS_NULL: "CAN_SIGNAL_INFO_IS_NULL",
|
|
601
663
|
CONFLICTING_SIGNAL: "CONFLICTING_SIGNAL",
|
|
664
|
+
CUSTOM_DECODING_SIGNAL_INFO_IS_NULL: "CUSTOM_DECODING_SIGNAL_INFO_IS_NULL",
|
|
602
665
|
DUPLICATE_SIGNAL: "DUPLICATE_SIGNAL",
|
|
603
666
|
EMPTY_MESSAGE_SIGNAL: "EMPTY_MESSAGE_SIGNAL",
|
|
604
667
|
MESSAGE_SIGNAL_INFO_IS_NULL: "MESSAGE_SIGNAL_INFO_IS_NULL",
|
|
@@ -770,19 +833,61 @@ var CollectionSchemeFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
|
770
833
|
if (obj.$unknown !== void 0)
|
|
771
834
|
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
772
835
|
}, "CollectionSchemeFilterSensitiveLog");
|
|
836
|
+
var DataPartitionStorageOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
837
|
+
...obj,
|
|
838
|
+
...obj.storageLocation && { storageLocation: import_smithy_client.SENSITIVE_STRING }
|
|
839
|
+
}), "DataPartitionStorageOptionsFilterSensitiveLog");
|
|
840
|
+
var DataPartitionUploadOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
841
|
+
...obj,
|
|
842
|
+
...obj.expression && { expression: import_smithy_client.SENSITIVE_STRING }
|
|
843
|
+
}), "DataPartitionUploadOptionsFilterSensitiveLog");
|
|
844
|
+
var DataPartitionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
845
|
+
...obj,
|
|
846
|
+
...obj.storageOptions && { storageOptions: DataPartitionStorageOptionsFilterSensitiveLog(obj.storageOptions) },
|
|
847
|
+
...obj.uploadOptions && { uploadOptions: DataPartitionUploadOptionsFilterSensitiveLog(obj.uploadOptions) }
|
|
848
|
+
}), "DataPartitionFilterSensitiveLog");
|
|
849
|
+
var ConditionBasedSignalFetchConfigFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
850
|
+
...obj,
|
|
851
|
+
...obj.conditionExpression && { conditionExpression: import_smithy_client.SENSITIVE_STRING }
|
|
852
|
+
}), "ConditionBasedSignalFetchConfigFilterSensitiveLog");
|
|
853
|
+
var SignalFetchConfigFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
854
|
+
if (obj.timeBased !== void 0)
|
|
855
|
+
return { timeBased: obj.timeBased };
|
|
856
|
+
if (obj.conditionBased !== void 0)
|
|
857
|
+
return { conditionBased: ConditionBasedSignalFetchConfigFilterSensitiveLog(obj.conditionBased) };
|
|
858
|
+
if (obj.$unknown !== void 0)
|
|
859
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
860
|
+
}, "SignalFetchConfigFilterSensitiveLog");
|
|
861
|
+
var SignalFetchInformationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
862
|
+
...obj,
|
|
863
|
+
...obj.signalFetchConfig && { signalFetchConfig: SignalFetchConfigFilterSensitiveLog(obj.signalFetchConfig) },
|
|
864
|
+
...obj.actions && { actions: import_smithy_client.SENSITIVE_STRING }
|
|
865
|
+
}), "SignalFetchInformationFilterSensitiveLog");
|
|
773
866
|
var CreateCampaignRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
774
867
|
...obj,
|
|
775
868
|
...obj.signalsToCollect && { signalsToCollect: import_smithy_client.SENSITIVE_STRING },
|
|
776
869
|
...obj.collectionScheme && { collectionScheme: CollectionSchemeFilterSensitiveLog(obj.collectionScheme) },
|
|
777
870
|
...obj.dataExtraDimensions && { dataExtraDimensions: import_smithy_client.SENSITIVE_STRING },
|
|
778
|
-
...obj.dataDestinationConfigs && { dataDestinationConfigs: obj.dataDestinationConfigs.map((item) => item) }
|
|
871
|
+
...obj.dataDestinationConfigs && { dataDestinationConfigs: obj.dataDestinationConfigs.map((item) => item) },
|
|
872
|
+
...obj.dataPartitions && {
|
|
873
|
+
dataPartitions: obj.dataPartitions.map((item) => DataPartitionFilterSensitiveLog(item))
|
|
874
|
+
},
|
|
875
|
+
...obj.signalsToFetch && {
|
|
876
|
+
signalsToFetch: obj.signalsToFetch.map((item) => SignalFetchInformationFilterSensitiveLog(item))
|
|
877
|
+
}
|
|
779
878
|
}), "CreateCampaignRequestFilterSensitiveLog");
|
|
780
879
|
var GetCampaignResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
781
880
|
...obj,
|
|
782
881
|
...obj.signalsToCollect && { signalsToCollect: import_smithy_client.SENSITIVE_STRING },
|
|
783
882
|
...obj.collectionScheme && { collectionScheme: CollectionSchemeFilterSensitiveLog(obj.collectionScheme) },
|
|
784
883
|
...obj.dataExtraDimensions && { dataExtraDimensions: import_smithy_client.SENSITIVE_STRING },
|
|
785
|
-
...obj.dataDestinationConfigs && { dataDestinationConfigs: obj.dataDestinationConfigs.map((item) => item) }
|
|
884
|
+
...obj.dataDestinationConfigs && { dataDestinationConfigs: obj.dataDestinationConfigs.map((item) => item) },
|
|
885
|
+
...obj.dataPartitions && {
|
|
886
|
+
dataPartitions: obj.dataPartitions.map((item) => DataPartitionFilterSensitiveLog(item))
|
|
887
|
+
},
|
|
888
|
+
...obj.signalsToFetch && {
|
|
889
|
+
signalsToFetch: obj.signalsToFetch.map((item) => SignalFetchInformationFilterSensitiveLog(item))
|
|
890
|
+
}
|
|
786
891
|
}), "GetCampaignResponseFilterSensitiveLog");
|
|
787
892
|
var UpdateCampaignRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
788
893
|
...obj,
|
|
@@ -838,6 +943,12 @@ var se_CreateSignalCatalogCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
838
943
|
body = JSON.stringify(se_CreateSignalCatalogRequest(input, context));
|
|
839
944
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
840
945
|
}, "se_CreateSignalCatalogCommand");
|
|
946
|
+
var se_CreateStateTemplateCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
947
|
+
const headers = sharedHeaders("CreateStateTemplate");
|
|
948
|
+
let body;
|
|
949
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
950
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
951
|
+
}, "se_CreateStateTemplateCommand");
|
|
841
952
|
var se_CreateVehicleCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
842
953
|
const headers = sharedHeaders("CreateVehicle");
|
|
843
954
|
let body;
|
|
@@ -874,6 +985,12 @@ var se_DeleteSignalCatalogCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
874
985
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
875
986
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
876
987
|
}, "se_DeleteSignalCatalogCommand");
|
|
988
|
+
var se_DeleteStateTemplateCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
989
|
+
const headers = sharedHeaders("DeleteStateTemplate");
|
|
990
|
+
let body;
|
|
991
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
992
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
993
|
+
}, "se_DeleteStateTemplateCommand");
|
|
877
994
|
var se_DeleteVehicleCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
878
995
|
const headers = sharedHeaders("DeleteVehicle");
|
|
879
996
|
let body;
|
|
@@ -934,6 +1051,12 @@ var se_GetSignalCatalogCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
934
1051
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
935
1052
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
936
1053
|
}, "se_GetSignalCatalogCommand");
|
|
1054
|
+
var se_GetStateTemplateCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1055
|
+
const headers = sharedHeaders("GetStateTemplate");
|
|
1056
|
+
let body;
|
|
1057
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1058
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1059
|
+
}, "se_GetStateTemplateCommand");
|
|
937
1060
|
var se_GetVehicleCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
938
1061
|
const headers = sharedHeaders("GetVehicle");
|
|
939
1062
|
let body;
|
|
@@ -1018,6 +1141,12 @@ var se_ListSignalCatalogsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1018
1141
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1019
1142
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1020
1143
|
}, "se_ListSignalCatalogsCommand");
|
|
1144
|
+
var se_ListStateTemplatesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1145
|
+
const headers = sharedHeaders("ListStateTemplates");
|
|
1146
|
+
let body;
|
|
1147
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1148
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1149
|
+
}, "se_ListStateTemplatesCommand");
|
|
1021
1150
|
var se_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1022
1151
|
const headers = sharedHeaders("ListTagsForResource");
|
|
1023
1152
|
let body;
|
|
@@ -1096,6 +1225,12 @@ var se_UpdateSignalCatalogCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1096
1225
|
body = JSON.stringify(se_UpdateSignalCatalogRequest(input, context));
|
|
1097
1226
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1098
1227
|
}, "se_UpdateSignalCatalogCommand");
|
|
1228
|
+
var se_UpdateStateTemplateCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1229
|
+
const headers = sharedHeaders("UpdateStateTemplate");
|
|
1230
|
+
let body;
|
|
1231
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
1232
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
1233
|
+
}, "se_UpdateStateTemplateCommand");
|
|
1099
1234
|
var se_UpdateVehicleCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1100
1235
|
const headers = sharedHeaders("UpdateVehicle");
|
|
1101
1236
|
let body;
|
|
@@ -1206,6 +1341,19 @@ var de_CreateSignalCatalogCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
1206
1341
|
};
|
|
1207
1342
|
return response;
|
|
1208
1343
|
}, "de_CreateSignalCatalogCommand");
|
|
1344
|
+
var de_CreateStateTemplateCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1345
|
+
if (output.statusCode >= 300) {
|
|
1346
|
+
return de_CommandError(output, context);
|
|
1347
|
+
}
|
|
1348
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1349
|
+
let contents = {};
|
|
1350
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1351
|
+
const response = {
|
|
1352
|
+
$metadata: deserializeMetadata(output),
|
|
1353
|
+
...contents
|
|
1354
|
+
};
|
|
1355
|
+
return response;
|
|
1356
|
+
}, "de_CreateStateTemplateCommand");
|
|
1209
1357
|
var de_CreateVehicleCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1210
1358
|
if (output.statusCode >= 300) {
|
|
1211
1359
|
return de_CommandError(output, context);
|
|
@@ -1284,6 +1432,19 @@ var de_DeleteSignalCatalogCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
1284
1432
|
};
|
|
1285
1433
|
return response;
|
|
1286
1434
|
}, "de_DeleteSignalCatalogCommand");
|
|
1435
|
+
var de_DeleteStateTemplateCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1436
|
+
if (output.statusCode >= 300) {
|
|
1437
|
+
return de_CommandError(output, context);
|
|
1438
|
+
}
|
|
1439
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1440
|
+
let contents = {};
|
|
1441
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1442
|
+
const response = {
|
|
1443
|
+
$metadata: deserializeMetadata(output),
|
|
1444
|
+
...contents
|
|
1445
|
+
};
|
|
1446
|
+
return response;
|
|
1447
|
+
}, "de_DeleteStateTemplateCommand");
|
|
1287
1448
|
var de_DeleteVehicleCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1288
1449
|
if (output.statusCode >= 300) {
|
|
1289
1450
|
return de_CommandError(output, context);
|
|
@@ -1414,6 +1575,19 @@ var de_GetSignalCatalogCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1414
1575
|
};
|
|
1415
1576
|
return response;
|
|
1416
1577
|
}, "de_GetSignalCatalogCommand");
|
|
1578
|
+
var de_GetStateTemplateCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1579
|
+
if (output.statusCode >= 300) {
|
|
1580
|
+
return de_CommandError(output, context);
|
|
1581
|
+
}
|
|
1582
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1583
|
+
let contents = {};
|
|
1584
|
+
contents = de_GetStateTemplateResponse(data, context);
|
|
1585
|
+
const response = {
|
|
1586
|
+
$metadata: deserializeMetadata(output),
|
|
1587
|
+
...contents
|
|
1588
|
+
};
|
|
1589
|
+
return response;
|
|
1590
|
+
}, "de_GetStateTemplateCommand");
|
|
1417
1591
|
var de_GetVehicleCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1418
1592
|
if (output.statusCode >= 300) {
|
|
1419
1593
|
return de_CommandError(output, context);
|
|
@@ -1596,6 +1770,19 @@ var de_ListSignalCatalogsCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
1596
1770
|
};
|
|
1597
1771
|
return response;
|
|
1598
1772
|
}, "de_ListSignalCatalogsCommand");
|
|
1773
|
+
var de_ListStateTemplatesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1774
|
+
if (output.statusCode >= 300) {
|
|
1775
|
+
return de_CommandError(output, context);
|
|
1776
|
+
}
|
|
1777
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1778
|
+
let contents = {};
|
|
1779
|
+
contents = de_ListStateTemplatesResponse(data, context);
|
|
1780
|
+
const response = {
|
|
1781
|
+
$metadata: deserializeMetadata(output),
|
|
1782
|
+
...contents
|
|
1783
|
+
};
|
|
1784
|
+
return response;
|
|
1785
|
+
}, "de_ListStateTemplatesCommand");
|
|
1599
1786
|
var de_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1600
1787
|
if (output.statusCode >= 300) {
|
|
1601
1788
|
return de_CommandError(output, context);
|
|
@@ -1765,6 +1952,19 @@ var de_UpdateSignalCatalogCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
1765
1952
|
};
|
|
1766
1953
|
return response;
|
|
1767
1954
|
}, "de_UpdateSignalCatalogCommand");
|
|
1955
|
+
var de_UpdateStateTemplateCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1956
|
+
if (output.statusCode >= 300) {
|
|
1957
|
+
return de_CommandError(output, context);
|
|
1958
|
+
}
|
|
1959
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1960
|
+
let contents = {};
|
|
1961
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1962
|
+
const response = {
|
|
1963
|
+
$metadata: deserializeMetadata(output),
|
|
1964
|
+
...contents
|
|
1965
|
+
};
|
|
1966
|
+
return response;
|
|
1967
|
+
}, "de_UpdateStateTemplateCommand");
|
|
1768
1968
|
var de_UpdateVehicleCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1769
1969
|
if (output.statusCode >= 300) {
|
|
1770
1970
|
return de_CommandError(output, context);
|
|
@@ -1969,6 +2169,7 @@ var se_CreateCampaignRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
1969
2169
|
compression: [],
|
|
1970
2170
|
dataDestinationConfigs: import_smithy_client._json,
|
|
1971
2171
|
dataExtraDimensions: import_smithy_client._json,
|
|
2172
|
+
dataPartitions: import_smithy_client._json,
|
|
1972
2173
|
description: [],
|
|
1973
2174
|
diagnosticsMode: [],
|
|
1974
2175
|
expiryTime: (_) => _.getTime() / 1e3,
|
|
@@ -1977,6 +2178,7 @@ var se_CreateCampaignRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
1977
2178
|
priority: [],
|
|
1978
2179
|
signalCatalogArn: [],
|
|
1979
2180
|
signalsToCollect: import_smithy_client._json,
|
|
2181
|
+
signalsToFetch: import_smithy_client._json,
|
|
1980
2182
|
spoolingMode: [],
|
|
1981
2183
|
startTime: (_) => _.getTime() / 1e3,
|
|
1982
2184
|
tags: import_smithy_client._json,
|
|
@@ -1985,6 +2187,7 @@ var se_CreateCampaignRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
1985
2187
|
}, "se_CreateCampaignRequest");
|
|
1986
2188
|
var se_CreateDecoderManifestRequest = /* @__PURE__ */ __name((input, context) => {
|
|
1987
2189
|
return (0, import_smithy_client.take)(input, {
|
|
2190
|
+
defaultForUnmappedSignals: [],
|
|
1988
2191
|
description: [],
|
|
1989
2192
|
modelManifestArn: [],
|
|
1990
2193
|
name: [],
|
|
@@ -2091,6 +2294,7 @@ var se_Sensor = /* @__PURE__ */ __name((input, context) => {
|
|
|
2091
2294
|
var se_SignalDecoder = /* @__PURE__ */ __name((input, context) => {
|
|
2092
2295
|
return (0, import_smithy_client.take)(input, {
|
|
2093
2296
|
canSignal: (_) => se_CanSignal(_, context),
|
|
2297
|
+
customDecodingSignal: import_smithy_client._json,
|
|
2094
2298
|
fullyQualifiedName: [],
|
|
2095
2299
|
interfaceId: [],
|
|
2096
2300
|
messageSignal: (_) => se_MessageSignal(_, context),
|
|
@@ -2138,6 +2342,7 @@ var se_StructuredMessageListDefinition = /* @__PURE__ */ __name((input, context)
|
|
|
2138
2342
|
}, "se_StructuredMessageListDefinition");
|
|
2139
2343
|
var se_UpdateDecoderManifestRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2140
2344
|
return (0, import_smithy_client.take)(input, {
|
|
2345
|
+
defaultForUnmappedSignals: [],
|
|
2141
2346
|
description: [],
|
|
2142
2347
|
name: [],
|
|
2143
2348
|
networkInterfacesToAdd: import_smithy_client._json,
|
|
@@ -2260,6 +2465,7 @@ var de_GetCampaignResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
2260
2465
|
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2261
2466
|
dataDestinationConfigs: import_smithy_client._json,
|
|
2262
2467
|
dataExtraDimensions: import_smithy_client._json,
|
|
2468
|
+
dataPartitions: import_smithy_client._json,
|
|
2263
2469
|
description: import_smithy_client.expectString,
|
|
2264
2470
|
diagnosticsMode: import_smithy_client.expectString,
|
|
2265
2471
|
expiryTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
@@ -2269,6 +2475,7 @@ var de_GetCampaignResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
2269
2475
|
priority: import_smithy_client.expectInt32,
|
|
2270
2476
|
signalCatalogArn: import_smithy_client.expectString,
|
|
2271
2477
|
signalsToCollect: import_smithy_client._json,
|
|
2478
|
+
signalsToFetch: import_smithy_client._json,
|
|
2272
2479
|
spoolingMode: import_smithy_client.expectString,
|
|
2273
2480
|
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2274
2481
|
status: import_smithy_client.expectString,
|
|
@@ -2338,6 +2545,20 @@ var de_GetSignalCatalogResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
2338
2545
|
nodeCounts: import_smithy_client._json
|
|
2339
2546
|
});
|
|
2340
2547
|
}, "de_GetSignalCatalogResponse");
|
|
2548
|
+
var de_GetStateTemplateResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2549
|
+
return (0, import_smithy_client.take)(output, {
|
|
2550
|
+
arn: import_smithy_client.expectString,
|
|
2551
|
+
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2552
|
+
dataExtraDimensions: import_smithy_client._json,
|
|
2553
|
+
description: import_smithy_client.expectString,
|
|
2554
|
+
id: import_smithy_client.expectString,
|
|
2555
|
+
lastModificationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2556
|
+
metadataExtraDimensions: import_smithy_client._json,
|
|
2557
|
+
name: import_smithy_client.expectString,
|
|
2558
|
+
signalCatalogArn: import_smithy_client.expectString,
|
|
2559
|
+
stateTemplateProperties: import_smithy_client._json
|
|
2560
|
+
});
|
|
2561
|
+
}, "de_GetStateTemplateResponse");
|
|
2341
2562
|
var de_GetVehicleResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2342
2563
|
return (0, import_smithy_client.take)(output, {
|
|
2343
2564
|
arn: import_smithy_client.expectString,
|
|
@@ -2346,6 +2567,7 @@ var de_GetVehicleResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
2346
2567
|
decoderManifestArn: import_smithy_client.expectString,
|
|
2347
2568
|
lastModificationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2348
2569
|
modelManifestArn: import_smithy_client.expectString,
|
|
2570
|
+
stateTemplates: import_smithy_client._json,
|
|
2349
2571
|
vehicleName: import_smithy_client.expectString
|
|
2350
2572
|
});
|
|
2351
2573
|
}, "de_GetVehicleResponse");
|
|
@@ -2404,6 +2626,12 @@ var de_ListSignalCatalogsResponse = /* @__PURE__ */ __name((output, context) =>
|
|
|
2404
2626
|
summaries: (_) => de_signalCatalogSummaries(_, context)
|
|
2405
2627
|
});
|
|
2406
2628
|
}, "de_ListSignalCatalogsResponse");
|
|
2629
|
+
var de_ListStateTemplatesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2630
|
+
return (0, import_smithy_client.take)(output, {
|
|
2631
|
+
nextToken: import_smithy_client.expectString,
|
|
2632
|
+
summaries: (_) => de_StateTemplateSummaries(_, context)
|
|
2633
|
+
});
|
|
2634
|
+
}, "de_ListStateTemplatesResponse");
|
|
2407
2635
|
var de_ListVehiclesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2408
2636
|
return (0, import_smithy_client.take)(output, {
|
|
2409
2637
|
nextToken: import_smithy_client.expectString,
|
|
@@ -2541,6 +2769,7 @@ var de_SignalCatalogSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
2541
2769
|
var de_SignalDecoder = /* @__PURE__ */ __name((output, context) => {
|
|
2542
2770
|
return (0, import_smithy_client.take)(output, {
|
|
2543
2771
|
canSignal: (_) => de_CanSignal(_, context),
|
|
2772
|
+
customDecodingSignal: import_smithy_client._json,
|
|
2544
2773
|
fullyQualifiedName: import_smithy_client.expectString,
|
|
2545
2774
|
interfaceId: import_smithy_client.expectString,
|
|
2546
2775
|
messageSignal: (_) => de_MessageSignal(_, context),
|
|
@@ -2554,6 +2783,23 @@ var de_SignalDecoders = /* @__PURE__ */ __name((output, context) => {
|
|
|
2554
2783
|
});
|
|
2555
2784
|
return retVal;
|
|
2556
2785
|
}, "de_SignalDecoders");
|
|
2786
|
+
var de_StateTemplateSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
2787
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2788
|
+
return de_StateTemplateSummary(entry, context);
|
|
2789
|
+
});
|
|
2790
|
+
return retVal;
|
|
2791
|
+
}, "de_StateTemplateSummaries");
|
|
2792
|
+
var de_StateTemplateSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2793
|
+
return (0, import_smithy_client.take)(output, {
|
|
2794
|
+
arn: import_smithy_client.expectString,
|
|
2795
|
+
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2796
|
+
description: import_smithy_client.expectString,
|
|
2797
|
+
id: import_smithy_client.expectString,
|
|
2798
|
+
lastModificationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2799
|
+
name: import_smithy_client.expectString,
|
|
2800
|
+
signalCatalogArn: import_smithy_client.expectString
|
|
2801
|
+
});
|
|
2802
|
+
}, "de_StateTemplateSummary");
|
|
2557
2803
|
var de_StructuredMessage = /* @__PURE__ */ __name((output, context) => {
|
|
2558
2804
|
if (output.primitiveMessageDefinition != null) {
|
|
2559
2805
|
return {
|
|
@@ -2757,6 +3003,20 @@ var _CreateSignalCatalogCommand = class _CreateSignalCatalogCommand extends impo
|
|
|
2757
3003
|
__name(_CreateSignalCatalogCommand, "CreateSignalCatalogCommand");
|
|
2758
3004
|
var CreateSignalCatalogCommand = _CreateSignalCatalogCommand;
|
|
2759
3005
|
|
|
3006
|
+
// src/commands/CreateStateTemplateCommand.ts
|
|
3007
|
+
|
|
3008
|
+
|
|
3009
|
+
|
|
3010
|
+
var _CreateStateTemplateCommand = class _CreateStateTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3011
|
+
return [
|
|
3012
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3013
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3014
|
+
];
|
|
3015
|
+
}).s("IoTAutobahnControlPlane", "CreateStateTemplate", {}).n("IoTFleetWiseClient", "CreateStateTemplateCommand").f(void 0, void 0).ser(se_CreateStateTemplateCommand).de(de_CreateStateTemplateCommand).build() {
|
|
3016
|
+
};
|
|
3017
|
+
__name(_CreateStateTemplateCommand, "CreateStateTemplateCommand");
|
|
3018
|
+
var CreateStateTemplateCommand = _CreateStateTemplateCommand;
|
|
3019
|
+
|
|
2760
3020
|
// src/commands/CreateVehicleCommand.ts
|
|
2761
3021
|
|
|
2762
3022
|
|
|
@@ -2841,6 +3101,20 @@ var _DeleteSignalCatalogCommand = class _DeleteSignalCatalogCommand extends impo
|
|
|
2841
3101
|
__name(_DeleteSignalCatalogCommand, "DeleteSignalCatalogCommand");
|
|
2842
3102
|
var DeleteSignalCatalogCommand = _DeleteSignalCatalogCommand;
|
|
2843
3103
|
|
|
3104
|
+
// src/commands/DeleteStateTemplateCommand.ts
|
|
3105
|
+
|
|
3106
|
+
|
|
3107
|
+
|
|
3108
|
+
var _DeleteStateTemplateCommand = class _DeleteStateTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3109
|
+
return [
|
|
3110
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3111
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3112
|
+
];
|
|
3113
|
+
}).s("IoTAutobahnControlPlane", "DeleteStateTemplate", {}).n("IoTFleetWiseClient", "DeleteStateTemplateCommand").f(void 0, void 0).ser(se_DeleteStateTemplateCommand).de(de_DeleteStateTemplateCommand).build() {
|
|
3114
|
+
};
|
|
3115
|
+
__name(_DeleteStateTemplateCommand, "DeleteStateTemplateCommand");
|
|
3116
|
+
var DeleteStateTemplateCommand = _DeleteStateTemplateCommand;
|
|
3117
|
+
|
|
2844
3118
|
// src/commands/DeleteVehicleCommand.ts
|
|
2845
3119
|
|
|
2846
3120
|
|
|
@@ -2981,6 +3255,20 @@ var _GetSignalCatalogCommand = class _GetSignalCatalogCommand extends import_smi
|
|
|
2981
3255
|
__name(_GetSignalCatalogCommand, "GetSignalCatalogCommand");
|
|
2982
3256
|
var GetSignalCatalogCommand = _GetSignalCatalogCommand;
|
|
2983
3257
|
|
|
3258
|
+
// src/commands/GetStateTemplateCommand.ts
|
|
3259
|
+
|
|
3260
|
+
|
|
3261
|
+
|
|
3262
|
+
var _GetStateTemplateCommand = class _GetStateTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3263
|
+
return [
|
|
3264
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3265
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3266
|
+
];
|
|
3267
|
+
}).s("IoTAutobahnControlPlane", "GetStateTemplate", {}).n("IoTFleetWiseClient", "GetStateTemplateCommand").f(void 0, void 0).ser(se_GetStateTemplateCommand).de(de_GetStateTemplateCommand).build() {
|
|
3268
|
+
};
|
|
3269
|
+
__name(_GetStateTemplateCommand, "GetStateTemplateCommand");
|
|
3270
|
+
var GetStateTemplateCommand = _GetStateTemplateCommand;
|
|
3271
|
+
|
|
2984
3272
|
// src/commands/GetVehicleCommand.ts
|
|
2985
3273
|
|
|
2986
3274
|
|
|
@@ -3177,6 +3465,20 @@ var _ListSignalCatalogsCommand = class _ListSignalCatalogsCommand extends import
|
|
|
3177
3465
|
__name(_ListSignalCatalogsCommand, "ListSignalCatalogsCommand");
|
|
3178
3466
|
var ListSignalCatalogsCommand = _ListSignalCatalogsCommand;
|
|
3179
3467
|
|
|
3468
|
+
// src/commands/ListStateTemplatesCommand.ts
|
|
3469
|
+
|
|
3470
|
+
|
|
3471
|
+
|
|
3472
|
+
var _ListStateTemplatesCommand = class _ListStateTemplatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3473
|
+
return [
|
|
3474
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3475
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3476
|
+
];
|
|
3477
|
+
}).s("IoTAutobahnControlPlane", "ListStateTemplates", {}).n("IoTFleetWiseClient", "ListStateTemplatesCommand").f(void 0, void 0).ser(se_ListStateTemplatesCommand).de(de_ListStateTemplatesCommand).build() {
|
|
3478
|
+
};
|
|
3479
|
+
__name(_ListStateTemplatesCommand, "ListStateTemplatesCommand");
|
|
3480
|
+
var ListStateTemplatesCommand = _ListStateTemplatesCommand;
|
|
3481
|
+
|
|
3180
3482
|
// src/commands/ListTagsForResourceCommand.ts
|
|
3181
3483
|
|
|
3182
3484
|
|
|
@@ -3359,6 +3661,20 @@ var _UpdateSignalCatalogCommand = class _UpdateSignalCatalogCommand extends impo
|
|
|
3359
3661
|
__name(_UpdateSignalCatalogCommand, "UpdateSignalCatalogCommand");
|
|
3360
3662
|
var UpdateSignalCatalogCommand = _UpdateSignalCatalogCommand;
|
|
3361
3663
|
|
|
3664
|
+
// src/commands/UpdateStateTemplateCommand.ts
|
|
3665
|
+
|
|
3666
|
+
|
|
3667
|
+
|
|
3668
|
+
var _UpdateStateTemplateCommand = class _UpdateStateTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3669
|
+
return [
|
|
3670
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3671
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3672
|
+
];
|
|
3673
|
+
}).s("IoTAutobahnControlPlane", "UpdateStateTemplate", {}).n("IoTFleetWiseClient", "UpdateStateTemplateCommand").f(void 0, void 0).ser(se_UpdateStateTemplateCommand).de(de_UpdateStateTemplateCommand).build() {
|
|
3674
|
+
};
|
|
3675
|
+
__name(_UpdateStateTemplateCommand, "UpdateStateTemplateCommand");
|
|
3676
|
+
var UpdateStateTemplateCommand = _UpdateStateTemplateCommand;
|
|
3677
|
+
|
|
3362
3678
|
// src/commands/UpdateVehicleCommand.ts
|
|
3363
3679
|
|
|
3364
3680
|
|
|
@@ -3383,12 +3699,14 @@ var commands = {
|
|
|
3383
3699
|
CreateFleetCommand,
|
|
3384
3700
|
CreateModelManifestCommand,
|
|
3385
3701
|
CreateSignalCatalogCommand,
|
|
3702
|
+
CreateStateTemplateCommand,
|
|
3386
3703
|
CreateVehicleCommand,
|
|
3387
3704
|
DeleteCampaignCommand,
|
|
3388
3705
|
DeleteDecoderManifestCommand,
|
|
3389
3706
|
DeleteFleetCommand,
|
|
3390
3707
|
DeleteModelManifestCommand,
|
|
3391
3708
|
DeleteSignalCatalogCommand,
|
|
3709
|
+
DeleteStateTemplateCommand,
|
|
3392
3710
|
DeleteVehicleCommand,
|
|
3393
3711
|
DisassociateVehicleFleetCommand,
|
|
3394
3712
|
GetCampaignCommand,
|
|
@@ -3399,6 +3717,7 @@ var commands = {
|
|
|
3399
3717
|
GetModelManifestCommand,
|
|
3400
3718
|
GetRegisterAccountStatusCommand,
|
|
3401
3719
|
GetSignalCatalogCommand,
|
|
3720
|
+
GetStateTemplateCommand,
|
|
3402
3721
|
GetVehicleCommand,
|
|
3403
3722
|
GetVehicleStatusCommand,
|
|
3404
3723
|
ImportDecoderManifestCommand,
|
|
@@ -3413,6 +3732,7 @@ var commands = {
|
|
|
3413
3732
|
ListModelManifestsCommand,
|
|
3414
3733
|
ListSignalCatalogNodesCommand,
|
|
3415
3734
|
ListSignalCatalogsCommand,
|
|
3735
|
+
ListStateTemplatesCommand,
|
|
3416
3736
|
ListTagsForResourceCommand,
|
|
3417
3737
|
ListVehiclesCommand,
|
|
3418
3738
|
ListVehiclesInFleetCommand,
|
|
@@ -3426,6 +3746,7 @@ var commands = {
|
|
|
3426
3746
|
UpdateFleetCommand,
|
|
3427
3747
|
UpdateModelManifestCommand,
|
|
3428
3748
|
UpdateSignalCatalogCommand,
|
|
3749
|
+
UpdateStateTemplateCommand,
|
|
3429
3750
|
UpdateVehicleCommand
|
|
3430
3751
|
};
|
|
3431
3752
|
var _IoTFleetWise = class _IoTFleetWise extends IoTFleetWiseClient {
|
|
@@ -3478,6 +3799,10 @@ var paginateListSignalCatalogNodes = (0, import_core.createPaginator)(IoTFleetWi
|
|
|
3478
3799
|
|
|
3479
3800
|
var paginateListSignalCatalogs = (0, import_core.createPaginator)(IoTFleetWiseClient, ListSignalCatalogsCommand, "nextToken", "nextToken", "maxResults");
|
|
3480
3801
|
|
|
3802
|
+
// src/pagination/ListStateTemplatesPaginator.ts
|
|
3803
|
+
|
|
3804
|
+
var paginateListStateTemplates = (0, import_core.createPaginator)(IoTFleetWiseClient, ListStateTemplatesCommand, "nextToken", "nextToken", "maxResults");
|
|
3805
|
+
|
|
3481
3806
|
// src/pagination/ListVehiclesInFleetPaginator.ts
|
|
3482
3807
|
|
|
3483
3808
|
var paginateListVehiclesInFleet = (0, import_core.createPaginator)(IoTFleetWiseClient, ListVehiclesInFleetCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -3501,12 +3826,14 @@ var paginateListVehicles = (0, import_core.createPaginator)(IoTFleetWiseClient,
|
|
|
3501
3826
|
CreateFleetCommand,
|
|
3502
3827
|
CreateModelManifestCommand,
|
|
3503
3828
|
CreateSignalCatalogCommand,
|
|
3829
|
+
CreateStateTemplateCommand,
|
|
3504
3830
|
CreateVehicleCommand,
|
|
3505
3831
|
DeleteCampaignCommand,
|
|
3506
3832
|
DeleteDecoderManifestCommand,
|
|
3507
3833
|
DeleteFleetCommand,
|
|
3508
3834
|
DeleteModelManifestCommand,
|
|
3509
3835
|
DeleteSignalCatalogCommand,
|
|
3836
|
+
DeleteStateTemplateCommand,
|
|
3510
3837
|
DeleteVehicleCommand,
|
|
3511
3838
|
DisassociateVehicleFleetCommand,
|
|
3512
3839
|
GetCampaignCommand,
|
|
@@ -3517,6 +3844,7 @@ var paginateListVehicles = (0, import_core.createPaginator)(IoTFleetWiseClient,
|
|
|
3517
3844
|
GetModelManifestCommand,
|
|
3518
3845
|
GetRegisterAccountStatusCommand,
|
|
3519
3846
|
GetSignalCatalogCommand,
|
|
3847
|
+
GetStateTemplateCommand,
|
|
3520
3848
|
GetVehicleCommand,
|
|
3521
3849
|
GetVehicleStatusCommand,
|
|
3522
3850
|
ImportDecoderManifestCommand,
|
|
@@ -3531,6 +3859,7 @@ var paginateListVehicles = (0, import_core.createPaginator)(IoTFleetWiseClient,
|
|
|
3531
3859
|
ListModelManifestsCommand,
|
|
3532
3860
|
ListSignalCatalogNodesCommand,
|
|
3533
3861
|
ListSignalCatalogsCommand,
|
|
3862
|
+
ListStateTemplatesCommand,
|
|
3534
3863
|
ListTagsForResourceCommand,
|
|
3535
3864
|
ListVehiclesCommand,
|
|
3536
3865
|
ListVehiclesInFleetCommand,
|
|
@@ -3544,6 +3873,7 @@ var paginateListVehicles = (0, import_core.createPaginator)(IoTFleetWiseClient,
|
|
|
3544
3873
|
UpdateFleetCommand,
|
|
3545
3874
|
UpdateModelManifestCommand,
|
|
3546
3875
|
UpdateSignalCatalogCommand,
|
|
3876
|
+
UpdateStateTemplateCommand,
|
|
3547
3877
|
UpdateVehicleCommand,
|
|
3548
3878
|
paginateGetVehicleStatus,
|
|
3549
3879
|
paginateListCampaigns,
|
|
@@ -3556,6 +3886,7 @@ var paginateListVehicles = (0, import_core.createPaginator)(IoTFleetWiseClient,
|
|
|
3556
3886
|
paginateListModelManifests,
|
|
3557
3887
|
paginateListSignalCatalogNodes,
|
|
3558
3888
|
paginateListSignalCatalogs,
|
|
3889
|
+
paginateListStateTemplates,
|
|
3559
3890
|
paginateListVehiclesInFleet,
|
|
3560
3891
|
paginateListVehicles,
|
|
3561
3892
|
AccessDeniedException,
|
|
@@ -3567,6 +3898,8 @@ var paginateListVehicles = (0, import_core.createPaginator)(IoTFleetWiseClient,
|
|
|
3567
3898
|
ValidationExceptionReason,
|
|
3568
3899
|
ValidationException,
|
|
3569
3900
|
VehicleAssociationBehavior,
|
|
3901
|
+
TimeUnit,
|
|
3902
|
+
StateTemplateUpdateStrategy,
|
|
3570
3903
|
UpdateMode,
|
|
3571
3904
|
ConflictException,
|
|
3572
3905
|
TriggerMode,
|
|
@@ -3575,11 +3908,15 @@ var paginateListVehicles = (0, import_core.createPaginator)(IoTFleetWiseClient,
|
|
|
3575
3908
|
DataFormat,
|
|
3576
3909
|
StorageCompressionFormat,
|
|
3577
3910
|
DataDestinationConfig,
|
|
3911
|
+
StorageMaximumSizeUnit,
|
|
3912
|
+
StorageMinimumTimeToLiveUnit,
|
|
3578
3913
|
DiagnosticsMode,
|
|
3914
|
+
SignalFetchConfig,
|
|
3579
3915
|
SpoolingMode,
|
|
3580
3916
|
CampaignStatus,
|
|
3581
3917
|
UpdateCampaignAction,
|
|
3582
3918
|
LogType,
|
|
3919
|
+
DefaultForUnmappedSignalsType,
|
|
3583
3920
|
NetworkInterfaceType,
|
|
3584
3921
|
VehicleMiddlewareProtocol,
|
|
3585
3922
|
ROS2PrimitiveType,
|
|
@@ -3604,6 +3941,12 @@ var paginateListVehicles = (0, import_core.createPaginator)(IoTFleetWiseClient,
|
|
|
3604
3941
|
StructuredMessage,
|
|
3605
3942
|
ConditionBasedCollectionSchemeFilterSensitiveLog,
|
|
3606
3943
|
CollectionSchemeFilterSensitiveLog,
|
|
3944
|
+
DataPartitionStorageOptionsFilterSensitiveLog,
|
|
3945
|
+
DataPartitionUploadOptionsFilterSensitiveLog,
|
|
3946
|
+
DataPartitionFilterSensitiveLog,
|
|
3947
|
+
ConditionBasedSignalFetchConfigFilterSensitiveLog,
|
|
3948
|
+
SignalFetchConfigFilterSensitiveLog,
|
|
3949
|
+
SignalFetchInformationFilterSensitiveLog,
|
|
3607
3950
|
CreateCampaignRequestFilterSensitiveLog,
|
|
3608
3951
|
GetCampaignResponseFilterSensitiveLog,
|
|
3609
3952
|
UpdateCampaignRequestFilterSensitiveLog
|