| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Wisdom.Types.SessionData
Description
Synopsis
- data SessionData = SessionData' {}
- newSessionData :: Text -> Text -> Text -> SessionData
- sessionData_description :: Lens' SessionData (Maybe Text)
- sessionData_tags :: Lens' SessionData (Maybe (HashMap Text Text))
- sessionData_name :: Lens' SessionData Text
- sessionData_sessionArn :: Lens' SessionData Text
- sessionData_sessionId :: Lens' SessionData Text
Documentation
data SessionData Source #
Information about the session.
See: newSessionData smart constructor.
Constructors
| SessionData' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> SessionData |
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.