Home
last modified time | relevance | path

Searched refs:describe_stacks (Results 1 – 7 of 7) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/cloudformation/
Dtest_connection.py134 stacks = self.connection.describe_stacks(self.stack_name)
154 stacks = self.connection.describe_stacks(self.stack_name)
Dtest_cert_verification.py39 conn.describe_stacks()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/opsworks/
Dtest_layer1.py36 response = self.api.describe_stacks()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudformation/
Dconnection.py669 def describe_stacks(self, stack_name_or_id=None, next_token=None): member in CloudFormationConnection
Dstack.py100 rs = self.connection.describe_stacks(self.stack_id)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudformation/
Dtest_connection.py436 stacks = self.service_connection.describe_stacks('MyStack')
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/opsworks/
Dlayer1.py1822 def describe_stacks(self, stack_ids=None): member in OpsWorksConnection