aws_sdk_m2/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 `CancelBatchJobExecution` operation.
5pub mod cancel_batch_job_execution;
6
7/// Types for the `CreateApplication` operation.
8pub mod create_application;
9
10/// Types for the `CreateDataSetExportTask` operation.
11pub mod create_data_set_export_task;
12
13/// Types for the `CreateDataSetImportTask` operation.
14pub mod create_data_set_import_task;
15
16/// Types for the `CreateDeployment` operation.
17pub mod create_deployment;
18
19/// Types for the `CreateEnvironment` operation.
20pub mod create_environment;
21
22/// Types for the `DeleteApplication` operation.
23pub mod delete_application;
24
25/// Types for the `DeleteApplicationFromEnvironment` operation.
26pub mod delete_application_from_environment;
27
28/// Types for the `DeleteEnvironment` operation.
29pub mod delete_environment;
30
31/// Types for the `GetApplication` operation.
32pub mod get_application;
33
34/// Types for the `GetApplicationVersion` operation.
35pub mod get_application_version;
36
37/// Types for the `GetBatchJobExecution` operation.
38pub mod get_batch_job_execution;
39
40/// Types for the `GetDataSetDetails` operation.
41pub mod get_data_set_details;
42
43/// Types for the `GetDataSetExportTask` operation.
44pub mod get_data_set_export_task;
45
46/// Types for the `GetDataSetImportTask` operation.
47pub mod get_data_set_import_task;
48
49/// Types for the `GetDeployment` operation.
50pub mod get_deployment;
51
52/// Types for the `GetEnvironment` operation.
53pub mod get_environment;
54
55/// Types for the `GetSignedBluinsightsUrl` operation.
56pub mod get_signed_bluinsights_url;
57
58/// Types for the `ListApplicationVersions` operation.
59pub mod list_application_versions;
60
61/// Types for the `ListApplications` operation.
62pub mod list_applications;
63
64/// Types for the `ListBatchJobDefinitions` operation.
65pub mod list_batch_job_definitions;
66
67/// Types for the `ListBatchJobExecutions` operation.
68pub mod list_batch_job_executions;
69
70/// Types for the `ListBatchJobRestartPoints` operation.
71pub mod list_batch_job_restart_points;
72
73/// Types for the `ListDataSetExportHistory` operation.
74pub mod list_data_set_export_history;
75
76/// Types for the `ListDataSetImportHistory` operation.
77pub mod list_data_set_import_history;
78
79/// Types for the `ListDataSets` operation.
80pub mod list_data_sets;
81
82/// Types for the `ListDeployments` operation.
83pub mod list_deployments;
84
85/// Types for the `ListEngineVersions` operation.
86pub mod list_engine_versions;
87
88/// Types for the `ListEnvironments` operation.
89pub mod list_environments;
90
91/// Types for the `ListTagsForResource` operation.
92pub mod list_tags_for_resource;
93
94/// Types for the `StartApplication` operation.
95pub mod start_application;
96
97/// Types for the `StartBatchJob` operation.
98pub mod start_batch_job;
99
100/// Types for the `StopApplication` operation.
101pub mod stop_application;
102
103/// Types for the `TagResource` operation.
104pub mod tag_resource;
105
106/// Types for the `UntagResource` operation.
107pub mod untag_resource;
108
109/// Types for the `UpdateApplication` operation.
110pub mod update_application;
111
112/// Types for the `UpdateEnvironment` operation.
113pub mod update_environment;