Schemas / Client / get_code_binding_source

get_code_binding_source#

Schemas.Client.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'
)
Parameters:
  • Language (string) –

    [REQUIRED]

    The language of the code binding.

  • 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.

Return type:

dict

Returns:

Response Syntax

{
    'Body': StreamingBody()
}

Response Structure

  • (dict) –

    200 response

    • Body (StreamingBody) –

Exceptions

  • Schemas.Client.exceptions.BadRequestException

  • Schemas.Client.exceptions.UnauthorizedException

  • Schemas.Client.exceptions.InternalServerErrorException

  • Schemas.Client.exceptions.ForbiddenException

  • Schemas.Client.exceptions.NotFoundException

  • Schemas.Client.exceptions.TooManyRequestsException