@aws-sdk/client-ses 3.169.0 → 3.170.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 (92) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/SES.d.ts +1396 -360
  3. package/dist-types/ts3.4/SESClient.d.ts +554 -144
  4. package/dist-types/ts3.4/commands/CloneReceiptRuleSetCommand.d.ts +38 -17
  5. package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/CreateReceiptFilterCommand.d.ts +38 -17
  10. package/dist-types/ts3.4/commands/CreateReceiptRuleCommand.d.ts +38 -17
  11. package/dist-types/ts3.4/commands/CreateReceiptRuleSetCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/DeleteIdentityCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/DeleteIdentityPolicyCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DeleteReceiptFilterCommand.d.ts +38 -17
  20. package/dist-types/ts3.4/commands/DeleteReceiptRuleCommand.d.ts +38 -17
  21. package/dist-types/ts3.4/commands/DeleteReceiptRuleSetCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/DeleteVerifiedEmailAddressCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/DescribeActiveReceiptRuleSetCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DescribeConfigurationSetCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DescribeReceiptRuleCommand.d.ts +38 -17
  27. package/dist-types/ts3.4/commands/DescribeReceiptRuleSetCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/GetAccountSendingEnabledCommand.d.ts +37 -17
  29. package/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/GetIdentityDkimAttributesCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/GetIdentityNotificationAttributesCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/GetIdentityPoliciesCommand.d.ts +38 -17
  34. package/dist-types/ts3.4/commands/GetIdentityVerificationAttributesCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/GetSendQuotaCommand.d.ts +34 -17
  36. package/dist-types/ts3.4/commands/GetSendStatisticsCommand.d.ts +34 -17
  37. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/ListIdentityPoliciesCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/ListReceiptFiltersCommand.d.ts +38 -17
  43. package/dist-types/ts3.4/commands/ListReceiptRuleSetsCommand.d.ts +38 -17
  44. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +37 -17
  45. package/dist-types/ts3.4/commands/ListVerifiedEmailAddressesCommand.d.ts +37 -17
  46. package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/PutIdentityPolicyCommand.d.ts +38 -17
  48. package/dist-types/ts3.4/commands/ReorderReceiptRuleSetCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/SendBounceCommand.d.ts +34 -17
  50. package/dist-types/ts3.4/commands/SendBulkTemplatedEmailCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +34 -17
  53. package/dist-types/ts3.4/commands/SendRawEmailCommand.d.ts +34 -17
  54. package/dist-types/ts3.4/commands/SendTemplatedEmailCommand.d.ts +38 -17
  55. package/dist-types/ts3.4/commands/SetActiveReceiptRuleSetCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/SetIdentityDkimEnabledCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +41 -17
  59. package/dist-types/ts3.4/commands/SetIdentityMailFromDomainCommand.d.ts +41 -17
  60. package/dist-types/ts3.4/commands/SetIdentityNotificationTopicCommand.d.ts +41 -17
  61. package/dist-types/ts3.4/commands/SetReceiptRulePositionCommand.d.ts +41 -17
  62. package/dist-types/ts3.4/commands/TestRenderTemplateCommand.d.ts +38 -17
  63. package/dist-types/ts3.4/commands/UpdateAccountSendingEnabledCommand.d.ts +37 -17
  64. package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +39 -17
  66. package/dist-types/ts3.4/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +37 -17
  67. package/dist-types/ts3.4/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +41 -17
  68. package/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +37 -17
  69. package/dist-types/ts3.4/commands/UpdateReceiptRuleCommand.d.ts +38 -17
  70. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +37 -17
  71. package/dist-types/ts3.4/commands/VerifyDomainDkimCommand.d.ts +37 -17
  72. package/dist-types/ts3.4/commands/VerifyDomainIdentityCommand.d.ts +41 -17
  73. package/dist-types/ts3.4/commands/VerifyEmailAddressCommand.d.ts +33 -17
  74. package/dist-types/ts3.4/commands/VerifyEmailIdentityCommand.d.ts +38 -17
  75. package/dist-types/ts3.4/commands/index.d.ts +71 -71
  76. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  77. package/dist-types/ts3.4/index.d.ts +7 -7
  78. package/dist-types/ts3.4/models/SESServiceException.d.ts +8 -6
  79. package/dist-types/ts3.4/models/index.d.ts +1 -1
  80. package/dist-types/ts3.4/models/models_0.d.ts +2151 -1868
  81. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  82. package/dist-types/ts3.4/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListIdentitiesPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/index.d.ts +3 -3
  85. package/dist-types/ts3.4/protocols/Aws_query.d.ts +857 -215
  86. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  87. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  88. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  89. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  90. package/dist-types/ts3.4/waiters/index.d.ts +1 -1
  91. package/dist-types/ts3.4/waiters/waitForIdentityExists.d.ts +13 -7
  92. package/package.json +35 -35
@@ -1,17 +1,38 @@
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 { DescribeReceiptRuleRequest, DescribeReceiptRuleResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
- export interface DescribeReceiptRuleCommandInput extends DescribeReceiptRuleRequest {
6
- }
7
- export interface DescribeReceiptRuleCommandOutput extends DescribeReceiptRuleResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeReceiptRuleCommand extends $Command<DescribeReceiptRuleCommandInput, DescribeReceiptRuleCommandOutput, SESClientResolvedConfig> {
11
- readonly input: DescribeReceiptRuleCommandInput;
12
- constructor(input: DescribeReceiptRuleCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReceiptRuleCommandInput, DescribeReceiptRuleCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DescribeReceiptRuleRequest,
10
+ DescribeReceiptRuleResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SESClientResolvedConfig,
16
+ } from "../SESClient";
17
+ export interface DescribeReceiptRuleCommandInput
18
+ extends DescribeReceiptRuleRequest {}
19
+ export interface DescribeReceiptRuleCommandOutput
20
+ extends DescribeReceiptRuleResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeReceiptRuleCommand extends $Command<
24
+ DescribeReceiptRuleCommandInput,
25
+ DescribeReceiptRuleCommandOutput,
26
+ SESClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeReceiptRuleCommandInput;
29
+ constructor(input: DescribeReceiptRuleCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SESClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DescribeReceiptRuleCommandInput, DescribeReceiptRuleCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,41 @@
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 { DescribeReceiptRuleSetRequest, DescribeReceiptRuleSetResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
- export interface DescribeReceiptRuleSetCommandInput extends DescribeReceiptRuleSetRequest {
6
- }
7
- export interface DescribeReceiptRuleSetCommandOutput extends DescribeReceiptRuleSetResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeReceiptRuleSetCommand extends $Command<DescribeReceiptRuleSetCommandInput, DescribeReceiptRuleSetCommandOutput, SESClientResolvedConfig> {
11
- readonly input: DescribeReceiptRuleSetCommandInput;
12
- constructor(input: DescribeReceiptRuleSetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReceiptRuleSetCommandInput, DescribeReceiptRuleSetCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DescribeReceiptRuleSetRequest,
10
+ DescribeReceiptRuleSetResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SESClientResolvedConfig,
16
+ } from "../SESClient";
17
+ export interface DescribeReceiptRuleSetCommandInput
18
+ extends DescribeReceiptRuleSetRequest {}
19
+ export interface DescribeReceiptRuleSetCommandOutput
20
+ extends DescribeReceiptRuleSetResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeReceiptRuleSetCommand extends $Command<
24
+ DescribeReceiptRuleSetCommandInput,
25
+ DescribeReceiptRuleSetCommandOutput,
26
+ SESClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeReceiptRuleSetCommandInput;
29
+ constructor(input: DescribeReceiptRuleSetCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SESClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeReceiptRuleSetCommandInput,
37
+ DescribeReceiptRuleSetCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
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 { GetAccountSendingEnabledResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
- export interface GetAccountSendingEnabledCommandInput {
6
- }
7
- export interface GetAccountSendingEnabledCommandOutput extends GetAccountSendingEnabledResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetAccountSendingEnabledCommand extends $Command<GetAccountSendingEnabledCommandInput, GetAccountSendingEnabledCommandOutput, SESClientResolvedConfig> {
11
- readonly input: GetAccountSendingEnabledCommandInput;
12
- constructor(input: GetAccountSendingEnabledCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAccountSendingEnabledCommandInput, GetAccountSendingEnabledCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { GetAccountSendingEnabledResponse } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ SESClientResolvedConfig,
13
+ } from "../SESClient";
14
+ export interface GetAccountSendingEnabledCommandInput {}
15
+ export interface GetAccountSendingEnabledCommandOutput
16
+ extends GetAccountSendingEnabledResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetAccountSendingEnabledCommand extends $Command<
20
+ GetAccountSendingEnabledCommandInput,
21
+ GetAccountSendingEnabledCommandOutput,
22
+ SESClientResolvedConfig
23
+ > {
24
+ readonly input: GetAccountSendingEnabledCommandInput;
25
+ constructor(input: GetAccountSendingEnabledCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: SESClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<
32
+ GetAccountSendingEnabledCommandInput,
33
+ GetAccountSendingEnabledCommandOutput
34
+ >;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
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 { GetCustomVerificationEmailTemplateRequest, GetCustomVerificationEmailTemplateResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
- export interface GetCustomVerificationEmailTemplateCommandInput extends GetCustomVerificationEmailTemplateRequest {
6
- }
7
- export interface GetCustomVerificationEmailTemplateCommandOutput extends GetCustomVerificationEmailTemplateResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetCustomVerificationEmailTemplateCommand extends $Command<GetCustomVerificationEmailTemplateCommandInput, GetCustomVerificationEmailTemplateCommandOutput, SESClientResolvedConfig> {
11
- readonly input: GetCustomVerificationEmailTemplateCommandInput;
12
- constructor(input: GetCustomVerificationEmailTemplateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCustomVerificationEmailTemplateCommandInput, GetCustomVerificationEmailTemplateCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GetCustomVerificationEmailTemplateRequest,
10
+ GetCustomVerificationEmailTemplateResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SESClientResolvedConfig,
16
+ } from "../SESClient";
17
+ export interface GetCustomVerificationEmailTemplateCommandInput
18
+ extends GetCustomVerificationEmailTemplateRequest {}
19
+ export interface GetCustomVerificationEmailTemplateCommandOutput
20
+ extends GetCustomVerificationEmailTemplateResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetCustomVerificationEmailTemplateCommand extends $Command<
24
+ GetCustomVerificationEmailTemplateCommandInput,
25
+ GetCustomVerificationEmailTemplateCommandOutput,
26
+ SESClientResolvedConfig
27
+ > {
28
+ readonly input: GetCustomVerificationEmailTemplateCommandInput;
29
+ constructor(input: GetCustomVerificationEmailTemplateCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SESClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetCustomVerificationEmailTemplateCommandInput,
37
+ GetCustomVerificationEmailTemplateCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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 { GetIdentityDkimAttributesRequest, GetIdentityDkimAttributesResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
- export interface GetIdentityDkimAttributesCommandInput extends GetIdentityDkimAttributesRequest {
6
- }
7
- export interface GetIdentityDkimAttributesCommandOutput extends GetIdentityDkimAttributesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetIdentityDkimAttributesCommand extends $Command<GetIdentityDkimAttributesCommandInput, GetIdentityDkimAttributesCommandOutput, SESClientResolvedConfig> {
11
- readonly input: GetIdentityDkimAttributesCommandInput;
12
- constructor(input: GetIdentityDkimAttributesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetIdentityDkimAttributesCommandInput, GetIdentityDkimAttributesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GetIdentityDkimAttributesRequest,
10
+ GetIdentityDkimAttributesResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SESClientResolvedConfig,
16
+ } from "../SESClient";
17
+ export interface GetIdentityDkimAttributesCommandInput
18
+ extends GetIdentityDkimAttributesRequest {}
19
+ export interface GetIdentityDkimAttributesCommandOutput
20
+ extends GetIdentityDkimAttributesResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetIdentityDkimAttributesCommand extends $Command<
24
+ GetIdentityDkimAttributesCommandInput,
25
+ GetIdentityDkimAttributesCommandOutput,
26
+ SESClientResolvedConfig
27
+ > {
28
+ readonly input: GetIdentityDkimAttributesCommandInput;
29
+ constructor(input: GetIdentityDkimAttributesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SESClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetIdentityDkimAttributesCommandInput,
37
+ GetIdentityDkimAttributesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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 { GetIdentityMailFromDomainAttributesRequest, GetIdentityMailFromDomainAttributesResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
- export interface GetIdentityMailFromDomainAttributesCommandInput extends GetIdentityMailFromDomainAttributesRequest {
6
- }
7
- export interface GetIdentityMailFromDomainAttributesCommandOutput extends GetIdentityMailFromDomainAttributesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetIdentityMailFromDomainAttributesCommand extends $Command<GetIdentityMailFromDomainAttributesCommandInput, GetIdentityMailFromDomainAttributesCommandOutput, SESClientResolvedConfig> {
11
- readonly input: GetIdentityMailFromDomainAttributesCommandInput;
12
- constructor(input: GetIdentityMailFromDomainAttributesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetIdentityMailFromDomainAttributesCommandInput, GetIdentityMailFromDomainAttributesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GetIdentityMailFromDomainAttributesRequest,
10
+ GetIdentityMailFromDomainAttributesResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SESClientResolvedConfig,
16
+ } from "../SESClient";
17
+ export interface GetIdentityMailFromDomainAttributesCommandInput
18
+ extends GetIdentityMailFromDomainAttributesRequest {}
19
+ export interface GetIdentityMailFromDomainAttributesCommandOutput
20
+ extends GetIdentityMailFromDomainAttributesResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetIdentityMailFromDomainAttributesCommand extends $Command<
24
+ GetIdentityMailFromDomainAttributesCommandInput,
25
+ GetIdentityMailFromDomainAttributesCommandOutput,
26
+ SESClientResolvedConfig
27
+ > {
28
+ readonly input: GetIdentityMailFromDomainAttributesCommandInput;
29
+ constructor(input: GetIdentityMailFromDomainAttributesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SESClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetIdentityMailFromDomainAttributesCommandInput,
37
+ GetIdentityMailFromDomainAttributesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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 { GetIdentityNotificationAttributesRequest, GetIdentityNotificationAttributesResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
- export interface GetIdentityNotificationAttributesCommandInput extends GetIdentityNotificationAttributesRequest {
6
- }
7
- export interface GetIdentityNotificationAttributesCommandOutput extends GetIdentityNotificationAttributesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetIdentityNotificationAttributesCommand extends $Command<GetIdentityNotificationAttributesCommandInput, GetIdentityNotificationAttributesCommandOutput, SESClientResolvedConfig> {
11
- readonly input: GetIdentityNotificationAttributesCommandInput;
12
- constructor(input: GetIdentityNotificationAttributesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetIdentityNotificationAttributesCommandInput, GetIdentityNotificationAttributesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GetIdentityNotificationAttributesRequest,
10
+ GetIdentityNotificationAttributesResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SESClientResolvedConfig,
16
+ } from "../SESClient";
17
+ export interface GetIdentityNotificationAttributesCommandInput
18
+ extends GetIdentityNotificationAttributesRequest {}
19
+ export interface GetIdentityNotificationAttributesCommandOutput
20
+ extends GetIdentityNotificationAttributesResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetIdentityNotificationAttributesCommand extends $Command<
24
+ GetIdentityNotificationAttributesCommandInput,
25
+ GetIdentityNotificationAttributesCommandOutput,
26
+ SESClientResolvedConfig
27
+ > {
28
+ readonly input: GetIdentityNotificationAttributesCommandInput;
29
+ constructor(input: GetIdentityNotificationAttributesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SESClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetIdentityNotificationAttributesCommandInput,
37
+ GetIdentityNotificationAttributesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
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 { GetIdentityPoliciesRequest, GetIdentityPoliciesResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
- export interface GetIdentityPoliciesCommandInput extends GetIdentityPoliciesRequest {
6
- }
7
- export interface GetIdentityPoliciesCommandOutput extends GetIdentityPoliciesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetIdentityPoliciesCommand extends $Command<GetIdentityPoliciesCommandInput, GetIdentityPoliciesCommandOutput, SESClientResolvedConfig> {
11
- readonly input: GetIdentityPoliciesCommandInput;
12
- constructor(input: GetIdentityPoliciesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetIdentityPoliciesCommandInput, GetIdentityPoliciesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GetIdentityPoliciesRequest,
10
+ GetIdentityPoliciesResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SESClientResolvedConfig,
16
+ } from "../SESClient";
17
+ export interface GetIdentityPoliciesCommandInput
18
+ extends GetIdentityPoliciesRequest {}
19
+ export interface GetIdentityPoliciesCommandOutput
20
+ extends GetIdentityPoliciesResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetIdentityPoliciesCommand extends $Command<
24
+ GetIdentityPoliciesCommandInput,
25
+ GetIdentityPoliciesCommandOutput,
26
+ SESClientResolvedConfig
27
+ > {
28
+ readonly input: GetIdentityPoliciesCommandInput;
29
+ constructor(input: GetIdentityPoliciesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SESClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<GetIdentityPoliciesCommandInput, GetIdentityPoliciesCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,41 @@
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 { GetIdentityVerificationAttributesRequest, GetIdentityVerificationAttributesResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
- export interface GetIdentityVerificationAttributesCommandInput extends GetIdentityVerificationAttributesRequest {
6
- }
7
- export interface GetIdentityVerificationAttributesCommandOutput extends GetIdentityVerificationAttributesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetIdentityVerificationAttributesCommand extends $Command<GetIdentityVerificationAttributesCommandInput, GetIdentityVerificationAttributesCommandOutput, SESClientResolvedConfig> {
11
- readonly input: GetIdentityVerificationAttributesCommandInput;
12
- constructor(input: GetIdentityVerificationAttributesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetIdentityVerificationAttributesCommandInput, GetIdentityVerificationAttributesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GetIdentityVerificationAttributesRequest,
10
+ GetIdentityVerificationAttributesResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SESClientResolvedConfig,
16
+ } from "../SESClient";
17
+ export interface GetIdentityVerificationAttributesCommandInput
18
+ extends GetIdentityVerificationAttributesRequest {}
19
+ export interface GetIdentityVerificationAttributesCommandOutput
20
+ extends GetIdentityVerificationAttributesResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetIdentityVerificationAttributesCommand extends $Command<
24
+ GetIdentityVerificationAttributesCommandInput,
25
+ GetIdentityVerificationAttributesCommandOutput,
26
+ SESClientResolvedConfig
27
+ > {
28
+ readonly input: GetIdentityVerificationAttributesCommandInput;
29
+ constructor(input: GetIdentityVerificationAttributesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: SESClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetIdentityVerificationAttributesCommandInput,
37
+ GetIdentityVerificationAttributesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,34 @@
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 { GetSendQuotaResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
- export interface GetSendQuotaCommandInput {
6
- }
7
- export interface GetSendQuotaCommandOutput extends GetSendQuotaResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetSendQuotaCommand extends $Command<GetSendQuotaCommandInput, GetSendQuotaCommandOutput, SESClientResolvedConfig> {
11
- readonly input: GetSendQuotaCommandInput;
12
- constructor(input: GetSendQuotaCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSendQuotaCommandInput, GetSendQuotaCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { GetSendQuotaResponse } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ SESClientResolvedConfig,
13
+ } from "../SESClient";
14
+ export interface GetSendQuotaCommandInput {}
15
+ export interface GetSendQuotaCommandOutput
16
+ extends GetSendQuotaResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetSendQuotaCommand extends $Command<
20
+ GetSendQuotaCommandInput,
21
+ GetSendQuotaCommandOutput,
22
+ SESClientResolvedConfig
23
+ > {
24
+ readonly input: GetSendQuotaCommandInput;
25
+ constructor(input: GetSendQuotaCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: SESClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetSendQuotaCommandInput, GetSendQuotaCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,34 @@
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 { GetSendStatisticsResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient";
5
- export interface GetSendStatisticsCommandInput {
6
- }
7
- export interface GetSendStatisticsCommandOutput extends GetSendStatisticsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetSendStatisticsCommand extends $Command<GetSendStatisticsCommandInput, GetSendStatisticsCommandOutput, SESClientResolvedConfig> {
11
- readonly input: GetSendStatisticsCommandInput;
12
- constructor(input: GetSendStatisticsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SESClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSendStatisticsCommandInput, GetSendStatisticsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { GetSendStatisticsResponse } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ SESClientResolvedConfig,
13
+ } from "../SESClient";
14
+ export interface GetSendStatisticsCommandInput {}
15
+ export interface GetSendStatisticsCommandOutput
16
+ extends GetSendStatisticsResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetSendStatisticsCommand extends $Command<
20
+ GetSendStatisticsCommandInput,
21
+ GetSendStatisticsCommandOutput,
22
+ SESClientResolvedConfig
23
+ > {
24
+ readonly input: GetSendStatisticsCommandInput;
25
+ constructor(input: GetSendStatisticsCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: SESClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetSendStatisticsCommandInput, GetSendStatisticsCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }