@aws-sdk/client-sesv2 3.37.0 → 3.41.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 +42 -0
- package/dist-cjs/commands/index.js +84 -0
- package/dist-cjs/endpoints.js +90 -8
- package/dist-cjs/index.js +4 -96
- package/dist-cjs/pagination/index.js +16 -0
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/commands/index.js +81 -0
- package/dist-es/endpoints.js +90 -8
- package/dist-es/index.js +4 -96
- package/dist-es/pagination/index.js +13 -0
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/SESv2Client.d.ts +8 -0
- package/dist-types/commands/CreateConfigurationSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +1 -1
- package/dist-types/commands/CreateContactCommand.d.ts +1 -1
- package/dist-types/commands/CreateContactListCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/CreateDedicatedIpPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateDeliverabilityTestReportCommand.d.ts +1 -1
- package/dist-types/commands/CreateEmailIdentityCommand.d.ts +1 -1
- package/dist-types/commands/CreateEmailIdentityPolicyCommand.d.ts +1 -1
- package/dist-types/commands/CreateEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/CreateImportJobCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteContactCommand.d.ts +1 -1
- package/dist-types/commands/DeleteContactListCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDedicatedIpPoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEmailIdentityCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEmailIdentityPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSuppressedDestinationCommand.d.ts +1 -1
- package/dist-types/commands/GetAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetBlacklistReportsCommand.d.ts +1 -1
- package/dist-types/commands/GetConfigurationSetCommand.d.ts +1 -1
- package/dist-types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +1 -1
- package/dist-types/commands/GetContactCommand.d.ts +1 -1
- package/dist-types/commands/GetContactListCommand.d.ts +1 -1
- package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetDedicatedIpCommand.d.ts +1 -1
- package/dist-types/commands/GetDedicatedIpsCommand.d.ts +1 -1
- package/dist-types/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +1 -1
- package/dist-types/commands/GetDeliverabilityTestReportCommand.d.ts +1 -1
- package/dist-types/commands/GetDomainDeliverabilityCampaignCommand.d.ts +1 -1
- package/dist-types/commands/GetDomainStatisticsReportCommand.d.ts +1 -1
- package/dist-types/commands/GetEmailIdentityCommand.d.ts +1 -1
- package/dist-types/commands/GetEmailIdentityPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/GetEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetImportJobCommand.d.ts +1 -1
- package/dist-types/commands/GetSuppressedDestinationCommand.d.ts +1 -1
- package/dist-types/commands/ListConfigurationSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListContactListsCommand.d.ts +1 -1
- package/dist-types/commands/ListContactsCommand.d.ts +1 -1
- package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListDedicatedIpPoolsCommand.d.ts +1 -1
- package/dist-types/commands/ListDeliverabilityTestReportsCommand.d.ts +1 -1
- package/dist-types/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +1 -1
- package/dist-types/commands/ListEmailIdentitiesCommand.d.ts +1 -1
- package/dist-types/commands/ListEmailTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListImportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListSuppressedDestinationsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutAccountDetailsCommand.d.ts +1 -1
- package/dist-types/commands/PutAccountSendingAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutAccountSuppressionAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationSetSuppressionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +1 -1
- package/dist-types/commands/PutDedicatedIpInPoolCommand.d.ts +1 -1
- package/dist-types/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +1 -1
- package/dist-types/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutEmailIdentityDkimAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutSuppressedDestinationCommand.d.ts +1 -1
- package/dist-types/commands/SendBulkEmailCommand.d.ts +1 -1
- package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +1 -1
- package/dist-types/commands/SendEmailCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/TestRenderEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContactListCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEmailIdentityPolicyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +81 -0
- package/dist-types/index.d.ts +4 -96
- package/dist-types/pagination/index.d.ts +13 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/SESv2Client.d.ts +4 -0
- package/dist-types/ts3.4/commands/index.d.ts +81 -0
- package/dist-types/ts3.4/index.d.ts +4 -96
- package/dist-types/ts3.4/pagination/index.d.ts +13 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +26 -26
|
@@ -26,7 +26,7 @@ export interface ListConfigurationSetsCommandOutput extends ListConfigurationSet
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link ListConfigurationSetsCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link ListConfigurationSetsCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class ListConfigurationSetsCommand extends $Command<ListConfigurationSetsCommandInput, ListConfigurationSetsCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListContactListsCommandOutput extends ListContactListsResponse,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListContactListsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListContactListsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListContactListsCommand extends $Command<ListContactListsCommandInput, ListContactListsCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListContactsCommandOutput extends ListContactsResponse, __Metad
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListContactsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListContactsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListContactsCommand extends $Command<ListContactsCommandInput, ListContactsCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface ListCustomVerificationEmailTemplatesCommandOutput extends ListC
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link ListCustomVerificationEmailTemplatesCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link ListCustomVerificationEmailTemplatesCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class ListCustomVerificationEmailTemplatesCommand extends $Command<ListCustomVerificationEmailTemplatesCommandInput, ListCustomVerificationEmailTemplatesCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListDedicatedIpPoolsCommandOutput extends ListDedicatedIpPoolsR
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListDedicatedIpPoolsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListDedicatedIpPoolsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListDedicatedIpPoolsCommand extends $Command<ListDedicatedIpPoolsCommandInput, ListDedicatedIpPoolsCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ListDeliverabilityTestReportsCommandOutput extends ListDelivera
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ListDeliverabilityTestReportsCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ListDeliverabilityTestReportsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ListDeliverabilityTestReportsCommand extends $Command<ListDeliverabilityTestReportsCommandInput, ListDeliverabilityTestReportsCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ListDomainDeliverabilityCampaignsCommandOutput extends ListDoma
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ListDomainDeliverabilityCampaignsCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ListDomainDeliverabilityCampaignsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ListDomainDeliverabilityCampaignsCommand extends $Command<ListDomainDeliverabilityCampaignsCommandInput, ListDomainDeliverabilityCampaignsCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface ListEmailIdentitiesCommandOutput extends ListEmailIdentitiesRes
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link ListEmailIdentitiesCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link ListEmailIdentitiesCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class ListEmailIdentitiesCommand extends $Command<ListEmailIdentitiesCommandInput, ListEmailIdentitiesCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface ListEmailTemplatesCommandOutput extends ListEmailTemplatesRespo
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link ListEmailTemplatesCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link ListEmailTemplatesCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class ListEmailTemplatesCommand extends $Command<ListEmailTemplatesCommandInput, ListEmailTemplatesCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListImportJobsCommandOutput extends ListImportJobsResponse, __M
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListImportJobsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListImportJobsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListImportJobsCommand extends $Command<ListImportJobsCommandInput, ListImportJobsCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListSuppressedDestinationsCommandOutput extends ListSuppressedD
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListSuppressedDestinationsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListSuppressedDestinationsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListSuppressedDestinationsCommand extends $Command<ListSuppressedDestinationsCommandInput, ListSuppressedDestinationsCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PutAccountDedicatedIpWarmupAttributesCommandOutput extends PutA
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutAccountDedicatedIpWarmupAttributesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutAccountDedicatedIpWarmupAttributesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class PutAccountDedicatedIpWarmupAttributesCommand extends $Command<PutAccountDedicatedIpWarmupAttributesCommandInput, PutAccountDedicatedIpWarmupAttributesCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PutAccountDetailsCommandOutput extends PutAccountDetailsRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutAccountDetailsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutAccountDetailsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class PutAccountDetailsCommand extends $Command<PutAccountDetailsCommandInput, PutAccountDetailsCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PutAccountSendingAttributesCommandOutput extends PutAccountSend
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutAccountSendingAttributesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutAccountSendingAttributesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class PutAccountSendingAttributesCommand extends $Command<PutAccountSendingAttributesCommandInput, PutAccountSendingAttributesCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PutAccountSuppressionAttributesCommandOutput extends PutAccount
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutAccountSuppressionAttributesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutAccountSuppressionAttributesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class PutAccountSuppressionAttributesCommand extends $Command<PutAccountSuppressionAttributesCommandInput, PutAccountSuppressionAttributesCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface PutConfigurationSetDeliveryOptionsCommandOutput extends PutConf
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link PutConfigurationSetDeliveryOptionsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link PutConfigurationSetDeliveryOptionsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class PutConfigurationSetDeliveryOptionsCommand extends $Command<PutConfigurationSetDeliveryOptionsCommandInput, PutConfigurationSetDeliveryOptionsCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface PutConfigurationSetReputationOptionsCommandOutput extends PutCo
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link PutConfigurationSetReputationOptionsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link PutConfigurationSetReputationOptionsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class PutConfigurationSetReputationOptionsCommand extends $Command<PutConfigurationSetReputationOptionsCommandInput, PutConfigurationSetReputationOptionsCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface PutConfigurationSetSendingOptionsCommandOutput extends PutConfi
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link PutConfigurationSetSendingOptionsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link PutConfigurationSetSendingOptionsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class PutConfigurationSetSendingOptionsCommand extends $Command<PutConfigurationSetSendingOptionsCommandInput, PutConfigurationSetSendingOptionsCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PutConfigurationSetSuppressionOptionsCommandOutput extends PutC
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutConfigurationSetSuppressionOptionsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutConfigurationSetSuppressionOptionsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class PutConfigurationSetSuppressionOptionsCommand extends $Command<PutConfigurationSetSuppressionOptionsCommandInput, PutConfigurationSetSuppressionOptionsCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface PutConfigurationSetTrackingOptionsCommandOutput extends PutConf
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link PutConfigurationSetTrackingOptionsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link PutConfigurationSetTrackingOptionsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class PutConfigurationSetTrackingOptionsCommand extends $Command<PutConfigurationSetTrackingOptionsCommandInput, PutConfigurationSetTrackingOptionsCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface PutDedicatedIpInPoolCommandOutput extends PutDedicatedIpInPoolR
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link PutDedicatedIpInPoolCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link PutDedicatedIpInPoolCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class PutDedicatedIpInPoolCommand extends $Command<PutDedicatedIpInPoolCommandInput, PutDedicatedIpInPoolCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PutDedicatedIpWarmupAttributesCommandOutput extends PutDedicate
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutDedicatedIpWarmupAttributesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutDedicatedIpWarmupAttributesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class PutDedicatedIpWarmupAttributesCommand extends $Command<PutDedicatedIpWarmupAttributesCommandInput, PutDedicatedIpWarmupAttributesCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface PutDeliverabilityDashboardOptionCommandOutput extends PutDelive
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link PutDeliverabilityDashboardOptionCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link PutDeliverabilityDashboardOptionCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class PutDeliverabilityDashboardOptionCommand extends $Command<PutDeliverabilityDashboardOptionCommandInput, PutDeliverabilityDashboardOptionCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PutEmailIdentityConfigurationSetAttributesCommandOutput extends
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutEmailIdentityConfigurationSetAttributesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutEmailIdentityConfigurationSetAttributesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class PutEmailIdentityConfigurationSetAttributesCommand extends $Command<PutEmailIdentityConfigurationSetAttributesCommandInput, PutEmailIdentityConfigurationSetAttributesCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PutEmailIdentityDkimAttributesCommandOutput extends PutEmailIde
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutEmailIdentityDkimAttributesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutEmailIdentityDkimAttributesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class PutEmailIdentityDkimAttributesCommand extends $Command<PutEmailIdentityDkimAttributesCommandInput, PutEmailIdentityDkimAttributesCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -42,7 +42,7 @@ export interface PutEmailIdentityDkimSigningAttributesCommandOutput extends PutE
|
|
|
42
42
|
*
|
|
43
43
|
* @see {@link PutEmailIdentityDkimSigningAttributesCommandInput} for command's `input` shape.
|
|
44
44
|
* @see {@link PutEmailIdentityDkimSigningAttributesCommandOutput} for command's `response` shape.
|
|
45
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
45
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
46
46
|
*
|
|
47
47
|
*/
|
|
48
48
|
export declare class PutEmailIdentityDkimSigningAttributesCommand extends $Command<PutEmailIdentityDkimSigningAttributesCommandInput, PutEmailIdentityDkimSigningAttributesCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface PutEmailIdentityFeedbackAttributesCommandOutput extends PutEmai
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link PutEmailIdentityFeedbackAttributesCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link PutEmailIdentityFeedbackAttributesCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class PutEmailIdentityFeedbackAttributesCommand extends $Command<PutEmailIdentityFeedbackAttributesCommandInput, PutEmailIdentityFeedbackAttributesCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface PutEmailIdentityMailFromAttributesCommandOutput extends PutEmai
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link PutEmailIdentityMailFromAttributesCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link PutEmailIdentityMailFromAttributesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class PutEmailIdentityMailFromAttributesCommand extends $Command<PutEmailIdentityMailFromAttributesCommandInput, PutEmailIdentityMailFromAttributesCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PutSuppressedDestinationCommandOutput extends PutSuppressedDest
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutSuppressedDestinationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutSuppressedDestinationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class PutSuppressedDestinationCommand extends $Command<PutSuppressedDestinationCommandInput, PutSuppressedDestinationCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface SendBulkEmailCommandOutput extends SendBulkEmailResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link SendBulkEmailCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link SendBulkEmailCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class SendBulkEmailCommand extends $Command<SendBulkEmailCommandInput, SendBulkEmailCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface SendCustomVerificationEmailCommandOutput extends SendCustomVeri
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link SendCustomVerificationEmailCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link SendCustomVerificationEmailCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class SendCustomVerificationEmailCommand extends $Command<SendCustomVerificationEmailCommandInput, SendCustomVerificationEmailCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -43,7 +43,7 @@ export interface SendEmailCommandOutput extends SendEmailResponse, __MetadataBea
|
|
|
43
43
|
*
|
|
44
44
|
* @see {@link SendEmailCommandInput} for command's `input` shape.
|
|
45
45
|
* @see {@link SendEmailCommandOutput} for command's `response` shape.
|
|
46
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
46
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
47
47
|
*
|
|
48
48
|
*/
|
|
49
49
|
export declare class SendEmailCommand extends $Command<SendEmailCommandInput, SendEmailCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface TestRenderEmailTemplateCommandOutput extends TestRenderEmailTem
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link TestRenderEmailTemplateCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link TestRenderEmailTemplateCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class TestRenderEmailTemplateCommand extends $Command<TestRenderEmailTemplateCommandInput, TestRenderEmailTemplateCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface UpdateConfigurationSetEventDestinationCommandOutput extends Upd
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link UpdateConfigurationSetEventDestinationCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link UpdateConfigurationSetEventDestinationCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class UpdateConfigurationSetEventDestinationCommand extends $Command<UpdateConfigurationSetEventDestinationCommandInput, UpdateConfigurationSetEventDestinationCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface UpdateContactCommandOutput extends UpdateContactResponse, __Met
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link UpdateContactCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link UpdateContactCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class UpdateContactCommand extends $Command<UpdateContactCommandInput, UpdateContactCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateContactListCommandOutput extends UpdateContactListRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateContactListCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateContactListCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateContactListCommand extends $Command<UpdateContactListCommandInput, UpdateContactListCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface UpdateCustomVerificationEmailTemplateCommandOutput extends Upda
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link UpdateCustomVerificationEmailTemplateCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link UpdateCustomVerificationEmailTemplateCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class UpdateCustomVerificationEmailTemplateCommand extends $Command<UpdateCustomVerificationEmailTemplateCommandInput, UpdateCustomVerificationEmailTemplateCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -32,7 +32,7 @@ export interface UpdateEmailIdentityPolicyCommandOutput extends UpdateEmailIdent
|
|
|
32
32
|
*
|
|
33
33
|
* @see {@link UpdateEmailIdentityPolicyCommandInput} for command's `input` shape.
|
|
34
34
|
* @see {@link UpdateEmailIdentityPolicyCommandOutput} for command's `response` shape.
|
|
35
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
35
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
export declare class UpdateEmailIdentityPolicyCommand extends $Command<UpdateEmailIdentityPolicyCommandInput, UpdateEmailIdentityPolicyCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface UpdateEmailTemplateCommandOutput extends UpdateEmailTemplateRes
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link UpdateEmailTemplateCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link UpdateEmailTemplateCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESv2ClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SESv2ClientResolvedConfig | config} for SESv2Client's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class UpdateEmailTemplateCommand extends $Command<UpdateEmailTemplateCommandInput, UpdateEmailTemplateCommandOutput, SESv2ClientResolvedConfig> {
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
export * from "./CreateConfigurationSetCommand";
|
|
2
|
+
export * from "./CreateConfigurationSetEventDestinationCommand";
|
|
3
|
+
export * from "./CreateContactCommand";
|
|
4
|
+
export * from "./CreateContactListCommand";
|
|
5
|
+
export * from "./CreateCustomVerificationEmailTemplateCommand";
|
|
6
|
+
export * from "./CreateDedicatedIpPoolCommand";
|
|
7
|
+
export * from "./CreateDeliverabilityTestReportCommand";
|
|
8
|
+
export * from "./CreateEmailIdentityCommand";
|
|
9
|
+
export * from "./CreateEmailIdentityPolicyCommand";
|
|
10
|
+
export * from "./CreateEmailTemplateCommand";
|
|
11
|
+
export * from "./CreateImportJobCommand";
|
|
12
|
+
export * from "./DeleteConfigurationSetCommand";
|
|
13
|
+
export * from "./DeleteConfigurationSetEventDestinationCommand";
|
|
14
|
+
export * from "./DeleteContactCommand";
|
|
15
|
+
export * from "./DeleteContactListCommand";
|
|
16
|
+
export * from "./DeleteCustomVerificationEmailTemplateCommand";
|
|
17
|
+
export * from "./DeleteDedicatedIpPoolCommand";
|
|
18
|
+
export * from "./DeleteEmailIdentityCommand";
|
|
19
|
+
export * from "./DeleteEmailIdentityPolicyCommand";
|
|
20
|
+
export * from "./DeleteEmailTemplateCommand";
|
|
21
|
+
export * from "./DeleteSuppressedDestinationCommand";
|
|
22
|
+
export * from "./GetAccountCommand";
|
|
23
|
+
export * from "./GetBlacklistReportsCommand";
|
|
24
|
+
export * from "./GetConfigurationSetCommand";
|
|
25
|
+
export * from "./GetConfigurationSetEventDestinationsCommand";
|
|
26
|
+
export * from "./GetContactCommand";
|
|
27
|
+
export * from "./GetContactListCommand";
|
|
28
|
+
export * from "./GetCustomVerificationEmailTemplateCommand";
|
|
29
|
+
export * from "./GetDedicatedIpCommand";
|
|
30
|
+
export * from "./GetDedicatedIpsCommand";
|
|
31
|
+
export * from "./GetDeliverabilityDashboardOptionsCommand";
|
|
32
|
+
export * from "./GetDeliverabilityTestReportCommand";
|
|
33
|
+
export * from "./GetDomainDeliverabilityCampaignCommand";
|
|
34
|
+
export * from "./GetDomainStatisticsReportCommand";
|
|
35
|
+
export * from "./GetEmailIdentityCommand";
|
|
36
|
+
export * from "./GetEmailIdentityPoliciesCommand";
|
|
37
|
+
export * from "./GetEmailTemplateCommand";
|
|
38
|
+
export * from "./GetImportJobCommand";
|
|
39
|
+
export * from "./GetSuppressedDestinationCommand";
|
|
40
|
+
export * from "./ListConfigurationSetsCommand";
|
|
41
|
+
export * from "./ListContactListsCommand";
|
|
42
|
+
export * from "./ListContactsCommand";
|
|
43
|
+
export * from "./ListCustomVerificationEmailTemplatesCommand";
|
|
44
|
+
export * from "./ListDedicatedIpPoolsCommand";
|
|
45
|
+
export * from "./ListDeliverabilityTestReportsCommand";
|
|
46
|
+
export * from "./ListDomainDeliverabilityCampaignsCommand";
|
|
47
|
+
export * from "./ListEmailIdentitiesCommand";
|
|
48
|
+
export * from "./ListEmailTemplatesCommand";
|
|
49
|
+
export * from "./ListImportJobsCommand";
|
|
50
|
+
export * from "./ListSuppressedDestinationsCommand";
|
|
51
|
+
export * from "./ListTagsForResourceCommand";
|
|
52
|
+
export * from "./PutAccountDedicatedIpWarmupAttributesCommand";
|
|
53
|
+
export * from "./PutAccountDetailsCommand";
|
|
54
|
+
export * from "./PutAccountSendingAttributesCommand";
|
|
55
|
+
export * from "./PutAccountSuppressionAttributesCommand";
|
|
56
|
+
export * from "./PutConfigurationSetDeliveryOptionsCommand";
|
|
57
|
+
export * from "./PutConfigurationSetReputationOptionsCommand";
|
|
58
|
+
export * from "./PutConfigurationSetSendingOptionsCommand";
|
|
59
|
+
export * from "./PutConfigurationSetSuppressionOptionsCommand";
|
|
60
|
+
export * from "./PutConfigurationSetTrackingOptionsCommand";
|
|
61
|
+
export * from "./PutDedicatedIpInPoolCommand";
|
|
62
|
+
export * from "./PutDedicatedIpWarmupAttributesCommand";
|
|
63
|
+
export * from "./PutDeliverabilityDashboardOptionCommand";
|
|
64
|
+
export * from "./PutEmailIdentityConfigurationSetAttributesCommand";
|
|
65
|
+
export * from "./PutEmailIdentityDkimAttributesCommand";
|
|
66
|
+
export * from "./PutEmailIdentityDkimSigningAttributesCommand";
|
|
67
|
+
export * from "./PutEmailIdentityFeedbackAttributesCommand";
|
|
68
|
+
export * from "./PutEmailIdentityMailFromAttributesCommand";
|
|
69
|
+
export * from "./PutSuppressedDestinationCommand";
|
|
70
|
+
export * from "./SendBulkEmailCommand";
|
|
71
|
+
export * from "./SendCustomVerificationEmailCommand";
|
|
72
|
+
export * from "./SendEmailCommand";
|
|
73
|
+
export * from "./TagResourceCommand";
|
|
74
|
+
export * from "./TestRenderEmailTemplateCommand";
|
|
75
|
+
export * from "./UntagResourceCommand";
|
|
76
|
+
export * from "./UpdateConfigurationSetEventDestinationCommand";
|
|
77
|
+
export * from "./UpdateContactCommand";
|
|
78
|
+
export * from "./UpdateContactListCommand";
|
|
79
|
+
export * from "./UpdateCustomVerificationEmailTemplateCommand";
|
|
80
|
+
export * from "./UpdateEmailIdentityPolicyCommand";
|
|
81
|
+
export * from "./UpdateEmailTemplateCommand";
|