@aws-sdk/client-iotfleetwise 3.826.0 → 3.829.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 CHANGED
@@ -892,6 +892,7 @@ var VehicleState = {
892
892
  DELETING: "DELETING",
893
893
  HEALTHY: "HEALTHY",
894
894
  READY: "READY",
895
+ READY_FOR_CHECKIN: "READY_FOR_CHECKIN",
895
896
  SUSPENDED: "SUSPENDED"
896
897
  };
897
898
  var SignalNodeType = {
@@ -443,6 +443,7 @@ export const VehicleState = {
443
443
  DELETING: "DELETING",
444
444
  HEALTHY: "HEALTHY",
445
445
  READY: "READY",
446
+ READY_FOR_CHECKIN: "READY_FOR_CHECKIN",
446
447
  SUSPENDED: "SUSPENDED",
447
448
  };
448
449
  export const SignalNodeType = {
@@ -47,7 +47,7 @@ declare const GetVehicleStatusCommand_base: {
47
47
  * // { // VehicleStatus
48
48
  * // campaignName: "STRING_VALUE",
49
49
  * // vehicleName: "STRING_VALUE",
50
- * // status: "CREATED" || "READY" || "HEALTHY" || "SUSPENDED" || "DELETING",
50
+ * // status: "CREATED" || "READY" || "HEALTHY" || "SUSPENDED" || "DELETING" || "READY_FOR_CHECKIN",
51
51
  * // },
52
52
  * // ],
53
53
  * // nextToken: "STRING_VALUE",
@@ -1950,9 +1950,7 @@ export interface UpdateCampaignResponse {
1950
1950
  * </li>
1951
1951
  * <li>
1952
1952
  * <p>
1953
- * <code>WAITING_FOR_APPROVAL</code> - After a campaign is created, it enters the
1954
- * <code>WAITING_FOR_APPROVAL</code> state. To allow Amazon Web Services IoT FleetWise to deploy the
1955
- * campaign to the target vehicle or fleet, use the API operation to approve the campaign.
1953
+ * <code>WAITING_FOR_APPROVAL</code> - After you create a campaign, it enters this state. Use the API operation to approve the campaign for deployment to the target vehicle or fleet.
1956
1954
  * </p>
1957
1955
  * </li>
1958
1956
  * <li>
@@ -4429,6 +4427,7 @@ export declare const VehicleState: {
4429
4427
  readonly DELETING: "DELETING";
4430
4428
  readonly HEALTHY: "HEALTHY";
4431
4429
  readonly READY: "READY";
4430
+ readonly READY_FOR_CHECKIN: "READY_FOR_CHECKIN";
4432
4431
  readonly SUSPENDED: "SUSPENDED";
4433
4432
  };
4434
4433
  /**
@@ -4455,27 +4454,28 @@ export interface VehicleStatus {
4455
4454
  * <ul>
4456
4455
  * <li>
4457
4456
  * <p>
4458
- * <code>CREATED</code> - The campaign has been created successfully but has not been
4459
- * approved. </p>
4457
+ * <code>CREATED</code> - The campaign exists but is not yet approved.</p>
4460
4458
  * </li>
4461
4459
  * <li>
4462
4460
  * <p>
4463
- * <code>READY</code> - The campaign has been approved but has not been deployed to
4464
- * the vehicle.</p>
4461
+ * <code>READY</code> - The campaign is approved but has not been deployed to the vehicle. Data has not arrived at the vehicle yet.</p>
4465
4462
  * </li>
4466
4463
  * <li>
4467
4464
  * <p>
4468
- * <code>HEALTHY</code> - The campaign has been deployed to the vehicle. </p>
4465
+ * <code>HEALTHY</code> - The campaign is deployed to the vehicle.</p>
4469
4466
  * </li>
4470
4467
  * <li>
4471
4468
  * <p>
4472
- * <code>SUSPENDED</code> - The campaign has been suspended and data collection is
4473
- * paused. </p>
4469
+ * <code>SUSPENDED</code> - The campaign is suspended and data collection is paused.</p>
4474
4470
  * </li>
4475
4471
  * <li>
4476
4472
  * <p>
4477
4473
  * <code>DELETING</code> - The campaign is being removed from the vehicle.</p>
4478
4474
  * </li>
4475
+ * <li>
4476
+ * <p>
4477
+ * <code>READY_FOR_CHECKIN</code> - The campaign is approved and waiting for vehicle check-in before deployment.</p>
4478
+ * </li>
4479
4479
  * </ul>
4480
4480
  * @public
4481
4481
  */
@@ -1306,6 +1306,7 @@ export declare const VehicleState: {
1306
1306
  readonly DELETING: "DELETING";
1307
1307
  readonly HEALTHY: "HEALTHY";
1308
1308
  readonly READY: "READY";
1309
+ readonly READY_FOR_CHECKIN: "READY_FOR_CHECKIN";
1309
1310
  readonly SUSPENDED: "SUSPENDED";
1310
1311
  };
1311
1312
  export type VehicleState = (typeof VehicleState)[keyof typeof VehicleState];
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.826.0",
4
+ "version": "3.829.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",
@@ -21,16 +21,16 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.826.0",
24
- "@aws-sdk/credential-provider-node": "3.826.0",
24
+ "@aws-sdk/credential-provider-node": "3.828.0",
25
25
  "@aws-sdk/middleware-host-header": "3.821.0",
26
26
  "@aws-sdk/middleware-logger": "3.821.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.821.0",
28
- "@aws-sdk/middleware-user-agent": "3.826.0",
28
+ "@aws-sdk/middleware-user-agent": "3.828.0",
29
29
  "@aws-sdk/region-config-resolver": "3.821.0",
30
30
  "@aws-sdk/types": "3.821.0",
31
- "@aws-sdk/util-endpoints": "3.821.0",
31
+ "@aws-sdk/util-endpoints": "3.828.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.821.0",
33
- "@aws-sdk/util-user-agent-node": "3.826.0",
33
+ "@aws-sdk/util-user-agent-node": "3.828.0",
34
34
  "@smithy/config-resolver": "^4.1.4",
35
35
  "@smithy/core": "^3.5.3",
36
36
  "@smithy/fetch-http-handler": "^5.0.4",