AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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

Namespaces

 
namespace  Endpoint
 
namespace  Model
 

Classes

 
 
 
 

Typedefs

 
 
 
 
 
 
 
typedef std::function< void(const CodeCommitClient *, const Model::BatchGetCommitsRequest &, const Model::BatchGetCommitsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > BatchGetCommitsResponseReceivedHandler
 
 
 
typedef std::function< void(const CodeCommitClient *, const Model::CreateBranchRequest &, const Model::CreateBranchOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateBranchResponseReceivedHandler
 
typedef std::function< void(const CodeCommitClient *, const Model::CreateCommitRequest &, const Model::CreateCommitOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateCommitResponseReceivedHandler
 
 
 
 
 
 
typedef std::function< void(const CodeCommitClient *, const Model::DeleteBranchRequest &, const Model::DeleteBranchOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteBranchResponseReceivedHandler
 
 
typedef std::function< void(const CodeCommitClient *, const Model::DeleteFileRequest &, const Model::DeleteFileOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteFileResponseReceivedHandler
 
 
 
 
 
 
 
 
typedef std::function< void(const CodeCommitClient *, const Model::GetBlobRequest &, const Model::GetBlobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetBlobResponseReceivedHandler
 
typedef std::function< void(const CodeCommitClient *, const Model::GetBranchRequest &, const Model::GetBranchOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetBranchResponseReceivedHandler
 
typedef std::function< void(const CodeCommitClient *, const Model::GetCommentRequest &, const Model::GetCommentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetCommentResponseReceivedHandler
 
 
 
 
typedef std::function< void(const CodeCommitClient *, const Model::GetCommitRequest &, const Model::GetCommitOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetCommitResponseReceivedHandler
 
typedef std::function< void(const CodeCommitClient *, const Model::GetDifferencesRequest &, const Model::GetDifferencesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetDifferencesResponseReceivedHandler
 
typedef std::function< void(const CodeCommitClient *, const Model::GetFileRequest &, const Model::GetFileOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetFileResponseReceivedHandler
 
typedef std::function< void(const CodeCommitClient *, const Model::GetFolderRequest &, const Model::GetFolderOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetFolderResponseReceivedHandler
 
typedef std::function< void(const CodeCommitClient *, const Model::GetMergeCommitRequest &, const Model::GetMergeCommitOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetMergeCommitResponseReceivedHandler
 
 
typedef std::function< void(const CodeCommitClient *, const Model::GetMergeOptionsRequest &, const Model::GetMergeOptionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetMergeOptionsResponseReceivedHandler
 
typedef std::function< void(const CodeCommitClient *, const Model::GetPullRequestRequest &, const Model::GetPullRequestOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetPullRequestResponseReceivedHandler
 
 
 
typedef std::function< void(const CodeCommitClient *, const Model::GetRepositoryRequest &, const Model::GetRepositoryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetRepositoryResponseReceivedHandler
 
 
 
 
typedef std::function< void(const CodeCommitClient *, const Model::ListBranchesRequest &, const Model::ListBranchesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListBranchesResponseReceivedHandler
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
typedef std::function< void(const CodeCommitClient *, const Model::PutFileRequest &, const Model::PutFileOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PutFileResponseReceivedHandler
 
 
typedef std::function< void(const CodeCommitClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > TagResourceResponseReceivedHandler
 
 
typedef std::function< void(const CodeCommitClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UntagResourceResponseReceivedHandler
 
 
 
 
typedef std::function< void(const CodeCommitClient *, const Model::UpdateCommentRequest &, const Model::UpdateCommentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateCommentResponseReceivedHandler
 
 
 
 
 
 
 
 
 
 

Enumerations

enum class  CodeCommitErrors {
  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 , ACTOR_DOES_NOT_EXIST = static_cast<int>(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1 ,
  APPROVAL_RULE_CONTENT_REQUIRED , APPROVAL_RULE_DOES_NOT_EXIST , APPROVAL_RULE_NAME_ALREADY_EXISTS , APPROVAL_RULE_NAME_REQUIRED ,
  APPROVAL_RULE_TEMPLATE_CONTENT_REQUIRED , APPROVAL_RULE_TEMPLATE_DOES_NOT_EXIST , APPROVAL_RULE_TEMPLATE_IN_USE , APPROVAL_RULE_TEMPLATE_NAME_ALREADY_EXISTS ,
  APPROVAL_RULE_TEMPLATE_NAME_REQUIRED , APPROVAL_STATE_REQUIRED , AUTHOR_DOES_NOT_EXIST , BEFORE_COMMIT_ID_AND_AFTER_COMMIT_ID_ARE_SAME ,
  BLOB_ID_DOES_NOT_EXIST , BLOB_ID_REQUIRED , BRANCH_DOES_NOT_EXIST , BRANCH_NAME_EXISTS ,
  BRANCH_NAME_IS_TAG_NAME , BRANCH_NAME_REQUIRED , CANNOT_DELETE_APPROVAL_RULE_FROM_TEMPLATE , CANNOT_MODIFY_APPROVAL_RULE_FROM_TEMPLATE ,
  CLIENT_REQUEST_TOKEN_REQUIRED , COMMENT_CONTENT_REQUIRED , COMMENT_CONTENT_SIZE_LIMIT_EXCEEDED , COMMENT_DELETED ,
  COMMENT_DOES_NOT_EXIST , COMMENT_ID_REQUIRED , COMMENT_NOT_CREATED_BY_CALLER , COMMIT_DOES_NOT_EXIST ,
  COMMIT_IDS_LIMIT_EXCEEDED , COMMIT_IDS_LIST_REQUIRED , COMMIT_ID_DOES_NOT_EXIST , COMMIT_ID_REQUIRED ,
  COMMIT_MESSAGE_LENGTH_EXCEEDED , COMMIT_REQUIRED , CONCURRENT_REFERENCE_UPDATE , DEFAULT_BRANCH_CANNOT_BE_DELETED ,
  DIRECTORY_NAME_CONFLICTS_WITH_FILE_NAME , ENCRYPTION_INTEGRITY_CHECKS_FAILED , ENCRYPTION_KEY_ACCESS_DENIED , ENCRYPTION_KEY_DISABLED ,
  ENCRYPTION_KEY_INVALID_ID , ENCRYPTION_KEY_INVALID_USAGE , ENCRYPTION_KEY_NOT_FOUND , ENCRYPTION_KEY_REQUIRED ,
  ENCRYPTION_KEY_UNAVAILABLE , FILE_CONTENT_AND_SOURCE_FILE_SPECIFIED , FILE_CONTENT_REQUIRED , FILE_CONTENT_SIZE_LIMIT_EXCEEDED ,
  FILE_DOES_NOT_EXIST , FILE_ENTRY_REQUIRED , FILE_MODE_REQUIRED , FILE_NAME_CONFLICTS_WITH_DIRECTORY_NAME ,
  FILE_PATH_CONFLICTS_WITH_SUBMODULE_PATH , FILE_TOO_LARGE , FOLDER_CONTENT_SIZE_LIMIT_EXCEEDED , FOLDER_DOES_NOT_EXIST ,
  IDEMPOTENCY_PARAMETER_MISMATCH , INVALID_ACTOR_ARN , INVALID_APPROVAL_RULE_CONTENT , INVALID_APPROVAL_RULE_NAME ,
  INVALID_APPROVAL_RULE_TEMPLATE_CONTENT , INVALID_APPROVAL_RULE_TEMPLATE_DESCRIPTION , INVALID_APPROVAL_RULE_TEMPLATE_NAME , INVALID_APPROVAL_STATE ,
  INVALID_AUTHOR_ARN , INVALID_BLOB_ID , INVALID_BRANCH_NAME , INVALID_CLIENT_REQUEST_TOKEN ,
  INVALID_COMMENT_ID , INVALID_COMMIT , INVALID_COMMIT_ID , INVALID_CONFLICT_DETAIL_LEVEL ,
  INVALID_CONFLICT_RESOLUTION , INVALID_CONFLICT_RESOLUTION_STRATEGY , INVALID_CONTINUATION_TOKEN , INVALID_DELETION_PARAMETER ,
  INVALID_DESCRIPTION , INVALID_DESTINATION_COMMIT_SPECIFIER , INVALID_EMAIL , INVALID_FILE_LOCATION ,
  INVALID_FILE_MODE , INVALID_FILE_POSITION , INVALID_MAX_CONFLICT_FILES , INVALID_MAX_MERGE_HUNKS ,
  INVALID_MAX_RESULTS , INVALID_MERGE_OPTION , INVALID_ORDER , INVALID_OVERRIDE_STATUS ,
  INVALID_PARENT_COMMIT_ID , INVALID_PATH , INVALID_PULL_REQUEST_EVENT_TYPE , INVALID_PULL_REQUEST_ID ,
  INVALID_PULL_REQUEST_STATUS , INVALID_PULL_REQUEST_STATUS_UPDATE , INVALID_REACTION_USER_ARN , INVALID_REACTION_VALUE ,
  INVALID_REFERENCE_NAME , INVALID_RELATIVE_FILE_VERSION_ENUM , INVALID_REPLACEMENT_CONTENT , INVALID_REPLACEMENT_TYPE ,
  INVALID_REPOSITORY_DESCRIPTION , INVALID_REPOSITORY_NAME , INVALID_REPOSITORY_TRIGGER_BRANCH_NAME , INVALID_REPOSITORY_TRIGGER_CUSTOM_DATA ,
  INVALID_REPOSITORY_TRIGGER_DESTINATION_ARN , INVALID_REPOSITORY_TRIGGER_EVENTS , INVALID_REPOSITORY_TRIGGER_NAME , INVALID_REPOSITORY_TRIGGER_REGION ,
  INVALID_RESOURCE_ARN , INVALID_REVISION_ID , INVALID_RULE_CONTENT_SHA256 , INVALID_SORT_BY ,
  INVALID_SOURCE_COMMIT_SPECIFIER , INVALID_SYSTEM_TAG_USAGE , INVALID_TAGS_MAP , INVALID_TAG_KEYS_LIST ,
  INVALID_TARGET , INVALID_TARGETS , INVALID_TARGET_BRANCH , INVALID_TITLE ,
  MANUAL_MERGE_REQUIRED , MAXIMUM_BRANCHES_EXCEEDED , MAXIMUM_CONFLICT_RESOLUTION_ENTRIES_EXCEEDED , MAXIMUM_FILE_CONTENT_TO_LOAD_EXCEEDED ,
  MAXIMUM_FILE_ENTRIES_EXCEEDED , MAXIMUM_ITEMS_TO_COMPARE_EXCEEDED , MAXIMUM_NUMBER_OF_APPROVALS_EXCEEDED , MAXIMUM_OPEN_PULL_REQUESTS_EXCEEDED ,
  MAXIMUM_REPOSITORY_NAMES_EXCEEDED , MAXIMUM_REPOSITORY_TRIGGERS_EXCEEDED , MAXIMUM_RULE_TEMPLATES_ASSOCIATED_WITH_REPOSITORY , MERGE_OPTION_REQUIRED ,
  MULTIPLE_CONFLICT_RESOLUTION_ENTRIES , MULTIPLE_REPOSITORIES_IN_PULL_REQUEST , NAME_LENGTH_EXCEEDED , NO_CHANGE ,
  NUMBER_OF_RULES_EXCEEDED , NUMBER_OF_RULE_TEMPLATES_EXCEEDED , OPERATION_NOT_ALLOWED , OVERRIDE_ALREADY_SET ,
  OVERRIDE_STATUS_REQUIRED , PARENT_COMMIT_DOES_NOT_EXIST , PARENT_COMMIT_ID_OUTDATED , PARENT_COMMIT_ID_REQUIRED ,
  PATH_DOES_NOT_EXIST , PATH_REQUIRED , PULL_REQUEST_ALREADY_CLOSED , PULL_REQUEST_APPROVAL_RULES_NOT_SATISFIED ,
  PULL_REQUEST_CANNOT_BE_APPROVED_BY_AUTHOR , PULL_REQUEST_DOES_NOT_EXIST , PULL_REQUEST_ID_REQUIRED , PULL_REQUEST_STATUS_REQUIRED ,
  PUT_FILE_ENTRY_CONFLICT , REACTION_LIMIT_EXCEEDED , REACTION_VALUE_REQUIRED , REFERENCE_DOES_NOT_EXIST ,
  REFERENCE_NAME_REQUIRED , REFERENCE_TYPE_NOT_SUPPORTED , REPLACEMENT_CONTENT_REQUIRED , REPLACEMENT_TYPE_REQUIRED ,
  REPOSITORY_DOES_NOT_EXIST , REPOSITORY_LIMIT_EXCEEDED , REPOSITORY_NAMES_REQUIRED , REPOSITORY_NAME_EXISTS ,
  REPOSITORY_NAME_REQUIRED , REPOSITORY_NOT_ASSOCIATED_WITH_PULL_REQUEST , REPOSITORY_TRIGGERS_LIST_REQUIRED , REPOSITORY_TRIGGER_BRANCH_NAME_LIST_REQUIRED ,
  REPOSITORY_TRIGGER_DESTINATION_ARN_REQUIRED , REPOSITORY_TRIGGER_EVENTS_LIST_REQUIRED , REPOSITORY_TRIGGER_NAME_REQUIRED , RESOURCE_ARN_REQUIRED ,
  RESTRICTED_SOURCE_FILE , REVISION_ID_REQUIRED , REVISION_NOT_CURRENT , SAME_FILE_CONTENT ,
  SAME_PATH_REQUEST , SOURCE_AND_DESTINATION_ARE_SAME , SOURCE_FILE_OR_CONTENT_REQUIRED , TAGS_MAP_REQUIRED ,
  TAG_KEYS_LIST_REQUIRED , TAG_POLICY , TARGETS_REQUIRED , TARGET_REQUIRED ,
  TIPS_DIVERGENCE_EXCEEDED , TIP_OF_SOURCE_REFERENCE_IS_DIFFERENT , TITLE_REQUIRED , TOO_MANY_TAGS
}
 

Typedef Documentation

◆ AssociateApprovalRuleTemplateWithRepositoryResponseReceivedHandler

Definition at line 382 of file CodeCommitServiceClientModel.h.

◆ BatchAssociateApprovalRuleTemplateWithRepositoriesResponseReceivedHandler

Definition at line 383 of file CodeCommitServiceClientModel.h.

◆ BatchDescribeMergeConflictsResponseReceivedHandler

Definition at line 384 of file CodeCommitServiceClientModel.h.

◆ BatchDisassociateApprovalRuleTemplateFromRepositoriesResponseReceivedHandler

Definition at line 385 of file CodeCommitServiceClientModel.h.

◆ BatchGetCommitsResponseReceivedHandler

Definition at line 386 of file CodeCommitServiceClientModel.h.

◆ BatchGetRepositoriesResponseReceivedHandler

Definition at line 387 of file CodeCommitServiceClientModel.h.

◆ CodeCommitClientConfiguration

Definition at line 126 of file CodeCommitServiceClientModel.h.

◆ CodeCommitEndpointProvider

Definition at line 128 of file CodeCommitServiceClientModel.h.

◆ CodeCommitEndpointProviderBase

Definition at line 127 of file CodeCommitServiceClientModel.h.

◆ CreateApprovalRuleTemplateResponseReceivedHandler

Definition at line 388 of file CodeCommitServiceClientModel.h.

◆ CreateBranchResponseReceivedHandler

Definition at line 389 of file CodeCommitServiceClientModel.h.

◆ CreateCommitResponseReceivedHandler

Definition at line 390 of file CodeCommitServiceClientModel.h.

◆ CreatePullRequestApprovalRuleResponseReceivedHandler

Definition at line 392 of file CodeCommitServiceClientModel.h.

◆ CreatePullRequestResponseReceivedHandler

Definition at line 391 of file CodeCommitServiceClientModel.h.

◆ CreateRepositoryResponseReceivedHandler

Definition at line 393 of file CodeCommitServiceClientModel.h.

◆ CreateUnreferencedMergeCommitResponseReceivedHandler

Definition at line 394 of file CodeCommitServiceClientModel.h.

◆ DeleteApprovalRuleTemplateResponseReceivedHandler

Definition at line 395 of file CodeCommitServiceClientModel.h.

◆ DeleteBranchResponseReceivedHandler

Definition at line 396 of file CodeCommitServiceClientModel.h.

◆ DeleteCommentContentResponseReceivedHandler

Definition at line 397 of file CodeCommitServiceClientModel.h.

◆ DeleteFileResponseReceivedHandler

Definition at line 398 of file CodeCommitServiceClientModel.h.

◆ DeletePullRequestApprovalRuleResponseReceivedHandler

Definition at line 399 of file CodeCommitServiceClientModel.h.

◆ DeleteRepositoryResponseReceivedHandler

Definition at line 400 of file CodeCommitServiceClientModel.h.

◆ DescribeMergeConflictsResponseReceivedHandler

Definition at line 401 of file CodeCommitServiceClientModel.h.

◆ DescribePullRequestEventsResponseReceivedHandler

Definition at line 402 of file CodeCommitServiceClientModel.h.

◆ DisassociateApprovalRuleTemplateFromRepositoryResponseReceivedHandler

Definition at line 403 of file CodeCommitServiceClientModel.h.

◆ EvaluatePullRequestApprovalRulesResponseReceivedHandler

Definition at line 404 of file CodeCommitServiceClientModel.h.

◆ GetApprovalRuleTemplateResponseReceivedHandler

Definition at line 405 of file CodeCommitServiceClientModel.h.

◆ GetBlobResponseReceivedHandler

Definition at line 406 of file CodeCommitServiceClientModel.h.

◆ GetBranchResponseReceivedHandler

Definition at line 407 of file CodeCommitServiceClientModel.h.

◆ GetCommentReactionsResponseReceivedHandler

Definition at line 409 of file CodeCommitServiceClientModel.h.

◆ GetCommentResponseReceivedHandler

Definition at line 408 of file CodeCommitServiceClientModel.h.

◆ GetCommentsForComparedCommitResponseReceivedHandler

Definition at line 410 of file CodeCommitServiceClientModel.h.

◆ GetCommentsForPullRequestResponseReceivedHandler

Definition at line 411 of file CodeCommitServiceClientModel.h.

◆ GetCommitResponseReceivedHandler

Definition at line 412 of file CodeCommitServiceClientModel.h.

◆ GetDifferencesResponseReceivedHandler

Definition at line 413 of file CodeCommitServiceClientModel.h.

◆ GetFileResponseReceivedHandler

Definition at line 414 of file CodeCommitServiceClientModel.h.

◆ GetFolderResponseReceivedHandler

Definition at line 415 of file CodeCommitServiceClientModel.h.

◆ GetMergeCommitResponseReceivedHandler

Definition at line 416 of file CodeCommitServiceClientModel.h.

◆ GetMergeConflictsResponseReceivedHandler

Definition at line 417 of file CodeCommitServiceClientModel.h.

◆ GetMergeOptionsResponseReceivedHandler

Definition at line 418 of file CodeCommitServiceClientModel.h.

◆ GetPullRequestApprovalStatesResponseReceivedHandler

Definition at line 420 of file CodeCommitServiceClientModel.h.

◆ GetPullRequestOverrideStateResponseReceivedHandler

Definition at line 421 of file CodeCommitServiceClientModel.h.

◆ GetPullRequestResponseReceivedHandler

Definition at line 419 of file CodeCommitServiceClientModel.h.

◆ GetRepositoryResponseReceivedHandler

Definition at line 422 of file CodeCommitServiceClientModel.h.

◆ GetRepositoryTriggersResponseReceivedHandler

Definition at line 423 of file CodeCommitServiceClientModel.h.

◆ ListApprovalRuleTemplatesResponseReceivedHandler

Definition at line 424 of file CodeCommitServiceClientModel.h.

◆ ListAssociatedApprovalRuleTemplatesForRepositoryResponseReceivedHandler

Definition at line 425 of file CodeCommitServiceClientModel.h.

◆ ListBranchesResponseReceivedHandler

Definition at line 426 of file CodeCommitServiceClientModel.h.

◆ ListFileCommitHistoryResponseReceivedHandler

Definition at line 427 of file CodeCommitServiceClientModel.h.

◆ ListPullRequestsResponseReceivedHandler

Definition at line 428 of file CodeCommitServiceClientModel.h.

◆ ListRepositoriesForApprovalRuleTemplateResponseReceivedHandler

Definition at line 430 of file CodeCommitServiceClientModel.h.

◆ ListRepositoriesResponseReceivedHandler

Definition at line 429 of file CodeCommitServiceClientModel.h.

◆ ListTagsForResourceResponseReceivedHandler

Definition at line 431 of file CodeCommitServiceClientModel.h.

◆ MergeBranchesByFastForwardResponseReceivedHandler

Definition at line 432 of file CodeCommitServiceClientModel.h.

◆ MergeBranchesBySquashResponseReceivedHandler

Definition at line 433 of file CodeCommitServiceClientModel.h.

◆ MergeBranchesByThreeWayResponseReceivedHandler

Definition at line 434 of file CodeCommitServiceClientModel.h.

◆ MergePullRequestByFastForwardResponseReceivedHandler

Definition at line 435 of file CodeCommitServiceClientModel.h.

◆ MergePullRequestBySquashResponseReceivedHandler

Definition at line 436 of file CodeCommitServiceClientModel.h.

◆ MergePullRequestByThreeWayResponseReceivedHandler

Definition at line 437 of file CodeCommitServiceClientModel.h.

◆ OverridePullRequestApprovalRulesResponseReceivedHandler

Definition at line 438 of file CodeCommitServiceClientModel.h.

◆ PostCommentForComparedCommitResponseReceivedHandler

Definition at line 439 of file CodeCommitServiceClientModel.h.

◆ PostCommentForPullRequestResponseReceivedHandler

Definition at line 440 of file CodeCommitServiceClientModel.h.

◆ PostCommentReplyResponseReceivedHandler

Definition at line 441 of file CodeCommitServiceClientModel.h.

◆ PutCommentReactionResponseReceivedHandler

Definition at line 442 of file CodeCommitServiceClientModel.h.

◆ PutFileResponseReceivedHandler

Definition at line 443 of file CodeCommitServiceClientModel.h.

◆ PutRepositoryTriggersResponseReceivedHandler

Definition at line 444 of file CodeCommitServiceClientModel.h.

◆ TagResourceResponseReceivedHandler

Definition at line 445 of file CodeCommitServiceClientModel.h.

◆ TestRepositoryTriggersResponseReceivedHandler

Definition at line 446 of file CodeCommitServiceClientModel.h.

◆ UntagResourceResponseReceivedHandler

Definition at line 447 of file CodeCommitServiceClientModel.h.

◆ UpdateApprovalRuleTemplateContentResponseReceivedHandler

Definition at line 448 of file CodeCommitServiceClientModel.h.

◆ UpdateApprovalRuleTemplateDescriptionResponseReceivedHandler

Definition at line 449 of file CodeCommitServiceClientModel.h.

◆ UpdateApprovalRuleTemplateNameResponseReceivedHandler

Definition at line 450 of file CodeCommitServiceClientModel.h.

◆ UpdateCommentResponseReceivedHandler

Definition at line 451 of file CodeCommitServiceClientModel.h.

◆ UpdateDefaultBranchResponseReceivedHandler

Definition at line 452 of file CodeCommitServiceClientModel.h.

◆ UpdatePullRequestApprovalRuleContentResponseReceivedHandler

Definition at line 453 of file CodeCommitServiceClientModel.h.

◆ UpdatePullRequestApprovalStateResponseReceivedHandler

Definition at line 454 of file CodeCommitServiceClientModel.h.

◆ UpdatePullRequestDescriptionResponseReceivedHandler

Definition at line 455 of file CodeCommitServiceClientModel.h.

◆ UpdatePullRequestStatusResponseReceivedHandler

Definition at line 456 of file CodeCommitServiceClientModel.h.

◆ UpdatePullRequestTitleResponseReceivedHandler

Definition at line 457 of file CodeCommitServiceClientModel.h.

◆ UpdateRepositoryDescriptionResponseReceivedHandler

Definition at line 458 of file CodeCommitServiceClientModel.h.

◆ UpdateRepositoryEncryptionKeyResponseReceivedHandler

Definition at line 459 of file CodeCommitServiceClientModel.h.

◆ UpdateRepositoryNameResponseReceivedHandler

Definition at line 460 of file CodeCommitServiceClientModel.h.

Enumeration Type Documentation

◆ CodeCommitErrors

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 
ACTOR_DOES_NOT_EXIST 
APPROVAL_RULE_CONTENT_REQUIRED 
APPROVAL_RULE_DOES_NOT_EXIST 
APPROVAL_RULE_NAME_ALREADY_EXISTS 
APPROVAL_RULE_NAME_REQUIRED 
APPROVAL_RULE_TEMPLATE_CONTENT_REQUIRED 
APPROVAL_RULE_TEMPLATE_DOES_NOT_EXIST 
APPROVAL_RULE_TEMPLATE_IN_USE 
APPROVAL_RULE_TEMPLATE_NAME_ALREADY_EXISTS 
APPROVAL_RULE_TEMPLATE_NAME_REQUIRED 
APPROVAL_STATE_REQUIRED 
AUTHOR_DOES_NOT_EXIST 
BEFORE_COMMIT_ID_AND_AFTER_COMMIT_ID_ARE_SAME 
BLOB_ID_DOES_NOT_EXIST 
BLOB_ID_REQUIRED 
BRANCH_DOES_NOT_EXIST 
BRANCH_NAME_EXISTS 
BRANCH_NAME_IS_TAG_NAME 
BRANCH_NAME_REQUIRED 
CANNOT_DELETE_APPROVAL_RULE_FROM_TEMPLATE 
CANNOT_MODIFY_APPROVAL_RULE_FROM_TEMPLATE 
CLIENT_REQUEST_TOKEN_REQUIRED 
COMMENT_CONTENT_REQUIRED 
COMMENT_CONTENT_SIZE_LIMIT_EXCEEDED 
COMMENT_DELETED 
COMMENT_DOES_NOT_EXIST 
COMMENT_ID_REQUIRED 
COMMENT_NOT_CREATED_BY_CALLER 
COMMIT_DOES_NOT_EXIST 
COMMIT_IDS_LIMIT_EXCEEDED 
COMMIT_IDS_LIST_REQUIRED 
COMMIT_ID_DOES_NOT_EXIST 
COMMIT_ID_REQUIRED 
COMMIT_MESSAGE_LENGTH_EXCEEDED 
COMMIT_REQUIRED 
CONCURRENT_REFERENCE_UPDATE 
DEFAULT_BRANCH_CANNOT_BE_DELETED 
DIRECTORY_NAME_CONFLICTS_WITH_FILE_NAME 
ENCRYPTION_INTEGRITY_CHECKS_FAILED 
ENCRYPTION_KEY_ACCESS_DENIED 
ENCRYPTION_KEY_DISABLED 
ENCRYPTION_KEY_INVALID_ID 
ENCRYPTION_KEY_INVALID_USAGE 
ENCRYPTION_KEY_NOT_FOUND 
ENCRYPTION_KEY_REQUIRED 
ENCRYPTION_KEY_UNAVAILABLE 
FILE_CONTENT_AND_SOURCE_FILE_SPECIFIED 
FILE_CONTENT_REQUIRED 
FILE_CONTENT_SIZE_LIMIT_EXCEEDED 
FILE_DOES_NOT_EXIST 
FILE_ENTRY_REQUIRED 
FILE_MODE_REQUIRED 
FILE_NAME_CONFLICTS_WITH_DIRECTORY_NAME 
FILE_PATH_CONFLICTS_WITH_SUBMODULE_PATH 
FILE_TOO_LARGE 
FOLDER_CONTENT_SIZE_LIMIT_EXCEEDED 
FOLDER_DOES_NOT_EXIST 
IDEMPOTENCY_PARAMETER_MISMATCH 
INVALID_ACTOR_ARN 
INVALID_APPROVAL_RULE_CONTENT 
INVALID_APPROVAL_RULE_NAME 
INVALID_APPROVAL_RULE_TEMPLATE_CONTENT 
INVALID_APPROVAL_RULE_TEMPLATE_DESCRIPTION 
INVALID_APPROVAL_RULE_TEMPLATE_NAME 
INVALID_APPROVAL_STATE 
INVALID_AUTHOR_ARN 
INVALID_BLOB_ID 
INVALID_BRANCH_NAME 
INVALID_CLIENT_REQUEST_TOKEN 
INVALID_COMMENT_ID 
INVALID_COMMIT 
INVALID_COMMIT_ID 
INVALID_CONFLICT_DETAIL_LEVEL 
INVALID_CONFLICT_RESOLUTION 
INVALID_CONFLICT_RESOLUTION_STRATEGY 
INVALID_CONTINUATION_TOKEN 
INVALID_DELETION_PARAMETER 
INVALID_DESCRIPTION 
INVALID_DESTINATION_COMMIT_SPECIFIER 
INVALID_EMAIL 
INVALID_FILE_LOCATION 
INVALID_FILE_MODE 
INVALID_FILE_POSITION 
INVALID_MAX_CONFLICT_FILES 
INVALID_MAX_MERGE_HUNKS 
INVALID_MAX_RESULTS 
INVALID_MERGE_OPTION 
INVALID_ORDER 
INVALID_OVERRIDE_STATUS 
INVALID_PARENT_COMMIT_ID 
INVALID_PATH 
INVALID_PULL_REQUEST_EVENT_TYPE 
INVALID_PULL_REQUEST_ID 
INVALID_PULL_REQUEST_STATUS 
INVALID_PULL_REQUEST_STATUS_UPDATE 
INVALID_REACTION_USER_ARN 
INVALID_REACTION_VALUE 
INVALID_REFERENCE_NAME 
INVALID_RELATIVE_FILE_VERSION_ENUM 
INVALID_REPLACEMENT_CONTENT 
INVALID_REPLACEMENT_TYPE 
INVALID_REPOSITORY_DESCRIPTION 
INVALID_REPOSITORY_NAME 
INVALID_REPOSITORY_TRIGGER_BRANCH_NAME 
INVALID_REPOSITORY_TRIGGER_CUSTOM_DATA 
INVALID_REPOSITORY_TRIGGER_DESTINATION_ARN 
INVALID_REPOSITORY_TRIGGER_EVENTS 
INVALID_REPOSITORY_TRIGGER_NAME 
INVALID_REPOSITORY_TRIGGER_REGION 
INVALID_RESOURCE_ARN 
INVALID_REVISION_ID 
INVALID_RULE_CONTENT_SHA256 
INVALID_SORT_BY 
INVALID_SOURCE_COMMIT_SPECIFIER 
INVALID_SYSTEM_TAG_USAGE 
INVALID_TAGS_MAP 
INVALID_TAG_KEYS_LIST 
INVALID_TARGET 
INVALID_TARGETS 
INVALID_TARGET_BRANCH 
INVALID_TITLE 
MANUAL_MERGE_REQUIRED 
MAXIMUM_BRANCHES_EXCEEDED 
MAXIMUM_CONFLICT_RESOLUTION_ENTRIES_EXCEEDED 
MAXIMUM_FILE_CONTENT_TO_LOAD_EXCEEDED 
MAXIMUM_FILE_ENTRIES_EXCEEDED 
MAXIMUM_ITEMS_TO_COMPARE_EXCEEDED 
MAXIMUM_NUMBER_OF_APPROVALS_EXCEEDED 
MAXIMUM_OPEN_PULL_REQUESTS_EXCEEDED 
MAXIMUM_REPOSITORY_NAMES_EXCEEDED 
MAXIMUM_REPOSITORY_TRIGGERS_EXCEEDED 
MAXIMUM_RULE_TEMPLATES_ASSOCIATED_WITH_REPOSITORY 
MERGE_OPTION_REQUIRED 
MULTIPLE_CONFLICT_RESOLUTION_ENTRIES 
MULTIPLE_REPOSITORIES_IN_PULL_REQUEST 
NAME_LENGTH_EXCEEDED 
NO_CHANGE 
NUMBER_OF_RULES_EXCEEDED 
NUMBER_OF_RULE_TEMPLATES_EXCEEDED 
OPERATION_NOT_ALLOWED 
OVERRIDE_ALREADY_SET 
OVERRIDE_STATUS_REQUIRED 
PARENT_COMMIT_DOES_NOT_EXIST 
PARENT_COMMIT_ID_OUTDATED 
PARENT_COMMIT_ID_REQUIRED 
PATH_DOES_NOT_EXIST 
PATH_REQUIRED 
PULL_REQUEST_ALREADY_CLOSED 
PULL_REQUEST_APPROVAL_RULES_NOT_SATISFIED 
PULL_REQUEST_CANNOT_BE_APPROVED_BY_AUTHOR 
PULL_REQUEST_DOES_NOT_EXIST 
PULL_REQUEST_ID_REQUIRED 
PULL_REQUEST_STATUS_REQUIRED 
PUT_FILE_ENTRY_CONFLICT 
REACTION_LIMIT_EXCEEDED 
REACTION_VALUE_REQUIRED 
REFERENCE_DOES_NOT_EXIST 
REFERENCE_NAME_REQUIRED 
REFERENCE_TYPE_NOT_SUPPORTED 
REPLACEMENT_CONTENT_REQUIRED 
REPLACEMENT_TYPE_REQUIRED 
REPOSITORY_DOES_NOT_EXIST 
REPOSITORY_LIMIT_EXCEEDED 
REPOSITORY_NAMES_REQUIRED 
REPOSITORY_NAME_EXISTS 
REPOSITORY_NAME_REQUIRED 
REPOSITORY_NOT_ASSOCIATED_WITH_PULL_REQUEST 
REPOSITORY_TRIGGERS_LIST_REQUIRED 
REPOSITORY_TRIGGER_BRANCH_NAME_LIST_REQUIRED 
REPOSITORY_TRIGGER_DESTINATION_ARN_REQUIRED 
REPOSITORY_TRIGGER_EVENTS_LIST_REQUIRED 
REPOSITORY_TRIGGER_NAME_REQUIRED 
RESOURCE_ARN_REQUIRED 
RESTRICTED_SOURCE_FILE 
REVISION_ID_REQUIRED 
REVISION_NOT_CURRENT 
SAME_FILE_CONTENT 
SAME_PATH_REQUEST 
SOURCE_AND_DESTINATION_ARE_SAME 
SOURCE_FILE_OR_CONTENT_REQUIRED 
TAGS_MAP_REQUIRED 
TAG_KEYS_LIST_REQUIRED 
TAG_POLICY 
TARGETS_REQUIRED 
TARGET_REQUIRED 
TIPS_DIVERGENCE_EXCEEDED 
TIP_OF_SOURCE_REFERENCE_IS_DIFFERENT 
TITLE_REQUIRED 
TOO_MANY_TAGS 

Definition at line 16 of file CodeCommitErrors.h.