libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business
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.AlexaBusiness.DeleteNetworkProfile

Description

Deletes a network profile by the network profile ARN.

Synopsis

Creating a Request

data DeleteNetworkProfile Source #

See: newDeleteNetworkProfile smart constructor.

Constructors

DeleteNetworkProfile' 

Fields

Instances

Instances details
Eq DeleteNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteNetworkProfile

Read DeleteNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteNetworkProfile

Show DeleteNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteNetworkProfile

Generic DeleteNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteNetworkProfile

Associated Types

type Rep DeleteNetworkProfile :: Type -> Type #

NFData DeleteNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteNetworkProfile

Methods

rnf :: DeleteNetworkProfile -> () #

Hashable DeleteNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteNetworkProfile

ToJSON DeleteNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteNetworkProfile

AWSRequest DeleteNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteNetworkProfile

Associated Types

type AWSResponse DeleteNetworkProfile #

ToHeaders DeleteNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteNetworkProfile

ToPath DeleteNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteNetworkProfile

ToQuery DeleteNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteNetworkProfile

type Rep DeleteNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteNetworkProfile

type Rep DeleteNetworkProfile = D1 ('MetaData "DeleteNetworkProfile" "Amazonka.AlexaBusiness.DeleteNetworkProfile" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" 'False) (C1 ('MetaCons "DeleteNetworkProfile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "networkProfileArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteNetworkProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.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:networkProfileArn:DeleteNetworkProfile', deleteNetworkProfile_networkProfileArn - The ARN of the network profile associated with a device.

Request Lenses

deleteNetworkProfile_networkProfileArn :: Lens' DeleteNetworkProfile Text Source #

The ARN of the network profile associated with a device.

Destructuring the Response

data DeleteNetworkProfileResponse Source #

See: newDeleteNetworkProfileResponse smart constructor.

Constructors

DeleteNetworkProfileResponse' 

Fields

Instances

Instances details
Eq DeleteNetworkProfileResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteNetworkProfile

Read DeleteNetworkProfileResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteNetworkProfile

Show DeleteNetworkProfileResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteNetworkProfile

Generic DeleteNetworkProfileResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteNetworkProfile

Associated Types

type Rep DeleteNetworkProfileResponse :: Type -> Type #

NFData DeleteNetworkProfileResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteNetworkProfile

type Rep DeleteNetworkProfileResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteNetworkProfile

type Rep DeleteNetworkProfileResponse = D1 ('MetaData "DeleteNetworkProfileResponse" "Amazonka.AlexaBusiness.DeleteNetworkProfile" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" '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