@aws-sdk/client-sesv2 3.169.0 → 3.171.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 +16 -0
- package/dist-types/ts3.4/SESv2.d.ts +1507 -410
- package/dist-types/ts3.4/SESv2Client.d.ts +590 -154
- package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateContactListCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDedicatedIpPoolCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDeliverabilityTestReportCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateEmailIdentityCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateEmailIdentityPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateEmailTemplateCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateImportJobCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteContactCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteContactListCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteDedicatedIpPoolCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteEmailIdentityCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteEmailIdentityPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteEmailTemplateCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteSuppressedDestinationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetBlacklistReportsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetConfigurationSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetConfigurationSetEventDestinationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetContactCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetContactListCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDedicatedIpCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetDedicatedIpsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDeliverabilityTestReportCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDomainDeliverabilityCampaignCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDomainStatisticsReportCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetEmailIdentityCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetEmailIdentityPoliciesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetEmailTemplateCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetSuppressedDestinationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListContactListsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDedicatedIpPoolsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDeliverabilityTestReportsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListEmailIdentitiesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListEmailTemplatesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListImportJobsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListSuppressedDestinationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutAccountDetailsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutAccountSendingAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutAccountSuppressionAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetReputationOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetSendingOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetSuppressionOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutDedicatedIpInPoolCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutDeliverabilityDashboardOptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutEmailIdentityConfigurationSetAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutEmailIdentityDkimAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutSuppressedDestinationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SendBulkEmailCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TestRenderEmailTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateContactListCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateEmailIdentityPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateEmailTemplateCommand.d.ts +36 -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 +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1758 -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 +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,17 +1,36 @@
|
|
|
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
|
+
GetBlacklistReportsRequest,
|
|
10
|
+
GetBlacklistReportsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SESv2ClientResolvedConfig,
|
|
16
|
+
} from "../SESv2Client";
|
|
17
|
+
export interface GetBlacklistReportsCommandInput
|
|
18
|
+
extends GetBlacklistReportsRequest {}
|
|
19
|
+
export interface GetBlacklistReportsCommandOutput
|
|
20
|
+
extends GetBlacklistReportsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetBlacklistReportsCommand extends $Command<
|
|
23
|
+
GetBlacklistReportsCommandInput,
|
|
24
|
+
GetBlacklistReportsCommandOutput,
|
|
25
|
+
SESv2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetBlacklistReportsCommandInput;
|
|
28
|
+
constructor(input: GetBlacklistReportsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: SESv2ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<GetBlacklistReportsCommandInput, GetBlacklistReportsCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
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
|
+
GetConfigurationSetRequest,
|
|
10
|
+
GetConfigurationSetResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SESv2ClientResolvedConfig,
|
|
16
|
+
} from "../SESv2Client";
|
|
17
|
+
export interface GetConfigurationSetCommandInput
|
|
18
|
+
extends GetConfigurationSetRequest {}
|
|
19
|
+
export interface GetConfigurationSetCommandOutput
|
|
20
|
+
extends GetConfigurationSetResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetConfigurationSetCommand extends $Command<
|
|
23
|
+
GetConfigurationSetCommandInput,
|
|
24
|
+
GetConfigurationSetCommandOutput,
|
|
25
|
+
SESv2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetConfigurationSetCommandInput;
|
|
28
|
+
constructor(input: GetConfigurationSetCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: SESv2ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<GetConfigurationSetCommandInput, GetConfigurationSetCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
GetConfigurationSetEventDestinationsRequest,
|
|
10
|
+
GetConfigurationSetEventDestinationsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SESv2ClientResolvedConfig,
|
|
16
|
+
} from "../SESv2Client";
|
|
17
|
+
export interface GetConfigurationSetEventDestinationsCommandInput
|
|
18
|
+
extends GetConfigurationSetEventDestinationsRequest {}
|
|
19
|
+
export interface GetConfigurationSetEventDestinationsCommandOutput
|
|
20
|
+
extends GetConfigurationSetEventDestinationsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetConfigurationSetEventDestinationsCommand extends $Command<
|
|
23
|
+
GetConfigurationSetEventDestinationsCommandInput,
|
|
24
|
+
GetConfigurationSetEventDestinationsCommandOutput,
|
|
25
|
+
SESv2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetConfigurationSetEventDestinationsCommandInput;
|
|
28
|
+
constructor(input: GetConfigurationSetEventDestinationsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: SESv2ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetConfigurationSetEventDestinationsCommandInput,
|
|
35
|
+
GetConfigurationSetEventDestinationsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
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 { GetContactRequest, GetContactResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SESv2ClientResolvedConfig,
|
|
13
|
+
} from "../SESv2Client";
|
|
14
|
+
export interface GetContactCommandInput extends GetContactRequest {}
|
|
15
|
+
export interface GetContactCommandOutput
|
|
16
|
+
extends GetContactResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetContactCommand extends $Command<
|
|
19
|
+
GetContactCommandInput,
|
|
20
|
+
GetContactCommandOutput,
|
|
21
|
+
SESv2ClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetContactCommandInput;
|
|
24
|
+
constructor(input: GetContactCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: SESv2ClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetContactCommandInput, GetContactCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
GetContactListRequest,
|
|
10
|
+
GetContactListResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SESv2ClientResolvedConfig,
|
|
16
|
+
} from "../SESv2Client";
|
|
17
|
+
export interface GetContactListCommandInput extends GetContactListRequest {}
|
|
18
|
+
export interface GetContactListCommandOutput
|
|
19
|
+
extends GetContactListResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class GetContactListCommand extends $Command<
|
|
22
|
+
GetContactListCommandInput,
|
|
23
|
+
GetContactListCommandOutput,
|
|
24
|
+
SESv2ClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: GetContactListCommandInput;
|
|
27
|
+
constructor(input: GetContactListCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: SESv2ClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<GetContactListCommandInput, GetContactListCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
GetCustomVerificationEmailTemplateRequest,
|
|
10
|
+
GetCustomVerificationEmailTemplateResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SESv2ClientResolvedConfig,
|
|
16
|
+
} from "../SESv2Client";
|
|
17
|
+
export interface GetCustomVerificationEmailTemplateCommandInput
|
|
18
|
+
extends GetCustomVerificationEmailTemplateRequest {}
|
|
19
|
+
export interface GetCustomVerificationEmailTemplateCommandOutput
|
|
20
|
+
extends GetCustomVerificationEmailTemplateResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetCustomVerificationEmailTemplateCommand extends $Command<
|
|
23
|
+
GetCustomVerificationEmailTemplateCommandInput,
|
|
24
|
+
GetCustomVerificationEmailTemplateCommandOutput,
|
|
25
|
+
SESv2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetCustomVerificationEmailTemplateCommandInput;
|
|
28
|
+
constructor(input: GetCustomVerificationEmailTemplateCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: SESv2ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetCustomVerificationEmailTemplateCommandInput,
|
|
35
|
+
GetCustomVerificationEmailTemplateCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
GetDedicatedIpRequest,
|
|
10
|
+
GetDedicatedIpResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SESv2ClientResolvedConfig,
|
|
16
|
+
} from "../SESv2Client";
|
|
17
|
+
export interface GetDedicatedIpCommandInput extends GetDedicatedIpRequest {}
|
|
18
|
+
export interface GetDedicatedIpCommandOutput
|
|
19
|
+
extends GetDedicatedIpResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class GetDedicatedIpCommand extends $Command<
|
|
22
|
+
GetDedicatedIpCommandInput,
|
|
23
|
+
GetDedicatedIpCommandOutput,
|
|
24
|
+
SESv2ClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: GetDedicatedIpCommandInput;
|
|
27
|
+
constructor(input: GetDedicatedIpCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: SESv2ClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<GetDedicatedIpCommandInput, GetDedicatedIpCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
GetDedicatedIpsRequest,
|
|
10
|
+
GetDedicatedIpsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SESv2ClientResolvedConfig,
|
|
16
|
+
} from "../SESv2Client";
|
|
17
|
+
export interface GetDedicatedIpsCommandInput extends GetDedicatedIpsRequest {}
|
|
18
|
+
export interface GetDedicatedIpsCommandOutput
|
|
19
|
+
extends GetDedicatedIpsResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class GetDedicatedIpsCommand extends $Command<
|
|
22
|
+
GetDedicatedIpsCommandInput,
|
|
23
|
+
GetDedicatedIpsCommandOutput,
|
|
24
|
+
SESv2ClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: GetDedicatedIpsCommandInput;
|
|
27
|
+
constructor(input: GetDedicatedIpsCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: SESv2ClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<GetDedicatedIpsCommandInput, GetDedicatedIpsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
GetDeliverabilityDashboardOptionsRequest,
|
|
10
|
+
GetDeliverabilityDashboardOptionsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SESv2ClientResolvedConfig,
|
|
16
|
+
} from "../SESv2Client";
|
|
17
|
+
export interface GetDeliverabilityDashboardOptionsCommandInput
|
|
18
|
+
extends GetDeliverabilityDashboardOptionsRequest {}
|
|
19
|
+
export interface GetDeliverabilityDashboardOptionsCommandOutput
|
|
20
|
+
extends GetDeliverabilityDashboardOptionsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetDeliverabilityDashboardOptionsCommand extends $Command<
|
|
23
|
+
GetDeliverabilityDashboardOptionsCommandInput,
|
|
24
|
+
GetDeliverabilityDashboardOptionsCommandOutput,
|
|
25
|
+
SESv2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetDeliverabilityDashboardOptionsCommandInput;
|
|
28
|
+
constructor(input: GetDeliverabilityDashboardOptionsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: SESv2ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetDeliverabilityDashboardOptionsCommandInput,
|
|
35
|
+
GetDeliverabilityDashboardOptionsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
GetDeliverabilityTestReportRequest,
|
|
10
|
+
GetDeliverabilityTestReportResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SESv2ClientResolvedConfig,
|
|
16
|
+
} from "../SESv2Client";
|
|
17
|
+
export interface GetDeliverabilityTestReportCommandInput
|
|
18
|
+
extends GetDeliverabilityTestReportRequest {}
|
|
19
|
+
export interface GetDeliverabilityTestReportCommandOutput
|
|
20
|
+
extends GetDeliverabilityTestReportResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetDeliverabilityTestReportCommand extends $Command<
|
|
23
|
+
GetDeliverabilityTestReportCommandInput,
|
|
24
|
+
GetDeliverabilityTestReportCommandOutput,
|
|
25
|
+
SESv2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetDeliverabilityTestReportCommandInput;
|
|
28
|
+
constructor(input: GetDeliverabilityTestReportCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: SESv2ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetDeliverabilityTestReportCommandInput,
|
|
35
|
+
GetDeliverabilityTestReportCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
GetDomainDeliverabilityCampaignRequest,
|
|
10
|
+
GetDomainDeliverabilityCampaignResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SESv2ClientResolvedConfig,
|
|
16
|
+
} from "../SESv2Client";
|
|
17
|
+
export interface GetDomainDeliverabilityCampaignCommandInput
|
|
18
|
+
extends GetDomainDeliverabilityCampaignRequest {}
|
|
19
|
+
export interface GetDomainDeliverabilityCampaignCommandOutput
|
|
20
|
+
extends GetDomainDeliverabilityCampaignResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetDomainDeliverabilityCampaignCommand extends $Command<
|
|
23
|
+
GetDomainDeliverabilityCampaignCommandInput,
|
|
24
|
+
GetDomainDeliverabilityCampaignCommandOutput,
|
|
25
|
+
SESv2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetDomainDeliverabilityCampaignCommandInput;
|
|
28
|
+
constructor(input: GetDomainDeliverabilityCampaignCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: SESv2ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetDomainDeliverabilityCampaignCommandInput,
|
|
35
|
+
GetDomainDeliverabilityCampaignCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|