AWS SDK for C++

AWS SDK for C++ Version 1.11.689

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