list_imports¶
Operation¶
list_imports
async
¶
list_imports(input: ListImportsInput, plugins: list[Plugin] | None = None) -> ListImportsOutput
Returns information on all imports, or a select set of imports by
ImportStatus or Destination.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
ListImportsInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
ListImportsOutput
|
An instance of |
Input¶
ListImportsInput
dataclass
¶
Dataclass for ListImportsInput structure.
Attributes¶
destination
class-attribute
instance-attribute
¶
destination: str | None = None
The ARN of the destination event data store.
import_status
class-attribute
instance-attribute
¶
import_status: ImportStatus | None = None
The status of the import.
Output¶
ListImportsOutput
dataclass
¶
Dataclass for ListImportsOutput structure.