Values.CreateFrameworkOutputSourceCreates a framework with one or more controls. A framework is a collection of controls that you can use to evaluate your backup practices. By using pre-built customizable controls to define your policies, you can evaluate whether your backup practices comply with your policies and which resources are not yet in compliance.
type nonrec t = {frameworkName : FrameworkName.t option;The unique name of the framework. The name must be between 1 and 256 characters, starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).
*)frameworkArn : ARN.t option;An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
*)}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 ]