AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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

Namespaces

 
namespace  Endpoint
 
namespace  Model
 

Classes

 
 
 
 

Typedefs

 
 
 
typedef std::function< void(const CodePipelineClient *, const Model::AcknowledgeJobRequest &, const Model::AcknowledgeJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > AcknowledgeJobResponseReceivedHandler
 
 
 
typedef std::function< void(const CodePipelineClient *, const Model::CreatePipelineRequest &, const Model::CreatePipelineOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreatePipelineResponseReceivedHandler
 
 
typedef std::function< void(const CodePipelineClient *, const Model::DeletePipelineRequest &, const Model::DeletePipelineOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeletePipelineResponseReceivedHandler
 
typedef std::function< void(const CodePipelineClient *, const Model::DeleteWebhookRequest &, const Model::DeleteWebhookOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteWebhookResponseReceivedHandler
 
 
 
 
typedef std::function< void(const CodePipelineClient *, const Model::GetActionTypeRequest &, const Model::GetActionTypeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetActionTypeResponseReceivedHandler
 
typedef std::function< void(const CodePipelineClient *, const Model::GetJobDetailsRequest &, const Model::GetJobDetailsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetJobDetailsResponseReceivedHandler
 
typedef std::function< void(const CodePipelineClient *, const Model::GetPipelineRequest &, const Model::GetPipelineOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetPipelineResponseReceivedHandler
 
 
 
 
 
 
 
typedef std::function< void(const CodePipelineClient *, const Model::ListPipelinesRequest &, const Model::ListPipelinesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListPipelinesResponseReceivedHandler
 
 
typedef std::function< void(const CodePipelineClient *, const Model::ListRuleTypesRequest &, const Model::ListRuleTypesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListRuleTypesResponseReceivedHandler
 
 
typedef std::function< void(const CodePipelineClient *, const Model::ListWebhooksRequest &, const Model::ListWebhooksOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListWebhooksResponseReceivedHandler
 
 
typedef std::function< void(const CodePipelineClient *, const Model::PollForJobsRequest &, const Model::PollForJobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PollForJobsResponseReceivedHandler
 
 
 
 
 
 
 
 
typedef std::function< void(const CodePipelineClient *, const Model::PutWebhookRequest &, const Model::PutWebhookOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PutWebhookResponseReceivedHandler
 
 
 
typedef std::function< void(const CodePipelineClient *, const Model::RollbackStageRequest &, const Model::RollbackStageOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > RollbackStageResponseReceivedHandler
 
 
 
typedef std::function< void(const CodePipelineClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > TagResourceResponseReceivedHandler
 
typedef std::function< void(const CodePipelineClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UntagResourceResponseReceivedHandler
 
 
typedef std::function< void(const CodePipelineClient *, const Model::UpdatePipelineRequest &, const Model::UpdatePipelineOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdatePipelineResponseReceivedHandler
 

Enumerations

enum class  CodePipelineErrors {
  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 , ACTION_NOT_FOUND = static_cast<int>(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1 ,
  ACTION_TYPE_NOT_FOUND , APPROVAL_ALREADY_COMPLETED , CONCURRENT_MODIFICATION , CONCURRENT_PIPELINE_EXECUTIONS_LIMIT_EXCEEDED ,
  CONDITION_NOT_OVERRIDABLE , CONFLICT , DUPLICATED_STOP_REQUEST , INVALID_ACTION_DECLARATION ,
  INVALID_APPROVAL_TOKEN , INVALID_ARN , INVALID_BLOCKER_DECLARATION , INVALID_CLIENT_TOKEN ,
  INVALID_JOB , INVALID_JOB_STATE , INVALID_NEXT_TOKEN , INVALID_NONCE ,
  INVALID_STAGE_DECLARATION , INVALID_STRUCTURE , INVALID_TAGS , INVALID_WEBHOOK_AUTHENTICATION_PARAMETERS ,
  INVALID_WEBHOOK_FILTER_PATTERN , JOB_NOT_FOUND , LIMIT_EXCEEDED , NOT_LATEST_PIPELINE_EXECUTION ,
  OUTPUT_VARIABLES_SIZE_EXCEEDED , PIPELINE_EXECUTION_NOT_FOUND , PIPELINE_EXECUTION_NOT_STOPPABLE , PIPELINE_EXECUTION_OUTDATED ,
  PIPELINE_NAME_IN_USE , PIPELINE_NOT_FOUND , PIPELINE_VERSION_NOT_FOUND , REQUEST_FAILED ,
  STAGE_NOT_FOUND , STAGE_NOT_RETRYABLE , TOO_MANY_TAGS , UNABLE_TO_ROLLBACK_STAGE ,
  WEBHOOK_NOT_FOUND
}
 

Typedef Documentation

◆ AcknowledgeJobResponseReceivedHandler

Definition at line 242 of file CodePipelineServiceClientModel.h.

◆ AcknowledgeThirdPartyJobResponseReceivedHandler

Definition at line 243 of file CodePipelineServiceClientModel.h.

◆ CodePipelineClientConfiguration

Definition at line 94 of file CodePipelineServiceClientModel.h.

◆ CodePipelineEndpointProvider

Definition at line 96 of file CodePipelineServiceClientModel.h.

◆ CodePipelineEndpointProviderBase

Definition at line 95 of file CodePipelineServiceClientModel.h.

◆ CreateCustomActionTypeResponseReceivedHandler

Definition at line 244 of file CodePipelineServiceClientModel.h.

◆ CreatePipelineResponseReceivedHandler

Definition at line 245 of file CodePipelineServiceClientModel.h.

◆ DeleteCustomActionTypeResponseReceivedHandler

Definition at line 246 of file CodePipelineServiceClientModel.h.

◆ DeletePipelineResponseReceivedHandler

Definition at line 247 of file CodePipelineServiceClientModel.h.

◆ DeleteWebhookResponseReceivedHandler

Definition at line 248 of file CodePipelineServiceClientModel.h.

◆ DeregisterWebhookWithThirdPartyResponseReceivedHandler

Definition at line 249 of file CodePipelineServiceClientModel.h.

◆ DisableStageTransitionResponseReceivedHandler

Definition at line 250 of file CodePipelineServiceClientModel.h.

◆ EnableStageTransitionResponseReceivedHandler

Definition at line 251 of file CodePipelineServiceClientModel.h.

◆ GetActionTypeResponseReceivedHandler

Definition at line 252 of file CodePipelineServiceClientModel.h.

◆ GetJobDetailsResponseReceivedHandler

Definition at line 253 of file CodePipelineServiceClientModel.h.

◆ GetPipelineExecutionResponseReceivedHandler

Definition at line 255 of file CodePipelineServiceClientModel.h.

◆ GetPipelineResponseReceivedHandler

Definition at line 254 of file CodePipelineServiceClientModel.h.

◆ GetPipelineStateResponseReceivedHandler

Definition at line 256 of file CodePipelineServiceClientModel.h.

◆ GetThirdPartyJobDetailsResponseReceivedHandler

Definition at line 257 of file CodePipelineServiceClientModel.h.

◆ ListActionExecutionsResponseReceivedHandler

Definition at line 258 of file CodePipelineServiceClientModel.h.

◆ ListActionTypesResponseReceivedHandler

Definition at line 259 of file CodePipelineServiceClientModel.h.

◆ ListPipelineExecutionsResponseReceivedHandler

Definition at line 260 of file CodePipelineServiceClientModel.h.

◆ ListPipelinesResponseReceivedHandler

Definition at line 261 of file CodePipelineServiceClientModel.h.

◆ ListRuleExecutionsResponseReceivedHandler

Definition at line 262 of file CodePipelineServiceClientModel.h.

◆ ListRuleTypesResponseReceivedHandler

Definition at line 263 of file CodePipelineServiceClientModel.h.

◆ ListTagsForResourceResponseReceivedHandler

Definition at line 264 of file CodePipelineServiceClientModel.h.

◆ ListWebhooksResponseReceivedHandler

Definition at line 265 of file CodePipelineServiceClientModel.h.

◆ OverrideStageConditionResponseReceivedHandler

Definition at line 266 of file CodePipelineServiceClientModel.h.

◆ PollForJobsResponseReceivedHandler

Definition at line 267 of file CodePipelineServiceClientModel.h.

◆ PollForThirdPartyJobsResponseReceivedHandler

Definition at line 268 of file CodePipelineServiceClientModel.h.

◆ PutActionRevisionResponseReceivedHandler

Definition at line 269 of file CodePipelineServiceClientModel.h.

◆ PutApprovalResultResponseReceivedHandler

Definition at line 270 of file CodePipelineServiceClientModel.h.

◆ PutJobFailureResultResponseReceivedHandler

Definition at line 271 of file CodePipelineServiceClientModel.h.

◆ PutJobSuccessResultResponseReceivedHandler

Definition at line 272 of file CodePipelineServiceClientModel.h.

◆ PutThirdPartyJobFailureResultResponseReceivedHandler

Definition at line 273 of file CodePipelineServiceClientModel.h.

◆ PutThirdPartyJobSuccessResultResponseReceivedHandler

Definition at line 274 of file CodePipelineServiceClientModel.h.

◆ PutWebhookResponseReceivedHandler

Definition at line 275 of file CodePipelineServiceClientModel.h.

◆ RegisterWebhookWithThirdPartyResponseReceivedHandler

Definition at line 276 of file CodePipelineServiceClientModel.h.

◆ RetryStageExecutionResponseReceivedHandler

Definition at line 277 of file CodePipelineServiceClientModel.h.

◆ RollbackStageResponseReceivedHandler

Definition at line 278 of file CodePipelineServiceClientModel.h.

◆ StartPipelineExecutionResponseReceivedHandler

Definition at line 279 of file CodePipelineServiceClientModel.h.

◆ StopPipelineExecutionResponseReceivedHandler

Definition at line 280 of file CodePipelineServiceClientModel.h.

◆ TagResourceResponseReceivedHandler

Definition at line 281 of file CodePipelineServiceClientModel.h.

◆ UntagResourceResponseReceivedHandler

Definition at line 282 of file CodePipelineServiceClientModel.h.

◆ UpdateActionTypeResponseReceivedHandler

Definition at line 283 of file CodePipelineServiceClientModel.h.

◆ UpdatePipelineResponseReceivedHandler

Definition at line 284 of file CodePipelineServiceClientModel.h.

Enumeration Type Documentation

◆ CodePipelineErrors

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 
ACTION_NOT_FOUND 
ACTION_TYPE_NOT_FOUND 
APPROVAL_ALREADY_COMPLETED 
CONCURRENT_MODIFICATION 
CONCURRENT_PIPELINE_EXECUTIONS_LIMIT_EXCEEDED 
CONDITION_NOT_OVERRIDABLE 
CONFLICT 
DUPLICATED_STOP_REQUEST 
INVALID_ACTION_DECLARATION 
INVALID_APPROVAL_TOKEN 
INVALID_ARN 
INVALID_BLOCKER_DECLARATION 
INVALID_CLIENT_TOKEN 
INVALID_JOB 
INVALID_JOB_STATE 
INVALID_NEXT_TOKEN 
INVALID_NONCE 
INVALID_STAGE_DECLARATION 
INVALID_STRUCTURE 
INVALID_TAGS 
INVALID_WEBHOOK_AUTHENTICATION_PARAMETERS 
INVALID_WEBHOOK_FILTER_PATTERN 
JOB_NOT_FOUND 
LIMIT_EXCEEDED 
NOT_LATEST_PIPELINE_EXECUTION 
OUTPUT_VARIABLES_SIZE_EXCEEDED 
PIPELINE_EXECUTION_NOT_FOUND 
PIPELINE_EXECUTION_NOT_STOPPABLE 
PIPELINE_EXECUTION_OUTDATED 
PIPELINE_NAME_IN_USE 
PIPELINE_NOT_FOUND 
PIPELINE_VERSION_NOT_FOUND 
REQUEST_FAILED 
STAGE_NOT_FOUND 
STAGE_NOT_RETRYABLE 
TOO_MANY_TAGS 
UNABLE_TO_ROLLBACK_STAGE 
WEBHOOK_NOT_FOUND 

Definition at line 16 of file CodePipelineErrors.h.