Values.GetSegmentSnapshotResponseSourceRetrieve the latest status of a segment snapshot.
type nonrec t = {snapshotId : Uuid.t option;The unique identifier of the segment snapshot.
*)status : SegmentSnapshotStatus.t option;The status of the asynchronous job for exporting the segment snapshot.
*)statusMessage : String1To1000.t option;The status message of the asynchronous job for exporting the segment snapshot.
*)dataFormat : DataFormat.t option;The format in which the segment will be exported.
*)encryptionKey : EncryptionKey.t option;The Amazon Resource Name (ARN) of the KMS key used to encrypt the exported segment.
*)roleArn : RoleArn.t option;The Amazon Resource Name (ARN) of the IAM role that allows Customer Profiles service principal to assume the role for conducting KMS and S3 operations.
*)destinationUri : String1To255.t option;The destination to which the segment will be exported. This field must be provided if the request is not submitted from the Amazon Connect Admin Website.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `BadRequestException of BadRequestException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `BadRequestException of BadRequestException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `BadRequestException of BadRequestException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]