@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,144 +1,554 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { CloneReceiptRuleSetCommandInput, CloneReceiptRuleSetCommandOutput } from "./commands/CloneReceiptRuleSetCommand";
10
- import { CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput } from "./commands/CreateConfigurationSetCommand";
11
- import { CreateConfigurationSetEventDestinationCommandInput, CreateConfigurationSetEventDestinationCommandOutput } from "./commands/CreateConfigurationSetEventDestinationCommand";
12
- import { CreateConfigurationSetTrackingOptionsCommandInput, CreateConfigurationSetTrackingOptionsCommandOutput } from "./commands/CreateConfigurationSetTrackingOptionsCommand";
13
- import { CreateCustomVerificationEmailTemplateCommandInput, CreateCustomVerificationEmailTemplateCommandOutput } from "./commands/CreateCustomVerificationEmailTemplateCommand";
14
- import { CreateReceiptFilterCommandInput, CreateReceiptFilterCommandOutput } from "./commands/CreateReceiptFilterCommand";
15
- import { CreateReceiptRuleCommandInput, CreateReceiptRuleCommandOutput } from "./commands/CreateReceiptRuleCommand";
16
- import { CreateReceiptRuleSetCommandInput, CreateReceiptRuleSetCommandOutput } from "./commands/CreateReceiptRuleSetCommand";
17
- import { CreateTemplateCommandInput, CreateTemplateCommandOutput } from "./commands/CreateTemplateCommand";
18
- import { DeleteConfigurationSetCommandInput, DeleteConfigurationSetCommandOutput } from "./commands/DeleteConfigurationSetCommand";
19
- import { DeleteConfigurationSetEventDestinationCommandInput, DeleteConfigurationSetEventDestinationCommandOutput } from "./commands/DeleteConfigurationSetEventDestinationCommand";
20
- import { DeleteConfigurationSetTrackingOptionsCommandInput, DeleteConfigurationSetTrackingOptionsCommandOutput } from "./commands/DeleteConfigurationSetTrackingOptionsCommand";
21
- import { DeleteCustomVerificationEmailTemplateCommandInput, DeleteCustomVerificationEmailTemplateCommandOutput } from "./commands/DeleteCustomVerificationEmailTemplateCommand";
22
- import { DeleteIdentityCommandInput, DeleteIdentityCommandOutput } from "./commands/DeleteIdentityCommand";
23
- import { DeleteIdentityPolicyCommandInput, DeleteIdentityPolicyCommandOutput } from "./commands/DeleteIdentityPolicyCommand";
24
- import { DeleteReceiptFilterCommandInput, DeleteReceiptFilterCommandOutput } from "./commands/DeleteReceiptFilterCommand";
25
- import { DeleteReceiptRuleCommandInput, DeleteReceiptRuleCommandOutput } from "./commands/DeleteReceiptRuleCommand";
26
- import { DeleteReceiptRuleSetCommandInput, DeleteReceiptRuleSetCommandOutput } from "./commands/DeleteReceiptRuleSetCommand";
27
- import { DeleteTemplateCommandInput, DeleteTemplateCommandOutput } from "./commands/DeleteTemplateCommand";
28
- import { DeleteVerifiedEmailAddressCommandInput, DeleteVerifiedEmailAddressCommandOutput } from "./commands/DeleteVerifiedEmailAddressCommand";
29
- import { DescribeActiveReceiptRuleSetCommandInput, DescribeActiveReceiptRuleSetCommandOutput } from "./commands/DescribeActiveReceiptRuleSetCommand";
30
- import { DescribeConfigurationSetCommandInput, DescribeConfigurationSetCommandOutput } from "./commands/DescribeConfigurationSetCommand";
31
- import { DescribeReceiptRuleCommandInput, DescribeReceiptRuleCommandOutput } from "./commands/DescribeReceiptRuleCommand";
32
- import { DescribeReceiptRuleSetCommandInput, DescribeReceiptRuleSetCommandOutput } from "./commands/DescribeReceiptRuleSetCommand";
33
- import { GetAccountSendingEnabledCommandInput, GetAccountSendingEnabledCommandOutput } from "./commands/GetAccountSendingEnabledCommand";
34
- import { GetCustomVerificationEmailTemplateCommandInput, GetCustomVerificationEmailTemplateCommandOutput } from "./commands/GetCustomVerificationEmailTemplateCommand";
35
- import { GetIdentityDkimAttributesCommandInput, GetIdentityDkimAttributesCommandOutput } from "./commands/GetIdentityDkimAttributesCommand";
36
- import { GetIdentityMailFromDomainAttributesCommandInput, GetIdentityMailFromDomainAttributesCommandOutput } from "./commands/GetIdentityMailFromDomainAttributesCommand";
37
- import { GetIdentityNotificationAttributesCommandInput, GetIdentityNotificationAttributesCommandOutput } from "./commands/GetIdentityNotificationAttributesCommand";
38
- import { GetIdentityPoliciesCommandInput, GetIdentityPoliciesCommandOutput } from "./commands/GetIdentityPoliciesCommand";
39
- import { GetIdentityVerificationAttributesCommandInput, GetIdentityVerificationAttributesCommandOutput } from "./commands/GetIdentityVerificationAttributesCommand";
40
- import { GetSendQuotaCommandInput, GetSendQuotaCommandOutput } from "./commands/GetSendQuotaCommand";
41
- import { GetSendStatisticsCommandInput, GetSendStatisticsCommandOutput } from "./commands/GetSendStatisticsCommand";
42
- import { GetTemplateCommandInput, GetTemplateCommandOutput } from "./commands/GetTemplateCommand";
43
- import { ListConfigurationSetsCommandInput, ListConfigurationSetsCommandOutput } from "./commands/ListConfigurationSetsCommand";
44
- import { ListCustomVerificationEmailTemplatesCommandInput, ListCustomVerificationEmailTemplatesCommandOutput } from "./commands/ListCustomVerificationEmailTemplatesCommand";
45
- import { ListIdentitiesCommandInput, ListIdentitiesCommandOutput } from "./commands/ListIdentitiesCommand";
46
- import { ListIdentityPoliciesCommandInput, ListIdentityPoliciesCommandOutput } from "./commands/ListIdentityPoliciesCommand";
47
- import { ListReceiptFiltersCommandInput, ListReceiptFiltersCommandOutput } from "./commands/ListReceiptFiltersCommand";
48
- import { ListReceiptRuleSetsCommandInput, ListReceiptRuleSetsCommandOutput } from "./commands/ListReceiptRuleSetsCommand";
49
- import { ListTemplatesCommandInput, ListTemplatesCommandOutput } from "./commands/ListTemplatesCommand";
50
- import { ListVerifiedEmailAddressesCommandInput, ListVerifiedEmailAddressesCommandOutput } from "./commands/ListVerifiedEmailAddressesCommand";
51
- import { PutConfigurationSetDeliveryOptionsCommandInput, PutConfigurationSetDeliveryOptionsCommandOutput } from "./commands/PutConfigurationSetDeliveryOptionsCommand";
52
- import { PutIdentityPolicyCommandInput, PutIdentityPolicyCommandOutput } from "./commands/PutIdentityPolicyCommand";
53
- import { ReorderReceiptRuleSetCommandInput, ReorderReceiptRuleSetCommandOutput } from "./commands/ReorderReceiptRuleSetCommand";
54
- import { SendBounceCommandInput, SendBounceCommandOutput } from "./commands/SendBounceCommand";
55
- import { SendBulkTemplatedEmailCommandInput, SendBulkTemplatedEmailCommandOutput } from "./commands/SendBulkTemplatedEmailCommand";
56
- import { SendCustomVerificationEmailCommandInput, SendCustomVerificationEmailCommandOutput } from "./commands/SendCustomVerificationEmailCommand";
57
- import { SendEmailCommandInput, SendEmailCommandOutput } from "./commands/SendEmailCommand";
58
- import { SendRawEmailCommandInput, SendRawEmailCommandOutput } from "./commands/SendRawEmailCommand";
59
- import { SendTemplatedEmailCommandInput, SendTemplatedEmailCommandOutput } from "./commands/SendTemplatedEmailCommand";
60
- import { SetActiveReceiptRuleSetCommandInput, SetActiveReceiptRuleSetCommandOutput } from "./commands/SetActiveReceiptRuleSetCommand";
61
- import { SetIdentityDkimEnabledCommandInput, SetIdentityDkimEnabledCommandOutput } from "./commands/SetIdentityDkimEnabledCommand";
62
- import { SetIdentityFeedbackForwardingEnabledCommandInput, SetIdentityFeedbackForwardingEnabledCommandOutput } from "./commands/SetIdentityFeedbackForwardingEnabledCommand";
63
- import { SetIdentityHeadersInNotificationsEnabledCommandInput, SetIdentityHeadersInNotificationsEnabledCommandOutput } from "./commands/SetIdentityHeadersInNotificationsEnabledCommand";
64
- import { SetIdentityMailFromDomainCommandInput, SetIdentityMailFromDomainCommandOutput } from "./commands/SetIdentityMailFromDomainCommand";
65
- import { SetIdentityNotificationTopicCommandInput, SetIdentityNotificationTopicCommandOutput } from "./commands/SetIdentityNotificationTopicCommand";
66
- import { SetReceiptRulePositionCommandInput, SetReceiptRulePositionCommandOutput } from "./commands/SetReceiptRulePositionCommand";
67
- import { TestRenderTemplateCommandInput, TestRenderTemplateCommandOutput } from "./commands/TestRenderTemplateCommand";
68
- import { UpdateAccountSendingEnabledCommandInput, UpdateAccountSendingEnabledCommandOutput } from "./commands/UpdateAccountSendingEnabledCommand";
69
- import { UpdateConfigurationSetEventDestinationCommandInput, UpdateConfigurationSetEventDestinationCommandOutput } from "./commands/UpdateConfigurationSetEventDestinationCommand";
70
- import { UpdateConfigurationSetReputationMetricsEnabledCommandInput, UpdateConfigurationSetReputationMetricsEnabledCommandOutput } from "./commands/UpdateConfigurationSetReputationMetricsEnabledCommand";
71
- import { UpdateConfigurationSetSendingEnabledCommandInput, UpdateConfigurationSetSendingEnabledCommandOutput } from "./commands/UpdateConfigurationSetSendingEnabledCommand";
72
- import { UpdateConfigurationSetTrackingOptionsCommandInput, UpdateConfigurationSetTrackingOptionsCommandOutput } from "./commands/UpdateConfigurationSetTrackingOptionsCommand";
73
- import { UpdateCustomVerificationEmailTemplateCommandInput, UpdateCustomVerificationEmailTemplateCommandOutput } from "./commands/UpdateCustomVerificationEmailTemplateCommand";
74
- import { UpdateReceiptRuleCommandInput, UpdateReceiptRuleCommandOutput } from "./commands/UpdateReceiptRuleCommand";
75
- import { UpdateTemplateCommandInput, UpdateTemplateCommandOutput } from "./commands/UpdateTemplateCommand";
76
- import { VerifyDomainDkimCommandInput, VerifyDomainDkimCommandOutput } from "./commands/VerifyDomainDkimCommand";
77
- import { VerifyDomainIdentityCommandInput, VerifyDomainIdentityCommandOutput } from "./commands/VerifyDomainIdentityCommand";
78
- import { VerifyEmailAddressCommandInput, VerifyEmailAddressCommandOutput } from "./commands/VerifyEmailAddressCommand";
79
- import { VerifyEmailIdentityCommandInput, VerifyEmailIdentityCommandOutput } from "./commands/VerifyEmailIdentityCommand";
80
- export declare type ServiceInputTypes = CloneReceiptRuleSetCommandInput | CreateConfigurationSetCommandInput | CreateConfigurationSetEventDestinationCommandInput | CreateConfigurationSetTrackingOptionsCommandInput | CreateCustomVerificationEmailTemplateCommandInput | CreateReceiptFilterCommandInput | CreateReceiptRuleCommandInput | CreateReceiptRuleSetCommandInput | CreateTemplateCommandInput | DeleteConfigurationSetCommandInput | DeleteConfigurationSetEventDestinationCommandInput | DeleteConfigurationSetTrackingOptionsCommandInput | DeleteCustomVerificationEmailTemplateCommandInput | DeleteIdentityCommandInput | DeleteIdentityPolicyCommandInput | DeleteReceiptFilterCommandInput | DeleteReceiptRuleCommandInput | DeleteReceiptRuleSetCommandInput | DeleteTemplateCommandInput | DeleteVerifiedEmailAddressCommandInput | DescribeActiveReceiptRuleSetCommandInput | DescribeConfigurationSetCommandInput | DescribeReceiptRuleCommandInput | DescribeReceiptRuleSetCommandInput | GetAccountSendingEnabledCommandInput | GetCustomVerificationEmailTemplateCommandInput | GetIdentityDkimAttributesCommandInput | GetIdentityMailFromDomainAttributesCommandInput | GetIdentityNotificationAttributesCommandInput | GetIdentityPoliciesCommandInput | GetIdentityVerificationAttributesCommandInput | GetSendQuotaCommandInput | GetSendStatisticsCommandInput | GetTemplateCommandInput | ListConfigurationSetsCommandInput | ListCustomVerificationEmailTemplatesCommandInput | ListIdentitiesCommandInput | ListIdentityPoliciesCommandInput | ListReceiptFiltersCommandInput | ListReceiptRuleSetsCommandInput | ListTemplatesCommandInput | ListVerifiedEmailAddressesCommandInput | PutConfigurationSetDeliveryOptionsCommandInput | PutIdentityPolicyCommandInput | ReorderReceiptRuleSetCommandInput | SendBounceCommandInput | SendBulkTemplatedEmailCommandInput | SendCustomVerificationEmailCommandInput | SendEmailCommandInput | SendRawEmailCommandInput | SendTemplatedEmailCommandInput | SetActiveReceiptRuleSetCommandInput | SetIdentityDkimEnabledCommandInput | SetIdentityFeedbackForwardingEnabledCommandInput | SetIdentityHeadersInNotificationsEnabledCommandInput | SetIdentityMailFromDomainCommandInput | SetIdentityNotificationTopicCommandInput | SetReceiptRulePositionCommandInput | TestRenderTemplateCommandInput | UpdateAccountSendingEnabledCommandInput | UpdateConfigurationSetEventDestinationCommandInput | UpdateConfigurationSetReputationMetricsEnabledCommandInput | UpdateConfigurationSetSendingEnabledCommandInput | UpdateConfigurationSetTrackingOptionsCommandInput | UpdateCustomVerificationEmailTemplateCommandInput | UpdateReceiptRuleCommandInput | UpdateTemplateCommandInput | VerifyDomainDkimCommandInput | VerifyDomainIdentityCommandInput | VerifyEmailAddressCommandInput | VerifyEmailIdentityCommandInput;
81
- export declare type ServiceOutputTypes = CloneReceiptRuleSetCommandOutput | CreateConfigurationSetCommandOutput | CreateConfigurationSetEventDestinationCommandOutput | CreateConfigurationSetTrackingOptionsCommandOutput | CreateCustomVerificationEmailTemplateCommandOutput | CreateReceiptFilterCommandOutput | CreateReceiptRuleCommandOutput | CreateReceiptRuleSetCommandOutput | CreateTemplateCommandOutput | DeleteConfigurationSetCommandOutput | DeleteConfigurationSetEventDestinationCommandOutput | DeleteConfigurationSetTrackingOptionsCommandOutput | DeleteCustomVerificationEmailTemplateCommandOutput | DeleteIdentityCommandOutput | DeleteIdentityPolicyCommandOutput | DeleteReceiptFilterCommandOutput | DeleteReceiptRuleCommandOutput | DeleteReceiptRuleSetCommandOutput | DeleteTemplateCommandOutput | DeleteVerifiedEmailAddressCommandOutput | DescribeActiveReceiptRuleSetCommandOutput | DescribeConfigurationSetCommandOutput | DescribeReceiptRuleCommandOutput | DescribeReceiptRuleSetCommandOutput | GetAccountSendingEnabledCommandOutput | GetCustomVerificationEmailTemplateCommandOutput | GetIdentityDkimAttributesCommandOutput | GetIdentityMailFromDomainAttributesCommandOutput | GetIdentityNotificationAttributesCommandOutput | GetIdentityPoliciesCommandOutput | GetIdentityVerificationAttributesCommandOutput | GetSendQuotaCommandOutput | GetSendStatisticsCommandOutput | GetTemplateCommandOutput | ListConfigurationSetsCommandOutput | ListCustomVerificationEmailTemplatesCommandOutput | ListIdentitiesCommandOutput | ListIdentityPoliciesCommandOutput | ListReceiptFiltersCommandOutput | ListReceiptRuleSetsCommandOutput | ListTemplatesCommandOutput | ListVerifiedEmailAddressesCommandOutput | PutConfigurationSetDeliveryOptionsCommandOutput | PutIdentityPolicyCommandOutput | ReorderReceiptRuleSetCommandOutput | SendBounceCommandOutput | SendBulkTemplatedEmailCommandOutput | SendCustomVerificationEmailCommandOutput | SendEmailCommandOutput | SendRawEmailCommandOutput | SendTemplatedEmailCommandOutput | SetActiveReceiptRuleSetCommandOutput | SetIdentityDkimEnabledCommandOutput | SetIdentityFeedbackForwardingEnabledCommandOutput | SetIdentityHeadersInNotificationsEnabledCommandOutput | SetIdentityMailFromDomainCommandOutput | SetIdentityNotificationTopicCommandOutput | SetReceiptRulePositionCommandOutput | TestRenderTemplateCommandOutput | UpdateAccountSendingEnabledCommandOutput | UpdateConfigurationSetEventDestinationCommandOutput | UpdateConfigurationSetReputationMetricsEnabledCommandOutput | UpdateConfigurationSetSendingEnabledCommandOutput | UpdateConfigurationSetTrackingOptionsCommandOutput | UpdateCustomVerificationEmailTemplateCommandOutput | UpdateReceiptRuleCommandOutput | UpdateTemplateCommandOutput | VerifyDomainDkimCommandOutput | VerifyDomainIdentityCommandOutput | VerifyEmailAddressCommandOutput | VerifyEmailIdentityCommandOutput;
82
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
83
-
84
- requestHandler?: __HttpHandler;
85
-
86
- sha256?: __HashConstructor;
87
-
88
- urlParser?: __UrlParser;
89
-
90
- bodyLengthChecker?: __BodyLengthCalculator;
91
-
92
- streamCollector?: __StreamCollector;
93
-
94
- base64Decoder?: __Decoder;
95
-
96
- base64Encoder?: __Encoder;
97
-
98
- utf8Decoder?: __Decoder;
99
-
100
- utf8Encoder?: __Encoder;
101
-
102
- runtime?: string;
103
-
104
- disableHostPrefix?: boolean;
105
-
106
- maxAttempts?: number | __Provider<number>;
107
-
108
- retryMode?: string | __Provider<string>;
109
-
110
- logger?: __Logger;
111
-
112
- useDualstackEndpoint?: boolean | __Provider<boolean>;
113
-
114
- useFipsEndpoint?: boolean | __Provider<boolean>;
115
-
116
- serviceId?: string;
117
-
118
- region?: string | __Provider<string>;
119
-
120
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
121
-
122
- regionInfoProvider?: RegionInfoProvider;
123
-
124
- defaultUserAgentProvider?: Provider<__UserAgent>;
125
-
126
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
127
- }
128
- declare type SESClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
129
-
130
- export interface SESClientConfig extends SESClientConfigType {
131
- }
132
- declare type SESClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
133
-
134
- export interface SESClientResolvedConfig extends SESClientResolvedConfigType {
135
- }
136
-
137
- export declare class SESClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig> {
138
-
139
- readonly config: SESClientResolvedConfig;
140
- constructor(configuration: SESClientConfig);
141
-
142
- destroy(): void;
143
- }
144
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ CloneReceiptRuleSetCommandInput,
47
+ CloneReceiptRuleSetCommandOutput,
48
+ } from "./commands/CloneReceiptRuleSetCommand";
49
+ import {
50
+ CreateConfigurationSetCommandInput,
51
+ CreateConfigurationSetCommandOutput,
52
+ } from "./commands/CreateConfigurationSetCommand";
53
+ import {
54
+ CreateConfigurationSetEventDestinationCommandInput,
55
+ CreateConfigurationSetEventDestinationCommandOutput,
56
+ } from "./commands/CreateConfigurationSetEventDestinationCommand";
57
+ import {
58
+ CreateConfigurationSetTrackingOptionsCommandInput,
59
+ CreateConfigurationSetTrackingOptionsCommandOutput,
60
+ } from "./commands/CreateConfigurationSetTrackingOptionsCommand";
61
+ import {
62
+ CreateCustomVerificationEmailTemplateCommandInput,
63
+ CreateCustomVerificationEmailTemplateCommandOutput,
64
+ } from "./commands/CreateCustomVerificationEmailTemplateCommand";
65
+ import {
66
+ CreateReceiptFilterCommandInput,
67
+ CreateReceiptFilterCommandOutput,
68
+ } from "./commands/CreateReceiptFilterCommand";
69
+ import {
70
+ CreateReceiptRuleCommandInput,
71
+ CreateReceiptRuleCommandOutput,
72
+ } from "./commands/CreateReceiptRuleCommand";
73
+ import {
74
+ CreateReceiptRuleSetCommandInput,
75
+ CreateReceiptRuleSetCommandOutput,
76
+ } from "./commands/CreateReceiptRuleSetCommand";
77
+ import {
78
+ CreateTemplateCommandInput,
79
+ CreateTemplateCommandOutput,
80
+ } from "./commands/CreateTemplateCommand";
81
+ import {
82
+ DeleteConfigurationSetCommandInput,
83
+ DeleteConfigurationSetCommandOutput,
84
+ } from "./commands/DeleteConfigurationSetCommand";
85
+ import {
86
+ DeleteConfigurationSetEventDestinationCommandInput,
87
+ DeleteConfigurationSetEventDestinationCommandOutput,
88
+ } from "./commands/DeleteConfigurationSetEventDestinationCommand";
89
+ import {
90
+ DeleteConfigurationSetTrackingOptionsCommandInput,
91
+ DeleteConfigurationSetTrackingOptionsCommandOutput,
92
+ } from "./commands/DeleteConfigurationSetTrackingOptionsCommand";
93
+ import {
94
+ DeleteCustomVerificationEmailTemplateCommandInput,
95
+ DeleteCustomVerificationEmailTemplateCommandOutput,
96
+ } from "./commands/DeleteCustomVerificationEmailTemplateCommand";
97
+ import {
98
+ DeleteIdentityCommandInput,
99
+ DeleteIdentityCommandOutput,
100
+ } from "./commands/DeleteIdentityCommand";
101
+ import {
102
+ DeleteIdentityPolicyCommandInput,
103
+ DeleteIdentityPolicyCommandOutput,
104
+ } from "./commands/DeleteIdentityPolicyCommand";
105
+ import {
106
+ DeleteReceiptFilterCommandInput,
107
+ DeleteReceiptFilterCommandOutput,
108
+ } from "./commands/DeleteReceiptFilterCommand";
109
+ import {
110
+ DeleteReceiptRuleCommandInput,
111
+ DeleteReceiptRuleCommandOutput,
112
+ } from "./commands/DeleteReceiptRuleCommand";
113
+ import {
114
+ DeleteReceiptRuleSetCommandInput,
115
+ DeleteReceiptRuleSetCommandOutput,
116
+ } from "./commands/DeleteReceiptRuleSetCommand";
117
+ import {
118
+ DeleteTemplateCommandInput,
119
+ DeleteTemplateCommandOutput,
120
+ } from "./commands/DeleteTemplateCommand";
121
+ import {
122
+ DeleteVerifiedEmailAddressCommandInput,
123
+ DeleteVerifiedEmailAddressCommandOutput,
124
+ } from "./commands/DeleteVerifiedEmailAddressCommand";
125
+ import {
126
+ DescribeActiveReceiptRuleSetCommandInput,
127
+ DescribeActiveReceiptRuleSetCommandOutput,
128
+ } from "./commands/DescribeActiveReceiptRuleSetCommand";
129
+ import {
130
+ DescribeConfigurationSetCommandInput,
131
+ DescribeConfigurationSetCommandOutput,
132
+ } from "./commands/DescribeConfigurationSetCommand";
133
+ import {
134
+ DescribeReceiptRuleCommandInput,
135
+ DescribeReceiptRuleCommandOutput,
136
+ } from "./commands/DescribeReceiptRuleCommand";
137
+ import {
138
+ DescribeReceiptRuleSetCommandInput,
139
+ DescribeReceiptRuleSetCommandOutput,
140
+ } from "./commands/DescribeReceiptRuleSetCommand";
141
+ import {
142
+ GetAccountSendingEnabledCommandInput,
143
+ GetAccountSendingEnabledCommandOutput,
144
+ } from "./commands/GetAccountSendingEnabledCommand";
145
+ import {
146
+ GetCustomVerificationEmailTemplateCommandInput,
147
+ GetCustomVerificationEmailTemplateCommandOutput,
148
+ } from "./commands/GetCustomVerificationEmailTemplateCommand";
149
+ import {
150
+ GetIdentityDkimAttributesCommandInput,
151
+ GetIdentityDkimAttributesCommandOutput,
152
+ } from "./commands/GetIdentityDkimAttributesCommand";
153
+ import {
154
+ GetIdentityMailFromDomainAttributesCommandInput,
155
+ GetIdentityMailFromDomainAttributesCommandOutput,
156
+ } from "./commands/GetIdentityMailFromDomainAttributesCommand";
157
+ import {
158
+ GetIdentityNotificationAttributesCommandInput,
159
+ GetIdentityNotificationAttributesCommandOutput,
160
+ } from "./commands/GetIdentityNotificationAttributesCommand";
161
+ import {
162
+ GetIdentityPoliciesCommandInput,
163
+ GetIdentityPoliciesCommandOutput,
164
+ } from "./commands/GetIdentityPoliciesCommand";
165
+ import {
166
+ GetIdentityVerificationAttributesCommandInput,
167
+ GetIdentityVerificationAttributesCommandOutput,
168
+ } from "./commands/GetIdentityVerificationAttributesCommand";
169
+ import {
170
+ GetSendQuotaCommandInput,
171
+ GetSendQuotaCommandOutput,
172
+ } from "./commands/GetSendQuotaCommand";
173
+ import {
174
+ GetSendStatisticsCommandInput,
175
+ GetSendStatisticsCommandOutput,
176
+ } from "./commands/GetSendStatisticsCommand";
177
+ import {
178
+ GetTemplateCommandInput,
179
+ GetTemplateCommandOutput,
180
+ } from "./commands/GetTemplateCommand";
181
+ import {
182
+ ListConfigurationSetsCommandInput,
183
+ ListConfigurationSetsCommandOutput,
184
+ } from "./commands/ListConfigurationSetsCommand";
185
+ import {
186
+ ListCustomVerificationEmailTemplatesCommandInput,
187
+ ListCustomVerificationEmailTemplatesCommandOutput,
188
+ } from "./commands/ListCustomVerificationEmailTemplatesCommand";
189
+ import {
190
+ ListIdentitiesCommandInput,
191
+ ListIdentitiesCommandOutput,
192
+ } from "./commands/ListIdentitiesCommand";
193
+ import {
194
+ ListIdentityPoliciesCommandInput,
195
+ ListIdentityPoliciesCommandOutput,
196
+ } from "./commands/ListIdentityPoliciesCommand";
197
+ import {
198
+ ListReceiptFiltersCommandInput,
199
+ ListReceiptFiltersCommandOutput,
200
+ } from "./commands/ListReceiptFiltersCommand";
201
+ import {
202
+ ListReceiptRuleSetsCommandInput,
203
+ ListReceiptRuleSetsCommandOutput,
204
+ } from "./commands/ListReceiptRuleSetsCommand";
205
+ import {
206
+ ListTemplatesCommandInput,
207
+ ListTemplatesCommandOutput,
208
+ } from "./commands/ListTemplatesCommand";
209
+ import {
210
+ ListVerifiedEmailAddressesCommandInput,
211
+ ListVerifiedEmailAddressesCommandOutput,
212
+ } from "./commands/ListVerifiedEmailAddressesCommand";
213
+ import {
214
+ PutConfigurationSetDeliveryOptionsCommandInput,
215
+ PutConfigurationSetDeliveryOptionsCommandOutput,
216
+ } from "./commands/PutConfigurationSetDeliveryOptionsCommand";
217
+ import {
218
+ PutIdentityPolicyCommandInput,
219
+ PutIdentityPolicyCommandOutput,
220
+ } from "./commands/PutIdentityPolicyCommand";
221
+ import {
222
+ ReorderReceiptRuleSetCommandInput,
223
+ ReorderReceiptRuleSetCommandOutput,
224
+ } from "./commands/ReorderReceiptRuleSetCommand";
225
+ import {
226
+ SendBounceCommandInput,
227
+ SendBounceCommandOutput,
228
+ } from "./commands/SendBounceCommand";
229
+ import {
230
+ SendBulkTemplatedEmailCommandInput,
231
+ SendBulkTemplatedEmailCommandOutput,
232
+ } from "./commands/SendBulkTemplatedEmailCommand";
233
+ import {
234
+ SendCustomVerificationEmailCommandInput,
235
+ SendCustomVerificationEmailCommandOutput,
236
+ } from "./commands/SendCustomVerificationEmailCommand";
237
+ import {
238
+ SendEmailCommandInput,
239
+ SendEmailCommandOutput,
240
+ } from "./commands/SendEmailCommand";
241
+ import {
242
+ SendRawEmailCommandInput,
243
+ SendRawEmailCommandOutput,
244
+ } from "./commands/SendRawEmailCommand";
245
+ import {
246
+ SendTemplatedEmailCommandInput,
247
+ SendTemplatedEmailCommandOutput,
248
+ } from "./commands/SendTemplatedEmailCommand";
249
+ import {
250
+ SetActiveReceiptRuleSetCommandInput,
251
+ SetActiveReceiptRuleSetCommandOutput,
252
+ } from "./commands/SetActiveReceiptRuleSetCommand";
253
+ import {
254
+ SetIdentityDkimEnabledCommandInput,
255
+ SetIdentityDkimEnabledCommandOutput,
256
+ } from "./commands/SetIdentityDkimEnabledCommand";
257
+ import {
258
+ SetIdentityFeedbackForwardingEnabledCommandInput,
259
+ SetIdentityFeedbackForwardingEnabledCommandOutput,
260
+ } from "./commands/SetIdentityFeedbackForwardingEnabledCommand";
261
+ import {
262
+ SetIdentityHeadersInNotificationsEnabledCommandInput,
263
+ SetIdentityHeadersInNotificationsEnabledCommandOutput,
264
+ } from "./commands/SetIdentityHeadersInNotificationsEnabledCommand";
265
+ import {
266
+ SetIdentityMailFromDomainCommandInput,
267
+ SetIdentityMailFromDomainCommandOutput,
268
+ } from "./commands/SetIdentityMailFromDomainCommand";
269
+ import {
270
+ SetIdentityNotificationTopicCommandInput,
271
+ SetIdentityNotificationTopicCommandOutput,
272
+ } from "./commands/SetIdentityNotificationTopicCommand";
273
+ import {
274
+ SetReceiptRulePositionCommandInput,
275
+ SetReceiptRulePositionCommandOutput,
276
+ } from "./commands/SetReceiptRulePositionCommand";
277
+ import {
278
+ TestRenderTemplateCommandInput,
279
+ TestRenderTemplateCommandOutput,
280
+ } from "./commands/TestRenderTemplateCommand";
281
+ import {
282
+ UpdateAccountSendingEnabledCommandInput,
283
+ UpdateAccountSendingEnabledCommandOutput,
284
+ } from "./commands/UpdateAccountSendingEnabledCommand";
285
+ import {
286
+ UpdateConfigurationSetEventDestinationCommandInput,
287
+ UpdateConfigurationSetEventDestinationCommandOutput,
288
+ } from "./commands/UpdateConfigurationSetEventDestinationCommand";
289
+ import {
290
+ UpdateConfigurationSetReputationMetricsEnabledCommandInput,
291
+ UpdateConfigurationSetReputationMetricsEnabledCommandOutput,
292
+ } from "./commands/UpdateConfigurationSetReputationMetricsEnabledCommand";
293
+ import {
294
+ UpdateConfigurationSetSendingEnabledCommandInput,
295
+ UpdateConfigurationSetSendingEnabledCommandOutput,
296
+ } from "./commands/UpdateConfigurationSetSendingEnabledCommand";
297
+ import {
298
+ UpdateConfigurationSetTrackingOptionsCommandInput,
299
+ UpdateConfigurationSetTrackingOptionsCommandOutput,
300
+ } from "./commands/UpdateConfigurationSetTrackingOptionsCommand";
301
+ import {
302
+ UpdateCustomVerificationEmailTemplateCommandInput,
303
+ UpdateCustomVerificationEmailTemplateCommandOutput,
304
+ } from "./commands/UpdateCustomVerificationEmailTemplateCommand";
305
+ import {
306
+ UpdateReceiptRuleCommandInput,
307
+ UpdateReceiptRuleCommandOutput,
308
+ } from "./commands/UpdateReceiptRuleCommand";
309
+ import {
310
+ UpdateTemplateCommandInput,
311
+ UpdateTemplateCommandOutput,
312
+ } from "./commands/UpdateTemplateCommand";
313
+ import {
314
+ VerifyDomainDkimCommandInput,
315
+ VerifyDomainDkimCommandOutput,
316
+ } from "./commands/VerifyDomainDkimCommand";
317
+ import {
318
+ VerifyDomainIdentityCommandInput,
319
+ VerifyDomainIdentityCommandOutput,
320
+ } from "./commands/VerifyDomainIdentityCommand";
321
+ import {
322
+ VerifyEmailAddressCommandInput,
323
+ VerifyEmailAddressCommandOutput,
324
+ } from "./commands/VerifyEmailAddressCommand";
325
+ import {
326
+ VerifyEmailIdentityCommandInput,
327
+ VerifyEmailIdentityCommandOutput,
328
+ } from "./commands/VerifyEmailIdentityCommand";
329
+ export declare type ServiceInputTypes =
330
+ | CloneReceiptRuleSetCommandInput
331
+ | CreateConfigurationSetCommandInput
332
+ | CreateConfigurationSetEventDestinationCommandInput
333
+ | CreateConfigurationSetTrackingOptionsCommandInput
334
+ | CreateCustomVerificationEmailTemplateCommandInput
335
+ | CreateReceiptFilterCommandInput
336
+ | CreateReceiptRuleCommandInput
337
+ | CreateReceiptRuleSetCommandInput
338
+ | CreateTemplateCommandInput
339
+ | DeleteConfigurationSetCommandInput
340
+ | DeleteConfigurationSetEventDestinationCommandInput
341
+ | DeleteConfigurationSetTrackingOptionsCommandInput
342
+ | DeleteCustomVerificationEmailTemplateCommandInput
343
+ | DeleteIdentityCommandInput
344
+ | DeleteIdentityPolicyCommandInput
345
+ | DeleteReceiptFilterCommandInput
346
+ | DeleteReceiptRuleCommandInput
347
+ | DeleteReceiptRuleSetCommandInput
348
+ | DeleteTemplateCommandInput
349
+ | DeleteVerifiedEmailAddressCommandInput
350
+ | DescribeActiveReceiptRuleSetCommandInput
351
+ | DescribeConfigurationSetCommandInput
352
+ | DescribeReceiptRuleCommandInput
353
+ | DescribeReceiptRuleSetCommandInput
354
+ | GetAccountSendingEnabledCommandInput
355
+ | GetCustomVerificationEmailTemplateCommandInput
356
+ | GetIdentityDkimAttributesCommandInput
357
+ | GetIdentityMailFromDomainAttributesCommandInput
358
+ | GetIdentityNotificationAttributesCommandInput
359
+ | GetIdentityPoliciesCommandInput
360
+ | GetIdentityVerificationAttributesCommandInput
361
+ | GetSendQuotaCommandInput
362
+ | GetSendStatisticsCommandInput
363
+ | GetTemplateCommandInput
364
+ | ListConfigurationSetsCommandInput
365
+ | ListCustomVerificationEmailTemplatesCommandInput
366
+ | ListIdentitiesCommandInput
367
+ | ListIdentityPoliciesCommandInput
368
+ | ListReceiptFiltersCommandInput
369
+ | ListReceiptRuleSetsCommandInput
370
+ | ListTemplatesCommandInput
371
+ | ListVerifiedEmailAddressesCommandInput
372
+ | PutConfigurationSetDeliveryOptionsCommandInput
373
+ | PutIdentityPolicyCommandInput
374
+ | ReorderReceiptRuleSetCommandInput
375
+ | SendBounceCommandInput
376
+ | SendBulkTemplatedEmailCommandInput
377
+ | SendCustomVerificationEmailCommandInput
378
+ | SendEmailCommandInput
379
+ | SendRawEmailCommandInput
380
+ | SendTemplatedEmailCommandInput
381
+ | SetActiveReceiptRuleSetCommandInput
382
+ | SetIdentityDkimEnabledCommandInput
383
+ | SetIdentityFeedbackForwardingEnabledCommandInput
384
+ | SetIdentityHeadersInNotificationsEnabledCommandInput
385
+ | SetIdentityMailFromDomainCommandInput
386
+ | SetIdentityNotificationTopicCommandInput
387
+ | SetReceiptRulePositionCommandInput
388
+ | TestRenderTemplateCommandInput
389
+ | UpdateAccountSendingEnabledCommandInput
390
+ | UpdateConfigurationSetEventDestinationCommandInput
391
+ | UpdateConfigurationSetReputationMetricsEnabledCommandInput
392
+ | UpdateConfigurationSetSendingEnabledCommandInput
393
+ | UpdateConfigurationSetTrackingOptionsCommandInput
394
+ | UpdateCustomVerificationEmailTemplateCommandInput
395
+ | UpdateReceiptRuleCommandInput
396
+ | UpdateTemplateCommandInput
397
+ | VerifyDomainDkimCommandInput
398
+ | VerifyDomainIdentityCommandInput
399
+ | VerifyEmailAddressCommandInput
400
+ | VerifyEmailIdentityCommandInput;
401
+ export declare type ServiceOutputTypes =
402
+ | CloneReceiptRuleSetCommandOutput
403
+ | CreateConfigurationSetCommandOutput
404
+ | CreateConfigurationSetEventDestinationCommandOutput
405
+ | CreateConfigurationSetTrackingOptionsCommandOutput
406
+ | CreateCustomVerificationEmailTemplateCommandOutput
407
+ | CreateReceiptFilterCommandOutput
408
+ | CreateReceiptRuleCommandOutput
409
+ | CreateReceiptRuleSetCommandOutput
410
+ | CreateTemplateCommandOutput
411
+ | DeleteConfigurationSetCommandOutput
412
+ | DeleteConfigurationSetEventDestinationCommandOutput
413
+ | DeleteConfigurationSetTrackingOptionsCommandOutput
414
+ | DeleteCustomVerificationEmailTemplateCommandOutput
415
+ | DeleteIdentityCommandOutput
416
+ | DeleteIdentityPolicyCommandOutput
417
+ | DeleteReceiptFilterCommandOutput
418
+ | DeleteReceiptRuleCommandOutput
419
+ | DeleteReceiptRuleSetCommandOutput
420
+ | DeleteTemplateCommandOutput
421
+ | DeleteVerifiedEmailAddressCommandOutput
422
+ | DescribeActiveReceiptRuleSetCommandOutput
423
+ | DescribeConfigurationSetCommandOutput
424
+ | DescribeReceiptRuleCommandOutput
425
+ | DescribeReceiptRuleSetCommandOutput
426
+ | GetAccountSendingEnabledCommandOutput
427
+ | GetCustomVerificationEmailTemplateCommandOutput
428
+ | GetIdentityDkimAttributesCommandOutput
429
+ | GetIdentityMailFromDomainAttributesCommandOutput
430
+ | GetIdentityNotificationAttributesCommandOutput
431
+ | GetIdentityPoliciesCommandOutput
432
+ | GetIdentityVerificationAttributesCommandOutput
433
+ | GetSendQuotaCommandOutput
434
+ | GetSendStatisticsCommandOutput
435
+ | GetTemplateCommandOutput
436
+ | ListConfigurationSetsCommandOutput
437
+ | ListCustomVerificationEmailTemplatesCommandOutput
438
+ | ListIdentitiesCommandOutput
439
+ | ListIdentityPoliciesCommandOutput
440
+ | ListReceiptFiltersCommandOutput
441
+ | ListReceiptRuleSetsCommandOutput
442
+ | ListTemplatesCommandOutput
443
+ | ListVerifiedEmailAddressesCommandOutput
444
+ | PutConfigurationSetDeliveryOptionsCommandOutput
445
+ | PutIdentityPolicyCommandOutput
446
+ | ReorderReceiptRuleSetCommandOutput
447
+ | SendBounceCommandOutput
448
+ | SendBulkTemplatedEmailCommandOutput
449
+ | SendCustomVerificationEmailCommandOutput
450
+ | SendEmailCommandOutput
451
+ | SendRawEmailCommandOutput
452
+ | SendTemplatedEmailCommandOutput
453
+ | SetActiveReceiptRuleSetCommandOutput
454
+ | SetIdentityDkimEnabledCommandOutput
455
+ | SetIdentityFeedbackForwardingEnabledCommandOutput
456
+ | SetIdentityHeadersInNotificationsEnabledCommandOutput
457
+ | SetIdentityMailFromDomainCommandOutput
458
+ | SetIdentityNotificationTopicCommandOutput
459
+ | SetReceiptRulePositionCommandOutput
460
+ | TestRenderTemplateCommandOutput
461
+ | UpdateAccountSendingEnabledCommandOutput
462
+ | UpdateConfigurationSetEventDestinationCommandOutput
463
+ | UpdateConfigurationSetReputationMetricsEnabledCommandOutput
464
+ | UpdateConfigurationSetSendingEnabledCommandOutput
465
+ | UpdateConfigurationSetTrackingOptionsCommandOutput
466
+ | UpdateCustomVerificationEmailTemplateCommandOutput
467
+ | UpdateReceiptRuleCommandOutput
468
+ | UpdateTemplateCommandOutput
469
+ | VerifyDomainDkimCommandOutput
470
+ | VerifyDomainIdentityCommandOutput
471
+ | VerifyEmailAddressCommandOutput
472
+ | VerifyEmailIdentityCommandOutput;
473
+ export interface ClientDefaults
474
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
475
+ requestHandler?: __HttpHandler;
476
+
477
+ sha256?: __HashConstructor;
478
+
479
+ urlParser?: __UrlParser;
480
+
481
+ bodyLengthChecker?: __BodyLengthCalculator;
482
+
483
+ streamCollector?: __StreamCollector;
484
+
485
+ base64Decoder?: __Decoder;
486
+
487
+ base64Encoder?: __Encoder;
488
+
489
+ utf8Decoder?: __Decoder;
490
+
491
+ utf8Encoder?: __Encoder;
492
+
493
+ runtime?: string;
494
+
495
+ disableHostPrefix?: boolean;
496
+
497
+ maxAttempts?: number | __Provider<number>;
498
+
499
+ retryMode?: string | __Provider<string>;
500
+
501
+ logger?: __Logger;
502
+
503
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
504
+
505
+ useFipsEndpoint?: boolean | __Provider<boolean>;
506
+
507
+ serviceId?: string;
508
+
509
+ region?: string | __Provider<string>;
510
+
511
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
512
+
513
+ regionInfoProvider?: RegionInfoProvider;
514
+
515
+ defaultUserAgentProvider?: Provider<__UserAgent>;
516
+
517
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
518
+ }
519
+ declare type SESClientConfigType = Partial<
520
+ __SmithyConfiguration<__HttpHandlerOptions>
521
+ > &
522
+ ClientDefaults &
523
+ RegionInputConfig &
524
+ EndpointsInputConfig &
525
+ RetryInputConfig &
526
+ HostHeaderInputConfig &
527
+ AwsAuthInputConfig &
528
+ UserAgentInputConfig;
529
+
530
+ export interface SESClientConfig extends SESClientConfigType {}
531
+ declare type SESClientResolvedConfigType =
532
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
533
+ Required<ClientDefaults> &
534
+ RegionResolvedConfig &
535
+ EndpointsResolvedConfig &
536
+ RetryResolvedConfig &
537
+ HostHeaderResolvedConfig &
538
+ AwsAuthResolvedConfig &
539
+ UserAgentResolvedConfig;
540
+
541
+ export interface SESClientResolvedConfig extends SESClientResolvedConfigType {}
542
+
543
+ export declare class SESClient extends __Client<
544
+ __HttpHandlerOptions,
545
+ ServiceInputTypes,
546
+ ServiceOutputTypes,
547
+ SESClientResolvedConfig
548
+ > {
549
+ readonly config: SESClientResolvedConfig;
550
+ constructor(configuration: SESClientConfig);
551
+
552
+ destroy(): void;
553
+ }
554
+ export {};