aws-sdk-core 2.6.15 → 2.6.17

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e745024a6005cd405e7b713144d80e4e97801dbc
4
- data.tar.gz: 0505c8f8cd4e7da8ec3dbfc3f71909ba687b04ae
3
+ metadata.gz: c2e13d3dfc21f54203c8ec08d70169df9e3d3c08
4
+ data.tar.gz: 2966dd27bc8e01710ca8808a757b27696ff29fcc
5
5
  SHA512:
6
- metadata.gz: 90a9055598a878ed5e3a6f97d26d9e8e97f47f03af3f3aed3464115f9506f55a95d2ea5ae0711c04e84d7659803ff16ed12d6c5a69727055052d895c2d20e5ec
7
- data.tar.gz: f19331fc577087e99670df461a1b43d9165049dbfe388e932d046faf1a3852788422929af2bccebd3a12ef32ac14fca7a012c6fa2cba66a6297028e6e110362e
6
+ metadata.gz: 398a939e7bd4fd8a1c1b8ca87408c9a8e5c43590322b118982b6712f55727100cac9252f41694373814a4315f51451eeb11990c062ce45887f4ae4436bba93fe
7
+ data.tar.gz: fc4260ad2f3d5c60e4cfad78f49a297b538fed680d0d3a88b860c1910c8f31b57a6280ccd6790d8667bac213c190b6cbcd2506ce4726ccc7fb169b846cea836c
@@ -28,6 +28,42 @@
28
28
  {"shape":"LimitExceededException"}
29
29
  ]
30
30
  },
31
+ "CreateConfigurationSet":{
32
+ "name":"CreateConfigurationSet",
33
+ "http":{
34
+ "method":"POST",
35
+ "requestUri":"/"
36
+ },
37
+ "input":{"shape":"CreateConfigurationSetRequest"},
38
+ "output":{
39
+ "shape":"CreateConfigurationSetResponse",
40
+ "resultWrapper":"CreateConfigurationSetResult"
41
+ },
42
+ "errors":[
43
+ {"shape":"ConfigurationSetAlreadyExistsException"},
44
+ {"shape":"InvalidConfigurationSetException"},
45
+ {"shape":"LimitExceededException"}
46
+ ]
47
+ },
48
+ "CreateConfigurationSetEventDestination":{
49
+ "name":"CreateConfigurationSetEventDestination",
50
+ "http":{
51
+ "method":"POST",
52
+ "requestUri":"/"
53
+ },
54
+ "input":{"shape":"CreateConfigurationSetEventDestinationRequest"},
55
+ "output":{
56
+ "shape":"CreateConfigurationSetEventDestinationResponse",
57
+ "resultWrapper":"CreateConfigurationSetEventDestinationResult"
58
+ },
59
+ "errors":[
60
+ {"shape":"ConfigurationSetDoesNotExistException"},
61
+ {"shape":"EventDestinationAlreadyExistsException"},
62
+ {"shape":"InvalidCloudWatchDestinationException"},
63
+ {"shape":"InvalidFirehoseDestinationException"},
64
+ {"shape":"LimitExceededException"}
65
+ ]
66
+ },
31
67
  "CreateReceiptFilter":{
32
68
  "name":"CreateReceiptFilter",
33
69
  "http":{
@@ -81,6 +117,37 @@
81
117
  {"shape":"LimitExceededException"}
82
118
  ]
83
119
  },
120
+ "DeleteConfigurationSet":{
121
+ "name":"DeleteConfigurationSet",
122
+ "http":{
123
+ "method":"POST",
124
+ "requestUri":"/"
125
+ },
126
+ "input":{"shape":"DeleteConfigurationSetRequest"},
127
+ "output":{
128
+ "shape":"DeleteConfigurationSetResponse",
129
+ "resultWrapper":"DeleteConfigurationSetResult"
130
+ },
131
+ "errors":[
132
+ {"shape":"ConfigurationSetDoesNotExistException"}
133
+ ]
134
+ },
135
+ "DeleteConfigurationSetEventDestination":{
136
+ "name":"DeleteConfigurationSetEventDestination",
137
+ "http":{
138
+ "method":"POST",
139
+ "requestUri":"/"
140
+ },
141
+ "input":{"shape":"DeleteConfigurationSetEventDestinationRequest"},
142
+ "output":{
143
+ "shape":"DeleteConfigurationSetEventDestinationResponse",
144
+ "resultWrapper":"DeleteConfigurationSetEventDestinationResult"
145
+ },
146
+ "errors":[
147
+ {"shape":"ConfigurationSetDoesNotExistException"},
148
+ {"shape":"EventDestinationDoesNotExistException"}
149
+ ]
150
+ },
84
151
  "DeleteIdentity":{
85
152
  "name":"DeleteIdentity",
86
153
  "http":{
@@ -167,6 +234,21 @@
167
234
  "resultWrapper":"DescribeActiveReceiptRuleSetResult"
168
235
  }
169
236
  },
237
+ "DescribeConfigurationSet":{
238
+ "name":"DescribeConfigurationSet",
239
+ "http":{
240
+ "method":"POST",
241
+ "requestUri":"/"
242
+ },
243
+ "input":{"shape":"DescribeConfigurationSetRequest"},
244
+ "output":{
245
+ "shape":"DescribeConfigurationSetResponse",
246
+ "resultWrapper":"DescribeConfigurationSetResult"
247
+ },
248
+ "errors":[
249
+ {"shape":"ConfigurationSetDoesNotExistException"}
250
+ ]
251
+ },
170
252
  "DescribeReceiptRule":{
171
253
  "name":"DescribeReceiptRule",
172
254
  "http":{
@@ -280,6 +362,18 @@
280
362
  "resultWrapper":"GetSendStatisticsResult"
281
363
  }
282
364
  },
365
+ "ListConfigurationSets":{
366
+ "name":"ListConfigurationSets",
367
+ "http":{
368
+ "method":"POST",
369
+ "requestUri":"/"
370
+ },
371
+ "input":{"shape":"ListConfigurationSetsRequest"},
372
+ "output":{
373
+ "shape":"ListConfigurationSetsResponse",
374
+ "resultWrapper":"ListConfigurationSetsResult"
375
+ }
376
+ },
283
377
  "ListIdentities":{
284
378
  "name":"ListIdentities",
285
379
  "http":{
@@ -398,7 +492,8 @@
398
492
  },
399
493
  "errors":[
400
494
  {"shape":"MessageRejected"},
401
- {"shape":"MailFromDomainNotVerifiedException"}
495
+ {"shape":"MailFromDomainNotVerifiedException"},
496
+ {"shape":"ConfigurationSetDoesNotExistException"}
402
497
  ]
403
498
  },
404
499
  "SendRawEmail":{
@@ -414,7 +509,8 @@
414
509
  },
415
510
  "errors":[
416
511
  {"shape":"MessageRejected"},
417
- {"shape":"MailFromDomainNotVerifiedException"}
512
+ {"shape":"MailFromDomainNotVerifiedException"},
513
+ {"shape":"ConfigurationSetDoesNotExistException"}
418
514
  ]
419
515
  },
420
516
  "SetActiveReceiptRuleSet":{
@@ -508,6 +604,24 @@
508
604
  {"shape":"RuleDoesNotExistException"}
509
605
  ]
510
606
  },
607
+ "UpdateConfigurationSetEventDestination":{
608
+ "name":"UpdateConfigurationSetEventDestination",
609
+ "http":{
610
+ "method":"POST",
611
+ "requestUri":"/"
612
+ },
613
+ "input":{"shape":"UpdateConfigurationSetEventDestinationRequest"},
614
+ "output":{
615
+ "shape":"UpdateConfigurationSetEventDestinationResponse",
616
+ "resultWrapper":"UpdateConfigurationSetEventDestinationResult"
617
+ },
618
+ "errors":[
619
+ {"shape":"ConfigurationSetDoesNotExistException"},
620
+ {"shape":"EventDestinationDoesNotExistException"},
621
+ {"shape":"InvalidCloudWatchDestinationException"},
622
+ {"shape":"InvalidFirehoseDestinationException"}
623
+ ]
624
+ },
511
625
  "UpdateReceiptRule":{
512
626
  "name":"UpdateReceiptRule",
513
627
  "http":{
@@ -691,6 +805,74 @@
691
805
  "members":{
692
806
  }
693
807
  },
808
+ "CloudWatchDestination":{
809
+ "type":"structure",
810
+ "required":["DimensionConfigurations"],
811
+ "members":{
812
+ "DimensionConfigurations":{"shape":"CloudWatchDimensionConfigurations"}
813
+ }
814
+ },
815
+ "CloudWatchDimensionConfiguration":{
816
+ "type":"structure",
817
+ "required":[
818
+ "DimensionName",
819
+ "DimensionValueSource",
820
+ "DefaultDimensionValue"
821
+ ],
822
+ "members":{
823
+ "DimensionName":{"shape":"DimensionName"},
824
+ "DimensionValueSource":{"shape":"DimensionValueSource"},
825
+ "DefaultDimensionValue":{"shape":"DefaultDimensionValue"}
826
+ }
827
+ },
828
+ "CloudWatchDimensionConfigurations":{
829
+ "type":"list",
830
+ "member":{"shape":"CloudWatchDimensionConfiguration"}
831
+ },
832
+ "ConfigurationSet":{
833
+ "type":"structure",
834
+ "required":["Name"],
835
+ "members":{
836
+ "Name":{"shape":"ConfigurationSetName"}
837
+ }
838
+ },
839
+ "ConfigurationSetAlreadyExistsException":{
840
+ "type":"structure",
841
+ "members":{
842
+ "ConfigurationSetName":{"shape":"ConfigurationSetName"}
843
+ },
844
+ "error":{
845
+ "code":"ConfigurationSetAlreadyExists",
846
+ "httpStatusCode":400,
847
+ "senderFault":true
848
+ },
849
+ "exception":true
850
+ },
851
+ "ConfigurationSetAttribute":{
852
+ "type":"string",
853
+ "enum":["eventDestinations"]
854
+ },
855
+ "ConfigurationSetAttributeList":{
856
+ "type":"list",
857
+ "member":{"shape":"ConfigurationSetAttribute"}
858
+ },
859
+ "ConfigurationSetDoesNotExistException":{
860
+ "type":"structure",
861
+ "members":{
862
+ "ConfigurationSetName":{"shape":"ConfigurationSetName"}
863
+ },
864
+ "error":{
865
+ "code":"ConfigurationSetDoesNotExist",
866
+ "httpStatusCode":400,
867
+ "senderFault":true
868
+ },
869
+ "exception":true
870
+ },
871
+ "ConfigurationSetName":{"type":"string"},
872
+ "ConfigurationSets":{
873
+ "type":"list",
874
+ "member":{"shape":"ConfigurationSet"}
875
+ },
694
876
  "Content":{
695
877
  "type":"structure",
696
878
  "required":["Data"],
@@ -700,6 +882,34 @@
700
882
  }
701
883
  },
702
884
  "Counter":{"type":"long"},
885
+ "CreateConfigurationSetEventDestinationRequest":{
886
+ "type":"structure",
887
+ "required":[
888
+ "ConfigurationSetName",
889
+ "EventDestination"
890
+ ],
891
+ "members":{
892
+ "ConfigurationSetName":{"shape":"ConfigurationSetName"},
893
+ "EventDestination":{"shape":"EventDestination"}
894
+ }
895
+ },
896
+ "CreateConfigurationSetEventDestinationResponse":{
897
+ "type":"structure",
898
+ "members":{
899
+ }
900
+ },
901
+ "CreateConfigurationSetRequest":{
902
+ "type":"structure",
903
+ "required":["ConfigurationSet"],
904
+ "members":{
905
+ "ConfigurationSet":{"shape":"ConfigurationSet"}
906
+ }
907
+ },
908
+ "CreateConfigurationSetResponse":{
909
+ "type":"structure",
910
+ "members":{
911
+ }
912
+ },
703
913
  "CreateReceiptFilterRequest":{
704
914
  "type":"structure",
705
915
  "required":["Filter"],
@@ -750,6 +960,35 @@
750
960
  "TemporaryFailure"
751
961
  ]
752
962
  },
963
+ "DefaultDimensionValue":{"type":"string"},
964
+ "DeleteConfigurationSetEventDestinationRequest":{
965
+ "type":"structure",
966
+ "required":[
967
+ "ConfigurationSetName",
968
+ "EventDestinationName"
969
+ ],
970
+ "members":{
971
+ "ConfigurationSetName":{"shape":"ConfigurationSetName"},
972
+ "EventDestinationName":{"shape":"EventDestinationName"}
973
+ }
974
+ },
975
+ "DeleteConfigurationSetEventDestinationResponse":{
976
+ "type":"structure",
977
+ "members":{
978
+ }
979
+ },
980
+ "DeleteConfigurationSetRequest":{
981
+ "type":"structure",
982
+ "required":["ConfigurationSetName"],
983
+ "members":{
984
+ "ConfigurationSetName":{"shape":"ConfigurationSetName"}
985
+ }
986
+ },
987
+ "DeleteConfigurationSetResponse":{
988
+ "type":"structure",
989
+ "members":{
990
+ }
991
+ },
753
992
  "DeleteIdentityPolicyRequest":{
754
993
  "type":"structure",
755
994
  "required":[
@@ -837,6 +1076,21 @@
837
1076
  "Rules":{"shape":"ReceiptRulesList"}
838
1077
  }
839
1078
  },
1079
+ "DescribeConfigurationSetRequest":{
1080
+ "type":"structure",
1081
+ "required":["ConfigurationSetName"],
1082
+ "members":{
1083
+ "ConfigurationSetName":{"shape":"ConfigurationSetName"},
1084
+ "ConfigurationSetAttributeNames":{"shape":"ConfigurationSetAttributeList"}
1085
+ }
1086
+ },
1087
+ "DescribeConfigurationSetResponse":{
1088
+ "type":"structure",
1089
+ "members":{
1090
+ "ConfigurationSet":{"shape":"ConfigurationSet"},
1091
+ "EventDestinations":{"shape":"EventDestinations"}
1092
+ }
1093
+ },
840
1094
  "DescribeReceiptRuleRequest":{
841
1095
  "type":"structure",
842
1096
  "required":[
@@ -877,6 +1131,14 @@
877
1131
  }
878
1132
  },
879
1133
  "DiagnosticCode":{"type":"string"},
1134
+ "DimensionName":{"type":"string"},
1135
+ "DimensionValueSource":{
1136
+ "type":"string",
1137
+ "enum":[
1138
+ "messageTag",
1139
+ "emailHeader"
1140
+ ]
1141
+ },
880
1142
  "DkimAttributes":{
881
1143
  "type":"map",
882
1144
  "key":{"shape":"Identity"},
@@ -895,6 +1157,65 @@
895
1157
  },
896
1158
  "DsnStatus":{"type":"string"},
897
1159
  "Enabled":{"type":"boolean"},
1160
+ "EventDestination":{
1161
+ "type":"structure",
1162
+ "required":[
1163
+ "Name",
1164
+ "MatchingEventTypes"
1165
+ ],
1166
+ "members":{
1167
+ "Name":{"shape":"EventDestinationName"},
1168
+ "Enabled":{"shape":"Enabled"},
1169
+ "MatchingEventTypes":{"shape":"EventTypes"},
1170
+ "KinesisFirehoseDestination":{"shape":"KinesisFirehoseDestination"},
1171
+ "CloudWatchDestination":{"shape":"CloudWatchDestination"}
1172
+ }
1173
+ },
1174
+ "EventDestinationAlreadyExistsException":{
1175
+ "type":"structure",
1176
+ "members":{
1177
+ "ConfigurationSetName":{"shape":"ConfigurationSetName"},
1178
+ "EventDestinationName":{"shape":"EventDestinationName"}
1179
+ },
1180
+ "error":{
1181
+ "code":"EventDestinationAlreadyExists",
1182
+ "httpStatusCode":400,
1183
+ "senderFault":true
1184
+ },
1185
+ "exception":true
1186
+ },
1187
+ "EventDestinationDoesNotExistException":{
1188
+ "type":"structure",
1189
+ "members":{
1190
+ "ConfigurationSetName":{"shape":"ConfigurationSetName"},
1191
+ "EventDestinationName":{"shape":"EventDestinationName"}
1192
+ },
1193
+ "error":{
1194
+ "code":"EventDestinationDoesNotExist",
1195
+ "httpStatusCode":400,
1196
+ "senderFault":true
1197
+ },
1198
+ "exception":true
1199
+ },
1200
+ "EventDestinationName":{"type":"string"},
1201
+ "EventDestinations":{
1202
+ "type":"list",
1203
+ "member":{"shape":"EventDestination"}
1204
+ },
1205
+ "EventType":{
1206
+ "type":"string",
1207
+ "enum":[
1208
+ "send",
1209
+ "reject",
1210
+ "bounce",
1211
+ "complaint",
1212
+ "delivery"
1213
+ ]
1214
+ },
1215
+ "EventTypes":{
1216
+ "type":"list",
1217
+ "member":{"shape":"EventType"}
1218
+ },
898
1219
  "Explanation":{"type":"string"},
899
1220
  "ExtensionField":{
900
1221
  "type":"structure",
@@ -1066,6 +1387,43 @@
1066
1387
  "VerificationToken":{"shape":"VerificationToken"}
1067
1388
  }
1068
1389
  },
1390
+ "InvalidCloudWatchDestinationException":{
1391
+ "type":"structure",
1392
+ "members":{
1393
+ "ConfigurationSetName":{"shape":"ConfigurationSetName"},
1394
+ "EventDestinationName":{"shape":"EventDestinationName"}
1395
+ },
1396
+ "error":{
1397
+ "code":"InvalidCloudWatchDestination",
1398
+ "httpStatusCode":400,
1399
+ "senderFault":true
1400
+ },
1401
+ "exception":true
1402
+ },
1403
+ "InvalidConfigurationSetException":{
1404
+ "type":"structure",
1405
+ "members":{
1406
+ },
1407
+ "error":{
1408
+ "code":"InvalidConfigurationSet",
1409
+ "httpStatusCode":400,
1410
+ "senderFault":true
1411
+ },
1412
+ "exception":true
1413
+ },
1414
+ "InvalidFirehoseDestinationException":{
1415
+ "type":"structure",
1416
+ "members":{
1417
+ "ConfigurationSetName":{"shape":"ConfigurationSetName"},
1418
+ "EventDestinationName":{"shape":"EventDestinationName"}
1419
+ },
1420
+ "error":{
1421
+ "code":"InvalidFirehoseDestination",
1422
+ "httpStatusCode":400,
1423
+ "senderFault":true
1424
+ },
1425
+ "exception":true
1426
+ },
1069
1427
  "InvalidLambdaFunctionException":{
1070
1428
  "type":"structure",
1071
1429
  "members":{
@@ -1120,6 +1478,17 @@
1120
1478
  "RequestResponse"
1121
1479
  ]
1122
1480
  },
1481
+ "KinesisFirehoseDestination":{
1482
+ "type":"structure",
1483
+ "required":[
1484
+ "IAMRoleARN",
1485
+ "DeliveryStreamARN"
1486
+ ],
1487
+ "members":{
1488
+ "IAMRoleARN":{"shape":"AmazonResourceName"},
1489
+ "DeliveryStreamARN":{"shape":"AmazonResourceName"}
1490
+ }
1491
+ },
1123
1492
  "LambdaAction":{
1124
1493
  "type":"structure",
1125
1494
  "required":["FunctionArn"],
@@ -1141,6 +1510,20 @@
1141
1510
  },
1142
1511
  "exception":true
1143
1512
  },
1513
+ "ListConfigurationSetsRequest":{
1514
+ "type":"structure",
1515
+ "members":{
1516
+ "NextToken":{"shape":"NextToken"},
1517
+ "MaxItems":{"shape":"MaxItems"}
1518
+ }
1519
+ },
1520
+ "ListConfigurationSetsResponse":{
1521
+ "type":"structure",
1522
+ "members":{
1523
+ "ConfigurationSets":{"shape":"ConfigurationSets"},
1524
+ "NextToken":{"shape":"NextToken"}
1525
+ }
1526
+ },
1144
1527
  "ListIdentitiesRequest":{
1145
1528
  "type":"structure",
1146
1529
  "members":{
@@ -1254,6 +1637,23 @@
1254
1637
  },
1255
1638
  "exception":true
1256
1639
  },
1640
+ "MessageTag":{
1641
+ "type":"structure",
1642
+ "required":[
1643
+ "Name",
1644
+ "Value"
1645
+ ],
1646
+ "members":{
1647
+ "Name":{"shape":"MessageTagName"},
1648
+ "Value":{"shape":"MessageTagValue"}
1649
+ }
1650
+ },
1651
+ "MessageTagList":{
1652
+ "type":"list",
1653
+ "member":{"shape":"MessageTag"}
1654
+ },
1655
+ "MessageTagName":{"type":"string"},
1656
+ "MessageTagValue":{"type":"string"},
1257
1657
  "NextToken":{"type":"string"},
1258
1658
  "NotificationAttributes":{
1259
1659
  "type":"map",
@@ -1537,7 +1937,9 @@
1537
1937
  "ReplyToAddresses":{"shape":"AddressList"},
1538
1938
  "ReturnPath":{"shape":"Address"},
1539
1939
  "SourceArn":{"shape":"AmazonResourceName"},
1540
- "ReturnPathArn":{"shape":"AmazonResourceName"}
1940
+ "ReturnPathArn":{"shape":"AmazonResourceName"},
1941
+ "Tags":{"shape":"MessageTagList"},
1942
+ "ConfigurationSetName":{"shape":"ConfigurationSetName"}
1541
1943
  }
1542
1944
  },
1543
1945
  "SendEmailResponse":{
@@ -1556,7 +1958,9 @@
1556
1958
  "RawMessage":{"shape":"RawMessage"},
1557
1959
  "FromArn":{"shape":"AmazonResourceName"},
1558
1960
  "SourceArn":{"shape":"AmazonResourceName"},
1559
- "ReturnPathArn":{"shape":"AmazonResourceName"}
1961
+ "ReturnPathArn":{"shape":"AmazonResourceName"},
1962
+ "Tags":{"shape":"MessageTagList"},
1963
+ "ConfigurationSetName":{"shape":"ConfigurationSetName"}
1560
1964
  }
1561
1965
  },
1562
1966
  "SendRawEmailResponse":{
@@ -1696,6 +2100,22 @@
1696
2100
  "Optional"
1697
2101
  ]
1698
2102
  },
2103
+ "UpdateConfigurationSetEventDestinationRequest":{
2104
+ "type":"structure",
2105
+ "required":[
2106
+ "ConfigurationSetName",
2107
+ "EventDestination"
2108
+ ],
2109
+ "members":{
2110
+ "ConfigurationSetName":{"shape":"ConfigurationSetName"},
2111
+ "EventDestination":{"shape":"EventDestination"}
2112
+ }
2113
+ },
2114
+ "UpdateConfigurationSetEventDestinationResponse":{
2115
+ "type":"structure",
2116
+ "members":{
2117
+ }
2118
+ },
1699
2119
  "UpdateReceiptRuleRequest":{
1700
2120
  "type":"structure",
1701
2121
  "required":[