libZSservicesZSamazonka-connectZSamazonka-connect
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq AgentStatus Source # 
Instance details

Defined in Amazonka.Connect.Types.AgentStatus

Read AgentStatus Source # 
Instance details

Defined in Amazonka.Connect.Types.AgentStatus

Show 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 #

NFData AgentStatus Source # 
Instance details

Defined in Amazonka.Connect.Types.AgentStatus

Methods

rnf :: AgentStatus -> () #

Hashable AgentStatus Source # 
Instance details

Defined in Amazonka.Connect.Types.AgentStatus

FromJSON 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: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_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.