vendor: update all dependencies

This commit is contained in:
Nick Craig-Wood 2018-03-19 15:51:38 +00:00
parent 940df88eb2
commit d64789528d
4309 changed files with 1327278 additions and 1001118 deletions

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"},

File diff suppressed because one or more lines are too long

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
}
]
}