aws-sdk-sesv2 1.10.0 → 1.15.0

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.
@@ -19,6 +19,7 @@ module Aws::SESV2
19
19
  AdditionalContactEmailAddresses = Shapes::ListShape.new(name: 'AdditionalContactEmailAddresses')
20
20
  AlreadyExistsException = Shapes::StructureShape.new(name: 'AlreadyExistsException')
21
21
  AmazonResourceName = Shapes::StringShape.new(name: 'AmazonResourceName')
22
+ AttributesData = Shapes::StringShape.new(name: 'AttributesData')
22
23
  BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
23
24
  BehaviorOnMxFailure = Shapes::StringShape.new(name: 'BehaviorOnMxFailure')
24
25
  BlacklistEntries = Shapes::ListShape.new(name: 'BlacklistEntries')
@@ -44,12 +45,21 @@ module Aws::SESV2
44
45
  ConfigurationSetName = Shapes::StringShape.new(name: 'ConfigurationSetName')
45
46
  ConfigurationSetNameList = Shapes::ListShape.new(name: 'ConfigurationSetNameList')
46
47
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
48
+ Contact = Shapes::StructureShape.new(name: 'Contact')
47
49
  ContactLanguage = Shapes::StringShape.new(name: 'ContactLanguage')
50
+ ContactList = Shapes::StructureShape.new(name: 'ContactList')
51
+ ContactListDestination = Shapes::StructureShape.new(name: 'ContactListDestination')
52
+ ContactListImportAction = Shapes::StringShape.new(name: 'ContactListImportAction')
53
+ ContactListName = Shapes::StringShape.new(name: 'ContactListName')
48
54
  Content = Shapes::StructureShape.new(name: 'Content')
49
55
  CreateConfigurationSetEventDestinationRequest = Shapes::StructureShape.new(name: 'CreateConfigurationSetEventDestinationRequest')
50
56
  CreateConfigurationSetEventDestinationResponse = Shapes::StructureShape.new(name: 'CreateConfigurationSetEventDestinationResponse')
51
57
  CreateConfigurationSetRequest = Shapes::StructureShape.new(name: 'CreateConfigurationSetRequest')
52
58
  CreateConfigurationSetResponse = Shapes::StructureShape.new(name: 'CreateConfigurationSetResponse')
59
+ CreateContactListRequest = Shapes::StructureShape.new(name: 'CreateContactListRequest')
60
+ CreateContactListResponse = Shapes::StructureShape.new(name: 'CreateContactListResponse')
61
+ CreateContactRequest = Shapes::StructureShape.new(name: 'CreateContactRequest')
62
+ CreateContactResponse = Shapes::StructureShape.new(name: 'CreateContactResponse')
53
63
  CreateCustomVerificationEmailTemplateRequest = Shapes::StructureShape.new(name: 'CreateCustomVerificationEmailTemplateRequest')
54
64
  CreateCustomVerificationEmailTemplateResponse = Shapes::StructureShape.new(name: 'CreateCustomVerificationEmailTemplateResponse')
55
65
  CreateDedicatedIpPoolRequest = Shapes::StructureShape.new(name: 'CreateDedicatedIpPoolRequest')
@@ -77,6 +87,10 @@ module Aws::SESV2
77
87
  DeleteConfigurationSetEventDestinationResponse = Shapes::StructureShape.new(name: 'DeleteConfigurationSetEventDestinationResponse')
78
88
  DeleteConfigurationSetRequest = Shapes::StructureShape.new(name: 'DeleteConfigurationSetRequest')
79
89
  DeleteConfigurationSetResponse = Shapes::StructureShape.new(name: 'DeleteConfigurationSetResponse')
90
+ DeleteContactListRequest = Shapes::StructureShape.new(name: 'DeleteContactListRequest')
91
+ DeleteContactListResponse = Shapes::StructureShape.new(name: 'DeleteContactListResponse')
92
+ DeleteContactRequest = Shapes::StructureShape.new(name: 'DeleteContactRequest')
93
+ DeleteContactResponse = Shapes::StructureShape.new(name: 'DeleteContactResponse')
80
94
  DeleteCustomVerificationEmailTemplateRequest = Shapes::StructureShape.new(name: 'DeleteCustomVerificationEmailTemplateRequest')
81
95
  DeleteCustomVerificationEmailTemplateResponse = Shapes::StructureShape.new(name: 'DeleteCustomVerificationEmailTemplateResponse')
82
96
  DeleteDedicatedIpPoolRequest = Shapes::StructureShape.new(name: 'DeleteDedicatedIpPoolRequest')
@@ -95,9 +109,11 @@ module Aws::SESV2
95
109
  DeliverabilityTestStatus = Shapes::StringShape.new(name: 'DeliverabilityTestStatus')
96
110
  DeliverabilityTestSubject = Shapes::StringShape.new(name: 'DeliverabilityTestSubject')
97
111
  DeliveryOptions = Shapes::StructureShape.new(name: 'DeliveryOptions')
112
+ Description = Shapes::StringShape.new(name: 'Description')
98
113
  Destination = Shapes::StructureShape.new(name: 'Destination')
99
114
  DimensionName = Shapes::StringShape.new(name: 'DimensionName')
100
115
  DimensionValueSource = Shapes::StringShape.new(name: 'DimensionValueSource')
116
+ DisplayName = Shapes::StringShape.new(name: 'DisplayName')
101
117
  DkimAttributes = Shapes::StructureShape.new(name: 'DkimAttributes')
102
118
  DkimSigningAttributes = Shapes::StructureShape.new(name: 'DkimSigningAttributes')
103
119
  DkimSigningAttributesOrigin = Shapes::StringShape.new(name: 'DkimSigningAttributesOrigin')
@@ -147,6 +163,10 @@ module Aws::SESV2
147
163
  GetConfigurationSetEventDestinationsResponse = Shapes::StructureShape.new(name: 'GetConfigurationSetEventDestinationsResponse')
148
164
  GetConfigurationSetRequest = Shapes::StructureShape.new(name: 'GetConfigurationSetRequest')
149
165
  GetConfigurationSetResponse = Shapes::StructureShape.new(name: 'GetConfigurationSetResponse')
166
+ GetContactListRequest = Shapes::StructureShape.new(name: 'GetContactListRequest')
167
+ GetContactListResponse = Shapes::StructureShape.new(name: 'GetContactListResponse')
168
+ GetContactRequest = Shapes::StructureShape.new(name: 'GetContactRequest')
169
+ GetContactResponse = Shapes::StructureShape.new(name: 'GetContactResponse')
150
170
  GetCustomVerificationEmailTemplateRequest = Shapes::StructureShape.new(name: 'GetCustomVerificationEmailTemplateRequest')
151
171
  GetCustomVerificationEmailTemplateResponse = Shapes::StructureShape.new(name: 'GetCustomVerificationEmailTemplateResponse')
152
172
  GetDedicatedIpRequest = Shapes::StructureShape.new(name: 'GetDedicatedIpRequest')
@@ -196,6 +216,11 @@ module Aws::SESV2
196
216
  LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
197
217
  ListConfigurationSetsRequest = Shapes::StructureShape.new(name: 'ListConfigurationSetsRequest')
198
218
  ListConfigurationSetsResponse = Shapes::StructureShape.new(name: 'ListConfigurationSetsResponse')
219
+ ListContactListsRequest = Shapes::StructureShape.new(name: 'ListContactListsRequest')
220
+ ListContactListsResponse = Shapes::StructureShape.new(name: 'ListContactListsResponse')
221
+ ListContactsFilter = Shapes::StructureShape.new(name: 'ListContactsFilter')
222
+ ListContactsRequest = Shapes::StructureShape.new(name: 'ListContactsRequest')
223
+ ListContactsResponse = Shapes::StructureShape.new(name: 'ListContactsResponse')
199
224
  ListCustomVerificationEmailTemplatesRequest = Shapes::StructureShape.new(name: 'ListCustomVerificationEmailTemplatesRequest')
200
225
  ListCustomVerificationEmailTemplatesResponse = Shapes::StructureShape.new(name: 'ListCustomVerificationEmailTemplatesResponse')
201
226
  ListDedicatedIpPoolsRequest = Shapes::StructureShape.new(name: 'ListDedicatedIpPoolsRequest')
@@ -210,6 +235,9 @@ module Aws::SESV2
210
235
  ListEmailTemplatesResponse = Shapes::StructureShape.new(name: 'ListEmailTemplatesResponse')
211
236
  ListImportJobsRequest = Shapes::StructureShape.new(name: 'ListImportJobsRequest')
212
237
  ListImportJobsResponse = Shapes::StructureShape.new(name: 'ListImportJobsResponse')
238
+ ListManagementOptions = Shapes::StructureShape.new(name: 'ListManagementOptions')
239
+ ListOfContactLists = Shapes::ListShape.new(name: 'ListOfContactLists')
240
+ ListOfContacts = Shapes::ListShape.new(name: 'ListOfContacts')
213
241
  ListOfDedicatedIpPools = Shapes::ListShape.new(name: 'ListOfDedicatedIpPools')
214
242
  ListSuppressedDestinationsRequest = Shapes::StructureShape.new(name: 'ListSuppressedDestinationsRequest')
215
243
  ListSuppressedDestinationsResponse = Shapes::StructureShape.new(name: 'ListSuppressedDestinationsResponse')
@@ -269,6 +297,8 @@ module Aws::SESV2
269
297
  PutDedicatedIpWarmupAttributesResponse = Shapes::StructureShape.new(name: 'PutDedicatedIpWarmupAttributesResponse')
270
298
  PutDeliverabilityDashboardOptionRequest = Shapes::StructureShape.new(name: 'PutDeliverabilityDashboardOptionRequest')
271
299
  PutDeliverabilityDashboardOptionResponse = Shapes::StructureShape.new(name: 'PutDeliverabilityDashboardOptionResponse')
300
+ PutEmailIdentityConfigurationSetAttributesRequest = Shapes::StructureShape.new(name: 'PutEmailIdentityConfigurationSetAttributesRequest')
301
+ PutEmailIdentityConfigurationSetAttributesResponse = Shapes::StructureShape.new(name: 'PutEmailIdentityConfigurationSetAttributesResponse')
272
302
  PutEmailIdentityDkimAttributesRequest = Shapes::StructureShape.new(name: 'PutEmailIdentityDkimAttributesRequest')
273
303
  PutEmailIdentityDkimAttributesResponse = Shapes::StructureShape.new(name: 'PutEmailIdentityDkimAttributesResponse')
274
304
  PutEmailIdentityDkimSigningAttributesRequest = Shapes::StructureShape.new(name: 'PutEmailIdentityDkimSigningAttributesRequest')
@@ -305,6 +335,7 @@ module Aws::SESV2
305
335
  SentLast24Hours = Shapes::FloatShape.new(name: 'SentLast24Hours')
306
336
  SnsDestination = Shapes::StructureShape.new(name: 'SnsDestination')
307
337
  Subject = Shapes::StringShape.new(name: 'Subject')
338
+ SubscriptionStatus = Shapes::StringShape.new(name: 'SubscriptionStatus')
308
339
  SuccessRedirectionURL = Shapes::StringShape.new(name: 'SuccessRedirectionURL')
309
340
  SuppressedDestination = Shapes::StructureShape.new(name: 'SuppressedDestination')
310
341
  SuppressedDestinationAttributes = Shapes::StructureShape.new(name: 'SuppressedDestinationAttributes')
@@ -330,11 +361,22 @@ module Aws::SESV2
330
361
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
331
362
  TlsPolicy = Shapes::StringShape.new(name: 'TlsPolicy')
332
363
  TooManyRequestsException = Shapes::StructureShape.new(name: 'TooManyRequestsException')
364
+ Topic = Shapes::StructureShape.new(name: 'Topic')
365
+ TopicFilter = Shapes::StructureShape.new(name: 'TopicFilter')
366
+ TopicName = Shapes::StringShape.new(name: 'TopicName')
367
+ TopicPreference = Shapes::StructureShape.new(name: 'TopicPreference')
368
+ TopicPreferenceList = Shapes::ListShape.new(name: 'TopicPreferenceList')
369
+ Topics = Shapes::ListShape.new(name: 'Topics')
333
370
  TrackingOptions = Shapes::StructureShape.new(name: 'TrackingOptions')
371
+ UnsubscribeAll = Shapes::BooleanShape.new(name: 'UnsubscribeAll')
334
372
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
335
373
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
336
374
  UpdateConfigurationSetEventDestinationRequest = Shapes::StructureShape.new(name: 'UpdateConfigurationSetEventDestinationRequest')
337
375
  UpdateConfigurationSetEventDestinationResponse = Shapes::StructureShape.new(name: 'UpdateConfigurationSetEventDestinationResponse')
376
+ UpdateContactListRequest = Shapes::StructureShape.new(name: 'UpdateContactListRequest')
377
+ UpdateContactListResponse = Shapes::StructureShape.new(name: 'UpdateContactListResponse')
378
+ UpdateContactRequest = Shapes::StructureShape.new(name: 'UpdateContactRequest')
379
+ UpdateContactResponse = Shapes::StructureShape.new(name: 'UpdateContactResponse')
338
380
  UpdateCustomVerificationEmailTemplateRequest = Shapes::StructureShape.new(name: 'UpdateCustomVerificationEmailTemplateRequest')
339
381
  UpdateCustomVerificationEmailTemplateResponse = Shapes::StructureShape.new(name: 'UpdateCustomVerificationEmailTemplateResponse')
340
382
  UpdateEmailIdentityPolicyRequest = Shapes::StructureShape.new(name: 'UpdateEmailIdentityPolicyRequest')
@@ -342,6 +384,7 @@ module Aws::SESV2
342
384
  UpdateEmailTemplateRequest = Shapes::StructureShape.new(name: 'UpdateEmailTemplateRequest')
343
385
  UpdateEmailTemplateResponse = Shapes::StructureShape.new(name: 'UpdateEmailTemplateResponse')
344
386
  UseCaseDescription = Shapes::StringShape.new(name: 'UseCaseDescription')
387
+ UseDefaultIfPreferenceUnavailable = Shapes::BooleanShape.new(name: 'UseDefaultIfPreferenceUnavailable')
345
388
  Volume = Shapes::IntegerShape.new(name: 'Volume')
346
389
  VolumeStatistics = Shapes::StructureShape.new(name: 'VolumeStatistics')
347
390
  WarmupStatus = Shapes::StringShape.new(name: 'WarmupStatus')
@@ -412,6 +455,21 @@ module Aws::SESV2
412
455
 
413
456
  ConflictException.struct_class = Types::ConflictException
414
457
 
458
+ Contact.add_member(:email_address, Shapes::ShapeRef.new(shape: EmailAddress, location_name: "EmailAddress"))
459
+ Contact.add_member(:topic_preferences, Shapes::ShapeRef.new(shape: TopicPreferenceList, location_name: "TopicPreferences"))
460
+ Contact.add_member(:topic_default_preferences, Shapes::ShapeRef.new(shape: TopicPreferenceList, location_name: "TopicDefaultPreferences"))
461
+ Contact.add_member(:unsubscribe_all, Shapes::ShapeRef.new(shape: UnsubscribeAll, location_name: "UnsubscribeAll"))
462
+ Contact.add_member(:last_updated_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTimestamp"))
463
+ Contact.struct_class = Types::Contact
464
+
465
+ ContactList.add_member(:contact_list_name, Shapes::ShapeRef.new(shape: ContactListName, location_name: "ContactListName"))
466
+ ContactList.add_member(:last_updated_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTimestamp"))
467
+ ContactList.struct_class = Types::ContactList
468
+
469
+ ContactListDestination.add_member(:contact_list_name, Shapes::ShapeRef.new(shape: ContactListName, required: true, location_name: "ContactListName"))
470
+ ContactListDestination.add_member(:contact_list_import_action, Shapes::ShapeRef.new(shape: ContactListImportAction, required: true, location_name: "ContactListImportAction"))
471
+ ContactListDestination.struct_class = Types::ContactListDestination
472
+
415
473
  Content.add_member(:data, Shapes::ShapeRef.new(shape: MessageData, required: true, location_name: "Data"))
416
474
  Content.add_member(:charset, Shapes::ShapeRef.new(shape: Charset, location_name: "Charset"))
417
475
  Content.struct_class = Types::Content
@@ -434,6 +492,23 @@ module Aws::SESV2
434
492
 
435
493
  CreateConfigurationSetResponse.struct_class = Types::CreateConfigurationSetResponse
436
494
 
495
+ CreateContactListRequest.add_member(:contact_list_name, Shapes::ShapeRef.new(shape: ContactListName, required: true, location_name: "ContactListName"))
496
+ CreateContactListRequest.add_member(:topics, Shapes::ShapeRef.new(shape: Topics, location_name: "Topics"))
497
+ CreateContactListRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
498
+ CreateContactListRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
499
+ CreateContactListRequest.struct_class = Types::CreateContactListRequest
500
+
501
+ CreateContactListResponse.struct_class = Types::CreateContactListResponse
502
+
503
+ CreateContactRequest.add_member(:contact_list_name, Shapes::ShapeRef.new(shape: ContactListName, required: true, location: "uri", location_name: "ContactListName"))
504
+ CreateContactRequest.add_member(:email_address, Shapes::ShapeRef.new(shape: EmailAddress, required: true, location_name: "EmailAddress"))
505
+ CreateContactRequest.add_member(:topic_preferences, Shapes::ShapeRef.new(shape: TopicPreferenceList, location_name: "TopicPreferences"))
506
+ CreateContactRequest.add_member(:unsubscribe_all, Shapes::ShapeRef.new(shape: UnsubscribeAll, location_name: "UnsubscribeAll"))
507
+ CreateContactRequest.add_member(:attributes_data, Shapes::ShapeRef.new(shape: AttributesData, location_name: "AttributesData"))
508
+ CreateContactRequest.struct_class = Types::CreateContactRequest
509
+
510
+ CreateContactResponse.struct_class = Types::CreateContactResponse
511
+
437
512
  CreateCustomVerificationEmailTemplateRequest.add_member(:template_name, Shapes::ShapeRef.new(shape: EmailTemplateName, required: true, location_name: "TemplateName"))
438
513
  CreateCustomVerificationEmailTemplateRequest.add_member(:from_email_address, Shapes::ShapeRef.new(shape: EmailAddress, required: true, location_name: "FromEmailAddress"))
439
514
  CreateCustomVerificationEmailTemplateRequest.add_member(:template_subject, Shapes::ShapeRef.new(shape: EmailTemplateSubject, required: true, location_name: "TemplateSubject"))
@@ -470,6 +545,7 @@ module Aws::SESV2
470
545
  CreateEmailIdentityRequest.add_member(:email_identity, Shapes::ShapeRef.new(shape: Identity, required: true, location_name: "EmailIdentity"))
471
546
  CreateEmailIdentityRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
472
547
  CreateEmailIdentityRequest.add_member(:dkim_signing_attributes, Shapes::ShapeRef.new(shape: DkimSigningAttributes, location_name: "DkimSigningAttributes"))
548
+ CreateEmailIdentityRequest.add_member(:configuration_set_name, Shapes::ShapeRef.new(shape: ConfigurationSetName, location_name: "ConfigurationSetName"))
473
549
  CreateEmailIdentityRequest.struct_class = Types::CreateEmailIdentityRequest
474
550
 
475
551
  CreateEmailIdentityResponse.add_member(:identity_type, Shapes::ShapeRef.new(shape: IdentityType, location_name: "IdentityType"))
@@ -525,6 +601,17 @@ module Aws::SESV2
525
601
 
526
602
  DeleteConfigurationSetResponse.struct_class = Types::DeleteConfigurationSetResponse
527
603
 
604
+ DeleteContactListRequest.add_member(:contact_list_name, Shapes::ShapeRef.new(shape: ContactListName, required: true, location: "uri", location_name: "ContactListName"))
605
+ DeleteContactListRequest.struct_class = Types::DeleteContactListRequest
606
+
607
+ DeleteContactListResponse.struct_class = Types::DeleteContactListResponse
608
+
609
+ DeleteContactRequest.add_member(:contact_list_name, Shapes::ShapeRef.new(shape: ContactListName, required: true, location: "uri", location_name: "ContactListName"))
610
+ DeleteContactRequest.add_member(:email_address, Shapes::ShapeRef.new(shape: EmailAddress, required: true, location: "uri", location_name: "EmailAddress"))
611
+ DeleteContactRequest.struct_class = Types::DeleteContactRequest
612
+
613
+ DeleteContactResponse.struct_class = Types::DeleteContactResponse
614
+
528
615
  DeleteCustomVerificationEmailTemplateRequest.add_member(:template_name, Shapes::ShapeRef.new(shape: EmailTemplateName, required: true, location: "uri", location_name: "TemplateName"))
529
616
  DeleteCustomVerificationEmailTemplateRequest.struct_class = Types::DeleteCustomVerificationEmailTemplateRequest
530
617
 
@@ -701,6 +788,31 @@ module Aws::SESV2
701
788
  GetConfigurationSetResponse.add_member(:suppression_options, Shapes::ShapeRef.new(shape: SuppressionOptions, location_name: "SuppressionOptions"))
702
789
  GetConfigurationSetResponse.struct_class = Types::GetConfigurationSetResponse
703
790
 
791
+ GetContactListRequest.add_member(:contact_list_name, Shapes::ShapeRef.new(shape: ContactListName, required: true, location: "uri", location_name: "ContactListName"))
792
+ GetContactListRequest.struct_class = Types::GetContactListRequest
793
+
794
+ GetContactListResponse.add_member(:contact_list_name, Shapes::ShapeRef.new(shape: ContactListName, location_name: "ContactListName"))
795
+ GetContactListResponse.add_member(:topics, Shapes::ShapeRef.new(shape: Topics, location_name: "Topics"))
796
+ GetContactListResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
797
+ GetContactListResponse.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTimestamp"))
798
+ GetContactListResponse.add_member(:last_updated_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTimestamp"))
799
+ GetContactListResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
800
+ GetContactListResponse.struct_class = Types::GetContactListResponse
801
+
802
+ GetContactRequest.add_member(:contact_list_name, Shapes::ShapeRef.new(shape: ContactListName, required: true, location: "uri", location_name: "ContactListName"))
803
+ GetContactRequest.add_member(:email_address, Shapes::ShapeRef.new(shape: EmailAddress, required: true, location: "uri", location_name: "EmailAddress"))
804
+ GetContactRequest.struct_class = Types::GetContactRequest
805
+
806
+ GetContactResponse.add_member(:contact_list_name, Shapes::ShapeRef.new(shape: ContactListName, location_name: "ContactListName"))
807
+ GetContactResponse.add_member(:email_address, Shapes::ShapeRef.new(shape: EmailAddress, location_name: "EmailAddress"))
808
+ GetContactResponse.add_member(:topic_preferences, Shapes::ShapeRef.new(shape: TopicPreferenceList, location_name: "TopicPreferences"))
809
+ GetContactResponse.add_member(:topic_default_preferences, Shapes::ShapeRef.new(shape: TopicPreferenceList, location_name: "TopicDefaultPreferences"))
810
+ GetContactResponse.add_member(:unsubscribe_all, Shapes::ShapeRef.new(shape: UnsubscribeAll, location_name: "UnsubscribeAll"))
811
+ GetContactResponse.add_member(:attributes_data, Shapes::ShapeRef.new(shape: AttributesData, location_name: "AttributesData"))
812
+ GetContactResponse.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTimestamp"))
813
+ GetContactResponse.add_member(:last_updated_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTimestamp"))
814
+ GetContactResponse.struct_class = Types::GetContactResponse
815
+
704
816
  GetCustomVerificationEmailTemplateRequest.add_member(:template_name, Shapes::ShapeRef.new(shape: EmailTemplateName, required: true, location: "uri", location_name: "TemplateName"))
705
817
  GetCustomVerificationEmailTemplateRequest.struct_class = Types::GetCustomVerificationEmailTemplateRequest
706
818
 
@@ -777,6 +889,7 @@ module Aws::SESV2
777
889
  GetEmailIdentityResponse.add_member(:mail_from_attributes, Shapes::ShapeRef.new(shape: MailFromAttributes, location_name: "MailFromAttributes"))
778
890
  GetEmailIdentityResponse.add_member(:policies, Shapes::ShapeRef.new(shape: PolicyMap, location_name: "Policies"))
779
891
  GetEmailIdentityResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
892
+ GetEmailIdentityResponse.add_member(:configuration_set_name, Shapes::ShapeRef.new(shape: ConfigurationSetName, location_name: "ConfigurationSetName"))
780
893
  GetEmailIdentityResponse.struct_class = Types::GetEmailIdentityResponse
781
894
 
782
895
  GetEmailTemplateRequest.add_member(:template_name, Shapes::ShapeRef.new(shape: EmailTemplateName, required: true, location: "uri", location_name: "TemplateName"))
@@ -817,7 +930,8 @@ module Aws::SESV2
817
930
  ImportDataSource.add_member(:data_format, Shapes::ShapeRef.new(shape: DataFormat, required: true, location_name: "DataFormat"))
818
931
  ImportDataSource.struct_class = Types::ImportDataSource
819
932
 
820
- ImportDestination.add_member(:suppression_list_destination, Shapes::ShapeRef.new(shape: SuppressionListDestination, required: true, location_name: "SuppressionListDestination"))
933
+ ImportDestination.add_member(:suppression_list_destination, Shapes::ShapeRef.new(shape: SuppressionListDestination, location_name: "SuppressionListDestination"))
934
+ ImportDestination.add_member(:contact_list_destination, Shapes::ShapeRef.new(shape: ContactListDestination, location_name: "ContactListDestination"))
821
935
  ImportDestination.struct_class = Types::ImportDestination
822
936
 
823
937
  ImportJobSummary.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "JobId"))
@@ -858,6 +972,28 @@ module Aws::SESV2
858
972
  ListConfigurationSetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
859
973
  ListConfigurationSetsResponse.struct_class = Types::ListConfigurationSetsResponse
860
974
 
975
+ ListContactListsRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: MaxItems, location: "querystring", location_name: "PageSize"))
976
+ ListContactListsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
977
+ ListContactListsRequest.struct_class = Types::ListContactListsRequest
978
+
979
+ ListContactListsResponse.add_member(:contact_lists, Shapes::ShapeRef.new(shape: ListOfContactLists, location_name: "ContactLists"))
980
+ ListContactListsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
981
+ ListContactListsResponse.struct_class = Types::ListContactListsResponse
982
+
983
+ ListContactsFilter.add_member(:filtered_status, Shapes::ShapeRef.new(shape: SubscriptionStatus, location_name: "FilteredStatus"))
984
+ ListContactsFilter.add_member(:topic_filter, Shapes::ShapeRef.new(shape: TopicFilter, location_name: "TopicFilter"))
985
+ ListContactsFilter.struct_class = Types::ListContactsFilter
986
+
987
+ ListContactsRequest.add_member(:contact_list_name, Shapes::ShapeRef.new(shape: ContactListName, required: true, location: "uri", location_name: "ContactListName"))
988
+ ListContactsRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ListContactsFilter, location_name: "Filter"))
989
+ ListContactsRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: MaxItems, location: "querystring", location_name: "PageSize"))
990
+ ListContactsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
991
+ ListContactsRequest.struct_class = Types::ListContactsRequest
992
+
993
+ ListContactsResponse.add_member(:contacts, Shapes::ShapeRef.new(shape: ListOfContacts, location_name: "Contacts"))
994
+ ListContactsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
995
+ ListContactsResponse.struct_class = Types::ListContactsResponse
996
+
861
997
  ListCustomVerificationEmailTemplatesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
862
998
  ListCustomVerificationEmailTemplatesRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: MaxItems, location: "querystring", location_name: "PageSize"))
863
999
  ListCustomVerificationEmailTemplatesRequest.struct_class = Types::ListCustomVerificationEmailTemplatesRequest
@@ -918,6 +1054,14 @@ module Aws::SESV2
918
1054
  ListImportJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
919
1055
  ListImportJobsResponse.struct_class = Types::ListImportJobsResponse
920
1056
 
1057
+ ListManagementOptions.add_member(:contact_list_name, Shapes::ShapeRef.new(shape: ContactListName, required: true, location_name: "ContactListName"))
1058
+ ListManagementOptions.add_member(:topic_name, Shapes::ShapeRef.new(shape: TopicName, location_name: "TopicName"))
1059
+ ListManagementOptions.struct_class = Types::ListManagementOptions
1060
+
1061
+ ListOfContactLists.member = Shapes::ShapeRef.new(shape: ContactList)
1062
+
1063
+ ListOfContacts.member = Shapes::ShapeRef.new(shape: Contact)
1064
+
921
1065
  ListOfDedicatedIpPools.member = Shapes::ShapeRef.new(shape: PoolName)
922
1066
 
923
1067
  ListSuppressedDestinationsRequest.add_member(:reasons, Shapes::ShapeRef.new(shape: SuppressionListReasons, location: "querystring", location_name: "Reason"))
@@ -1050,6 +1194,12 @@ module Aws::SESV2
1050
1194
 
1051
1195
  PutDeliverabilityDashboardOptionResponse.struct_class = Types::PutDeliverabilityDashboardOptionResponse
1052
1196
 
1197
+ PutEmailIdentityConfigurationSetAttributesRequest.add_member(:email_identity, Shapes::ShapeRef.new(shape: Identity, required: true, location: "uri", location_name: "EmailIdentity"))
1198
+ PutEmailIdentityConfigurationSetAttributesRequest.add_member(:configuration_set_name, Shapes::ShapeRef.new(shape: ConfigurationSetName, location_name: "ConfigurationSetName"))
1199
+ PutEmailIdentityConfigurationSetAttributesRequest.struct_class = Types::PutEmailIdentityConfigurationSetAttributesRequest
1200
+
1201
+ PutEmailIdentityConfigurationSetAttributesResponse.struct_class = Types::PutEmailIdentityConfigurationSetAttributesResponse
1202
+
1053
1203
  PutEmailIdentityDkimAttributesRequest.add_member(:email_identity, Shapes::ShapeRef.new(shape: Identity, required: true, location: "uri", location_name: "EmailIdentity"))
1054
1204
  PutEmailIdentityDkimAttributesRequest.add_member(:signing_enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "SigningEnabled"))
1055
1205
  PutEmailIdentityDkimAttributesRequest.struct_class = Types::PutEmailIdentityDkimAttributesRequest
@@ -1132,6 +1282,7 @@ module Aws::SESV2
1132
1282
  SendEmailRequest.add_member(:content, Shapes::ShapeRef.new(shape: EmailContent, required: true, location_name: "Content"))
1133
1283
  SendEmailRequest.add_member(:email_tags, Shapes::ShapeRef.new(shape: MessageTagList, location_name: "EmailTags"))
1134
1284
  SendEmailRequest.add_member(:configuration_set_name, Shapes::ShapeRef.new(shape: ConfigurationSetName, location_name: "ConfigurationSetName"))
1285
+ SendEmailRequest.add_member(:list_management_options, Shapes::ShapeRef.new(shape: ListManagementOptions, location_name: "ListManagementOptions"))
1135
1286
  SendEmailRequest.struct_class = Types::SendEmailRequest
1136
1287
 
1137
1288
  SendEmailResponse.add_member(:message_id, Shapes::ShapeRef.new(shape: OutboundMessageId, location_name: "MessageId"))
@@ -1206,6 +1357,24 @@ module Aws::SESV2
1206
1357
 
1207
1358
  TooManyRequestsException.struct_class = Types::TooManyRequestsException
1208
1359
 
1360
+ Topic.add_member(:topic_name, Shapes::ShapeRef.new(shape: TopicName, required: true, location_name: "TopicName"))
1361
+ Topic.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, required: true, location_name: "DisplayName"))
1362
+ Topic.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
1363
+ Topic.add_member(:default_subscription_status, Shapes::ShapeRef.new(shape: SubscriptionStatus, required: true, location_name: "DefaultSubscriptionStatus"))
1364
+ Topic.struct_class = Types::Topic
1365
+
1366
+ TopicFilter.add_member(:topic_name, Shapes::ShapeRef.new(shape: TopicName, location_name: "TopicName"))
1367
+ TopicFilter.add_member(:use_default_if_preference_unavailable, Shapes::ShapeRef.new(shape: UseDefaultIfPreferenceUnavailable, location_name: "UseDefaultIfPreferenceUnavailable"))
1368
+ TopicFilter.struct_class = Types::TopicFilter
1369
+
1370
+ TopicPreference.add_member(:topic_name, Shapes::ShapeRef.new(shape: TopicName, required: true, location_name: "TopicName"))
1371
+ TopicPreference.add_member(:subscription_status, Shapes::ShapeRef.new(shape: SubscriptionStatus, required: true, location_name: "SubscriptionStatus"))
1372
+ TopicPreference.struct_class = Types::TopicPreference
1373
+
1374
+ TopicPreferenceList.member = Shapes::ShapeRef.new(shape: TopicPreference)
1375
+
1376
+ Topics.member = Shapes::ShapeRef.new(shape: Topic)
1377
+
1209
1378
  TrackingOptions.add_member(:custom_redirect_domain, Shapes::ShapeRef.new(shape: CustomRedirectDomain, required: true, location_name: "CustomRedirectDomain"))
1210
1379
  TrackingOptions.struct_class = Types::TrackingOptions
1211
1380
 
@@ -1222,6 +1391,22 @@ module Aws::SESV2
1222
1391
 
1223
1392
  UpdateConfigurationSetEventDestinationResponse.struct_class = Types::UpdateConfigurationSetEventDestinationResponse
1224
1393
 
1394
+ UpdateContactListRequest.add_member(:contact_list_name, Shapes::ShapeRef.new(shape: ContactListName, required: true, location: "uri", location_name: "ContactListName"))
1395
+ UpdateContactListRequest.add_member(:topics, Shapes::ShapeRef.new(shape: Topics, location_name: "Topics"))
1396
+ UpdateContactListRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
1397
+ UpdateContactListRequest.struct_class = Types::UpdateContactListRequest
1398
+
1399
+ UpdateContactListResponse.struct_class = Types::UpdateContactListResponse
1400
+
1401
+ UpdateContactRequest.add_member(:contact_list_name, Shapes::ShapeRef.new(shape: ContactListName, required: true, location: "uri", location_name: "ContactListName"))
1402
+ UpdateContactRequest.add_member(:email_address, Shapes::ShapeRef.new(shape: EmailAddress, required: true, location: "uri", location_name: "EmailAddress"))
1403
+ UpdateContactRequest.add_member(:topic_preferences, Shapes::ShapeRef.new(shape: TopicPreferenceList, location_name: "TopicPreferences"))
1404
+ UpdateContactRequest.add_member(:unsubscribe_all, Shapes::ShapeRef.new(shape: UnsubscribeAll, location_name: "UnsubscribeAll"))
1405
+ UpdateContactRequest.add_member(:attributes_data, Shapes::ShapeRef.new(shape: AttributesData, location_name: "AttributesData"))
1406
+ UpdateContactRequest.struct_class = Types::UpdateContactRequest
1407
+
1408
+ UpdateContactResponse.struct_class = Types::UpdateContactResponse
1409
+
1225
1410
  UpdateCustomVerificationEmailTemplateRequest.add_member(:template_name, Shapes::ShapeRef.new(shape: EmailTemplateName, required: true, location: "uri", location_name: "TemplateName"))
1226
1411
  UpdateCustomVerificationEmailTemplateRequest.add_member(:from_email_address, Shapes::ShapeRef.new(shape: EmailAddress, required: true, location_name: "FromEmailAddress"))
1227
1412
  UpdateCustomVerificationEmailTemplateRequest.add_member(:template_subject, Shapes::ShapeRef.new(shape: EmailTemplateSubject, required: true, location_name: "TemplateSubject"))
@@ -1297,6 +1482,30 @@ module Aws::SESV2
1297
1482
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1298
1483
  end)
1299
1484
 
1485
+ api.add_operation(:create_contact, Seahorse::Model::Operation.new.tap do |o|
1486
+ o.name = "CreateContact"
1487
+ o.http_method = "POST"
1488
+ o.http_request_uri = "/v2/email/contact-lists/{ContactListName}/contacts"
1489
+ o.input = Shapes::ShapeRef.new(shape: CreateContactRequest)
1490
+ o.output = Shapes::ShapeRef.new(shape: CreateContactResponse)
1491
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1492
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1493
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1494
+ o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
1495
+ end)
1496
+
1497
+ api.add_operation(:create_contact_list, Seahorse::Model::Operation.new.tap do |o|
1498
+ o.name = "CreateContactList"
1499
+ o.http_method = "POST"
1500
+ o.http_request_uri = "/v2/email/contact-lists"
1501
+ o.input = Shapes::ShapeRef.new(shape: CreateContactListRequest)
1502
+ o.output = Shapes::ShapeRef.new(shape: CreateContactListResponse)
1503
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1504
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1505
+ o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
1506
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1507
+ end)
1508
+
1300
1509
  api.add_operation(:create_custom_verification_email_template, Seahorse::Model::Operation.new.tap do |o|
1301
1510
  o.name = "CreateCustomVerificationEmailTemplate"
1302
1511
  o.http_method = "POST"
@@ -1351,6 +1560,7 @@ module Aws::SESV2
1351
1560
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1352
1561
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1353
1562
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1563
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1354
1564
  end)
1355
1565
 
1356
1566
  api.add_operation(:create_email_identity_policy, Seahorse::Model::Operation.new.tap do |o|
@@ -1412,6 +1622,29 @@ module Aws::SESV2
1412
1622
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1413
1623
  end)
1414
1624
 
1625
+ api.add_operation(:delete_contact, Seahorse::Model::Operation.new.tap do |o|
1626
+ o.name = "DeleteContact"
1627
+ o.http_method = "DELETE"
1628
+ o.http_request_uri = "/v2/email/contact-lists/{ContactListName}/contacts/{EmailAddress}"
1629
+ o.input = Shapes::ShapeRef.new(shape: DeleteContactRequest)
1630
+ o.output = Shapes::ShapeRef.new(shape: DeleteContactResponse)
1631
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1632
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1633
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1634
+ end)
1635
+
1636
+ api.add_operation(:delete_contact_list, Seahorse::Model::Operation.new.tap do |o|
1637
+ o.name = "DeleteContactList"
1638
+ o.http_method = "DELETE"
1639
+ o.http_request_uri = "/v2/email/contact-lists/{ContactListName}"
1640
+ o.input = Shapes::ShapeRef.new(shape: DeleteContactListRequest)
1641
+ o.output = Shapes::ShapeRef.new(shape: DeleteContactListResponse)
1642
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1643
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1644
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1645
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1646
+ end)
1647
+
1415
1648
  api.add_operation(:delete_custom_verification_email_template, Seahorse::Model::Operation.new.tap do |o|
1416
1649
  o.name = "DeleteCustomVerificationEmailTemplate"
1417
1650
  o.http_method = "DELETE"
@@ -1523,6 +1756,28 @@ module Aws::SESV2
1523
1756
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1524
1757
  end)
1525
1758
 
1759
+ api.add_operation(:get_contact, Seahorse::Model::Operation.new.tap do |o|
1760
+ o.name = "GetContact"
1761
+ o.http_method = "GET"
1762
+ o.http_request_uri = "/v2/email/contact-lists/{ContactListName}/contacts/{EmailAddress}"
1763
+ o.input = Shapes::ShapeRef.new(shape: GetContactRequest)
1764
+ o.output = Shapes::ShapeRef.new(shape: GetContactResponse)
1765
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1766
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1767
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1768
+ end)
1769
+
1770
+ api.add_operation(:get_contact_list, Seahorse::Model::Operation.new.tap do |o|
1771
+ o.name = "GetContactList"
1772
+ o.http_method = "GET"
1773
+ o.http_request_uri = "/v2/email/contact-lists/{ContactListName}"
1774
+ o.input = Shapes::ShapeRef.new(shape: GetContactListRequest)
1775
+ o.output = Shapes::ShapeRef.new(shape: GetContactListResponse)
1776
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1777
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1778
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1779
+ end)
1780
+
1526
1781
  api.add_operation(:get_custom_verification_email_template, Seahorse::Model::Operation.new.tap do |o|
1527
1782
  o.name = "GetCustomVerificationEmailTemplate"
1528
1783
  o.http_method = "GET"
@@ -1677,6 +1932,39 @@ module Aws::SESV2
1677
1932
  )
1678
1933
  end)
1679
1934
 
1935
+ api.add_operation(:list_contact_lists, Seahorse::Model::Operation.new.tap do |o|
1936
+ o.name = "ListContactLists"
1937
+ o.http_method = "GET"
1938
+ o.http_request_uri = "/v2/email/contact-lists"
1939
+ o.input = Shapes::ShapeRef.new(shape: ListContactListsRequest)
1940
+ o.output = Shapes::ShapeRef.new(shape: ListContactListsResponse)
1941
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1942
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1943
+ o[:pager] = Aws::Pager.new(
1944
+ limit_key: "page_size",
1945
+ tokens: {
1946
+ "next_token" => "next_token"
1947
+ }
1948
+ )
1949
+ end)
1950
+
1951
+ api.add_operation(:list_contacts, Seahorse::Model::Operation.new.tap do |o|
1952
+ o.name = "ListContacts"
1953
+ o.http_method = "GET"
1954
+ o.http_request_uri = "/v2/email/contact-lists/{ContactListName}/contacts"
1955
+ o.input = Shapes::ShapeRef.new(shape: ListContactsRequest)
1956
+ o.output = Shapes::ShapeRef.new(shape: ListContactsResponse)
1957
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1958
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1959
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1960
+ o[:pager] = Aws::Pager.new(
1961
+ limit_key: "page_size",
1962
+ tokens: {
1963
+ "next_token" => "next_token"
1964
+ }
1965
+ )
1966
+ end)
1967
+
1680
1968
  api.add_operation(:list_custom_verification_email_templates, Seahorse::Model::Operation.new.tap do |o|
1681
1969
  o.name = "ListCustomVerificationEmailTemplates"
1682
1970
  o.http_method = "GET"
@@ -1950,6 +2238,17 @@ module Aws::SESV2
1950
2238
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1951
2239
  end)
1952
2240
 
2241
+ api.add_operation(:put_email_identity_configuration_set_attributes, Seahorse::Model::Operation.new.tap do |o|
2242
+ o.name = "PutEmailIdentityConfigurationSetAttributes"
2243
+ o.http_method = "PUT"
2244
+ o.http_request_uri = "/v2/email/identities/{EmailIdentity}/configuration-set"
2245
+ o.input = Shapes::ShapeRef.new(shape: PutEmailIdentityConfigurationSetAttributesRequest)
2246
+ o.output = Shapes::ShapeRef.new(shape: PutEmailIdentityConfigurationSetAttributesResponse)
2247
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2248
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2249
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2250
+ end)
2251
+
1953
2252
  api.add_operation(:put_email_identity_dkim_attributes, Seahorse::Model::Operation.new.tap do |o|
1954
2253
  o.name = "PutEmailIdentityDkimAttributes"
1955
2254
  o.http_method = "PUT"
@@ -2097,6 +2396,30 @@ module Aws::SESV2
2097
2396
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2098
2397
  end)
2099
2398
 
2399
+ api.add_operation(:update_contact, Seahorse::Model::Operation.new.tap do |o|
2400
+ o.name = "UpdateContact"
2401
+ o.http_method = "PUT"
2402
+ o.http_request_uri = "/v2/email/contact-lists/{ContactListName}/contacts/{EmailAddress}"
2403
+ o.input = Shapes::ShapeRef.new(shape: UpdateContactRequest)
2404
+ o.output = Shapes::ShapeRef.new(shape: UpdateContactResponse)
2405
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2406
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2407
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2408
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
2409
+ end)
2410
+
2411
+ api.add_operation(:update_contact_list, Seahorse::Model::Operation.new.tap do |o|
2412
+ o.name = "UpdateContactList"
2413
+ o.http_method = "PUT"
2414
+ o.http_request_uri = "/v2/email/contact-lists/{ContactListName}"
2415
+ o.input = Shapes::ShapeRef.new(shape: UpdateContactListRequest)
2416
+ o.output = Shapes::ShapeRef.new(shape: UpdateContactListResponse)
2417
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2418
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2419
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2420
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
2421
+ end)
2422
+
2100
2423
  api.add_operation(:update_custom_verification_email_template, Seahorse::Model::Operation.new.tap do |o|
2101
2424
  o.name = "UpdateCustomVerificationEmailTemplate"
2102
2425
  o.http_method = "PUT"