| 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.CodeBuild.Types.DebugSession
Description
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.
Constructors
| DebugSession' | |
Fields
| |
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.