aws-sdk-sesv2 1.80.0 → 1.81.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sesv2/client.rb +581 -2
- data/lib/aws-sdk-sesv2/client_api.rb +349 -0
- data/lib/aws-sdk-sesv2/types.rb +747 -1
- data/lib/aws-sdk-sesv2.rb +1 -1
- data/sig/client.rbs +148 -1
- data/sig/types.rbs +188 -1
- metadata +3 -3
@@ -103,6 +103,10 @@ module Aws::SESV2
|
|
103
103
|
CreateImportJobResponse = Shapes::StructureShape.new(name: 'CreateImportJobResponse')
|
104
104
|
CreateMultiRegionEndpointRequest = Shapes::StructureShape.new(name: 'CreateMultiRegionEndpointRequest')
|
105
105
|
CreateMultiRegionEndpointResponse = Shapes::StructureShape.new(name: 'CreateMultiRegionEndpointResponse')
|
106
|
+
CreateTenantRequest = Shapes::StructureShape.new(name: 'CreateTenantRequest')
|
107
|
+
CreateTenantResourceAssociationRequest = Shapes::StructureShape.new(name: 'CreateTenantResourceAssociationRequest')
|
108
|
+
CreateTenantResourceAssociationResponse = Shapes::StructureShape.new(name: 'CreateTenantResourceAssociationResponse')
|
109
|
+
CreateTenantResponse = Shapes::StructureShape.new(name: 'CreateTenantResponse')
|
106
110
|
CustomRedirectDomain = Shapes::StringShape.new(name: 'CustomRedirectDomain')
|
107
111
|
CustomVerificationEmailTemplateMetadata = Shapes::StructureShape.new(name: 'CustomVerificationEmailTemplateMetadata')
|
108
112
|
CustomVerificationEmailTemplatesList = Shapes::ListShape.new(name: 'CustomVerificationEmailTemplatesList')
|
@@ -137,6 +141,10 @@ module Aws::SESV2
|
|
137
141
|
DeleteMultiRegionEndpointResponse = Shapes::StructureShape.new(name: 'DeleteMultiRegionEndpointResponse')
|
138
142
|
DeleteSuppressedDestinationRequest = Shapes::StructureShape.new(name: 'DeleteSuppressedDestinationRequest')
|
139
143
|
DeleteSuppressedDestinationResponse = Shapes::StructureShape.new(name: 'DeleteSuppressedDestinationResponse')
|
144
|
+
DeleteTenantRequest = Shapes::StructureShape.new(name: 'DeleteTenantRequest')
|
145
|
+
DeleteTenantResourceAssociationRequest = Shapes::StructureShape.new(name: 'DeleteTenantResourceAssociationRequest')
|
146
|
+
DeleteTenantResourceAssociationResponse = Shapes::StructureShape.new(name: 'DeleteTenantResourceAssociationResponse')
|
147
|
+
DeleteTenantResponse = Shapes::StructureShape.new(name: 'DeleteTenantResponse')
|
140
148
|
DeliverabilityDashboardAccountStatus = Shapes::StringShape.new(name: 'DeliverabilityDashboardAccountStatus')
|
141
149
|
DeliverabilityTestReport = Shapes::StructureShape.new(name: 'DeliverabilityTestReport')
|
142
150
|
DeliverabilityTestReports = Shapes::ListShape.new(name: 'DeliverabilityTestReports')
|
@@ -258,8 +266,12 @@ module Aws::SESV2
|
|
258
266
|
GetMessageInsightsResponse = Shapes::StructureShape.new(name: 'GetMessageInsightsResponse')
|
259
267
|
GetMultiRegionEndpointRequest = Shapes::StructureShape.new(name: 'GetMultiRegionEndpointRequest')
|
260
268
|
GetMultiRegionEndpointResponse = Shapes::StructureShape.new(name: 'GetMultiRegionEndpointResponse')
|
269
|
+
GetReputationEntityRequest = Shapes::StructureShape.new(name: 'GetReputationEntityRequest')
|
270
|
+
GetReputationEntityResponse = Shapes::StructureShape.new(name: 'GetReputationEntityResponse')
|
261
271
|
GetSuppressedDestinationRequest = Shapes::StructureShape.new(name: 'GetSuppressedDestinationRequest')
|
262
272
|
GetSuppressedDestinationResponse = Shapes::StructureShape.new(name: 'GetSuppressedDestinationResponse')
|
273
|
+
GetTenantRequest = Shapes::StructureShape.new(name: 'GetTenantRequest')
|
274
|
+
GetTenantResponse = Shapes::StructureShape.new(name: 'GetTenantResponse')
|
263
275
|
GuardianAttributes = Shapes::StructureShape.new(name: 'GuardianAttributes')
|
264
276
|
GuardianOptions = Shapes::StructureShape.new(name: 'GuardianOptions')
|
265
277
|
HttpsPolicy = Shapes::StringShape.new(name: 'HttpsPolicy')
|
@@ -328,10 +340,21 @@ module Aws::SESV2
|
|
328
340
|
ListRecommendationsFilterKey = Shapes::StringShape.new(name: 'ListRecommendationsFilterKey')
|
329
341
|
ListRecommendationsRequest = Shapes::StructureShape.new(name: 'ListRecommendationsRequest')
|
330
342
|
ListRecommendationsResponse = Shapes::StructureShape.new(name: 'ListRecommendationsResponse')
|
343
|
+
ListReputationEntitiesRequest = Shapes::StructureShape.new(name: 'ListReputationEntitiesRequest')
|
344
|
+
ListReputationEntitiesResponse = Shapes::StructureShape.new(name: 'ListReputationEntitiesResponse')
|
345
|
+
ListResourceTenantsRequest = Shapes::StructureShape.new(name: 'ListResourceTenantsRequest')
|
346
|
+
ListResourceTenantsResponse = Shapes::StructureShape.new(name: 'ListResourceTenantsResponse')
|
331
347
|
ListSuppressedDestinationsRequest = Shapes::StructureShape.new(name: 'ListSuppressedDestinationsRequest')
|
332
348
|
ListSuppressedDestinationsResponse = Shapes::StructureShape.new(name: 'ListSuppressedDestinationsResponse')
|
333
349
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
334
350
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
351
|
+
ListTenantResourcesFilter = Shapes::MapShape.new(name: 'ListTenantResourcesFilter')
|
352
|
+
ListTenantResourcesFilterKey = Shapes::StringShape.new(name: 'ListTenantResourcesFilterKey')
|
353
|
+
ListTenantResourcesFilterValue = Shapes::StringShape.new(name: 'ListTenantResourcesFilterValue')
|
354
|
+
ListTenantResourcesRequest = Shapes::StructureShape.new(name: 'ListTenantResourcesRequest')
|
355
|
+
ListTenantResourcesResponse = Shapes::StructureShape.new(name: 'ListTenantResourcesResponse')
|
356
|
+
ListTenantsRequest = Shapes::StructureShape.new(name: 'ListTenantsRequest')
|
357
|
+
ListTenantsResponse = Shapes::StructureShape.new(name: 'ListTenantsResponse')
|
335
358
|
MailFromAttributes = Shapes::StructureShape.new(name: 'MailFromAttributes')
|
336
359
|
MailFromDomainName = Shapes::StringShape.new(name: 'MailFromDomainName')
|
337
360
|
MailFromDomainNotVerifiedException = Shapes::StructureShape.new(name: 'MailFromDomainNotVerifiedException')
|
@@ -450,7 +473,17 @@ module Aws::SESV2
|
|
450
473
|
ReplacementTemplate = Shapes::StructureShape.new(name: 'ReplacementTemplate')
|
451
474
|
ReportId = Shapes::StringShape.new(name: 'ReportId')
|
452
475
|
ReportName = Shapes::StringShape.new(name: 'ReportName')
|
476
|
+
ReputationEntitiesList = Shapes::ListShape.new(name: 'ReputationEntitiesList')
|
477
|
+
ReputationEntity = Shapes::StructureShape.new(name: 'ReputationEntity')
|
478
|
+
ReputationEntityFilter = Shapes::MapShape.new(name: 'ReputationEntityFilter')
|
479
|
+
ReputationEntityFilterKey = Shapes::StringShape.new(name: 'ReputationEntityFilterKey')
|
480
|
+
ReputationEntityFilterValue = Shapes::StringShape.new(name: 'ReputationEntityFilterValue')
|
481
|
+
ReputationEntityReference = Shapes::StringShape.new(name: 'ReputationEntityReference')
|
482
|
+
ReputationEntityType = Shapes::StringShape.new(name: 'ReputationEntityType')
|
453
483
|
ReputationOptions = Shapes::StructureShape.new(name: 'ReputationOptions')
|
484
|
+
ResourceTenantMetadata = Shapes::StructureShape.new(name: 'ResourceTenantMetadata')
|
485
|
+
ResourceTenantMetadataList = Shapes::ListShape.new(name: 'ResourceTenantMetadataList')
|
486
|
+
ResourceType = Shapes::StringShape.new(name: 'ResourceType')
|
454
487
|
ReviewDetails = Shapes::StructureShape.new(name: 'ReviewDetails')
|
455
488
|
ReviewStatus = Shapes::StringShape.new(name: 'ReviewStatus')
|
456
489
|
Route = Shapes::StructureShape.new(name: 'Route')
|
@@ -471,10 +504,13 @@ module Aws::SESV2
|
|
471
504
|
SendingOptions = Shapes::StructureShape.new(name: 'SendingOptions')
|
472
505
|
SendingPausedException = Shapes::StructureShape.new(name: 'SendingPausedException')
|
473
506
|
SendingPoolName = Shapes::StringShape.new(name: 'SendingPoolName')
|
507
|
+
SendingStatus = Shapes::StringShape.new(name: 'SendingStatus')
|
474
508
|
SentLast24Hours = Shapes::FloatShape.new(name: 'SentLast24Hours')
|
475
509
|
SerialNumber = Shapes::IntegerShape.new(name: 'SerialNumber')
|
476
510
|
SnsDestination = Shapes::StructureShape.new(name: 'SnsDestination')
|
477
511
|
Status = Shapes::StringShape.new(name: 'Status')
|
512
|
+
StatusCause = Shapes::StringShape.new(name: 'StatusCause')
|
513
|
+
StatusRecord = Shapes::StructureShape.new(name: 'StatusRecord')
|
478
514
|
Subject = Shapes::StringShape.new(name: 'Subject')
|
479
515
|
SubscriptionStatus = Shapes::StringShape.new(name: 'SubscriptionStatus')
|
480
516
|
SuccessRedirectionURL = Shapes::StringShape.new(name: 'SuccessRedirectionURL')
|
@@ -497,6 +533,13 @@ module Aws::SESV2
|
|
497
533
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
498
534
|
Template = Shapes::StructureShape.new(name: 'Template')
|
499
535
|
TemplateContent = Shapes::StringShape.new(name: 'TemplateContent')
|
536
|
+
Tenant = Shapes::StructureShape.new(name: 'Tenant')
|
537
|
+
TenantId = Shapes::StringShape.new(name: 'TenantId')
|
538
|
+
TenantInfo = Shapes::StructureShape.new(name: 'TenantInfo')
|
539
|
+
TenantInfoList = Shapes::ListShape.new(name: 'TenantInfoList')
|
540
|
+
TenantName = Shapes::StringShape.new(name: 'TenantName')
|
541
|
+
TenantResource = Shapes::StructureShape.new(name: 'TenantResource')
|
542
|
+
TenantResourceList = Shapes::ListShape.new(name: 'TenantResourceList')
|
500
543
|
TestRenderEmailTemplateRequest = Shapes::StructureShape.new(name: 'TestRenderEmailTemplateRequest')
|
501
544
|
TestRenderEmailTemplateResponse = Shapes::StructureShape.new(name: 'TestRenderEmailTemplateResponse')
|
502
545
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
@@ -525,6 +568,10 @@ module Aws::SESV2
|
|
525
568
|
UpdateEmailIdentityPolicyResponse = Shapes::StructureShape.new(name: 'UpdateEmailIdentityPolicyResponse')
|
526
569
|
UpdateEmailTemplateRequest = Shapes::StructureShape.new(name: 'UpdateEmailTemplateRequest')
|
527
570
|
UpdateEmailTemplateResponse = Shapes::StructureShape.new(name: 'UpdateEmailTemplateResponse')
|
571
|
+
UpdateReputationEntityCustomerManagedStatusRequest = Shapes::StructureShape.new(name: 'UpdateReputationEntityCustomerManagedStatusRequest')
|
572
|
+
UpdateReputationEntityCustomerManagedStatusResponse = Shapes::StructureShape.new(name: 'UpdateReputationEntityCustomerManagedStatusResponse')
|
573
|
+
UpdateReputationEntityPolicyRequest = Shapes::StructureShape.new(name: 'UpdateReputationEntityPolicyRequest')
|
574
|
+
UpdateReputationEntityPolicyResponse = Shapes::StructureShape.new(name: 'UpdateReputationEntityPolicyResponse')
|
528
575
|
UseCaseDescription = Shapes::StringShape.new(name: 'UseCaseDescription')
|
529
576
|
UseDefaultIfPreferenceUnavailable = Shapes::BooleanShape.new(name: 'UseDefaultIfPreferenceUnavailable')
|
530
577
|
VdmAttributes = Shapes::StructureShape.new(name: 'VdmAttributes')
|
@@ -778,6 +825,24 @@ module Aws::SESV2
|
|
778
825
|
CreateMultiRegionEndpointResponse.add_member(:endpoint_id, Shapes::ShapeRef.new(shape: EndpointId, location_name: "EndpointId"))
|
779
826
|
CreateMultiRegionEndpointResponse.struct_class = Types::CreateMultiRegionEndpointResponse
|
780
827
|
|
828
|
+
CreateTenantRequest.add_member(:tenant_name, Shapes::ShapeRef.new(shape: TenantName, required: true, location_name: "TenantName"))
|
829
|
+
CreateTenantRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
830
|
+
CreateTenantRequest.struct_class = Types::CreateTenantRequest
|
831
|
+
|
832
|
+
CreateTenantResourceAssociationRequest.add_member(:tenant_name, Shapes::ShapeRef.new(shape: TenantName, required: true, location_name: "TenantName"))
|
833
|
+
CreateTenantResourceAssociationRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "ResourceArn"))
|
834
|
+
CreateTenantResourceAssociationRequest.struct_class = Types::CreateTenantResourceAssociationRequest
|
835
|
+
|
836
|
+
CreateTenantResourceAssociationResponse.struct_class = Types::CreateTenantResourceAssociationResponse
|
837
|
+
|
838
|
+
CreateTenantResponse.add_member(:tenant_name, Shapes::ShapeRef.new(shape: TenantName, location_name: "TenantName"))
|
839
|
+
CreateTenantResponse.add_member(:tenant_id, Shapes::ShapeRef.new(shape: TenantId, location_name: "TenantId"))
|
840
|
+
CreateTenantResponse.add_member(:tenant_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "TenantArn"))
|
841
|
+
CreateTenantResponse.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTimestamp"))
|
842
|
+
CreateTenantResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
843
|
+
CreateTenantResponse.add_member(:sending_status, Shapes::ShapeRef.new(shape: SendingStatus, location_name: "SendingStatus"))
|
844
|
+
CreateTenantResponse.struct_class = Types::CreateTenantResponse
|
845
|
+
|
781
846
|
CustomVerificationEmailTemplateMetadata.add_member(:template_name, Shapes::ShapeRef.new(shape: EmailTemplateName, location_name: "TemplateName"))
|
782
847
|
CustomVerificationEmailTemplateMetadata.add_member(:from_email_address, Shapes::ShapeRef.new(shape: EmailAddress, location_name: "FromEmailAddress"))
|
783
848
|
CustomVerificationEmailTemplateMetadata.add_member(:template_subject, Shapes::ShapeRef.new(shape: EmailTemplateSubject, location_name: "TemplateSubject"))
|
@@ -871,6 +936,17 @@ module Aws::SESV2
|
|
871
936
|
|
872
937
|
DeleteSuppressedDestinationResponse.struct_class = Types::DeleteSuppressedDestinationResponse
|
873
938
|
|
939
|
+
DeleteTenantRequest.add_member(:tenant_name, Shapes::ShapeRef.new(shape: TenantName, required: true, location_name: "TenantName"))
|
940
|
+
DeleteTenantRequest.struct_class = Types::DeleteTenantRequest
|
941
|
+
|
942
|
+
DeleteTenantResourceAssociationRequest.add_member(:tenant_name, Shapes::ShapeRef.new(shape: TenantName, required: true, location_name: "TenantName"))
|
943
|
+
DeleteTenantResourceAssociationRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "ResourceArn"))
|
944
|
+
DeleteTenantResourceAssociationRequest.struct_class = Types::DeleteTenantResourceAssociationRequest
|
945
|
+
|
946
|
+
DeleteTenantResourceAssociationResponse.struct_class = Types::DeleteTenantResourceAssociationResponse
|
947
|
+
|
948
|
+
DeleteTenantResponse.struct_class = Types::DeleteTenantResponse
|
949
|
+
|
874
950
|
DeliverabilityTestReport.add_member(:report_id, Shapes::ShapeRef.new(shape: ReportId, location_name: "ReportId"))
|
875
951
|
DeliverabilityTestReport.add_member(:report_name, Shapes::ShapeRef.new(shape: ReportName, location_name: "ReportName"))
|
876
952
|
DeliverabilityTestReport.add_member(:subject, Shapes::ShapeRef.new(shape: DeliverabilityTestSubject, location_name: "Subject"))
|
@@ -1251,12 +1327,25 @@ module Aws::SESV2
|
|
1251
1327
|
GetMultiRegionEndpointResponse.add_member(:last_updated_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTimestamp"))
|
1252
1328
|
GetMultiRegionEndpointResponse.struct_class = Types::GetMultiRegionEndpointResponse
|
1253
1329
|
|
1330
|
+
GetReputationEntityRequest.add_member(:reputation_entity_reference, Shapes::ShapeRef.new(shape: ReputationEntityReference, required: true, location: "uri", location_name: "ReputationEntityReference"))
|
1331
|
+
GetReputationEntityRequest.add_member(:reputation_entity_type, Shapes::ShapeRef.new(shape: ReputationEntityType, required: true, location: "uri", location_name: "ReputationEntityType"))
|
1332
|
+
GetReputationEntityRequest.struct_class = Types::GetReputationEntityRequest
|
1333
|
+
|
1334
|
+
GetReputationEntityResponse.add_member(:reputation_entity, Shapes::ShapeRef.new(shape: ReputationEntity, location_name: "ReputationEntity"))
|
1335
|
+
GetReputationEntityResponse.struct_class = Types::GetReputationEntityResponse
|
1336
|
+
|
1254
1337
|
GetSuppressedDestinationRequest.add_member(:email_address, Shapes::ShapeRef.new(shape: EmailAddress, required: true, location: "uri", location_name: "EmailAddress"))
|
1255
1338
|
GetSuppressedDestinationRequest.struct_class = Types::GetSuppressedDestinationRequest
|
1256
1339
|
|
1257
1340
|
GetSuppressedDestinationResponse.add_member(:suppressed_destination, Shapes::ShapeRef.new(shape: SuppressedDestination, required: true, location_name: "SuppressedDestination"))
|
1258
1341
|
GetSuppressedDestinationResponse.struct_class = Types::GetSuppressedDestinationResponse
|
1259
1342
|
|
1343
|
+
GetTenantRequest.add_member(:tenant_name, Shapes::ShapeRef.new(shape: TenantName, required: true, location_name: "TenantName"))
|
1344
|
+
GetTenantRequest.struct_class = Types::GetTenantRequest
|
1345
|
+
|
1346
|
+
GetTenantResponse.add_member(:tenant, Shapes::ShapeRef.new(shape: Tenant, location_name: "Tenant"))
|
1347
|
+
GetTenantResponse.struct_class = Types::GetTenantResponse
|
1348
|
+
|
1260
1349
|
GuardianAttributes.add_member(:optimized_shared_delivery, Shapes::ShapeRef.new(shape: FeatureStatus, location_name: "OptimizedSharedDelivery"))
|
1261
1350
|
GuardianAttributes.struct_class = Types::GuardianAttributes
|
1262
1351
|
|
@@ -1456,6 +1545,24 @@ module Aws::SESV2
|
|
1456
1545
|
ListRecommendationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1457
1546
|
ListRecommendationsResponse.struct_class = Types::ListRecommendationsResponse
|
1458
1547
|
|
1548
|
+
ListReputationEntitiesRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ReputationEntityFilter, location_name: "Filter"))
|
1549
|
+
ListReputationEntitiesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1550
|
+
ListReputationEntitiesRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: MaxItems, location_name: "PageSize"))
|
1551
|
+
ListReputationEntitiesRequest.struct_class = Types::ListReputationEntitiesRequest
|
1552
|
+
|
1553
|
+
ListReputationEntitiesResponse.add_member(:reputation_entities, Shapes::ShapeRef.new(shape: ReputationEntitiesList, location_name: "ReputationEntities"))
|
1554
|
+
ListReputationEntitiesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1555
|
+
ListReputationEntitiesResponse.struct_class = Types::ListReputationEntitiesResponse
|
1556
|
+
|
1557
|
+
ListResourceTenantsRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "ResourceArn"))
|
1558
|
+
ListResourceTenantsRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: MaxItems, location_name: "PageSize"))
|
1559
|
+
ListResourceTenantsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1560
|
+
ListResourceTenantsRequest.struct_class = Types::ListResourceTenantsRequest
|
1561
|
+
|
1562
|
+
ListResourceTenantsResponse.add_member(:resource_tenants, Shapes::ShapeRef.new(shape: ResourceTenantMetadataList, location_name: "ResourceTenants"))
|
1563
|
+
ListResourceTenantsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1564
|
+
ListResourceTenantsResponse.struct_class = Types::ListResourceTenantsResponse
|
1565
|
+
|
1459
1566
|
ListSuppressedDestinationsRequest.add_member(:reasons, Shapes::ShapeRef.new(shape: SuppressionListReasons, location: "querystring", location_name: "Reason"))
|
1460
1567
|
ListSuppressedDestinationsRequest.add_member(:start_date, Shapes::ShapeRef.new(shape: Timestamp, location: "querystring", location_name: "StartDate"))
|
1461
1568
|
ListSuppressedDestinationsRequest.add_member(:end_date, Shapes::ShapeRef.new(shape: Timestamp, location: "querystring", location_name: "EndDate"))
|
@@ -1473,6 +1580,27 @@ module Aws::SESV2
|
|
1473
1580
|
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "Tags"))
|
1474
1581
|
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
1475
1582
|
|
1583
|
+
ListTenantResourcesFilter.key = Shapes::ShapeRef.new(shape: ListTenantResourcesFilterKey)
|
1584
|
+
ListTenantResourcesFilter.value = Shapes::ShapeRef.new(shape: ListTenantResourcesFilterValue)
|
1585
|
+
|
1586
|
+
ListTenantResourcesRequest.add_member(:tenant_name, Shapes::ShapeRef.new(shape: TenantName, required: true, location_name: "TenantName"))
|
1587
|
+
ListTenantResourcesRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ListTenantResourcesFilter, location_name: "Filter"))
|
1588
|
+
ListTenantResourcesRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: MaxItems, location_name: "PageSize"))
|
1589
|
+
ListTenantResourcesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1590
|
+
ListTenantResourcesRequest.struct_class = Types::ListTenantResourcesRequest
|
1591
|
+
|
1592
|
+
ListTenantResourcesResponse.add_member(:tenant_resources, Shapes::ShapeRef.new(shape: TenantResourceList, location_name: "TenantResources"))
|
1593
|
+
ListTenantResourcesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1594
|
+
ListTenantResourcesResponse.struct_class = Types::ListTenantResourcesResponse
|
1595
|
+
|
1596
|
+
ListTenantsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1597
|
+
ListTenantsRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: MaxItems, location_name: "PageSize"))
|
1598
|
+
ListTenantsRequest.struct_class = Types::ListTenantsRequest
|
1599
|
+
|
1600
|
+
ListTenantsResponse.add_member(:tenants, Shapes::ShapeRef.new(shape: TenantInfoList, location_name: "Tenants"))
|
1601
|
+
ListTenantsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1602
|
+
ListTenantsResponse.struct_class = Types::ListTenantsResponse
|
1603
|
+
|
1476
1604
|
MailFromAttributes.add_member(:mail_from_domain, Shapes::ShapeRef.new(shape: MailFromDomainName, required: true, location_name: "MailFromDomain"))
|
1477
1605
|
MailFromAttributes.add_member(:mail_from_domain_status, Shapes::ShapeRef.new(shape: MailFromDomainStatus, required: true, location_name: "MailFromDomainStatus"))
|
1478
1606
|
MailFromAttributes.add_member(:behavior_on_mx_failure, Shapes::ShapeRef.new(shape: BehaviorOnMxFailure, required: true, location_name: "BehaviorOnMxFailure"))
|
@@ -1729,10 +1857,32 @@ module Aws::SESV2
|
|
1729
1857
|
ReplacementTemplate.add_member(:replacement_template_data, Shapes::ShapeRef.new(shape: EmailTemplateData, location_name: "ReplacementTemplateData"))
|
1730
1858
|
ReplacementTemplate.struct_class = Types::ReplacementTemplate
|
1731
1859
|
|
1860
|
+
ReputationEntitiesList.member = Shapes::ShapeRef.new(shape: ReputationEntity)
|
1861
|
+
|
1862
|
+
ReputationEntity.add_member(:reputation_entity_reference, Shapes::ShapeRef.new(shape: ReputationEntityReference, location_name: "ReputationEntityReference"))
|
1863
|
+
ReputationEntity.add_member(:reputation_entity_type, Shapes::ShapeRef.new(shape: ReputationEntityType, location_name: "ReputationEntityType"))
|
1864
|
+
ReputationEntity.add_member(:reputation_management_policy, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "ReputationManagementPolicy"))
|
1865
|
+
ReputationEntity.add_member(:customer_managed_status, Shapes::ShapeRef.new(shape: StatusRecord, location_name: "CustomerManagedStatus"))
|
1866
|
+
ReputationEntity.add_member(:aws_ses_managed_status, Shapes::ShapeRef.new(shape: StatusRecord, location_name: "AwsSesManagedStatus"))
|
1867
|
+
ReputationEntity.add_member(:sending_status_aggregate, Shapes::ShapeRef.new(shape: SendingStatus, location_name: "SendingStatusAggregate"))
|
1868
|
+
ReputationEntity.add_member(:reputation_impact, Shapes::ShapeRef.new(shape: RecommendationImpact, location_name: "ReputationImpact"))
|
1869
|
+
ReputationEntity.struct_class = Types::ReputationEntity
|
1870
|
+
|
1871
|
+
ReputationEntityFilter.key = Shapes::ShapeRef.new(shape: ReputationEntityFilterKey)
|
1872
|
+
ReputationEntityFilter.value = Shapes::ShapeRef.new(shape: ReputationEntityFilterValue)
|
1873
|
+
|
1732
1874
|
ReputationOptions.add_member(:reputation_metrics_enabled, Shapes::ShapeRef.new(shape: Enabled, location_name: "ReputationMetricsEnabled"))
|
1733
1875
|
ReputationOptions.add_member(:last_fresh_start, Shapes::ShapeRef.new(shape: LastFreshStart, location_name: "LastFreshStart"))
|
1734
1876
|
ReputationOptions.struct_class = Types::ReputationOptions
|
1735
1877
|
|
1878
|
+
ResourceTenantMetadata.add_member(:tenant_name, Shapes::ShapeRef.new(shape: TenantName, location_name: "TenantName"))
|
1879
|
+
ResourceTenantMetadata.add_member(:tenant_id, Shapes::ShapeRef.new(shape: TenantId, location_name: "TenantId"))
|
1880
|
+
ResourceTenantMetadata.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "ResourceArn"))
|
1881
|
+
ResourceTenantMetadata.add_member(:associated_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "AssociatedTimestamp"))
|
1882
|
+
ResourceTenantMetadata.struct_class = Types::ResourceTenantMetadata
|
1883
|
+
|
1884
|
+
ResourceTenantMetadataList.member = Shapes::ShapeRef.new(shape: ResourceTenantMetadata)
|
1885
|
+
|
1736
1886
|
ReviewDetails.add_member(:status, Shapes::ShapeRef.new(shape: ReviewStatus, location_name: "Status"))
|
1737
1887
|
ReviewDetails.add_member(:case_id, Shapes::ShapeRef.new(shape: CaseId, location_name: "CaseId"))
|
1738
1888
|
ReviewDetails.struct_class = Types::ReviewDetails
|
@@ -1762,6 +1912,7 @@ module Aws::SESV2
|
|
1762
1912
|
SendBulkEmailRequest.add_member(:bulk_email_entries, Shapes::ShapeRef.new(shape: BulkEmailEntryList, required: true, location_name: "BulkEmailEntries"))
|
1763
1913
|
SendBulkEmailRequest.add_member(:configuration_set_name, Shapes::ShapeRef.new(shape: ConfigurationSetName, location_name: "ConfigurationSetName"))
|
1764
1914
|
SendBulkEmailRequest.add_member(:endpoint_id, Shapes::ShapeRef.new(shape: EndpointId, location_name: "EndpointId", metadata: {"contextParam" => {"name" => "EndpointId"}}))
|
1915
|
+
SendBulkEmailRequest.add_member(:tenant_name, Shapes::ShapeRef.new(shape: TenantName, location_name: "TenantName"))
|
1765
1916
|
SendBulkEmailRequest.struct_class = Types::SendBulkEmailRequest
|
1766
1917
|
|
1767
1918
|
SendBulkEmailResponse.add_member(:bulk_email_entry_results, Shapes::ShapeRef.new(shape: BulkEmailEntryResultList, required: true, location_name: "BulkEmailEntryResults"))
|
@@ -1785,6 +1936,7 @@ module Aws::SESV2
|
|
1785
1936
|
SendEmailRequest.add_member(:email_tags, Shapes::ShapeRef.new(shape: MessageTagList, location_name: "EmailTags"))
|
1786
1937
|
SendEmailRequest.add_member(:configuration_set_name, Shapes::ShapeRef.new(shape: ConfigurationSetName, location_name: "ConfigurationSetName"))
|
1787
1938
|
SendEmailRequest.add_member(:endpoint_id, Shapes::ShapeRef.new(shape: EndpointId, location_name: "EndpointId", metadata: {"contextParam" => {"name" => "EndpointId"}}))
|
1939
|
+
SendEmailRequest.add_member(:tenant_name, Shapes::ShapeRef.new(shape: TenantName, location_name: "TenantName"))
|
1788
1940
|
SendEmailRequest.add_member(:list_management_options, Shapes::ShapeRef.new(shape: ListManagementOptions, location_name: "ListManagementOptions"))
|
1789
1941
|
SendEmailRequest.struct_class = Types::SendEmailRequest
|
1790
1942
|
|
@@ -1804,6 +1956,11 @@ module Aws::SESV2
|
|
1804
1956
|
SnsDestination.add_member(:topic_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "TopicArn"))
|
1805
1957
|
SnsDestination.struct_class = Types::SnsDestination
|
1806
1958
|
|
1959
|
+
StatusRecord.add_member(:status, Shapes::ShapeRef.new(shape: SendingStatus, location_name: "Status"))
|
1960
|
+
StatusRecord.add_member(:cause, Shapes::ShapeRef.new(shape: StatusCause, location_name: "Cause"))
|
1961
|
+
StatusRecord.add_member(:last_updated_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTimestamp"))
|
1962
|
+
StatusRecord.struct_class = Types::StatusRecord
|
1963
|
+
|
1807
1964
|
SuppressedDestination.add_member(:email_address, Shapes::ShapeRef.new(shape: EmailAddress, required: true, location_name: "EmailAddress"))
|
1808
1965
|
SuppressedDestination.add_member(:reason, Shapes::ShapeRef.new(shape: SuppressionListReason, required: true, location_name: "Reason"))
|
1809
1966
|
SuppressedDestination.add_member(:last_update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastUpdateTime"))
|
@@ -1854,6 +2011,28 @@ module Aws::SESV2
|
|
1854
2011
|
Template.add_member(:attachments, Shapes::ShapeRef.new(shape: AttachmentList, location_name: "Attachments"))
|
1855
2012
|
Template.struct_class = Types::Template
|
1856
2013
|
|
2014
|
+
Tenant.add_member(:tenant_name, Shapes::ShapeRef.new(shape: TenantName, location_name: "TenantName"))
|
2015
|
+
Tenant.add_member(:tenant_id, Shapes::ShapeRef.new(shape: TenantId, location_name: "TenantId"))
|
2016
|
+
Tenant.add_member(:tenant_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "TenantArn"))
|
2017
|
+
Tenant.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTimestamp"))
|
2018
|
+
Tenant.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
2019
|
+
Tenant.add_member(:sending_status, Shapes::ShapeRef.new(shape: SendingStatus, location_name: "SendingStatus"))
|
2020
|
+
Tenant.struct_class = Types::Tenant
|
2021
|
+
|
2022
|
+
TenantInfo.add_member(:tenant_name, Shapes::ShapeRef.new(shape: TenantName, location_name: "TenantName"))
|
2023
|
+
TenantInfo.add_member(:tenant_id, Shapes::ShapeRef.new(shape: TenantId, location_name: "TenantId"))
|
2024
|
+
TenantInfo.add_member(:tenant_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "TenantArn"))
|
2025
|
+
TenantInfo.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTimestamp"))
|
2026
|
+
TenantInfo.struct_class = Types::TenantInfo
|
2027
|
+
|
2028
|
+
TenantInfoList.member = Shapes::ShapeRef.new(shape: TenantInfo)
|
2029
|
+
|
2030
|
+
TenantResource.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
|
2031
|
+
TenantResource.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "ResourceArn"))
|
2032
|
+
TenantResource.struct_class = Types::TenantResource
|
2033
|
+
|
2034
|
+
TenantResourceList.member = Shapes::ShapeRef.new(shape: TenantResource)
|
2035
|
+
|
1857
2036
|
TestRenderEmailTemplateRequest.add_member(:template_name, Shapes::ShapeRef.new(shape: EmailTemplateName, required: true, location: "uri", location_name: "TemplateName"))
|
1858
2037
|
TestRenderEmailTemplateRequest.add_member(:template_data, Shapes::ShapeRef.new(shape: EmailTemplateData, required: true, location_name: "TemplateData"))
|
1859
2038
|
TestRenderEmailTemplateRequest.struct_class = Types::TestRenderEmailTemplateRequest
|
@@ -1939,6 +2118,20 @@ module Aws::SESV2
|
|
1939
2118
|
|
1940
2119
|
UpdateEmailTemplateResponse.struct_class = Types::UpdateEmailTemplateResponse
|
1941
2120
|
|
2121
|
+
UpdateReputationEntityCustomerManagedStatusRequest.add_member(:reputation_entity_type, Shapes::ShapeRef.new(shape: ReputationEntityType, required: true, location: "uri", location_name: "ReputationEntityType"))
|
2122
|
+
UpdateReputationEntityCustomerManagedStatusRequest.add_member(:reputation_entity_reference, Shapes::ShapeRef.new(shape: ReputationEntityReference, required: true, location: "uri", location_name: "ReputationEntityReference"))
|
2123
|
+
UpdateReputationEntityCustomerManagedStatusRequest.add_member(:sending_status, Shapes::ShapeRef.new(shape: SendingStatus, required: true, location_name: "SendingStatus"))
|
2124
|
+
UpdateReputationEntityCustomerManagedStatusRequest.struct_class = Types::UpdateReputationEntityCustomerManagedStatusRequest
|
2125
|
+
|
2126
|
+
UpdateReputationEntityCustomerManagedStatusResponse.struct_class = Types::UpdateReputationEntityCustomerManagedStatusResponse
|
2127
|
+
|
2128
|
+
UpdateReputationEntityPolicyRequest.add_member(:reputation_entity_type, Shapes::ShapeRef.new(shape: ReputationEntityType, required: true, location: "uri", location_name: "ReputationEntityType"))
|
2129
|
+
UpdateReputationEntityPolicyRequest.add_member(:reputation_entity_reference, Shapes::ShapeRef.new(shape: ReputationEntityReference, required: true, location: "uri", location_name: "ReputationEntityReference"))
|
2130
|
+
UpdateReputationEntityPolicyRequest.add_member(:reputation_entity_policy, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "ReputationEntityPolicy"))
|
2131
|
+
UpdateReputationEntityPolicyRequest.struct_class = Types::UpdateReputationEntityPolicyRequest
|
2132
|
+
|
2133
|
+
UpdateReputationEntityPolicyResponse.struct_class = Types::UpdateReputationEntityPolicyResponse
|
2134
|
+
|
1942
2135
|
VdmAttributes.add_member(:vdm_enabled, Shapes::ShapeRef.new(shape: FeatureStatus, required: true, location_name: "VdmEnabled"))
|
1943
2136
|
VdmAttributes.add_member(:dashboard_attributes, Shapes::ShapeRef.new(shape: DashboardAttributes, location_name: "DashboardAttributes"))
|
1944
2137
|
VdmAttributes.add_member(:guardian_attributes, Shapes::ShapeRef.new(shape: GuardianAttributes, location_name: "GuardianAttributes"))
|
@@ -2172,6 +2365,30 @@ module Aws::SESV2
|
|
2172
2365
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2173
2366
|
end)
|
2174
2367
|
|
2368
|
+
api.add_operation(:create_tenant, Seahorse::Model::Operation.new.tap do |o|
|
2369
|
+
o.name = "CreateTenant"
|
2370
|
+
o.http_method = "POST"
|
2371
|
+
o.http_request_uri = "/v2/email/tenants"
|
2372
|
+
o.input = Shapes::ShapeRef.new(shape: CreateTenantRequest)
|
2373
|
+
o.output = Shapes::ShapeRef.new(shape: CreateTenantResponse)
|
2374
|
+
o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
|
2375
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2376
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
2377
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2378
|
+
end)
|
2379
|
+
|
2380
|
+
api.add_operation(:create_tenant_resource_association, Seahorse::Model::Operation.new.tap do |o|
|
2381
|
+
o.name = "CreateTenantResourceAssociation"
|
2382
|
+
o.http_method = "POST"
|
2383
|
+
o.http_request_uri = "/v2/email/tenants/resources"
|
2384
|
+
o.input = Shapes::ShapeRef.new(shape: CreateTenantResourceAssociationRequest)
|
2385
|
+
o.output = Shapes::ShapeRef.new(shape: CreateTenantResourceAssociationResponse)
|
2386
|
+
o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
|
2387
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2388
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
2389
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2390
|
+
end)
|
2391
|
+
|
2175
2392
|
api.add_operation(:delete_configuration_set, Seahorse::Model::Operation.new.tap do |o|
|
2176
2393
|
o.name = "DeleteConfigurationSet"
|
2177
2394
|
o.http_method = "DELETE"
|
@@ -2298,6 +2515,28 @@ module Aws::SESV2
|
|
2298
2515
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
2299
2516
|
end)
|
2300
2517
|
|
2518
|
+
api.add_operation(:delete_tenant, Seahorse::Model::Operation.new.tap do |o|
|
2519
|
+
o.name = "DeleteTenant"
|
2520
|
+
o.http_method = "POST"
|
2521
|
+
o.http_request_uri = "/v2/email/tenants/delete"
|
2522
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteTenantRequest)
|
2523
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteTenantResponse)
|
2524
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2525
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
2526
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2527
|
+
end)
|
2528
|
+
|
2529
|
+
api.add_operation(:delete_tenant_resource_association, Seahorse::Model::Operation.new.tap do |o|
|
2530
|
+
o.name = "DeleteTenantResourceAssociation"
|
2531
|
+
o.http_method = "POST"
|
2532
|
+
o.http_request_uri = "/v2/email/tenants/resources/delete"
|
2533
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteTenantResourceAssociationRequest)
|
2534
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteTenantResourceAssociationResponse)
|
2535
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2536
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
2537
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2538
|
+
end)
|
2539
|
+
|
2301
2540
|
api.add_operation(:get_account, Seahorse::Model::Operation.new.tap do |o|
|
2302
2541
|
o.name = "GetAccount"
|
2303
2542
|
o.http_method = "GET"
|
@@ -2534,6 +2773,17 @@ module Aws::SESV2
|
|
2534
2773
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2535
2774
|
end)
|
2536
2775
|
|
2776
|
+
api.add_operation(:get_reputation_entity, Seahorse::Model::Operation.new.tap do |o|
|
2777
|
+
o.name = "GetReputationEntity"
|
2778
|
+
o.http_method = "GET"
|
2779
|
+
o.http_request_uri = "/v2/email/reputation/entities/{ReputationEntityType}/{ReputationEntityReference}"
|
2780
|
+
o.input = Shapes::ShapeRef.new(shape: GetReputationEntityRequest)
|
2781
|
+
o.output = Shapes::ShapeRef.new(shape: GetReputationEntityResponse)
|
2782
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2783
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
2784
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2785
|
+
end)
|
2786
|
+
|
2537
2787
|
api.add_operation(:get_suppressed_destination, Seahorse::Model::Operation.new.tap do |o|
|
2538
2788
|
o.name = "GetSuppressedDestination"
|
2539
2789
|
o.http_method = "GET"
|
@@ -2545,6 +2795,17 @@ module Aws::SESV2
|
|
2545
2795
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2546
2796
|
end)
|
2547
2797
|
|
2798
|
+
api.add_operation(:get_tenant, Seahorse::Model::Operation.new.tap do |o|
|
2799
|
+
o.name = "GetTenant"
|
2800
|
+
o.http_method = "POST"
|
2801
|
+
o.http_request_uri = "/v2/email/tenants/get"
|
2802
|
+
o.input = Shapes::ShapeRef.new(shape: GetTenantRequest)
|
2803
|
+
o.output = Shapes::ShapeRef.new(shape: GetTenantResponse)
|
2804
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2805
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
2806
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
2807
|
+
end)
|
2808
|
+
|
2548
2809
|
api.add_operation(:list_configuration_sets, Seahorse::Model::Operation.new.tap do |o|
|
2549
2810
|
o.name = "ListConfigurationSets"
|
2550
2811
|
o.http_method = "GET"
|
@@ -2757,6 +3018,39 @@ module Aws::SESV2
|
|
2757
3018
|
)
|
2758
3019
|
end)
|
2759
3020
|
|
3021
|
+
api.add_operation(:list_reputation_entities, Seahorse::Model::Operation.new.tap do |o|
|
3022
|
+
o.name = "ListReputationEntities"
|
3023
|
+
o.http_method = "POST"
|
3024
|
+
o.http_request_uri = "/v2/email/reputation/entities"
|
3025
|
+
o.input = Shapes::ShapeRef.new(shape: ListReputationEntitiesRequest)
|
3026
|
+
o.output = Shapes::ShapeRef.new(shape: ListReputationEntitiesResponse)
|
3027
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
3028
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3029
|
+
o[:pager] = Aws::Pager.new(
|
3030
|
+
limit_key: "page_size",
|
3031
|
+
tokens: {
|
3032
|
+
"next_token" => "next_token"
|
3033
|
+
}
|
3034
|
+
)
|
3035
|
+
end)
|
3036
|
+
|
3037
|
+
api.add_operation(:list_resource_tenants, Seahorse::Model::Operation.new.tap do |o|
|
3038
|
+
o.name = "ListResourceTenants"
|
3039
|
+
o.http_method = "POST"
|
3040
|
+
o.http_request_uri = "/v2/email/resources/tenants/list"
|
3041
|
+
o.input = Shapes::ShapeRef.new(shape: ListResourceTenantsRequest)
|
3042
|
+
o.output = Shapes::ShapeRef.new(shape: ListResourceTenantsResponse)
|
3043
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
3044
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3045
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3046
|
+
o[:pager] = Aws::Pager.new(
|
3047
|
+
limit_key: "page_size",
|
3048
|
+
tokens: {
|
3049
|
+
"next_token" => "next_token"
|
3050
|
+
}
|
3051
|
+
)
|
3052
|
+
end)
|
3053
|
+
|
2760
3054
|
api.add_operation(:list_suppressed_destinations, Seahorse::Model::Operation.new.tap do |o|
|
2761
3055
|
o.name = "ListSuppressedDestinations"
|
2762
3056
|
o.http_method = "GET"
|
@@ -2785,6 +3079,39 @@ module Aws::SESV2
|
|
2785
3079
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
2786
3080
|
end)
|
2787
3081
|
|
3082
|
+
api.add_operation(:list_tenant_resources, Seahorse::Model::Operation.new.tap do |o|
|
3083
|
+
o.name = "ListTenantResources"
|
3084
|
+
o.http_method = "POST"
|
3085
|
+
o.http_request_uri = "/v2/email/tenants/resources/list"
|
3086
|
+
o.input = Shapes::ShapeRef.new(shape: ListTenantResourcesRequest)
|
3087
|
+
o.output = Shapes::ShapeRef.new(shape: ListTenantResourcesResponse)
|
3088
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
3089
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3090
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3091
|
+
o[:pager] = Aws::Pager.new(
|
3092
|
+
limit_key: "page_size",
|
3093
|
+
tokens: {
|
3094
|
+
"next_token" => "next_token"
|
3095
|
+
}
|
3096
|
+
)
|
3097
|
+
end)
|
3098
|
+
|
3099
|
+
api.add_operation(:list_tenants, Seahorse::Model::Operation.new.tap do |o|
|
3100
|
+
o.name = "ListTenants"
|
3101
|
+
o.http_method = "POST"
|
3102
|
+
o.http_request_uri = "/v2/email/tenants/list"
|
3103
|
+
o.input = Shapes::ShapeRef.new(shape: ListTenantsRequest)
|
3104
|
+
o.output = Shapes::ShapeRef.new(shape: ListTenantsResponse)
|
3105
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
3106
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3107
|
+
o[:pager] = Aws::Pager.new(
|
3108
|
+
limit_key: "page_size",
|
3109
|
+
tokens: {
|
3110
|
+
"next_token" => "next_token"
|
3111
|
+
}
|
3112
|
+
)
|
3113
|
+
end)
|
3114
|
+
|
2788
3115
|
api.add_operation(:put_account_dedicated_ip_warmup_attributes, Seahorse::Model::Operation.new.tap do |o|
|
2789
3116
|
o.name = "PutAccountDedicatedIpWarmupAttributes"
|
2790
3117
|
o.http_method = "PUT"
|
@@ -3174,6 +3501,28 @@ module Aws::SESV2
|
|
3174
3501
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
3175
3502
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3176
3503
|
end)
|
3504
|
+
|
3505
|
+
api.add_operation(:update_reputation_entity_customer_managed_status, Seahorse::Model::Operation.new.tap do |o|
|
3506
|
+
o.name = "UpdateReputationEntityCustomerManagedStatus"
|
3507
|
+
o.http_method = "PUT"
|
3508
|
+
o.http_request_uri = "/v2/email/reputation/entities/{ReputationEntityType}/{ReputationEntityReference}/customer-managed-status"
|
3509
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateReputationEntityCustomerManagedStatusRequest)
|
3510
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateReputationEntityCustomerManagedStatusResponse)
|
3511
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
3512
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3513
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3514
|
+
end)
|
3515
|
+
|
3516
|
+
api.add_operation(:update_reputation_entity_policy, Seahorse::Model::Operation.new.tap do |o|
|
3517
|
+
o.name = "UpdateReputationEntityPolicy"
|
3518
|
+
o.http_method = "PUT"
|
3519
|
+
o.http_request_uri = "/v2/email/reputation/entities/{ReputationEntityType}/{ReputationEntityReference}/policy"
|
3520
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateReputationEntityPolicyRequest)
|
3521
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateReputationEntityPolicyResponse)
|
3522
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
3523
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
3524
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3525
|
+
end)
|
3177
3526
|
end
|
3178
3527
|
|
3179
3528
|
end
|