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 NodeGroupMemberUpdateStatus = NodeGroupMemberUpdateStatus' {
- nodeUpdateEndDate :: Maybe ISO8601
- nodeUpdateInitiatedBy :: Maybe NodeUpdateInitiatedBy
- nodeUpdateStatusModifiedDate :: Maybe ISO8601
- cacheClusterId :: Maybe Text
- cacheNodeId :: Maybe Text
- nodeUpdateInitiatedDate :: Maybe ISO8601
- nodeUpdateStartDate :: Maybe ISO8601
- nodeUpdateStatus :: Maybe NodeUpdateStatus
- nodeDeletionDate :: Maybe ISO8601
- newNodeGroupMemberUpdateStatus :: NodeGroupMemberUpdateStatus
- nodeGroupMemberUpdateStatus_nodeUpdateEndDate :: Lens' NodeGroupMemberUpdateStatus (Maybe UTCTime)
- nodeGroupMemberUpdateStatus_nodeUpdateInitiatedBy :: Lens' NodeGroupMemberUpdateStatus (Maybe NodeUpdateInitiatedBy)
- nodeGroupMemberUpdateStatus_nodeUpdateStatusModifiedDate :: Lens' NodeGroupMemberUpdateStatus (Maybe UTCTime)
- nodeGroupMemberUpdateStatus_cacheClusterId :: Lens' NodeGroupMemberUpdateStatus (Maybe Text)
- nodeGroupMemberUpdateStatus_cacheNodeId :: Lens' NodeGroupMemberUpdateStatus (Maybe Text)
- nodeGroupMemberUpdateStatus_nodeUpdateInitiatedDate :: Lens' NodeGroupMemberUpdateStatus (Maybe UTCTime)
- nodeGroupMemberUpdateStatus_nodeUpdateStartDate :: Lens' NodeGroupMemberUpdateStatus (Maybe UTCTime)
- nodeGroupMemberUpdateStatus_nodeUpdateStatus :: Lens' NodeGroupMemberUpdateStatus (Maybe NodeUpdateStatus)
- nodeGroupMemberUpdateStatus_nodeDeletionDate :: Lens' NodeGroupMemberUpdateStatus (Maybe UTCTime)
Documentation
data NodeGroupMemberUpdateStatus Source #
The status of the service update on the node group member
See: newNodeGroupMemberUpdateStatus
smart constructor.
NodeGroupMemberUpdateStatus' | |
|
Instances
newNodeGroupMemberUpdateStatus :: NodeGroupMemberUpdateStatus Source #
Create a value of NodeGroupMemberUpdateStatus
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:nodeUpdateEndDate:NodeGroupMemberUpdateStatus'
, nodeGroupMemberUpdateStatus_nodeUpdateEndDate
- The end date of the update for a node
$sel:nodeUpdateInitiatedBy:NodeGroupMemberUpdateStatus'
, nodeGroupMemberUpdateStatus_nodeUpdateInitiatedBy
- Reflects whether the update was initiated by the customer or
automatically applied
$sel:nodeUpdateStatusModifiedDate:NodeGroupMemberUpdateStatus'
, nodeGroupMemberUpdateStatus_nodeUpdateStatusModifiedDate
- The date when the NodeUpdateStatus was last modified
$sel:cacheClusterId:NodeGroupMemberUpdateStatus'
, nodeGroupMemberUpdateStatus_cacheClusterId
- The cache cluster ID
$sel:cacheNodeId:NodeGroupMemberUpdateStatus'
, nodeGroupMemberUpdateStatus_cacheNodeId
- The node ID of the cache cluster
$sel:nodeUpdateInitiatedDate:NodeGroupMemberUpdateStatus'
, nodeGroupMemberUpdateStatus_nodeUpdateInitiatedDate
- The date when the update is triggered
$sel:nodeUpdateStartDate:NodeGroupMemberUpdateStatus'
, nodeGroupMemberUpdateStatus_nodeUpdateStartDate
- The start date of the update for a node
$sel:nodeUpdateStatus:NodeGroupMemberUpdateStatus'
, nodeGroupMemberUpdateStatus_nodeUpdateStatus
- The update status of the node
$sel:nodeDeletionDate:NodeGroupMemberUpdateStatus'
, nodeGroupMemberUpdateStatus_nodeDeletionDate
- The deletion date of the node
nodeGroupMemberUpdateStatus_nodeUpdateEndDate :: Lens' NodeGroupMemberUpdateStatus (Maybe UTCTime) Source #
The end date of the update for a node
nodeGroupMemberUpdateStatus_nodeUpdateInitiatedBy :: Lens' NodeGroupMemberUpdateStatus (Maybe NodeUpdateInitiatedBy) Source #
Reflects whether the update was initiated by the customer or automatically applied
nodeGroupMemberUpdateStatus_nodeUpdateStatusModifiedDate :: Lens' NodeGroupMemberUpdateStatus (Maybe UTCTime) Source #
The date when the NodeUpdateStatus was last modified
nodeGroupMemberUpdateStatus_cacheClusterId :: Lens' NodeGroupMemberUpdateStatus (Maybe Text) Source #
The cache cluster ID
nodeGroupMemberUpdateStatus_cacheNodeId :: Lens' NodeGroupMemberUpdateStatus (Maybe Text) Source #
The node ID of the cache cluster
nodeGroupMemberUpdateStatus_nodeUpdateInitiatedDate :: Lens' NodeGroupMemberUpdateStatus (Maybe UTCTime) Source #
The date when the update is triggered
nodeGroupMemberUpdateStatus_nodeUpdateStartDate :: Lens' NodeGroupMemberUpdateStatus (Maybe UTCTime) Source #
The start date of the update for a node
nodeGroupMemberUpdateStatus_nodeUpdateStatus :: Lens' NodeGroupMemberUpdateStatus (Maybe NodeUpdateStatus) Source #
The update status of the node
nodeGroupMemberUpdateStatus_nodeDeletionDate :: Lens' NodeGroupMemberUpdateStatus (Maybe UTCTime) Source #
The deletion date of the node