libZSservicesZSamazonka-pinpointZSamazonka-pinpoint
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.Pinpoint.DeleteVoiceChannel

Description

Disables the voice channel for an application and deletes any existing settings for the channel.

Synopsis

Creating a Request

data DeleteVoiceChannel Source #

See: newDeleteVoiceChannel smart constructor.

Constructors

DeleteVoiceChannel' 

Fields

  • applicationId :: Text

    The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

Instances

Instances details
Eq DeleteVoiceChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteVoiceChannel

Read DeleteVoiceChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteVoiceChannel

Show DeleteVoiceChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteVoiceChannel

Generic DeleteVoiceChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteVoiceChannel

Associated Types

type Rep DeleteVoiceChannel :: Type -> Type #

NFData DeleteVoiceChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteVoiceChannel

Methods

rnf :: DeleteVoiceChannel -> () #

Hashable DeleteVoiceChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteVoiceChannel

AWSRequest DeleteVoiceChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteVoiceChannel

Associated Types

type AWSResponse DeleteVoiceChannel #

ToHeaders DeleteVoiceChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteVoiceChannel

ToPath DeleteVoiceChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteVoiceChannel

ToQuery DeleteVoiceChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteVoiceChannel

type Rep DeleteVoiceChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteVoiceChannel

type Rep DeleteVoiceChannel = D1 ('MetaData "DeleteVoiceChannel" "Amazonka.Pinpoint.DeleteVoiceChannel" "libZSservicesZSamazonka-pinpointZSamazonka-pinpoint" 'False) (C1 ('MetaCons "DeleteVoiceChannel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteVoiceChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteVoiceChannel

newDeleteVoiceChannel Source #

Create a value of DeleteVoiceChannel 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:applicationId:DeleteVoiceChannel', deleteVoiceChannel_applicationId - The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

Request Lenses

deleteVoiceChannel_applicationId :: Lens' DeleteVoiceChannel Text Source #

The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

Destructuring the Response

data DeleteVoiceChannelResponse Source #

See: newDeleteVoiceChannelResponse smart constructor.

Constructors

DeleteVoiceChannelResponse' 

Fields

Instances

Instances details
Eq DeleteVoiceChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteVoiceChannel

Read DeleteVoiceChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteVoiceChannel

Show DeleteVoiceChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteVoiceChannel

Generic DeleteVoiceChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteVoiceChannel

Associated Types

type Rep DeleteVoiceChannelResponse :: Type -> Type #

NFData DeleteVoiceChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteVoiceChannel

type Rep DeleteVoiceChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteVoiceChannel

type Rep DeleteVoiceChannelResponse = D1 ('MetaData "DeleteVoiceChannelResponse" "Amazonka.Pinpoint.DeleteVoiceChannel" "libZSservicesZSamazonka-pinpointZSamazonka-pinpoint" 'False) (C1 ('MetaCons "DeleteVoiceChannelResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "voiceChannelResponse") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 VoiceChannelResponse)))

newDeleteVoiceChannelResponse Source #

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

$sel:voiceChannelResponse:DeleteVoiceChannelResponse', deleteVoiceChannelResponse_voiceChannelResponse - Undocumented member.

Response Lenses