@aws-sdk/client-ses 3.37.0 → 3.41.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +42 -0
- package/dist-cjs/commands/index.js +74 -0
- package/dist-cjs/endpoints.js +90 -8
- package/dist-cjs/index.js +5 -77
- package/dist-cjs/pagination/index.js +6 -0
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-cjs/waiters/index.js +4 -0
- package/dist-es/commands/index.js +71 -0
- package/dist-es/endpoints.js +90 -8
- package/dist-es/index.js +5 -77
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-es/waiters/index.js +1 -0
- package/dist-types/SESClient.d.ts +8 -0
- package/dist-types/commands/CloneReceiptRuleSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateConfigurationSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +1 -1
- package/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/CreateReceiptFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateReceiptRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateReceiptRuleSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIdentityCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIdentityPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReceiptFilterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReceiptRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts +1 -1
- package/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConfigurationSetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReceiptRuleCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts +1 -1
- package/dist-types/commands/GetAccountSendingEnabledCommand.d.ts +1 -1
- package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts +1 -1
- package/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +1 -1
- package/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/GetIdentityPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/GetSendQuotaCommand.d.ts +1 -1
- package/dist-types/commands/GetSendStatisticsCommand.d.ts +1 -1
- package/dist-types/commands/GetTemplateCommand.d.ts +1 -1
- package/dist-types/commands/ListConfigurationSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListIdentitiesCommand.d.ts +1 -1
- package/dist-types/commands/ListIdentityPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/ListReceiptFiltersCommand.d.ts +1 -1
- package/dist-types/commands/ListReceiptRuleSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +1 -1
- package/dist-types/commands/PutIdentityPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts +1 -1
- package/dist-types/commands/SendBounceCommand.d.ts +1 -1
- package/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts +1 -1
- package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +1 -1
- package/dist-types/commands/SendEmailCommand.d.ts +1 -1
- package/dist-types/commands/SendRawEmailCommand.d.ts +1 -1
- package/dist-types/commands/SendTemplatedEmailCommand.d.ts +1 -1
- package/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts +1 -1
- package/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts +1 -1
- package/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +1 -1
- package/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +1 -1
- package/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts +1 -1
- package/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts +1 -1
- package/dist-types/commands/SetReceiptRulePositionCommand.d.ts +1 -1
- package/dist-types/commands/TestRenderTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateReceiptRuleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +1 -1
- package/dist-types/commands/VerifyDomainDkimCommand.d.ts +1 -1
- package/dist-types/commands/VerifyDomainIdentityCommand.d.ts +1 -1
- package/dist-types/commands/VerifyEmailAddressCommand.d.ts +1 -1
- package/dist-types/commands/VerifyEmailIdentityCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +71 -0
- package/dist-types/index.d.ts +5 -77
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/SESClient.d.ts +4 -0
- package/dist-types/ts3.4/commands/index.d.ts +71 -0
- package/dist-types/ts3.4/index.d.ts +5 -77
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/waiters/index.d.ts +1 -0
- package/dist-types/waiters/index.d.ts +1 -0
- package/package.json +27 -27
|
@@ -21,7 +21,7 @@ export interface ListVerifiedEmailAddressesCommandOutput extends ListVerifiedEma
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListVerifiedEmailAddressesCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListVerifiedEmailAddressesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListVerifiedEmailAddressesCommand extends $Command<ListVerifiedEmailAddressesCommandInput, ListVerifiedEmailAddressesCommandOutput, SESClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PutConfigurationSetDeliveryOptionsCommandOutput extends PutConf
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutConfigurationSetDeliveryOptionsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutConfigurationSetDeliveryOptionsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class PutConfigurationSetDeliveryOptionsCommand extends $Command<PutConfigurationSetDeliveryOptionsCommandInput, PutConfigurationSetDeliveryOptionsCommandOutput, SESClientResolvedConfig> {
|
|
@@ -30,7 +30,7 @@ export interface PutIdentityPolicyCommandOutput extends PutIdentityPolicyRespons
|
|
|
30
30
|
*
|
|
31
31
|
* @see {@link PutIdentityPolicyCommandInput} for command's `input` shape.
|
|
32
32
|
* @see {@link PutIdentityPolicyCommandOutput} for command's `response` shape.
|
|
33
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
33
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
export declare class PutIdentityPolicyCommand extends $Command<PutIdentityPolicyCommandInput, PutIdentityPolicyCommandOutput, SESClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface ReorderReceiptRuleSetCommandOutput extends ReorderReceiptRuleSe
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link ReorderReceiptRuleSetCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link ReorderReceiptRuleSetCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class ReorderReceiptRuleSetCommand extends $Command<ReorderReceiptRuleSetCommandInput, ReorderReceiptRuleSetCommandOutput, SESClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface SendBounceCommandOutput extends SendBounceResponse, __MetadataB
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link SendBounceCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link SendBounceCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class SendBounceCommand extends $Command<SendBounceCommandInput, SendBounceCommandOutput, SESClientResolvedConfig> {
|
|
@@ -62,7 +62,7 @@ export interface SendBulkTemplatedEmailCommandOutput extends SendBulkTemplatedEm
|
|
|
62
62
|
*
|
|
63
63
|
* @see {@link SendBulkTemplatedEmailCommandInput} for command's `input` shape.
|
|
64
64
|
* @see {@link SendBulkTemplatedEmailCommandOutput} for command's `response` shape.
|
|
65
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
65
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
66
66
|
*
|
|
67
67
|
*/
|
|
68
68
|
export declare class SendBulkTemplatedEmailCommand extends $Command<SendBulkTemplatedEmailCommandInput, SendBulkTemplatedEmailCommandOutput, SESClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface SendCustomVerificationEmailCommandOutput extends SendCustomVeri
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link SendCustomVerificationEmailCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link SendCustomVerificationEmailCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class SendCustomVerificationEmailCommand extends $Command<SendCustomVerificationEmailCommandInput, SendCustomVerificationEmailCommandOutput, SESClientResolvedConfig> {
|
|
@@ -64,7 +64,7 @@ export interface SendEmailCommandOutput extends SendEmailResponse, __MetadataBea
|
|
|
64
64
|
*
|
|
65
65
|
* @see {@link SendEmailCommandInput} for command's `input` shape.
|
|
66
66
|
* @see {@link SendEmailCommandOutput} for command's `response` shape.
|
|
67
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
67
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
68
68
|
*
|
|
69
69
|
*/
|
|
70
70
|
export declare class SendEmailCommand extends $Command<SendEmailCommandInput, SendEmailCommandOutput, SESClientResolvedConfig> {
|
|
@@ -128,7 +128,7 @@ export interface SendRawEmailCommandOutput extends SendRawEmailResponse, __Metad
|
|
|
128
128
|
*
|
|
129
129
|
* @see {@link SendRawEmailCommandInput} for command's `input` shape.
|
|
130
130
|
* @see {@link SendRawEmailCommandOutput} for command's `response` shape.
|
|
131
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
131
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
132
132
|
*
|
|
133
133
|
*/
|
|
134
134
|
export declare class SendRawEmailCommand extends $Command<SendRawEmailCommandInput, SendRawEmailCommandOutput, SESClientResolvedConfig> {
|
|
@@ -69,7 +69,7 @@ export interface SendTemplatedEmailCommandOutput extends SendTemplatedEmailRespo
|
|
|
69
69
|
*
|
|
70
70
|
* @see {@link SendTemplatedEmailCommandInput} for command's `input` shape.
|
|
71
71
|
* @see {@link SendTemplatedEmailCommandOutput} for command's `response` shape.
|
|
72
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
72
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
73
73
|
*
|
|
74
74
|
*/
|
|
75
75
|
export declare class SendTemplatedEmailCommand extends $Command<SendTemplatedEmailCommandInput, SendTemplatedEmailCommandOutput, SESClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface SetActiveReceiptRuleSetCommandOutput extends SetActiveReceiptRu
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link SetActiveReceiptRuleSetCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link SetActiveReceiptRuleSetCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class SetActiveReceiptRuleSetCommand extends $Command<SetActiveReceiptRuleSetCommandInput, SetActiveReceiptRuleSetCommandOutput, SESClientResolvedConfig> {
|
|
@@ -32,7 +32,7 @@ export interface SetIdentityDkimEnabledCommandOutput extends SetIdentityDkimEnab
|
|
|
32
32
|
*
|
|
33
33
|
* @see {@link SetIdentityDkimEnabledCommandInput} for command's `input` shape.
|
|
34
34
|
* @see {@link SetIdentityDkimEnabledCommandOutput} for command's `response` shape.
|
|
35
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
35
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
export declare class SetIdentityDkimEnabledCommand extends $Command<SetIdentityDkimEnabledCommandInput, SetIdentityDkimEnabledCommandOutput, SESClientResolvedConfig> {
|
|
@@ -30,7 +30,7 @@ export interface SetIdentityFeedbackForwardingEnabledCommandOutput extends SetId
|
|
|
30
30
|
*
|
|
31
31
|
* @see {@link SetIdentityFeedbackForwardingEnabledCommandInput} for command's `input` shape.
|
|
32
32
|
* @see {@link SetIdentityFeedbackForwardingEnabledCommandOutput} for command's `response` shape.
|
|
33
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
33
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
export declare class SetIdentityFeedbackForwardingEnabledCommand extends $Command<SetIdentityFeedbackForwardingEnabledCommandInput, SetIdentityFeedbackForwardingEnabledCommandOutput, SESClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface SetIdentityHeadersInNotificationsEnabledCommandOutput extends S
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link SetIdentityHeadersInNotificationsEnabledCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link SetIdentityHeadersInNotificationsEnabledCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class SetIdentityHeadersInNotificationsEnabledCommand extends $Command<SetIdentityHeadersInNotificationsEnabledCommandInput, SetIdentityHeadersInNotificationsEnabledCommandOutput, SESClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface SetIdentityMailFromDomainCommandOutput extends SetIdentityMailF
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link SetIdentityMailFromDomainCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link SetIdentityMailFromDomainCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class SetIdentityMailFromDomainCommand extends $Command<SetIdentityMailFromDomainCommandInput, SetIdentityMailFromDomainCommandOutput, SESClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface SetIdentityNotificationTopicCommandOutput extends SetIdentityNo
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link SetIdentityNotificationTopicCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link SetIdentityNotificationTopicCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class SetIdentityNotificationTopicCommand extends $Command<SetIdentityNotificationTopicCommandInput, SetIdentityNotificationTopicCommandOutput, SESClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface SetReceiptRulePositionCommandOutput extends SetReceiptRulePosit
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link SetReceiptRulePositionCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link SetReceiptRulePositionCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class SetReceiptRulePositionCommand extends $Command<SetReceiptRulePositionCommandInput, SetReceiptRulePositionCommandOutput, SESClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface TestRenderTemplateCommandOutput extends TestRenderTemplateRespo
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link TestRenderTemplateCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link TestRenderTemplateCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class TestRenderTemplateCommand extends $Command<TestRenderTemplateCommandInput, TestRenderTemplateCommandOutput, SESClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface UpdateAccountSendingEnabledCommandOutput extends __MetadataBear
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link UpdateAccountSendingEnabledCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link UpdateAccountSendingEnabledCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class UpdateAccountSendingEnabledCommand extends $Command<UpdateAccountSendingEnabledCommandInput, UpdateAccountSendingEnabledCommandOutput, SESClientResolvedConfig> {
|
|
@@ -31,7 +31,7 @@ export interface UpdateConfigurationSetEventDestinationCommandOutput extends Upd
|
|
|
31
31
|
*
|
|
32
32
|
* @see {@link UpdateConfigurationSetEventDestinationCommandInput} for command's `input` shape.
|
|
33
33
|
* @see {@link UpdateConfigurationSetEventDestinationCommandOutput} for command's `response` shape.
|
|
34
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
34
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
export declare class UpdateConfigurationSetEventDestinationCommand extends $Command<UpdateConfigurationSetEventDestinationCommandInput, UpdateConfigurationSetEventDestinationCommandOutput, SESClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface UpdateConfigurationSetReputationMetricsEnabledCommandOutput ext
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link UpdateConfigurationSetReputationMetricsEnabledCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link UpdateConfigurationSetReputationMetricsEnabledCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class UpdateConfigurationSetReputationMetricsEnabledCommand extends $Command<UpdateConfigurationSetReputationMetricsEnabledCommandInput, UpdateConfigurationSetReputationMetricsEnabledCommandOutput, SESClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface UpdateConfigurationSetSendingEnabledCommandOutput extends __Met
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link UpdateConfigurationSetSendingEnabledCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link UpdateConfigurationSetSendingEnabledCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class UpdateConfigurationSetSendingEnabledCommand extends $Command<UpdateConfigurationSetSendingEnabledCommandInput, UpdateConfigurationSetSendingEnabledCommandOutput, SESClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface UpdateConfigurationSetTrackingOptionsCommandOutput extends Upda
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link UpdateConfigurationSetTrackingOptionsCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link UpdateConfigurationSetTrackingOptionsCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class UpdateConfigurationSetTrackingOptionsCommand extends $Command<UpdateConfigurationSetTrackingOptionsCommandInput, UpdateConfigurationSetTrackingOptionsCommandOutput, SESClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface UpdateCustomVerificationEmailTemplateCommandOutput extends __Me
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link UpdateCustomVerificationEmailTemplateCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link UpdateCustomVerificationEmailTemplateCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class UpdateCustomVerificationEmailTemplateCommand extends $Command<UpdateCustomVerificationEmailTemplateCommandInput, UpdateCustomVerificationEmailTemplateCommandOutput, SESClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface UpdateReceiptRuleCommandOutput extends UpdateReceiptRuleRespons
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link UpdateReceiptRuleCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link UpdateReceiptRuleCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class UpdateReceiptRuleCommand extends $Command<UpdateReceiptRuleCommandInput, UpdateReceiptRuleCommandOutput, SESClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link UpdateTemplateCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link UpdateTemplateCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class UpdateTemplateCommand extends $Command<UpdateTemplateCommandInput, UpdateTemplateCommandOutput, SESClientResolvedConfig> {
|
|
@@ -58,7 +58,7 @@ export interface VerifyDomainDkimCommandOutput extends VerifyDomainDkimResponse,
|
|
|
58
58
|
*
|
|
59
59
|
* @see {@link VerifyDomainDkimCommandInput} for command's `input` shape.
|
|
60
60
|
* @see {@link VerifyDomainDkimCommandOutput} for command's `response` shape.
|
|
61
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
61
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
62
62
|
*
|
|
63
63
|
*/
|
|
64
64
|
export declare class VerifyDomainDkimCommand extends $Command<VerifyDomainDkimCommandInput, VerifyDomainDkimCommandOutput, SESClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface VerifyDomainIdentityCommandOutput extends VerifyDomainIdentityR
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link VerifyDomainIdentityCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link VerifyDomainIdentityCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class VerifyDomainIdentityCommand extends $Command<VerifyDomainIdentityCommandInput, VerifyDomainIdentityCommandOutput, SESClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface VerifyEmailAddressCommandOutput extends __MetadataBearer {
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link VerifyEmailAddressCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link VerifyEmailAddressCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class VerifyEmailAddressCommand extends $Command<VerifyEmailAddressCommandInput, VerifyEmailAddressCommandOutput, SESClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface VerifyEmailIdentityCommandOutput extends VerifyEmailIdentityRes
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link VerifyEmailIdentityCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link VerifyEmailIdentityCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link SESClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class VerifyEmailIdentityCommand extends $Command<VerifyEmailIdentityCommandInput, VerifyEmailIdentityCommandOutput, SESClientResolvedConfig> {
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
export * from "./CloneReceiptRuleSetCommand";
|
|
2
|
+
export * from "./CreateConfigurationSetCommand";
|
|
3
|
+
export * from "./CreateConfigurationSetEventDestinationCommand";
|
|
4
|
+
export * from "./CreateConfigurationSetTrackingOptionsCommand";
|
|
5
|
+
export * from "./CreateCustomVerificationEmailTemplateCommand";
|
|
6
|
+
export * from "./CreateReceiptFilterCommand";
|
|
7
|
+
export * from "./CreateReceiptRuleCommand";
|
|
8
|
+
export * from "./CreateReceiptRuleSetCommand";
|
|
9
|
+
export * from "./CreateTemplateCommand";
|
|
10
|
+
export * from "./DeleteConfigurationSetCommand";
|
|
11
|
+
export * from "./DeleteConfigurationSetEventDestinationCommand";
|
|
12
|
+
export * from "./DeleteConfigurationSetTrackingOptionsCommand";
|
|
13
|
+
export * from "./DeleteCustomVerificationEmailTemplateCommand";
|
|
14
|
+
export * from "./DeleteIdentityCommand";
|
|
15
|
+
export * from "./DeleteIdentityPolicyCommand";
|
|
16
|
+
export * from "./DeleteReceiptFilterCommand";
|
|
17
|
+
export * from "./DeleteReceiptRuleCommand";
|
|
18
|
+
export * from "./DeleteReceiptRuleSetCommand";
|
|
19
|
+
export * from "./DeleteTemplateCommand";
|
|
20
|
+
export * from "./DeleteVerifiedEmailAddressCommand";
|
|
21
|
+
export * from "./DescribeActiveReceiptRuleSetCommand";
|
|
22
|
+
export * from "./DescribeConfigurationSetCommand";
|
|
23
|
+
export * from "./DescribeReceiptRuleCommand";
|
|
24
|
+
export * from "./DescribeReceiptRuleSetCommand";
|
|
25
|
+
export * from "./GetAccountSendingEnabledCommand";
|
|
26
|
+
export * from "./GetCustomVerificationEmailTemplateCommand";
|
|
27
|
+
export * from "./GetIdentityDkimAttributesCommand";
|
|
28
|
+
export * from "./GetIdentityMailFromDomainAttributesCommand";
|
|
29
|
+
export * from "./GetIdentityNotificationAttributesCommand";
|
|
30
|
+
export * from "./GetIdentityPoliciesCommand";
|
|
31
|
+
export * from "./GetIdentityVerificationAttributesCommand";
|
|
32
|
+
export * from "./GetSendQuotaCommand";
|
|
33
|
+
export * from "./GetSendStatisticsCommand";
|
|
34
|
+
export * from "./GetTemplateCommand";
|
|
35
|
+
export * from "./ListConfigurationSetsCommand";
|
|
36
|
+
export * from "./ListCustomVerificationEmailTemplatesCommand";
|
|
37
|
+
export * from "./ListIdentitiesCommand";
|
|
38
|
+
export * from "./ListIdentityPoliciesCommand";
|
|
39
|
+
export * from "./ListReceiptFiltersCommand";
|
|
40
|
+
export * from "./ListReceiptRuleSetsCommand";
|
|
41
|
+
export * from "./ListTemplatesCommand";
|
|
42
|
+
export * from "./ListVerifiedEmailAddressesCommand";
|
|
43
|
+
export * from "./PutConfigurationSetDeliveryOptionsCommand";
|
|
44
|
+
export * from "./PutIdentityPolicyCommand";
|
|
45
|
+
export * from "./ReorderReceiptRuleSetCommand";
|
|
46
|
+
export * from "./SendBounceCommand";
|
|
47
|
+
export * from "./SendBulkTemplatedEmailCommand";
|
|
48
|
+
export * from "./SendCustomVerificationEmailCommand";
|
|
49
|
+
export * from "./SendEmailCommand";
|
|
50
|
+
export * from "./SendRawEmailCommand";
|
|
51
|
+
export * from "./SendTemplatedEmailCommand";
|
|
52
|
+
export * from "./SetActiveReceiptRuleSetCommand";
|
|
53
|
+
export * from "./SetIdentityDkimEnabledCommand";
|
|
54
|
+
export * from "./SetIdentityFeedbackForwardingEnabledCommand";
|
|
55
|
+
export * from "./SetIdentityHeadersInNotificationsEnabledCommand";
|
|
56
|
+
export * from "./SetIdentityMailFromDomainCommand";
|
|
57
|
+
export * from "./SetIdentityNotificationTopicCommand";
|
|
58
|
+
export * from "./SetReceiptRulePositionCommand";
|
|
59
|
+
export * from "./TestRenderTemplateCommand";
|
|
60
|
+
export * from "./UpdateAccountSendingEnabledCommand";
|
|
61
|
+
export * from "./UpdateConfigurationSetEventDestinationCommand";
|
|
62
|
+
export * from "./UpdateConfigurationSetReputationMetricsEnabledCommand";
|
|
63
|
+
export * from "./UpdateConfigurationSetSendingEnabledCommand";
|
|
64
|
+
export * from "./UpdateConfigurationSetTrackingOptionsCommand";
|
|
65
|
+
export * from "./UpdateCustomVerificationEmailTemplateCommand";
|
|
66
|
+
export * from "./UpdateReceiptRuleCommand";
|
|
67
|
+
export * from "./UpdateTemplateCommand";
|
|
68
|
+
export * from "./VerifyDomainDkimCommand";
|
|
69
|
+
export * from "./VerifyDomainIdentityCommand";
|
|
70
|
+
export * from "./VerifyEmailAddressCommand";
|
|
71
|
+
export * from "./VerifyEmailIdentityCommand";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,78 +1,6 @@
|
|
|
1
|
-
export * from "./SESClient";
|
|
2
1
|
export * from "./SES";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./
|
|
8
|
-
export * from "./commands/CreateReceiptFilterCommand";
|
|
9
|
-
export * from "./commands/CreateReceiptRuleCommand";
|
|
10
|
-
export * from "./commands/CreateReceiptRuleSetCommand";
|
|
11
|
-
export * from "./commands/CreateTemplateCommand";
|
|
12
|
-
export * from "./commands/DeleteConfigurationSetCommand";
|
|
13
|
-
export * from "./commands/DeleteConfigurationSetEventDestinationCommand";
|
|
14
|
-
export * from "./commands/DeleteConfigurationSetTrackingOptionsCommand";
|
|
15
|
-
export * from "./commands/DeleteCustomVerificationEmailTemplateCommand";
|
|
16
|
-
export * from "./commands/DeleteIdentityCommand";
|
|
17
|
-
export * from "./commands/DeleteIdentityPolicyCommand";
|
|
18
|
-
export * from "./commands/DeleteReceiptFilterCommand";
|
|
19
|
-
export * from "./commands/DeleteReceiptRuleCommand";
|
|
20
|
-
export * from "./commands/DeleteReceiptRuleSetCommand";
|
|
21
|
-
export * from "./commands/DeleteTemplateCommand";
|
|
22
|
-
export * from "./commands/DeleteVerifiedEmailAddressCommand";
|
|
23
|
-
export * from "./commands/DescribeActiveReceiptRuleSetCommand";
|
|
24
|
-
export * from "./commands/DescribeConfigurationSetCommand";
|
|
25
|
-
export * from "./commands/DescribeReceiptRuleCommand";
|
|
26
|
-
export * from "./commands/DescribeReceiptRuleSetCommand";
|
|
27
|
-
export * from "./commands/GetAccountSendingEnabledCommand";
|
|
28
|
-
export * from "./commands/GetCustomVerificationEmailTemplateCommand";
|
|
29
|
-
export * from "./commands/GetIdentityDkimAttributesCommand";
|
|
30
|
-
export * from "./commands/GetIdentityMailFromDomainAttributesCommand";
|
|
31
|
-
export * from "./commands/GetIdentityNotificationAttributesCommand";
|
|
32
|
-
export * from "./commands/GetIdentityPoliciesCommand";
|
|
33
|
-
export * from "./commands/GetIdentityVerificationAttributesCommand";
|
|
34
|
-
export * from "./waiters/waitForIdentityExists";
|
|
35
|
-
export * from "./commands/GetSendQuotaCommand";
|
|
36
|
-
export * from "./commands/GetSendStatisticsCommand";
|
|
37
|
-
export * from "./commands/GetTemplateCommand";
|
|
38
|
-
export * from "./commands/ListConfigurationSetsCommand";
|
|
39
|
-
export * from "./commands/ListCustomVerificationEmailTemplatesCommand";
|
|
40
|
-
export * from "./pagination/ListCustomVerificationEmailTemplatesPaginator";
|
|
41
|
-
export * from "./commands/ListIdentitiesCommand";
|
|
42
|
-
export * from "./pagination/ListIdentitiesPaginator";
|
|
43
|
-
export * from "./commands/ListIdentityPoliciesCommand";
|
|
44
|
-
export * from "./commands/ListReceiptFiltersCommand";
|
|
45
|
-
export * from "./commands/ListReceiptRuleSetsCommand";
|
|
46
|
-
export * from "./commands/ListTemplatesCommand";
|
|
47
|
-
export * from "./commands/ListVerifiedEmailAddressesCommand";
|
|
48
|
-
export * from "./commands/PutConfigurationSetDeliveryOptionsCommand";
|
|
49
|
-
export * from "./commands/PutIdentityPolicyCommand";
|
|
50
|
-
export * from "./commands/ReorderReceiptRuleSetCommand";
|
|
51
|
-
export * from "./commands/SendBounceCommand";
|
|
52
|
-
export * from "./commands/SendBulkTemplatedEmailCommand";
|
|
53
|
-
export * from "./commands/SendCustomVerificationEmailCommand";
|
|
54
|
-
export * from "./commands/SendEmailCommand";
|
|
55
|
-
export * from "./commands/SendRawEmailCommand";
|
|
56
|
-
export * from "./commands/SendTemplatedEmailCommand";
|
|
57
|
-
export * from "./commands/SetActiveReceiptRuleSetCommand";
|
|
58
|
-
export * from "./commands/SetIdentityDkimEnabledCommand";
|
|
59
|
-
export * from "./commands/SetIdentityFeedbackForwardingEnabledCommand";
|
|
60
|
-
export * from "./commands/SetIdentityHeadersInNotificationsEnabledCommand";
|
|
61
|
-
export * from "./commands/SetIdentityMailFromDomainCommand";
|
|
62
|
-
export * from "./commands/SetIdentityNotificationTopicCommand";
|
|
63
|
-
export * from "./commands/SetReceiptRulePositionCommand";
|
|
64
|
-
export * from "./commands/TestRenderTemplateCommand";
|
|
65
|
-
export * from "./commands/UpdateAccountSendingEnabledCommand";
|
|
66
|
-
export * from "./commands/UpdateConfigurationSetEventDestinationCommand";
|
|
67
|
-
export * from "./commands/UpdateConfigurationSetReputationMetricsEnabledCommand";
|
|
68
|
-
export * from "./commands/UpdateConfigurationSetSendingEnabledCommand";
|
|
69
|
-
export * from "./commands/UpdateConfigurationSetTrackingOptionsCommand";
|
|
70
|
-
export * from "./commands/UpdateCustomVerificationEmailTemplateCommand";
|
|
71
|
-
export * from "./commands/UpdateReceiptRuleCommand";
|
|
72
|
-
export * from "./commands/UpdateTemplateCommand";
|
|
73
|
-
export * from "./commands/VerifyDomainDkimCommand";
|
|
74
|
-
export * from "./commands/VerifyDomainIdentityCommand";
|
|
75
|
-
export * from "./commands/VerifyEmailAddressCommand";
|
|
76
|
-
export * from "./commands/VerifyEmailIdentityCommand";
|
|
77
|
-
export * from "./pagination/Interfaces";
|
|
78
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./SESClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: SESClientConfig) => {
|
|
|
16
16
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
22
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
23
|
apiVersion: string;
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: SESClientConfig) => {
|
|
|
16
16
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
22
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
23
|
apiVersion: string;
|
|
@@ -18,6 +18,8 @@ export declare const getRuntimeConfig: (config: SESClientConfig) => {
|
|
|
18
18
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
19
19
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
20
20
|
logger: import("@aws-sdk/types").Logger;
|
|
21
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
22
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
23
|
serviceId: string;
|
|
22
24
|
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
@@ -109,6 +109,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
109
109
|
|
|
110
110
|
logger?: __Logger;
|
|
111
111
|
|
|
112
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
113
|
+
|
|
114
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
115
|
+
|
|
112
116
|
serviceId?: string;
|
|
113
117
|
|
|
114
118
|
region?: string | __Provider<string>;
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
export * from "./CloneReceiptRuleSetCommand";
|
|
2
|
+
export * from "./CreateConfigurationSetCommand";
|
|
3
|
+
export * from "./CreateConfigurationSetEventDestinationCommand";
|
|
4
|
+
export * from "./CreateConfigurationSetTrackingOptionsCommand";
|
|
5
|
+
export * from "./CreateCustomVerificationEmailTemplateCommand";
|
|
6
|
+
export * from "./CreateReceiptFilterCommand";
|
|
7
|
+
export * from "./CreateReceiptRuleCommand";
|
|
8
|
+
export * from "./CreateReceiptRuleSetCommand";
|
|
9
|
+
export * from "./CreateTemplateCommand";
|
|
10
|
+
export * from "./DeleteConfigurationSetCommand";
|
|
11
|
+
export * from "./DeleteConfigurationSetEventDestinationCommand";
|
|
12
|
+
export * from "./DeleteConfigurationSetTrackingOptionsCommand";
|
|
13
|
+
export * from "./DeleteCustomVerificationEmailTemplateCommand";
|
|
14
|
+
export * from "./DeleteIdentityCommand";
|
|
15
|
+
export * from "./DeleteIdentityPolicyCommand";
|
|
16
|
+
export * from "./DeleteReceiptFilterCommand";
|
|
17
|
+
export * from "./DeleteReceiptRuleCommand";
|
|
18
|
+
export * from "./DeleteReceiptRuleSetCommand";
|
|
19
|
+
export * from "./DeleteTemplateCommand";
|
|
20
|
+
export * from "./DeleteVerifiedEmailAddressCommand";
|
|
21
|
+
export * from "./DescribeActiveReceiptRuleSetCommand";
|
|
22
|
+
export * from "./DescribeConfigurationSetCommand";
|
|
23
|
+
export * from "./DescribeReceiptRuleCommand";
|
|
24
|
+
export * from "./DescribeReceiptRuleSetCommand";
|
|
25
|
+
export * from "./GetAccountSendingEnabledCommand";
|
|
26
|
+
export * from "./GetCustomVerificationEmailTemplateCommand";
|
|
27
|
+
export * from "./GetIdentityDkimAttributesCommand";
|
|
28
|
+
export * from "./GetIdentityMailFromDomainAttributesCommand";
|
|
29
|
+
export * from "./GetIdentityNotificationAttributesCommand";
|
|
30
|
+
export * from "./GetIdentityPoliciesCommand";
|
|
31
|
+
export * from "./GetIdentityVerificationAttributesCommand";
|
|
32
|
+
export * from "./GetSendQuotaCommand";
|
|
33
|
+
export * from "./GetSendStatisticsCommand";
|
|
34
|
+
export * from "./GetTemplateCommand";
|
|
35
|
+
export * from "./ListConfigurationSetsCommand";
|
|
36
|
+
export * from "./ListCustomVerificationEmailTemplatesCommand";
|
|
37
|
+
export * from "./ListIdentitiesCommand";
|
|
38
|
+
export * from "./ListIdentityPoliciesCommand";
|
|
39
|
+
export * from "./ListReceiptFiltersCommand";
|
|
40
|
+
export * from "./ListReceiptRuleSetsCommand";
|
|
41
|
+
export * from "./ListTemplatesCommand";
|
|
42
|
+
export * from "./ListVerifiedEmailAddressesCommand";
|
|
43
|
+
export * from "./PutConfigurationSetDeliveryOptionsCommand";
|
|
44
|
+
export * from "./PutIdentityPolicyCommand";
|
|
45
|
+
export * from "./ReorderReceiptRuleSetCommand";
|
|
46
|
+
export * from "./SendBounceCommand";
|
|
47
|
+
export * from "./SendBulkTemplatedEmailCommand";
|
|
48
|
+
export * from "./SendCustomVerificationEmailCommand";
|
|
49
|
+
export * from "./SendEmailCommand";
|
|
50
|
+
export * from "./SendRawEmailCommand";
|
|
51
|
+
export * from "./SendTemplatedEmailCommand";
|
|
52
|
+
export * from "./SetActiveReceiptRuleSetCommand";
|
|
53
|
+
export * from "./SetIdentityDkimEnabledCommand";
|
|
54
|
+
export * from "./SetIdentityFeedbackForwardingEnabledCommand";
|
|
55
|
+
export * from "./SetIdentityHeadersInNotificationsEnabledCommand";
|
|
56
|
+
export * from "./SetIdentityMailFromDomainCommand";
|
|
57
|
+
export * from "./SetIdentityNotificationTopicCommand";
|
|
58
|
+
export * from "./SetReceiptRulePositionCommand";
|
|
59
|
+
export * from "./TestRenderTemplateCommand";
|
|
60
|
+
export * from "./UpdateAccountSendingEnabledCommand";
|
|
61
|
+
export * from "./UpdateConfigurationSetEventDestinationCommand";
|
|
62
|
+
export * from "./UpdateConfigurationSetReputationMetricsEnabledCommand";
|
|
63
|
+
export * from "./UpdateConfigurationSetSendingEnabledCommand";
|
|
64
|
+
export * from "./UpdateConfigurationSetTrackingOptionsCommand";
|
|
65
|
+
export * from "./UpdateCustomVerificationEmailTemplateCommand";
|
|
66
|
+
export * from "./UpdateReceiptRuleCommand";
|
|
67
|
+
export * from "./UpdateTemplateCommand";
|
|
68
|
+
export * from "./VerifyDomainDkimCommand";
|
|
69
|
+
export * from "./VerifyDomainIdentityCommand";
|
|
70
|
+
export * from "./VerifyEmailAddressCommand";
|
|
71
|
+
export * from "./VerifyEmailIdentityCommand";
|