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

Description

Deletes the run, given the run ARN.

Deleting this resource does not stop an in-progress run.

Synopsis

Creating a Request

data DeleteRun Source #

Represents a request to the delete run operation.

See: newDeleteRun smart constructor.

Constructors

DeleteRun' 

Fields

  • arn :: Text

    The Amazon Resource Name (ARN) for the run to delete.

Instances

Instances details
Eq DeleteRun Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteRun

Read DeleteRun Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteRun

Show DeleteRun Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteRun

Generic DeleteRun Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteRun

Associated Types

type Rep DeleteRun :: Type -> Type #

NFData DeleteRun Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteRun

Methods

rnf :: DeleteRun -> () #

Hashable DeleteRun Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteRun

ToJSON DeleteRun Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteRun

AWSRequest DeleteRun Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteRun

Associated Types

type AWSResponse DeleteRun #

ToHeaders DeleteRun Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteRun

Methods

toHeaders :: DeleteRun -> [Header] #

ToPath DeleteRun Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteRun

ToQuery DeleteRun Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteRun

type Rep DeleteRun Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteRun

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

Defined in Amazonka.DeviceFarm.DeleteRun

newDeleteRun Source #

Create a value of DeleteRun 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:arn:DeleteRun', deleteRun_arn - The Amazon Resource Name (ARN) for the run to delete.

Request Lenses

deleteRun_arn :: Lens' DeleteRun Text Source #

The Amazon Resource Name (ARN) for the run to delete.

Destructuring the Response

data DeleteRunResponse Source #

Represents the result of a delete run request.

See: newDeleteRunResponse smart constructor.

Constructors

DeleteRunResponse' 

Fields

Instances

Instances details
Eq DeleteRunResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteRun

Read DeleteRunResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteRun

Show DeleteRunResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteRun

Generic DeleteRunResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteRun

Associated Types

type Rep DeleteRunResponse :: Type -> Type #

NFData DeleteRunResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteRun

Methods

rnf :: DeleteRunResponse -> () #

type Rep DeleteRunResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteRun

type Rep DeleteRunResponse = D1 ('MetaData "DeleteRunResponse" "Amazonka.DeviceFarm.DeleteRun" "libZSservicesZSamazonka-devicefarmZSamazonka-devicefarm" 'False) (C1 ('MetaCons "DeleteRunResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteRunResponse Source #

Create a value of DeleteRunResponse 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:httpStatus:DeleteRunResponse', deleteRunResponse_httpStatus - The response's http status code.

Response Lenses

deleteRunResponse_httpStatus :: Lens' DeleteRunResponse Int Source #

The response's http status code.