AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
Namespaces | Classes | Typedefs | Enumerations
Aws::CodeGuruReviewer Namespace Reference

Namespaces

namespace  CodeGuruReviewerErrorMapper
 
namespace  Endpoint
 
namespace  Model
 

Classes

class  CodeGuruReviewerClient
 
class  CodeGuruReviewerEndpointRules
 
class  CodeGuruReviewerError
 
class  CodeGuruReviewerRequest
 

Typedefs

using CodeGuruReviewerClientConfiguration = Aws::Client::GenericClientConfiguration< false >
 
using CodeGuruReviewerEndpointProviderBase = Aws::CodeGuruReviewer::Endpoint::CodeGuruReviewerEndpointProviderBase
 
using CodeGuruReviewerEndpointProvider = Aws::CodeGuruReviewer::Endpoint::CodeGuruReviewerEndpointProvider
 
typedef std::function< void(const CodeGuruReviewerClient *, const Model::AssociateRepositoryRequest &, const Model::AssociateRepositoryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > AssociateRepositoryResponseReceivedHandler
 
typedef std::function< void(const CodeGuruReviewerClient *, const Model::CreateCodeReviewRequest &, const Model::CreateCodeReviewOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateCodeReviewResponseReceivedHandler
 
typedef std::function< void(const CodeGuruReviewerClient *, const Model::DescribeCodeReviewRequest &, const Model::DescribeCodeReviewOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeCodeReviewResponseReceivedHandler
 
typedef std::function< void(const CodeGuruReviewerClient *, const Model::DescribeRecommendationFeedbackRequest &, const Model::DescribeRecommendationFeedbackOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeRecommendationFeedbackResponseReceivedHandler
 
typedef std::function< void(const CodeGuruReviewerClient *, const Model::DescribeRepositoryAssociationRequest &, const Model::DescribeRepositoryAssociationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeRepositoryAssociationResponseReceivedHandler
 
typedef std::function< void(const CodeGuruReviewerClient *, const Model::DisassociateRepositoryRequest &, const Model::DisassociateRepositoryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DisassociateRepositoryResponseReceivedHandler
 
typedef std::function< void(const CodeGuruReviewerClient *, const Model::ListCodeReviewsRequest &, const Model::ListCodeReviewsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListCodeReviewsResponseReceivedHandler
 
typedef std::function< void(const CodeGuruReviewerClient *, const Model::ListRecommendationFeedbackRequest &, const Model::ListRecommendationFeedbackOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListRecommendationFeedbackResponseReceivedHandler
 
typedef std::function< void(const CodeGuruReviewerClient *, const Model::ListRecommendationsRequest &, const Model::ListRecommendationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListRecommendationsResponseReceivedHandler
 
typedef std::function< void(const CodeGuruReviewerClient *, const Model::ListRepositoryAssociationsRequest &, const Model::ListRepositoryAssociationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListRepositoryAssociationsResponseReceivedHandler
 
typedef std::function< void(const CodeGuruReviewerClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTagsForResourceResponseReceivedHandler
 
typedef std::function< void(const CodeGuruReviewerClient *, const Model::PutRecommendationFeedbackRequest &, const Model::PutRecommendationFeedbackOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PutRecommendationFeedbackResponseReceivedHandler
 
typedef std::function< void(const CodeGuruReviewerClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > TagResourceResponseReceivedHandler
 
typedef std::function< void(const CodeGuruReviewerClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UntagResourceResponseReceivedHandler
 

Enumerations

enum class  CodeGuruReviewerErrors {
  INCOMPLETE_SIGNATURE = 0 , INTERNAL_FAILURE = 1 , INVALID_ACTION = 2 , INVALID_CLIENT_TOKEN_ID = 3 ,
  INVALID_PARAMETER_COMBINATION = 4 , INVALID_QUERY_PARAMETER = 5 , INVALID_PARAMETER_VALUE = 6 , MISSING_ACTION = 7 ,
  MISSING_AUTHENTICATION_TOKEN = 8 , MISSING_PARAMETER = 9 , OPT_IN_REQUIRED = 10 , REQUEST_EXPIRED = 11 ,
  SERVICE_UNAVAILABLE = 12 , THROTTLING = 13 , VALIDATION = 14 , ACCESS_DENIED = 15 ,
  RESOURCE_NOT_FOUND = 16 , UNRECOGNIZED_CLIENT = 17 , MALFORMED_QUERY_STRING = 18 , SLOW_DOWN = 19 ,
  REQUEST_TIME_TOO_SKEWED = 20 , INVALID_SIGNATURE = 21 , SIGNATURE_DOES_NOT_MATCH = 22 , INVALID_ACCESS_KEY_ID = 23 ,
  REQUEST_TIMEOUT = 24 , NETWORK_CONNECTION = 99 , UNKNOWN = 100 , CONFLICT = static_cast<int>(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1 ,
  INTERNAL_SERVER , NOT_FOUND
}
 

Typedef Documentation

◆ AssociateRepositoryResponseReceivedHandler

Definition at line 129 of file CodeGuruReviewerServiceClientModel.h.

◆ CodeGuruReviewerClientConfiguration

Definition at line 68 of file CodeGuruReviewerServiceClientModel.h.

◆ CodeGuruReviewerEndpointProvider

Definition at line 70 of file CodeGuruReviewerServiceClientModel.h.

◆ CodeGuruReviewerEndpointProviderBase

Definition at line 69 of file CodeGuruReviewerServiceClientModel.h.

◆ CreateCodeReviewResponseReceivedHandler

Definition at line 130 of file CodeGuruReviewerServiceClientModel.h.

◆ DescribeCodeReviewResponseReceivedHandler

Definition at line 131 of file CodeGuruReviewerServiceClientModel.h.

◆ DescribeRecommendationFeedbackResponseReceivedHandler

Definition at line 132 of file CodeGuruReviewerServiceClientModel.h.

◆ DescribeRepositoryAssociationResponseReceivedHandler

Definition at line 133 of file CodeGuruReviewerServiceClientModel.h.

◆ DisassociateRepositoryResponseReceivedHandler

Definition at line 134 of file CodeGuruReviewerServiceClientModel.h.

◆ ListCodeReviewsResponseReceivedHandler

Definition at line 135 of file CodeGuruReviewerServiceClientModel.h.

◆ ListRecommendationFeedbackResponseReceivedHandler

Definition at line 136 of file CodeGuruReviewerServiceClientModel.h.

◆ ListRecommendationsResponseReceivedHandler

Definition at line 137 of file CodeGuruReviewerServiceClientModel.h.

◆ ListRepositoryAssociationsResponseReceivedHandler

Definition at line 138 of file CodeGuruReviewerServiceClientModel.h.

◆ ListTagsForResourceResponseReceivedHandler

Definition at line 139 of file CodeGuruReviewerServiceClientModel.h.

◆ PutRecommendationFeedbackResponseReceivedHandler

Definition at line 140 of file CodeGuruReviewerServiceClientModel.h.

◆ TagResourceResponseReceivedHandler

Definition at line 141 of file CodeGuruReviewerServiceClientModel.h.

◆ UntagResourceResponseReceivedHandler

Definition at line 142 of file CodeGuruReviewerServiceClientModel.h.

Enumeration Type Documentation

◆ CodeGuruReviewerErrors

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 
CONFLICT 
INTERNAL_SERVER 
NOT_FOUND 

Definition at line 16 of file CodeGuruReviewerErrors.h.