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

Description

Deletes an application.

Synopsis

Creating a Request

data DeleteApp Source #

See: newDeleteApp smart constructor.

Constructors

DeleteApp' 

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

Defined in Amazonka.Pinpoint.DeleteApp

Read DeleteApp Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApp

Show DeleteApp Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApp

Generic DeleteApp Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApp

Associated Types

type Rep DeleteApp :: Type -> Type #

NFData DeleteApp Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApp

Methods

rnf :: DeleteApp -> () #

Hashable DeleteApp Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApp

AWSRequest DeleteApp Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApp

Associated Types

type AWSResponse DeleteApp #

ToHeaders DeleteApp Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApp

Methods

toHeaders :: DeleteApp -> [Header] #

ToPath DeleteApp Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApp

ToQuery DeleteApp Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApp

type Rep DeleteApp Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApp

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

Defined in Amazonka.Pinpoint.DeleteApp

newDeleteApp Source #

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

Request Lenses

deleteApp_applicationId :: Lens' DeleteApp 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 DeleteAppResponse Source #

See: newDeleteAppResponse smart constructor.

Constructors

DeleteAppResponse' 

Fields

Instances

Instances details
Eq DeleteAppResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApp

Read DeleteAppResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApp

Show DeleteAppResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApp

Generic DeleteAppResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApp

Associated Types

type Rep DeleteAppResponse :: Type -> Type #

NFData DeleteAppResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApp

Methods

rnf :: DeleteAppResponse -> () #

type Rep DeleteAppResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteApp

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

newDeleteAppResponse Source #

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

$sel:applicationResponse:DeleteAppResponse', deleteAppResponse_applicationResponse - Undocumented member.

Response Lenses

deleteAppResponse_httpStatus :: Lens' DeleteAppResponse Int Source #

The response's http status code.