@aws-sdk/client-rekognition 3.315.0 → 3.319.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.
@@ -423,6 +423,7 @@ export const VideoColorRange = {
423
423
  };
424
424
  export const LivenessSessionStatus = {
425
425
  CREATED: "CREATED",
426
+ EXPIRED: "EXPIRED",
426
427
  FAILED: "FAILED",
427
428
  IN_PROGRESS: "IN_PROGRESS",
428
429
  SUCCEEDED: "SUCCEEDED",