mirror of
https://github.com/rclone/rclone.git
synced 2025-08-24 03:45:45 +02:00
vendor: update all dependencies to latest versions
This commit is contained in:
44
vendor/github.com/aws/aws-sdk-go/models/protocol_tests/input/query.json
generated
vendored
44
vendor/github.com/aws/aws-sdk-go/models/protocol_tests/input/query.json
generated
vendored
@@ -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": {
|
||||
|
Reference in New Issue
Block a user