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 AgentStatusSummary = AgentStatusSummary' {}
- newAgentStatusSummary :: AgentStatusSummary
- agentStatusSummary_arn :: Lens' AgentStatusSummary (Maybe Text)
- agentStatusSummary_name :: Lens' AgentStatusSummary (Maybe Text)
- agentStatusSummary_id :: Lens' AgentStatusSummary (Maybe Text)
- agentStatusSummary_type :: Lens' AgentStatusSummary (Maybe AgentStatusType)
Documentation
data AgentStatusSummary Source #
Summary information for an agent status.
See: newAgentStatusSummary
smart constructor.
Instances
newAgentStatusSummary :: AgentStatusSummary Source #
Create a value of AgentStatusSummary
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:arn:AgentStatusSummary'
, agentStatusSummary_arn
- The Amazon Resource Name (ARN) for the agent status.
$sel:name:AgentStatusSummary'
, agentStatusSummary_name
- The name of the agent status.
$sel:id:AgentStatusSummary'
, agentStatusSummary_id
- The identifier for an agent status.
$sel:type':AgentStatusSummary'
, agentStatusSummary_type
- The type of the agent status.
agentStatusSummary_arn :: Lens' AgentStatusSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) for the agent status.
agentStatusSummary_name :: Lens' AgentStatusSummary (Maybe Text) Source #
The name of the agent status.
agentStatusSummary_id :: Lens' AgentStatusSummary (Maybe Text) Source #
The identifier for an agent status.
agentStatusSummary_type :: Lens' AgentStatusSummary (Maybe AgentStatusType) Source #
The type of the agent status.