Module Values.SubscriptionRequestSummarySource

The details of the subscription request.

Sourcetype nonrec t = {
  1. id : SubscriptionRequestId.t option;
    (*

    The identifier of the subscription request.

    *)
  2. createdBy : CreatedBy.t option;
    (*

    The Amazon DataZone user who created the subscription request.

    *)
  3. updatedBy : UpdatedBy.t option;
    (*

    The identifier of the Amazon DataZone user who updated the subscription request.

    *)
  4. domainId : DomainId.t option;
    (*

    The identifier of the Amazon DataZone domain in which a subscription request exists.

    *)
  5. status : SubscriptionRequestStatus.t option;
    (*

    The status of the subscription request.

    *)
  6. createdAt : CreatedAt.t option;
    (*

    The timestamp of when a subscription request was created.

    *)
  7. updatedAt : UpdatedAt.t option;
    (*

    The timestamp of when the subscription request was updated.

    *)
  8. requestReason : RequestReason.t option;
    (*

    The reason for the subscription request.

    *)
  9. subscribedPrincipals : SubscriptionRequestSummarySubscribedPrincipalsList.t option;
    (*

    The principals included in the subscription request.

    *)
  10. subscribedListings : SubscriptionRequestSummarySubscribedListingsList.t option;
    (*

    The listings included in the subscription request.

    *)
  11. reviewerId : String_.t option;
    (*

    The identifier of the subscription request reviewer.

    *)
  12. decisionComment : DecisionComment.t option;
    (*

    The decision comment of the subscription request.

    *)
  13. existingSubscriptionId : SubscriptionId.t option;
    (*

    The ID of the existing subscription.

    *)
  14. metadataFormsSummary : MetadataFormsSummary.t option;
    (*

    The summary of the metadata forms.

    *)
}
Sourceval make : ?id:??? -> ?createdBy:??? -> ?updatedBy:??? -> ?domainId:??? -> ?status:??? -> ?createdAt:??? -> ?updatedAt:??? -> ?requestReason:??? -> ?subscribedPrincipals:??? -> ?subscribedListings:??? -> ?reviewerId:??? -> ?decisionComment:??? -> ?existingSubscriptionId:??? -> ?metadataFormsSummary:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of ListingId.t | `Structure of (string * [> `String of ProjectId.t | `Structure of (string * [> `List of [> `Structure of (string * [> `String of GlossaryTermName.t ]) list ] list | `String of AssetId.t | `Structure of (string * [> `List of [> `Enum of string | `String of FilterId.t ] list | `String of String_.t ]) list ]) list ]) list ]) list ] list | `String of SubscriptionRequestId.t | `Timestamp of CreatedAt.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t