AWS SDK for C++

AWS SDK for C++ Version 1.11.779

Loading...
Searching...
No Matches
BatchServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/batch/BatchEndpointProvider.h>
10#include <aws/batch/BatchErrors.h>
11#include <aws/core/client/AWSError.h>
12#include <aws/core/client/AsyncCallerContext.h>
13#include <aws/core/client/GenericClientConfiguration.h>
14#include <aws/core/http/HttpTypes.h>
15#include <aws/core/utils/memory/stl/AWSString.h>
16
17#include <functional>
18#include <future>
19/* End of generic header includes */
20
21/* Service model headers required in BatchClient header */
22#include <aws/batch/model/CancelJobResult.h>
23#include <aws/batch/model/CreateComputeEnvironmentResult.h>
24#include <aws/batch/model/CreateConsumableResourceResult.h>
25#include <aws/batch/model/CreateJobQueueResult.h>
26#include <aws/batch/model/CreateQuotaShareResult.h>
27#include <aws/batch/model/CreateSchedulingPolicyResult.h>
28#include <aws/batch/model/CreateServiceEnvironmentResult.h>
29#include <aws/batch/model/DeleteComputeEnvironmentResult.h>
30#include <aws/batch/model/DeleteConsumableResourceResult.h>
31#include <aws/batch/model/DeleteJobQueueResult.h>
32#include <aws/batch/model/DeleteQuotaShareResult.h>
33#include <aws/batch/model/DeleteSchedulingPolicyResult.h>
34#include <aws/batch/model/DeleteServiceEnvironmentResult.h>
35#include <aws/batch/model/DeregisterJobDefinitionResult.h>
36#include <aws/batch/model/DescribeComputeEnvironmentsRequest.h>
37#include <aws/batch/model/DescribeComputeEnvironmentsResult.h>
38#include <aws/batch/model/DescribeConsumableResourceResult.h>
39#include <aws/batch/model/DescribeJobDefinitionsRequest.h>
40#include <aws/batch/model/DescribeJobDefinitionsResult.h>
41#include <aws/batch/model/DescribeJobQueuesRequest.h>
42#include <aws/batch/model/DescribeJobQueuesResult.h>
43#include <aws/batch/model/DescribeJobsResult.h>
44#include <aws/batch/model/DescribeQuotaShareResult.h>
45#include <aws/batch/model/DescribeSchedulingPoliciesResult.h>
46#include <aws/batch/model/DescribeServiceEnvironmentsRequest.h>
47#include <aws/batch/model/DescribeServiceEnvironmentsResult.h>
48#include <aws/batch/model/DescribeServiceJobResult.h>
49#include <aws/batch/model/GetJobQueueSnapshotResult.h>
50#include <aws/batch/model/ListConsumableResourcesRequest.h>
51#include <aws/batch/model/ListConsumableResourcesResult.h>
52#include <aws/batch/model/ListJobsByConsumableResourceResult.h>
53#include <aws/batch/model/ListJobsRequest.h>
54#include <aws/batch/model/ListJobsResult.h>
55#include <aws/batch/model/ListQuotaSharesResult.h>
56#include <aws/batch/model/ListSchedulingPoliciesRequest.h>
57#include <aws/batch/model/ListSchedulingPoliciesResult.h>
58#include <aws/batch/model/ListServiceJobsRequest.h>
59#include <aws/batch/model/ListServiceJobsResult.h>
60#include <aws/batch/model/ListTagsForResourceResult.h>
61#include <aws/batch/model/RegisterJobDefinitionResult.h>
62#include <aws/batch/model/SubmitJobResult.h>
63#include <aws/batch/model/SubmitServiceJobResult.h>
64#include <aws/batch/model/TagResourceResult.h>
65#include <aws/batch/model/TerminateJobResult.h>
66#include <aws/batch/model/TerminateServiceJobResult.h>
67#include <aws/batch/model/UntagResourceResult.h>
68#include <aws/batch/model/UpdateComputeEnvironmentResult.h>
69#include <aws/batch/model/UpdateConsumableResourceResult.h>
70#include <aws/batch/model/UpdateJobQueueResult.h>
71#include <aws/batch/model/UpdateQuotaShareResult.h>
72#include <aws/batch/model/UpdateSchedulingPolicyResult.h>
73#include <aws/batch/model/UpdateServiceEnvironmentResult.h>
74#include <aws/batch/model/UpdateServiceJobResult.h>
75/* End of service model headers required in BatchClient header */
76
77namespace Aws {
78namespace Http {
79class HttpClient;
80class HttpClientFactory;
81} // namespace Http
82
83namespace Utils {
84template <typename R, typename E>
85class Outcome;
86
87namespace Threading {
88class Executor;
89} // namespace Threading
90} // namespace Utils
91
92namespace Auth {
93class AWSCredentials;
94class AWSCredentialsProvider;
95} // namespace Auth
96
97namespace Client {
98class RetryStrategy;
99} // namespace Client
100
101namespace Batch {
105
106namespace Model {
107/* Service model forward declarations required in BatchClient header */
108class CancelJobRequest;
133class ListJobsRequest;
140class SubmitJobRequest;
153/* End of service model forward declarations required in BatchClient header */
154
155/* Service model Outcome class definitions */
201/* End of service model Outcome class definitions */
202
203/* Service model Outcome callable definitions */
204typedef std::future<CancelJobOutcome> CancelJobOutcomeCallable;
205typedef std::future<CreateComputeEnvironmentOutcome> CreateComputeEnvironmentOutcomeCallable;
206typedef std::future<CreateConsumableResourceOutcome> CreateConsumableResourceOutcomeCallable;
207typedef std::future<CreateJobQueueOutcome> CreateJobQueueOutcomeCallable;
208typedef std::future<CreateQuotaShareOutcome> CreateQuotaShareOutcomeCallable;
209typedef std::future<CreateSchedulingPolicyOutcome> CreateSchedulingPolicyOutcomeCallable;
210typedef std::future<CreateServiceEnvironmentOutcome> CreateServiceEnvironmentOutcomeCallable;
211typedef std::future<DeleteComputeEnvironmentOutcome> DeleteComputeEnvironmentOutcomeCallable;
212typedef std::future<DeleteConsumableResourceOutcome> DeleteConsumableResourceOutcomeCallable;
213typedef std::future<DeleteJobQueueOutcome> DeleteJobQueueOutcomeCallable;
214typedef std::future<DeleteQuotaShareOutcome> DeleteQuotaShareOutcomeCallable;
215typedef std::future<DeleteSchedulingPolicyOutcome> DeleteSchedulingPolicyOutcomeCallable;
216typedef std::future<DeleteServiceEnvironmentOutcome> DeleteServiceEnvironmentOutcomeCallable;
217typedef std::future<DeregisterJobDefinitionOutcome> DeregisterJobDefinitionOutcomeCallable;
218typedef std::future<DescribeComputeEnvironmentsOutcome> DescribeComputeEnvironmentsOutcomeCallable;
219typedef std::future<DescribeConsumableResourceOutcome> DescribeConsumableResourceOutcomeCallable;
220typedef std::future<DescribeJobDefinitionsOutcome> DescribeJobDefinitionsOutcomeCallable;
221typedef std::future<DescribeJobQueuesOutcome> DescribeJobQueuesOutcomeCallable;
222typedef std::future<DescribeJobsOutcome> DescribeJobsOutcomeCallable;
223typedef std::future<DescribeQuotaShareOutcome> DescribeQuotaShareOutcomeCallable;
224typedef std::future<DescribeSchedulingPoliciesOutcome> DescribeSchedulingPoliciesOutcomeCallable;
225typedef std::future<DescribeServiceEnvironmentsOutcome> DescribeServiceEnvironmentsOutcomeCallable;
226typedef std::future<DescribeServiceJobOutcome> DescribeServiceJobOutcomeCallable;
227typedef std::future<GetJobQueueSnapshotOutcome> GetJobQueueSnapshotOutcomeCallable;
228typedef std::future<ListConsumableResourcesOutcome> ListConsumableResourcesOutcomeCallable;
229typedef std::future<ListJobsOutcome> ListJobsOutcomeCallable;
230typedef std::future<ListJobsByConsumableResourceOutcome> ListJobsByConsumableResourceOutcomeCallable;
231typedef std::future<ListQuotaSharesOutcome> ListQuotaSharesOutcomeCallable;
232typedef std::future<ListSchedulingPoliciesOutcome> ListSchedulingPoliciesOutcomeCallable;
233typedef std::future<ListServiceJobsOutcome> ListServiceJobsOutcomeCallable;
234typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
235typedef std::future<RegisterJobDefinitionOutcome> RegisterJobDefinitionOutcomeCallable;
236typedef std::future<SubmitJobOutcome> SubmitJobOutcomeCallable;
237typedef std::future<SubmitServiceJobOutcome> SubmitServiceJobOutcomeCallable;
238typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
239typedef std::future<TerminateJobOutcome> TerminateJobOutcomeCallable;
240typedef std::future<TerminateServiceJobOutcome> TerminateServiceJobOutcomeCallable;
241typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
242typedef std::future<UpdateComputeEnvironmentOutcome> UpdateComputeEnvironmentOutcomeCallable;
243typedef std::future<UpdateConsumableResourceOutcome> UpdateConsumableResourceOutcomeCallable;
244typedef std::future<UpdateJobQueueOutcome> UpdateJobQueueOutcomeCallable;
245typedef std::future<UpdateQuotaShareOutcome> UpdateQuotaShareOutcomeCallable;
246typedef std::future<UpdateSchedulingPolicyOutcome> UpdateSchedulingPolicyOutcomeCallable;
247typedef std::future<UpdateServiceEnvironmentOutcome> UpdateServiceEnvironmentOutcomeCallable;
248typedef std::future<UpdateServiceJobOutcome> UpdateServiceJobOutcomeCallable;
249/* End of service model Outcome callable definitions */
250} // namespace Model
251
252class BatchClient;
253
254/* Service model async handlers definitions */
255typedef std::function<void(const BatchClient*, const Model::CancelJobRequest&, const Model::CancelJobOutcome&,
256 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
259 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
262 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
264typedef std::function<void(const BatchClient*, const Model::CreateJobQueueRequest&, const Model::CreateJobQueueOutcome&,
265 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
267typedef std::function<void(const BatchClient*, const Model::CreateQuotaShareRequest&, const Model::CreateQuotaShareOutcome&,
268 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
270typedef std::function<void(const BatchClient*, const Model::CreateSchedulingPolicyRequest&, const Model::CreateSchedulingPolicyOutcome&,
271 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
274 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
277 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
280 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
282typedef std::function<void(const BatchClient*, const Model::DeleteJobQueueRequest&, const Model::DeleteJobQueueOutcome&,
283 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
285typedef std::function<void(const BatchClient*, const Model::DeleteQuotaShareRequest&, const Model::DeleteQuotaShareOutcome&,
286 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
288typedef std::function<void(const BatchClient*, const Model::DeleteSchedulingPolicyRequest&, const Model::DeleteSchedulingPolicyOutcome&,
289 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
292 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
294typedef std::function<void(const BatchClient*, const Model::DeregisterJobDefinitionRequest&, const Model::DeregisterJobDefinitionOutcome&,
295 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
297typedef std::function<void(const BatchClient*, const Model::DescribeComputeEnvironmentsRequest&,
298 const Model::DescribeComputeEnvironmentsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
300typedef std::function<void(const BatchClient*, const Model::DescribeConsumableResourceRequest&,
301 const Model::DescribeConsumableResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
303typedef std::function<void(const BatchClient*, const Model::DescribeJobDefinitionsRequest&, const Model::DescribeJobDefinitionsOutcome&,
304 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
306typedef std::function<void(const BatchClient*, const Model::DescribeJobQueuesRequest&, const Model::DescribeJobQueuesOutcome&,
307 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
309typedef std::function<void(const BatchClient*, const Model::DescribeJobsRequest&, const Model::DescribeJobsOutcome&,
310 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
312typedef std::function<void(const BatchClient*, const Model::DescribeQuotaShareRequest&, const Model::DescribeQuotaShareOutcome&,
313 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
315typedef std::function<void(const BatchClient*, const Model::DescribeSchedulingPoliciesRequest&,
316 const Model::DescribeSchedulingPoliciesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
318typedef std::function<void(const BatchClient*, const Model::DescribeServiceEnvironmentsRequest&,
319 const Model::DescribeServiceEnvironmentsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
321typedef std::function<void(const BatchClient*, const Model::DescribeServiceJobRequest&, const Model::DescribeServiceJobOutcome&,
322 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
324typedef std::function<void(const BatchClient*, const Model::GetJobQueueSnapshotRequest&, const Model::GetJobQueueSnapshotOutcome&,
325 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
327typedef std::function<void(const BatchClient*, const Model::ListConsumableResourcesRequest&, const Model::ListConsumableResourcesOutcome&,
328 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
330typedef std::function<void(const BatchClient*, const Model::ListJobsRequest&, const Model::ListJobsOutcome&,
331 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
333typedef std::function<void(const BatchClient*, const Model::ListJobsByConsumableResourceRequest&,
335 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
337typedef std::function<void(const BatchClient*, const Model::ListQuotaSharesRequest&, const Model::ListQuotaSharesOutcome&,
338 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
340typedef std::function<void(const BatchClient*, const Model::ListSchedulingPoliciesRequest&, const Model::ListSchedulingPoliciesOutcome&,
341 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
343typedef std::function<void(const BatchClient*, const Model::ListServiceJobsRequest&, const Model::ListServiceJobsOutcome&,
344 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
346typedef std::function<void(const BatchClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&,
347 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
349typedef std::function<void(const BatchClient*, const Model::RegisterJobDefinitionRequest&, const Model::RegisterJobDefinitionOutcome&,
350 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
352typedef std::function<void(const BatchClient*, const Model::SubmitJobRequest&, const Model::SubmitJobOutcome&,
353 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
355typedef std::function<void(const BatchClient*, const Model::SubmitServiceJobRequest&, const Model::SubmitServiceJobOutcome&,
356 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
358typedef std::function<void(const BatchClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&,
359 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
361typedef std::function<void(const BatchClient*, const Model::TerminateJobRequest&, const Model::TerminateJobOutcome&,
362 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
364typedef std::function<void(const BatchClient*, const Model::TerminateServiceJobRequest&, const Model::TerminateServiceJobOutcome&,
365 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
367typedef std::function<void(const BatchClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&,
368 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
371 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
374 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
376typedef std::function<void(const BatchClient*, const Model::UpdateJobQueueRequest&, const Model::UpdateJobQueueOutcome&,
377 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
379typedef std::function<void(const BatchClient*, const Model::UpdateQuotaShareRequest&, const Model::UpdateQuotaShareOutcome&,
380 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
382typedef std::function<void(const BatchClient*, const Model::UpdateSchedulingPolicyRequest&, const Model::UpdateSchedulingPolicyOutcome&,
383 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
386 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
388typedef std::function<void(const BatchClient*, const Model::UpdateServiceJobRequest&, const Model::UpdateServiceJobOutcome&,
389 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
391/* End of service model async handlers definitions */
392} // namespace Batch
393} // namespace Aws
EndpointProviderBase< BatchClientConfiguration, BatchBuiltInParameters, BatchClientContextParameters > BatchEndpointProviderBase
std::future< DeleteQuotaShareOutcome > DeleteQuotaShareOutcomeCallable
std::future< UpdateServiceEnvironmentOutcome > UpdateServiceEnvironmentOutcomeCallable
Aws::Utils::Outcome< DescribeComputeEnvironmentsResult, BatchError > DescribeComputeEnvironmentsOutcome
std::future< UpdateJobQueueOutcome > UpdateJobQueueOutcomeCallable
Aws::Utils::Outcome< SubmitServiceJobResult, BatchError > SubmitServiceJobOutcome
std::future< SubmitJobOutcome > SubmitJobOutcomeCallable
Aws::Utils::Outcome< DescribeQuotaShareResult, BatchError > DescribeQuotaShareOutcome
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< UpdateQuotaShareOutcome > UpdateQuotaShareOutcomeCallable
std::future< CreateServiceEnvironmentOutcome > CreateServiceEnvironmentOutcomeCallable
Aws::Utils::Outcome< TerminateJobResult, BatchError > TerminateJobOutcome
std::future< CreateQuotaShareOutcome > CreateQuotaShareOutcomeCallable
Aws::Utils::Outcome< DescribeSchedulingPoliciesResult, BatchError > DescribeSchedulingPoliciesOutcome
std::future< ListJobsOutcome > ListJobsOutcomeCallable
Aws::Utils::Outcome< UpdateComputeEnvironmentResult, BatchError > UpdateComputeEnvironmentOutcome
std::future< UpdateServiceJobOutcome > UpdateServiceJobOutcomeCallable
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
Aws::Utils::Outcome< UpdateQuotaShareResult, BatchError > UpdateQuotaShareOutcome
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
std::future< ListQuotaSharesOutcome > ListQuotaSharesOutcomeCallable
Aws::Utils::Outcome< UntagResourceResult, BatchError > UntagResourceOutcome
Aws::Utils::Outcome< CreateJobQueueResult, BatchError > CreateJobQueueOutcome
Aws::Utils::Outcome< DeleteComputeEnvironmentResult, BatchError > DeleteComputeEnvironmentOutcome
Aws::Utils::Outcome< CreateQuotaShareResult, BatchError > CreateQuotaShareOutcome
Aws::Utils::Outcome< DeleteQuotaShareResult, BatchError > DeleteQuotaShareOutcome
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
Aws::Utils::Outcome< UpdateServiceJobResult, BatchError > UpdateServiceJobOutcome
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< ListQuotaSharesResult, BatchError > ListQuotaSharesOutcome
Aws::Utils::Outcome< ListJobsResult, BatchError > ListJobsOutcome
std::future< DescribeQuotaShareOutcome > DescribeQuotaShareOutcomeCallable
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::CreateQuotaShareRequest &, const Model::CreateQuotaShareOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateQuotaShareResponseReceivedHandler
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::DeleteJobQueueRequest &, const Model::DeleteJobQueueOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteJobQueueResponseReceivedHandler
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::GetJobQueueSnapshotRequest &, const Model::GetJobQueueSnapshotOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetJobQueueSnapshotResponseReceivedHandler
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::DescribeConsumableResourceRequest &, const Model::DescribeConsumableResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeConsumableResourceResponseReceivedHandler
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::ListConsumableResourcesRequest &, const Model::ListConsumableResourcesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListConsumableResourcesResponseReceivedHandler
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::DescribeComputeEnvironmentsRequest &, const Model::DescribeComputeEnvironmentsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeComputeEnvironmentsResponseReceivedHandler
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::ListServiceJobsRequest &, const Model::ListServiceJobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListServiceJobsResponseReceivedHandler
std::function< void(const BatchClient *, const Model::DeleteQuotaShareRequest &, const Model::DeleteQuotaShareOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteQuotaShareResponseReceivedHandler
std::function< void(const BatchClient *, const Model::DescribeQuotaShareRequest &, const Model::DescribeQuotaShareOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeQuotaShareResponseReceivedHandler
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::DeleteConsumableResourceRequest &, const Model::DeleteConsumableResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteConsumableResourceResponseReceivedHandler
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
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::UpdateQuotaShareRequest &, const Model::UpdateQuotaShareOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateQuotaShareResponseReceivedHandler
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::DescribeSchedulingPoliciesRequest &, const Model::DescribeSchedulingPoliciesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeSchedulingPoliciesResponseReceivedHandler
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::TerminateServiceJobRequest &, const Model::TerminateServiceJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> TerminateServiceJobResponseReceivedHandler
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::SubmitJobRequest &, const Model::SubmitJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> SubmitJobResponseReceivedHandler
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::CreateServiceEnvironmentRequest &, const Model::CreateServiceEnvironmentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateServiceEnvironmentResponseReceivedHandler
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::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListTagsForResourceResponseReceivedHandler
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::DescribeJobQueuesRequest &, const Model::DescribeJobQueuesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeJobQueuesResponseReceivedHandler
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::UpdateServiceEnvironmentRequest &, const Model::UpdateServiceEnvironmentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateServiceEnvironmentResponseReceivedHandler
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::TerminateJobRequest &, const Model::TerminateJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> TerminateJobResponseReceivedHandler
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::ListJobsByConsumableResourceRequest &, const Model::ListJobsByConsumableResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListJobsByConsumableResourceResponseReceivedHandler
std::function< void(const BatchClient *, const Model::ListQuotaSharesRequest &, const Model::ListQuotaSharesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListQuotaSharesResponseReceivedHandler
std::function< void(const BatchClient *, const Model::UpdateServiceJobRequest &, const Model::UpdateServiceJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateServiceJobResponseReceivedHandler
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::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::DeleteComputeEnvironmentRequest &, const Model::DeleteComputeEnvironmentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteComputeEnvironmentResponseReceivedHandler