@aws-sdk/client-iotfleetwise 3.183.0 → 3.185.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 (76) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/protocols/Aws_json1_0.js +2 -2
  3. package/dist-es/IoTFleetWise.js +209 -202
  4. package/dist-es/IoTFleetWiseClient.js +28 -22
  5. package/dist-es/commands/AssociateVehicleFleetCommand.js +28 -21
  6. package/dist-es/commands/BatchCreateVehicleCommand.js +28 -21
  7. package/dist-es/commands/BatchUpdateVehicleCommand.js +28 -21
  8. package/dist-es/commands/CreateCampaignCommand.js +28 -21
  9. package/dist-es/commands/CreateDecoderManifestCommand.js +28 -21
  10. package/dist-es/commands/CreateFleetCommand.js +28 -21
  11. package/dist-es/commands/CreateModelManifestCommand.js +28 -21
  12. package/dist-es/commands/CreateSignalCatalogCommand.js +28 -21
  13. package/dist-es/commands/CreateVehicleCommand.js +28 -21
  14. package/dist-es/commands/DeleteCampaignCommand.js +28 -21
  15. package/dist-es/commands/DeleteDecoderManifestCommand.js +28 -21
  16. package/dist-es/commands/DeleteFleetCommand.js +28 -21
  17. package/dist-es/commands/DeleteModelManifestCommand.js +28 -21
  18. package/dist-es/commands/DeleteSignalCatalogCommand.js +28 -21
  19. package/dist-es/commands/DeleteVehicleCommand.js +28 -21
  20. package/dist-es/commands/DisassociateVehicleFleetCommand.js +28 -21
  21. package/dist-es/commands/GetCampaignCommand.js +28 -21
  22. package/dist-es/commands/GetDecoderManifestCommand.js +28 -21
  23. package/dist-es/commands/GetFleetCommand.js +28 -21
  24. package/dist-es/commands/GetLoggingOptionsCommand.js +28 -21
  25. package/dist-es/commands/GetModelManifestCommand.js +28 -21
  26. package/dist-es/commands/GetRegisterAccountStatusCommand.js +28 -21
  27. package/dist-es/commands/GetSignalCatalogCommand.js +28 -21
  28. package/dist-es/commands/GetVehicleCommand.js +28 -21
  29. package/dist-es/commands/GetVehicleStatusCommand.js +28 -21
  30. package/dist-es/commands/ImportDecoderManifestCommand.js +28 -21
  31. package/dist-es/commands/ImportSignalCatalogCommand.js +28 -21
  32. package/dist-es/commands/ListCampaignsCommand.js +28 -21
  33. package/dist-es/commands/ListDecoderManifestNetworkInterfacesCommand.js +28 -21
  34. package/dist-es/commands/ListDecoderManifestSignalsCommand.js +28 -21
  35. package/dist-es/commands/ListDecoderManifestsCommand.js +28 -21
  36. package/dist-es/commands/ListFleetsCommand.js +28 -21
  37. package/dist-es/commands/ListFleetsForVehicleCommand.js +28 -21
  38. package/dist-es/commands/ListModelManifestNodesCommand.js +28 -21
  39. package/dist-es/commands/ListModelManifestsCommand.js +28 -21
  40. package/dist-es/commands/ListSignalCatalogNodesCommand.js +28 -21
  41. package/dist-es/commands/ListSignalCatalogsCommand.js +28 -21
  42. package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
  43. package/dist-es/commands/ListVehiclesCommand.js +28 -21
  44. package/dist-es/commands/ListVehiclesInFleetCommand.js +28 -21
  45. package/dist-es/commands/PutLoggingOptionsCommand.js +28 -21
  46. package/dist-es/commands/RegisterAccountCommand.js +28 -21
  47. package/dist-es/commands/TagResourceCommand.js +28 -21
  48. package/dist-es/commands/UntagResourceCommand.js +28 -21
  49. package/dist-es/commands/UpdateCampaignCommand.js +28 -21
  50. package/dist-es/commands/UpdateDecoderManifestCommand.js +28 -21
  51. package/dist-es/commands/UpdateFleetCommand.js +28 -21
  52. package/dist-es/commands/UpdateModelManifestCommand.js +28 -21
  53. package/dist-es/commands/UpdateSignalCatalogCommand.js +28 -21
  54. package/dist-es/commands/UpdateVehicleCommand.js +28 -21
  55. package/dist-es/endpoints.js +8 -8
  56. package/dist-es/models/IoTFleetWiseServiceException.js +10 -5
  57. package/dist-es/models/models_0.js +284 -564
  58. package/dist-es/pagination/GetVehicleStatusPaginator.js +68 -25
  59. package/dist-es/pagination/ListCampaignsPaginator.js +68 -25
  60. package/dist-es/pagination/ListDecoderManifestNetworkInterfacesPaginator.js +68 -25
  61. package/dist-es/pagination/ListDecoderManifestSignalsPaginator.js +68 -25
  62. package/dist-es/pagination/ListDecoderManifestsPaginator.js +68 -25
  63. package/dist-es/pagination/ListFleetsForVehiclePaginator.js +68 -25
  64. package/dist-es/pagination/ListFleetsPaginator.js +68 -25
  65. package/dist-es/pagination/ListModelManifestNodesPaginator.js +68 -25
  66. package/dist-es/pagination/ListModelManifestsPaginator.js +68 -25
  67. package/dist-es/pagination/ListSignalCatalogNodesPaginator.js +68 -25
  68. package/dist-es/pagination/ListSignalCatalogsPaginator.js +68 -25
  69. package/dist-es/pagination/ListVehiclesInFleetPaginator.js +68 -25
  70. package/dist-es/pagination/ListVehiclesPaginator.js +68 -25
  71. package/dist-es/protocols/Aws_json1_0.js +4605 -3657
  72. package/dist-es/runtimeConfig.browser.js +12 -26
  73. package/dist-es/runtimeConfig.js +12 -30
  74. package/dist-es/runtimeConfig.native.js +5 -8
  75. package/dist-es/runtimeConfig.shared.js +11 -8
  76. package/package.json +5 -5
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { ListDecoderManifestSignalsRequestFilterSensitiveLog, ListDecoderManifestSignalsResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_0ListDecoderManifestSignalsCommand, serializeAws_json1_0ListDecoderManifestSignalsCommand, } from "../protocols/Aws_json1_0";
5
- export class ListDecoderManifestSignalsCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var ListDecoderManifestSignalsCommand = (function (_super) {
7
+ __extends(ListDecoderManifestSignalsCommand, _super);
8
+ function ListDecoderManifestSignalsCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ ListDecoderManifestSignalsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "IoTFleetWiseClient";
15
- const commandName = "ListDecoderManifestSignalsCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "IoTFleetWiseClient";
18
+ var commandName = "ListDecoderManifestSignalsCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: ListDecoderManifestSignalsRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: ListDecoderManifestSignalsResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ ListDecoderManifestSignalsCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_0ListDecoderManifestSignalsCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ ListDecoderManifestSignalsCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_0ListDecoderManifestSignalsCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return ListDecoderManifestSignalsCommand;
38
+ }($Command));
39
+ export { ListDecoderManifestSignalsCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { ListDecoderManifestsRequestFilterSensitiveLog, ListDecoderManifestsResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_0ListDecoderManifestsCommand, serializeAws_json1_0ListDecoderManifestsCommand, } from "../protocols/Aws_json1_0";
5
- export class ListDecoderManifestsCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var ListDecoderManifestsCommand = (function (_super) {
7
+ __extends(ListDecoderManifestsCommand, _super);
8
+ function ListDecoderManifestsCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ ListDecoderManifestsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "IoTFleetWiseClient";
15
- const commandName = "ListDecoderManifestsCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "IoTFleetWiseClient";
18
+ var commandName = "ListDecoderManifestsCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: ListDecoderManifestsRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: ListDecoderManifestsResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ ListDecoderManifestsCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_0ListDecoderManifestsCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ ListDecoderManifestsCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_0ListDecoderManifestsCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return ListDecoderManifestsCommand;
38
+ }($Command));
39
+ export { ListDecoderManifestsCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { ListFleetsRequestFilterSensitiveLog, ListFleetsResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_0ListFleetsCommand, serializeAws_json1_0ListFleetsCommand, } from "../protocols/Aws_json1_0";
5
- export class ListFleetsCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var ListFleetsCommand = (function (_super) {
7
+ __extends(ListFleetsCommand, _super);
8
+ function ListFleetsCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ ListFleetsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "IoTFleetWiseClient";
15
- const commandName = "ListFleetsCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "IoTFleetWiseClient";
18
+ var commandName = "ListFleetsCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: ListFleetsRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: ListFleetsResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ ListFleetsCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_0ListFleetsCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ ListFleetsCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_0ListFleetsCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return ListFleetsCommand;
38
+ }($Command));
39
+ export { ListFleetsCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { ListFleetsForVehicleRequestFilterSensitiveLog, ListFleetsForVehicleResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_0ListFleetsForVehicleCommand, serializeAws_json1_0ListFleetsForVehicleCommand, } from "../protocols/Aws_json1_0";
5
- export class ListFleetsForVehicleCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var ListFleetsForVehicleCommand = (function (_super) {
7
+ __extends(ListFleetsForVehicleCommand, _super);
8
+ function ListFleetsForVehicleCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ ListFleetsForVehicleCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "IoTFleetWiseClient";
15
- const commandName = "ListFleetsForVehicleCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "IoTFleetWiseClient";
18
+ var commandName = "ListFleetsForVehicleCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: ListFleetsForVehicleRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: ListFleetsForVehicleResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ ListFleetsForVehicleCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_0ListFleetsForVehicleCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ ListFleetsForVehicleCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_0ListFleetsForVehicleCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return ListFleetsForVehicleCommand;
38
+ }($Command));
39
+ export { ListFleetsForVehicleCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { ListModelManifestNodesRequestFilterSensitiveLog, ListModelManifestNodesResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_0ListModelManifestNodesCommand, serializeAws_json1_0ListModelManifestNodesCommand, } from "../protocols/Aws_json1_0";
5
- export class ListModelManifestNodesCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var ListModelManifestNodesCommand = (function (_super) {
7
+ __extends(ListModelManifestNodesCommand, _super);
8
+ function ListModelManifestNodesCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ ListModelManifestNodesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "IoTFleetWiseClient";
15
- const commandName = "ListModelManifestNodesCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "IoTFleetWiseClient";
18
+ var commandName = "ListModelManifestNodesCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: ListModelManifestNodesRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: ListModelManifestNodesResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ ListModelManifestNodesCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_0ListModelManifestNodesCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ ListModelManifestNodesCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_0ListModelManifestNodesCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return ListModelManifestNodesCommand;
38
+ }($Command));
39
+ export { ListModelManifestNodesCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { ListModelManifestsRequestFilterSensitiveLog, ListModelManifestsResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_0ListModelManifestsCommand, serializeAws_json1_0ListModelManifestsCommand, } from "../protocols/Aws_json1_0";
5
- export class ListModelManifestsCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var ListModelManifestsCommand = (function (_super) {
7
+ __extends(ListModelManifestsCommand, _super);
8
+ function ListModelManifestsCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ ListModelManifestsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "IoTFleetWiseClient";
15
- const commandName = "ListModelManifestsCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "IoTFleetWiseClient";
18
+ var commandName = "ListModelManifestsCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: ListModelManifestsRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: ListModelManifestsResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ ListModelManifestsCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_0ListModelManifestsCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ ListModelManifestsCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_0ListModelManifestsCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return ListModelManifestsCommand;
38
+ }($Command));
39
+ export { ListModelManifestsCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { ListSignalCatalogNodesRequestFilterSensitiveLog, ListSignalCatalogNodesResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_0ListSignalCatalogNodesCommand, serializeAws_json1_0ListSignalCatalogNodesCommand, } from "../protocols/Aws_json1_0";
5
- export class ListSignalCatalogNodesCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var ListSignalCatalogNodesCommand = (function (_super) {
7
+ __extends(ListSignalCatalogNodesCommand, _super);
8
+ function ListSignalCatalogNodesCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ ListSignalCatalogNodesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "IoTFleetWiseClient";
15
- const commandName = "ListSignalCatalogNodesCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "IoTFleetWiseClient";
18
+ var commandName = "ListSignalCatalogNodesCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: ListSignalCatalogNodesRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: ListSignalCatalogNodesResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ ListSignalCatalogNodesCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_0ListSignalCatalogNodesCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ ListSignalCatalogNodesCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_0ListSignalCatalogNodesCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return ListSignalCatalogNodesCommand;
38
+ }($Command));
39
+ export { ListSignalCatalogNodesCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { ListSignalCatalogsRequestFilterSensitiveLog, ListSignalCatalogsResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_0ListSignalCatalogsCommand, serializeAws_json1_0ListSignalCatalogsCommand, } from "../protocols/Aws_json1_0";
5
- export class ListSignalCatalogsCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var ListSignalCatalogsCommand = (function (_super) {
7
+ __extends(ListSignalCatalogsCommand, _super);
8
+ function ListSignalCatalogsCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ ListSignalCatalogsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "IoTFleetWiseClient";
15
- const commandName = "ListSignalCatalogsCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "IoTFleetWiseClient";
18
+ var commandName = "ListSignalCatalogsCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: ListSignalCatalogsRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: ListSignalCatalogsResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ ListSignalCatalogsCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_0ListSignalCatalogsCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ ListSignalCatalogsCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_0ListSignalCatalogsCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return ListSignalCatalogsCommand;
38
+ }($Command));
39
+ export { ListSignalCatalogsCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_0ListTagsForResourceCommand, serializeAws_json1_0ListTagsForResourceCommand, } from "../protocols/Aws_json1_0";
5
- export class ListTagsForResourceCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var ListTagsForResourceCommand = (function (_super) {
7
+ __extends(ListTagsForResourceCommand, _super);
8
+ function ListTagsForResourceCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ ListTagsForResourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "IoTFleetWiseClient";
15
- const commandName = "ListTagsForResourceCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "IoTFleetWiseClient";
18
+ var commandName = "ListTagsForResourceCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: ListTagsForResourceRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: ListTagsForResourceResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ ListTagsForResourceCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_0ListTagsForResourceCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ ListTagsForResourceCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_0ListTagsForResourceCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return ListTagsForResourceCommand;
38
+ }($Command));
39
+ export { ListTagsForResourceCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { ListVehiclesRequestFilterSensitiveLog, ListVehiclesResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_json1_0ListVehiclesCommand, serializeAws_json1_0ListVehiclesCommand, } from "../protocols/Aws_json1_0";
5
- export class ListVehiclesCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var ListVehiclesCommand = (function (_super) {
7
+ __extends(ListVehiclesCommand, _super);
8
+ function ListVehiclesCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ ListVehiclesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "IoTFleetWiseClient";
15
- const commandName = "ListVehiclesCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "IoTFleetWiseClient";
18
+ var commandName = "ListVehiclesCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: ListVehiclesRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: ListVehiclesResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ ListVehiclesCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_json1_0ListVehiclesCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ ListVehiclesCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_json1_0ListVehiclesCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return ListVehiclesCommand;
38
+ }($Command));
39
+ export { ListVehiclesCommand };