| 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.Connect.Types.AgentStatus
Description
Synopsis
- data AgentStatus = AgentStatus' {}
- newAgentStatus :: AgentStatus
- agentStatus_agentStatusARN :: Lens' AgentStatus (Maybe Text)
- agentStatus_agentStatusId :: Lens' AgentStatus (Maybe Text)
- agentStatus_description :: Lens' AgentStatus (Maybe Text)
- agentStatus_displayOrder :: Lens' AgentStatus (Maybe Natural)
- agentStatus_name :: Lens' AgentStatus (Maybe Text)
- agentStatus_state :: Lens' AgentStatus (Maybe AgentStatusState)
- agentStatus_tags :: Lens' AgentStatus (Maybe (HashMap Text Text))
- agentStatus_type :: Lens' AgentStatus (Maybe AgentStatusType)
Documentation
data AgentStatus Source #
Contains information about an agent status.
See: newAgentStatus smart constructor.
Constructors
| AgentStatus' | |
Fields
| |
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:agentStatusARN:AgentStatus', agentStatus_agentStatusARN - The Amazon Resource Name (ARN) of the agent status.
$sel:agentStatusId:AgentStatus', agentStatus_agentStatusId - The identifier of the agent status.
$sel:description:AgentStatus', agentStatus_description - The description of the agent status.
$sel:displayOrder:AgentStatus', agentStatus_displayOrder - The display order of the agent status.
$sel:name:AgentStatus', agentStatus_name - The name of the agent status.
$sel:state:AgentStatus', agentStatus_state - The state of the agent status.
$sel:tags:AgentStatus', agentStatus_tags - The tags used to organize, track, or control access for this resource.
For example, { "tags": {"key1":"value1", "key2":"value2"} }.
$sel:type':AgentStatus', agentStatus_type - The type of agent status.
agentStatus_agentStatusARN :: Lens' AgentStatus (Maybe Text) Source #
The Amazon Resource Name (ARN) of the agent status.
agentStatus_agentStatusId :: Lens' AgentStatus (Maybe Text) Source #
The identifier of the agent status.
agentStatus_description :: Lens' AgentStatus (Maybe Text) Source #
The description of the agent status.
agentStatus_displayOrder :: Lens' AgentStatus (Maybe Natural) Source #
The display order of the agent status.
agentStatus_name :: Lens' AgentStatus (Maybe Text) Source #
The name of the agent status.
agentStatus_state :: Lens' AgentStatus (Maybe AgentStatusState) Source #
The state of the agent status.
agentStatus_tags :: Lens' AgentStatus (Maybe (HashMap Text Text)) Source #
The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
agentStatus_type :: Lens' AgentStatus (Maybe AgentStatusType) Source #
The type of agent status.