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

Description

Deletes an AWS Device Farm project, given the project ARN.

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

Synopsis

Creating a Request

data DeleteProject Source #

Represents a request to the delete project operation.

See: newDeleteProject smart constructor.

Constructors

DeleteProject' 

Fields

  • arn :: Text

    Represents the Amazon Resource Name (ARN) of the Device Farm project to delete.

Instances

Instances details
Eq DeleteProject Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteProject

Read DeleteProject Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteProject

Show DeleteProject Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteProject

Generic DeleteProject Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteProject

Associated Types

type Rep DeleteProject :: Type -> Type #

NFData DeleteProject Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteProject

Methods

rnf :: DeleteProject -> () #

Hashable DeleteProject Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteProject

ToJSON DeleteProject Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteProject

AWSRequest DeleteProject Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteProject

Associated Types

type AWSResponse DeleteProject #

ToHeaders DeleteProject Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteProject

ToPath DeleteProject Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteProject

ToQuery DeleteProject Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteProject

type Rep DeleteProject Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteProject

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

Defined in Amazonka.DeviceFarm.DeleteProject

newDeleteProject Source #

Create a value of DeleteProject 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:DeleteProject', deleteProject_arn - Represents the Amazon Resource Name (ARN) of the Device Farm project to delete.

Request Lenses

deleteProject_arn :: Lens' DeleteProject Text Source #

Represents the Amazon Resource Name (ARN) of the Device Farm project to delete.

Destructuring the Response

data DeleteProjectResponse Source #

Represents the result of a delete project request.

See: newDeleteProjectResponse smart constructor.

Constructors

DeleteProjectResponse' 

Fields

Instances

Instances details
Eq DeleteProjectResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteProject

Read DeleteProjectResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteProject

Show DeleteProjectResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteProject

Generic DeleteProjectResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteProject

Associated Types

type Rep DeleteProjectResponse :: Type -> Type #

NFData DeleteProjectResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteProject

Methods

rnf :: DeleteProjectResponse -> () #

type Rep DeleteProjectResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteProject

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

newDeleteProjectResponse Source #

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

Response Lenses