@aws-sdk/client-iotfleetwise 3.490.0 → 3.495.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 (85) 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 +5363 -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 -402
  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 -3685
  78. package/dist-cjs/runtimeExtensions.js +1 -22
  79. package/dist-es/models/models_0.js +8 -0
  80. package/dist-es/protocols/Aws_json1_0.js +1 -0
  81. package/dist-types/commands/ListSignalCatalogNodesCommand.d.ts +1 -0
  82. package/dist-types/commands/ListVehiclesCommand.d.ts +3 -0
  83. package/dist-types/models/models_0.d.ts +30 -1
  84. package/dist-types/ts3.4/models/models_0.d.ts +12 -0
  85. package/package.json +40 -40
@@ -1,115 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IoTFleetWise = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const AssociateVehicleFleetCommand_1 = require("./commands/AssociateVehicleFleetCommand");
6
- const BatchCreateVehicleCommand_1 = require("./commands/BatchCreateVehicleCommand");
7
- const BatchUpdateVehicleCommand_1 = require("./commands/BatchUpdateVehicleCommand");
8
- const CreateCampaignCommand_1 = require("./commands/CreateCampaignCommand");
9
- const CreateDecoderManifestCommand_1 = require("./commands/CreateDecoderManifestCommand");
10
- const CreateFleetCommand_1 = require("./commands/CreateFleetCommand");
11
- const CreateModelManifestCommand_1 = require("./commands/CreateModelManifestCommand");
12
- const CreateSignalCatalogCommand_1 = require("./commands/CreateSignalCatalogCommand");
13
- const CreateVehicleCommand_1 = require("./commands/CreateVehicleCommand");
14
- const DeleteCampaignCommand_1 = require("./commands/DeleteCampaignCommand");
15
- const DeleteDecoderManifestCommand_1 = require("./commands/DeleteDecoderManifestCommand");
16
- const DeleteFleetCommand_1 = require("./commands/DeleteFleetCommand");
17
- const DeleteModelManifestCommand_1 = require("./commands/DeleteModelManifestCommand");
18
- const DeleteSignalCatalogCommand_1 = require("./commands/DeleteSignalCatalogCommand");
19
- const DeleteVehicleCommand_1 = require("./commands/DeleteVehicleCommand");
20
- const DisassociateVehicleFleetCommand_1 = require("./commands/DisassociateVehicleFleetCommand");
21
- const GetCampaignCommand_1 = require("./commands/GetCampaignCommand");
22
- const GetDecoderManifestCommand_1 = require("./commands/GetDecoderManifestCommand");
23
- const GetEncryptionConfigurationCommand_1 = require("./commands/GetEncryptionConfigurationCommand");
24
- const GetFleetCommand_1 = require("./commands/GetFleetCommand");
25
- const GetLoggingOptionsCommand_1 = require("./commands/GetLoggingOptionsCommand");
26
- const GetModelManifestCommand_1 = require("./commands/GetModelManifestCommand");
27
- const GetRegisterAccountStatusCommand_1 = require("./commands/GetRegisterAccountStatusCommand");
28
- const GetSignalCatalogCommand_1 = require("./commands/GetSignalCatalogCommand");
29
- const GetVehicleCommand_1 = require("./commands/GetVehicleCommand");
30
- const GetVehicleStatusCommand_1 = require("./commands/GetVehicleStatusCommand");
31
- const ImportDecoderManifestCommand_1 = require("./commands/ImportDecoderManifestCommand");
32
- const ImportSignalCatalogCommand_1 = require("./commands/ImportSignalCatalogCommand");
33
- const ListCampaignsCommand_1 = require("./commands/ListCampaignsCommand");
34
- const ListDecoderManifestNetworkInterfacesCommand_1 = require("./commands/ListDecoderManifestNetworkInterfacesCommand");
35
- const ListDecoderManifestsCommand_1 = require("./commands/ListDecoderManifestsCommand");
36
- const ListDecoderManifestSignalsCommand_1 = require("./commands/ListDecoderManifestSignalsCommand");
37
- const ListFleetsCommand_1 = require("./commands/ListFleetsCommand");
38
- const ListFleetsForVehicleCommand_1 = require("./commands/ListFleetsForVehicleCommand");
39
- const ListModelManifestNodesCommand_1 = require("./commands/ListModelManifestNodesCommand");
40
- const ListModelManifestsCommand_1 = require("./commands/ListModelManifestsCommand");
41
- const ListSignalCatalogNodesCommand_1 = require("./commands/ListSignalCatalogNodesCommand");
42
- const ListSignalCatalogsCommand_1 = require("./commands/ListSignalCatalogsCommand");
43
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
44
- const ListVehiclesCommand_1 = require("./commands/ListVehiclesCommand");
45
- const ListVehiclesInFleetCommand_1 = require("./commands/ListVehiclesInFleetCommand");
46
- const PutEncryptionConfigurationCommand_1 = require("./commands/PutEncryptionConfigurationCommand");
47
- const PutLoggingOptionsCommand_1 = require("./commands/PutLoggingOptionsCommand");
48
- const RegisterAccountCommand_1 = require("./commands/RegisterAccountCommand");
49
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
50
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
51
- const UpdateCampaignCommand_1 = require("./commands/UpdateCampaignCommand");
52
- const UpdateDecoderManifestCommand_1 = require("./commands/UpdateDecoderManifestCommand");
53
- const UpdateFleetCommand_1 = require("./commands/UpdateFleetCommand");
54
- const UpdateModelManifestCommand_1 = require("./commands/UpdateModelManifestCommand");
55
- const UpdateSignalCatalogCommand_1 = require("./commands/UpdateSignalCatalogCommand");
56
- const UpdateVehicleCommand_1 = require("./commands/UpdateVehicleCommand");
57
- const IoTFleetWiseClient_1 = require("./IoTFleetWiseClient");
58
- const commands = {
59
- AssociateVehicleFleetCommand: AssociateVehicleFleetCommand_1.AssociateVehicleFleetCommand,
60
- BatchCreateVehicleCommand: BatchCreateVehicleCommand_1.BatchCreateVehicleCommand,
61
- BatchUpdateVehicleCommand: BatchUpdateVehicleCommand_1.BatchUpdateVehicleCommand,
62
- CreateCampaignCommand: CreateCampaignCommand_1.CreateCampaignCommand,
63
- CreateDecoderManifestCommand: CreateDecoderManifestCommand_1.CreateDecoderManifestCommand,
64
- CreateFleetCommand: CreateFleetCommand_1.CreateFleetCommand,
65
- CreateModelManifestCommand: CreateModelManifestCommand_1.CreateModelManifestCommand,
66
- CreateSignalCatalogCommand: CreateSignalCatalogCommand_1.CreateSignalCatalogCommand,
67
- CreateVehicleCommand: CreateVehicleCommand_1.CreateVehicleCommand,
68
- DeleteCampaignCommand: DeleteCampaignCommand_1.DeleteCampaignCommand,
69
- DeleteDecoderManifestCommand: DeleteDecoderManifestCommand_1.DeleteDecoderManifestCommand,
70
- DeleteFleetCommand: DeleteFleetCommand_1.DeleteFleetCommand,
71
- DeleteModelManifestCommand: DeleteModelManifestCommand_1.DeleteModelManifestCommand,
72
- DeleteSignalCatalogCommand: DeleteSignalCatalogCommand_1.DeleteSignalCatalogCommand,
73
- DeleteVehicleCommand: DeleteVehicleCommand_1.DeleteVehicleCommand,
74
- DisassociateVehicleFleetCommand: DisassociateVehicleFleetCommand_1.DisassociateVehicleFleetCommand,
75
- GetCampaignCommand: GetCampaignCommand_1.GetCampaignCommand,
76
- GetDecoderManifestCommand: GetDecoderManifestCommand_1.GetDecoderManifestCommand,
77
- GetEncryptionConfigurationCommand: GetEncryptionConfigurationCommand_1.GetEncryptionConfigurationCommand,
78
- GetFleetCommand: GetFleetCommand_1.GetFleetCommand,
79
- GetLoggingOptionsCommand: GetLoggingOptionsCommand_1.GetLoggingOptionsCommand,
80
- GetModelManifestCommand: GetModelManifestCommand_1.GetModelManifestCommand,
81
- GetRegisterAccountStatusCommand: GetRegisterAccountStatusCommand_1.GetRegisterAccountStatusCommand,
82
- GetSignalCatalogCommand: GetSignalCatalogCommand_1.GetSignalCatalogCommand,
83
- GetVehicleCommand: GetVehicleCommand_1.GetVehicleCommand,
84
- GetVehicleStatusCommand: GetVehicleStatusCommand_1.GetVehicleStatusCommand,
85
- ImportDecoderManifestCommand: ImportDecoderManifestCommand_1.ImportDecoderManifestCommand,
86
- ImportSignalCatalogCommand: ImportSignalCatalogCommand_1.ImportSignalCatalogCommand,
87
- ListCampaignsCommand: ListCampaignsCommand_1.ListCampaignsCommand,
88
- ListDecoderManifestNetworkInterfacesCommand: ListDecoderManifestNetworkInterfacesCommand_1.ListDecoderManifestNetworkInterfacesCommand,
89
- ListDecoderManifestsCommand: ListDecoderManifestsCommand_1.ListDecoderManifestsCommand,
90
- ListDecoderManifestSignalsCommand: ListDecoderManifestSignalsCommand_1.ListDecoderManifestSignalsCommand,
91
- ListFleetsCommand: ListFleetsCommand_1.ListFleetsCommand,
92
- ListFleetsForVehicleCommand: ListFleetsForVehicleCommand_1.ListFleetsForVehicleCommand,
93
- ListModelManifestNodesCommand: ListModelManifestNodesCommand_1.ListModelManifestNodesCommand,
94
- ListModelManifestsCommand: ListModelManifestsCommand_1.ListModelManifestsCommand,
95
- ListSignalCatalogNodesCommand: ListSignalCatalogNodesCommand_1.ListSignalCatalogNodesCommand,
96
- ListSignalCatalogsCommand: ListSignalCatalogsCommand_1.ListSignalCatalogsCommand,
97
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
98
- ListVehiclesCommand: ListVehiclesCommand_1.ListVehiclesCommand,
99
- ListVehiclesInFleetCommand: ListVehiclesInFleetCommand_1.ListVehiclesInFleetCommand,
100
- PutEncryptionConfigurationCommand: PutEncryptionConfigurationCommand_1.PutEncryptionConfigurationCommand,
101
- PutLoggingOptionsCommand: PutLoggingOptionsCommand_1.PutLoggingOptionsCommand,
102
- RegisterAccountCommand: RegisterAccountCommand_1.RegisterAccountCommand,
103
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
104
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
105
- UpdateCampaignCommand: UpdateCampaignCommand_1.UpdateCampaignCommand,
106
- UpdateDecoderManifestCommand: UpdateDecoderManifestCommand_1.UpdateDecoderManifestCommand,
107
- UpdateFleetCommand: UpdateFleetCommand_1.UpdateFleetCommand,
108
- UpdateModelManifestCommand: UpdateModelManifestCommand_1.UpdateModelManifestCommand,
109
- UpdateSignalCatalogCommand: UpdateSignalCatalogCommand_1.UpdateSignalCatalogCommand,
110
- UpdateVehicleCommand: UpdateVehicleCommand_1.UpdateVehicleCommand,
111
- };
112
- class IoTFleetWise extends IoTFleetWiseClient_1.IoTFleetWiseClient {
113
- }
114
- exports.IoTFleetWise = IoTFleetWise;
115
- (0, smithy_client_1.createAggregatedClient)(commands, IoTFleetWise);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IoTFleetWiseClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class IoTFleetWiseClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.IoTFleetWiseClient = IoTFleetWiseClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AssociateVehicleFleetCommand = 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 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() {
27
- }
28
- exports.AssociateVehicleFleetCommand = AssociateVehicleFleetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchCreateVehicleCommand = 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 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() {
27
- }
28
- exports.BatchCreateVehicleCommand = BatchCreateVehicleCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchUpdateVehicleCommand = 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 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() {
27
- }
28
- exports.BatchUpdateVehicleCommand = BatchUpdateVehicleCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateCampaignCommand = 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 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() {
27
- }
28
- exports.CreateCampaignCommand = CreateCampaignCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateDecoderManifestCommand = 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 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() {
27
- }
28
- exports.CreateDecoderManifestCommand = CreateDecoderManifestCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateFleetCommand = 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 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() {
27
- }
28
- exports.CreateFleetCommand = CreateFleetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateModelManifestCommand = 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 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() {
27
- }
28
- exports.CreateModelManifestCommand = CreateModelManifestCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateSignalCatalogCommand = 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 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() {
27
- }
28
- exports.CreateSignalCatalogCommand = CreateSignalCatalogCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateVehicleCommand = 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 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() {
27
- }
28
- exports.CreateVehicleCommand = CreateVehicleCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteCampaignCommand = 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 DeleteCampaignCommand 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", "DeleteCampaign", {})
22
- .n("IoTFleetWiseClient", "DeleteCampaignCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DeleteCampaignCommand)
25
- .de(Aws_json1_0_1.de_DeleteCampaignCommand)
26
- .build() {
27
- }
28
- exports.DeleteCampaignCommand = DeleteCampaignCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteDecoderManifestCommand = 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 DeleteDecoderManifestCommand 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", "DeleteDecoderManifest", {})
22
- .n("IoTFleetWiseClient", "DeleteDecoderManifestCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DeleteDecoderManifestCommand)
25
- .de(Aws_json1_0_1.de_DeleteDecoderManifestCommand)
26
- .build() {
27
- }
28
- exports.DeleteDecoderManifestCommand = DeleteDecoderManifestCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteFleetCommand = 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 DeleteFleetCommand 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", "DeleteFleet", {})
22
- .n("IoTFleetWiseClient", "DeleteFleetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DeleteFleetCommand)
25
- .de(Aws_json1_0_1.de_DeleteFleetCommand)
26
- .build() {
27
- }
28
- exports.DeleteFleetCommand = DeleteFleetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteModelManifestCommand = 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 DeleteModelManifestCommand 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", "DeleteModelManifest", {})
22
- .n("IoTFleetWiseClient", "DeleteModelManifestCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DeleteModelManifestCommand)
25
- .de(Aws_json1_0_1.de_DeleteModelManifestCommand)
26
- .build() {
27
- }
28
- exports.DeleteModelManifestCommand = DeleteModelManifestCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteSignalCatalogCommand = 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 DeleteSignalCatalogCommand 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", "DeleteSignalCatalog", {})
22
- .n("IoTFleetWiseClient", "DeleteSignalCatalogCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DeleteSignalCatalogCommand)
25
- .de(Aws_json1_0_1.de_DeleteSignalCatalogCommand)
26
- .build() {
27
- }
28
- exports.DeleteSignalCatalogCommand = DeleteSignalCatalogCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteVehicleCommand = 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 DeleteVehicleCommand 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", "DeleteVehicle", {})
22
- .n("IoTFleetWiseClient", "DeleteVehicleCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DeleteVehicleCommand)
25
- .de(Aws_json1_0_1.de_DeleteVehicleCommand)
26
- .build() {
27
- }
28
- exports.DeleteVehicleCommand = DeleteVehicleCommand;
1
+ module.exports = require("../index.js");