AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
Namespaces | Classes | Typedefs | Enumerations
Aws::PI Namespace Reference

Namespaces

namespace  Endpoint
 
namespace  Model
 
namespace  PIErrorMapper
 

Classes

class  PIClient
 
 
class  PIError
 
class  PIRequest
 

Typedefs

 
 
 
 
 
 
 
 
 
typedef std::function< void(const PIClient *, const Model::GetResourceMetricsRequest &, const Model::GetResourceMetricsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetResourceMetricsResponseReceivedHandler
 
 
 
 
 
typedef std::function< void(const PIClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > TagResourceResponseReceivedHandler
 
typedef std::function< void(const PIClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UntagResourceResponseReceivedHandler
 

Enumerations

 

Typedef Documentation

◆ CreatePerformanceAnalysisReportResponseReceivedHandler

Definition at line 125 of file PIServiceClientModel.h.

◆ DeletePerformanceAnalysisReportResponseReceivedHandler

Definition at line 126 of file PIServiceClientModel.h.

◆ DescribeDimensionKeysResponseReceivedHandler

Definition at line 127 of file PIServiceClientModel.h.

◆ GetDimensionKeyDetailsResponseReceivedHandler

Definition at line 128 of file PIServiceClientModel.h.

◆ GetPerformanceAnalysisReportResponseReceivedHandler

Definition at line 129 of file PIServiceClientModel.h.

◆ GetResourceMetadataResponseReceivedHandler

Definition at line 130 of file PIServiceClientModel.h.

◆ GetResourceMetricsResponseReceivedHandler

Definition at line 131 of file PIServiceClientModel.h.

◆ ListAvailableResourceDimensionsResponseReceivedHandler

Definition at line 132 of file PIServiceClientModel.h.

◆ ListAvailableResourceMetricsResponseReceivedHandler

Definition at line 133 of file PIServiceClientModel.h.

◆ ListPerformanceAnalysisReportsResponseReceivedHandler

Definition at line 134 of file PIServiceClientModel.h.

◆ ListTagsForResourceResponseReceivedHandler

Definition at line 135 of file PIServiceClientModel.h.

◆ PIClientConfiguration

Definition at line 67 of file PIServiceClientModel.h.

◆ PIEndpointProvider

Definition at line 69 of file PIServiceClientModel.h.

◆ PIEndpointProviderBase

Definition at line 68 of file PIServiceClientModel.h.

◆ TagResourceResponseReceivedHandler

typedef std::function<void(const PIClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::PI::TagResourceResponseReceivedHandler

Definition at line 136 of file PIServiceClientModel.h.

◆ UntagResourceResponseReceivedHandler

Definition at line 137 of file PIServiceClientModel.h.

Enumeration Type Documentation

◆ PIErrors

enum class Aws::PI::PIErrors
strong
Enumerator
INCOMPLETE_SIGNATURE 
INTERNAL_FAILURE 
INVALID_ACTION 
INVALID_CLIENT_TOKEN_ID 
INVALID_PARAMETER_COMBINATION 
INVALID_QUERY_PARAMETER 
INVALID_PARAMETER_VALUE 
MISSING_ACTION 
MISSING_AUTHENTICATION_TOKEN 
MISSING_PARAMETER 
OPT_IN_REQUIRED 
REQUEST_EXPIRED 
SERVICE_UNAVAILABLE 
THROTTLING 
VALIDATION 
ACCESS_DENIED 
RESOURCE_NOT_FOUND 
UNRECOGNIZED_CLIENT 
MALFORMED_QUERY_STRING 
SLOW_DOWN 
REQUEST_TIME_TOO_SKEWED 
INVALID_SIGNATURE 
SIGNATURE_DOES_NOT_MATCH 
INVALID_ACCESS_KEY_ID 
REQUEST_TIMEOUT 
NETWORK_CONNECTION 
UNKNOWN 
INTERNAL_SERVICE 
INVALID_ARGUMENT 
NOT_AUTHORIZED 

Definition at line 16 of file PIErrors.h.