AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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/CreateJobQueueResult.h>
24#include <aws/batch/model/CreateSchedulingPolicyResult.h>
25#include <aws/batch/model/DeleteComputeEnvironmentResult.h>
26#include <aws/batch/model/DeleteJobQueueResult.h>
27#include <aws/batch/model/DeleteSchedulingPolicyResult.h>
28#include <aws/batch/model/DeregisterJobDefinitionResult.h>
29#include <aws/batch/model/DescribeComputeEnvironmentsResult.h>
30#include <aws/batch/model/DescribeJobDefinitionsResult.h>
31#include <aws/batch/model/DescribeJobQueuesResult.h>
32#include <aws/batch/model/DescribeJobsResult.h>
33#include <aws/batch/model/DescribeSchedulingPoliciesResult.h>
34#include <aws/batch/model/GetJobQueueSnapshotResult.h>
35#include <aws/batch/model/ListJobsResult.h>
36#include <aws/batch/model/ListSchedulingPoliciesResult.h>
37#include <aws/batch/model/ListTagsForResourceResult.h>
38#include <aws/batch/model/RegisterJobDefinitionResult.h>
39#include <aws/batch/model/SubmitJobResult.h>
40#include <aws/batch/model/TagResourceResult.h>
41#include <aws/batch/model/TerminateJobResult.h>
42#include <aws/batch/model/UntagResourceResult.h>
43#include <aws/batch/model/UpdateComputeEnvironmentResult.h>
44#include <aws/batch/model/UpdateJobQueueResult.h>
45#include <aws/batch/model/UpdateSchedulingPolicyResult.h>
46#include <aws/batch/model/ListSchedulingPoliciesRequest.h>
47#include <aws/batch/model/DescribeJobQueuesRequest.h>
48#include <aws/batch/model/DescribeJobDefinitionsRequest.h>
49#include <aws/batch/model/DescribeComputeEnvironmentsRequest.h>
50#include <aws/batch/model/ListJobsRequest.h>
51/* End of service model headers required in BatchClient header */
52
53namespace Aws
54{
55 namespace Http
56 {
57 class HttpClient;
58 class HttpClientFactory;
59 } // namespace Http
60
61 namespace Utils
62 {
63 template< typename R, typename E> class Outcome;
64
65 namespace Threading
66 {
67 class Executor;
68 } // namespace Threading
69 } // namespace Utils
70
71 namespace Auth
72 {
73 class AWSCredentials;
74 class AWSCredentialsProvider;
75 } // namespace Auth
76
77 namespace Client
78 {
79 class RetryStrategy;
80 } // namespace Client
81
82 namespace Batch
83 {
87
88 namespace Model
89 {
90 /* Service model forward declarations required in BatchClient header */
91 class CancelJobRequest;
105 class ListJobsRequest;
109 class SubmitJobRequest;
110 class TagResourceRequest;
116 /* End of service model forward declarations required in BatchClient header */
117
118 /* Service model Outcome class definitions */
144 /* End of service model Outcome class definitions */
145
146 /* Service model Outcome callable definitions */
147 typedef std::future<CancelJobOutcome> CancelJobOutcomeCallable;
148 typedef std::future<CreateComputeEnvironmentOutcome> CreateComputeEnvironmentOutcomeCallable;
149 typedef std::future<CreateJobQueueOutcome> CreateJobQueueOutcomeCallable;
150 typedef std::future<CreateSchedulingPolicyOutcome> CreateSchedulingPolicyOutcomeCallable;
151 typedef std::future<DeleteComputeEnvironmentOutcome> DeleteComputeEnvironmentOutcomeCallable;
152 typedef std::future<DeleteJobQueueOutcome> DeleteJobQueueOutcomeCallable;
153 typedef std::future<DeleteSchedulingPolicyOutcome> DeleteSchedulingPolicyOutcomeCallable;
154 typedef std::future<DeregisterJobDefinitionOutcome> DeregisterJobDefinitionOutcomeCallable;
155 typedef std::future<DescribeComputeEnvironmentsOutcome> DescribeComputeEnvironmentsOutcomeCallable;
156 typedef std::future<DescribeJobDefinitionsOutcome> DescribeJobDefinitionsOutcomeCallable;
157 typedef std::future<DescribeJobQueuesOutcome> DescribeJobQueuesOutcomeCallable;
158 typedef std::future<DescribeJobsOutcome> DescribeJobsOutcomeCallable;
159 typedef std::future<DescribeSchedulingPoliciesOutcome> DescribeSchedulingPoliciesOutcomeCallable;
160 typedef std::future<GetJobQueueSnapshotOutcome> GetJobQueueSnapshotOutcomeCallable;
161 typedef std::future<ListJobsOutcome> ListJobsOutcomeCallable;
162 typedef std::future<ListSchedulingPoliciesOutcome> ListSchedulingPoliciesOutcomeCallable;
163 typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
164 typedef std::future<RegisterJobDefinitionOutcome> RegisterJobDefinitionOutcomeCallable;
165 typedef std::future<SubmitJobOutcome> SubmitJobOutcomeCallable;
166 typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
167 typedef std::future<TerminateJobOutcome> TerminateJobOutcomeCallable;
168 typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
169 typedef std::future<UpdateComputeEnvironmentOutcome> UpdateComputeEnvironmentOutcomeCallable;
170 typedef std::future<UpdateJobQueueOutcome> UpdateJobQueueOutcomeCallable;
171 typedef std::future<UpdateSchedulingPolicyOutcome> UpdateSchedulingPolicyOutcomeCallable;
172 /* End of service model Outcome callable definitions */
173 } // namespace Model
174
175 class BatchClient;
176
177 /* Service model async handlers definitions */
178 typedef std::function<void(const BatchClient*, const Model::CancelJobRequest&, const Model::CancelJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CancelJobResponseReceivedHandler;
179 typedef std::function<void(const BatchClient*, const Model::CreateComputeEnvironmentRequest&, const Model::CreateComputeEnvironmentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateComputeEnvironmentResponseReceivedHandler;
180 typedef std::function<void(const BatchClient*, const Model::CreateJobQueueRequest&, const Model::CreateJobQueueOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateJobQueueResponseReceivedHandler;
181 typedef std::function<void(const BatchClient*, const Model::CreateSchedulingPolicyRequest&, const Model::CreateSchedulingPolicyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateSchedulingPolicyResponseReceivedHandler;
182 typedef std::function<void(const BatchClient*, const Model::DeleteComputeEnvironmentRequest&, const Model::DeleteComputeEnvironmentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteComputeEnvironmentResponseReceivedHandler;
183 typedef std::function<void(const BatchClient*, const Model::DeleteJobQueueRequest&, const Model::DeleteJobQueueOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteJobQueueResponseReceivedHandler;
184 typedef std::function<void(const BatchClient*, const Model::DeleteSchedulingPolicyRequest&, const Model::DeleteSchedulingPolicyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteSchedulingPolicyResponseReceivedHandler;
185 typedef std::function<void(const BatchClient*, const Model::DeregisterJobDefinitionRequest&, const Model::DeregisterJobDefinitionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeregisterJobDefinitionResponseReceivedHandler;
186 typedef std::function<void(const BatchClient*, const Model::DescribeComputeEnvironmentsRequest&, const Model::DescribeComputeEnvironmentsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeComputeEnvironmentsResponseReceivedHandler;
187 typedef std::function<void(const BatchClient*, const Model::DescribeJobDefinitionsRequest&, const Model::DescribeJobDefinitionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeJobDefinitionsResponseReceivedHandler;
188 typedef std::function<void(const BatchClient*, const Model::DescribeJobQueuesRequest&, const Model::DescribeJobQueuesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeJobQueuesResponseReceivedHandler;
189 typedef std::function<void(const BatchClient*, const Model::DescribeJobsRequest&, const Model::DescribeJobsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeJobsResponseReceivedHandler;
190 typedef std::function<void(const BatchClient*, const Model::DescribeSchedulingPoliciesRequest&, const Model::DescribeSchedulingPoliciesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeSchedulingPoliciesResponseReceivedHandler;
191 typedef std::function<void(const BatchClient*, const Model::GetJobQueueSnapshotRequest&, const Model::GetJobQueueSnapshotOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetJobQueueSnapshotResponseReceivedHandler;
192 typedef std::function<void(const BatchClient*, const Model::ListJobsRequest&, const Model::ListJobsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListJobsResponseReceivedHandler;
193 typedef std::function<void(const BatchClient*, const Model::ListSchedulingPoliciesRequest&, const Model::ListSchedulingPoliciesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListSchedulingPoliciesResponseReceivedHandler;
194 typedef std::function<void(const BatchClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTagsForResourceResponseReceivedHandler;
195 typedef std::function<void(const BatchClient*, const Model::RegisterJobDefinitionRequest&, const Model::RegisterJobDefinitionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > RegisterJobDefinitionResponseReceivedHandler;
196 typedef std::function<void(const BatchClient*, const Model::SubmitJobRequest&, const Model::SubmitJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > SubmitJobResponseReceivedHandler;
197 typedef std::function<void(const BatchClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > TagResourceResponseReceivedHandler;
198 typedef std::function<void(const BatchClient*, const Model::TerminateJobRequest&, const Model::TerminateJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > TerminateJobResponseReceivedHandler;
199 typedef std::function<void(const BatchClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UntagResourceResponseReceivedHandler;
200 typedef std::function<void(const BatchClient*, const Model::UpdateComputeEnvironmentRequest&, const Model::UpdateComputeEnvironmentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateComputeEnvironmentResponseReceivedHandler;
201 typedef std::function<void(const BatchClient*, const Model::UpdateJobQueueRequest&, const Model::UpdateJobQueueOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateJobQueueResponseReceivedHandler;
202 typedef std::function<void(const BatchClient*, const Model::UpdateSchedulingPolicyRequest&, const Model::UpdateSchedulingPolicyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateSchedulingPolicyResponseReceivedHandler;
203 /* End of service model async handlers definitions */
204 } // namespace Batch
205} // 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
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< DescribeComputeEnvironmentsOutcome > DescribeComputeEnvironmentsOutcomeCallable
std::future< ListSchedulingPoliciesOutcome > ListSchedulingPoliciesOutcomeCallable
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
Aws::Utils::Outcome< DeregisterJobDefinitionResult, BatchError > DeregisterJobDefinitionOutcome
std::future< DescribeJobDefinitionsOutcome > DescribeJobDefinitionsOutcomeCallable
std::future< DeleteComputeEnvironmentOutcome > DeleteComputeEnvironmentOutcomeCallable
Aws::Utils::Outcome< SubmitJobResult, BatchError > SubmitJobOutcome
std::future< DescribeSchedulingPoliciesOutcome > DescribeSchedulingPoliciesOutcomeCallable
std::future< TerminateJobOutcome > TerminateJobOutcomeCallable
Aws::Utils::Outcome< TagResourceResult, BatchError > TagResourceOutcome
Aws::Utils::Outcome< UpdateJobQueueResult, BatchError > UpdateJobQueueOutcome
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
Aws::Utils::Outcome< ListTagsForResourceResult, BatchError > ListTagsForResourceOutcome
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::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::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::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::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::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