libZSservicesZSamazonka-wisdomZSamazonka-wisdom
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.Wisdom.Types.SessionData

Description

 
Synopsis

Documentation

data SessionData Source #

Information about the session.

See: newSessionData smart constructor.

Constructors

SessionData' 

Fields

Instances

Instances details
Eq SessionData Source # 
Instance details

Defined in Amazonka.Wisdom.Types.SessionData

Read SessionData Source # 
Instance details

Defined in Amazonka.Wisdom.Types.SessionData

Show SessionData Source # 
Instance details

Defined in Amazonka.Wisdom.Types.SessionData

Generic SessionData Source # 
Instance details

Defined in Amazonka.Wisdom.Types.SessionData

Associated Types

type Rep SessionData :: Type -> Type #

NFData SessionData Source # 
Instance details

Defined in Amazonka.Wisdom.Types.SessionData

Methods

rnf :: SessionData -> () #

Hashable SessionData Source # 
Instance details

Defined in Amazonka.Wisdom.Types.SessionData

FromJSON SessionData Source # 
Instance details

Defined in Amazonka.Wisdom.Types.SessionData

type Rep SessionData Source # 
Instance details

Defined in Amazonka.Wisdom.Types.SessionData

type Rep SessionData = D1 ('MetaData "SessionData" "Amazonka.Wisdom.Types.SessionData" "libZSservicesZSamazonka-wisdomZSamazonka-wisdom" 'False) (C1 ('MetaCons "SessionData'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "sessionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sessionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newSessionData Source #

Create a value of SessionData 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:description:SessionData', sessionData_description - The description of the session.

$sel:tags:SessionData', sessionData_tags - The tags used to organize, track, or control access for this resource.

$sel:name:SessionData', sessionData_name - The name of the session.

$sel:sessionArn:SessionData', sessionData_sessionArn - The Amazon Resource Name (ARN) of the session.

$sel:sessionId:SessionData', sessionData_sessionId - The identifier of the session.

sessionData_description :: Lens' SessionData (Maybe Text) Source #

The description of the session.

sessionData_tags :: Lens' SessionData (Maybe (HashMap Text Text)) Source #

The tags used to organize, track, or control access for this resource.

sessionData_name :: Lens' SessionData Text Source #

The name of the session.

sessionData_sessionArn :: Lens' SessionData Text Source #

The Amazon Resource Name (ARN) of the session.

sessionData_sessionId :: Lens' SessionData Text Source #

The identifier of the session.