@aws-sdk/client-iotfleetwise 3.427.0 → 3.429.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.
@@ -69,7 +69,7 @@ export interface Actuator {
69
69
  * @public
70
70
  * <p>The specified data type of the actuator. </p>
71
71
  */
72
- dataType: NodeDataType | string | undefined;
72
+ dataType: NodeDataType | undefined;
73
73
  /**
74
74
  * @public
75
75
  * <p>A brief description of the actuator.</p>
@@ -241,7 +241,7 @@ export declare class ValidationException extends __BaseException {
241
241
  * @public
242
242
  * <p>The reason the input failed to satisfy the constraints specified by an Amazon Web Services service.</p>
243
243
  */
244
- reason?: ValidationExceptionReason | string;
244
+ reason?: ValidationExceptionReason;
245
245
  /**
246
246
  * @public
247
247
  * <p>The list of fields that fail to satisfy the constraints specified by an Amazon Web Services service.</p>
@@ -268,7 +268,7 @@ export interface Attribute {
268
268
  * @public
269
269
  * <p>The specified data type of the attribute. </p>
270
270
  */
271
- dataType: NodeDataType | string | undefined;
271
+ dataType: NodeDataType | undefined;
272
272
  /**
273
273
  * @public
274
274
  * <p>A brief description of the attribute.</p>
@@ -378,7 +378,7 @@ export interface CreateVehicleRequestItem {
378
378
  * <p>An option to create a new Amazon Web Services IoT thing when creating a vehicle, or to validate an
379
379
  * existing thing as a vehicle.</p>
380
380
  */
381
- associationBehavior?: VehicleAssociationBehavior | string;
381
+ associationBehavior?: VehicleAssociationBehavior;
382
382
  /**
383
383
  * @public
384
384
  * <p>Metadata which can be used to manage the vehicle.</p>
@@ -524,7 +524,7 @@ export interface UpdateVehicleRequestItem {
524
524
  * attributes. Or use <code>Merge</code> to combine all attributes.</p>
525
525
  * <p>This is required if attributes are present in the input.</p>
526
526
  */
527
- attributeUpdateMode?: UpdateMode | string;
527
+ attributeUpdateMode?: UpdateMode;
528
528
  }
529
529
  /**
530
530
  * @public
@@ -684,7 +684,7 @@ export interface ConditionBasedCollectionScheme {
684
684
  * triggering when the airbag is already exploded; they only care about the change from not
685
685
  * deployed =&gt; deployed.</p>
686
686
  */
687
- triggerMode?: TriggerMode | string;
687
+ triggerMode?: TriggerMode;
688
688
  /**
689
689
  * @public
690
690
  * <p>Specifies the version of the conditional expression language.</p>
@@ -809,13 +809,13 @@ export interface S3Config {
809
809
  * </li>
810
810
  * </ul>
811
811
  */
812
- dataFormat?: DataFormat | string;
812
+ dataFormat?: DataFormat;
813
813
  /**
814
814
  * @public
815
815
  * <p>By default, stored data is compressed as a .gzip file. Compressed files have a reduced
816
816
  * file size, which can optimize the cost of data storage.</p>
817
817
  */
818
- storageCompressionFormat?: StorageCompressionFormat | string;
818
+ storageCompressionFormat?: StorageCompressionFormat;
819
819
  /**
820
820
  * @public
821
821
  * <p>(Optional) Enter an S3 bucket prefix. The prefix is the string of characters after the bucket name and before the object name. You can use the prefix to organize data stored in Amazon S3 buckets. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-prefixes.html">Organizing objects using prefixes</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p>
@@ -986,7 +986,7 @@ export interface CreateCampaignRequest {
986
986
  * <p>Default: <code>OFF</code>
987
987
  * </p>
988
988
  */
989
- diagnosticsMode?: DiagnosticsMode | string;
989
+ diagnosticsMode?: DiagnosticsMode;
990
990
  /**
991
991
  * @public
992
992
  * <p>(Optional) Whether to store collected data after a vehicle lost a connection with the
@@ -996,7 +996,7 @@ export interface CreateCampaignRequest {
996
996
  * <p>Default: <code>OFF</code>
997
997
  * </p>
998
998
  */
999
- spoolingMode?: SpoolingMode | string;
999
+ spoolingMode?: SpoolingMode;
1000
1000
  /**
1001
1001
  * @public
1002
1002
  * <p> (Optional) Whether to compress signals before transmitting data to Amazon Web Services IoT FleetWise. If you
@@ -1005,7 +1005,7 @@ export interface CreateCampaignRequest {
1005
1005
  * <p>Default: <code>SNAPPY</code>
1006
1006
  * </p>
1007
1007
  */
1008
- compression?: Compression | string;
1008
+ compression?: Compression;
1009
1009
  /**
1010
1010
  * @public
1011
1011
  * <p>(Optional) A number indicating the priority of one campaign over another campaign for
@@ -1149,7 +1149,7 @@ export interface GetCampaignResponse {
1149
1149
  * <code>WAITING_FOR_APPROVAL</code>, <code>RUNNING</code>, and <code>SUSPENDED</code>.
1150
1150
  * </p>
1151
1151
  */
1152
- status?: CampaignStatus | string;
1152
+ status?: CampaignStatus;
1153
1153
  /**
1154
1154
  * @public
1155
1155
  * <p> The time, in milliseconds, to deliver a campaign after it was approved.</p>
@@ -1171,21 +1171,21 @@ export interface GetCampaignResponse {
1171
1171
  * @public
1172
1172
  * <p> Option for a vehicle to send diagnostic trouble codes to Amazon Web Services IoT FleetWise. </p>
1173
1173
  */
1174
- diagnosticsMode?: DiagnosticsMode | string;
1174
+ diagnosticsMode?: DiagnosticsMode;
1175
1175
  /**
1176
1176
  * @public
1177
1177
  * <p> Whether to store collected data after a vehicle lost a connection with the cloud.
1178
1178
  * After a connection is re-established, the data is automatically forwarded to Amazon Web Services IoT FleetWise.
1179
1179
  * </p>
1180
1180
  */
1181
- spoolingMode?: SpoolingMode | string;
1181
+ spoolingMode?: SpoolingMode;
1182
1182
  /**
1183
1183
  * @public
1184
1184
  * <p> Whether to compress signals before transmitting data to Amazon Web Services IoT FleetWise. If
1185
1185
  * <code>OFF</code> is specified, the signals aren't compressed. If it's not specified,
1186
1186
  * <code>SNAPPY</code> is used. </p>
1187
1187
  */
1188
- compression?: Compression | string;
1188
+ compression?: Compression;
1189
1189
  /**
1190
1190
  * @public
1191
1191
  * <p> A number indicating the priority of one campaign over another campaign for a certain
@@ -1311,7 +1311,7 @@ export interface CampaignSummary {
1311
1311
  * </li>
1312
1312
  * </ul>
1313
1313
  */
1314
- status?: CampaignStatus | string;
1314
+ status?: CampaignStatus;
1315
1315
  /**
1316
1316
  * @public
1317
1317
  * <p>The time the campaign was created.</p>
@@ -1395,7 +1395,7 @@ export interface UpdateCampaignRequest {
1395
1395
  * </li>
1396
1396
  * </ul>
1397
1397
  */
1398
- action: UpdateCampaignAction | string | undefined;
1398
+ action: UpdateCampaignAction | undefined;
1399
1399
  }
1400
1400
  /**
1401
1401
  * @public
@@ -1438,7 +1438,7 @@ export interface UpdateCampaignResponse {
1438
1438
  * </li>
1439
1439
  * </ul>
1440
1440
  */
1441
- status?: CampaignStatus | string;
1441
+ status?: CampaignStatus;
1442
1442
  }
1443
1443
  /**
1444
1444
  * @public
@@ -1555,7 +1555,7 @@ export interface CloudWatchLogDeliveryOptions {
1555
1555
  * @public
1556
1556
  * <p>The type of log to send data to Amazon CloudWatch Logs.</p>
1557
1557
  */
1558
- logType: LogType | string | undefined;
1558
+ logType: LogType | undefined;
1559
1559
  /**
1560
1560
  * @public
1561
1561
  * <p>The Amazon CloudWatch Logs group the operation sends data to.</p>
@@ -1636,7 +1636,7 @@ export interface NetworkInterface {
1636
1636
  * (ECUs). <code>OBD_SIGNAL</code> specifies a protocol that defines how self-diagnostic
1637
1637
  * data is communicated between ECUs.</p>
1638
1638
  */
1639
- type: NetworkInterfaceType | string | undefined;
1639
+ type: NetworkInterfaceType | undefined;
1640
1640
  /**
1641
1641
  * @public
1642
1642
  * <p>Information about a network interface specified by the Controller Area Network (CAN)
@@ -1731,7 +1731,7 @@ export interface SignalDecoder {
1731
1731
  * (ECUs). <code>OBD_SIGNAL</code> specifies a protocol that defines how self-diagnostic
1732
1732
  * data is communicated between ECUs.</p>
1733
1733
  */
1734
- type: SignalDecoderType | string | undefined;
1734
+ type: SignalDecoderType | undefined;
1735
1735
  /**
1736
1736
  * @public
1737
1737
  * <p>The ID of a network interface that specifies what network protocol a vehicle follows.</p>
@@ -1828,7 +1828,7 @@ export interface InvalidNetworkInterface {
1828
1828
  * @public
1829
1829
  * <p>A message about why the interface isn't valid. </p>
1830
1830
  */
1831
- reason?: NetworkInterfaceFailureReason | string;
1831
+ reason?: NetworkInterfaceFailureReason;
1832
1832
  }
1833
1833
  /**
1834
1834
  * @public
@@ -1863,7 +1863,7 @@ export interface InvalidSignalDecoder {
1863
1863
  * @public
1864
1864
  * <p>A message about why the signal decoder isn't valid.</p>
1865
1865
  */
1866
- reason?: SignalDecoderFailureReason | string;
1866
+ reason?: SignalDecoderFailureReason;
1867
1867
  }
1868
1868
  /**
1869
1869
  * @public
@@ -2024,7 +2024,7 @@ export interface Sensor {
2024
2024
  * @public
2025
2025
  * <p>The specified data type of the sensor. </p>
2026
2026
  */
2027
- dataType: NodeDataType | string | undefined;
2027
+ dataType: NodeDataType | undefined;
2028
2028
  /**
2029
2029
  * @public
2030
2030
  * <p>A brief description of a sensor.</p>
@@ -2245,7 +2245,7 @@ export interface CreateVehicleRequest {
2245
2245
  * <p>Default: <code/>
2246
2246
  * </p>
2247
2247
  */
2248
- associationBehavior?: VehicleAssociationBehavior | string;
2248
+ associationBehavior?: VehicleAssociationBehavior;
2249
2249
  /**
2250
2250
  * @public
2251
2251
  * <p>Metadata that can be used to manage the vehicle.</p>
@@ -2350,7 +2350,7 @@ export interface GetDecoderManifestResponse {
2350
2350
  * manifest can't be edited. If the status is marked <code>DRAFT</code>, you can edit the
2351
2351
  * decoder manifest.</p>
2352
2352
  */
2353
- status?: ManifestStatus | string;
2353
+ status?: ManifestStatus;
2354
2354
  /**
2355
2355
  * @public
2356
2356
  * <p> The time the decoder manifest was created in seconds since epoch (January 1, 1970 at midnight UTC time). </p>
@@ -2515,7 +2515,7 @@ export interface DecoderManifestSummary {
2515
2515
  * manifest can't be edited. If the status is marked <code>DRAFT</code>, you can edit the
2516
2516
  * decoder manifest.</p>
2517
2517
  */
2518
- status?: ManifestStatus | string;
2518
+ status?: ManifestStatus;
2519
2519
  /**
2520
2520
  * @public
2521
2521
  * <p>The time the decoder manifest was created in seconds since epoch (January 1, 1970 at
@@ -2634,7 +2634,7 @@ export interface UpdateDecoderManifestRequest {
2634
2634
  * manifest can't be edited. If the status is <code>DRAFT</code>, you can edit the decoder
2635
2635
  * manifest. </p>
2636
2636
  */
2637
- status?: ManifestStatus | string;
2637
+ status?: ManifestStatus;
2638
2638
  }
2639
2639
  /**
2640
2640
  * @public
@@ -3067,12 +3067,12 @@ export interface GetEncryptionConfigurationResponse {
3067
3067
  * @public
3068
3068
  * <p>The encryption status.</p>
3069
3069
  */
3070
- encryptionStatus: EncryptionStatus | string | undefined;
3070
+ encryptionStatus: EncryptionStatus | undefined;
3071
3071
  /**
3072
3072
  * @public
3073
3073
  * <p>The type of encryption. Set to <code>KMS_BASED_ENCRYPTION</code> to use an KMS key that you own and manage. Set to <code>FLEETWISE_DEFAULT_ENCRYPTION</code> to use an Amazon Web Services managed key that is owned by the Amazon Web Services IoT FleetWise service account.</p>
3074
3074
  */
3075
- encryptionType: EncryptionType | string | undefined;
3075
+ encryptionType: EncryptionType | undefined;
3076
3076
  /**
3077
3077
  * @public
3078
3078
  * <p>The error message that describes why encryption settings couldn't be configured, if applicable.</p>
@@ -3144,7 +3144,7 @@ export interface GetModelManifestResponse {
3144
3144
  * model can't be edited. You can edit the vehicle model if the status is marked
3145
3145
  * <code>DRAFT</code>.</p>
3146
3146
  */
3147
- status?: ManifestStatus | string;
3147
+ status?: ManifestStatus;
3148
3148
  /**
3149
3149
  * @public
3150
3150
  * <p>The time the vehicle model was created, in seconds since epoch (January 1, 1970 at
@@ -3192,7 +3192,7 @@ export interface IamRegistrationResponse {
3192
3192
  * <code>REGISTRATION_SUCCESS</code>, <code>REGISTRATION_PENDING</code>,
3193
3193
  * <code>REGISTRATION_FAILURE</code>.</p>
3194
3194
  */
3195
- registrationStatus: RegistrationStatus | string | undefined;
3195
+ registrationStatus: RegistrationStatus | undefined;
3196
3196
  /**
3197
3197
  * @public
3198
3198
  * <p>A message associated with a registration error.</p>
@@ -3230,7 +3230,7 @@ export interface TimestreamRegistrationResponse {
3230
3230
  * <code>REGISTRATION_SUCCESS</code>, <code>REGISTRATION_PENDING</code>,
3231
3231
  * <code>REGISTRATION_FAILURE</code>.</p>
3232
3232
  */
3233
- registrationStatus: RegistrationStatus | string | undefined;
3233
+ registrationStatus: RegistrationStatus | undefined;
3234
3234
  /**
3235
3235
  * @public
3236
3236
  * <p>A message associated with a registration error.</p>
@@ -3268,7 +3268,7 @@ export interface GetRegisterAccountStatusResponse {
3268
3268
  * </li>
3269
3269
  * </ul>
3270
3270
  */
3271
- accountStatus: RegistrationStatus | string | undefined;
3271
+ accountStatus: RegistrationStatus | undefined;
3272
3272
  /**
3273
3273
  * @public
3274
3274
  * <p> Information about the registered Amazon Timestream resources or errors, if any.</p>
@@ -3503,7 +3503,7 @@ export interface VehicleStatus {
3503
3503
  * </li>
3504
3504
  * </ul>
3505
3505
  */
3506
- status?: VehicleState | string;
3506
+ status?: VehicleState;
3507
3507
  }
3508
3508
  /**
3509
3509
  * @public
@@ -3687,7 +3687,7 @@ export interface ModelManifestSummary {
3687
3687
  * model can't be edited. If the status is <code>DRAFT</code>, you can edit the vehicle
3688
3688
  * model.</p>
3689
3689
  */
3690
- status?: ManifestStatus | string;
3690
+ status?: ManifestStatus;
3691
3691
  /**
3692
3692
  * @public
3693
3693
  * <p>The time the vehicle model was created, in seconds since epoch (January 1, 1970 at
@@ -3748,7 +3748,7 @@ export interface UpdateModelManifestRequest {
3748
3748
  * model can't be edited. If the status is <code>DRAFT</code>, you can edit the vehicle
3749
3749
  * model. </p>
3750
3750
  */
3751
- status?: ManifestStatus | string;
3751
+ status?: ManifestStatus;
3752
3752
  }
3753
3753
  /**
3754
3754
  * @public
@@ -3778,7 +3778,7 @@ export interface PutEncryptionConfigurationRequest {
3778
3778
  * @public
3779
3779
  * <p>The type of encryption. Choose <code>KMS_BASED_ENCRYPTION</code> to use a KMS key or <code>FLEETWISE_DEFAULT_ENCRYPTION</code> to use an Amazon Web Services managed key.</p>
3780
3780
  */
3781
- encryptionType: EncryptionType | string | undefined;
3781
+ encryptionType: EncryptionType | undefined;
3782
3782
  }
3783
3783
  /**
3784
3784
  * @public
@@ -3793,12 +3793,12 @@ export interface PutEncryptionConfigurationResponse {
3793
3793
  * @public
3794
3794
  * <p>The encryption status.</p>
3795
3795
  */
3796
- encryptionStatus: EncryptionStatus | string | undefined;
3796
+ encryptionStatus: EncryptionStatus | undefined;
3797
3797
  /**
3798
3798
  * @public
3799
3799
  * <p>The type of encryption. Set to <code>KMS_BASED_ENCRYPTION</code> to use an KMS key that you own and manage. Set to <code>FLEETWISE_DEFAULT_ENCRYPTION</code> to use an Amazon Web Services managed key that is owned by the Amazon Web Services IoT FleetWise service account.</p>
3800
3800
  */
3801
- encryptionType: EncryptionType | string | undefined;
3801
+ encryptionType: EncryptionType | undefined;
3802
3802
  }
3803
3803
  /**
3804
3804
  * @public
@@ -3861,7 +3861,7 @@ export interface RegisterAccountResponse {
3861
3861
  * <p> The status of registering your Amazon Web Services account, IAM role, and Timestream resources.
3862
3862
  * </p>
3863
3863
  */
3864
- registerAccountStatus: RegistrationStatus | string | undefined;
3864
+ registerAccountStatus: RegistrationStatus | undefined;
3865
3865
  /**
3866
3866
  * @public
3867
3867
  * <p>The registered Amazon Timestream resources that Amazon Web Services IoT FleetWise edge agent software can transfer
@@ -4174,7 +4174,7 @@ export interface UpdateVehicleRequest {
4174
4174
  * attributes. Or use <code>Merge</code> to combine all attributes.</p>
4175
4175
  * <p>This is required if attributes are present in the input.</p>
4176
4176
  */
4177
- attributeUpdateMode?: UpdateMode | string;
4177
+ attributeUpdateMode?: UpdateMode;
4178
4178
  }
4179
4179
  /**
4180
4180
  * @public
@@ -39,7 +39,7 @@ export declare const NodeDataType: {
39
39
  export type NodeDataType = (typeof NodeDataType)[keyof typeof NodeDataType];
40
40
  export interface Actuator {
41
41
  fullyQualifiedName: string | undefined;
42
- dataType: NodeDataType | string | undefined;
42
+ dataType: NodeDataType | undefined;
43
43
  description?: string;
44
44
  unit?: string;
45
45
  allowedValues?: string[];
@@ -96,7 +96,7 @@ export type ValidationExceptionReason =
96
96
  export declare class ValidationException extends __BaseException {
97
97
  readonly name: "ValidationException";
98
98
  readonly $fault: "client";
99
- reason?: ValidationExceptionReason | string;
99
+ reason?: ValidationExceptionReason;
100
100
  fieldList?: ValidationExceptionField[];
101
101
  constructor(
102
102
  opts: __ExceptionOptionType<ValidationException, __BaseException>
@@ -104,7 +104,7 @@ export declare class ValidationException extends __BaseException {
104
104
  }
105
105
  export interface Attribute {
106
106
  fullyQualifiedName: string | undefined;
107
- dataType: NodeDataType | string | undefined;
107
+ dataType: NodeDataType | undefined;
108
108
  description?: string;
109
109
  unit?: string;
110
110
  allowedValues?: string[];
@@ -130,7 +130,7 @@ export interface CreateVehicleRequestItem {
130
130
  modelManifestArn: string | undefined;
131
131
  decoderManifestArn: string | undefined;
132
132
  attributes?: Record<string, string>;
133
- associationBehavior?: VehicleAssociationBehavior | string;
133
+ associationBehavior?: VehicleAssociationBehavior;
134
134
  tags?: Tag[];
135
135
  }
136
136
  export interface BatchCreateVehicleRequest {
@@ -169,7 +169,7 @@ export interface UpdateVehicleRequestItem {
169
169
  modelManifestArn?: string;
170
170
  decoderManifestArn?: string;
171
171
  attributes?: Record<string, string>;
172
- attributeUpdateMode?: UpdateMode | string;
172
+ attributeUpdateMode?: UpdateMode;
173
173
  }
174
174
  export interface BatchUpdateVehicleRequest {
175
175
  vehicles: UpdateVehicleRequestItem[] | undefined;
@@ -208,7 +208,7 @@ export type TriggerMode = (typeof TriggerMode)[keyof typeof TriggerMode];
208
208
  export interface ConditionBasedCollectionScheme {
209
209
  expression: string | undefined;
210
210
  minimumTriggerIntervalMs?: number;
211
- triggerMode?: TriggerMode | string;
211
+ triggerMode?: TriggerMode;
212
212
  conditionLanguageVersion?: number;
213
213
  }
214
214
  export interface TimeBasedCollectionScheme {
@@ -261,8 +261,8 @@ export type StorageCompressionFormat =
261
261
  (typeof StorageCompressionFormat)[keyof typeof StorageCompressionFormat];
262
262
  export interface S3Config {
263
263
  bucketArn: string | undefined;
264
- dataFormat?: DataFormat | string;
265
- storageCompressionFormat?: StorageCompressionFormat | string;
264
+ dataFormat?: DataFormat;
265
+ storageCompressionFormat?: StorageCompressionFormat;
266
266
  prefix?: string;
267
267
  }
268
268
  export interface TimestreamConfig {
@@ -320,9 +320,9 @@ export interface CreateCampaignRequest {
320
320
  startTime?: Date;
321
321
  expiryTime?: Date;
322
322
  postTriggerCollectionDuration?: number;
323
- diagnosticsMode?: DiagnosticsMode | string;
324
- spoolingMode?: SpoolingMode | string;
325
- compression?: Compression | string;
323
+ diagnosticsMode?: DiagnosticsMode;
324
+ spoolingMode?: SpoolingMode;
325
+ compression?: Compression;
326
326
  priority?: number;
327
327
  signalsToCollect?: SignalInformation[];
328
328
  collectionScheme: CollectionScheme | undefined;
@@ -358,13 +358,13 @@ export interface GetCampaignResponse {
358
358
  description?: string;
359
359
  signalCatalogArn?: string;
360
360
  targetArn?: string;
361
- status?: CampaignStatus | string;
361
+ status?: CampaignStatus;
362
362
  startTime?: Date;
363
363
  expiryTime?: Date;
364
364
  postTriggerCollectionDuration?: number;
365
- diagnosticsMode?: DiagnosticsMode | string;
366
- spoolingMode?: SpoolingMode | string;
367
- compression?: Compression | string;
365
+ diagnosticsMode?: DiagnosticsMode;
366
+ spoolingMode?: SpoolingMode;
367
+ compression?: Compression;
368
368
  priority?: number;
369
369
  signalsToCollect?: SignalInformation[];
370
370
  collectionScheme?: CollectionScheme;
@@ -384,7 +384,7 @@ export interface CampaignSummary {
384
384
  description?: string;
385
385
  signalCatalogArn?: string;
386
386
  targetArn?: string;
387
- status?: CampaignStatus | string;
387
+ status?: CampaignStatus;
388
388
  creationTime: Date | undefined;
389
389
  lastModificationTime: Date | undefined;
390
390
  }
@@ -404,12 +404,12 @@ export interface UpdateCampaignRequest {
404
404
  name: string | undefined;
405
405
  description?: string;
406
406
  dataExtraDimensions?: string[];
407
- action: UpdateCampaignAction | string | undefined;
407
+ action: UpdateCampaignAction | undefined;
408
408
  }
409
409
  export interface UpdateCampaignResponse {
410
410
  arn?: string;
411
411
  name?: string;
412
- status?: CampaignStatus | string;
412
+ status?: CampaignStatus;
413
413
  }
414
414
  export interface CanDbcDefinition {
415
415
  networkInterface: string | undefined;
@@ -437,7 +437,7 @@ export declare const LogType: {
437
437
  };
438
438
  export type LogType = (typeof LogType)[keyof typeof LogType];
439
439
  export interface CloudWatchLogDeliveryOptions {
440
- logType: LogType | string | undefined;
440
+ logType: LogType | undefined;
441
441
  logGroupName?: string;
442
442
  }
443
443
  export interface ObdInterface {
@@ -457,7 +457,7 @@ export type NetworkInterfaceType =
457
457
  (typeof NetworkInterfaceType)[keyof typeof NetworkInterfaceType];
458
458
  export interface NetworkInterface {
459
459
  interfaceId: string | undefined;
460
- type: NetworkInterfaceType | string | undefined;
460
+ type: NetworkInterfaceType | undefined;
461
461
  canInterface?: CanInterface;
462
462
  obdInterface?: ObdInterface;
463
463
  }
@@ -480,7 +480,7 @@ export type SignalDecoderType =
480
480
  (typeof SignalDecoderType)[keyof typeof SignalDecoderType];
481
481
  export interface SignalDecoder {
482
482
  fullyQualifiedName: string | undefined;
483
- type: SignalDecoderType | string | undefined;
483
+ type: SignalDecoderType | undefined;
484
484
  interfaceId: string | undefined;
485
485
  canSignal?: CanSignal;
486
486
  obdSignal?: ObdSignal;
@@ -509,7 +509,7 @@ export type NetworkInterfaceFailureReason =
509
509
  (typeof NetworkInterfaceFailureReason)[keyof typeof NetworkInterfaceFailureReason];
510
510
  export interface InvalidNetworkInterface {
511
511
  interfaceId?: string;
512
- reason?: NetworkInterfaceFailureReason | string;
512
+ reason?: NetworkInterfaceFailureReason;
513
513
  }
514
514
  export declare const SignalDecoderFailureReason: {
515
515
  readonly CAN_SIGNAL_INFO_IS_NULL: "CAN_SIGNAL_INFO_IS_NULL";
@@ -526,7 +526,7 @@ export type SignalDecoderFailureReason =
526
526
  (typeof SignalDecoderFailureReason)[keyof typeof SignalDecoderFailureReason];
527
527
  export interface InvalidSignalDecoder {
528
528
  name?: string;
529
- reason?: SignalDecoderFailureReason | string;
529
+ reason?: SignalDecoderFailureReason;
530
530
  }
531
531
  export declare class DecoderManifestValidationException extends __BaseException {
532
532
  readonly name: "DecoderManifestValidationException";
@@ -575,7 +575,7 @@ export declare class InvalidSignalsException extends __BaseException {
575
575
  }
576
576
  export interface Sensor {
577
577
  fullyQualifiedName: string | undefined;
578
- dataType: NodeDataType | string | undefined;
578
+ dataType: NodeDataType | undefined;
579
579
  description?: string;
580
580
  unit?: string;
581
581
  allowedValues?: string[];
@@ -659,7 +659,7 @@ export interface CreateVehicleRequest {
659
659
  modelManifestArn: string | undefined;
660
660
  decoderManifestArn: string | undefined;
661
661
  attributes?: Record<string, string>;
662
- associationBehavior?: VehicleAssociationBehavior | string;
662
+ associationBehavior?: VehicleAssociationBehavior;
663
663
  tags?: Tag[];
664
664
  }
665
665
  export interface CreateVehicleResponse {
@@ -688,7 +688,7 @@ export interface GetDecoderManifestResponse {
688
688
  arn: string | undefined;
689
689
  description?: string;
690
690
  modelManifestArn?: string;
691
- status?: ManifestStatus | string;
691
+ status?: ManifestStatus;
692
692
  creationTime: Date | undefined;
693
693
  lastModificationTime: Date | undefined;
694
694
  }
@@ -737,7 +737,7 @@ export interface DecoderManifestSummary {
737
737
  arn?: string;
738
738
  modelManifestArn?: string;
739
739
  description?: string;
740
- status?: ManifestStatus | string;
740
+ status?: ManifestStatus;
741
741
  creationTime: Date | undefined;
742
742
  lastModificationTime: Date | undefined;
743
743
  }
@@ -763,7 +763,7 @@ export interface UpdateDecoderManifestRequest {
763
763
  networkInterfacesToAdd?: NetworkInterface[];
764
764
  networkInterfacesToUpdate?: NetworkInterface[];
765
765
  networkInterfacesToRemove?: string[];
766
- status?: ManifestStatus | string;
766
+ status?: ManifestStatus;
767
767
  }
768
768
  export interface UpdateDecoderManifestResponse {
769
769
  name: string | undefined;
@@ -889,8 +889,8 @@ export declare namespace FormattedVss {
889
889
  export interface GetEncryptionConfigurationRequest {}
890
890
  export interface GetEncryptionConfigurationResponse {
891
891
  kmsKeyId?: string;
892
- encryptionStatus: EncryptionStatus | string | undefined;
893
- encryptionType: EncryptionType | string | undefined;
892
+ encryptionStatus: EncryptionStatus | undefined;
893
+ encryptionType: EncryptionType | undefined;
894
894
  errorMessage?: string;
895
895
  creationTime?: Date;
896
896
  lastModificationTime?: Date;
@@ -907,7 +907,7 @@ export interface GetModelManifestResponse {
907
907
  arn: string | undefined;
908
908
  description?: string;
909
909
  signalCatalogArn?: string;
910
- status?: ManifestStatus | string;
910
+ status?: ManifestStatus;
911
911
  creationTime: Date | undefined;
912
912
  lastModificationTime: Date | undefined;
913
913
  }
@@ -921,7 +921,7 @@ export type RegistrationStatus =
921
921
  (typeof RegistrationStatus)[keyof typeof RegistrationStatus];
922
922
  export interface IamRegistrationResponse {
923
923
  roleArn: string | undefined;
924
- registrationStatus: RegistrationStatus | string | undefined;
924
+ registrationStatus: RegistrationStatus | undefined;
925
925
  errorMessage?: string;
926
926
  }
927
927
  export interface TimestreamRegistrationResponse {
@@ -929,12 +929,12 @@ export interface TimestreamRegistrationResponse {
929
929
  timestreamTableName: string | undefined;
930
930
  timestreamDatabaseArn?: string;
931
931
  timestreamTableArn?: string;
932
- registrationStatus: RegistrationStatus | string | undefined;
932
+ registrationStatus: RegistrationStatus | undefined;
933
933
  errorMessage?: string;
934
934
  }
935
935
  export interface GetRegisterAccountStatusResponse {
936
936
  customerAccountId: string | undefined;
937
- accountStatus: RegistrationStatus | string | undefined;
937
+ accountStatus: RegistrationStatus | undefined;
938
938
  timestreamRegistrationResponse?: TimestreamRegistrationResponse;
939
939
  iamRegistrationResponse: IamRegistrationResponse | undefined;
940
940
  creationTime: Date | undefined;
@@ -986,7 +986,7 @@ export type VehicleState = (typeof VehicleState)[keyof typeof VehicleState];
986
986
  export interface VehicleStatus {
987
987
  campaignName?: string;
988
988
  vehicleName?: string;
989
- status?: VehicleState | string;
989
+ status?: VehicleState;
990
990
  }
991
991
  export interface GetVehicleStatusResponse {
992
992
  campaigns?: VehicleStatus[];
@@ -1030,7 +1030,7 @@ export interface ModelManifestSummary {
1030
1030
  arn?: string;
1031
1031
  signalCatalogArn?: string;
1032
1032
  description?: string;
1033
- status?: ManifestStatus | string;
1033
+ status?: ManifestStatus;
1034
1034
  creationTime: Date | undefined;
1035
1035
  lastModificationTime: Date | undefined;
1036
1036
  }
@@ -1043,7 +1043,7 @@ export interface UpdateModelManifestRequest {
1043
1043
  description?: string;
1044
1044
  nodesToAdd?: string[];
1045
1045
  nodesToRemove?: string[];
1046
- status?: ManifestStatus | string;
1046
+ status?: ManifestStatus;
1047
1047
  }
1048
1048
  export interface UpdateModelManifestResponse {
1049
1049
  name: string | undefined;
@@ -1051,12 +1051,12 @@ export interface UpdateModelManifestResponse {
1051
1051
  }
1052
1052
  export interface PutEncryptionConfigurationRequest {
1053
1053
  kmsKeyId?: string;
1054
- encryptionType: EncryptionType | string | undefined;
1054
+ encryptionType: EncryptionType | undefined;
1055
1055
  }
1056
1056
  export interface PutEncryptionConfigurationResponse {
1057
1057
  kmsKeyId?: string;
1058
- encryptionStatus: EncryptionStatus | string | undefined;
1059
- encryptionType: EncryptionType | string | undefined;
1058
+ encryptionStatus: EncryptionStatus | undefined;
1059
+ encryptionType: EncryptionType | undefined;
1060
1060
  }
1061
1061
  export interface PutLoggingOptionsRequest {
1062
1062
  cloudWatchLogDelivery: CloudWatchLogDeliveryOptions | undefined;
@@ -1071,7 +1071,7 @@ export interface RegisterAccountRequest {
1071
1071
  iamResources?: IamResources;
1072
1072
  }
1073
1073
  export interface RegisterAccountResponse {
1074
- registerAccountStatus: RegistrationStatus | string | undefined;
1074
+ registerAccountStatus: RegistrationStatus | undefined;
1075
1075
  timestreamResources?: TimestreamResources;
1076
1076
  iamResources: IamResources | undefined;
1077
1077
  creationTime: Date | undefined;
@@ -1143,7 +1143,7 @@ export interface UpdateVehicleRequest {
1143
1143
  modelManifestArn?: string;
1144
1144
  decoderManifestArn?: string;
1145
1145
  attributes?: Record<string, string>;
1146
- attributeUpdateMode?: UpdateMode | string;
1146
+ attributeUpdateMode?: UpdateMode;
1147
1147
  }
1148
1148
  export interface UpdateVehicleResponse {
1149
1149
  vehicleName?: string;
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.427.0",
4
+ "version": "3.429.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,39 +21,39 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.427.0",
25
- "@aws-sdk/credential-provider-node": "3.427.0",
26
- "@aws-sdk/middleware-host-header": "3.425.0",
27
- "@aws-sdk/middleware-logger": "3.425.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.425.0",
29
- "@aws-sdk/middleware-signing": "3.425.0",
30
- "@aws-sdk/middleware-user-agent": "3.427.0",
31
- "@aws-sdk/region-config-resolver": "3.425.0",
32
- "@aws-sdk/types": "3.425.0",
33
- "@aws-sdk/util-endpoints": "3.427.0",
34
- "@aws-sdk/util-user-agent-browser": "3.425.0",
35
- "@aws-sdk/util-user-agent-node": "3.425.0",
36
- "@smithy/config-resolver": "^2.0.11",
37
- "@smithy/fetch-http-handler": "^2.2.1",
38
- "@smithy/hash-node": "^2.0.10",
39
- "@smithy/invalid-dependency": "^2.0.10",
40
- "@smithy/middleware-content-length": "^2.0.12",
41
- "@smithy/middleware-endpoint": "^2.0.10",
42
- "@smithy/middleware-retry": "^2.0.13",
43
- "@smithy/middleware-serde": "^2.0.10",
44
- "@smithy/middleware-stack": "^2.0.4",
45
- "@smithy/node-config-provider": "^2.0.13",
46
- "@smithy/node-http-handler": "^2.1.6",
47
- "@smithy/protocol-http": "^3.0.6",
48
- "@smithy/smithy-client": "^2.1.9",
49
- "@smithy/types": "^2.3.4",
50
- "@smithy/url-parser": "^2.0.10",
24
+ "@aws-sdk/client-sts": "3.429.0",
25
+ "@aws-sdk/credential-provider-node": "3.429.0",
26
+ "@aws-sdk/middleware-host-header": "3.429.0",
27
+ "@aws-sdk/middleware-logger": "3.428.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.428.0",
29
+ "@aws-sdk/middleware-signing": "3.428.0",
30
+ "@aws-sdk/middleware-user-agent": "3.428.0",
31
+ "@aws-sdk/region-config-resolver": "3.428.0",
32
+ "@aws-sdk/types": "3.428.0",
33
+ "@aws-sdk/util-endpoints": "3.428.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.428.0",
35
+ "@aws-sdk/util-user-agent-node": "3.428.0",
36
+ "@smithy/config-resolver": "^2.0.14",
37
+ "@smithy/fetch-http-handler": "^2.2.3",
38
+ "@smithy/hash-node": "^2.0.11",
39
+ "@smithy/invalid-dependency": "^2.0.11",
40
+ "@smithy/middleware-content-length": "^2.0.13",
41
+ "@smithy/middleware-endpoint": "^2.1.1",
42
+ "@smithy/middleware-retry": "^2.0.16",
43
+ "@smithy/middleware-serde": "^2.0.11",
44
+ "@smithy/middleware-stack": "^2.0.5",
45
+ "@smithy/node-config-provider": "^2.1.1",
46
+ "@smithy/node-http-handler": "^2.1.7",
47
+ "@smithy/protocol-http": "^3.0.7",
48
+ "@smithy/smithy-client": "^2.1.11",
49
+ "@smithy/types": "^2.3.5",
50
+ "@smithy/url-parser": "^2.0.11",
51
51
  "@smithy/util-base64": "^2.0.0",
52
52
  "@smithy/util-body-length-browser": "^2.0.0",
53
53
  "@smithy/util-body-length-node": "^2.1.0",
54
- "@smithy/util-defaults-mode-browser": "^2.0.13",
55
- "@smithy/util-defaults-mode-node": "^2.0.15",
56
- "@smithy/util-retry": "^2.0.3",
54
+ "@smithy/util-defaults-mode-browser": "^2.0.15",
55
+ "@smithy/util-defaults-mode-node": "^2.0.19",
56
+ "@smithy/util-retry": "^2.0.4",
57
57
  "@smithy/util-utf8": "^2.0.0",
58
58
  "tslib": "^2.5.0"
59
59
  },