paws.management (version 0.1.0)

servicecatalog_batch_disassociate_service_action_from_provisioning_artifact: Disassociates a batch of self-service actions from the specified provisioning artifact

Description

Disassociates a batch of self-service actions from the specified provisioning artifact.

Usage

servicecatalog_batch_disassociate_service_action_from_provisioning_artifact(
  ServiceActionAssociations, AcceptLanguage)

Arguments

ServiceActionAssociations

[required] One or more associations, each consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.

AcceptLanguage

The language code.

  • en - English (default)

  • jp - Japanese

  • zh - Chinese

Request syntax

svc$batch_disassociate_service_action_from_provisioning_artifact(
  ServiceActionAssociations = list(
    list(
      ServiceActionId = "string",
      ProductId = "string",
      ProvisioningArtifactId = "string"
    )
  ),
  AcceptLanguage = "string"
)