AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ArtifactServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/artifact/ArtifactErrors.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/artifact/ArtifactEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in ArtifactClient header */
21#include <aws/artifact/model/GetAccountSettingsResult.h>
22#include <aws/artifact/model/GetReportResult.h>
23#include <aws/artifact/model/GetReportMetadataResult.h>
24#include <aws/artifact/model/GetTermForReportResult.h>
25#include <aws/artifact/model/ListReportsResult.h>
26#include <aws/artifact/model/PutAccountSettingsResult.h>
27#include <aws/artifact/model/ListReportsRequest.h>
28#include <aws/artifact/model/PutAccountSettingsRequest.h>
29#include <aws/artifact/model/GetAccountSettingsRequest.h>
30/* End of service model headers required in ArtifactClient header */
31
32namespace Aws
33{
34 namespace Http
35 {
36 class HttpClient;
37 class HttpClientFactory;
38 } // namespace Http
39
40 namespace Utils
41 {
42 template< typename R, typename E> class Outcome;
43
44 namespace Threading
45 {
46 class Executor;
47 } // namespace Threading
48 } // namespace Utils
49
50 namespace Auth
51 {
52 class AWSCredentials;
53 class AWSCredentialsProvider;
54 } // namespace Auth
55
56 namespace Client
57 {
58 class RetryStrategy;
59 } // namespace Client
60
61 namespace Artifact
62 {
66
67 namespace Model
68 {
69 /* Service model forward declarations required in ArtifactClient header */
71 class GetReportRequest;
76 /* End of service model forward declarations required in ArtifactClient header */
77
78 /* Service model Outcome class definitions */
85 /* End of service model Outcome class definitions */
86
87 /* Service model Outcome callable definitions */
88 typedef std::future<GetAccountSettingsOutcome> GetAccountSettingsOutcomeCallable;
89 typedef std::future<GetReportOutcome> GetReportOutcomeCallable;
90 typedef std::future<GetReportMetadataOutcome> GetReportMetadataOutcomeCallable;
91 typedef std::future<GetTermForReportOutcome> GetTermForReportOutcomeCallable;
92 typedef std::future<ListReportsOutcome> ListReportsOutcomeCallable;
93 typedef std::future<PutAccountSettingsOutcome> PutAccountSettingsOutcomeCallable;
94 /* End of service model Outcome callable definitions */
95 } // namespace Model
96
97 class ArtifactClient;
98
99 /* Service model async handlers definitions */
100 typedef std::function<void(const ArtifactClient*, const Model::GetAccountSettingsRequest&, const Model::GetAccountSettingsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetAccountSettingsResponseReceivedHandler;
101 typedef std::function<void(const ArtifactClient*, const Model::GetReportRequest&, const Model::GetReportOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetReportResponseReceivedHandler;
102 typedef std::function<void(const ArtifactClient*, const Model::GetReportMetadataRequest&, const Model::GetReportMetadataOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetReportMetadataResponseReceivedHandler;
103 typedef std::function<void(const ArtifactClient*, const Model::GetTermForReportRequest&, const Model::GetTermForReportOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetTermForReportResponseReceivedHandler;
104 typedef std::function<void(const ArtifactClient*, const Model::ListReportsRequest&, const Model::ListReportsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListReportsResponseReceivedHandler;
105 typedef std::function<void(const ArtifactClient*, const Model::PutAccountSettingsRequest&, const Model::PutAccountSettingsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > PutAccountSettingsResponseReceivedHandler;
106 /* End of service model async handlers definitions */
107 } // namespace Artifact
108} // namespace Aws
EndpointProviderBase< ArtifactClientConfiguration, ArtifactBuiltInParameters, ArtifactClientContextParameters > ArtifactEndpointProviderBase
std::future< PutAccountSettingsOutcome > PutAccountSettingsOutcomeCallable
Aws::Utils::Outcome< GetAccountSettingsResult, ArtifactError > GetAccountSettingsOutcome
Aws::Utils::Outcome< PutAccountSettingsResult, ArtifactError > PutAccountSettingsOutcome
std::future< GetReportMetadataOutcome > GetReportMetadataOutcomeCallable
Aws::Utils::Outcome< GetReportMetadataResult, ArtifactError > GetReportMetadataOutcome
std::future< GetReportOutcome > GetReportOutcomeCallable
std::future< ListReportsOutcome > ListReportsOutcomeCallable
Aws::Utils::Outcome< GetReportResult, ArtifactError > GetReportOutcome
std::future< GetAccountSettingsOutcome > GetAccountSettingsOutcomeCallable
Aws::Utils::Outcome< GetTermForReportResult, ArtifactError > GetTermForReportOutcome
Aws::Utils::Outcome< ListReportsResult, ArtifactError > ListReportsOutcome
std::future< GetTermForReportOutcome > GetTermForReportOutcomeCallable
std::function< void(const ArtifactClient *, const Model::GetTermForReportRequest &, const Model::GetTermForReportOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetTermForReportResponseReceivedHandler
std::function< void(const ArtifactClient *, const Model::GetReportMetadataRequest &, const Model::GetReportMetadataOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetReportMetadataResponseReceivedHandler
std::function< void(const ArtifactClient *, const Model::GetAccountSettingsRequest &, const Model::GetAccountSettingsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetAccountSettingsResponseReceivedHandler
std::function< void(const ArtifactClient *, const Model::ListReportsRequest &, const Model::ListReportsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListReportsResponseReceivedHandler
std::function< void(const ArtifactClient *, const Model::GetReportRequest &, const Model::GetReportOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetReportResponseReceivedHandler
std::function< void(const ArtifactClient *, const Model::PutAccountSettingsRequest &, const Model::PutAccountSettingsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PutAccountSettingsResponseReceivedHandler