vendor: update all dependencies to latest versions
This commit is contained in:
parent
911d121bb9
commit
b017fcfe9a
3048 changed files with 537057 additions and 189681 deletions
27
vendor/github.com/aws/aws-sdk-go/models/apis/codepipeline/2015-07-09/api-2.json
generated
vendored
27
vendor/github.com/aws/aws-sdk-go/models/apis/codepipeline/2015-07-09/api-2.json
generated
vendored
|
@ -798,7 +798,11 @@
|
|||
"type":"string",
|
||||
"pattern":"[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"
|
||||
},
|
||||
"ClientToken":{"type":"string"},
|
||||
"ClientToken":{
|
||||
"type":"string",
|
||||
"max":256,
|
||||
"min":1
|
||||
},
|
||||
"Code":{"type":"string"},
|
||||
"ContinuationToken":{"type":"string"},
|
||||
"CreateCustomActionTypeInput":{
|
||||
|
@ -1018,7 +1022,8 @@
|
|||
"GetPipelineOutput":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"pipeline":{"shape":"PipelineDeclaration"}
|
||||
"pipeline":{"shape":"PipelineDeclaration"},
|
||||
"metadata":{"shape":"PipelineMetadata"}
|
||||
}
|
||||
},
|
||||
"GetPipelineStateInput":{
|
||||
|
@ -1255,7 +1260,11 @@
|
|||
"max":5,
|
||||
"min":0
|
||||
},
|
||||
"NextToken":{"type":"string"},
|
||||
"NextToken":{
|
||||
"type":"string",
|
||||
"max":2048,
|
||||
"min":1
|
||||
},
|
||||
"Nonce":{"type":"string"},
|
||||
"NotLatestPipelineExecutionException":{
|
||||
"type":"structure",
|
||||
|
@ -1279,6 +1288,10 @@
|
|||
"max":100,
|
||||
"min":0
|
||||
},
|
||||
"PipelineArn":{
|
||||
"type":"string",
|
||||
"pattern":"arn:aws(-[\\w]+)*:codepipeline:.+:[0-9]{12}:.+"
|
||||
},
|
||||
"PipelineContext":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
|
@ -1349,6 +1362,14 @@
|
|||
"type":"list",
|
||||
"member":{"shape":"PipelineSummary"}
|
||||
},
|
||||
"PipelineMetadata":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"pipelineArn":{"shape":"PipelineArn"},
|
||||
"created":{"shape":"Timestamp"},
|
||||
"updated":{"shape":"Timestamp"}
|
||||
}
|
||||
},
|
||||
"PipelineName":{
|
||||
"type":"string",
|
||||
"max":100,
|
||||
|
|
122
vendor/github.com/aws/aws-sdk-go/models/apis/codepipeline/2015-07-09/docs-2.json
generated
vendored
122
vendor/github.com/aws/aws-sdk-go/models/apis/codepipeline/2015-07-09/docs-2.json
generated
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue