libZSservicesZSamazonka-transferZSamazonka-transfer
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.Transfer.Types.UserDetails

Description

 
Synopsis

Documentation

data UserDetails Source #

Specifies the user name, server ID, and session ID for a workflow.

See: newUserDetails smart constructor.

Constructors

UserDetails' 

Fields

  • sessionId :: Maybe Text

    The system-assigned unique identifier for a session that corresponds to the workflow.

  • userName :: Text

    A unique string that identifies a user account associated with a server.

  • serverId :: Text

    The system-assigned unique identifier for a Transfer server instance.

Instances

Instances details
Eq UserDetails Source # 
Instance details

Defined in Amazonka.Transfer.Types.UserDetails

Read UserDetails Source # 
Instance details

Defined in Amazonka.Transfer.Types.UserDetails

Show UserDetails Source # 
Instance details

Defined in Amazonka.Transfer.Types.UserDetails

Generic UserDetails Source # 
Instance details

Defined in Amazonka.Transfer.Types.UserDetails

Associated Types

type Rep UserDetails :: Type -> Type #

NFData UserDetails Source # 
Instance details

Defined in Amazonka.Transfer.Types.UserDetails

Methods

rnf :: UserDetails -> () #

Hashable UserDetails Source # 
Instance details

Defined in Amazonka.Transfer.Types.UserDetails

FromJSON UserDetails Source # 
Instance details

Defined in Amazonka.Transfer.Types.UserDetails

type Rep UserDetails Source # 
Instance details

Defined in Amazonka.Transfer.Types.UserDetails

type Rep UserDetails = D1 ('MetaData "UserDetails" "Amazonka.Transfer.Types.UserDetails" "libZSservicesZSamazonka-transferZSamazonka-transfer" 'False) (C1 ('MetaCons "UserDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sessionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "userName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "serverId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUserDetails Source #

Create a value of UserDetails 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:sessionId:UserDetails', userDetails_sessionId - The system-assigned unique identifier for a session that corresponds to the workflow.

$sel:userName:UserDetails', userDetails_userName - A unique string that identifies a user account associated with a server.

$sel:serverId:UserDetails', userDetails_serverId - The system-assigned unique identifier for a Transfer server instance.

userDetails_sessionId :: Lens' UserDetails (Maybe Text) Source #

The system-assigned unique identifier for a session that corresponds to the workflow.

userDetails_userName :: Lens' UserDetails Text Source #

A unique string that identifies a user account associated with a server.

userDetails_serverId :: Lens' UserDetails Text Source #

The system-assigned unique identifier for a Transfer server instance.