AWS SDK for C++  0.14.3
AWS SDK for C++
Namespaces | Classes | Typedefs | Enumerations
Aws::CodePipeline Namespace Reference

Namespaces

 CodePipelineEndpoint
 
 CodePipelineErrorMapper
 
 Model
 

Classes

class  CodePipelineClient
 
class  CodePipelineRequest
 

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::AcknowledgeThirdPartyJobRequest &, const Model::AcknowledgeThirdPartyJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > AcknowledgeThirdPartyJobResponseReceivedHandler
 
typedef std::function< void(const CodePipelineClient *, const Model::CreateCustomActionTypeRequest &, const Model::CreateCustomActionTypeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateCustomActionTypeResponseReceivedHandler
 
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::DeleteCustomActionTypeRequest &, const Model::DeleteCustomActionTypeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteCustomActionTypeResponseReceivedHandler
 
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::DisableStageTransitionRequest &, const Model::DisableStageTransitionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DisableStageTransitionResponseReceivedHandler
 
typedef std::function< void(const CodePipelineClient *, const Model::EnableStageTransitionRequest &, const Model::EnableStageTransitionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > EnableStageTransitionResponseReceivedHandler
 
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::GetPipelineStateRequest &, const Model::GetPipelineStateOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetPipelineStateResponseReceivedHandler
 
typedef std::function< void(const CodePipelineClient *, const Model::GetThirdPartyJobDetailsRequest &, const Model::GetThirdPartyJobDetailsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetThirdPartyJobDetailsResponseReceivedHandler
 
typedef std::function< void(const CodePipelineClient *, const Model::ListActionTypesRequest &, const Model::ListActionTypesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListActionTypesResponseReceivedHandler
 
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::PollForJobsRequest &, const Model::PollForJobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PollForJobsResponseReceivedHandler
 
typedef std::function< void(const CodePipelineClient *, const Model::PollForThirdPartyJobsRequest &, const Model::PollForThirdPartyJobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PollForThirdPartyJobsResponseReceivedHandler
 
typedef std::function< void(const CodePipelineClient *, const Model::PutActionRevisionRequest &, const Model::PutActionRevisionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PutActionRevisionResponseReceivedHandler
 
typedef std::function< void(const CodePipelineClient *, const Model::PutApprovalResultRequest &, const Model::PutApprovalResultOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PutApprovalResultResponseReceivedHandler
 
typedef std::function< void(const CodePipelineClient *, const Model::PutJobFailureResultRequest &, const Model::PutJobFailureResultOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PutJobFailureResultResponseReceivedHandler
 
typedef std::function< void(const CodePipelineClient *, const Model::PutJobSuccessResultRequest &, const Model::PutJobSuccessResultOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PutJobSuccessResultResponseReceivedHandler
 
typedef std::function< void(const CodePipelineClient *, const Model::PutThirdPartyJobFailureResultRequest &, const Model::PutThirdPartyJobFailureResultOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PutThirdPartyJobFailureResultResponseReceivedHandler
 
typedef std::function< void(const CodePipelineClient *, const Model::PutThirdPartyJobSuccessResultRequest &, const Model::PutThirdPartyJobSuccessResultOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PutThirdPartyJobSuccessResultResponseReceivedHandler
 
typedef std::function< void(const CodePipelineClient *, const Model::RetryStageExecutionRequest &, const Model::RetryStageExecutionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > RetryStageExecutionResponseReceivedHandler
 
typedef std::function< void(const CodePipelineClient *, const Model::StartPipelineExecutionRequest &, const Model::StartPipelineExecutionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StartPipelineExecutionResponseReceivedHandler
 
typedef std::function< void(const CodePipelineClient *, const Model::UpdatePipelineRequest &, const Model::UpdatePipelineOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdatePipelineResponseReceivedHandler
 

Enumerations

enum  CodePipelineErrors {
  CodePipelineErrors::INCOMPLETE_SIGNATURE = 0, CodePipelineErrors::INTERNAL_FAILURE = 1, CodePipelineErrors::INVALID_ACTION = 2, CodePipelineErrors::INVALID_CLIENT_TOKEN_ID = 3,
  CodePipelineErrors::INVALID_PARAMETER_COMBINATION = 4, CodePipelineErrors::INVALID_QUERY_PARAMETER = 5, CodePipelineErrors::INVALID_PARAMETER_VALUE = 6, CodePipelineErrors::MISSING_ACTION = 7,
  CodePipelineErrors::MISSING_AUTHENTICATION_TOKEN = 8, CodePipelineErrors::MISSING_PARAMETER = 9, CodePipelineErrors::OPT_IN_REQUIRED = 10, CodePipelineErrors::REQUEST_EXPIRED = 11,
  CodePipelineErrors::SERVICE_UNAVAILABLE = 12, CodePipelineErrors::THROTTLING = 13, CodePipelineErrors::VALIDATION = 14, CodePipelineErrors::ACCESS_DENIED = 15,
  CodePipelineErrors::RESOURCE_NOT_FOUND = 16, CodePipelineErrors::UNRECOGNIZED_CLIENT = 17, CodePipelineErrors::MALFORMED_QUERY_STRING = 18, CodePipelineErrors::NETWORK_CONNECTION = 99,
  CodePipelineErrors::UNKNOWN = 100, CodePipelineErrors::ACTION_NOT_FOUND = static_cast<int>(Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1, CodePipelineErrors::ACTION_TYPE_NOT_FOUND, CodePipelineErrors::APPROVAL_ALREADY_COMPLETED,
  CodePipelineErrors::INVALID_ACTION_DECLARATION, CodePipelineErrors::INVALID_APPROVAL_TOKEN, CodePipelineErrors::INVALID_BLOCKER_DECLARATION, CodePipelineErrors::INVALID_CLIENT_TOKEN,
  CodePipelineErrors::INVALID_JOB, CodePipelineErrors::INVALID_JOB_STATE, CodePipelineErrors::INVALID_NEXT_TOKEN, CodePipelineErrors::INVALID_NONCE,
  CodePipelineErrors::INVALID_STAGE_DECLARATION, CodePipelineErrors::INVALID_STRUCTURE, CodePipelineErrors::JOB_NOT_FOUND, CodePipelineErrors::LIMIT_EXCEEDED,
  CodePipelineErrors::NOT_LATEST_PIPELINE_EXECUTION, CodePipelineErrors::PIPELINE_NAME_IN_USE, CodePipelineErrors::PIPELINE_NOT_FOUND, CodePipelineErrors::PIPELINE_VERSION_NOT_FOUND,
  CodePipelineErrors::STAGE_NOT_FOUND, CodePipelineErrors::STAGE_NOT_RETRYABLE
}
 

Typedef Documentation

Definition at line 165 of file CodePipelineClient.h.

Definition at line 168 of file CodePipelineClient.h.

Definition at line 169 of file CodePipelineClient.h.

Definition at line 170 of file CodePipelineClient.h.

Definition at line 171 of file CodePipelineClient.h.

Definition at line 172 of file CodePipelineClient.h.

Definition at line 173 of file CodePipelineClient.h.

Definition at line 174 of file CodePipelineClient.h.

Definition at line 175 of file CodePipelineClient.h.

Definition at line 176 of file CodePipelineClient.h.

Definition at line 177 of file CodePipelineClient.h.

Definition at line 178 of file CodePipelineClient.h.

Definition at line 179 of file CodePipelineClient.h.

Definition at line 180 of file CodePipelineClient.h.

Definition at line 181 of file CodePipelineClient.h.

Definition at line 182 of file CodePipelineClient.h.

Definition at line 183 of file CodePipelineClient.h.

Definition at line 184 of file CodePipelineClient.h.

Definition at line 185 of file CodePipelineClient.h.

Definition at line 186 of file CodePipelineClient.h.

Definition at line 187 of file CodePipelineClient.h.

Definition at line 188 of file CodePipelineClient.h.

Definition at line 189 of file CodePipelineClient.h.

Definition at line 190 of file CodePipelineClient.h.

Definition at line 191 of file CodePipelineClient.h.

Enumeration Type Documentation

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 
NETWORK_CONNECTION 
UNKNOWN 
ACTION_NOT_FOUND 
ACTION_TYPE_NOT_FOUND 
APPROVAL_ALREADY_COMPLETED 
INVALID_ACTION_DECLARATION 
INVALID_APPROVAL_TOKEN 
INVALID_BLOCKER_DECLARATION 
INVALID_CLIENT_TOKEN 
INVALID_JOB 
INVALID_JOB_STATE 
INVALID_NEXT_TOKEN 
INVALID_NONCE 
INVALID_STAGE_DECLARATION 
INVALID_STRUCTURE 
JOB_NOT_FOUND 
LIMIT_EXCEEDED 
NOT_LATEST_PIPELINE_EXECUTION 
PIPELINE_NAME_IN_USE 
PIPELINE_NOT_FOUND 
PIPELINE_VERSION_NOT_FOUND 
STAGE_NOT_FOUND 
STAGE_NOT_RETRYABLE 

Definition at line 24 of file CodePipelineErrors.h.