Module Values.SubscriptionSummarySource

The details of the subscription.

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

    The identifier of the subscription.

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

    The Amazon DataZone user who created the subscription.

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

    The Amazon DataZone user who updated the subscription.

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

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

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

    The status of the subscription.

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

    The timestamp of when the subscription was created.

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

    The timestamp of when the subscription was updated.

    *)
  8. subscribedPrincipal : SubscribedPrincipal.t option;
    (*

    The principal included in the subscription.

    *)
  9. subscribedListing : SubscribedListing.t option;
    (*

    The listing included in the subscription.

    *)
  10. subscriptionRequestId : SubscriptionRequestId.t option;
    (*

    The identifier of the subscription request for the subscription.

    *)
  11. retainPermissions : Boolean.t option;
    (*

    The retain permissions included in the subscription.

    *)
}
Sourceval make : ?id:??? -> ?createdBy:??? -> ?updatedBy:??? -> ?domainId:??? -> ?status:??? -> ?createdAt:??? -> ?updatedAt:??? -> ?subscribedPrincipal:??? -> ?subscribedListing:??? -> ?subscriptionRequestId:??? -> ?retainPermissions:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `String of SubscriptionId.t | `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 | `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