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

@ -553,6 +553,50 @@
}
]
},
{
"description": "Base64 encoded Blobs nested",
"metadata": {
"protocol": "query",
"apiVersion": "2014-01-01"
},
"shapes": {
"InputShape": {
"type": "structure",
"members": {
"BlobArgs": {
"shape": "BlobsType"
}
}
},
"BlobsType": {
"type": "list",
"member": {
"shape": "BlobType"
},
"flattened": true
},
"BlobType": {
"type": "blob"
}
},
"cases": [
{
"given": {
"input": {
"shape": "InputShape"
},
"name": "OperationName"
},
"params": {
"BlobArgs": ["foo"]
},
"serialized": {
"uri": "/",
"body": "Action=OperationName&Version=2014-01-01&BlobArgs.1=Zm9v"
}
}
]
},
{
"description": "Timestamp values",
"metadata": {