Values.GetMonitorResponseSourceMixin that adds an optional ARN field to response structures. Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.
type nonrec t = {monitorId : MonitorId.t option;The unique identifier for the monitor.
*)displayName : ResourceName.t option;The name used to identify the monitor on the Deadline Cloud console. This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
*)subdomain : Subdomain.t option;The subdomain used for the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
*)url : Url.t option;The complete URL of the monitor. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
*)roleArn : IamRoleArn.t option;The Amazon Resource Name of the IAM role for the monitor. Users of the monitor use this role to access Deadline Cloud resources.
*)identityCenterInstanceArn : IdentityCenterInstanceArn.t option;The Amazon Resource Name of the IAM Identity Center instance responsible for authenticating monitor users.
*)identityCenterRegion : Region.t option;The AWS Region where IAM Identity Center is enabled.
*)identityCenterApplicationArn : IdentityCenterApplicationArn.t option;The Amazon Resource Name that the IAM Identity Center assigned to the monitor when it was created.
*)createdAt : CreatedAt.t option;The UNIX timestamp of the date and time that the monitor was created.
*)createdBy : CreatedBy.t option;The user name of the person that created the monitor.
*)updatedAt : UpdatedAt.t option;The UNIX timestamp of the last date and time that the monitor was updated.
*)updatedBy : UpdatedBy.t option;The user name of the person that last updated the monitor.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerErrorException of InternalServerErrorException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string * [> `String of MonitorId.t | `Timestamp of CreatedAt.t ]) list ]