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

Description

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

Synopsis

Creating a Request

data GetApnsVoipSandboxChannel Source #

See: newGetApnsVoipSandboxChannel smart constructor.

Constructors

GetApnsVoipSandboxChannel' 

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

Defined in Amazonka.Pinpoint.GetApnsVoipSandboxChannel

Read GetApnsVoipSandboxChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsVoipSandboxChannel

Show GetApnsVoipSandboxChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsVoipSandboxChannel

Generic GetApnsVoipSandboxChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsVoipSandboxChannel

Associated Types

type Rep GetApnsVoipSandboxChannel :: Type -> Type #

NFData GetApnsVoipSandboxChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsVoipSandboxChannel

Hashable GetApnsVoipSandboxChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsVoipSandboxChannel

AWSRequest GetApnsVoipSandboxChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsVoipSandboxChannel

ToHeaders GetApnsVoipSandboxChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsVoipSandboxChannel

ToPath GetApnsVoipSandboxChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsVoipSandboxChannel

ToQuery GetApnsVoipSandboxChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsVoipSandboxChannel

type Rep GetApnsVoipSandboxChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsVoipSandboxChannel

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

Defined in Amazonka.Pinpoint.GetApnsVoipSandboxChannel

newGetApnsVoipSandboxChannel Source #

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

Request Lenses

getApnsVoipSandboxChannel_applicationId :: Lens' GetApnsVoipSandboxChannel 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 GetApnsVoipSandboxChannelResponse Source #

See: newGetApnsVoipSandboxChannelResponse smart constructor.

Instances

Instances details
Eq GetApnsVoipSandboxChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsVoipSandboxChannel

Read GetApnsVoipSandboxChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsVoipSandboxChannel

Show GetApnsVoipSandboxChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsVoipSandboxChannel

Generic GetApnsVoipSandboxChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsVoipSandboxChannel

Associated Types

type Rep GetApnsVoipSandboxChannelResponse :: Type -> Type #

NFData GetApnsVoipSandboxChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsVoipSandboxChannel

type Rep GetApnsVoipSandboxChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsVoipSandboxChannel

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

Response Lenses