vendor: update all dependencies
This commit is contained in:
parent
940df88eb2
commit
d64789528d
4309 changed files with 1327278 additions and 1001118 deletions
168
vendor/github.com/aws/aws-sdk-go/models/apis/codecommit/2015-04-13/api-2.json
generated
vendored
168
vendor/github.com/aws/aws-sdk-go/models/apis/codecommit/2015-04-13/api-2.json
generated
vendored
|
@ -7,6 +7,7 @@
|
|||
"protocol":"json",
|
||||
"serviceAbbreviation":"CodeCommit",
|
||||
"serviceFullName":"AWS CodeCommit",
|
||||
"serviceId":"CodeCommit",
|
||||
"signatureVersion":"v4",
|
||||
"targetPrefix":"CodeCommit_20150413",
|
||||
"uid":"codecommit-2015-04-13"
|
||||
|
@ -616,6 +617,44 @@
|
|||
],
|
||||
"idempotent":true
|
||||
},
|
||||
"PutFile":{
|
||||
"name":"PutFile",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/"
|
||||
},
|
||||
"input":{"shape":"PutFileInput"},
|
||||
"output":{"shape":"PutFileOutput"},
|
||||
"errors":[
|
||||
{"shape":"RepositoryNameRequiredException"},
|
||||
{"shape":"InvalidRepositoryNameException"},
|
||||
{"shape":"RepositoryDoesNotExistException"},
|
||||
{"shape":"ParentCommitIdRequiredException"},
|
||||
{"shape":"InvalidParentCommitIdException"},
|
||||
{"shape":"ParentCommitDoesNotExistException"},
|
||||
{"shape":"ParentCommitIdOutdatedException"},
|
||||
{"shape":"FileContentRequiredException"},
|
||||
{"shape":"FileContentSizeLimitExceededException"},
|
||||
{"shape":"PathRequiredException"},
|
||||
{"shape":"InvalidPathException"},
|
||||
{"shape":"BranchNameRequiredException"},
|
||||
{"shape":"InvalidBranchNameException"},
|
||||
{"shape":"BranchDoesNotExistException"},
|
||||
{"shape":"BranchNameIsTagNameException"},
|
||||
{"shape":"InvalidFileModeException"},
|
||||
{"shape":"NameLengthExceededException"},
|
||||
{"shape":"InvalidEmailException"},
|
||||
{"shape":"CommitMessageLengthExceededException"},
|
||||
{"shape":"EncryptionIntegrityChecksFailedException"},
|
||||
{"shape":"EncryptionKeyAccessDeniedException"},
|
||||
{"shape":"EncryptionKeyDisabledException"},
|
||||
{"shape":"EncryptionKeyNotFoundException"},
|
||||
{"shape":"EncryptionKeyUnavailableException"},
|
||||
{"shape":"SameFileContentException"},
|
||||
{"shape":"FileNameConflictsWithDirectoryNameException"},
|
||||
{"shape":"DirectoryNameConflictsWithFileNameException"}
|
||||
]
|
||||
},
|
||||
"PutRepositoryTriggers":{
|
||||
"name":"PutRepositoryTriggers",
|
||||
"http":{
|
||||
|
@ -888,6 +927,12 @@
|
|||
},
|
||||
"exception":true
|
||||
},
|
||||
"BranchNameIsTagNameException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
},
|
||||
"exception":true
|
||||
},
|
||||
"BranchNameList":{
|
||||
"type":"list",
|
||||
"member":{"shape":"BranchName"}
|
||||
|
@ -1033,6 +1078,12 @@
|
|||
},
|
||||
"exception":true
|
||||
},
|
||||
"CommitMessageLengthExceededException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
},
|
||||
"exception":true
|
||||
},
|
||||
"CommitName":{"type":"string"},
|
||||
"CommitRequiredException":{
|
||||
"type":"structure",
|
||||
|
@ -1177,6 +1228,12 @@
|
|||
"type":"list",
|
||||
"member":{"shape":"Difference"}
|
||||
},
|
||||
"DirectoryNameConflictsWithFileNameException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
},
|
||||
"exception":true
|
||||
},
|
||||
"Email":{"type":"string"},
|
||||
"EncryptionIntegrityChecksFailedException":{
|
||||
"type":"structure",
|
||||
|
@ -1210,6 +1267,36 @@
|
|||
"exception":true
|
||||
},
|
||||
"EventDate":{"type":"timestamp"},
|
||||
"FileContent":{
|
||||
"type":"blob",
|
||||
"max":6291456
|
||||
},
|
||||
"FileContentRequiredException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
},
|
||||
"exception":true
|
||||
},
|
||||
"FileContentSizeLimitExceededException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
},
|
||||
"exception":true
|
||||
},
|
||||
"FileModeTypeEnum":{
|
||||
"type":"string",
|
||||
"enum":[
|
||||
"EXECUTABLE",
|
||||
"NORMAL",
|
||||
"SYMLINK"
|
||||
]
|
||||
},
|
||||
"FileNameConflictsWithDirectoryNameException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
},
|
||||
"exception":true
|
||||
},
|
||||
"FileTooLargeException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
|
@ -1482,12 +1569,24 @@
|
|||
},
|
||||
"exception":true
|
||||
},
|
||||
"InvalidEmailException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
},
|
||||
"exception":true
|
||||
},
|
||||
"InvalidFileLocationException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
},
|
||||
"exception":true
|
||||
},
|
||||
"InvalidFileModeException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
},
|
||||
"exception":true
|
||||
},
|
||||
"InvalidFilePositionException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
|
@ -1512,6 +1611,12 @@
|
|||
},
|
||||
"exception":true
|
||||
},
|
||||
"InvalidParentCommitIdException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
},
|
||||
"exception":true
|
||||
},
|
||||
"InvalidPathException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
|
@ -1772,6 +1877,12 @@
|
|||
"exception":true
|
||||
},
|
||||
"Name":{"type":"string"},
|
||||
"NameLengthExceededException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
},
|
||||
"exception":true
|
||||
},
|
||||
"NextToken":{"type":"string"},
|
||||
"ObjectId":{"type":"string"},
|
||||
"OrderEnum":{
|
||||
|
@ -1781,6 +1892,24 @@
|
|||
"descending"
|
||||
]
|
||||
},
|
||||
"ParentCommitDoesNotExistException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
},
|
||||
"exception":true
|
||||
},
|
||||
"ParentCommitIdOutdatedException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
},
|
||||
"exception":true
|
||||
},
|
||||
"ParentCommitIdRequiredException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
},
|
||||
"exception":true
|
||||
},
|
||||
"ParentList":{
|
||||
"type":"list",
|
||||
"member":{"shape":"ObjectId"}
|
||||
|
@ -1998,6 +2127,39 @@
|
|||
"type":"list",
|
||||
"member":{"shape":"PullRequestTarget"}
|
||||
},
|
||||
"PutFileInput":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"repositoryName",
|
||||
"branchName",
|
||||
"fileContent",
|
||||
"filePath"
|
||||
],
|
||||
"members":{
|
||||
"repositoryName":{"shape":"RepositoryName"},
|
||||
"branchName":{"shape":"BranchName"},
|
||||
"fileContent":{"shape":"FileContent"},
|
||||
"filePath":{"shape":"Path"},
|
||||
"fileMode":{"shape":"FileModeTypeEnum"},
|
||||
"parentCommitId":{"shape":"CommitId"},
|
||||
"commitMessage":{"shape":"Message"},
|
||||
"name":{"shape":"Name"},
|
||||
"email":{"shape":"Email"}
|
||||
}
|
||||
},
|
||||
"PutFileOutput":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"commitId",
|
||||
"blobId",
|
||||
"treeId"
|
||||
],
|
||||
"members":{
|
||||
"commitId":{"shape":"ObjectId"},
|
||||
"blobId":{"shape":"ObjectId"},
|
||||
"treeId":{"shape":"ObjectId"}
|
||||
}
|
||||
},
|
||||
"PutRepositoryTriggersInput":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
|
@ -2207,6 +2369,12 @@
|
|||
},
|
||||
"exception":true
|
||||
},
|
||||
"SameFileContentException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
},
|
||||
"exception":true
|
||||
},
|
||||
"SortByEnum":{
|
||||
"type":"string",
|
||||
"enum":[
|
||||
|
|
117
vendor/github.com/aws/aws-sdk-go/models/apis/codecommit/2015-04-13/docs-2.json
generated
vendored
117
vendor/github.com/aws/aws-sdk-go/models/apis/codecommit/2015-04-13/docs-2.json
generated
vendored
File diff suppressed because one or more lines are too long
18
vendor/github.com/aws/aws-sdk-go/models/apis/codecommit/2015-04-13/smoke.json
generated
vendored
Normal file
18
vendor/github.com/aws/aws-sdk-go/models/apis/codecommit/2015-04-13/smoke.json
generated
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"version": 1,
|
||||
"defaultRegion": "us-west-2",
|
||||
"testCases": [
|
||||
{
|
||||
"operationName": "ListRepositories",
|
||||
"input": {},
|
||||
"errorExpectedFromService": false
|
||||
},
|
||||
{
|
||||
"operationName": "ListBranches",
|
||||
"input": {
|
||||
"repositoryName": "fake-repo"
|
||||
},
|
||||
"errorExpectedFromService": true
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue