AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
ArtifactServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/artifact/ArtifactEndpointProvider.h>
10#include <aws/artifact/ArtifactErrors.h>
11#include <aws/core/client/AWSError.h>
12#include <aws/core/client/AsyncCallerContext.h>
13#include <aws/core/client/GenericClientConfiguration.h>
14#include <aws/core/http/HttpTypes.h>
15#include <aws/core/utils/memory/stl/AWSString.h>
16
17#include <functional>
18#include <future>
19/* End of generic header includes */
20
21/* Service model headers required in ArtifactClient header */
22#include <aws/artifact/model/GetAccountSettingsRequest.h>
23#include <aws/artifact/model/GetAccountSettingsResult.h>
24#include <aws/artifact/model/GetReportMetadataResult.h>
25#include <aws/artifact/model/GetReportResult.h>
26#include <aws/artifact/model/GetTermForReportResult.h>
27#include <aws/artifact/model/ListCustomerAgreementsRequest.h>
28#include <aws/artifact/model/ListCustomerAgreementsResult.h>
29#include <aws/artifact/model/ListReportVersionsResult.h>
30#include <aws/artifact/model/ListReportsRequest.h>
31#include <aws/artifact/model/ListReportsResult.h>
32#include <aws/artifact/model/PutAccountSettingsRequest.h>
33#include <aws/artifact/model/PutAccountSettingsResult.h>
34/* End of service model headers required in ArtifactClient header */
35
36namespace Aws {
37namespace Http {
38class HttpClient;
39class HttpClientFactory;
40} // namespace Http
41
42namespace Utils {
43template <typename R, typename E>
44class Outcome;
45
46namespace Threading {
47class Executor;
48} // namespace Threading
49} // namespace Utils
50
51namespace Auth {
52class AWSCredentials;
53class AWSCredentialsProvider;
54} // namespace Auth
55
56namespace Client {
57class RetryStrategy;
58} // namespace Client
59
60namespace Artifact {
64
65namespace Model {
66/* Service model forward declarations required in ArtifactClient header */
75/* End of service model forward declarations required in ArtifactClient header */
76
77/* Service model Outcome class definitions */
86/* End of service model Outcome class definitions */
87
88/* Service model Outcome callable definitions */
89typedef std::future<GetAccountSettingsOutcome> GetAccountSettingsOutcomeCallable;
90typedef std::future<GetReportOutcome> GetReportOutcomeCallable;
91typedef std::future<GetReportMetadataOutcome> GetReportMetadataOutcomeCallable;
92typedef std::future<GetTermForReportOutcome> GetTermForReportOutcomeCallable;
93typedef std::future<ListCustomerAgreementsOutcome> ListCustomerAgreementsOutcomeCallable;
94typedef std::future<ListReportVersionsOutcome> ListReportVersionsOutcomeCallable;
95typedef std::future<ListReportsOutcome> ListReportsOutcomeCallable;
96typedef std::future<PutAccountSettingsOutcome> PutAccountSettingsOutcomeCallable;
97/* End of service model Outcome callable definitions */
98} // namespace Model
99
100class ArtifactClient;
101
102/* Service model async handlers definitions */
103typedef std::function<void(const ArtifactClient*, const Model::GetAccountSettingsRequest&, const Model::GetAccountSettingsOutcome&,
104 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
106typedef std::function<void(const ArtifactClient*, const Model::GetReportRequest&, const Model::GetReportOutcome&,
107 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
109typedef std::function<void(const ArtifactClient*, const Model::GetReportMetadataRequest&, const Model::GetReportMetadataOutcome&,
110 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
112typedef std::function<void(const ArtifactClient*, const Model::GetTermForReportRequest&, const Model::GetTermForReportOutcome&,
113 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
116 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
118typedef std::function<void(const ArtifactClient*, const Model::ListReportVersionsRequest&, const Model::ListReportVersionsOutcome&,
119 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
121typedef std::function<void(const ArtifactClient*, const Model::ListReportsRequest&, const Model::ListReportsOutcome&,
122 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
124typedef std::function<void(const ArtifactClient*, const Model::PutAccountSettingsRequest&, const Model::PutAccountSettingsOutcome&,
125 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
127/* End of service model async handlers definitions */
128} // namespace Artifact
129} // namespace Aws
EndpointProviderBase< ArtifactClientConfiguration, ArtifactBuiltInParameters, ArtifactClientContextParameters > ArtifactEndpointProviderBase
Aws::Utils::Outcome< ListCustomerAgreementsResult, ArtifactError > ListCustomerAgreementsOutcome
std::future< ListCustomerAgreementsOutcome > ListCustomerAgreementsOutcomeCallable
std::future< PutAccountSettingsOutcome > PutAccountSettingsOutcomeCallable
std::future< ListReportVersionsOutcome > ListReportVersionsOutcomeCallable
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
Aws::Utils::Outcome< ListReportVersionsResult, ArtifactError > ListReportVersionsOutcome
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::ListReportsRequest &, const Model::ListReportsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListReportsResponseReceivedHandler
std::function< void(const ArtifactClient *, const Model::ListReportVersionsRequest &, const Model::ListReportVersionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListReportVersionsResponseReceivedHandler
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::ListCustomerAgreementsRequest &, const Model::ListCustomerAgreementsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListCustomerAgreementsResponseReceivedHandler
std::function< void(const ArtifactClient *, const Model::PutAccountSettingsRequest &, const Model::PutAccountSettingsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutAccountSettingsResponseReceivedHandler
std::function< void(const ArtifactClient *, const Model::GetReportRequest &, const Model::GetReportOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetReportResponseReceivedHandler