@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
@@ -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 { ListFleets } from "../schemas/schemas_0";
4
+ import { ListFleets$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListFleetsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListFleetsCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "ListFleets", {})
13
13
  .n("IoTFleetWiseClient", "ListFleetsCommand")
14
- .sc(ListFleets)
14
+ .sc(ListFleets$)
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 { ListFleetsForVehicle } from "../schemas/schemas_0";
4
+ import { ListFleetsForVehicle$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListFleetsForVehicleCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListFleetsForVehicleCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "ListFleetsForVehicle", {})
13
13
  .n("IoTFleetWiseClient", "ListFleetsForVehicleCommand")
14
- .sc(ListFleetsForVehicle)
14
+ .sc(ListFleetsForVehicle$)
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 { ListModelManifestNodes } from "../schemas/schemas_0";
4
+ import { ListModelManifestNodes$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListModelManifestNodesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListModelManifestNodesCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "ListModelManifestNodes", {})
13
13
  .n("IoTFleetWiseClient", "ListModelManifestNodesCommand")
14
- .sc(ListModelManifestNodes)
14
+ .sc(ListModelManifestNodes$)
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 { ListModelManifests } from "../schemas/schemas_0";
4
+ import { ListModelManifests$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListModelManifestsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListModelManifestsCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "ListModelManifests", {})
13
13
  .n("IoTFleetWiseClient", "ListModelManifestsCommand")
14
- .sc(ListModelManifests)
14
+ .sc(ListModelManifests$)
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 { ListSignalCatalogNodes } from "../schemas/schemas_0";
4
+ import { ListSignalCatalogNodes$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListSignalCatalogNodesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListSignalCatalogNodesCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "ListSignalCatalogNodes", {})
13
13
  .n("IoTFleetWiseClient", "ListSignalCatalogNodesCommand")
14
- .sc(ListSignalCatalogNodes)
14
+ .sc(ListSignalCatalogNodes$)
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 { ListSignalCatalogs } from "../schemas/schemas_0";
4
+ import { ListSignalCatalogs$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListSignalCatalogsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListSignalCatalogsCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "ListSignalCatalogs", {})
13
13
  .n("IoTFleetWiseClient", "ListSignalCatalogsCommand")
14
- .sc(ListSignalCatalogs)
14
+ .sc(ListSignalCatalogs$)
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 { ListStateTemplates } from "../schemas/schemas_0";
4
+ import { ListStateTemplates$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListStateTemplatesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListStateTemplatesCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "ListStateTemplates", {})
13
13
  .n("IoTFleetWiseClient", "ListStateTemplatesCommand")
14
- .sc(ListStateTemplates)
14
+ .sc(ListStateTemplates$)
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 { ListTagsForResource } from "../schemas/schemas_0";
4
+ import { ListTagsForResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListTagsForResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListTagsForResourceCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "ListTagsForResource", {})
13
13
  .n("IoTFleetWiseClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource)
14
+ .sc(ListTagsForResource$)
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 { ListVehicles } from "../schemas/schemas_0";
4
+ import { ListVehicles$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListVehiclesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListVehiclesCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "ListVehicles", {})
13
13
  .n("IoTFleetWiseClient", "ListVehiclesCommand")
14
- .sc(ListVehicles)
14
+ .sc(ListVehicles$)
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 { ListVehiclesInFleet } from "../schemas/schemas_0";
4
+ import { ListVehiclesInFleet$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListVehiclesInFleetCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListVehiclesInFleetCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "ListVehiclesInFleet", {})
13
13
  .n("IoTFleetWiseClient", "ListVehiclesInFleetCommand")
14
- .sc(ListVehiclesInFleet)
14
+ .sc(ListVehiclesInFleet$)
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 { PutEncryptionConfiguration } from "../schemas/schemas_0";
4
+ import { PutEncryptionConfiguration$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class PutEncryptionConfigurationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class PutEncryptionConfigurationCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "PutEncryptionConfiguration", {})
13
13
  .n("IoTFleetWiseClient", "PutEncryptionConfigurationCommand")
14
- .sc(PutEncryptionConfiguration)
14
+ .sc(PutEncryptionConfiguration$)
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 { PutLoggingOptions } from "../schemas/schemas_0";
4
+ import { PutLoggingOptions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class PutLoggingOptionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class PutLoggingOptionsCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "PutLoggingOptions", {})
13
13
  .n("IoTFleetWiseClient", "PutLoggingOptionsCommand")
14
- .sc(PutLoggingOptions)
14
+ .sc(PutLoggingOptions$)
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 { RegisterAccount } from "../schemas/schemas_0";
4
+ import { RegisterAccount$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class RegisterAccountCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class RegisterAccountCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "RegisterAccount", {})
13
13
  .n("IoTFleetWiseClient", "RegisterAccountCommand")
14
- .sc(RegisterAccount)
14
+ .sc(RegisterAccount$)
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 { TagResource } from "../schemas/schemas_0";
4
+ import { TagResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class TagResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class TagResourceCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "TagResource", {})
13
13
  .n("IoTFleetWiseClient", "TagResourceCommand")
14
- .sc(TagResource)
14
+ .sc(TagResource$)
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 { UntagResource } from "../schemas/schemas_0";
4
+ import { UntagResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UntagResourceCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UntagResourceCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "UntagResource", {})
13
13
  .n("IoTFleetWiseClient", "UntagResourceCommand")
14
- .sc(UntagResource)
14
+ .sc(UntagResource$)
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 { UpdateCampaign } from "../schemas/schemas_0";
4
+ import { UpdateCampaign$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateCampaignCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateCampaignCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "UpdateCampaign", {})
13
13
  .n("IoTFleetWiseClient", "UpdateCampaignCommand")
14
- .sc(UpdateCampaign)
14
+ .sc(UpdateCampaign$)
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 { UpdateDecoderManifest } from "../schemas/schemas_0";
4
+ import { UpdateDecoderManifest$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateDecoderManifestCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateDecoderManifestCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "UpdateDecoderManifest", {})
13
13
  .n("IoTFleetWiseClient", "UpdateDecoderManifestCommand")
14
- .sc(UpdateDecoderManifest)
14
+ .sc(UpdateDecoderManifest$)
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 { UpdateFleet } from "../schemas/schemas_0";
4
+ import { UpdateFleet$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateFleetCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateFleetCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "UpdateFleet", {})
13
13
  .n("IoTFleetWiseClient", "UpdateFleetCommand")
14
- .sc(UpdateFleet)
14
+ .sc(UpdateFleet$)
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 { UpdateModelManifest } from "../schemas/schemas_0";
4
+ import { UpdateModelManifest$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateModelManifestCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateModelManifestCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "UpdateModelManifest", {})
13
13
  .n("IoTFleetWiseClient", "UpdateModelManifestCommand")
14
- .sc(UpdateModelManifest)
14
+ .sc(UpdateModelManifest$)
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 { UpdateSignalCatalog } from "../schemas/schemas_0";
4
+ import { UpdateSignalCatalog$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateSignalCatalogCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateSignalCatalogCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "UpdateSignalCatalog", {})
13
13
  .n("IoTFleetWiseClient", "UpdateSignalCatalogCommand")
14
- .sc(UpdateSignalCatalog)
14
+ .sc(UpdateSignalCatalog$)
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 { UpdateStateTemplate } from "../schemas/schemas_0";
4
+ import { UpdateStateTemplate$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateStateTemplateCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateStateTemplateCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "UpdateStateTemplate", {})
13
13
  .n("IoTFleetWiseClient", "UpdateStateTemplateCommand")
14
- .sc(UpdateStateTemplate)
14
+ .sc(UpdateStateTemplate$)
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 { UpdateVehicle } from "../schemas/schemas_0";
4
+ import { UpdateVehicle$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateVehicleCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateVehicleCommand extends $Command
11
11
  })
12
12
  .s("IoTAutobahnControlPlane", "UpdateVehicle", {})
13
13
  .n("IoTFleetWiseClient", "UpdateVehicleCommand")
14
- .sc(UpdateVehicle)
14
+ .sc(UpdateVehicle$)
15
15
  .build() {
16
16
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./IoTFleetWiseClient";
2
2
  export * from "./IoTFleetWise";
3
3
  export * from "./commands";
4
+ export * from "./schemas/schemas_0";
4
5
  export * from "./pagination";
5
6
  export * from "./models/enums";
6
7
  export * from "./models/errors";
@@ -23,12 +23,12 @@ export const getRuntimeConfig = (config) => {
23
23
  },
24
24
  ],
25
25
  logger: config?.logger ?? new NoOpLogger(),
26
- protocol: config?.protocol ??
27
- new AwsJson1_0Protocol({
28
- defaultNamespace: "com.amazonaws.iotfleetwise",
29
- serviceTarget: "IoTAutobahnControlPlane",
30
- awsQueryCompatible: false,
31
- }),
26
+ protocol: config?.protocol ?? AwsJson1_0Protocol,
27
+ protocolSettings: config?.protocolSettings ?? {
28
+ defaultNamespace: "com.amazonaws.iotfleetwise",
29
+ version: "2021-06-17",
30
+ serviceTarget: "IoTAutobahnControlPlane",
31
+ },
32
32
  serviceId: config?.serviceId ?? "IoTFleetWise",
33
33
  urlParser: config?.urlParser ?? parseUrl,
34
34
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,