AWS SDK for C++

AWS SDK for C++ Version 1.11.811

Loading...
Searching...
No Matches
PaymentCryptographyServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/core/client/AWSError.h>
10#include <aws/core/client/AsyncCallerContext.h>
11#include <aws/core/client/GenericClientConfiguration.h>
12#include <aws/core/http/HttpTypes.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
14#include <aws/payment-cryptography/PaymentCryptographyEndpointProvider.h>
15#include <aws/payment-cryptography/PaymentCryptographyErrors.h>
16
17#include <functional>
18#include <future>
19/* End of generic header includes */
20
21/* Service model headers required in PaymentCryptographyClient header */
22#include <aws/payment-cryptography/model/AddKeyReplicationRegionsResult.h>
23#include <aws/payment-cryptography/model/AssociateMpaTeamResult.h>
24#include <aws/payment-cryptography/model/CreateAliasResult.h>
25#include <aws/payment-cryptography/model/CreateKeyResult.h>
26#include <aws/payment-cryptography/model/DeleteAliasResult.h>
27#include <aws/payment-cryptography/model/DeleteKeyResult.h>
28#include <aws/payment-cryptography/model/DeleteResourcePolicyResult.h>
29#include <aws/payment-cryptography/model/DisableDefaultKeyReplicationRegionsResult.h>
30#include <aws/payment-cryptography/model/DisassociateMpaTeamResult.h>
31#include <aws/payment-cryptography/model/EnableDefaultKeyReplicationRegionsResult.h>
32#include <aws/payment-cryptography/model/ExportKeyResult.h>
33#include <aws/payment-cryptography/model/GetAliasResult.h>
34#include <aws/payment-cryptography/model/GetCertificateSigningRequestResult.h>
35#include <aws/payment-cryptography/model/GetDefaultKeyReplicationRegionsRequest.h>
36#include <aws/payment-cryptography/model/GetDefaultKeyReplicationRegionsResult.h>
37#include <aws/payment-cryptography/model/GetKeyResult.h>
38#include <aws/payment-cryptography/model/GetMpaTeamAssociationResult.h>
39#include <aws/payment-cryptography/model/GetParametersForExportResult.h>
40#include <aws/payment-cryptography/model/GetParametersForImportResult.h>
41#include <aws/payment-cryptography/model/GetPublicKeyCertificateResult.h>
42#include <aws/payment-cryptography/model/GetResourcePolicyResult.h>
43#include <aws/payment-cryptography/model/ImportKeyResult.h>
44#include <aws/payment-cryptography/model/ListAliasesRequest.h>
45#include <aws/payment-cryptography/model/ListAliasesResult.h>
46#include <aws/payment-cryptography/model/ListKeysRequest.h>
47#include <aws/payment-cryptography/model/ListKeysResult.h>
48#include <aws/payment-cryptography/model/ListTagsForResourceResult.h>
49#include <aws/payment-cryptography/model/PutResourcePolicyResult.h>
50#include <aws/payment-cryptography/model/RemoveKeyReplicationRegionsResult.h>
51#include <aws/payment-cryptography/model/RestoreKeyResult.h>
52#include <aws/payment-cryptography/model/StartKeyUsageResult.h>
53#include <aws/payment-cryptography/model/StopKeyUsageResult.h>
54#include <aws/payment-cryptography/model/TagResourceResult.h>
55#include <aws/payment-cryptography/model/UntagResourceResult.h>
56#include <aws/payment-cryptography/model/UpdateAliasResult.h>
57/* End of service model headers required in PaymentCryptographyClient header */
58
59namespace Aws {
60namespace Http {
61class HttpClient;
62class HttpClientFactory;
63} // namespace Http
64
65namespace Utils {
66template <typename R, typename E>
67class Outcome;
68
69namespace Threading {
70class Executor;
71} // namespace Threading
72} // namespace Utils
73
74namespace Auth {
75class AWSCredentials;
76class AWSCredentialsProvider;
77} // namespace Auth
78
79namespace Client {
80class RetryStrategy;
81} // namespace Client
82
83namespace PaymentCryptography {
87
88namespace Model {
89/* Service model forward declarations required in PaymentCryptographyClient header */
90class AddKeyReplicationRegionsRequest;
91class AssociateMpaTeamRequest;
92class CreateAliasRequest;
93class CreateKeyRequest;
94class DeleteAliasRequest;
95class DeleteKeyRequest;
96class DeleteResourcePolicyRequest;
97class DisableDefaultKeyReplicationRegionsRequest;
98class DisassociateMpaTeamRequest;
99class EnableDefaultKeyReplicationRegionsRequest;
100class ExportKeyRequest;
101class GetAliasRequest;
102class GetCertificateSigningRequestRequest;
103class GetDefaultKeyReplicationRegionsRequest;
104class GetKeyRequest;
105class GetMpaTeamAssociationRequest;
106class GetParametersForExportRequest;
107class GetParametersForImportRequest;
108class GetPublicKeyCertificateRequest;
109class GetResourcePolicyRequest;
110class ImportKeyRequest;
111class ListAliasesRequest;
112class ListKeysRequest;
113class ListTagsForResourceRequest;
114class PutResourcePolicyRequest;
115class RemoveKeyReplicationRegionsRequest;
116class RestoreKeyRequest;
117class StartKeyUsageRequest;
118class StopKeyUsageRequest;
119class TagResourceRequest;
120class UntagResourceRequest;
121class UpdateAliasRequest;
122/* End of service model forward declarations required in PaymentCryptographyClient header */
123
124/* Service model Outcome class definitions */
157/* End of service model Outcome class definitions */
158
159/* Service model Outcome callable definitions */
160typedef std::future<AddKeyReplicationRegionsOutcome> AddKeyReplicationRegionsOutcomeCallable;
161typedef std::future<AssociateMpaTeamOutcome> AssociateMpaTeamOutcomeCallable;
162typedef std::future<CreateAliasOutcome> CreateAliasOutcomeCallable;
163typedef std::future<CreateKeyOutcome> CreateKeyOutcomeCallable;
164typedef std::future<DeleteAliasOutcome> DeleteAliasOutcomeCallable;
165typedef std::future<DeleteKeyOutcome> DeleteKeyOutcomeCallable;
166typedef std::future<DeleteResourcePolicyOutcome> DeleteResourcePolicyOutcomeCallable;
167typedef std::future<DisableDefaultKeyReplicationRegionsOutcome> DisableDefaultKeyReplicationRegionsOutcomeCallable;
168typedef std::future<DisassociateMpaTeamOutcome> DisassociateMpaTeamOutcomeCallable;
169typedef std::future<EnableDefaultKeyReplicationRegionsOutcome> EnableDefaultKeyReplicationRegionsOutcomeCallable;
170typedef std::future<ExportKeyOutcome> ExportKeyOutcomeCallable;
171typedef std::future<GetAliasOutcome> GetAliasOutcomeCallable;
172typedef std::future<GetCertificateSigningRequestOutcome> GetCertificateSigningRequestOutcomeCallable;
173typedef std::future<GetDefaultKeyReplicationRegionsOutcome> GetDefaultKeyReplicationRegionsOutcomeCallable;
174typedef std::future<GetKeyOutcome> GetKeyOutcomeCallable;
175typedef std::future<GetMpaTeamAssociationOutcome> GetMpaTeamAssociationOutcomeCallable;
176typedef std::future<GetParametersForExportOutcome> GetParametersForExportOutcomeCallable;
177typedef std::future<GetParametersForImportOutcome> GetParametersForImportOutcomeCallable;
178typedef std::future<GetPublicKeyCertificateOutcome> GetPublicKeyCertificateOutcomeCallable;
179typedef std::future<GetResourcePolicyOutcome> GetResourcePolicyOutcomeCallable;
180typedef std::future<ImportKeyOutcome> ImportKeyOutcomeCallable;
181typedef std::future<ListAliasesOutcome> ListAliasesOutcomeCallable;
182typedef std::future<ListKeysOutcome> ListKeysOutcomeCallable;
183typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
184typedef std::future<PutResourcePolicyOutcome> PutResourcePolicyOutcomeCallable;
185typedef std::future<RemoveKeyReplicationRegionsOutcome> RemoveKeyReplicationRegionsOutcomeCallable;
186typedef std::future<RestoreKeyOutcome> RestoreKeyOutcomeCallable;
187typedef std::future<StartKeyUsageOutcome> StartKeyUsageOutcomeCallable;
188typedef std::future<StopKeyUsageOutcome> StopKeyUsageOutcomeCallable;
189typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
190typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
191typedef std::future<UpdateAliasOutcome> UpdateAliasOutcomeCallable;
192/* End of service model Outcome callable definitions */
193} // namespace Model
194
196
197/* Service model async handlers definitions */
198typedef std::function<void(const PaymentCryptographyClient*, const Model::AddKeyReplicationRegionsRequest&,
199 const Model::AddKeyReplicationRegionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
201typedef std::function<void(const PaymentCryptographyClient*, const Model::AssociateMpaTeamRequest&, const Model::AssociateMpaTeamOutcome&,
202 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
204typedef std::function<void(const PaymentCryptographyClient*, const Model::CreateAliasRequest&, const Model::CreateAliasOutcome&,
205 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
207typedef std::function<void(const PaymentCryptographyClient*, const Model::CreateKeyRequest&, const Model::CreateKeyOutcome&,
208 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
210typedef std::function<void(const PaymentCryptographyClient*, const Model::DeleteAliasRequest&, const Model::DeleteAliasOutcome&,
211 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
213typedef std::function<void(const PaymentCryptographyClient*, const Model::DeleteKeyRequest&, const Model::DeleteKeyOutcome&,
214 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
216typedef std::function<void(const PaymentCryptographyClient*, const Model::DeleteResourcePolicyRequest&,
217 const Model::DeleteResourcePolicyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
221 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
223typedef std::function<void(const PaymentCryptographyClient*, const Model::DisassociateMpaTeamRequest&,
224 const Model::DisassociateMpaTeamOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
228 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
230typedef std::function<void(const PaymentCryptographyClient*, const Model::ExportKeyRequest&, const Model::ExportKeyOutcome&,
231 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
233typedef std::function<void(const PaymentCryptographyClient*, const Model::GetAliasRequest&, const Model::GetAliasOutcome&,
234 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
236typedef std::function<void(const PaymentCryptographyClient*, const Model::GetCertificateSigningRequestRequest&,
238 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
240typedef std::function<void(const PaymentCryptographyClient*, const Model::GetDefaultKeyReplicationRegionsRequest&,
242 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
244typedef std::function<void(const PaymentCryptographyClient*, const Model::GetKeyRequest&, const Model::GetKeyOutcome&,
245 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
247typedef std::function<void(const PaymentCryptographyClient*, const Model::GetMpaTeamAssociationRequest&,
248 const Model::GetMpaTeamAssociationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
250typedef std::function<void(const PaymentCryptographyClient*, const Model::GetParametersForExportRequest&,
251 const Model::GetParametersForExportOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
253typedef std::function<void(const PaymentCryptographyClient*, const Model::GetParametersForImportRequest&,
254 const Model::GetParametersForImportOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
256typedef std::function<void(const PaymentCryptographyClient*, const Model::GetPublicKeyCertificateRequest&,
257 const Model::GetPublicKeyCertificateOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
260 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
262typedef std::function<void(const PaymentCryptographyClient*, const Model::ImportKeyRequest&, const Model::ImportKeyOutcome&,
263 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
265typedef std::function<void(const PaymentCryptographyClient*, const Model::ListAliasesRequest&, const Model::ListAliasesOutcome&,
266 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
268typedef std::function<void(const PaymentCryptographyClient*, const Model::ListKeysRequest&, const Model::ListKeysOutcome&,
269 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
271typedef std::function<void(const PaymentCryptographyClient*, const Model::ListTagsForResourceRequest&,
272 const Model::ListTagsForResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
275 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
277typedef std::function<void(const PaymentCryptographyClient*, const Model::RemoveKeyReplicationRegionsRequest&,
278 const Model::RemoveKeyReplicationRegionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
280typedef std::function<void(const PaymentCryptographyClient*, const Model::RestoreKeyRequest&, const Model::RestoreKeyOutcome&,
281 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
283typedef std::function<void(const PaymentCryptographyClient*, const Model::StartKeyUsageRequest&, const Model::StartKeyUsageOutcome&,
284 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
286typedef std::function<void(const PaymentCryptographyClient*, const Model::StopKeyUsageRequest&, const Model::StopKeyUsageOutcome&,
287 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
289typedef std::function<void(const PaymentCryptographyClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&,
290 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
292typedef std::function<void(const PaymentCryptographyClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&,
293 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
295typedef std::function<void(const PaymentCryptographyClient*, const Model::UpdateAliasRequest&, const Model::UpdateAliasOutcome&,
296 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
298/* End of service model async handlers definitions */
299} // namespace PaymentCryptography
300} // namespace Aws
EndpointProviderBase< PaymentCryptographyClientConfiguration, PaymentCryptographyBuiltInParameters, PaymentCryptographyClientContextParameters > PaymentCryptographyEndpointProviderBase
std::future< ImportKeyOutcome > ImportKeyOutcomeCallable
std::future< GetPublicKeyCertificateOutcome > GetPublicKeyCertificateOutcomeCallable
std::future< EnableDefaultKeyReplicationRegionsOutcome > EnableDefaultKeyReplicationRegionsOutcomeCallable
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
std::future< DisassociateMpaTeamOutcome > DisassociateMpaTeamOutcomeCallable
std::future< DeleteResourcePolicyOutcome > DeleteResourcePolicyOutcomeCallable
Aws::Utils::Outcome< ImportKeyResult, PaymentCryptographyError > ImportKeyOutcome
std::future< ListAliasesOutcome > ListAliasesOutcomeCallable
Aws::Utils::Outcome< GetAliasResult, PaymentCryptographyError > GetAliasOutcome
Aws::Utils::Outcome< AssociateMpaTeamResult, PaymentCryptographyError > AssociateMpaTeamOutcome
std::future< AssociateMpaTeamOutcome > AssociateMpaTeamOutcomeCallable
Aws::Utils::Outcome< TagResourceResult, PaymentCryptographyError > TagResourceOutcome
std::future< GetResourcePolicyOutcome > GetResourcePolicyOutcomeCallable
std::future< AddKeyReplicationRegionsOutcome > AddKeyReplicationRegionsOutcomeCallable
Aws::Utils::Outcome< DeleteAliasResult, PaymentCryptographyError > DeleteAliasOutcome
Aws::Utils::Outcome< DeleteKeyResult, PaymentCryptographyError > DeleteKeyOutcome
std::future< DisableDefaultKeyReplicationRegionsOutcome > DisableDefaultKeyReplicationRegionsOutcomeCallable
Aws::Utils::Outcome< PutResourcePolicyResult, PaymentCryptographyError > PutResourcePolicyOutcome
Aws::Utils::Outcome< UntagResourceResult, PaymentCryptographyError > UntagResourceOutcome
std::future< RemoveKeyReplicationRegionsOutcome > RemoveKeyReplicationRegionsOutcomeCallable
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
Aws::Utils::Outcome< DisableDefaultKeyReplicationRegionsResult, PaymentCryptographyError > DisableDefaultKeyReplicationRegionsOutcome
std::future< RestoreKeyOutcome > RestoreKeyOutcomeCallable
Aws::Utils::Outcome< RestoreKeyResult, PaymentCryptographyError > RestoreKeyOutcome
Aws::Utils::Outcome< GetParametersForImportResult, PaymentCryptographyError > GetParametersForImportOutcome
Aws::Utils::Outcome< DeleteResourcePolicyResult, PaymentCryptographyError > DeleteResourcePolicyOutcome
Aws::Utils::Outcome< ListAliasesResult, PaymentCryptographyError > ListAliasesOutcome
Aws::Utils::Outcome< AddKeyReplicationRegionsResult, PaymentCryptographyError > AddKeyReplicationRegionsOutcome
std::future< TagResourceOutcome > TagResourceOutcomeCallable
std::future< ExportKeyOutcome > ExportKeyOutcomeCallable
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
std::future< PutResourcePolicyOutcome > PutResourcePolicyOutcomeCallable
std::future< CreateKeyOutcome > CreateKeyOutcomeCallable
Aws::Utils::Outcome< EnableDefaultKeyReplicationRegionsResult, PaymentCryptographyError > EnableDefaultKeyReplicationRegionsOutcome
Aws::Utils::Outcome< RemoveKeyReplicationRegionsResult, PaymentCryptographyError > RemoveKeyReplicationRegionsOutcome
std::future< GetMpaTeamAssociationOutcome > GetMpaTeamAssociationOutcomeCallable
std::future< DeleteKeyOutcome > DeleteKeyOutcomeCallable
std::future< StartKeyUsageOutcome > StartKeyUsageOutcomeCallable
Aws::Utils::Outcome< GetMpaTeamAssociationResult, PaymentCryptographyError > GetMpaTeamAssociationOutcome
std::future< GetDefaultKeyReplicationRegionsOutcome > GetDefaultKeyReplicationRegionsOutcomeCallable
std::future< GetCertificateSigningRequestOutcome > GetCertificateSigningRequestOutcomeCallable
std::future< StopKeyUsageOutcome > StopKeyUsageOutcomeCallable
Aws::Utils::Outcome< GetDefaultKeyReplicationRegionsResult, PaymentCryptographyError > GetDefaultKeyReplicationRegionsOutcome
Aws::Utils::Outcome< GetResourcePolicyResult, PaymentCryptographyError > GetResourcePolicyOutcome
Aws::Utils::Outcome< DisassociateMpaTeamResult, PaymentCryptographyError > DisassociateMpaTeamOutcome
Aws::Utils::Outcome< GetCertificateSigningRequestResult, PaymentCryptographyError > GetCertificateSigningRequestOutcome
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::GetParametersForExportRequest &, const Model::GetParametersForExportOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetParametersForExportResponseReceivedHandler
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::StopKeyUsageRequest &, const Model::StopKeyUsageOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StopKeyUsageResponseReceivedHandler
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::GetCertificateSigningRequestRequest &, const Model::GetCertificateSigningRequestOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetCertificateSigningRequestResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::AssociateMpaTeamRequest &, const Model::AssociateMpaTeamOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> AssociateMpaTeamResponseReceivedHandler
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::ListKeysRequest &, const Model::ListKeysOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListKeysResponseReceivedHandler
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::RemoveKeyReplicationRegionsRequest &, const Model::RemoveKeyReplicationRegionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> RemoveKeyReplicationRegionsResponseReceivedHandler
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::ExportKeyRequest &, const Model::ExportKeyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ExportKeyResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::GetResourcePolicyRequest &, const Model::GetResourcePolicyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetResourcePolicyResponseReceivedHandler
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::DeleteKeyRequest &, const Model::DeleteKeyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteKeyResponseReceivedHandler
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::GetMpaTeamAssociationRequest &, const Model::GetMpaTeamAssociationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetMpaTeamAssociationResponseReceivedHandler
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::AddKeyReplicationRegionsRequest &, const Model::AddKeyReplicationRegionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> AddKeyReplicationRegionsResponseReceivedHandler
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::CreateKeyRequest &, const Model::CreateKeyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateKeyResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::DeleteResourcePolicyRequest &, const Model::DeleteResourcePolicyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteResourcePolicyResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::EnableDefaultKeyReplicationRegionsRequest &, const Model::EnableDefaultKeyReplicationRegionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> EnableDefaultKeyReplicationRegionsResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::DisableDefaultKeyReplicationRegionsRequest &, const Model::DisableDefaultKeyReplicationRegionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DisableDefaultKeyReplicationRegionsResponseReceivedHandler
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::GetParametersForImportRequest &, const Model::GetParametersForImportOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetParametersForImportResponseReceivedHandler
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::DisassociateMpaTeamRequest &, const Model::DisassociateMpaTeamOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DisassociateMpaTeamResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::GetDefaultKeyReplicationRegionsRequest &, const Model::GetDefaultKeyReplicationRegionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetDefaultKeyReplicationRegionsResponseReceivedHandler
std::function< void(const PaymentCryptographyClient *, const Model::PutResourcePolicyRequest &, const Model::PutResourcePolicyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutResourcePolicyResponseReceivedHandler
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::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListTagsForResourceResponseReceivedHandler