Home
last modified time | relevance | path

Searched refs:describe_stack_events (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/cloudformation/
Dtest_connection.py126 events = self.connection.describe_stack_events(self.stack_name)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudformation/
Dconnection.py555 def describe_stack_events(self, stack_name_or_id=None, next_token=None): member in CloudFormationConnection
Dstack.py74 return self.connection.describe_stack_events(
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudformation/
Dtest_connection.py294 …first, second = self.service_connection.describe_stack_events('stack_name', next_token='next_token…