vendor: update all dependencies to latest versions

This commit is contained in:
Nick Craig-Wood 2017-09-30 15:27:27 +01:00
parent 911d121bb9
commit b017fcfe9a
3048 changed files with 537057 additions and 189681 deletions

View file

@ -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,

File diff suppressed because one or more lines are too long