Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data StartSessionResult Source #
Contains the details of the started session.
See: newStartSessionResult
smart constructor.
StartSessionResult' | |
|
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:timingInformation:StartSessionResult'
, startSessionResult_timingInformation
- Contains server-side performance information for the command.
$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.
startSessionResult_timingInformation :: Lens' StartSessionResult (Maybe TimingInformation) Source #
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.