New upstream version 1.3.0

This commit is contained in:
Sébastien Delafond
2018-06-21 15:14:48 +02:00
parent bed9fffa94
commit 09ad0121c6
2288 changed files with 452573 additions and 68516 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
}
]
}