@aws-sdk/client-iotfleetwise 3.493.0 → 3.496.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/dist-cjs/IoTFleetWise.js +1 -115
  2. package/dist-cjs/IoTFleetWiseClient.js +1 -43
  3. package/dist-cjs/commands/AssociateVehicleFleetCommand.js +1 -28
  4. package/dist-cjs/commands/BatchCreateVehicleCommand.js +1 -28
  5. package/dist-cjs/commands/BatchUpdateVehicleCommand.js +1 -28
  6. package/dist-cjs/commands/CreateCampaignCommand.js +1 -28
  7. package/dist-cjs/commands/CreateDecoderManifestCommand.js +1 -28
  8. package/dist-cjs/commands/CreateFleetCommand.js +1 -28
  9. package/dist-cjs/commands/CreateModelManifestCommand.js +1 -28
  10. package/dist-cjs/commands/CreateSignalCatalogCommand.js +1 -28
  11. package/dist-cjs/commands/CreateVehicleCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteCampaignCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteDecoderManifestCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteFleetCommand.js +1 -28
  15. package/dist-cjs/commands/DeleteModelManifestCommand.js +1 -28
  16. package/dist-cjs/commands/DeleteSignalCatalogCommand.js +1 -28
  17. package/dist-cjs/commands/DeleteVehicleCommand.js +1 -28
  18. package/dist-cjs/commands/DisassociateVehicleFleetCommand.js +1 -28
  19. package/dist-cjs/commands/GetCampaignCommand.js +1 -28
  20. package/dist-cjs/commands/GetDecoderManifestCommand.js +1 -28
  21. package/dist-cjs/commands/GetEncryptionConfigurationCommand.js +1 -28
  22. package/dist-cjs/commands/GetFleetCommand.js +1 -28
  23. package/dist-cjs/commands/GetLoggingOptionsCommand.js +1 -28
  24. package/dist-cjs/commands/GetModelManifestCommand.js +1 -28
  25. package/dist-cjs/commands/GetRegisterAccountStatusCommand.js +1 -28
  26. package/dist-cjs/commands/GetSignalCatalogCommand.js +1 -28
  27. package/dist-cjs/commands/GetVehicleCommand.js +1 -28
  28. package/dist-cjs/commands/GetVehicleStatusCommand.js +1 -28
  29. package/dist-cjs/commands/ImportDecoderManifestCommand.js +1 -28
  30. package/dist-cjs/commands/ImportSignalCatalogCommand.js +1 -28
  31. package/dist-cjs/commands/ListCampaignsCommand.js +1 -28
  32. package/dist-cjs/commands/ListDecoderManifestNetworkInterfacesCommand.js +1 -28
  33. package/dist-cjs/commands/ListDecoderManifestSignalsCommand.js +1 -28
  34. package/dist-cjs/commands/ListDecoderManifestsCommand.js +1 -28
  35. package/dist-cjs/commands/ListFleetsCommand.js +1 -28
  36. package/dist-cjs/commands/ListFleetsForVehicleCommand.js +1 -28
  37. package/dist-cjs/commands/ListModelManifestNodesCommand.js +1 -28
  38. package/dist-cjs/commands/ListModelManifestsCommand.js +1 -28
  39. package/dist-cjs/commands/ListSignalCatalogNodesCommand.js +1 -28
  40. package/dist-cjs/commands/ListSignalCatalogsCommand.js +1 -28
  41. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  42. package/dist-cjs/commands/ListVehiclesCommand.js +1 -28
  43. package/dist-cjs/commands/ListVehiclesInFleetCommand.js +1 -28
  44. package/dist-cjs/commands/PutEncryptionConfigurationCommand.js +1 -28
  45. package/dist-cjs/commands/PutLoggingOptionsCommand.js +1 -28
  46. package/dist-cjs/commands/RegisterAccountCommand.js +1 -28
  47. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  48. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  49. package/dist-cjs/commands/UpdateCampaignCommand.js +1 -28
  50. package/dist-cjs/commands/UpdateDecoderManifestCommand.js +1 -28
  51. package/dist-cjs/commands/UpdateFleetCommand.js +1 -28
  52. package/dist-cjs/commands/UpdateModelManifestCommand.js +1 -28
  53. package/dist-cjs/commands/UpdateSignalCatalogCommand.js +1 -28
  54. package/dist-cjs/commands/UpdateVehicleCommand.js +1 -28
  55. package/dist-cjs/commands/index.js +1 -55
  56. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  57. package/dist-cjs/extensionConfiguration.js +1 -2
  58. package/dist-cjs/index.js +5365 -11
  59. package/dist-cjs/models/IoTFleetWiseServiceException.js +1 -12
  60. package/dist-cjs/models/index.js +1 -4
  61. package/dist-cjs/models/models_0.js +1 -410
  62. package/dist-cjs/pagination/GetVehicleStatusPaginator.js +1 -7
  63. package/dist-cjs/pagination/Interfaces.js +1 -2
  64. package/dist-cjs/pagination/ListCampaignsPaginator.js +1 -7
  65. package/dist-cjs/pagination/ListDecoderManifestNetworkInterfacesPaginator.js +1 -7
  66. package/dist-cjs/pagination/ListDecoderManifestSignalsPaginator.js +1 -7
  67. package/dist-cjs/pagination/ListDecoderManifestsPaginator.js +1 -7
  68. package/dist-cjs/pagination/ListFleetsForVehiclePaginator.js +1 -7
  69. package/dist-cjs/pagination/ListFleetsPaginator.js +1 -7
  70. package/dist-cjs/pagination/ListModelManifestNodesPaginator.js +1 -7
  71. package/dist-cjs/pagination/ListModelManifestsPaginator.js +1 -7
  72. package/dist-cjs/pagination/ListSignalCatalogNodesPaginator.js +1 -7
  73. package/dist-cjs/pagination/ListSignalCatalogsPaginator.js +1 -7
  74. package/dist-cjs/pagination/ListVehiclesInFleetPaginator.js +1 -7
  75. package/dist-cjs/pagination/ListVehiclesPaginator.js +1 -7
  76. package/dist-cjs/pagination/index.js +1 -17
  77. package/dist-cjs/protocols/Aws_json1_0.js +1 -3686
  78. package/dist-cjs/runtimeExtensions.js +1 -22
  79. package/package.json +40 -40
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListSignalCatalogNodesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class ListSignalCatalogNodesCommand 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", "ListSignalCatalogNodes", {})
22
- .n("IoTFleetWiseClient", "ListSignalCatalogNodesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_ListSignalCatalogNodesCommand)
25
- .de(Aws_json1_0_1.de_ListSignalCatalogNodesCommand)
26
- .build() {
27
- }
28
- exports.ListSignalCatalogNodesCommand = ListSignalCatalogNodesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListSignalCatalogsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class ListSignalCatalogsCommand 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", "ListSignalCatalogs", {})
22
- .n("IoTFleetWiseClient", "ListSignalCatalogsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_ListSignalCatalogsCommand)
25
- .de(Aws_json1_0_1.de_ListSignalCatalogsCommand)
26
- .build() {
27
- }
28
- exports.ListSignalCatalogsCommand = ListSignalCatalogsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class ListTagsForResourceCommand 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", "ListTagsForResource", {})
22
- .n("IoTFleetWiseClient", "ListTagsForResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_ListTagsForResourceCommand)
25
- .de(Aws_json1_0_1.de_ListTagsForResourceCommand)
26
- .build() {
27
- }
28
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListVehiclesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class ListVehiclesCommand 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", "ListVehicles", {})
22
- .n("IoTFleetWiseClient", "ListVehiclesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_ListVehiclesCommand)
25
- .de(Aws_json1_0_1.de_ListVehiclesCommand)
26
- .build() {
27
- }
28
- exports.ListVehiclesCommand = ListVehiclesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListVehiclesInFleetCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class ListVehiclesInFleetCommand 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", "ListVehiclesInFleet", {})
22
- .n("IoTFleetWiseClient", "ListVehiclesInFleetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_ListVehiclesInFleetCommand)
25
- .de(Aws_json1_0_1.de_ListVehiclesInFleetCommand)
26
- .build() {
27
- }
28
- exports.ListVehiclesInFleetCommand = ListVehiclesInFleetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutEncryptionConfigurationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class PutEncryptionConfigurationCommand 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", "PutEncryptionConfiguration", {})
22
- .n("IoTFleetWiseClient", "PutEncryptionConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_PutEncryptionConfigurationCommand)
25
- .de(Aws_json1_0_1.de_PutEncryptionConfigurationCommand)
26
- .build() {
27
- }
28
- exports.PutEncryptionConfigurationCommand = PutEncryptionConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutLoggingOptionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class PutLoggingOptionsCommand 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", "PutLoggingOptions", {})
22
- .n("IoTFleetWiseClient", "PutLoggingOptionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_PutLoggingOptionsCommand)
25
- .de(Aws_json1_0_1.de_PutLoggingOptionsCommand)
26
- .build() {
27
- }
28
- exports.PutLoggingOptionsCommand = PutLoggingOptionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RegisterAccountCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class RegisterAccountCommand 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", "RegisterAccount", {})
22
- .n("IoTFleetWiseClient", "RegisterAccountCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_RegisterAccountCommand)
25
- .de(Aws_json1_0_1.de_RegisterAccountCommand)
26
- .build() {
27
- }
28
- exports.RegisterAccountCommand = RegisterAccountCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class TagResourceCommand 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", "TagResource", {})
22
- .n("IoTFleetWiseClient", "TagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_TagResourceCommand)
25
- .de(Aws_json1_0_1.de_TagResourceCommand)
26
- .build() {
27
- }
28
- exports.TagResourceCommand = TagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class UntagResourceCommand 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", "UntagResource", {})
22
- .n("IoTFleetWiseClient", "UntagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_UntagResourceCommand)
25
- .de(Aws_json1_0_1.de_UntagResourceCommand)
26
- .build() {
27
- }
28
- exports.UntagResourceCommand = UntagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateCampaignCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class UpdateCampaignCommand 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", "UpdateCampaign", {})
22
- .n("IoTFleetWiseClient", "UpdateCampaignCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_UpdateCampaignCommand)
25
- .de(Aws_json1_0_1.de_UpdateCampaignCommand)
26
- .build() {
27
- }
28
- exports.UpdateCampaignCommand = UpdateCampaignCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateDecoderManifestCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class UpdateDecoderManifestCommand 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", "UpdateDecoderManifest", {})
22
- .n("IoTFleetWiseClient", "UpdateDecoderManifestCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_UpdateDecoderManifestCommand)
25
- .de(Aws_json1_0_1.de_UpdateDecoderManifestCommand)
26
- .build() {
27
- }
28
- exports.UpdateDecoderManifestCommand = UpdateDecoderManifestCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateFleetCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class UpdateFleetCommand 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", "UpdateFleet", {})
22
- .n("IoTFleetWiseClient", "UpdateFleetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_UpdateFleetCommand)
25
- .de(Aws_json1_0_1.de_UpdateFleetCommand)
26
- .build() {
27
- }
28
- exports.UpdateFleetCommand = UpdateFleetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateModelManifestCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class UpdateModelManifestCommand 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", "UpdateModelManifest", {})
22
- .n("IoTFleetWiseClient", "UpdateModelManifestCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_UpdateModelManifestCommand)
25
- .de(Aws_json1_0_1.de_UpdateModelManifestCommand)
26
- .build() {
27
- }
28
- exports.UpdateModelManifestCommand = UpdateModelManifestCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateSignalCatalogCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class UpdateSignalCatalogCommand 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", "UpdateSignalCatalog", {})
22
- .n("IoTFleetWiseClient", "UpdateSignalCatalogCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_UpdateSignalCatalogCommand)
25
- .de(Aws_json1_0_1.de_UpdateSignalCatalogCommand)
26
- .build() {
27
- }
28
- exports.UpdateSignalCatalogCommand = UpdateSignalCatalogCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateVehicleCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class UpdateVehicleCommand 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", "UpdateVehicle", {})
22
- .n("IoTFleetWiseClient", "UpdateVehicleCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_UpdateVehicleCommand)
25
- .de(Aws_json1_0_1.de_UpdateVehicleCommand)
26
- .build() {
27
- }
28
- exports.UpdateVehicleCommand = UpdateVehicleCommand;
1
+ module.exports = require("../index.js");
@@ -1,55 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./AssociateVehicleFleetCommand"), exports);
5
- tslib_1.__exportStar(require("./BatchCreateVehicleCommand"), exports);
6
- tslib_1.__exportStar(require("./BatchUpdateVehicleCommand"), exports);
7
- tslib_1.__exportStar(require("./CreateCampaignCommand"), exports);
8
- tslib_1.__exportStar(require("./CreateDecoderManifestCommand"), exports);
9
- tslib_1.__exportStar(require("./CreateFleetCommand"), exports);
10
- tslib_1.__exportStar(require("./CreateModelManifestCommand"), exports);
11
- tslib_1.__exportStar(require("./CreateSignalCatalogCommand"), exports);
12
- tslib_1.__exportStar(require("./CreateVehicleCommand"), exports);
13
- tslib_1.__exportStar(require("./DeleteCampaignCommand"), exports);
14
- tslib_1.__exportStar(require("./DeleteDecoderManifestCommand"), exports);
15
- tslib_1.__exportStar(require("./DeleteFleetCommand"), exports);
16
- tslib_1.__exportStar(require("./DeleteModelManifestCommand"), exports);
17
- tslib_1.__exportStar(require("./DeleteSignalCatalogCommand"), exports);
18
- tslib_1.__exportStar(require("./DeleteVehicleCommand"), exports);
19
- tslib_1.__exportStar(require("./DisassociateVehicleFleetCommand"), exports);
20
- tslib_1.__exportStar(require("./GetCampaignCommand"), exports);
21
- tslib_1.__exportStar(require("./GetDecoderManifestCommand"), exports);
22
- tslib_1.__exportStar(require("./GetEncryptionConfigurationCommand"), exports);
23
- tslib_1.__exportStar(require("./GetFleetCommand"), exports);
24
- tslib_1.__exportStar(require("./GetLoggingOptionsCommand"), exports);
25
- tslib_1.__exportStar(require("./GetModelManifestCommand"), exports);
26
- tslib_1.__exportStar(require("./GetRegisterAccountStatusCommand"), exports);
27
- tslib_1.__exportStar(require("./GetSignalCatalogCommand"), exports);
28
- tslib_1.__exportStar(require("./GetVehicleCommand"), exports);
29
- tslib_1.__exportStar(require("./GetVehicleStatusCommand"), exports);
30
- tslib_1.__exportStar(require("./ImportDecoderManifestCommand"), exports);
31
- tslib_1.__exportStar(require("./ImportSignalCatalogCommand"), exports);
32
- tslib_1.__exportStar(require("./ListCampaignsCommand"), exports);
33
- tslib_1.__exportStar(require("./ListDecoderManifestNetworkInterfacesCommand"), exports);
34
- tslib_1.__exportStar(require("./ListDecoderManifestSignalsCommand"), exports);
35
- tslib_1.__exportStar(require("./ListDecoderManifestsCommand"), exports);
36
- tslib_1.__exportStar(require("./ListFleetsCommand"), exports);
37
- tslib_1.__exportStar(require("./ListFleetsForVehicleCommand"), exports);
38
- tslib_1.__exportStar(require("./ListModelManifestNodesCommand"), exports);
39
- tslib_1.__exportStar(require("./ListModelManifestsCommand"), exports);
40
- tslib_1.__exportStar(require("./ListSignalCatalogNodesCommand"), exports);
41
- tslib_1.__exportStar(require("./ListSignalCatalogsCommand"), exports);
42
- tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
43
- tslib_1.__exportStar(require("./ListVehiclesCommand"), exports);
44
- tslib_1.__exportStar(require("./ListVehiclesInFleetCommand"), exports);
45
- tslib_1.__exportStar(require("./PutEncryptionConfigurationCommand"), exports);
46
- tslib_1.__exportStar(require("./PutLoggingOptionsCommand"), exports);
47
- tslib_1.__exportStar(require("./RegisterAccountCommand"), exports);
48
- tslib_1.__exportStar(require("./TagResourceCommand"), exports);
49
- tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
50
- tslib_1.__exportStar(require("./UpdateCampaignCommand"), exports);
51
- tslib_1.__exportStar(require("./UpdateDecoderManifestCommand"), exports);
52
- tslib_1.__exportStar(require("./UpdateFleetCommand"), exports);
53
- tslib_1.__exportStar(require("./UpdateModelManifestCommand"), exports);
54
- tslib_1.__exportStar(require("./UpdateSignalCatalogCommand"), exports);
55
- tslib_1.__exportStar(require("./UpdateVehicleCommand"), exports);
1
+ module.exports = require("../index.js");
@@ -1,18 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.commonParams = exports.resolveClientEndpointParameters = void 0;
4
- const resolveClientEndpointParameters = (options) => {
5
- return {
6
- ...options,
7
- useDualstackEndpoint: options.useDualstackEndpoint ?? false,
8
- useFipsEndpoint: options.useFipsEndpoint ?? false,
9
- defaultSigningName: "iotfleetwise",
10
- };
11
- };
12
- exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
13
- exports.commonParams = {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");