Values_1.RegisterTargetWithMaintenanceWindowResultSourceRegisters a target with a maintenance window.
type nonrec t = {windowTargetId : Values_0.MaintenanceWindowTargetId.t option;The ID of the target definition in this maintenance window.
*)}type nonrec error = [ | `DoesNotExistException of Values_0.DoesNotExistException.t| `IdempotentParameterMismatch of Values_0.IdempotentParameterMismatch.t| `InternalServerError of Values_0.InternalServerError.t| `ResourceLimitExceededException of Values_0.ResourceLimitExceededException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DoesNotExistException of Values_0.DoesNotExistException.t
| `IdempotentParameterMismatch of Values_0.IdempotentParameterMismatch.t
| `InternalServerError of Values_0.InternalServerError.t
| `ResourceLimitExceededException of
Values_0.ResourceLimitExceededException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DoesNotExistException of Values_0.DoesNotExistException.t
| `IdempotentParameterMismatch of Values_0.IdempotentParameterMismatch.t
| `InternalServerError of Values_0.InternalServerError.t
| `ResourceLimitExceededException of
Values_0.ResourceLimitExceededException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string * [> `String of Values_0.MaintenanceWindowTargetId.t ]) list ]