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

Description

Returns a list of the actions taken in a TestGridSession.

Synopsis

Creating a Request

data ListTestGridSessionActions Source #

See: newListTestGridSessionActions smart constructor.

Constructors

ListTestGridSessionActions' 

Fields

Instances

Instances details
ToJSON ListTestGridSessionActions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionActions

ToHeaders ListTestGridSessionActions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionActions

ToPath ListTestGridSessionActions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionActions

ToQuery ListTestGridSessionActions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionActions

AWSRequest ListTestGridSessionActions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionActions

Generic ListTestGridSessionActions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionActions

Associated Types

type Rep ListTestGridSessionActions :: Type -> Type #

Read ListTestGridSessionActions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionActions

Show ListTestGridSessionActions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionActions

NFData ListTestGridSessionActions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionActions

Eq ListTestGridSessionActions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionActions

Hashable ListTestGridSessionActions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionActions

type AWSResponse ListTestGridSessionActions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionActions

type Rep ListTestGridSessionActions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionActions

type Rep ListTestGridSessionActions = D1 ('MetaData "ListTestGridSessionActions" "Amazonka.DeviceFarm.ListTestGridSessionActions" "amazonka-devicefarm-2.0-2e4KvZvQ9bT8TNjEPvmW9Q" 'False) (C1 ('MetaCons "ListTestGridSessionActions'" '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 "sessionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListTestGridSessionActions Source #

Create a value of ListTestGridSessionActions 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:ListTestGridSessionActions', listTestGridSessionActions_maxResult - The maximum number of sessions to return per response.

ListTestGridSessionActions, listTestGridSessionActions_nextToken - Pagination token.

$sel:sessionArn:ListTestGridSessionActions', listTestGridSessionActions_sessionArn - The ARN of the session to retrieve.

Request Lenses

listTestGridSessionActions_maxResult :: Lens' ListTestGridSessionActions (Maybe Natural) Source #

The maximum number of sessions to return per response.

Destructuring the Response

data ListTestGridSessionActionsResponse Source #

Constructors

ListTestGridSessionActionsResponse' 

Fields

Instances

Instances details
Generic ListTestGridSessionActionsResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionActions

Associated Types

type Rep ListTestGridSessionActionsResponse :: Type -> Type #

Read ListTestGridSessionActionsResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionActions

Show ListTestGridSessionActionsResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionActions

NFData ListTestGridSessionActionsResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionActions

Eq ListTestGridSessionActionsResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionActions

type Rep ListTestGridSessionActionsResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionActions

type Rep ListTestGridSessionActionsResponse = D1 ('MetaData "ListTestGridSessionActionsResponse" "Amazonka.DeviceFarm.ListTestGridSessionActions" "amazonka-devicefarm-2.0-2e4KvZvQ9bT8TNjEPvmW9Q" 'False) (C1 ('MetaCons "ListTestGridSessionActionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "actions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TestGridSessionAction])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListTestGridSessionActionsResponse Source #

Create a value of ListTestGridSessionActionsResponse 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:actions:ListTestGridSessionActionsResponse', listTestGridSessionActionsResponse_actions - The action taken by the session.

ListTestGridSessionActions, listTestGridSessionActionsResponse_nextToken - Pagination token.

$sel:httpStatus:ListTestGridSessionActionsResponse', listTestGridSessionActionsResponse_httpStatus - The response's http status code.

Response Lenses