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 AgentStatus = AgentStatus' {}
- newAgentStatus :: AgentStatus
- agentStatus_displayOrder :: Lens' AgentStatus (Maybe Natural)
- agentStatus_state :: Lens' AgentStatus (Maybe AgentStatusState)
- agentStatus_name :: Lens' AgentStatus (Maybe Text)
- agentStatus_agentStatusId :: Lens' AgentStatus (Maybe Text)
- agentStatus_type :: Lens' AgentStatus (Maybe AgentStatusType)
- agentStatus_agentStatusARN :: Lens' AgentStatus (Maybe Text)
- agentStatus_description :: Lens' AgentStatus (Maybe Text)
- agentStatus_tags :: Lens' AgentStatus (Maybe (HashMap Text Text))
Documentation
data AgentStatus Source #
Contains information about an agent status.
See: newAgentStatus
smart constructor.
AgentStatus' | |
|
Instances
newAgentStatus :: AgentStatus Source #
Create a value of AgentStatus
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:displayOrder:AgentStatus'
, agentStatus_displayOrder
- The display order of the agent status.
$sel:state:AgentStatus'
, agentStatus_state
- The state of the agent status.
$sel:name:AgentStatus'
, agentStatus_name
- The name of the agent status.
$sel:agentStatusId:AgentStatus'
, agentStatus_agentStatusId
- The identifier of the agent status.
$sel:type':AgentStatus'
, agentStatus_type
- The type of agent status.
$sel:agentStatusARN:AgentStatus'
, agentStatus_agentStatusARN
- The Amazon Resource Name (ARN) of the agent status.
$sel:description:AgentStatus'
, agentStatus_description
- The description of the agent status.
$sel:tags:AgentStatus'
, agentStatus_tags
- One or more tags.
agentStatus_displayOrder :: Lens' AgentStatus (Maybe Natural) Source #
The display order of the agent status.
agentStatus_state :: Lens' AgentStatus (Maybe AgentStatusState) Source #
The state of the agent status.
agentStatus_name :: Lens' AgentStatus (Maybe Text) Source #
The name of the agent status.
agentStatus_agentStatusId :: Lens' AgentStatus (Maybe Text) Source #
The identifier of the agent status.
agentStatus_type :: Lens' AgentStatus (Maybe AgentStatusType) Source #
The type of agent status.
agentStatus_agentStatusARN :: Lens' AgentStatus (Maybe Text) Source #
The Amazon Resource Name (ARN) of the agent status.
agentStatus_description :: Lens' AgentStatus (Maybe Text) Source #
The description of the agent status.
agentStatus_tags :: Lens' AgentStatus (Maybe (HashMap Text Text)) Source #
One or more tags.