aws-sdk-core 2.10.62 → 2.10.63

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: 0eb27c10eafa96065d99cf7815140ada576bc8f4
4
- data.tar.gz: 1d7aa70dc6f0817b1e73c01d537782d3efe7926d
3
+ metadata.gz: 78a73ac0000d9f67119d9adb68aef00a74336d1b
4
+ data.tar.gz: 6b38eb3b11bc8f196e46f508bd95fe695dbfc93c
5
5
  SHA512:
6
- metadata.gz: ede91c73b5302eff45a1fcdbe0fe9a05fa0c07ef36452935fb9299d56d3c79f8802c25e96ad2a163ad4db337c0f264f8f723cb133345b5afb9e69a0c3439884e
7
- data.tar.gz: 99121b1329aa603433928fe9a24c7a263f3886ec78f7f9ff2ba8b9f5dd703419509029f6c2635826f41af7ab280fbc5c16ab5b5e01ccc00e744e5d7d746ed3f9
6
+ metadata.gz: db95e487ef9a7d552974225b5889b2696ddc44e73e888ebd4f44f6b01a16908c38f9e46a9cfb8f9808858dbc80c957c17daa9fe035f297b76753e0f2070b369b
7
+ data.tar.gz: 16036f717e8baab6d9c44c86967960280742e0d63fdb23773deebdc830c0f5a8909a71291a103f0875d720b26097aba1bebc9cfbbdb68d31555ba93872529fb8
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "version":"2.0",
3
3
  "metadata":{
4
- "uid":"ecr-2015-09-21",
5
4
  "apiVersion":"2015-09-21",
6
5
  "endpointPrefix":"ecr",
7
6
  "jsonVersion":"1.1",
@@ -9,7 +8,8 @@
9
8
  "serviceAbbreviation":"Amazon ECR",
10
9
  "serviceFullName":"Amazon EC2 Container Registry",
11
10
  "signatureVersion":"v4",
12
- "targetPrefix":"AmazonEC2ContainerRegistry_V20150921"
11
+ "targetPrefix":"AmazonEC2ContainerRegistry_V20150921",
12
+ "uid":"ecr-2015-09-21"
13
13
  },
14
14
  "operations":{
15
15
  "BatchCheckLayerAvailability":{
@@ -88,6 +88,21 @@
88
88
  {"shape":"LimitExceededException"}
89
89
  ]
90
90
  },
91
+ "DeleteLifecyclePolicy":{
92
+ "name":"DeleteLifecyclePolicy",
93
+ "http":{
94
+ "method":"POST",
95
+ "requestUri":"/"
96
+ },
97
+ "input":{"shape":"DeleteLifecyclePolicyRequest"},
98
+ "output":{"shape":"DeleteLifecyclePolicyResponse"},
99
+ "errors":[
100
+ {"shape":"ServerException"},
101
+ {"shape":"InvalidParameterException"},
102
+ {"shape":"RepositoryNotFoundException"},
103
+ {"shape":"LifecyclePolicyNotFoundException"}
104
+ ]
105
+ },
91
106
  "DeleteRepository":{
92
107
  "name":"DeleteRepository",
93
108
  "http":{
@@ -176,6 +191,36 @@
176
191
  {"shape":"RepositoryNotFoundException"}
177
192
  ]
178
193
  },
194
+ "GetLifecyclePolicy":{
195
+ "name":"GetLifecyclePolicy",
196
+ "http":{
197
+ "method":"POST",
198
+ "requestUri":"/"
199
+ },
200
+ "input":{"shape":"GetLifecyclePolicyRequest"},
201
+ "output":{"shape":"GetLifecyclePolicyResponse"},
202
+ "errors":[
203
+ {"shape":"ServerException"},
204
+ {"shape":"InvalidParameterException"},
205
+ {"shape":"RepositoryNotFoundException"},
206
+ {"shape":"LifecyclePolicyNotFoundException"}
207
+ ]
208
+ },
209
+ "GetLifecyclePolicyPreview":{
210
+ "name":"GetLifecyclePolicyPreview",
211
+ "http":{
212
+ "method":"POST",
213
+ "requestUri":"/"
214
+ },
215
+ "input":{"shape":"GetLifecyclePolicyPreviewRequest"},
216
+ "output":{"shape":"GetLifecyclePolicyPreviewResponse"},
217
+ "errors":[
218
+ {"shape":"ServerException"},
219
+ {"shape":"InvalidParameterException"},
220
+ {"shape":"RepositoryNotFoundException"},
221
+ {"shape":"LifecyclePolicyPreviewNotFoundException"}
222
+ ]
223
+ },
179
224
  "GetRepositoryPolicy":{
180
225
  "name":"GetRepositoryPolicy",
181
226
  "http":{
@@ -236,6 +281,20 @@
236
281
  {"shape":"LimitExceededException"}
237
282
  ]
238
283
  },
284
+ "PutLifecyclePolicy":{
285
+ "name":"PutLifecyclePolicy",
286
+ "http":{
287
+ "method":"POST",
288
+ "requestUri":"/"
289
+ },
290
+ "input":{"shape":"PutLifecyclePolicyRequest"},
291
+ "output":{"shape":"PutLifecyclePolicyResponse"},
292
+ "errors":[
293
+ {"shape":"ServerException"},
294
+ {"shape":"InvalidParameterException"},
295
+ {"shape":"RepositoryNotFoundException"}
296
+ ]
297
+ },
239
298
  "SetRepositoryPolicy":{
240
299
  "name":"SetRepositoryPolicy",
241
300
  "http":{
@@ -250,6 +309,22 @@
250
309
  {"shape":"RepositoryNotFoundException"}
251
310
  ]
252
311
  },
312
+ "StartLifecyclePolicyPreview":{
313
+ "name":"StartLifecyclePolicyPreview",
314
+ "http":{
315
+ "method":"POST",
316
+ "requestUri":"/"
317
+ },
318
+ "input":{"shape":"StartLifecyclePolicyPreviewRequest"},
319
+ "output":{"shape":"StartLifecyclePolicyPreviewResponse"},
320
+ "errors":[
321
+ {"shape":"ServerException"},
322
+ {"shape":"InvalidParameterException"},
323
+ {"shape":"RepositoryNotFoundException"},
324
+ {"shape":"LifecyclePolicyNotFoundException"},
325
+ {"shape":"LifecyclePolicyPreviewInProgressException"}
326
+ ]
327
+ },
253
328
  "UploadLayerPart":{
254
329
  "name":"UploadLayerPart",
255
330
  "http":{
@@ -392,6 +467,23 @@
392
467
  }
393
468
  },
394
469
  "CreationTimestamp":{"type":"timestamp"},
470
+ "DeleteLifecyclePolicyRequest":{
471
+ "type":"structure",
472
+ "required":["repositoryName"],
473
+ "members":{
474
+ "registryId":{"shape":"RegistryId"},
475
+ "repositoryName":{"shape":"RepositoryName"}
476
+ }
477
+ },
478
+ "DeleteLifecyclePolicyResponse":{
479
+ "type":"structure",
480
+ "members":{
481
+ "registryId":{"shape":"RegistryId"},
482
+ "repositoryName":{"shape":"RepositoryName"},
483
+ "lifecyclePolicyText":{"shape":"LifecyclePolicyText"},
484
+ "lastEvaluatedAt":{"shape":"EvaluationTimestamp"}
485
+ }
486
+ },
395
487
  "DeleteRepositoryPolicyRequest":{
396
488
  "type":"structure",
397
489
  "required":["repositoryName"],
@@ -471,6 +563,7 @@
471
563
  },
472
564
  "exception":true
473
565
  },
566
+ "EvaluationTimestamp":{"type":"timestamp"},
474
567
  "ExceptionMessage":{"type":"string"},
475
568
  "ExpirationTimestamp":{"type":"timestamp"},
476
569
  "ForceFlag":{"type":"boolean"},
@@ -511,6 +604,47 @@
511
604
  "layerDigest":{"shape":"LayerDigest"}
512
605
  }
513
606
  },
607
+ "GetLifecyclePolicyPreviewRequest":{
608
+ "type":"structure",
609
+ "required":["repositoryName"],
610
+ "members":{
611
+ "registryId":{"shape":"RegistryId"},
612
+ "repositoryName":{"shape":"RepositoryName"},
613
+ "imageIds":{"shape":"ImageIdentifierList"},
614
+ "nextToken":{"shape":"NextToken"},
615
+ "maxResults":{"shape":"MaxResults"},
616
+ "filter":{"shape":"LifecyclePolicyPreviewFilter"}
617
+ }
618
+ },
619
+ "GetLifecyclePolicyPreviewResponse":{
620
+ "type":"structure",
621
+ "members":{
622
+ "registryId":{"shape":"RegistryId"},
623
+ "repositoryName":{"shape":"RepositoryName"},
624
+ "lifecyclePolicyText":{"shape":"LifecyclePolicyText"},
625
+ "status":{"shape":"LifecyclePolicyPreviewStatus"},
626
+ "nextToken":{"shape":"NextToken"},
627
+ "previewResults":{"shape":"LifecyclePolicyPreviewResultList"},
628
+ "summary":{"shape":"LifecyclePolicyPreviewSummary"}
629
+ }
630
+ },
631
+ "GetLifecyclePolicyRequest":{
632
+ "type":"structure",
633
+ "required":["repositoryName"],
634
+ "members":{
635
+ "registryId":{"shape":"RegistryId"},
636
+ "repositoryName":{"shape":"RepositoryName"}
637
+ }
638
+ },
639
+ "GetLifecyclePolicyResponse":{
640
+ "type":"structure",
641
+ "members":{
642
+ "registryId":{"shape":"RegistryId"},
643
+ "repositoryName":{"shape":"RepositoryName"},
644
+ "lifecyclePolicyText":{"shape":"LifecyclePolicyText"},
645
+ "lastEvaluatedAt":{"shape":"EvaluationTimestamp"}
646
+ }
647
+ },
514
648
  "GetRepositoryPolicyRequest":{
515
649
  "type":"structure",
516
650
  "required":["repositoryName"],
@@ -536,6 +670,10 @@
536
670
  "imageManifest":{"shape":"ImageManifest"}
537
671
  }
538
672
  },
673
+ "ImageActionType":{
674
+ "type":"string",
675
+ "enum":["EXPIRE"]
676
+ },
539
677
  "ImageAlreadyExistsException":{
540
678
  "type":"structure",
541
679
  "members":{
@@ -543,6 +681,10 @@
543
681
  },
544
682
  "exception":true
545
683
  },
684
+ "ImageCount":{
685
+ "type":"integer",
686
+ "min":0
687
+ },
546
688
  "ImageDetail":{
547
689
  "type":"structure",
548
690
  "members":{
@@ -733,6 +875,77 @@
733
875
  },
734
876
  "exception":true
735
877
  },
878
+ "LifecyclePolicyNotFoundException":{
879
+ "type":"structure",
880
+ "members":{
881
+ "message":{"shape":"ExceptionMessage"}
882
+ },
883
+ "exception":true
884
+ },
885
+ "LifecyclePolicyPreviewFilter":{
886
+ "type":"structure",
887
+ "members":{
888
+ "tagStatus":{"shape":"TagStatus"}
889
+ }
890
+ },
891
+ "LifecyclePolicyPreviewInProgressException":{
892
+ "type":"structure",
893
+ "members":{
894
+ "message":{"shape":"ExceptionMessage"}
895
+ },
896
+ "exception":true
897
+ },
898
+ "LifecyclePolicyPreviewNotFoundException":{
899
+ "type":"structure",
900
+ "members":{
901
+ "message":{"shape":"ExceptionMessage"}
902
+ },
903
+ "exception":true
904
+ },
905
+ "LifecyclePolicyPreviewResult":{
906
+ "type":"structure",
907
+ "members":{
908
+ "imageTags":{"shape":"ImageTagList"},
909
+ "imageDigest":{"shape":"ImageDigest"},
910
+ "imagePushedAt":{"shape":"PushTimestamp"},
911
+ "action":{"shape":"LifecyclePolicyRuleAction"},
912
+ "appliedRulePriority":{"shape":"LifecyclePolicyRulePriority"}
913
+ }
914
+ },
915
+ "LifecyclePolicyPreviewResultList":{
916
+ "type":"list",
917
+ "member":{"shape":"LifecyclePolicyPreviewResult"}
918
+ },
919
+ "LifecyclePolicyPreviewStatus":{
920
+ "type":"string",
921
+ "enum":[
922
+ "IN_PROGRESS",
923
+ "COMPLETE",
924
+ "EXPIRED",
925
+ "FAILED"
926
+ ]
927
+ },
928
+ "LifecyclePolicyPreviewSummary":{
929
+ "type":"structure",
930
+ "members":{
931
+ "expiringImageTotalCount":{"shape":"ImageCount"}
932
+ }
933
+ },
934
+ "LifecyclePolicyRuleAction":{
935
+ "type":"structure",
936
+ "members":{
937
+ "type":{"shape":"ImageActionType"}
938
+ }
939
+ },
940
+ "LifecyclePolicyRulePriority":{
941
+ "type":"integer",
942
+ "min":1
943
+ },
944
+ "LifecyclePolicyText":{
945
+ "type":"string",
946
+ "max":10240,
947
+ "min":100
948
+ },
736
949
  "LimitExceededException":{
737
950
  "type":"structure",
738
951
  "members":{
@@ -769,10 +982,7 @@
769
982
  "max":100,
770
983
  "min":1
771
984
  },
772
- "MediaType":{
773
- "type":"string",
774
- "pattern":"\\w{1,127}\\/[-+.\\w]{1,127}"
775
- },
985
+ "MediaType":{"type":"string"},
776
986
  "MediaTypeList":{
777
987
  "type":"list",
778
988
  "member":{"shape":"MediaType"},
@@ -805,6 +1015,26 @@
805
1015
  "image":{"shape":"Image"}
806
1016
  }
807
1017
  },
1018
+ "PutLifecyclePolicyRequest":{
1019
+ "type":"structure",
1020
+ "required":[
1021
+ "repositoryName",
1022
+ "lifecyclePolicyText"
1023
+ ],
1024
+ "members":{
1025
+ "registryId":{"shape":"RegistryId"},
1026
+ "repositoryName":{"shape":"RepositoryName"},
1027
+ "lifecyclePolicyText":{"shape":"LifecyclePolicyText"}
1028
+ }
1029
+ },
1030
+ "PutLifecyclePolicyResponse":{
1031
+ "type":"structure",
1032
+ "members":{
1033
+ "registryId":{"shape":"RegistryId"},
1034
+ "repositoryName":{"shape":"RepositoryName"},
1035
+ "lifecyclePolicyText":{"shape":"LifecyclePolicyText"}
1036
+ }
1037
+ },
808
1038
  "RegistryId":{
809
1039
  "type":"string",
810
1040
  "pattern":"[0-9]{12}"
@@ -897,6 +1127,24 @@
897
1127
  "policyText":{"shape":"RepositoryPolicyText"}
898
1128
  }
899
1129
  },
1130
+ "StartLifecyclePolicyPreviewRequest":{
1131
+ "type":"structure",
1132
+ "required":["repositoryName"],
1133
+ "members":{
1134
+ "registryId":{"shape":"RegistryId"},
1135
+ "repositoryName":{"shape":"RepositoryName"},
1136
+ "lifecyclePolicyText":{"shape":"LifecyclePolicyText"}
1137
+ }
1138
+ },
1139
+ "StartLifecyclePolicyPreviewResponse":{
1140
+ "type":"structure",
1141
+ "members":{
1142
+ "registryId":{"shape":"RegistryId"},
1143
+ "repositoryName":{"shape":"RepositoryName"},
1144
+ "lifecyclePolicyText":{"shape":"LifecyclePolicyText"},
1145
+ "status":{"shape":"LifecyclePolicyPreviewStatus"}
1146
+ }
1147
+ },
900
1148
  "TagStatus":{
901
1149
  "type":"string",
902
1150
  "enum":[
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "pagination": {
3
- "ListImages": {
4
- "input_token": "nextToken",
5
- "output_token": "nextToken",
6
- "limit_key": "maxResults",
7
- "result_key": "imageIds"
8
- },
9
3
  "DescribeImages": {
10
4
  "input_token": "nextToken",
11
- "output_token": "nextToken",
12
5
  "limit_key": "maxResults",
6
+ "output_token": "nextToken",
13
7
  "result_key": "imageDetails"
14
8
  },
15
9
  "DescribeRepositories": {
16
10
  "input_token": "nextToken",
17
- "output_token": "nextToken",
18
11
  "limit_key": "maxResults",
12
+ "output_token": "nextToken",
19
13
  "result_key": "repositories"
14
+ },
15
+ "ListImages": {
16
+ "input_token": "nextToken",
17
+ "limit_key": "maxResults",
18
+ "output_token": "nextToken",
19
+ "result_key": "imageIds"
20
20
  }
21
21
  }
22
- }
22
+ }
@@ -136,6 +136,23 @@
136
136
  {"shape":"LimitExceededException"}
137
137
  ]
138
138
  },
139
+ "CreateTemplate":{
140
+ "name":"CreateTemplate",
141
+ "http":{
142
+ "method":"POST",
143
+ "requestUri":"/"
144
+ },
145
+ "input":{"shape":"CreateTemplateRequest"},
146
+ "output":{
147
+ "shape":"CreateTemplateResponse",
148
+ "resultWrapper":"CreateTemplateResult"
149
+ },
150
+ "errors":[
151
+ {"shape":"AlreadyExistsException"},
152
+ {"shape":"InvalidTemplateException"},
153
+ {"shape":"LimitExceededException"}
154
+ ]
155
+ },
139
156
  "DeleteConfigurationSet":{
140
157
  "name":"DeleteConfigurationSet",
141
158
  "http":{
@@ -249,6 +266,18 @@
249
266
  {"shape":"CannotDeleteException"}
250
267
  ]
251
268
  },
269
+ "DeleteTemplate":{
270
+ "name":"DeleteTemplate",
271
+ "http":{
272
+ "method":"POST",
273
+ "requestUri":"/"
274
+ },
275
+ "input":{"shape":"DeleteTemplateRequest"},
276
+ "output":{
277
+ "shape":"DeleteTemplateResponse",
278
+ "resultWrapper":"DeleteTemplateResult"
279
+ }
280
+ },
252
281
  "DeleteVerifiedEmailAddress":{
253
282
  "name":"DeleteVerifiedEmailAddress",
254
283
  "http":{
@@ -397,6 +426,21 @@
397
426
  "resultWrapper":"GetSendStatisticsResult"
398
427
  }
399
428
  },
429
+ "GetTemplate":{
430
+ "name":"GetTemplate",
431
+ "http":{
432
+ "method":"POST",
433
+ "requestUri":"/"
434
+ },
435
+ "input":{"shape":"GetTemplateRequest"},
436
+ "output":{
437
+ "shape":"GetTemplateResponse",
438
+ "resultWrapper":"GetTemplateResult"
439
+ },
440
+ "errors":[
441
+ {"shape":"TemplateDoesNotExistException"}
442
+ ]
443
+ },
400
444
  "ListConfigurationSets":{
401
445
  "name":"ListConfigurationSets",
402
446
  "http":{
@@ -457,6 +501,18 @@
457
501
  "resultWrapper":"ListReceiptRuleSetsResult"
458
502
  }
459
503
  },
504
+ "ListTemplates":{
505
+ "name":"ListTemplates",
506
+ "http":{
507
+ "method":"POST",
508
+ "requestUri":"/"
509
+ },
510
+ "input":{"shape":"ListTemplatesRequest"},
511
+ "output":{
512
+ "shape":"ListTemplatesResponse",
513
+ "resultWrapper":"ListTemplatesResult"
514
+ }
515
+ },
460
516
  "ListVerifiedEmailAddresses":{
461
517
  "name":"ListVerifiedEmailAddresses",
462
518
  "http":{
@@ -514,6 +570,24 @@
514
570
  {"shape":"MessageRejected"}
515
571
  ]
516
572
  },
573
+ "SendBulkTemplatedEmail":{
574
+ "name":"SendBulkTemplatedEmail",
575
+ "http":{
576
+ "method":"POST",
577
+ "requestUri":"/"
578
+ },
579
+ "input":{"shape":"SendBulkTemplatedEmailRequest"},
580
+ "output":{
581
+ "shape":"SendBulkTemplatedEmailResponse",
582
+ "resultWrapper":"SendBulkTemplatedEmailResult"
583
+ },
584
+ "errors":[
585
+ {"shape":"MessageRejected"},
586
+ {"shape":"MailFromDomainNotVerifiedException"},
587
+ {"shape":"ConfigurationSetDoesNotExistException"},
588
+ {"shape":"TemplateDoesNotExistException"}
589
+ ]
590
+ },
517
591
  "SendEmail":{
518
592
  "name":"SendEmail",
519
593
  "http":{
@@ -548,6 +622,24 @@
548
622
  {"shape":"ConfigurationSetDoesNotExistException"}
549
623
  ]
550
624
  },
625
+ "SendTemplatedEmail":{
626
+ "name":"SendTemplatedEmail",
627
+ "http":{
628
+ "method":"POST",
629
+ "requestUri":"/"
630
+ },
631
+ "input":{"shape":"SendTemplatedEmailRequest"},
632
+ "output":{
633
+ "shape":"SendTemplatedEmailResponse",
634
+ "resultWrapper":"SendTemplatedEmailResult"
635
+ },
636
+ "errors":[
637
+ {"shape":"MessageRejected"},
638
+ {"shape":"MailFromDomainNotVerifiedException"},
639
+ {"shape":"ConfigurationSetDoesNotExistException"},
640
+ {"shape":"TemplateDoesNotExistException"}
641
+ ]
642
+ },
551
643
  "SetActiveReceiptRuleSet":{
552
644
  "name":"SetActiveReceiptRuleSet",
553
645
  "http":{
@@ -639,6 +731,23 @@
639
731
  {"shape":"RuleDoesNotExistException"}
640
732
  ]
641
733
  },
734
+ "TestRenderTemplate":{
735
+ "name":"TestRenderTemplate",
736
+ "http":{
737
+ "method":"POST",
738
+ "requestUri":"/"
739
+ },
740
+ "input":{"shape":"TestRenderTemplateRequest"},
741
+ "output":{
742
+ "shape":"TestRenderTemplateResponse",
743
+ "resultWrapper":"TestRenderTemplateResult"
744
+ },
745
+ "errors":[
746
+ {"shape":"TemplateDoesNotExistException"},
747
+ {"shape":"InvalidRenderingParameterException"},
748
+ {"shape":"MissingRenderingAttributeException"}
749
+ ]
750
+ },
642
751
  "UpdateConfigurationSetEventDestination":{
643
752
  "name":"UpdateConfigurationSetEventDestination",
644
753
  "http":{
@@ -695,6 +804,22 @@
695
804
  {"shape":"LimitExceededException"}
696
805
  ]
697
806
  },
807
+ "UpdateTemplate":{
808
+ "name":"UpdateTemplate",
809
+ "http":{
810
+ "method":"POST",
811
+ "requestUri":"/"
812
+ },
813
+ "input":{"shape":"UpdateTemplateRequest"},
814
+ "output":{
815
+ "shape":"UpdateTemplateResponse",
816
+ "resultWrapper":"UpdateTemplateResult"
817
+ },
818
+ "errors":[
819
+ {"shape":"TemplateDoesNotExistException"},
820
+ {"shape":"InvalidTemplateException"}
821
+ ]
822
+ },
698
823
  "VerifyDomainDkim":{
699
824
  "name":"VerifyDomainDkim",
700
825
  "http":{
@@ -828,6 +953,48 @@
828
953
  "type":"list",
829
954
  "member":{"shape":"BouncedRecipientInfo"}
830
955
  },
956
+ "BulkEmailDestination":{
957
+ "type":"structure",
958
+ "required":["Destination"],
959
+ "members":{
960
+ "Destination":{"shape":"Destination"},
961
+ "ReplacementTags":{"shape":"MessageTagList"},
962
+ "ReplacementTemplateData":{"shape":"TemplateData"}
963
+ }
964
+ },
965
+ "BulkEmailDestinationList":{
966
+ "type":"list",
967
+ "member":{"shape":"BulkEmailDestination"}
968
+ },
969
+ "BulkEmailDestinationStatus":{
970
+ "type":"structure",
971
+ "members":{
972
+ "Status":{"shape":"BulkEmailStatus"},
973
+ "Error":{"shape":"Error"},
974
+ "MessageId":{"shape":"MessageId"}
975
+ }
976
+ },
977
+ "BulkEmailDestinationStatusList":{
978
+ "type":"list",
979
+ "member":{"shape":"BulkEmailDestinationStatus"}
980
+ },
981
+ "BulkEmailStatus":{
982
+ "type":"string",
983
+ "enum":[
984
+ "Success",
985
+ "MessageRejected",
986
+ "MailFromDomainNotVerified",
987
+ "ConfigurationSetDoesNotExist",
988
+ "TemplateDoesNotExist",
989
+ "AccountSuspended",
990
+ "AccountThrottled",
991
+ "AccountDailyQuotaExceeded",
992
+ "InvalidSendingPoolName",
993
+ "InvalidParameterValue",
994
+ "TransientFailure",
995
+ "Failed"
996
+ ]
997
+ },
831
998
  "CannotDeleteException":{
832
999
  "type":"structure",
833
1000
  "members":{
@@ -1023,6 +1190,18 @@
1023
1190
  "members":{
1024
1191
  }
1025
1192
  },
1193
+ "CreateTemplateRequest":{
1194
+ "type":"structure",
1195
+ "required":["Template"],
1196
+ "members":{
1197
+ "Template":{"shape":"Template"}
1198
+ }
1199
+ },
1200
+ "CreateTemplateResponse":{
1201
+ "type":"structure",
1202
+ "members":{
1203
+ }
1204
+ },
1026
1205
  "CustomMailFromStatus":{
1027
1206
  "type":"string",
1028
1207
  "enum":[
@@ -1142,6 +1321,18 @@
1142
1321
  "members":{
1143
1322
  }
1144
1323
  },
1324
+ "DeleteTemplateRequest":{
1325
+ "type":"structure",
1326
+ "required":["TemplateName"],
1327
+ "members":{
1328
+ "TemplateName":{"shape":"TemplateName"}
1329
+ }
1330
+ },
1331
+ "DeleteTemplateResponse":{
1332
+ "type":"structure",
1333
+ "members":{
1334
+ }
1335
+ },
1145
1336
  "DeleteVerifiedEmailAddressRequest":{
1146
1337
  "type":"structure",
1147
1338
  "required":["EmailAddress"],
@@ -1244,6 +1435,7 @@
1244
1435
  },
1245
1436
  "DsnStatus":{"type":"string"},
1246
1437
  "Enabled":{"type":"boolean"},
1438
+ "Error":{"type":"string"},
1247
1439
  "EventDestination":{
1248
1440
  "type":"structure",
1249
1441
  "required":[
@@ -1299,7 +1491,8 @@
1299
1491
  "complaint",
1300
1492
  "delivery",
1301
1493
  "open",
1302
- "click"
1494
+ "click",
1495
+ "renderingFailure"
1303
1496
  ]
1304
1497
  },
1305
1498
  "EventTypes":{
@@ -1412,8 +1605,22 @@
1412
1605
  "SendDataPoints":{"shape":"SendDataPointList"}
1413
1606
  }
1414
1607
  },
1608
+ "GetTemplateRequest":{
1609
+ "type":"structure",
1610
+ "required":["TemplateName"],
1611
+ "members":{
1612
+ "TemplateName":{"shape":"TemplateName"}
1613
+ }
1614
+ },
1615
+ "GetTemplateResponse":{
1616
+ "type":"structure",
1617
+ "members":{
1618
+ "Template":{"shape":"Template"}
1619
+ }
1620
+ },
1415
1621
  "HeaderName":{"type":"string"},
1416
1622
  "HeaderValue":{"type":"string"},
1623
+ "HtmlPart":{"type":"string"},
1417
1624
  "Identity":{"type":"string"},
1418
1625
  "IdentityDkimAttributes":{
1419
1626
  "type":"structure",
@@ -1537,6 +1744,18 @@
1537
1744
  },
1538
1745
  "exception":true
1539
1746
  },
1747
+ "InvalidRenderingParameterException":{
1748
+ "type":"structure",
1749
+ "members":{
1750
+ "TemplateName":{"shape":"TemplateName"}
1751
+ },
1752
+ "error":{
1753
+ "code":"InvalidRenderingParameter",
1754
+ "httpStatusCode":400,
1755
+ "senderFault":true
1756
+ },
1757
+ "exception":true
1758
+ },
1540
1759
  "InvalidS3ConfigurationException":{
1541
1760
  "type":"structure",
1542
1761
  "members":{
@@ -1574,6 +1793,18 @@
1574
1793
  },
1575
1794
  "exception":true
1576
1795
  },
1796
+ "InvalidTemplateException":{
1797
+ "type":"structure",
1798
+ "members":{
1799
+ "TemplateName":{"shape":"TemplateName"}
1800
+ },
1801
+ "error":{
1802
+ "code":"InvalidTemplate",
1803
+ "httpStatusCode":400,
1804
+ "senderFault":true
1805
+ },
1806
+ "exception":true
1807
+ },
1577
1808
  "InvalidTrackingOptionsException":{
1578
1809
  "type":"structure",
1579
1810
  "members":{
@@ -1692,6 +1923,20 @@
1692
1923
  "NextToken":{"shape":"NextToken"}
1693
1924
  }
1694
1925
  },
1926
+ "ListTemplatesRequest":{
1927
+ "type":"structure",
1928
+ "members":{
1929
+ "NextToken":{"shape":"NextToken"},
1930
+ "MaxItems":{"shape":"MaxItems"}
1931
+ }
1932
+ },
1933
+ "ListTemplatesResponse":{
1934
+ "type":"structure",
1935
+ "members":{
1936
+ "TemplatesMetadata":{"shape":"TemplateMetadataList"},
1937
+ "NextToken":{"shape":"NextToken"}
1938
+ }
1939
+ },
1695
1940
  "ListVerifiedEmailAddressesResponse":{
1696
1941
  "type":"structure",
1697
1942
  "members":{
@@ -1768,6 +2013,18 @@
1768
2013
  },
1769
2014
  "MessageTagName":{"type":"string"},
1770
2015
  "MessageTagValue":{"type":"string"},
2016
+ "MissingRenderingAttributeException":{
2017
+ "type":"structure",
2018
+ "members":{
2019
+ "TemplateName":{"shape":"TemplateName"}
2020
+ },
2021
+ "error":{
2022
+ "code":"MissingRenderingAttribute",
2023
+ "httpStatusCode":400,
2024
+ "senderFault":true
2025
+ },
2026
+ "exception":true
2027
+ },
1771
2028
  "NextToken":{"type":"string"},
1772
2029
  "NotificationAttributes":{
1773
2030
  "type":"map",
@@ -1932,6 +2189,7 @@
1932
2189
  "member":{"shape":"Recipient"}
1933
2190
  },
1934
2191
  "RemoteMta":{"type":"string"},
2192
+ "RenderedTemplate":{"type":"string"},
1935
2193
  "ReorderReceiptRuleSetRequest":{
1936
2194
  "type":"structure",
1937
2195
  "required":[
@@ -2030,6 +2288,34 @@
2030
2288
  "MessageId":{"shape":"MessageId"}
2031
2289
  }
2032
2290
  },
2291
+ "SendBulkTemplatedEmailRequest":{
2292
+ "type":"structure",
2293
+ "required":[
2294
+ "Source",
2295
+ "Template",
2296
+ "Destinations"
2297
+ ],
2298
+ "members":{
2299
+ "Source":{"shape":"Address"},
2300
+ "SourceArn":{"shape":"AmazonResourceName"},
2301
+ "ReplyToAddresses":{"shape":"AddressList"},
2302
+ "ReturnPath":{"shape":"Address"},
2303
+ "ReturnPathArn":{"shape":"AmazonResourceName"},
2304
+ "ConfigurationSetName":{"shape":"ConfigurationSetName"},
2305
+ "DefaultTags":{"shape":"MessageTagList"},
2306
+ "Template":{"shape":"TemplateName"},
2307
+ "TemplateArn":{"shape":"AmazonResourceName"},
2308
+ "DefaultTemplateData":{"shape":"TemplateData"},
2309
+ "Destinations":{"shape":"BulkEmailDestinationList"}
2310
+ }
2311
+ },
2312
+ "SendBulkTemplatedEmailResponse":{
2313
+ "type":"structure",
2314
+ "required":["Status"],
2315
+ "members":{
2316
+ "Status":{"shape":"BulkEmailDestinationStatusList"}
2317
+ }
2318
+ },
2033
2319
  "SendDataPoint":{
2034
2320
  "type":"structure",
2035
2321
  "members":{
@@ -2091,6 +2377,35 @@
2091
2377
  "MessageId":{"shape":"MessageId"}
2092
2378
  }
2093
2379
  },
2380
+ "SendTemplatedEmailRequest":{
2381
+ "type":"structure",
2382
+ "required":[
2383
+ "Source",
2384
+ "Destination",
2385
+ "Template",
2386
+ "TemplateData"
2387
+ ],
2388
+ "members":{
2389
+ "Source":{"shape":"Address"},
2390
+ "Destination":{"shape":"Destination"},
2391
+ "ReplyToAddresses":{"shape":"AddressList"},
2392
+ "ReturnPath":{"shape":"Address"},
2393
+ "SourceArn":{"shape":"AmazonResourceName"},
2394
+ "ReturnPathArn":{"shape":"AmazonResourceName"},
2395
+ "Tags":{"shape":"MessageTagList"},
2396
+ "ConfigurationSetName":{"shape":"ConfigurationSetName"},
2397
+ "Template":{"shape":"TemplateName"},
2398
+ "TemplateArn":{"shape":"AmazonResourceName"},
2399
+ "TemplateData":{"shape":"TemplateData"}
2400
+ }
2401
+ },
2402
+ "SendTemplatedEmailResponse":{
2403
+ "type":"structure",
2404
+ "required":["MessageId"],
2405
+ "members":{
2406
+ "MessageId":{"shape":"MessageId"}
2407
+ }
2408
+ },
2094
2409
  "SentLast24Hours":{"type":"double"},
2095
2410
  "SetActiveReceiptRuleSetRequest":{
2096
2411
  "type":"structure",
@@ -2213,6 +2528,63 @@
2213
2528
  "type":"string",
2214
2529
  "enum":["RuleSet"]
2215
2530
  },
2531
+ "SubjectPart":{"type":"string"},
2532
+ "Template":{
2533
+ "type":"structure",
2534
+ "required":["TemplateName"],
2535
+ "members":{
2536
+ "TemplateName":{"shape":"TemplateName"},
2537
+ "SubjectPart":{"shape":"SubjectPart"},
2538
+ "TextPart":{"shape":"TextPart"},
2539
+ "HtmlPart":{"shape":"HtmlPart"}
2540
+ }
2541
+ },
2542
+ "TemplateData":{
2543
+ "type":"string",
2544
+ "max":262144
2545
+ },
2546
+ "TemplateDoesNotExistException":{
2547
+ "type":"structure",
2548
+ "members":{
2549
+ "TemplateName":{"shape":"TemplateName"}
2550
+ },
2551
+ "error":{
2552
+ "code":"TemplateDoesNotExist",
2553
+ "httpStatusCode":400,
2554
+ "senderFault":true
2555
+ },
2556
+ "exception":true
2557
+ },
2558
+ "TemplateMetadata":{
2559
+ "type":"structure",
2560
+ "members":{
2561
+ "Name":{"shape":"TemplateName"},
2562
+ "CreatedTimestamp":{"shape":"Timestamp"}
2563
+ }
2564
+ },
2565
+ "TemplateMetadataList":{
2566
+ "type":"list",
2567
+ "member":{"shape":"TemplateMetadata"}
2568
+ },
2569
+ "TemplateName":{"type":"string"},
2570
+ "TestRenderTemplateRequest":{
2571
+ "type":"structure",
2572
+ "required":[
2573
+ "TemplateName",
2574
+ "TemplateData"
2575
+ ],
2576
+ "members":{
2577
+ "TemplateName":{"shape":"TemplateName"},
2578
+ "TemplateData":{"shape":"TemplateData"}
2579
+ }
2580
+ },
2581
+ "TestRenderTemplateResponse":{
2582
+ "type":"structure",
2583
+ "members":{
2584
+ "RenderedTemplate":{"shape":"RenderedTemplate"}
2585
+ }
2586
+ },
2587
+ "TextPart":{"type":"string"},
2216
2588
  "Timestamp":{"type":"timestamp"},
2217
2589
  "TlsPolicy":{
2218
2590
  "type":"string",
@@ -2299,6 +2671,18 @@
2299
2671
  "members":{
2300
2672
  }
2301
2673
  },
2674
+ "UpdateTemplateRequest":{
2675
+ "type":"structure",
2676
+ "required":["Template"],
2677
+ "members":{
2678
+ "Template":{"shape":"Template"}
2679
+ }
2680
+ },
2681
+ "UpdateTemplateResponse":{
2682
+ "type":"structure",
2683
+ "members":{
2684
+ }
2685
+ },
2302
2686
  "VerificationAttributes":{
2303
2687
  "type":"map",
2304
2688
  "key":{"shape":"Identity"},
@@ -572,6 +572,7 @@
572
572
  "ecr" : {
573
573
  "endpoints" : {
574
574
  "ap-northeast-1" : { },
575
+ "ap-northeast-2" : { },
575
576
  "ap-southeast-1" : { },
576
577
  "ap-southeast-2" : { },
577
578
  "ca-central-1" : { },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.62'
2
+ VERSION = '2.10.63'
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.62
4
+ version: 2.10.63
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-10-10 00:00:00.000000000 Z
11
+ date: 2017-10-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath