aws-sdk-core 2.1.23 → 2.1.24
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/cloudformation/2010-05-15/api-2.json +45 -0
- data/apis/cognito-identity/2014-06-30/api-2.json +2 -2
- data/apis/cognito-sync/2014-06-30/api-2.json +2 -2
- data/apis/ec2/{2015-04-15 → 2015-10-01}/api-2.json +63 -5
- data/apis/ec2/{2015-04-15 → 2015-10-01}/paginators-1.json +0 -0
- data/apis/ec2/{2015-04-15 → 2015-10-01}/resources-1.json +0 -0
- data/apis/ec2/{2015-04-15 → 2015-10-01}/waiters-2.json +0 -0
- data/apis/email/2010-12-01/api-2.json +1134 -18
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/dynamodb/attribute_value.rb +3 -0
- data/lib/aws-sdk-core/ec2.rb +5 -5
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1a9181ff0d22d245cf22e5eccefa5b95c4d70974
|
4
|
+
data.tar.gz: c183dc117518aa40aed6957032f24d8285fb2343
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2f163c7fafbf02a1e037c1453a174f96a46452890d3af5b62991ad285b1643abfae9f79322604086fd0ca44d73b0f32993388e83eb1e1d8c7f80ccc9cec80703
|
7
|
+
data.tar.gz: d2d657ac3caf908450061d7381e09454756375c9b6d919b409c848479cbd09353feabce6d3f883a64ccb6f7af6f7ae93c0f096ccd95d0124b831020f951c61fc
|
@@ -66,6 +66,18 @@
|
|
66
66
|
},
|
67
67
|
"input":{"shape":"DeleteStackInput"}
|
68
68
|
},
|
69
|
+
"DescribeAccountLimits":{
|
70
|
+
"name":"DescribeAccountLimits",
|
71
|
+
"http":{
|
72
|
+
"method":"POST",
|
73
|
+
"requestUri":"/"
|
74
|
+
},
|
75
|
+
"input":{"shape":"DescribeAccountLimitsInput"},
|
76
|
+
"output":{
|
77
|
+
"shape":"DescribeAccountLimitsOutput",
|
78
|
+
"resultWrapper":"DescribeAccountLimitsResult"
|
79
|
+
}
|
80
|
+
},
|
69
81
|
"DescribeStackEvents":{
|
70
82
|
"name":"DescribeStackEvents",
|
71
83
|
"http":{
|
@@ -239,6 +251,17 @@
|
|
239
251
|
}
|
240
252
|
},
|
241
253
|
"shapes":{
|
254
|
+
"AccountLimit":{
|
255
|
+
"type":"structure",
|
256
|
+
"members":{
|
257
|
+
"Name":{"shape":"LimitName"},
|
258
|
+
"Value":{"shape":"LimitValue"}
|
259
|
+
}
|
260
|
+
},
|
261
|
+
"AccountLimitList":{
|
262
|
+
"type":"list",
|
263
|
+
"member":{"shape":"AccountLimit"}
|
264
|
+
},
|
242
265
|
"AllowedValue":{"type":"string"},
|
243
266
|
"AllowedValues":{
|
244
267
|
"type":"list",
|
@@ -283,6 +306,7 @@
|
|
283
306
|
"TimeoutInMinutes":{"shape":"TimeoutMinutes"},
|
284
307
|
"NotificationARNs":{"shape":"NotificationARNs"},
|
285
308
|
"Capabilities":{"shape":"Capabilities"},
|
309
|
+
"ResourceTypes":{"shape":"ResourceTypes"},
|
286
310
|
"OnFailure":{"shape":"OnFailure"},
|
287
311
|
"StackPolicyBody":{"shape":"StackPolicyBody"},
|
288
312
|
"StackPolicyURL":{"shape":"StackPolicyURL"},
|
@@ -304,6 +328,19 @@
|
|
304
328
|
}
|
305
329
|
},
|
306
330
|
"DeletionTime":{"type":"timestamp"},
|
331
|
+
"DescribeAccountLimitsInput":{
|
332
|
+
"type":"structure",
|
333
|
+
"members":{
|
334
|
+
"NextToken":{"shape":"NextToken"}
|
335
|
+
}
|
336
|
+
},
|
337
|
+
"DescribeAccountLimitsOutput":{
|
338
|
+
"type":"structure",
|
339
|
+
"members":{
|
340
|
+
"AccountLimits":{"shape":"AccountLimitList"},
|
341
|
+
"NextToken":{"shape":"NextToken"}
|
342
|
+
}
|
343
|
+
},
|
307
344
|
"DescribeStackEventsInput":{
|
308
345
|
"type":"structure",
|
309
346
|
"members":{
|
@@ -421,6 +458,7 @@
|
|
421
458
|
"Description":{"shape":"Description"},
|
422
459
|
"Capabilities":{"shape":"Capabilities"},
|
423
460
|
"CapabilitiesReason":{"shape":"CapabilitiesReason"},
|
461
|
+
"ResourceTypes":{"shape":"ResourceTypes"},
|
424
462
|
"Version":{"shape":"Version"},
|
425
463
|
"Metadata":{"shape":"Metadata"}
|
426
464
|
}
|
@@ -448,6 +486,8 @@
|
|
448
486
|
},
|
449
487
|
"exception":true
|
450
488
|
},
|
489
|
+
"LimitName":{"type":"string"},
|
490
|
+
"LimitValue":{"type":"integer"},
|
451
491
|
"ListStackResourcesInput":{
|
452
492
|
"type":"structure",
|
453
493
|
"required":["StackName"],
|
@@ -580,6 +620,10 @@
|
|
580
620
|
},
|
581
621
|
"ResourceStatusReason":{"type":"string"},
|
582
622
|
"ResourceType":{"type":"string"},
|
623
|
+
"ResourceTypes":{
|
624
|
+
"type":"list",
|
625
|
+
"member":{"shape":"ResourceType"}
|
626
|
+
},
|
583
627
|
"SetStackPolicyInput":{
|
584
628
|
"type":"structure",
|
585
629
|
"required":["StackName"],
|
@@ -851,6 +895,7 @@
|
|
851
895
|
"StackPolicyDuringUpdateURL":{"shape":"StackPolicyDuringUpdateURL"},
|
852
896
|
"Parameters":{"shape":"Parameters"},
|
853
897
|
"Capabilities":{"shape":"Capabilities"},
|
898
|
+
"ResourceTypes":{"shape":"ResourceTypes"},
|
854
899
|
"StackPolicyBody":{"shape":"StackPolicyBody"},
|
855
900
|
"StackPolicyURL":{"shape":"StackPolicyURL"},
|
856
901
|
"NotificationARNs":{"shape":"NotificationARNs"}
|
@@ -959,7 +959,7 @@
|
|
959
959
|
"IdentityId":{
|
960
960
|
"type":"string",
|
961
961
|
"min":1,
|
962
|
-
"max":
|
962
|
+
"max":55,
|
963
963
|
"pattern":"[\\w-]+:[0-9a-f-]+"
|
964
964
|
},
|
965
965
|
"IdentityIdList":{
|
@@ -987,7 +987,7 @@
|
|
987
987
|
"IdentityPoolId":{
|
988
988
|
"type":"string",
|
989
989
|
"min":1,
|
990
|
-
"max":
|
990
|
+
"max":55,
|
991
991
|
"pattern":"[\\w-]+:[0-9a-f-]+"
|
992
992
|
},
|
993
993
|
"IdentityPoolName":{
|
@@ -1322,13 +1322,13 @@
|
|
1322
1322
|
"IdentityId":{
|
1323
1323
|
"type":"string",
|
1324
1324
|
"min":1,
|
1325
|
-
"max":
|
1325
|
+
"max":55,
|
1326
1326
|
"pattern":"[\\w-]+:[0-9a-f-]+"
|
1327
1327
|
},
|
1328
1328
|
"IdentityPoolId":{
|
1329
1329
|
"type":"string",
|
1330
1330
|
"min":1,
|
1331
|
-
"max":
|
1331
|
+
"max":55,
|
1332
1332
|
"pattern":"[\\w-]+:[0-9a-f-]+"
|
1333
1333
|
},
|
1334
1334
|
"IdentityPoolUsage":{
|
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"version":"2.0",
|
3
3
|
"metadata":{
|
4
|
-
"apiVersion":"2015-
|
4
|
+
"apiVersion":"2015-10-01",
|
5
5
|
"endpointPrefix":"ec2",
|
6
6
|
"serviceAbbreviation":"Amazon EC2",
|
7
7
|
"serviceFullName":"Amazon Elastic Compute Cloud",
|
8
8
|
"signatureVersion":"v4",
|
9
|
-
"xmlNamespace":"http://ec2.amazonaws.com/doc/2015-
|
9
|
+
"xmlNamespace":"http://ec2.amazonaws.com/doc/2015-10-01",
|
10
10
|
"protocol":"ec2"
|
11
11
|
},
|
12
12
|
"operations":{
|
@@ -1343,6 +1343,15 @@
|
|
1343
1343
|
},
|
1344
1344
|
"input":{"shape":"ModifySnapshotAttributeRequest"}
|
1345
1345
|
},
|
1346
|
+
"ModifySpotFleetRequest":{
|
1347
|
+
"name":"ModifySpotFleetRequest",
|
1348
|
+
"http":{
|
1349
|
+
"method":"POST",
|
1350
|
+
"requestUri":"/"
|
1351
|
+
},
|
1352
|
+
"input":{"shape":"ModifySpotFleetRequestRequest"},
|
1353
|
+
"output":{"shape":"ModifySpotFleetRequestResponse"}
|
1354
|
+
},
|
1346
1355
|
"ModifySubnetAttribute":{
|
1347
1356
|
"name":"ModifySubnetAttribute",
|
1348
1357
|
"http":{
|
@@ -2165,7 +2174,12 @@
|
|
2165
2174
|
},
|
2166
2175
|
"AvailabilityZoneState":{
|
2167
2176
|
"type":"string",
|
2168
|
-
"enum":[
|
2177
|
+
"enum":[
|
2178
|
+
"available",
|
2179
|
+
"information",
|
2180
|
+
"impaired",
|
2181
|
+
"unavailable"
|
2182
|
+
]
|
2169
2183
|
},
|
2170
2184
|
"BatchState":{
|
2171
2185
|
"type":"string",
|
@@ -2175,7 +2189,8 @@
|
|
2175
2189
|
"cancelled",
|
2176
2190
|
"failed",
|
2177
2191
|
"cancelled_running",
|
2178
|
-
"cancelled_terminating"
|
2192
|
+
"cancelled_terminating",
|
2193
|
+
"modifying"
|
2179
2194
|
]
|
2180
2195
|
},
|
2181
2196
|
"BlockDeviceMapping":{
|
@@ -5954,6 +5969,13 @@
|
|
5954
5969
|
"error"
|
5955
5970
|
]
|
5956
5971
|
},
|
5972
|
+
"ExcessCapacityTerminationPolicy":{
|
5973
|
+
"type":"string",
|
5974
|
+
"enum":[
|
5975
|
+
"noTermination",
|
5976
|
+
"default"
|
5977
|
+
]
|
5978
|
+
},
|
5957
5979
|
"ExecutableByStringList":{
|
5958
5980
|
"type":"list",
|
5959
5981
|
"member":{
|
@@ -8129,6 +8151,33 @@
|
|
8129
8151
|
"CreateVolumePermission":{"shape":"CreateVolumePermissionModifications"}
|
8130
8152
|
}
|
8131
8153
|
},
|
8154
|
+
"ModifySpotFleetRequestRequest":{
|
8155
|
+
"type":"structure",
|
8156
|
+
"required":["SpotFleetRequestId"],
|
8157
|
+
"members":{
|
8158
|
+
"SpotFleetRequestId":{
|
8159
|
+
"shape":"String",
|
8160
|
+
"locationName":"spotFleetRequestId"
|
8161
|
+
},
|
8162
|
+
"TargetCapacity":{
|
8163
|
+
"shape":"Integer",
|
8164
|
+
"locationName":"targetCapacity"
|
8165
|
+
},
|
8166
|
+
"ExcessCapacityTerminationPolicy":{
|
8167
|
+
"shape":"ExcessCapacityTerminationPolicy",
|
8168
|
+
"locationName":"excessCapacityTerminationPolicy"
|
8169
|
+
}
|
8170
|
+
}
|
8171
|
+
},
|
8172
|
+
"ModifySpotFleetRequestResponse":{
|
8173
|
+
"type":"structure",
|
8174
|
+
"members":{
|
8175
|
+
"Return":{
|
8176
|
+
"shape":"Boolean",
|
8177
|
+
"locationName":"return"
|
8178
|
+
}
|
8179
|
+
}
|
8180
|
+
},
|
8132
8181
|
"ModifySubnetAttributeRequest":{
|
8133
8182
|
"type":"structure",
|
8134
8183
|
"required":["SubnetId"],
|
@@ -10549,7 +10598,8 @@
|
|
10549
10598
|
"required":[
|
10550
10599
|
"SpotFleetRequestId",
|
10551
10600
|
"SpotFleetRequestState",
|
10552
|
-
"SpotFleetRequestConfig"
|
10601
|
+
"SpotFleetRequestConfig",
|
10602
|
+
"CreateTime"
|
10553
10603
|
],
|
10554
10604
|
"members":{
|
10555
10605
|
"SpotFleetRequestId":{
|
@@ -10563,6 +10613,10 @@
|
|
10563
10613
|
"SpotFleetRequestConfig":{
|
10564
10614
|
"shape":"SpotFleetRequestConfigData",
|
10565
10615
|
"locationName":"spotFleetRequestConfig"
|
10616
|
+
},
|
10617
|
+
"CreateTime":{
|
10618
|
+
"shape":"DateTime",
|
10619
|
+
"locationName":"createTime"
|
10566
10620
|
}
|
10567
10621
|
}
|
10568
10622
|
},
|
@@ -10607,6 +10661,10 @@
|
|
10607
10661
|
"shape":"LaunchSpecsList",
|
10608
10662
|
"locationName":"launchSpecifications"
|
10609
10663
|
},
|
10664
|
+
"ExcessCapacityTerminationPolicy":{
|
10665
|
+
"shape":"ExcessCapacityTerminationPolicy",
|
10666
|
+
"locationName":"excessCapacityTerminationPolicy"
|
10667
|
+
},
|
10610
10668
|
"AllocationStrategy":{
|
10611
10669
|
"shape":"AllocationStrategy",
|
10612
10670
|
"locationName":"allocationStrategy"
|
File without changes
|
File without changes
|
File without changes
|
@@ -11,6 +11,188 @@
|
|
11
11
|
"protocol":"query"
|
12
12
|
},
|
13
13
|
"operations":{
|
14
|
+
"CloneReceiptRuleSet":{
|
15
|
+
"name":"CloneReceiptRuleSet",
|
16
|
+
"http":{
|
17
|
+
"method":"POST",
|
18
|
+
"requestUri":"/"
|
19
|
+
},
|
20
|
+
"input":{"shape":"CloneReceiptRuleSetRequest"},
|
21
|
+
"output":{
|
22
|
+
"shape":"CloneReceiptRuleSetResponse",
|
23
|
+
"resultWrapper":"CloneReceiptRuleSetResult"
|
24
|
+
},
|
25
|
+
"errors":[
|
26
|
+
{
|
27
|
+
"shape":"RuleSetDoesNotExistException",
|
28
|
+
"error":{
|
29
|
+
"code":"RuleSetDoesNotExist",
|
30
|
+
"httpStatusCode":400,
|
31
|
+
"senderFault":true
|
32
|
+
},
|
33
|
+
"exception":true
|
34
|
+
},
|
35
|
+
{
|
36
|
+
"shape":"AlreadyExistsException",
|
37
|
+
"error":{
|
38
|
+
"code":"AlreadyExists",
|
39
|
+
"httpStatusCode":400,
|
40
|
+
"senderFault":true
|
41
|
+
},
|
42
|
+
"exception":true
|
43
|
+
},
|
44
|
+
{
|
45
|
+
"shape":"LimitExceededException",
|
46
|
+
"error":{
|
47
|
+
"code":"LimitExceeded",
|
48
|
+
"httpStatusCode":400,
|
49
|
+
"senderFault":true
|
50
|
+
},
|
51
|
+
"exception":true
|
52
|
+
}
|
53
|
+
]
|
54
|
+
},
|
55
|
+
"CreateReceiptFilter":{
|
56
|
+
"name":"CreateReceiptFilter",
|
57
|
+
"http":{
|
58
|
+
"method":"POST",
|
59
|
+
"requestUri":"/"
|
60
|
+
},
|
61
|
+
"input":{"shape":"CreateReceiptFilterRequest"},
|
62
|
+
"output":{
|
63
|
+
"shape":"CreateReceiptFilterResponse",
|
64
|
+
"resultWrapper":"CreateReceiptFilterResult"
|
65
|
+
},
|
66
|
+
"errors":[
|
67
|
+
{
|
68
|
+
"shape":"LimitExceededException",
|
69
|
+
"error":{
|
70
|
+
"code":"LimitExceeded",
|
71
|
+
"httpStatusCode":400,
|
72
|
+
"senderFault":true
|
73
|
+
},
|
74
|
+
"exception":true
|
75
|
+
},
|
76
|
+
{
|
77
|
+
"shape":"AlreadyExistsException",
|
78
|
+
"error":{
|
79
|
+
"code":"AlreadyExists",
|
80
|
+
"httpStatusCode":400,
|
81
|
+
"senderFault":true
|
82
|
+
},
|
83
|
+
"exception":true
|
84
|
+
}
|
85
|
+
]
|
86
|
+
},
|
87
|
+
"CreateReceiptRule":{
|
88
|
+
"name":"CreateReceiptRule",
|
89
|
+
"http":{
|
90
|
+
"method":"POST",
|
91
|
+
"requestUri":"/"
|
92
|
+
},
|
93
|
+
"input":{"shape":"CreateReceiptRuleRequest"},
|
94
|
+
"output":{
|
95
|
+
"shape":"CreateReceiptRuleResponse",
|
96
|
+
"resultWrapper":"CreateReceiptRuleResult"
|
97
|
+
},
|
98
|
+
"errors":[
|
99
|
+
{
|
100
|
+
"shape":"InvalidSnsTopicException",
|
101
|
+
"error":{
|
102
|
+
"code":"InvalidSnsTopic",
|
103
|
+
"httpStatusCode":400,
|
104
|
+
"senderFault":true
|
105
|
+
},
|
106
|
+
"exception":true
|
107
|
+
},
|
108
|
+
{
|
109
|
+
"shape":"InvalidS3ConfigurationException",
|
110
|
+
"error":{
|
111
|
+
"code":"InvalidS3Configuration",
|
112
|
+
"httpStatusCode":400,
|
113
|
+
"senderFault":true
|
114
|
+
},
|
115
|
+
"exception":true
|
116
|
+
},
|
117
|
+
{
|
118
|
+
"shape":"InvalidLambdaFunctionException",
|
119
|
+
"error":{
|
120
|
+
"code":"InvalidLambdaFunction",
|
121
|
+
"httpStatusCode":400,
|
122
|
+
"senderFault":true
|
123
|
+
},
|
124
|
+
"exception":true
|
125
|
+
},
|
126
|
+
{
|
127
|
+
"shape":"AlreadyExistsException",
|
128
|
+
"error":{
|
129
|
+
"code":"AlreadyExists",
|
130
|
+
"httpStatusCode":400,
|
131
|
+
"senderFault":true
|
132
|
+
},
|
133
|
+
"exception":true
|
134
|
+
},
|
135
|
+
{
|
136
|
+
"shape":"RuleDoesNotExistException",
|
137
|
+
"error":{
|
138
|
+
"code":"RuleDoesNotExist",
|
139
|
+
"httpStatusCode":400,
|
140
|
+
"senderFault":true
|
141
|
+
},
|
142
|
+
"exception":true
|
143
|
+
},
|
144
|
+
{
|
145
|
+
"shape":"RuleSetDoesNotExistException",
|
146
|
+
"error":{
|
147
|
+
"code":"RuleSetDoesNotExist",
|
148
|
+
"httpStatusCode":400,
|
149
|
+
"senderFault":true
|
150
|
+
},
|
151
|
+
"exception":true
|
152
|
+
},
|
153
|
+
{
|
154
|
+
"shape":"LimitExceededException",
|
155
|
+
"error":{
|
156
|
+
"code":"LimitExceeded",
|
157
|
+
"httpStatusCode":400,
|
158
|
+
"senderFault":true
|
159
|
+
},
|
160
|
+
"exception":true
|
161
|
+
}
|
162
|
+
]
|
163
|
+
},
|
164
|
+
"CreateReceiptRuleSet":{
|
165
|
+
"name":"CreateReceiptRuleSet",
|
166
|
+
"http":{
|
167
|
+
"method":"POST",
|
168
|
+
"requestUri":"/"
|
169
|
+
},
|
170
|
+
"input":{"shape":"CreateReceiptRuleSetRequest"},
|
171
|
+
"output":{
|
172
|
+
"shape":"CreateReceiptRuleSetResponse",
|
173
|
+
"resultWrapper":"CreateReceiptRuleSetResult"
|
174
|
+
},
|
175
|
+
"errors":[
|
176
|
+
{
|
177
|
+
"shape":"AlreadyExistsException",
|
178
|
+
"error":{
|
179
|
+
"code":"AlreadyExists",
|
180
|
+
"httpStatusCode":400,
|
181
|
+
"senderFault":true
|
182
|
+
},
|
183
|
+
"exception":true
|
184
|
+
},
|
185
|
+
{
|
186
|
+
"shape":"LimitExceededException",
|
187
|
+
"error":{
|
188
|
+
"code":"LimitExceeded",
|
189
|
+
"httpStatusCode":400,
|
190
|
+
"senderFault":true
|
191
|
+
},
|
192
|
+
"exception":true
|
193
|
+
}
|
194
|
+
]
|
195
|
+
},
|
14
196
|
"DeleteIdentity":{
|
15
197
|
"name":"DeleteIdentity",
|
16
198
|
"http":{
|
@@ -35,6 +217,64 @@
|
|
35
217
|
"resultWrapper":"DeleteIdentityPolicyResult"
|
36
218
|
}
|
37
219
|
},
|
220
|
+
"DeleteReceiptFilter":{
|
221
|
+
"name":"DeleteReceiptFilter",
|
222
|
+
"http":{
|
223
|
+
"method":"POST",
|
224
|
+
"requestUri":"/"
|
225
|
+
},
|
226
|
+
"input":{"shape":"DeleteReceiptFilterRequest"},
|
227
|
+
"output":{
|
228
|
+
"shape":"DeleteReceiptFilterResponse",
|
229
|
+
"resultWrapper":"DeleteReceiptFilterResult"
|
230
|
+
}
|
231
|
+
},
|
232
|
+
"DeleteReceiptRule":{
|
233
|
+
"name":"DeleteReceiptRule",
|
234
|
+
"http":{
|
235
|
+
"method":"POST",
|
236
|
+
"requestUri":"/"
|
237
|
+
},
|
238
|
+
"input":{"shape":"DeleteReceiptRuleRequest"},
|
239
|
+
"output":{
|
240
|
+
"shape":"DeleteReceiptRuleResponse",
|
241
|
+
"resultWrapper":"DeleteReceiptRuleResult"
|
242
|
+
},
|
243
|
+
"errors":[
|
244
|
+
{
|
245
|
+
"shape":"RuleSetDoesNotExistException",
|
246
|
+
"error":{
|
247
|
+
"code":"RuleSetDoesNotExist",
|
248
|
+
"httpStatusCode":400,
|
249
|
+
"senderFault":true
|
250
|
+
},
|
251
|
+
"exception":true
|
252
|
+
}
|
253
|
+
]
|
254
|
+
},
|
255
|
+
"DeleteReceiptRuleSet":{
|
256
|
+
"name":"DeleteReceiptRuleSet",
|
257
|
+
"http":{
|
258
|
+
"method":"POST",
|
259
|
+
"requestUri":"/"
|
260
|
+
},
|
261
|
+
"input":{"shape":"DeleteReceiptRuleSetRequest"},
|
262
|
+
"output":{
|
263
|
+
"shape":"DeleteReceiptRuleSetResponse",
|
264
|
+
"resultWrapper":"DeleteReceiptRuleSetResult"
|
265
|
+
},
|
266
|
+
"errors":[
|
267
|
+
{
|
268
|
+
"shape":"CannotDeleteException",
|
269
|
+
"error":{
|
270
|
+
"code":"CannotDelete",
|
271
|
+
"httpStatusCode":400,
|
272
|
+
"senderFault":true
|
273
|
+
},
|
274
|
+
"exception":true
|
275
|
+
}
|
276
|
+
]
|
277
|
+
},
|
38
278
|
"DeleteVerifiedEmailAddress":{
|
39
279
|
"name":"DeleteVerifiedEmailAddress",
|
40
280
|
"http":{
|
@@ -43,6 +283,73 @@
|
|
43
283
|
},
|
44
284
|
"input":{"shape":"DeleteVerifiedEmailAddressRequest"}
|
45
285
|
},
|
286
|
+
"DescribeActiveReceiptRuleSet":{
|
287
|
+
"name":"DescribeActiveReceiptRuleSet",
|
288
|
+
"http":{
|
289
|
+
"method":"POST",
|
290
|
+
"requestUri":"/"
|
291
|
+
},
|
292
|
+
"input":{"shape":"DescribeActiveReceiptRuleSetRequest"},
|
293
|
+
"output":{
|
294
|
+
"shape":"DescribeActiveReceiptRuleSetResponse",
|
295
|
+
"resultWrapper":"DescribeActiveReceiptRuleSetResult"
|
296
|
+
}
|
297
|
+
},
|
298
|
+
"DescribeReceiptRule":{
|
299
|
+
"name":"DescribeReceiptRule",
|
300
|
+
"http":{
|
301
|
+
"method":"POST",
|
302
|
+
"requestUri":"/"
|
303
|
+
},
|
304
|
+
"input":{"shape":"DescribeReceiptRuleRequest"},
|
305
|
+
"output":{
|
306
|
+
"shape":"DescribeReceiptRuleResponse",
|
307
|
+
"resultWrapper":"DescribeReceiptRuleResult"
|
308
|
+
},
|
309
|
+
"errors":[
|
310
|
+
{
|
311
|
+
"shape":"RuleDoesNotExistException",
|
312
|
+
"error":{
|
313
|
+
"code":"RuleDoesNotExist",
|
314
|
+
"httpStatusCode":400,
|
315
|
+
"senderFault":true
|
316
|
+
},
|
317
|
+
"exception":true
|
318
|
+
},
|
319
|
+
{
|
320
|
+
"shape":"RuleSetDoesNotExistException",
|
321
|
+
"error":{
|
322
|
+
"code":"RuleSetDoesNotExist",
|
323
|
+
"httpStatusCode":400,
|
324
|
+
"senderFault":true
|
325
|
+
},
|
326
|
+
"exception":true
|
327
|
+
}
|
328
|
+
]
|
329
|
+
},
|
330
|
+
"DescribeReceiptRuleSet":{
|
331
|
+
"name":"DescribeReceiptRuleSet",
|
332
|
+
"http":{
|
333
|
+
"method":"POST",
|
334
|
+
"requestUri":"/"
|
335
|
+
},
|
336
|
+
"input":{"shape":"DescribeReceiptRuleSetRequest"},
|
337
|
+
"output":{
|
338
|
+
"shape":"DescribeReceiptRuleSetResponse",
|
339
|
+
"resultWrapper":"DescribeReceiptRuleSetResult"
|
340
|
+
},
|
341
|
+
"errors":[
|
342
|
+
{
|
343
|
+
"shape":"RuleSetDoesNotExistException",
|
344
|
+
"error":{
|
345
|
+
"code":"RuleSetDoesNotExist",
|
346
|
+
"httpStatusCode":400,
|
347
|
+
"senderFault":true
|
348
|
+
},
|
349
|
+
"exception":true
|
350
|
+
}
|
351
|
+
]
|
352
|
+
},
|
46
353
|
"GetIdentityDkimAttributes":{
|
47
354
|
"name":"GetIdentityDkimAttributes",
|
48
355
|
"http":{
|
@@ -137,6 +444,30 @@
|
|
137
444
|
"resultWrapper":"ListIdentityPoliciesResult"
|
138
445
|
}
|
139
446
|
},
|
447
|
+
"ListReceiptFilters":{
|
448
|
+
"name":"ListReceiptFilters",
|
449
|
+
"http":{
|
450
|
+
"method":"POST",
|
451
|
+
"requestUri":"/"
|
452
|
+
},
|
453
|
+
"input":{"shape":"ListReceiptFiltersRequest"},
|
454
|
+
"output":{
|
455
|
+
"shape":"ListReceiptFiltersResponse",
|
456
|
+
"resultWrapper":"ListReceiptFiltersResult"
|
457
|
+
}
|
458
|
+
},
|
459
|
+
"ListReceiptRuleSets":{
|
460
|
+
"name":"ListReceiptRuleSets",
|
461
|
+
"http":{
|
462
|
+
"method":"POST",
|
463
|
+
"requestUri":"/"
|
464
|
+
},
|
465
|
+
"input":{"shape":"ListReceiptRuleSetsRequest"},
|
466
|
+
"output":{
|
467
|
+
"shape":"ListReceiptRuleSetsResponse",
|
468
|
+
"resultWrapper":"ListReceiptRuleSetsResult"
|
469
|
+
}
|
470
|
+
},
|
140
471
|
"ListVerifiedEmailAddresses":{
|
141
472
|
"name":"ListVerifiedEmailAddresses",
|
142
473
|
"http":{
|
@@ -171,6 +502,61 @@
|
|
171
502
|
}
|
172
503
|
]
|
173
504
|
},
|
505
|
+
"ReorderReceiptRuleSet":{
|
506
|
+
"name":"ReorderReceiptRuleSet",
|
507
|
+
"http":{
|
508
|
+
"method":"POST",
|
509
|
+
"requestUri":"/"
|
510
|
+
},
|
511
|
+
"input":{"shape":"ReorderReceiptRuleSetRequest"},
|
512
|
+
"output":{
|
513
|
+
"shape":"ReorderReceiptRuleSetResponse",
|
514
|
+
"resultWrapper":"ReorderReceiptRuleSetResult"
|
515
|
+
},
|
516
|
+
"errors":[
|
517
|
+
{
|
518
|
+
"shape":"RuleSetDoesNotExistException",
|
519
|
+
"error":{
|
520
|
+
"code":"RuleSetDoesNotExist",
|
521
|
+
"httpStatusCode":400,
|
522
|
+
"senderFault":true
|
523
|
+
},
|
524
|
+
"exception":true
|
525
|
+
},
|
526
|
+
{
|
527
|
+
"shape":"RuleDoesNotExistException",
|
528
|
+
"error":{
|
529
|
+
"code":"RuleDoesNotExist",
|
530
|
+
"httpStatusCode":400,
|
531
|
+
"senderFault":true
|
532
|
+
},
|
533
|
+
"exception":true
|
534
|
+
}
|
535
|
+
]
|
536
|
+
},
|
537
|
+
"SendBounce":{
|
538
|
+
"name":"SendBounce",
|
539
|
+
"http":{
|
540
|
+
"method":"POST",
|
541
|
+
"requestUri":"/"
|
542
|
+
},
|
543
|
+
"input":{"shape":"SendBounceRequest"},
|
544
|
+
"output":{
|
545
|
+
"shape":"SendBounceResponse",
|
546
|
+
"resultWrapper":"SendBounceResult"
|
547
|
+
},
|
548
|
+
"errors":[
|
549
|
+
{
|
550
|
+
"shape":"MessageRejected",
|
551
|
+
"error":{
|
552
|
+
"code":"MessageRejected",
|
553
|
+
"httpStatusCode":400,
|
554
|
+
"senderFault":true
|
555
|
+
},
|
556
|
+
"exception":true
|
557
|
+
}
|
558
|
+
]
|
559
|
+
},
|
174
560
|
"SendEmail":{
|
175
561
|
"name":"SendEmail",
|
176
562
|
"http":{
|
@@ -217,6 +603,29 @@
|
|
217
603
|
}
|
218
604
|
]
|
219
605
|
},
|
606
|
+
"SetActiveReceiptRuleSet":{
|
607
|
+
"name":"SetActiveReceiptRuleSet",
|
608
|
+
"http":{
|
609
|
+
"method":"POST",
|
610
|
+
"requestUri":"/"
|
611
|
+
},
|
612
|
+
"input":{"shape":"SetActiveReceiptRuleSetRequest"},
|
613
|
+
"output":{
|
614
|
+
"shape":"SetActiveReceiptRuleSetResponse",
|
615
|
+
"resultWrapper":"SetActiveReceiptRuleSetResult"
|
616
|
+
},
|
617
|
+
"errors":[
|
618
|
+
{
|
619
|
+
"shape":"RuleSetDoesNotExistException",
|
620
|
+
"error":{
|
621
|
+
"code":"RuleSetDoesNotExist",
|
622
|
+
"httpStatusCode":400,
|
623
|
+
"senderFault":true
|
624
|
+
},
|
625
|
+
"exception":true
|
626
|
+
}
|
627
|
+
]
|
628
|
+
},
|
220
629
|
"SetIdentityDkimEnabled":{
|
221
630
|
"name":"SetIdentityDkimEnabled",
|
222
631
|
"http":{
|
@@ -253,6 +662,106 @@
|
|
253
662
|
"resultWrapper":"SetIdentityNotificationTopicResult"
|
254
663
|
}
|
255
664
|
},
|
665
|
+
"SetReceiptRulePosition":{
|
666
|
+
"name":"SetReceiptRulePosition",
|
667
|
+
"http":{
|
668
|
+
"method":"POST",
|
669
|
+
"requestUri":"/"
|
670
|
+
},
|
671
|
+
"input":{"shape":"SetReceiptRulePositionRequest"},
|
672
|
+
"output":{
|
673
|
+
"shape":"SetReceiptRulePositionResponse",
|
674
|
+
"resultWrapper":"SetReceiptRulePositionResult"
|
675
|
+
},
|
676
|
+
"errors":[
|
677
|
+
{
|
678
|
+
"shape":"RuleSetDoesNotExistException",
|
679
|
+
"error":{
|
680
|
+
"code":"RuleSetDoesNotExist",
|
681
|
+
"httpStatusCode":400,
|
682
|
+
"senderFault":true
|
683
|
+
},
|
684
|
+
"exception":true
|
685
|
+
},
|
686
|
+
{
|
687
|
+
"shape":"RuleDoesNotExistException",
|
688
|
+
"error":{
|
689
|
+
"code":"RuleDoesNotExist",
|
690
|
+
"httpStatusCode":400,
|
691
|
+
"senderFault":true
|
692
|
+
},
|
693
|
+
"exception":true
|
694
|
+
}
|
695
|
+
]
|
696
|
+
},
|
697
|
+
"UpdateReceiptRule":{
|
698
|
+
"name":"UpdateReceiptRule",
|
699
|
+
"http":{
|
700
|
+
"method":"POST",
|
701
|
+
"requestUri":"/"
|
702
|
+
},
|
703
|
+
"input":{"shape":"UpdateReceiptRuleRequest"},
|
704
|
+
"output":{
|
705
|
+
"shape":"UpdateReceiptRuleResponse",
|
706
|
+
"resultWrapper":"UpdateReceiptRuleResult"
|
707
|
+
},
|
708
|
+
"errors":[
|
709
|
+
{
|
710
|
+
"shape":"InvalidSnsTopicException",
|
711
|
+
"error":{
|
712
|
+
"code":"InvalidSnsTopic",
|
713
|
+
"httpStatusCode":400,
|
714
|
+
"senderFault":true
|
715
|
+
},
|
716
|
+
"exception":true
|
717
|
+
},
|
718
|
+
{
|
719
|
+
"shape":"InvalidS3ConfigurationException",
|
720
|
+
"error":{
|
721
|
+
"code":"InvalidS3Configuration",
|
722
|
+
"httpStatusCode":400,
|
723
|
+
"senderFault":true
|
724
|
+
},
|
725
|
+
"exception":true
|
726
|
+
},
|
727
|
+
{
|
728
|
+
"shape":"InvalidLambdaFunctionException",
|
729
|
+
"error":{
|
730
|
+
"code":"InvalidLambdaFunction",
|
731
|
+
"httpStatusCode":400,
|
732
|
+
"senderFault":true
|
733
|
+
},
|
734
|
+
"exception":true
|
735
|
+
},
|
736
|
+
{
|
737
|
+
"shape":"RuleSetDoesNotExistException",
|
738
|
+
"error":{
|
739
|
+
"code":"RuleSetDoesNotExist",
|
740
|
+
"httpStatusCode":400,
|
741
|
+
"senderFault":true
|
742
|
+
},
|
743
|
+
"exception":true
|
744
|
+
},
|
745
|
+
{
|
746
|
+
"shape":"RuleDoesNotExistException",
|
747
|
+
"error":{
|
748
|
+
"code":"RuleDoesNotExist",
|
749
|
+
"httpStatusCode":400,
|
750
|
+
"senderFault":true
|
751
|
+
},
|
752
|
+
"exception":true
|
753
|
+
},
|
754
|
+
{
|
755
|
+
"shape":"LimitExceededException",
|
756
|
+
"error":{
|
757
|
+
"code":"LimitExceeded",
|
758
|
+
"httpStatusCode":400,
|
759
|
+
"senderFault":true
|
760
|
+
},
|
761
|
+
"exception":true
|
762
|
+
}
|
763
|
+
]
|
764
|
+
},
|
256
765
|
"VerifyDomainDkim":{
|
257
766
|
"name":"VerifyDomainDkim",
|
258
767
|
"http":{
|
@@ -299,12 +808,36 @@
|
|
299
808
|
}
|
300
809
|
},
|
301
810
|
"shapes":{
|
811
|
+
"AddHeaderAction":{
|
812
|
+
"type":"structure",
|
813
|
+
"required":[
|
814
|
+
"HeaderName",
|
815
|
+
"HeaderValue"
|
816
|
+
],
|
817
|
+
"members":{
|
818
|
+
"HeaderName":{"shape":"HeaderName"},
|
819
|
+
"HeaderValue":{"shape":"HeaderValue"}
|
820
|
+
}
|
821
|
+
},
|
302
822
|
"Address":{"type":"string"},
|
303
823
|
"AddressList":{
|
304
824
|
"type":"list",
|
305
825
|
"member":{"shape":"Address"}
|
306
826
|
},
|
827
|
+
"AlreadyExistsException":{
|
828
|
+
"type":"structure",
|
829
|
+
"members":{
|
830
|
+
"Name":{"shape":"RuleOrRuleSetName"}
|
831
|
+
},
|
832
|
+
"error":{
|
833
|
+
"code":"AlreadyExists",
|
834
|
+
"httpStatusCode":400,
|
835
|
+
"senderFault":true
|
836
|
+
},
|
837
|
+
"exception":true
|
838
|
+
},
|
307
839
|
"AmazonResourceName":{"type":"string"},
|
840
|
+
"ArrivalDate":{"type":"timestamp"},
|
308
841
|
"Body":{
|
309
842
|
"type":"structure",
|
310
843
|
"members":{
|
@@ -312,40 +845,193 @@
|
|
312
845
|
"Html":{"shape":"Content"}
|
313
846
|
}
|
314
847
|
},
|
315
|
-
"
|
316
|
-
|
848
|
+
"BounceAction":{
|
849
|
+
"type":"structure",
|
850
|
+
"required":[
|
851
|
+
"SmtpReplyCode",
|
852
|
+
"Message",
|
853
|
+
"Sender"
|
854
|
+
],
|
855
|
+
"members":{
|
856
|
+
"TopicArn":{"shape":"AmazonResourceName"},
|
857
|
+
"SmtpReplyCode":{"shape":"BounceSmtpReplyCode"},
|
858
|
+
"StatusCode":{"shape":"BounceStatusCode"},
|
859
|
+
"Message":{"shape":"BounceMessage"},
|
860
|
+
"Sender":{"shape":"Address"}
|
861
|
+
}
|
862
|
+
},
|
863
|
+
"BounceMessage":{"type":"string"},
|
864
|
+
"BounceSmtpReplyCode":{"type":"string"},
|
865
|
+
"BounceStatusCode":{"type":"string"},
|
866
|
+
"BounceType":{
|
867
|
+
"type":"string",
|
868
|
+
"enum":[
|
869
|
+
"DoesNotExist",
|
870
|
+
"MessageTooLarge",
|
871
|
+
"ExceededQuota",
|
872
|
+
"ContentRejected",
|
873
|
+
"Undefined",
|
874
|
+
"TemporaryFailure"
|
875
|
+
]
|
876
|
+
},
|
877
|
+
"BouncedRecipientInfo":{
|
878
|
+
"type":"structure",
|
879
|
+
"required":["Recipient"],
|
880
|
+
"members":{
|
881
|
+
"Recipient":{"shape":"Address"},
|
882
|
+
"RecipientArn":{"shape":"AmazonResourceName"},
|
883
|
+
"BounceType":{"shape":"BounceType"},
|
884
|
+
"RecipientDsnFields":{"shape":"RecipientDsnFields"}
|
885
|
+
}
|
886
|
+
},
|
887
|
+
"BouncedRecipientInfoList":{
|
888
|
+
"type":"list",
|
889
|
+
"member":{"shape":"BouncedRecipientInfo"}
|
890
|
+
},
|
891
|
+
"CannotDeleteException":{
|
892
|
+
"type":"structure",
|
893
|
+
"members":{
|
894
|
+
"Name":{"shape":"RuleOrRuleSetName"}
|
895
|
+
},
|
896
|
+
"error":{
|
897
|
+
"code":"CannotDelete",
|
898
|
+
"httpStatusCode":400,
|
899
|
+
"senderFault":true
|
900
|
+
},
|
901
|
+
"exception":true
|
902
|
+
},
|
903
|
+
"Charset":{"type":"string"},
|
904
|
+
"Cidr":{"type":"string"},
|
905
|
+
"CloneReceiptRuleSetRequest":{
|
906
|
+
"type":"structure",
|
907
|
+
"required":[
|
908
|
+
"RuleSetName",
|
909
|
+
"OriginalRuleSetName"
|
910
|
+
],
|
911
|
+
"members":{
|
912
|
+
"RuleSetName":{"shape":"ReceiptRuleSetName"},
|
913
|
+
"OriginalRuleSetName":{"shape":"ReceiptRuleSetName"}
|
914
|
+
}
|
915
|
+
},
|
916
|
+
"CloneReceiptRuleSetResponse":{
|
917
|
+
"type":"structure",
|
918
|
+
"members":{
|
919
|
+
}
|
920
|
+
},
|
921
|
+
"Content":{
|
922
|
+
"type":"structure",
|
923
|
+
"required":["Data"],
|
924
|
+
"members":{
|
925
|
+
"Data":{"shape":"MessageData"},
|
926
|
+
"Charset":{"shape":"Charset"}
|
927
|
+
}
|
928
|
+
},
|
929
|
+
"Counter":{"type":"long"},
|
930
|
+
"CreateReceiptFilterRequest":{
|
931
|
+
"type":"structure",
|
932
|
+
"required":["Filter"],
|
933
|
+
"members":{
|
934
|
+
"Filter":{"shape":"ReceiptFilter"}
|
935
|
+
}
|
936
|
+
},
|
937
|
+
"CreateReceiptFilterResponse":{
|
938
|
+
"type":"structure",
|
939
|
+
"members":{
|
940
|
+
}
|
941
|
+
},
|
942
|
+
"CreateReceiptRuleRequest":{
|
943
|
+
"type":"structure",
|
944
|
+
"required":[
|
945
|
+
"RuleSetName",
|
946
|
+
"Rule"
|
947
|
+
],
|
948
|
+
"members":{
|
949
|
+
"RuleSetName":{"shape":"ReceiptRuleSetName"},
|
950
|
+
"After":{"shape":"ReceiptRuleName"},
|
951
|
+
"Rule":{"shape":"ReceiptRule"}
|
952
|
+
}
|
953
|
+
},
|
954
|
+
"CreateReceiptRuleResponse":{
|
955
|
+
"type":"structure",
|
956
|
+
"members":{
|
957
|
+
}
|
958
|
+
},
|
959
|
+
"CreateReceiptRuleSetRequest":{
|
960
|
+
"type":"structure",
|
961
|
+
"required":["RuleSetName"],
|
962
|
+
"members":{
|
963
|
+
"RuleSetName":{"shape":"ReceiptRuleSetName"}
|
964
|
+
}
|
965
|
+
},
|
966
|
+
"CreateReceiptRuleSetResponse":{
|
967
|
+
"type":"structure",
|
968
|
+
"members":{
|
969
|
+
}
|
970
|
+
},
|
971
|
+
"DeleteIdentityPolicyRequest":{
|
972
|
+
"type":"structure",
|
973
|
+
"required":[
|
974
|
+
"Identity",
|
975
|
+
"PolicyName"
|
976
|
+
],
|
977
|
+
"members":{
|
978
|
+
"Identity":{"shape":"Identity"},
|
979
|
+
"PolicyName":{"shape":"PolicyName"}
|
980
|
+
}
|
981
|
+
},
|
982
|
+
"DeleteIdentityPolicyResponse":{
|
983
|
+
"type":"structure",
|
984
|
+
"members":{
|
985
|
+
}
|
986
|
+
},
|
987
|
+
"DeleteIdentityRequest":{
|
988
|
+
"type":"structure",
|
989
|
+
"required":["Identity"],
|
990
|
+
"members":{
|
991
|
+
"Identity":{"shape":"Identity"}
|
992
|
+
}
|
993
|
+
},
|
994
|
+
"DeleteIdentityResponse":{
|
995
|
+
"type":"structure",
|
996
|
+
"members":{
|
997
|
+
}
|
998
|
+
},
|
999
|
+
"DeleteReceiptFilterRequest":{
|
1000
|
+
"type":"structure",
|
1001
|
+
"required":["FilterName"],
|
1002
|
+
"members":{
|
1003
|
+
"FilterName":{"shape":"ReceiptFilterName"}
|
1004
|
+
}
|
1005
|
+
},
|
1006
|
+
"DeleteReceiptFilterResponse":{
|
317
1007
|
"type":"structure",
|
318
|
-
"required":["Data"],
|
319
1008
|
"members":{
|
320
|
-
"Data":{"shape":"MessageData"},
|
321
|
-
"Charset":{"shape":"Charset"}
|
322
1009
|
}
|
323
1010
|
},
|
324
|
-
"
|
325
|
-
"DeleteIdentityPolicyRequest":{
|
1011
|
+
"DeleteReceiptRuleRequest":{
|
326
1012
|
"type":"structure",
|
327
1013
|
"required":[
|
328
|
-
"
|
329
|
-
"
|
1014
|
+
"RuleSetName",
|
1015
|
+
"RuleName"
|
330
1016
|
],
|
331
1017
|
"members":{
|
332
|
-
"
|
333
|
-
"
|
1018
|
+
"RuleSetName":{"shape":"ReceiptRuleSetName"},
|
1019
|
+
"RuleName":{"shape":"ReceiptRuleName"}
|
334
1020
|
}
|
335
1021
|
},
|
336
|
-
"
|
1022
|
+
"DeleteReceiptRuleResponse":{
|
337
1023
|
"type":"structure",
|
338
1024
|
"members":{
|
339
1025
|
}
|
340
1026
|
},
|
341
|
-
"
|
1027
|
+
"DeleteReceiptRuleSetRequest":{
|
342
1028
|
"type":"structure",
|
343
|
-
"required":["
|
1029
|
+
"required":["RuleSetName"],
|
344
1030
|
"members":{
|
345
|
-
"
|
1031
|
+
"RuleSetName":{"shape":"ReceiptRuleSetName"}
|
346
1032
|
}
|
347
1033
|
},
|
348
|
-
"
|
1034
|
+
"DeleteReceiptRuleSetResponse":{
|
349
1035
|
"type":"structure",
|
350
1036
|
"members":{
|
351
1037
|
}
|
@@ -357,6 +1043,49 @@
|
|
357
1043
|
"EmailAddress":{"shape":"Address"}
|
358
1044
|
}
|
359
1045
|
},
|
1046
|
+
"DescribeActiveReceiptRuleSetRequest":{
|
1047
|
+
"type":"structure",
|
1048
|
+
"members":{
|
1049
|
+
}
|
1050
|
+
},
|
1051
|
+
"DescribeActiveReceiptRuleSetResponse":{
|
1052
|
+
"type":"structure",
|
1053
|
+
"members":{
|
1054
|
+
"Metadata":{"shape":"ReceiptRuleSetMetadata"},
|
1055
|
+
"Rules":{"shape":"ReceiptRulesList"}
|
1056
|
+
}
|
1057
|
+
},
|
1058
|
+
"DescribeReceiptRuleRequest":{
|
1059
|
+
"type":"structure",
|
1060
|
+
"required":[
|
1061
|
+
"RuleSetName",
|
1062
|
+
"RuleName"
|
1063
|
+
],
|
1064
|
+
"members":{
|
1065
|
+
"RuleSetName":{"shape":"ReceiptRuleSetName"},
|
1066
|
+
"RuleName":{"shape":"ReceiptRuleName"}
|
1067
|
+
}
|
1068
|
+
},
|
1069
|
+
"DescribeReceiptRuleResponse":{
|
1070
|
+
"type":"structure",
|
1071
|
+
"members":{
|
1072
|
+
"Rule":{"shape":"ReceiptRule"}
|
1073
|
+
}
|
1074
|
+
},
|
1075
|
+
"DescribeReceiptRuleSetRequest":{
|
1076
|
+
"type":"structure",
|
1077
|
+
"required":["RuleSetName"],
|
1078
|
+
"members":{
|
1079
|
+
"RuleSetName":{"shape":"ReceiptRuleSetName"}
|
1080
|
+
}
|
1081
|
+
},
|
1082
|
+
"DescribeReceiptRuleSetResponse":{
|
1083
|
+
"type":"structure",
|
1084
|
+
"members":{
|
1085
|
+
"Metadata":{"shape":"ReceiptRuleSetMetadata"},
|
1086
|
+
"Rules":{"shape":"ReceiptRulesList"}
|
1087
|
+
}
|
1088
|
+
},
|
360
1089
|
"Destination":{
|
361
1090
|
"type":"structure",
|
362
1091
|
"members":{
|
@@ -365,13 +1094,43 @@
|
|
365
1094
|
"BccAddresses":{"shape":"AddressList"}
|
366
1095
|
}
|
367
1096
|
},
|
1097
|
+
"DiagnosticCode":{"type":"string"},
|
368
1098
|
"DkimAttributes":{
|
369
1099
|
"type":"map",
|
370
1100
|
"key":{"shape":"Identity"},
|
371
1101
|
"value":{"shape":"IdentityDkimAttributes"}
|
372
1102
|
},
|
373
1103
|
"Domain":{"type":"string"},
|
1104
|
+
"DsnAction":{
|
1105
|
+
"type":"string",
|
1106
|
+
"enum":[
|
1107
|
+
"failed",
|
1108
|
+
"delayed",
|
1109
|
+
"delivered",
|
1110
|
+
"relayed",
|
1111
|
+
"expanded"
|
1112
|
+
]
|
1113
|
+
},
|
1114
|
+
"DsnStatus":{"type":"string"},
|
374
1115
|
"Enabled":{"type":"boolean"},
|
1116
|
+
"Explanation":{"type":"string"},
|
1117
|
+
"ExtensionField":{
|
1118
|
+
"type":"structure",
|
1119
|
+
"required":[
|
1120
|
+
"Name",
|
1121
|
+
"Value"
|
1122
|
+
],
|
1123
|
+
"members":{
|
1124
|
+
"Name":{"shape":"ExtensionFieldName"},
|
1125
|
+
"Value":{"shape":"ExtensionFieldValue"}
|
1126
|
+
}
|
1127
|
+
},
|
1128
|
+
"ExtensionFieldList":{
|
1129
|
+
"type":"list",
|
1130
|
+
"member":{"shape":"ExtensionField"}
|
1131
|
+
},
|
1132
|
+
"ExtensionFieldName":{"type":"string"},
|
1133
|
+
"ExtensionFieldValue":{"type":"string"},
|
375
1134
|
"GetIdentityDkimAttributesRequest":{
|
376
1135
|
"type":"structure",
|
377
1136
|
"required":["Identities"],
|
@@ -446,6 +1205,8 @@
|
|
446
1205
|
"SendDataPoints":{"shape":"SendDataPointList"}
|
447
1206
|
}
|
448
1207
|
},
|
1208
|
+
"HeaderName":{"type":"string"},
|
1209
|
+
"HeaderValue":{"type":"string"},
|
449
1210
|
"Identity":{"type":"string"},
|
450
1211
|
"IdentityDkimAttributes":{
|
451
1212
|
"type":"structure",
|
@@ -493,6 +1254,18 @@
|
|
493
1254
|
"VerificationToken":{"shape":"VerificationToken"}
|
494
1255
|
}
|
495
1256
|
},
|
1257
|
+
"InvalidLambdaFunctionException":{
|
1258
|
+
"type":"structure",
|
1259
|
+
"members":{
|
1260
|
+
"FunctionArn":{"shape":"AmazonResourceName"}
|
1261
|
+
},
|
1262
|
+
"error":{
|
1263
|
+
"code":"InvalidLambdaFunction",
|
1264
|
+
"httpStatusCode":400,
|
1265
|
+
"senderFault":true
|
1266
|
+
},
|
1267
|
+
"exception":true
|
1268
|
+
},
|
496
1269
|
"InvalidPolicyException":{
|
497
1270
|
"type":"structure",
|
498
1271
|
"members":{
|
@@ -504,6 +1277,58 @@
|
|
504
1277
|
},
|
505
1278
|
"exception":true
|
506
1279
|
},
|
1280
|
+
"InvalidS3ConfigurationException":{
|
1281
|
+
"type":"structure",
|
1282
|
+
"members":{
|
1283
|
+
"Bucket":{"shape":"S3BucketName"}
|
1284
|
+
},
|
1285
|
+
"error":{
|
1286
|
+
"code":"InvalidS3Configuration",
|
1287
|
+
"httpStatusCode":400,
|
1288
|
+
"senderFault":true
|
1289
|
+
},
|
1290
|
+
"exception":true
|
1291
|
+
},
|
1292
|
+
"InvalidSnsTopicException":{
|
1293
|
+
"type":"structure",
|
1294
|
+
"members":{
|
1295
|
+
"Topic":{"shape":"AmazonResourceName"}
|
1296
|
+
},
|
1297
|
+
"error":{
|
1298
|
+
"code":"InvalidSnsTopic",
|
1299
|
+
"httpStatusCode":400,
|
1300
|
+
"senderFault":true
|
1301
|
+
},
|
1302
|
+
"exception":true
|
1303
|
+
},
|
1304
|
+
"InvocationType":{
|
1305
|
+
"type":"string",
|
1306
|
+
"enum":[
|
1307
|
+
"Event",
|
1308
|
+
"RequestResponse"
|
1309
|
+
]
|
1310
|
+
},
|
1311
|
+
"LambdaAction":{
|
1312
|
+
"type":"structure",
|
1313
|
+
"required":["FunctionArn"],
|
1314
|
+
"members":{
|
1315
|
+
"TopicArn":{"shape":"AmazonResourceName"},
|
1316
|
+
"FunctionArn":{"shape":"AmazonResourceName"},
|
1317
|
+
"InvocationType":{"shape":"InvocationType"}
|
1318
|
+
}
|
1319
|
+
},
|
1320
|
+
"LastAttemptDate":{"type":"timestamp"},
|
1321
|
+
"LimitExceededException":{
|
1322
|
+
"type":"structure",
|
1323
|
+
"members":{
|
1324
|
+
},
|
1325
|
+
"error":{
|
1326
|
+
"code":"LimitExceeded",
|
1327
|
+
"httpStatusCode":400,
|
1328
|
+
"senderFault":true
|
1329
|
+
},
|
1330
|
+
"exception":true
|
1331
|
+
},
|
507
1332
|
"ListIdentitiesRequest":{
|
508
1333
|
"type":"structure",
|
509
1334
|
"members":{
|
@@ -534,6 +1359,30 @@
|
|
534
1359
|
"PolicyNames":{"shape":"PolicyNameList"}
|
535
1360
|
}
|
536
1361
|
},
|
1362
|
+
"ListReceiptFiltersRequest":{
|
1363
|
+
"type":"structure",
|
1364
|
+
"members":{
|
1365
|
+
}
|
1366
|
+
},
|
1367
|
+
"ListReceiptFiltersResponse":{
|
1368
|
+
"type":"structure",
|
1369
|
+
"members":{
|
1370
|
+
"Filters":{"shape":"ReceiptFilterList"}
|
1371
|
+
}
|
1372
|
+
},
|
1373
|
+
"ListReceiptRuleSetsRequest":{
|
1374
|
+
"type":"structure",
|
1375
|
+
"members":{
|
1376
|
+
"NextToken":{"shape":"NextToken"}
|
1377
|
+
}
|
1378
|
+
},
|
1379
|
+
"ListReceiptRuleSetsResponse":{
|
1380
|
+
"type":"structure",
|
1381
|
+
"members":{
|
1382
|
+
"RuleSets":{"shape":"ReceiptRuleSetsLists"},
|
1383
|
+
"NextToken":{"shape":"NextToken"}
|
1384
|
+
}
|
1385
|
+
},
|
537
1386
|
"ListVerifiedEmailAddressesResponse":{
|
538
1387
|
"type":"structure",
|
539
1388
|
"members":{
|
@@ -555,6 +1404,15 @@
|
|
555
1404
|
}
|
556
1405
|
},
|
557
1406
|
"MessageData":{"type":"string"},
|
1407
|
+
"MessageDsn":{
|
1408
|
+
"type":"structure",
|
1409
|
+
"required":["ReportingMta"],
|
1410
|
+
"members":{
|
1411
|
+
"ReportingMta":{"shape":"ReportingMta"},
|
1412
|
+
"ArrivalDate":{"shape":"ArrivalDate"},
|
1413
|
+
"ExtensionFields":{"shape":"ExtensionFieldList"}
|
1414
|
+
}
|
1415
|
+
},
|
558
1416
|
"MessageId":{"type":"string"},
|
559
1417
|
"MessageRejected":{
|
560
1418
|
"type":"structure",
|
@@ -594,8 +1452,7 @@
|
|
594
1452
|
"PolicyName":{
|
595
1453
|
"type":"string",
|
596
1454
|
"min":1,
|
597
|
-
"max":64
|
598
|
-
"pattern":"[^\\\\/\\?\\*\\s]+"
|
1455
|
+
"max":64
|
599
1456
|
},
|
600
1457
|
"PolicyNameList":{
|
601
1458
|
"type":"list",
|
@@ -627,6 +1484,194 @@
|
|
627
1484
|
}
|
628
1485
|
},
|
629
1486
|
"RawMessageData":{"type":"blob"},
|
1487
|
+
"ReceiptAction":{
|
1488
|
+
"type":"structure",
|
1489
|
+
"members":{
|
1490
|
+
"S3Action":{"shape":"S3Action"},
|
1491
|
+
"BounceAction":{"shape":"BounceAction"},
|
1492
|
+
"WorkmailAction":{"shape":"WorkmailAction"},
|
1493
|
+
"LambdaAction":{"shape":"LambdaAction"},
|
1494
|
+
"StopAction":{"shape":"StopAction"},
|
1495
|
+
"AddHeaderAction":{"shape":"AddHeaderAction"},
|
1496
|
+
"SNSAction":{"shape":"SNSAction"}
|
1497
|
+
}
|
1498
|
+
},
|
1499
|
+
"ReceiptActionsList":{
|
1500
|
+
"type":"list",
|
1501
|
+
"member":{"shape":"ReceiptAction"}
|
1502
|
+
},
|
1503
|
+
"ReceiptFilter":{
|
1504
|
+
"type":"structure",
|
1505
|
+
"required":[
|
1506
|
+
"Name",
|
1507
|
+
"IpFilter"
|
1508
|
+
],
|
1509
|
+
"members":{
|
1510
|
+
"Name":{"shape":"ReceiptFilterName"},
|
1511
|
+
"IpFilter":{"shape":"ReceiptIpFilter"}
|
1512
|
+
}
|
1513
|
+
},
|
1514
|
+
"ReceiptFilterList":{
|
1515
|
+
"type":"list",
|
1516
|
+
"member":{"shape":"ReceiptFilter"}
|
1517
|
+
},
|
1518
|
+
"ReceiptFilterName":{"type":"string"},
|
1519
|
+
"ReceiptFilterPolicy":{
|
1520
|
+
"type":"string",
|
1521
|
+
"enum":[
|
1522
|
+
"Block",
|
1523
|
+
"Allow"
|
1524
|
+
]
|
1525
|
+
},
|
1526
|
+
"ReceiptIpFilter":{
|
1527
|
+
"type":"structure",
|
1528
|
+
"required":[
|
1529
|
+
"Policy",
|
1530
|
+
"Cidr"
|
1531
|
+
],
|
1532
|
+
"members":{
|
1533
|
+
"Policy":{"shape":"ReceiptFilterPolicy"},
|
1534
|
+
"Cidr":{"shape":"Cidr"}
|
1535
|
+
}
|
1536
|
+
},
|
1537
|
+
"ReceiptRule":{
|
1538
|
+
"type":"structure",
|
1539
|
+
"required":["Name"],
|
1540
|
+
"members":{
|
1541
|
+
"Name":{"shape":"ReceiptRuleName"},
|
1542
|
+
"Enabled":{"shape":"Enabled"},
|
1543
|
+
"TlsPolicy":{"shape":"TlsPolicy"},
|
1544
|
+
"Recipients":{"shape":"RecipientsList"},
|
1545
|
+
"Actions":{"shape":"ReceiptActionsList"},
|
1546
|
+
"ScanEnabled":{"shape":"Enabled"}
|
1547
|
+
}
|
1548
|
+
},
|
1549
|
+
"ReceiptRuleName":{"type":"string"},
|
1550
|
+
"ReceiptRuleNamesList":{
|
1551
|
+
"type":"list",
|
1552
|
+
"member":{"shape":"ReceiptRuleName"}
|
1553
|
+
},
|
1554
|
+
"ReceiptRuleSetMetadata":{
|
1555
|
+
"type":"structure",
|
1556
|
+
"members":{
|
1557
|
+
"Name":{"shape":"ReceiptRuleSetName"},
|
1558
|
+
"CreatedTimestamp":{"shape":"Timestamp"}
|
1559
|
+
}
|
1560
|
+
},
|
1561
|
+
"ReceiptRuleSetName":{"type":"string"},
|
1562
|
+
"ReceiptRuleSetsLists":{
|
1563
|
+
"type":"list",
|
1564
|
+
"member":{"shape":"ReceiptRuleSetMetadata"}
|
1565
|
+
},
|
1566
|
+
"ReceiptRulesList":{
|
1567
|
+
"type":"list",
|
1568
|
+
"member":{"shape":"ReceiptRule"}
|
1569
|
+
},
|
1570
|
+
"Recipient":{"type":"string"},
|
1571
|
+
"RecipientDsnFields":{
|
1572
|
+
"type":"structure",
|
1573
|
+
"required":[
|
1574
|
+
"Action",
|
1575
|
+
"Status"
|
1576
|
+
],
|
1577
|
+
"members":{
|
1578
|
+
"FinalRecipient":{"shape":"Address"},
|
1579
|
+
"Action":{"shape":"DsnAction"},
|
1580
|
+
"RemoteMta":{"shape":"RemoteMta"},
|
1581
|
+
"Status":{"shape":"DsnStatus"},
|
1582
|
+
"DiagnosticCode":{"shape":"DiagnosticCode"},
|
1583
|
+
"LastAttemptDate":{"shape":"LastAttemptDate"},
|
1584
|
+
"ExtensionFields":{"shape":"ExtensionFieldList"}
|
1585
|
+
}
|
1586
|
+
},
|
1587
|
+
"RecipientsList":{
|
1588
|
+
"type":"list",
|
1589
|
+
"member":{"shape":"Recipient"}
|
1590
|
+
},
|
1591
|
+
"RemoteMta":{"type":"string"},
|
1592
|
+
"ReorderReceiptRuleSetRequest":{
|
1593
|
+
"type":"structure",
|
1594
|
+
"required":[
|
1595
|
+
"RuleSetName",
|
1596
|
+
"RuleNames"
|
1597
|
+
],
|
1598
|
+
"members":{
|
1599
|
+
"RuleSetName":{"shape":"ReceiptRuleSetName"},
|
1600
|
+
"RuleNames":{"shape":"ReceiptRuleNamesList"}
|
1601
|
+
}
|
1602
|
+
},
|
1603
|
+
"ReorderReceiptRuleSetResponse":{
|
1604
|
+
"type":"structure",
|
1605
|
+
"members":{
|
1606
|
+
}
|
1607
|
+
},
|
1608
|
+
"ReportingMta":{"type":"string"},
|
1609
|
+
"RuleDoesNotExistException":{
|
1610
|
+
"type":"structure",
|
1611
|
+
"members":{
|
1612
|
+
"Name":{"shape":"RuleOrRuleSetName"}
|
1613
|
+
},
|
1614
|
+
"error":{
|
1615
|
+
"code":"RuleDoesNotExist",
|
1616
|
+
"httpStatusCode":400,
|
1617
|
+
"senderFault":true
|
1618
|
+
},
|
1619
|
+
"exception":true
|
1620
|
+
},
|
1621
|
+
"RuleOrRuleSetName":{"type":"string"},
|
1622
|
+
"RuleSetDoesNotExistException":{
|
1623
|
+
"type":"structure",
|
1624
|
+
"members":{
|
1625
|
+
"Name":{"shape":"RuleOrRuleSetName"}
|
1626
|
+
},
|
1627
|
+
"error":{
|
1628
|
+
"code":"RuleSetDoesNotExist",
|
1629
|
+
"httpStatusCode":400,
|
1630
|
+
"senderFault":true
|
1631
|
+
},
|
1632
|
+
"exception":true
|
1633
|
+
},
|
1634
|
+
"S3Action":{
|
1635
|
+
"type":"structure",
|
1636
|
+
"required":["BucketName"],
|
1637
|
+
"members":{
|
1638
|
+
"TopicArn":{"shape":"AmazonResourceName"},
|
1639
|
+
"BucketName":{"shape":"S3BucketName"},
|
1640
|
+
"ObjectKeyPrefix":{"shape":"S3KeyPrefix"},
|
1641
|
+
"KmsKeyArn":{"shape":"AmazonResourceName"}
|
1642
|
+
}
|
1643
|
+
},
|
1644
|
+
"S3BucketName":{"type":"string"},
|
1645
|
+
"S3KeyPrefix":{"type":"string"},
|
1646
|
+
"SNSAction":{
|
1647
|
+
"type":"structure",
|
1648
|
+
"required":["TopicArn"],
|
1649
|
+
"members":{
|
1650
|
+
"TopicArn":{"shape":"AmazonResourceName"}
|
1651
|
+
}
|
1652
|
+
},
|
1653
|
+
"SendBounceRequest":{
|
1654
|
+
"type":"structure",
|
1655
|
+
"required":[
|
1656
|
+
"OriginalMessageId",
|
1657
|
+
"BounceSender",
|
1658
|
+
"BouncedRecipientInfoList"
|
1659
|
+
],
|
1660
|
+
"members":{
|
1661
|
+
"OriginalMessageId":{"shape":"MessageId"},
|
1662
|
+
"BounceSender":{"shape":"Address"},
|
1663
|
+
"Explanation":{"shape":"Explanation"},
|
1664
|
+
"MessageDsn":{"shape":"MessageDsn"},
|
1665
|
+
"BouncedRecipientInfoList":{"shape":"BouncedRecipientInfoList"},
|
1666
|
+
"BounceSenderArn":{"shape":"AmazonResourceName"}
|
1667
|
+
}
|
1668
|
+
},
|
1669
|
+
"SendBounceResponse":{
|
1670
|
+
"type":"structure",
|
1671
|
+
"members":{
|
1672
|
+
"MessageId":{"shape":"MessageId"}
|
1673
|
+
}
|
1674
|
+
},
|
630
1675
|
"SendDataPoint":{
|
631
1676
|
"type":"structure",
|
632
1677
|
"members":{
|
@@ -685,6 +1730,17 @@
|
|
685
1730
|
}
|
686
1731
|
},
|
687
1732
|
"SentLast24Hours":{"type":"double"},
|
1733
|
+
"SetActiveReceiptRuleSetRequest":{
|
1734
|
+
"type":"structure",
|
1735
|
+
"members":{
|
1736
|
+
"RuleSetName":{"shape":"ReceiptRuleSetName"}
|
1737
|
+
}
|
1738
|
+
},
|
1739
|
+
"SetActiveReceiptRuleSetResponse":{
|
1740
|
+
"type":"structure",
|
1741
|
+
"members":{
|
1742
|
+
}
|
1743
|
+
},
|
688
1744
|
"SetIdentityDkimEnabledRequest":{
|
689
1745
|
"type":"structure",
|
690
1746
|
"required":[
|
@@ -734,7 +1790,59 @@
|
|
734
1790
|
"members":{
|
735
1791
|
}
|
736
1792
|
},
|
1793
|
+
"SetReceiptRulePositionRequest":{
|
1794
|
+
"type":"structure",
|
1795
|
+
"required":[
|
1796
|
+
"RuleSetName",
|
1797
|
+
"RuleName"
|
1798
|
+
],
|
1799
|
+
"members":{
|
1800
|
+
"RuleSetName":{"shape":"ReceiptRuleSetName"},
|
1801
|
+
"RuleName":{"shape":"ReceiptRuleName"},
|
1802
|
+
"After":{"shape":"ReceiptRuleName"}
|
1803
|
+
}
|
1804
|
+
},
|
1805
|
+
"SetReceiptRulePositionResponse":{
|
1806
|
+
"type":"structure",
|
1807
|
+
"members":{
|
1808
|
+
}
|
1809
|
+
},
|
1810
|
+
"StopAction":{
|
1811
|
+
"type":"structure",
|
1812
|
+
"required":["Scope"],
|
1813
|
+
"members":{
|
1814
|
+
"Scope":{"shape":"StopScope"},
|
1815
|
+
"TopicArn":{"shape":"AmazonResourceName"}
|
1816
|
+
}
|
1817
|
+
},
|
1818
|
+
"StopScope":{
|
1819
|
+
"type":"string",
|
1820
|
+
"enum":["RuleSet"]
|
1821
|
+
},
|
737
1822
|
"Timestamp":{"type":"timestamp"},
|
1823
|
+
"TlsPolicy":{
|
1824
|
+
"type":"string",
|
1825
|
+
"enum":[
|
1826
|
+
"Require",
|
1827
|
+
"Optional"
|
1828
|
+
]
|
1829
|
+
},
|
1830
|
+
"UpdateReceiptRuleRequest":{
|
1831
|
+
"type":"structure",
|
1832
|
+
"required":[
|
1833
|
+
"RuleSetName",
|
1834
|
+
"Rule"
|
1835
|
+
],
|
1836
|
+
"members":{
|
1837
|
+
"RuleSetName":{"shape":"ReceiptRuleSetName"},
|
1838
|
+
"Rule":{"shape":"ReceiptRule"}
|
1839
|
+
}
|
1840
|
+
},
|
1841
|
+
"UpdateReceiptRuleResponse":{
|
1842
|
+
"type":"structure",
|
1843
|
+
"members":{
|
1844
|
+
}
|
1845
|
+
},
|
738
1846
|
"VerificationAttributes":{
|
739
1847
|
"type":"map",
|
740
1848
|
"key":{"shape":"Identity"},
|
@@ -801,6 +1909,14 @@
|
|
801
1909
|
"type":"structure",
|
802
1910
|
"members":{
|
803
1911
|
}
|
1912
|
+
},
|
1913
|
+
"WorkmailAction":{
|
1914
|
+
"type":"structure",
|
1915
|
+
"required":["OrganizationArn"],
|
1916
|
+
"members":{
|
1917
|
+
"TopicArn":{"shape":"AmazonResourceName"},
|
1918
|
+
"OrganizationArn":{"shape":"AmazonResourceName"}
|
1919
|
+
}
|
804
1920
|
}
|
805
1921
|
}
|
806
1922
|
}
|