aws-sdk-core 2.11.612 → 2.11.617

Sign up to get free protection for your applications and to get access to all the features.
@@ -78,6 +78,18 @@
78
78
  "limit_key": "MaxResults",
79
79
  "result_key": "HyperParameterTuningJobSummaries"
80
80
  },
81
+ "ListImageVersions": {
82
+ "input_token": "NextToken",
83
+ "output_token": "NextToken",
84
+ "limit_key": "MaxResults",
85
+ "result_key": "ImageVersions"
86
+ },
87
+ "ListImages": {
88
+ "input_token": "NextToken",
89
+ "output_token": "NextToken",
90
+ "limit_key": "MaxResults",
91
+ "result_key": "Images"
92
+ },
81
93
  "ListLabelingJobs": {
82
94
  "input_token": "NextToken",
83
95
  "output_token": "NextToken",
@@ -46,6 +46,36 @@
46
46
  {"shape":"BadRequestException"}
47
47
  ]
48
48
  },
49
+ "CreateContact":{
50
+ "name":"CreateContact",
51
+ "http":{
52
+ "method":"POST",
53
+ "requestUri":"/v2/email/contact-lists/{ContactListName}/contacts"
54
+ },
55
+ "input":{"shape":"CreateContactRequest"},
56
+ "output":{"shape":"CreateContactResponse"},
57
+ "errors":[
58
+ {"shape":"BadRequestException"},
59
+ {"shape":"TooManyRequestsException"},
60
+ {"shape":"NotFoundException"},
61
+ {"shape":"AlreadyExistsException"}
62
+ ]
63
+ },
64
+ "CreateContactList":{
65
+ "name":"CreateContactList",
66
+ "http":{
67
+ "method":"POST",
68
+ "requestUri":"/v2/email/contact-lists"
69
+ },
70
+ "input":{"shape":"CreateContactListRequest"},
71
+ "output":{"shape":"CreateContactListResponse"},
72
+ "errors":[
73
+ {"shape":"BadRequestException"},
74
+ {"shape":"TooManyRequestsException"},
75
+ {"shape":"AlreadyExistsException"},
76
+ {"shape":"LimitExceededException"}
77
+ ]
78
+ },
49
79
  "CreateCustomVerificationEmailTemplate":{
50
80
  "name":"CreateCustomVerificationEmailTemplate",
51
81
  "http":{
@@ -188,6 +218,35 @@
188
218
  {"shape":"BadRequestException"}
189
219
  ]
190
220
  },
221
+ "DeleteContact":{
222
+ "name":"DeleteContact",
223
+ "http":{
224
+ "method":"DELETE",
225
+ "requestUri":"/v2/email/contact-lists/{ContactListName}/contacts/{EmailAddress}"
226
+ },
227
+ "input":{"shape":"DeleteContactRequest"},
228
+ "output":{"shape":"DeleteContactResponse"},
229
+ "errors":[
230
+ {"shape":"BadRequestException"},
231
+ {"shape":"TooManyRequestsException"},
232
+ {"shape":"NotFoundException"}
233
+ ]
234
+ },
235
+ "DeleteContactList":{
236
+ "name":"DeleteContactList",
237
+ "http":{
238
+ "method":"DELETE",
239
+ "requestUri":"/v2/email/contact-lists/{ContactListName}"
240
+ },
241
+ "input":{"shape":"DeleteContactListRequest"},
242
+ "output":{"shape":"DeleteContactListResponse"},
243
+ "errors":[
244
+ {"shape":"TooManyRequestsException"},
245
+ {"shape":"NotFoundException"},
246
+ {"shape":"BadRequestException"},
247
+ {"shape":"ConcurrentModificationException"}
248
+ ]
249
+ },
191
250
  "DeleteCustomVerificationEmailTemplate":{
192
251
  "name":"DeleteCustomVerificationEmailTemplate",
193
252
  "http":{
@@ -329,6 +388,34 @@
329
388
  {"shape":"BadRequestException"}
330
389
  ]
331
390
  },
391
+ "GetContact":{
392
+ "name":"GetContact",
393
+ "http":{
394
+ "method":"GET",
395
+ "requestUri":"/v2/email/contact-lists/{ContactListName}/contacts/{EmailAddress}"
396
+ },
397
+ "input":{"shape":"GetContactRequest"},
398
+ "output":{"shape":"GetContactResponse"},
399
+ "errors":[
400
+ {"shape":"BadRequestException"},
401
+ {"shape":"TooManyRequestsException"},
402
+ {"shape":"NotFoundException"}
403
+ ]
404
+ },
405
+ "GetContactList":{
406
+ "name":"GetContactList",
407
+ "http":{
408
+ "method":"GET",
409
+ "requestUri":"/v2/email/contact-lists/{ContactListName}"
410
+ },
411
+ "input":{"shape":"GetContactListRequest"},
412
+ "output":{"shape":"GetContactListResponse"},
413
+ "errors":[
414
+ {"shape":"TooManyRequestsException"},
415
+ {"shape":"NotFoundException"},
416
+ {"shape":"BadRequestException"}
417
+ ]
418
+ },
332
419
  "GetCustomVerificationEmailTemplate":{
333
420
  "name":"GetCustomVerificationEmailTemplate",
334
421
  "http":{
@@ -510,6 +597,33 @@
510
597
  {"shape":"BadRequestException"}
511
598
  ]
512
599
  },
600
+ "ListContactLists":{
601
+ "name":"ListContactLists",
602
+ "http":{
603
+ "method":"GET",
604
+ "requestUri":"/v2/email/contact-lists"
605
+ },
606
+ "input":{"shape":"ListContactListsRequest"},
607
+ "output":{"shape":"ListContactListsResponse"},
608
+ "errors":[
609
+ {"shape":"BadRequestException"},
610
+ {"shape":"TooManyRequestsException"}
611
+ ]
612
+ },
613
+ "ListContacts":{
614
+ "name":"ListContacts",
615
+ "http":{
616
+ "method":"GET",
617
+ "requestUri":"/v2/email/contact-lists/{ContactListName}/contacts"
618
+ },
619
+ "input":{"shape":"ListContactsRequest"},
620
+ "output":{"shape":"ListContactsResponse"},
621
+ "errors":[
622
+ {"shape":"BadRequestException"},
623
+ {"shape":"TooManyRequestsException"},
624
+ {"shape":"NotFoundException"}
625
+ ]
626
+ },
513
627
  "ListCustomVerificationEmailTemplates":{
514
628
  "name":"ListCustomVerificationEmailTemplates",
515
629
  "http":{
@@ -981,6 +1095,36 @@
981
1095
  {"shape":"BadRequestException"}
982
1096
  ]
983
1097
  },
1098
+ "UpdateContact":{
1099
+ "name":"UpdateContact",
1100
+ "http":{
1101
+ "method":"PUT",
1102
+ "requestUri":"/v2/email/contact-lists/{ContactListName}/contacts/{EmailAddress}"
1103
+ },
1104
+ "input":{"shape":"UpdateContactRequest"},
1105
+ "output":{"shape":"UpdateContactResponse"},
1106
+ "errors":[
1107
+ {"shape":"BadRequestException"},
1108
+ {"shape":"TooManyRequestsException"},
1109
+ {"shape":"NotFoundException"},
1110
+ {"shape":"ConcurrentModificationException"}
1111
+ ]
1112
+ },
1113
+ "UpdateContactList":{
1114
+ "name":"UpdateContactList",
1115
+ "http":{
1116
+ "method":"PUT",
1117
+ "requestUri":"/v2/email/contact-lists/{ContactListName}"
1118
+ },
1119
+ "input":{"shape":"UpdateContactListRequest"},
1120
+ "output":{"shape":"UpdateContactListResponse"},
1121
+ "errors":[
1122
+ {"shape":"BadRequestException"},
1123
+ {"shape":"TooManyRequestsException"},
1124
+ {"shape":"NotFoundException"},
1125
+ {"shape":"ConcurrentModificationException"}
1126
+ ]
1127
+ },
984
1128
  "UpdateCustomVerificationEmailTemplate":{
985
1129
  "name":"UpdateCustomVerificationEmailTemplate",
986
1130
  "http":{
@@ -1065,6 +1209,7 @@
1065
1209
  "exception":true
1066
1210
  },
1067
1211
  "AmazonResourceName":{"type":"string"},
1212
+ "AttributesData":{"type":"string"},
1068
1213
  "BadRequestException":{
1069
1214
  "type":"structure",
1070
1215
  "members":{
@@ -1206,6 +1351,16 @@
1206
1351
  "error":{"httpStatusCode":409},
1207
1352
  "exception":true
1208
1353
  },
1354
+ "Contact":{
1355
+ "type":"structure",
1356
+ "members":{
1357
+ "EmailAddress":{"shape":"EmailAddress"},
1358
+ "TopicPreferences":{"shape":"TopicPreferenceList"},
1359
+ "TopicDefaultPreferences":{"shape":"TopicPreferenceList"},
1360
+ "UnsubscribeAll":{"shape":"UnsubscribeAll"},
1361
+ "LastUpdatedTimestamp":{"shape":"Timestamp"}
1362
+ }
1363
+ },
1209
1364
  "ContactLanguage":{
1210
1365
  "type":"string",
1211
1366
  "enum":[
@@ -1213,6 +1368,32 @@
1213
1368
  "JA"
1214
1369
  ]
1215
1370
  },
1371
+ "ContactList":{
1372
+ "type":"structure",
1373
+ "members":{
1374
+ "ContactListName":{"shape":"ContactListName"},
1375
+ "LastUpdatedTimestamp":{"shape":"Timestamp"}
1376
+ }
1377
+ },
1378
+ "ContactListDestination":{
1379
+ "type":"structure",
1380
+ "required":[
1381
+ "ContactListName",
1382
+ "ContactListImportAction"
1383
+ ],
1384
+ "members":{
1385
+ "ContactListName":{"shape":"ContactListName"},
1386
+ "ContactListImportAction":{"shape":"ContactListImportAction"}
1387
+ }
1388
+ },
1389
+ "ContactListImportAction":{
1390
+ "type":"string",
1391
+ "enum":[
1392
+ "DELETE",
1393
+ "PUT"
1394
+ ]
1395
+ },
1396
+ "ContactListName":{"type":"string"},
1216
1397
  "Content":{
1217
1398
  "type":"structure",
1218
1399
  "required":["Data"],
@@ -1261,6 +1442,44 @@
1261
1442
  "members":{
1262
1443
  }
1263
1444
  },
1445
+ "CreateContactListRequest":{
1446
+ "type":"structure",
1447
+ "required":["ContactListName"],
1448
+ "members":{
1449
+ "ContactListName":{"shape":"ContactListName"},
1450
+ "Topics":{"shape":"Topics"},
1451
+ "Description":{"shape":"Description"},
1452
+ "Tags":{"shape":"TagList"}
1453
+ }
1454
+ },
1455
+ "CreateContactListResponse":{
1456
+ "type":"structure",
1457
+ "members":{
1458
+ }
1459
+ },
1460
+ "CreateContactRequest":{
1461
+ "type":"structure",
1462
+ "required":[
1463
+ "ContactListName",
1464
+ "EmailAddress"
1465
+ ],
1466
+ "members":{
1467
+ "ContactListName":{
1468
+ "shape":"ContactListName",
1469
+ "location":"uri",
1470
+ "locationName":"ContactListName"
1471
+ },
1472
+ "EmailAddress":{"shape":"EmailAddress"},
1473
+ "TopicPreferences":{"shape":"TopicPreferenceList"},
1474
+ "UnsubscribeAll":{"shape":"UnsubscribeAll"},
1475
+ "AttributesData":{"shape":"AttributesData"}
1476
+ }
1477
+ },
1478
+ "CreateContactResponse":{
1479
+ "type":"structure",
1480
+ "members":{
1481
+ }
1482
+ },
1264
1483
  "CreateCustomVerificationEmailTemplateRequest":{
1265
1484
  "type":"structure",
1266
1485
  "required":[
@@ -1491,6 +1710,46 @@
1491
1710
  "members":{
1492
1711
  }
1493
1712
  },
1713
+ "DeleteContactListRequest":{
1714
+ "type":"structure",
1715
+ "required":["ContactListName"],
1716
+ "members":{
1717
+ "ContactListName":{
1718
+ "shape":"ContactListName",
1719
+ "location":"uri",
1720
+ "locationName":"ContactListName"
1721
+ }
1722
+ }
1723
+ },
1724
+ "DeleteContactListResponse":{
1725
+ "type":"structure",
1726
+ "members":{
1727
+ }
1728
+ },
1729
+ "DeleteContactRequest":{
1730
+ "type":"structure",
1731
+ "required":[
1732
+ "ContactListName",
1733
+ "EmailAddress"
1734
+ ],
1735
+ "members":{
1736
+ "ContactListName":{
1737
+ "shape":"ContactListName",
1738
+ "location":"uri",
1739
+ "locationName":"ContactListName"
1740
+ },
1741
+ "EmailAddress":{
1742
+ "shape":"EmailAddress",
1743
+ "location":"uri",
1744
+ "locationName":"EmailAddress"
1745
+ }
1746
+ }
1747
+ },
1748
+ "DeleteContactResponse":{
1749
+ "type":"structure",
1750
+ "members":{
1751
+ }
1752
+ },
1494
1753
  "DeleteCustomVerificationEmailTemplateRequest":{
1495
1754
  "type":"structure",
1496
1755
  "required":["TemplateName"],
@@ -1633,6 +1892,7 @@
1633
1892
  "SendingPoolName":{"shape":"PoolName"}
1634
1893
  }
1635
1894
  },
1895
+ "Description":{"type":"string"},
1636
1896
  "Destination":{
1637
1897
  "type":"structure",
1638
1898
  "members":{
@@ -1650,6 +1910,7 @@
1650
1910
  "LINK_TAG"
1651
1911
  ]
1652
1912
  },
1913
+ "DisplayName":{"type":"string"},
1653
1914
  "DkimAttributes":{
1654
1915
  "type":"structure",
1655
1916
  "members":{
@@ -1836,7 +2097,8 @@
1836
2097
  "OPEN",
1837
2098
  "CLICK",
1838
2099
  "RENDERING_FAILURE",
1839
- "DELIVERY_DELAY"
2100
+ "DELIVERY_DELAY",
2101
+ "SUBSCRIPTION"
1840
2102
  ]
1841
2103
  },
1842
2104
  "EventTypes":{
@@ -1930,6 +2192,60 @@
1930
2192
  "SuppressionOptions":{"shape":"SuppressionOptions"}
1931
2193
  }
1932
2194
  },
2195
+ "GetContactListRequest":{
2196
+ "type":"structure",
2197
+ "required":["ContactListName"],
2198
+ "members":{
2199
+ "ContactListName":{
2200
+ "shape":"ContactListName",
2201
+ "location":"uri",
2202
+ "locationName":"ContactListName"
2203
+ }
2204
+ }
2205
+ },
2206
+ "GetContactListResponse":{
2207
+ "type":"structure",
2208
+ "members":{
2209
+ "ContactListName":{"shape":"ContactListName"},
2210
+ "Topics":{"shape":"Topics"},
2211
+ "Description":{"shape":"Description"},
2212
+ "CreatedTimestamp":{"shape":"Timestamp"},
2213
+ "LastUpdatedTimestamp":{"shape":"Timestamp"},
2214
+ "Tags":{"shape":"TagList"}
2215
+ }
2216
+ },
2217
+ "GetContactRequest":{
2218
+ "type":"structure",
2219
+ "required":[
2220
+ "ContactListName",
2221
+ "EmailAddress"
2222
+ ],
2223
+ "members":{
2224
+ "ContactListName":{
2225
+ "shape":"ContactListName",
2226
+ "location":"uri",
2227
+ "locationName":"ContactListName"
2228
+ },
2229
+ "EmailAddress":{
2230
+ "shape":"EmailAddress",
2231
+ "location":"uri",
2232
+ "locationName":"EmailAddress"
2233
+ }
2234
+ }
2235
+ },
2236
+ "GetContactResponse":{
2237
+ "type":"structure",
2238
+ "members":{
2239
+ "ContactListName":{"shape":"ContactListName"},
2240
+ "EmailAddress":{"shape":"EmailAddress"},
2241
+ "TopicPreferences":{"shape":"TopicPreferenceList"},
2242
+ "TopicDefaultPreferences":{"shape":"TopicPreferenceList"},
2243
+ "UnsubscribeAll":{"shape":"UnsubscribeAll"},
2244
+ "AttributesData":{"shape":"AttributesData"},
2245
+ "CreatedTimestamp":{"shape":"Timestamp"},
2246
+ "LastUpdatedTimestamp":{"shape":"Timestamp"}
2247
+ }
2248
+ },
1933
2249
  "GetCustomVerificationEmailTemplateRequest":{
1934
2250
  "type":"structure",
1935
2251
  "required":["TemplateName"],
@@ -2235,14 +2551,17 @@
2235
2551
  },
2236
2552
  "ImportDestination":{
2237
2553
  "type":"structure",
2238
- "required":["SuppressionListDestination"],
2239
2554
  "members":{
2240
- "SuppressionListDestination":{"shape":"SuppressionListDestination"}
2555
+ "SuppressionListDestination":{"shape":"SuppressionListDestination"},
2556
+ "ContactListDestination":{"shape":"ContactListDestination"}
2241
2557
  }
2242
2558
  },
2243
2559
  "ImportDestinationType":{
2244
2560
  "type":"string",
2245
- "enum":["SUPPRESSION_LIST"]
2561
+ "enum":[
2562
+ "SUPPRESSION_LIST",
2563
+ "CONTACT_LIST"
2564
+ ]
2246
2565
  },
2247
2566
  "ImportJobSummary":{
2248
2567
  "type":"structure",
@@ -2346,6 +2665,64 @@
2346
2665
  "NextToken":{"shape":"NextToken"}
2347
2666
  }
2348
2667
  },
2668
+ "ListContactListsRequest":{
2669
+ "type":"structure",
2670
+ "members":{
2671
+ "PageSize":{
2672
+ "shape":"MaxItems",
2673
+ "location":"querystring",
2674
+ "locationName":"PageSize"
2675
+ },
2676
+ "NextToken":{
2677
+ "shape":"NextToken",
2678
+ "location":"querystring",
2679
+ "locationName":"NextToken"
2680
+ }
2681
+ }
2682
+ },
2683
+ "ListContactListsResponse":{
2684
+ "type":"structure",
2685
+ "members":{
2686
+ "ContactLists":{"shape":"ListOfContactLists"},
2687
+ "NextToken":{"shape":"NextToken"}
2688
+ }
2689
+ },
2690
+ "ListContactsFilter":{
2691
+ "type":"structure",
2692
+ "members":{
2693
+ "FilteredStatus":{"shape":"SubscriptionStatus"},
2694
+ "TopicFilter":{"shape":"TopicFilter"}
2695
+ }
2696
+ },
2697
+ "ListContactsRequest":{
2698
+ "type":"structure",
2699
+ "required":["ContactListName"],
2700
+ "members":{
2701
+ "ContactListName":{
2702
+ "shape":"ContactListName",
2703
+ "location":"uri",
2704
+ "locationName":"ContactListName"
2705
+ },
2706
+ "Filter":{"shape":"ListContactsFilter"},
2707
+ "PageSize":{
2708
+ "shape":"MaxItems",
2709
+ "location":"querystring",
2710
+ "locationName":"PageSize"
2711
+ },
2712
+ "NextToken":{
2713
+ "shape":"NextToken",
2714
+ "location":"querystring",
2715
+ "locationName":"NextToken"
2716
+ }
2717
+ }
2718
+ },
2719
+ "ListContactsResponse":{
2720
+ "type":"structure",
2721
+ "members":{
2722
+ "Contacts":{"shape":"ListOfContacts"},
2723
+ "NextToken":{"shape":"NextToken"}
2724
+ }
2725
+ },
2349
2726
  "ListCustomVerificationEmailTemplatesRequest":{
2350
2727
  "type":"structure",
2351
2728
  "members":{
@@ -2523,6 +2900,22 @@
2523
2900
  "NextToken":{"shape":"NextToken"}
2524
2901
  }
2525
2902
  },
2903
+ "ListManagementOptions":{
2904
+ "type":"structure",
2905
+ "required":["ContactListName"],
2906
+ "members":{
2907
+ "ContactListName":{"shape":"ContactListName"},
2908
+ "TopicName":{"shape":"TopicName"}
2909
+ }
2910
+ },
2911
+ "ListOfContactLists":{
2912
+ "type":"list",
2913
+ "member":{"shape":"ContactList"}
2914
+ },
2915
+ "ListOfContacts":{
2916
+ "type":"list",
2917
+ "member":{"shape":"Contact"}
2918
+ },
2526
2919
  "ListOfDedicatedIpPools":{
2527
2920
  "type":"list",
2528
2921
  "member":{"shape":"PoolName"}
@@ -3113,7 +3506,8 @@
3113
3506
  "FeedbackForwardingEmailAddressIdentityArn":{"shape":"AmazonResourceName"},
3114
3507
  "Content":{"shape":"EmailContent"},
3115
3508
  "EmailTags":{"shape":"MessageTagList"},
3116
- "ConfigurationSetName":{"shape":"ConfigurationSetName"}
3509
+ "ConfigurationSetName":{"shape":"ConfigurationSetName"},
3510
+ "ListManagementOptions":{"shape":"ListManagementOptions"}
3117
3511
  }
3118
3512
  },
3119
3513
  "SendEmailResponse":{
@@ -3153,6 +3547,13 @@
3153
3547
  }
3154
3548
  },
3155
3549
  "Subject":{"type":"string"},
3550
+ "SubscriptionStatus":{
3551
+ "type":"string",
3552
+ "enum":[
3553
+ "OPT_IN",
3554
+ "OPT_OUT"
3555
+ ]
3556
+ },
3156
3557
  "SuccessRedirectionURL":{"type":"string"},
3157
3558
  "SuppressedDestination":{
3158
3559
  "type":"structure",
@@ -3312,6 +3713,47 @@
3312
3713
  "error":{"httpStatusCode":429},
3313
3714
  "exception":true
3314
3715
  },
3716
+ "Topic":{
3717
+ "type":"structure",
3718
+ "required":[
3719
+ "TopicName",
3720
+ "DisplayName",
3721
+ "DefaultSubscriptionStatus"
3722
+ ],
3723
+ "members":{
3724
+ "TopicName":{"shape":"TopicName"},
3725
+ "DisplayName":{"shape":"DisplayName"},
3726
+ "Description":{"shape":"Description"},
3727
+ "DefaultSubscriptionStatus":{"shape":"SubscriptionStatus"}
3728
+ }
3729
+ },
3730
+ "TopicFilter":{
3731
+ "type":"structure",
3732
+ "members":{
3733
+ "TopicName":{"shape":"TopicName"},
3734
+ "UseDefaultIfPreferenceUnavailable":{"shape":"UseDefaultIfPreferenceUnavailable"}
3735
+ }
3736
+ },
3737
+ "TopicName":{"type":"string"},
3738
+ "TopicPreference":{
3739
+ "type":"structure",
3740
+ "required":[
3741
+ "TopicName",
3742
+ "SubscriptionStatus"
3743
+ ],
3744
+ "members":{
3745
+ "TopicName":{"shape":"TopicName"},
3746
+ "SubscriptionStatus":{"shape":"SubscriptionStatus"}
3747
+ }
3748
+ },
3749
+ "TopicPreferenceList":{
3750
+ "type":"list",
3751
+ "member":{"shape":"TopicPreference"}
3752
+ },
3753
+ "Topics":{
3754
+ "type":"list",
3755
+ "member":{"shape":"Topic"}
3756
+ },
3315
3757
  "TrackingOptions":{
3316
3758
  "type":"structure",
3317
3759
  "required":["CustomRedirectDomain"],
@@ -3319,6 +3761,7 @@
3319
3761
  "CustomRedirectDomain":{"shape":"CustomRedirectDomain"}
3320
3762
  }
3321
3763
  },
3764
+ "UnsubscribeAll":{"type":"boolean"},
3322
3765
  "UntagResourceRequest":{
3323
3766
  "type":"structure",
3324
3767
  "required":[
@@ -3369,6 +3812,51 @@
3369
3812
  "members":{
3370
3813
  }
3371
3814
  },
3815
+ "UpdateContactListRequest":{
3816
+ "type":"structure",
3817
+ "required":["ContactListName"],
3818
+ "members":{
3819
+ "ContactListName":{
3820
+ "shape":"ContactListName",
3821
+ "location":"uri",
3822
+ "locationName":"ContactListName"
3823
+ },
3824
+ "Topics":{"shape":"Topics"},
3825
+ "Description":{"shape":"Description"}
3826
+ }
3827
+ },
3828
+ "UpdateContactListResponse":{
3829
+ "type":"structure",
3830
+ "members":{
3831
+ }
3832
+ },
3833
+ "UpdateContactRequest":{
3834
+ "type":"structure",
3835
+ "required":[
3836
+ "ContactListName",
3837
+ "EmailAddress"
3838
+ ],
3839
+ "members":{
3840
+ "ContactListName":{
3841
+ "shape":"ContactListName",
3842
+ "location":"uri",
3843
+ "locationName":"ContactListName"
3844
+ },
3845
+ "EmailAddress":{
3846
+ "shape":"EmailAddress",
3847
+ "location":"uri",
3848
+ "locationName":"EmailAddress"
3849
+ },
3850
+ "TopicPreferences":{"shape":"TopicPreferenceList"},
3851
+ "UnsubscribeAll":{"shape":"UnsubscribeAll"},
3852
+ "AttributesData":{"shape":"AttributesData"}
3853
+ }
3854
+ },
3855
+ "UpdateContactResponse":{
3856
+ "type":"structure",
3857
+ "members":{
3858
+ }
3859
+ },
3372
3860
  "UpdateCustomVerificationEmailTemplateRequest":{
3373
3861
  "type":"structure",
3374
3862
  "required":[
@@ -3449,6 +3937,7 @@
3449
3937
  "min":1,
3450
3938
  "sensitive":true
3451
3939
  },
3940
+ "UseDefaultIfPreferenceUnavailable":{"type":"boolean"},
3452
3941
  "Volume":{"type":"long"},
3453
3942
  "VolumeStatistics":{
3454
3943
  "type":"structure",