paws.management (version 0.1.0)

servicecatalog_list_service_actions_for_provisioning_artifact: Returns a paginated list of self-service actions associated with the specified Product ID and Provisioning Artifact ID

Description

Returns a paginated list of self-service actions associated with the specified Product ID and Provisioning Artifact ID.

Usage

servicecatalog_list_service_actions_for_provisioning_artifact(ProductId,
  ProvisioningArtifactId, PageSize, PageToken, AcceptLanguage)

Arguments

ProductId

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

ProvisioningArtifactId

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

PageSize

The maximum number of items to return with this call.

PageToken

The page token for the next set of results. To retrieve the first set of results, use null.

AcceptLanguage

The language code.

  • en - English (default)

  • jp - Japanese

  • zh - Chinese

Request syntax

svc$list_service_actions_for_provisioning_artifact(
  ProductId = "string",
  ProvisioningArtifactId = "string",
  PageSize = 123,
  PageToken = "string",
  AcceptLanguage = "string"
)