Search code examples
boto3

How do I get a waiter for a snapshot import task with boto?


boto3 waiters come from resources. When I import a snapshot, an 'import-' id comes back. That's not one of the stock resource types, so how can I wait on it?


Solution

  • As of at least boto3 1.24.7 there is no waiter for importing a snaphot. There is an issue tracking the enhancement request to add such a feature to the SDK.