AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
SagemakerEdgeManagerServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/sagemaker-edge/SagemakerEdgeManagerErrors.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/sagemaker-edge/SagemakerEdgeManagerEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in SagemakerEdgeManagerClient header */
21#include <aws/sagemaker-edge/model/GetDeploymentsResult.h>
22#include <aws/sagemaker-edge/model/GetDeviceRegistrationResult.h>
23#include <aws/core/NoResult.h>
24/* End of service model headers required in SagemakerEdgeManagerClient header */
25
26namespace Aws
27{
28 namespace Http
29 {
30 class HttpClient;
31 class HttpClientFactory;
32 } // namespace Http
33
34 namespace Utils
35 {
36 template< typename R, typename E> class Outcome;
37
38 namespace Threading
39 {
40 class Executor;
41 } // namespace Threading
42 } // namespace Utils
43
44 namespace Auth
45 {
46 class AWSCredentials;
47 class AWSCredentialsProvider;
48 } // namespace Auth
49
50 namespace Client
51 {
52 class RetryStrategy;
53 } // namespace Client
54
55 namespace SagemakerEdgeManager
56 {
60
61 namespace Model
62 {
63 /* Service model forward declarations required in SagemakerEdgeManagerClient header */
64 class GetDeploymentsRequest;
65 class GetDeviceRegistrationRequest;
66 class SendHeartbeatRequest;
67 /* End of service model forward declarations required in SagemakerEdgeManagerClient header */
68
69 /* Service model Outcome class definitions */
73 /* End of service model Outcome class definitions */
74
75 /* Service model Outcome callable definitions */
76 typedef std::future<GetDeploymentsOutcome> GetDeploymentsOutcomeCallable;
77 typedef std::future<GetDeviceRegistrationOutcome> GetDeviceRegistrationOutcomeCallable;
78 typedef std::future<SendHeartbeatOutcome> SendHeartbeatOutcomeCallable;
79 /* End of service model Outcome callable definitions */
80 } // namespace Model
81
83
84 /* Service model async handlers definitions */
85 typedef std::function<void(const SagemakerEdgeManagerClient*, const Model::GetDeploymentsRequest&, const Model::GetDeploymentsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetDeploymentsResponseReceivedHandler;
86 typedef std::function<void(const SagemakerEdgeManagerClient*, const Model::GetDeviceRegistrationRequest&, const Model::GetDeviceRegistrationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetDeviceRegistrationResponseReceivedHandler;
87 typedef std::function<void(const SagemakerEdgeManagerClient*, const Model::SendHeartbeatRequest&, const Model::SendHeartbeatOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > SendHeartbeatResponseReceivedHandler;
88 /* End of service model async handlers definitions */
89 } // namespace SagemakerEdgeManager
90} // namespace Aws
EndpointProviderBase< SagemakerEdgeManagerClientConfiguration, SagemakerEdgeManagerBuiltInParameters, SagemakerEdgeManagerClientContextParameters > SagemakerEdgeManagerEndpointProviderBase
Aws::Utils::Outcome< Aws::NoResult, SagemakerEdgeManagerError > SendHeartbeatOutcome
std::future< SendHeartbeatOutcome > SendHeartbeatOutcomeCallable
std::future< GetDeploymentsOutcome > GetDeploymentsOutcomeCallable
Aws::Utils::Outcome< GetDeploymentsResult, SagemakerEdgeManagerError > GetDeploymentsOutcome
std::future< GetDeviceRegistrationOutcome > GetDeviceRegistrationOutcomeCallable
Aws::Utils::Outcome< GetDeviceRegistrationResult, SagemakerEdgeManagerError > GetDeviceRegistrationOutcome
std::function< void(const SagemakerEdgeManagerClient *, const Model::GetDeviceRegistrationRequest &, const Model::GetDeviceRegistrationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetDeviceRegistrationResponseReceivedHandler
std::function< void(const SagemakerEdgeManagerClient *, const Model::SendHeartbeatRequest &, const Model::SendHeartbeatOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > SendHeartbeatResponseReceivedHandler
std::function< void(const SagemakerEdgeManagerClient *, const Model::GetDeploymentsRequest &, const Model::GetDeploymentsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetDeploymentsResponseReceivedHandler