Module Values.SubscriptionGrantSummarySource

The details of the subscription grant.

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

    The identifier of the subscription grant.

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

    The datazone user who created the subscription grant.

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

    The Amazon DataZone user who updated the subscription grant.

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

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

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

    The timestamp of when a subscription grant was created.

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

    The timestamp of when the subscription grant was updated.

    *)
  7. environmentId : EnvironmentId.t option;
    (*

    The environment ID of the subscription grant.

    *)
  8. subscriptionTargetId : SubscriptionTargetId.t option;
    (*

    The identifier of the target of the subscription grant.

    *)
  9. grantedEntity : GrantedEntity.t option;
    (*

    The entity to which the subscription is granted.

    *)
  10. status : SubscriptionGrantOverallStatus.t option;
    (*

    The status of the subscription grant.

    *)
  11. assets : SubscribedAssets.t option;
    (*

    The assets included in the subscription grant.

    *)
  12. subscriptionId : SubscriptionId.t option;
    (*

    The ID of the subscription.

    *)
}
Sourceval make : ?id:??? -> ?createdBy:??? -> ?updatedBy:??? -> ?domainId:??? -> ?createdAt:??? -> ?updatedAt:??? -> ?environmentId:??? -> ?subscriptionTargetId:??? -> ?grantedEntity:??? -> ?status:??? -> ?assets:??? -> ?subscriptionId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of AssetId.t | `Structure of (string * [> `List of [> `Enum of string | `String of FilterId.t ] list | `String of String_.t ]) list | `Timestamp of Timestamp.t ]) list ] list | `String of SubscriptionGrantId.t | `Structure of (string * [> `Structure of (string * [> `String of ListingId.t ]) 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