AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
BatchServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/batch/BatchErrors.h>
10#include <aws/core/client/GenericClientConfiguration.h>
11#include <aws/core/client/AWSError.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/core/client/AsyncCallerContext.h>
14#include <aws/core/http/HttpTypes.h>
15#include <aws/batch/BatchEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in BatchClient header */
21#include <aws/batch/model/CancelJobResult.h>
22#include <aws/batch/model/CreateComputeEnvironmentResult.h>
23#include <aws/batch/model/CreateConsumableResourceResult.h>
24#include <aws/batch/model/CreateJobQueueResult.h>
25#include <aws/batch/model/CreateSchedulingPolicyResult.h>
26#include <aws/batch/model/DeleteComputeEnvironmentResult.h>
27#include <aws/batch/model/DeleteConsumableResourceResult.h>
28#include <aws/batch/model/DeleteJobQueueResult.h>
29#include <aws/batch/model/DeleteSchedulingPolicyResult.h>
30#include <aws/batch/model/DeregisterJobDefinitionResult.h>
31#include <aws/batch/model/DescribeComputeEnvironmentsResult.h>
32#include <aws/batch/model/DescribeConsumableResourceResult.h>
33#include <aws/batch/model/DescribeJobDefinitionsResult.h>
34#include <aws/batch/model/DescribeJobQueuesResult.h>
35#include <aws/batch/model/DescribeJobsResult.h>
36#include <aws/batch/model/DescribeSchedulingPoliciesResult.h>
37#include <aws/batch/model/GetJobQueueSnapshotResult.h>
38#include <aws/batch/model/ListConsumableResourcesResult.h>
39#include <aws/batch/model/ListJobsResult.h>
40#include <aws/batch/model/ListJobsByConsumableResourceResult.h>
41#include <aws/batch/model/ListSchedulingPoliciesResult.h>
42#include <aws/batch/model/ListTagsForResourceResult.h>
43#include <aws/batch/model/RegisterJobDefinitionResult.h>
44#include <aws/batch/model/SubmitJobResult.h>
45#include <aws/batch/model/TagResourceResult.h>
46#include <aws/batch/model/TerminateJobResult.h>
47#include <aws/batch/model/UntagResourceResult.h>
48#include <aws/batch/model/UpdateComputeEnvironmentResult.h>
49#include <aws/batch/model/UpdateConsumableResourceResult.h>
50#include <aws/batch/model/UpdateJobQueueResult.h>
51#include <aws/batch/model/UpdateSchedulingPolicyResult.h>
52#include <aws/batch/model/ListSchedulingPoliciesRequest.h>
53#include <aws/batch/model/DescribeJobQueuesRequest.h>
54#include <aws/batch/model/ListConsumableResourcesRequest.h>
55#include <aws/batch/model/DescribeJobDefinitionsRequest.h>
56#include <aws/batch/model/DescribeComputeEnvironmentsRequest.h>
57#include <aws/batch/model/ListJobsRequest.h>
58/* End of service model headers required in BatchClient header */
59
60namespace Aws
61{
62 namespace Http
63 {
64 class HttpClient;
65 class HttpClientFactory;
66 } // namespace Http
67
68 namespace Utils
69 {
70 template< typename R, typename E> class Outcome;
71
72 namespace Threading
73 {
74 class Executor;
75 } // namespace Threading
76 } // namespace Utils
77
78 namespace Auth
79 {
80 class AWSCredentials;
81 class AWSCredentialsProvider;
82 } // namespace Auth
83
84 namespace Client
85 {
86 class RetryStrategy;
87 } // namespace Client
88
89 namespace Batch
90 {
94
95 namespace Model
96 {
97 /* Service model forward declarations required in BatchClient header */
98 class CancelJobRequest;
116 class ListJobsRequest;
121 class SubmitJobRequest;
122 class TagResourceRequest;
129 /* End of service model forward declarations required in BatchClient header */
130
131 /* Service model Outcome class definitions */
163 /* End of service model Outcome class definitions */
164
165 /* Service model Outcome callable definitions */
166 typedef std::future<CancelJobOutcome> CancelJobOutcomeCallable;
167 typedef std::future<CreateComputeEnvironmentOutcome> CreateComputeEnvironmentOutcomeCallable;
168 typedef std::future<CreateConsumableResourceOutcome> CreateConsumableResourceOutcomeCallable;
169 typedef std::future<CreateJobQueueOutcome> CreateJobQueueOutcomeCallable;
170 typedef std::future<CreateSchedulingPolicyOutcome> CreateSchedulingPolicyOutcomeCallable;
171 typedef std::future<DeleteComputeEnvironmentOutcome> DeleteComputeEnvironmentOutcomeCallable;
172 typedef std::future<DeleteConsumableResourceOutcome> DeleteConsumableResourceOutcomeCallable;
173 typedef std::future<DeleteJobQueueOutcome> DeleteJobQueueOutcomeCallable;
174 typedef std::future<DeleteSchedulingPolicyOutcome> DeleteSchedulingPolicyOutcomeCallable;
175 typedef std::future<DeregisterJobDefinitionOutcome> DeregisterJobDefinitionOutcomeCallable;
176 typedef std::future<DescribeComputeEnvironmentsOutcome> DescribeComputeEnvironmentsOutcomeCallable;
177 typedef std::future<DescribeConsumableResourceOutcome> DescribeConsumableResourceOutcomeCallable;
178 typedef std::future<DescribeJobDefinitionsOutcome> DescribeJobDefinitionsOutcomeCallable;
179 typedef std::future<DescribeJobQueuesOutcome> DescribeJobQueuesOutcomeCallable;
180 typedef std::future<DescribeJobsOutcome> DescribeJobsOutcomeCallable;
181 typedef std::future<DescribeSchedulingPoliciesOutcome> DescribeSchedulingPoliciesOutcomeCallable;
182 typedef std::future<GetJobQueueSnapshotOutcome> GetJobQueueSnapshotOutcomeCallable;
183 typedef std::future<ListConsumableResourcesOutcome> ListConsumableResourcesOutcomeCallable;
184 typedef std::future<ListJobsOutcome> ListJobsOutcomeCallable;
185 typedef std::future<ListJobsByConsumableResourceOutcome> ListJobsByConsumableResourceOutcomeCallable;
186 typedef std::future<ListSchedulingPoliciesOutcome> ListSchedulingPoliciesOutcomeCallable;
187 typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
188 typedef std::future<RegisterJobDefinitionOutcome> RegisterJobDefinitionOutcomeCallable;
189 typedef std::future<SubmitJobOutcome> SubmitJobOutcomeCallable;
190 typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
191 typedef std::future<TerminateJobOutcome> TerminateJobOutcomeCallable;
192 typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
193 typedef std::future<UpdateComputeEnvironmentOutcome> UpdateComputeEnvironmentOutcomeCallable;
194 typedef std::future<UpdateConsumableResourceOutcome> UpdateConsumableResourceOutcomeCallable;
195 typedef std::future<UpdateJobQueueOutcome> UpdateJobQueueOutcomeCallable;
196 typedef std::future<UpdateSchedulingPolicyOutcome> UpdateSchedulingPolicyOutcomeCallable;
197 /* End of service model Outcome callable definitions */
198 } // namespace Model
199
200 class BatchClient;
201
202 /* Service model async handlers definitions */
203 typedef std::function<void(const BatchClient*, const Model::CancelJobRequest&, const Model::CancelJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CancelJobResponseReceivedHandler;
204 typedef std::function<void(const BatchClient*, const Model::CreateComputeEnvironmentRequest&, const Model::CreateComputeEnvironmentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateComputeEnvironmentResponseReceivedHandler;
205 typedef std::function<void(const BatchClient*, const Model::CreateConsumableResourceRequest&, const Model::CreateConsumableResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateConsumableResourceResponseReceivedHandler;
206 typedef std::function<void(const BatchClient*, const Model::CreateJobQueueRequest&, const Model::CreateJobQueueOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateJobQueueResponseReceivedHandler;
207 typedef std::function<void(const BatchClient*, const Model::CreateSchedulingPolicyRequest&, const Model::CreateSchedulingPolicyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateSchedulingPolicyResponseReceivedHandler;
208 typedef std::function<void(const BatchClient*, const Model::DeleteComputeEnvironmentRequest&, const Model::DeleteComputeEnvironmentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteComputeEnvironmentResponseReceivedHandler;
209 typedef std::function<void(const BatchClient*, const Model::DeleteConsumableResourceRequest&, const Model::DeleteConsumableResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteConsumableResourceResponseReceivedHandler;
210 typedef std::function<void(const BatchClient*, const Model::DeleteJobQueueRequest&, const Model::DeleteJobQueueOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteJobQueueResponseReceivedHandler;
211 typedef std::function<void(const BatchClient*, const Model::DeleteSchedulingPolicyRequest&, const Model::DeleteSchedulingPolicyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteSchedulingPolicyResponseReceivedHandler;
212 typedef std::function<void(const BatchClient*, const Model::DeregisterJobDefinitionRequest&, const Model::DeregisterJobDefinitionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeregisterJobDefinitionResponseReceivedHandler;
213 typedef std::function<void(const BatchClient*, const Model::DescribeComputeEnvironmentsRequest&, const Model::DescribeComputeEnvironmentsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeComputeEnvironmentsResponseReceivedHandler;
214 typedef std::function<void(const BatchClient*, const Model::DescribeConsumableResourceRequest&, const Model::DescribeConsumableResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeConsumableResourceResponseReceivedHandler;
215 typedef std::function<void(const BatchClient*, const Model::DescribeJobDefinitionsRequest&, const Model::DescribeJobDefinitionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeJobDefinitionsResponseReceivedHandler;
216 typedef std::function<void(const BatchClient*, const Model::DescribeJobQueuesRequest&, const Model::DescribeJobQueuesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeJobQueuesResponseReceivedHandler;
217 typedef std::function<void(const BatchClient*, const Model::DescribeJobsRequest&, const Model::DescribeJobsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeJobsResponseReceivedHandler;
218 typedef std::function<void(const BatchClient*, const Model::DescribeSchedulingPoliciesRequest&, const Model::DescribeSchedulingPoliciesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeSchedulingPoliciesResponseReceivedHandler;
219 typedef std::function<void(const BatchClient*, const Model::GetJobQueueSnapshotRequest&, const Model::GetJobQueueSnapshotOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetJobQueueSnapshotResponseReceivedHandler;
220 typedef std::function<void(const BatchClient*, const Model::ListConsumableResourcesRequest&, const Model::ListConsumableResourcesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListConsumableResourcesResponseReceivedHandler;
221 typedef std::function<void(const BatchClient*, const Model::ListJobsRequest&, const Model::ListJobsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListJobsResponseReceivedHandler;
222 typedef std::function<void(const BatchClient*, const Model::ListJobsByConsumableResourceRequest&, const Model::ListJobsByConsumableResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListJobsByConsumableResourceResponseReceivedHandler;
223 typedef std::function<void(const BatchClient*, const Model::ListSchedulingPoliciesRequest&, const Model::ListSchedulingPoliciesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListSchedulingPoliciesResponseReceivedHandler;
224 typedef std::function<void(const BatchClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTagsForResourceResponseReceivedHandler;
225 typedef std::function<void(const BatchClient*, const Model::RegisterJobDefinitionRequest&, const Model::RegisterJobDefinitionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > RegisterJobDefinitionResponseReceivedHandler;
226 typedef std::function<void(const BatchClient*, const Model::SubmitJobRequest&, const Model::SubmitJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > SubmitJobResponseReceivedHandler;
227 typedef std::function<void(const BatchClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > TagResourceResponseReceivedHandler;
228 typedef std::function<void(const BatchClient*, const Model::TerminateJobRequest&, const Model::TerminateJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > TerminateJobResponseReceivedHandler;
229 typedef std::function<void(const BatchClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UntagResourceResponseReceivedHandler;
230 typedef std::function<void(const BatchClient*, const Model::UpdateComputeEnvironmentRequest&, const Model::UpdateComputeEnvironmentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateComputeEnvironmentResponseReceivedHandler;
231 typedef std::function<void(const BatchClient*, const Model::UpdateConsumableResourceRequest&, const Model::UpdateConsumableResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateConsumableResourceResponseReceivedHandler;
232 typedef std::function<void(const BatchClient*, const Model::UpdateJobQueueRequest&, const Model::UpdateJobQueueOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateJobQueueResponseReceivedHandler;
233 typedef std::function<void(const BatchClient*, const Model::UpdateSchedulingPolicyRequest&, const Model::UpdateSchedulingPolicyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateSchedulingPolicyResponseReceivedHandler;
234 /* End of service model async handlers definitions */
235 } // namespace Batch
236} // namespace Aws
EndpointProviderBase< BatchClientConfiguration, BatchBuiltInParameters, BatchClientContextParameters > BatchEndpointProviderBase
Aws::Utils::Outcome< DescribeComputeEnvironmentsResult, BatchError > DescribeComputeEnvironmentsOutcome
std::future< UpdateJobQueueOutcome > UpdateJobQueueOutcomeCallable
std::future< SubmitJobOutcome > SubmitJobOutcomeCallable
std::future< CreateJobQueueOutcome > CreateJobQueueOutcomeCallable
std::future< CreateSchedulingPolicyOutcome > CreateSchedulingPolicyOutcomeCallable
Aws::Utils::Outcome< CreateSchedulingPolicyResult, BatchError > CreateSchedulingPolicyOutcome
std::future< DeleteJobQueueOutcome > DeleteJobQueueOutcomeCallable
std::future< DeleteSchedulingPolicyOutcome > DeleteSchedulingPolicyOutcomeCallable
Aws::Utils::Outcome< ListConsumableResourcesResult, BatchError > ListConsumableResourcesOutcome
std::future< UpdateSchedulingPolicyOutcome > UpdateSchedulingPolicyOutcomeCallable
std::future< DeregisterJobDefinitionOutcome > DeregisterJobDefinitionOutcomeCallable
Aws::Utils::Outcome< DescribeJobDefinitionsResult, BatchError > DescribeJobDefinitionsOutcome
Aws::Utils::Outcome< DeleteSchedulingPolicyResult, BatchError > DeleteSchedulingPolicyOutcome
Aws::Utils::Outcome< CreateComputeEnvironmentResult, BatchError > CreateComputeEnvironmentOutcome
std::future< GetJobQueueSnapshotOutcome > GetJobQueueSnapshotOutcomeCallable
std::future< CancelJobOutcome > CancelJobOutcomeCallable
Aws::Utils::Outcome< TerminateJobResult, BatchError > TerminateJobOutcome
Aws::Utils::Outcome< DescribeSchedulingPoliciesResult, BatchError > DescribeSchedulingPoliciesOutcome
std::future< ListJobsOutcome > ListJobsOutcomeCallable
Aws::Utils::Outcome< UpdateComputeEnvironmentResult, BatchError > UpdateComputeEnvironmentOutcome
Aws::Utils::Outcome< CancelJobResult, BatchError > CancelJobOutcome
Aws::Utils::Outcome< UpdateSchedulingPolicyResult, BatchError > UpdateSchedulingPolicyOutcome
std::future< ListConsumableResourcesOutcome > ListConsumableResourcesOutcomeCallable
std::future< DescribeComputeEnvironmentsOutcome > DescribeComputeEnvironmentsOutcomeCallable
std::future< DeleteConsumableResourceOutcome > DeleteConsumableResourceOutcomeCallable
Aws::Utils::Outcome< DescribeConsumableResourceResult, BatchError > DescribeConsumableResourceOutcome
std::future< ListSchedulingPoliciesOutcome > ListSchedulingPoliciesOutcomeCallable
Aws::Utils::Outcome< UpdateConsumableResourceResult, BatchError > UpdateConsumableResourceOutcome
std::future< DescribeJobQueuesOutcome > DescribeJobQueuesOutcomeCallable
Aws::Utils::Outcome< DescribeJobQueuesResult, BatchError > DescribeJobQueuesOutcome
Aws::Utils::Outcome< GetJobQueueSnapshotResult, BatchError > GetJobQueueSnapshotOutcome
Aws::Utils::Outcome< UntagResourceResult, BatchError > UntagResourceOutcome
Aws::Utils::Outcome< CreateJobQueueResult, BatchError > CreateJobQueueOutcome
Aws::Utils::Outcome< DeleteComputeEnvironmentResult, BatchError > DeleteComputeEnvironmentOutcome
std::future< RegisterJobDefinitionOutcome > RegisterJobDefinitionOutcomeCallable
Aws::Utils::Outcome< DeleteJobQueueResult, BatchError > DeleteJobQueueOutcome
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
std::future< CreateConsumableResourceOutcome > CreateConsumableResourceOutcomeCallable
Aws::Utils::Outcome< DeregisterJobDefinitionResult, BatchError > DeregisterJobDefinitionOutcome
std::future< DescribeJobDefinitionsOutcome > DescribeJobDefinitionsOutcomeCallable
std::future< DeleteComputeEnvironmentOutcome > DeleteComputeEnvironmentOutcomeCallable
Aws::Utils::Outcome< SubmitJobResult, BatchError > SubmitJobOutcome
Aws::Utils::Outcome< ListJobsByConsumableResourceResult, BatchError > ListJobsByConsumableResourceOutcome
std::future< DescribeSchedulingPoliciesOutcome > DescribeSchedulingPoliciesOutcomeCallable
std::future< TerminateJobOutcome > TerminateJobOutcomeCallable
std::future< DescribeConsumableResourceOutcome > DescribeConsumableResourceOutcomeCallable
Aws::Utils::Outcome< TagResourceResult, BatchError > TagResourceOutcome
Aws::Utils::Outcome< DeleteConsumableResourceResult, BatchError > DeleteConsumableResourceOutcome
Aws::Utils::Outcome< UpdateJobQueueResult, BatchError > UpdateJobQueueOutcome
Aws::Utils::Outcome< CreateConsumableResourceResult, BatchError > CreateConsumableResourceOutcome
std::future< UpdateComputeEnvironmentOutcome > UpdateComputeEnvironmentOutcomeCallable
std::future< DescribeJobsOutcome > DescribeJobsOutcomeCallable
Aws::Utils::Outcome< ListSchedulingPoliciesResult, BatchError > ListSchedulingPoliciesOutcome
Aws::Utils::Outcome< DescribeJobsResult, BatchError > DescribeJobsOutcome
std::future< TagResourceOutcome > TagResourceOutcomeCallable
Aws::Utils::Outcome< ListJobsResult, BatchError > ListJobsOutcome
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
Aws::Utils::Outcome< RegisterJobDefinitionResult, BatchError > RegisterJobDefinitionOutcome
std::future< CreateComputeEnvironmentOutcome > CreateComputeEnvironmentOutcomeCallable
std::future< ListJobsByConsumableResourceOutcome > ListJobsByConsumableResourceOutcomeCallable
Aws::Utils::Outcome< ListTagsForResourceResult, BatchError > ListTagsForResourceOutcome
std::future< UpdateConsumableResourceOutcome > UpdateConsumableResourceOutcomeCallable
std::function< void(const BatchClient *, const Model::TerminateJobRequest &, const Model::TerminateJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > TerminateJobResponseReceivedHandler
std::function< void(const BatchClient *, const Model::DeregisterJobDefinitionRequest &, const Model::DeregisterJobDefinitionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeregisterJobDefinitionResponseReceivedHandler
std::function< void(const BatchClient *, const Model::DescribeComputeEnvironmentsRequest &, const Model::DescribeComputeEnvironmentsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeComputeEnvironmentsResponseReceivedHandler
std::function< void(const BatchClient *, const Model::DescribeJobQueuesRequest &, const Model::DescribeJobQueuesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeJobQueuesResponseReceivedHandler
std::function< void(const BatchClient *, const Model::GetJobQueueSnapshotRequest &, const Model::GetJobQueueSnapshotOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetJobQueueSnapshotResponseReceivedHandler
std::function< void(const BatchClient *, const Model::DescribeJobsRequest &, const Model::DescribeJobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeJobsResponseReceivedHandler
std::function< void(const BatchClient *, const Model::CreateComputeEnvironmentRequest &, const Model::CreateComputeEnvironmentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateComputeEnvironmentResponseReceivedHandler
std::function< void(const BatchClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > TagResourceResponseReceivedHandler
std::function< void(const BatchClient *, const Model::DescribeJobDefinitionsRequest &, const Model::DescribeJobDefinitionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeJobDefinitionsResponseReceivedHandler
std::function< void(const BatchClient *, const Model::UpdateComputeEnvironmentRequest &, const Model::UpdateComputeEnvironmentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateComputeEnvironmentResponseReceivedHandler
std::function< void(const BatchClient *, const Model::DeleteSchedulingPolicyRequest &, const Model::DeleteSchedulingPolicyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteSchedulingPolicyResponseReceivedHandler
std::function< void(const BatchClient *, const Model::UpdateJobQueueRequest &, const Model::UpdateJobQueueOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateJobQueueResponseReceivedHandler
std::function< void(const BatchClient *, const Model::DeleteConsumableResourceRequest &, const Model::DeleteConsumableResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteConsumableResourceResponseReceivedHandler
std::function< void(const BatchClient *, const Model::ListJobsByConsumableResourceRequest &, const Model::ListJobsByConsumableResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListJobsByConsumableResourceResponseReceivedHandler
std::function< void(const BatchClient *, const Model::ListJobsRequest &, const Model::ListJobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListJobsResponseReceivedHandler
std::function< void(const BatchClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTagsForResourceResponseReceivedHandler
std::function< void(const BatchClient *, const Model::UpdateConsumableResourceRequest &, const Model::UpdateConsumableResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateConsumableResourceResponseReceivedHandler
std::function< void(const BatchClient *, const Model::ListSchedulingPoliciesRequest &, const Model::ListSchedulingPoliciesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListSchedulingPoliciesResponseReceivedHandler
std::function< void(const BatchClient *, const Model::CreateJobQueueRequest &, const Model::CreateJobQueueOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateJobQueueResponseReceivedHandler
std::function< void(const BatchClient *, const Model::RegisterJobDefinitionRequest &, const Model::RegisterJobDefinitionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > RegisterJobDefinitionResponseReceivedHandler
std::function< void(const BatchClient *, const Model::DescribeConsumableResourceRequest &, const Model::DescribeConsumableResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeConsumableResourceResponseReceivedHandler
std::function< void(const BatchClient *, const Model::DeleteComputeEnvironmentRequest &, const Model::DeleteComputeEnvironmentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteComputeEnvironmentResponseReceivedHandler
std::function< void(const BatchClient *, const Model::SubmitJobRequest &, const Model::SubmitJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > SubmitJobResponseReceivedHandler
std::function< void(const BatchClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UntagResourceResponseReceivedHandler
std::function< void(const BatchClient *, const Model::CreateConsumableResourceRequest &, const Model::CreateConsumableResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateConsumableResourceResponseReceivedHandler
std::function< void(const BatchClient *, const Model::CancelJobRequest &, const Model::CancelJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CancelJobResponseReceivedHandler
std::function< void(const BatchClient *, const Model::DeleteJobQueueRequest &, const Model::DeleteJobQueueOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteJobQueueResponseReceivedHandler
std::function< void(const BatchClient *, const Model::ListConsumableResourcesRequest &, const Model::ListConsumableResourcesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListConsumableResourcesResponseReceivedHandler
std::function< void(const BatchClient *, const Model::DescribeSchedulingPoliciesRequest &, const Model::DescribeSchedulingPoliciesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeSchedulingPoliciesResponseReceivedHandler
std::function< void(const BatchClient *, const Model::UpdateSchedulingPolicyRequest &, const Model::UpdateSchedulingPolicyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateSchedulingPolicyResponseReceivedHandler
std::function< void(const BatchClient *, const Model::CreateSchedulingPolicyRequest &, const Model::CreateSchedulingPolicyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateSchedulingPolicyResponseReceivedHandler