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 |
Synopsis
Documentation
data DebugSession Source #
Contains information about the debug session for a build. For more information, see Viewing a running build in Session Manager.
See: newDebugSession
smart constructor.
DebugSession' | |
|
Instances
newDebugSession :: DebugSession Source #
Create a value of DebugSession
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:sessionEnabled:DebugSession'
, debugSession_sessionEnabled
- Specifies if session debugging is enabled for this build.
$sel:sessionTarget:DebugSession'
, debugSession_sessionTarget
- Contains the identifier of the Session Manager session used for the
build. To work with the paused build, you open this session to examine,
control, and resume the build.
debugSession_sessionEnabled :: Lens' DebugSession (Maybe Bool) Source #
Specifies if session debugging is enabled for this build.
debugSession_sessionTarget :: Lens' DebugSession (Maybe Text) Source #
Contains the identifier of the Session Manager session used for the build. To work with the paused build, you open this session to examine, control, and resume the build.