paws.management (version 0.1.0)

servicecatalog_list_provisioning_artifacts_for_service_action: Lists all provisioning artifacts (also known as versions) for the specified self-service action

Description

Lists all provisioning artifacts (also known as versions) for the specified self-service action.

Usage

servicecatalog_list_provisioning_artifacts_for_service_action(
  ServiceActionId, PageSize, PageToken, AcceptLanguage)

Arguments

ServiceActionId

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

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_provisioning_artifacts_for_service_action(
  ServiceActionId = "string",
  PageSize = 123,
  PageToken = "string",
  AcceptLanguage = "string"
)