Module Values.UpdateSubscriptionGrantStatusInputSource

Updates the status of the specified subscription grant status in Amazon DataZone.

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

    The identifier of the Amazon DataZone domain in which a subscription grant status is to be updated.

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

    The identifier of the subscription grant the status of which is to be updated.

    *)
  3. assetIdentifier : AssetId.t;
    (*

    The identifier of the asset the subscription grant status of which is to be updated.

    *)
  4. status : SubscriptionGrantStatus.t;
    (*

    The status to be updated as part of the UpdateSubscriptionGrantStatus action.

    *)
  5. failureCause : FailureCause.t option;
    (*

    Specifies the error message that is returned if the operation cannot be successfully completed.

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

    The target name to be updated as part of the UpdateSubscriptionGrantStatus action.

    *)
}
Sourceval context_ : string
Sourceval make : ?failureCause:??? -> ?targetName:??? -> domainIdentifier:DomainId.t -> identifier:SubscriptionGrantId.t -> assetIdentifier:AssetId.t -> status:SubscriptionGrantStatus.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of DomainId.t | `Structure of (string * [> `String of String_.t ]) 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