@aws-sdk/client-sesv2 3.169.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/SESv2.d.ts +1588 -410
- package/dist-types/ts3.4/SESv2Client.d.ts +615 -154
- package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateContactListCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDedicatedIpPoolCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDeliverabilityTestReportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateEmailIdentityCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateEmailIdentityPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateEmailTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateImportJobCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteContactCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteContactListCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDedicatedIpPoolCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteEmailIdentityCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteEmailIdentityPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteEmailTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteSuppressedDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetBlacklistReportsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetConfigurationSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetConfigurationSetEventDestinationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetContactCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetContactListCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDedicatedIpCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDedicatedIpsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDeliverabilityTestReportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDomainDeliverabilityCampaignCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDomainStatisticsReportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEmailIdentityCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetEmailIdentityPoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEmailTemplateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetSuppressedDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListContactListsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDedicatedIpPoolsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDeliverabilityTestReportsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListEmailIdentitiesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListEmailTemplatesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListImportJobsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListSuppressedDestinationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutAccountDetailsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutAccountSendingAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutAccountSuppressionAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetReputationOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetSendingOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetSuppressionOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutDedicatedIpInPoolCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutDeliverabilityDashboardOptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutEmailIdentityDkimAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutSuppressedDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SendBulkEmailCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TestRenderEmailTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateContactListCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateEmailIdentityPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateEmailTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/index.d.ts +81 -81
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/SESv2ServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2523 -2310
- package/dist-types/ts3.4/pagination/GetDedicatedIpsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListConfigurationSetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListContactListsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListContactsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDedicatedIpPoolsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDeliverabilityTestReportsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDomainDeliverabilityCampaignsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEmailIdentitiesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEmailTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListImportJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSuppressedDestinationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +13 -13
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +977 -245
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
UpdateContactRequest,
|
|
10
|
+
UpdateContactResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SESv2ClientResolvedConfig,
|
|
16
|
+
} from "../SESv2Client";
|
|
17
|
+
export interface UpdateContactCommandInput extends UpdateContactRequest {}
|
|
18
|
+
export interface UpdateContactCommandOutput
|
|
19
|
+
extends UpdateContactResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class UpdateContactCommand extends $Command<
|
|
23
|
+
UpdateContactCommandInput,
|
|
24
|
+
UpdateContactCommandOutput,
|
|
25
|
+
SESv2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateContactCommandInput;
|
|
28
|
+
constructor(input: UpdateContactCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: SESv2ClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UpdateContactCommandInput, UpdateContactCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
UpdateContactListRequest,
|
|
10
|
+
UpdateContactListResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SESv2ClientResolvedConfig,
|
|
16
|
+
} from "../SESv2Client";
|
|
17
|
+
export interface UpdateContactListCommandInput
|
|
18
|
+
extends UpdateContactListRequest {}
|
|
19
|
+
export interface UpdateContactListCommandOutput
|
|
20
|
+
extends UpdateContactListResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateContactListCommand extends $Command<
|
|
24
|
+
UpdateContactListCommandInput,
|
|
25
|
+
UpdateContactListCommandOutput,
|
|
26
|
+
SESv2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateContactListCommandInput;
|
|
29
|
+
constructor(input: UpdateContactListCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SESv2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<UpdateContactListCommandInput, UpdateContactListCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
UpdateCustomVerificationEmailTemplateRequest,
|
|
10
|
+
UpdateCustomVerificationEmailTemplateResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SESv2ClientResolvedConfig,
|
|
16
|
+
} from "../SESv2Client";
|
|
17
|
+
export interface UpdateCustomVerificationEmailTemplateCommandInput
|
|
18
|
+
extends UpdateCustomVerificationEmailTemplateRequest {}
|
|
19
|
+
export interface UpdateCustomVerificationEmailTemplateCommandOutput
|
|
20
|
+
extends UpdateCustomVerificationEmailTemplateResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateCustomVerificationEmailTemplateCommand extends $Command<
|
|
24
|
+
UpdateCustomVerificationEmailTemplateCommandInput,
|
|
25
|
+
UpdateCustomVerificationEmailTemplateCommandOutput,
|
|
26
|
+
SESv2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateCustomVerificationEmailTemplateCommandInput;
|
|
29
|
+
constructor(input: UpdateCustomVerificationEmailTemplateCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SESv2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateCustomVerificationEmailTemplateCommandInput,
|
|
37
|
+
UpdateCustomVerificationEmailTemplateCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
UpdateEmailIdentityPolicyRequest,
|
|
10
|
+
UpdateEmailIdentityPolicyResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SESv2ClientResolvedConfig,
|
|
16
|
+
} from "../SESv2Client";
|
|
17
|
+
export interface UpdateEmailIdentityPolicyCommandInput
|
|
18
|
+
extends UpdateEmailIdentityPolicyRequest {}
|
|
19
|
+
export interface UpdateEmailIdentityPolicyCommandOutput
|
|
20
|
+
extends UpdateEmailIdentityPolicyResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateEmailIdentityPolicyCommand extends $Command<
|
|
24
|
+
UpdateEmailIdentityPolicyCommandInput,
|
|
25
|
+
UpdateEmailIdentityPolicyCommandOutput,
|
|
26
|
+
SESv2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateEmailIdentityPolicyCommandInput;
|
|
29
|
+
constructor(input: UpdateEmailIdentityPolicyCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SESv2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateEmailIdentityPolicyCommandInput,
|
|
37
|
+
UpdateEmailIdentityPolicyCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
UpdateEmailTemplateRequest,
|
|
10
|
+
UpdateEmailTemplateResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SESv2ClientResolvedConfig,
|
|
16
|
+
} from "../SESv2Client";
|
|
17
|
+
export interface UpdateEmailTemplateCommandInput
|
|
18
|
+
extends UpdateEmailTemplateRequest {}
|
|
19
|
+
export interface UpdateEmailTemplateCommandOutput
|
|
20
|
+
extends UpdateEmailTemplateResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateEmailTemplateCommand extends $Command<
|
|
24
|
+
UpdateEmailTemplateCommandInput,
|
|
25
|
+
UpdateEmailTemplateCommandOutput,
|
|
26
|
+
SESv2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateEmailTemplateCommandInput;
|
|
29
|
+
constructor(input: UpdateEmailTemplateCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SESv2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<UpdateEmailTemplateCommandInput, UpdateEmailTemplateCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,81 +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";
|
|
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";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./SESv2";
|
|
2
|
-
export * from "./SESv2Client";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export { SESv2ServiceException } from "./models/SESv2ServiceException";
|
|
1
|
+
export * from "./SESv2";
|
|
2
|
+
export * from "./SESv2Client";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export { SESv2ServiceException } from "./models/SESv2ServiceException";
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
|
|
6
|
+
export declare class SESv2ServiceException extends __ServiceException {
|
|
7
|
+
constructor(options: __ServiceExceptionOptions);
|
|
8
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|