AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
InspectorscanServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/inspector-scan/InspectorscanErrors.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/inspector-scan/InspectorscanEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in InspectorscanClient header */
21#include <aws/inspector-scan/model/ScanSbomResult.h>
22/* End of service model headers required in InspectorscanClient header */
23
24namespace Aws
25{
26 namespace Http
27 {
28 class HttpClient;
29 class HttpClientFactory;
30 } // namespace Http
31
32 namespace Utils
33 {
34 template< typename R, typename E> class Outcome;
35
36 namespace Threading
37 {
38 class Executor;
39 } // namespace Threading
40 } // namespace Utils
41
42 namespace Auth
43 {
44 class AWSCredentials;
45 class AWSCredentialsProvider;
46 } // namespace Auth
47
48 namespace Client
49 {
50 class RetryStrategy;
51 } // namespace Client
52
53 namespace inspectorscan
54 {
58
59 namespace Model
60 {
61 /* Service model forward declarations required in InspectorscanClient header */
62 class ScanSbomRequest;
63 /* End of service model forward declarations required in InspectorscanClient header */
64
65 /* Service model Outcome class definitions */
67 /* End of service model Outcome class definitions */
68
69 /* Service model Outcome callable definitions */
70 typedef std::future<ScanSbomOutcome> ScanSbomOutcomeCallable;
71 /* End of service model Outcome callable definitions */
72 } // namespace Model
73
75
76 /* Service model async handlers definitions */
77 typedef std::function<void(const InspectorscanClient*, const Model::ScanSbomRequest&, const Model::ScanSbomOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ScanSbomResponseReceivedHandler;
78 /* End of service model async handlers definitions */
79 } // namespace inspectorscan
80} // namespace Aws
EndpointProviderBase< InspectorscanClientConfiguration, InspectorscanBuiltInParameters, InspectorscanClientContextParameters > InspectorscanEndpointProviderBase
std::future< ScanSbomOutcome > ScanSbomOutcomeCallable
Aws::Utils::Outcome< ScanSbomResult, InspectorscanError > ScanSbomOutcome
std::function< void(const InspectorscanClient *, const Model::ScanSbomRequest &, const Model::ScanSbomOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ScanSbomResponseReceivedHandler