@aws-sdk/client-iotfleetwise 3.926.0 → 3.928.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 (81) hide show
  1. package/dist-cjs/index.js +2589 -2539
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/IoTFleetWiseClient.js +2 -0
  4. package/dist-es/commands/AssociateVehicleFleetCommand.js +3 -9
  5. package/dist-es/commands/BatchCreateVehicleCommand.js +3 -9
  6. package/dist-es/commands/BatchUpdateVehicleCommand.js +3 -9
  7. package/dist-es/commands/CreateCampaignCommand.js +3 -10
  8. package/dist-es/commands/CreateDecoderManifestCommand.js +3 -9
  9. package/dist-es/commands/CreateFleetCommand.js +3 -9
  10. package/dist-es/commands/CreateModelManifestCommand.js +3 -9
  11. package/dist-es/commands/CreateSignalCatalogCommand.js +3 -9
  12. package/dist-es/commands/CreateStateTemplateCommand.js +3 -9
  13. package/dist-es/commands/CreateVehicleCommand.js +3 -9
  14. package/dist-es/commands/DeleteCampaignCommand.js +3 -9
  15. package/dist-es/commands/DeleteDecoderManifestCommand.js +3 -9
  16. package/dist-es/commands/DeleteFleetCommand.js +3 -9
  17. package/dist-es/commands/DeleteModelManifestCommand.js +3 -9
  18. package/dist-es/commands/DeleteSignalCatalogCommand.js +3 -9
  19. package/dist-es/commands/DeleteStateTemplateCommand.js +3 -9
  20. package/dist-es/commands/DeleteVehicleCommand.js +3 -9
  21. package/dist-es/commands/DisassociateVehicleFleetCommand.js +3 -9
  22. package/dist-es/commands/GetCampaignCommand.js +3 -10
  23. package/dist-es/commands/GetDecoderManifestCommand.js +3 -9
  24. package/dist-es/commands/GetEncryptionConfigurationCommand.js +3 -9
  25. package/dist-es/commands/GetFleetCommand.js +3 -9
  26. package/dist-es/commands/GetLoggingOptionsCommand.js +3 -9
  27. package/dist-es/commands/GetModelManifestCommand.js +3 -9
  28. package/dist-es/commands/GetRegisterAccountStatusCommand.js +3 -9
  29. package/dist-es/commands/GetSignalCatalogCommand.js +3 -9
  30. package/dist-es/commands/GetStateTemplateCommand.js +3 -9
  31. package/dist-es/commands/GetVehicleCommand.js +3 -9
  32. package/dist-es/commands/GetVehicleStatusCommand.js +3 -9
  33. package/dist-es/commands/ImportDecoderManifestCommand.js +3 -9
  34. package/dist-es/commands/ImportSignalCatalogCommand.js +3 -9
  35. package/dist-es/commands/ListCampaignsCommand.js +3 -9
  36. package/dist-es/commands/ListDecoderManifestNetworkInterfacesCommand.js +3 -9
  37. package/dist-es/commands/ListDecoderManifestSignalsCommand.js +3 -9
  38. package/dist-es/commands/ListDecoderManifestsCommand.js +3 -9
  39. package/dist-es/commands/ListFleetsCommand.js +3 -9
  40. package/dist-es/commands/ListFleetsForVehicleCommand.js +3 -9
  41. package/dist-es/commands/ListModelManifestNodesCommand.js +3 -9
  42. package/dist-es/commands/ListModelManifestsCommand.js +3 -9
  43. package/dist-es/commands/ListSignalCatalogNodesCommand.js +3 -9
  44. package/dist-es/commands/ListSignalCatalogsCommand.js +3 -9
  45. package/dist-es/commands/ListStateTemplatesCommand.js +3 -9
  46. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  47. package/dist-es/commands/ListVehiclesCommand.js +3 -9
  48. package/dist-es/commands/ListVehiclesInFleetCommand.js +3 -9
  49. package/dist-es/commands/PutEncryptionConfigurationCommand.js +3 -9
  50. package/dist-es/commands/PutLoggingOptionsCommand.js +3 -9
  51. package/dist-es/commands/RegisterAccountCommand.js +3 -9
  52. package/dist-es/commands/TagResourceCommand.js +3 -9
  53. package/dist-es/commands/UntagResourceCommand.js +3 -9
  54. package/dist-es/commands/UpdateCampaignCommand.js +3 -10
  55. package/dist-es/commands/UpdateDecoderManifestCommand.js +3 -9
  56. package/dist-es/commands/UpdateFleetCommand.js +3 -9
  57. package/dist-es/commands/UpdateModelManifestCommand.js +3 -9
  58. package/dist-es/commands/UpdateSignalCatalogCommand.js +3 -9
  59. package/dist-es/commands/UpdateStateTemplateCommand.js +3 -9
  60. package/dist-es/commands/UpdateVehicleCommand.js +3 -9
  61. package/dist-es/models/models_0.js +0 -71
  62. package/dist-es/runtimeConfig.shared.js +7 -0
  63. package/dist-es/schemas/schemas_0.js +2460 -0
  64. package/dist-types/IoTFleetWiseClient.d.ts +10 -1
  65. package/dist-types/models/models_0.d.ts +0 -44
  66. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  67. package/dist-types/runtimeConfig.d.ts +1 -0
  68. package/dist-types/runtimeConfig.native.d.ts +1 -0
  69. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  70. package/dist-types/schemas/schemas_0.d.ts +307 -0
  71. package/dist-types/ts3.4/IoTFleetWiseClient.d.ts +4 -0
  72. package/dist-types/ts3.4/models/models_0.d.ts +0 -33
  73. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  74. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  75. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  76. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  77. package/dist-types/ts3.4/schemas/schemas_0.d.ts +313 -0
  78. package/package.json +5 -5
  79. package/dist-es/protocols/Aws_json1_0.js +0 -2033
  80. package/dist-types/protocols/Aws_json1_0.d.ts +0 -515
  81. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -689
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const core_1 = require("@aws-sdk/core");
5
+ const protocols_1 = require("@aws-sdk/core/protocols");
5
6
  const smithy_client_1 = require("@smithy/smithy-client");
6
7
  const url_parser_1 = require("@smithy/url-parser");
7
8
  const util_base64_1 = require("@smithy/util-base64");
@@ -25,6 +26,12 @@ const getRuntimeConfig = (config) => {
25
26
  },
26
27
  ],
27
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
+ protocol: config?.protocol ??
30
+ new protocols_1.AwsJson1_0Protocol({
31
+ defaultNamespace: "com.amazonaws.iotfleetwise",
32
+ serviceTarget: "IoTAutobahnControlPlane",
33
+ awsQueryCompatible: false,
34
+ }),
28
35
  serviceId: config?.serviceId ?? "IoTFleetWise",
29
36
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
30
37
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -4,6 +4,7 @@ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detec
4
4
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
5
5
  import { resolveRegionConfig } from "@smithy/config-resolver";
6
6
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
7
+ import { getSchemaSerdePlugin } from "@smithy/core/schema";
7
8
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
8
9
  import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
9
10
  import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
@@ -28,6 +29,7 @@ export class IoTFleetWiseClient extends __Client {
28
29
  const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
29
30
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
30
31
  this.config = _config_8;
32
+ this.middlewareStack.use(getSchemaSerdePlugin(this.config));
31
33
  this.middlewareStack.use(getUserAgentPlugin(this.config));
32
34
  this.middlewareStack.use(getRetryPlugin(this.config));
33
35
  this.middlewareStack.use(getContentLengthPlugin(this.config));
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_AssociateVehicleFleetCommand, se_AssociateVehicleFleetCommand } from "../protocols/Aws_json1_0";
4
+ import { AssociateVehicleFleet } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class AssociateVehicleFleetCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("IoTAutobahnControlPlane", "AssociateVehicleFleet", {})
17
13
  .n("IoTFleetWiseClient", "AssociateVehicleFleetCommand")
18
- .f(void 0, void 0)
19
- .ser(se_AssociateVehicleFleetCommand)
20
- .de(de_AssociateVehicleFleetCommand)
14
+ .sc(AssociateVehicleFleet)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_BatchCreateVehicleCommand, se_BatchCreateVehicleCommand } from "../protocols/Aws_json1_0";
4
+ import { BatchCreateVehicle } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class BatchCreateVehicleCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("IoTAutobahnControlPlane", "BatchCreateVehicle", {})
17
13
  .n("IoTFleetWiseClient", "BatchCreateVehicleCommand")
18
- .f(void 0, void 0)
19
- .ser(se_BatchCreateVehicleCommand)
20
- .de(de_BatchCreateVehicleCommand)
14
+ .sc(BatchCreateVehicle)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_BatchUpdateVehicleCommand, se_BatchUpdateVehicleCommand } from "../protocols/Aws_json1_0";
4
+ import { BatchUpdateVehicle } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class BatchUpdateVehicleCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("IoTAutobahnControlPlane", "BatchUpdateVehicle", {})
17
13
  .n("IoTFleetWiseClient", "BatchUpdateVehicleCommand")
18
- .f(void 0, void 0)
19
- .ser(se_BatchUpdateVehicleCommand)
20
- .de(de_BatchUpdateVehicleCommand)
14
+ .sc(BatchUpdateVehicle)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { CreateCampaignRequestFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateCampaignCommand, se_CreateCampaignCommand } from "../protocols/Aws_json1_0";
4
+ import { CreateCampaign } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateCampaignCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("IoTAutobahnControlPlane", "CreateCampaign", {})
18
13
  .n("IoTFleetWiseClient", "CreateCampaignCommand")
19
- .f(CreateCampaignRequestFilterSensitiveLog, void 0)
20
- .ser(se_CreateCampaignCommand)
21
- .de(de_CreateCampaignCommand)
14
+ .sc(CreateCampaign)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateDecoderManifestCommand, se_CreateDecoderManifestCommand } from "../protocols/Aws_json1_0";
4
+ import { CreateDecoderManifest } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateDecoderManifestCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("IoTAutobahnControlPlane", "CreateDecoderManifest", {})
17
13
  .n("IoTFleetWiseClient", "CreateDecoderManifestCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateDecoderManifestCommand)
20
- .de(de_CreateDecoderManifestCommand)
14
+ .sc(CreateDecoderManifest)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateFleetCommand, se_CreateFleetCommand } from "../protocols/Aws_json1_0";
4
+ import { CreateFleet } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateFleetCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("IoTAutobahnControlPlane", "CreateFleet", {})
17
13
  .n("IoTFleetWiseClient", "CreateFleetCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateFleetCommand)
20
- .de(de_CreateFleetCommand)
14
+ .sc(CreateFleet)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateModelManifestCommand, se_CreateModelManifestCommand } from "../protocols/Aws_json1_0";
4
+ import { CreateModelManifest } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateModelManifestCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("IoTAutobahnControlPlane", "CreateModelManifest", {})
17
13
  .n("IoTFleetWiseClient", "CreateModelManifestCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateModelManifestCommand)
20
- .de(de_CreateModelManifestCommand)
14
+ .sc(CreateModelManifest)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateSignalCatalogCommand, se_CreateSignalCatalogCommand } from "../protocols/Aws_json1_0";
4
+ import { CreateSignalCatalog } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateSignalCatalogCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("IoTAutobahnControlPlane", "CreateSignalCatalog", {})
17
13
  .n("IoTFleetWiseClient", "CreateSignalCatalogCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateSignalCatalogCommand)
20
- .de(de_CreateSignalCatalogCommand)
14
+ .sc(CreateSignalCatalog)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateStateTemplateCommand, se_CreateStateTemplateCommand } from "../protocols/Aws_json1_0";
4
+ import { CreateStateTemplate } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateStateTemplateCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("IoTAutobahnControlPlane", "CreateStateTemplate", {})
17
13
  .n("IoTFleetWiseClient", "CreateStateTemplateCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateStateTemplateCommand)
20
- .de(de_CreateStateTemplateCommand)
14
+ .sc(CreateStateTemplate)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateVehicleCommand, se_CreateVehicleCommand } from "../protocols/Aws_json1_0";
4
+ import { CreateVehicle } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateVehicleCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("IoTAutobahnControlPlane", "CreateVehicle", {})
17
13
  .n("IoTFleetWiseClient", "CreateVehicleCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateVehicleCommand)
20
- .de(de_CreateVehicleCommand)
14
+ .sc(CreateVehicle)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteCampaignCommand, se_DeleteCampaignCommand } from "../protocols/Aws_json1_0";
4
+ import { DeleteCampaign } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteCampaignCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("IoTAutobahnControlPlane", "DeleteCampaign", {})
17
13
  .n("IoTFleetWiseClient", "DeleteCampaignCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteCampaignCommand)
20
- .de(de_DeleteCampaignCommand)
14
+ .sc(DeleteCampaign)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteDecoderManifestCommand, se_DeleteDecoderManifestCommand } from "../protocols/Aws_json1_0";
4
+ import { DeleteDecoderManifest } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteDecoderManifestCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("IoTAutobahnControlPlane", "DeleteDecoderManifest", {})
17
13
  .n("IoTFleetWiseClient", "DeleteDecoderManifestCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteDecoderManifestCommand)
20
- .de(de_DeleteDecoderManifestCommand)
14
+ .sc(DeleteDecoderManifest)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteFleetCommand, se_DeleteFleetCommand } from "../protocols/Aws_json1_0";
4
+ import { DeleteFleet } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteFleetCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("IoTAutobahnControlPlane", "DeleteFleet", {})
17
13
  .n("IoTFleetWiseClient", "DeleteFleetCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteFleetCommand)
20
- .de(de_DeleteFleetCommand)
14
+ .sc(DeleteFleet)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteModelManifestCommand, se_DeleteModelManifestCommand } from "../protocols/Aws_json1_0";
4
+ import { DeleteModelManifest } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteModelManifestCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("IoTAutobahnControlPlane", "DeleteModelManifest", {})
17
13
  .n("IoTFleetWiseClient", "DeleteModelManifestCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteModelManifestCommand)
20
- .de(de_DeleteModelManifestCommand)
14
+ .sc(DeleteModelManifest)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteSignalCatalogCommand, se_DeleteSignalCatalogCommand } from "../protocols/Aws_json1_0";
4
+ import { DeleteSignalCatalog } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteSignalCatalogCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("IoTAutobahnControlPlane", "DeleteSignalCatalog", {})
17
13
  .n("IoTFleetWiseClient", "DeleteSignalCatalogCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteSignalCatalogCommand)
20
- .de(de_DeleteSignalCatalogCommand)
14
+ .sc(DeleteSignalCatalog)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteStateTemplateCommand, se_DeleteStateTemplateCommand } from "../protocols/Aws_json1_0";
4
+ import { DeleteStateTemplate } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteStateTemplateCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("IoTAutobahnControlPlane", "DeleteStateTemplate", {})
17
13
  .n("IoTFleetWiseClient", "DeleteStateTemplateCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteStateTemplateCommand)
20
- .de(de_DeleteStateTemplateCommand)
14
+ .sc(DeleteStateTemplate)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteVehicleCommand, se_DeleteVehicleCommand } from "../protocols/Aws_json1_0";
4
+ import { DeleteVehicle } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteVehicleCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("IoTAutobahnControlPlane", "DeleteVehicle", {})
17
13
  .n("IoTFleetWiseClient", "DeleteVehicleCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteVehicleCommand)
20
- .de(de_DeleteVehicleCommand)
14
+ .sc(DeleteVehicle)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DisassociateVehicleFleetCommand, se_DisassociateVehicleFleetCommand } from "../protocols/Aws_json1_0";
4
+ import { DisassociateVehicleFleet } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DisassociateVehicleFleetCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("IoTAutobahnControlPlane", "DisassociateVehicleFleet", {})
17
13
  .n("IoTFleetWiseClient", "DisassociateVehicleFleetCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DisassociateVehicleFleetCommand)
20
- .de(de_DisassociateVehicleFleetCommand)
14
+ .sc(DisassociateVehicleFleet)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetCampaignResponseFilterSensitiveLog } from "../models/models_0";
6
- import { de_GetCampaignCommand, se_GetCampaignCommand } from "../protocols/Aws_json1_0";
4
+ import { GetCampaign } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetCampaignCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("IoTAutobahnControlPlane", "GetCampaign", {})
18
13
  .n("IoTFleetWiseClient", "GetCampaignCommand")
19
- .f(void 0, GetCampaignResponseFilterSensitiveLog)
20
- .ser(se_GetCampaignCommand)
21
- .de(de_GetCampaignCommand)
14
+ .sc(GetCampaign)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetDecoderManifestCommand, se_GetDecoderManifestCommand } from "../protocols/Aws_json1_0";
4
+ import { GetDecoderManifest } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetDecoderManifestCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("IoTAutobahnControlPlane", "GetDecoderManifest", {})
17
13
  .n("IoTFleetWiseClient", "GetDecoderManifestCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetDecoderManifestCommand)
20
- .de(de_GetDecoderManifestCommand)
14
+ .sc(GetDecoderManifest)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetEncryptionConfigurationCommand, se_GetEncryptionConfigurationCommand } from "../protocols/Aws_json1_0";
4
+ import { GetEncryptionConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetEncryptionConfigurationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("IoTAutobahnControlPlane", "GetEncryptionConfiguration", {})
17
13
  .n("IoTFleetWiseClient", "GetEncryptionConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetEncryptionConfigurationCommand)
20
- .de(de_GetEncryptionConfigurationCommand)
14
+ .sc(GetEncryptionConfiguration)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetFleetCommand, se_GetFleetCommand } from "../protocols/Aws_json1_0";
4
+ import { GetFleet } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetFleetCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("IoTAutobahnControlPlane", "GetFleet", {})
17
13
  .n("IoTFleetWiseClient", "GetFleetCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetFleetCommand)
20
- .de(de_GetFleetCommand)
14
+ .sc(GetFleet)
21
15
  .build() {
22
16
  }