Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data OpsItemRelatedItemSummary = OpsItemRelatedItemSummary' {}
- newOpsItemRelatedItemSummary :: OpsItemRelatedItemSummary
- opsItemRelatedItemSummary_associationId :: Lens' OpsItemRelatedItemSummary (Maybe Text)
- opsItemRelatedItemSummary_opsItemId :: Lens' OpsItemRelatedItemSummary (Maybe Text)
- opsItemRelatedItemSummary_resourceUri :: Lens' OpsItemRelatedItemSummary (Maybe Text)
- opsItemRelatedItemSummary_resourceType :: Lens' OpsItemRelatedItemSummary (Maybe Text)
- opsItemRelatedItemSummary_createdTime :: Lens' OpsItemRelatedItemSummary (Maybe UTCTime)
- opsItemRelatedItemSummary_createdBy :: Lens' OpsItemRelatedItemSummary (Maybe OpsItemIdentity)
- opsItemRelatedItemSummary_lastModifiedTime :: Lens' OpsItemRelatedItemSummary (Maybe UTCTime)
- opsItemRelatedItemSummary_associationType :: Lens' OpsItemRelatedItemSummary (Maybe Text)
- opsItemRelatedItemSummary_lastModifiedBy :: Lens' OpsItemRelatedItemSummary (Maybe OpsItemIdentity)
Documentation
data OpsItemRelatedItemSummary Source #
Summary information about related-item resources for an OpsItem.
See: newOpsItemRelatedItemSummary
smart constructor.
OpsItemRelatedItemSummary' | |
|
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:opsItemId:OpsItemRelatedItemSummary'
, opsItemRelatedItemSummary_opsItemId
- The OpsItem ID.
$sel:resourceUri:OpsItemRelatedItemSummary'
, opsItemRelatedItemSummary_resourceUri
- The Amazon Resource Name (ARN) of the related-item resource.
$sel:resourceType:OpsItemRelatedItemSummary'
, opsItemRelatedItemSummary_resourceType
- The resource type.
$sel:createdTime:OpsItemRelatedItemSummary'
, opsItemRelatedItemSummary_createdTime
- The time the related-item association was created.
$sel:createdBy:OpsItemRelatedItemSummary'
, opsItemRelatedItemSummary_createdBy
- Undocumented member.
$sel:lastModifiedTime:OpsItemRelatedItemSummary'
, opsItemRelatedItemSummary_lastModifiedTime
- The time the related-item association was last updated.
$sel:associationType:OpsItemRelatedItemSummary'
, opsItemRelatedItemSummary_associationType
- The association type.
$sel:lastModifiedBy:OpsItemRelatedItemSummary'
, opsItemRelatedItemSummary_lastModifiedBy
- Undocumented member.
opsItemRelatedItemSummary_associationId :: Lens' OpsItemRelatedItemSummary (Maybe Text) Source #
The association ID.
opsItemRelatedItemSummary_opsItemId :: Lens' OpsItemRelatedItemSummary (Maybe Text) Source #
The OpsItem ID.
opsItemRelatedItemSummary_resourceUri :: Lens' OpsItemRelatedItemSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the related-item resource.
opsItemRelatedItemSummary_resourceType :: Lens' OpsItemRelatedItemSummary (Maybe Text) Source #
The resource type.
opsItemRelatedItemSummary_createdTime :: Lens' OpsItemRelatedItemSummary (Maybe UTCTime) Source #
The time the related-item association was created.
opsItemRelatedItemSummary_createdBy :: Lens' OpsItemRelatedItemSummary (Maybe OpsItemIdentity) Source #
Undocumented member.
opsItemRelatedItemSummary_lastModifiedTime :: Lens' OpsItemRelatedItemSummary (Maybe UTCTime) Source #
The time the related-item association was last updated.
opsItemRelatedItemSummary_associationType :: Lens' OpsItemRelatedItemSummary (Maybe Text) Source #
The association type.
opsItemRelatedItemSummary_lastModifiedBy :: Lens' OpsItemRelatedItemSummary (Maybe OpsItemIdentity) Source #
Undocumented member.