2026-01-22 21:21:56 +05:30

111 lines
5.4 KiB
JavaScript

export * from "./BatchGetMetricDataCommand";
export * from "./CancelExportJobCommand";
export * from "./CreateConfigurationSetCommand";
export * from "./CreateConfigurationSetEventDestinationCommand";
export * from "./CreateContactCommand";
export * from "./CreateContactListCommand";
export * from "./CreateCustomVerificationEmailTemplateCommand";
export * from "./CreateDedicatedIpPoolCommand";
export * from "./CreateDeliverabilityTestReportCommand";
export * from "./CreateEmailIdentityCommand";
export * from "./CreateEmailIdentityPolicyCommand";
export * from "./CreateEmailTemplateCommand";
export * from "./CreateExportJobCommand";
export * from "./CreateImportJobCommand";
export * from "./CreateMultiRegionEndpointCommand";
export * from "./CreateTenantCommand";
export * from "./CreateTenantResourceAssociationCommand";
export * from "./DeleteConfigurationSetCommand";
export * from "./DeleteConfigurationSetEventDestinationCommand";
export * from "./DeleteContactCommand";
export * from "./DeleteContactListCommand";
export * from "./DeleteCustomVerificationEmailTemplateCommand";
export * from "./DeleteDedicatedIpPoolCommand";
export * from "./DeleteEmailIdentityCommand";
export * from "./DeleteEmailIdentityPolicyCommand";
export * from "./DeleteEmailTemplateCommand";
export * from "./DeleteMultiRegionEndpointCommand";
export * from "./DeleteSuppressedDestinationCommand";
export * from "./DeleteTenantCommand";
export * from "./DeleteTenantResourceAssociationCommand";
export * from "./GetAccountCommand";
export * from "./GetBlacklistReportsCommand";
export * from "./GetConfigurationSetCommand";
export * from "./GetConfigurationSetEventDestinationsCommand";
export * from "./GetContactCommand";
export * from "./GetContactListCommand";
export * from "./GetCustomVerificationEmailTemplateCommand";
export * from "./GetDedicatedIpCommand";
export * from "./GetDedicatedIpPoolCommand";
export * from "./GetDedicatedIpsCommand";
export * from "./GetDeliverabilityDashboardOptionsCommand";
export * from "./GetDeliverabilityTestReportCommand";
export * from "./GetDomainDeliverabilityCampaignCommand";
export * from "./GetDomainStatisticsReportCommand";
export * from "./GetEmailAddressInsightsCommand";
export * from "./GetEmailIdentityCommand";
export * from "./GetEmailIdentityPoliciesCommand";
export * from "./GetEmailTemplateCommand";
export * from "./GetExportJobCommand";
export * from "./GetImportJobCommand";
export * from "./GetMessageInsightsCommand";
export * from "./GetMultiRegionEndpointCommand";
export * from "./GetReputationEntityCommand";
export * from "./GetSuppressedDestinationCommand";
export * from "./GetTenantCommand";
export * from "./ListConfigurationSetsCommand";
export * from "./ListContactListsCommand";
export * from "./ListContactsCommand";
export * from "./ListCustomVerificationEmailTemplatesCommand";
export * from "./ListDedicatedIpPoolsCommand";
export * from "./ListDeliverabilityTestReportsCommand";
export * from "./ListDomainDeliverabilityCampaignsCommand";
export * from "./ListEmailIdentitiesCommand";
export * from "./ListEmailTemplatesCommand";
export * from "./ListExportJobsCommand";
export * from "./ListImportJobsCommand";
export * from "./ListMultiRegionEndpointsCommand";
export * from "./ListRecommendationsCommand";
export * from "./ListReputationEntitiesCommand";
export * from "./ListResourceTenantsCommand";
export * from "./ListSuppressedDestinationsCommand";
export * from "./ListTagsForResourceCommand";
export * from "./ListTenantResourcesCommand";
export * from "./ListTenantsCommand";
export * from "./PutAccountDedicatedIpWarmupAttributesCommand";
export * from "./PutAccountDetailsCommand";
export * from "./PutAccountSendingAttributesCommand";
export * from "./PutAccountSuppressionAttributesCommand";
export * from "./PutAccountVdmAttributesCommand";
export * from "./PutConfigurationSetArchivingOptionsCommand";
export * from "./PutConfigurationSetDeliveryOptionsCommand";
export * from "./PutConfigurationSetReputationOptionsCommand";
export * from "./PutConfigurationSetSendingOptionsCommand";
export * from "./PutConfigurationSetSuppressionOptionsCommand";
export * from "./PutConfigurationSetTrackingOptionsCommand";
export * from "./PutConfigurationSetVdmOptionsCommand";
export * from "./PutDedicatedIpInPoolCommand";
export * from "./PutDedicatedIpPoolScalingAttributesCommand";
export * from "./PutDedicatedIpWarmupAttributesCommand";
export * from "./PutDeliverabilityDashboardOptionCommand";
export * from "./PutEmailIdentityConfigurationSetAttributesCommand";
export * from "./PutEmailIdentityDkimAttributesCommand";
export * from "./PutEmailIdentityDkimSigningAttributesCommand";
export * from "./PutEmailIdentityFeedbackAttributesCommand";
export * from "./PutEmailIdentityMailFromAttributesCommand";
export * from "./PutSuppressedDestinationCommand";
export * from "./SendBulkEmailCommand";
export * from "./SendCustomVerificationEmailCommand";
export * from "./SendEmailCommand";
export * from "./TagResourceCommand";
export * from "./TestRenderEmailTemplateCommand";
export * from "./UntagResourceCommand";
export * from "./UpdateConfigurationSetEventDestinationCommand";
export * from "./UpdateContactCommand";
export * from "./UpdateContactListCommand";
export * from "./UpdateCustomVerificationEmailTemplateCommand";
export * from "./UpdateEmailIdentityPolicyCommand";
export * from "./UpdateEmailTemplateCommand";
export * from "./UpdateReputationEntityCustomerManagedStatusCommand";
export * from "./UpdateReputationEntityPolicyCommand";