list_service_actions

ServiceCatalog.Client.list_service_actions(**kwargs)

Lists all self-service actions.

See also: AWS API Documentation

Request Syntax

response = client.list_service_actions(
    AcceptLanguage='string',
    PageSize=123,
    PageToken='string'
)
Parameters
  • AcceptLanguage (string) --

    The language code.

    • en - English (default)
    • jp - Japanese
    • zh - Chinese
  • PageSize (integer) -- The maximum number of items to return with this call.
  • PageToken (string) -- The page token for the next set of results. To retrieve the first set of results, use null.
Return type

dict

Returns

Response Syntax

{
    'ServiceActionSummaries': [
        {
            'Id': 'string',
            'Name': 'string',
            'Description': 'string',
            'DefinitionType': 'SSM_AUTOMATION'
        },
    ],
    'NextPageToken': 'string'
}

Response Structure

  • (dict) --

    • ServiceActionSummaries (list) --

      An object containing information about the service actions associated with the provisioning artifact.

      • (dict) --

        Detailed information about the self-service action.

        • Id (string) --

          The self-service action identifier.

        • Name (string) --

          The self-service action name.

        • Description (string) --

          The self-service action description.

        • DefinitionType (string) --

          The self-service action definition type. For example, SSM_AUTOMATION .

    • NextPageToken (string) --

      The page token to use to retrieve the next set of results. If there are no additional results, this value is null.

Exceptions

  • ServiceCatalog.Client.exceptions.InvalidParametersException