@aws-sdk/client-ses 3.50.0 → 3.53.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.
Files changed (103) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/SESServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +477 -4
  5. package/dist-cjs/protocols/Aws_query.js +494 -1516
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/SESServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +439 -1
  9. package/dist-es/protocols/Aws_query.js +1037 -1502
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/SESServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +240 -137
  13. package/dist-types/ts3.4/SES.d.ts +360 -0
  14. package/dist-types/ts3.4/SESClient.d.ts +144 -0
  15. package/dist-types/ts3.4/commands/CloneReceiptRuleSetCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/CreateReceiptFilterCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/CreateReceiptRuleCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/CreateReceiptRuleSetCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/DeleteIdentityCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/DeleteIdentityPolicyCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/DeleteReceiptFilterCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/DeleteReceiptRuleCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/DeleteReceiptRuleSetCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/DeleteVerifiedEmailAddressCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/DescribeActiveReceiptRuleSetCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/DescribeConfigurationSetCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/DescribeReceiptRuleCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/DescribeReceiptRuleSetCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/GetAccountSendingEnabledCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/GetIdentityDkimAttributesCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/GetIdentityNotificationAttributesCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/GetIdentityPoliciesCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/GetIdentityVerificationAttributesCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/GetSendQuotaCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/GetSendStatisticsCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/ListIdentityPoliciesCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/ListReceiptFiltersCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/ListReceiptRuleSetsCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/ListVerifiedEmailAddressesCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/PutIdentityPolicyCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/ReorderReceiptRuleSetCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/SendBounceCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/SendBulkTemplatedEmailCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/SendRawEmailCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/SendTemplatedEmailCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/SetActiveReceiptRuleSetCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/SetIdentityDkimEnabledCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/SetIdentityMailFromDomainCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/SetIdentityNotificationTopicCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/SetReceiptRulePositionCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/TestRenderTemplateCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/UpdateAccountSendingEnabledCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/UpdateReceiptRuleCommand.d.ts +17 -0
  81. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +17 -0
  82. package/dist-types/ts3.4/commands/VerifyDomainDkimCommand.d.ts +17 -0
  83. package/dist-types/ts3.4/commands/VerifyDomainIdentityCommand.d.ts +17 -0
  84. package/dist-types/ts3.4/commands/VerifyEmailAddressCommand.d.ts +17 -0
  85. package/dist-types/ts3.4/commands/VerifyEmailIdentityCommand.d.ts +17 -0
  86. package/dist-types/ts3.4/commands/index.d.ts +71 -0
  87. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  88. package/dist-types/ts3.4/index.d.ts +7 -0
  89. package/dist-types/ts3.4/models/SESServiceException.d.ts +6 -0
  90. package/dist-types/ts3.4/models/index.d.ts +1 -0
  91. package/dist-types/ts3.4/models/models_0.d.ts +2220 -0
  92. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  93. package/dist-types/ts3.4/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +4 -0
  94. package/dist-types/ts3.4/pagination/ListIdentitiesPaginator.d.ts +4 -0
  95. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  96. package/dist-types/ts3.4/protocols/Aws_query.d.ts +215 -0
  97. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  98. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  99. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  100. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  101. package/dist-types/ts3.4/waiters/index.d.ts +1 -0
  102. package/dist-types/ts3.4/waiters/waitForIdentityExists.d.ts +7 -0
  103. package/package.json +34 -34
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListCustomVerificationEmailTemplatesRequest, ListCustomVerificationEmailTemplatesResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
+ export interface ListCustomVerificationEmailTemplatesCommandInput extends ListCustomVerificationEmailTemplatesRequest {
6
+ }
7
+ export interface ListCustomVerificationEmailTemplatesCommandOutput extends ListCustomVerificationEmailTemplatesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListCustomVerificationEmailTemplatesCommand extends $Command<ListCustomVerificationEmailTemplatesCommandInput, ListCustomVerificationEmailTemplatesCommandOutput, SESClientResolvedConfig> {
11
+ readonly input: ListCustomVerificationEmailTemplatesCommandInput;
12
+ constructor(input: ListCustomVerificationEmailTemplatesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCustomVerificationEmailTemplatesCommandInput, ListCustomVerificationEmailTemplatesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListIdentitiesRequest, ListIdentitiesResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
+ export interface ListIdentitiesCommandInput extends ListIdentitiesRequest {
6
+ }
7
+ export interface ListIdentitiesCommandOutput extends ListIdentitiesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListIdentitiesCommand extends $Command<ListIdentitiesCommandInput, ListIdentitiesCommandOutput, SESClientResolvedConfig> {
11
+ readonly input: ListIdentitiesCommandInput;
12
+ constructor(input: ListIdentitiesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListIdentitiesCommandInput, ListIdentitiesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListIdentityPoliciesRequest, ListIdentityPoliciesResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
+ export interface ListIdentityPoliciesCommandInput extends ListIdentityPoliciesRequest {
6
+ }
7
+ export interface ListIdentityPoliciesCommandOutput extends ListIdentityPoliciesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListIdentityPoliciesCommand extends $Command<ListIdentityPoliciesCommandInput, ListIdentityPoliciesCommandOutput, SESClientResolvedConfig> {
11
+ readonly input: ListIdentityPoliciesCommandInput;
12
+ constructor(input: ListIdentityPoliciesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListIdentityPoliciesCommandInput, ListIdentityPoliciesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListReceiptFiltersRequest, ListReceiptFiltersResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
+ export interface ListReceiptFiltersCommandInput extends ListReceiptFiltersRequest {
6
+ }
7
+ export interface ListReceiptFiltersCommandOutput extends ListReceiptFiltersResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListReceiptFiltersCommand extends $Command<ListReceiptFiltersCommandInput, ListReceiptFiltersCommandOutput, SESClientResolvedConfig> {
11
+ readonly input: ListReceiptFiltersCommandInput;
12
+ constructor(input: ListReceiptFiltersCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReceiptFiltersCommandInput, ListReceiptFiltersCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListReceiptRuleSetsRequest, ListReceiptRuleSetsResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
+ export interface ListReceiptRuleSetsCommandInput extends ListReceiptRuleSetsRequest {
6
+ }
7
+ export interface ListReceiptRuleSetsCommandOutput extends ListReceiptRuleSetsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListReceiptRuleSetsCommand extends $Command<ListReceiptRuleSetsCommandInput, ListReceiptRuleSetsCommandOutput, SESClientResolvedConfig> {
11
+ readonly input: ListReceiptRuleSetsCommandInput;
12
+ constructor(input: ListReceiptRuleSetsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReceiptRuleSetsCommandInput, ListReceiptRuleSetsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListTemplatesRequest, ListTemplatesResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
+ export interface ListTemplatesCommandInput extends ListTemplatesRequest {
6
+ }
7
+ export interface ListTemplatesCommandOutput extends ListTemplatesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListTemplatesCommand extends $Command<ListTemplatesCommandInput, ListTemplatesCommandOutput, SESClientResolvedConfig> {
11
+ readonly input: ListTemplatesCommandInput;
12
+ constructor(input: ListTemplatesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTemplatesCommandInput, ListTemplatesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListVerifiedEmailAddressesResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
+ export interface ListVerifiedEmailAddressesCommandInput {
6
+ }
7
+ export interface ListVerifiedEmailAddressesCommandOutput extends ListVerifiedEmailAddressesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListVerifiedEmailAddressesCommand extends $Command<ListVerifiedEmailAddressesCommandInput, ListVerifiedEmailAddressesCommandOutput, SESClientResolvedConfig> {
11
+ readonly input: ListVerifiedEmailAddressesCommandInput;
12
+ constructor(input: ListVerifiedEmailAddressesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListVerifiedEmailAddressesCommandInput, ListVerifiedEmailAddressesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { PutConfigurationSetDeliveryOptionsRequest, PutConfigurationSetDeliveryOptionsResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
+ export interface PutConfigurationSetDeliveryOptionsCommandInput extends PutConfigurationSetDeliveryOptionsRequest {
6
+ }
7
+ export interface PutConfigurationSetDeliveryOptionsCommandOutput extends PutConfigurationSetDeliveryOptionsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class PutConfigurationSetDeliveryOptionsCommand extends $Command<PutConfigurationSetDeliveryOptionsCommandInput, PutConfigurationSetDeliveryOptionsCommandOutput, SESClientResolvedConfig> {
11
+ readonly input: PutConfigurationSetDeliveryOptionsCommandInput;
12
+ constructor(input: PutConfigurationSetDeliveryOptionsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutConfigurationSetDeliveryOptionsCommandInput, PutConfigurationSetDeliveryOptionsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { PutIdentityPolicyRequest, PutIdentityPolicyResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
+ export interface PutIdentityPolicyCommandInput extends PutIdentityPolicyRequest {
6
+ }
7
+ export interface PutIdentityPolicyCommandOutput extends PutIdentityPolicyResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class PutIdentityPolicyCommand extends $Command<PutIdentityPolicyCommandInput, PutIdentityPolicyCommandOutput, SESClientResolvedConfig> {
11
+ readonly input: PutIdentityPolicyCommandInput;
12
+ constructor(input: PutIdentityPolicyCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutIdentityPolicyCommandInput, PutIdentityPolicyCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ReorderReceiptRuleSetRequest, ReorderReceiptRuleSetResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
+ export interface ReorderReceiptRuleSetCommandInput extends ReorderReceiptRuleSetRequest {
6
+ }
7
+ export interface ReorderReceiptRuleSetCommandOutput extends ReorderReceiptRuleSetResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ReorderReceiptRuleSetCommand extends $Command<ReorderReceiptRuleSetCommandInput, ReorderReceiptRuleSetCommandOutput, SESClientResolvedConfig> {
11
+ readonly input: ReorderReceiptRuleSetCommandInput;
12
+ constructor(input: ReorderReceiptRuleSetCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ReorderReceiptRuleSetCommandInput, ReorderReceiptRuleSetCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { SendBounceRequest, SendBounceResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
+ export interface SendBounceCommandInput extends SendBounceRequest {
6
+ }
7
+ export interface SendBounceCommandOutput extends SendBounceResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class SendBounceCommand extends $Command<SendBounceCommandInput, SendBounceCommandOutput, SESClientResolvedConfig> {
11
+ readonly input: SendBounceCommandInput;
12
+ constructor(input: SendBounceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SendBounceCommandInput, SendBounceCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { SendBulkTemplatedEmailRequest, SendBulkTemplatedEmailResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
+ export interface SendBulkTemplatedEmailCommandInput extends SendBulkTemplatedEmailRequest {
6
+ }
7
+ export interface SendBulkTemplatedEmailCommandOutput extends SendBulkTemplatedEmailResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class SendBulkTemplatedEmailCommand extends $Command<SendBulkTemplatedEmailCommandInput, SendBulkTemplatedEmailCommandOutput, SESClientResolvedConfig> {
11
+ readonly input: SendBulkTemplatedEmailCommandInput;
12
+ constructor(input: SendBulkTemplatedEmailCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SendBulkTemplatedEmailCommandInput, SendBulkTemplatedEmailCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { SendCustomVerificationEmailRequest, SendCustomVerificationEmailResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
+ export interface SendCustomVerificationEmailCommandInput extends SendCustomVerificationEmailRequest {
6
+ }
7
+ export interface SendCustomVerificationEmailCommandOutput extends SendCustomVerificationEmailResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class SendCustomVerificationEmailCommand extends $Command<SendCustomVerificationEmailCommandInput, SendCustomVerificationEmailCommandOutput, SESClientResolvedConfig> {
11
+ readonly input: SendCustomVerificationEmailCommandInput;
12
+ constructor(input: SendCustomVerificationEmailCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SendCustomVerificationEmailCommandInput, SendCustomVerificationEmailCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { SendEmailRequest, SendEmailResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
+ export interface SendEmailCommandInput extends SendEmailRequest {
6
+ }
7
+ export interface SendEmailCommandOutput extends SendEmailResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class SendEmailCommand extends $Command<SendEmailCommandInput, SendEmailCommandOutput, SESClientResolvedConfig> {
11
+ readonly input: SendEmailCommandInput;
12
+ constructor(input: SendEmailCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SendEmailCommandInput, SendEmailCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { SendRawEmailRequest, SendRawEmailResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
+ export interface SendRawEmailCommandInput extends SendRawEmailRequest {
6
+ }
7
+ export interface SendRawEmailCommandOutput extends SendRawEmailResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class SendRawEmailCommand extends $Command<SendRawEmailCommandInput, SendRawEmailCommandOutput, SESClientResolvedConfig> {
11
+ readonly input: SendRawEmailCommandInput;
12
+ constructor(input: SendRawEmailCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SendRawEmailCommandInput, SendRawEmailCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { SendTemplatedEmailRequest, SendTemplatedEmailResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
+ export interface SendTemplatedEmailCommandInput extends SendTemplatedEmailRequest {
6
+ }
7
+ export interface SendTemplatedEmailCommandOutput extends SendTemplatedEmailResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class SendTemplatedEmailCommand extends $Command<SendTemplatedEmailCommandInput, SendTemplatedEmailCommandOutput, SESClientResolvedConfig> {
11
+ readonly input: SendTemplatedEmailCommandInput;
12
+ constructor(input: SendTemplatedEmailCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SendTemplatedEmailCommandInput, SendTemplatedEmailCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { SetActiveReceiptRuleSetRequest, SetActiveReceiptRuleSetResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
+ export interface SetActiveReceiptRuleSetCommandInput extends SetActiveReceiptRuleSetRequest {
6
+ }
7
+ export interface SetActiveReceiptRuleSetCommandOutput extends SetActiveReceiptRuleSetResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class SetActiveReceiptRuleSetCommand extends $Command<SetActiveReceiptRuleSetCommandInput, SetActiveReceiptRuleSetCommandOutput, SESClientResolvedConfig> {
11
+ readonly input: SetActiveReceiptRuleSetCommandInput;
12
+ constructor(input: SetActiveReceiptRuleSetCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetActiveReceiptRuleSetCommandInput, SetActiveReceiptRuleSetCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { SetIdentityDkimEnabledRequest, SetIdentityDkimEnabledResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
+ export interface SetIdentityDkimEnabledCommandInput extends SetIdentityDkimEnabledRequest {
6
+ }
7
+ export interface SetIdentityDkimEnabledCommandOutput extends SetIdentityDkimEnabledResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class SetIdentityDkimEnabledCommand extends $Command<SetIdentityDkimEnabledCommandInput, SetIdentityDkimEnabledCommandOutput, SESClientResolvedConfig> {
11
+ readonly input: SetIdentityDkimEnabledCommandInput;
12
+ constructor(input: SetIdentityDkimEnabledCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetIdentityDkimEnabledCommandInput, SetIdentityDkimEnabledCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { SetIdentityFeedbackForwardingEnabledRequest, SetIdentityFeedbackForwardingEnabledResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
+ export interface SetIdentityFeedbackForwardingEnabledCommandInput extends SetIdentityFeedbackForwardingEnabledRequest {
6
+ }
7
+ export interface SetIdentityFeedbackForwardingEnabledCommandOutput extends SetIdentityFeedbackForwardingEnabledResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class SetIdentityFeedbackForwardingEnabledCommand extends $Command<SetIdentityFeedbackForwardingEnabledCommandInput, SetIdentityFeedbackForwardingEnabledCommandOutput, SESClientResolvedConfig> {
11
+ readonly input: SetIdentityFeedbackForwardingEnabledCommandInput;
12
+ constructor(input: SetIdentityFeedbackForwardingEnabledCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetIdentityFeedbackForwardingEnabledCommandInput, SetIdentityFeedbackForwardingEnabledCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { SetIdentityHeadersInNotificationsEnabledRequest, SetIdentityHeadersInNotificationsEnabledResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
+ export interface SetIdentityHeadersInNotificationsEnabledCommandInput extends SetIdentityHeadersInNotificationsEnabledRequest {
6
+ }
7
+ export interface SetIdentityHeadersInNotificationsEnabledCommandOutput extends SetIdentityHeadersInNotificationsEnabledResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class SetIdentityHeadersInNotificationsEnabledCommand extends $Command<SetIdentityHeadersInNotificationsEnabledCommandInput, SetIdentityHeadersInNotificationsEnabledCommandOutput, SESClientResolvedConfig> {
11
+ readonly input: SetIdentityHeadersInNotificationsEnabledCommandInput;
12
+ constructor(input: SetIdentityHeadersInNotificationsEnabledCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetIdentityHeadersInNotificationsEnabledCommandInput, SetIdentityHeadersInNotificationsEnabledCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { SetIdentityMailFromDomainRequest, SetIdentityMailFromDomainResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
+ export interface SetIdentityMailFromDomainCommandInput extends SetIdentityMailFromDomainRequest {
6
+ }
7
+ export interface SetIdentityMailFromDomainCommandOutput extends SetIdentityMailFromDomainResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class SetIdentityMailFromDomainCommand extends $Command<SetIdentityMailFromDomainCommandInput, SetIdentityMailFromDomainCommandOutput, SESClientResolvedConfig> {
11
+ readonly input: SetIdentityMailFromDomainCommandInput;
12
+ constructor(input: SetIdentityMailFromDomainCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetIdentityMailFromDomainCommandInput, SetIdentityMailFromDomainCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { SetIdentityNotificationTopicRequest, SetIdentityNotificationTopicResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
+ export interface SetIdentityNotificationTopicCommandInput extends SetIdentityNotificationTopicRequest {
6
+ }
7
+ export interface SetIdentityNotificationTopicCommandOutput extends SetIdentityNotificationTopicResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class SetIdentityNotificationTopicCommand extends $Command<SetIdentityNotificationTopicCommandInput, SetIdentityNotificationTopicCommandOutput, SESClientResolvedConfig> {
11
+ readonly input: SetIdentityNotificationTopicCommandInput;
12
+ constructor(input: SetIdentityNotificationTopicCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetIdentityNotificationTopicCommandInput, SetIdentityNotificationTopicCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { SetReceiptRulePositionRequest, SetReceiptRulePositionResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
+ export interface SetReceiptRulePositionCommandInput extends SetReceiptRulePositionRequest {
6
+ }
7
+ export interface SetReceiptRulePositionCommandOutput extends SetReceiptRulePositionResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class SetReceiptRulePositionCommand extends $Command<SetReceiptRulePositionCommandInput, SetReceiptRulePositionCommandOutput, SESClientResolvedConfig> {
11
+ readonly input: SetReceiptRulePositionCommandInput;
12
+ constructor(input: SetReceiptRulePositionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetReceiptRulePositionCommandInput, SetReceiptRulePositionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { TestRenderTemplateRequest, TestRenderTemplateResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
+ export interface TestRenderTemplateCommandInput extends TestRenderTemplateRequest {
6
+ }
7
+ export interface TestRenderTemplateCommandOutput extends TestRenderTemplateResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class TestRenderTemplateCommand extends $Command<TestRenderTemplateCommandInput, TestRenderTemplateCommandOutput, SESClientResolvedConfig> {
11
+ readonly input: TestRenderTemplateCommandInput;
12
+ constructor(input: TestRenderTemplateCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TestRenderTemplateCommandInput, TestRenderTemplateCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { UpdateAccountSendingEnabledRequest } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
+ export interface UpdateAccountSendingEnabledCommandInput extends UpdateAccountSendingEnabledRequest {
6
+ }
7
+ export interface UpdateAccountSendingEnabledCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateAccountSendingEnabledCommand extends $Command<UpdateAccountSendingEnabledCommandInput, UpdateAccountSendingEnabledCommandOutput, SESClientResolvedConfig> {
11
+ readonly input: UpdateAccountSendingEnabledCommandInput;
12
+ constructor(input: UpdateAccountSendingEnabledCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAccountSendingEnabledCommandInput, UpdateAccountSendingEnabledCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { UpdateConfigurationSetEventDestinationRequest, UpdateConfigurationSetEventDestinationResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
+ export interface UpdateConfigurationSetEventDestinationCommandInput extends UpdateConfigurationSetEventDestinationRequest {
6
+ }
7
+ export interface UpdateConfigurationSetEventDestinationCommandOutput extends UpdateConfigurationSetEventDestinationResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateConfigurationSetEventDestinationCommand extends $Command<UpdateConfigurationSetEventDestinationCommandInput, UpdateConfigurationSetEventDestinationCommandOutput, SESClientResolvedConfig> {
11
+ readonly input: UpdateConfigurationSetEventDestinationCommandInput;
12
+ constructor(input: UpdateConfigurationSetEventDestinationCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateConfigurationSetEventDestinationCommandInput, UpdateConfigurationSetEventDestinationCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { UpdateConfigurationSetReputationMetricsEnabledRequest } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
+ export interface UpdateConfigurationSetReputationMetricsEnabledCommandInput extends UpdateConfigurationSetReputationMetricsEnabledRequest {
6
+ }
7
+ export interface UpdateConfigurationSetReputationMetricsEnabledCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateConfigurationSetReputationMetricsEnabledCommand extends $Command<UpdateConfigurationSetReputationMetricsEnabledCommandInput, UpdateConfigurationSetReputationMetricsEnabledCommandOutput, SESClientResolvedConfig> {
11
+ readonly input: UpdateConfigurationSetReputationMetricsEnabledCommandInput;
12
+ constructor(input: UpdateConfigurationSetReputationMetricsEnabledCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateConfigurationSetReputationMetricsEnabledCommandInput, UpdateConfigurationSetReputationMetricsEnabledCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { UpdateConfigurationSetSendingEnabledRequest } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
+ export interface UpdateConfigurationSetSendingEnabledCommandInput extends UpdateConfigurationSetSendingEnabledRequest {
6
+ }
7
+ export interface UpdateConfigurationSetSendingEnabledCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateConfigurationSetSendingEnabledCommand extends $Command<UpdateConfigurationSetSendingEnabledCommandInput, UpdateConfigurationSetSendingEnabledCommandOutput, SESClientResolvedConfig> {
11
+ readonly input: UpdateConfigurationSetSendingEnabledCommandInput;
12
+ constructor(input: UpdateConfigurationSetSendingEnabledCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateConfigurationSetSendingEnabledCommandInput, UpdateConfigurationSetSendingEnabledCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { UpdateConfigurationSetTrackingOptionsRequest, UpdateConfigurationSetTrackingOptionsResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
+ export interface UpdateConfigurationSetTrackingOptionsCommandInput extends UpdateConfigurationSetTrackingOptionsRequest {
6
+ }
7
+ export interface UpdateConfigurationSetTrackingOptionsCommandOutput extends UpdateConfigurationSetTrackingOptionsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateConfigurationSetTrackingOptionsCommand extends $Command<UpdateConfigurationSetTrackingOptionsCommandInput, UpdateConfigurationSetTrackingOptionsCommandOutput, SESClientResolvedConfig> {
11
+ readonly input: UpdateConfigurationSetTrackingOptionsCommandInput;
12
+ constructor(input: UpdateConfigurationSetTrackingOptionsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateConfigurationSetTrackingOptionsCommandInput, UpdateConfigurationSetTrackingOptionsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { UpdateCustomVerificationEmailTemplateRequest } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
+ export interface UpdateCustomVerificationEmailTemplateCommandInput extends UpdateCustomVerificationEmailTemplateRequest {
6
+ }
7
+ export interface UpdateCustomVerificationEmailTemplateCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateCustomVerificationEmailTemplateCommand extends $Command<UpdateCustomVerificationEmailTemplateCommandInput, UpdateCustomVerificationEmailTemplateCommandOutput, SESClientResolvedConfig> {
11
+ readonly input: UpdateCustomVerificationEmailTemplateCommandInput;
12
+ constructor(input: UpdateCustomVerificationEmailTemplateCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCustomVerificationEmailTemplateCommandInput, UpdateCustomVerificationEmailTemplateCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { UpdateReceiptRuleRequest, UpdateReceiptRuleResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
+ export interface UpdateReceiptRuleCommandInput extends UpdateReceiptRuleRequest {
6
+ }
7
+ export interface UpdateReceiptRuleCommandOutput extends UpdateReceiptRuleResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateReceiptRuleCommand extends $Command<UpdateReceiptRuleCommandInput, UpdateReceiptRuleCommandOutput, SESClientResolvedConfig> {
11
+ readonly input: UpdateReceiptRuleCommandInput;
12
+ constructor(input: UpdateReceiptRuleCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateReceiptRuleCommandInput, UpdateReceiptRuleCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { UpdateTemplateRequest, UpdateTemplateResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
+ export interface UpdateTemplateCommandInput extends UpdateTemplateRequest {
6
+ }
7
+ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateTemplateCommand extends $Command<UpdateTemplateCommandInput, UpdateTemplateCommandOutput, SESClientResolvedConfig> {
11
+ readonly input: UpdateTemplateCommandInput;
12
+ constructor(input: UpdateTemplateCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTemplateCommandInput, UpdateTemplateCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }