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

Description

Deletes a device pool given the pool ARN. Does not allow deletion of curated pools owned by the system.

Synopsis

Creating a Request

data DeleteDevicePool Source #

Represents a request to the delete device pool operation.

See: newDeleteDevicePool smart constructor.

Constructors

DeleteDevicePool' 

Fields

  • arn :: Text

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

Instances

Instances details
Eq DeleteDevicePool Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteDevicePool

Read DeleteDevicePool Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteDevicePool

Show DeleteDevicePool Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteDevicePool

Generic DeleteDevicePool Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteDevicePool

Associated Types

type Rep DeleteDevicePool :: Type -> Type #

NFData DeleteDevicePool Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteDevicePool

Methods

rnf :: DeleteDevicePool -> () #

Hashable DeleteDevicePool Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteDevicePool

ToJSON DeleteDevicePool Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteDevicePool

AWSRequest DeleteDevicePool Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteDevicePool

Associated Types

type AWSResponse DeleteDevicePool #

ToHeaders DeleteDevicePool Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteDevicePool

ToPath DeleteDevicePool Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteDevicePool

ToQuery DeleteDevicePool Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteDevicePool

type Rep DeleteDevicePool Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteDevicePool

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

Defined in Amazonka.DeviceFarm.DeleteDevicePool

newDeleteDevicePool Source #

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

Request Lenses

deleteDevicePool_arn :: Lens' DeleteDevicePool Text Source #

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

Destructuring the Response

data DeleteDevicePoolResponse Source #

Represents the result of a delete device pool request.

See: newDeleteDevicePoolResponse smart constructor.

Constructors

DeleteDevicePoolResponse' 

Fields

Instances

Instances details
Eq DeleteDevicePoolResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteDevicePool

Read DeleteDevicePoolResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteDevicePool

Show DeleteDevicePoolResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteDevicePool

Generic DeleteDevicePoolResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteDevicePool

Associated Types

type Rep DeleteDevicePoolResponse :: Type -> Type #

NFData DeleteDevicePoolResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteDevicePool

type Rep DeleteDevicePoolResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteDevicePool

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

newDeleteDevicePoolResponse Source #

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

Response Lenses