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

Description

Deletes a network profile.

Synopsis

Creating a Request

data DeleteNetworkProfile Source #

See: newDeleteNetworkProfile smart constructor.

Constructors

DeleteNetworkProfile' 

Fields

  • arn :: Text

    The ARN of the network profile to delete.

Instances

Instances details
Eq DeleteNetworkProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteNetworkProfile

Read DeleteNetworkProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteNetworkProfile

Show DeleteNetworkProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteNetworkProfile

Generic DeleteNetworkProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteNetworkProfile

Associated Types

type Rep DeleteNetworkProfile :: Type -> Type #

NFData DeleteNetworkProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteNetworkProfile

Methods

rnf :: DeleteNetworkProfile -> () #

Hashable DeleteNetworkProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteNetworkProfile

ToJSON DeleteNetworkProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteNetworkProfile

AWSRequest DeleteNetworkProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteNetworkProfile

Associated Types

type AWSResponse DeleteNetworkProfile #

ToHeaders DeleteNetworkProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteNetworkProfile

ToPath DeleteNetworkProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteNetworkProfile

ToQuery DeleteNetworkProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteNetworkProfile

type Rep DeleteNetworkProfile Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteNetworkProfile

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

Defined in Amazonka.DeviceFarm.DeleteNetworkProfile

newDeleteNetworkProfile Source #

Create a value of DeleteNetworkProfile 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:DeleteNetworkProfile', deleteNetworkProfile_arn - The ARN of the network profile to delete.

Request Lenses

deleteNetworkProfile_arn :: Lens' DeleteNetworkProfile Text Source #

The ARN of the network profile to delete.

Destructuring the Response

data DeleteNetworkProfileResponse Source #

See: newDeleteNetworkProfileResponse smart constructor.

Constructors

DeleteNetworkProfileResponse' 

Fields

Instances

Instances details
Eq DeleteNetworkProfileResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteNetworkProfile

Read DeleteNetworkProfileResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteNetworkProfile

Show DeleteNetworkProfileResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteNetworkProfile

Generic DeleteNetworkProfileResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteNetworkProfile

Associated Types

type Rep DeleteNetworkProfileResponse :: Type -> Type #

NFData DeleteNetworkProfileResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteNetworkProfile

type Rep DeleteNetworkProfileResponse Source # 
Instance details

Defined in Amazonka.DeviceFarm.DeleteNetworkProfile

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

newDeleteNetworkProfileResponse Source #

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

Response Lenses