@aws-sdk/client-iotfleetwise 3.952.0 → 3.954.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 (77) hide show
  1. package/dist-cjs/index.js +790 -528
  2. package/dist-cjs/runtimeConfig.shared.js +6 -6
  3. package/dist-es/commands/AssociateVehicleFleetCommand.js +2 -2
  4. package/dist-es/commands/BatchCreateVehicleCommand.js +2 -2
  5. package/dist-es/commands/BatchUpdateVehicleCommand.js +2 -2
  6. package/dist-es/commands/CreateCampaignCommand.js +2 -2
  7. package/dist-es/commands/CreateDecoderManifestCommand.js +2 -2
  8. package/dist-es/commands/CreateFleetCommand.js +2 -2
  9. package/dist-es/commands/CreateModelManifestCommand.js +2 -2
  10. package/dist-es/commands/CreateSignalCatalogCommand.js +2 -2
  11. package/dist-es/commands/CreateStateTemplateCommand.js +2 -2
  12. package/dist-es/commands/CreateVehicleCommand.js +2 -2
  13. package/dist-es/commands/DeleteCampaignCommand.js +2 -2
  14. package/dist-es/commands/DeleteDecoderManifestCommand.js +2 -2
  15. package/dist-es/commands/DeleteFleetCommand.js +2 -2
  16. package/dist-es/commands/DeleteModelManifestCommand.js +2 -2
  17. package/dist-es/commands/DeleteSignalCatalogCommand.js +2 -2
  18. package/dist-es/commands/DeleteStateTemplateCommand.js +2 -2
  19. package/dist-es/commands/DeleteVehicleCommand.js +2 -2
  20. package/dist-es/commands/DisassociateVehicleFleetCommand.js +2 -2
  21. package/dist-es/commands/GetCampaignCommand.js +2 -2
  22. package/dist-es/commands/GetDecoderManifestCommand.js +2 -2
  23. package/dist-es/commands/GetEncryptionConfigurationCommand.js +2 -2
  24. package/dist-es/commands/GetFleetCommand.js +2 -2
  25. package/dist-es/commands/GetLoggingOptionsCommand.js +2 -2
  26. package/dist-es/commands/GetModelManifestCommand.js +2 -2
  27. package/dist-es/commands/GetRegisterAccountStatusCommand.js +2 -2
  28. package/dist-es/commands/GetSignalCatalogCommand.js +2 -2
  29. package/dist-es/commands/GetStateTemplateCommand.js +2 -2
  30. package/dist-es/commands/GetVehicleCommand.js +2 -2
  31. package/dist-es/commands/GetVehicleStatusCommand.js +2 -2
  32. package/dist-es/commands/ImportDecoderManifestCommand.js +2 -2
  33. package/dist-es/commands/ImportSignalCatalogCommand.js +2 -2
  34. package/dist-es/commands/ListCampaignsCommand.js +2 -2
  35. package/dist-es/commands/ListDecoderManifestNetworkInterfacesCommand.js +2 -2
  36. package/dist-es/commands/ListDecoderManifestSignalsCommand.js +2 -2
  37. package/dist-es/commands/ListDecoderManifestsCommand.js +2 -2
  38. package/dist-es/commands/ListFleetsCommand.js +2 -2
  39. package/dist-es/commands/ListFleetsForVehicleCommand.js +2 -2
  40. package/dist-es/commands/ListModelManifestNodesCommand.js +2 -2
  41. package/dist-es/commands/ListModelManifestsCommand.js +2 -2
  42. package/dist-es/commands/ListSignalCatalogNodesCommand.js +2 -2
  43. package/dist-es/commands/ListSignalCatalogsCommand.js +2 -2
  44. package/dist-es/commands/ListStateTemplatesCommand.js +2 -2
  45. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  46. package/dist-es/commands/ListVehiclesCommand.js +2 -2
  47. package/dist-es/commands/ListVehiclesInFleetCommand.js +2 -2
  48. package/dist-es/commands/PutEncryptionConfigurationCommand.js +2 -2
  49. package/dist-es/commands/PutLoggingOptionsCommand.js +2 -2
  50. package/dist-es/commands/RegisterAccountCommand.js +2 -2
  51. package/dist-es/commands/TagResourceCommand.js +2 -2
  52. package/dist-es/commands/UntagResourceCommand.js +2 -2
  53. package/dist-es/commands/UpdateCampaignCommand.js +2 -2
  54. package/dist-es/commands/UpdateDecoderManifestCommand.js +2 -2
  55. package/dist-es/commands/UpdateFleetCommand.js +2 -2
  56. package/dist-es/commands/UpdateModelManifestCommand.js +2 -2
  57. package/dist-es/commands/UpdateSignalCatalogCommand.js +2 -2
  58. package/dist-es/commands/UpdateStateTemplateCommand.js +2 -2
  59. package/dist-es/commands/UpdateVehicleCommand.js +2 -2
  60. package/dist-es/index.js +1 -0
  61. package/dist-es/runtimeConfig.shared.js +6 -6
  62. package/dist-es/schemas/schemas_0.js +470 -462
  63. package/dist-types/IoTFleetWiseClient.d.ts +1 -10
  64. package/dist-types/index.d.ts +1 -0
  65. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  66. package/dist-types/runtimeConfig.d.ts +6 -2
  67. package/dist-types/runtimeConfig.native.d.ts +6 -2
  68. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  69. package/dist-types/schemas/schemas_0.d.ts +255 -306
  70. package/dist-types/ts3.4/IoTFleetWiseClient.d.ts +0 -4
  71. package/dist-types/ts3.4/index.d.ts +1 -0
  72. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  73. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  74. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  75. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  76. package/dist-types/ts3.4/schemas/schemas_0.d.ts +254 -307
  77. package/package.json +34 -34
@@ -26,12 +26,12 @@ const getRuntimeConfig = (config) => {
26
26
  },
27
27
  ],
28
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
- }),
29
+ protocol: config?.protocol ?? protocols_1.AwsJson1_0Protocol,
30
+ protocolSettings: config?.protocolSettings ?? {
31
+ defaultNamespace: "com.amazonaws.iotfleetwise",
32
+ version: "2021-06-17",
33
+ serviceTarget: "IoTAutobahnControlPlane",
34
+ },
35
35
  serviceId: config?.serviceId ?? "IoTFleetWise",
36
36
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
37
37
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { AssociateVehicleFleet } from "../schemas/schemas_0";
4
+ import { AssociateVehicleFleet$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class AssociateVehicleFleetCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class AssociateVehicleFleetCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "AssociateVehicleFleet", {})
13
13
  .n("IoTFleetWiseClient", "AssociateVehicleFleetCommand")
14
- .sc(AssociateVehicleFleet)
14
+ .sc(AssociateVehicleFleet$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { BatchCreateVehicle } from "../schemas/schemas_0";
4
+ import { BatchCreateVehicle$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class BatchCreateVehicleCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class BatchCreateVehicleCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "BatchCreateVehicle", {})
13
13
  .n("IoTFleetWiseClient", "BatchCreateVehicleCommand")
14
- .sc(BatchCreateVehicle)
14
+ .sc(BatchCreateVehicle$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { BatchUpdateVehicle } from "../schemas/schemas_0";
4
+ import { BatchUpdateVehicle$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class BatchUpdateVehicleCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class BatchUpdateVehicleCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "BatchUpdateVehicle", {})
13
13
  .n("IoTFleetWiseClient", "BatchUpdateVehicleCommand")
14
- .sc(BatchUpdateVehicle)
14
+ .sc(BatchUpdateVehicle$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateCampaign } from "../schemas/schemas_0";
4
+ import { CreateCampaign$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateCampaignCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateCampaignCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "CreateCampaign", {})
13
13
  .n("IoTFleetWiseClient", "CreateCampaignCommand")
14
- .sc(CreateCampaign)
14
+ .sc(CreateCampaign$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateDecoderManifest } from "../schemas/schemas_0";
4
+ import { CreateDecoderManifest$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateDecoderManifestCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateDecoderManifestCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "CreateDecoderManifest", {})
13
13
  .n("IoTFleetWiseClient", "CreateDecoderManifestCommand")
14
- .sc(CreateDecoderManifest)
14
+ .sc(CreateDecoderManifest$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateFleet } from "../schemas/schemas_0";
4
+ import { CreateFleet$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateFleetCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateFleetCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "CreateFleet", {})
13
13
  .n("IoTFleetWiseClient", "CreateFleetCommand")
14
- .sc(CreateFleet)
14
+ .sc(CreateFleet$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateModelManifest } from "../schemas/schemas_0";
4
+ import { CreateModelManifest$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateModelManifestCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateModelManifestCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "CreateModelManifest", {})
13
13
  .n("IoTFleetWiseClient", "CreateModelManifestCommand")
14
- .sc(CreateModelManifest)
14
+ .sc(CreateModelManifest$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateSignalCatalog } from "../schemas/schemas_0";
4
+ import { CreateSignalCatalog$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateSignalCatalogCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateSignalCatalogCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "CreateSignalCatalog", {})
13
13
  .n("IoTFleetWiseClient", "CreateSignalCatalogCommand")
14
- .sc(CreateSignalCatalog)
14
+ .sc(CreateSignalCatalog$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateStateTemplate } from "../schemas/schemas_0";
4
+ import { CreateStateTemplate$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateStateTemplateCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateStateTemplateCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "CreateStateTemplate", {})
13
13
  .n("IoTFleetWiseClient", "CreateStateTemplateCommand")
14
- .sc(CreateStateTemplate)
14
+ .sc(CreateStateTemplate$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateVehicle } from "../schemas/schemas_0";
4
+ import { CreateVehicle$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateVehicleCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateVehicleCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "CreateVehicle", {})
13
13
  .n("IoTFleetWiseClient", "CreateVehicleCommand")
14
- .sc(CreateVehicle)
14
+ .sc(CreateVehicle$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteCampaign } from "../schemas/schemas_0";
4
+ import { DeleteCampaign$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteCampaignCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteCampaignCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "DeleteCampaign", {})
13
13
  .n("IoTFleetWiseClient", "DeleteCampaignCommand")
14
- .sc(DeleteCampaign)
14
+ .sc(DeleteCampaign$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteDecoderManifest } from "../schemas/schemas_0";
4
+ import { DeleteDecoderManifest$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteDecoderManifestCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteDecoderManifestCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "DeleteDecoderManifest", {})
13
13
  .n("IoTFleetWiseClient", "DeleteDecoderManifestCommand")
14
- .sc(DeleteDecoderManifest)
14
+ .sc(DeleteDecoderManifest$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteFleet } from "../schemas/schemas_0";
4
+ import { DeleteFleet$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteFleetCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteFleetCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "DeleteFleet", {})
13
13
  .n("IoTFleetWiseClient", "DeleteFleetCommand")
14
- .sc(DeleteFleet)
14
+ .sc(DeleteFleet$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteModelManifest } from "../schemas/schemas_0";
4
+ import { DeleteModelManifest$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteModelManifestCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteModelManifestCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "DeleteModelManifest", {})
13
13
  .n("IoTFleetWiseClient", "DeleteModelManifestCommand")
14
- .sc(DeleteModelManifest)
14
+ .sc(DeleteModelManifest$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteSignalCatalog } from "../schemas/schemas_0";
4
+ import { DeleteSignalCatalog$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteSignalCatalogCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteSignalCatalogCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "DeleteSignalCatalog", {})
13
13
  .n("IoTFleetWiseClient", "DeleteSignalCatalogCommand")
14
- .sc(DeleteSignalCatalog)
14
+ .sc(DeleteSignalCatalog$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteStateTemplate } from "../schemas/schemas_0";
4
+ import { DeleteStateTemplate$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteStateTemplateCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteStateTemplateCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "DeleteStateTemplate", {})
13
13
  .n("IoTFleetWiseClient", "DeleteStateTemplateCommand")
14
- .sc(DeleteStateTemplate)
14
+ .sc(DeleteStateTemplate$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteVehicle } from "../schemas/schemas_0";
4
+ import { DeleteVehicle$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteVehicleCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteVehicleCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "DeleteVehicle", {})
13
13
  .n("IoTFleetWiseClient", "DeleteVehicleCommand")
14
- .sc(DeleteVehicle)
14
+ .sc(DeleteVehicle$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DisassociateVehicleFleet } from "../schemas/schemas_0";
4
+ import { DisassociateVehicleFleet$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DisassociateVehicleFleetCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DisassociateVehicleFleetCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "DisassociateVehicleFleet", {})
13
13
  .n("IoTFleetWiseClient", "DisassociateVehicleFleetCommand")
14
- .sc(DisassociateVehicleFleet)
14
+ .sc(DisassociateVehicleFleet$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetCampaign } from "../schemas/schemas_0";
4
+ import { GetCampaign$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetCampaignCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetCampaignCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "GetCampaign", {})
13
13
  .n("IoTFleetWiseClient", "GetCampaignCommand")
14
- .sc(GetCampaign)
14
+ .sc(GetCampaign$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetDecoderManifest } from "../schemas/schemas_0";
4
+ import { GetDecoderManifest$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetDecoderManifestCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetDecoderManifestCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "GetDecoderManifest", {})
13
13
  .n("IoTFleetWiseClient", "GetDecoderManifestCommand")
14
- .sc(GetDecoderManifest)
14
+ .sc(GetDecoderManifest$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetEncryptionConfiguration } from "../schemas/schemas_0";
4
+ import { GetEncryptionConfiguration$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetEncryptionConfigurationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetEncryptionConfigurationCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "GetEncryptionConfiguration", {})
13
13
  .n("IoTFleetWiseClient", "GetEncryptionConfigurationCommand")
14
- .sc(GetEncryptionConfiguration)
14
+ .sc(GetEncryptionConfiguration$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetFleet } from "../schemas/schemas_0";
4
+ import { GetFleet$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetFleetCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetFleetCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "GetFleet", {})
13
13
  .n("IoTFleetWiseClient", "GetFleetCommand")
14
- .sc(GetFleet)
14
+ .sc(GetFleet$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetLoggingOptions } from "../schemas/schemas_0";
4
+ import { GetLoggingOptions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetLoggingOptionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetLoggingOptionsCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "GetLoggingOptions", {})
13
13
  .n("IoTFleetWiseClient", "GetLoggingOptionsCommand")
14
- .sc(GetLoggingOptions)
14
+ .sc(GetLoggingOptions$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetModelManifest } from "../schemas/schemas_0";
4
+ import { GetModelManifest$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetModelManifestCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetModelManifestCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "GetModelManifest", {})
13
13
  .n("IoTFleetWiseClient", "GetModelManifestCommand")
14
- .sc(GetModelManifest)
14
+ .sc(GetModelManifest$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetRegisterAccountStatus } from "../schemas/schemas_0";
4
+ import { GetRegisterAccountStatus$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetRegisterAccountStatusCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetRegisterAccountStatusCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "GetRegisterAccountStatus", {})
13
13
  .n("IoTFleetWiseClient", "GetRegisterAccountStatusCommand")
14
- .sc(GetRegisterAccountStatus)
14
+ .sc(GetRegisterAccountStatus$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetSignalCatalog } from "../schemas/schemas_0";
4
+ import { GetSignalCatalog$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetSignalCatalogCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetSignalCatalogCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "GetSignalCatalog", {})
13
13
  .n("IoTFleetWiseClient", "GetSignalCatalogCommand")
14
- .sc(GetSignalCatalog)
14
+ .sc(GetSignalCatalog$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetStateTemplate } from "../schemas/schemas_0";
4
+ import { GetStateTemplate$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetStateTemplateCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetStateTemplateCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "GetStateTemplate", {})
13
13
  .n("IoTFleetWiseClient", "GetStateTemplateCommand")
14
- .sc(GetStateTemplate)
14
+ .sc(GetStateTemplate$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetVehicle } from "../schemas/schemas_0";
4
+ import { GetVehicle$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetVehicleCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetVehicleCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "GetVehicle", {})
13
13
  .n("IoTFleetWiseClient", "GetVehicleCommand")
14
- .sc(GetVehicle)
14
+ .sc(GetVehicle$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetVehicleStatus } from "../schemas/schemas_0";
4
+ import { GetVehicleStatus$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetVehicleStatusCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetVehicleStatusCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "GetVehicleStatus", {})
13
13
  .n("IoTFleetWiseClient", "GetVehicleStatusCommand")
14
- .sc(GetVehicleStatus)
14
+ .sc(GetVehicleStatus$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ImportDecoderManifest } from "../schemas/schemas_0";
4
+ import { ImportDecoderManifest$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ImportDecoderManifestCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ImportDecoderManifestCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "ImportDecoderManifest", {})
13
13
  .n("IoTFleetWiseClient", "ImportDecoderManifestCommand")
14
- .sc(ImportDecoderManifest)
14
+ .sc(ImportDecoderManifest$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ImportSignalCatalog } from "../schemas/schemas_0";
4
+ import { ImportSignalCatalog$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ImportSignalCatalogCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ImportSignalCatalogCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "ImportSignalCatalog", {})
13
13
  .n("IoTFleetWiseClient", "ImportSignalCatalogCommand")
14
- .sc(ImportSignalCatalog)
14
+ .sc(ImportSignalCatalog$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListCampaigns } from "../schemas/schemas_0";
4
+ import { ListCampaigns$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListCampaignsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListCampaignsCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "ListCampaigns", {})
13
13
  .n("IoTFleetWiseClient", "ListCampaignsCommand")
14
- .sc(ListCampaigns)
14
+ .sc(ListCampaigns$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListDecoderManifestNetworkInterfaces } from "../schemas/schemas_0";
4
+ import { ListDecoderManifestNetworkInterfaces$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListDecoderManifestNetworkInterfacesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListDecoderManifestNetworkInterfacesCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "ListDecoderManifestNetworkInterfaces", {})
13
13
  .n("IoTFleetWiseClient", "ListDecoderManifestNetworkInterfacesCommand")
14
- .sc(ListDecoderManifestNetworkInterfaces)
14
+ .sc(ListDecoderManifestNetworkInterfaces$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListDecoderManifestSignals } from "../schemas/schemas_0";
4
+ import { ListDecoderManifestSignals$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListDecoderManifestSignalsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListDecoderManifestSignalsCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "ListDecoderManifestSignals", {})
13
13
  .n("IoTFleetWiseClient", "ListDecoderManifestSignalsCommand")
14
- .sc(ListDecoderManifestSignals)
14
+ .sc(ListDecoderManifestSignals$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListDecoderManifests } from "../schemas/schemas_0";
4
+ import { ListDecoderManifests$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListDecoderManifestsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListDecoderManifestsCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "ListDecoderManifests", {})
13
13
  .n("IoTFleetWiseClient", "ListDecoderManifestsCommand")
14
- .sc(ListDecoderManifests)
14
+ .sc(ListDecoderManifests$)
15
15
  .build() {
16
16
  }