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.ListTestGridSessionArtifacts

Description

Retrieves a list of artifacts created during the session.

Synopsis

Creating a Request

data ListTestGridSessionArtifacts Source #

See: newListTestGridSessionArtifacts smart constructor.

Constructors

ListTestGridSessionArtifacts' 

Fields

Instances

Instances details
Eq ListTestGridSessionArtifacts Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionArtifacts

Read ListTestGridSessionArtifacts Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionArtifacts

Show ListTestGridSessionArtifacts Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionArtifacts

Generic ListTestGridSessionArtifacts Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionArtifacts

Associated Types

type Rep ListTestGridSessionArtifacts :: Type -> Type #

NFData ListTestGridSessionArtifacts Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionArtifacts

Hashable ListTestGridSessionArtifacts Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionArtifacts

ToJSON ListTestGridSessionArtifacts Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionArtifacts

AWSRequest ListTestGridSessionArtifacts Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionArtifacts

ToHeaders ListTestGridSessionArtifacts Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionArtifacts

ToPath ListTestGridSessionArtifacts Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionArtifacts

ToQuery ListTestGridSessionArtifacts Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionArtifacts

type Rep ListTestGridSessionArtifacts Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionArtifacts

type Rep ListTestGridSessionArtifacts = D1 ('MetaData "ListTestGridSessionArtifacts" "Amazonka.DeviceFarm.ListTestGridSessionArtifacts" "libZSservicesZSamazonka-devicefarmZSamazonka-devicefarm" 'False) (C1 ('MetaCons "ListTestGridSessionArtifacts'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxResult") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TestGridSessionArtifactCategory)) :*: S1 ('MetaSel ('Just "sessionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListTestGridSessionArtifacts Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionArtifacts

newListTestGridSessionArtifacts Source #

Create a value of ListTestGridSessionArtifacts 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:maxResult:ListTestGridSessionArtifacts', listTestGridSessionArtifacts_maxResult - The maximum number of results to be returned by a request.

$sel:nextToken:ListTestGridSessionArtifacts', listTestGridSessionArtifacts_nextToken - Pagination token.

$sel:type':ListTestGridSessionArtifacts', listTestGridSessionArtifacts_type - Limit results to a specified type of artifact.

$sel:sessionArn:ListTestGridSessionArtifacts', listTestGridSessionArtifacts_sessionArn - The ARN of a TestGridSession.

Request Lenses

listTestGridSessionArtifacts_maxResult :: Lens' ListTestGridSessionArtifacts (Maybe Natural) Source #

The maximum number of results to be returned by a request.

Destructuring the Response

data ListTestGridSessionArtifactsResponse Source #

Constructors

ListTestGridSessionArtifactsResponse' 

Fields

Instances

Instances details
Eq ListTestGridSessionArtifactsResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionArtifacts

Show ListTestGridSessionArtifactsResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionArtifacts

Generic ListTestGridSessionArtifactsResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionArtifacts

NFData ListTestGridSessionArtifactsResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionArtifacts

type Rep ListTestGridSessionArtifactsResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionArtifacts

type Rep ListTestGridSessionArtifactsResponse = D1 ('MetaData "ListTestGridSessionArtifactsResponse" "Amazonka.DeviceFarm.ListTestGridSessionArtifacts" "libZSservicesZSamazonka-devicefarmZSamazonka-devicefarm" 'False) (C1 ('MetaCons "ListTestGridSessionArtifactsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "artifacts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TestGridSessionArtifact])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListTestGridSessionArtifactsResponse Source #

Create a value of ListTestGridSessionArtifactsResponse 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:artifacts:ListTestGridSessionArtifactsResponse', listTestGridSessionArtifactsResponse_artifacts - A list of test grid session artifacts for a TestGridSession.

$sel:nextToken:ListTestGridSessionArtifacts', listTestGridSessionArtifactsResponse_nextToken - Pagination token.

$sel:httpStatus:ListTestGridSessionArtifactsResponse', listTestGridSessionArtifactsResponse_httpStatus - The response's http status code.

Response Lenses