export_schema
(**kwargs)¶See also: AWS API Documentation
Request Syntax
response = client.export_schema(
RegistryName='string',
SchemaName='string',
SchemaVersion='string',
Type='string'
)
[REQUIRED]
The name of the registry.
[REQUIRED]
The name of the schema.
dict
Response Syntax
{
'Content': 'string',
'SchemaArn': 'string',
'SchemaName': 'string',
'SchemaVersion': 'string',
'Type': 'string'
}
Response Structure
(dict) --
200 response
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