Values.SubscriptionSummarySourceThe details of the subscription.
type nonrec t = {id : SubscriptionId.t option;The identifier of the subscription.
*)createdBy : CreatedBy.t option;The Amazon DataZone user who created the subscription.
*)updatedBy : UpdatedBy.t option;The Amazon DataZone user who updated the subscription.
*)domainId : DomainId.t option;The identifier of the Amazon DataZone domain in which a subscription exists.
*)status : SubscriptionStatus.t option;The status of the subscription.
*)createdAt : CreatedAt.t option;The timestamp of when the subscription was created.
*)updatedAt : UpdatedAt.t option;The timestamp of when the subscription was updated.
*)subscribedPrincipal : SubscribedPrincipal.t option;The principal included in the subscription.
*)subscribedListing : SubscribedListing.t option;The listing included in the subscription.
*)subscriptionRequestId : SubscriptionRequestId.t option;The identifier of the subscription request for the subscription.
*)retainPermissions : Boolean.t option;The retain permissions included in the subscription.
*)}val 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 ]