| 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.DataSync.Types.AgentListEntry
Description
Documentation
data AgentListEntry Source #
Represents a single entry in a list of agents. AgentListEntry returns
an array that contains a list of agents when the
ListAgents
operation is called.
See: newAgentListEntry smart constructor.
Constructors
| AgentListEntry' | |
Instances
newAgentListEntry :: AgentListEntry Source #
Create a value of AgentListEntry 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:agentArn:AgentListEntry', agentListEntry_agentArn - The Amazon Resource Name (ARN) of the agent.
$sel:name:AgentListEntry', agentListEntry_name - The name of the agent.
$sel:status:AgentListEntry', agentListEntry_status - The status of the agent.
agentListEntry_agentArn :: Lens' AgentListEntry (Maybe Text) Source #
The Amazon Resource Name (ARN) of the agent.
agentListEntry_name :: Lens' AgentListEntry (Maybe Text) Source #
The name of the agent.
agentListEntry_status :: Lens' AgentListEntry (Maybe AgentStatus) Source #
The status of the agent.