libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry
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.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
Eq DeleteApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

Read DeleteApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

Show DeleteApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

Generic DeleteApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

Associated Types

type Rep DeleteApplication :: Type -> Type #

NFData DeleteApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

Methods

rnf :: DeleteApplication -> () #

Hashable DeleteApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

AWSRequest DeleteApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

Associated Types

type AWSResponse DeleteApplication #

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

type Rep DeleteApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

type Rep DeleteApplication = D1 ('MetaData "DeleteApplication" "Amazonka.ServiceCatalogAppRegistry.DeleteApplication" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" 'False) (C1 ('MetaCons "DeleteApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteApplication Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

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:

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

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

Read DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

Show DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

Generic DeleteApplicationResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.DeleteApplication

Associated Types

type Rep DeleteApplicationResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" '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:

$sel:application:DeleteApplication', deleteApplicationResponse_application - Information about the deleted application.

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

Response Lenses