@aws-sdk/client-iotfleetwise 3.890.0 → 3.893.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-types/commands/AssociateVehicleFleetCommand.d.ts +2 -0
- package/dist-types/commands/BatchCreateVehicleCommand.d.ts +2 -0
- package/dist-types/commands/BatchUpdateVehicleCommand.d.ts +2 -0
- package/dist-types/commands/CreateCampaignCommand.d.ts +2 -0
- package/dist-types/commands/CreateDecoderManifestCommand.d.ts +2 -0
- package/dist-types/commands/CreateFleetCommand.d.ts +2 -0
- package/dist-types/commands/CreateModelManifestCommand.d.ts +2 -0
- package/dist-types/commands/CreateSignalCatalogCommand.d.ts +2 -0
- package/dist-types/commands/CreateStateTemplateCommand.d.ts +2 -0
- package/dist-types/commands/CreateVehicleCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCampaignCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDecoderManifestCommand.d.ts +2 -0
- package/dist-types/commands/DeleteFleetCommand.d.ts +2 -0
- package/dist-types/commands/DeleteModelManifestCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSignalCatalogCommand.d.ts +2 -0
- package/dist-types/commands/DeleteStateTemplateCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVehicleCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateVehicleFleetCommand.d.ts +2 -0
- package/dist-types/commands/GetCampaignCommand.d.ts +2 -0
- package/dist-types/commands/GetDecoderManifestCommand.d.ts +2 -0
- package/dist-types/commands/GetEncryptionConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetFleetCommand.d.ts +2 -0
- package/dist-types/commands/GetLoggingOptionsCommand.d.ts +2 -0
- package/dist-types/commands/GetModelManifestCommand.d.ts +2 -0
- package/dist-types/commands/GetRegisterAccountStatusCommand.d.ts +2 -0
- package/dist-types/commands/GetSignalCatalogCommand.d.ts +2 -0
- package/dist-types/commands/GetStateTemplateCommand.d.ts +2 -0
- package/dist-types/commands/GetVehicleCommand.d.ts +2 -0
- package/dist-types/commands/GetVehicleStatusCommand.d.ts +2 -0
- package/dist-types/commands/ImportDecoderManifestCommand.d.ts +2 -0
- package/dist-types/commands/ImportSignalCatalogCommand.d.ts +2 -0
- package/dist-types/commands/ListCampaignsCommand.d.ts +2 -0
- package/dist-types/commands/ListDecoderManifestNetworkInterfacesCommand.d.ts +2 -0
- package/dist-types/commands/ListDecoderManifestSignalsCommand.d.ts +2 -0
- package/dist-types/commands/ListDecoderManifestsCommand.d.ts +2 -0
- package/dist-types/commands/ListFleetsCommand.d.ts +2 -0
- package/dist-types/commands/ListFleetsForVehicleCommand.d.ts +2 -0
- package/dist-types/commands/ListModelManifestNodesCommand.d.ts +2 -0
- package/dist-types/commands/ListModelManifestsCommand.d.ts +2 -0
- package/dist-types/commands/ListSignalCatalogNodesCommand.d.ts +2 -0
- package/dist-types/commands/ListSignalCatalogsCommand.d.ts +2 -0
- package/dist-types/commands/ListStateTemplatesCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListVehiclesCommand.d.ts +2 -0
- package/dist-types/commands/ListVehiclesInFleetCommand.d.ts +2 -0
- package/dist-types/commands/PutEncryptionConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/PutLoggingOptionsCommand.d.ts +2 -0
- package/dist-types/commands/RegisterAccountCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateCampaignCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDecoderManifestCommand.d.ts +2 -0
- package/dist-types/commands/UpdateFleetCommand.d.ts +2 -0
- package/dist-types/commands/UpdateModelManifestCommand.d.ts +2 -0
- package/dist-types/commands/UpdateSignalCatalogCommand.d.ts +2 -0
- package/dist-types/commands/UpdateStateTemplateCommand.d.ts +2 -0
- package/dist-types/commands/UpdateVehicleCommand.d.ts +2 -0
- package/package.json +19 -19
|
@@ -33,6 +33,8 @@ declare const AssociateVehicleFleetCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTFleetWiseClient, AssociateVehicleFleetCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
35
35
|
* // const { IoTFleetWiseClient, AssociateVehicleFleetCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
36
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
37
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
36
38
|
* const client = new IoTFleetWiseClient(config);
|
|
37
39
|
* const input = { // AssociateVehicleFleetRequest
|
|
38
40
|
* vehicleName: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const BatchCreateVehicleCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { IoTFleetWiseClient, BatchCreateVehicleCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
41
41
|
* // const { IoTFleetWiseClient, BatchCreateVehicleCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
42
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
43
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
42
44
|
* const client = new IoTFleetWiseClient(config);
|
|
43
45
|
* const input = { // BatchCreateVehicleRequest
|
|
44
46
|
* vehicles: [ // createVehicleRequestItems // required
|
|
@@ -39,6 +39,8 @@ declare const BatchUpdateVehicleCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { IoTFleetWiseClient, BatchUpdateVehicleCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
41
41
|
* // const { IoTFleetWiseClient, BatchUpdateVehicleCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
42
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
43
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
42
44
|
* const client = new IoTFleetWiseClient(config);
|
|
43
45
|
* const input = { // BatchUpdateVehicleRequest
|
|
44
46
|
* vehicles: [ // updateVehicleRequestItems // required
|
|
@@ -41,6 +41,8 @@ declare const CreateCampaignCommand_base: {
|
|
|
41
41
|
* ```javascript
|
|
42
42
|
* import { IoTFleetWiseClient, CreateCampaignCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
43
43
|
* // const { IoTFleetWiseClient, CreateCampaignCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
44
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
45
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
44
46
|
* const client = new IoTFleetWiseClient(config);
|
|
45
47
|
* const input = { // CreateCampaignRequest
|
|
46
48
|
* name: "STRING_VALUE", // required
|
|
@@ -48,6 +48,8 @@ declare const CreateDecoderManifestCommand_base: {
|
|
|
48
48
|
* ```javascript
|
|
49
49
|
* import { IoTFleetWiseClient, CreateDecoderManifestCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
50
50
|
* // const { IoTFleetWiseClient, CreateDecoderManifestCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
51
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
52
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
51
53
|
* const client = new IoTFleetWiseClient(config);
|
|
52
54
|
* const input = { // CreateDecoderManifestRequest
|
|
53
55
|
* name: "STRING_VALUE", // required
|
|
@@ -40,6 +40,8 @@ declare const CreateFleetCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { IoTFleetWiseClient, CreateFleetCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
42
42
|
* // const { IoTFleetWiseClient, CreateFleetCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
43
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
44
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
43
45
|
* const client = new IoTFleetWiseClient(config);
|
|
44
46
|
* const input = { // CreateFleetRequest
|
|
45
47
|
* fleetId: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const CreateModelManifestCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { IoTFleetWiseClient, CreateModelManifestCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
38
38
|
* // const { IoTFleetWiseClient, CreateModelManifestCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
39
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
40
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
39
41
|
* const client = new IoTFleetWiseClient(config);
|
|
40
42
|
* const input = { // CreateModelManifestRequest
|
|
41
43
|
* name: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const CreateSignalCatalogCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { IoTFleetWiseClient, CreateSignalCatalogCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
36
36
|
* // const { IoTFleetWiseClient, CreateSignalCatalogCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
37
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
38
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
37
39
|
* const client = new IoTFleetWiseClient(config);
|
|
38
40
|
* const input = { // CreateSignalCatalogRequest
|
|
39
41
|
* name: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const CreateStateTemplateCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { IoTFleetWiseClient, CreateStateTemplateCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
38
38
|
* // const { IoTFleetWiseClient, CreateStateTemplateCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
39
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
40
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
39
41
|
* const client = new IoTFleetWiseClient(config);
|
|
40
42
|
* const input = { // CreateStateTemplateRequest
|
|
41
43
|
* name: "STRING_VALUE", // required
|
|
@@ -41,6 +41,8 @@ declare const CreateVehicleCommand_base: {
|
|
|
41
41
|
* ```javascript
|
|
42
42
|
* import { IoTFleetWiseClient, CreateVehicleCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
43
43
|
* // const { IoTFleetWiseClient, CreateVehicleCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
44
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
45
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
44
46
|
* const client = new IoTFleetWiseClient(config);
|
|
45
47
|
* const input = { // CreateVehicleRequest
|
|
46
48
|
* vehicleName: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteCampaignCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { IoTFleetWiseClient, DeleteCampaignCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
36
36
|
* // const { IoTFleetWiseClient, DeleteCampaignCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
37
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
38
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
37
39
|
* const client = new IoTFleetWiseClient(config);
|
|
38
40
|
* const input = { // DeleteCampaignRequest
|
|
39
41
|
* name: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteDecoderManifestCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { IoTFleetWiseClient, DeleteDecoderManifestCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
36
36
|
* // const { IoTFleetWiseClient, DeleteDecoderManifestCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
37
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
38
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
37
39
|
* const client = new IoTFleetWiseClient(config);
|
|
38
40
|
* const input = { // DeleteDecoderManifestRequest
|
|
39
41
|
* name: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DeleteFleetCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { IoTFleetWiseClient, DeleteFleetCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
37
37
|
* // const { IoTFleetWiseClient, DeleteFleetCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
38
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
39
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
38
40
|
* const client = new IoTFleetWiseClient(config);
|
|
39
41
|
* const input = { // DeleteFleetRequest
|
|
40
42
|
* fleetId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteModelManifestCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTFleetWiseClient, DeleteModelManifestCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
35
35
|
* // const { IoTFleetWiseClient, DeleteModelManifestCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
36
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
37
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
36
38
|
* const client = new IoTFleetWiseClient(config);
|
|
37
39
|
* const input = { // DeleteModelManifestRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteSignalCatalogCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTFleetWiseClient, DeleteSignalCatalogCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
35
35
|
* // const { IoTFleetWiseClient, DeleteSignalCatalogCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
36
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
37
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
36
38
|
* const client = new IoTFleetWiseClient(config);
|
|
37
39
|
* const input = { // DeleteSignalCatalogRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteStateTemplateCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTFleetWiseClient, DeleteStateTemplateCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
35
35
|
* // const { IoTFleetWiseClient, DeleteStateTemplateCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
36
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
37
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
36
38
|
* const client = new IoTFleetWiseClient(config);
|
|
37
39
|
* const input = { // DeleteStateTemplateRequest
|
|
38
40
|
* identifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteVehicleCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTFleetWiseClient, DeleteVehicleCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
35
35
|
* // const { IoTFleetWiseClient, DeleteVehicleCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
36
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
37
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
36
38
|
* const client = new IoTFleetWiseClient(config);
|
|
37
39
|
* const input = { // DeleteVehicleRequest
|
|
38
40
|
* vehicleName: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DisassociateVehicleFleetCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { IoTFleetWiseClient, DisassociateVehicleFleetCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
36
36
|
* // const { IoTFleetWiseClient, DisassociateVehicleFleetCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
37
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
38
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
37
39
|
* const client = new IoTFleetWiseClient(config);
|
|
38
40
|
* const input = { // DisassociateVehicleFleetRequest
|
|
39
41
|
* vehicleName: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const GetCampaignCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { IoTFleetWiseClient, GetCampaignCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
38
38
|
* // const { IoTFleetWiseClient, GetCampaignCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
39
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
40
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
39
41
|
* const client = new IoTFleetWiseClient(config);
|
|
40
42
|
* const input = { // GetCampaignRequest
|
|
41
43
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetDecoderManifestCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTFleetWiseClient, GetDecoderManifestCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
35
35
|
* // const { IoTFleetWiseClient, GetDecoderManifestCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
36
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
37
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
36
38
|
* const client = new IoTFleetWiseClient(config);
|
|
37
39
|
* const input = { // GetDecoderManifestRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetEncryptionConfigurationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTFleetWiseClient, GetEncryptionConfigurationCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
35
35
|
* // const { IoTFleetWiseClient, GetEncryptionConfigurationCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
36
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
37
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
36
38
|
* const client = new IoTFleetWiseClient(config);
|
|
37
39
|
* const input = {};
|
|
38
40
|
* const command = new GetEncryptionConfigurationCommand(input);
|
|
@@ -33,6 +33,8 @@ declare const GetFleetCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTFleetWiseClient, GetFleetCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
35
35
|
* // const { IoTFleetWiseClient, GetFleetCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
36
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
37
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
36
38
|
* const client = new IoTFleetWiseClient(config);
|
|
37
39
|
* const input = { // GetFleetRequest
|
|
38
40
|
* fleetId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetLoggingOptionsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTFleetWiseClient, GetLoggingOptionsCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
35
35
|
* // const { IoTFleetWiseClient, GetLoggingOptionsCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
36
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
37
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
36
38
|
* const client = new IoTFleetWiseClient(config);
|
|
37
39
|
* const input = {};
|
|
38
40
|
* const command = new GetLoggingOptionsCommand(input);
|
|
@@ -33,6 +33,8 @@ declare const GetModelManifestCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTFleetWiseClient, GetModelManifestCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
35
35
|
* // const { IoTFleetWiseClient, GetModelManifestCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
36
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
37
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
36
38
|
* const client = new IoTFleetWiseClient(config);
|
|
37
39
|
* const input = { // GetModelManifestRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const GetRegisterAccountStatusCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { IoTFleetWiseClient, GetRegisterAccountStatusCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
41
41
|
* // const { IoTFleetWiseClient, GetRegisterAccountStatusCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
42
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
43
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
42
44
|
* const client = new IoTFleetWiseClient(config);
|
|
43
45
|
* const input = {};
|
|
44
46
|
* const command = new GetRegisterAccountStatusCommand(input);
|
|
@@ -33,6 +33,8 @@ declare const GetSignalCatalogCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTFleetWiseClient, GetSignalCatalogCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
35
35
|
* // const { IoTFleetWiseClient, GetSignalCatalogCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
36
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
37
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
36
38
|
* const client = new IoTFleetWiseClient(config);
|
|
37
39
|
* const input = { // GetSignalCatalogRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const GetStateTemplateCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { IoTFleetWiseClient, GetStateTemplateCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
38
38
|
* // const { IoTFleetWiseClient, GetStateTemplateCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
39
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
40
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
39
41
|
* const client = new IoTFleetWiseClient(config);
|
|
40
42
|
* const input = { // GetStateTemplateRequest
|
|
41
43
|
* identifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetVehicleCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTFleetWiseClient, GetVehicleCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
35
35
|
* // const { IoTFleetWiseClient, GetVehicleCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
36
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
37
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
36
38
|
* const client = new IoTFleetWiseClient(config);
|
|
37
39
|
* const input = { // GetVehicleRequest
|
|
38
40
|
* vehicleName: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const GetVehicleStatusCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { IoTFleetWiseClient, GetVehicleStatusCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
36
36
|
* // const { IoTFleetWiseClient, GetVehicleStatusCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
37
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
38
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
37
39
|
* const client = new IoTFleetWiseClient(config);
|
|
38
40
|
* const input = { // GetVehicleStatusRequest
|
|
39
41
|
* nextToken: "STRING_VALUE",
|
|
@@ -35,6 +35,8 @@ declare const ImportDecoderManifestCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { IoTFleetWiseClient, ImportDecoderManifestCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
37
37
|
* // const { IoTFleetWiseClient, ImportDecoderManifestCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
38
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
39
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
38
40
|
* const client = new IoTFleetWiseClient(config);
|
|
39
41
|
* const input = { // ImportDecoderManifestRequest
|
|
40
42
|
* name: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const ImportSignalCatalogCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { IoTFleetWiseClient, ImportSignalCatalogCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
36
36
|
* // const { IoTFleetWiseClient, ImportSignalCatalogCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
37
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
38
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
37
39
|
* const client = new IoTFleetWiseClient(config);
|
|
38
40
|
* const input = { // ImportSignalCatalogRequest
|
|
39
41
|
* name: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const ListCampaignsCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { IoTFleetWiseClient, ListCampaignsCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
38
38
|
* // const { IoTFleetWiseClient, ListCampaignsCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
39
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
40
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
39
41
|
* const client = new IoTFleetWiseClient(config);
|
|
40
42
|
* const input = { // ListCampaignsRequest
|
|
41
43
|
* nextToken: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const ListDecoderManifestNetworkInterfacesCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { IoTFleetWiseClient, ListDecoderManifestNetworkInterfacesCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
38
38
|
* // const { IoTFleetWiseClient, ListDecoderManifestNetworkInterfacesCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
39
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
40
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
39
41
|
* const client = new IoTFleetWiseClient(config);
|
|
40
42
|
* const input = { // ListDecoderManifestNetworkInterfacesRequest
|
|
41
43
|
* name: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const ListDecoderManifestSignalsCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { IoTFleetWiseClient, ListDecoderManifestSignalsCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
38
38
|
* // const { IoTFleetWiseClient, ListDecoderManifestSignalsCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
39
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
40
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
39
41
|
* const client = new IoTFleetWiseClient(config);
|
|
40
42
|
* const input = { // ListDecoderManifestSignalsRequest
|
|
41
43
|
* name: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const ListDecoderManifestsCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { IoTFleetWiseClient, ListDecoderManifestsCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
38
38
|
* // const { IoTFleetWiseClient, ListDecoderManifestsCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
39
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
40
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
39
41
|
* const client = new IoTFleetWiseClient(config);
|
|
40
42
|
* const input = { // ListDecoderManifestsRequest
|
|
41
43
|
* modelManifestArn: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const ListFleetsCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { IoTFleetWiseClient, ListFleetsCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
38
38
|
* // const { IoTFleetWiseClient, ListFleetsCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
39
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
40
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
39
41
|
* const client = new IoTFleetWiseClient(config);
|
|
40
42
|
* const input = { // ListFleetsRequest
|
|
41
43
|
* nextToken: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const ListFleetsForVehicleCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { IoTFleetWiseClient, ListFleetsForVehicleCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
38
38
|
* // const { IoTFleetWiseClient, ListFleetsForVehicleCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
39
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
40
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
39
41
|
* const client = new IoTFleetWiseClient(config);
|
|
40
42
|
* const input = { // ListFleetsForVehicleRequest
|
|
41
43
|
* vehicleName: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const ListModelManifestNodesCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { IoTFleetWiseClient, ListModelManifestNodesCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
38
38
|
* // const { IoTFleetWiseClient, ListModelManifestNodesCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
39
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
40
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
39
41
|
* const client = new IoTFleetWiseClient(config);
|
|
40
42
|
* const input = { // ListModelManifestNodesRequest
|
|
41
43
|
* name: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const ListModelManifestsCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { IoTFleetWiseClient, ListModelManifestsCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
38
38
|
* // const { IoTFleetWiseClient, ListModelManifestsCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
39
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
40
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
39
41
|
* const client = new IoTFleetWiseClient(config);
|
|
40
42
|
* const input = { // ListModelManifestsRequest
|
|
41
43
|
* signalCatalogArn: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const ListSignalCatalogNodesCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { IoTFleetWiseClient, ListSignalCatalogNodesCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
38
38
|
* // const { IoTFleetWiseClient, ListSignalCatalogNodesCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
39
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
40
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
39
41
|
* const client = new IoTFleetWiseClient(config);
|
|
40
42
|
* const input = { // ListSignalCatalogNodesRequest
|
|
41
43
|
* name: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const ListSignalCatalogsCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { IoTFleetWiseClient, ListSignalCatalogsCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
40
40
|
* // const { IoTFleetWiseClient, ListSignalCatalogsCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
41
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
42
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
41
43
|
* const client = new IoTFleetWiseClient(config);
|
|
42
44
|
* const input = { // ListSignalCatalogsRequest
|
|
43
45
|
* nextToken: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const ListStateTemplatesCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { IoTFleetWiseClient, ListStateTemplatesCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
38
38
|
* // const { IoTFleetWiseClient, ListStateTemplatesCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
39
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
40
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
39
41
|
* const client = new IoTFleetWiseClient(config);
|
|
40
42
|
* const input = { // ListStateTemplatesRequest
|
|
41
43
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTFleetWiseClient, ListTagsForResourceCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
35
35
|
* // const { IoTFleetWiseClient, ListTagsForResourceCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
36
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
37
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
36
38
|
* const client = new IoTFleetWiseClient(config);
|
|
37
39
|
* const input = { // ListTagsForResourceRequest
|
|
38
40
|
* ResourceARN: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const ListVehiclesCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { IoTFleetWiseClient, ListVehiclesCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
38
38
|
* // const { IoTFleetWiseClient, ListVehiclesCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
39
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
40
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
39
41
|
* const client = new IoTFleetWiseClient(config);
|
|
40
42
|
* const input = { // ListVehiclesRequest
|
|
41
43
|
* modelManifestArn: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const ListVehiclesInFleetCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { IoTFleetWiseClient, ListVehiclesInFleetCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
38
38
|
* // const { IoTFleetWiseClient, ListVehiclesInFleetCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
39
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
40
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
39
41
|
* const client = new IoTFleetWiseClient(config);
|
|
40
42
|
* const input = { // ListVehiclesInFleetRequest
|
|
41
43
|
* fleetId: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const PutEncryptionConfigurationCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { IoTFleetWiseClient, PutEncryptionConfigurationCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
38
38
|
* // const { IoTFleetWiseClient, PutEncryptionConfigurationCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
39
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
40
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
39
41
|
* const client = new IoTFleetWiseClient(config);
|
|
40
42
|
* const input = { // PutEncryptionConfigurationRequest
|
|
41
43
|
* kmsKeyId: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const PutLoggingOptionsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTFleetWiseClient, PutLoggingOptionsCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
35
35
|
* // const { IoTFleetWiseClient, PutLoggingOptionsCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
36
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
37
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
36
38
|
* const client = new IoTFleetWiseClient(config);
|
|
37
39
|
* const input = { // PutLoggingOptionsRequest
|
|
38
40
|
* cloudWatchLogDelivery: { // CloudWatchLogDeliveryOptions
|
|
@@ -55,6 +55,8 @@ declare const RegisterAccountCommand_base: {
|
|
|
55
55
|
* ```javascript
|
|
56
56
|
* import { IoTFleetWiseClient, RegisterAccountCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
57
57
|
* // const { IoTFleetWiseClient, RegisterAccountCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
58
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
59
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
58
60
|
* const client = new IoTFleetWiseClient(config);
|
|
59
61
|
* const input = { // RegisterAccountRequest
|
|
60
62
|
* timestreamResources: { // TimestreamResources
|
|
@@ -34,6 +34,8 @@ declare const TagResourceCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { IoTFleetWiseClient, TagResourceCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
36
36
|
* // const { IoTFleetWiseClient, TagResourceCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
37
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
38
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
37
39
|
* const client = new IoTFleetWiseClient(config);
|
|
38
40
|
* const input = { // TagResourceRequest
|
|
39
41
|
* ResourceARN: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UntagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTFleetWiseClient, UntagResourceCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
35
35
|
* // const { IoTFleetWiseClient, UntagResourceCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
36
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
37
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
36
38
|
* const client = new IoTFleetWiseClient(config);
|
|
37
39
|
* const input = { // UntagResourceRequest
|
|
38
40
|
* ResourceARN: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateCampaignCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTFleetWiseClient, UpdateCampaignCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
35
35
|
* // const { IoTFleetWiseClient, UpdateCampaignCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
36
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
37
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
36
38
|
* const client = new IoTFleetWiseClient(config);
|
|
37
39
|
* const input = { // UpdateCampaignRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const UpdateDecoderManifestCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { IoTFleetWiseClient, UpdateDecoderManifestCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
37
37
|
* // const { IoTFleetWiseClient, UpdateDecoderManifestCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
38
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
39
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
38
40
|
* const client = new IoTFleetWiseClient(config);
|
|
39
41
|
* const input = { // UpdateDecoderManifestRequest
|
|
40
42
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateFleetCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTFleetWiseClient, UpdateFleetCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
35
35
|
* // const { IoTFleetWiseClient, UpdateFleetCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
36
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
37
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
36
38
|
* const client = new IoTFleetWiseClient(config);
|
|
37
39
|
* const input = { // UpdateFleetRequest
|
|
38
40
|
* fleetId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const UpdateModelManifestCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { IoTFleetWiseClient, UpdateModelManifestCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
36
36
|
* // const { IoTFleetWiseClient, UpdateModelManifestCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
37
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
38
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
37
39
|
* const client = new IoTFleetWiseClient(config);
|
|
38
40
|
* const input = { // UpdateModelManifestRequest
|
|
39
41
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateSignalCatalogCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { IoTFleetWiseClient, UpdateSignalCatalogCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
35
35
|
* // const { IoTFleetWiseClient, UpdateSignalCatalogCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
36
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
37
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
36
38
|
* const client = new IoTFleetWiseClient(config);
|
|
37
39
|
* const input = { // UpdateSignalCatalogRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const UpdateStateTemplateCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { IoTFleetWiseClient, UpdateStateTemplateCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
38
38
|
* // const { IoTFleetWiseClient, UpdateStateTemplateCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
39
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
40
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
39
41
|
* const client = new IoTFleetWiseClient(config);
|
|
40
42
|
* const input = { // UpdateStateTemplateRequest
|
|
41
43
|
* identifier: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const UpdateVehicleCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { IoTFleetWiseClient, UpdateVehicleCommand } from "@aws-sdk/client-iotfleetwise"; // ES Modules import
|
|
38
38
|
* // const { IoTFleetWiseClient, UpdateVehicleCommand } = require("@aws-sdk/client-iotfleetwise"); // CommonJS import
|
|
39
|
+
* // import type { IoTFleetWiseClientConfig } from "@aws-sdk/client-iotfleetwise";
|
|
40
|
+
* const config = {}; // type is IoTFleetWiseClientConfig
|
|
39
41
|
* const client = new IoTFleetWiseClient(config);
|
|
40
42
|
* const input = { // UpdateVehicleRequest
|
|
41
43
|
* vehicleName: "STRING_VALUE", // required
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iotfleetwise",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iotfleetwise Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.893.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-iotfleetwise",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.893.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
30
|
+
"@aws-sdk/types": "3.893.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
|
-
"@smithy/core": "^3.11.
|
|
35
|
+
"@smithy/core": "^3.11.1",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
37
37
|
"@smithy/hash-node": "^4.1.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
45
45
|
"@smithy/node-http-handler": "^4.2.1",
|
|
46
46
|
"@smithy/protocol-http": "^5.2.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.6.
|
|
47
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
48
48
|
"@smithy/types": "^4.5.0",
|
|
49
49
|
"@smithy/url-parser": "^4.1.1",
|
|
50
50
|
"@smithy/util-base64": "^4.1.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|