NAME

build-boto-services - creates the service.api file containing Botocore metadata

USAGE

build-boto-services options command

Commands

build-services    creates the services.api binary (default if no command provide)
list-services     outputs a JSON object describe Botocore services

Options

--help, -h
--boto-path, -p 
--output, -o     Fully qualified output path (default: ./service.api)
--limit, -l      Number of services to process (default: all) 

Notes

This script is primarily used to produce a binary version of the Botocore service metadata. It is used by Amazon::API to determine the content type of the various Botocore services.

You must have the Botocore project checkout out in some directory.

build-boto-services -p path/to/botocore-repo -o services.api