mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-09 22:39:53 +00:00
Update Go AWS SDK to the latest version
This commit is contained in:
committed by
Andrey Smirnov
parent
d08be990ef
commit
94a72b23ff
+48
@@ -585,6 +585,22 @@
|
||||
"resultWrapper":"ListVerifiedEmailAddressesResult"
|
||||
}
|
||||
},
|
||||
"PutConfigurationSetDeliveryOptions":{
|
||||
"name":"PutConfigurationSetDeliveryOptions",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/"
|
||||
},
|
||||
"input":{"shape":"PutConfigurationSetDeliveryOptionsRequest"},
|
||||
"output":{
|
||||
"shape":"PutConfigurationSetDeliveryOptionsResponse",
|
||||
"resultWrapper":"PutConfigurationSetDeliveryOptionsResult"
|
||||
},
|
||||
"errors":[
|
||||
{"shape":"ConfigurationSetDoesNotExistException"},
|
||||
{"shape":"InvalidDeliveryOptionsException"}
|
||||
]
|
||||
},
|
||||
"PutIdentityPolicy":{
|
||||
"name":"PutIdentityPolicy",
|
||||
"http":{
|
||||
@@ -1217,6 +1233,7 @@
|
||||
"enum":[
|
||||
"eventDestinations",
|
||||
"trackingOptions",
|
||||
"deliveryOptions",
|
||||
"reputationOptions"
|
||||
]
|
||||
},
|
||||
@@ -1572,6 +1589,12 @@
|
||||
"EmailAddress":{"shape":"Address"}
|
||||
}
|
||||
},
|
||||
"DeliveryOptions":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"TlsPolicy":{"shape":"TlsPolicy"}
|
||||
}
|
||||
},
|
||||
"DescribeActiveReceiptRuleSetRequest":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
@@ -1598,6 +1621,7 @@
|
||||
"ConfigurationSet":{"shape":"ConfigurationSet"},
|
||||
"EventDestinations":{"shape":"EventDestinations"},
|
||||
"TrackingOptions":{"shape":"TrackingOptions"},
|
||||
"DeliveryOptions":{"shape":"DeliveryOptions"},
|
||||
"ReputationOptions":{"shape":"ReputationOptions"}
|
||||
}
|
||||
},
|
||||
@@ -1979,6 +2003,17 @@
|
||||
},
|
||||
"exception":true
|
||||
},
|
||||
"InvalidDeliveryOptionsException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
},
|
||||
"error":{
|
||||
"code":"InvalidDeliveryOptions",
|
||||
"httpStatusCode":400,
|
||||
"senderFault":true
|
||||
},
|
||||
"exception":true
|
||||
},
|
||||
"InvalidFirehoseDestinationException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
@@ -2361,6 +2396,19 @@
|
||||
},
|
||||
"exception":true
|
||||
},
|
||||
"PutConfigurationSetDeliveryOptionsRequest":{
|
||||
"type":"structure",
|
||||
"required":["ConfigurationSetName"],
|
||||
"members":{
|
||||
"ConfigurationSetName":{"shape":"ConfigurationSetName"},
|
||||
"DeliveryOptions":{"shape":"DeliveryOptions"}
|
||||
}
|
||||
},
|
||||
"PutConfigurationSetDeliveryOptionsResponse":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
}
|
||||
},
|
||||
"PutIdentityPolicyRequest":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
|
||||
+200
-175
File diff suppressed because one or more lines are too long
+18
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": 1,
|
||||
"defaultRegion": "us-west-2",
|
||||
"testCases": [
|
||||
{
|
||||
"operationName": "ListIdentities",
|
||||
"input": {},
|
||||
"errorExpectedFromService": false
|
||||
},
|
||||
{
|
||||
"operationName": "VerifyEmailIdentity",
|
||||
"input": {
|
||||
"EmailAddress": "fake_email"
|
||||
},
|
||||
"errorExpectedFromService": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user