:doc:`ServiceCatalog <../../servicecatalog>` / Client / list_service_actions

********************
list_service_actions
********************



.. py:method:: ServiceCatalog.Client.list_service_actions(**kwargs)

  

  Lists all self-service actions.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListServiceActions>`_  


  **Request Syntax**
  ::

    response = client.list_service_actions(
        AcceptLanguage='string',
        PageSize=123,
        PageToken='string'
    )
    
  :type AcceptLanguage: string
  :param AcceptLanguage: 

    The language code.

     

    
    * ``jp`` - Japanese
     
    * ``zh`` - Chinese
    

    

  
  :type PageSize: integer
  :param PageSize: 

    The maximum number of items to return with this call.

    

  
  :type PageToken: string
  :param PageToken: 

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

    

  
  
  :rtype: 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**
  
  *   :py:class:`ServiceCatalog.Client.exceptions.InvalidParametersException`

  