@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,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
|
+
DeleteConfigurationSetRequest,
|
|
10
|
+
DeleteConfigurationSetResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SESv2ClientResolvedConfig,
|
|
16
|
+
} from "../SESv2Client";
|
|
17
|
+
export interface DeleteConfigurationSetCommandInput
|
|
18
|
+
extends DeleteConfigurationSetRequest {}
|
|
19
|
+
export interface DeleteConfigurationSetCommandOutput
|
|
20
|
+
extends DeleteConfigurationSetResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteConfigurationSetCommand extends $Command<
|
|
23
|
+
DeleteConfigurationSetCommandInput,
|
|
24
|
+
DeleteConfigurationSetCommandOutput,
|
|
25
|
+
SESv2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteConfigurationSetCommandInput;
|
|
28
|
+
constructor(input: DeleteConfigurationSetCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: SESv2ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DeleteConfigurationSetCommandInput,
|
|
35
|
+
DeleteConfigurationSetCommandOutput
|
|
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
|
+
DeleteConfigurationSetEventDestinationRequest,
|
|
10
|
+
DeleteConfigurationSetEventDestinationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SESv2ClientResolvedConfig,
|
|
16
|
+
} from "../SESv2Client";
|
|
17
|
+
export interface DeleteConfigurationSetEventDestinationCommandInput
|
|
18
|
+
extends DeleteConfigurationSetEventDestinationRequest {}
|
|
19
|
+
export interface DeleteConfigurationSetEventDestinationCommandOutput
|
|
20
|
+
extends DeleteConfigurationSetEventDestinationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteConfigurationSetEventDestinationCommand extends $Command<
|
|
23
|
+
DeleteConfigurationSetEventDestinationCommandInput,
|
|
24
|
+
DeleteConfigurationSetEventDestinationCommandOutput,
|
|
25
|
+
SESv2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteConfigurationSetEventDestinationCommandInput;
|
|
28
|
+
constructor(input: DeleteConfigurationSetEventDestinationCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: SESv2ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DeleteConfigurationSetEventDestinationCommandInput,
|
|
35
|
+
DeleteConfigurationSetEventDestinationCommandOutput
|
|
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
|
+
DeleteContactRequest,
|
|
10
|
+
DeleteContactResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SESv2ClientResolvedConfig,
|
|
16
|
+
} from "../SESv2Client";
|
|
17
|
+
export interface DeleteContactCommandInput extends DeleteContactRequest {}
|
|
18
|
+
export interface DeleteContactCommandOutput
|
|
19
|
+
extends DeleteContactResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DeleteContactCommand extends $Command<
|
|
22
|
+
DeleteContactCommandInput,
|
|
23
|
+
DeleteContactCommandOutput,
|
|
24
|
+
SESv2ClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DeleteContactCommandInput;
|
|
27
|
+
constructor(input: DeleteContactCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: SESv2ClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DeleteContactCommandInput, DeleteContactCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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
|
+
DeleteContactListRequest,
|
|
10
|
+
DeleteContactListResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SESv2ClientResolvedConfig,
|
|
16
|
+
} from "../SESv2Client";
|
|
17
|
+
export interface DeleteContactListCommandInput
|
|
18
|
+
extends DeleteContactListRequest {}
|
|
19
|
+
export interface DeleteContactListCommandOutput
|
|
20
|
+
extends DeleteContactListResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteContactListCommand extends $Command<
|
|
23
|
+
DeleteContactListCommandInput,
|
|
24
|
+
DeleteContactListCommandOutput,
|
|
25
|
+
SESv2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteContactListCommandInput;
|
|
28
|
+
constructor(input: DeleteContactListCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: SESv2ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<DeleteContactListCommandInput, DeleteContactListCommandOutput>;
|
|
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
|
+
DeleteCustomVerificationEmailTemplateRequest,
|
|
10
|
+
DeleteCustomVerificationEmailTemplateResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SESv2ClientResolvedConfig,
|
|
16
|
+
} from "../SESv2Client";
|
|
17
|
+
export interface DeleteCustomVerificationEmailTemplateCommandInput
|
|
18
|
+
extends DeleteCustomVerificationEmailTemplateRequest {}
|
|
19
|
+
export interface DeleteCustomVerificationEmailTemplateCommandOutput
|
|
20
|
+
extends DeleteCustomVerificationEmailTemplateResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteCustomVerificationEmailTemplateCommand extends $Command<
|
|
23
|
+
DeleteCustomVerificationEmailTemplateCommandInput,
|
|
24
|
+
DeleteCustomVerificationEmailTemplateCommandOutput,
|
|
25
|
+
SESv2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteCustomVerificationEmailTemplateCommandInput;
|
|
28
|
+
constructor(input: DeleteCustomVerificationEmailTemplateCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: SESv2ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DeleteCustomVerificationEmailTemplateCommandInput,
|
|
35
|
+
DeleteCustomVerificationEmailTemplateCommandOutput
|
|
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
|
+
DeleteDedicatedIpPoolRequest,
|
|
10
|
+
DeleteDedicatedIpPoolResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SESv2ClientResolvedConfig,
|
|
16
|
+
} from "../SESv2Client";
|
|
17
|
+
export interface DeleteDedicatedIpPoolCommandInput
|
|
18
|
+
extends DeleteDedicatedIpPoolRequest {}
|
|
19
|
+
export interface DeleteDedicatedIpPoolCommandOutput
|
|
20
|
+
extends DeleteDedicatedIpPoolResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteDedicatedIpPoolCommand extends $Command<
|
|
23
|
+
DeleteDedicatedIpPoolCommandInput,
|
|
24
|
+
DeleteDedicatedIpPoolCommandOutput,
|
|
25
|
+
SESv2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteDedicatedIpPoolCommandInput;
|
|
28
|
+
constructor(input: DeleteDedicatedIpPoolCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: SESv2ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DeleteDedicatedIpPoolCommandInput,
|
|
35
|
+
DeleteDedicatedIpPoolCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -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
|
+
DeleteEmailIdentityRequest,
|
|
10
|
+
DeleteEmailIdentityResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SESv2ClientResolvedConfig,
|
|
16
|
+
} from "../SESv2Client";
|
|
17
|
+
export interface DeleteEmailIdentityCommandInput
|
|
18
|
+
extends DeleteEmailIdentityRequest {}
|
|
19
|
+
export interface DeleteEmailIdentityCommandOutput
|
|
20
|
+
extends DeleteEmailIdentityResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteEmailIdentityCommand extends $Command<
|
|
23
|
+
DeleteEmailIdentityCommandInput,
|
|
24
|
+
DeleteEmailIdentityCommandOutput,
|
|
25
|
+
SESv2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteEmailIdentityCommandInput;
|
|
28
|
+
constructor(input: DeleteEmailIdentityCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: SESv2ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<DeleteEmailIdentityCommandInput, DeleteEmailIdentityCommandOutput>;
|
|
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
|
+
DeleteEmailIdentityPolicyRequest,
|
|
10
|
+
DeleteEmailIdentityPolicyResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SESv2ClientResolvedConfig,
|
|
16
|
+
} from "../SESv2Client";
|
|
17
|
+
export interface DeleteEmailIdentityPolicyCommandInput
|
|
18
|
+
extends DeleteEmailIdentityPolicyRequest {}
|
|
19
|
+
export interface DeleteEmailIdentityPolicyCommandOutput
|
|
20
|
+
extends DeleteEmailIdentityPolicyResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteEmailIdentityPolicyCommand extends $Command<
|
|
23
|
+
DeleteEmailIdentityPolicyCommandInput,
|
|
24
|
+
DeleteEmailIdentityPolicyCommandOutput,
|
|
25
|
+
SESv2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteEmailIdentityPolicyCommandInput;
|
|
28
|
+
constructor(input: DeleteEmailIdentityPolicyCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: SESv2ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DeleteEmailIdentityPolicyCommandInput,
|
|
35
|
+
DeleteEmailIdentityPolicyCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -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
|
+
DeleteEmailTemplateRequest,
|
|
10
|
+
DeleteEmailTemplateResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SESv2ClientResolvedConfig,
|
|
16
|
+
} from "../SESv2Client";
|
|
17
|
+
export interface DeleteEmailTemplateCommandInput
|
|
18
|
+
extends DeleteEmailTemplateRequest {}
|
|
19
|
+
export interface DeleteEmailTemplateCommandOutput
|
|
20
|
+
extends DeleteEmailTemplateResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteEmailTemplateCommand extends $Command<
|
|
23
|
+
DeleteEmailTemplateCommandInput,
|
|
24
|
+
DeleteEmailTemplateCommandOutput,
|
|
25
|
+
SESv2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteEmailTemplateCommandInput;
|
|
28
|
+
constructor(input: DeleteEmailTemplateCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: SESv2ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<DeleteEmailTemplateCommandInput, DeleteEmailTemplateCommandOutput>;
|
|
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
|
+
DeleteSuppressedDestinationRequest,
|
|
10
|
+
DeleteSuppressedDestinationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
SESv2ClientResolvedConfig,
|
|
16
|
+
} from "../SESv2Client";
|
|
17
|
+
export interface DeleteSuppressedDestinationCommandInput
|
|
18
|
+
extends DeleteSuppressedDestinationRequest {}
|
|
19
|
+
export interface DeleteSuppressedDestinationCommandOutput
|
|
20
|
+
extends DeleteSuppressedDestinationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteSuppressedDestinationCommand extends $Command<
|
|
23
|
+
DeleteSuppressedDestinationCommandInput,
|
|
24
|
+
DeleteSuppressedDestinationCommandOutput,
|
|
25
|
+
SESv2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteSuppressedDestinationCommandInput;
|
|
28
|
+
constructor(input: DeleteSuppressedDestinationCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: SESv2ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DeleteSuppressedDestinationCommandInput,
|
|
35
|
+
DeleteSuppressedDestinationCommandOutput
|
|
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 { GetAccountRequest, GetAccountResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
SESv2ClientResolvedConfig,
|
|
13
|
+
} from "../SESv2Client";
|
|
14
|
+
export interface GetAccountCommandInput extends GetAccountRequest {}
|
|
15
|
+
export interface GetAccountCommandOutput
|
|
16
|
+
extends GetAccountResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetAccountCommand extends $Command<
|
|
19
|
+
GetAccountCommandInput,
|
|
20
|
+
GetAccountCommandOutput,
|
|
21
|
+
SESv2ClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetAccountCommandInput;
|
|
24
|
+
constructor(input: GetAccountCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: SESv2ClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetAccountCommandInput, GetAccountCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|