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

Description

Deletes a room profile by the profile ARN.

Synopsis

Creating a Request

data DeleteProfile Source #

See: newDeleteProfile smart constructor.

Constructors

DeleteProfile' 

Fields

Instances

Instances details
Eq DeleteProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteProfile

Read DeleteProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteProfile

Show DeleteProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteProfile

Generic DeleteProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteProfile

Associated Types

type Rep DeleteProfile :: Type -> Type #

NFData DeleteProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteProfile

Methods

rnf :: DeleteProfile -> () #

Hashable DeleteProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteProfile

ToJSON DeleteProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteProfile

AWSRequest DeleteProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteProfile

Associated Types

type AWSResponse DeleteProfile #

ToHeaders DeleteProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteProfile

ToPath DeleteProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteProfile

ToQuery DeleteProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteProfile

type Rep DeleteProfile Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteProfile

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

Defined in Amazonka.AlexaBusiness.DeleteProfile

newDeleteProfile :: DeleteProfile Source #

Create a value of DeleteProfile 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:profileArn:DeleteProfile', deleteProfile_profileArn - The ARN of the room profile to delete. Required.

Request Lenses

deleteProfile_profileArn :: Lens' DeleteProfile (Maybe Text) Source #

The ARN of the room profile to delete. Required.

Destructuring the Response

data DeleteProfileResponse Source #

See: newDeleteProfileResponse smart constructor.

Constructors

DeleteProfileResponse' 

Fields

Instances

Instances details
Eq DeleteProfileResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteProfile

Read DeleteProfileResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteProfile

Show DeleteProfileResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteProfile

Generic DeleteProfileResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteProfile

Associated Types

type Rep DeleteProfileResponse :: Type -> Type #

NFData DeleteProfileResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteProfile

Methods

rnf :: DeleteProfileResponse -> () #

type Rep DeleteProfileResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.DeleteProfile

type Rep DeleteProfileResponse = D1 ('MetaData "DeleteProfileResponse" "Amazonka.AlexaBusiness.DeleteProfile" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" 'False) (C1 ('MetaCons "DeleteProfileResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteProfileResponse Source #

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

Response Lenses