| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SSM.Types.OpsItemSummary
Description
Synopsis
- data OpsItemSummary = OpsItemSummary' {
- actualEndTime :: Maybe POSIX
- actualStartTime :: Maybe POSIX
- category :: Maybe Text
- createdBy :: Maybe Text
- createdTime :: Maybe POSIX
- lastModifiedBy :: Maybe Text
- lastModifiedTime :: Maybe POSIX
- operationalData :: Maybe (HashMap Text OpsItemDataValue)
- opsItemId :: Maybe Text
- opsItemType :: Maybe Text
- plannedEndTime :: Maybe POSIX
- plannedStartTime :: Maybe POSIX
- priority :: Maybe Natural
- severity :: Maybe Text
- source :: Maybe Text
- status :: Maybe OpsItemStatus
- title :: Maybe Text
- newOpsItemSummary :: OpsItemSummary
- opsItemSummary_actualEndTime :: Lens' OpsItemSummary (Maybe UTCTime)
- opsItemSummary_actualStartTime :: Lens' OpsItemSummary (Maybe UTCTime)
- opsItemSummary_category :: Lens' OpsItemSummary (Maybe Text)
- opsItemSummary_createdBy :: Lens' OpsItemSummary (Maybe Text)
- opsItemSummary_createdTime :: Lens' OpsItemSummary (Maybe UTCTime)
- opsItemSummary_lastModifiedBy :: Lens' OpsItemSummary (Maybe Text)
- opsItemSummary_lastModifiedTime :: Lens' OpsItemSummary (Maybe UTCTime)
- opsItemSummary_operationalData :: Lens' OpsItemSummary (Maybe (HashMap Text OpsItemDataValue))
- opsItemSummary_opsItemId :: Lens' OpsItemSummary (Maybe Text)
- opsItemSummary_opsItemType :: Lens' OpsItemSummary (Maybe Text)
- opsItemSummary_plannedEndTime :: Lens' OpsItemSummary (Maybe UTCTime)
- opsItemSummary_plannedStartTime :: Lens' OpsItemSummary (Maybe UTCTime)
- opsItemSummary_priority :: Lens' OpsItemSummary (Maybe Natural)
- opsItemSummary_severity :: Lens' OpsItemSummary (Maybe Text)
- opsItemSummary_source :: Lens' OpsItemSummary (Maybe Text)
- opsItemSummary_status :: Lens' OpsItemSummary (Maybe OpsItemStatus)
- opsItemSummary_title :: Lens' OpsItemSummary (Maybe Text)
Documentation
data OpsItemSummary Source #
A count of OpsItems.
See: newOpsItemSummary smart constructor.
Constructors
| OpsItemSummary' | |
Fields
| |
Instances
newOpsItemSummary :: OpsItemSummary Source #
Create a value of OpsItemSummary with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:actualEndTime:OpsItemSummary', opsItemSummary_actualEndTime - The time a runbook workflow ended. Currently reported only for the
OpsItem type /aws/changerequest.
$sel:actualStartTime:OpsItemSummary', opsItemSummary_actualStartTime - The time a runbook workflow started. Currently reported only for the
OpsItem type /aws/changerequest.
$sel:category:OpsItemSummary', opsItemSummary_category - A list of OpsItems by category.
$sel:createdBy:OpsItemSummary', opsItemSummary_createdBy - The Amazon Resource Name (ARN) of the IAM entity that created the
OpsItem.
$sel:createdTime:OpsItemSummary', opsItemSummary_createdTime - The date and time the OpsItem was created.
$sel:lastModifiedBy:OpsItemSummary', opsItemSummary_lastModifiedBy - The Amazon Resource Name (ARN) of the IAM entity that created the
OpsItem.
$sel:lastModifiedTime:OpsItemSummary', opsItemSummary_lastModifiedTime - The date and time the OpsItem was last updated.
$sel:operationalData:OpsItemSummary', opsItemSummary_operationalData - Operational data is custom data that provides useful reference details
about the OpsItem.
$sel:opsItemId:OpsItemSummary', opsItemSummary_opsItemId - The ID of the OpsItem.
$sel:opsItemType:OpsItemSummary', opsItemSummary_opsItemType - 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/insights
This type of OpsItem is used by OpsCenter for aggregating and reporting on duplicate OpsItems.
$sel:plannedEndTime:OpsItemSummary', opsItemSummary_plannedEndTime - The time specified in a change request for a runbook workflow to end.
Currently supported only for the OpsItem type /aws/changerequest.
$sel:plannedStartTime:OpsItemSummary', opsItemSummary_plannedStartTime - The time specified in a change request for a runbook workflow to start.
Currently supported only for the OpsItem type /aws/changerequest.
$sel:priority:OpsItemSummary', opsItemSummary_priority - The importance of this OpsItem in relation to other OpsItems in the
system.
$sel:severity:OpsItemSummary', opsItemSummary_severity - A list of OpsItems by severity.
$sel:source:OpsItemSummary', opsItemSummary_source - The impacted Amazon Web Services resource.
$sel:status:OpsItemSummary', opsItemSummary_status - The OpsItem status. Status can be Open, In Progress, or Resolved.
$sel:title:OpsItemSummary', opsItemSummary_title - A short heading that describes the nature of the OpsItem and the
impacted resource.
opsItemSummary_actualEndTime :: Lens' OpsItemSummary (Maybe UTCTime) Source #
The time a runbook workflow ended. Currently reported only for the
OpsItem type /aws/changerequest.
opsItemSummary_actualStartTime :: Lens' OpsItemSummary (Maybe UTCTime) Source #
The time a runbook workflow started. Currently reported only for the
OpsItem type /aws/changerequest.
opsItemSummary_category :: Lens' OpsItemSummary (Maybe Text) Source #
A list of OpsItems by category.
opsItemSummary_createdBy :: Lens' OpsItemSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.
opsItemSummary_createdTime :: Lens' OpsItemSummary (Maybe UTCTime) Source #
The date and time the OpsItem was created.
opsItemSummary_lastModifiedBy :: Lens' OpsItemSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.
opsItemSummary_lastModifiedTime :: Lens' OpsItemSummary (Maybe UTCTime) Source #
The date and time the OpsItem was last updated.
opsItemSummary_operationalData :: Lens' OpsItemSummary (Maybe (HashMap Text OpsItemDataValue)) Source #
Operational data is custom data that provides useful reference details about the OpsItem.
opsItemSummary_opsItemId :: Lens' OpsItemSummary (Maybe Text) Source #
The ID of the OpsItem.
opsItemSummary_opsItemType :: Lens' OpsItemSummary (Maybe Text) Source #
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/insights
This type of OpsItem is used by OpsCenter for aggregating and reporting on duplicate OpsItems.
opsItemSummary_plannedEndTime :: Lens' OpsItemSummary (Maybe UTCTime) Source #
The time specified in a change request for a runbook workflow to end.
Currently supported only for the OpsItem type /aws/changerequest.
opsItemSummary_plannedStartTime :: Lens' OpsItemSummary (Maybe UTCTime) Source #
The time specified in a change request for a runbook workflow to start.
Currently supported only for the OpsItem type /aws/changerequest.
opsItemSummary_priority :: Lens' OpsItemSummary (Maybe Natural) Source #
The importance of this OpsItem in relation to other OpsItems in the system.
opsItemSummary_severity :: Lens' OpsItemSummary (Maybe Text) Source #
A list of OpsItems by severity.
opsItemSummary_source :: Lens' OpsItemSummary (Maybe Text) Source #
The impacted Amazon Web Services resource.
opsItemSummary_status :: Lens' OpsItemSummary (Maybe OpsItemStatus) Source #
The OpsItem status. Status can be Open, In Progress, or Resolved.
opsItemSummary_title :: Lens' OpsItemSummary (Maybe Text) Source #
A short heading that describes the nature of the OpsItem and the impacted resource.