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
- data TestGridSessionArtifact = TestGridSessionArtifact' {}
- newTestGridSessionArtifact :: TestGridSessionArtifact
- testGridSessionArtifact_url :: Lens' TestGridSessionArtifact (Maybe Text)
- testGridSessionArtifact_type :: Lens' TestGridSessionArtifact (Maybe TestGridSessionArtifactType)
- testGridSessionArtifact_filename :: Lens' TestGridSessionArtifact (Maybe Text)
Documentation
data TestGridSessionArtifact Source #
Artifacts are video and other files that are produced in the process of running a browser in an automated context.
Video elements might be broken up into multiple artifacts as they grow in size during creation.
See: newTestGridSessionArtifact
smart constructor.
Instances
newTestGridSessionArtifact :: TestGridSessionArtifact Source #
Create a value of TestGridSessionArtifact
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:url:TestGridSessionArtifact'
, testGridSessionArtifact_url
- A semi-stable URL to the content of the object.
$sel:type':TestGridSessionArtifact'
, testGridSessionArtifact_type
- The kind of artifact.
$sel:filename:TestGridSessionArtifact'
, testGridSessionArtifact_filename
- The file name of the artifact.
testGridSessionArtifact_url :: Lens' TestGridSessionArtifact (Maybe Text) Source #
A semi-stable URL to the content of the object.
testGridSessionArtifact_type :: Lens' TestGridSessionArtifact (Maybe TestGridSessionArtifactType) Source #
The kind of artifact.
testGridSessionArtifact_filename :: Lens' TestGridSessionArtifact (Maybe Text) Source #
The file name of the artifact.