get_code_binding_source(**kwargs)¶Get the code binding source URI.
See also: AWS API Documentation
Request Syntax
response = client.get_code_binding_source(
    Language='string',
    RegistryName='string',
    SchemaName='string',
    SchemaVersion='string'
)
[REQUIRED]
The language of the code binding.
[REQUIRED]
The name of the registry.
[REQUIRED]
The name of the schema.
dict
Response Syntax
{
    'Body': StreamingBody()
}
Response Structure
(dict) --
200 response
StreamingBody) --Exceptions
Schemas.Client.exceptions.BadRequestExceptionSchemas.Client.exceptions.UnauthorizedExceptionSchemas.Client.exceptions.InternalServerErrorExceptionSchemas.Client.exceptions.ForbiddenExceptionSchemas.Client.exceptions.NotFoundExceptionSchemas.Client.exceptions.TooManyRequestsException