Update vendored deps, including AWS SDK, openpgp, ftp, ...

This commit is contained in:
Andrey Smirnov
2018-04-05 17:46:45 +03:00
parent cef4fefc40
commit 0e6ee35942
1497 changed files with 450721 additions and 68034 deletions
+3 -2
View File
@@ -7,6 +7,7 @@
"protocol":"query",
"serviceAbbreviation":"AWS STS",
"serviceFullName":"AWS Security Token Service",
"serviceId":"STS",
"signatureVersion":"v4",
"uid":"sts-2011-06-15",
"xmlNamespace":"https://sts.amazonaws.com/doc/2011-06-15/"
@@ -405,7 +406,7 @@
},
"SAMLAssertionType":{
"type":"string",
"max":50000,
"max":100000,
"min":4
},
"Subject":{"type":"string"},
@@ -473,7 +474,7 @@
"regionDisabledMessage":{"type":"string"},
"roleDurationSecondsType":{
"type":"integer",
"max":3600,
"max":43200,
"min":900
},
"roleSessionNameType":{
File diff suppressed because one or more lines are too long
+19
View File
@@ -0,0 +1,19 @@
{
"version": 1,
"defaultRegion": "us-west-2",
"testCases": [
{
"operationName": "GetSessionToken",
"input": {},
"errorExpectedFromService": false
},
{
"operationName": "GetFederationToken",
"input": {
"Name": "temp",
"Policy": "{\\\"temp\\\":true}"
},
"errorExpectedFromService": true
}
]
}