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

AWSRequest 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 #

Read ListTestGridSessionArtifacts Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionArtifacts

Show ListTestGridSessionArtifacts Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionArtifacts

NFData ListTestGridSessionArtifacts Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionArtifacts

Eq ListTestGridSessionArtifacts Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionArtifacts

Hashable ListTestGridSessionArtifacts Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionArtifacts

type AWSResponse 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" "amazonka-devicefarm-2.0-2e4KvZvQ9bT8TNjEPvmW9Q" '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))))

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.

ListTestGridSessionArtifacts, listTestGridSessionArtifacts_nextToken - Pagination token.

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
Generic ListTestGridSessionArtifactsResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionArtifacts

Show ListTestGridSessionArtifactsResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionArtifacts

NFData ListTestGridSessionArtifactsResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionArtifacts

Eq 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" "amazonka-devicefarm-2.0-2e4KvZvQ9bT8TNjEPvmW9Q" '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.

ListTestGridSessionArtifacts, listTestGridSessionArtifactsResponse_nextToken - Pagination token.

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

Response Lenses