AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
GeoMapsServiceClientModel.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/geo-maps/GeoMapsEndpointProvider.h>
15#include <aws/geo-maps/GeoMapsErrors.h>
16
17#include <functional>
18#include <future>
19/* End of generic header includes */
20
21/* Service model headers required in GeoMapsClient header */
22#include <aws/geo-maps/model/GetGlyphsResult.h>
23#include <aws/geo-maps/model/GetSpritesResult.h>
24#include <aws/geo-maps/model/GetStaticMapResult.h>
25#include <aws/geo-maps/model/GetStyleDescriptorResult.h>
26#include <aws/geo-maps/model/GetTileResult.h>
27/* End of service model headers required in GeoMapsClient header */
28
29namespace Aws {
30namespace Http {
31class HttpClient;
32class HttpClientFactory;
33} // namespace Http
34
35namespace Utils {
36template <typename R, typename E>
37class Outcome;
38
39namespace Threading {
40class Executor;
41} // namespace Threading
42} // namespace Utils
43
44namespace Auth {
45class AWSCredentials;
46class AWSCredentialsProvider;
47} // namespace Auth
48
49namespace Client {
50class RetryStrategy;
51} // namespace Client
52
53namespace GeoMaps {
57
58namespace Model {
59/* Service model forward declarations required in GeoMapsClient header */
64class GetTileRequest;
65/* End of service model forward declarations required in GeoMapsClient header */
66
67/* Service model Outcome class definitions */
73/* End of service model Outcome class definitions */
74
75/* Service model Outcome callable definitions */
76typedef std::future<GetGlyphsOutcome> GetGlyphsOutcomeCallable;
77typedef std::future<GetSpritesOutcome> GetSpritesOutcomeCallable;
78typedef std::future<GetStaticMapOutcome> GetStaticMapOutcomeCallable;
79typedef std::future<GetStyleDescriptorOutcome> GetStyleDescriptorOutcomeCallable;
80typedef std::future<GetTileOutcome> GetTileOutcomeCallable;
81/* End of service model Outcome callable definitions */
82} // namespace Model
83
84class GeoMapsClient;
85
86/* Service model async handlers definitions */
87typedef std::function<void(const GeoMapsClient*, const Model::GetGlyphsRequest&, Model::GetGlyphsOutcome,
88 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
90typedef std::function<void(const GeoMapsClient*, const Model::GetSpritesRequest&, Model::GetSpritesOutcome,
91 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
93typedef std::function<void(const GeoMapsClient*, const Model::GetStaticMapRequest&, Model::GetStaticMapOutcome,
94 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
97 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
99typedef std::function<void(const GeoMapsClient*, const Model::GetTileRequest&, Model::GetTileOutcome,
100 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
102/* End of service model async handlers definitions */
103} // namespace GeoMaps
104} // namespace Aws
EndpointProviderBase< GeoMapsClientConfiguration, GeoMapsBuiltInParameters, GeoMapsClientContextParameters > GeoMapsEndpointProviderBase
std::future< GetStyleDescriptorOutcome > GetStyleDescriptorOutcomeCallable
Aws::Utils::Outcome< GetStyleDescriptorResult, GeoMapsError > GetStyleDescriptorOutcome
std::future< GetStaticMapOutcome > GetStaticMapOutcomeCallable
Aws::Utils::Outcome< GetTileResult, GeoMapsError > GetTileOutcome
std::future< GetTileOutcome > GetTileOutcomeCallable
Aws::Utils::Outcome< GetStaticMapResult, GeoMapsError > GetStaticMapOutcome
Aws::Utils::Outcome< GetSpritesResult, GeoMapsError > GetSpritesOutcome
std::future< GetGlyphsOutcome > GetGlyphsOutcomeCallable
Aws::Utils::Outcome< GetGlyphsResult, GeoMapsError > GetGlyphsOutcome
std::future< GetSpritesOutcome > GetSpritesOutcomeCallable
std::function< void(const GeoMapsClient *, const Model::GetTileRequest &, Model::GetTileOutcome, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetTileResponseReceivedHandler
std::function< void(const GeoMapsClient *, const Model::GetStaticMapRequest &, Model::GetStaticMapOutcome, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetStaticMapResponseReceivedHandler
std::function< void(const GeoMapsClient *, const Model::GetGlyphsRequest &, Model::GetGlyphsOutcome, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetGlyphsResponseReceivedHandler
std::function< void(const GeoMapsClient *, const Model::GetStyleDescriptorRequest &, Model::GetStyleDescriptorOutcome, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetStyleDescriptorResponseReceivedHandler
std::function< void(const GeoMapsClient *, const Model::GetSpritesRequest &, Model::GetSpritesOutcome, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetSpritesResponseReceivedHandler