amazonka-connect-2.0: Amazon Connect Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Connect.Types.AgentStatus

Description

 
Synopsis

Documentation

data AgentStatus Source #

Contains information about an agent status.

See: newAgentStatus smart constructor.

Constructors

AgentStatus' 

Fields

Instances

Instances details
FromJSON AgentStatus Source # 
Instance details

Defined in Amazonka.Connect.Types.AgentStatus

Generic AgentStatus Source # 
Instance details

Defined in Amazonka.Connect.Types.AgentStatus

Associated Types

type Rep AgentStatus :: Type -> Type #

Read AgentStatus Source # 
Instance details

Defined in Amazonka.Connect.Types.AgentStatus

Show AgentStatus Source # 
Instance details

Defined in Amazonka.Connect.Types.AgentStatus

NFData AgentStatus Source # 
Instance details

Defined in Amazonka.Connect.Types.AgentStatus

Methods

rnf :: AgentStatus -> () #

Eq AgentStatus Source # 
Instance details

Defined in Amazonka.Connect.Types.AgentStatus

Hashable AgentStatus Source # 
Instance details

Defined in Amazonka.Connect.Types.AgentStatus

type Rep AgentStatus Source # 
Instance details

Defined in Amazonka.Connect.Types.AgentStatus

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"} }.