| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632 |
- {
- "version": "2.0",
- "service": "<fullname>AWS CodeCommit</fullname> <p>This is the <i>AWS CodeCommit API Reference</i>. This reference provides descriptions of the operations and data types for AWS CodeCommit API.</p> <p>You can use the AWS CodeCommit API to work with the following objects:</p> <ul> <li>Repositories, by calling the following: <ul> <li><a>BatchGetRepositories</a>, which returns information about one or more repositories associated with your AWS account</li> <li><a>CreateRepository</a>, which creates an AWS CodeCommit repository</li> <li><a>DeleteRepository</a>, which deletes an AWS CodeCommit repository</li> <li><a>GetRepository</a>, which returns information about a specified repository</li> <li><a>ListRepositories</a>, which lists all AWS CodeCommit repositories associated with your AWS account</li> <li><a>UpdateRepositoryDescription</a>, which sets or updates the description of the repository</li> <li><a>UpdateRepositoryName</a>, which changes the name of the repository. If you change the name of a repository, no other users of that repository will be able to access it until you send them the new HTTPS or SSH URL to use.</li> </ul></li> <li>Branches, by calling the following: <ul> <li><a>CreateBranch</a>, which creates a new branch in a specified repository</li> <li><a>GetBranch</a>, which returns information about a specified branch</li> <li><a>ListBranches</a>, which lists all branches for a specified repository</li> <li><a>UpdateDefaultBranch</a>, which changes the default branch for a repository</li> </ul></li> <li>Information about committed code in a repository, by calling the following: <ul> <li><a>GetCommit</a>, which returns information about a commit, including commit messages and committer information.</li> </ul></li> <li>Triggers, by calling the following: <ul> <li><a>GetRepositoryTriggers</a>, which returns information about triggers configured for a repository</li> <li><a>PutRepositoryTriggers</a>, which replaces all triggers for a repository and can be used to create or delete triggers</li> <li><a>TestRepositoryTriggers</a>, which tests the functionality of a repository trigger by sending data to the trigger target</li> </ul> </li> </ul> <p>For information about how to use AWS CodeCommit, see the <a href=\"http://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html\">AWS CodeCommit User Guide</a>.</p>",
- "operations": {
- "BatchGetRepositories": "<p>Returns information about one or more repositories.</p> <note><p>The description field for a repository accepts all HTML characters and all valid Unicode characters. Applications that do not HTML-encode the description and display it in a web page could expose users to potentially malicious code. Make sure that you HTML-encode the description field in any application that uses this API to display the repository description on a web page.</p></note>",
- "CreateBranch": "<p>Creates a new branch in a repository and points the branch to a commit.</p> <note><p>Calling the create branch operation does not set a repository's default branch. To do this, call the update default branch operation.</p></note>",
- "CreateRepository": "<p>Creates a new, empty repository.</p>",
- "DeleteRepository": "<p>Deletes a repository. If a specified repository was already deleted, a null repository ID will be returned.</p> <important>Deleting a repository also deletes all associated objects and metadata. After a repository is deleted, all future push calls to the deleted repository will fail.</important>",
- "GetBranch": "<p>Returns information about a repository branch, including its name and the last commit ID.</p>",
- "GetCommit": "<p>Returns information about a commit, including commit message and committer information.</p>",
- "GetRepository": "<p>Returns information about a repository.</p> <note><p>The description field for a repository accepts all HTML characters and all valid Unicode characters. Applications that do not HTML-encode the description and display it in a web page could expose users to potentially malicious code. Make sure that you HTML-encode the description field in any application that uses this API to display the repository description on a web page.</p></note>",
- "GetRepositoryTriggers": "<p>Gets information about triggers configured for a repository.</p>",
- "ListBranches": "<p>Gets information about one or more branches in a repository.</p>",
- "ListRepositories": "<p>Gets information about one or more repositories.</p>",
- "PutRepositoryTriggers": "<p>Replaces all triggers for a repository. This can be used to create or delete triggers.</p>",
- "TestRepositoryTriggers": "<p>Tests the functionality of repository triggers by sending information to the trigger target. If real data is available in the repository, the test will send data from the last commit. If no data is available, sample data will be generated.</p>",
- "UpdateDefaultBranch": "<p>Sets or changes the default branch name for the specified repository.</p> <note><p>If you use this operation to change the default branch name to the current default branch name, a success message is returned even though the default branch did not change.</p></note>",
- "UpdateRepositoryDescription": "<p>Sets or changes the comment or description for a repository.</p> <note><p>The description field for a repository accepts all HTML characters and all valid Unicode characters. Applications that do not HTML-encode the description and display it in a web page could expose users to potentially malicious code. Make sure that you HTML-encode the description field in any application that uses this API to display the repository description on a web page.</p></note>",
- "UpdateRepositoryName": "<p>Renames a repository. The repository name must be unique across the calling AWS account. In addition, repository names are limited to 100 alphanumeric, dash, and underscore characters, and cannot include certain characters. The suffix \".git\" is prohibited. For a full description of the limits on repository names, see <a href=\"http://docs.aws.amazon.com/codecommit/latest/userguide/limits.html\">Limits</a> in the AWS CodeCommit User Guide.</p>"
- },
- "shapes": {
- "AccountId": {
- "base": null,
- "refs": {
- "RepositoryMetadata$accountId": "<p>The ID of the AWS account associated with the repository.</p>"
- }
- },
- "AdditionalData": {
- "base": null,
- "refs": {
- "Commit$additionalData": "<p>Any additional data associated with the specified commit.</p>"
- }
- },
- "Arn": {
- "base": null,
- "refs": {
- "RepositoryMetadata$Arn": "<p>The Amazon Resource Name (ARN) of the repository.</p>",
- "RepositoryTrigger$destinationArn": "<p>The ARN of the resource that is the target for a trigger. For example, the ARN of a topic in Amazon Simple Notification Service (SNS).</p>"
- }
- },
- "BatchGetRepositoriesInput": {
- "base": "<p>Represents the input of a batch get repositories operation.</p>",
- "refs": {
- }
- },
- "BatchGetRepositoriesOutput": {
- "base": "<p>Represents the output of a batch get repositories operation.</p>",
- "refs": {
- }
- },
- "BranchDoesNotExistException": {
- "base": "<p>The specified branch does not exist.</p>",
- "refs": {
- }
- },
- "BranchInfo": {
- "base": "<p>Returns information about a branch.</p>",
- "refs": {
- "GetBranchOutput$branch": "<p>The name of the branch.</p>"
- }
- },
- "BranchName": {
- "base": null,
- "refs": {
- "BranchInfo$branchName": "<p>The name of the branch.</p>",
- "BranchNameList$member": null,
- "CreateBranchInput$branchName": "<p>The name of the new branch to create.</p>",
- "GetBranchInput$branchName": "<p>The name of the branch for which you want to retrieve information.</p>",
- "RepositoryMetadata$defaultBranch": "<p>The repository's default branch name.</p>",
- "UpdateDefaultBranchInput$defaultBranchName": "<p>The name of the branch to set as the default.</p>"
- }
- },
- "BranchNameExistsException": {
- "base": "<p>The specified branch name already exists.</p>",
- "refs": {
- }
- },
- "BranchNameList": {
- "base": null,
- "refs": {
- "ListBranchesOutput$branches": "<p>The list of branch names.</p>",
- "RepositoryTrigger$branches": "<p>The branches that will be included in the trigger configuration. If no branches are specified, the trigger will apply to all branches.</p>"
- }
- },
- "BranchNameRequiredException": {
- "base": "<p>A branch name is required but was not specified.</p>",
- "refs": {
- }
- },
- "CloneUrlHttp": {
- "base": null,
- "refs": {
- "RepositoryMetadata$cloneUrlHttp": "<p>The URL to use for cloning the repository over HTTPS.</p>"
- }
- },
- "CloneUrlSsh": {
- "base": null,
- "refs": {
- "RepositoryMetadata$cloneUrlSsh": "<p>The URL to use for cloning the repository over SSH.</p>"
- }
- },
- "Commit": {
- "base": "<p>Returns information about a specific commit.</p>",
- "refs": {
- "GetCommitOutput$commit": "<p>Information about the specified commit.</p>"
- }
- },
- "CommitDoesNotExistException": {
- "base": "<p>The specified commit does not exist or no commit was specified, and the specified repository has no default branch.</p>",
- "refs": {
- }
- },
- "CommitId": {
- "base": null,
- "refs": {
- "BranchInfo$commitId": "<p>The ID of the last commit made to the branch.</p>",
- "CreateBranchInput$commitId": "<p>The ID of the commit to point the new branch to.</p>"
- }
- },
- "CommitIdDoesNotExistException": {
- "base": "<p>The specified commit ID does not exist.</p>",
- "refs": {
- }
- },
- "CommitIdRequiredException": {
- "base": "<p>A commit ID was not specified.</p>",
- "refs": {
- }
- },
- "CreateBranchInput": {
- "base": "<p>Represents the input of a create branch operation.</p>",
- "refs": {
- }
- },
- "CreateRepositoryInput": {
- "base": "<p>Represents the input of a create repository operation.</p>",
- "refs": {
- }
- },
- "CreateRepositoryOutput": {
- "base": "<p>Represents the output of a create repository operation.</p>",
- "refs": {
- }
- },
- "CreationDate": {
- "base": null,
- "refs": {
- "RepositoryMetadata$creationDate": "<p>The date and time the repository was created, in timestamp format.</p>"
- }
- },
- "Date": {
- "base": null,
- "refs": {
- "UserInfo$date": "<p>The date when the specified commit was pushed to the repository.</p>"
- }
- },
- "DeleteRepositoryInput": {
- "base": "<p>Represents the input of a delete repository operation.</p>",
- "refs": {
- }
- },
- "DeleteRepositoryOutput": {
- "base": "<p>Represents the output of a delete repository operation.</p>",
- "refs": {
- }
- },
- "Email": {
- "base": null,
- "refs": {
- "UserInfo$email": "<p>The email address associated with the user who made the commit, if any.</p>"
- }
- },
- "EncryptionIntegrityChecksFailedException": {
- "base": "<p>An encryption integrity check failed.</p>",
- "refs": {
- }
- },
- "EncryptionKeyAccessDeniedException": {
- "base": "<p>An encryption key could not be accessed.</p>",
- "refs": {
- }
- },
- "EncryptionKeyDisabledException": {
- "base": "<p>The encryption key is disabled.</p>",
- "refs": {
- }
- },
- "EncryptionKeyNotFoundException": {
- "base": "<p>No encryption key was found.</p>",
- "refs": {
- }
- },
- "EncryptionKeyUnavailableException": {
- "base": "<p>The encryption key is not available.</p>",
- "refs": {
- }
- },
- "GetBranchInput": {
- "base": "<p>Represents the input of a get branch operation.</p>",
- "refs": {
- }
- },
- "GetBranchOutput": {
- "base": "<p>Represents the output of a get branch operation.</p>",
- "refs": {
- }
- },
- "GetCommitInput": {
- "base": "<p>Represents the input of a get commit operation.</p>",
- "refs": {
- }
- },
- "GetCommitOutput": {
- "base": "<p>Represents the output of a get commit operation.</p>",
- "refs": {
- }
- },
- "GetRepositoryInput": {
- "base": "<p>Represents the input of a get repository operation.</p>",
- "refs": {
- }
- },
- "GetRepositoryOutput": {
- "base": "<p>Represents the output of a get repository operation.</p>",
- "refs": {
- }
- },
- "GetRepositoryTriggersInput": {
- "base": "<p>Represents the input of a get repository triggers operation.</p>",
- "refs": {
- }
- },
- "GetRepositoryTriggersOutput": {
- "base": "<p>Represents the output of a get repository triggers operation.</p>",
- "refs": {
- }
- },
- "InvalidBranchNameException": {
- "base": "<p>The specified branch name is not valid.</p>",
- "refs": {
- }
- },
- "InvalidCommitIdException": {
- "base": "<p>The specified commit ID is not valid.</p>",
- "refs": {
- }
- },
- "InvalidContinuationTokenException": {
- "base": "<p>The specified continuation token is not valid.</p>",
- "refs": {
- }
- },
- "InvalidOrderException": {
- "base": "<p>The specified sort order is not valid.</p>",
- "refs": {
- }
- },
- "InvalidRepositoryDescriptionException": {
- "base": "<p>The specified repository description is not valid.</p>",
- "refs": {
- }
- },
- "InvalidRepositoryNameException": {
- "base": "<p>At least one specified repository name is not valid.</p> <note><p>This exception only occurs when a specified repository name is not valid. Other exceptions occur when a required repository parameter is missing, or when a specified repository does not exist.</p></note>",
- "refs": {
- }
- },
- "InvalidRepositoryTriggerBranchNameException": {
- "base": "<p>One or more branch names specified for the trigger is not valid.</p>",
- "refs": {
- }
- },
- "InvalidRepositoryTriggerCustomDataException": {
- "base": "<p>The custom data provided for the trigger is not valid.</p>",
- "refs": {
- }
- },
- "InvalidRepositoryTriggerDestinationArnException": {
- "base": "<p>The Amazon Resource Name (ARN) for the trigger is not valid for the specified destination. The most common reason for this error is that the ARN does not meet the requirements for the service type.</p>",
- "refs": {
- }
- },
- "InvalidRepositoryTriggerEventsException": {
- "base": "<p>One or more events specified for the trigger is not valid. Check to make sure that all events specified match the requirements for allowed events.</p>",
- "refs": {
- }
- },
- "InvalidRepositoryTriggerNameException": {
- "base": "<p>The name of the trigger is not valid.</p>",
- "refs": {
- }
- },
- "InvalidRepositoryTriggerRegionException": {
- "base": "<p>The region for the trigger target does not match the region for the repository. Triggers must be created in the same region as the target for the trigger.</p>",
- "refs": {
- }
- },
- "InvalidSortByException": {
- "base": "<p>The specified sort by value is not valid.</p>",
- "refs": {
- }
- },
- "LastModifiedDate": {
- "base": null,
- "refs": {
- "RepositoryMetadata$lastModifiedDate": "<p>The date and time the repository was last modified, in timestamp format.</p>"
- }
- },
- "ListBranchesInput": {
- "base": "<p>Represents the input of a list branches operation.</p>",
- "refs": {
- }
- },
- "ListBranchesOutput": {
- "base": "<p>Represents the output of a list branches operation.</p>",
- "refs": {
- }
- },
- "ListRepositoriesInput": {
- "base": "<p>Represents the input of a list repositories operation.</p>",
- "refs": {
- }
- },
- "ListRepositoriesOutput": {
- "base": "<p>Represents the output of a list repositories operation.</p>",
- "refs": {
- }
- },
- "MaximumBranchesExceededException": {
- "base": "<p>The number of branches for the trigger was exceeded. </p>",
- "refs": {
- }
- },
- "MaximumRepositoryNamesExceededException": {
- "base": "<p>The maximum number of allowed repository names was exceeded. Currently, this number is 25.</p>",
- "refs": {
- }
- },
- "MaximumRepositoryTriggersExceededException": {
- "base": "<p>The number of triggers allowed for the repository was exceeded.</p>",
- "refs": {
- }
- },
- "Message": {
- "base": null,
- "refs": {
- "Commit$message": "<p>The message associated with the specified commit.</p>"
- }
- },
- "Name": {
- "base": null,
- "refs": {
- "UserInfo$name": "<p>The name of the user who made the specified commit.</p>"
- }
- },
- "NextToken": {
- "base": null,
- "refs": {
- "ListBranchesInput$nextToken": "<p>An enumeration token that allows the operation to batch the results. </p>",
- "ListBranchesOutput$nextToken": "<p>An enumeration token that returns the batch of the results. </p>",
- "ListRepositoriesInput$nextToken": "<p>An enumeration token that allows the operation to batch the results of the operation. Batch sizes are 1,000 for list repository operations. When the client sends the token back to AWS CodeCommit, another page of 1,000 records is retrieved.</p>",
- "ListRepositoriesOutput$nextToken": "<p>An enumeration token that allows the operation to batch the results of the operation. Batch sizes are 1,000 for list repository operations. When the client sends the token back to AWS CodeCommit, another page of 1,000 records is retrieved.</p>"
- }
- },
- "ObjectId": {
- "base": null,
- "refs": {
- "Commit$treeId": "<p>Tree information for the specified commit.</p>",
- "GetCommitInput$commitId": "<p>The commit ID.</p>",
- "ParentList$member": null
- }
- },
- "OrderEnum": {
- "base": null,
- "refs": {
- "ListRepositoriesInput$order": "<p>The order in which to sort the results of a list repositories operation.</p>"
- }
- },
- "ParentList": {
- "base": null,
- "refs": {
- "Commit$parents": "<p>The parent list for the specified commit.</p>"
- }
- },
- "PutRepositoryTriggersInput": {
- "base": "<p>Represents the input ofa put repository triggers operation. </p>",
- "refs": {
- }
- },
- "PutRepositoryTriggersOutput": {
- "base": "<p>Represents the output of a put repository triggers operation. </p>",
- "refs": {
- }
- },
- "RepositoryDescription": {
- "base": null,
- "refs": {
- "CreateRepositoryInput$repositoryDescription": "<p>A comment or description about the new repository.</p> <note><p>The description field for a repository accepts all HTML characters and all valid Unicode characters. Applications that do not HTML-encode the description and display it in a web page could expose users to potentially malicious code. Make sure that you HTML-encode the description field in any application that uses this API to display the repository description on a web page.</p></note>",
- "RepositoryMetadata$repositoryDescription": "<p>A comment or description about the repository.</p>",
- "UpdateRepositoryDescriptionInput$repositoryDescription": "<p>The new comment or description for the specified repository. Repository descriptions are limited to 1,000 characters.</p>"
- }
- },
- "RepositoryDoesNotExistException": {
- "base": "<p>The specified repository does not exist.</p>",
- "refs": {
- }
- },
- "RepositoryId": {
- "base": null,
- "refs": {
- "DeleteRepositoryOutput$repositoryId": "<p>The ID of the repository that was deleted.</p>",
- "RepositoryMetadata$repositoryId": "<p>The ID of the repository.</p>",
- "RepositoryNameIdPair$repositoryId": "<p>The ID associated with the repository.</p>"
- }
- },
- "RepositoryLimitExceededException": {
- "base": "<p>A repository resource limit was exceeded.</p>",
- "refs": {
- }
- },
- "RepositoryMetadata": {
- "base": "<p>Information about a repository.</p>",
- "refs": {
- "CreateRepositoryOutput$repositoryMetadata": "<p>Information about the newly created repository.</p>",
- "GetRepositoryOutput$repositoryMetadata": "<p>Information about the repository.</p>",
- "RepositoryMetadataList$member": null
- }
- },
- "RepositoryMetadataList": {
- "base": null,
- "refs": {
- "BatchGetRepositoriesOutput$repositories": "<p>A list of repositories returned by the batch get repositories operation.</p>"
- }
- },
- "RepositoryName": {
- "base": null,
- "refs": {
- "CreateBranchInput$repositoryName": "<p>The name of the repository in which you want to create the new branch.</p>",
- "CreateRepositoryInput$repositoryName": "<p>The name of the new repository to be created.</p> <note><p>The repository name must be unique across the calling AWS account. In addition, repository names are limited to 100 alphanumeric, dash, and underscore characters, and cannot include certain characters. For a full description of the limits on repository names, see <a href=\"http://docs.aws.amazon.com/codecommit/latest/userguide/limits.html\">Limits</a> in the AWS CodeCommit User Guide. The suffix \".git\" is prohibited.</p></note>",
- "DeleteRepositoryInput$repositoryName": "<p>The name of the repository to delete.</p>",
- "GetBranchInput$repositoryName": "<p>The name of the repository that contains the branch for which you want to retrieve information.</p>",
- "GetCommitInput$repositoryName": "<p>The name of the repository to which the commit was made.</p>",
- "GetRepositoryInput$repositoryName": "<p>The name of the repository to get information about.</p>",
- "GetRepositoryTriggersInput$repositoryName": "<p>The name of the repository for which the trigger is configured.</p>",
- "ListBranchesInput$repositoryName": "<p>The name of the repository that contains the branches.</p>",
- "PutRepositoryTriggersInput$repositoryName": "<p>The name of the repository where you want to create or update the trigger. </p>",
- "RepositoryMetadata$repositoryName": "<p>The repository's name.</p>",
- "RepositoryNameIdPair$repositoryName": "<p>The name associated with the repository.</p>",
- "RepositoryNameList$member": null,
- "RepositoryNotFoundList$member": null,
- "TestRepositoryTriggersInput$repositoryName": "<p>The name of the repository in which to test the triggers.</p>",
- "UpdateDefaultBranchInput$repositoryName": "<p>The name of the repository to set or change the default branch for.</p>",
- "UpdateRepositoryDescriptionInput$repositoryName": "<p>The name of the repository to set or change the comment or description for.</p>",
- "UpdateRepositoryNameInput$oldName": "<p>The existing name of the repository.</p>",
- "UpdateRepositoryNameInput$newName": "<p>The new name for the repository.</p>"
- }
- },
- "RepositoryNameExistsException": {
- "base": "<p>The specified repository name already exists.</p>",
- "refs": {
- }
- },
- "RepositoryNameIdPair": {
- "base": "<p>Information about a repository name and ID.</p>",
- "refs": {
- "RepositoryNameIdPairList$member": null
- }
- },
- "RepositoryNameIdPairList": {
- "base": null,
- "refs": {
- "ListRepositoriesOutput$repositories": "<p>Lists the repositories called by the list repositories operation.</p>"
- }
- },
- "RepositoryNameList": {
- "base": null,
- "refs": {
- "BatchGetRepositoriesInput$repositoryNames": "<p>The names of the repositories to get information about.</p>"
- }
- },
- "RepositoryNameRequiredException": {
- "base": "<p>A repository name is required but was not specified.</p>",
- "refs": {
- }
- },
- "RepositoryNamesRequiredException": {
- "base": "<p>A repository names object is required but was not specified.</p>",
- "refs": {
- }
- },
- "RepositoryNotFoundList": {
- "base": null,
- "refs": {
- "BatchGetRepositoriesOutput$repositoriesNotFound": "<p>Returns a list of repository names for which information could not be found.</p>"
- }
- },
- "RepositoryTrigger": {
- "base": "<p>Information about a trigger for a repository.</p>",
- "refs": {
- "RepositoryTriggersList$member": null
- }
- },
- "RepositoryTriggerBranchNameListRequiredException": {
- "base": "<p>At least one branch name is required but was not specified in the trigger configuration.</p>",
- "refs": {
- }
- },
- "RepositoryTriggerCustomData": {
- "base": null,
- "refs": {
- "RepositoryTrigger$customData": "<p>Any custom data associated with the trigger that will be included in the information sent to the target of the trigger.</p>"
- }
- },
- "RepositoryTriggerDestinationArnRequiredException": {
- "base": "<p>A destination ARN for the target service for the trigger is required but was not specified. </p>",
- "refs": {
- }
- },
- "RepositoryTriggerEventEnum": {
- "base": null,
- "refs": {
- "RepositoryTriggerEventList$member": null
- }
- },
- "RepositoryTriggerEventList": {
- "base": null,
- "refs": {
- "RepositoryTrigger$events": "<p>The repository events that will cause the trigger to run actions in another service, such as sending a notification through Amazon Simple Notification Service (SNS). If no events are specified, the trigger will run for all repository events.</p>"
- }
- },
- "RepositoryTriggerEventsListRequiredException": {
- "base": "<p>At least one event for the trigger is required but was not specified.</p>",
- "refs": {
- }
- },
- "RepositoryTriggerExecutionFailure": {
- "base": "<p>A trigger failed to run.</p>",
- "refs": {
- "RepositoryTriggerExecutionFailureList$member": null
- }
- },
- "RepositoryTriggerExecutionFailureList": {
- "base": null,
- "refs": {
- "TestRepositoryTriggersOutput$failedExecutions": "<p>The list of triggers that were not able to be tested. This list provides the names of the triggers that could not be tested, separated by commas.</p>"
- }
- },
- "RepositoryTriggerExecutionFailureMessage": {
- "base": null,
- "refs": {
- "RepositoryTriggerExecutionFailure$failureMessage": "<p>Additional message information about the trigger that did not run.</p>"
- }
- },
- "RepositoryTriggerName": {
- "base": null,
- "refs": {
- "RepositoryTrigger$name": "<p>The name of the trigger.</p>",
- "RepositoryTriggerExecutionFailure$trigger": "<p>The name of the trigger that did not run.</p>",
- "RepositoryTriggerNameList$member": null
- }
- },
- "RepositoryTriggerNameList": {
- "base": null,
- "refs": {
- "TestRepositoryTriggersOutput$successfulExecutions": "<p>The list of triggers that were successfully tested. This list provides the names of the triggers that were successfully tested, separated by commas.</p>"
- }
- },
- "RepositoryTriggerNameRequiredException": {
- "base": "<p>A name for the trigger is required but was not specified.</p>",
- "refs": {
- }
- },
- "RepositoryTriggersConfigurationId": {
- "base": null,
- "refs": {
- "GetRepositoryTriggersOutput$configurationId": "<p>The system-generated unique ID for the trigger.</p>",
- "PutRepositoryTriggersOutput$configurationId": "<p>The system-generated unique ID for the create or update operation. </p>"
- }
- },
- "RepositoryTriggersList": {
- "base": null,
- "refs": {
- "GetRepositoryTriggersOutput$triggers": "<p>The JSON block of configuration information for each trigger.</p>",
- "PutRepositoryTriggersInput$triggers": "<p>The JSON block of configuration information for each trigger. </p>",
- "TestRepositoryTriggersInput$triggers": "<p>The list of triggers to test.</p>"
- }
- },
- "RepositoryTriggersListRequiredException": {
- "base": "<p>The list of triggers for the repository is required but was not specified.</p>",
- "refs": {
- }
- },
- "SortByEnum": {
- "base": null,
- "refs": {
- "ListRepositoriesInput$sortBy": "<p>The criteria used to sort the results of a list repositories operation.</p>"
- }
- },
- "TestRepositoryTriggersInput": {
- "base": "<p>Represents the input of a test repository triggers operation.</p>",
- "refs": {
- }
- },
- "TestRepositoryTriggersOutput": {
- "base": "<p>Represents the output of a test repository triggers operation.</p>",
- "refs": {
- }
- },
- "UpdateDefaultBranchInput": {
- "base": "<p>Represents the input of an update default branch operation.</p>",
- "refs": {
- }
- },
- "UpdateRepositoryDescriptionInput": {
- "base": "<p>Represents the input of an update repository description operation.</p>",
- "refs": {
- }
- },
- "UpdateRepositoryNameInput": {
- "base": "<p>Represents the input of an update repository description operation.</p>",
- "refs": {
- }
- },
- "UserInfo": {
- "base": "<p>Information about the user who made a specified commit.</p>",
- "refs": {
- "Commit$author": "<p>Information about the author of the specified commit.</p>",
- "Commit$committer": "<p>Information about the person who committed the specified commit, also known as the committer. For more information about the difference between an author and a committer in Git, see <a href=\"http://git-scm.com/book/ch2-3.html\">Viewing the Commit History</a> in Pro Git by Scott Chacon and Ben Straub.</p>"
- }
- }
- }
- }
|