AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
EBSServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/ebs/EBSErrors.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/ebs/EBSEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in EBSClient header */
21#include <aws/ebs/model/CompleteSnapshotResult.h>
22#include <aws/ebs/model/GetSnapshotBlockResult.h>
23#include <aws/ebs/model/ListChangedBlocksResult.h>
24#include <aws/ebs/model/ListSnapshotBlocksResult.h>
25#include <aws/ebs/model/PutSnapshotBlockResult.h>
26#include <aws/ebs/model/StartSnapshotResult.h>
27/* End of service model headers required in EBSClient header */
28
29namespace Aws
30{
31 namespace Http
32 {
33 class HttpClient;
34 class HttpClientFactory;
35 } // namespace Http
36
37 namespace Utils
38 {
39 template< typename R, typename E> class Outcome;
40
41 namespace Threading
42 {
43 class Executor;
44 } // namespace Threading
45 } // namespace Utils
46
47 namespace Auth
48 {
49 class AWSCredentials;
50 class AWSCredentialsProvider;
51 } // namespace Auth
52
53 namespace Client
54 {
55 class RetryStrategy;
56 } // namespace Client
57
58 namespace EBS
59 {
63
64 namespace Model
65 {
66 /* Service model forward declarations required in EBSClient header */
73 /* End of service model forward declarations required in EBSClient header */
74
75 /* Service model Outcome class definitions */
82 /* End of service model Outcome class definitions */
83
84 /* Service model Outcome callable definitions */
85 typedef std::future<CompleteSnapshotOutcome> CompleteSnapshotOutcomeCallable;
86 typedef std::future<GetSnapshotBlockOutcome> GetSnapshotBlockOutcomeCallable;
87 typedef std::future<ListChangedBlocksOutcome> ListChangedBlocksOutcomeCallable;
88 typedef std::future<ListSnapshotBlocksOutcome> ListSnapshotBlocksOutcomeCallable;
89 typedef std::future<PutSnapshotBlockOutcome> PutSnapshotBlockOutcomeCallable;
90 typedef std::future<StartSnapshotOutcome> StartSnapshotOutcomeCallable;
91 /* End of service model Outcome callable definitions */
92 } // namespace Model
93
94 class EBSClient;
95
96 /* Service model async handlers definitions */
97 typedef std::function<void(const EBSClient*, const Model::CompleteSnapshotRequest&, const Model::CompleteSnapshotOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CompleteSnapshotResponseReceivedHandler;
98 typedef std::function<void(const EBSClient*, const Model::GetSnapshotBlockRequest&, Model::GetSnapshotBlockOutcome, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetSnapshotBlockResponseReceivedHandler;
99 typedef std::function<void(const EBSClient*, const Model::ListChangedBlocksRequest&, const Model::ListChangedBlocksOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListChangedBlocksResponseReceivedHandler;
100 typedef std::function<void(const EBSClient*, const Model::ListSnapshotBlocksRequest&, const Model::ListSnapshotBlocksOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListSnapshotBlocksResponseReceivedHandler;
101 typedef std::function<void(const EBSClient*, const Model::PutSnapshotBlockRequest&, const Model::PutSnapshotBlockOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > PutSnapshotBlockResponseReceivedHandler;
102 typedef std::function<void(const EBSClient*, const Model::StartSnapshotRequest&, const Model::StartSnapshotOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartSnapshotResponseReceivedHandler;
103 /* End of service model async handlers definitions */
104 } // namespace EBS
105} // namespace Aws
EndpointProviderBase< EBSClientConfiguration, EBSBuiltInParameters, EBSClientContextParameters > EBSEndpointProviderBase
Aws::Utils::Outcome< ListSnapshotBlocksResult, EBSError > ListSnapshotBlocksOutcome
std::future< CompleteSnapshotOutcome > CompleteSnapshotOutcomeCallable
std::future< ListSnapshotBlocksOutcome > ListSnapshotBlocksOutcomeCallable
Aws::Utils::Outcome< PutSnapshotBlockResult, EBSError > PutSnapshotBlockOutcome
Aws::Utils::Outcome< StartSnapshotResult, EBSError > StartSnapshotOutcome
Aws::Utils::Outcome< CompleteSnapshotResult, EBSError > CompleteSnapshotOutcome
std::future< StartSnapshotOutcome > StartSnapshotOutcomeCallable
Aws::Utils::Outcome< GetSnapshotBlockResult, EBSError > GetSnapshotBlockOutcome
std::future< PutSnapshotBlockOutcome > PutSnapshotBlockOutcomeCallable
std::future< ListChangedBlocksOutcome > ListChangedBlocksOutcomeCallable
std::future< GetSnapshotBlockOutcome > GetSnapshotBlockOutcomeCallable
Aws::Utils::Outcome< ListChangedBlocksResult, EBSError > ListChangedBlocksOutcome
std::function< void(const EBSClient *, const Model::ListSnapshotBlocksRequest &, const Model::ListSnapshotBlocksOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListSnapshotBlocksResponseReceivedHandler
std::function< void(const EBSClient *, const Model::GetSnapshotBlockRequest &, Model::GetSnapshotBlockOutcome, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetSnapshotBlockResponseReceivedHandler
std::function< void(const EBSClient *, const Model::CompleteSnapshotRequest &, const Model::CompleteSnapshotOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CompleteSnapshotResponseReceivedHandler
std::function< void(const EBSClient *, const Model::PutSnapshotBlockRequest &, const Model::PutSnapshotBlockOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PutSnapshotBlockResponseReceivedHandler
std::function< void(const EBSClient *, const Model::StartSnapshotRequest &, const Model::StartSnapshotOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StartSnapshotResponseReceivedHandler
std::function< void(const EBSClient *, const Model::ListChangedBlocksRequest &, const Model::ListChangedBlocksOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListChangedBlocksResponseReceivedHandler