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
+41 -2
View File
@@ -7,6 +7,7 @@
"protocol":"query",
"serviceAbbreviation":"IAM",
"serviceFullName":"AWS Identity and Access Management",
"serviceId":"IAM",
"signatureVersion":"v4",
"uid":"iam-2010-05-08",
"xmlNamespace":"https://iam.amazonaws.com/doc/2010-05-08/"
@@ -1723,6 +1724,23 @@
{"shape":"ServiceFailureException"}
]
},
"UpdateRole":{
"name":"UpdateRole",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UpdateRoleRequest"},
"output":{
"shape":"UpdateRoleResponse",
"resultWrapper":"UpdateRoleResult"
},
"errors":[
{"shape":"UnmodifiableEntityException"},
{"shape":"NoSuchEntityException"},
{"shape":"ServiceFailureException"}
]
},
"UpdateRoleDescription":{
"name":"UpdateRoleDescription",
"http":{
@@ -2200,7 +2218,8 @@
"Path":{"shape":"pathType"},
"RoleName":{"shape":"roleNameType"},
"AssumeRolePolicyDocument":{"shape":"policyDocumentType"},
"Description":{"shape":"roleDescriptionType"}
"Description":{"shape":"roleDescriptionType"},
"MaxSessionDuration":{"shape":"roleMaxSessionDurationType"}
}
},
"CreateRoleResponse":{
@@ -3984,7 +4003,8 @@
"Arn":{"shape":"arnType"},
"CreateDate":{"shape":"dateType"},
"AssumeRolePolicyDocument":{"shape":"policyDocumentType"},
"Description":{"shape":"roleDescriptionType"}
"Description":{"shape":"roleDescriptionType"},
"MaxSessionDuration":{"shape":"roleMaxSessionDurationType"}
}
},
"RoleDetail":{
@@ -4366,6 +4386,20 @@
"Role":{"shape":"Role"}
}
},
"UpdateRoleRequest":{
"type":"structure",
"required":["RoleName"],
"members":{
"RoleName":{"shape":"roleNameType"},
"Description":{"shape":"roleDescriptionType"},
"MaxSessionDuration":{"shape":"roleMaxSessionDurationType"}
}
},
"UpdateRoleResponse":{
"type":"structure",
"members":{
}
},
"UpdateSAMLProviderRequest":{
"type":"structure",
"required":[
@@ -4833,6 +4867,11 @@
"type":"list",
"member":{"shape":"Role"}
},
"roleMaxSessionDurationType":{
"type":"integer",
"max":43200,
"min":3600
},
"roleNameType":{
"type":"string",
"max":64,
File diff suppressed because it is too large Load Diff
+18
View File
@@ -0,0 +1,18 @@
{
"version": 1,
"defaultRegion": "us-east-1",
"testCases": [
{
"operationName": "ListUsers",
"input": {},
"errorExpectedFromService": false
},
{
"operationName": "GetUser",
"input": {
"UserName": "fake_user"
},
"errorExpectedFromService": true
}
]
}