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
@@ -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":[
File diff suppressed because one or more lines are too long
@@ -0,0 +1,18 @@
{
"version": 1,
"defaultRegion": "us-west-2",
"testCases": [
{
"operationName": "ListIdentities",
"input": {},
"errorExpectedFromService": false
},
{
"operationName": "VerifyEmailIdentity",
"input": {
"EmailAddress": "fake_email"
},
"errorExpectedFromService": true
}
]
}