amazonka-pinpoint-2.0: Amazon Pinpoint SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Pinpoint.GetVoiceChannel

Description

Retrieves information about the status and settings of the voice channel for an application.

Synopsis

Creating a Request

data GetVoiceChannel Source #

See: newGetVoiceChannel smart constructor.

Constructors

GetVoiceChannel' 

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
ToHeaders GetVoiceChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetVoiceChannel

ToPath GetVoiceChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetVoiceChannel

ToQuery GetVoiceChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetVoiceChannel

AWSRequest GetVoiceChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetVoiceChannel

Associated Types

type AWSResponse GetVoiceChannel #

Generic GetVoiceChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetVoiceChannel

Associated Types

type Rep GetVoiceChannel :: Type -> Type #

Read GetVoiceChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetVoiceChannel

Show GetVoiceChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetVoiceChannel

NFData GetVoiceChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetVoiceChannel

Methods

rnf :: GetVoiceChannel -> () #

Eq GetVoiceChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetVoiceChannel

Hashable GetVoiceChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetVoiceChannel

type AWSResponse GetVoiceChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetVoiceChannel

type Rep GetVoiceChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetVoiceChannel

type Rep GetVoiceChannel = D1 ('MetaData "GetVoiceChannel" "Amazonka.Pinpoint.GetVoiceChannel" "amazonka-pinpoint-2.0-GBFs9S7wa7bFiDe66NqAzt" 'False) (C1 ('MetaCons "GetVoiceChannel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetVoiceChannel Source #

Create a value of GetVoiceChannel 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:

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

Request Lenses

getVoiceChannel_applicationId :: Lens' GetVoiceChannel 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 GetVoiceChannelResponse Source #

See: newGetVoiceChannelResponse smart constructor.

Constructors

GetVoiceChannelResponse' 

Fields

Instances

Instances details
Generic GetVoiceChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetVoiceChannel

Associated Types

type Rep GetVoiceChannelResponse :: Type -> Type #

Read GetVoiceChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetVoiceChannel

Show GetVoiceChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetVoiceChannel

NFData GetVoiceChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetVoiceChannel

Methods

rnf :: GetVoiceChannelResponse -> () #

Eq GetVoiceChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetVoiceChannel

type Rep GetVoiceChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetVoiceChannel

type Rep GetVoiceChannelResponse = D1 ('MetaData "GetVoiceChannelResponse" "Amazonka.Pinpoint.GetVoiceChannel" "amazonka-pinpoint-2.0-GBFs9S7wa7bFiDe66NqAzt" 'False) (C1 ('MetaCons "GetVoiceChannelResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "voiceChannelResponse") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 VoiceChannelResponse)))

newGetVoiceChannelResponse Source #

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

$sel:voiceChannelResponse:GetVoiceChannelResponse', getVoiceChannelResponse_voiceChannelResponse - Undocumented member.

Response Lenses