Module Values.AcceptSubscriptionRequestInputSource

Accepts a subscription request to a specific asset.

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

    The Amazon DataZone domain where the specified subscription request is being accepted.

    *)
  2. identifier : SubscriptionRequestId.t;
    (*

    The unique identifier of the subscription request that is to be accepted.

    *)
  3. decisionComment : DecisionComment.t option;
    (*

    A description that specifies the reason for accepting the specified subscription request.

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

    The asset scopes of the accept subscription request.

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

    The asset permissions of the accept subscription request.

    *)
}
Sourceval context_ : string
Sourceval make : ?decisionComment:??? -> ?assetScopes:??? -> ?assetPermissions:??? -> domainIdentifier:DomainId.t -> identifier:SubscriptionRequestId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `String of FilterId.t ] list | `String of AssetId.t | `Structure of (string * [> `List of [> `Enum of string ] list ]) 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