Values_1.OpsItemSummarySourceA count of OpsItems.
type nonrec t = {createdBy : Values_0.String_.t option;The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.
*)createdTime : Values_0.DateTime.t option;The date and time the OpsItem was created.
*)lastModifiedBy : Values_0.String_.t option;The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.
*)lastModifiedTime : Values_0.DateTime.t option;The date and time the OpsItem was last updated.
*)priority : Values_0.OpsItemPriority.t option;The importance of this OpsItem in relation to other OpsItems in the system.
*)source : Values_0.OpsItemSource.t option;The impacted Amazon Web Services resource.
*)status : OpsItemStatus.t option;The OpsItem status.
*)opsItemId : Values_0.OpsItemId.t option;The ID of the OpsItem.
*)title : Values_0.OpsItemTitle.t option;A short heading that describes the nature of the OpsItem and the impacted resource.
*)operationalData : Values_0.OpsItemOperationalData.t option;Operational data is custom data that provides useful reference details about the OpsItem.
*)category : Values_0.OpsItemCategory.t option;A list of OpsItems by category.
*)severity : Values_0.OpsItemSeverity.t option;A list of OpsItems by severity.
*)opsItemType : Values_0.OpsItemType.t option;The type of OpsItem. Systems Manager supports the following types of OpsItems: /aws/issue This type of OpsItem is used for default OpsItems created by OpsCenter. /aws/changerequest This type of OpsItem is used by Change Manager for reviewing and approving or rejecting change requests. /aws/insight This type of OpsItem is used by OpsCenter for aggregating and reporting on duplicate OpsItems.
*)actualStartTime : Values_0.DateTime.t option;The time a runbook workflow started. Currently reported only for the OpsItem type /aws/changerequest.
*)actualEndTime : Values_0.DateTime.t option;The time a runbook workflow ended. Currently reported only for the OpsItem type /aws/changerequest.
*)plannedStartTime : Values_0.DateTime.t option;The time specified in a change request for a runbook workflow to start. Currently supported only for the OpsItem type /aws/changerequest.
*)plannedEndTime : Values_0.DateTime.t option;The time specified in a change request for a runbook workflow to end. Currently supported only for the OpsItem type /aws/changerequest.
*)}val make :
?createdBy:??? ->
?createdTime:??? ->
?lastModifiedBy:??? ->
?lastModifiedTime:??? ->
?priority:??? ->
?source:??? ->
?status:??? ->
?opsItemId:??? ->
?title:??? ->
?operationalData:??? ->
?category:??? ->
?severity:??? ->
?opsItemType:??? ->
?actualStartTime:??? ->
?actualEndTime:??? ->
?plannedStartTime:??? ->
?plannedEndTime:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.OpsItemPriority.t
| `Map of
([> `String of string ]
* [> `Structure of
(string * [> `Enum of string | `String of string ]) list ])
list
| `String of Values_0.String_.t
| `Timestamp of Values_0.DateTime.t ])
list ]