libZSservicesZSamazonka-datasyncZSamazonka-datasync
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.DataSync.Types.AgentListEntry

Description

 
Synopsis

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' 

Fields

Instances

Instances details
Eq AgentListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.AgentListEntry

Read AgentListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.AgentListEntry

Show AgentListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.AgentListEntry

Generic AgentListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.AgentListEntry

Associated Types

type Rep AgentListEntry :: Type -> Type #

NFData AgentListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.AgentListEntry

Methods

rnf :: AgentListEntry -> () #

Hashable AgentListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.AgentListEntry

FromJSON AgentListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.AgentListEntry

type Rep AgentListEntry Source # 
Instance details

Defined in Amazonka.DataSync.Types.AgentListEntry

type Rep AgentListEntry = D1 ('MetaData "AgentListEntry" "Amazonka.DataSync.Types.AgentListEntry" "libZSservicesZSamazonka-datasyncZSamazonka-datasync" 'False) (C1 ('MetaCons "AgentListEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AgentStatus)) :*: (S1 ('MetaSel ('Just "agentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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:status:AgentListEntry', agentListEntry_status - The status of the agent.

$sel:agentArn:AgentListEntry', agentListEntry_agentArn - The Amazon Resource Name (ARN) of the agent.

$sel:name:AgentListEntry', agentListEntry_name - The name of the agent.

agentListEntry_agentArn :: Lens' AgentListEntry (Maybe Text) Source #

The Amazon Resource Name (ARN) of the agent.