@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.
@@ -444,6 +444,7 @@ exports.VideoColorRange = {
444
444
  };
445
445
  exports.LivenessSessionStatus = {
446
446
  CREATED: "CREATED",
447
+ EXPIRED: "EXPIRED",
447
448
  FAILED: "FAILED",
448
449
  IN_PROGRESS: "IN_PROGRESS",
449
450
  SUCCEEDED: "SUCCEEDED",