amazonka-serverlessrepo-2.0: Amazon ServerlessApplicationRepository 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.ServerlessApplicationRepository.DeleteApplication

Description

Deletes the specified application.

Synopsis

Creating a Request

data DeleteApplication Source #

See: newDeleteApplication smart constructor.

Constructors

DeleteApplication' 

Fields

Instances

Instances details
ToHeaders DeleteApplication Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.DeleteApplication

ToPath DeleteApplication Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.DeleteApplication

ToQuery DeleteApplication Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.DeleteApplication

AWSRequest DeleteApplication Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.DeleteApplication

Associated Types

type AWSResponse DeleteApplication #

Generic DeleteApplication Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.DeleteApplication

Associated Types

type Rep DeleteApplication :: Type -> Type #

Read DeleteApplication Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.DeleteApplication

Show DeleteApplication Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.DeleteApplication

NFData DeleteApplication Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.DeleteApplication

Methods

rnf :: DeleteApplication -> () #

Eq DeleteApplication Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.DeleteApplication

Hashable DeleteApplication Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.DeleteApplication

type AWSResponse DeleteApplication Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.DeleteApplication

type Rep DeleteApplication Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.DeleteApplication

type Rep DeleteApplication = D1 ('MetaData "DeleteApplication" "Amazonka.ServerlessApplicationRepository.DeleteApplication" "amazonka-serverlessrepo-2.0-DJX7EnU3zce9dFmCiMzat7" 'False) (C1 ('MetaCons "DeleteApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteApplication Source #

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

DeleteApplication, deleteApplication_applicationId - The Amazon Resource Name (ARN) of the application.

Request Lenses

deleteApplication_applicationId :: Lens' DeleteApplication Text Source #

The Amazon Resource Name (ARN) of the application.

Destructuring the Response

data DeleteApplicationResponse Source #

See: newDeleteApplicationResponse smart constructor.

Instances

Instances details
Generic DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.DeleteApplication

Associated Types

type Rep DeleteApplicationResponse :: Type -> Type #

Read DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.DeleteApplication

Show DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.DeleteApplication

NFData DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.DeleteApplication

Eq DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.DeleteApplication

type Rep DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.ServerlessApplicationRepository.DeleteApplication

type Rep DeleteApplicationResponse = D1 ('MetaData "DeleteApplicationResponse" "Amazonka.ServerlessApplicationRepository.DeleteApplication" "amazonka-serverlessrepo-2.0-DJX7EnU3zce9dFmCiMzat7" 'False) (C1 ('MetaCons "DeleteApplicationResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteApplicationResponse :: DeleteApplicationResponse Source #

Create a value of DeleteApplicationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.