Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Ruby authored and Nobody committed Aug 18, 2023
1 parent 5fa63db commit 249a0b3
Show file tree
Hide file tree
Showing 27 changed files with 1,584 additions and 2,725 deletions.
64 changes: 64 additions & 0 deletions apis/codecommit/2015-04-13/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1084,6 +1084,31 @@
{"shape":"InvalidContinuationTokenException"}
]
},
"ListFileCommitHistory":{
"name":"ListFileCommitHistory",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListFileCommitHistoryRequest"},
"output":{"shape":"ListFileCommitHistoryResponse"},
"errors":[
{"shape":"RepositoryNameRequiredException"},
{"shape":"InvalidRepositoryNameException"},
{"shape":"RepositoryDoesNotExistException"},
{"shape":"InvalidContinuationTokenException"},
{"shape":"InvalidMaxResultsException"},
{"shape":"TipsDivergenceExceededException"},
{"shape":"CommitRequiredException"},
{"shape":"InvalidCommitException"},
{"shape":"CommitDoesNotExistException"},
{"shape":"EncryptionIntegrityChecksFailedException"},
{"shape":"EncryptionKeyAccessDeniedException"},
{"shape":"EncryptionKeyDisabledException"},
{"shape":"EncryptionKeyNotFoundException"},
{"shape":"EncryptionKeyUnavailableException"}
]
},
"ListPullRequests":{
"name":"ListPullRequests",
"http":{
Expand Down Expand Up @@ -3140,6 +3165,15 @@
},
"exception":true
},
"FileVersion":{
"type":"structure",
"members":{
"commit":{"shape":"Commit"},
"blobId":{"shape":"ObjectId"},
"path":{"shape":"Path"},
"revisionChildren":{"shape":"RevisionChildren"}
}
},
"FilesMetadata":{
"type":"list",
"member":{"shape":"FileMetadata"}
Expand Down Expand Up @@ -4003,6 +4037,28 @@
"nextToken":{"shape":"NextToken"}
}
},
"ListFileCommitHistoryRequest":{
"type":"structure",
"required":[
"repositoryName",
"filePath"
],
"members":{
"repositoryName":{"shape":"RepositoryName"},
"commitSpecifier":{"shape":"CommitName"},
"filePath":{"shape":"Path"},
"maxResults":{"shape":"Limit"},
"nextToken":{"shape":"NextToken"}
}
},
"ListFileCommitHistoryResponse":{
"type":"structure",
"required":["revisionDag"],
"members":{
"revisionDag":{"shape":"RevisionDag"},
"nextToken":{"shape":"NextToken"}
}
},
"ListPullRequestsInput":{
"type":"structure",
"required":["repositoryName"],
Expand Down Expand Up @@ -5088,6 +5144,14 @@
},
"exception":true
},
"RevisionChildren":{
"type":"list",
"member":{"shape":"RevisionId"}
},
"RevisionDag":{
"type":"list",
"member":{"shape":"FileVersion"}
},
"RevisionId":{"type":"string"},
"RevisionIdRequiredException":{
"type":"structure",
Expand Down
123 changes: 81 additions & 42 deletions apis/codecommit/2015-04-13/docs-2.json

Large diffs are not rendered by default.

Loading

0 comments on commit 249a0b3

Please sign in to comment.