| 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.OpsItemRelatedItemSummary
Description
Synopsis
- data OpsItemRelatedItemSummary = OpsItemRelatedItemSummary' {}
- newOpsItemRelatedItemSummary :: OpsItemRelatedItemSummary
- opsItemRelatedItemSummary_associationId :: Lens' OpsItemRelatedItemSummary (Maybe Text)
- opsItemRelatedItemSummary_associationType :: Lens' OpsItemRelatedItemSummary (Maybe Text)
- opsItemRelatedItemSummary_createdBy :: Lens' OpsItemRelatedItemSummary (Maybe OpsItemIdentity)
- opsItemRelatedItemSummary_createdTime :: Lens' OpsItemRelatedItemSummary (Maybe UTCTime)
- opsItemRelatedItemSummary_lastModifiedBy :: Lens' OpsItemRelatedItemSummary (Maybe OpsItemIdentity)
- opsItemRelatedItemSummary_lastModifiedTime :: Lens' OpsItemRelatedItemSummary (Maybe UTCTime)
- opsItemRelatedItemSummary_opsItemId :: Lens' OpsItemRelatedItemSummary (Maybe Text)
- opsItemRelatedItemSummary_resourceType :: Lens' OpsItemRelatedItemSummary (Maybe Text)
- opsItemRelatedItemSummary_resourceUri :: Lens' OpsItemRelatedItemSummary (Maybe Text)
Documentation
data OpsItemRelatedItemSummary Source #
Summary information about related-item resources for an OpsItem.
See: newOpsItemRelatedItemSummary smart constructor.
Constructors
| OpsItemRelatedItemSummary' | |
Fields
| |
Instances
newOpsItemRelatedItemSummary :: OpsItemRelatedItemSummary Source #
Create a value of OpsItemRelatedItemSummary 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:associationId:OpsItemRelatedItemSummary', opsItemRelatedItemSummary_associationId - The association ID.
$sel:associationType:OpsItemRelatedItemSummary', opsItemRelatedItemSummary_associationType - The association type.
$sel:createdBy:OpsItemRelatedItemSummary', opsItemRelatedItemSummary_createdBy - Undocumented member.
$sel:createdTime:OpsItemRelatedItemSummary', opsItemRelatedItemSummary_createdTime - The time the related-item association was created.
$sel:lastModifiedBy:OpsItemRelatedItemSummary', opsItemRelatedItemSummary_lastModifiedBy - Undocumented member.
$sel:lastModifiedTime:OpsItemRelatedItemSummary', opsItemRelatedItemSummary_lastModifiedTime - The time the related-item association was last updated.
$sel:opsItemId:OpsItemRelatedItemSummary', opsItemRelatedItemSummary_opsItemId - The OpsItem ID.
$sel:resourceType:OpsItemRelatedItemSummary', opsItemRelatedItemSummary_resourceType - The resource type.
$sel:resourceUri:OpsItemRelatedItemSummary', opsItemRelatedItemSummary_resourceUri - The Amazon Resource Name (ARN) of the related-item resource.
opsItemRelatedItemSummary_associationId :: Lens' OpsItemRelatedItemSummary (Maybe Text) Source #
The association ID.
opsItemRelatedItemSummary_associationType :: Lens' OpsItemRelatedItemSummary (Maybe Text) Source #
The association type.
opsItemRelatedItemSummary_createdBy :: Lens' OpsItemRelatedItemSummary (Maybe OpsItemIdentity) Source #
Undocumented member.
opsItemRelatedItemSummary_createdTime :: Lens' OpsItemRelatedItemSummary (Maybe UTCTime) Source #
The time the related-item association was created.
opsItemRelatedItemSummary_lastModifiedBy :: Lens' OpsItemRelatedItemSummary (Maybe OpsItemIdentity) Source #
Undocumented member.
opsItemRelatedItemSummary_lastModifiedTime :: Lens' OpsItemRelatedItemSummary (Maybe UTCTime) Source #
The time the related-item association was last updated.
opsItemRelatedItemSummary_opsItemId :: Lens' OpsItemRelatedItemSummary (Maybe Text) Source #
The OpsItem ID.
opsItemRelatedItemSummary_resourceType :: Lens' OpsItemRelatedItemSummary (Maybe Text) Source #
The resource type.
opsItemRelatedItemSummary_resourceUri :: Lens' OpsItemRelatedItemSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the related-item resource.