@aws-sdk/client-iotfleetwise 3.478.0 → 3.484.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/commands/AssociateVehicleFleetCommand.js +18 -41
- package/dist-cjs/commands/BatchCreateVehicleCommand.js +18 -41
- package/dist-cjs/commands/BatchUpdateVehicleCommand.js +18 -41
- package/dist-cjs/commands/CreateCampaignCommand.js +18 -41
- package/dist-cjs/commands/CreateDecoderManifestCommand.js +18 -41
- package/dist-cjs/commands/CreateFleetCommand.js +18 -41
- package/dist-cjs/commands/CreateModelManifestCommand.js +18 -41
- package/dist-cjs/commands/CreateSignalCatalogCommand.js +18 -41
- package/dist-cjs/commands/CreateVehicleCommand.js +18 -41
- package/dist-cjs/commands/DeleteCampaignCommand.js +18 -41
- package/dist-cjs/commands/DeleteDecoderManifestCommand.js +18 -41
- package/dist-cjs/commands/DeleteFleetCommand.js +18 -41
- package/dist-cjs/commands/DeleteModelManifestCommand.js +18 -41
- package/dist-cjs/commands/DeleteSignalCatalogCommand.js +18 -41
- package/dist-cjs/commands/DeleteVehicleCommand.js +18 -41
- package/dist-cjs/commands/DisassociateVehicleFleetCommand.js +18 -41
- package/dist-cjs/commands/GetCampaignCommand.js +18 -41
- package/dist-cjs/commands/GetDecoderManifestCommand.js +18 -41
- package/dist-cjs/commands/GetEncryptionConfigurationCommand.js +18 -41
- package/dist-cjs/commands/GetFleetCommand.js +18 -41
- package/dist-cjs/commands/GetLoggingOptionsCommand.js +18 -41
- package/dist-cjs/commands/GetModelManifestCommand.js +18 -41
- package/dist-cjs/commands/GetRegisterAccountStatusCommand.js +18 -41
- package/dist-cjs/commands/GetSignalCatalogCommand.js +18 -41
- package/dist-cjs/commands/GetVehicleCommand.js +18 -41
- package/dist-cjs/commands/GetVehicleStatusCommand.js +18 -41
- package/dist-cjs/commands/ImportDecoderManifestCommand.js +18 -41
- package/dist-cjs/commands/ImportSignalCatalogCommand.js +18 -41
- package/dist-cjs/commands/ListCampaignsCommand.js +18 -41
- package/dist-cjs/commands/ListDecoderManifestNetworkInterfacesCommand.js +18 -41
- package/dist-cjs/commands/ListDecoderManifestSignalsCommand.js +18 -41
- package/dist-cjs/commands/ListDecoderManifestsCommand.js +18 -41
- package/dist-cjs/commands/ListFleetsCommand.js +18 -41
- package/dist-cjs/commands/ListFleetsForVehicleCommand.js +18 -41
- package/dist-cjs/commands/ListModelManifestNodesCommand.js +18 -41
- package/dist-cjs/commands/ListModelManifestsCommand.js +18 -41
- package/dist-cjs/commands/ListSignalCatalogNodesCommand.js +18 -41
- package/dist-cjs/commands/ListSignalCatalogsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListVehiclesCommand.js +18 -41
- package/dist-cjs/commands/ListVehiclesInFleetCommand.js +18 -41
- package/dist-cjs/commands/PutEncryptionConfigurationCommand.js +18 -41
- package/dist-cjs/commands/PutLoggingOptionsCommand.js +18 -41
- package/dist-cjs/commands/RegisterAccountCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateCampaignCommand.js +18 -41
- package/dist-cjs/commands/UpdateDecoderManifestCommand.js +18 -41
- package/dist-cjs/commands/UpdateFleetCommand.js +18 -41
- package/dist-cjs/commands/UpdateModelManifestCommand.js +18 -41
- package/dist-cjs/commands/UpdateSignalCatalogCommand.js +18 -41
- package/dist-cjs/commands/UpdateVehicleCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/AssociateVehicleFleetCommand.js +18 -41
- package/dist-es/commands/BatchCreateVehicleCommand.js +18 -41
- package/dist-es/commands/BatchUpdateVehicleCommand.js +18 -41
- package/dist-es/commands/CreateCampaignCommand.js +18 -41
- package/dist-es/commands/CreateDecoderManifestCommand.js +18 -41
- package/dist-es/commands/CreateFleetCommand.js +18 -41
- package/dist-es/commands/CreateModelManifestCommand.js +18 -41
- package/dist-es/commands/CreateSignalCatalogCommand.js +18 -41
- package/dist-es/commands/CreateVehicleCommand.js +18 -41
- package/dist-es/commands/DeleteCampaignCommand.js +18 -41
- package/dist-es/commands/DeleteDecoderManifestCommand.js +18 -41
- package/dist-es/commands/DeleteFleetCommand.js +18 -41
- package/dist-es/commands/DeleteModelManifestCommand.js +18 -41
- package/dist-es/commands/DeleteSignalCatalogCommand.js +18 -41
- package/dist-es/commands/DeleteVehicleCommand.js +18 -41
- package/dist-es/commands/DisassociateVehicleFleetCommand.js +18 -41
- package/dist-es/commands/GetCampaignCommand.js +18 -41
- package/dist-es/commands/GetDecoderManifestCommand.js +18 -41
- package/dist-es/commands/GetEncryptionConfigurationCommand.js +18 -41
- package/dist-es/commands/GetFleetCommand.js +18 -41
- package/dist-es/commands/GetLoggingOptionsCommand.js +18 -41
- package/dist-es/commands/GetModelManifestCommand.js +18 -41
- package/dist-es/commands/GetRegisterAccountStatusCommand.js +18 -41
- package/dist-es/commands/GetSignalCatalogCommand.js +18 -41
- package/dist-es/commands/GetVehicleCommand.js +18 -41
- package/dist-es/commands/GetVehicleStatusCommand.js +18 -41
- package/dist-es/commands/ImportDecoderManifestCommand.js +18 -41
- package/dist-es/commands/ImportSignalCatalogCommand.js +18 -41
- package/dist-es/commands/ListCampaignsCommand.js +18 -41
- package/dist-es/commands/ListDecoderManifestNetworkInterfacesCommand.js +18 -41
- package/dist-es/commands/ListDecoderManifestSignalsCommand.js +18 -41
- package/dist-es/commands/ListDecoderManifestsCommand.js +18 -41
- package/dist-es/commands/ListFleetsCommand.js +18 -41
- package/dist-es/commands/ListFleetsForVehicleCommand.js +18 -41
- package/dist-es/commands/ListModelManifestNodesCommand.js +18 -41
- package/dist-es/commands/ListModelManifestsCommand.js +18 -41
- package/dist-es/commands/ListSignalCatalogNodesCommand.js +18 -41
- package/dist-es/commands/ListSignalCatalogsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListVehiclesCommand.js +18 -41
- package/dist-es/commands/ListVehiclesInFleetCommand.js +18 -41
- package/dist-es/commands/PutEncryptionConfigurationCommand.js +18 -41
- package/dist-es/commands/PutLoggingOptionsCommand.js +18 -41
- package/dist-es/commands/RegisterAccountCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateCampaignCommand.js +18 -41
- package/dist-es/commands/UpdateDecoderManifestCommand.js +18 -41
- package/dist-es/commands/UpdateFleetCommand.js +18 -41
- package/dist-es/commands/UpdateModelManifestCommand.js +18 -41
- package/dist-es/commands/UpdateSignalCatalogCommand.js +18 -41
- package/dist-es/commands/UpdateVehicleCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/AssociateVehicleFleetCommand.d.ts +6 -21
- package/dist-types/commands/BatchCreateVehicleCommand.d.ts +6 -21
- package/dist-types/commands/BatchUpdateVehicleCommand.d.ts +6 -21
- package/dist-types/commands/CreateCampaignCommand.d.ts +6 -21
- package/dist-types/commands/CreateDecoderManifestCommand.d.ts +6 -21
- package/dist-types/commands/CreateFleetCommand.d.ts +6 -21
- package/dist-types/commands/CreateModelManifestCommand.d.ts +6 -21
- package/dist-types/commands/CreateSignalCatalogCommand.d.ts +6 -21
- package/dist-types/commands/CreateVehicleCommand.d.ts +6 -21
- package/dist-types/commands/DeleteCampaignCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDecoderManifestCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFleetCommand.d.ts +6 -21
- package/dist-types/commands/DeleteModelManifestCommand.d.ts +6 -21
- package/dist-types/commands/DeleteSignalCatalogCommand.d.ts +6 -21
- package/dist-types/commands/DeleteVehicleCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateVehicleFleetCommand.d.ts +6 -21
- package/dist-types/commands/GetCampaignCommand.d.ts +6 -21
- package/dist-types/commands/GetDecoderManifestCommand.d.ts +6 -21
- package/dist-types/commands/GetEncryptionConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/GetFleetCommand.d.ts +6 -21
- package/dist-types/commands/GetLoggingOptionsCommand.d.ts +6 -21
- package/dist-types/commands/GetModelManifestCommand.d.ts +6 -21
- package/dist-types/commands/GetRegisterAccountStatusCommand.d.ts +6 -21
- package/dist-types/commands/GetSignalCatalogCommand.d.ts +6 -21
- package/dist-types/commands/GetVehicleCommand.d.ts +6 -21
- package/dist-types/commands/GetVehicleStatusCommand.d.ts +6 -21
- package/dist-types/commands/ImportDecoderManifestCommand.d.ts +6 -21
- package/dist-types/commands/ImportSignalCatalogCommand.d.ts +6 -21
- package/dist-types/commands/ListCampaignsCommand.d.ts +6 -21
- package/dist-types/commands/ListDecoderManifestNetworkInterfacesCommand.d.ts +6 -21
- package/dist-types/commands/ListDecoderManifestSignalsCommand.d.ts +6 -21
- package/dist-types/commands/ListDecoderManifestsCommand.d.ts +6 -21
- package/dist-types/commands/ListFleetsCommand.d.ts +6 -21
- package/dist-types/commands/ListFleetsForVehicleCommand.d.ts +6 -21
- package/dist-types/commands/ListModelManifestNodesCommand.d.ts +6 -21
- package/dist-types/commands/ListModelManifestsCommand.d.ts +6 -21
- package/dist-types/commands/ListSignalCatalogNodesCommand.d.ts +6 -21
- package/dist-types/commands/ListSignalCatalogsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListVehiclesCommand.d.ts +6 -21
- package/dist-types/commands/ListVehiclesInFleetCommand.d.ts +6 -21
- package/dist-types/commands/PutEncryptionConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/PutLoggingOptionsCommand.d.ts +6 -21
- package/dist-types/commands/RegisterAccountCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateCampaignCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDecoderManifestCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFleetCommand.d.ts +6 -21
- package/dist-types/commands/UpdateModelManifestCommand.d.ts +6 -21
- package/dist-types/commands/UpdateSignalCatalogCommand.d.ts +6 -21
- package/dist-types/commands/UpdateVehicleCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/AssociateVehicleFleetCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/BatchCreateVehicleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/BatchUpdateVehicleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateDecoderManifestCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateModelManifestCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateSignalCatalogCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateVehicleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteDecoderManifestCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteModelManifestCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteSignalCatalogCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteVehicleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DisassociateVehicleFleetCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetCampaignCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetDecoderManifestCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetEncryptionConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetFleetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetLoggingOptionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetModelManifestCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetRegisterAccountStatusCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSignalCatalogCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetVehicleCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetVehicleStatusCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ImportDecoderManifestCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ImportSignalCatalogCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListDecoderManifestNetworkInterfacesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListDecoderManifestSignalsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListDecoderManifestsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListFleetsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListFleetsForVehicleCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListModelManifestNodesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListModelManifestsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListSignalCatalogNodesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListSignalCatalogsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListVehiclesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListVehiclesInFleetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutEncryptionConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RegisterAccountCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateDecoderManifestCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateModelManifestCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateSignalCatalogCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateVehicleCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +11 -11
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_ListDecoderManifestNetworkInterfacesCommand, se_ListDecoderManifestNetworkInterfacesCommand, } from "../protocols/Aws_json1_0";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class ListDecoderManifestNetworkInterfacesCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "IoTFleetWiseClient";
|
|
26
|
-
const commandName = "ListDecoderManifestNetworkInterfacesCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "IoTAutobahnControlPlane",
|
|
35
|
-
operation: "ListDecoderManifestNetworkInterfaces",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_ListDecoderManifestNetworkInterfacesCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_ListDecoderManifestNetworkInterfacesCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class ListDecoderManifestNetworkInterfacesCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("IoTAutobahnControlPlane", "ListDecoderManifestNetworkInterfaces", {})
|
|
19
|
+
.n("IoTFleetWiseClient", "ListDecoderManifestNetworkInterfacesCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ListDecoderManifestNetworkInterfacesCommand)
|
|
22
|
+
.de(de_ListDecoderManifestNetworkInterfacesCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_ListDecoderManifestSignalsCommand, se_ListDecoderManifestSignalsCommand } from "../protocols/Aws_json1_0";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class ListDecoderManifestSignalsCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "IoTFleetWiseClient";
|
|
26
|
-
const commandName = "ListDecoderManifestSignalsCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "IoTAutobahnControlPlane",
|
|
35
|
-
operation: "ListDecoderManifestSignals",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_ListDecoderManifestSignalsCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_ListDecoderManifestSignalsCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class ListDecoderManifestSignalsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("IoTAutobahnControlPlane", "ListDecoderManifestSignals", {})
|
|
19
|
+
.n("IoTFleetWiseClient", "ListDecoderManifestSignalsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ListDecoderManifestSignalsCommand)
|
|
22
|
+
.de(de_ListDecoderManifestSignalsCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_ListDecoderManifestsCommand, se_ListDecoderManifestsCommand } from "../protocols/Aws_json1_0";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class ListDecoderManifestsCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "IoTFleetWiseClient";
|
|
26
|
-
const commandName = "ListDecoderManifestsCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "IoTAutobahnControlPlane",
|
|
35
|
-
operation: "ListDecoderManifests",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_ListDecoderManifestsCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_ListDecoderManifestsCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class ListDecoderManifestsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("IoTAutobahnControlPlane", "ListDecoderManifests", {})
|
|
19
|
+
.n("IoTFleetWiseClient", "ListDecoderManifestsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ListDecoderManifestsCommand)
|
|
22
|
+
.de(de_ListDecoderManifestsCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_ListFleetsCommand, se_ListFleetsCommand } from "../protocols/Aws_json1_0";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class ListFleetsCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "IoTFleetWiseClient";
|
|
26
|
-
const commandName = "ListFleetsCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "IoTAutobahnControlPlane",
|
|
35
|
-
operation: "ListFleets",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_ListFleetsCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_ListFleetsCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class ListFleetsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("IoTAutobahnControlPlane", "ListFleets", {})
|
|
19
|
+
.n("IoTFleetWiseClient", "ListFleetsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ListFleetsCommand)
|
|
22
|
+
.de(de_ListFleetsCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_ListFleetsForVehicleCommand, se_ListFleetsForVehicleCommand } from "../protocols/Aws_json1_0";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class ListFleetsForVehicleCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "IoTFleetWiseClient";
|
|
26
|
-
const commandName = "ListFleetsForVehicleCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "IoTAutobahnControlPlane",
|
|
35
|
-
operation: "ListFleetsForVehicle",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_ListFleetsForVehicleCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_ListFleetsForVehicleCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class ListFleetsForVehicleCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("IoTAutobahnControlPlane", "ListFleetsForVehicle", {})
|
|
19
|
+
.n("IoTFleetWiseClient", "ListFleetsForVehicleCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ListFleetsForVehicleCommand)
|
|
22
|
+
.de(de_ListFleetsForVehicleCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_ListModelManifestNodesCommand, se_ListModelManifestNodesCommand } from "../protocols/Aws_json1_0";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class ListModelManifestNodesCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "IoTFleetWiseClient";
|
|
26
|
-
const commandName = "ListModelManifestNodesCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "IoTAutobahnControlPlane",
|
|
35
|
-
operation: "ListModelManifestNodes",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_ListModelManifestNodesCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_ListModelManifestNodesCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class ListModelManifestNodesCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("IoTAutobahnControlPlane", "ListModelManifestNodes", {})
|
|
19
|
+
.n("IoTFleetWiseClient", "ListModelManifestNodesCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ListModelManifestNodesCommand)
|
|
22
|
+
.de(de_ListModelManifestNodesCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_ListModelManifestsCommand, se_ListModelManifestsCommand } from "../protocols/Aws_json1_0";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class ListModelManifestsCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "IoTFleetWiseClient";
|
|
26
|
-
const commandName = "ListModelManifestsCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "IoTAutobahnControlPlane",
|
|
35
|
-
operation: "ListModelManifests",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_ListModelManifestsCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_ListModelManifestsCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class ListModelManifestsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("IoTAutobahnControlPlane", "ListModelManifests", {})
|
|
19
|
+
.n("IoTFleetWiseClient", "ListModelManifestsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ListModelManifestsCommand)
|
|
22
|
+
.de(de_ListModelManifestsCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_ListSignalCatalogNodesCommand, se_ListSignalCatalogNodesCommand } from "../protocols/Aws_json1_0";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class ListSignalCatalogNodesCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "IoTFleetWiseClient";
|
|
26
|
-
const commandName = "ListSignalCatalogNodesCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "IoTAutobahnControlPlane",
|
|
35
|
-
operation: "ListSignalCatalogNodes",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_ListSignalCatalogNodesCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_ListSignalCatalogNodesCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class ListSignalCatalogNodesCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("IoTAutobahnControlPlane", "ListSignalCatalogNodes", {})
|
|
19
|
+
.n("IoTFleetWiseClient", "ListSignalCatalogNodesCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ListSignalCatalogNodesCommand)
|
|
22
|
+
.de(de_ListSignalCatalogNodesCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_ListSignalCatalogsCommand, se_ListSignalCatalogsCommand } from "../protocols/Aws_json1_0";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class ListSignalCatalogsCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "IoTFleetWiseClient";
|
|
26
|
-
const commandName = "ListSignalCatalogsCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "IoTAutobahnControlPlane",
|
|
35
|
-
operation: "ListSignalCatalogs",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_ListSignalCatalogsCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_ListSignalCatalogsCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class ListSignalCatalogsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("IoTAutobahnControlPlane", "ListSignalCatalogs", {})
|
|
19
|
+
.n("IoTFleetWiseClient", "ListSignalCatalogsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ListSignalCatalogsCommand)
|
|
22
|
+
.de(de_ListSignalCatalogsCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|