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

Description

Disables the APNs sandbox channel for an application and deletes any existing settings for the channel.

Synopsis

Creating a Request

data DeleteApnsSandboxChannel Source #

See: newDeleteApnsSandboxChannel smart constructor.

Constructors

DeleteApnsSandboxChannel' 

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

Defined in Amazonka.Pinpoint.DeleteApnsSandboxChannel

Read DeleteApnsSandboxChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsSandboxChannel

Show DeleteApnsSandboxChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsSandboxChannel

Generic DeleteApnsSandboxChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsSandboxChannel

Associated Types

type Rep DeleteApnsSandboxChannel :: Type -> Type #

NFData DeleteApnsSandboxChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsSandboxChannel

Hashable DeleteApnsSandboxChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsSandboxChannel

AWSRequest DeleteApnsSandboxChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsSandboxChannel

ToHeaders DeleteApnsSandboxChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsSandboxChannel

ToPath DeleteApnsSandboxChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsSandboxChannel

ToQuery DeleteApnsSandboxChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsSandboxChannel

type Rep DeleteApnsSandboxChannel Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsSandboxChannel

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

Defined in Amazonka.Pinpoint.DeleteApnsSandboxChannel

newDeleteApnsSandboxChannel Source #

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

Request Lenses

deleteApnsSandboxChannel_applicationId :: Lens' DeleteApnsSandboxChannel 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 DeleteApnsSandboxChannelResponse Source #

See: newDeleteApnsSandboxChannelResponse smart constructor.

Instances

Instances details
Eq DeleteApnsSandboxChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsSandboxChannel

Read DeleteApnsSandboxChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsSandboxChannel

Show DeleteApnsSandboxChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsSandboxChannel

Generic DeleteApnsSandboxChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsSandboxChannel

Associated Types

type Rep DeleteApnsSandboxChannelResponse :: Type -> Type #

NFData DeleteApnsSandboxChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsSandboxChannel

type Rep DeleteApnsSandboxChannelResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApnsSandboxChannel

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

Response Lenses