@aws-sdk/client-iotfleetwise 3.948.0 → 3.953.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.
- package/dist-cjs/index.js +790 -528
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/commands/AssociateVehicleFleetCommand.js +2 -2
- package/dist-es/commands/BatchCreateVehicleCommand.js +2 -2
- package/dist-es/commands/BatchUpdateVehicleCommand.js +2 -2
- package/dist-es/commands/CreateCampaignCommand.js +2 -2
- package/dist-es/commands/CreateDecoderManifestCommand.js +2 -2
- package/dist-es/commands/CreateFleetCommand.js +2 -2
- package/dist-es/commands/CreateModelManifestCommand.js +2 -2
- package/dist-es/commands/CreateSignalCatalogCommand.js +2 -2
- package/dist-es/commands/CreateStateTemplateCommand.js +2 -2
- package/dist-es/commands/CreateVehicleCommand.js +2 -2
- package/dist-es/commands/DeleteCampaignCommand.js +2 -2
- package/dist-es/commands/DeleteDecoderManifestCommand.js +2 -2
- package/dist-es/commands/DeleteFleetCommand.js +2 -2
- package/dist-es/commands/DeleteModelManifestCommand.js +2 -2
- package/dist-es/commands/DeleteSignalCatalogCommand.js +2 -2
- package/dist-es/commands/DeleteStateTemplateCommand.js +2 -2
- package/dist-es/commands/DeleteVehicleCommand.js +2 -2
- package/dist-es/commands/DisassociateVehicleFleetCommand.js +2 -2
- package/dist-es/commands/GetCampaignCommand.js +2 -2
- package/dist-es/commands/GetDecoderManifestCommand.js +2 -2
- package/dist-es/commands/GetEncryptionConfigurationCommand.js +2 -2
- package/dist-es/commands/GetFleetCommand.js +2 -2
- package/dist-es/commands/GetLoggingOptionsCommand.js +2 -2
- package/dist-es/commands/GetModelManifestCommand.js +2 -2
- package/dist-es/commands/GetRegisterAccountStatusCommand.js +2 -2
- package/dist-es/commands/GetSignalCatalogCommand.js +2 -2
- package/dist-es/commands/GetStateTemplateCommand.js +2 -2
- package/dist-es/commands/GetVehicleCommand.js +2 -2
- package/dist-es/commands/GetVehicleStatusCommand.js +2 -2
- package/dist-es/commands/ImportDecoderManifestCommand.js +2 -2
- package/dist-es/commands/ImportSignalCatalogCommand.js +2 -2
- package/dist-es/commands/ListCampaignsCommand.js +2 -2
- package/dist-es/commands/ListDecoderManifestNetworkInterfacesCommand.js +2 -2
- package/dist-es/commands/ListDecoderManifestSignalsCommand.js +2 -2
- package/dist-es/commands/ListDecoderManifestsCommand.js +2 -2
- package/dist-es/commands/ListFleetsCommand.js +2 -2
- package/dist-es/commands/ListFleetsForVehicleCommand.js +2 -2
- package/dist-es/commands/ListModelManifestNodesCommand.js +2 -2
- package/dist-es/commands/ListModelManifestsCommand.js +2 -2
- package/dist-es/commands/ListSignalCatalogNodesCommand.js +2 -2
- package/dist-es/commands/ListSignalCatalogsCommand.js +2 -2
- package/dist-es/commands/ListStateTemplatesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListVehiclesCommand.js +2 -2
- package/dist-es/commands/ListVehiclesInFleetCommand.js +2 -2
- package/dist-es/commands/PutEncryptionConfigurationCommand.js +2 -2
- package/dist-es/commands/PutLoggingOptionsCommand.js +2 -2
- package/dist-es/commands/RegisterAccountCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateCampaignCommand.js +2 -2
- package/dist-es/commands/UpdateDecoderManifestCommand.js +2 -2
- package/dist-es/commands/UpdateFleetCommand.js +2 -2
- package/dist-es/commands/UpdateModelManifestCommand.js +2 -2
- package/dist-es/commands/UpdateSignalCatalogCommand.js +2 -2
- package/dist-es/commands/UpdateStateTemplateCommand.js +2 -2
- package/dist-es/commands/UpdateVehicleCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +470 -462
- package/dist-types/IoTFleetWiseClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +255 -306
- package/dist-types/ts3.4/IoTFleetWiseClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +254 -307
- 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
|
@@ -23,12 +23,12 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
23
|
},
|
|
24
24
|
],
|
|
25
25
|
logger: config?.logger ?? new NoOpLogger(),
|
|
26
|
-
protocol: config?.protocol ??
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
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,
|