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

Description

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

Synopsis

Creating a Request

data GetApnsVoipChannel Source #

See: newGetApnsVoipChannel smart constructor.

Constructors

GetApnsVoipChannel' 

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

Defined in Amazonka.Pinpoint.GetApnsVoipChannel

Read GetApnsVoipChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsVoipChannel

Show GetApnsVoipChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsVoipChannel

Generic GetApnsVoipChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsVoipChannel

Associated Types

type Rep GetApnsVoipChannel :: Type -> Type #

NFData GetApnsVoipChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsVoipChannel

Methods

rnf :: GetApnsVoipChannel -> () #

Hashable GetApnsVoipChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsVoipChannel

AWSRequest GetApnsVoipChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsVoipChannel

Associated Types

type AWSResponse GetApnsVoipChannel #

ToHeaders GetApnsVoipChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsVoipChannel

ToPath GetApnsVoipChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsVoipChannel

ToQuery GetApnsVoipChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsVoipChannel

type Rep GetApnsVoipChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsVoipChannel

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

Defined in Amazonka.Pinpoint.GetApnsVoipChannel

newGetApnsVoipChannel Source #

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

Request Lenses

getApnsVoipChannel_applicationId :: Lens' GetApnsVoipChannel 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 GetApnsVoipChannelResponse Source #

See: newGetApnsVoipChannelResponse smart constructor.

Constructors

GetApnsVoipChannelResponse' 

Fields

Instances

Instances details
Eq GetApnsVoipChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsVoipChannel

Read GetApnsVoipChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsVoipChannel

Show GetApnsVoipChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsVoipChannel

Generic GetApnsVoipChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsVoipChannel

Associated Types

type Rep GetApnsVoipChannelResponse :: Type -> Type #

NFData GetApnsVoipChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsVoipChannel

type Rep GetApnsVoipChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsVoipChannel

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

newGetApnsVoipChannelResponse Source #

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

$sel:aPNSVoipChannelResponse:GetApnsVoipChannelResponse', getApnsVoipChannelResponse_aPNSVoipChannelResponse - Undocumented member.

Response Lenses