AWS SDK for C++

AWS SDK for C++ Version 1.11.635

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/CreateServiceEnvironmentResult.h>
27#include <aws/batch/model/DeleteComputeEnvironmentResult.h>
28#include <aws/batch/model/DeleteConsumableResourceResult.h>
29#include <aws/batch/model/DeleteJobQueueResult.h>
30#include <aws/batch/model/DeleteSchedulingPolicyResult.h>
31#include <aws/batch/model/DeleteServiceEnvironmentResult.h>
32#include <aws/batch/model/DeregisterJobDefinitionResult.h>
33#include <aws/batch/model/DescribeComputeEnvironmentsResult.h>
34#include <aws/batch/model/DescribeConsumableResourceResult.h>
35#include <aws/batch/model/DescribeJobDefinitionsResult.h>
36#include <aws/batch/model/DescribeJobQueuesResult.h>
37#include <aws/batch/model/DescribeJobsResult.h>
38#include <aws/batch/model/DescribeSchedulingPoliciesResult.h>
39#include <aws/batch/model/DescribeServiceEnvironmentsResult.h>
40#include <aws/batch/model/DescribeServiceJobResult.h>
41#include <aws/batch/model/GetJobQueueSnapshotResult.h>
42#include <aws/batch/model/ListConsumableResourcesResult.h>
43#include <aws/batch/model/ListJobsResult.h>
44#include <aws/batch/model/ListJobsByConsumableResourceResult.h>
45#include <aws/batch/model/ListSchedulingPoliciesResult.h>
46#include <aws/batch/model/ListServiceJobsResult.h>
47#include <aws/batch/model/ListTagsForResourceResult.h>
48#include <aws/batch/model/RegisterJobDefinitionResult.h>
49#include <aws/batch/model/SubmitJobResult.h>
50#include <aws/batch/model/SubmitServiceJobResult.h>
51#include <aws/batch/model/TagResourceResult.h>
52#include <aws/batch/model/TerminateJobResult.h>
53#include <aws/batch/model/TerminateServiceJobResult.h>
54#include <aws/batch/model/UntagResourceResult.h>
55#include <aws/batch/model/UpdateComputeEnvironmentResult.h>
56#include <aws/batch/model/UpdateConsumableResourceResult.h>
57#include <aws/batch/model/UpdateJobQueueResult.h>
58#include <aws/batch/model/UpdateSchedulingPolicyResult.h>
59#include <aws/batch/model/UpdateServiceEnvironmentResult.h>
60#include <aws/batch/model/ListSchedulingPoliciesRequest.h>
61#include <aws/batch/model/DescribeServiceEnvironmentsRequest.h>
62#include <aws/batch/model/DescribeJobQueuesRequest.h>
63#include <aws/batch/model/ListServiceJobsRequest.h>
64#include <aws/batch/model/ListConsumableResourcesRequest.h>
65#include <aws/batch/model/DescribeJobDefinitionsRequest.h>
66#include <aws/batch/model/DescribeComputeEnvironmentsRequest.h>
67#include <aws/batch/model/ListJobsRequest.h>
68/* End of service model headers required in BatchClient header */
69
70namespace Aws
71{
72 namespace Http
73 {
74 class HttpClient;
75 class HttpClientFactory;
76 } // namespace Http
77
78 namespace Utils
79 {
80 template< typename R, typename E> class Outcome;
81
82 namespace Threading
83 {
84 class Executor;
85 } // namespace Threading
86 } // namespace Utils
87
88 namespace Auth
89 {
90 class AWSCredentials;
91 class AWSCredentialsProvider;
92 } // namespace Auth
93
94 namespace Client
95 {
96 class RetryStrategy;
97 } // namespace Client
98
99 namespace Batch
100 {
104
105 namespace Model
106 {
107 /* Service model forward declarations required in BatchClient header */
108 class CancelJobRequest;
130 class ListJobsRequest;
136 class SubmitJobRequest;
138 class TagResourceRequest;
147 /* End of service model forward declarations required in BatchClient header */
148
149 /* Service model Outcome class definitions */
189 /* End of service model Outcome class definitions */
190
191 /* Service model Outcome callable definitions */
192 typedef std::future<CancelJobOutcome> CancelJobOutcomeCallable;
193 typedef std::future<CreateComputeEnvironmentOutcome> CreateComputeEnvironmentOutcomeCallable;
194 typedef std::future<CreateConsumableResourceOutcome> CreateConsumableResourceOutcomeCallable;
195 typedef std::future<CreateJobQueueOutcome> CreateJobQueueOutcomeCallable;
196 typedef std::future<CreateSchedulingPolicyOutcome> CreateSchedulingPolicyOutcomeCallable;
197 typedef std::future<CreateServiceEnvironmentOutcome> CreateServiceEnvironmentOutcomeCallable;
198 typedef std::future<DeleteComputeEnvironmentOutcome> DeleteComputeEnvironmentOutcomeCallable;
199 typedef std::future<DeleteConsumableResourceOutcome> DeleteConsumableResourceOutcomeCallable;
200 typedef std::future<DeleteJobQueueOutcome> DeleteJobQueueOutcomeCallable;
201 typedef std::future<DeleteSchedulingPolicyOutcome> DeleteSchedulingPolicyOutcomeCallable;
202 typedef std::future<DeleteServiceEnvironmentOutcome> DeleteServiceEnvironmentOutcomeCallable;
203 typedef std::future<DeregisterJobDefinitionOutcome> DeregisterJobDefinitionOutcomeCallable;
204 typedef std::future<DescribeComputeEnvironmentsOutcome> DescribeComputeEnvironmentsOutcomeCallable;
205 typedef std::future<DescribeConsumableResourceOutcome> DescribeConsumableResourceOutcomeCallable;
206 typedef std::future<DescribeJobDefinitionsOutcome> DescribeJobDefinitionsOutcomeCallable;
207 typedef std::future<DescribeJobQueuesOutcome> DescribeJobQueuesOutcomeCallable;
208 typedef std::future<DescribeJobsOutcome> DescribeJobsOutcomeCallable;
209 typedef std::future<DescribeSchedulingPoliciesOutcome> DescribeSchedulingPoliciesOutcomeCallable;
210 typedef std::future<DescribeServiceEnvironmentsOutcome> DescribeServiceEnvironmentsOutcomeCallable;
211 typedef std::future<DescribeServiceJobOutcome> DescribeServiceJobOutcomeCallable;
212 typedef std::future<GetJobQueueSnapshotOutcome> GetJobQueueSnapshotOutcomeCallable;
213 typedef std::future<ListConsumableResourcesOutcome> ListConsumableResourcesOutcomeCallable;
214 typedef std::future<ListJobsOutcome> ListJobsOutcomeCallable;
215 typedef std::future<ListJobsByConsumableResourceOutcome> ListJobsByConsumableResourceOutcomeCallable;
216 typedef std::future<ListSchedulingPoliciesOutcome> ListSchedulingPoliciesOutcomeCallable;
217 typedef std::future<ListServiceJobsOutcome> ListServiceJobsOutcomeCallable;
218 typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
219 typedef std::future<RegisterJobDefinitionOutcome> RegisterJobDefinitionOutcomeCallable;
220 typedef std::future<SubmitJobOutcome> SubmitJobOutcomeCallable;
221 typedef std::future<SubmitServiceJobOutcome> SubmitServiceJobOutcomeCallable;
222 typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
223 typedef std::future<TerminateJobOutcome> TerminateJobOutcomeCallable;
224 typedef std::future<TerminateServiceJobOutcome> TerminateServiceJobOutcomeCallable;
225 typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
226 typedef std::future<UpdateComputeEnvironmentOutcome> UpdateComputeEnvironmentOutcomeCallable;
227 typedef std::future<UpdateConsumableResourceOutcome> UpdateConsumableResourceOutcomeCallable;
228 typedef std::future<UpdateJobQueueOutcome> UpdateJobQueueOutcomeCallable;
229 typedef std::future<UpdateSchedulingPolicyOutcome> UpdateSchedulingPolicyOutcomeCallable;
230 typedef std::future<UpdateServiceEnvironmentOutcome> UpdateServiceEnvironmentOutcomeCallable;
231 /* End of service model Outcome callable definitions */
232 } // namespace Model
233
234 class BatchClient;
235
236 /* Service model async handlers definitions */
237 typedef std::function<void(const BatchClient*, const Model::CancelJobRequest&, const Model::CancelJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CancelJobResponseReceivedHandler;
238 typedef std::function<void(const BatchClient*, const Model::CreateComputeEnvironmentRequest&, const Model::CreateComputeEnvironmentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateComputeEnvironmentResponseReceivedHandler;
239 typedef std::function<void(const BatchClient*, const Model::CreateConsumableResourceRequest&, const Model::CreateConsumableResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateConsumableResourceResponseReceivedHandler;
240 typedef std::function<void(const BatchClient*, const Model::CreateJobQueueRequest&, const Model::CreateJobQueueOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateJobQueueResponseReceivedHandler;
241 typedef std::function<void(const BatchClient*, const Model::CreateSchedulingPolicyRequest&, const Model::CreateSchedulingPolicyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateSchedulingPolicyResponseReceivedHandler;
242 typedef std::function<void(const BatchClient*, const Model::CreateServiceEnvironmentRequest&, const Model::CreateServiceEnvironmentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateServiceEnvironmentResponseReceivedHandler;
243 typedef std::function<void(const BatchClient*, const Model::DeleteComputeEnvironmentRequest&, const Model::DeleteComputeEnvironmentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteComputeEnvironmentResponseReceivedHandler;
244 typedef std::function<void(const BatchClient*, const Model::DeleteConsumableResourceRequest&, const Model::DeleteConsumableResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteConsumableResourceResponseReceivedHandler;
245 typedef std::function<void(const BatchClient*, const Model::DeleteJobQueueRequest&, const Model::DeleteJobQueueOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteJobQueueResponseReceivedHandler;
246 typedef std::function<void(const BatchClient*, const Model::DeleteSchedulingPolicyRequest&, const Model::DeleteSchedulingPolicyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteSchedulingPolicyResponseReceivedHandler;
247 typedef std::function<void(const BatchClient*, const Model::DeleteServiceEnvironmentRequest&, const Model::DeleteServiceEnvironmentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteServiceEnvironmentResponseReceivedHandler;
248 typedef std::function<void(const BatchClient*, const Model::DeregisterJobDefinitionRequest&, const Model::DeregisterJobDefinitionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeregisterJobDefinitionResponseReceivedHandler;
249 typedef std::function<void(const BatchClient*, const Model::DescribeComputeEnvironmentsRequest&, const Model::DescribeComputeEnvironmentsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeComputeEnvironmentsResponseReceivedHandler;
250 typedef std::function<void(const BatchClient*, const Model::DescribeConsumableResourceRequest&, const Model::DescribeConsumableResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeConsumableResourceResponseReceivedHandler;
251 typedef std::function<void(const BatchClient*, const Model::DescribeJobDefinitionsRequest&, const Model::DescribeJobDefinitionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeJobDefinitionsResponseReceivedHandler;
252 typedef std::function<void(const BatchClient*, const Model::DescribeJobQueuesRequest&, const Model::DescribeJobQueuesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeJobQueuesResponseReceivedHandler;
253 typedef std::function<void(const BatchClient*, const Model::DescribeJobsRequest&, const Model::DescribeJobsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeJobsResponseReceivedHandler;
254 typedef std::function<void(const BatchClient*, const Model::DescribeSchedulingPoliciesRequest&, const Model::DescribeSchedulingPoliciesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeSchedulingPoliciesResponseReceivedHandler;
255 typedef std::function<void(const BatchClient*, const Model::DescribeServiceEnvironmentsRequest&, const Model::DescribeServiceEnvironmentsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeServiceEnvironmentsResponseReceivedHandler;
256 typedef std::function<void(const BatchClient*, const Model::DescribeServiceJobRequest&, const Model::DescribeServiceJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeServiceJobResponseReceivedHandler;
257 typedef std::function<void(const BatchClient*, const Model::GetJobQueueSnapshotRequest&, const Model::GetJobQueueSnapshotOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetJobQueueSnapshotResponseReceivedHandler;
258 typedef std::function<void(const BatchClient*, const Model::ListConsumableResourcesRequest&, const Model::ListConsumableResourcesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListConsumableResourcesResponseReceivedHandler;
259 typedef std::function<void(const BatchClient*, const Model::ListJobsRequest&, const Model::ListJobsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListJobsResponseReceivedHandler;
260 typedef std::function<void(const BatchClient*, const Model::ListJobsByConsumableResourceRequest&, const Model::ListJobsByConsumableResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListJobsByConsumableResourceResponseReceivedHandler;
261 typedef std::function<void(const BatchClient*, const Model::ListSchedulingPoliciesRequest&, const Model::ListSchedulingPoliciesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListSchedulingPoliciesResponseReceivedHandler;
262 typedef std::function<void(const BatchClient*, const Model::ListServiceJobsRequest&, const Model::ListServiceJobsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListServiceJobsResponseReceivedHandler;
263 typedef std::function<void(const BatchClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTagsForResourceResponseReceivedHandler;
264 typedef std::function<void(const BatchClient*, const Model::RegisterJobDefinitionRequest&, const Model::RegisterJobDefinitionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > RegisterJobDefinitionResponseReceivedHandler;
265 typedef std::function<void(const BatchClient*, const Model::SubmitJobRequest&, const Model::SubmitJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > SubmitJobResponseReceivedHandler;
266 typedef std::function<void(const BatchClient*, const Model::SubmitServiceJobRequest&, const Model::SubmitServiceJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > SubmitServiceJobResponseReceivedHandler;
267 typedef std::function<void(const BatchClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > TagResourceResponseReceivedHandler;
268 typedef std::function<void(const BatchClient*, const Model::TerminateJobRequest&, const Model::TerminateJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > TerminateJobResponseReceivedHandler;
269 typedef std::function<void(const BatchClient*, const Model::TerminateServiceJobRequest&, const Model::TerminateServiceJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > TerminateServiceJobResponseReceivedHandler;
270 typedef std::function<void(const BatchClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UntagResourceResponseReceivedHandler;
271 typedef std::function<void(const BatchClient*, const Model::UpdateComputeEnvironmentRequest&, const Model::UpdateComputeEnvironmentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateComputeEnvironmentResponseReceivedHandler;
272 typedef std::function<void(const BatchClient*, const Model::UpdateConsumableResourceRequest&, const Model::UpdateConsumableResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateConsumableResourceResponseReceivedHandler;
273 typedef std::function<void(const BatchClient*, const Model::UpdateJobQueueRequest&, const Model::UpdateJobQueueOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateJobQueueResponseReceivedHandler;
274 typedef std::function<void(const BatchClient*, const Model::UpdateSchedulingPolicyRequest&, const Model::UpdateSchedulingPolicyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateSchedulingPolicyResponseReceivedHandler;
275 typedef std::function<void(const BatchClient*, const Model::UpdateServiceEnvironmentRequest&, const Model::UpdateServiceEnvironmentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateServiceEnvironmentResponseReceivedHandler;
276 /* End of service model async handlers definitions */
277 } // namespace Batch
278} // namespace Aws
EndpointProviderBase< BatchClientConfiguration, BatchBuiltInParameters, BatchClientContextParameters > BatchEndpointProviderBase
std::future< UpdateServiceEnvironmentOutcome > UpdateServiceEnvironmentOutcomeCallable
Aws::Utils::Outcome< DescribeComputeEnvironmentsResult, BatchError > DescribeComputeEnvironmentsOutcome
std::future< UpdateJobQueueOutcome > UpdateJobQueueOutcomeCallable
Aws::Utils::Outcome< SubmitServiceJobResult, BatchError > SubmitServiceJobOutcome
std::future< SubmitJobOutcome > SubmitJobOutcomeCallable
std::future< CreateJobQueueOutcome > CreateJobQueueOutcomeCallable
std::future< CreateSchedulingPolicyOutcome > CreateSchedulingPolicyOutcomeCallable
Aws::Utils::Outcome< CreateSchedulingPolicyResult, BatchError > CreateSchedulingPolicyOutcome
std::future< DeleteJobQueueOutcome > DeleteJobQueueOutcomeCallable
std::future< ListServiceJobsOutcome > ListServiceJobsOutcomeCallable
std::future< DeleteSchedulingPolicyOutcome > DeleteSchedulingPolicyOutcomeCallable
Aws::Utils::Outcome< DeleteServiceEnvironmentResult, BatchError > DeleteServiceEnvironmentOutcome
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
std::future< CreateServiceEnvironmentOutcome > CreateServiceEnvironmentOutcomeCallable
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
Aws::Utils::Outcome< DescribeServiceEnvironmentsResult, BatchError > DescribeServiceEnvironmentsOutcome
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< DeleteServiceEnvironmentOutcome > DeleteServiceEnvironmentOutcomeCallable
std::future< DescribeJobQueuesOutcome > DescribeJobQueuesOutcomeCallable
Aws::Utils::Outcome< CreateServiceEnvironmentResult, BatchError > CreateServiceEnvironmentOutcome
Aws::Utils::Outcome< TerminateServiceJobResult, BatchError > TerminateServiceJobOutcome
Aws::Utils::Outcome< DescribeJobQueuesResult, BatchError > DescribeJobQueuesOutcome
std::future< DescribeServiceEnvironmentsOutcome > DescribeServiceEnvironmentsOutcomeCallable
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
Aws::Utils::Outcome< ListServiceJobsResult, BatchError > ListServiceJobsOutcome
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< DescribeServiceJobOutcome > DescribeServiceJobOutcomeCallable
std::future< DescribeSchedulingPoliciesOutcome > DescribeSchedulingPoliciesOutcomeCallable
std::future< TerminateJobOutcome > TerminateJobOutcomeCallable
std::future< DescribeConsumableResourceOutcome > DescribeConsumableResourceOutcomeCallable
Aws::Utils::Outcome< TagResourceResult, BatchError > TagResourceOutcome
Aws::Utils::Outcome< DeleteConsumableResourceResult, BatchError > DeleteConsumableResourceOutcome
std::future< TerminateServiceJobOutcome > TerminateServiceJobOutcomeCallable
Aws::Utils::Outcome< UpdateJobQueueResult, BatchError > UpdateJobQueueOutcome
Aws::Utils::Outcome< CreateConsumableResourceResult, BatchError > CreateConsumableResourceOutcome
std::future< UpdateComputeEnvironmentOutcome > UpdateComputeEnvironmentOutcomeCallable
std::future< SubmitServiceJobOutcome > SubmitServiceJobOutcomeCallable
std::future< DescribeJobsOutcome > DescribeJobsOutcomeCallable
Aws::Utils::Outcome< ListSchedulingPoliciesResult, BatchError > ListSchedulingPoliciesOutcome
Aws::Utils::Outcome< DescribeServiceJobResult, BatchError > DescribeServiceJobOutcome
Aws::Utils::Outcome< DescribeJobsResult, BatchError > DescribeJobsOutcome
Aws::Utils::Outcome< UpdateServiceEnvironmentResult, BatchError > UpdateServiceEnvironmentOutcome
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::DescribeServiceJobRequest &, const Model::DescribeServiceJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeServiceJobResponseReceivedHandler
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::TerminateServiceJobRequest &, const Model::TerminateServiceJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > TerminateServiceJobResponseReceivedHandler
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::ListServiceJobsRequest &, const Model::ListServiceJobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListServiceJobsResponseReceivedHandler
std::function< void(const BatchClient *, const Model::CreateServiceEnvironmentRequest &, const Model::CreateServiceEnvironmentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateServiceEnvironmentResponseReceivedHandler
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::UpdateServiceEnvironmentRequest &, const Model::UpdateServiceEnvironmentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateServiceEnvironmentResponseReceivedHandler
std::function< void(const BatchClient *, const Model::DescribeServiceEnvironmentsRequest &, const Model::DescribeServiceEnvironmentsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeServiceEnvironmentsResponseReceivedHandler
std::function< void(const BatchClient *, const Model::CreateSchedulingPolicyRequest &, const Model::CreateSchedulingPolicyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateSchedulingPolicyResponseReceivedHandler
std::function< void(const BatchClient *, const Model::SubmitServiceJobRequest &, const Model::SubmitServiceJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > SubmitServiceJobResponseReceivedHandler
std::function< void(const BatchClient *, const Model::DeleteServiceEnvironmentRequest &, const Model::DeleteServiceEnvironmentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteServiceEnvironmentResponseReceivedHandler