vendor: update all dependencies

This commit is contained in:
Nick Craig-Wood 2018-06-17 17:59:12 +01:00
parent 3f0789e2db
commit 08021c4636
2474 changed files with 435818 additions and 282709 deletions

View file

@ -1030,6 +1030,7 @@
}
},
"BytesProcessed":{"type":"long"},
"BytesReturned":{"type":"long"},
"BytesScanned":{"type":"long"},
"CORSConfiguration":{
"type":"structure",
@ -4183,7 +4184,8 @@
"type":"structure",
"members":{
"BytesScanned":{"shape":"BytesScanned"},
"BytesProcessed":{"shape":"BytesProcessed"}
"BytesProcessed":{"shape":"BytesProcessed"},
"BytesReturned":{"shape":"BytesReturned"}
}
},
"ProgressEvent":{
@ -5432,7 +5434,8 @@
"type":"structure",
"members":{
"BytesScanned":{"shape":"BytesScanned"},
"BytesProcessed":{"shape":"BytesProcessed"}
"BytesProcessed":{"shape":"BytesProcessed"},
"BytesReturned":{"shape":"BytesReturned"}
}
},
"StatsEvent":{

View file

@ -414,6 +414,13 @@
"Stats$BytesProcessed": "Total number of uncompressed object bytes processed."
}
},
"BytesReturned": {
"base": null,
"refs": {
"Progress$BytesReturned": "Current number of bytes of records payload data returned.",
"Stats$BytesReturned": "Total number of bytes of records payload data returned."
}
},
"BytesScanned": {
"base": null,
"refs": {