AWS SDK for C++

AWS SDK for C++ Version 1.11.844

Loading...
Searching...
No Matches
SigninServiceClientModel.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/signin/SigninEndpointProvider.h>
15#include <aws/signin/SigninErrors.h>
16
17#include <functional>
18#include <future>
19/* End of generic header includes */
20
21/* Service model headers required in SigninClient header */
22#include <aws/signin/model/CreateOAuth2TokenResult.h>
23#include <aws/signin/model/CreateOAuth2TokenWithIAMResult.h>
24#include <aws/signin/model/DeleteConsoleAuthorizationConfigurationRequest.h>
25#include <aws/signin/model/DeleteConsoleAuthorizationConfigurationResult.h>
26#include <aws/signin/model/DeleteResourcePermissionStatementResult.h>
27#include <aws/signin/model/GetConsoleAuthorizationConfigurationRequest.h>
28#include <aws/signin/model/GetConsoleAuthorizationConfigurationResult.h>
29#include <aws/signin/model/GetResourcePolicyRequest.h>
30#include <aws/signin/model/GetResourcePolicyResult.h>
31#include <aws/signin/model/IntrospectOAuth2TokenWithIAMResult.h>
32#include <aws/signin/model/ListResourcePermissionStatementsRequest.h>
33#include <aws/signin/model/ListResourcePermissionStatementsResult.h>
34#include <aws/signin/model/PutConsoleAuthorizationConfigurationRequest.h>
35#include <aws/signin/model/PutConsoleAuthorizationConfigurationResult.h>
36#include <aws/signin/model/PutResourcePermissionStatementRequest.h>
37#include <aws/signin/model/PutResourcePermissionStatementResult.h>
38#include <aws/signin/model/RevokeOAuth2TokenWithIAMResult.h>
39/* End of service model headers required in SigninClient header */
40
41namespace Aws {
42namespace Http {
43class HttpClient;
44class HttpClientFactory;
45} // namespace Http
46
47namespace Utils {
48template <typename R, typename E>
49class Outcome;
50
51namespace Threading {
52class Executor;
53} // namespace Threading
54} // namespace Utils
55
56namespace Auth {
57class AWSCredentials;
58class AWSCredentialsProvider;
59} // namespace Auth
60
61namespace Client {
62class RetryStrategy;
63} // namespace Client
64
65namespace Signin {
69
70namespace Model {
71/* Service model forward declarations required in SigninClient header */
72class CreateOAuth2TokenRequest;
73class CreateOAuth2TokenWithIAMRequest;
74class DeleteConsoleAuthorizationConfigurationRequest;
75class DeleteResourcePermissionStatementRequest;
76class GetConsoleAuthorizationConfigurationRequest;
77class GetResourcePolicyRequest;
78class IntrospectOAuth2TokenWithIAMRequest;
79class ListResourcePermissionStatementsRequest;
80class PutConsoleAuthorizationConfigurationRequest;
81class PutResourcePermissionStatementRequest;
82class RevokeOAuth2TokenWithIAMRequest;
83/* End of service model forward declarations required in SigninClient header */
84
85/* Service model Outcome class definitions */
97/* End of service model Outcome class definitions */
98
99/* Service model Outcome callable definitions */
100typedef std::future<CreateOAuth2TokenOutcome> CreateOAuth2TokenOutcomeCallable;
101typedef std::future<CreateOAuth2TokenWithIAMOutcome> CreateOAuth2TokenWithIAMOutcomeCallable;
102typedef std::future<DeleteConsoleAuthorizationConfigurationOutcome> DeleteConsoleAuthorizationConfigurationOutcomeCallable;
103typedef std::future<DeleteResourcePermissionStatementOutcome> DeleteResourcePermissionStatementOutcomeCallable;
104typedef std::future<GetConsoleAuthorizationConfigurationOutcome> GetConsoleAuthorizationConfigurationOutcomeCallable;
105typedef std::future<GetResourcePolicyOutcome> GetResourcePolicyOutcomeCallable;
106typedef std::future<IntrospectOAuth2TokenWithIAMOutcome> IntrospectOAuth2TokenWithIAMOutcomeCallable;
107typedef std::future<ListResourcePermissionStatementsOutcome> ListResourcePermissionStatementsOutcomeCallable;
108typedef std::future<PutConsoleAuthorizationConfigurationOutcome> PutConsoleAuthorizationConfigurationOutcomeCallable;
109typedef std::future<PutResourcePermissionStatementOutcome> PutResourcePermissionStatementOutcomeCallable;
110typedef std::future<RevokeOAuth2TokenWithIAMOutcome> RevokeOAuth2TokenWithIAMOutcomeCallable;
111/* End of service model Outcome callable definitions */
112} // namespace Model
113
114class SigninClient;
115
116/* Service model async handlers definitions */
117typedef std::function<void(const SigninClient*, const Model::CreateOAuth2TokenRequest&, const Model::CreateOAuth2TokenOutcome&,
118 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
120typedef std::function<void(const SigninClient*, const Model::CreateOAuth2TokenWithIAMRequest&,
121 const Model::CreateOAuth2TokenWithIAMOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
123typedef std::function<void(const SigninClient*, const Model::DeleteConsoleAuthorizationConfigurationRequest&,
125 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
127typedef std::function<void(const SigninClient*, const Model::DeleteResourcePermissionStatementRequest&,
129 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
131typedef std::function<void(const SigninClient*, const Model::GetConsoleAuthorizationConfigurationRequest&,
133 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
135typedef std::function<void(const SigninClient*, const Model::GetResourcePolicyRequest&, const Model::GetResourcePolicyOutcome&,
136 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
138typedef std::function<void(const SigninClient*, const Model::IntrospectOAuth2TokenWithIAMRequest&,
140 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
142typedef std::function<void(const SigninClient*, const Model::ListResourcePermissionStatementsRequest&,
144 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
146typedef std::function<void(const SigninClient*, const Model::PutConsoleAuthorizationConfigurationRequest&,
148 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
150typedef std::function<void(const SigninClient*, const Model::PutResourcePermissionStatementRequest&,
152 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
154typedef std::function<void(const SigninClient*, const Model::RevokeOAuth2TokenWithIAMRequest&,
155 const Model::RevokeOAuth2TokenWithIAMOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
157/* End of service model async handlers definitions */
158} // namespace Signin
159} // namespace Aws
EndpointProviderBase< SigninClientConfiguration, SigninBuiltInParameters, SigninClientContextParameters > SigninEndpointProviderBase
Aws::Utils::Outcome< PutResourcePermissionStatementResult, SigninError > PutResourcePermissionStatementOutcome
Aws::Utils::Outcome< IntrospectOAuth2TokenWithIAMResult, SigninError > IntrospectOAuth2TokenWithIAMOutcome
Aws::Utils::Outcome< RevokeOAuth2TokenWithIAMResult, SigninError > RevokeOAuth2TokenWithIAMOutcome
Aws::Utils::Outcome< PutConsoleAuthorizationConfigurationResult, SigninError > PutConsoleAuthorizationConfigurationOutcome
std::future< CreateOAuth2TokenWithIAMOutcome > CreateOAuth2TokenWithIAMOutcomeCallable
Aws::Utils::Outcome< DeleteConsoleAuthorizationConfigurationResult, SigninError > DeleteConsoleAuthorizationConfigurationOutcome
std::future< RevokeOAuth2TokenWithIAMOutcome > RevokeOAuth2TokenWithIAMOutcomeCallable
std::future< DeleteResourcePermissionStatementOutcome > DeleteResourcePermissionStatementOutcomeCallable
Aws::Utils::Outcome< CreateOAuth2TokenResult, SigninError > CreateOAuth2TokenOutcome
std::future< PutConsoleAuthorizationConfigurationOutcome > PutConsoleAuthorizationConfigurationOutcomeCallable
std::future< DeleteConsoleAuthorizationConfigurationOutcome > DeleteConsoleAuthorizationConfigurationOutcomeCallable
Aws::Utils::Outcome< CreateOAuth2TokenWithIAMResult, SigninError > CreateOAuth2TokenWithIAMOutcome
std::future< GetConsoleAuthorizationConfigurationOutcome > GetConsoleAuthorizationConfigurationOutcomeCallable
std::future< IntrospectOAuth2TokenWithIAMOutcome > IntrospectOAuth2TokenWithIAMOutcomeCallable
std::future< CreateOAuth2TokenOutcome > CreateOAuth2TokenOutcomeCallable
std::future< ListResourcePermissionStatementsOutcome > ListResourcePermissionStatementsOutcomeCallable
Aws::Utils::Outcome< GetConsoleAuthorizationConfigurationResult, SigninError > GetConsoleAuthorizationConfigurationOutcome
Aws::Utils::Outcome< GetResourcePolicyResult, SigninError > GetResourcePolicyOutcome
Aws::Utils::Outcome< ListResourcePermissionStatementsResult, SigninError > ListResourcePermissionStatementsOutcome
Aws::Utils::Outcome< DeleteResourcePermissionStatementResult, SigninError > DeleteResourcePermissionStatementOutcome
std::future< GetResourcePolicyOutcome > GetResourcePolicyOutcomeCallable
std::future< PutResourcePermissionStatementOutcome > PutResourcePermissionStatementOutcomeCallable
std::function< void(const SigninClient *, const Model::CreateOAuth2TokenRequest &, const Model::CreateOAuth2TokenOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateOAuth2TokenResponseReceivedHandler
std::function< void(const SigninClient *, const Model::PutResourcePermissionStatementRequest &, const Model::PutResourcePermissionStatementOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutResourcePermissionStatementResponseReceivedHandler
std::function< void(const SigninClient *, const Model::RevokeOAuth2TokenWithIAMRequest &, const Model::RevokeOAuth2TokenWithIAMOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> RevokeOAuth2TokenWithIAMResponseReceivedHandler
std::function< void(const SigninClient *, const Model::GetConsoleAuthorizationConfigurationRequest &, const Model::GetConsoleAuthorizationConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetConsoleAuthorizationConfigurationResponseReceivedHandler
std::function< void(const SigninClient *, const Model::IntrospectOAuth2TokenWithIAMRequest &, const Model::IntrospectOAuth2TokenWithIAMOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> IntrospectOAuth2TokenWithIAMResponseReceivedHandler
std::function< void(const SigninClient *, const Model::GetResourcePolicyRequest &, const Model::GetResourcePolicyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetResourcePolicyResponseReceivedHandler
std::function< void(const SigninClient *, const Model::CreateOAuth2TokenWithIAMRequest &, const Model::CreateOAuth2TokenWithIAMOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateOAuth2TokenWithIAMResponseReceivedHandler
std::function< void(const SigninClient *, const Model::PutConsoleAuthorizationConfigurationRequest &, const Model::PutConsoleAuthorizationConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutConsoleAuthorizationConfigurationResponseReceivedHandler
std::function< void(const SigninClient *, const Model::DeleteConsoleAuthorizationConfigurationRequest &, const Model::DeleteConsoleAuthorizationConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteConsoleAuthorizationConfigurationResponseReceivedHandler
std::function< void(const SigninClient *, const Model::DeleteResourcePermissionStatementRequest &, const Model::DeleteResourcePermissionStatementOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteResourcePermissionStatementResponseReceivedHandler
std::function< void(const SigninClient *, const Model::ListResourcePermissionStatementsRequest &, const Model::ListResourcePermissionStatementsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListResourcePermissionStatementsResponseReceivedHandler