paws.management (version 0.1.0)

servicecatalog_disassociate_service_action_from_provisioning_artifact: Disassociates the specified self-service action association from the specified provisioning artifact

Description

Disassociates the specified self-service action association from the specified provisioning artifact.

Usage

servicecatalog_disassociate_service_action_from_provisioning_artifact(
  ProductId, ProvisioningArtifactId, ServiceActionId, AcceptLanguage)

Arguments

ProductId

[required] The product identifier. For example, prod-abcdzk7xy33qa.

ProvisioningArtifactId

[required] The identifier of the provisioning artifact. For example, pa-4abcdjnxjj6ne.

ServiceActionId

[required] The self-service action identifier. For example, act-fs7abcd89wxyz.

AcceptLanguage

The language code.

  • en - English (default)

  • jp - Japanese

  • zh - Chinese

Request syntax

svc$disassociate_service_action_from_provisioning_artifact(
  ProductId = "string",
  ProvisioningArtifactId = "string",
  ServiceActionId = "string",
  AcceptLanguage = "string"
)