:doc:`Schemas <../../schemas>` / Client / export_schema

*************
export_schema
*************



.. py:method:: Schemas.Client.export_schema(**kwargs)

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/schemas-2019-12-02/ExportSchema>`_  


  **Request Syntax**
  ::

    response = client.export_schema(
        RegistryName='string',
        SchemaName='string',
        SchemaVersion='string',
        Type='string'
    )
    
  :type RegistryName: string
  :param RegistryName: **[REQUIRED]** 

    The name of the registry.

    

  
  :type SchemaName: string
  :param SchemaName: **[REQUIRED]** 

    The name of the schema.

    

  
  :type SchemaVersion: string
  :param SchemaVersion: 

    Specifying this limits the results to only this schema version.

    

  
  :type Type: string
  :param Type: **[REQUIRED]** 

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'Content': 'string',
          'SchemaArn': 'string',
          'SchemaName': 'string',
          'SchemaVersion': 'string',
          'Type': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 

      200 response

      
      

      - **Content** *(string) --* 
      

      - **SchemaArn** *(string) --* 
      

      - **SchemaName** *(string) --* 
      

      - **SchemaVersion** *(string) --* 
      

      - **Type** *(string) --* 
  
  **Exceptions**
  
  *   :py:class:`Schemas.Client.exceptions.BadRequestException`

  
  *   :py:class:`Schemas.Client.exceptions.UnauthorizedException`

  
  *   :py:class:`Schemas.Client.exceptions.InternalServerErrorException`

  
  *   :py:class:`Schemas.Client.exceptions.ForbiddenException`

  
  *   :py:class:`Schemas.Client.exceptions.NotFoundException`

  
  *   :py:class:`Schemas.Client.exceptions.ServiceUnavailableException`

  
  *   :py:class:`Schemas.Client.exceptions.TooManyRequestsException`

  