ServiceCatalog / Client / describe_service_action_execution_parameters

describe_service_action_execution_parameters#

ServiceCatalog.Client.describe_service_action_execution_parameters(**kwargs)#

Finds the default parameters for a specific self-service action on a specific provisioned product and returns a map of the results to the user.

See also: AWS API Documentation

Request Syntax

response = client.describe_service_action_execution_parameters(
    ProvisionedProductId='string',
    ServiceActionId='string',
    AcceptLanguage='string'
)
Parameters:
  • ProvisionedProductId (string) –

    [REQUIRED]

    The identifier of the provisioned product.

  • ServiceActionId (string) –

    [REQUIRED]

    The self-service action identifier.

  • AcceptLanguage (string) –

    The language code.

    • jp - Japanese

    • zh - Chinese

Return type:

dict

Returns:

Response Syntax

{
    'ServiceActionParameters': [
        {
            'Name': 'string',
            'Type': 'string',
            'DefaultValues': [
                'string',
            ]
        },
    ]
}

Response Structure

  • (dict) –

    • ServiceActionParameters (list) –

      The parameters of the self-service action.

      • (dict) –

        Details of an execution parameter value that is passed to a self-service action when executed on a provisioned product.

        • Name (string) –

          The name of the execution parameter.

        • Type (string) –

          The execution parameter type.

        • DefaultValues (list) –

          The default values for the execution parameter.

          • (string) –

Exceptions

  • ServiceCatalog.Client.exceptions.InvalidParametersException

  • ServiceCatalog.Client.exceptions.ResourceNotFoundException