| 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.DeviceFarm.Types.TestGridSessionArtifact
Description
Synopsis
- data TestGridSessionArtifact = TestGridSessionArtifact' {}
- newTestGridSessionArtifact :: TestGridSessionArtifact
- testGridSessionArtifact_filename :: Lens' TestGridSessionArtifact (Maybe Text)
- testGridSessionArtifact_type :: Lens' TestGridSessionArtifact (Maybe TestGridSessionArtifactType)
- testGridSessionArtifact_url :: 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.
Constructors
| TestGridSessionArtifact' | |
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:filename:TestGridSessionArtifact', testGridSessionArtifact_filename - The file name of the artifact.
$sel:type':TestGridSessionArtifact', testGridSessionArtifact_type - The kind of artifact.
$sel:url:TestGridSessionArtifact', testGridSessionArtifact_url - A semi-stable URL to the content of the object.
testGridSessionArtifact_filename :: Lens' TestGridSessionArtifact (Maybe Text) Source #
The file name of the artifact.
testGridSessionArtifact_type :: Lens' TestGridSessionArtifact (Maybe TestGridSessionArtifactType) Source #
The kind of artifact.
testGridSessionArtifact_url :: Lens' TestGridSessionArtifact (Maybe Text) Source #
A semi-stable URL to the content of the object.