AWS SDK for C++

AWS SDK for C++ Version 1.11.844

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/CreateComplianceInquiryResult.h>
23#include <aws/artifact/model/ExportComplianceInquiryResult.h>
24#include <aws/artifact/model/GetAccountSettingsRequest.h>
25#include <aws/artifact/model/GetAccountSettingsResult.h>
26#include <aws/artifact/model/GetComplianceInquiryMetadataResult.h>
27#include <aws/artifact/model/GetReportMetadataResult.h>
28#include <aws/artifact/model/GetReportResult.h>
29#include <aws/artifact/model/GetTermForReportResult.h>
30#include <aws/artifact/model/ListComplianceInquiriesRequest.h>
31#include <aws/artifact/model/ListComplianceInquiriesResult.h>
32#include <aws/artifact/model/ListComplianceInquiryQueriesResult.h>
33#include <aws/artifact/model/ListCustomerAgreementsRequest.h>
34#include <aws/artifact/model/ListCustomerAgreementsResult.h>
35#include <aws/artifact/model/ListReportVersionsResult.h>
36#include <aws/artifact/model/ListReportsRequest.h>
37#include <aws/artifact/model/ListReportsResult.h>
38#include <aws/artifact/model/ListTagsForResourceResult.h>
39#include <aws/artifact/model/PutAccountSettingsRequest.h>
40#include <aws/artifact/model/PutAccountSettingsResult.h>
41#include <aws/artifact/model/TagResourceResult.h>
42#include <aws/artifact/model/UntagResourceResult.h>
43/* End of service model headers required in ArtifactClient header */
44
45namespace Aws {
46namespace Http {
47class HttpClient;
48class HttpClientFactory;
49} // namespace Http
50
51namespace Utils {
52template <typename R, typename E>
53class Outcome;
54
55namespace Threading {
56class Executor;
57} // namespace Threading
58} // namespace Utils
59
60namespace Auth {
61class AWSCredentials;
62class AWSCredentialsProvider;
63} // namespace Auth
64
65namespace Client {
66class RetryStrategy;
67} // namespace Client
68
69namespace Artifact {
73
74namespace Model {
75/* Service model forward declarations required in ArtifactClient header */
92/* End of service model forward declarations required in ArtifactClient header */
93
94/* Service model Outcome class definitions */
111/* End of service model Outcome class definitions */
112
113/* Service model Outcome callable definitions */
114typedef std::future<CreateComplianceInquiryOutcome> CreateComplianceInquiryOutcomeCallable;
115typedef std::future<ExportComplianceInquiryOutcome> ExportComplianceInquiryOutcomeCallable;
116typedef std::future<GetAccountSettingsOutcome> GetAccountSettingsOutcomeCallable;
117typedef std::future<GetComplianceInquiryMetadataOutcome> GetComplianceInquiryMetadataOutcomeCallable;
118typedef std::future<GetReportOutcome> GetReportOutcomeCallable;
119typedef std::future<GetReportMetadataOutcome> GetReportMetadataOutcomeCallable;
120typedef std::future<GetTermForReportOutcome> GetTermForReportOutcomeCallable;
121typedef std::future<ListComplianceInquiriesOutcome> ListComplianceInquiriesOutcomeCallable;
122typedef std::future<ListComplianceInquiryQueriesOutcome> ListComplianceInquiryQueriesOutcomeCallable;
123typedef std::future<ListCustomerAgreementsOutcome> ListCustomerAgreementsOutcomeCallable;
124typedef std::future<ListReportVersionsOutcome> ListReportVersionsOutcomeCallable;
125typedef std::future<ListReportsOutcome> ListReportsOutcomeCallable;
126typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
127typedef std::future<PutAccountSettingsOutcome> PutAccountSettingsOutcomeCallable;
128typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
129typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
130/* End of service model Outcome callable definitions */
131} // namespace Model
132
133class ArtifactClient;
134
135/* Service model async handlers definitions */
136typedef std::function<void(const ArtifactClient*, const Model::CreateComplianceInquiryRequest&,
137 const Model::CreateComplianceInquiryOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
139typedef std::function<void(const ArtifactClient*, const Model::ExportComplianceInquiryRequest&,
140 const Model::ExportComplianceInquiryOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
142typedef std::function<void(const ArtifactClient*, const Model::GetAccountSettingsRequest&, const Model::GetAccountSettingsOutcome&,
143 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
145typedef std::function<void(const ArtifactClient*, const Model::GetComplianceInquiryMetadataRequest&,
147 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
149typedef std::function<void(const ArtifactClient*, const Model::GetReportRequest&, const Model::GetReportOutcome&,
150 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
152typedef std::function<void(const ArtifactClient*, const Model::GetReportMetadataRequest&, const Model::GetReportMetadataOutcome&,
153 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
155typedef std::function<void(const ArtifactClient*, const Model::GetTermForReportRequest&, const Model::GetTermForReportOutcome&,
156 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
158typedef std::function<void(const ArtifactClient*, const Model::ListComplianceInquiriesRequest&,
159 const Model::ListComplianceInquiriesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
161typedef std::function<void(const ArtifactClient*, const Model::ListComplianceInquiryQueriesRequest&,
163 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
166 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
168typedef std::function<void(const ArtifactClient*, const Model::ListReportVersionsRequest&, const Model::ListReportVersionsOutcome&,
169 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
171typedef std::function<void(const ArtifactClient*, const Model::ListReportsRequest&, const Model::ListReportsOutcome&,
172 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
174typedef std::function<void(const ArtifactClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&,
175 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
177typedef std::function<void(const ArtifactClient*, const Model::PutAccountSettingsRequest&, const Model::PutAccountSettingsOutcome&,
178 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
180typedef std::function<void(const ArtifactClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&,
181 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
183typedef std::function<void(const ArtifactClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&,
184 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
186/* End of service model async handlers definitions */
187} // namespace Artifact
188} // namespace Aws
EndpointProviderBase< ArtifactClientConfiguration, ArtifactBuiltInParameters, ArtifactClientContextParameters > ArtifactEndpointProviderBase
std::future< TagResourceOutcome > TagResourceOutcomeCallable
Aws::Utils::Outcome< ListCustomerAgreementsResult, ArtifactError > ListCustomerAgreementsOutcome
std::future< ListCustomerAgreementsOutcome > ListCustomerAgreementsOutcomeCallable
std::future< PutAccountSettingsOutcome > PutAccountSettingsOutcomeCallable
std::future< ListReportVersionsOutcome > ListReportVersionsOutcomeCallable
Aws::Utils::Outcome< ListComplianceInquiriesResult, ArtifactError > ListComplianceInquiriesOutcome
Aws::Utils::Outcome< GetAccountSettingsResult, ArtifactError > GetAccountSettingsOutcome
Aws::Utils::Outcome< PutAccountSettingsResult, ArtifactError > PutAccountSettingsOutcome
Aws::Utils::Outcome< TagResourceResult, ArtifactError > TagResourceOutcome
std::future< GetReportMetadataOutcome > GetReportMetadataOutcomeCallable
Aws::Utils::Outcome< GetReportMetadataResult, ArtifactError > GetReportMetadataOutcome
std::future< GetReportOutcome > GetReportOutcomeCallable
std::future< GetComplianceInquiryMetadataOutcome > GetComplianceInquiryMetadataOutcomeCallable
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
Aws::Utils::Outcome< CreateComplianceInquiryResult, ArtifactError > CreateComplianceInquiryOutcome
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
std::future< ListReportsOutcome > ListReportsOutcomeCallable
std::future< CreateComplianceInquiryOutcome > CreateComplianceInquiryOutcomeCallable
Aws::Utils::Outcome< GetComplianceInquiryMetadataResult, ArtifactError > GetComplianceInquiryMetadataOutcome
Aws::Utils::Outcome< UntagResourceResult, ArtifactError > UntagResourceOutcome
Aws::Utils::Outcome< GetReportResult, ArtifactError > GetReportOutcome
Aws::Utils::Outcome< ExportComplianceInquiryResult, ArtifactError > ExportComplianceInquiryOutcome
std::future< GetAccountSettingsOutcome > GetAccountSettingsOutcomeCallable
Aws::Utils::Outcome< ListComplianceInquiryQueriesResult, ArtifactError > ListComplianceInquiryQueriesOutcome
Aws::Utils::Outcome< GetTermForReportResult, ArtifactError > GetTermForReportOutcome
Aws::Utils::Outcome< ListReportsResult, ArtifactError > ListReportsOutcome
std::future< ListComplianceInquiryQueriesOutcome > ListComplianceInquiryQueriesOutcomeCallable
std::future< ListComplianceInquiriesOutcome > ListComplianceInquiriesOutcomeCallable
Aws::Utils::Outcome< ListReportVersionsResult, ArtifactError > ListReportVersionsOutcome
std::future< ExportComplianceInquiryOutcome > ExportComplianceInquiryOutcomeCallable
std::future< GetTermForReportOutcome > GetTermForReportOutcomeCallable
Aws::Utils::Outcome< ListTagsForResourceResult, ArtifactError > ListTagsForResourceOutcome
std::function< void(const ArtifactClient *, const Model::ExportComplianceInquiryRequest &, const Model::ExportComplianceInquiryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ExportComplianceInquiryResponseReceivedHandler
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::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListTagsForResourceResponseReceivedHandler
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::CreateComplianceInquiryRequest &, const Model::CreateComplianceInquiryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateComplianceInquiryResponseReceivedHandler
std::function< void(const ArtifactClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> TagResourceResponseReceivedHandler
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::GetComplianceInquiryMetadataRequest &, const Model::GetComplianceInquiryMetadataOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetComplianceInquiryMetadataResponseReceivedHandler
std::function< void(const ArtifactClient *, const Model::ListComplianceInquiriesRequest &, const Model::ListComplianceInquiriesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListComplianceInquiriesResponseReceivedHandler
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
std::function< void(const ArtifactClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UntagResourceResponseReceivedHandler
std::function< void(const ArtifactClient *, const Model::ListComplianceInquiryQueriesRequest &, const Model::ListComplianceInquiryQueriesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListComplianceInquiryQueriesResponseReceivedHandler