libZSservicesZSamazonka-devicefarmZSamazonka-devicefarm
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.DeviceFarm.Types.TestGridProject

Description

 
Synopsis

Documentation

data TestGridProject Source #

A Selenium testing project. Projects are used to collect and collate sessions.

See: newTestGridProject smart constructor.

Constructors

TestGridProject' 

Fields

Instances

Instances details
Eq TestGridProject Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.TestGridProject

Read TestGridProject Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.TestGridProject

Show TestGridProject Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.TestGridProject

Generic TestGridProject Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.TestGridProject

Associated Types

type Rep TestGridProject :: Type -> Type #

NFData TestGridProject Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.TestGridProject

Methods

rnf :: TestGridProject -> () #

Hashable TestGridProject Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.TestGridProject

FromJSON TestGridProject Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.TestGridProject

type Rep TestGridProject Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.TestGridProject

type Rep TestGridProject = D1 ('MetaData "TestGridProject" "Amazonka.DeviceFarm.Types.TestGridProject" "libZSservicesZSamazonka-devicefarmZSamazonka-devicefarm" 'False) (C1 ('MetaCons "TestGridProject'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "created") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "vpcConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TestGridVpcConfig)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newTestGridProject :: TestGridProject Source #

Create a value of TestGridProject 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:arn:TestGridProject', testGridProject_arn - The ARN for the project.

$sel:created:TestGridProject', testGridProject_created - When the project was created.

$sel:name:TestGridProject', testGridProject_name - A human-readable name for the project.

$sel:vpcConfig:TestGridProject', testGridProject_vpcConfig - The VPC security groups and subnets that are attached to a project.

$sel:description:TestGridProject', testGridProject_description - A human-readable description for the project.

testGridProject_name :: Lens' TestGridProject (Maybe Text) Source #

A human-readable name for the project.

testGridProject_vpcConfig :: Lens' TestGridProject (Maybe TestGridVpcConfig) Source #

The VPC security groups and subnets that are attached to a project.

testGridProject_description :: Lens' TestGridProject (Maybe Text) Source #

A human-readable description for the project.