@aws-sdk/client-iotfleetwise 3.762.0 → 3.774.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/dist-cjs/index.js +113 -132
- package/package.json +7 -7
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AccessDeniedException: () => AccessDeniedException,
|
|
25
25
|
AssociateVehicleFleetCommand: () => AssociateVehicleFleetCommand,
|
|
26
26
|
BatchCreateVehicleCommand: () => BatchCreateVehicleCommand,
|
|
@@ -160,7 +160,7 @@ __export(src_exports, {
|
|
|
160
160
|
paginateListVehicles: () => paginateListVehicles,
|
|
161
161
|
paginateListVehiclesInFleet: () => paginateListVehiclesInFleet
|
|
162
162
|
});
|
|
163
|
-
module.exports = __toCommonJS(
|
|
163
|
+
module.exports = __toCommonJS(index_exports);
|
|
164
164
|
|
|
165
165
|
// src/IoTFleetWiseClient.ts
|
|
166
166
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -287,9 +287,9 @@ var IoTFleetWiseClient = class extends import_smithy_client.Client {
|
|
|
287
287
|
this.middlewareStack.use(
|
|
288
288
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
289
289
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultIoTFleetWiseHttpAuthSchemeParametersProvider,
|
|
290
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
290
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
291
291
|
"aws.auth#sigv4": config.credentials
|
|
292
|
-
})
|
|
292
|
+
}), "identityProviderConfigProvider")
|
|
293
293
|
})
|
|
294
294
|
);
|
|
295
295
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -554,10 +554,8 @@ var TimeUnit = {
|
|
|
554
554
|
var StateTemplateUpdateStrategy;
|
|
555
555
|
((StateTemplateUpdateStrategy3) => {
|
|
556
556
|
StateTemplateUpdateStrategy3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
557
|
-
if (value.periodic !== void 0)
|
|
558
|
-
|
|
559
|
-
if (value.onChange !== void 0)
|
|
560
|
-
return visitor.onChange(value.onChange);
|
|
557
|
+
if (value.periodic !== void 0) return visitor.periodic(value.periodic);
|
|
558
|
+
if (value.onChange !== void 0) return visitor.onChange(value.onChange);
|
|
561
559
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
562
560
|
}, "visit");
|
|
563
561
|
})(StateTemplateUpdateStrategy || (StateTemplateUpdateStrategy = {}));
|
|
@@ -624,12 +622,9 @@ var StorageCompressionFormat = {
|
|
|
624
622
|
var DataDestinationConfig;
|
|
625
623
|
((DataDestinationConfig3) => {
|
|
626
624
|
DataDestinationConfig3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
627
|
-
if (value.s3Config !== void 0)
|
|
628
|
-
|
|
629
|
-
if (value.
|
|
630
|
-
return visitor.timestreamConfig(value.timestreamConfig);
|
|
631
|
-
if (value.mqttTopicConfig !== void 0)
|
|
632
|
-
return visitor.mqttTopicConfig(value.mqttTopicConfig);
|
|
625
|
+
if (value.s3Config !== void 0) return visitor.s3Config(value.s3Config);
|
|
626
|
+
if (value.timestreamConfig !== void 0) return visitor.timestreamConfig(value.timestreamConfig);
|
|
627
|
+
if (value.mqttTopicConfig !== void 0) return visitor.mqttTopicConfig(value.mqttTopicConfig);
|
|
633
628
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
634
629
|
}, "visit");
|
|
635
630
|
})(DataDestinationConfig || (DataDestinationConfig = {}));
|
|
@@ -650,10 +645,8 @@ var DiagnosticsMode = {
|
|
|
650
645
|
var SignalFetchConfig;
|
|
651
646
|
((SignalFetchConfig3) => {
|
|
652
647
|
SignalFetchConfig3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
653
|
-
if (value.timeBased !== void 0)
|
|
654
|
-
|
|
655
|
-
if (value.conditionBased !== void 0)
|
|
656
|
-
return visitor.conditionBased(value.conditionBased);
|
|
648
|
+
if (value.timeBased !== void 0) return visitor.timeBased(value.timeBased);
|
|
649
|
+
if (value.conditionBased !== void 0) return visitor.conditionBased(value.conditionBased);
|
|
657
650
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
658
651
|
}, "visit");
|
|
659
652
|
})(SignalFetchConfig || (SignalFetchConfig = {}));
|
|
@@ -822,18 +815,12 @@ var NodeDataEncoding = {
|
|
|
822
815
|
var Node;
|
|
823
816
|
((Node2) => {
|
|
824
817
|
Node2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
825
|
-
if (value.branch !== void 0)
|
|
826
|
-
|
|
827
|
-
if (value.
|
|
828
|
-
|
|
829
|
-
if (value.
|
|
830
|
-
|
|
831
|
-
if (value.attribute !== void 0)
|
|
832
|
-
return visitor.attribute(value.attribute);
|
|
833
|
-
if (value.struct !== void 0)
|
|
834
|
-
return visitor.struct(value.struct);
|
|
835
|
-
if (value.property !== void 0)
|
|
836
|
-
return visitor.property(value.property);
|
|
818
|
+
if (value.branch !== void 0) return visitor.branch(value.branch);
|
|
819
|
+
if (value.sensor !== void 0) return visitor.sensor(value.sensor);
|
|
820
|
+
if (value.actuator !== void 0) return visitor.actuator(value.actuator);
|
|
821
|
+
if (value.attribute !== void 0) return visitor.attribute(value.attribute);
|
|
822
|
+
if (value.struct !== void 0) return visitor.struct(value.struct);
|
|
823
|
+
if (value.property !== void 0) return visitor.property(value.property);
|
|
837
824
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
838
825
|
}, "visit");
|
|
839
826
|
})(Node || (Node = {}));
|
|
@@ -876,8 +863,7 @@ var ManifestStatus = {
|
|
|
876
863
|
var NetworkFileDefinition;
|
|
877
864
|
((NetworkFileDefinition2) => {
|
|
878
865
|
NetworkFileDefinition2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
879
|
-
if (value.canDbc !== void 0)
|
|
880
|
-
return visitor.canDbc(value.canDbc);
|
|
866
|
+
if (value.canDbc !== void 0) return visitor.canDbc(value.canDbc);
|
|
881
867
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
882
868
|
}, "visit");
|
|
883
869
|
})(NetworkFileDefinition || (NetworkFileDefinition = {}));
|
|
@@ -893,8 +879,7 @@ var EncryptionType = {
|
|
|
893
879
|
var FormattedVss;
|
|
894
880
|
((FormattedVss3) => {
|
|
895
881
|
FormattedVss3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
896
|
-
if (value.vssJson !== void 0)
|
|
897
|
-
return visitor.vssJson(value.vssJson);
|
|
882
|
+
if (value.vssJson !== void 0) return visitor.vssJson(value.vssJson);
|
|
898
883
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
899
884
|
}, "visit");
|
|
900
885
|
})(FormattedVss || (FormattedVss = {}));
|
|
@@ -935,16 +920,14 @@ var ConditionBasedCollectionSchemeFilterSensitiveLog = /* @__PURE__ */ __name((o
|
|
|
935
920
|
...obj.expression && { expression: import_smithy_client.SENSITIVE_STRING }
|
|
936
921
|
}), "ConditionBasedCollectionSchemeFilterSensitiveLog");
|
|
937
922
|
var CollectionSchemeFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
938
|
-
if (obj.timeBasedCollectionScheme !== void 0)
|
|
939
|
-
return { timeBasedCollectionScheme: obj.timeBasedCollectionScheme };
|
|
923
|
+
if (obj.timeBasedCollectionScheme !== void 0) return { timeBasedCollectionScheme: obj.timeBasedCollectionScheme };
|
|
940
924
|
if (obj.conditionBasedCollectionScheme !== void 0)
|
|
941
925
|
return {
|
|
942
926
|
conditionBasedCollectionScheme: ConditionBasedCollectionSchemeFilterSensitiveLog(
|
|
943
927
|
obj.conditionBasedCollectionScheme
|
|
944
928
|
)
|
|
945
929
|
};
|
|
946
|
-
if (obj.$unknown !== void 0)
|
|
947
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
930
|
+
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
948
931
|
}, "CollectionSchemeFilterSensitiveLog");
|
|
949
932
|
var DataPartitionStorageOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
950
933
|
...obj,
|
|
@@ -964,12 +947,10 @@ var ConditionBasedSignalFetchConfigFilterSensitiveLog = /* @__PURE__ */ __name((
|
|
|
964
947
|
...obj.conditionExpression && { conditionExpression: import_smithy_client.SENSITIVE_STRING }
|
|
965
948
|
}), "ConditionBasedSignalFetchConfigFilterSensitiveLog");
|
|
966
949
|
var SignalFetchConfigFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
967
|
-
if (obj.timeBased !== void 0)
|
|
968
|
-
return { timeBased: obj.timeBased };
|
|
950
|
+
if (obj.timeBased !== void 0) return { timeBased: obj.timeBased };
|
|
969
951
|
if (obj.conditionBased !== void 0)
|
|
970
952
|
return { conditionBased: ConditionBasedSignalFetchConfigFilterSensitiveLog(obj.conditionBased) };
|
|
971
|
-
if (obj.$unknown !== void 0)
|
|
972
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
953
|
+
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
973
954
|
}, "SignalFetchConfigFilterSensitiveLog");
|
|
974
955
|
var SignalFetchInformationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
975
956
|
...obj,
|
|
@@ -2255,7 +2236,7 @@ var se_Attribute = /* @__PURE__ */ __name((input, context) => {
|
|
|
2255
2236
|
}, "se_Attribute");
|
|
2256
2237
|
var se_CanDbcDefinition = /* @__PURE__ */ __name((input, context) => {
|
|
2257
2238
|
return (0, import_smithy_client.take)(input, {
|
|
2258
|
-
canDbcFiles: (_) => se_NetworkFilesList(_, context),
|
|
2239
|
+
canDbcFiles: /* @__PURE__ */ __name((_) => se_NetworkFilesList(_, context), "canDbcFiles"),
|
|
2259
2240
|
networkInterface: [],
|
|
2260
2241
|
signalsMap: import_smithy_client._json
|
|
2261
2242
|
});
|
|
@@ -2282,7 +2263,7 @@ var se_CreateCampaignRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
2282
2263
|
dataPartitions: import_smithy_client._json,
|
|
2283
2264
|
description: [],
|
|
2284
2265
|
diagnosticsMode: [],
|
|
2285
|
-
expiryTime: (_) => _.getTime() / 1e3,
|
|
2266
|
+
expiryTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "expiryTime"),
|
|
2286
2267
|
name: [],
|
|
2287
2268
|
postTriggerCollectionDuration: [],
|
|
2288
2269
|
priority: [],
|
|
@@ -2290,7 +2271,7 @@ var se_CreateCampaignRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
2290
2271
|
signalsToCollect: import_smithy_client._json,
|
|
2291
2272
|
signalsToFetch: import_smithy_client._json,
|
|
2292
2273
|
spoolingMode: [],
|
|
2293
|
-
startTime: (_) => _.getTime() / 1e3,
|
|
2274
|
+
startTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "startTime"),
|
|
2294
2275
|
tags: import_smithy_client._json,
|
|
2295
2276
|
targetArn: []
|
|
2296
2277
|
});
|
|
@@ -2302,7 +2283,7 @@ var se_CreateDecoderManifestRequest = /* @__PURE__ */ __name((input, context) =>
|
|
|
2302
2283
|
modelManifestArn: [],
|
|
2303
2284
|
name: [],
|
|
2304
2285
|
networkInterfaces: import_smithy_client._json,
|
|
2305
|
-
signalDecoders: (_) => se_SignalDecoders(_, context),
|
|
2286
|
+
signalDecoders: /* @__PURE__ */ __name((_) => se_SignalDecoders(_, context), "signalDecoders"),
|
|
2306
2287
|
tags: import_smithy_client._json
|
|
2307
2288
|
});
|
|
2308
2289
|
}, "se_CreateDecoderManifestRequest");
|
|
@@ -2310,26 +2291,26 @@ var se_CreateSignalCatalogRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
2310
2291
|
return (0, import_smithy_client.take)(input, {
|
|
2311
2292
|
description: [],
|
|
2312
2293
|
name: [],
|
|
2313
|
-
nodes: (_) => se_Nodes(_, context),
|
|
2294
|
+
nodes: /* @__PURE__ */ __name((_) => se_Nodes(_, context), "nodes"),
|
|
2314
2295
|
tags: import_smithy_client._json
|
|
2315
2296
|
});
|
|
2316
2297
|
}, "se_CreateSignalCatalogRequest");
|
|
2317
2298
|
var se_ImportDecoderManifestRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2318
2299
|
return (0, import_smithy_client.take)(input, {
|
|
2319
2300
|
name: [],
|
|
2320
|
-
networkFileDefinitions: (_) => se_NetworkFileDefinitions(_, context)
|
|
2301
|
+
networkFileDefinitions: /* @__PURE__ */ __name((_) => se_NetworkFileDefinitions(_, context), "networkFileDefinitions")
|
|
2321
2302
|
});
|
|
2322
2303
|
}, "se_ImportDecoderManifestRequest");
|
|
2323
2304
|
var se_MessageSignal = /* @__PURE__ */ __name((input, context) => {
|
|
2324
2305
|
return (0, import_smithy_client.take)(input, {
|
|
2325
|
-
structuredMessage: (_) => se_StructuredMessage(_, context),
|
|
2306
|
+
structuredMessage: /* @__PURE__ */ __name((_) => se_StructuredMessage(_, context), "structuredMessage"),
|
|
2326
2307
|
topicName: []
|
|
2327
2308
|
});
|
|
2328
2309
|
}, "se_MessageSignal");
|
|
2329
2310
|
var se_NetworkFileDefinition = /* @__PURE__ */ __name((input, context) => {
|
|
2330
2311
|
return NetworkFileDefinition.visit(input, {
|
|
2331
|
-
canDbc: (value) => ({ canDbc: se_CanDbcDefinition(value, context) }),
|
|
2332
|
-
_: (name, value) => ({ [name]: value })
|
|
2312
|
+
canDbc: /* @__PURE__ */ __name((value) => ({ canDbc: se_CanDbcDefinition(value, context) }), "canDbc"),
|
|
2313
|
+
_: /* @__PURE__ */ __name((name, value) => ({ [name]: value }), "_")
|
|
2333
2314
|
});
|
|
2334
2315
|
}, "se_NetworkFileDefinition");
|
|
2335
2316
|
var se_NetworkFileDefinitions = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -2344,13 +2325,13 @@ var se_NetworkFilesList = /* @__PURE__ */ __name((input, context) => {
|
|
|
2344
2325
|
}, "se_NetworkFilesList");
|
|
2345
2326
|
var se_Node = /* @__PURE__ */ __name((input, context) => {
|
|
2346
2327
|
return Node.visit(input, {
|
|
2347
|
-
actuator: (value) => ({ actuator: se_Actuator(value, context) }),
|
|
2348
|
-
attribute: (value) => ({ attribute: se_Attribute(value, context) }),
|
|
2349
|
-
branch: (value) => ({ branch: (0, import_smithy_client._json)(value) }),
|
|
2350
|
-
property: (value) => ({ property: (0, import_smithy_client._json)(value) }),
|
|
2351
|
-
sensor: (value) => ({ sensor: se_Sensor(value, context) }),
|
|
2352
|
-
struct: (value) => ({ struct: (0, import_smithy_client._json)(value) }),
|
|
2353
|
-
_: (name, value) => ({ [name]: value })
|
|
2328
|
+
actuator: /* @__PURE__ */ __name((value) => ({ actuator: se_Actuator(value, context) }), "actuator"),
|
|
2329
|
+
attribute: /* @__PURE__ */ __name((value) => ({ attribute: se_Attribute(value, context) }), "attribute"),
|
|
2330
|
+
branch: /* @__PURE__ */ __name((value) => ({ branch: (0, import_smithy_client._json)(value) }), "branch"),
|
|
2331
|
+
property: /* @__PURE__ */ __name((value) => ({ property: (0, import_smithy_client._json)(value) }), "property"),
|
|
2332
|
+
sensor: /* @__PURE__ */ __name((value) => ({ sensor: se_Sensor(value, context) }), "sensor"),
|
|
2333
|
+
struct: /* @__PURE__ */ __name((value) => ({ struct: (0, import_smithy_client._json)(value) }), "struct"),
|
|
2334
|
+
_: /* @__PURE__ */ __name((name, value) => ({ [name]: value }), "_")
|
|
2354
2335
|
});
|
|
2355
2336
|
}, "se_Node");
|
|
2356
2337
|
var se_Nodes = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -2375,10 +2356,10 @@ var se_ObdSignal = /* @__PURE__ */ __name((input, context) => {
|
|
|
2375
2356
|
}, "se_ObdSignal");
|
|
2376
2357
|
var se_PrimitiveMessageDefinition = /* @__PURE__ */ __name((input, context) => {
|
|
2377
2358
|
return PrimitiveMessageDefinition.visit(input, {
|
|
2378
|
-
ros2PrimitiveMessageDefinition: (value) => ({
|
|
2359
|
+
ros2PrimitiveMessageDefinition: /* @__PURE__ */ __name((value) => ({
|
|
2379
2360
|
ros2PrimitiveMessageDefinition: se_ROS2PrimitiveMessageDefinition(value, context)
|
|
2380
|
-
}),
|
|
2381
|
-
_: (name, value) => ({ [name]: value })
|
|
2361
|
+
}), "ros2PrimitiveMessageDefinition"),
|
|
2362
|
+
_: /* @__PURE__ */ __name((name, value) => ({ [name]: value }), "_")
|
|
2382
2363
|
});
|
|
2383
2364
|
}, "se_PrimitiveMessageDefinition");
|
|
2384
2365
|
var se_ROS2PrimitiveMessageDefinition = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -2405,12 +2386,12 @@ var se_Sensor = /* @__PURE__ */ __name((input, context) => {
|
|
|
2405
2386
|
}, "se_Sensor");
|
|
2406
2387
|
var se_SignalDecoder = /* @__PURE__ */ __name((input, context) => {
|
|
2407
2388
|
return (0, import_smithy_client.take)(input, {
|
|
2408
|
-
canSignal: (_) => se_CanSignal(_, context),
|
|
2389
|
+
canSignal: /* @__PURE__ */ __name((_) => se_CanSignal(_, context), "canSignal"),
|
|
2409
2390
|
customDecodingSignal: import_smithy_client._json,
|
|
2410
2391
|
fullyQualifiedName: [],
|
|
2411
2392
|
interfaceId: [],
|
|
2412
|
-
messageSignal: (_) => se_MessageSignal(_, context),
|
|
2413
|
-
obdSignal: (_) => se_ObdSignal(_, context),
|
|
2393
|
+
messageSignal: /* @__PURE__ */ __name((_) => se_MessageSignal(_, context), "messageSignal"),
|
|
2394
|
+
obdSignal: /* @__PURE__ */ __name((_) => se_ObdSignal(_, context), "obdSignal"),
|
|
2414
2395
|
type: []
|
|
2415
2396
|
});
|
|
2416
2397
|
}, "se_SignalDecoder");
|
|
@@ -2421,16 +2402,16 @@ var se_SignalDecoders = /* @__PURE__ */ __name((input, context) => {
|
|
|
2421
2402
|
}, "se_SignalDecoders");
|
|
2422
2403
|
var se_StructuredMessage = /* @__PURE__ */ __name((input, context) => {
|
|
2423
2404
|
return StructuredMessage.visit(input, {
|
|
2424
|
-
primitiveMessageDefinition: (value) => ({
|
|
2405
|
+
primitiveMessageDefinition: /* @__PURE__ */ __name((value) => ({
|
|
2425
2406
|
primitiveMessageDefinition: se_PrimitiveMessageDefinition(value, context)
|
|
2426
|
-
}),
|
|
2427
|
-
structuredMessageDefinition: (value) => ({
|
|
2407
|
+
}), "primitiveMessageDefinition"),
|
|
2408
|
+
structuredMessageDefinition: /* @__PURE__ */ __name((value) => ({
|
|
2428
2409
|
structuredMessageDefinition: se_StructuredMessageDefinition(value, context)
|
|
2429
|
-
}),
|
|
2430
|
-
structuredMessageListDefinition: (value) => ({
|
|
2410
|
+
}), "structuredMessageDefinition"),
|
|
2411
|
+
structuredMessageListDefinition: /* @__PURE__ */ __name((value) => ({
|
|
2431
2412
|
structuredMessageListDefinition: se_StructuredMessageListDefinition(value, context)
|
|
2432
|
-
}),
|
|
2433
|
-
_: (name, value) => ({ [name]: value })
|
|
2413
|
+
}), "structuredMessageListDefinition"),
|
|
2414
|
+
_: /* @__PURE__ */ __name((name, value) => ({ [name]: value }), "_")
|
|
2434
2415
|
});
|
|
2435
2416
|
}, "se_StructuredMessage");
|
|
2436
2417
|
var se_StructuredMessageDefinition = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -2440,7 +2421,7 @@ var se_StructuredMessageDefinition = /* @__PURE__ */ __name((input, context) =>
|
|
|
2440
2421
|
}, "se_StructuredMessageDefinition");
|
|
2441
2422
|
var se_StructuredMessageFieldNameAndDataTypePair = /* @__PURE__ */ __name((input, context) => {
|
|
2442
2423
|
return (0, import_smithy_client.take)(input, {
|
|
2443
|
-
dataType: (_) => se_StructuredMessage(_, context),
|
|
2424
|
+
dataType: /* @__PURE__ */ __name((_) => se_StructuredMessage(_, context), "dataType"),
|
|
2444
2425
|
fieldName: []
|
|
2445
2426
|
});
|
|
2446
2427
|
}, "se_StructuredMessageFieldNameAndDataTypePair");
|
|
@@ -2448,7 +2429,7 @@ var se_StructuredMessageListDefinition = /* @__PURE__ */ __name((input, context)
|
|
|
2448
2429
|
return (0, import_smithy_client.take)(input, {
|
|
2449
2430
|
capacity: [],
|
|
2450
2431
|
listType: [],
|
|
2451
|
-
memberType: (_) => se_StructuredMessage(_, context),
|
|
2432
|
+
memberType: /* @__PURE__ */ __name((_) => se_StructuredMessage(_, context), "memberType"),
|
|
2452
2433
|
name: []
|
|
2453
2434
|
});
|
|
2454
2435
|
}, "se_StructuredMessageListDefinition");
|
|
@@ -2460,9 +2441,9 @@ var se_UpdateDecoderManifestRequest = /* @__PURE__ */ __name((input, context) =>
|
|
|
2460
2441
|
networkInterfacesToAdd: import_smithy_client._json,
|
|
2461
2442
|
networkInterfacesToRemove: import_smithy_client._json,
|
|
2462
2443
|
networkInterfacesToUpdate: import_smithy_client._json,
|
|
2463
|
-
signalDecodersToAdd: (_) => se_SignalDecoders(_, context),
|
|
2444
|
+
signalDecodersToAdd: /* @__PURE__ */ __name((_) => se_SignalDecoders(_, context), "signalDecodersToAdd"),
|
|
2464
2445
|
signalDecodersToRemove: import_smithy_client._json,
|
|
2465
|
-
signalDecodersToUpdate: (_) => se_SignalDecoders(_, context),
|
|
2446
|
+
signalDecodersToUpdate: /* @__PURE__ */ __name((_) => se_SignalDecoders(_, context), "signalDecodersToUpdate"),
|
|
2466
2447
|
status: []
|
|
2467
2448
|
});
|
|
2468
2449
|
}, "se_UpdateDecoderManifestRequest");
|
|
@@ -2470,9 +2451,9 @@ var se_UpdateSignalCatalogRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
2470
2451
|
return (0, import_smithy_client.take)(input, {
|
|
2471
2452
|
description: [],
|
|
2472
2453
|
name: [],
|
|
2473
|
-
nodesToAdd: (_) => se_Nodes(_, context),
|
|
2454
|
+
nodesToAdd: /* @__PURE__ */ __name((_) => se_Nodes(_, context), "nodesToAdd"),
|
|
2474
2455
|
nodesToRemove: import_smithy_client._json,
|
|
2475
|
-
nodesToUpdate: (_) => se_Nodes(_, context)
|
|
2456
|
+
nodesToUpdate: /* @__PURE__ */ __name((_) => se_Nodes(_, context), "nodesToUpdate")
|
|
2476
2457
|
});
|
|
2477
2458
|
}, "se_UpdateSignalCatalogRequest");
|
|
2478
2459
|
var de_Actuator = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2514,9 +2495,9 @@ var de_campaignSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
|
2514
2495
|
var de_CampaignSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2515
2496
|
return (0, import_smithy_client.take)(output, {
|
|
2516
2497
|
arn: import_smithy_client.expectString,
|
|
2517
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2498
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
2518
2499
|
description: import_smithy_client.expectString,
|
|
2519
|
-
lastModificationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2500
|
+
lastModificationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModificationTime"),
|
|
2520
2501
|
name: import_smithy_client.expectString,
|
|
2521
2502
|
signalCatalogArn: import_smithy_client.expectString,
|
|
2522
2503
|
status: import_smithy_client.expectString,
|
|
@@ -2545,9 +2526,9 @@ var de_decoderManifestSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
|
2545
2526
|
var de_DecoderManifestSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2546
2527
|
return (0, import_smithy_client.take)(output, {
|
|
2547
2528
|
arn: import_smithy_client.expectString,
|
|
2548
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2529
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
2549
2530
|
description: import_smithy_client.expectString,
|
|
2550
|
-
lastModificationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2531
|
+
lastModificationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModificationTime"),
|
|
2551
2532
|
message: import_smithy_client.expectString,
|
|
2552
2533
|
modelManifestArn: import_smithy_client.expectString,
|
|
2553
2534
|
name: import_smithy_client.expectString,
|
|
@@ -2563,26 +2544,26 @@ var de_fleetSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
|
2563
2544
|
var de_FleetSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2564
2545
|
return (0, import_smithy_client.take)(output, {
|
|
2565
2546
|
arn: import_smithy_client.expectString,
|
|
2566
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2547
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
2567
2548
|
description: import_smithy_client.expectString,
|
|
2568
2549
|
id: import_smithy_client.expectString,
|
|
2569
|
-
lastModificationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2550
|
+
lastModificationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModificationTime"),
|
|
2570
2551
|
signalCatalogArn: import_smithy_client.expectString
|
|
2571
2552
|
});
|
|
2572
2553
|
}, "de_FleetSummary");
|
|
2573
2554
|
var de_GetCampaignResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2574
2555
|
return (0, import_smithy_client.take)(output, {
|
|
2575
2556
|
arn: import_smithy_client.expectString,
|
|
2576
|
-
collectionScheme: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
2557
|
+
collectionScheme: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "collectionScheme"),
|
|
2577
2558
|
compression: import_smithy_client.expectString,
|
|
2578
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2559
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
2579
2560
|
dataDestinationConfigs: import_smithy_client._json,
|
|
2580
2561
|
dataExtraDimensions: import_smithy_client._json,
|
|
2581
2562
|
dataPartitions: import_smithy_client._json,
|
|
2582
2563
|
description: import_smithy_client.expectString,
|
|
2583
2564
|
diagnosticsMode: import_smithy_client.expectString,
|
|
2584
|
-
expiryTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2585
|
-
lastModificationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2565
|
+
expiryTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "expiryTime"),
|
|
2566
|
+
lastModificationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModificationTime"),
|
|
2586
2567
|
name: import_smithy_client.expectString,
|
|
2587
2568
|
postTriggerCollectionDuration: import_smithy_client.expectLong,
|
|
2588
2569
|
priority: import_smithy_client.expectInt32,
|
|
@@ -2590,7 +2571,7 @@ var de_GetCampaignResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
2590
2571
|
signalsToCollect: import_smithy_client._json,
|
|
2591
2572
|
signalsToFetch: import_smithy_client._json,
|
|
2592
2573
|
spoolingMode: import_smithy_client.expectString,
|
|
2593
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2574
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime"),
|
|
2594
2575
|
status: import_smithy_client.expectString,
|
|
2595
2576
|
targetArn: import_smithy_client.expectString
|
|
2596
2577
|
});
|
|
@@ -2598,9 +2579,9 @@ var de_GetCampaignResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
2598
2579
|
var de_GetDecoderManifestResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2599
2580
|
return (0, import_smithy_client.take)(output, {
|
|
2600
2581
|
arn: import_smithy_client.expectString,
|
|
2601
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2582
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
2602
2583
|
description: import_smithy_client.expectString,
|
|
2603
|
-
lastModificationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2584
|
+
lastModificationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModificationTime"),
|
|
2604
2585
|
message: import_smithy_client.expectString,
|
|
2605
2586
|
modelManifestArn: import_smithy_client.expectString,
|
|
2606
2587
|
name: import_smithy_client.expectString,
|
|
@@ -2609,30 +2590,30 @@ var de_GetDecoderManifestResponse = /* @__PURE__ */ __name((output, context) =>
|
|
|
2609
2590
|
}, "de_GetDecoderManifestResponse");
|
|
2610
2591
|
var de_GetEncryptionConfigurationResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2611
2592
|
return (0, import_smithy_client.take)(output, {
|
|
2612
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2593
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
2613
2594
|
encryptionStatus: import_smithy_client.expectString,
|
|
2614
2595
|
encryptionType: import_smithy_client.expectString,
|
|
2615
2596
|
errorMessage: import_smithy_client.expectString,
|
|
2616
2597
|
kmsKeyId: import_smithy_client.expectString,
|
|
2617
|
-
lastModificationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2598
|
+
lastModificationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModificationTime")
|
|
2618
2599
|
});
|
|
2619
2600
|
}, "de_GetEncryptionConfigurationResponse");
|
|
2620
2601
|
var de_GetFleetResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2621
2602
|
return (0, import_smithy_client.take)(output, {
|
|
2622
2603
|
arn: import_smithy_client.expectString,
|
|
2623
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2604
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
2624
2605
|
description: import_smithy_client.expectString,
|
|
2625
2606
|
id: import_smithy_client.expectString,
|
|
2626
|
-
lastModificationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2607
|
+
lastModificationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModificationTime"),
|
|
2627
2608
|
signalCatalogArn: import_smithy_client.expectString
|
|
2628
2609
|
});
|
|
2629
2610
|
}, "de_GetFleetResponse");
|
|
2630
2611
|
var de_GetModelManifestResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2631
2612
|
return (0, import_smithy_client.take)(output, {
|
|
2632
2613
|
arn: import_smithy_client.expectString,
|
|
2633
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2614
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
2634
2615
|
description: import_smithy_client.expectString,
|
|
2635
|
-
lastModificationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2616
|
+
lastModificationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModificationTime"),
|
|
2636
2617
|
name: import_smithy_client.expectString,
|
|
2637
2618
|
signalCatalogArn: import_smithy_client.expectString,
|
|
2638
2619
|
status: import_smithy_client.expectString
|
|
@@ -2641,19 +2622,19 @@ var de_GetModelManifestResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
2641
2622
|
var de_GetRegisterAccountStatusResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2642
2623
|
return (0, import_smithy_client.take)(output, {
|
|
2643
2624
|
accountStatus: import_smithy_client.expectString,
|
|
2644
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2625
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
2645
2626
|
customerAccountId: import_smithy_client.expectString,
|
|
2646
2627
|
iamRegistrationResponse: import_smithy_client._json,
|
|
2647
|
-
lastModificationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2628
|
+
lastModificationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModificationTime"),
|
|
2648
2629
|
timestreamRegistrationResponse: import_smithy_client._json
|
|
2649
2630
|
});
|
|
2650
2631
|
}, "de_GetRegisterAccountStatusResponse");
|
|
2651
2632
|
var de_GetSignalCatalogResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2652
2633
|
return (0, import_smithy_client.take)(output, {
|
|
2653
2634
|
arn: import_smithy_client.expectString,
|
|
2654
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2635
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
2655
2636
|
description: import_smithy_client.expectString,
|
|
2656
|
-
lastModificationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2637
|
+
lastModificationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModificationTime"),
|
|
2657
2638
|
name: import_smithy_client.expectString,
|
|
2658
2639
|
nodeCounts: import_smithy_client._json
|
|
2659
2640
|
});
|
|
@@ -2661,11 +2642,11 @@ var de_GetSignalCatalogResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
2661
2642
|
var de_GetStateTemplateResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2662
2643
|
return (0, import_smithy_client.take)(output, {
|
|
2663
2644
|
arn: import_smithy_client.expectString,
|
|
2664
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2645
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
2665
2646
|
dataExtraDimensions: import_smithy_client._json,
|
|
2666
2647
|
description: import_smithy_client.expectString,
|
|
2667
2648
|
id: import_smithy_client.expectString,
|
|
2668
|
-
lastModificationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2649
|
+
lastModificationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModificationTime"),
|
|
2669
2650
|
metadataExtraDimensions: import_smithy_client._json,
|
|
2670
2651
|
name: import_smithy_client.expectString,
|
|
2671
2652
|
signalCatalogArn: import_smithy_client.expectString,
|
|
@@ -2676,9 +2657,9 @@ var de_GetVehicleResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
2676
2657
|
return (0, import_smithy_client.take)(output, {
|
|
2677
2658
|
arn: import_smithy_client.expectString,
|
|
2678
2659
|
attributes: import_smithy_client._json,
|
|
2679
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2660
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
2680
2661
|
decoderManifestArn: import_smithy_client.expectString,
|
|
2681
|
-
lastModificationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2662
|
+
lastModificationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModificationTime"),
|
|
2682
2663
|
modelManifestArn: import_smithy_client.expectString,
|
|
2683
2664
|
stateTemplates: import_smithy_client._json,
|
|
2684
2665
|
vehicleName: import_smithy_client.expectString
|
|
@@ -2686,74 +2667,74 @@ var de_GetVehicleResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
2686
2667
|
}, "de_GetVehicleResponse");
|
|
2687
2668
|
var de_InvalidNodeException = /* @__PURE__ */ __name((output, context) => {
|
|
2688
2669
|
return (0, import_smithy_client.take)(output, {
|
|
2689
|
-
invalidNodes: (_) => de_Nodes(_, context),
|
|
2670
|
+
invalidNodes: /* @__PURE__ */ __name((_) => de_Nodes(_, context), "invalidNodes"),
|
|
2690
2671
|
message: import_smithy_client.expectString,
|
|
2691
2672
|
reason: import_smithy_client.expectString
|
|
2692
2673
|
});
|
|
2693
2674
|
}, "de_InvalidNodeException");
|
|
2694
2675
|
var de_ListCampaignsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2695
2676
|
return (0, import_smithy_client.take)(output, {
|
|
2696
|
-
campaignSummaries: (_) => de_campaignSummaries(_, context),
|
|
2677
|
+
campaignSummaries: /* @__PURE__ */ __name((_) => de_campaignSummaries(_, context), "campaignSummaries"),
|
|
2697
2678
|
nextToken: import_smithy_client.expectString
|
|
2698
2679
|
});
|
|
2699
2680
|
}, "de_ListCampaignsResponse");
|
|
2700
2681
|
var de_ListDecoderManifestSignalsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2701
2682
|
return (0, import_smithy_client.take)(output, {
|
|
2702
2683
|
nextToken: import_smithy_client.expectString,
|
|
2703
|
-
signalDecoders: (_) => de_SignalDecoders(_, context)
|
|
2684
|
+
signalDecoders: /* @__PURE__ */ __name((_) => de_SignalDecoders(_, context), "signalDecoders")
|
|
2704
2685
|
});
|
|
2705
2686
|
}, "de_ListDecoderManifestSignalsResponse");
|
|
2706
2687
|
var de_ListDecoderManifestsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2707
2688
|
return (0, import_smithy_client.take)(output, {
|
|
2708
2689
|
nextToken: import_smithy_client.expectString,
|
|
2709
|
-
summaries: (_) => de_decoderManifestSummaries(_, context)
|
|
2690
|
+
summaries: /* @__PURE__ */ __name((_) => de_decoderManifestSummaries(_, context), "summaries")
|
|
2710
2691
|
});
|
|
2711
2692
|
}, "de_ListDecoderManifestsResponse");
|
|
2712
2693
|
var de_ListFleetsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2713
2694
|
return (0, import_smithy_client.take)(output, {
|
|
2714
|
-
fleetSummaries: (_) => de_fleetSummaries(_, context),
|
|
2695
|
+
fleetSummaries: /* @__PURE__ */ __name((_) => de_fleetSummaries(_, context), "fleetSummaries"),
|
|
2715
2696
|
nextToken: import_smithy_client.expectString
|
|
2716
2697
|
});
|
|
2717
2698
|
}, "de_ListFleetsResponse");
|
|
2718
2699
|
var de_ListModelManifestNodesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2719
2700
|
return (0, import_smithy_client.take)(output, {
|
|
2720
2701
|
nextToken: import_smithy_client.expectString,
|
|
2721
|
-
nodes: (_) => de_Nodes(_, context)
|
|
2702
|
+
nodes: /* @__PURE__ */ __name((_) => de_Nodes(_, context), "nodes")
|
|
2722
2703
|
});
|
|
2723
2704
|
}, "de_ListModelManifestNodesResponse");
|
|
2724
2705
|
var de_ListModelManifestsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2725
2706
|
return (0, import_smithy_client.take)(output, {
|
|
2726
2707
|
nextToken: import_smithy_client.expectString,
|
|
2727
|
-
summaries: (_) => de_modelManifestSummaries(_, context)
|
|
2708
|
+
summaries: /* @__PURE__ */ __name((_) => de_modelManifestSummaries(_, context), "summaries")
|
|
2728
2709
|
});
|
|
2729
2710
|
}, "de_ListModelManifestsResponse");
|
|
2730
2711
|
var de_ListSignalCatalogNodesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2731
2712
|
return (0, import_smithy_client.take)(output, {
|
|
2732
2713
|
nextToken: import_smithy_client.expectString,
|
|
2733
|
-
nodes: (_) => de_Nodes(_, context)
|
|
2714
|
+
nodes: /* @__PURE__ */ __name((_) => de_Nodes(_, context), "nodes")
|
|
2734
2715
|
});
|
|
2735
2716
|
}, "de_ListSignalCatalogNodesResponse");
|
|
2736
2717
|
var de_ListSignalCatalogsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2737
2718
|
return (0, import_smithy_client.take)(output, {
|
|
2738
2719
|
nextToken: import_smithy_client.expectString,
|
|
2739
|
-
summaries: (_) => de_signalCatalogSummaries(_, context)
|
|
2720
|
+
summaries: /* @__PURE__ */ __name((_) => de_signalCatalogSummaries(_, context), "summaries")
|
|
2740
2721
|
});
|
|
2741
2722
|
}, "de_ListSignalCatalogsResponse");
|
|
2742
2723
|
var de_ListStateTemplatesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2743
2724
|
return (0, import_smithy_client.take)(output, {
|
|
2744
2725
|
nextToken: import_smithy_client.expectString,
|
|
2745
|
-
summaries: (_) => de_StateTemplateSummaries(_, context)
|
|
2726
|
+
summaries: /* @__PURE__ */ __name((_) => de_StateTemplateSummaries(_, context), "summaries")
|
|
2746
2727
|
});
|
|
2747
2728
|
}, "de_ListStateTemplatesResponse");
|
|
2748
2729
|
var de_ListVehiclesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2749
2730
|
return (0, import_smithy_client.take)(output, {
|
|
2750
2731
|
nextToken: import_smithy_client.expectString,
|
|
2751
|
-
vehicleSummaries: (_) => de_vehicleSummaries(_, context)
|
|
2732
|
+
vehicleSummaries: /* @__PURE__ */ __name((_) => de_vehicleSummaries(_, context), "vehicleSummaries")
|
|
2752
2733
|
});
|
|
2753
2734
|
}, "de_ListVehiclesResponse");
|
|
2754
2735
|
var de_MessageSignal = /* @__PURE__ */ __name((output, context) => {
|
|
2755
2736
|
return (0, import_smithy_client.take)(output, {
|
|
2756
|
-
structuredMessage: (_) => de_StructuredMessage((0, import_core2.awsExpectUnion)(_), context),
|
|
2737
|
+
structuredMessage: /* @__PURE__ */ __name((_) => de_StructuredMessage((0, import_core2.awsExpectUnion)(_), context), "structuredMessage"),
|
|
2757
2738
|
topicName: import_smithy_client.expectString
|
|
2758
2739
|
});
|
|
2759
2740
|
}, "de_MessageSignal");
|
|
@@ -2766,9 +2747,9 @@ var de_modelManifestSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
|
2766
2747
|
var de_ModelManifestSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2767
2748
|
return (0, import_smithy_client.take)(output, {
|
|
2768
2749
|
arn: import_smithy_client.expectString,
|
|
2769
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2750
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
2770
2751
|
description: import_smithy_client.expectString,
|
|
2771
|
-
lastModificationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2752
|
+
lastModificationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModificationTime"),
|
|
2772
2753
|
name: import_smithy_client.expectString,
|
|
2773
2754
|
signalCatalogArn: import_smithy_client.expectString,
|
|
2774
2755
|
status: import_smithy_client.expectString
|
|
@@ -2838,9 +2819,9 @@ var de_PrimitiveMessageDefinition = /* @__PURE__ */ __name((output, context) =>
|
|
|
2838
2819
|
}, "de_PrimitiveMessageDefinition");
|
|
2839
2820
|
var de_RegisterAccountResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2840
2821
|
return (0, import_smithy_client.take)(output, {
|
|
2841
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2822
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
2842
2823
|
iamResources: import_smithy_client._json,
|
|
2843
|
-
lastModificationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2824
|
+
lastModificationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModificationTime"),
|
|
2844
2825
|
registerAccountStatus: import_smithy_client.expectString,
|
|
2845
2826
|
timestreamResources: import_smithy_client._json
|
|
2846
2827
|
});
|
|
@@ -2876,19 +2857,19 @@ var de_signalCatalogSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
|
2876
2857
|
var de_SignalCatalogSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2877
2858
|
return (0, import_smithy_client.take)(output, {
|
|
2878
2859
|
arn: import_smithy_client.expectString,
|
|
2879
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2880
|
-
lastModificationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2860
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
2861
|
+
lastModificationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModificationTime"),
|
|
2881
2862
|
name: import_smithy_client.expectString
|
|
2882
2863
|
});
|
|
2883
2864
|
}, "de_SignalCatalogSummary");
|
|
2884
2865
|
var de_SignalDecoder = /* @__PURE__ */ __name((output, context) => {
|
|
2885
2866
|
return (0, import_smithy_client.take)(output, {
|
|
2886
|
-
canSignal: (_) => de_CanSignal(_, context),
|
|
2867
|
+
canSignal: /* @__PURE__ */ __name((_) => de_CanSignal(_, context), "canSignal"),
|
|
2887
2868
|
customDecodingSignal: import_smithy_client._json,
|
|
2888
2869
|
fullyQualifiedName: import_smithy_client.expectString,
|
|
2889
2870
|
interfaceId: import_smithy_client.expectString,
|
|
2890
|
-
messageSignal: (_) => de_MessageSignal(_, context),
|
|
2891
|
-
obdSignal: (_) => de_ObdSignal(_, context),
|
|
2871
|
+
messageSignal: /* @__PURE__ */ __name((_) => de_MessageSignal(_, context), "messageSignal"),
|
|
2872
|
+
obdSignal: /* @__PURE__ */ __name((_) => de_ObdSignal(_, context), "obdSignal"),
|
|
2892
2873
|
type: import_smithy_client.expectString
|
|
2893
2874
|
});
|
|
2894
2875
|
}, "de_SignalDecoder");
|
|
@@ -2907,10 +2888,10 @@ var de_StateTemplateSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
|
2907
2888
|
var de_StateTemplateSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2908
2889
|
return (0, import_smithy_client.take)(output, {
|
|
2909
2890
|
arn: import_smithy_client.expectString,
|
|
2910
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2891
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
2911
2892
|
description: import_smithy_client.expectString,
|
|
2912
2893
|
id: import_smithy_client.expectString,
|
|
2913
|
-
lastModificationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2894
|
+
lastModificationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModificationTime"),
|
|
2914
2895
|
name: import_smithy_client.expectString,
|
|
2915
2896
|
signalCatalogArn: import_smithy_client.expectString
|
|
2916
2897
|
});
|
|
@@ -2947,7 +2928,7 @@ var de_StructuredMessageDefinition = /* @__PURE__ */ __name((output, context) =>
|
|
|
2947
2928
|
}, "de_StructuredMessageDefinition");
|
|
2948
2929
|
var de_StructuredMessageFieldNameAndDataTypePair = /* @__PURE__ */ __name((output, context) => {
|
|
2949
2930
|
return (0, import_smithy_client.take)(output, {
|
|
2950
|
-
dataType: (_) => de_StructuredMessage((0, import_core2.awsExpectUnion)(_), context),
|
|
2931
|
+
dataType: /* @__PURE__ */ __name((_) => de_StructuredMessage((0, import_core2.awsExpectUnion)(_), context), "dataType"),
|
|
2951
2932
|
fieldName: import_smithy_client.expectString
|
|
2952
2933
|
});
|
|
2953
2934
|
}, "de_StructuredMessageFieldNameAndDataTypePair");
|
|
@@ -2955,7 +2936,7 @@ var de_StructuredMessageListDefinition = /* @__PURE__ */ __name((output, context
|
|
|
2955
2936
|
return (0, import_smithy_client.take)(output, {
|
|
2956
2937
|
capacity: import_smithy_client.expectInt32,
|
|
2957
2938
|
listType: import_smithy_client.expectString,
|
|
2958
|
-
memberType: (_) => de_StructuredMessage((0, import_core2.awsExpectUnion)(_), context),
|
|
2939
|
+
memberType: /* @__PURE__ */ __name((_) => de_StructuredMessage((0, import_core2.awsExpectUnion)(_), context), "memberType"),
|
|
2959
2940
|
name: import_smithy_client.expectString
|
|
2960
2941
|
});
|
|
2961
2942
|
}, "de_StructuredMessageListDefinition");
|
|
@@ -2969,9 +2950,9 @@ var de_VehicleSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
2969
2950
|
return (0, import_smithy_client.take)(output, {
|
|
2970
2951
|
arn: import_smithy_client.expectString,
|
|
2971
2952
|
attributes: import_smithy_client._json,
|
|
2972
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2953
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
2973
2954
|
decoderManifestArn: import_smithy_client.expectString,
|
|
2974
|
-
lastModificationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2955
|
+
lastModificationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastModificationTime"),
|
|
2975
2956
|
modelManifestArn: import_smithy_client.expectString,
|
|
2976
2957
|
vehicleName: import_smithy_client.expectString
|
|
2977
2958
|
});
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iotfleetwise",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iotfleetwise Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.774.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-iotfleetwise",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
23
|
+
"@aws-sdk/core": "3.774.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.774.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.774.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.774.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.774.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
35
|
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|