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.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
Eq ListTestGridSessionActions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionActions

Read ListTestGridSessionActions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionActions

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

NFData ListTestGridSessionActions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionActions

Hashable ListTestGridSessionActions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionActions

ToJSON ListTestGridSessionActions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionActions

AWSRequest 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

type Rep ListTestGridSessionActions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionActions

type Rep ListTestGridSessionActions = D1 ('MetaData "ListTestGridSessionActions" "Amazonka.DeviceFarm.ListTestGridSessionActions" "libZSservicesZSamazonka-devicefarmZSamazonka-devicefarm" '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))))
type AWSResponse ListTestGridSessionActions Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionActions

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.

$sel:nextToken: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
Eq ListTestGridSessionActionsResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionActions

Read ListTestGridSessionActionsResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionActions

Show ListTestGridSessionActionsResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionActions

Generic ListTestGridSessionActionsResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListTestGridSessionActions

Associated Types

type Rep ListTestGridSessionActionsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-devicefarmZSamazonka-devicefarm" '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.

$sel:nextToken:ListTestGridSessionActions', listTestGridSessionActionsResponse_nextToken - Pagination token.

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

Response Lenses