Module Values.GetOperationRequestSource

Gets information about any operation that returns an operation ID in the response, such as a CreateHttpNamespace request. To get a list of operations that match specified criteria, see ListOperations.

Sourcetype nonrec t = {
  1. operationId : OperationId.t;
    (*

    The ID of the operation that you want to get more information about.

    *)
  2. ownerAccount : AWSAccountId.t option;
    (*

    The ID of the Amazon Web Services account that owns the namespace associated with the operation, as specified in the namespace ResourceOwner field. For operations associated with namespaces that are shared with your account, you must specify an OwnerAccount.

    *)
}
Sourceval context_ : string
Sourceval make : ?ownerAccount:??? -> operationId:OperationId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of OperationId.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