ServiceCatalog / Client / associate_service_action_with_provisioning_artifact

associate_service_action_with_provisioning_artifact#

ServiceCatalog.Client.associate_service_action_with_provisioning_artifact(**kwargs)#

Associates a self-service action with a provisioning artifact.

See also: AWS API Documentation

Request Syntax

response = client.associate_service_action_with_provisioning_artifact(
    ProductId='string',
    ProvisioningArtifactId='string',
    ServiceActionId='string',
    AcceptLanguage='string'
)
Parameters:
  • ProductId (string) –

    [REQUIRED]

    The product identifier. For example, prod-abcdzk7xy33qa.

  • ProvisioningArtifactId (string) –

    [REQUIRED]

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

  • ServiceActionId (string) –

    [REQUIRED]

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

  • AcceptLanguage (string) –

    The language code.

    • jp - Japanese

    • zh - Chinese

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • ServiceCatalog.Client.exceptions.ResourceNotFoundException

  • ServiceCatalog.Client.exceptions.DuplicateResourceException

  • ServiceCatalog.Client.exceptions.LimitExceededException

  • ServiceCatalog.Client.exceptions.InvalidParametersException