Smaws_Client_Route53Domains.ListOperationsReturns information about all of the operations that return an operation ID and that have ever been performed on domains that were registered by the current account.
This command runs only in the us-east-1 Region.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error | `InvalidInput of Types.invalid_input ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.list_operations_request ->
(Types.list_operations_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidInput of Types.invalid_input ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.list_operations_request ->
(Types.list_operations_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidInput of Types.invalid_input ]
* Smaws_Lib.Response.metadata)
Stdlib.result