@aws-sdk/client-sesv2 3.169.0 → 3.170.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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/SESv2.d.ts +1588 -410
- package/dist-types/ts3.4/SESv2Client.d.ts +615 -154
- package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateContactListCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDedicatedIpPoolCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDeliverabilityTestReportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateEmailIdentityCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateEmailIdentityPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateEmailTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateImportJobCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteContactCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteContactListCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDedicatedIpPoolCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteEmailIdentityCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteEmailIdentityPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteEmailTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteSuppressedDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetBlacklistReportsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetConfigurationSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetConfigurationSetEventDestinationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetContactCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetContactListCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDedicatedIpCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDedicatedIpsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDeliverabilityTestReportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDomainDeliverabilityCampaignCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDomainStatisticsReportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEmailIdentityCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetEmailIdentityPoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEmailTemplateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetSuppressedDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListContactListsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDedicatedIpPoolsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDeliverabilityTestReportsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListEmailIdentitiesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListEmailTemplatesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListImportJobsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListSuppressedDestinationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutAccountDetailsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutAccountSendingAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutAccountSuppressionAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetReputationOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetSendingOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetSuppressionOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutDedicatedIpInPoolCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutDeliverabilityDashboardOptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutEmailIdentityDkimAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutSuppressedDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SendBulkEmailCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TestRenderEmailTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateContactListCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateEmailIdentityPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateEmailTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/index.d.ts +81 -81
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/SESv2ServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2523 -2310
- package/dist-types/ts3.4/pagination/GetDedicatedIpsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListConfigurationSetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListContactListsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListContactsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDedicatedIpPoolsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDeliverabilityTestReportsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDomainDeliverabilityCampaignsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEmailIdentitiesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEmailTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListImportJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSuppressedDestinationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +13 -13
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +977 -245
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetDedicatedIpsCommandInput,
|
|
4
|
+
GetDedicatedIpsCommandOutput,
|
|
5
|
+
} from "../commands/GetDedicatedIpsCommand";
|
|
6
|
+
import { SESv2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetDedicatedIps(
|
|
8
|
+
config: SESv2PaginationConfiguration,
|
|
9
|
+
input: GetDedicatedIpsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetDedicatedIpsCommandOutput>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { SESv2 } from "../SESv2";
|
|
3
|
-
import { SESv2Client } from "../SESv2Client";
|
|
4
|
-
export interface SESv2PaginationConfiguration extends PaginationConfiguration {
|
|
5
|
-
|
|
6
|
-
}
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { SESv2 } from "../SESv2";
|
|
3
|
+
import { SESv2Client } from "../SESv2Client";
|
|
4
|
+
export interface SESv2PaginationConfiguration extends PaginationConfiguration {
|
|
5
|
+
client: SESv2 | SESv2Client;
|
|
6
|
+
}
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListConfigurationSetsCommandInput,
|
|
4
|
+
ListConfigurationSetsCommandOutput,
|
|
5
|
+
} from "../commands/ListConfigurationSetsCommand";
|
|
6
|
+
import { SESv2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListConfigurationSets(
|
|
8
|
+
config: SESv2PaginationConfiguration,
|
|
9
|
+
input: ListConfigurationSetsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListConfigurationSetsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListContactListsCommandInput,
|
|
4
|
+
ListContactListsCommandOutput,
|
|
5
|
+
} from "../commands/ListContactListsCommand";
|
|
6
|
+
import { SESv2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListContactLists(
|
|
8
|
+
config: SESv2PaginationConfiguration,
|
|
9
|
+
input: ListContactListsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListContactListsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListContactsCommandInput,
|
|
4
|
+
ListContactsCommandOutput,
|
|
5
|
+
} from "../commands/ListContactsCommand";
|
|
6
|
+
import { SESv2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListContacts(
|
|
8
|
+
config: SESv2PaginationConfiguration,
|
|
9
|
+
input: ListContactsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListContactsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListCustomVerificationEmailTemplatesCommandInput,
|
|
4
|
+
ListCustomVerificationEmailTemplatesCommandOutput,
|
|
5
|
+
} from "../commands/ListCustomVerificationEmailTemplatesCommand";
|
|
6
|
+
import { SESv2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListCustomVerificationEmailTemplates(
|
|
8
|
+
config: SESv2PaginationConfiguration,
|
|
9
|
+
input: ListCustomVerificationEmailTemplatesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListCustomVerificationEmailTemplatesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDedicatedIpPoolsCommandInput,
|
|
4
|
+
ListDedicatedIpPoolsCommandOutput,
|
|
5
|
+
} from "../commands/ListDedicatedIpPoolsCommand";
|
|
6
|
+
import { SESv2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListDedicatedIpPools(
|
|
8
|
+
config: SESv2PaginationConfiguration,
|
|
9
|
+
input: ListDedicatedIpPoolsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListDedicatedIpPoolsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDeliverabilityTestReportsCommandInput,
|
|
4
|
+
ListDeliverabilityTestReportsCommandOutput,
|
|
5
|
+
} from "../commands/ListDeliverabilityTestReportsCommand";
|
|
6
|
+
import { SESv2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListDeliverabilityTestReports(
|
|
8
|
+
config: SESv2PaginationConfiguration,
|
|
9
|
+
input: ListDeliverabilityTestReportsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListDeliverabilityTestReportsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDomainDeliverabilityCampaignsCommandInput,
|
|
4
|
+
ListDomainDeliverabilityCampaignsCommandOutput,
|
|
5
|
+
} from "../commands/ListDomainDeliverabilityCampaignsCommand";
|
|
6
|
+
import { SESv2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListDomainDeliverabilityCampaigns(
|
|
8
|
+
config: SESv2PaginationConfiguration,
|
|
9
|
+
input: ListDomainDeliverabilityCampaignsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListDomainDeliverabilityCampaignsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListEmailIdentitiesCommandInput,
|
|
4
|
+
ListEmailIdentitiesCommandOutput,
|
|
5
|
+
} from "../commands/ListEmailIdentitiesCommand";
|
|
6
|
+
import { SESv2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListEmailIdentities(
|
|
8
|
+
config: SESv2PaginationConfiguration,
|
|
9
|
+
input: ListEmailIdentitiesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListEmailIdentitiesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListEmailTemplatesCommandInput,
|
|
4
|
+
ListEmailTemplatesCommandOutput,
|
|
5
|
+
} from "../commands/ListEmailTemplatesCommand";
|
|
6
|
+
import { SESv2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListEmailTemplates(
|
|
8
|
+
config: SESv2PaginationConfiguration,
|
|
9
|
+
input: ListEmailTemplatesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListEmailTemplatesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListImportJobsCommandInput,
|
|
4
|
+
ListImportJobsCommandOutput,
|
|
5
|
+
} from "../commands/ListImportJobsCommand";
|
|
6
|
+
import { SESv2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListImportJobs(
|
|
8
|
+
config: SESv2PaginationConfiguration,
|
|
9
|
+
input: ListImportJobsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListImportJobsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListSuppressedDestinationsCommandInput,
|
|
4
|
+
ListSuppressedDestinationsCommandOutput,
|
|
5
|
+
} from "../commands/ListSuppressedDestinationsCommand";
|
|
6
|
+
import { SESv2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListSuppressedDestinations(
|
|
8
|
+
config: SESv2PaginationConfiguration,
|
|
9
|
+
input: ListSuppressedDestinationsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListSuppressedDestinationsCommandOutput>;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
export * from "./GetDedicatedIpsPaginator";
|
|
2
|
-
export * from "./Interfaces";
|
|
3
|
-
export * from "./ListConfigurationSetsPaginator";
|
|
4
|
-
export * from "./ListContactListsPaginator";
|
|
5
|
-
export * from "./ListContactsPaginator";
|
|
6
|
-
export * from "./ListCustomVerificationEmailTemplatesPaginator";
|
|
7
|
-
export * from "./ListDedicatedIpPoolsPaginator";
|
|
8
|
-
export * from "./ListDeliverabilityTestReportsPaginator";
|
|
9
|
-
export * from "./ListDomainDeliverabilityCampaignsPaginator";
|
|
10
|
-
export * from "./ListEmailIdentitiesPaginator";
|
|
11
|
-
export * from "./ListEmailTemplatesPaginator";
|
|
12
|
-
export * from "./ListImportJobsPaginator";
|
|
13
|
-
export * from "./ListSuppressedDestinationsPaginator";
|
|
1
|
+
export * from "./GetDedicatedIpsPaginator";
|
|
2
|
+
export * from "./Interfaces";
|
|
3
|
+
export * from "./ListConfigurationSetsPaginator";
|
|
4
|
+
export * from "./ListContactListsPaginator";
|
|
5
|
+
export * from "./ListContactsPaginator";
|
|
6
|
+
export * from "./ListCustomVerificationEmailTemplatesPaginator";
|
|
7
|
+
export * from "./ListDedicatedIpPoolsPaginator";
|
|
8
|
+
export * from "./ListDeliverabilityTestReportsPaginator";
|
|
9
|
+
export * from "./ListDomainDeliverabilityCampaignsPaginator";
|
|
10
|
+
export * from "./ListEmailIdentitiesPaginator";
|
|
11
|
+
export * from "./ListEmailTemplatesPaginator";
|
|
12
|
+
export * from "./ListImportJobsPaginator";
|
|
13
|
+
export * from "./ListSuppressedDestinationsPaginator";
|