amazonka-servicecatalog-2.0: Amazon Service Catalog 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.ServiceCatalog.DeleteProvisioningArtifact

Description

Deletes the specified provisioning artifact (also known as a version) for the specified product.

You cannot delete a provisioning artifact associated with a product that was shared with you. You cannot delete the last provisioning artifact for a product, because a product must have at least one provisioning artifact.

Synopsis

Creating a Request

data DeleteProvisioningArtifact Source #

See: newDeleteProvisioningArtifact smart constructor.

Constructors

DeleteProvisioningArtifact' 

Fields

Instances

Instances details
ToJSON DeleteProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

ToHeaders DeleteProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

ToPath DeleteProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

ToQuery DeleteProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

AWSRequest DeleteProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

Generic DeleteProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

Associated Types

type Rep DeleteProvisioningArtifact :: Type -> Type #

Read DeleteProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

Show DeleteProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

NFData DeleteProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

Eq DeleteProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

Hashable DeleteProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

type AWSResponse DeleteProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

type Rep DeleteProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

type Rep DeleteProvisioningArtifact = D1 ('MetaData "DeleteProvisioningArtifact" "Amazonka.ServiceCatalog.DeleteProvisioningArtifact" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DeleteProvisioningArtifact'" 'PrefixI 'True) (S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "productId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "provisioningArtifactId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDeleteProvisioningArtifact Source #

Create a value of DeleteProvisioningArtifact 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:acceptLanguage:DeleteProvisioningArtifact', deleteProvisioningArtifact_acceptLanguage - The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

DeleteProvisioningArtifact, deleteProvisioningArtifact_productId - The product identifier.

DeleteProvisioningArtifact, deleteProvisioningArtifact_provisioningArtifactId - The identifier of the provisioning artifact.

Request Lenses

deleteProvisioningArtifact_acceptLanguage :: Lens' DeleteProvisioningArtifact (Maybe Text) Source #

The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese

Destructuring the Response

data DeleteProvisioningArtifactResponse Source #

Constructors

DeleteProvisioningArtifactResponse' 

Fields

Instances

Instances details
Generic DeleteProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

Associated Types

type Rep DeleteProvisioningArtifactResponse :: Type -> Type #

Read DeleteProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

Show DeleteProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

NFData DeleteProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

Eq DeleteProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

type Rep DeleteProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

type Rep DeleteProvisioningArtifactResponse = D1 ('MetaData "DeleteProvisioningArtifactResponse" "Amazonka.ServiceCatalog.DeleteProvisioningArtifact" "amazonka-servicecatalog-2.0-HQc7wwDA1XY4nlo6issXoI" 'False) (C1 ('MetaCons "DeleteProvisioningArtifactResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteProvisioningArtifactResponse Source #

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

Response Lenses