Module Values.CreateSubscriptionRequestInputSource

Creates a subscription request in Amazon DataZone.

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

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

    *)
  2. subscribedPrincipals : SubscribedPrincipalInputs.t;
    (*

    The Amazon DataZone principals for whom the subscription request is created.

    *)
  3. subscribedListings : SubscribedListingInputs.t;
    (*

    The published asset for which the subscription grant is to be created.

    *)
  4. requestReason : RequestReason.t;
    (*

    The reason for the subscription request.

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

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

    *)
  6. metadataForms : MetadataFormInputs.t option;
    (*

    The metadata form included in the subscription request.

    *)
  7. assetPermissions : AssetPermissions.t option;
    (*

    The asset permissions of the subscription request.

    *)
  8. assetScopes : AcceptedAssetScopes.t option;
    (*

    The asset scopes of the subscription request.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientToken:??? -> ?metadataForms:??? -> ?assetPermissions:??? -> ?assetScopes:??? -> domainIdentifier:DomainId.t -> subscribedPrincipals:SubscribedPrincipalInputs.t -> subscribedListings:SubscribedListingInputs.t -> requestReason:RequestReason.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `String of FilterId.t ] list | `String of ListingId.t | `Structure of (string * [> `List of [> `Enum of string ] list | `String of ProjectId.t ]) list ]) list ] list | `String of DomainId.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