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

Defined in Amazonka.Pinpoint.GetVoiceChannel

Read GetVoiceChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetVoiceChannel

Show GetVoiceChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetVoiceChannel

Generic GetVoiceChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetVoiceChannel

Associated Types

type Rep GetVoiceChannel :: Type -> Type #

NFData GetVoiceChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetVoiceChannel

Methods

rnf :: GetVoiceChannel -> () #

Hashable GetVoiceChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetVoiceChannel

AWSRequest GetVoiceChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetVoiceChannel

Associated Types

type AWSResponse GetVoiceChannel #

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

type Rep GetVoiceChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetVoiceChannel

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

Defined in Amazonka.Pinpoint.GetVoiceChannel

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:

$sel:applicationId: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
Eq GetVoiceChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetVoiceChannel

Read GetVoiceChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetVoiceChannel

Show GetVoiceChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetVoiceChannel

Generic GetVoiceChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetVoiceChannel

Associated Types

type Rep GetVoiceChannelResponse :: Type -> Type #

NFData GetVoiceChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetVoiceChannel

Methods

rnf :: GetVoiceChannelResponse -> () #

type Rep GetVoiceChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetVoiceChannel

type Rep GetVoiceChannelResponse = D1 ('MetaData "GetVoiceChannelResponse" "Amazonka.Pinpoint.GetVoiceChannel" "libZSservicesZSamazonka-pinpointZSamazonka-pinpoint" '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