mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-08 22:30:41 +00:00
Update Go AWS SDK to the latest version
This commit is contained in:
committed by
Andrey Smirnov
parent
d08be990ef
commit
94a72b23ff
+14
@@ -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",
|
||||
|
||||
+48
-32
File diff suppressed because one or more lines are too long
+3
-2
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user