@aws-sdk/client-sesv2 3.975.0 → 3.978.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/dist-cjs/index.js +60 -39
- package/dist-es/SESv2.js +41 -1
- package/dist-types/SESv2.d.ts +134 -1
- package/dist-types/ts3.4/SESv2.d.ts +138 -1
- package/package.json +17 -17
package/dist-cjs/index.js
CHANGED
|
@@ -4613,6 +4613,44 @@ class UpdateReputationEntityPolicyCommand extends smithyClient.Command
|
|
|
4613
4613
|
.build() {
|
|
4614
4614
|
}
|
|
4615
4615
|
|
|
4616
|
+
const paginateGetDedicatedIps = core.createPaginator(SESv2Client, GetDedicatedIpsCommand, "NextToken", "NextToken", "PageSize");
|
|
4617
|
+
|
|
4618
|
+
const paginateListConfigurationSets = core.createPaginator(SESv2Client, ListConfigurationSetsCommand, "NextToken", "NextToken", "PageSize");
|
|
4619
|
+
|
|
4620
|
+
const paginateListContactLists = core.createPaginator(SESv2Client, ListContactListsCommand, "NextToken", "NextToken", "PageSize");
|
|
4621
|
+
|
|
4622
|
+
const paginateListContacts = core.createPaginator(SESv2Client, ListContactsCommand, "NextToken", "NextToken", "PageSize");
|
|
4623
|
+
|
|
4624
|
+
const paginateListCustomVerificationEmailTemplates = core.createPaginator(SESv2Client, ListCustomVerificationEmailTemplatesCommand, "NextToken", "NextToken", "PageSize");
|
|
4625
|
+
|
|
4626
|
+
const paginateListDedicatedIpPools = core.createPaginator(SESv2Client, ListDedicatedIpPoolsCommand, "NextToken", "NextToken", "PageSize");
|
|
4627
|
+
|
|
4628
|
+
const paginateListDeliverabilityTestReports = core.createPaginator(SESv2Client, ListDeliverabilityTestReportsCommand, "NextToken", "NextToken", "PageSize");
|
|
4629
|
+
|
|
4630
|
+
const paginateListDomainDeliverabilityCampaigns = core.createPaginator(SESv2Client, ListDomainDeliverabilityCampaignsCommand, "NextToken", "NextToken", "PageSize");
|
|
4631
|
+
|
|
4632
|
+
const paginateListEmailIdentities = core.createPaginator(SESv2Client, ListEmailIdentitiesCommand, "NextToken", "NextToken", "PageSize");
|
|
4633
|
+
|
|
4634
|
+
const paginateListEmailTemplates = core.createPaginator(SESv2Client, ListEmailTemplatesCommand, "NextToken", "NextToken", "PageSize");
|
|
4635
|
+
|
|
4636
|
+
const paginateListExportJobs = core.createPaginator(SESv2Client, ListExportJobsCommand, "NextToken", "NextToken", "PageSize");
|
|
4637
|
+
|
|
4638
|
+
const paginateListImportJobs = core.createPaginator(SESv2Client, ListImportJobsCommand, "NextToken", "NextToken", "PageSize");
|
|
4639
|
+
|
|
4640
|
+
const paginateListMultiRegionEndpoints = core.createPaginator(SESv2Client, ListMultiRegionEndpointsCommand, "NextToken", "NextToken", "PageSize");
|
|
4641
|
+
|
|
4642
|
+
const paginateListRecommendations = core.createPaginator(SESv2Client, ListRecommendationsCommand, "NextToken", "NextToken", "PageSize");
|
|
4643
|
+
|
|
4644
|
+
const paginateListReputationEntities = core.createPaginator(SESv2Client, ListReputationEntitiesCommand, "NextToken", "NextToken", "PageSize");
|
|
4645
|
+
|
|
4646
|
+
const paginateListResourceTenants = core.createPaginator(SESv2Client, ListResourceTenantsCommand, "NextToken", "NextToken", "PageSize");
|
|
4647
|
+
|
|
4648
|
+
const paginateListSuppressedDestinations = core.createPaginator(SESv2Client, ListSuppressedDestinationsCommand, "NextToken", "NextToken", "PageSize");
|
|
4649
|
+
|
|
4650
|
+
const paginateListTenantResources = core.createPaginator(SESv2Client, ListTenantResourcesCommand, "NextToken", "NextToken", "PageSize");
|
|
4651
|
+
|
|
4652
|
+
const paginateListTenants = core.createPaginator(SESv2Client, ListTenantsCommand, "NextToken", "NextToken", "PageSize");
|
|
4653
|
+
|
|
4616
4654
|
const commands = {
|
|
4617
4655
|
BatchGetMetricDataCommand,
|
|
4618
4656
|
CancelExportJobCommand,
|
|
@@ -4725,47 +4763,30 @@ const commands = {
|
|
|
4725
4763
|
UpdateReputationEntityCustomerManagedStatusCommand,
|
|
4726
4764
|
UpdateReputationEntityPolicyCommand,
|
|
4727
4765
|
};
|
|
4766
|
+
const paginators = {
|
|
4767
|
+
paginateGetDedicatedIps,
|
|
4768
|
+
paginateListConfigurationSets,
|
|
4769
|
+
paginateListContactLists,
|
|
4770
|
+
paginateListContacts,
|
|
4771
|
+
paginateListCustomVerificationEmailTemplates,
|
|
4772
|
+
paginateListDedicatedIpPools,
|
|
4773
|
+
paginateListDeliverabilityTestReports,
|
|
4774
|
+
paginateListDomainDeliverabilityCampaigns,
|
|
4775
|
+
paginateListEmailIdentities,
|
|
4776
|
+
paginateListEmailTemplates,
|
|
4777
|
+
paginateListExportJobs,
|
|
4778
|
+
paginateListImportJobs,
|
|
4779
|
+
paginateListMultiRegionEndpoints,
|
|
4780
|
+
paginateListRecommendations,
|
|
4781
|
+
paginateListReputationEntities,
|
|
4782
|
+
paginateListResourceTenants,
|
|
4783
|
+
paginateListSuppressedDestinations,
|
|
4784
|
+
paginateListTenantResources,
|
|
4785
|
+
paginateListTenants,
|
|
4786
|
+
};
|
|
4728
4787
|
class SESv2 extends SESv2Client {
|
|
4729
4788
|
}
|
|
4730
|
-
smithyClient.createAggregatedClient(commands, SESv2);
|
|
4731
|
-
|
|
4732
|
-
const paginateGetDedicatedIps = core.createPaginator(SESv2Client, GetDedicatedIpsCommand, "NextToken", "NextToken", "PageSize");
|
|
4733
|
-
|
|
4734
|
-
const paginateListConfigurationSets = core.createPaginator(SESv2Client, ListConfigurationSetsCommand, "NextToken", "NextToken", "PageSize");
|
|
4735
|
-
|
|
4736
|
-
const paginateListContactLists = core.createPaginator(SESv2Client, ListContactListsCommand, "NextToken", "NextToken", "PageSize");
|
|
4737
|
-
|
|
4738
|
-
const paginateListContacts = core.createPaginator(SESv2Client, ListContactsCommand, "NextToken", "NextToken", "PageSize");
|
|
4739
|
-
|
|
4740
|
-
const paginateListCustomVerificationEmailTemplates = core.createPaginator(SESv2Client, ListCustomVerificationEmailTemplatesCommand, "NextToken", "NextToken", "PageSize");
|
|
4741
|
-
|
|
4742
|
-
const paginateListDedicatedIpPools = core.createPaginator(SESv2Client, ListDedicatedIpPoolsCommand, "NextToken", "NextToken", "PageSize");
|
|
4743
|
-
|
|
4744
|
-
const paginateListDeliverabilityTestReports = core.createPaginator(SESv2Client, ListDeliverabilityTestReportsCommand, "NextToken", "NextToken", "PageSize");
|
|
4745
|
-
|
|
4746
|
-
const paginateListDomainDeliverabilityCampaigns = core.createPaginator(SESv2Client, ListDomainDeliverabilityCampaignsCommand, "NextToken", "NextToken", "PageSize");
|
|
4747
|
-
|
|
4748
|
-
const paginateListEmailIdentities = core.createPaginator(SESv2Client, ListEmailIdentitiesCommand, "NextToken", "NextToken", "PageSize");
|
|
4749
|
-
|
|
4750
|
-
const paginateListEmailTemplates = core.createPaginator(SESv2Client, ListEmailTemplatesCommand, "NextToken", "NextToken", "PageSize");
|
|
4751
|
-
|
|
4752
|
-
const paginateListExportJobs = core.createPaginator(SESv2Client, ListExportJobsCommand, "NextToken", "NextToken", "PageSize");
|
|
4753
|
-
|
|
4754
|
-
const paginateListImportJobs = core.createPaginator(SESv2Client, ListImportJobsCommand, "NextToken", "NextToken", "PageSize");
|
|
4755
|
-
|
|
4756
|
-
const paginateListMultiRegionEndpoints = core.createPaginator(SESv2Client, ListMultiRegionEndpointsCommand, "NextToken", "NextToken", "PageSize");
|
|
4757
|
-
|
|
4758
|
-
const paginateListRecommendations = core.createPaginator(SESv2Client, ListRecommendationsCommand, "NextToken", "NextToken", "PageSize");
|
|
4759
|
-
|
|
4760
|
-
const paginateListReputationEntities = core.createPaginator(SESv2Client, ListReputationEntitiesCommand, "NextToken", "NextToken", "PageSize");
|
|
4761
|
-
|
|
4762
|
-
const paginateListResourceTenants = core.createPaginator(SESv2Client, ListResourceTenantsCommand, "NextToken", "NextToken", "PageSize");
|
|
4763
|
-
|
|
4764
|
-
const paginateListSuppressedDestinations = core.createPaginator(SESv2Client, ListSuppressedDestinationsCommand, "NextToken", "NextToken", "PageSize");
|
|
4765
|
-
|
|
4766
|
-
const paginateListTenantResources = core.createPaginator(SESv2Client, ListTenantResourcesCommand, "NextToken", "NextToken", "PageSize");
|
|
4767
|
-
|
|
4768
|
-
const paginateListTenants = core.createPaginator(SESv2Client, ListTenantsCommand, "NextToken", "NextToken", "PageSize");
|
|
4789
|
+
smithyClient.createAggregatedClient(commands, SESv2, { paginators });
|
|
4769
4790
|
|
|
4770
4791
|
const ContactLanguage = {
|
|
4771
4792
|
EN: "EN",
|
package/dist-es/SESv2.js
CHANGED
|
@@ -109,6 +109,25 @@ import { UpdateEmailIdentityPolicyCommand, } from "./commands/UpdateEmailIdentit
|
|
|
109
109
|
import { UpdateEmailTemplateCommand, } from "./commands/UpdateEmailTemplateCommand";
|
|
110
110
|
import { UpdateReputationEntityCustomerManagedStatusCommand, } from "./commands/UpdateReputationEntityCustomerManagedStatusCommand";
|
|
111
111
|
import { UpdateReputationEntityPolicyCommand, } from "./commands/UpdateReputationEntityPolicyCommand";
|
|
112
|
+
import { paginateGetDedicatedIps } from "./pagination/GetDedicatedIpsPaginator";
|
|
113
|
+
import { paginateListConfigurationSets } from "./pagination/ListConfigurationSetsPaginator";
|
|
114
|
+
import { paginateListContactLists } from "./pagination/ListContactListsPaginator";
|
|
115
|
+
import { paginateListContacts } from "./pagination/ListContactsPaginator";
|
|
116
|
+
import { paginateListCustomVerificationEmailTemplates, } from "./pagination/ListCustomVerificationEmailTemplatesPaginator";
|
|
117
|
+
import { paginateListDedicatedIpPools } from "./pagination/ListDedicatedIpPoolsPaginator";
|
|
118
|
+
import { paginateListDeliverabilityTestReports } from "./pagination/ListDeliverabilityTestReportsPaginator";
|
|
119
|
+
import { paginateListDomainDeliverabilityCampaigns } from "./pagination/ListDomainDeliverabilityCampaignsPaginator";
|
|
120
|
+
import { paginateListEmailIdentities } from "./pagination/ListEmailIdentitiesPaginator";
|
|
121
|
+
import { paginateListEmailTemplates } from "./pagination/ListEmailTemplatesPaginator";
|
|
122
|
+
import { paginateListExportJobs } from "./pagination/ListExportJobsPaginator";
|
|
123
|
+
import { paginateListImportJobs } from "./pagination/ListImportJobsPaginator";
|
|
124
|
+
import { paginateListMultiRegionEndpoints } from "./pagination/ListMultiRegionEndpointsPaginator";
|
|
125
|
+
import { paginateListRecommendations } from "./pagination/ListRecommendationsPaginator";
|
|
126
|
+
import { paginateListReputationEntities } from "./pagination/ListReputationEntitiesPaginator";
|
|
127
|
+
import { paginateListResourceTenants } from "./pagination/ListResourceTenantsPaginator";
|
|
128
|
+
import { paginateListSuppressedDestinations } from "./pagination/ListSuppressedDestinationsPaginator";
|
|
129
|
+
import { paginateListTenantResources } from "./pagination/ListTenantResourcesPaginator";
|
|
130
|
+
import { paginateListTenants } from "./pagination/ListTenantsPaginator";
|
|
112
131
|
import { SESv2Client } from "./SESv2Client";
|
|
113
132
|
const commands = {
|
|
114
133
|
BatchGetMetricDataCommand,
|
|
@@ -222,6 +241,27 @@ const commands = {
|
|
|
222
241
|
UpdateReputationEntityCustomerManagedStatusCommand,
|
|
223
242
|
UpdateReputationEntityPolicyCommand,
|
|
224
243
|
};
|
|
244
|
+
const paginators = {
|
|
245
|
+
paginateGetDedicatedIps,
|
|
246
|
+
paginateListConfigurationSets,
|
|
247
|
+
paginateListContactLists,
|
|
248
|
+
paginateListContacts,
|
|
249
|
+
paginateListCustomVerificationEmailTemplates,
|
|
250
|
+
paginateListDedicatedIpPools,
|
|
251
|
+
paginateListDeliverabilityTestReports,
|
|
252
|
+
paginateListDomainDeliverabilityCampaigns,
|
|
253
|
+
paginateListEmailIdentities,
|
|
254
|
+
paginateListEmailTemplates,
|
|
255
|
+
paginateListExportJobs,
|
|
256
|
+
paginateListImportJobs,
|
|
257
|
+
paginateListMultiRegionEndpoints,
|
|
258
|
+
paginateListRecommendations,
|
|
259
|
+
paginateListReputationEntities,
|
|
260
|
+
paginateListResourceTenants,
|
|
261
|
+
paginateListSuppressedDestinations,
|
|
262
|
+
paginateListTenantResources,
|
|
263
|
+
paginateListTenants,
|
|
264
|
+
};
|
|
225
265
|
export class SESv2 extends SESv2Client {
|
|
226
266
|
}
|
|
227
|
-
createAggregatedClient(commands, SESv2);
|
|
267
|
+
createAggregatedClient(commands, SESv2, { paginators });
|
package/dist-types/SESv2.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
2
|
import { BatchGetMetricDataCommandInput, BatchGetMetricDataCommandOutput } from "./commands/BatchGetMetricDataCommand";
|
|
3
3
|
import { CancelExportJobCommandInput, CancelExportJobCommandOutput } from "./commands/CancelExportJobCommand";
|
|
4
4
|
import { CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput } from "./commands/CreateConfigurationSetCommand";
|
|
@@ -791,6 +791,139 @@ export interface SESv2 {
|
|
|
791
791
|
updateReputationEntityPolicy(args: UpdateReputationEntityPolicyCommandInput, options?: __HttpHandlerOptions): Promise<UpdateReputationEntityPolicyCommandOutput>;
|
|
792
792
|
updateReputationEntityPolicy(args: UpdateReputationEntityPolicyCommandInput, cb: (err: any, data?: UpdateReputationEntityPolicyCommandOutput) => void): void;
|
|
793
793
|
updateReputationEntityPolicy(args: UpdateReputationEntityPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateReputationEntityPolicyCommandOutput) => void): void;
|
|
794
|
+
/**
|
|
795
|
+
* @see {@link GetDedicatedIpsCommand}
|
|
796
|
+
* @param args - command input.
|
|
797
|
+
* @param paginationConfig - optional pagination config.
|
|
798
|
+
* @returns AsyncIterable of {@link GetDedicatedIpsCommandOutput}.
|
|
799
|
+
*/
|
|
800
|
+
paginateGetDedicatedIps(args?: GetDedicatedIpsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetDedicatedIpsCommandOutput>;
|
|
801
|
+
/**
|
|
802
|
+
* @see {@link ListConfigurationSetsCommand}
|
|
803
|
+
* @param args - command input.
|
|
804
|
+
* @param paginationConfig - optional pagination config.
|
|
805
|
+
* @returns AsyncIterable of {@link ListConfigurationSetsCommandOutput}.
|
|
806
|
+
*/
|
|
807
|
+
paginateListConfigurationSets(args?: ListConfigurationSetsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListConfigurationSetsCommandOutput>;
|
|
808
|
+
/**
|
|
809
|
+
* @see {@link ListContactListsCommand}
|
|
810
|
+
* @param args - command input.
|
|
811
|
+
* @param paginationConfig - optional pagination config.
|
|
812
|
+
* @returns AsyncIterable of {@link ListContactListsCommandOutput}.
|
|
813
|
+
*/
|
|
814
|
+
paginateListContactLists(args?: ListContactListsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListContactListsCommandOutput>;
|
|
815
|
+
/**
|
|
816
|
+
* @see {@link ListContactsCommand}
|
|
817
|
+
* @param args - command input.
|
|
818
|
+
* @param paginationConfig - optional pagination config.
|
|
819
|
+
* @returns AsyncIterable of {@link ListContactsCommandOutput}.
|
|
820
|
+
*/
|
|
821
|
+
paginateListContacts(args: ListContactsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListContactsCommandOutput>;
|
|
822
|
+
/**
|
|
823
|
+
* @see {@link ListCustomVerificationEmailTemplatesCommand}
|
|
824
|
+
* @param args - command input.
|
|
825
|
+
* @param paginationConfig - optional pagination config.
|
|
826
|
+
* @returns AsyncIterable of {@link ListCustomVerificationEmailTemplatesCommandOutput}.
|
|
827
|
+
*/
|
|
828
|
+
paginateListCustomVerificationEmailTemplates(args?: ListCustomVerificationEmailTemplatesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListCustomVerificationEmailTemplatesCommandOutput>;
|
|
829
|
+
/**
|
|
830
|
+
* @see {@link ListDedicatedIpPoolsCommand}
|
|
831
|
+
* @param args - command input.
|
|
832
|
+
* @param paginationConfig - optional pagination config.
|
|
833
|
+
* @returns AsyncIterable of {@link ListDedicatedIpPoolsCommandOutput}.
|
|
834
|
+
*/
|
|
835
|
+
paginateListDedicatedIpPools(args?: ListDedicatedIpPoolsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListDedicatedIpPoolsCommandOutput>;
|
|
836
|
+
/**
|
|
837
|
+
* @see {@link ListDeliverabilityTestReportsCommand}
|
|
838
|
+
* @param args - command input.
|
|
839
|
+
* @param paginationConfig - optional pagination config.
|
|
840
|
+
* @returns AsyncIterable of {@link ListDeliverabilityTestReportsCommandOutput}.
|
|
841
|
+
*/
|
|
842
|
+
paginateListDeliverabilityTestReports(args?: ListDeliverabilityTestReportsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListDeliverabilityTestReportsCommandOutput>;
|
|
843
|
+
/**
|
|
844
|
+
* @see {@link ListDomainDeliverabilityCampaignsCommand}
|
|
845
|
+
* @param args - command input.
|
|
846
|
+
* @param paginationConfig - optional pagination config.
|
|
847
|
+
* @returns AsyncIterable of {@link ListDomainDeliverabilityCampaignsCommandOutput}.
|
|
848
|
+
*/
|
|
849
|
+
paginateListDomainDeliverabilityCampaigns(args: ListDomainDeliverabilityCampaignsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListDomainDeliverabilityCampaignsCommandOutput>;
|
|
850
|
+
/**
|
|
851
|
+
* @see {@link ListEmailIdentitiesCommand}
|
|
852
|
+
* @param args - command input.
|
|
853
|
+
* @param paginationConfig - optional pagination config.
|
|
854
|
+
* @returns AsyncIterable of {@link ListEmailIdentitiesCommandOutput}.
|
|
855
|
+
*/
|
|
856
|
+
paginateListEmailIdentities(args?: ListEmailIdentitiesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListEmailIdentitiesCommandOutput>;
|
|
857
|
+
/**
|
|
858
|
+
* @see {@link ListEmailTemplatesCommand}
|
|
859
|
+
* @param args - command input.
|
|
860
|
+
* @param paginationConfig - optional pagination config.
|
|
861
|
+
* @returns AsyncIterable of {@link ListEmailTemplatesCommandOutput}.
|
|
862
|
+
*/
|
|
863
|
+
paginateListEmailTemplates(args?: ListEmailTemplatesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListEmailTemplatesCommandOutput>;
|
|
864
|
+
/**
|
|
865
|
+
* @see {@link ListExportJobsCommand}
|
|
866
|
+
* @param args - command input.
|
|
867
|
+
* @param paginationConfig - optional pagination config.
|
|
868
|
+
* @returns AsyncIterable of {@link ListExportJobsCommandOutput}.
|
|
869
|
+
*/
|
|
870
|
+
paginateListExportJobs(args?: ListExportJobsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListExportJobsCommandOutput>;
|
|
871
|
+
/**
|
|
872
|
+
* @see {@link ListImportJobsCommand}
|
|
873
|
+
* @param args - command input.
|
|
874
|
+
* @param paginationConfig - optional pagination config.
|
|
875
|
+
* @returns AsyncIterable of {@link ListImportJobsCommandOutput}.
|
|
876
|
+
*/
|
|
877
|
+
paginateListImportJobs(args?: ListImportJobsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListImportJobsCommandOutput>;
|
|
878
|
+
/**
|
|
879
|
+
* @see {@link ListMultiRegionEndpointsCommand}
|
|
880
|
+
* @param args - command input.
|
|
881
|
+
* @param paginationConfig - optional pagination config.
|
|
882
|
+
* @returns AsyncIterable of {@link ListMultiRegionEndpointsCommandOutput}.
|
|
883
|
+
*/
|
|
884
|
+
paginateListMultiRegionEndpoints(args?: ListMultiRegionEndpointsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListMultiRegionEndpointsCommandOutput>;
|
|
885
|
+
/**
|
|
886
|
+
* @see {@link ListRecommendationsCommand}
|
|
887
|
+
* @param args - command input.
|
|
888
|
+
* @param paginationConfig - optional pagination config.
|
|
889
|
+
* @returns AsyncIterable of {@link ListRecommendationsCommandOutput}.
|
|
890
|
+
*/
|
|
891
|
+
paginateListRecommendations(args?: ListRecommendationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRecommendationsCommandOutput>;
|
|
892
|
+
/**
|
|
893
|
+
* @see {@link ListReputationEntitiesCommand}
|
|
894
|
+
* @param args - command input.
|
|
895
|
+
* @param paginationConfig - optional pagination config.
|
|
896
|
+
* @returns AsyncIterable of {@link ListReputationEntitiesCommandOutput}.
|
|
897
|
+
*/
|
|
898
|
+
paginateListReputationEntities(args?: ListReputationEntitiesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListReputationEntitiesCommandOutput>;
|
|
899
|
+
/**
|
|
900
|
+
* @see {@link ListResourceTenantsCommand}
|
|
901
|
+
* @param args - command input.
|
|
902
|
+
* @param paginationConfig - optional pagination config.
|
|
903
|
+
* @returns AsyncIterable of {@link ListResourceTenantsCommandOutput}.
|
|
904
|
+
*/
|
|
905
|
+
paginateListResourceTenants(args: ListResourceTenantsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListResourceTenantsCommandOutput>;
|
|
906
|
+
/**
|
|
907
|
+
* @see {@link ListSuppressedDestinationsCommand}
|
|
908
|
+
* @param args - command input.
|
|
909
|
+
* @param paginationConfig - optional pagination config.
|
|
910
|
+
* @returns AsyncIterable of {@link ListSuppressedDestinationsCommandOutput}.
|
|
911
|
+
*/
|
|
912
|
+
paginateListSuppressedDestinations(args?: ListSuppressedDestinationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListSuppressedDestinationsCommandOutput>;
|
|
913
|
+
/**
|
|
914
|
+
* @see {@link ListTenantResourcesCommand}
|
|
915
|
+
* @param args - command input.
|
|
916
|
+
* @param paginationConfig - optional pagination config.
|
|
917
|
+
* @returns AsyncIterable of {@link ListTenantResourcesCommandOutput}.
|
|
918
|
+
*/
|
|
919
|
+
paginateListTenantResources(args: ListTenantResourcesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListTenantResourcesCommandOutput>;
|
|
920
|
+
/**
|
|
921
|
+
* @see {@link ListTenantsCommand}
|
|
922
|
+
* @param args - command input.
|
|
923
|
+
* @param paginationConfig - optional pagination config.
|
|
924
|
+
* @returns AsyncIterable of {@link ListTenantsCommandOutput}.
|
|
925
|
+
*/
|
|
926
|
+
paginateListTenants(args?: ListTenantsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListTenantsCommandOutput>;
|
|
794
927
|
}
|
|
795
928
|
/**
|
|
796
929
|
* <fullname>Amazon SES API v2</fullname>
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
PaginationConfiguration,
|
|
4
|
+
Paginator,
|
|
5
|
+
} from "@smithy/types";
|
|
2
6
|
import {
|
|
3
7
|
BatchGetMetricDataCommandInput,
|
|
4
8
|
BatchGetMetricDataCommandOutput,
|
|
@@ -2035,5 +2039,138 @@ export interface SESv2 {
|
|
|
2035
2039
|
options: __HttpHandlerOptions,
|
|
2036
2040
|
cb: (err: any, data?: UpdateReputationEntityPolicyCommandOutput) => void
|
|
2037
2041
|
): void;
|
|
2042
|
+
paginateGetDedicatedIps(
|
|
2043
|
+
args?: GetDedicatedIpsCommandInput,
|
|
2044
|
+
paginationConfig?: Pick<
|
|
2045
|
+
PaginationConfiguration,
|
|
2046
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2047
|
+
>
|
|
2048
|
+
): Paginator<GetDedicatedIpsCommandOutput>;
|
|
2049
|
+
paginateListConfigurationSets(
|
|
2050
|
+
args?: ListConfigurationSetsCommandInput,
|
|
2051
|
+
paginationConfig?: Pick<
|
|
2052
|
+
PaginationConfiguration,
|
|
2053
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2054
|
+
>
|
|
2055
|
+
): Paginator<ListConfigurationSetsCommandOutput>;
|
|
2056
|
+
paginateListContactLists(
|
|
2057
|
+
args?: ListContactListsCommandInput,
|
|
2058
|
+
paginationConfig?: Pick<
|
|
2059
|
+
PaginationConfiguration,
|
|
2060
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2061
|
+
>
|
|
2062
|
+
): Paginator<ListContactListsCommandOutput>;
|
|
2063
|
+
paginateListContacts(
|
|
2064
|
+
args: ListContactsCommandInput,
|
|
2065
|
+
paginationConfig?: Pick<
|
|
2066
|
+
PaginationConfiguration,
|
|
2067
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2068
|
+
>
|
|
2069
|
+
): Paginator<ListContactsCommandOutput>;
|
|
2070
|
+
paginateListCustomVerificationEmailTemplates(
|
|
2071
|
+
args?: ListCustomVerificationEmailTemplatesCommandInput,
|
|
2072
|
+
paginationConfig?: Pick<
|
|
2073
|
+
PaginationConfiguration,
|
|
2074
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2075
|
+
>
|
|
2076
|
+
): Paginator<ListCustomVerificationEmailTemplatesCommandOutput>;
|
|
2077
|
+
paginateListDedicatedIpPools(
|
|
2078
|
+
args?: ListDedicatedIpPoolsCommandInput,
|
|
2079
|
+
paginationConfig?: Pick<
|
|
2080
|
+
PaginationConfiguration,
|
|
2081
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2082
|
+
>
|
|
2083
|
+
): Paginator<ListDedicatedIpPoolsCommandOutput>;
|
|
2084
|
+
paginateListDeliverabilityTestReports(
|
|
2085
|
+
args?: ListDeliverabilityTestReportsCommandInput,
|
|
2086
|
+
paginationConfig?: Pick<
|
|
2087
|
+
PaginationConfiguration,
|
|
2088
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2089
|
+
>
|
|
2090
|
+
): Paginator<ListDeliverabilityTestReportsCommandOutput>;
|
|
2091
|
+
paginateListDomainDeliverabilityCampaigns(
|
|
2092
|
+
args: ListDomainDeliverabilityCampaignsCommandInput,
|
|
2093
|
+
paginationConfig?: Pick<
|
|
2094
|
+
PaginationConfiguration,
|
|
2095
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2096
|
+
>
|
|
2097
|
+
): Paginator<ListDomainDeliverabilityCampaignsCommandOutput>;
|
|
2098
|
+
paginateListEmailIdentities(
|
|
2099
|
+
args?: ListEmailIdentitiesCommandInput,
|
|
2100
|
+
paginationConfig?: Pick<
|
|
2101
|
+
PaginationConfiguration,
|
|
2102
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2103
|
+
>
|
|
2104
|
+
): Paginator<ListEmailIdentitiesCommandOutput>;
|
|
2105
|
+
paginateListEmailTemplates(
|
|
2106
|
+
args?: ListEmailTemplatesCommandInput,
|
|
2107
|
+
paginationConfig?: Pick<
|
|
2108
|
+
PaginationConfiguration,
|
|
2109
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2110
|
+
>
|
|
2111
|
+
): Paginator<ListEmailTemplatesCommandOutput>;
|
|
2112
|
+
paginateListExportJobs(
|
|
2113
|
+
args?: ListExportJobsCommandInput,
|
|
2114
|
+
paginationConfig?: Pick<
|
|
2115
|
+
PaginationConfiguration,
|
|
2116
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2117
|
+
>
|
|
2118
|
+
): Paginator<ListExportJobsCommandOutput>;
|
|
2119
|
+
paginateListImportJobs(
|
|
2120
|
+
args?: ListImportJobsCommandInput,
|
|
2121
|
+
paginationConfig?: Pick<
|
|
2122
|
+
PaginationConfiguration,
|
|
2123
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2124
|
+
>
|
|
2125
|
+
): Paginator<ListImportJobsCommandOutput>;
|
|
2126
|
+
paginateListMultiRegionEndpoints(
|
|
2127
|
+
args?: ListMultiRegionEndpointsCommandInput,
|
|
2128
|
+
paginationConfig?: Pick<
|
|
2129
|
+
PaginationConfiguration,
|
|
2130
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2131
|
+
>
|
|
2132
|
+
): Paginator<ListMultiRegionEndpointsCommandOutput>;
|
|
2133
|
+
paginateListRecommendations(
|
|
2134
|
+
args?: ListRecommendationsCommandInput,
|
|
2135
|
+
paginationConfig?: Pick<
|
|
2136
|
+
PaginationConfiguration,
|
|
2137
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2138
|
+
>
|
|
2139
|
+
): Paginator<ListRecommendationsCommandOutput>;
|
|
2140
|
+
paginateListReputationEntities(
|
|
2141
|
+
args?: ListReputationEntitiesCommandInput,
|
|
2142
|
+
paginationConfig?: Pick<
|
|
2143
|
+
PaginationConfiguration,
|
|
2144
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2145
|
+
>
|
|
2146
|
+
): Paginator<ListReputationEntitiesCommandOutput>;
|
|
2147
|
+
paginateListResourceTenants(
|
|
2148
|
+
args: ListResourceTenantsCommandInput,
|
|
2149
|
+
paginationConfig?: Pick<
|
|
2150
|
+
PaginationConfiguration,
|
|
2151
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2152
|
+
>
|
|
2153
|
+
): Paginator<ListResourceTenantsCommandOutput>;
|
|
2154
|
+
paginateListSuppressedDestinations(
|
|
2155
|
+
args?: ListSuppressedDestinationsCommandInput,
|
|
2156
|
+
paginationConfig?: Pick<
|
|
2157
|
+
PaginationConfiguration,
|
|
2158
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2159
|
+
>
|
|
2160
|
+
): Paginator<ListSuppressedDestinationsCommandOutput>;
|
|
2161
|
+
paginateListTenantResources(
|
|
2162
|
+
args: ListTenantResourcesCommandInput,
|
|
2163
|
+
paginationConfig?: Pick<
|
|
2164
|
+
PaginationConfiguration,
|
|
2165
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2166
|
+
>
|
|
2167
|
+
): Paginator<ListTenantResourcesCommandOutput>;
|
|
2168
|
+
paginateListTenants(
|
|
2169
|
+
args?: ListTenantsCommandInput,
|
|
2170
|
+
paginationConfig?: Pick<
|
|
2171
|
+
PaginationConfiguration,
|
|
2172
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
2173
|
+
>
|
|
2174
|
+
): Paginator<ListTenantsCommandOutput>;
|
|
2038
2175
|
}
|
|
2039
2176
|
export declare class SESv2 extends SESv2Client implements SESv2 {}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sesv2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sesv2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.978.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sesv2",
|
|
@@ -21,39 +21,39 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
27
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.4",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.2",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.2",
|
|
27
|
+
"@aws-sdk/middleware-logger": "^3.972.2",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.2",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.4",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "^3.972.2",
|
|
31
31
|
"@aws-sdk/signature-v4-multi-region": "3.972.0",
|
|
32
|
-
"@aws-sdk/types": "^3.973.
|
|
32
|
+
"@aws-sdk/types": "^3.973.1",
|
|
33
33
|
"@aws-sdk/util-endpoints": "3.972.0",
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.2",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "^3.972.2",
|
|
36
36
|
"@smithy/config-resolver": "^4.4.6",
|
|
37
|
-
"@smithy/core": "^3.
|
|
37
|
+
"@smithy/core": "^3.22.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
39
39
|
"@smithy/hash-node": "^4.2.8",
|
|
40
40
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
41
41
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
42
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
43
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
+
"@smithy/middleware-endpoint": "^4.4.12",
|
|
43
|
+
"@smithy/middleware-retry": "^4.4.29",
|
|
44
44
|
"@smithy/middleware-serde": "^4.2.9",
|
|
45
45
|
"@smithy/middleware-stack": "^4.2.8",
|
|
46
46
|
"@smithy/node-config-provider": "^4.3.8",
|
|
47
47
|
"@smithy/node-http-handler": "^4.4.8",
|
|
48
48
|
"@smithy/protocol-http": "^5.3.8",
|
|
49
|
-
"@smithy/smithy-client": "^4.
|
|
49
|
+
"@smithy/smithy-client": "^4.11.1",
|
|
50
50
|
"@smithy/types": "^4.12.0",
|
|
51
51
|
"@smithy/url-parser": "^4.2.8",
|
|
52
52
|
"@smithy/util-base64": "^4.3.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^4.3.28",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^4.2.31",
|
|
57
57
|
"@smithy/util-endpoints": "^3.2.8",
|
|
58
58
|
"@smithy/util-middleware": "^4.2.8",
|
|
59
59
|
"@smithy/util-retry": "^4.2.8",
|