amazonka-servicecatalog-appregistry-2.0: Amazon Service Catalog App Registry 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.ServiceCatalogAppRegistry.DeleteApplication

Description

Deletes an application that is specified either by its application ID or name. All associated attribute groups and resources must be disassociated from it before deleting an 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.ServiceCatalogAppRegistry.DeleteApplication

ToPath DeleteApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

ToQuery DeleteApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

AWSRequest DeleteApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

Associated Types

type AWSResponse DeleteApplication #

Generic DeleteApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

Associated Types

type Rep DeleteApplication :: Type -> Type #

Read DeleteApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

Show DeleteApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

NFData DeleteApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

Methods

rnf :: DeleteApplication -> () #

Eq DeleteApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

Hashable DeleteApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

type AWSResponse DeleteApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

type Rep DeleteApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

type Rep DeleteApplication = D1 ('MetaData "DeleteApplication" "Amazonka.ServiceCatalogAppRegistry.DeleteApplication" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "DeleteApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "application") '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_application - The name or ID of the application.

Request Lenses

deleteApplication_application :: Lens' DeleteApplication Text Source #

The name or ID of the application.

Destructuring the Response

data DeleteApplicationResponse Source #

See: newDeleteApplicationResponse smart constructor.

Constructors

DeleteApplicationResponse' 

Fields

Instances

Instances details
Generic DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

Associated Types

type Rep DeleteApplicationResponse :: Type -> Type #

Read DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

Show DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

NFData DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

Eq DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

type Rep DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

type Rep DeleteApplicationResponse = D1 ('MetaData "DeleteApplicationResponse" "Amazonka.ServiceCatalogAppRegistry.DeleteApplication" "amazonka-servicecatalog-appregistry-2.0-KYx3j6twc2kJRq31A1B5os" 'False) (C1 ('MetaCons "DeleteApplicationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ApplicationSummary)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteApplicationResponse Source #

Create a value of DeleteApplicationResponse 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, deleteApplicationResponse_application - Information about the deleted application.

$sel:httpStatus:DeleteApplicationResponse', deleteApplicationResponse_httpStatus - The response's http status code.

Response Lenses