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

Description

Gets information about test suites for a given job.

This operation returns paginated results.

Synopsis

Creating a Request

data ListSuites Source #

Represents a request to the list suites operation.

See: newListSuites smart constructor.

Constructors

ListSuites' 

Fields

  • nextToken :: Maybe Text

    An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

  • arn :: Text

    The job's Amazon Resource Name (ARN).

Instances

Instances details
Eq ListSuites Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListSuites

Read ListSuites Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListSuites

Show ListSuites Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListSuites

Generic ListSuites Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListSuites

Associated Types

type Rep ListSuites :: Type -> Type #

NFData ListSuites Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListSuites

Methods

rnf :: ListSuites -> () #

Hashable ListSuites Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListSuites

ToJSON ListSuites Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListSuites

AWSPager ListSuites Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListSuites

AWSRequest ListSuites Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListSuites

Associated Types

type AWSResponse ListSuites #

ToHeaders ListSuites Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListSuites

Methods

toHeaders :: ListSuites -> [Header] #

ToPath ListSuites Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListSuites

ToQuery ListSuites Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListSuites

type Rep ListSuites Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListSuites

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

Defined in Amazonka.DeviceFarm.ListSuites

newListSuites Source #

Create a value of ListSuites 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:nextToken:ListSuites', listSuites_nextToken - An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

$sel:arn:ListSuites', listSuites_arn - The job's Amazon Resource Name (ARN).

Request Lenses

listSuites_nextToken :: Lens' ListSuites (Maybe Text) Source #

An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

listSuites_arn :: Lens' ListSuites Text Source #

The job's Amazon Resource Name (ARN).

Destructuring the Response

data ListSuitesResponse Source #

Represents the result of a list suites request.

See: newListSuitesResponse smart constructor.

Constructors

ListSuitesResponse' 

Fields

  • nextToken :: Maybe Text

    If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list.

  • suites :: Maybe [Suite]

    Information about the suites.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq ListSuitesResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListSuites

Read ListSuitesResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListSuites

Show ListSuitesResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListSuites

Generic ListSuitesResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListSuites

Associated Types

type Rep ListSuitesResponse :: Type -> Type #

NFData ListSuitesResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListSuites

Methods

rnf :: ListSuitesResponse -> () #

type Rep ListSuitesResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.ListSuites

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

newListSuitesResponse Source #

Create a value of ListSuitesResponse 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:nextToken:ListSuites', listSuitesResponse_nextToken - If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list.

$sel:suites:ListSuitesResponse', listSuitesResponse_suites - Information about the suites.

$sel:httpStatus:ListSuitesResponse', listSuitesResponse_httpStatus - The response's http status code.

Response Lenses

listSuitesResponse_nextToken :: Lens' ListSuitesResponse (Maybe Text) Source #

If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list.