Values.CreateAssetResponseSourceCreates a new MediaPackage VOD Asset resource.
type nonrec t = {arn : string option;The ARN of the Asset.
*)createdAt : string option;The time the Asset was initially submitted for Ingest.
*)egressEndpoints : EgressEndpoint.t list option;The list of egress endpoints available for the Asset.
*)id : string option;The unique identifier for the Asset.
*)packagingGroupId : string option;The ID of the PackagingGroup for the Asset.
*)resourceId : string option;The resource ID to include in SPEKE key requests.
*)sourceArn : string option;ARN of the source object in S3.
*)sourceRoleArn : string option;The IAM role_arn used to access the source S3 bucket.
*)}type nonrec error = [ | `ForbiddenException of ForbiddenException.t| `InternalServerErrorException of InternalServerErrorException.t| `NotFoundException of NotFoundException.t| `TooManyRequestsException of TooManyRequestsException.t| `UnprocessableEntityException of UnprocessableEntityException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ForbiddenException of ForbiddenException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `NotFoundException of NotFoundException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option
| `UnprocessableEntityException of UnprocessableEntityException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ForbiddenException of ForbiddenException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `NotFoundException of NotFoundException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option
| `UnprocessableEntityException of UnprocessableEntityException.t ]