mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-07 22:20:24 +00:00
Update vendored deps, including AWS SDK, openpgp, ftp, ...
This commit is contained in:
+3
-2
@@ -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":{
|
||||
|
||||
+6
-6
File diff suppressed because one or more lines are too long
+19
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user