Values.CreateReportPlanOutputSourceCreates a report plan. A report plan is a document that contains information about the contents of the report and where Backup will deliver it. If you call CreateReportPlan with a plan that already exists, you receive an AlreadyExistsException exception.
type nonrec t = {reportPlanName : ReportPlanName.t option;The unique name of the report plan.
*)reportPlanArn : ARN.t option;An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
*)creationTime : string option;The date and time a backup vault is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
*)}type nonrec error = [ | `AlreadyExistsException of AlreadyExistsException.t| `InvalidParameterValueException of InvalidParameterValueException.t| `LimitExceededException of LimitExceededException.t| `MissingParameterValueException of MissingParameterValueException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AlreadyExistsException of AlreadyExistsException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `LimitExceededException of LimitExceededException.t
| `MissingParameterValueException of MissingParameterValueException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AlreadyExistsException of AlreadyExistsException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `LimitExceededException of LimitExceededException.t
| `MissingParameterValueException of MissingParameterValueException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string * [> `String of ReportPlanName.t | `Timestamp of string ]) list ]