Module Values.CreateSubscriptionGrantInputSource

Creates a subsscription grant in Amazon DataZone.

Sourcetype nonrec t = {
  1. domainIdentifier : DomainId.t;
    (*

    The ID of the Amazon DataZone domain in which the subscription grant is created.

    *)
  2. environmentIdentifier : EnvironmentId.t;
    (*

    The ID of the environment in which the subscription grant is created.

    *)
  3. subscriptionTargetIdentifier : SubscriptionTargetId.t option;
    (*

    The ID of the subscription target for which the subscription grant is created.

    *)
  4. grantedEntity : GrantedEntityInput.t;
    (*

    The entity to which the subscription is to be granted.

    *)
  5. assetTargetNames : AssetTargetNames.t option;
    (*

    The names of the assets for which the subscription grant is created.

    *)
  6. clientToken : String_.t option;
    (*

    A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

    *)
}
Sourceval context_ : string
Sourceval make : ?subscriptionTargetIdentifier:??? -> ?assetTargetNames:??? -> ?clientToken:??? -> domainIdentifier:DomainId.t -> environmentIdentifier:EnvironmentId.t -> grantedEntity:GrantedEntityInput.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of AssetId.t ]) list ] list | `String of DomainId.t | `Structure of (string * [> `Structure of (string * [> `String of ListingId.t ]) list ]) list ]) 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