AWS SDK for C++

AWS SDK for C++ Version 1.11.678

Loading...
Searching...
No Matches
TranscribeServiceServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/core/client/AWSError.h>
10#include <aws/core/client/AsyncCallerContext.h>
11#include <aws/core/client/GenericClientConfiguration.h>
12#include <aws/core/http/HttpTypes.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
14#include <aws/transcribe/TranscribeServiceEndpointProvider.h>
15#include <aws/transcribe/TranscribeServiceErrors.h>
16
17#include <functional>
18#include <future>
19/* End of generic header includes */
20
21/* Service model headers required in TranscribeServiceClient header */
22#include <aws/core/NoResult.h>
23#include <aws/transcribe/model/CreateCallAnalyticsCategoryResult.h>
24#include <aws/transcribe/model/CreateLanguageModelResult.h>
25#include <aws/transcribe/model/CreateMedicalVocabularyResult.h>
26#include <aws/transcribe/model/CreateVocabularyFilterResult.h>
27#include <aws/transcribe/model/CreateVocabularyResult.h>
28#include <aws/transcribe/model/DeleteCallAnalyticsCategoryResult.h>
29#include <aws/transcribe/model/DeleteCallAnalyticsJobResult.h>
30#include <aws/transcribe/model/DescribeLanguageModelResult.h>
31#include <aws/transcribe/model/GetCallAnalyticsCategoryResult.h>
32#include <aws/transcribe/model/GetCallAnalyticsJobResult.h>
33#include <aws/transcribe/model/GetMedicalScribeJobResult.h>
34#include <aws/transcribe/model/GetMedicalTranscriptionJobResult.h>
35#include <aws/transcribe/model/GetMedicalVocabularyResult.h>
36#include <aws/transcribe/model/GetTranscriptionJobResult.h>
37#include <aws/transcribe/model/GetVocabularyFilterResult.h>
38#include <aws/transcribe/model/GetVocabularyResult.h>
39#include <aws/transcribe/model/ListCallAnalyticsCategoriesRequest.h>
40#include <aws/transcribe/model/ListCallAnalyticsCategoriesResult.h>
41#include <aws/transcribe/model/ListCallAnalyticsJobsRequest.h>
42#include <aws/transcribe/model/ListCallAnalyticsJobsResult.h>
43#include <aws/transcribe/model/ListLanguageModelsRequest.h>
44#include <aws/transcribe/model/ListLanguageModelsResult.h>
45#include <aws/transcribe/model/ListMedicalScribeJobsRequest.h>
46#include <aws/transcribe/model/ListMedicalScribeJobsResult.h>
47#include <aws/transcribe/model/ListMedicalTranscriptionJobsRequest.h>
48#include <aws/transcribe/model/ListMedicalTranscriptionJobsResult.h>
49#include <aws/transcribe/model/ListMedicalVocabulariesRequest.h>
50#include <aws/transcribe/model/ListMedicalVocabulariesResult.h>
51#include <aws/transcribe/model/ListTagsForResourceResult.h>
52#include <aws/transcribe/model/ListTranscriptionJobsRequest.h>
53#include <aws/transcribe/model/ListTranscriptionJobsResult.h>
54#include <aws/transcribe/model/ListVocabulariesRequest.h>
55#include <aws/transcribe/model/ListVocabulariesResult.h>
56#include <aws/transcribe/model/ListVocabularyFiltersRequest.h>
57#include <aws/transcribe/model/ListVocabularyFiltersResult.h>
58#include <aws/transcribe/model/StartCallAnalyticsJobResult.h>
59#include <aws/transcribe/model/StartMedicalScribeJobResult.h>
60#include <aws/transcribe/model/StartMedicalTranscriptionJobResult.h>
61#include <aws/transcribe/model/StartTranscriptionJobResult.h>
62#include <aws/transcribe/model/TagResourceResult.h>
63#include <aws/transcribe/model/UntagResourceResult.h>
64#include <aws/transcribe/model/UpdateCallAnalyticsCategoryResult.h>
65#include <aws/transcribe/model/UpdateMedicalVocabularyResult.h>
66#include <aws/transcribe/model/UpdateVocabularyFilterResult.h>
67#include <aws/transcribe/model/UpdateVocabularyResult.h>
68/* End of service model headers required in TranscribeServiceClient header */
69
70namespace Aws {
71namespace Http {
72class HttpClient;
73class HttpClientFactory;
74} // namespace Http
75
76namespace Utils {
77template <typename R, typename E>
78class Outcome;
79
80namespace Threading {
81class Executor;
82} // namespace Threading
83} // namespace Utils
84
85namespace Auth {
86class AWSCredentials;
87class AWSCredentialsProvider;
88} // namespace Auth
89
90namespace Client {
91class RetryStrategy;
92} // namespace Client
93
94namespace TranscribeService {
98
99namespace Model {
100/* Service model forward declarations required in TranscribeServiceClient header */
101class CreateCallAnalyticsCategoryRequest;
102class CreateLanguageModelRequest;
103class CreateMedicalVocabularyRequest;
104class CreateVocabularyRequest;
105class CreateVocabularyFilterRequest;
106class DeleteCallAnalyticsCategoryRequest;
107class DeleteCallAnalyticsJobRequest;
108class DeleteLanguageModelRequest;
109class DeleteMedicalScribeJobRequest;
110class DeleteMedicalTranscriptionJobRequest;
111class DeleteMedicalVocabularyRequest;
112class DeleteTranscriptionJobRequest;
113class DeleteVocabularyRequest;
114class DeleteVocabularyFilterRequest;
115class DescribeLanguageModelRequest;
116class GetCallAnalyticsCategoryRequest;
117class GetCallAnalyticsJobRequest;
118class GetMedicalScribeJobRequest;
119class GetMedicalTranscriptionJobRequest;
120class GetMedicalVocabularyRequest;
121class GetTranscriptionJobRequest;
122class GetVocabularyRequest;
123class GetVocabularyFilterRequest;
124class ListCallAnalyticsCategoriesRequest;
125class ListCallAnalyticsJobsRequest;
126class ListLanguageModelsRequest;
127class ListMedicalScribeJobsRequest;
128class ListMedicalTranscriptionJobsRequest;
129class ListMedicalVocabulariesRequest;
130class ListTagsForResourceRequest;
131class ListTranscriptionJobsRequest;
132class ListVocabulariesRequest;
133class ListVocabularyFiltersRequest;
134class StartCallAnalyticsJobRequest;
135class StartMedicalScribeJobRequest;
136class StartMedicalTranscriptionJobRequest;
137class StartTranscriptionJobRequest;
138class TagResourceRequest;
139class UntagResourceRequest;
140class UpdateCallAnalyticsCategoryRequest;
141class UpdateMedicalVocabularyRequest;
142class UpdateVocabularyRequest;
143class UpdateVocabularyFilterRequest;
144/* End of service model forward declarations required in TranscribeServiceClient header */
145
146/* Service model Outcome class definitions */
190/* End of service model Outcome class definitions */
191
192/* Service model Outcome callable definitions */
193typedef std::future<CreateCallAnalyticsCategoryOutcome> CreateCallAnalyticsCategoryOutcomeCallable;
194typedef std::future<CreateLanguageModelOutcome> CreateLanguageModelOutcomeCallable;
195typedef std::future<CreateMedicalVocabularyOutcome> CreateMedicalVocabularyOutcomeCallable;
196typedef std::future<CreateVocabularyOutcome> CreateVocabularyOutcomeCallable;
197typedef std::future<CreateVocabularyFilterOutcome> CreateVocabularyFilterOutcomeCallable;
198typedef std::future<DeleteCallAnalyticsCategoryOutcome> DeleteCallAnalyticsCategoryOutcomeCallable;
199typedef std::future<DeleteCallAnalyticsJobOutcome> DeleteCallAnalyticsJobOutcomeCallable;
200typedef std::future<DeleteLanguageModelOutcome> DeleteLanguageModelOutcomeCallable;
201typedef std::future<DeleteMedicalScribeJobOutcome> DeleteMedicalScribeJobOutcomeCallable;
202typedef std::future<DeleteMedicalTranscriptionJobOutcome> DeleteMedicalTranscriptionJobOutcomeCallable;
203typedef std::future<DeleteMedicalVocabularyOutcome> DeleteMedicalVocabularyOutcomeCallable;
204typedef std::future<DeleteTranscriptionJobOutcome> DeleteTranscriptionJobOutcomeCallable;
205typedef std::future<DeleteVocabularyOutcome> DeleteVocabularyOutcomeCallable;
206typedef std::future<DeleteVocabularyFilterOutcome> DeleteVocabularyFilterOutcomeCallable;
207typedef std::future<DescribeLanguageModelOutcome> DescribeLanguageModelOutcomeCallable;
208typedef std::future<GetCallAnalyticsCategoryOutcome> GetCallAnalyticsCategoryOutcomeCallable;
209typedef std::future<GetCallAnalyticsJobOutcome> GetCallAnalyticsJobOutcomeCallable;
210typedef std::future<GetMedicalScribeJobOutcome> GetMedicalScribeJobOutcomeCallable;
211typedef std::future<GetMedicalTranscriptionJobOutcome> GetMedicalTranscriptionJobOutcomeCallable;
212typedef std::future<GetMedicalVocabularyOutcome> GetMedicalVocabularyOutcomeCallable;
213typedef std::future<GetTranscriptionJobOutcome> GetTranscriptionJobOutcomeCallable;
214typedef std::future<GetVocabularyOutcome> GetVocabularyOutcomeCallable;
215typedef std::future<GetVocabularyFilterOutcome> GetVocabularyFilterOutcomeCallable;
216typedef std::future<ListCallAnalyticsCategoriesOutcome> ListCallAnalyticsCategoriesOutcomeCallable;
217typedef std::future<ListCallAnalyticsJobsOutcome> ListCallAnalyticsJobsOutcomeCallable;
218typedef std::future<ListLanguageModelsOutcome> ListLanguageModelsOutcomeCallable;
219typedef std::future<ListMedicalScribeJobsOutcome> ListMedicalScribeJobsOutcomeCallable;
220typedef std::future<ListMedicalTranscriptionJobsOutcome> ListMedicalTranscriptionJobsOutcomeCallable;
221typedef std::future<ListMedicalVocabulariesOutcome> ListMedicalVocabulariesOutcomeCallable;
222typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
223typedef std::future<ListTranscriptionJobsOutcome> ListTranscriptionJobsOutcomeCallable;
224typedef std::future<ListVocabulariesOutcome> ListVocabulariesOutcomeCallable;
225typedef std::future<ListVocabularyFiltersOutcome> ListVocabularyFiltersOutcomeCallable;
226typedef std::future<StartCallAnalyticsJobOutcome> StartCallAnalyticsJobOutcomeCallable;
227typedef std::future<StartMedicalScribeJobOutcome> StartMedicalScribeJobOutcomeCallable;
228typedef std::future<StartMedicalTranscriptionJobOutcome> StartMedicalTranscriptionJobOutcomeCallable;
229typedef std::future<StartTranscriptionJobOutcome> StartTranscriptionJobOutcomeCallable;
230typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
231typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
232typedef std::future<UpdateCallAnalyticsCategoryOutcome> UpdateCallAnalyticsCategoryOutcomeCallable;
233typedef std::future<UpdateMedicalVocabularyOutcome> UpdateMedicalVocabularyOutcomeCallable;
234typedef std::future<UpdateVocabularyOutcome> UpdateVocabularyOutcomeCallable;
235typedef std::future<UpdateVocabularyFilterOutcome> UpdateVocabularyFilterOutcomeCallable;
236/* End of service model Outcome callable definitions */
237} // namespace Model
238
240
241/* Service model async handlers definitions */
242typedef std::function<void(const TranscribeServiceClient*, const Model::CreateCallAnalyticsCategoryRequest&,
243 const Model::CreateCallAnalyticsCategoryOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
245typedef std::function<void(const TranscribeServiceClient*, const Model::CreateLanguageModelRequest&,
246 const Model::CreateLanguageModelOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
248typedef std::function<void(const TranscribeServiceClient*, const Model::CreateMedicalVocabularyRequest&,
249 const Model::CreateMedicalVocabularyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
251typedef std::function<void(const TranscribeServiceClient*, const Model::CreateVocabularyRequest&, const Model::CreateVocabularyOutcome&,
252 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
254typedef std::function<void(const TranscribeServiceClient*, const Model::CreateVocabularyFilterRequest&,
255 const Model::CreateVocabularyFilterOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
257typedef std::function<void(const TranscribeServiceClient*, const Model::DeleteCallAnalyticsCategoryRequest&,
258 const Model::DeleteCallAnalyticsCategoryOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
260typedef std::function<void(const TranscribeServiceClient*, const Model::DeleteCallAnalyticsJobRequest&,
261 const Model::DeleteCallAnalyticsJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
263typedef std::function<void(const TranscribeServiceClient*, const Model::DeleteLanguageModelRequest&,
264 const Model::DeleteLanguageModelOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
266typedef std::function<void(const TranscribeServiceClient*, const Model::DeleteMedicalScribeJobRequest&,
267 const Model::DeleteMedicalScribeJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
269typedef std::function<void(const TranscribeServiceClient*, const Model::DeleteMedicalTranscriptionJobRequest&,
271 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
273typedef std::function<void(const TranscribeServiceClient*, const Model::DeleteMedicalVocabularyRequest&,
274 const Model::DeleteMedicalVocabularyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
276typedef std::function<void(const TranscribeServiceClient*, const Model::DeleteTranscriptionJobRequest&,
277 const Model::DeleteTranscriptionJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
279typedef std::function<void(const TranscribeServiceClient*, const Model::DeleteVocabularyRequest&, const Model::DeleteVocabularyOutcome&,
280 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
282typedef std::function<void(const TranscribeServiceClient*, const Model::DeleteVocabularyFilterRequest&,
283 const Model::DeleteVocabularyFilterOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
285typedef std::function<void(const TranscribeServiceClient*, const Model::DescribeLanguageModelRequest&,
286 const Model::DescribeLanguageModelOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
288typedef std::function<void(const TranscribeServiceClient*, const Model::GetCallAnalyticsCategoryRequest&,
289 const Model::GetCallAnalyticsCategoryOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
291typedef std::function<void(const TranscribeServiceClient*, const Model::GetCallAnalyticsJobRequest&,
292 const Model::GetCallAnalyticsJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
294typedef std::function<void(const TranscribeServiceClient*, const Model::GetMedicalScribeJobRequest&,
295 const Model::GetMedicalScribeJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
297typedef std::function<void(const TranscribeServiceClient*, const Model::GetMedicalTranscriptionJobRequest&,
298 const Model::GetMedicalTranscriptionJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
300typedef std::function<void(const TranscribeServiceClient*, const Model::GetMedicalVocabularyRequest&,
301 const Model::GetMedicalVocabularyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
303typedef std::function<void(const TranscribeServiceClient*, const Model::GetTranscriptionJobRequest&,
304 const Model::GetTranscriptionJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
306typedef std::function<void(const TranscribeServiceClient*, const Model::GetVocabularyRequest&, const Model::GetVocabularyOutcome&,
307 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
309typedef std::function<void(const TranscribeServiceClient*, const Model::GetVocabularyFilterRequest&,
310 const Model::GetVocabularyFilterOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
312typedef std::function<void(const TranscribeServiceClient*, const Model::ListCallAnalyticsCategoriesRequest&,
313 const Model::ListCallAnalyticsCategoriesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
315typedef std::function<void(const TranscribeServiceClient*, const Model::ListCallAnalyticsJobsRequest&,
316 const Model::ListCallAnalyticsJobsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
319 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
321typedef std::function<void(const TranscribeServiceClient*, const Model::ListMedicalScribeJobsRequest&,
322 const Model::ListMedicalScribeJobsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
324typedef std::function<void(const TranscribeServiceClient*, const Model::ListMedicalTranscriptionJobsRequest&,
326 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
328typedef std::function<void(const TranscribeServiceClient*, const Model::ListMedicalVocabulariesRequest&,
329 const Model::ListMedicalVocabulariesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
331typedef std::function<void(const TranscribeServiceClient*, const Model::ListTagsForResourceRequest&,
332 const Model::ListTagsForResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
334typedef std::function<void(const TranscribeServiceClient*, const Model::ListTranscriptionJobsRequest&,
335 const Model::ListTranscriptionJobsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
337typedef std::function<void(const TranscribeServiceClient*, const Model::ListVocabulariesRequest&, const Model::ListVocabulariesOutcome&,
338 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
340typedef std::function<void(const TranscribeServiceClient*, const Model::ListVocabularyFiltersRequest&,
341 const Model::ListVocabularyFiltersOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
343typedef std::function<void(const TranscribeServiceClient*, const Model::StartCallAnalyticsJobRequest&,
344 const Model::StartCallAnalyticsJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
346typedef std::function<void(const TranscribeServiceClient*, const Model::StartMedicalScribeJobRequest&,
347 const Model::StartMedicalScribeJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
349typedef std::function<void(const TranscribeServiceClient*, const Model::StartMedicalTranscriptionJobRequest&,
351 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
353typedef std::function<void(const TranscribeServiceClient*, const Model::StartTranscriptionJobRequest&,
354 const Model::StartTranscriptionJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
356typedef std::function<void(const TranscribeServiceClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&,
357 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
359typedef std::function<void(const TranscribeServiceClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&,
360 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
362typedef std::function<void(const TranscribeServiceClient*, const Model::UpdateCallAnalyticsCategoryRequest&,
363 const Model::UpdateCallAnalyticsCategoryOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
365typedef std::function<void(const TranscribeServiceClient*, const Model::UpdateMedicalVocabularyRequest&,
366 const Model::UpdateMedicalVocabularyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
368typedef std::function<void(const TranscribeServiceClient*, const Model::UpdateVocabularyRequest&, const Model::UpdateVocabularyOutcome&,
369 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
371typedef std::function<void(const TranscribeServiceClient*, const Model::UpdateVocabularyFilterRequest&,
372 const Model::UpdateVocabularyFilterOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
374/* End of service model async handlers definitions */
375} // namespace TranscribeService
376} // namespace Aws
EndpointProviderBase< TranscribeServiceClientConfiguration, TranscribeServiceBuiltInParameters, TranscribeServiceClientContextParameters > TranscribeServiceEndpointProviderBase
Aws::Utils::Outcome< Aws::NoResult, TranscribeServiceError > DeleteMedicalVocabularyOutcome
std::future< ListMedicalTranscriptionJobsOutcome > ListMedicalTranscriptionJobsOutcomeCallable
std::future< GetMedicalScribeJobOutcome > GetMedicalScribeJobOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, TranscribeServiceError > DeleteLanguageModelOutcome
std::future< UpdateMedicalVocabularyOutcome > UpdateMedicalVocabularyOutcomeCallable
std::future< ListCallAnalyticsCategoriesOutcome > ListCallAnalyticsCategoriesOutcomeCallable
Aws::Utils::Outcome< GetCallAnalyticsJobResult, TranscribeServiceError > GetCallAnalyticsJobOutcome
Aws::Utils::Outcome< Aws::NoResult, TranscribeServiceError > DeleteMedicalTranscriptionJobOutcome
std::future< DeleteCallAnalyticsJobOutcome > DeleteCallAnalyticsJobOutcomeCallable
Aws::Utils::Outcome< StartCallAnalyticsJobResult, TranscribeServiceError > StartCallAnalyticsJobOutcome
std::future< GetVocabularyFilterOutcome > GetVocabularyFilterOutcomeCallable
Aws::Utils::Outcome< GetVocabularyResult, TranscribeServiceError > GetVocabularyOutcome
std::future< DeleteVocabularyOutcome > DeleteVocabularyOutcomeCallable
std::future< ListCallAnalyticsJobsOutcome > ListCallAnalyticsJobsOutcomeCallable
std::future< StartMedicalScribeJobOutcome > StartMedicalScribeJobOutcomeCallable
std::future< DeleteLanguageModelOutcome > DeleteLanguageModelOutcomeCallable
std::future< StartCallAnalyticsJobOutcome > StartCallAnalyticsJobOutcomeCallable
std::future< UpdateCallAnalyticsCategoryOutcome > UpdateCallAnalyticsCategoryOutcomeCallable
Aws::Utils::Outcome< StartMedicalScribeJobResult, TranscribeServiceError > StartMedicalScribeJobOutcome
Aws::Utils::Outcome< Aws::NoResult, TranscribeServiceError > DeleteVocabularyFilterOutcome
std::future< CreateMedicalVocabularyOutcome > CreateMedicalVocabularyOutcomeCallable
Aws::Utils::Outcome< UpdateMedicalVocabularyResult, TranscribeServiceError > UpdateMedicalVocabularyOutcome
Aws::Utils::Outcome< Aws::NoResult, TranscribeServiceError > DeleteMedicalScribeJobOutcome
Aws::Utils::Outcome< CreateVocabularyResult, TranscribeServiceError > CreateVocabularyOutcome
Aws::Utils::Outcome< ListMedicalScribeJobsResult, TranscribeServiceError > ListMedicalScribeJobsOutcome
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
Aws::Utils::Outcome< ListMedicalTranscriptionJobsResult, TranscribeServiceError > ListMedicalTranscriptionJobsOutcome
Aws::Utils::Outcome< UpdateVocabularyFilterResult, TranscribeServiceError > UpdateVocabularyFilterOutcome
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
std::future< CreateVocabularyOutcome > CreateVocabularyOutcomeCallable
std::future< DeleteCallAnalyticsCategoryOutcome > DeleteCallAnalyticsCategoryOutcomeCallable
Aws::Utils::Outcome< GetMedicalTranscriptionJobResult, TranscribeServiceError > GetMedicalTranscriptionJobOutcome
Aws::Utils::Outcome< CreateLanguageModelResult, TranscribeServiceError > CreateLanguageModelOutcome
std::future< UpdateVocabularyOutcome > UpdateVocabularyOutcomeCallable
std::future< ListTranscriptionJobsOutcome > ListTranscriptionJobsOutcomeCallable
Aws::Utils::Outcome< GetVocabularyFilterResult, TranscribeServiceError > GetVocabularyFilterOutcome
Aws::Utils::Outcome< ListMedicalVocabulariesResult, TranscribeServiceError > ListMedicalVocabulariesOutcome
Aws::Utils::Outcome< Aws::NoResult, TranscribeServiceError > DeleteTranscriptionJobOutcome
Aws::Utils::Outcome< ListLanguageModelsResult, TranscribeServiceError > ListLanguageModelsOutcome
std::future< ListVocabulariesOutcome > ListVocabulariesOutcomeCallable
std::future< DeleteTranscriptionJobOutcome > DeleteTranscriptionJobOutcomeCallable
Aws::Utils::Outcome< ListCallAnalyticsCategoriesResult, TranscribeServiceError > ListCallAnalyticsCategoriesOutcome
std::future< CreateVocabularyFilterOutcome > CreateVocabularyFilterOutcomeCallable
std::future< ListLanguageModelsOutcome > ListLanguageModelsOutcomeCallable
Aws::Utils::Outcome< TagResourceResult, TranscribeServiceError > TagResourceOutcome
std::future< ListVocabularyFiltersOutcome > ListVocabularyFiltersOutcomeCallable
Aws::Utils::Outcome< ListTagsForResourceResult, TranscribeServiceError > ListTagsForResourceOutcome
std::future< GetCallAnalyticsJobOutcome > GetCallAnalyticsJobOutcomeCallable
Aws::Utils::Outcome< ListVocabularyFiltersResult, TranscribeServiceError > ListVocabularyFiltersOutcome
std::future< DeleteMedicalTranscriptionJobOutcome > DeleteMedicalTranscriptionJobOutcomeCallable
Aws::Utils::Outcome< GetCallAnalyticsCategoryResult, TranscribeServiceError > GetCallAnalyticsCategoryOutcome
std::future< GetCallAnalyticsCategoryOutcome > GetCallAnalyticsCategoryOutcomeCallable
std::future< GetTranscriptionJobOutcome > GetTranscriptionJobOutcomeCallable
std::future< StartMedicalTranscriptionJobOutcome > StartMedicalTranscriptionJobOutcomeCallable
std::future< GetMedicalVocabularyOutcome > GetMedicalVocabularyOutcomeCallable
std::future< DeleteMedicalVocabularyOutcome > DeleteMedicalVocabularyOutcomeCallable
Aws::Utils::Outcome< DescribeLanguageModelResult, TranscribeServiceError > DescribeLanguageModelOutcome
std::future< UpdateVocabularyFilterOutcome > UpdateVocabularyFilterOutcomeCallable
std::future< TagResourceOutcome > TagResourceOutcomeCallable
Aws::Utils::Outcome< ListVocabulariesResult, TranscribeServiceError > ListVocabulariesOutcome
Aws::Utils::Outcome< Aws::NoResult, TranscribeServiceError > DeleteVocabularyOutcome
Aws::Utils::Outcome< StartMedicalTranscriptionJobResult, TranscribeServiceError > StartMedicalTranscriptionJobOutcome
std::future< CreateCallAnalyticsCategoryOutcome > CreateCallAnalyticsCategoryOutcomeCallable
Aws::Utils::Outcome< UntagResourceResult, TranscribeServiceError > UntagResourceOutcome
Aws::Utils::Outcome< GetMedicalVocabularyResult, TranscribeServiceError > GetMedicalVocabularyOutcome
Aws::Utils::Outcome< UpdateCallAnalyticsCategoryResult, TranscribeServiceError > UpdateCallAnalyticsCategoryOutcome
std::future< GetVocabularyOutcome > GetVocabularyOutcomeCallable
Aws::Utils::Outcome< ListTranscriptionJobsResult, TranscribeServiceError > ListTranscriptionJobsOutcome
std::future< ListMedicalVocabulariesOutcome > ListMedicalVocabulariesOutcomeCallable
std::future< DescribeLanguageModelOutcome > DescribeLanguageModelOutcomeCallable
Aws::Utils::Outcome< DeleteCallAnalyticsCategoryResult, TranscribeServiceError > DeleteCallAnalyticsCategoryOutcome
Aws::Utils::Outcome< GetTranscriptionJobResult, TranscribeServiceError > GetTranscriptionJobOutcome
std::future< CreateLanguageModelOutcome > CreateLanguageModelOutcomeCallable
std::future< GetMedicalTranscriptionJobOutcome > GetMedicalTranscriptionJobOutcomeCallable
Aws::Utils::Outcome< ListCallAnalyticsJobsResult, TranscribeServiceError > ListCallAnalyticsJobsOutcome
Aws::Utils::Outcome< DeleteCallAnalyticsJobResult, TranscribeServiceError > DeleteCallAnalyticsJobOutcome
Aws::Utils::Outcome< GetMedicalScribeJobResult, TranscribeServiceError > GetMedicalScribeJobOutcome
Aws::Utils::Outcome< CreateCallAnalyticsCategoryResult, TranscribeServiceError > CreateCallAnalyticsCategoryOutcome
std::future< ListMedicalScribeJobsOutcome > ListMedicalScribeJobsOutcomeCallable
Aws::Utils::Outcome< StartTranscriptionJobResult, TranscribeServiceError > StartTranscriptionJobOutcome
std::future< DeleteVocabularyFilterOutcome > DeleteVocabularyFilterOutcomeCallable
std::future< DeleteMedicalScribeJobOutcome > DeleteMedicalScribeJobOutcomeCallable
Aws::Utils::Outcome< CreateMedicalVocabularyResult, TranscribeServiceError > CreateMedicalVocabularyOutcome
Aws::Utils::Outcome< CreateVocabularyFilterResult, TranscribeServiceError > CreateVocabularyFilterOutcome
std::future< StartTranscriptionJobOutcome > StartTranscriptionJobOutcomeCallable
Aws::Utils::Outcome< UpdateVocabularyResult, TranscribeServiceError > UpdateVocabularyOutcome
std::function< void(const TranscribeServiceClient *, const Model::DeleteVocabularyRequest &, const Model::DeleteVocabularyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteVocabularyResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::StartTranscriptionJobRequest &, const Model::StartTranscriptionJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartTranscriptionJobResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::ListMedicalVocabulariesRequest &, const Model::ListMedicalVocabulariesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListMedicalVocabulariesResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::CreateLanguageModelRequest &, const Model::CreateLanguageModelOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateLanguageModelResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::StartCallAnalyticsJobRequest &, const Model::StartCallAnalyticsJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartCallAnalyticsJobResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::ListCallAnalyticsJobsRequest &, const Model::ListCallAnalyticsJobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListCallAnalyticsJobsResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::StartMedicalTranscriptionJobRequest &, const Model::StartMedicalTranscriptionJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartMedicalTranscriptionJobResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::ListMedicalTranscriptionJobsRequest &, const Model::ListMedicalTranscriptionJobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListMedicalTranscriptionJobsResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::DeleteMedicalTranscriptionJobRequest &, const Model::DeleteMedicalTranscriptionJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteMedicalTranscriptionJobResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::ListLanguageModelsRequest &, const Model::ListLanguageModelsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListLanguageModelsResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::DescribeLanguageModelRequest &, const Model::DescribeLanguageModelOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeLanguageModelResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::CreateVocabularyRequest &, const Model::CreateVocabularyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateVocabularyResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::GetVocabularyFilterRequest &, const Model::GetVocabularyFilterOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetVocabularyFilterResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::GetMedicalScribeJobRequest &, const Model::GetMedicalScribeJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetMedicalScribeJobResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::DeleteMedicalScribeJobRequest &, const Model::DeleteMedicalScribeJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteMedicalScribeJobResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::ListTranscriptionJobsRequest &, const Model::ListTranscriptionJobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListTranscriptionJobsResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::DeleteTranscriptionJobRequest &, const Model::DeleteTranscriptionJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteTranscriptionJobResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::UpdateVocabularyFilterRequest &, const Model::UpdateVocabularyFilterOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateVocabularyFilterResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::GetVocabularyRequest &, const Model::GetVocabularyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetVocabularyResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::ListVocabularyFiltersRequest &, const Model::ListVocabularyFiltersOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListVocabularyFiltersResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::GetTranscriptionJobRequest &, const Model::GetTranscriptionJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetTranscriptionJobResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::UpdateCallAnalyticsCategoryRequest &, const Model::UpdateCallAnalyticsCategoryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateCallAnalyticsCategoryResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::GetCallAnalyticsCategoryRequest &, const Model::GetCallAnalyticsCategoryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetCallAnalyticsCategoryResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::DeleteVocabularyFilterRequest &, const Model::DeleteVocabularyFilterOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteVocabularyFilterResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::DeleteMedicalVocabularyRequest &, const Model::DeleteMedicalVocabularyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteMedicalVocabularyResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::CreateMedicalVocabularyRequest &, const Model::CreateMedicalVocabularyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateMedicalVocabularyResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::ListMedicalScribeJobsRequest &, const Model::ListMedicalScribeJobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListMedicalScribeJobsResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::GetCallAnalyticsJobRequest &, const Model::GetCallAnalyticsJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetCallAnalyticsJobResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::DeleteLanguageModelRequest &, const Model::DeleteLanguageModelOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteLanguageModelResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::ListCallAnalyticsCategoriesRequest &, const Model::ListCallAnalyticsCategoriesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListCallAnalyticsCategoriesResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::GetMedicalVocabularyRequest &, const Model::GetMedicalVocabularyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetMedicalVocabularyResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UntagResourceResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::CreateCallAnalyticsCategoryRequest &, const Model::CreateCallAnalyticsCategoryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateCallAnalyticsCategoryResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::StartMedicalScribeJobRequest &, const Model::StartMedicalScribeJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartMedicalScribeJobResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::ListVocabulariesRequest &, const Model::ListVocabulariesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListVocabulariesResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::CreateVocabularyFilterRequest &, const Model::CreateVocabularyFilterOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateVocabularyFilterResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::GetMedicalTranscriptionJobRequest &, const Model::GetMedicalTranscriptionJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetMedicalTranscriptionJobResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::DeleteCallAnalyticsJobRequest &, const Model::DeleteCallAnalyticsJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteCallAnalyticsJobResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::UpdateMedicalVocabularyRequest &, const Model::UpdateMedicalVocabularyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateMedicalVocabularyResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::DeleteCallAnalyticsCategoryRequest &, const Model::DeleteCallAnalyticsCategoryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteCallAnalyticsCategoryResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> TagResourceResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListTagsForResourceResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::UpdateVocabularyRequest &, const Model::UpdateVocabularyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateVocabularyResponseReceivedHandler