@aws-sdk/client-sesv2 3.50.0 → 3.53.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 +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/SESv2ServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +163 -5
- package/dist-cjs/protocols/Aws_restJson1.js +736 -2592
- package/dist-es/index.js +1 -0
- package/dist-es/models/SESv2ServiceException.js +12 -0
- package/dist-es/models/models_0.js +146 -1
- package/dist-es/protocols/Aws_restJson1.js +1639 -2929
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/SESv2ServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +86 -49
- package/dist-types/ts3.4/SESv2.d.ts +410 -0
- package/dist-types/ts3.4/SESv2Client.d.ts +154 -0
- package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateContactListCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDedicatedIpPoolCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDeliverabilityTestReportCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEmailIdentityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEmailIdentityPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEmailTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateImportJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteContactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteContactListCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDedicatedIpPoolCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEmailIdentityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEmailIdentityPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEmailTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteSuppressedDestinationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBlacklistReportsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetConfigurationSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetConfigurationSetEventDestinationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetContactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetContactListCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDedicatedIpCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDedicatedIpsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDeliverabilityTestReportCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDomainDeliverabilityCampaignCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDomainStatisticsReportCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetEmailIdentityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetEmailIdentityPoliciesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetEmailTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSuppressedDestinationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListContactListsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDedicatedIpPoolsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDeliverabilityTestReportsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEmailIdentitiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEmailTemplatesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListImportJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSuppressedDestinationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutAccountDetailsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutAccountSendingAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutAccountSuppressionAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutConfigurationSetReputationOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutConfigurationSetSendingOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutConfigurationSetSuppressionOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutDedicatedIpInPoolCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutDeliverabilityDashboardOptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutEmailIdentityDkimAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutSuppressedDestinationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SendBulkEmailCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TestRenderEmailTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateContactListCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateEmailIdentityPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateEmailTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +81 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/SESv2ServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2770 -0
- package/dist-types/ts3.4/pagination/GetDedicatedIpsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListConfigurationSetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListContactListsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListContactsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDedicatedIpPoolsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDeliverabilityTestReportsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDomainDeliverabilityCampaignsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListEmailIdentitiesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListEmailTemplatesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListImportJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListSuppressedDestinationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +13 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +245 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +33 -33
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { PutConfigurationSetDeliveryOptionsRequest, PutConfigurationSetDeliveryOptionsResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
|
|
5
|
+
export interface PutConfigurationSetDeliveryOptionsCommandInput extends PutConfigurationSetDeliveryOptionsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface PutConfigurationSetDeliveryOptionsCommandOutput extends PutConfigurationSetDeliveryOptionsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class PutConfigurationSetDeliveryOptionsCommand extends $Command<PutConfigurationSetDeliveryOptionsCommandInput, PutConfigurationSetDeliveryOptionsCommandOutput, SESv2ClientResolvedConfig> {
|
|
11
|
+
readonly input: PutConfigurationSetDeliveryOptionsCommandInput;
|
|
12
|
+
constructor(input: PutConfigurationSetDeliveryOptionsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutConfigurationSetDeliveryOptionsCommandInput, PutConfigurationSetDeliveryOptionsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { PutConfigurationSetReputationOptionsRequest, PutConfigurationSetReputationOptionsResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
|
|
5
|
+
export interface PutConfigurationSetReputationOptionsCommandInput extends PutConfigurationSetReputationOptionsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface PutConfigurationSetReputationOptionsCommandOutput extends PutConfigurationSetReputationOptionsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class PutConfigurationSetReputationOptionsCommand extends $Command<PutConfigurationSetReputationOptionsCommandInput, PutConfigurationSetReputationOptionsCommandOutput, SESv2ClientResolvedConfig> {
|
|
11
|
+
readonly input: PutConfigurationSetReputationOptionsCommandInput;
|
|
12
|
+
constructor(input: PutConfigurationSetReputationOptionsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutConfigurationSetReputationOptionsCommandInput, PutConfigurationSetReputationOptionsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { PutConfigurationSetSendingOptionsRequest, PutConfigurationSetSendingOptionsResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
|
|
5
|
+
export interface PutConfigurationSetSendingOptionsCommandInput extends PutConfigurationSetSendingOptionsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface PutConfigurationSetSendingOptionsCommandOutput extends PutConfigurationSetSendingOptionsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class PutConfigurationSetSendingOptionsCommand extends $Command<PutConfigurationSetSendingOptionsCommandInput, PutConfigurationSetSendingOptionsCommandOutput, SESv2ClientResolvedConfig> {
|
|
11
|
+
readonly input: PutConfigurationSetSendingOptionsCommandInput;
|
|
12
|
+
constructor(input: PutConfigurationSetSendingOptionsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutConfigurationSetSendingOptionsCommandInput, PutConfigurationSetSendingOptionsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { PutConfigurationSetSuppressionOptionsRequest, PutConfigurationSetSuppressionOptionsResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
|
|
5
|
+
export interface PutConfigurationSetSuppressionOptionsCommandInput extends PutConfigurationSetSuppressionOptionsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface PutConfigurationSetSuppressionOptionsCommandOutput extends PutConfigurationSetSuppressionOptionsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class PutConfigurationSetSuppressionOptionsCommand extends $Command<PutConfigurationSetSuppressionOptionsCommandInput, PutConfigurationSetSuppressionOptionsCommandOutput, SESv2ClientResolvedConfig> {
|
|
11
|
+
readonly input: PutConfigurationSetSuppressionOptionsCommandInput;
|
|
12
|
+
constructor(input: PutConfigurationSetSuppressionOptionsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutConfigurationSetSuppressionOptionsCommandInput, PutConfigurationSetSuppressionOptionsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { PutConfigurationSetTrackingOptionsRequest, PutConfigurationSetTrackingOptionsResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
|
|
5
|
+
export interface PutConfigurationSetTrackingOptionsCommandInput extends PutConfigurationSetTrackingOptionsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface PutConfigurationSetTrackingOptionsCommandOutput extends PutConfigurationSetTrackingOptionsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class PutConfigurationSetTrackingOptionsCommand extends $Command<PutConfigurationSetTrackingOptionsCommandInput, PutConfigurationSetTrackingOptionsCommandOutput, SESv2ClientResolvedConfig> {
|
|
11
|
+
readonly input: PutConfigurationSetTrackingOptionsCommandInput;
|
|
12
|
+
constructor(input: PutConfigurationSetTrackingOptionsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutConfigurationSetTrackingOptionsCommandInput, PutConfigurationSetTrackingOptionsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { PutDedicatedIpInPoolRequest, PutDedicatedIpInPoolResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
|
|
5
|
+
export interface PutDedicatedIpInPoolCommandInput extends PutDedicatedIpInPoolRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface PutDedicatedIpInPoolCommandOutput extends PutDedicatedIpInPoolResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class PutDedicatedIpInPoolCommand extends $Command<PutDedicatedIpInPoolCommandInput, PutDedicatedIpInPoolCommandOutput, SESv2ClientResolvedConfig> {
|
|
11
|
+
readonly input: PutDedicatedIpInPoolCommandInput;
|
|
12
|
+
constructor(input: PutDedicatedIpInPoolCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutDedicatedIpInPoolCommandInput, PutDedicatedIpInPoolCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { PutDedicatedIpWarmupAttributesRequest, PutDedicatedIpWarmupAttributesResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
|
|
5
|
+
export interface PutDedicatedIpWarmupAttributesCommandInput extends PutDedicatedIpWarmupAttributesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface PutDedicatedIpWarmupAttributesCommandOutput extends PutDedicatedIpWarmupAttributesResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class PutDedicatedIpWarmupAttributesCommand extends $Command<PutDedicatedIpWarmupAttributesCommandInput, PutDedicatedIpWarmupAttributesCommandOutput, SESv2ClientResolvedConfig> {
|
|
11
|
+
readonly input: PutDedicatedIpWarmupAttributesCommandInput;
|
|
12
|
+
constructor(input: PutDedicatedIpWarmupAttributesCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutDedicatedIpWarmupAttributesCommandInput, PutDedicatedIpWarmupAttributesCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { PutDeliverabilityDashboardOptionRequest, PutDeliverabilityDashboardOptionResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
|
|
5
|
+
export interface PutDeliverabilityDashboardOptionCommandInput extends PutDeliverabilityDashboardOptionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface PutDeliverabilityDashboardOptionCommandOutput extends PutDeliverabilityDashboardOptionResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class PutDeliverabilityDashboardOptionCommand extends $Command<PutDeliverabilityDashboardOptionCommandInput, PutDeliverabilityDashboardOptionCommandOutput, SESv2ClientResolvedConfig> {
|
|
11
|
+
readonly input: PutDeliverabilityDashboardOptionCommandInput;
|
|
12
|
+
constructor(input: PutDeliverabilityDashboardOptionCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutDeliverabilityDashboardOptionCommandInput, PutDeliverabilityDashboardOptionCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { PutEmailIdentityConfigurationSetAttributesRequest, PutEmailIdentityConfigurationSetAttributesResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
|
|
5
|
+
export interface PutEmailIdentityConfigurationSetAttributesCommandInput extends PutEmailIdentityConfigurationSetAttributesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface PutEmailIdentityConfigurationSetAttributesCommandOutput extends PutEmailIdentityConfigurationSetAttributesResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class PutEmailIdentityConfigurationSetAttributesCommand extends $Command<PutEmailIdentityConfigurationSetAttributesCommandInput, PutEmailIdentityConfigurationSetAttributesCommandOutput, SESv2ClientResolvedConfig> {
|
|
11
|
+
readonly input: PutEmailIdentityConfigurationSetAttributesCommandInput;
|
|
12
|
+
constructor(input: PutEmailIdentityConfigurationSetAttributesCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutEmailIdentityConfigurationSetAttributesCommandInput, PutEmailIdentityConfigurationSetAttributesCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { PutEmailIdentityDkimAttributesRequest, PutEmailIdentityDkimAttributesResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
|
|
5
|
+
export interface PutEmailIdentityDkimAttributesCommandInput extends PutEmailIdentityDkimAttributesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface PutEmailIdentityDkimAttributesCommandOutput extends PutEmailIdentityDkimAttributesResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class PutEmailIdentityDkimAttributesCommand extends $Command<PutEmailIdentityDkimAttributesCommandInput, PutEmailIdentityDkimAttributesCommandOutput, SESv2ClientResolvedConfig> {
|
|
11
|
+
readonly input: PutEmailIdentityDkimAttributesCommandInput;
|
|
12
|
+
constructor(input: PutEmailIdentityDkimAttributesCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutEmailIdentityDkimAttributesCommandInput, PutEmailIdentityDkimAttributesCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { PutEmailIdentityDkimSigningAttributesRequest, PutEmailIdentityDkimSigningAttributesResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
|
|
5
|
+
export interface PutEmailIdentityDkimSigningAttributesCommandInput extends PutEmailIdentityDkimSigningAttributesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface PutEmailIdentityDkimSigningAttributesCommandOutput extends PutEmailIdentityDkimSigningAttributesResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class PutEmailIdentityDkimSigningAttributesCommand extends $Command<PutEmailIdentityDkimSigningAttributesCommandInput, PutEmailIdentityDkimSigningAttributesCommandOutput, SESv2ClientResolvedConfig> {
|
|
11
|
+
readonly input: PutEmailIdentityDkimSigningAttributesCommandInput;
|
|
12
|
+
constructor(input: PutEmailIdentityDkimSigningAttributesCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutEmailIdentityDkimSigningAttributesCommandInput, PutEmailIdentityDkimSigningAttributesCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { PutEmailIdentityFeedbackAttributesRequest, PutEmailIdentityFeedbackAttributesResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
|
|
5
|
+
export interface PutEmailIdentityFeedbackAttributesCommandInput extends PutEmailIdentityFeedbackAttributesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface PutEmailIdentityFeedbackAttributesCommandOutput extends PutEmailIdentityFeedbackAttributesResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class PutEmailIdentityFeedbackAttributesCommand extends $Command<PutEmailIdentityFeedbackAttributesCommandInput, PutEmailIdentityFeedbackAttributesCommandOutput, SESv2ClientResolvedConfig> {
|
|
11
|
+
readonly input: PutEmailIdentityFeedbackAttributesCommandInput;
|
|
12
|
+
constructor(input: PutEmailIdentityFeedbackAttributesCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutEmailIdentityFeedbackAttributesCommandInput, PutEmailIdentityFeedbackAttributesCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { PutEmailIdentityMailFromAttributesRequest, PutEmailIdentityMailFromAttributesResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
|
|
5
|
+
export interface PutEmailIdentityMailFromAttributesCommandInput extends PutEmailIdentityMailFromAttributesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface PutEmailIdentityMailFromAttributesCommandOutput extends PutEmailIdentityMailFromAttributesResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class PutEmailIdentityMailFromAttributesCommand extends $Command<PutEmailIdentityMailFromAttributesCommandInput, PutEmailIdentityMailFromAttributesCommandOutput, SESv2ClientResolvedConfig> {
|
|
11
|
+
readonly input: PutEmailIdentityMailFromAttributesCommandInput;
|
|
12
|
+
constructor(input: PutEmailIdentityMailFromAttributesCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutEmailIdentityMailFromAttributesCommandInput, PutEmailIdentityMailFromAttributesCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { PutSuppressedDestinationRequest, PutSuppressedDestinationResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
|
|
5
|
+
export interface PutSuppressedDestinationCommandInput extends PutSuppressedDestinationRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface PutSuppressedDestinationCommandOutput extends PutSuppressedDestinationResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class PutSuppressedDestinationCommand extends $Command<PutSuppressedDestinationCommandInput, PutSuppressedDestinationCommandOutput, SESv2ClientResolvedConfig> {
|
|
11
|
+
readonly input: PutSuppressedDestinationCommandInput;
|
|
12
|
+
constructor(input: PutSuppressedDestinationCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutSuppressedDestinationCommandInput, PutSuppressedDestinationCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { SendBulkEmailRequest, SendBulkEmailResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
|
|
5
|
+
export interface SendBulkEmailCommandInput extends SendBulkEmailRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface SendBulkEmailCommandOutput extends SendBulkEmailResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class SendBulkEmailCommand extends $Command<SendBulkEmailCommandInput, SendBulkEmailCommandOutput, SESv2ClientResolvedConfig> {
|
|
11
|
+
readonly input: SendBulkEmailCommandInput;
|
|
12
|
+
constructor(input: SendBulkEmailCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SendBulkEmailCommandInput, SendBulkEmailCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { SendCustomVerificationEmailRequest, SendCustomVerificationEmailResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
|
|
5
|
+
export interface SendCustomVerificationEmailCommandInput extends SendCustomVerificationEmailRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface SendCustomVerificationEmailCommandOutput extends SendCustomVerificationEmailResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class SendCustomVerificationEmailCommand extends $Command<SendCustomVerificationEmailCommandInput, SendCustomVerificationEmailCommandOutput, SESv2ClientResolvedConfig> {
|
|
11
|
+
readonly input: SendCustomVerificationEmailCommandInput;
|
|
12
|
+
constructor(input: SendCustomVerificationEmailCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SendCustomVerificationEmailCommandInput, SendCustomVerificationEmailCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { SendEmailRequest, SendEmailResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
|
|
5
|
+
export interface SendEmailCommandInput extends SendEmailRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface SendEmailCommandOutput extends SendEmailResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class SendEmailCommand extends $Command<SendEmailCommandInput, SendEmailCommandOutput, SESv2ClientResolvedConfig> {
|
|
11
|
+
readonly input: SendEmailCommandInput;
|
|
12
|
+
constructor(input: SendEmailCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SendEmailCommandInput, SendEmailCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
|
|
5
|
+
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, SESv2ClientResolvedConfig> {
|
|
11
|
+
readonly input: TagResourceCommandInput;
|
|
12
|
+
constructor(input: TagResourceCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { TestRenderEmailTemplateRequest, TestRenderEmailTemplateResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
|
|
5
|
+
export interface TestRenderEmailTemplateCommandInput extends TestRenderEmailTemplateRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface TestRenderEmailTemplateCommandOutput extends TestRenderEmailTemplateResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class TestRenderEmailTemplateCommand extends $Command<TestRenderEmailTemplateCommandInput, TestRenderEmailTemplateCommandOutput, SESv2ClientResolvedConfig> {
|
|
11
|
+
readonly input: TestRenderEmailTemplateCommandInput;
|
|
12
|
+
constructor(input: TestRenderEmailTemplateCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TestRenderEmailTemplateCommandInput, TestRenderEmailTemplateCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
|
|
5
|
+
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, SESv2ClientResolvedConfig> {
|
|
11
|
+
readonly input: UntagResourceCommandInput;
|
|
12
|
+
constructor(input: UntagResourceCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { UpdateConfigurationSetEventDestinationRequest, UpdateConfigurationSetEventDestinationResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
|
|
5
|
+
export interface UpdateConfigurationSetEventDestinationCommandInput extends UpdateConfigurationSetEventDestinationRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateConfigurationSetEventDestinationCommandOutput extends UpdateConfigurationSetEventDestinationResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateConfigurationSetEventDestinationCommand extends $Command<UpdateConfigurationSetEventDestinationCommandInput, UpdateConfigurationSetEventDestinationCommandOutput, SESv2ClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateConfigurationSetEventDestinationCommandInput;
|
|
12
|
+
constructor(input: UpdateConfigurationSetEventDestinationCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateConfigurationSetEventDestinationCommandInput, UpdateConfigurationSetEventDestinationCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { UpdateContactRequest, UpdateContactResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
|
|
5
|
+
export interface UpdateContactCommandInput extends UpdateContactRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateContactCommandOutput extends UpdateContactResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateContactCommand extends $Command<UpdateContactCommandInput, UpdateContactCommandOutput, SESv2ClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateContactCommandInput;
|
|
12
|
+
constructor(input: UpdateContactCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateContactCommandInput, UpdateContactCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { UpdateContactListRequest, UpdateContactListResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
|
|
5
|
+
export interface UpdateContactListCommandInput extends UpdateContactListRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateContactListCommandOutput extends UpdateContactListResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateContactListCommand extends $Command<UpdateContactListCommandInput, UpdateContactListCommandOutput, SESv2ClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateContactListCommandInput;
|
|
12
|
+
constructor(input: UpdateContactListCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateContactListCommandInput, UpdateContactListCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { UpdateCustomVerificationEmailTemplateRequest, UpdateCustomVerificationEmailTemplateResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
|
|
5
|
+
export interface UpdateCustomVerificationEmailTemplateCommandInput extends UpdateCustomVerificationEmailTemplateRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateCustomVerificationEmailTemplateCommandOutput extends UpdateCustomVerificationEmailTemplateResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateCustomVerificationEmailTemplateCommand extends $Command<UpdateCustomVerificationEmailTemplateCommandInput, UpdateCustomVerificationEmailTemplateCommandOutput, SESv2ClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateCustomVerificationEmailTemplateCommandInput;
|
|
12
|
+
constructor(input: UpdateCustomVerificationEmailTemplateCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCustomVerificationEmailTemplateCommandInput, UpdateCustomVerificationEmailTemplateCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { UpdateEmailIdentityPolicyRequest, UpdateEmailIdentityPolicyResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
|
|
5
|
+
export interface UpdateEmailIdentityPolicyCommandInput extends UpdateEmailIdentityPolicyRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateEmailIdentityPolicyCommandOutput extends UpdateEmailIdentityPolicyResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateEmailIdentityPolicyCommand extends $Command<UpdateEmailIdentityPolicyCommandInput, UpdateEmailIdentityPolicyCommandOutput, SESv2ClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateEmailIdentityPolicyCommandInput;
|
|
12
|
+
constructor(input: UpdateEmailIdentityPolicyCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateEmailIdentityPolicyCommandInput, UpdateEmailIdentityPolicyCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { UpdateEmailTemplateRequest, UpdateEmailTemplateResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client";
|
|
5
|
+
export interface UpdateEmailTemplateCommandInput extends UpdateEmailTemplateRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateEmailTemplateCommandOutput extends UpdateEmailTemplateResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateEmailTemplateCommand extends $Command<UpdateEmailTemplateCommandInput, UpdateEmailTemplateCommandOutput, SESv2ClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateEmailTemplateCommandInput;
|
|
12
|
+
constructor(input: UpdateEmailTemplateCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESv2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateEmailTemplateCommandInput, UpdateEmailTemplateCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -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";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./models_0";
|