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.UpdateProduct

Description

Updates the specified product.

Synopsis

Creating a Request

data UpdateProduct Source #

See: newUpdateProduct smart constructor.

Constructors

UpdateProduct' 

Fields

Instances

Instances details
Eq UpdateProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProduct

Read UpdateProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProduct

Show UpdateProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProduct

Generic UpdateProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProduct

Associated Types

type Rep UpdateProduct :: Type -> Type #

NFData UpdateProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProduct

Methods

rnf :: UpdateProduct -> () #

Hashable UpdateProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProduct

ToJSON UpdateProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProduct

AWSRequest UpdateProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProduct

Associated Types

type AWSResponse UpdateProduct #

ToHeaders UpdateProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProduct

ToPath UpdateProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProduct

ToQuery UpdateProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProduct

type Rep UpdateProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProduct

type AWSResponse UpdateProduct Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProduct

newUpdateProduct Source #

Create a value of UpdateProduct 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:removeTags:UpdateProduct', updateProduct_removeTags - The tags to remove from the product.

$sel:owner:UpdateProduct', updateProduct_owner - The updated owner of the product.

$sel:supportUrl:UpdateProduct', updateProduct_supportUrl - The updated support URL for the product.

$sel:distributor:UpdateProduct', updateProduct_distributor - The updated distributor of the product.

$sel:name:UpdateProduct', updateProduct_name - The updated product name.

$sel:acceptLanguage:UpdateProduct', updateProduct_acceptLanguage - The language code.

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

$sel:addTags:UpdateProduct', updateProduct_addTags - The tags to add to the product.

$sel:supportEmail:UpdateProduct', updateProduct_supportEmail - The updated support email for the product.

$sel:description:UpdateProduct', updateProduct_description - The updated description of the product.

$sel:supportDescription:UpdateProduct', updateProduct_supportDescription - The updated support description for the product.

$sel:id:UpdateProduct', updateProduct_id - The product identifier.

Request Lenses

updateProduct_removeTags :: Lens' UpdateProduct (Maybe [Text]) Source #

The tags to remove from the product.

updateProduct_owner :: Lens' UpdateProduct (Maybe Text) Source #

The updated owner of the product.

updateProduct_supportUrl :: Lens' UpdateProduct (Maybe Text) Source #

The updated support URL for the product.

updateProduct_distributor :: Lens' UpdateProduct (Maybe Text) Source #

The updated distributor of the product.

updateProduct_name :: Lens' UpdateProduct (Maybe Text) Source #

The updated product name.

updateProduct_acceptLanguage :: Lens' UpdateProduct (Maybe Text) Source #

The language code.

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

updateProduct_addTags :: Lens' UpdateProduct (Maybe [Tag]) Source #

The tags to add to the product.

updateProduct_supportEmail :: Lens' UpdateProduct (Maybe Text) Source #

The updated support email for the product.

updateProduct_description :: Lens' UpdateProduct (Maybe Text) Source #

The updated description of the product.

updateProduct_supportDescription :: Lens' UpdateProduct (Maybe Text) Source #

The updated support description for the product.

updateProduct_id :: Lens' UpdateProduct Text Source #

The product identifier.

Destructuring the Response

data UpdateProductResponse Source #

See: newUpdateProductResponse smart constructor.

Constructors

UpdateProductResponse' 

Fields

Instances

Instances details
Eq UpdateProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProduct

Read UpdateProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProduct

Show UpdateProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProduct

Generic UpdateProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProduct

Associated Types

type Rep UpdateProductResponse :: Type -> Type #

NFData UpdateProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProduct

Methods

rnf :: UpdateProductResponse -> () #

type Rep UpdateProductResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProduct

type Rep UpdateProductResponse = D1 ('MetaData "UpdateProductResponse" "Amazonka.ServiceCatalog.UpdateProduct" "libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog" 'False) (C1 ('MetaCons "UpdateProductResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "productViewDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProductViewDetail)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newUpdateProductResponse Source #

Create a value of UpdateProductResponse 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:productViewDetail:UpdateProductResponse', updateProductResponse_productViewDetail - Information about the product view.

$sel:tags:UpdateProductResponse', updateProductResponse_tags - Information about the tags associated with the product.

$sel:httpStatus:UpdateProductResponse', updateProductResponse_httpStatus - The response's http status code.

Response Lenses

updateProductResponse_tags :: Lens' UpdateProductResponse (Maybe [Tag]) Source #

Information about the tags associated with the product.