aws-sdk-core 2.10.98 → 2.10.99

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 86a565bfee646644367762cec8337ae57004c74b
4
- data.tar.gz: 6ce903cdfa5a78f91f9d1e21809179a82c0fdc84
3
+ metadata.gz: 733ca2affaa51bcaa017ce57f3bca00e11c3ebcd
4
+ data.tar.gz: 41f53ac5e917938cbe52024b7b0f5424f3a257e2
5
5
  SHA512:
6
- metadata.gz: 52b437639f0a77cbfe59ca7124c8de47f028b9fb8677481b3331cc281263fa814b282b6e8295406547306c63077bf533ae9799bf26549408da4b9d9a62aee208
7
- data.tar.gz: 4897e770385e699646e74e99b8dfdcc503d22061c5a559a32eb86071ebe13b7438d0783e701c4c2656b04281a9bd711c07f8d68a7780cd3b1bbb39d0e17424c6
6
+ metadata.gz: 411adb0fc2f73235f9a39a257be0585e5bea7a743dbbf8a4e57c53c1145e1e30b05fea39ca653ce7af71b2a1f92b07de1a5f72c979c8ca1fca047ca1ef013847
7
+ data.tar.gz: b6ba733bad7562b6659c1c9439f095dda71bf1f07304e9c5702963d996d81b329ba56b95c0a93156a703fc3b860f7629d46cc3aa65d9e78d84036654e088367a
@@ -84,6 +84,20 @@
84
84
  {"shape":"InvalidTrackingOptionsException"}
85
85
  ]
86
86
  },
87
+ "CreateCustomVerificationEmailTemplate":{
88
+ "name":"CreateCustomVerificationEmailTemplate",
89
+ "http":{
90
+ "method":"POST",
91
+ "requestUri":"/"
92
+ },
93
+ "input":{"shape":"CreateCustomVerificationEmailTemplateRequest"},
94
+ "errors":[
95
+ {"shape":"CustomVerificationEmailTemplateAlreadyExistsException"},
96
+ {"shape":"FromEmailAddressNotVerifiedException"},
97
+ {"shape":"CustomVerificationEmailInvalidContentException"},
98
+ {"shape":"LimitExceededException"}
99
+ ]
100
+ },
87
101
  "CreateReceiptFilter":{
88
102
  "name":"CreateReceiptFilter",
89
103
  "http":{
@@ -201,6 +215,14 @@
201
215
  {"shape":"TrackingOptionsDoesNotExistException"}
202
216
  ]
203
217
  },
218
+ "DeleteCustomVerificationEmailTemplate":{
219
+ "name":"DeleteCustomVerificationEmailTemplate",
220
+ "http":{
221
+ "method":"POST",
222
+ "requestUri":"/"
223
+ },
224
+ "input":{"shape":"DeleteCustomVerificationEmailTemplateRequest"}
225
+ },
204
226
  "DeleteIdentity":{
205
227
  "name":"DeleteIdentity",
206
228
  "http":{
@@ -356,6 +378,21 @@
356
378
  "resultWrapper":"GetAccountSendingEnabledResult"
357
379
  }
358
380
  },
381
+ "GetCustomVerificationEmailTemplate":{
382
+ "name":"GetCustomVerificationEmailTemplate",
383
+ "http":{
384
+ "method":"POST",
385
+ "requestUri":"/"
386
+ },
387
+ "input":{"shape":"GetCustomVerificationEmailTemplateRequest"},
388
+ "output":{
389
+ "shape":"GetCustomVerificationEmailTemplateResponse",
390
+ "resultWrapper":"GetCustomVerificationEmailTemplateResult"
391
+ },
392
+ "errors":[
393
+ {"shape":"CustomVerificationEmailTemplateDoesNotExistException"}
394
+ ]
395
+ },
359
396
  "GetIdentityDkimAttributes":{
360
397
  "name":"GetIdentityDkimAttributes",
361
398
  "http":{
@@ -465,6 +502,18 @@
465
502
  "resultWrapper":"ListConfigurationSetsResult"
466
503
  }
467
504
  },
505
+ "ListCustomVerificationEmailTemplates":{
506
+ "name":"ListCustomVerificationEmailTemplates",
507
+ "http":{
508
+ "method":"POST",
509
+ "requestUri":"/"
510
+ },
511
+ "input":{"shape":"ListCustomVerificationEmailTemplatesRequest"},
512
+ "output":{
513
+ "shape":"ListCustomVerificationEmailTemplatesResponse",
514
+ "resultWrapper":"ListCustomVerificationEmailTemplatesResult"
515
+ }
516
+ },
468
517
  "ListIdentities":{
469
518
  "name":"ListIdentities",
470
519
  "http":{
@@ -602,6 +651,25 @@
602
651
  {"shape":"AccountSendingPausedException"}
603
652
  ]
604
653
  },
654
+ "SendCustomVerificationEmail":{
655
+ "name":"SendCustomVerificationEmail",
656
+ "http":{
657
+ "method":"POST",
658
+ "requestUri":"/"
659
+ },
660
+ "input":{"shape":"SendCustomVerificationEmailRequest"},
661
+ "output":{
662
+ "shape":"SendCustomVerificationEmailResponse",
663
+ "resultWrapper":"SendCustomVerificationEmailResult"
664
+ },
665
+ "errors":[
666
+ {"shape":"MessageRejected"},
667
+ {"shape":"ConfigurationSetDoesNotExistException"},
668
+ {"shape":"CustomVerificationEmailTemplateDoesNotExistException"},
669
+ {"shape":"FromEmailAddressNotVerifiedException"},
670
+ {"shape":"ProductionAccessNotGrantedException"}
671
+ ]
672
+ },
605
673
  "SendEmail":{
606
674
  "name":"SendEmail",
607
675
  "http":{
@@ -834,6 +902,19 @@
834
902
  {"shape":"InvalidTrackingOptionsException"}
835
903
  ]
836
904
  },
905
+ "UpdateCustomVerificationEmailTemplate":{
906
+ "name":"UpdateCustomVerificationEmailTemplate",
907
+ "http":{
908
+ "method":"POST",
909
+ "requestUri":"/"
910
+ },
911
+ "input":{"shape":"UpdateCustomVerificationEmailTemplateRequest"},
912
+ "errors":[
913
+ {"shape":"CustomVerificationEmailTemplateDoesNotExistException"},
914
+ {"shape":"FromEmailAddressNotVerifiedException"},
915
+ {"shape":"CustomVerificationEmailInvalidContentException"}
916
+ ]
917
+ },
837
918
  "UpdateReceiptRule":{
838
919
  "name":"UpdateReceiptRule",
839
920
  "http":{
@@ -1225,6 +1306,25 @@
1225
1306
  "members":{
1226
1307
  }
1227
1308
  },
1309
+ "CreateCustomVerificationEmailTemplateRequest":{
1310
+ "type":"structure",
1311
+ "required":[
1312
+ "TemplateName",
1313
+ "FromEmailAddress",
1314
+ "TemplateSubject",
1315
+ "TemplateContent",
1316
+ "SuccessRedirectionURL",
1317
+ "FailureRedirectionURL"
1318
+ ],
1319
+ "members":{
1320
+ "TemplateName":{"shape":"TemplateName"},
1321
+ "FromEmailAddress":{"shape":"FromAddress"},
1322
+ "TemplateSubject":{"shape":"Subject"},
1323
+ "TemplateContent":{"shape":"TemplateContent"},
1324
+ "SuccessRedirectionURL":{"shape":"SuccessRedirectionURL"},
1325
+ "FailureRedirectionURL":{"shape":"FailureRedirectionURL"}
1326
+ }
1327
+ },
1228
1328
  "CreateReceiptFilterRequest":{
1229
1329
  "type":"structure",
1230
1330
  "required":["Filter"],
@@ -1288,6 +1388,55 @@
1288
1388
  ]
1289
1389
  },
1290
1390
  "CustomRedirectDomain":{"type":"string"},
1391
+ "CustomVerificationEmailInvalidContentException":{
1392
+ "type":"structure",
1393
+ "members":{
1394
+ },
1395
+ "error":{
1396
+ "code":"CustomVerificationEmailInvalidContent",
1397
+ "httpStatusCode":400,
1398
+ "senderFault":true
1399
+ },
1400
+ "exception":true
1401
+ },
1402
+ "CustomVerificationEmailTemplate":{
1403
+ "type":"structure",
1404
+ "members":{
1405
+ "TemplateName":{"shape":"TemplateName"},
1406
+ "FromEmailAddress":{"shape":"FromAddress"},
1407
+ "TemplateSubject":{"shape":"Subject"},
1408
+ "SuccessRedirectionURL":{"shape":"SuccessRedirectionURL"},
1409
+ "FailureRedirectionURL":{"shape":"FailureRedirectionURL"}
1410
+ }
1411
+ },
1412
+ "CustomVerificationEmailTemplateAlreadyExistsException":{
1413
+ "type":"structure",
1414
+ "members":{
1415
+ "CustomVerificationEmailTemplateName":{"shape":"TemplateName"}
1416
+ },
1417
+ "error":{
1418
+ "code":"CustomVerificationEmailTemplateAlreadyExists",
1419
+ "httpStatusCode":400,
1420
+ "senderFault":true
1421
+ },
1422
+ "exception":true
1423
+ },
1424
+ "CustomVerificationEmailTemplateDoesNotExistException":{
1425
+ "type":"structure",
1426
+ "members":{
1427
+ "CustomVerificationEmailTemplateName":{"shape":"TemplateName"}
1428
+ },
1429
+ "error":{
1430
+ "code":"CustomVerificationEmailTemplateDoesNotExist",
1431
+ "httpStatusCode":400,
1432
+ "senderFault":true
1433
+ },
1434
+ "exception":true
1435
+ },
1436
+ "CustomVerificationEmailTemplates":{
1437
+ "type":"list",
1438
+ "member":{"shape":"CustomVerificationEmailTemplate"}
1439
+ },
1291
1440
  "DefaultDimensionValue":{"type":"string"},
1292
1441
  "DeleteConfigurationSetEventDestinationRequest":{
1293
1442
  "type":"structure",
@@ -1329,6 +1478,13 @@
1329
1478
  "members":{
1330
1479
  }
1331
1480
  },
1481
+ "DeleteCustomVerificationEmailTemplateRequest":{
1482
+ "type":"structure",
1483
+ "required":["TemplateName"],
1484
+ "members":{
1485
+ "TemplateName":{"shape":"TemplateName"}
1486
+ }
1487
+ },
1332
1488
  "DeleteIdentityPolicyRequest":{
1333
1489
  "type":"structure",
1334
1490
  "required":[
@@ -1594,12 +1750,44 @@
1594
1750
  },
1595
1751
  "ExtensionFieldName":{"type":"string"},
1596
1752
  "ExtensionFieldValue":{"type":"string"},
1753
+ "FailureRedirectionURL":{"type":"string"},
1754
+ "FromAddress":{"type":"string"},
1755
+ "FromEmailAddressNotVerifiedException":{
1756
+ "type":"structure",
1757
+ "members":{
1758
+ "FromEmailAddress":{"shape":"FromAddress"}
1759
+ },
1760
+ "error":{
1761
+ "code":"FromEmailAddressNotVerified",
1762
+ "httpStatusCode":400,
1763
+ "senderFault":true
1764
+ },
1765
+ "exception":true
1766
+ },
1597
1767
  "GetAccountSendingEnabledResponse":{
1598
1768
  "type":"structure",
1599
1769
  "members":{
1600
1770
  "Enabled":{"shape":"Enabled"}
1601
1771
  }
1602
1772
  },
1773
+ "GetCustomVerificationEmailTemplateRequest":{
1774
+ "type":"structure",
1775
+ "required":["TemplateName"],
1776
+ "members":{
1777
+ "TemplateName":{"shape":"TemplateName"}
1778
+ }
1779
+ },
1780
+ "GetCustomVerificationEmailTemplateResponse":{
1781
+ "type":"structure",
1782
+ "members":{
1783
+ "TemplateName":{"shape":"TemplateName"},
1784
+ "FromEmailAddress":{"shape":"FromAddress"},
1785
+ "TemplateSubject":{"shape":"Subject"},
1786
+ "TemplateContent":{"shape":"TemplateContent"},
1787
+ "SuccessRedirectionURL":{"shape":"SuccessRedirectionURL"},
1788
+ "FailureRedirectionURL":{"shape":"FailureRedirectionURL"}
1789
+ }
1790
+ },
1603
1791
  "GetIdentityDkimAttributesRequest":{
1604
1792
  "type":"structure",
1605
1793
  "required":["Identities"],
@@ -1953,6 +2141,20 @@
1953
2141
  "NextToken":{"shape":"NextToken"}
1954
2142
  }
1955
2143
  },
2144
+ "ListCustomVerificationEmailTemplatesRequest":{
2145
+ "type":"structure",
2146
+ "members":{
2147
+ "NextToken":{"shape":"NextToken"},
2148
+ "MaxResults":{"shape":"MaxResults"}
2149
+ }
2150
+ },
2151
+ "ListCustomVerificationEmailTemplatesResponse":{
2152
+ "type":"structure",
2153
+ "members":{
2154
+ "CustomVerificationEmailTemplates":{"shape":"CustomVerificationEmailTemplates"},
2155
+ "NextToken":{"shape":"NextToken"}
2156
+ }
2157
+ },
1956
2158
  "ListIdentitiesRequest":{
1957
2159
  "type":"structure",
1958
2160
  "members":{
@@ -2046,6 +2248,12 @@
2046
2248
  },
2047
2249
  "Max24HourSend":{"type":"double"},
2048
2250
  "MaxItems":{"type":"integer"},
2251
+ "MaxResults":{
2252
+ "type":"integer",
2253
+ "box":true,
2254
+ "max":50,
2255
+ "min":1
2256
+ },
2049
2257
  "MaxSendRate":{"type":"double"},
2050
2258
  "Message":{
2051
2259
  "type":"structure",
@@ -2142,6 +2350,17 @@
2142
2350
  "type":"list",
2143
2351
  "member":{"shape":"PolicyName"}
2144
2352
  },
2353
+ "ProductionAccessNotGrantedException":{
2354
+ "type":"structure",
2355
+ "members":{
2356
+ },
2357
+ "error":{
2358
+ "code":"ProductionAccessNotGranted",
2359
+ "httpStatusCode":400,
2360
+ "senderFault":true
2361
+ },
2362
+ "exception":true
2363
+ },
2145
2364
  "PutIdentityPolicyRequest":{
2146
2365
  "type":"structure",
2147
2366
  "required":[
@@ -2408,6 +2627,24 @@
2408
2627
  "Status":{"shape":"BulkEmailDestinationStatusList"}
2409
2628
  }
2410
2629
  },
2630
+ "SendCustomVerificationEmailRequest":{
2631
+ "type":"structure",
2632
+ "required":[
2633
+ "EmailAddress",
2634
+ "TemplateName"
2635
+ ],
2636
+ "members":{
2637
+ "EmailAddress":{"shape":"Address"},
2638
+ "TemplateName":{"shape":"TemplateName"},
2639
+ "ConfigurationSetName":{"shape":"ConfigurationSetName"}
2640
+ }
2641
+ },
2642
+ "SendCustomVerificationEmailResponse":{
2643
+ "type":"structure",
2644
+ "members":{
2645
+ "MessageId":{"shape":"MessageId"}
2646
+ }
2647
+ },
2411
2648
  "SendDataPoint":{
2412
2649
  "type":"structure",
2413
2650
  "members":{
@@ -2620,7 +2857,9 @@
2620
2857
  "type":"string",
2621
2858
  "enum":["RuleSet"]
2622
2859
  },
2860
+ "Subject":{"type":"string"},
2623
2861
  "SubjectPart":{"type":"string"},
2862
+ "SuccessRedirectionURL":{"type":"string"},
2624
2863
  "Template":{
2625
2864
  "type":"structure",
2626
2865
  "required":["TemplateName"],
@@ -2631,6 +2870,7 @@
2631
2870
  "HtmlPart":{"shape":"HtmlPart"}
2632
2871
  }
2633
2872
  },
2873
+ "TemplateContent":{"type":"string"},
2634
2874
  "TemplateData":{
2635
2875
  "type":"string",
2636
2876
  "max":262144
@@ -2775,6 +3015,18 @@
2775
3015
  "members":{
2776
3016
  }
2777
3017
  },
3018
+ "UpdateCustomVerificationEmailTemplateRequest":{
3019
+ "type":"structure",
3020
+ "required":["TemplateName"],
3021
+ "members":{
3022
+ "TemplateName":{"shape":"TemplateName"},
3023
+ "FromEmailAddress":{"shape":"FromAddress"},
3024
+ "TemplateSubject":{"shape":"Subject"},
3025
+ "TemplateContent":{"shape":"TemplateContent"},
3026
+ "SuccessRedirectionURL":{"shape":"SuccessRedirectionURL"},
3027
+ "FailureRedirectionURL":{"shape":"FailureRedirectionURL"}
3028
+ }
3029
+ },
2778
3030
  "UpdateReceiptRuleRequest":{
2779
3031
  "type":"structure",
2780
3032
  "required":[
@@ -1,5 +1,10 @@
1
1
  {
2
2
  "pagination": {
3
+ "ListCustomVerificationEmailTemplates": {
4
+ "input_token": "NextToken",
5
+ "limit_key": "MaxResults",
6
+ "output_token": "NextToken"
7
+ },
3
8
  "ListIdentities": {
4
9
  "input_token": "NextToken",
5
10
  "limit_key": "MaxItems",
@@ -288,6 +288,7 @@
288
288
  "AccessPolicies":{"shape":"PolicyDocument"},
289
289
  "SnapshotOptions":{"shape":"SnapshotOptions"},
290
290
  "VPCOptions":{"shape":"VPCOptions"},
291
+ "EncryptionAtRestOptions":{"shape":"EncryptionAtRestOptions"},
291
292
  "AdvancedOptions":{"shape":"AdvancedOptions"},
292
293
  "LogPublishingOptions":{"shape":"LogPublishingOptions"}
293
294
  }
@@ -523,6 +524,7 @@
523
524
  "AccessPolicies":{"shape":"AccessPoliciesStatus"},
524
525
  "SnapshotOptions":{"shape":"SnapshotOptionsStatus"},
525
526
  "VPCOptions":{"shape":"VPCDerivedInfoStatus"},
527
+ "EncryptionAtRestOptions":{"shape":"EncryptionAtRestOptionsStatus"},
526
528
  "AdvancedOptions":{"shape":"AdvancedOptionsStatus"},
527
529
  "LogPublishingOptions":{"shape":"LogPublishingOptionsStatus"}
528
530
  }
@@ -550,6 +552,7 @@
550
552
  "AccessPolicies":{"shape":"PolicyDocument"},
551
553
  "SnapshotOptions":{"shape":"SnapshotOptions"},
552
554
  "VPCOptions":{"shape":"VPCDerivedInfo"},
555
+ "EncryptionAtRestOptions":{"shape":"EncryptionAtRestOptions"},
553
556
  "AdvancedOptions":{"shape":"AdvancedOptions"},
554
557
  "LogPublishingOptions":{"shape":"LogPublishingOptions"}
555
558
  }
@@ -578,6 +581,24 @@
578
581
  }
579
582
  },
580
583
  "ElasticsearchVersionString":{"type":"string"},
584
+ "EncryptionAtRestOptions":{
585
+ "type":"structure",
586
+ "members":{
587
+ "Enabled":{"shape":"Boolean"},
588
+ "KmsKeyId":{"shape":"KmsKeyId"}
589
+ }
590
+ },
591
+ "EncryptionAtRestOptionsStatus":{
592
+ "type":"structure",
593
+ "required":[
594
+ "Options",
595
+ "Status"
596
+ ],
597
+ "members":{
598
+ "Options":{"shape":"EncryptionAtRestOptions"},
599
+ "Status":{"shape":"OptionStatus"}
600
+ }
601
+ },
581
602
  "EndpointsMap":{
582
603
  "type":"map",
583
604
  "key":{"shape":"String"},
@@ -613,6 +634,11 @@
613
634
  "error":{"httpStatusCode":409},
614
635
  "exception":true
615
636
  },
637
+ "KmsKeyId":{
638
+ "type":"string",
639
+ "max":500,
640
+ "min":1
641
+ },
616
642
  "LimitExceededException":{
617
643
  "type":"structure",
618
644
  "members":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.98'
2
+ VERSION = '2.10.99'
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.10.98
4
+ version: 2.10.99
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: 2017-12-06 00:00:00.000000000 Z
11
+ date: 2017-12-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath