libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless
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.IoTWireless.DeleteServiceProfile

Description

Deletes a service profile.

Synopsis

Creating a Request

data DeleteServiceProfile Source #

See: newDeleteServiceProfile smart constructor.

Constructors

DeleteServiceProfile' 

Fields

  • id :: Text

    The ID of the resource to delete.

Instances

Instances details
Eq DeleteServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.DeleteServiceProfile

Read DeleteServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.DeleteServiceProfile

Show DeleteServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.DeleteServiceProfile

Generic DeleteServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.DeleteServiceProfile

Associated Types

type Rep DeleteServiceProfile :: Type -> Type #

NFData DeleteServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.DeleteServiceProfile

Methods

rnf :: DeleteServiceProfile -> () #

Hashable DeleteServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.DeleteServiceProfile

AWSRequest DeleteServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.DeleteServiceProfile

Associated Types

type AWSResponse DeleteServiceProfile #

ToHeaders DeleteServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.DeleteServiceProfile

ToPath DeleteServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.DeleteServiceProfile

ToQuery DeleteServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.DeleteServiceProfile

type Rep DeleteServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.DeleteServiceProfile

type Rep DeleteServiceProfile = D1 ('MetaData "DeleteServiceProfile" "Amazonka.IoTWireless.DeleteServiceProfile" "libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless" 'False) (C1 ('MetaCons "DeleteServiceProfile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteServiceProfile Source # 
Instance details

Defined in Amazonka.IoTWireless.DeleteServiceProfile

newDeleteServiceProfile Source #

Create a value of DeleteServiceProfile 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:id:DeleteServiceProfile', deleteServiceProfile_id - The ID of the resource to delete.

Request Lenses

deleteServiceProfile_id :: Lens' DeleteServiceProfile Text Source #

The ID of the resource to delete.

Destructuring the Response

data DeleteServiceProfileResponse Source #

See: newDeleteServiceProfileResponse smart constructor.

Constructors

DeleteServiceProfileResponse' 

Fields

Instances

Instances details
Eq DeleteServiceProfileResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.DeleteServiceProfile

Read DeleteServiceProfileResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.DeleteServiceProfile

Show DeleteServiceProfileResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.DeleteServiceProfile

Generic DeleteServiceProfileResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.DeleteServiceProfile

Associated Types

type Rep DeleteServiceProfileResponse :: Type -> Type #

NFData DeleteServiceProfileResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.DeleteServiceProfile

type Rep DeleteServiceProfileResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.DeleteServiceProfile

type Rep DeleteServiceProfileResponse = D1 ('MetaData "DeleteServiceProfileResponse" "Amazonka.IoTWireless.DeleteServiceProfile" "libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless" 'False) (C1 ('MetaCons "DeleteServiceProfileResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteServiceProfileResponse Source #

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

Response Lenses