@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
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class AssociateVehicleFleetCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "IoTFleetWiseClient";
|
|
29
|
-
const commandName = "AssociateVehicleFleetCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "IoTAutobahnControlPlane",
|
|
38
|
-
operation: "AssociateVehicleFleet",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_0_1.se_AssociateVehicleFleetCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_0_1.de_AssociateVehicleFleetCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class AssociateVehicleFleetCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("IoTAutobahnControlPlane", "AssociateVehicleFleet", {})
|
|
22
|
+
.n("IoTFleetWiseClient", "AssociateVehicleFleetCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_0_1.se_AssociateVehicleFleetCommand)
|
|
25
|
+
.de(Aws_json1_0_1.de_AssociateVehicleFleetCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.AssociateVehicleFleetCommand = AssociateVehicleFleetCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class BatchCreateVehicleCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "IoTFleetWiseClient";
|
|
29
|
-
const commandName = "BatchCreateVehicleCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "IoTAutobahnControlPlane",
|
|
38
|
-
operation: "BatchCreateVehicle",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_0_1.se_BatchCreateVehicleCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_0_1.de_BatchCreateVehicleCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class BatchCreateVehicleCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("IoTAutobahnControlPlane", "BatchCreateVehicle", {})
|
|
22
|
+
.n("IoTFleetWiseClient", "BatchCreateVehicleCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_0_1.se_BatchCreateVehicleCommand)
|
|
25
|
+
.de(Aws_json1_0_1.de_BatchCreateVehicleCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.BatchCreateVehicleCommand = BatchCreateVehicleCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class BatchUpdateVehicleCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "IoTFleetWiseClient";
|
|
29
|
-
const commandName = "BatchUpdateVehicleCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "IoTAutobahnControlPlane",
|
|
38
|
-
operation: "BatchUpdateVehicle",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_0_1.se_BatchUpdateVehicleCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_0_1.de_BatchUpdateVehicleCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class BatchUpdateVehicleCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("IoTAutobahnControlPlane", "BatchUpdateVehicle", {})
|
|
22
|
+
.n("IoTFleetWiseClient", "BatchUpdateVehicleCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_0_1.se_BatchUpdateVehicleCommand)
|
|
25
|
+
.de(Aws_json1_0_1.de_BatchUpdateVehicleCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.BatchUpdateVehicleCommand = BatchUpdateVehicleCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class CreateCampaignCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "IoTFleetWiseClient";
|
|
29
|
-
const commandName = "CreateCampaignCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "IoTAutobahnControlPlane",
|
|
38
|
-
operation: "CreateCampaign",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_0_1.se_CreateCampaignCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_0_1.de_CreateCampaignCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CreateCampaignCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("IoTAutobahnControlPlane", "CreateCampaign", {})
|
|
22
|
+
.n("IoTFleetWiseClient", "CreateCampaignCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_0_1.se_CreateCampaignCommand)
|
|
25
|
+
.de(Aws_json1_0_1.de_CreateCampaignCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateCampaignCommand = CreateCampaignCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class CreateDecoderManifestCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "IoTFleetWiseClient";
|
|
29
|
-
const commandName = "CreateDecoderManifestCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "IoTAutobahnControlPlane",
|
|
38
|
-
operation: "CreateDecoderManifest",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_0_1.se_CreateDecoderManifestCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_0_1.de_CreateDecoderManifestCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CreateDecoderManifestCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("IoTAutobahnControlPlane", "CreateDecoderManifest", {})
|
|
22
|
+
.n("IoTFleetWiseClient", "CreateDecoderManifestCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_0_1.se_CreateDecoderManifestCommand)
|
|
25
|
+
.de(Aws_json1_0_1.de_CreateDecoderManifestCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateDecoderManifestCommand = CreateDecoderManifestCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class CreateFleetCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "IoTFleetWiseClient";
|
|
29
|
-
const commandName = "CreateFleetCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "IoTAutobahnControlPlane",
|
|
38
|
-
operation: "CreateFleet",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_0_1.se_CreateFleetCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_0_1.de_CreateFleetCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CreateFleetCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("IoTAutobahnControlPlane", "CreateFleet", {})
|
|
22
|
+
.n("IoTFleetWiseClient", "CreateFleetCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_0_1.se_CreateFleetCommand)
|
|
25
|
+
.de(Aws_json1_0_1.de_CreateFleetCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateFleetCommand = CreateFleetCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class CreateModelManifestCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "IoTFleetWiseClient";
|
|
29
|
-
const commandName = "CreateModelManifestCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "IoTAutobahnControlPlane",
|
|
38
|
-
operation: "CreateModelManifest",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_0_1.se_CreateModelManifestCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_0_1.de_CreateModelManifestCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CreateModelManifestCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("IoTAutobahnControlPlane", "CreateModelManifest", {})
|
|
22
|
+
.n("IoTFleetWiseClient", "CreateModelManifestCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_0_1.se_CreateModelManifestCommand)
|
|
25
|
+
.de(Aws_json1_0_1.de_CreateModelManifestCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateModelManifestCommand = CreateModelManifestCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class CreateSignalCatalogCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "IoTFleetWiseClient";
|
|
29
|
-
const commandName = "CreateSignalCatalogCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "IoTAutobahnControlPlane",
|
|
38
|
-
operation: "CreateSignalCatalog",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_0_1.se_CreateSignalCatalogCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_0_1.de_CreateSignalCatalogCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CreateSignalCatalogCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("IoTAutobahnControlPlane", "CreateSignalCatalog", {})
|
|
22
|
+
.n("IoTFleetWiseClient", "CreateSignalCatalogCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_0_1.se_CreateSignalCatalogCommand)
|
|
25
|
+
.de(Aws_json1_0_1.de_CreateSignalCatalogCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateSignalCatalogCommand = CreateSignalCatalogCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class CreateVehicleCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "IoTFleetWiseClient";
|
|
29
|
-
const commandName = "CreateVehicleCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "IoTAutobahnControlPlane",
|
|
38
|
-
operation: "CreateVehicle",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_0_1.se_CreateVehicleCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_0_1.de_CreateVehicleCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CreateVehicleCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("IoTAutobahnControlPlane", "CreateVehicle", {})
|
|
22
|
+
.n("IoTFleetWiseClient", "CreateVehicleCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_0_1.se_CreateVehicleCommand)
|
|
25
|
+
.de(Aws_json1_0_1.de_CreateVehicleCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateVehicleCommand = CreateVehicleCommand;
|