Home
last modified time | relevance | path

Searched refs:create_topic (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/sns/
Dtest_sns_sqs_subscription.py60 topic = self.snsc.create_topic(topic_name)
86 topic = self.snsc.create_topic(topic_name)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/elastictranscoder/
Dtest_layer1.py94 response = self.sns.create_topic('pipeline-errors')
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sns/
Dconnection.py194 def create_topic(self, topic): member in SNSConnection