libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog
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.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
Eq DeleteProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

Read DeleteProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

Show 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 #

NFData DeleteProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

Hashable DeleteProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

ToJSON DeleteProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

AWSRequest 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

type Rep DeleteProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

type Rep DeleteProvisioningArtifact = D1 ('MetaData "DeleteProvisioningArtifact" "Amazonka.ServiceCatalog.DeleteProvisioningArtifact" "libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog" '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))))
type AWSResponse DeleteProvisioningArtifact Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

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

$sel:productId:DeleteProvisioningArtifact', deleteProvisioningArtifact_productId - The product identifier.

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

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

Read DeleteProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

Show DeleteProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

Generic DeleteProvisioningArtifactResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.DeleteProvisioningArtifact

Associated Types

type Rep DeleteProvisioningArtifactResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog" '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