AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
PaymentCryptographyServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/payment-cryptography/PaymentCryptographyErrors.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/payment-cryptography/PaymentCryptographyEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in PaymentCryptographyClient header */
21#include <aws/payment-cryptography/model/CreateAliasResult.h>
22#include <aws/payment-cryptography/model/CreateKeyResult.h>
23#include <aws/payment-cryptography/model/DeleteAliasResult.h>
24#include <aws/payment-cryptography/model/DeleteKeyResult.h>
25#include <aws/payment-cryptography/model/ExportKeyResult.h>
26#include <aws/payment-cryptography/model/GetAliasResult.h>
27#include <aws/payment-cryptography/model/GetKeyResult.h>
28#include <aws/payment-cryptography/model/GetParametersForExportResult.h>
29#include <aws/payment-cryptography/model/GetParametersForImportResult.h>
30#include <aws/payment-cryptography/model/GetPublicKeyCertificateResult.h>
31#include <aws/payment-cryptography/model/ImportKeyResult.h>
32#include <aws/payment-cryptography/model/ListAliasesResult.h>
33#include <aws/payment-cryptography/model/ListKeysResult.h>
34#include <aws/payment-cryptography/model/ListTagsForResourceResult.h>
35#include <aws/payment-cryptography/model/RestoreKeyResult.h>
36#include <aws/payment-cryptography/model/StartKeyUsageResult.h>
37#include <aws/payment-cryptography/model/StopKeyUsageResult.h>
38#include <aws/payment-cryptography/model/TagResourceResult.h>
39#include <aws/payment-cryptography/model/UntagResourceResult.h>
40#include <aws/payment-cryptography/model/UpdateAliasResult.h>
41#include <aws/payment-cryptography/model/ListAliasesRequest.h>
42#include <aws/payment-cryptography/model/ListKeysRequest.h>
43/* End of service model headers required in PaymentCryptographyClient header */
44
45namespace Aws
46{
47 namespace Http
48 {
49 class HttpClient;
50 class HttpClientFactory;
51 } // namespace Http
52
53 namespace Utils
54 {
55 template< typename R, typename E> class Outcome;
56
57 namespace Threading
58 {
59 class Executor;
60 } // namespace Threading
61 } // namespace Utils
62
63 namespace Auth
64 {
65 class AWSCredentials;
66 class AWSCredentialsProvider;
67 } // namespace Auth
68
69 namespace Client
70 {
71 class RetryStrategy;
72 } // namespace Client
73
74 namespace PaymentCryptography
75 {
79
80 namespace Model
81 {
82 /* Service model forward declarations required in PaymentCryptographyClient header */
83 class CreateAliasRequest;
84 class CreateKeyRequest;
85 class DeleteAliasRequest;
86 class DeleteKeyRequest;
87 class ExportKeyRequest;
88 class GetAliasRequest;
89 class GetKeyRequest;
90 class GetParametersForExportRequest;
91 class GetParametersForImportRequest;
92 class GetPublicKeyCertificateRequest;
93 class ImportKeyRequest;
94 class ListAliasesRequest;
95 class ListKeysRequest;
96 class ListTagsForResourceRequest;
97 class RestoreKeyRequest;
98 class StartKeyUsageRequest;
99 class StopKeyUsageRequest;
100 class TagResourceRequest;
101 class UntagResourceRequest;
102 class UpdateAliasRequest;
103 /* End of service model forward declarations required in PaymentCryptographyClient header */
104
105 /* Service model Outcome class definitions */
126 /* End of service model Outcome class definitions */
127
128 /* Service model Outcome callable definitions */
129 typedef std::future<CreateAliasOutcome> CreateAliasOutcomeCallable;
130 typedef std::future<CreateKeyOutcome> CreateKeyOutcomeCallable;
131 typedef std::future<DeleteAliasOutcome> DeleteAliasOutcomeCallable;
132 typedef std::future<DeleteKeyOutcome> DeleteKeyOutcomeCallable;
133 typedef std::future<ExportKeyOutcome> ExportKeyOutcomeCallable;
134 typedef std::future<GetAliasOutcome> GetAliasOutcomeCallable;
135 typedef std::future<GetKeyOutcome> GetKeyOutcomeCallable;
136 typedef std::future<GetParametersForExportOutcome> GetParametersForExportOutcomeCallable;
137 typedef std::future<GetParametersForImportOutcome> GetParametersForImportOutcomeCallable;
138 typedef std::future<GetPublicKeyCertificateOutcome> GetPublicKeyCertificateOutcomeCallable;
139 typedef std::future<ImportKeyOutcome> ImportKeyOutcomeCallable;
140 typedef std::future<ListAliasesOutcome> ListAliasesOutcomeCallable;
141 typedef std::future<ListKeysOutcome> ListKeysOutcomeCallable;
142 typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
143 typedef std::future<RestoreKeyOutcome> RestoreKeyOutcomeCallable;
144 typedef std::future<StartKeyUsageOutcome> StartKeyUsageOutcomeCallable;
145 typedef std::future<StopKeyUsageOutcome> StopKeyUsageOutcomeCallable;
146 typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
147 typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
148 typedef std::future<UpdateAliasOutcome> UpdateAliasOutcomeCallable;
149 /* End of service model Outcome callable definitions */
150 } // namespace Model
151
153
154 /* Service model async handlers definitions */
155 typedef std::function<void(const PaymentCryptographyClient*, const Model::CreateAliasRequest&, const Model::CreateAliasOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateAliasResponseReceivedHandler;
156 typedef std::function<void(const PaymentCryptographyClient*, const Model::CreateKeyRequest&, const Model::CreateKeyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateKeyResponseReceivedHandler;
157 typedef std::function<void(const PaymentCryptographyClient*, const Model::DeleteAliasRequest&, const Model::DeleteAliasOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteAliasResponseReceivedHandler;
158 typedef std::function<void(const PaymentCryptographyClient*, const Model::DeleteKeyRequest&, const Model::DeleteKeyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteKeyResponseReceivedHandler;
159 typedef std::function<void(const PaymentCryptographyClient*, const Model::ExportKeyRequest&, const Model::ExportKeyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ExportKeyResponseReceivedHandler;
160 typedef std::function<void(const PaymentCryptographyClient*, const Model::GetAliasRequest&, const Model::GetAliasOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetAliasResponseReceivedHandler;
161 typedef std::function<void(const PaymentCryptographyClient*, const Model::GetKeyRequest&, const Model::GetKeyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetKeyResponseReceivedHandler;
162 typedef std::function<void(const PaymentCryptographyClient*, const Model::GetParametersForExportRequest&, const Model::GetParametersForExportOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetParametersForExportResponseReceivedHandler;
163 typedef std::function<void(const PaymentCryptographyClient*, const Model::GetParametersForImportRequest&, const Model::GetParametersForImportOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetParametersForImportResponseReceivedHandler;
164 typedef std::function<void(const PaymentCryptographyClient*, const Model::GetPublicKeyCertificateRequest&, const Model::GetPublicKeyCertificateOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetPublicKeyCertificateResponseReceivedHandler;
165 typedef std::function<void(const PaymentCryptographyClient*, const Model::ImportKeyRequest&, const Model::ImportKeyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ImportKeyResponseReceivedHandler;
166 typedef std::function<void(const PaymentCryptographyClient*, const Model::ListAliasesRequest&, const Model::ListAliasesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListAliasesResponseReceivedHandler;
167 typedef std::function<void(const PaymentCryptographyClient*, const Model::ListKeysRequest&, const Model::ListKeysOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListKeysResponseReceivedHandler;
168 typedef std::function<void(const PaymentCryptographyClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTagsForResourceResponseReceivedHandler;
169 typedef std::function<void(const PaymentCryptographyClient*, const Model::RestoreKeyRequest&, const Model::RestoreKeyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > RestoreKeyResponseReceivedHandler;
170 typedef std::function<void(const PaymentCryptographyClient*, const Model::StartKeyUsageRequest&, const Model::StartKeyUsageOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartKeyUsageResponseReceivedHandler;
171 typedef std::function<void(const PaymentCryptographyClient*, const Model::StopKeyUsageRequest&, const Model::StopKeyUsageOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StopKeyUsageResponseReceivedHandler;
172 typedef std::function<void(const PaymentCryptographyClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > TagResourceResponseReceivedHandler;
173 typedef std::function<void(const PaymentCryptographyClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UntagResourceResponseReceivedHandler;
174 typedef std::function<void(const PaymentCryptographyClient*, const Model::UpdateAliasRequest&, const Model::UpdateAliasOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateAliasResponseReceivedHandler;
175 /* End of service model async handlers definitions */
176 } // namespace PaymentCryptography
177} // namespace Aws
EndpointProviderBase< PaymentCryptographyClientConfiguration, PaymentCryptographyBuiltInParameters, PaymentCryptographyClientContextParameters > PaymentCryptographyEndpointProviderBase
std::future< ImportKeyOutcome > ImportKeyOutcomeCallable
std::future< GetPublicKeyCertificateOutcome > GetPublicKeyCertificateOutcomeCallable
Aws::Utils::Outcome< StartKeyUsageResult, PaymentCryptographyError > StartKeyUsageOutcome
std::future< GetParametersForImportOutcome > GetParametersForImportOutcomeCallable
std::future< DeleteAliasOutcome > DeleteAliasOutcomeCallable
Aws::Utils::Outcome< StopKeyUsageResult, PaymentCryptographyError > StopKeyUsageOutcome
Aws::Utils::Outcome< UpdateAliasResult, PaymentCryptographyError > UpdateAliasOutcome
std::future< UpdateAliasOutcome > UpdateAliasOutcomeCallable
Aws::Utils::Outcome< ImportKeyResult, PaymentCryptographyError > ImportKeyOutcome
std::future< ListAliasesOutcome > ListAliasesOutcomeCallable
Aws::Utils::Outcome< GetAliasResult, PaymentCryptographyError > GetAliasOutcome
Aws::Utils::Outcome< TagResourceResult, PaymentCryptographyError > TagResourceOutcome
Aws::Utils::Outcome< DeleteAliasResult, PaymentCryptographyError > DeleteAliasOutcome
Aws::Utils::Outcome< DeleteKeyResult, PaymentCryptographyError > DeleteKeyOutcome
Aws::Utils::Outcome< UntagResourceResult, PaymentCryptographyError > UntagResourceOutcome
Aws::Utils::Outcome< GetParametersForExportResult, PaymentCryptographyError > GetParametersForExportOutcome
Aws::Utils::Outcome< ExportKeyResult, PaymentCryptographyError > ExportKeyOutcome
Aws::Utils::Outcome< CreateKeyResult, PaymentCryptographyError > CreateKeyOutcome
Aws::Utils::Outcome< GetPublicKeyCertificateResult, PaymentCryptographyError > GetPublicKeyCertificateOutcome
std::future< GetParametersForExportOutcome > GetParametersForExportOutcomeCallable
Aws::Utils::Outcome< ListTagsForResourceResult, PaymentCryptographyError > ListTagsForResourceOutcome
std::future< RestoreKeyOutcome > RestoreKeyOutcomeCallable
Aws::Utils::Outcome< RestoreKeyResult, PaymentCryptographyError > RestoreKeyOutcome
Aws::Utils::Outcome< GetParametersForImportResult, PaymentCryptographyError > GetParametersForImportOutcome
Aws::Utils::Outcome< ListAliasesResult, PaymentCryptographyError > ListAliasesOutcome
std::future< TagResourceOutcome > TagResourceOutcomeCallable
std::future< ExportKeyOutcome > ExportKeyOutcomeCallable
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
std::future< CreateKeyOutcome > CreateKeyOutcomeCallable
std::future< DeleteKeyOutcome > DeleteKeyOutcomeCallable
std::future< StartKeyUsageOutcome > StartKeyUsageOutcomeCallable
std::future< StopKeyUsageOutcome > StopKeyUsageOutcomeCallable
Aws::Utils::Outcome< GetKeyResult, PaymentCryptographyError > GetKeyOutcome
std::future< CreateAliasOutcome > CreateAliasOutcomeCallable
Aws::Utils::Outcome< CreateAliasResult, PaymentCryptographyError > CreateAliasOutcome
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
Aws::Utils::Outcome< ListKeysResult, PaymentCryptographyError > ListKeysOutcome
std::function< void(const PaymentCryptographyClient *, const Model::GetPublicKeyCertificateRequest &, const Model::GetPublicKeyCertificateOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetPublicKeyCertificateResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::ListKeysRequest &, const Model::ListKeysOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListKeysResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::GetParametersForExportRequest &, const Model::GetParametersForExportOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetParametersForExportResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::RestoreKeyRequest &, const Model::RestoreKeyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > RestoreKeyResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::CreateKeyRequest &, const Model::CreateKeyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateKeyResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::ImportKeyRequest &, const Model::ImportKeyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ImportKeyResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::StopKeyUsageRequest &, const Model::StopKeyUsageOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StopKeyUsageResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::DeleteAliasRequest &, const Model::DeleteAliasOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteAliasResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::StartKeyUsageRequest &, const Model::StartKeyUsageOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StartKeyUsageResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::UpdateAliasRequest &, const Model::UpdateAliasOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateAliasResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > TagResourceResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::ListAliasesRequest &, const Model::ListAliasesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListAliasesResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::GetParametersForImportRequest &, const Model::GetParametersForImportOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetParametersForImportResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::DeleteKeyRequest &, const Model::DeleteKeyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteKeyResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::GetAliasRequest &, const Model::GetAliasOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetAliasResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::GetKeyRequest &, const Model::GetKeyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetKeyResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::ExportKeyRequest &, const Model::ExportKeyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ExportKeyResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::CreateAliasRequest &, const Model::CreateAliasOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateAliasResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UntagResourceResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTagsForResourceResponseReceivedHandler