amazonka-devicefarm-2.0: Amazon Device Farm SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.DeviceFarm.Types.TestGridSessionArtifact

Description

 
Synopsis

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' 

Fields

Instances

Instances details
FromJSON TestGridSessionArtifact Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.TestGridSessionArtifact

Generic TestGridSessionArtifact Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.TestGridSessionArtifact

Associated Types

type Rep TestGridSessionArtifact :: Type -> Type #

Show TestGridSessionArtifact Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.TestGridSessionArtifact

NFData TestGridSessionArtifact Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.TestGridSessionArtifact

Methods

rnf :: TestGridSessionArtifact -> () #

Eq TestGridSessionArtifact Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.TestGridSessionArtifact

Hashable TestGridSessionArtifact Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.TestGridSessionArtifact

type Rep TestGridSessionArtifact Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.TestGridSessionArtifact

type Rep TestGridSessionArtifact = D1 ('MetaData "TestGridSessionArtifact" "Amazonka.DeviceFarm.Types.TestGridSessionArtifact" "amazonka-devicefarm-2.0-2e4KvZvQ9bT8TNjEPvmW9Q" 'False) (C1 ('MetaCons "TestGridSessionArtifact'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filename") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TestGridSessionArtifactType)) :*: S1 ('MetaSel ('Just "url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))))))

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_url :: Lens' TestGridSessionArtifact (Maybe Text) Source #

A semi-stable URL to the content of the object.