@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
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListReceiptRuleSetsRequest,
|
|
4
|
-
ListReceiptRuleSetsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListReceiptRuleSetsRequest, ListReceiptRuleSetsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListReceiptRuleSetsCommandInput
|
|
8
|
-
extends ListReceiptRuleSetsRequest {}
|
|
4
|
+
export interface ListReceiptRuleSetsCommandInput extends ListReceiptRuleSetsRequest {}
|
|
9
5
|
export interface ListReceiptRuleSetsCommandOutput
|
|
10
|
-
extends ListReceiptRuleSetsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListReceiptRuleSetsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListReceiptRuleSetsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListReceiptRuleSetsCommandInput
|
|
9
|
+
input: ListReceiptRuleSetsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListReceiptRuleSetsCommandInput,
|
|
17
12
|
ListReceiptRuleSetsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTemplatesRequest,
|
|
4
|
-
ListTemplatesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTemplatesRequest, ListTemplatesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListTemplatesCommandInput extends ListTemplatesRequest {}
|
|
8
|
-
export interface ListTemplatesCommandOutput
|
|
9
|
-
extends ListTemplatesResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListTemplatesCommandOutput extends ListTemplatesResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListTemplatesCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListTemplatesCommandInput
|
|
8
|
+
input: ListTemplatesCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListTemplatesCommandInput,
|
|
16
11
|
ListTemplatesCommandOutput,
|
|
@@ -3,11 +3,10 @@ import { ListVerifiedEmailAddressesResponse } from "../models/models_0";
|
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListVerifiedEmailAddressesCommandInput {}
|
|
5
5
|
export interface ListVerifiedEmailAddressesCommandOutput
|
|
6
|
-
extends ListVerifiedEmailAddressesResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListVerifiedEmailAddressesResponse, __MetadataBearer {}
|
|
8
7
|
declare const ListVerifiedEmailAddressesCommand_base: {
|
|
9
8
|
new (
|
|
10
|
-
input: ListVerifiedEmailAddressesCommandInput
|
|
9
|
+
input: ListVerifiedEmailAddressesCommandInput,
|
|
11
10
|
): import("@smithy/core/client").CommandImpl<
|
|
12
11
|
ListVerifiedEmailAddressesCommandInput,
|
|
13
12
|
ListVerifiedEmailAddressesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
PutConfigurationSetDeliveryOptionsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutConfigurationSetDeliveryOptionsCommandInput
|
|
8
|
-
extends PutConfigurationSetDeliveryOptionsRequest {}
|
|
7
|
+
export interface PutConfigurationSetDeliveryOptionsCommandInput extends PutConfigurationSetDeliveryOptionsRequest {}
|
|
9
8
|
export interface PutConfigurationSetDeliveryOptionsCommandOutput
|
|
10
|
-
extends PutConfigurationSetDeliveryOptionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends PutConfigurationSetDeliveryOptionsResponse, __MetadataBearer {}
|
|
12
10
|
declare const PutConfigurationSetDeliveryOptionsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: PutConfigurationSetDeliveryOptionsCommandInput
|
|
12
|
+
input: PutConfigurationSetDeliveryOptionsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
PutConfigurationSetDeliveryOptionsCommandInput,
|
|
17
15
|
PutConfigurationSetDeliveryOptionsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const PutConfigurationSetDeliveryOptionsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: PutConfigurationSetDeliveryOptionsCommandInput
|
|
21
|
+
input: PutConfigurationSetDeliveryOptionsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
PutConfigurationSetDeliveryOptionsCommandInput,
|
|
26
24
|
PutConfigurationSetDeliveryOptionsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
PutIdentityPolicyRequest,
|
|
4
|
-
PutIdentityPolicyResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { PutIdentityPolicyRequest, PutIdentityPolicyResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutIdentityPolicyCommandInput
|
|
8
|
-
extends PutIdentityPolicyRequest {}
|
|
4
|
+
export interface PutIdentityPolicyCommandInput extends PutIdentityPolicyRequest {}
|
|
9
5
|
export interface PutIdentityPolicyCommandOutput
|
|
10
|
-
extends PutIdentityPolicyResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends PutIdentityPolicyResponse, __MetadataBearer {}
|
|
12
7
|
declare const PutIdentityPolicyCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: PutIdentityPolicyCommandInput
|
|
9
|
+
input: PutIdentityPolicyCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
PutIdentityPolicyCommandInput,
|
|
17
12
|
PutIdentityPolicyCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const PutIdentityPolicyCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: PutIdentityPolicyCommandInput
|
|
18
|
+
input: PutIdentityPolicyCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
PutIdentityPolicyCommandInput,
|
|
26
21
|
PutIdentityPolicyCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ReorderReceiptRuleSetRequest,
|
|
4
|
-
ReorderReceiptRuleSetResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ReorderReceiptRuleSetRequest, ReorderReceiptRuleSetResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ReorderReceiptRuleSetCommandInput
|
|
8
|
-
extends ReorderReceiptRuleSetRequest {}
|
|
4
|
+
export interface ReorderReceiptRuleSetCommandInput extends ReorderReceiptRuleSetRequest {}
|
|
9
5
|
export interface ReorderReceiptRuleSetCommandOutput
|
|
10
|
-
extends ReorderReceiptRuleSetResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ReorderReceiptRuleSetResponse, __MetadataBearer {}
|
|
12
7
|
declare const ReorderReceiptRuleSetCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ReorderReceiptRuleSetCommandInput
|
|
9
|
+
input: ReorderReceiptRuleSetCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ReorderReceiptRuleSetCommandInput,
|
|
17
12
|
ReorderReceiptRuleSetCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ReorderReceiptRuleSetCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ReorderReceiptRuleSetCommandInput
|
|
18
|
+
input: ReorderReceiptRuleSetCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ReorderReceiptRuleSetCommandInput,
|
|
26
21
|
ReorderReceiptRuleSetCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { SendBounceRequest, SendBounceResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface SendBounceCommandInput extends SendBounceRequest {}
|
|
5
|
-
export interface SendBounceCommandOutput
|
|
6
|
-
extends SendBounceResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface SendBounceCommandOutput extends SendBounceResponse, __MetadataBearer {}
|
|
8
6
|
declare const SendBounceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: SendBounceCommandInput
|
|
8
|
+
input: SendBounceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
SendBounceCommandInput,
|
|
13
11
|
SendBounceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const SendBounceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: SendBounceCommandInput
|
|
17
|
+
input: SendBounceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
SendBounceCommandInput,
|
|
22
20
|
SendBounceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
SendBulkTemplatedEmailRequest,
|
|
4
|
-
SendBulkTemplatedEmailResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { SendBulkTemplatedEmailRequest, SendBulkTemplatedEmailResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface SendBulkTemplatedEmailCommandInput
|
|
8
|
-
extends SendBulkTemplatedEmailRequest {}
|
|
4
|
+
export interface SendBulkTemplatedEmailCommandInput extends SendBulkTemplatedEmailRequest {}
|
|
9
5
|
export interface SendBulkTemplatedEmailCommandOutput
|
|
10
|
-
extends SendBulkTemplatedEmailResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends SendBulkTemplatedEmailResponse, __MetadataBearer {}
|
|
12
7
|
declare const SendBulkTemplatedEmailCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: SendBulkTemplatedEmailCommandInput
|
|
9
|
+
input: SendBulkTemplatedEmailCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
SendBulkTemplatedEmailCommandInput,
|
|
17
12
|
SendBulkTemplatedEmailCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const SendBulkTemplatedEmailCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: SendBulkTemplatedEmailCommandInput
|
|
18
|
+
input: SendBulkTemplatedEmailCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
SendBulkTemplatedEmailCommandInput,
|
|
26
21
|
SendBulkTemplatedEmailCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
SendCustomVerificationEmailResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface SendCustomVerificationEmailCommandInput
|
|
8
|
-
extends SendCustomVerificationEmailRequest {}
|
|
7
|
+
export interface SendCustomVerificationEmailCommandInput extends SendCustomVerificationEmailRequest {}
|
|
9
8
|
export interface SendCustomVerificationEmailCommandOutput
|
|
10
|
-
extends SendCustomVerificationEmailResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends SendCustomVerificationEmailResponse, __MetadataBearer {}
|
|
12
10
|
declare const SendCustomVerificationEmailCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: SendCustomVerificationEmailCommandInput
|
|
12
|
+
input: SendCustomVerificationEmailCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
SendCustomVerificationEmailCommandInput,
|
|
17
15
|
SendCustomVerificationEmailCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const SendCustomVerificationEmailCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: SendCustomVerificationEmailCommandInput
|
|
21
|
+
input: SendCustomVerificationEmailCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
SendCustomVerificationEmailCommandInput,
|
|
26
24
|
SendCustomVerificationEmailCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { SendEmailRequest, SendEmailResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface SendEmailCommandInput extends SendEmailRequest {}
|
|
5
|
-
export interface SendEmailCommandOutput
|
|
6
|
-
extends SendEmailResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface SendEmailCommandOutput extends SendEmailResponse, __MetadataBearer {}
|
|
8
6
|
declare const SendEmailCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: SendEmailCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
SendEmailCommandInput,
|
|
11
11
|
SendEmailCommandOutput,
|
|
12
12
|
import("..").SESClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: SendEmailCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
SendEmailCommandInput,
|
|
18
20
|
SendEmailCommandOutput,
|
|
19
21
|
import("..").SESClientResolvedConfig,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { SendRawEmailRequest, SendRawEmailResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface SendRawEmailCommandInput extends SendRawEmailRequest {}
|
|
5
|
-
export interface SendRawEmailCommandOutput
|
|
6
|
-
extends SendRawEmailResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface SendRawEmailCommandOutput extends SendRawEmailResponse, __MetadataBearer {}
|
|
8
6
|
declare const SendRawEmailCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: SendRawEmailCommandInput
|
|
8
|
+
input: SendRawEmailCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
SendRawEmailCommandInput,
|
|
13
11
|
SendRawEmailCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const SendRawEmailCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: SendRawEmailCommandInput
|
|
17
|
+
input: SendRawEmailCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
SendRawEmailCommandInput,
|
|
22
20
|
SendRawEmailCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
SendTemplatedEmailRequest,
|
|
4
|
-
SendTemplatedEmailResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { SendTemplatedEmailRequest, SendTemplatedEmailResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface SendTemplatedEmailCommandInput
|
|
8
|
-
extends SendTemplatedEmailRequest {}
|
|
4
|
+
export interface SendTemplatedEmailCommandInput extends SendTemplatedEmailRequest {}
|
|
9
5
|
export interface SendTemplatedEmailCommandOutput
|
|
10
|
-
extends SendTemplatedEmailResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends SendTemplatedEmailResponse, __MetadataBearer {}
|
|
12
7
|
declare const SendTemplatedEmailCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: SendTemplatedEmailCommandInput
|
|
9
|
+
input: SendTemplatedEmailCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
SendTemplatedEmailCommandInput,
|
|
17
12
|
SendTemplatedEmailCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const SendTemplatedEmailCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: SendTemplatedEmailCommandInput
|
|
18
|
+
input: SendTemplatedEmailCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
SendTemplatedEmailCommandInput,
|
|
26
21
|
SendTemplatedEmailCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
SetActiveReceiptRuleSetResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface SetActiveReceiptRuleSetCommandInput
|
|
8
|
-
extends SetActiveReceiptRuleSetRequest {}
|
|
7
|
+
export interface SetActiveReceiptRuleSetCommandInput extends SetActiveReceiptRuleSetRequest {}
|
|
9
8
|
export interface SetActiveReceiptRuleSetCommandOutput
|
|
10
|
-
extends SetActiveReceiptRuleSetResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends SetActiveReceiptRuleSetResponse, __MetadataBearer {}
|
|
12
10
|
declare const SetActiveReceiptRuleSetCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: SetActiveReceiptRuleSetCommandInput
|
|
12
|
+
input: SetActiveReceiptRuleSetCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
SetActiveReceiptRuleSetCommandInput,
|
|
17
15
|
SetActiveReceiptRuleSetCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
SetIdentityDkimEnabledRequest,
|
|
4
|
-
SetIdentityDkimEnabledResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { SetIdentityDkimEnabledRequest, SetIdentityDkimEnabledResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface SetIdentityDkimEnabledCommandInput
|
|
8
|
-
extends SetIdentityDkimEnabledRequest {}
|
|
4
|
+
export interface SetIdentityDkimEnabledCommandInput extends SetIdentityDkimEnabledRequest {}
|
|
9
5
|
export interface SetIdentityDkimEnabledCommandOutput
|
|
10
|
-
extends SetIdentityDkimEnabledResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends SetIdentityDkimEnabledResponse, __MetadataBearer {}
|
|
12
7
|
declare const SetIdentityDkimEnabledCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: SetIdentityDkimEnabledCommandInput
|
|
9
|
+
input: SetIdentityDkimEnabledCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
SetIdentityDkimEnabledCommandInput,
|
|
17
12
|
SetIdentityDkimEnabledCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const SetIdentityDkimEnabledCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: SetIdentityDkimEnabledCommandInput
|
|
18
|
+
input: SetIdentityDkimEnabledCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
SetIdentityDkimEnabledCommandInput,
|
|
26
21
|
SetIdentityDkimEnabledCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
SetIdentityFeedbackForwardingEnabledResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface SetIdentityFeedbackForwardingEnabledCommandInput
|
|
8
|
-
extends SetIdentityFeedbackForwardingEnabledRequest {}
|
|
7
|
+
export interface SetIdentityFeedbackForwardingEnabledCommandInput extends SetIdentityFeedbackForwardingEnabledRequest {}
|
|
9
8
|
export interface SetIdentityFeedbackForwardingEnabledCommandOutput
|
|
10
|
-
extends SetIdentityFeedbackForwardingEnabledResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends SetIdentityFeedbackForwardingEnabledResponse, __MetadataBearer {}
|
|
12
10
|
declare const SetIdentityFeedbackForwardingEnabledCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: SetIdentityFeedbackForwardingEnabledCommandInput
|
|
12
|
+
input: SetIdentityFeedbackForwardingEnabledCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
SetIdentityFeedbackForwardingEnabledCommandInput,
|
|
17
15
|
SetIdentityFeedbackForwardingEnabledCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const SetIdentityFeedbackForwardingEnabledCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: SetIdentityFeedbackForwardingEnabledCommandInput
|
|
21
|
+
input: SetIdentityFeedbackForwardingEnabledCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
SetIdentityFeedbackForwardingEnabledCommandInput,
|
|
26
24
|
SetIdentityFeedbackForwardingEnabledCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
SetIdentityHeadersInNotificationsEnabledResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface SetIdentityHeadersInNotificationsEnabledCommandInput
|
|
8
|
-
extends SetIdentityHeadersInNotificationsEnabledRequest {}
|
|
7
|
+
export interface SetIdentityHeadersInNotificationsEnabledCommandInput extends SetIdentityHeadersInNotificationsEnabledRequest {}
|
|
9
8
|
export interface SetIdentityHeadersInNotificationsEnabledCommandOutput
|
|
10
|
-
extends SetIdentityHeadersInNotificationsEnabledResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends SetIdentityHeadersInNotificationsEnabledResponse, __MetadataBearer {}
|
|
12
10
|
declare const SetIdentityHeadersInNotificationsEnabledCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: SetIdentityHeadersInNotificationsEnabledCommandInput
|
|
12
|
+
input: SetIdentityHeadersInNotificationsEnabledCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
SetIdentityHeadersInNotificationsEnabledCommandInput,
|
|
17
15
|
SetIdentityHeadersInNotificationsEnabledCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const SetIdentityHeadersInNotificationsEnabledCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: SetIdentityHeadersInNotificationsEnabledCommandInput
|
|
21
|
+
input: SetIdentityHeadersInNotificationsEnabledCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
SetIdentityHeadersInNotificationsEnabledCommandInput,
|
|
26
24
|
SetIdentityHeadersInNotificationsEnabledCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
SetIdentityMailFromDomainResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface SetIdentityMailFromDomainCommandInput
|
|
8
|
-
extends SetIdentityMailFromDomainRequest {}
|
|
7
|
+
export interface SetIdentityMailFromDomainCommandInput extends SetIdentityMailFromDomainRequest {}
|
|
9
8
|
export interface SetIdentityMailFromDomainCommandOutput
|
|
10
|
-
extends SetIdentityMailFromDomainResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends SetIdentityMailFromDomainResponse, __MetadataBearer {}
|
|
12
10
|
declare const SetIdentityMailFromDomainCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: SetIdentityMailFromDomainCommandInput
|
|
12
|
+
input: SetIdentityMailFromDomainCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
SetIdentityMailFromDomainCommandInput,
|
|
17
15
|
SetIdentityMailFromDomainCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const SetIdentityMailFromDomainCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: SetIdentityMailFromDomainCommandInput
|
|
21
|
+
input: SetIdentityMailFromDomainCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
SetIdentityMailFromDomainCommandInput,
|
|
26
24
|
SetIdentityMailFromDomainCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
SetIdentityNotificationTopicResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface SetIdentityNotificationTopicCommandInput
|
|
8
|
-
extends SetIdentityNotificationTopicRequest {}
|
|
7
|
+
export interface SetIdentityNotificationTopicCommandInput extends SetIdentityNotificationTopicRequest {}
|
|
9
8
|
export interface SetIdentityNotificationTopicCommandOutput
|
|
10
|
-
extends SetIdentityNotificationTopicResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends SetIdentityNotificationTopicResponse, __MetadataBearer {}
|
|
12
10
|
declare const SetIdentityNotificationTopicCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: SetIdentityNotificationTopicCommandInput
|
|
12
|
+
input: SetIdentityNotificationTopicCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
SetIdentityNotificationTopicCommandInput,
|
|
17
15
|
SetIdentityNotificationTopicCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const SetIdentityNotificationTopicCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: SetIdentityNotificationTopicCommandInput
|
|
21
|
+
input: SetIdentityNotificationTopicCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
SetIdentityNotificationTopicCommandInput,
|
|
26
24
|
SetIdentityNotificationTopicCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
SetReceiptRulePositionRequest,
|
|
4
|
-
SetReceiptRulePositionResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { SetReceiptRulePositionRequest, SetReceiptRulePositionResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface SetReceiptRulePositionCommandInput
|
|
8
|
-
extends SetReceiptRulePositionRequest {}
|
|
4
|
+
export interface SetReceiptRulePositionCommandInput extends SetReceiptRulePositionRequest {}
|
|
9
5
|
export interface SetReceiptRulePositionCommandOutput
|
|
10
|
-
extends SetReceiptRulePositionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends SetReceiptRulePositionResponse, __MetadataBearer {}
|
|
12
7
|
declare const SetReceiptRulePositionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: SetReceiptRulePositionCommandInput
|
|
9
|
+
input: SetReceiptRulePositionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
SetReceiptRulePositionCommandInput,
|
|
17
12
|
SetReceiptRulePositionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const SetReceiptRulePositionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: SetReceiptRulePositionCommandInput
|
|
18
|
+
input: SetReceiptRulePositionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
SetReceiptRulePositionCommandInput,
|
|
26
21
|
SetReceiptRulePositionCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
TestRenderTemplateRequest,
|
|
4
|
-
TestRenderTemplateResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { TestRenderTemplateRequest, TestRenderTemplateResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface TestRenderTemplateCommandInput
|
|
8
|
-
extends TestRenderTemplateRequest {}
|
|
4
|
+
export interface TestRenderTemplateCommandInput extends TestRenderTemplateRequest {}
|
|
9
5
|
export interface TestRenderTemplateCommandOutput
|
|
10
|
-
extends TestRenderTemplateResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends TestRenderTemplateResponse, __MetadataBearer {}
|
|
12
7
|
declare const TestRenderTemplateCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: TestRenderTemplateCommandInput
|
|
9
|
+
input: TestRenderTemplateCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
TestRenderTemplateCommandInput,
|
|
17
12
|
TestRenderTemplateCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const TestRenderTemplateCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: TestRenderTemplateCommandInput
|
|
18
|
+
input: TestRenderTemplateCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
TestRenderTemplateCommandInput,
|
|
26
21
|
TestRenderTemplateCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { UpdateAccountSendingEnabledRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface UpdateAccountSendingEnabledCommandInput
|
|
5
|
-
|
|
6
|
-
export interface UpdateAccountSendingEnabledCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface UpdateAccountSendingEnabledCommandInput extends UpdateAccountSendingEnabledRequest {}
|
|
5
|
+
export interface UpdateAccountSendingEnabledCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const UpdateAccountSendingEnabledCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateAccountSendingEnabledCommandInput
|
|
8
|
+
input: UpdateAccountSendingEnabledCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateAccountSendingEnabledCommandInput,
|
|
13
11
|
UpdateAccountSendingEnabledCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateConfigurationSetEventDestinationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateConfigurationSetEventDestinationCommandInput
|
|
8
|
-
extends UpdateConfigurationSetEventDestinationRequest {}
|
|
7
|
+
export interface UpdateConfigurationSetEventDestinationCommandInput extends UpdateConfigurationSetEventDestinationRequest {}
|
|
9
8
|
export interface UpdateConfigurationSetEventDestinationCommandOutput
|
|
10
|
-
extends UpdateConfigurationSetEventDestinationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateConfigurationSetEventDestinationResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateConfigurationSetEventDestinationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateConfigurationSetEventDestinationCommandInput
|
|
12
|
+
input: UpdateConfigurationSetEventDestinationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateConfigurationSetEventDestinationCommandInput,
|
|
17
15
|
UpdateConfigurationSetEventDestinationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateConfigurationSetEventDestinationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateConfigurationSetEventDestinationCommandInput
|
|
21
|
+
input: UpdateConfigurationSetEventDestinationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateConfigurationSetEventDestinationCommandInput,
|
|
26
24
|
UpdateConfigurationSetEventDestinationCommandOutput,
|
package/dist-types/ts3.4/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { UpdateConfigurationSetReputationMetricsEnabledRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface UpdateConfigurationSetReputationMetricsEnabledCommandInput
|
|
5
|
-
|
|
6
|
-
export interface UpdateConfigurationSetReputationMetricsEnabledCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface UpdateConfigurationSetReputationMetricsEnabledCommandInput extends UpdateConfigurationSetReputationMetricsEnabledRequest {}
|
|
5
|
+
export interface UpdateConfigurationSetReputationMetricsEnabledCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const UpdateConfigurationSetReputationMetricsEnabledCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateConfigurationSetReputationMetricsEnabledCommandInput
|
|
8
|
+
input: UpdateConfigurationSetReputationMetricsEnabledCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateConfigurationSetReputationMetricsEnabledCommandInput,
|
|
13
11
|
UpdateConfigurationSetReputationMetricsEnabledCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdateConfigurationSetReputationMetricsEnabledCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdateConfigurationSetReputationMetricsEnabledCommandInput
|
|
17
|
+
input: UpdateConfigurationSetReputationMetricsEnabledCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdateConfigurationSetReputationMetricsEnabledCommandInput,
|
|
22
20
|
UpdateConfigurationSetReputationMetricsEnabledCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { UpdateConfigurationSetSendingEnabledRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface UpdateConfigurationSetSendingEnabledCommandInput
|
|
5
|
-
|
|
6
|
-
export interface UpdateConfigurationSetSendingEnabledCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface UpdateConfigurationSetSendingEnabledCommandInput extends UpdateConfigurationSetSendingEnabledRequest {}
|
|
5
|
+
export interface UpdateConfigurationSetSendingEnabledCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const UpdateConfigurationSetSendingEnabledCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateConfigurationSetSendingEnabledCommandInput
|
|
8
|
+
input: UpdateConfigurationSetSendingEnabledCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateConfigurationSetSendingEnabledCommandInput,
|
|
13
11
|
UpdateConfigurationSetSendingEnabledCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdateConfigurationSetSendingEnabledCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdateConfigurationSetSendingEnabledCommandInput
|
|
17
|
+
input: UpdateConfigurationSetSendingEnabledCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdateConfigurationSetSendingEnabledCommandInput,
|
|
22
20
|
UpdateConfigurationSetSendingEnabledCommandOutput,
|