mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-30 04:20:53 +00:00
Update Go AWS SDK to the latest version
This commit is contained in:
committed by
Andrey Smirnov
parent
d08be990ef
commit
94a72b23ff
+705
-48
File diff suppressed because it is too large
Load Diff
+612
-140
File diff suppressed because one or more lines are too long
+2
-2
@@ -471,8 +471,8 @@
|
||||
{
|
||||
"input": {
|
||||
"ExpressionAttributeNames": {
|
||||
"AT": "AlbumTitle",
|
||||
"ST": "SongTitle"
|
||||
"#AT": "AlbumTitle",
|
||||
"#ST": "SongTitle"
|
||||
},
|
||||
"ExpressionAttributeValues": {
|
||||
":a": {
|
||||
|
||||
+20
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"version": 1,
|
||||
"defaultRegion": "us-west-2",
|
||||
"testCases": [
|
||||
{
|
||||
"operationName": "ListTables",
|
||||
"input": {
|
||||
"Limit": 1
|
||||
},
|
||||
"errorExpectedFromService": false
|
||||
},
|
||||
{
|
||||
"operationName": "DescribeTable",
|
||||
"input": {
|
||||
"TableName": "fake-table"
|
||||
},
|
||||
"errorExpectedFromService": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user