Schemas / Client / export_schema

export_schema#

Schemas.Client.export_schema(**kwargs)#

See also: AWS API Documentation

Request Syntax

response = client.export_schema(
    RegistryName='string',
    SchemaName='string',
    SchemaVersion='string',
    Type='string'
)
Parameters:
  • RegistryName (string) –

    [REQUIRED]

    The name of the registry.

  • SchemaName (string) –

    [REQUIRED]

    The name of the schema.

  • SchemaVersion (string) – Specifying this limits the results to only this schema version.

  • Type (string) – [REQUIRED]

Return type:

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

  • Schemas.Client.exceptions.BadRequestException

  • Schemas.Client.exceptions.UnauthorizedException

  • Schemas.Client.exceptions.InternalServerErrorException

  • Schemas.Client.exceptions.ForbiddenException

  • Schemas.Client.exceptions.NotFoundException

  • Schemas.Client.exceptions.ServiceUnavailableException

  • Schemas.Client.exceptions.TooManyRequestsException