@aws-sdk/client-ses 3.1087.0 → 3.1089.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/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/SES.d.ts +219 -345
- package/dist-types/ts3.4/SESClient.d.ts +16 -32
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/CloneReceiptRuleSetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateReceiptFilterCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateReceiptRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateReceiptRuleSetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteIdentityCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteIdentityPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteReceiptFilterCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteReceiptRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteReceiptRuleSetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteVerifiedEmailAddressCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeActiveReceiptRuleSetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeConfigurationSetCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeReceiptRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeReceiptRuleSetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetAccountSendingEnabledCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetIdentityDkimAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetIdentityNotificationAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetIdentityPoliciesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetIdentityVerificationAttributesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetSendQuotaCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetSendStatisticsCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListIdentityPoliciesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListReceiptFiltersCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListReceiptRuleSetsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListVerifiedEmailAddressesCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutIdentityPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ReorderReceiptRuleSetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SendBounceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/SendBulkTemplatedEmailCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/SendRawEmailCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/SendTemplatedEmailCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SetActiveReceiptRuleSetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/SetIdentityDkimEnabledCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SetIdentityMailFromDomainCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SetIdentityNotificationTopicCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SetReceiptRulePositionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TestRenderTemplateCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateAccountSendingEnabledCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateReceiptRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/VerifyDomainDkimCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/VerifyDomainIdentityCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/VerifyEmailAddressCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/VerifyEmailIdentityCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +9 -18
- package/dist-types/ts3.4/models/errors.d.ts +33 -150
- package/dist-types/ts3.4/models/models_0.d.ts +4 -12
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/dist-types/ts3.4/waiters/waitForIdentityExists.d.ts +3 -7
- package/package.json +39 -39
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateConfigurationSetTrackingOptionsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateConfigurationSetTrackingOptionsCommandInput
|
|
8
|
-
extends UpdateConfigurationSetTrackingOptionsRequest {}
|
|
7
|
+
export interface UpdateConfigurationSetTrackingOptionsCommandInput extends UpdateConfigurationSetTrackingOptionsRequest {}
|
|
9
8
|
export interface UpdateConfigurationSetTrackingOptionsCommandOutput
|
|
10
|
-
extends UpdateConfigurationSetTrackingOptionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateConfigurationSetTrackingOptionsResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateConfigurationSetTrackingOptionsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateConfigurationSetTrackingOptionsCommandInput
|
|
12
|
+
input: UpdateConfigurationSetTrackingOptionsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateConfigurationSetTrackingOptionsCommandInput,
|
|
17
15
|
UpdateConfigurationSetTrackingOptionsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateConfigurationSetTrackingOptionsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateConfigurationSetTrackingOptionsCommandInput
|
|
21
|
+
input: UpdateConfigurationSetTrackingOptionsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateConfigurationSetTrackingOptionsCommandInput,
|
|
26
24
|
UpdateConfigurationSetTrackingOptionsCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { UpdateCustomVerificationEmailTemplateRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface UpdateCustomVerificationEmailTemplateCommandInput
|
|
5
|
-
|
|
6
|
-
export interface UpdateCustomVerificationEmailTemplateCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface UpdateCustomVerificationEmailTemplateCommandInput extends UpdateCustomVerificationEmailTemplateRequest {}
|
|
5
|
+
export interface UpdateCustomVerificationEmailTemplateCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const UpdateCustomVerificationEmailTemplateCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateCustomVerificationEmailTemplateCommandInput
|
|
8
|
+
input: UpdateCustomVerificationEmailTemplateCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateCustomVerificationEmailTemplateCommandInput,
|
|
13
11
|
UpdateCustomVerificationEmailTemplateCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdateCustomVerificationEmailTemplateCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdateCustomVerificationEmailTemplateCommandInput
|
|
17
|
+
input: UpdateCustomVerificationEmailTemplateCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdateCustomVerificationEmailTemplateCommandInput,
|
|
22
20
|
UpdateCustomVerificationEmailTemplateCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateReceiptRuleRequest,
|
|
4
|
-
UpdateReceiptRuleResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateReceiptRuleRequest, UpdateReceiptRuleResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateReceiptRuleCommandInput
|
|
8
|
-
extends UpdateReceiptRuleRequest {}
|
|
4
|
+
export interface UpdateReceiptRuleCommandInput extends UpdateReceiptRuleRequest {}
|
|
9
5
|
export interface UpdateReceiptRuleCommandOutput
|
|
10
|
-
extends UpdateReceiptRuleResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateReceiptRuleResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateReceiptRuleCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateReceiptRuleCommandInput
|
|
9
|
+
input: UpdateReceiptRuleCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateReceiptRuleCommandInput,
|
|
17
12
|
UpdateReceiptRuleCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateReceiptRuleCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateReceiptRuleCommandInput
|
|
18
|
+
input: UpdateReceiptRuleCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateReceiptRuleCommandInput,
|
|
26
21
|
UpdateReceiptRuleCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateTemplateRequest,
|
|
4
|
-
UpdateTemplateResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateTemplateRequest, UpdateTemplateResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateTemplateCommandInput extends UpdateTemplateRequest {}
|
|
8
|
-
export interface UpdateTemplateCommandOutput
|
|
9
|
-
extends UpdateTemplateResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __MetadataBearer {}
|
|
11
6
|
declare const UpdateTemplateCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateTemplateCommandInput
|
|
8
|
+
input: UpdateTemplateCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateTemplateCommandInput,
|
|
16
11
|
UpdateTemplateCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateTemplateCommandInput
|
|
17
|
+
input: UpdateTemplateCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateTemplateCommandInput,
|
|
25
20
|
UpdateTemplateCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
VerifyDomainDkimRequest,
|
|
4
|
-
VerifyDomainDkimResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { VerifyDomainDkimRequest, VerifyDomainDkimResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface VerifyDomainDkimCommandInput extends VerifyDomainDkimRequest {}
|
|
8
|
-
export interface VerifyDomainDkimCommandOutput
|
|
9
|
-
extends VerifyDomainDkimResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface VerifyDomainDkimCommandOutput extends VerifyDomainDkimResponse, __MetadataBearer {}
|
|
11
6
|
declare const VerifyDomainDkimCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: VerifyDomainDkimCommandInput
|
|
8
|
+
input: VerifyDomainDkimCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
VerifyDomainDkimCommandInput,
|
|
16
11
|
VerifyDomainDkimCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const VerifyDomainDkimCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: VerifyDomainDkimCommandInput
|
|
17
|
+
input: VerifyDomainDkimCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
VerifyDomainDkimCommandInput,
|
|
25
20
|
VerifyDomainDkimCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
VerifyDomainIdentityRequest,
|
|
4
|
-
VerifyDomainIdentityResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { VerifyDomainIdentityRequest, VerifyDomainIdentityResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface VerifyDomainIdentityCommandInput
|
|
8
|
-
extends VerifyDomainIdentityRequest {}
|
|
4
|
+
export interface VerifyDomainIdentityCommandInput extends VerifyDomainIdentityRequest {}
|
|
9
5
|
export interface VerifyDomainIdentityCommandOutput
|
|
10
|
-
extends VerifyDomainIdentityResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends VerifyDomainIdentityResponse, __MetadataBearer {}
|
|
12
7
|
declare const VerifyDomainIdentityCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: VerifyDomainIdentityCommandInput
|
|
9
|
+
input: VerifyDomainIdentityCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
VerifyDomainIdentityCommandInput,
|
|
17
12
|
VerifyDomainIdentityCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const VerifyDomainIdentityCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: VerifyDomainIdentityCommandInput
|
|
18
|
+
input: VerifyDomainIdentityCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
VerifyDomainIdentityCommandInput,
|
|
26
21
|
VerifyDomainIdentityCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { VerifyEmailAddressRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface VerifyEmailAddressCommandInput
|
|
5
|
-
extends VerifyEmailAddressRequest {}
|
|
4
|
+
export interface VerifyEmailAddressCommandInput extends VerifyEmailAddressRequest {}
|
|
6
5
|
export interface VerifyEmailAddressCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const VerifyEmailAddressCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: VerifyEmailAddressCommandInput
|
|
8
|
+
input: VerifyEmailAddressCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
VerifyEmailAddressCommandInput,
|
|
12
11
|
VerifyEmailAddressCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const VerifyEmailAddressCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: VerifyEmailAddressCommandInput
|
|
17
|
+
input: VerifyEmailAddressCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
VerifyEmailAddressCommandInput,
|
|
21
20
|
VerifyEmailAddressCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
VerifyEmailIdentityRequest,
|
|
4
|
-
VerifyEmailIdentityResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { VerifyEmailIdentityRequest, VerifyEmailIdentityResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface VerifyEmailIdentityCommandInput
|
|
8
|
-
extends VerifyEmailIdentityRequest {}
|
|
4
|
+
export interface VerifyEmailIdentityCommandInput extends VerifyEmailIdentityRequest {}
|
|
9
5
|
export interface VerifyEmailIdentityCommandOutput
|
|
10
|
-
extends VerifyEmailIdentityResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends VerifyEmailIdentityResponse, __MetadataBearer {}
|
|
12
7
|
declare const VerifyEmailIdentityCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: VerifyEmailIdentityCommandInput
|
|
9
|
+
input: VerifyEmailIdentityCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
VerifyEmailIdentityCommandInput,
|
|
17
12
|
VerifyEmailIdentityCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const VerifyEmailIdentityCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: VerifyEmailIdentityCommandInput
|
|
18
|
+
input: VerifyEmailIdentityCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
VerifyEmailIdentityCommandInput,
|
|
26
21
|
VerifyEmailIdentityCommandOutput,
|
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface SESExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|
|
@@ -2,8 +2,7 @@ export declare const BehaviorOnMXFailure: {
|
|
|
2
2
|
readonly RejectMessage: "RejectMessage";
|
|
3
3
|
readonly UseDefaultValue: "UseDefaultValue";
|
|
4
4
|
};
|
|
5
|
-
export type BehaviorOnMXFailure =
|
|
6
|
-
(typeof BehaviorOnMXFailure)[keyof typeof BehaviorOnMXFailure];
|
|
5
|
+
export type BehaviorOnMXFailure = (typeof BehaviorOnMXFailure)[keyof typeof BehaviorOnMXFailure];
|
|
7
6
|
export declare const BounceType: {
|
|
8
7
|
readonly ContentRejected: "ContentRejected";
|
|
9
8
|
readonly DoesNotExist: "DoesNotExist";
|
|
@@ -37,15 +36,13 @@ export declare const BulkEmailStatus: {
|
|
|
37
36
|
readonly TemplateDoesNotExist: "TemplateDoesNotExist";
|
|
38
37
|
readonly TransientFailure: "TransientFailure";
|
|
39
38
|
};
|
|
40
|
-
export type BulkEmailStatus =
|
|
41
|
-
(typeof BulkEmailStatus)[keyof typeof BulkEmailStatus];
|
|
39
|
+
export type BulkEmailStatus = (typeof BulkEmailStatus)[keyof typeof BulkEmailStatus];
|
|
42
40
|
export declare const DimensionValueSource: {
|
|
43
41
|
readonly EMAIL_HEADER: "emailHeader";
|
|
44
42
|
readonly LINK_TAG: "linkTag";
|
|
45
43
|
readonly MESSAGE_TAG: "messageTag";
|
|
46
44
|
};
|
|
47
|
-
export type DimensionValueSource =
|
|
48
|
-
(typeof DimensionValueSource)[keyof typeof DimensionValueSource];
|
|
45
|
+
export type DimensionValueSource = (typeof DimensionValueSource)[keyof typeof DimensionValueSource];
|
|
49
46
|
export declare const ConfigurationSetAttribute: {
|
|
50
47
|
readonly DELIVERY_OPTIONS: "deliveryOptions";
|
|
51
48
|
readonly EVENT_DESTINATIONS: "eventDestinations";
|
|
@@ -69,20 +66,17 @@ export declare const ReceiptFilterPolicy: {
|
|
|
69
66
|
readonly Allow: "Allow";
|
|
70
67
|
readonly Block: "Block";
|
|
71
68
|
};
|
|
72
|
-
export type ReceiptFilterPolicy =
|
|
73
|
-
(typeof ReceiptFilterPolicy)[keyof typeof ReceiptFilterPolicy];
|
|
69
|
+
export type ReceiptFilterPolicy = (typeof ReceiptFilterPolicy)[keyof typeof ReceiptFilterPolicy];
|
|
74
70
|
export declare const InvocationType: {
|
|
75
71
|
readonly Event: "Event";
|
|
76
72
|
readonly RequestResponse: "RequestResponse";
|
|
77
73
|
};
|
|
78
|
-
export type InvocationType =
|
|
79
|
-
(typeof InvocationType)[keyof typeof InvocationType];
|
|
74
|
+
export type InvocationType = (typeof InvocationType)[keyof typeof InvocationType];
|
|
80
75
|
export declare const SNSActionEncoding: {
|
|
81
76
|
readonly Base64: "Base64";
|
|
82
77
|
readonly UTF8: "UTF-8";
|
|
83
78
|
};
|
|
84
|
-
export type SNSActionEncoding =
|
|
85
|
-
(typeof SNSActionEncoding)[keyof typeof SNSActionEncoding];
|
|
79
|
+
export type SNSActionEncoding = (typeof SNSActionEncoding)[keyof typeof SNSActionEncoding];
|
|
86
80
|
export declare const StopScope: {
|
|
87
81
|
readonly RULE_SET: "RuleSet";
|
|
88
82
|
};
|
|
@@ -98,8 +92,7 @@ export declare const CustomMailFromStatus: {
|
|
|
98
92
|
readonly Success: "Success";
|
|
99
93
|
readonly TemporaryFailure: "TemporaryFailure";
|
|
100
94
|
};
|
|
101
|
-
export type CustomMailFromStatus =
|
|
102
|
-
(typeof CustomMailFromStatus)[keyof typeof CustomMailFromStatus];
|
|
95
|
+
export type CustomMailFromStatus = (typeof CustomMailFromStatus)[keyof typeof CustomMailFromStatus];
|
|
103
96
|
export declare const VerificationStatus: {
|
|
104
97
|
readonly Failed: "Failed";
|
|
105
98
|
readonly NotStarted: "NotStarted";
|
|
@@ -107,8 +100,7 @@ export declare const VerificationStatus: {
|
|
|
107
100
|
readonly Success: "Success";
|
|
108
101
|
readonly TemporaryFailure: "TemporaryFailure";
|
|
109
102
|
};
|
|
110
|
-
export type VerificationStatus =
|
|
111
|
-
(typeof VerificationStatus)[keyof typeof VerificationStatus];
|
|
103
|
+
export type VerificationStatus = (typeof VerificationStatus)[keyof typeof VerificationStatus];
|
|
112
104
|
export declare const IdentityType: {
|
|
113
105
|
readonly Domain: "Domain";
|
|
114
106
|
readonly EmailAddress: "EmailAddress";
|
|
@@ -119,5 +111,4 @@ export declare const NotificationType: {
|
|
|
119
111
|
readonly Complaint: "Complaint";
|
|
120
112
|
readonly Delivery: "Delivery";
|
|
121
113
|
};
|
|
122
|
-
export type NotificationType =
|
|
123
|
-
(typeof NotificationType)[keyof typeof NotificationType];
|
|
114
|
+
export type NotificationType = (typeof NotificationType)[keyof typeof NotificationType];
|