aws_sdk_batch/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 `CancelJob` operation.
5pub mod cancel_job;
6
7/// Types for the `CreateComputeEnvironment` operation.
8pub mod create_compute_environment;
9
10/// Types for the `CreateConsumableResource` operation.
11pub mod create_consumable_resource;
12
13/// Types for the `CreateJobQueue` operation.
14pub mod create_job_queue;
15
16/// Types for the `CreateSchedulingPolicy` operation.
17pub mod create_scheduling_policy;
18
19/// Types for the `CreateServiceEnvironment` operation.
20pub mod create_service_environment;
21
22/// Types for the `DeleteComputeEnvironment` operation.
23pub mod delete_compute_environment;
24
25/// Types for the `DeleteConsumableResource` operation.
26pub mod delete_consumable_resource;
27
28/// Types for the `DeleteJobQueue` operation.
29pub mod delete_job_queue;
30
31/// Types for the `DeleteSchedulingPolicy` operation.
32pub mod delete_scheduling_policy;
33
34/// Types for the `DeleteServiceEnvironment` operation.
35pub mod delete_service_environment;
36
37/// Types for the `DeregisterJobDefinition` operation.
38pub mod deregister_job_definition;
39
40/// Types for the `DescribeComputeEnvironments` operation.
41pub mod describe_compute_environments;
42
43/// Types for the `DescribeConsumableResource` operation.
44pub mod describe_consumable_resource;
45
46/// Types for the `DescribeJobDefinitions` operation.
47pub mod describe_job_definitions;
48
49/// Types for the `DescribeJobQueues` operation.
50pub mod describe_job_queues;
51
52/// Types for the `DescribeJobs` operation.
53pub mod describe_jobs;
54
55/// Types for the `DescribeSchedulingPolicies` operation.
56pub mod describe_scheduling_policies;
57
58/// Types for the `DescribeServiceEnvironments` operation.
59pub mod describe_service_environments;
60
61/// Types for the `DescribeServiceJob` operation.
62pub mod describe_service_job;
63
64/// Types for the `GetJobQueueSnapshot` operation.
65pub mod get_job_queue_snapshot;
66
67/// Types for the `ListConsumableResources` operation.
68pub mod list_consumable_resources;
69
70/// Types for the `ListJobs` operation.
71pub mod list_jobs;
72
73/// Types for the `ListJobsByConsumableResource` operation.
74pub mod list_jobs_by_consumable_resource;
75
76/// Types for the `ListSchedulingPolicies` operation.
77pub mod list_scheduling_policies;
78
79/// Types for the `ListServiceJobs` operation.
80pub mod list_service_jobs;
81
82/// Types for the `ListTagsForResource` operation.
83pub mod list_tags_for_resource;
84
85/// Types for the `RegisterJobDefinition` operation.
86pub mod register_job_definition;
87
88/// Types for the `SubmitJob` operation.
89pub mod submit_job;
90
91/// Types for the `SubmitServiceJob` operation.
92pub mod submit_service_job;
93
94/// Types for the `TagResource` operation.
95pub mod tag_resource;
96
97/// Types for the `TerminateJob` operation.
98pub mod terminate_job;
99
100/// Types for the `TerminateServiceJob` operation.
101pub mod terminate_service_job;
102
103/// Types for the `UntagResource` operation.
104pub mod untag_resource;
105
106/// Types for the `UpdateComputeEnvironment` operation.
107pub mod update_compute_environment;
108
109/// Types for the `UpdateConsumableResource` operation.
110pub mod update_consumable_resource;
111
112/// Types for the `UpdateJobQueue` operation.
113pub mod update_job_queue;
114
115/// Types for the `UpdateSchedulingPolicy` operation.
116pub mod update_scheduling_policy;
117
118/// Types for the `UpdateServiceEnvironment` operation.
119pub mod update_service_environment;