@aws-sdk/client-iotfleetwise 3.496.0 → 3.499.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 (2) hide show
  1. package/dist-cjs/index.js +51 -50
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -5249,34 +5249,27 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5249
5249
  // Annotate the CommonJS export names for ESM import in node:
5250
5250
 
5251
5251
  0 && (module.exports = {
5252
- AccessDeniedException,
5252
+ IoTFleetWiseServiceException,
5253
+ __Client,
5254
+ IoTFleetWiseClient,
5255
+ IoTFleetWise,
5256
+ $Command,
5253
5257
  AssociateVehicleFleetCommand,
5254
5258
  BatchCreateVehicleCommand,
5255
5259
  BatchUpdateVehicleCommand,
5256
- CampaignStatus,
5257
- CollectionScheme,
5258
- Compression,
5259
- ConflictException,
5260
5260
  CreateCampaignCommand,
5261
5261
  CreateDecoderManifestCommand,
5262
5262
  CreateFleetCommand,
5263
5263
  CreateModelManifestCommand,
5264
5264
  CreateSignalCatalogCommand,
5265
5265
  CreateVehicleCommand,
5266
- DataDestinationConfig,
5267
- DataFormat,
5268
- DecoderManifestValidationException,
5269
5266
  DeleteCampaignCommand,
5270
5267
  DeleteDecoderManifestCommand,
5271
5268
  DeleteFleetCommand,
5272
5269
  DeleteModelManifestCommand,
5273
5270
  DeleteSignalCatalogCommand,
5274
5271
  DeleteVehicleCommand,
5275
- DiagnosticsMode,
5276
5272
  DisassociateVehicleFleetCommand,
5277
- EncryptionStatus,
5278
- EncryptionType,
5279
- FormattedVss,
5280
5273
  GetCampaignCommand,
5281
5274
  GetDecoderManifestCommand,
5282
5275
  GetEncryptionConfigurationCommand,
@@ -5289,13 +5282,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5289
5282
  GetVehicleStatusCommand,
5290
5283
  ImportDecoderManifestCommand,
5291
5284
  ImportSignalCatalogCommand,
5292
- InternalServerException,
5293
- InvalidNodeException,
5294
- InvalidSignalsException,
5295
- IoTFleetWise,
5296
- IoTFleetWiseClient,
5297
- IoTFleetWiseServiceException,
5298
- LimitExceededException,
5299
5285
  ListCampaignsCommand,
5300
5286
  ListDecoderManifestNetworkInterfacesCommand,
5301
5287
  ListDecoderManifestSignalsCommand,
@@ -5309,58 +5295,73 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5309
5295
  ListTagsForResourceCommand,
5310
5296
  ListVehiclesCommand,
5311
5297
  ListVehiclesInFleetCommand,
5312
- LogType,
5313
- ManifestStatus,
5314
- NetworkFileDefinition,
5315
- NetworkInterfaceFailureReason,
5316
- NetworkInterfaceType,
5317
- Node,
5318
- NodeDataEncoding,
5319
- NodeDataType,
5320
- PrimitiveMessageDefinition,
5321
5298
  PutEncryptionConfigurationCommand,
5322
5299
  PutLoggingOptionsCommand,
5323
- ROS2PrimitiveType,
5324
5300
  RegisterAccountCommand,
5325
- RegistrationStatus,
5326
- ResourceNotFoundException,
5327
- SignalDecoderFailureReason,
5328
- SignalDecoderType,
5329
- SignalNodeType,
5330
- SpoolingMode,
5331
- StorageCompressionFormat,
5332
- StructuredMessage,
5333
- StructuredMessageListType,
5334
5301
  TagResourceCommand,
5335
- ThrottlingException,
5336
- TriggerMode,
5337
5302
  UntagResourceCommand,
5338
- UpdateCampaignAction,
5339
5303
  UpdateCampaignCommand,
5340
5304
  UpdateDecoderManifestCommand,
5341
5305
  UpdateFleetCommand,
5342
- UpdateMode,
5343
5306
  UpdateModelManifestCommand,
5344
5307
  UpdateSignalCatalogCommand,
5345
5308
  UpdateVehicleCommand,
5346
- ValidationException,
5347
- ValidationExceptionReason,
5348
- VehicleAssociationBehavior,
5349
- VehicleMiddlewareProtocol,
5350
- VehicleState,
5351
- __Client,
5352
5309
  paginateGetVehicleStatus,
5353
5310
  paginateListCampaigns,
5354
5311
  paginateListDecoderManifestNetworkInterfaces,
5355
5312
  paginateListDecoderManifestSignals,
5356
5313
  paginateListDecoderManifests,
5357
- paginateListFleets,
5358
5314
  paginateListFleetsForVehicle,
5315
+ paginateListFleets,
5359
5316
  paginateListModelManifestNodes,
5360
5317
  paginateListModelManifests,
5361
5318
  paginateListSignalCatalogNodes,
5362
5319
  paginateListSignalCatalogs,
5320
+ paginateListVehiclesInFleet,
5363
5321
  paginateListVehicles,
5364
- paginateListVehiclesInFleet
5322
+ AccessDeniedException,
5323
+ NodeDataType,
5324
+ InternalServerException,
5325
+ LimitExceededException,
5326
+ ResourceNotFoundException,
5327
+ ThrottlingException,
5328
+ ValidationExceptionReason,
5329
+ ValidationException,
5330
+ VehicleAssociationBehavior,
5331
+ UpdateMode,
5332
+ ConflictException,
5333
+ TriggerMode,
5334
+ CollectionScheme,
5335
+ Compression,
5336
+ DataFormat,
5337
+ StorageCompressionFormat,
5338
+ DataDestinationConfig,
5339
+ DiagnosticsMode,
5340
+ SpoolingMode,
5341
+ CampaignStatus,
5342
+ UpdateCampaignAction,
5343
+ LogType,
5344
+ NetworkInterfaceType,
5345
+ VehicleMiddlewareProtocol,
5346
+ ROS2PrimitiveType,
5347
+ PrimitiveMessageDefinition,
5348
+ StructuredMessageListType,
5349
+ SignalDecoderType,
5350
+ NetworkInterfaceFailureReason,
5351
+ SignalDecoderFailureReason,
5352
+ DecoderManifestValidationException,
5353
+ InvalidSignalsException,
5354
+ NodeDataEncoding,
5355
+ Node,
5356
+ InvalidNodeException,
5357
+ ManifestStatus,
5358
+ NetworkFileDefinition,
5359
+ EncryptionStatus,
5360
+ EncryptionType,
5361
+ FormattedVss,
5362
+ RegistrationStatus,
5363
+ VehicleState,
5364
+ SignalNodeType,
5365
+ StructuredMessage
5365
5366
  });
5366
5367
 
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.496.0",
4
+ "version": "3.499.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,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.496.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",