aws_sdk_migrationhub/
operation.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `AssociateCreatedArtifact` operation.
5pub mod associate_created_artifact;
6
7/// Types for the `AssociateDiscoveredResource` operation.
8pub mod associate_discovered_resource;
9
10/// Types for the `AssociateSourceResource` operation.
11pub mod associate_source_resource;
12
13/// Types for the `CreateProgressUpdateStream` operation.
14pub mod create_progress_update_stream;
15
16/// Types for the `DeleteProgressUpdateStream` operation.
17pub mod delete_progress_update_stream;
18
19/// Types for the `DescribeApplicationState` operation.
20pub mod describe_application_state;
21
22/// Types for the `DescribeMigrationTask` operation.
23pub mod describe_migration_task;
24
25/// Types for the `DisassociateCreatedArtifact` operation.
26pub mod disassociate_created_artifact;
27
28/// Types for the `DisassociateDiscoveredResource` operation.
29pub mod disassociate_discovered_resource;
30
31/// Types for the `DisassociateSourceResource` operation.
32pub mod disassociate_source_resource;
33
34/// Types for the `ImportMigrationTask` operation.
35pub mod import_migration_task;
36
37/// Types for the `ListApplicationStates` operation.
38pub mod list_application_states;
39
40/// Types for the `ListCreatedArtifacts` operation.
41pub mod list_created_artifacts;
42
43/// Types for the `ListDiscoveredResources` operation.
44pub mod list_discovered_resources;
45
46/// Types for the `ListMigrationTaskUpdates` operation.
47pub mod list_migration_task_updates;
48
49/// Types for the `ListMigrationTasks` operation.
50pub mod list_migration_tasks;
51
52/// Types for the `ListProgressUpdateStreams` operation.
53pub mod list_progress_update_streams;
54
55/// Types for the `ListSourceResources` operation.
56pub mod list_source_resources;
57
58/// Types for the `NotifyApplicationState` operation.
59pub mod notify_application_state;
60
61/// Types for the `NotifyMigrationTaskState` operation.
62pub mod notify_migration_task_state;
63
64/// Types for the `PutResourceAttributes` operation.
65pub mod put_resource_attributes;