@aws-sdk/client-sesv2 3.533.0 → 3.540.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/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/SESv2.d.ts +18 -1
- package/dist-types/SESv2Client.d.ts +1 -1
- package/dist-types/commands/BatchGetMetricDataCommand.d.ts +2 -1
- package/dist-types/commands/CancelExportJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateConfigurationSetCommand.d.ts +2 -1
- package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +2 -1
- package/dist-types/commands/CreateContactCommand.d.ts +2 -1
- package/dist-types/commands/CreateContactListCommand.d.ts +2 -1
- package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +2 -1
- package/dist-types/commands/CreateDedicatedIpPoolCommand.d.ts +2 -1
- package/dist-types/commands/CreateDeliverabilityTestReportCommand.d.ts +2 -1
- package/dist-types/commands/CreateEmailIdentityCommand.d.ts +2 -1
- package/dist-types/commands/CreateEmailIdentityPolicyCommand.d.ts +2 -1
- package/dist-types/commands/CreateEmailTemplateCommand.d.ts +2 -1
- package/dist-types/commands/CreateExportJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateImportJobCommand.d.ts +2 -1
- package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteContactCommand.d.ts +2 -1
- package/dist-types/commands/DeleteContactListCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDedicatedIpPoolCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEmailIdentityCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEmailIdentityPolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEmailTemplateCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSuppressedDestinationCommand.d.ts +2 -1
- package/dist-types/commands/GetAccountCommand.d.ts +2 -1
- package/dist-types/commands/GetBlacklistReportsCommand.d.ts +2 -1
- package/dist-types/commands/GetConfigurationSetCommand.d.ts +2 -1
- package/dist-types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +2 -1
- package/dist-types/commands/GetContactCommand.d.ts +2 -1
- package/dist-types/commands/GetContactListCommand.d.ts +2 -1
- package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +2 -1
- package/dist-types/commands/GetDedicatedIpCommand.d.ts +2 -1
- package/dist-types/commands/GetDedicatedIpPoolCommand.d.ts +2 -1
- package/dist-types/commands/GetDedicatedIpsCommand.d.ts +2 -1
- package/dist-types/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +2 -1
- package/dist-types/commands/GetDeliverabilityTestReportCommand.d.ts +2 -1
- package/dist-types/commands/GetDomainDeliverabilityCampaignCommand.d.ts +2 -1
- package/dist-types/commands/GetDomainStatisticsReportCommand.d.ts +2 -1
- package/dist-types/commands/GetEmailIdentityCommand.d.ts +2 -1
- package/dist-types/commands/GetEmailIdentityPoliciesCommand.d.ts +2 -1
- package/dist-types/commands/GetEmailTemplateCommand.d.ts +2 -1
- package/dist-types/commands/GetExportJobCommand.d.ts +2 -1
- package/dist-types/commands/GetImportJobCommand.d.ts +2 -1
- package/dist-types/commands/GetMessageInsightsCommand.d.ts +2 -1
- package/dist-types/commands/GetSuppressedDestinationCommand.d.ts +2 -1
- package/dist-types/commands/ListConfigurationSetsCommand.d.ts +2 -1
- package/dist-types/commands/ListContactListsCommand.d.ts +2 -1
- package/dist-types/commands/ListContactsCommand.d.ts +2 -1
- package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +2 -1
- package/dist-types/commands/ListDedicatedIpPoolsCommand.d.ts +2 -1
- package/dist-types/commands/ListDeliverabilityTestReportsCommand.d.ts +2 -1
- package/dist-types/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +2 -1
- package/dist-types/commands/ListEmailIdentitiesCommand.d.ts +2 -1
- package/dist-types/commands/ListEmailTemplatesCommand.d.ts +2 -1
- package/dist-types/commands/ListExportJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListImportJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListRecommendationsCommand.d.ts +2 -1
- package/dist-types/commands/ListSuppressedDestinationsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +2 -1
- package/dist-types/commands/PutAccountDetailsCommand.d.ts +2 -1
- package/dist-types/commands/PutAccountSendingAttributesCommand.d.ts +2 -1
- package/dist-types/commands/PutAccountSuppressionAttributesCommand.d.ts +2 -1
- package/dist-types/commands/PutAccountVdmAttributesCommand.d.ts +2 -1
- package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +2 -1
- package/dist-types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +2 -1
- package/dist-types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +2 -1
- package/dist-types/commands/PutConfigurationSetSuppressionOptionsCommand.d.ts +2 -1
- package/dist-types/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +2 -1
- package/dist-types/commands/PutConfigurationSetVdmOptionsCommand.d.ts +2 -1
- package/dist-types/commands/PutDedicatedIpInPoolCommand.d.ts +2 -1
- package/dist-types/commands/PutDedicatedIpPoolScalingAttributesCommand.d.ts +2 -1
- package/dist-types/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +2 -1
- package/dist-types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +2 -1
- package/dist-types/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +2 -1
- package/dist-types/commands/PutEmailIdentityDkimAttributesCommand.d.ts +2 -1
- package/dist-types/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +2 -1
- package/dist-types/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +2 -1
- package/dist-types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +2 -1
- package/dist-types/commands/PutSuppressedDestinationCommand.d.ts +2 -1
- package/dist-types/commands/SendBulkEmailCommand.d.ts +2 -1
- package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +2 -1
- package/dist-types/commands/SendEmailCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/TestRenderEmailTemplateCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateContactCommand.d.ts +2 -1
- package/dist-types/commands/UpdateContactListCommand.d.ts +2 -1
- package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +2 -1
- package/dist-types/commands/UpdateEmailIdentityPolicyCommand.d.ts +2 -1
- package/dist-types/commands/UpdateEmailTemplateCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +810 -810
- package/dist-types/models/models_1.d.ts +80 -80
- package/dist-types/ts3.4/SESv2.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchGetMetricDataCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelExportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateContactListCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDedicatedIpPoolCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDeliverabilityTestReportCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateEmailIdentityCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateEmailIdentityPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateEmailTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateExportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateImportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteContactCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteContactListCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDedicatedIpPoolCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteEmailIdentityCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteEmailIdentityPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteEmailTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSuppressedDestinationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetBlacklistReportsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetConfigurationSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetConfigurationSetEventDestinationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetContactCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetContactListCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDedicatedIpCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDedicatedIpPoolCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDedicatedIpsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDeliverabilityTestReportCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDomainDeliverabilityCampaignCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDomainStatisticsReportCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetEmailIdentityCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetEmailIdentityPoliciesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetEmailTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetExportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetMessageInsightsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSuppressedDestinationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListContactListsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDedicatedIpPoolsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDeliverabilityTestReportsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListEmailIdentitiesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListEmailTemplatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListExportJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListImportJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSuppressedDestinationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutAccountDetailsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutAccountSendingAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutAccountSuppressionAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutAccountVdmAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutConfigurationSetReputationOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutConfigurationSetSendingOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutConfigurationSetSuppressionOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutConfigurationSetVdmOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutDedicatedIpInPoolCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutDedicatedIpPoolScalingAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutDeliverabilityDashboardOptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutEmailIdentityDkimAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutSuppressedDestinationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SendBulkEmailCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TestRenderEmailTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateContactListCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateEmailIdentityPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateEmailTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +40 -40
|
@@ -705,6 +705,7 @@ export interface SESv2 {
|
|
|
705
705
|
options: __HttpHandlerOptions,
|
|
706
706
|
cb: (err: any, data?: DeleteSuppressedDestinationCommandOutput) => void
|
|
707
707
|
): void;
|
|
708
|
+
getAccount(): Promise<GetAccountCommandOutput>;
|
|
708
709
|
getAccount(
|
|
709
710
|
args: GetAccountCommandInput,
|
|
710
711
|
options?: __HttpHandlerOptions
|
|
@@ -834,6 +835,7 @@ export interface SESv2 {
|
|
|
834
835
|
options: __HttpHandlerOptions,
|
|
835
836
|
cb: (err: any, data?: GetDedicatedIpPoolCommandOutput) => void
|
|
836
837
|
): void;
|
|
838
|
+
getDedicatedIps(): Promise<GetDedicatedIpsCommandOutput>;
|
|
837
839
|
getDedicatedIps(
|
|
838
840
|
args: GetDedicatedIpsCommandInput,
|
|
839
841
|
options?: __HttpHandlerOptions
|
|
@@ -847,6 +849,7 @@ export interface SESv2 {
|
|
|
847
849
|
options: __HttpHandlerOptions,
|
|
848
850
|
cb: (err: any, data?: GetDedicatedIpsCommandOutput) => void
|
|
849
851
|
): void;
|
|
852
|
+
getDeliverabilityDashboardOptions(): Promise<GetDeliverabilityDashboardOptionsCommandOutput>;
|
|
850
853
|
getDeliverabilityDashboardOptions(
|
|
851
854
|
args: GetDeliverabilityDashboardOptionsCommandInput,
|
|
852
855
|
options?: __HttpHandlerOptions
|
|
@@ -996,6 +999,7 @@ export interface SESv2 {
|
|
|
996
999
|
options: __HttpHandlerOptions,
|
|
997
1000
|
cb: (err: any, data?: GetSuppressedDestinationCommandOutput) => void
|
|
998
1001
|
): void;
|
|
1002
|
+
listConfigurationSets(): Promise<ListConfigurationSetsCommandOutput>;
|
|
999
1003
|
listConfigurationSets(
|
|
1000
1004
|
args: ListConfigurationSetsCommandInput,
|
|
1001
1005
|
options?: __HttpHandlerOptions
|
|
@@ -1009,6 +1013,7 @@ export interface SESv2 {
|
|
|
1009
1013
|
options: __HttpHandlerOptions,
|
|
1010
1014
|
cb: (err: any, data?: ListConfigurationSetsCommandOutput) => void
|
|
1011
1015
|
): void;
|
|
1016
|
+
listContactLists(): Promise<ListContactListsCommandOutput>;
|
|
1012
1017
|
listContactLists(
|
|
1013
1018
|
args: ListContactListsCommandInput,
|
|
1014
1019
|
options?: __HttpHandlerOptions
|
|
@@ -1035,6 +1040,7 @@ export interface SESv2 {
|
|
|
1035
1040
|
options: __HttpHandlerOptions,
|
|
1036
1041
|
cb: (err: any, data?: ListContactsCommandOutput) => void
|
|
1037
1042
|
): void;
|
|
1043
|
+
listCustomVerificationEmailTemplates(): Promise<ListCustomVerificationEmailTemplatesCommandOutput>;
|
|
1038
1044
|
listCustomVerificationEmailTemplates(
|
|
1039
1045
|
args: ListCustomVerificationEmailTemplatesCommandInput,
|
|
1040
1046
|
options?: __HttpHandlerOptions
|
|
@@ -1054,6 +1060,7 @@ export interface SESv2 {
|
|
|
1054
1060
|
data?: ListCustomVerificationEmailTemplatesCommandOutput
|
|
1055
1061
|
) => void
|
|
1056
1062
|
): void;
|
|
1063
|
+
listDedicatedIpPools(): Promise<ListDedicatedIpPoolsCommandOutput>;
|
|
1057
1064
|
listDedicatedIpPools(
|
|
1058
1065
|
args: ListDedicatedIpPoolsCommandInput,
|
|
1059
1066
|
options?: __HttpHandlerOptions
|
|
@@ -1067,6 +1074,7 @@ export interface SESv2 {
|
|
|
1067
1074
|
options: __HttpHandlerOptions,
|
|
1068
1075
|
cb: (err: any, data?: ListDedicatedIpPoolsCommandOutput) => void
|
|
1069
1076
|
): void;
|
|
1077
|
+
listDeliverabilityTestReports(): Promise<ListDeliverabilityTestReportsCommandOutput>;
|
|
1070
1078
|
listDeliverabilityTestReports(
|
|
1071
1079
|
args: ListDeliverabilityTestReportsCommandInput,
|
|
1072
1080
|
options?: __HttpHandlerOptions
|
|
@@ -1099,6 +1107,7 @@ export interface SESv2 {
|
|
|
1099
1107
|
data?: ListDomainDeliverabilityCampaignsCommandOutput
|
|
1100
1108
|
) => void
|
|
1101
1109
|
): void;
|
|
1110
|
+
listEmailIdentities(): Promise<ListEmailIdentitiesCommandOutput>;
|
|
1102
1111
|
listEmailIdentities(
|
|
1103
1112
|
args: ListEmailIdentitiesCommandInput,
|
|
1104
1113
|
options?: __HttpHandlerOptions
|
|
@@ -1112,6 +1121,7 @@ export interface SESv2 {
|
|
|
1112
1121
|
options: __HttpHandlerOptions,
|
|
1113
1122
|
cb: (err: any, data?: ListEmailIdentitiesCommandOutput) => void
|
|
1114
1123
|
): void;
|
|
1124
|
+
listEmailTemplates(): Promise<ListEmailTemplatesCommandOutput>;
|
|
1115
1125
|
listEmailTemplates(
|
|
1116
1126
|
args: ListEmailTemplatesCommandInput,
|
|
1117
1127
|
options?: __HttpHandlerOptions
|
|
@@ -1125,6 +1135,7 @@ export interface SESv2 {
|
|
|
1125
1135
|
options: __HttpHandlerOptions,
|
|
1126
1136
|
cb: (err: any, data?: ListEmailTemplatesCommandOutput) => void
|
|
1127
1137
|
): void;
|
|
1138
|
+
listExportJobs(): Promise<ListExportJobsCommandOutput>;
|
|
1128
1139
|
listExportJobs(
|
|
1129
1140
|
args: ListExportJobsCommandInput,
|
|
1130
1141
|
options?: __HttpHandlerOptions
|
|
@@ -1138,6 +1149,7 @@ export interface SESv2 {
|
|
|
1138
1149
|
options: __HttpHandlerOptions,
|
|
1139
1150
|
cb: (err: any, data?: ListExportJobsCommandOutput) => void
|
|
1140
1151
|
): void;
|
|
1152
|
+
listImportJobs(): Promise<ListImportJobsCommandOutput>;
|
|
1141
1153
|
listImportJobs(
|
|
1142
1154
|
args: ListImportJobsCommandInput,
|
|
1143
1155
|
options?: __HttpHandlerOptions
|
|
@@ -1151,6 +1163,7 @@ export interface SESv2 {
|
|
|
1151
1163
|
options: __HttpHandlerOptions,
|
|
1152
1164
|
cb: (err: any, data?: ListImportJobsCommandOutput) => void
|
|
1153
1165
|
): void;
|
|
1166
|
+
listRecommendations(): Promise<ListRecommendationsCommandOutput>;
|
|
1154
1167
|
listRecommendations(
|
|
1155
1168
|
args: ListRecommendationsCommandInput,
|
|
1156
1169
|
options?: __HttpHandlerOptions
|
|
@@ -1164,6 +1177,7 @@ export interface SESv2 {
|
|
|
1164
1177
|
options: __HttpHandlerOptions,
|
|
1165
1178
|
cb: (err: any, data?: ListRecommendationsCommandOutput) => void
|
|
1166
1179
|
): void;
|
|
1180
|
+
listSuppressedDestinations(): Promise<ListSuppressedDestinationsCommandOutput>;
|
|
1167
1181
|
listSuppressedDestinations(
|
|
1168
1182
|
args: ListSuppressedDestinationsCommandInput,
|
|
1169
1183
|
options?: __HttpHandlerOptions
|
|
@@ -1190,6 +1204,7 @@ export interface SESv2 {
|
|
|
1190
1204
|
options: __HttpHandlerOptions,
|
|
1191
1205
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1192
1206
|
): void;
|
|
1207
|
+
putAccountDedicatedIpWarmupAttributes(): Promise<PutAccountDedicatedIpWarmupAttributesCommandOutput>;
|
|
1193
1208
|
putAccountDedicatedIpWarmupAttributes(
|
|
1194
1209
|
args: PutAccountDedicatedIpWarmupAttributesCommandInput,
|
|
1195
1210
|
options?: __HttpHandlerOptions
|
|
@@ -1222,6 +1237,7 @@ export interface SESv2 {
|
|
|
1222
1237
|
options: __HttpHandlerOptions,
|
|
1223
1238
|
cb: (err: any, data?: PutAccountDetailsCommandOutput) => void
|
|
1224
1239
|
): void;
|
|
1240
|
+
putAccountSendingAttributes(): Promise<PutAccountSendingAttributesCommandOutput>;
|
|
1225
1241
|
putAccountSendingAttributes(
|
|
1226
1242
|
args: PutAccountSendingAttributesCommandInput,
|
|
1227
1243
|
options?: __HttpHandlerOptions
|
|
@@ -1235,6 +1251,7 @@ export interface SESv2 {
|
|
|
1235
1251
|
options: __HttpHandlerOptions,
|
|
1236
1252
|
cb: (err: any, data?: PutAccountSendingAttributesCommandOutput) => void
|
|
1237
1253
|
): void;
|
|
1254
|
+
putAccountSuppressionAttributes(): Promise<PutAccountSuppressionAttributesCommandOutput>;
|
|
1238
1255
|
putAccountSuppressionAttributes(
|
|
1239
1256
|
args: PutAccountSuppressionAttributesCommandInput,
|
|
1240
1257
|
options?: __HttpHandlerOptions
|
|
@@ -25,6 +25,15 @@ declare const BatchGetMetricDataCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: BatchGetMetricDataCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
BatchGetMetricDataCommandInput,
|
|
32
|
+
BatchGetMetricDataCommandOutput,
|
|
33
|
+
SESv2ClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class BatchGetMetricDataCommand extends BatchGetMetricDataCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CancelExportJobCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CancelExportJobCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CancelExportJobCommandInput,
|
|
31
|
+
CancelExportJobCommandOutput,
|
|
32
|
+
SESv2ClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CancelExportJobCommand extends CancelExportJobCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateConfigurationSetCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateConfigurationSetCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateConfigurationSetCommandInput,
|
|
32
|
+
CreateConfigurationSetCommandOutput,
|
|
33
|
+
SESv2ClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateConfigurationSetCommand extends CreateConfigurationSetCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateConfigurationSetEventDestinationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateConfigurationSetEventDestinationCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateConfigurationSetEventDestinationCommandInput,
|
|
32
|
+
CreateConfigurationSetEventDestinationCommandOutput,
|
|
33
|
+
SESv2ClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateConfigurationSetEventDestinationCommand extends CreateConfigurationSetEventDestinationCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CreateContactCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CreateContactCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreateContactCommandInput,
|
|
31
|
+
CreateContactCommandOutput,
|
|
32
|
+
SESv2ClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CreateContactCommand extends CreateContactCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateContactListCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateContactListCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateContactListCommandInput,
|
|
32
|
+
CreateContactListCommandOutput,
|
|
33
|
+
SESv2ClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateContactListCommand extends CreateContactListCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateCustomVerificationEmailTemplateCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateCustomVerificationEmailTemplateCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateCustomVerificationEmailTemplateCommandInput,
|
|
32
|
+
CreateCustomVerificationEmailTemplateCommandOutput,
|
|
33
|
+
SESv2ClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateCustomVerificationEmailTemplateCommand extends CreateCustomVerificationEmailTemplateCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateDedicatedIpPoolCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateDedicatedIpPoolCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateDedicatedIpPoolCommandInput,
|
|
32
|
+
CreateDedicatedIpPoolCommandOutput,
|
|
33
|
+
SESv2ClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateDedicatedIpPoolCommand extends CreateDedicatedIpPoolCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateDeliverabilityTestReportCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateDeliverabilityTestReportCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateDeliverabilityTestReportCommandInput,
|
|
32
|
+
CreateDeliverabilityTestReportCommandOutput,
|
|
33
|
+
SESv2ClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateDeliverabilityTestReportCommand extends CreateDeliverabilityTestReportCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateEmailIdentityCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateEmailIdentityCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateEmailIdentityCommandInput,
|
|
32
|
+
CreateEmailIdentityCommandOutput,
|
|
33
|
+
SESv2ClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateEmailIdentityCommand extends CreateEmailIdentityCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateEmailIdentityPolicyCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateEmailIdentityPolicyCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateEmailIdentityPolicyCommandInput,
|
|
32
|
+
CreateEmailIdentityPolicyCommandOutput,
|
|
33
|
+
SESv2ClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateEmailIdentityPolicyCommand extends CreateEmailIdentityPolicyCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateEmailTemplateCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateEmailTemplateCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateEmailTemplateCommandInput,
|
|
32
|
+
CreateEmailTemplateCommandOutput,
|
|
33
|
+
SESv2ClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateEmailTemplateCommand extends CreateEmailTemplateCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CreateExportJobCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CreateExportJobCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreateExportJobCommandInput,
|
|
31
|
+
CreateExportJobCommandOutput,
|
|
32
|
+
SESv2ClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CreateExportJobCommand extends CreateExportJobCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CreateImportJobCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CreateImportJobCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreateImportJobCommandInput,
|
|
31
|
+
CreateImportJobCommandOutput,
|
|
32
|
+
SESv2ClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CreateImportJobCommand extends CreateImportJobCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteConfigurationSetCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteConfigurationSetCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteConfigurationSetCommandInput,
|
|
32
|
+
DeleteConfigurationSetCommandOutput,
|
|
33
|
+
SESv2ClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteConfigurationSetCommand extends DeleteConfigurationSetCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteConfigurationSetEventDestinationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteConfigurationSetEventDestinationCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteConfigurationSetEventDestinationCommandInput,
|
|
32
|
+
DeleteConfigurationSetEventDestinationCommandOutput,
|
|
33
|
+
SESv2ClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteConfigurationSetEventDestinationCommand extends DeleteConfigurationSetEventDestinationCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DeleteContactCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DeleteContactCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DeleteContactCommandInput,
|
|
31
|
+
DeleteContactCommandOutput,
|
|
32
|
+
SESv2ClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DeleteContactCommand extends DeleteContactCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteContactListCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteContactListCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteContactListCommandInput,
|
|
32
|
+
DeleteContactListCommandOutput,
|
|
33
|
+
SESv2ClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteContactListCommand extends DeleteContactListCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteCustomVerificationEmailTemplateCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteCustomVerificationEmailTemplateCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteCustomVerificationEmailTemplateCommandInput,
|
|
32
|
+
DeleteCustomVerificationEmailTemplateCommandOutput,
|
|
33
|
+
SESv2ClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteCustomVerificationEmailTemplateCommand extends DeleteCustomVerificationEmailTemplateCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteDedicatedIpPoolCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteDedicatedIpPoolCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteDedicatedIpPoolCommandInput,
|
|
32
|
+
DeleteDedicatedIpPoolCommandOutput,
|
|
33
|
+
SESv2ClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteDedicatedIpPoolCommand extends DeleteDedicatedIpPoolCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteEmailIdentityCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteEmailIdentityCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteEmailIdentityCommandInput,
|
|
32
|
+
DeleteEmailIdentityCommandOutput,
|
|
33
|
+
SESv2ClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteEmailIdentityCommand extends DeleteEmailIdentityCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteEmailIdentityPolicyCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteEmailIdentityPolicyCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteEmailIdentityPolicyCommandInput,
|
|
32
|
+
DeleteEmailIdentityPolicyCommandOutput,
|
|
33
|
+
SESv2ClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteEmailIdentityPolicyCommand extends DeleteEmailIdentityPolicyCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteEmailTemplateCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteEmailTemplateCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteEmailTemplateCommandInput,
|
|
32
|
+
DeleteEmailTemplateCommandOutput,
|
|
33
|
+
SESv2ClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteEmailTemplateCommand extends DeleteEmailTemplateCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteSuppressedDestinationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteSuppressedDestinationCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteSuppressedDestinationCommandInput,
|
|
32
|
+
DeleteSuppressedDestinationCommandOutput,
|
|
33
|
+
SESv2ClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteSuppressedDestinationCommand extends DeleteSuppressedDestinationCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const GetAccountCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
...[input]: [] | [GetAccountCommandInput]
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
GetAccountCommandInput,
|
|
28
|
+
GetAccountCommandOutput,
|
|
29
|
+
SESv2ClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class GetAccountCommand extends GetAccountCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetBlacklistReportsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetBlacklistReportsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetBlacklistReportsCommandInput,
|
|
32
|
+
GetBlacklistReportsCommandOutput,
|
|
33
|
+
SESv2ClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetBlacklistReportsCommand extends GetBlacklistReportsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetConfigurationSetCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetConfigurationSetCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetConfigurationSetCommandInput,
|
|
32
|
+
GetConfigurationSetCommandOutput,
|
|
33
|
+
SESv2ClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetConfigurationSetCommand extends GetConfigurationSetCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetConfigurationSetEventDestinationsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetConfigurationSetEventDestinationsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetConfigurationSetEventDestinationsCommandInput,
|
|
32
|
+
GetConfigurationSetEventDestinationsCommandOutput,
|
|
33
|
+
SESv2ClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetConfigurationSetEventDestinationsCommand extends GetConfigurationSetEventDestinationsCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const GetContactCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: GetContactCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
GetContactCommandInput,
|
|
28
|
+
GetContactCommandOutput,
|
|
29
|
+
SESv2ClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class GetContactCommand extends GetContactCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const GetContactListCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: GetContactListCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
GetContactListCommandInput,
|
|
31
|
+
GetContactListCommandOutput,
|
|
32
|
+
SESv2ClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class GetContactListCommand extends GetContactListCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetCustomVerificationEmailTemplateCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetCustomVerificationEmailTemplateCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetCustomVerificationEmailTemplateCommandInput,
|
|
32
|
+
GetCustomVerificationEmailTemplateCommandOutput,
|
|
33
|
+
SESv2ClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetCustomVerificationEmailTemplateCommand extends GetCustomVerificationEmailTemplateCommand_base {}
|