Disassociates the specified self-service action association from the specified provisioning artifact.
servicecatalog_disassociate_service_action_from_provisioning_artifact(
ProductId, ProvisioningArtifactId, ServiceActionId, AcceptLanguage)
An empty list.
[required] The product identifier. For example, prod-abcdzk7xy33qa
.
[required] The identifier of the provisioning artifact. For example,
pa-4abcdjnxjj6ne
.
[required] The self-service action identifier. For example, act-fs7abcd89wxyz
.
The language code.
en
- English (default)
jp
- Japanese
zh
- Chinese
svc$disassociate_service_action_from_provisioning_artifact(
ProductId = "string",
ProvisioningArtifactId = "string",
ServiceActionId = "string",
AcceptLanguage = "string"
)