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

Description

Requests updates to the properties of the specified provisioned product.

Synopsis

Creating a Request

data UpdateProvisionedProductProperties Source #

Constructors

UpdateProvisionedProductProperties' 

Fields

  • acceptLanguage :: Maybe Text

    The language code.

    • en - English (default)
    • jp - Japanese
    • zh - Chinese
  • provisionedProductId :: Text

    The identifier of the provisioned product.

  • provisionedProductProperties :: HashMap PropertyKey Text

    A map that contains the provisioned product properties to be updated.

    The LAUNCH_ROLE key accepts role ARNs. This key allows an administrator to call UpdateProvisionedProductProperties to update the launch role that is associated with a provisioned product. This role is used when an end user calls a provisioning operation such as UpdateProvisionedProduct, TerminateProvisionedProduct, or ExecuteProvisionedProductServiceAction. Only a role ARN is valid. A user ARN is invalid.

    The OWNER key accepts user ARNs and role ARNs. The owner is the user that has permission to see, update, terminate, and execute service actions in the provisioned product.

    The administrator can change the owner of a provisioned product to another IAM user within the same account. Both end user owners and administrators can see ownership history of the provisioned product using the ListRecordHistory API. The new owner can describe all past records for the provisioned product using the DescribeRecord API. The previous owner can no longer use DescribeRecord, but can still see the product's history from when he was an owner using ListRecordHistory.

    If a provisioned product ownership is assigned to an end user, they can see and perform any action through the API or Service Catalog console such as update, terminate, and execute service actions. If an end user provisions a product and the owner is updated to someone else, they will no longer be able to see or perform any actions through API or the Service Catalog console on that provisioned product.

  • idempotencyToken :: Text

    The idempotency token that uniquely identifies the provisioning product update request.

Instances

Instances details
Eq UpdateProvisionedProductProperties Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProductProperties

Read UpdateProvisionedProductProperties Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProductProperties

Show UpdateProvisionedProductProperties Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProductProperties

Generic UpdateProvisionedProductProperties Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProductProperties

Associated Types

type Rep UpdateProvisionedProductProperties :: Type -> Type #

NFData UpdateProvisionedProductProperties Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProductProperties

Hashable UpdateProvisionedProductProperties Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProductProperties

ToJSON UpdateProvisionedProductProperties Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProductProperties

AWSRequest UpdateProvisionedProductProperties Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProductProperties

ToHeaders UpdateProvisionedProductProperties Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProductProperties

ToPath UpdateProvisionedProductProperties Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProductProperties

ToQuery UpdateProvisionedProductProperties Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProductProperties

type Rep UpdateProvisionedProductProperties Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProductProperties

type Rep UpdateProvisionedProductProperties = D1 ('MetaData "UpdateProvisionedProductProperties" "Amazonka.ServiceCatalog.UpdateProvisionedProductProperties" "libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog" 'False) (C1 ('MetaCons "UpdateProvisionedProductProperties'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acceptLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "provisionedProductId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "provisionedProductProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap PropertyKey Text)) :*: S1 ('MetaSel ('Just "idempotencyToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateProvisionedProductProperties Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProductProperties

newUpdateProvisionedProductProperties Source #

Create a value of UpdateProvisionedProductProperties 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:UpdateProvisionedProductProperties', updateProvisionedProductProperties_acceptLanguage - The language code.

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

$sel:provisionedProductId:UpdateProvisionedProductProperties', updateProvisionedProductProperties_provisionedProductId - The identifier of the provisioned product.

$sel:provisionedProductProperties:UpdateProvisionedProductProperties', updateProvisionedProductProperties_provisionedProductProperties - A map that contains the provisioned product properties to be updated.

The LAUNCH_ROLE key accepts role ARNs. This key allows an administrator to call UpdateProvisionedProductProperties to update the launch role that is associated with a provisioned product. This role is used when an end user calls a provisioning operation such as UpdateProvisionedProduct, TerminateProvisionedProduct, or ExecuteProvisionedProductServiceAction. Only a role ARN is valid. A user ARN is invalid.

The OWNER key accepts user ARNs and role ARNs. The owner is the user that has permission to see, update, terminate, and execute service actions in the provisioned product.

The administrator can change the owner of a provisioned product to another IAM user within the same account. Both end user owners and administrators can see ownership history of the provisioned product using the ListRecordHistory API. The new owner can describe all past records for the provisioned product using the DescribeRecord API. The previous owner can no longer use DescribeRecord, but can still see the product's history from when he was an owner using ListRecordHistory.

If a provisioned product ownership is assigned to an end user, they can see and perform any action through the API or Service Catalog console such as update, terminate, and execute service actions. If an end user provisions a product and the owner is updated to someone else, they will no longer be able to see or perform any actions through API or the Service Catalog console on that provisioned product.

$sel:idempotencyToken:UpdateProvisionedProductProperties', updateProvisionedProductProperties_idempotencyToken - The idempotency token that uniquely identifies the provisioning product update request.

Request Lenses

updateProvisionedProductProperties_acceptLanguage :: Lens' UpdateProvisionedProductProperties (Maybe Text) Source #

The language code.

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

updateProvisionedProductProperties_provisionedProductProperties :: Lens' UpdateProvisionedProductProperties (HashMap PropertyKey Text) Source #

A map that contains the provisioned product properties to be updated.

The LAUNCH_ROLE key accepts role ARNs. This key allows an administrator to call UpdateProvisionedProductProperties to update the launch role that is associated with a provisioned product. This role is used when an end user calls a provisioning operation such as UpdateProvisionedProduct, TerminateProvisionedProduct, or ExecuteProvisionedProductServiceAction. Only a role ARN is valid. A user ARN is invalid.

The OWNER key accepts user ARNs and role ARNs. The owner is the user that has permission to see, update, terminate, and execute service actions in the provisioned product.

The administrator can change the owner of a provisioned product to another IAM user within the same account. Both end user owners and administrators can see ownership history of the provisioned product using the ListRecordHistory API. The new owner can describe all past records for the provisioned product using the DescribeRecord API. The previous owner can no longer use DescribeRecord, but can still see the product's history from when he was an owner using ListRecordHistory.

If a provisioned product ownership is assigned to an end user, they can see and perform any action through the API or Service Catalog console such as update, terminate, and execute service actions. If an end user provisions a product and the owner is updated to someone else, they will no longer be able to see or perform any actions through API or the Service Catalog console on that provisioned product.

updateProvisionedProductProperties_idempotencyToken :: Lens' UpdateProvisionedProductProperties Text Source #

The idempotency token that uniquely identifies the provisioning product update request.

Destructuring the Response

data UpdateProvisionedProductPropertiesResponse Source #

Constructors

UpdateProvisionedProductPropertiesResponse' 

Fields

Instances

Instances details
Eq UpdateProvisionedProductPropertiesResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProductProperties

Read UpdateProvisionedProductPropertiesResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProductProperties

Show UpdateProvisionedProductPropertiesResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProductProperties

Generic UpdateProvisionedProductPropertiesResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProductProperties

NFData UpdateProvisionedProductPropertiesResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProductProperties

type Rep UpdateProvisionedProductPropertiesResponse Source # 
Instance details

Defined in Amazonka.ServiceCatalog.UpdateProvisionedProductProperties

type Rep UpdateProvisionedProductPropertiesResponse = D1 ('MetaData "UpdateProvisionedProductPropertiesResponse" "Amazonka.ServiceCatalog.UpdateProvisionedProductProperties" "libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog" 'False) (C1 ('MetaCons "UpdateProvisionedProductPropertiesResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RecordStatus)) :*: S1 ('MetaSel ('Just "provisionedProductProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap PropertyKey Text)))) :*: (S1 ('MetaSel ('Just "recordId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "provisionedProductId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

Response Lenses