aws-sdk-core 2.11.190 → 2.11.191

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: 62bdd68f77464a7a3c253d2e802920405e98e7a8
4
- data.tar.gz: e67f2ab630b5bf0db655907e17be6fac74934df3
3
+ metadata.gz: 87854c22fe6baee34b0780869fb63a687e6b5491
4
+ data.tar.gz: bd924d6ff3e40be3f111038aaa8e175805b7f446
5
5
  SHA512:
6
- metadata.gz: e286e6d58909fac6179722e0237b03559dc356c0553c9b5415dfc59a2cfa2548226d7f11073e9b7ef5a34b8795adab3520b9e7107e0a824845deebc751c597a2
7
- data.tar.gz: 75468c6728236616e37a4ace3fd978058cab506588bf39396b3d7111a00fe06403eab74f65630a2d5f52fa84ed7ca0afdb03f83a18ad6b5e3014744d4d919d42
6
+ metadata.gz: bebb4c4fc9bc008a74d1f1fc4d2e168f4ea232021ea8fc1db63f3894af2d25240c250942b8025d42f08e11aaa02f86abf92b85ffbecf2eb5397b2358501325b3
7
+ data.tar.gz: 88e26878d11bc3c738e3f5bcda2dc06d4e49fff726fab54f57a86d74367a4312cdda1e73067af16afe913e5076e08143285be2f7f2d00b3ca85353a2f3025317
@@ -61,6 +61,25 @@
61
61
  {"shape":"BadRequestException"}
62
62
  ]
63
63
  },
64
+ "CreateDeliverabilityTestReport":{
65
+ "name":"CreateDeliverabilityTestReport",
66
+ "http":{
67
+ "method":"POST",
68
+ "requestUri":"/v1/email/deliverability-dashboard/test"
69
+ },
70
+ "input":{"shape":"CreateDeliverabilityTestReportRequest"},
71
+ "output":{"shape":"CreateDeliverabilityTestReportResponse"},
72
+ "errors":[
73
+ {"shape":"AccountSuspendedException"},
74
+ {"shape":"SendingPausedException"},
75
+ {"shape":"MessageRejected"},
76
+ {"shape":"MailFromDomainNotVerifiedException"},
77
+ {"shape":"NotFoundException"},
78
+ {"shape":"TooManyRequestsException"},
79
+ {"shape":"LimitExceededException"},
80
+ {"shape":"BadRequestException"}
81
+ ]
82
+ },
64
83
  "CreateEmailIdentity":{
65
84
  "name":"CreateEmailIdentity",
66
85
  "http":{
@@ -144,6 +163,20 @@
144
163
  {"shape":"BadRequestException"}
145
164
  ]
146
165
  },
166
+ "GetBlacklistReports":{
167
+ "name":"GetBlacklistReports",
168
+ "http":{
169
+ "method":"GET",
170
+ "requestUri":"/v1/email/deliverability-dashboard/blacklist-report"
171
+ },
172
+ "input":{"shape":"GetBlacklistReportsRequest"},
173
+ "output":{"shape":"GetBlacklistReportsResponse"},
174
+ "errors":[
175
+ {"shape":"TooManyRequestsException"},
176
+ {"shape":"NotFoundException"},
177
+ {"shape":"BadRequestException"}
178
+ ]
179
+ },
147
180
  "GetConfigurationSet":{
148
181
  "name":"GetConfigurationSet",
149
182
  "http":{
@@ -200,6 +233,48 @@
200
233
  {"shape":"BadRequestException"}
201
234
  ]
202
235
  },
236
+ "GetDeliverabilityDashboardOptions":{
237
+ "name":"GetDeliverabilityDashboardOptions",
238
+ "http":{
239
+ "method":"GET",
240
+ "requestUri":"/v1/email/deliverability-dashboard"
241
+ },
242
+ "input":{"shape":"GetDeliverabilityDashboardOptionsRequest"},
243
+ "output":{"shape":"GetDeliverabilityDashboardOptionsResponse"},
244
+ "errors":[
245
+ {"shape":"TooManyRequestsException"},
246
+ {"shape":"LimitExceededException"},
247
+ {"shape":"BadRequestException"}
248
+ ]
249
+ },
250
+ "GetDeliverabilityTestReport":{
251
+ "name":"GetDeliverabilityTestReport",
252
+ "http":{
253
+ "method":"GET",
254
+ "requestUri":"/v1/email/deliverability-dashboard/test-reports/{ReportId}"
255
+ },
256
+ "input":{"shape":"GetDeliverabilityTestReportRequest"},
257
+ "output":{"shape":"GetDeliverabilityTestReportResponse"},
258
+ "errors":[
259
+ {"shape":"TooManyRequestsException"},
260
+ {"shape":"NotFoundException"},
261
+ {"shape":"BadRequestException"}
262
+ ]
263
+ },
264
+ "GetDomainStatisticsReport":{
265
+ "name":"GetDomainStatisticsReport",
266
+ "http":{
267
+ "method":"GET",
268
+ "requestUri":"/v1/email/deliverability-dashboard/statistics-report/{Domain}"
269
+ },
270
+ "input":{"shape":"GetDomainStatisticsReportRequest"},
271
+ "output":{"shape":"GetDomainStatisticsReportResponse"},
272
+ "errors":[
273
+ {"shape":"TooManyRequestsException"},
274
+ {"shape":"NotFoundException"},
275
+ {"shape":"BadRequestException"}
276
+ ]
277
+ },
203
278
  "GetEmailIdentity":{
204
279
  "name":"GetEmailIdentity",
205
280
  "http":{
@@ -240,6 +315,20 @@
240
315
  {"shape":"BadRequestException"}
241
316
  ]
242
317
  },
318
+ "ListDeliverabilityTestReports":{
319
+ "name":"ListDeliverabilityTestReports",
320
+ "http":{
321
+ "method":"GET",
322
+ "requestUri":"/v1/email/deliverability-dashboard/test-reports"
323
+ },
324
+ "input":{"shape":"ListDeliverabilityTestReportsRequest"},
325
+ "output":{"shape":"ListDeliverabilityTestReportsResponse"},
326
+ "errors":[
327
+ {"shape":"TooManyRequestsException"},
328
+ {"shape":"NotFoundException"},
329
+ {"shape":"BadRequestException"}
330
+ ]
331
+ },
243
332
  "ListEmailIdentities":{
244
333
  "name":"ListEmailIdentities",
245
334
  "http":{
@@ -363,6 +452,22 @@
363
452
  {"shape":"BadRequestException"}
364
453
  ]
365
454
  },
455
+ "PutDeliverabilityDashboardOption":{
456
+ "name":"PutDeliverabilityDashboardOption",
457
+ "http":{
458
+ "method":"PUT",
459
+ "requestUri":"/v1/email/deliverability-dashboard"
460
+ },
461
+ "input":{"shape":"PutDeliverabilityDashboardOptionRequest"},
462
+ "output":{"shape":"PutDeliverabilityDashboardOptionResponse"},
463
+ "errors":[
464
+ {"shape":"AlreadyExistsException"},
465
+ {"shape":"NotFoundException"},
466
+ {"shape":"TooManyRequestsException"},
467
+ {"shape":"LimitExceededException"},
468
+ {"shape":"BadRequestException"}
469
+ ]
470
+ },
366
471
  "PutEmailIdentityDkimAttributes":{
367
472
  "name":"PutEmailIdentityDkimAttributes",
368
473
  "http":{
@@ -469,6 +574,29 @@
469
574
  "REJECT_MESSAGE"
470
575
  ]
471
576
  },
577
+ "BlacklistEntries":{
578
+ "type":"list",
579
+ "member":{"shape":"BlacklistEntry"}
580
+ },
581
+ "BlacklistEntry":{
582
+ "type":"structure",
583
+ "members":{
584
+ "RblName":{"shape":"RblName"},
585
+ "ListingTime":{"shape":"Timestamp"},
586
+ "Description":{"shape":"BlacklistingDescription"}
587
+ }
588
+ },
589
+ "BlacklistItemName":{"type":"string"},
590
+ "BlacklistItemNames":{
591
+ "type":"list",
592
+ "member":{"shape":"BlacklistItemName"}
593
+ },
594
+ "BlacklistReport":{
595
+ "type":"map",
596
+ "key":{"shape":"BlacklistItemName"},
597
+ "value":{"shape":"BlacklistEntries"}
598
+ },
599
+ "BlacklistingDescription":{"type":"string"},
472
600
  "Body":{
473
601
  "type":"structure",
474
602
  "members":{
@@ -563,6 +691,29 @@
563
691
  "members":{
564
692
  }
565
693
  },
694
+ "CreateDeliverabilityTestReportRequest":{
695
+ "type":"structure",
696
+ "required":[
697
+ "FromEmailAddress",
698
+ "Content"
699
+ ],
700
+ "members":{
701
+ "ReportName":{"shape":"ReportName"},
702
+ "FromEmailAddress":{"shape":"EmailAddress"},
703
+ "Content":{"shape":"EmailContent"}
704
+ }
705
+ },
706
+ "CreateDeliverabilityTestReportResponse":{
707
+ "type":"structure",
708
+ "required":[
709
+ "ReportId",
710
+ "DeliverabilityTestStatus"
711
+ ],
712
+ "members":{
713
+ "ReportId":{"shape":"ReportId"},
714
+ "DeliverabilityTestStatus":{"shape":"DeliverabilityTestStatus"}
715
+ }
716
+ },
566
717
  "CreateEmailIdentityRequest":{
567
718
  "type":"structure",
568
719
  "required":["EmailIdentity"],
@@ -579,6 +730,18 @@
579
730
  }
580
731
  },
581
732
  "CustomRedirectDomain":{"type":"string"},
733
+ "DailyVolume":{
734
+ "type":"structure",
735
+ "members":{
736
+ "StartDate":{"shape":"Timestamp"},
737
+ "VolumeStatistics":{"shape":"VolumeStatistics"},
738
+ "DomainIspPlacements":{"shape":"DomainIspPlacements"}
739
+ }
740
+ },
741
+ "DailyVolumes":{
742
+ "type":"list",
743
+ "member":{"shape":"DailyVolume"}
744
+ },
582
745
  "DedicatedIp":{
583
746
  "type":"structure",
584
747
  "required":[
@@ -670,6 +833,29 @@
670
833
  "members":{
671
834
  }
672
835
  },
836
+ "DeliverabilityTestReport":{
837
+ "type":"structure",
838
+ "members":{
839
+ "ReportId":{"shape":"ReportId"},
840
+ "ReportName":{"shape":"ReportName"},
841
+ "Subject":{"shape":"DeliverabilityTestSubject"},
842
+ "FromEmailAddress":{"shape":"EmailAddress"},
843
+ "CreateDate":{"shape":"Timestamp"},
844
+ "DeliverabilityTestStatus":{"shape":"DeliverabilityTestStatus"}
845
+ }
846
+ },
847
+ "DeliverabilityTestReports":{
848
+ "type":"list",
849
+ "member":{"shape":"DeliverabilityTestReport"}
850
+ },
851
+ "DeliverabilityTestStatus":{
852
+ "type":"string",
853
+ "enum":[
854
+ "IN_PROGRESS",
855
+ "COMPLETED"
856
+ ]
857
+ },
858
+ "DeliverabilityTestSubject":{"type":"string"},
673
859
  "DeliveryOptions":{
674
860
  "type":"structure",
675
861
  "members":{
@@ -716,6 +902,20 @@
716
902
  "type":"list",
717
903
  "member":{"shape":"DnsToken"}
718
904
  },
905
+ "DomainIspPlacement":{
906
+ "type":"structure",
907
+ "members":{
908
+ "IspName":{"shape":"IspName"},
909
+ "InboxRawCount":{"shape":"Volume"},
910
+ "SpamRawCount":{"shape":"Volume"},
911
+ "InboxPercentage":{"shape":"Percentage"},
912
+ "SpamPercentage":{"shape":"Percentage"}
913
+ }
914
+ },
915
+ "DomainIspPlacements":{
916
+ "type":"list",
917
+ "member":{"shape":"DomainIspPlacement"}
918
+ },
719
919
  "EmailAddress":{"type":"string"},
720
920
  "EmailAddressList":{
721
921
  "type":"list",
@@ -794,6 +994,20 @@
794
994
  "ProductionAccessEnabled":{"shape":"Enabled"}
795
995
  }
796
996
  },
997
+ "GetBlacklistReportsRequest":{
998
+ "type":"structure",
999
+ "required":["BlacklistItemNames"],
1000
+ "members":{
1001
+ "BlacklistItemNames":{"shape":"BlacklistItemNames"}
1002
+ }
1003
+ },
1004
+ "GetBlacklistReportsResponse":{
1005
+ "type":"structure",
1006
+ "required":["BlacklistReport"],
1007
+ "members":{
1008
+ "BlacklistReport":{"shape":"BlacklistReport"}
1009
+ }
1010
+ },
797
1011
  "GetConfigurationSetEventDestinationsRequest":{
798
1012
  "type":"structure",
799
1013
  "required":["ConfigurationSetName"],
@@ -864,6 +1078,71 @@
864
1078
  "NextToken":{"shape":"NextToken"}
865
1079
  }
866
1080
  },
1081
+ "GetDeliverabilityDashboardOptionsRequest":{
1082
+ "type":"structure",
1083
+ "members":{
1084
+ }
1085
+ },
1086
+ "GetDeliverabilityDashboardOptionsResponse":{
1087
+ "type":"structure",
1088
+ "required":["DashboardEnabled"],
1089
+ "members":{
1090
+ "DashboardEnabled":{"shape":"Enabled"}
1091
+ }
1092
+ },
1093
+ "GetDeliverabilityTestReportRequest":{
1094
+ "type":"structure",
1095
+ "required":["ReportId"],
1096
+ "members":{
1097
+ "ReportId":{
1098
+ "shape":"ReportId",
1099
+ "location":"uri",
1100
+ "locationName":"ReportId"
1101
+ }
1102
+ }
1103
+ },
1104
+ "GetDeliverabilityTestReportResponse":{
1105
+ "type":"structure",
1106
+ "required":[
1107
+ "DeliverabilityTestReport",
1108
+ "OverallPlacement",
1109
+ "IspPlacements"
1110
+ ],
1111
+ "members":{
1112
+ "DeliverabilityTestReport":{"shape":"DeliverabilityTestReport"},
1113
+ "OverallPlacement":{"shape":"PlacementStatistics"},
1114
+ "IspPlacements":{"shape":"IspPlacements"},
1115
+ "Message":{"shape":"MessageContent"}
1116
+ }
1117
+ },
1118
+ "GetDomainStatisticsReportRequest":{
1119
+ "type":"structure",
1120
+ "required":[
1121
+ "Domain",
1122
+ "StartDate",
1123
+ "EndDate"
1124
+ ],
1125
+ "members":{
1126
+ "Domain":{
1127
+ "shape":"Identity",
1128
+ "location":"uri",
1129
+ "locationName":"Domain"
1130
+ },
1131
+ "StartDate":{"shape":"Timestamp"},
1132
+ "EndDate":{"shape":"Timestamp"}
1133
+ }
1134
+ },
1135
+ "GetDomainStatisticsReportResponse":{
1136
+ "type":"structure",
1137
+ "required":[
1138
+ "OverallVolume",
1139
+ "DailyVolumes"
1140
+ ],
1141
+ "members":{
1142
+ "OverallVolume":{"shape":"OverallVolume"},
1143
+ "DailyVolumes":{"shape":"DailyVolumes"}
1144
+ }
1145
+ },
867
1146
  "GetEmailIdentityRequest":{
868
1147
  "type":"structure",
869
1148
  "required":["EmailIdentity"],
@@ -907,6 +1186,18 @@
907
1186
  ]
908
1187
  },
909
1188
  "Ip":{"type":"string"},
1189
+ "IspName":{"type":"string"},
1190
+ "IspPlacement":{
1191
+ "type":"structure",
1192
+ "members":{
1193
+ "IspName":{"shape":"IspName"},
1194
+ "PlacementStatistics":{"shape":"PlacementStatistics"}
1195
+ }
1196
+ },
1197
+ "IspPlacements":{
1198
+ "type":"list",
1199
+ "member":{"shape":"IspPlacement"}
1200
+ },
910
1201
  "KinesisFirehoseDestination":{
911
1202
  "type":"structure",
912
1203
  "required":[
@@ -954,6 +1245,21 @@
954
1245
  "NextToken":{"shape":"NextToken"}
955
1246
  }
956
1247
  },
1248
+ "ListDeliverabilityTestReportsRequest":{
1249
+ "type":"structure",
1250
+ "members":{
1251
+ "NextToken":{"shape":"NextToken"},
1252
+ "PageSize":{"shape":"MaxItems"}
1253
+ }
1254
+ },
1255
+ "ListDeliverabilityTestReportsResponse":{
1256
+ "type":"structure",
1257
+ "required":["DeliverabilityTestReports"],
1258
+ "members":{
1259
+ "DeliverabilityTestReports":{"shape":"DeliverabilityTestReports"},
1260
+ "NextToken":{"shape":"NextToken"}
1261
+ }
1262
+ },
957
1263
  "ListEmailIdentitiesRequest":{
958
1264
  "type":"structure",
959
1265
  "members":{
@@ -1016,6 +1322,7 @@
1016
1322
  "Body":{"shape":"Body"}
1017
1323
  }
1018
1324
  },
1325
+ "MessageContent":{"type":"string"},
1019
1326
  "MessageData":{"type":"string"},
1020
1327
  "MessageRejected":{
1021
1328
  "type":"structure",
@@ -1050,6 +1357,15 @@
1050
1357
  "exception":true
1051
1358
  },
1052
1359
  "OutboundMessageId":{"type":"string"},
1360
+ "OverallVolume":{
1361
+ "type":"structure",
1362
+ "members":{
1363
+ "VolumeStatistics":{"shape":"VolumeStatistics"},
1364
+ "ReadRatePercent":{"shape":"Percentage"},
1365
+ "DomainIspPlacements":{"shape":"DomainIspPlacements"}
1366
+ }
1367
+ },
1368
+ "Percentage":{"type":"double"},
1053
1369
  "Percentage100Wrapper":{"type":"integer"},
1054
1370
  "PinpointDestination":{
1055
1371
  "type":"structure",
@@ -1057,6 +1373,16 @@
1057
1373
  "ApplicationArn":{"shape":"AmazonResourceName"}
1058
1374
  }
1059
1375
  },
1376
+ "PlacementStatistics":{
1377
+ "type":"structure",
1378
+ "members":{
1379
+ "InboxPercentage":{"shape":"Percentage"},
1380
+ "SpamPercentage":{"shape":"Percentage"},
1381
+ "MissingPercentage":{"shape":"Percentage"},
1382
+ "SpfPercentage":{"shape":"Percentage"},
1383
+ "DkimPercentage":{"shape":"Percentage"}
1384
+ }
1385
+ },
1060
1386
  "PoolName":{"type":"string"},
1061
1387
  "PutAccountDedicatedIpWarmupAttributesRequest":{
1062
1388
  "type":"structure",
@@ -1188,6 +1514,18 @@
1188
1514
  "members":{
1189
1515
  }
1190
1516
  },
1517
+ "PutDeliverabilityDashboardOptionRequest":{
1518
+ "type":"structure",
1519
+ "required":["DashboardEnabled"],
1520
+ "members":{
1521
+ "DashboardEnabled":{"shape":"Enabled"}
1522
+ }
1523
+ },
1524
+ "PutDeliverabilityDashboardOptionResponse":{
1525
+ "type":"structure",
1526
+ "members":{
1527
+ }
1528
+ },
1191
1529
  "PutEmailIdentityDkimAttributesRequest":{
1192
1530
  "type":"structure",
1193
1531
  "required":["EmailIdentity"],
@@ -1248,6 +1586,9 @@
1248
1586
  }
1249
1587
  },
1250
1588
  "RawMessageData":{"type":"blob"},
1589
+ "RblName":{"type":"string"},
1590
+ "ReportId":{"type":"string"},
1591
+ "ReportName":{"type":"string"},
1251
1592
  "ReputationOptions":{
1252
1593
  "type":"structure",
1253
1594
  "members":{
@@ -1307,6 +1648,7 @@
1307
1648
  "TopicArn":{"shape":"AmazonResourceName"}
1308
1649
  }
1309
1650
  },
1651
+ "Timestamp":{"type":"timestamp"},
1310
1652
  "TooManyRequestsException":{
1311
1653
  "type":"structure",
1312
1654
  "members":{
@@ -1347,6 +1689,16 @@
1347
1689
  "members":{
1348
1690
  }
1349
1691
  },
1692
+ "Volume":{"type":"long"},
1693
+ "VolumeStatistics":{
1694
+ "type":"structure",
1695
+ "members":{
1696
+ "InboxRawCount":{"shape":"Volume"},
1697
+ "SpamRawCount":{"shape":"Volume"},
1698
+ "ProjectedInbox":{"shape":"Volume"},
1699
+ "ProjectedSpam":{"shape":"Volume"}
1700
+ }
1701
+ },
1350
1702
  "WarmupStatus":{
1351
1703
  "type":"string",
1352
1704
  "enum":[
@@ -15,6 +15,11 @@
15
15
  "output_token": "NextToken",
16
16
  "limit_key": "PageSize"
17
17
  },
18
+ "ListDeliverabilityTestReports": {
19
+ "input_token": "NextToken",
20
+ "output_token": "NextToken",
21
+ "limit_key": "PageSize"
22
+ },
18
23
  "ListEmailIdentities": {
19
24
  "input_token": "NextToken",
20
25
  "output_token": "NextToken",
@@ -279,6 +279,7 @@
279
279
  "eu-central-1" : { },
280
280
  "eu-west-1" : { },
281
281
  "eu-west-2" : { },
282
+ "eu-west-3" : { },
282
283
  "sa-east-1" : { },
283
284
  "us-east-1" : { },
284
285
  "us-east-2" : { },
@@ -1703,6 +1704,7 @@
1703
1704
  "ap-southeast-2" : { },
1704
1705
  "ca-central-1" : { },
1705
1706
  "eu-central-1" : { },
1707
+ "eu-north-1" : { },
1706
1708
  "eu-west-1" : { },
1707
1709
  "eu-west-2" : { },
1708
1710
  "eu-west-3" : { },
@@ -3121,6 +3123,11 @@
3121
3123
  "us-gov-west-1" : { }
3122
3124
  }
3123
3125
  },
3126
+ "elasticfilesystem" : {
3127
+ "endpoints" : {
3128
+ "us-gov-west-1" : { }
3129
+ }
3130
+ },
3124
3131
  "elasticloadbalancing" : {
3125
3132
  "endpoints" : {
3126
3133
  "us-gov-east-1" : { },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.190'
2
+ VERSION = '2.11.191'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.190
4
+ version: 2.11.191
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-12-12 00:00:00.000000000 Z
11
+ date: 2018-12-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath