HomeSort by relevance Sort by last modified time
    Searched defs:layer1 (Results 1 - 6 of 6) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/beanstalk/
__init__.py 33 import boto.beanstalk.layer1 namespace
36 connection_cls=boto.beanstalk.layer1.Layer1
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch/
__init__.py 34 import boto.cloudsearch.layer1 namespace
37 connection_cls=boto.cloudsearch.layer1.Layer1
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch2/
__init__.py 31 import boto.cloudsearch2.layer1 namespace
34 connection_cls=boto.cloudsearch2.layer1.CloudSearchConnection
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/swf/
__init__.py 27 import boto.swf.layer1 namespace
39 return get_regions('swf', connection_cls=boto.swf.layer1.Layer1)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/elasticache/
test_layer1.py 25 from boto.elasticache import layer1 namespace
31 self.elasticache = layer1.ElastiCacheConnection()
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/datapipeline/
test_layer1.py 26 from boto.datapipeline import layer1 namespace
33 self.connection = layer1.DataPipelineConnection()

Completed in 350 milliseconds