| 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.QLDBSession.Types.StartSessionResult
Description
Documentation
data StartSessionResult Source #
Contains the details of the started session.
See: newStartSessionResult smart constructor.
Constructors
| StartSessionResult' | |
Fields
| |
Instances
newStartSessionResult :: StartSessionResult Source #
Create a value of StartSessionResult 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:sessionToken:StartSessionResult', startSessionResult_sessionToken - Session token of the started session. This SessionToken is required
for every subsequent command that is issued during the current session.
$sel:timingInformation:StartSessionResult', startSessionResult_timingInformation - Contains server-side performance information for the command.
startSessionResult_sessionToken :: Lens' StartSessionResult (Maybe Text) Source #
Session token of the started session. This SessionToken is required
for every subsequent command that is issued during the current session.
startSessionResult_timingInformation :: Lens' StartSessionResult (Maybe TimingInformation) Source #
Contains server-side performance information for the command.