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

Defined in Amazonka.Pinpoint.GetApnsSandboxChannel

Read GetApnsSandboxChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsSandboxChannel

Show GetApnsSandboxChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsSandboxChannel

Generic GetApnsSandboxChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsSandboxChannel

Associated Types

type Rep GetApnsSandboxChannel :: Type -> Type #

NFData GetApnsSandboxChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsSandboxChannel

Methods

rnf :: GetApnsSandboxChannel -> () #

Hashable GetApnsSandboxChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsSandboxChannel

AWSRequest GetApnsSandboxChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsSandboxChannel

Associated Types

type AWSResponse GetApnsSandboxChannel #

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

type Rep GetApnsSandboxChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsSandboxChannel

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

Defined in Amazonka.Pinpoint.GetApnsSandboxChannel

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:

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

Defined in Amazonka.Pinpoint.GetApnsSandboxChannel

Read GetApnsSandboxChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsSandboxChannel

Show GetApnsSandboxChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsSandboxChannel

Generic GetApnsSandboxChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetApnsSandboxChannel

Associated Types

type Rep GetApnsSandboxChannelResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-pinpointZSamazonka-pinpoint" '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