AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
BedrockDataAutomationServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/bedrock-data-automation/BedrockDataAutomationErrors.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/bedrock-data-automation/BedrockDataAutomationEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in BedrockDataAutomationClient header */
21#include <aws/bedrock-data-automation/model/CreateBlueprintResult.h>
22#include <aws/bedrock-data-automation/model/CreateBlueprintVersionResult.h>
23#include <aws/bedrock-data-automation/model/CreateDataAutomationProjectResult.h>
24#include <aws/bedrock-data-automation/model/DeleteBlueprintResult.h>
25#include <aws/bedrock-data-automation/model/DeleteDataAutomationProjectResult.h>
26#include <aws/bedrock-data-automation/model/GetBlueprintResult.h>
27#include <aws/bedrock-data-automation/model/GetDataAutomationProjectResult.h>
28#include <aws/bedrock-data-automation/model/ListBlueprintsResult.h>
29#include <aws/bedrock-data-automation/model/ListDataAutomationProjectsResult.h>
30#include <aws/bedrock-data-automation/model/ListTagsForResourceResult.h>
31#include <aws/bedrock-data-automation/model/TagResourceResult.h>
32#include <aws/bedrock-data-automation/model/UntagResourceResult.h>
33#include <aws/bedrock-data-automation/model/UpdateBlueprintResult.h>
34#include <aws/bedrock-data-automation/model/UpdateDataAutomationProjectResult.h>
35#include <aws/bedrock-data-automation/model/ListDataAutomationProjectsRequest.h>
36#include <aws/bedrock-data-automation/model/ListBlueprintsRequest.h>
37/* End of service model headers required in BedrockDataAutomationClient header */
38
39namespace Aws
40{
41 namespace Http
42 {
43 class HttpClient;
44 class HttpClientFactory;
45 } // namespace Http
46
47 namespace Utils
48 {
49 template< typename R, typename E> class Outcome;
50
51 namespace Threading
52 {
53 class Executor;
54 } // namespace Threading
55 } // namespace Utils
56
57 namespace Auth
58 {
59 class AWSCredentials;
60 class AWSCredentialsProvider;
61 } // namespace Auth
62
63 namespace Client
64 {
65 class RetryStrategy;
66 } // namespace Client
67
68 namespace BedrockDataAutomation
69 {
73
74 namespace Model
75 {
76 /* Service model forward declarations required in BedrockDataAutomationClient header */
91 /* End of service model forward declarations required in BedrockDataAutomationClient header */
92
93 /* Service model Outcome class definitions */
108 /* End of service model Outcome class definitions */
109
110 /* Service model Outcome callable definitions */
111 typedef std::future<CreateBlueprintOutcome> CreateBlueprintOutcomeCallable;
112 typedef std::future<CreateBlueprintVersionOutcome> CreateBlueprintVersionOutcomeCallable;
113 typedef std::future<CreateDataAutomationProjectOutcome> CreateDataAutomationProjectOutcomeCallable;
114 typedef std::future<DeleteBlueprintOutcome> DeleteBlueprintOutcomeCallable;
115 typedef std::future<DeleteDataAutomationProjectOutcome> DeleteDataAutomationProjectOutcomeCallable;
116 typedef std::future<GetBlueprintOutcome> GetBlueprintOutcomeCallable;
117 typedef std::future<GetDataAutomationProjectOutcome> GetDataAutomationProjectOutcomeCallable;
118 typedef std::future<ListBlueprintsOutcome> ListBlueprintsOutcomeCallable;
119 typedef std::future<ListDataAutomationProjectsOutcome> ListDataAutomationProjectsOutcomeCallable;
120 typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
121 typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
122 typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
123 typedef std::future<UpdateBlueprintOutcome> UpdateBlueprintOutcomeCallable;
124 typedef std::future<UpdateDataAutomationProjectOutcome> UpdateDataAutomationProjectOutcomeCallable;
125 /* End of service model Outcome callable definitions */
126 } // namespace Model
127
129
130 /* Service model async handlers definitions */
131 typedef std::function<void(const BedrockDataAutomationClient*, const Model::CreateBlueprintRequest&, const Model::CreateBlueprintOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateBlueprintResponseReceivedHandler;
132 typedef std::function<void(const BedrockDataAutomationClient*, const Model::CreateBlueprintVersionRequest&, const Model::CreateBlueprintVersionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateBlueprintVersionResponseReceivedHandler;
133 typedef std::function<void(const BedrockDataAutomationClient*, const Model::CreateDataAutomationProjectRequest&, const Model::CreateDataAutomationProjectOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateDataAutomationProjectResponseReceivedHandler;
134 typedef std::function<void(const BedrockDataAutomationClient*, const Model::DeleteBlueprintRequest&, const Model::DeleteBlueprintOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteBlueprintResponseReceivedHandler;
135 typedef std::function<void(const BedrockDataAutomationClient*, const Model::DeleteDataAutomationProjectRequest&, const Model::DeleteDataAutomationProjectOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteDataAutomationProjectResponseReceivedHandler;
136 typedef std::function<void(const BedrockDataAutomationClient*, const Model::GetBlueprintRequest&, const Model::GetBlueprintOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetBlueprintResponseReceivedHandler;
137 typedef std::function<void(const BedrockDataAutomationClient*, const Model::GetDataAutomationProjectRequest&, const Model::GetDataAutomationProjectOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetDataAutomationProjectResponseReceivedHandler;
138 typedef std::function<void(const BedrockDataAutomationClient*, const Model::ListBlueprintsRequest&, const Model::ListBlueprintsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListBlueprintsResponseReceivedHandler;
139 typedef std::function<void(const BedrockDataAutomationClient*, const Model::ListDataAutomationProjectsRequest&, const Model::ListDataAutomationProjectsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListDataAutomationProjectsResponseReceivedHandler;
140 typedef std::function<void(const BedrockDataAutomationClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTagsForResourceResponseReceivedHandler;
141 typedef std::function<void(const BedrockDataAutomationClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > TagResourceResponseReceivedHandler;
142 typedef std::function<void(const BedrockDataAutomationClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UntagResourceResponseReceivedHandler;
143 typedef std::function<void(const BedrockDataAutomationClient*, const Model::UpdateBlueprintRequest&, const Model::UpdateBlueprintOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateBlueprintResponseReceivedHandler;
144 typedef std::function<void(const BedrockDataAutomationClient*, const Model::UpdateDataAutomationProjectRequest&, const Model::UpdateDataAutomationProjectOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateDataAutomationProjectResponseReceivedHandler;
145 /* End of service model async handlers definitions */
146 } // namespace BedrockDataAutomation
147} // namespace Aws
EndpointProviderBase< BedrockDataAutomationClientConfiguration, BedrockDataAutomationBuiltInParameters, BedrockDataAutomationClientContextParameters > BedrockDataAutomationEndpointProviderBase
std::future< ListDataAutomationProjectsOutcome > ListDataAutomationProjectsOutcomeCallable
Aws::Utils::Outcome< ListTagsForResourceResult, BedrockDataAutomationError > ListTagsForResourceOutcome
Aws::Utils::Outcome< UpdateDataAutomationProjectResult, BedrockDataAutomationError > UpdateDataAutomationProjectOutcome
Aws::Utils::Outcome< ListBlueprintsResult, BedrockDataAutomationError > ListBlueprintsOutcome
std::future< CreateDataAutomationProjectOutcome > CreateDataAutomationProjectOutcomeCallable
std::future< CreateBlueprintOutcome > CreateBlueprintOutcomeCallable
Aws::Utils::Outcome< TagResourceResult, BedrockDataAutomationError > TagResourceOutcome
std::future< UpdateDataAutomationProjectOutcome > UpdateDataAutomationProjectOutcomeCallable
Aws::Utils::Outcome< CreateBlueprintResult, BedrockDataAutomationError > CreateBlueprintOutcome
Aws::Utils::Outcome< GetBlueprintResult, BedrockDataAutomationError > GetBlueprintOutcome
Aws::Utils::Outcome< CreateDataAutomationProjectResult, BedrockDataAutomationError > CreateDataAutomationProjectOutcome
std::future< DeleteBlueprintOutcome > DeleteBlueprintOutcomeCallable
Aws::Utils::Outcome< GetDataAutomationProjectResult, BedrockDataAutomationError > GetDataAutomationProjectOutcome
std::future< ListBlueprintsOutcome > ListBlueprintsOutcomeCallable
Aws::Utils::Outcome< ListDataAutomationProjectsResult, BedrockDataAutomationError > ListDataAutomationProjectsOutcome
std::future< CreateBlueprintVersionOutcome > CreateBlueprintVersionOutcomeCallable
Aws::Utils::Outcome< CreateBlueprintVersionResult, BedrockDataAutomationError > CreateBlueprintVersionOutcome
std::future< UpdateBlueprintOutcome > UpdateBlueprintOutcomeCallable
Aws::Utils::Outcome< DeleteDataAutomationProjectResult, BedrockDataAutomationError > DeleteDataAutomationProjectOutcome
Aws::Utils::Outcome< UntagResourceResult, BedrockDataAutomationError > UntagResourceOutcome
std::future< TagResourceOutcome > TagResourceOutcomeCallable
std::future< GetDataAutomationProjectOutcome > GetDataAutomationProjectOutcomeCallable
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
Aws::Utils::Outcome< DeleteBlueprintResult, BedrockDataAutomationError > DeleteBlueprintOutcome
Aws::Utils::Outcome< UpdateBlueprintResult, BedrockDataAutomationError > UpdateBlueprintOutcome
std::future< GetBlueprintOutcome > GetBlueprintOutcomeCallable
std::future< DeleteDataAutomationProjectOutcome > DeleteDataAutomationProjectOutcomeCallable
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
std::function< void(const BedrockDataAutomationClient *, const Model::ListDataAutomationProjectsRequest &, const Model::ListDataAutomationProjectsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListDataAutomationProjectsResponseReceivedHandler
std::function< void(const BedrockDataAutomationClient *, const Model::GetBlueprintRequest &, const Model::GetBlueprintOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetBlueprintResponseReceivedHandler
std::function< void(const BedrockDataAutomationClient *, const Model::ListBlueprintsRequest &, const Model::ListBlueprintsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListBlueprintsResponseReceivedHandler
std::function< void(const BedrockDataAutomationClient *, const Model::DeleteDataAutomationProjectRequest &, const Model::DeleteDataAutomationProjectOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteDataAutomationProjectResponseReceivedHandler
std::function< void(const BedrockDataAutomationClient *, const Model::DeleteBlueprintRequest &, const Model::DeleteBlueprintOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteBlueprintResponseReceivedHandler
std::function< void(const BedrockDataAutomationClient *, const Model::UpdateBlueprintRequest &, const Model::UpdateBlueprintOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateBlueprintResponseReceivedHandler
std::function< void(const BedrockDataAutomationClient *, const Model::UpdateDataAutomationProjectRequest &, const Model::UpdateDataAutomationProjectOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateDataAutomationProjectResponseReceivedHandler
std::function< void(const BedrockDataAutomationClient *, const Model::CreateBlueprintRequest &, const Model::CreateBlueprintOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateBlueprintResponseReceivedHandler
std::function< void(const BedrockDataAutomationClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UntagResourceResponseReceivedHandler
std::function< void(const BedrockDataAutomationClient *, const Model::CreateDataAutomationProjectRequest &, const Model::CreateDataAutomationProjectOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateDataAutomationProjectResponseReceivedHandler
std::function< void(const BedrockDataAutomationClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTagsForResourceResponseReceivedHandler
std::function< void(const BedrockDataAutomationClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > TagResourceResponseReceivedHandler
std::function< void(const BedrockDataAutomationClient *, const Model::CreateBlueprintVersionRequest &, const Model::CreateBlueprintVersionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateBlueprintVersionResponseReceivedHandler
std::function< void(const BedrockDataAutomationClient *, const Model::GetDataAutomationProjectRequest &, const Model::GetDataAutomationProjectOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetDataAutomationProjectResponseReceivedHandler