Values.ExecuteFastResetOutputSourceThe fast reset REST API lets you reset a Neptune graph quicky and easily, removing all of its data. Neptune fast reset is a two-step process. First you call ExecuteFastReset with action set to initiateDatabaseReset. This returns a UUID token which you then include when calling ExecuteFastReset again with action set to performDatabaseReset. See Empty an Amazon Neptune DB cluster using the fast reset API. When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:ResetDatabase IAM action in that cluster.
type nonrec t = {status : String_.t option;The status is only returned for the performDatabaseReset action, and indicates whether or not the fast reset rquest is accepted.
*)payload : FastResetToken.t option;The payload is only returned by the initiateDatabaseReset action, and contains the unique token to use with the performDatabaseReset action to make the reset occur.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ClientTimeoutException of ClientTimeoutException.t| `ConstraintViolationException of ConstraintViolationException.t| `IllegalArgumentException of IllegalArgumentException.t| `InvalidArgumentException of InvalidArgumentException.t| `InvalidParameterException of InvalidParameterException.t| `MethodNotAllowedException of MethodNotAllowedException.t| `MissingParameterException of MissingParameterException.t| `PreconditionsFailedException of PreconditionsFailedException.t| `ReadOnlyViolationException of ReadOnlyViolationException.t| `ServerShutdownException of ServerShutdownException.t| `TooManyRequestsException of TooManyRequestsException.t| `UnsupportedOperationException of UnsupportedOperationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ClientTimeoutException of ClientTimeoutException.t
| `ConstraintViolationException of ConstraintViolationException.t
| `IllegalArgumentException of IllegalArgumentException.t
| `InvalidArgumentException of InvalidArgumentException.t
| `InvalidParameterException of InvalidParameterException.t
| `MethodNotAllowedException of MethodNotAllowedException.t
| `MissingParameterException of MissingParameterException.t
| `PreconditionsFailedException of PreconditionsFailedException.t
| `ReadOnlyViolationException of ReadOnlyViolationException.t
| `ServerShutdownException of ServerShutdownException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of UnsupportedOperationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ClientTimeoutException of ClientTimeoutException.t
| `ConstraintViolationException of ConstraintViolationException.t
| `IllegalArgumentException of IllegalArgumentException.t
| `InvalidArgumentException of InvalidArgumentException.t
| `InvalidParameterException of InvalidParameterException.t
| `MethodNotAllowedException of MethodNotAllowedException.t
| `MissingParameterException of MissingParameterException.t
| `PreconditionsFailedException of PreconditionsFailedException.t
| `ReadOnlyViolationException of ReadOnlyViolationException.t
| `ServerShutdownException of ServerShutdownException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of UnsupportedOperationException.t ]