Module Values.CreateRestoreAccessBackupVaultOutputSource

Creates a restore access backup vault that provides temporary access to recovery points in a logically air-gapped backup vault, subject to MPA approval.

Sourcetype nonrec t = {
  1. restoreAccessBackupVaultArn : ARN.t option;
    (*

    The ARN that uniquely identifies the created restore access backup vault.

    *)
  2. vaultState : VaultState.t option;
    (*

    The current state of the restore access backup vault.

    *)
  3. restoreAccessBackupVaultName : BackupVaultName.t option;
    (*

    The name of the created restore access backup vault.

    *)
  4. creationDate : string option;
    (*

    >The date and time when the restore access backup vault was created, in Unix format and Coordinated Universal Time

    *)
}
Sourcetype nonrec error = [
  1. | `AlreadyExistsException of AlreadyExistsException.t
  2. | `InvalidParameterValueException of InvalidParameterValueException.t
  3. | `InvalidRequestException of InvalidRequestException.t
  4. | `LimitExceededException of LimitExceededException.t
  5. | `MissingParameterValueException of MissingParameterValueException.t
  6. | `ResourceNotFoundException of ResourceNotFoundException.t
  7. | `ServiceUnavailableException of ServiceUnavailableException.t
  8. | `Unknown_operation_error of string * string option
]
Sourceval make : ?restoreAccessBackupVaultArn:??? -> ?vaultState:??? -> ?restoreAccessBackupVaultName:??? -> ?creationDate:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AlreadyExistsException of AlreadyExistsException.t | `InvalidParameterValueException of InvalidParameterValueException.t | `InvalidRequestException of InvalidRequestException.t | `LimitExceededException of LimitExceededException.t | `MissingParameterValueException of MissingParameterValueException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ServiceUnavailableException of ServiceUnavailableException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AlreadyExistsException of AlreadyExistsException.t | `InvalidParameterValueException of InvalidParameterValueException.t | `InvalidRequestException of InvalidRequestException.t | `LimitExceededException of LimitExceededException.t | `MissingParameterValueException of MissingParameterValueException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ServiceUnavailableException of ServiceUnavailableException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of ARN.t | `Timestamp of string ]) 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