AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
S3OutpostsServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/s3outposts/S3OutpostsErrors.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/s3outposts/S3OutpostsEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in S3OutpostsClient header */
21#include <aws/s3outposts/model/CreateEndpointResult.h>
22#include <aws/s3outposts/model/ListEndpointsResult.h>
23#include <aws/s3outposts/model/ListOutpostsWithS3Result.h>
24#include <aws/s3outposts/model/ListSharedEndpointsResult.h>
25#include <aws/s3outposts/model/ListEndpointsRequest.h>
26#include <aws/s3outposts/model/ListOutpostsWithS3Request.h>
27#include <aws/core/NoResult.h>
28/* End of service model headers required in S3OutpostsClient header */
29
30namespace Aws
31{
32 namespace Http
33 {
34 class HttpClient;
35 class HttpClientFactory;
36 } // namespace Http
37
38 namespace Utils
39 {
40 template< typename R, typename E> class Outcome;
41
42 namespace Threading
43 {
44 class Executor;
45 } // namespace Threading
46 } // namespace Utils
47
48 namespace Auth
49 {
50 class AWSCredentials;
51 class AWSCredentialsProvider;
52 } // namespace Auth
53
54 namespace Client
55 {
56 class RetryStrategy;
57 } // namespace Client
58
59 namespace S3Outposts
60 {
64
65 namespace Model
66 {
67 /* Service model forward declarations required in S3OutpostsClient header */
68 class CreateEndpointRequest;
69 class DeleteEndpointRequest;
70 class ListEndpointsRequest;
71 class ListOutpostsWithS3Request;
72 class ListSharedEndpointsRequest;
73 /* End of service model forward declarations required in S3OutpostsClient header */
74
75 /* Service model Outcome class definitions */
81 /* End of service model Outcome class definitions */
82
83 /* Service model Outcome callable definitions */
84 typedef std::future<CreateEndpointOutcome> CreateEndpointOutcomeCallable;
85 typedef std::future<DeleteEndpointOutcome> DeleteEndpointOutcomeCallable;
86 typedef std::future<ListEndpointsOutcome> ListEndpointsOutcomeCallable;
87 typedef std::future<ListOutpostsWithS3Outcome> ListOutpostsWithS3OutcomeCallable;
88 typedef std::future<ListSharedEndpointsOutcome> ListSharedEndpointsOutcomeCallable;
89 /* End of service model Outcome callable definitions */
90 } // namespace Model
91
92 class S3OutpostsClient;
93
94 /* Service model async handlers definitions */
95 typedef std::function<void(const S3OutpostsClient*, const Model::CreateEndpointRequest&, const Model::CreateEndpointOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateEndpointResponseReceivedHandler;
96 typedef std::function<void(const S3OutpostsClient*, const Model::DeleteEndpointRequest&, const Model::DeleteEndpointOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteEndpointResponseReceivedHandler;
97 typedef std::function<void(const S3OutpostsClient*, const Model::ListEndpointsRequest&, const Model::ListEndpointsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListEndpointsResponseReceivedHandler;
98 typedef std::function<void(const S3OutpostsClient*, const Model::ListOutpostsWithS3Request&, const Model::ListOutpostsWithS3Outcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListOutpostsWithS3ResponseReceivedHandler;
99 typedef std::function<void(const S3OutpostsClient*, const Model::ListSharedEndpointsRequest&, const Model::ListSharedEndpointsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListSharedEndpointsResponseReceivedHandler;
100 /* End of service model async handlers definitions */
101 } // namespace S3Outposts
102} // namespace Aws
EndpointProviderBase< S3OutpostsClientConfiguration, S3OutpostsBuiltInParameters, S3OutpostsClientContextParameters > S3OutpostsEndpointProviderBase
Aws::Utils::Outcome< ListSharedEndpointsResult, S3OutpostsError > ListSharedEndpointsOutcome
std::future< ListOutpostsWithS3Outcome > ListOutpostsWithS3OutcomeCallable
std::future< DeleteEndpointOutcome > DeleteEndpointOutcomeCallable
Aws::Utils::Outcome< ListEndpointsResult, S3OutpostsError > ListEndpointsOutcome
std::future< CreateEndpointOutcome > CreateEndpointOutcomeCallable
Aws::Utils::Outcome< ListOutpostsWithS3Result, S3OutpostsError > ListOutpostsWithS3Outcome
std::future< ListSharedEndpointsOutcome > ListSharedEndpointsOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, S3OutpostsError > DeleteEndpointOutcome
Aws::Utils::Outcome< CreateEndpointResult, S3OutpostsError > CreateEndpointOutcome
std::future< ListEndpointsOutcome > ListEndpointsOutcomeCallable
std::function< void(const S3OutpostsClient *, const Model::ListSharedEndpointsRequest &, const Model::ListSharedEndpointsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListSharedEndpointsResponseReceivedHandler
std::function< void(const S3OutpostsClient *, const Model::ListOutpostsWithS3Request &, const Model::ListOutpostsWithS3Outcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListOutpostsWithS3ResponseReceivedHandler
std::function< void(const S3OutpostsClient *, const Model::CreateEndpointRequest &, const Model::CreateEndpointOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateEndpointResponseReceivedHandler
std::function< void(const S3OutpostsClient *, const Model::ListEndpointsRequest &, const Model::ListEndpointsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListEndpointsResponseReceivedHandler
std::function< void(const S3OutpostsClient *, const Model::DeleteEndpointRequest &, const Model::DeleteEndpointOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteEndpointResponseReceivedHandler