AWS SDK for C++

AWS SDK for C++ Version 1.11.606

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/ListCustomerAgreementsResult.h>
26#include <aws/artifact/model/ListReportsResult.h>
27#include <aws/artifact/model/PutAccountSettingsResult.h>
28#include <aws/artifact/model/ListReportsRequest.h>
29#include <aws/artifact/model/PutAccountSettingsRequest.h>
30#include <aws/artifact/model/GetAccountSettingsRequest.h>
31#include <aws/artifact/model/ListCustomerAgreementsRequest.h>
32/* End of service model headers required in ArtifactClient header */
33
34namespace Aws
35{
36 namespace Http
37 {
38 class HttpClient;
39 class HttpClientFactory;
40 } // namespace Http
41
42 namespace Utils
43 {
44 template< typename R, typename E> class Outcome;
45
46 namespace Threading
47 {
48 class Executor;
49 } // namespace Threading
50 } // namespace Utils
51
52 namespace Auth
53 {
54 class AWSCredentials;
55 class AWSCredentialsProvider;
56 } // namespace Auth
57
58 namespace Client
59 {
60 class RetryStrategy;
61 } // namespace Client
62
63 namespace Artifact
64 {
68
69 namespace Model
70 {
71 /* Service model forward declarations required in ArtifactClient header */
73 class GetReportRequest;
79 /* End of service model forward declarations required in ArtifactClient header */
80
81 /* Service model Outcome class definitions */
89 /* End of service model Outcome class definitions */
90
91 /* Service model Outcome callable definitions */
92 typedef std::future<GetAccountSettingsOutcome> GetAccountSettingsOutcomeCallable;
93 typedef std::future<GetReportOutcome> GetReportOutcomeCallable;
94 typedef std::future<GetReportMetadataOutcome> GetReportMetadataOutcomeCallable;
95 typedef std::future<GetTermForReportOutcome> GetTermForReportOutcomeCallable;
96 typedef std::future<ListCustomerAgreementsOutcome> ListCustomerAgreementsOutcomeCallable;
97 typedef std::future<ListReportsOutcome> ListReportsOutcomeCallable;
98 typedef std::future<PutAccountSettingsOutcome> PutAccountSettingsOutcomeCallable;
99 /* End of service model Outcome callable definitions */
100 } // namespace Model
101
102 class ArtifactClient;
103
104 /* Service model async handlers definitions */
105 typedef std::function<void(const ArtifactClient*, const Model::GetAccountSettingsRequest&, const Model::GetAccountSettingsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetAccountSettingsResponseReceivedHandler;
106 typedef std::function<void(const ArtifactClient*, const Model::GetReportRequest&, const Model::GetReportOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetReportResponseReceivedHandler;
107 typedef std::function<void(const ArtifactClient*, const Model::GetReportMetadataRequest&, const Model::GetReportMetadataOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetReportMetadataResponseReceivedHandler;
108 typedef std::function<void(const ArtifactClient*, const Model::GetTermForReportRequest&, const Model::GetTermForReportOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetTermForReportResponseReceivedHandler;
109 typedef std::function<void(const ArtifactClient*, const Model::ListCustomerAgreementsRequest&, const Model::ListCustomerAgreementsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListCustomerAgreementsResponseReceivedHandler;
110 typedef std::function<void(const ArtifactClient*, const Model::ListReportsRequest&, const Model::ListReportsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListReportsResponseReceivedHandler;
111 typedef std::function<void(const ArtifactClient*, const Model::PutAccountSettingsRequest&, const Model::PutAccountSettingsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > PutAccountSettingsResponseReceivedHandler;
112 /* End of service model async handlers definitions */
113 } // namespace Artifact
114} // namespace Aws
EndpointProviderBase< ArtifactClientConfiguration, ArtifactBuiltInParameters, ArtifactClientContextParameters > ArtifactEndpointProviderBase
Aws::Utils::Outcome< ListCustomerAgreementsResult, ArtifactError > ListCustomerAgreementsOutcome
std::future< ListCustomerAgreementsOutcome > ListCustomerAgreementsOutcomeCallable
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::ListCustomerAgreementsRequest &, const Model::ListCustomerAgreementsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListCustomerAgreementsResponseReceivedHandler
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