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

Description

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

Synopsis

Creating a Request

data GetApnsSandboxChannel Source #

See: newGetApnsSandboxChannel smart constructor.

Constructors

GetApnsSandboxChannel' 

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

Defined in Amazonka.Pinpoint.GetApnsSandboxChannel

ToPath GetApnsSandboxChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsSandboxChannel

ToQuery GetApnsSandboxChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsSandboxChannel

AWSRequest GetApnsSandboxChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsSandboxChannel

Associated Types

type AWSResponse GetApnsSandboxChannel #

Generic GetApnsSandboxChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsSandboxChannel

Associated Types

type Rep GetApnsSandboxChannel :: Type -> Type #

Read GetApnsSandboxChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsSandboxChannel

Show GetApnsSandboxChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsSandboxChannel

NFData GetApnsSandboxChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsSandboxChannel

Methods

rnf :: GetApnsSandboxChannel -> () #

Eq GetApnsSandboxChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsSandboxChannel

Hashable GetApnsSandboxChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsSandboxChannel

type AWSResponse GetApnsSandboxChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsSandboxChannel

type Rep GetApnsSandboxChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsSandboxChannel

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

newGetApnsSandboxChannel Source #

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

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

Request Lenses

getApnsSandboxChannel_applicationId :: Lens' GetApnsSandboxChannel 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 GetApnsSandboxChannelResponse Source #

See: newGetApnsSandboxChannelResponse smart constructor.

Instances

Instances details
Generic GetApnsSandboxChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsSandboxChannel

Associated Types

type Rep GetApnsSandboxChannelResponse :: Type -> Type #

Read GetApnsSandboxChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsSandboxChannel

Show GetApnsSandboxChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsSandboxChannel

NFData GetApnsSandboxChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsSandboxChannel

Eq GetApnsSandboxChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsSandboxChannel

type Rep GetApnsSandboxChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsSandboxChannel

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

Response Lenses