Update Go AWS SDK to the latest version

This commit is contained in:
Andrey Smirnov
2019-07-13 00:03:55 +03:00
committed by Andrey Smirnov
parent d08be990ef
commit 94a72b23ff
2183 changed files with 885887 additions and 228114 deletions
+14
View File
@@ -141,6 +141,7 @@
"members":{
"RoleArn":{"shape":"arnType"},
"RoleSessionName":{"shape":"roleSessionNameType"},
"PolicyArns":{"shape":"policyDescriptorListType"},
"Policy":{"shape":"sessionPolicyDocumentType"},
"DurationSeconds":{"shape":"roleDurationSecondsType"},
"ExternalId":{"shape":"externalIdType"},
@@ -167,6 +168,7 @@
"RoleArn":{"shape":"arnType"},
"PrincipalArn":{"shape":"arnType"},
"SAMLAssertion":{"shape":"SAMLAssertionType"},
"PolicyArns":{"shape":"policyDescriptorListType"},
"Policy":{"shape":"sessionPolicyDocumentType"},
"DurationSeconds":{"shape":"roleDurationSecondsType"}
}
@@ -196,6 +198,7 @@
"RoleSessionName":{"shape":"roleSessionNameType"},
"WebIdentityToken":{"shape":"clientTokenType"},
"ProviderId":{"shape":"urlType"},
"PolicyArns":{"shape":"policyDescriptorListType"},
"Policy":{"shape":"sessionPolicyDocumentType"},
"DurationSeconds":{"shape":"roleDurationSecondsType"}
}
@@ -293,6 +296,7 @@
"members":{
"Name":{"shape":"userNameType"},
"Policy":{"shape":"sessionPolicyDocumentType"},
"PolicyArns":{"shape":"policyDescriptorListType"},
"DurationSeconds":{"shape":"durationSecondsType"}
}
},
@@ -392,6 +396,12 @@
},
"exception":true
},
"PolicyDescriptorType":{
"type":"structure",
"members":{
"arn":{"shape":"arnType"}
}
},
"RegionDisabledException":{
"type":"structure",
"members":{
@@ -471,6 +481,10 @@
"min":0
},
"packedPolicyTooLargeMessage":{"type":"string"},
"policyDescriptorListType":{
"type":"list",
"member":{"shape":"PolicyDescriptorType"}
},
"regionDisabledMessage":{"type":"string"},
"roleDurationSecondsType":{
"type":"integer",
File diff suppressed because one or more lines are too long
@@ -6,7 +6,7 @@
"input": {
"DurationSeconds": 3600,
"ExternalId": "123ABC",
"Policy": "{\"Version\":\"2012-10-17\",\"Statement\":[{\"Sid\":\"Stmt1\",\"Effect\":\"Allow\",\"Action\":\"s3:*\",\"Resource\":\"*\"}]}",
"Policy": "{\"Version\":\"2012-10-17\",\"Statement\":[{\"Sid\":\"Stmt1\",\"Effect\":\"Allow\",\"Action\":\"s3:ListAllMyBuckets\",\"Resource\":\"*\"}]}",
"RoleArn": "arn:aws:iam::123456789012:role/demo",
"RoleSessionName": "Bob"
},
@@ -38,6 +38,7 @@
{
"input": {
"DurationSeconds": 3600,
"Policy": "{\"Version\":\"2012-10-17\",\"Statement\":[{\"Sid\":\"Stmt1\",\"Effect\":\"Allow\",\"Action\":\"s3:ListAllMyBuckets\",\"Resource\":\"*\"}]}",
"ProviderId": "www.amazon.com",
"RoleArn": "arn:aws:iam::123456789012:role/FederatedWebIdentityRole",
"RoleSessionName": "app1",
@@ -150,7 +151,7 @@
"input": {
"DurationSeconds": 3600,
"Name": "Bob",
"Policy": "{\"Version\":\"2012-10-17\",\"Statement\":[{\"Sid\":\"Stmt1\",\"Effect\":\"Allow\",\"Action\":\"s3:*\",\"Resource\":\"*\"}]}"
"Policy": "{\"Version\":\"2012-10-17\",\"Statement\":[{\"Sid\":\"Stmt1\",\"Effect\":\"Allow\",\"Action\":\"s3:ListAllMyBuckets\",\"Resource\":\"*\"}]}"
},
"output": {
"Credentials": {