@aws-sdk/client-ses 3.299.0 → 3.301.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 (72) hide show
  1. package/dist-types/commands/CloneReceiptRuleSetCommand.d.ts +4 -0
  2. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +5 -0
  3. package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +26 -0
  4. package/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +8 -0
  6. package/dist-types/commands/CreateReceiptFilterCommand.d.ts +9 -0
  7. package/dist-types/commands/CreateReceiptRuleCommand.d.ts +51 -0
  8. package/dist-types/commands/CreateReceiptRuleSetCommand.d.ts +3 -0
  9. package/dist-types/commands/CreateTemplateCommand.d.ts +8 -0
  10. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +3 -0
  11. package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +4 -0
  12. package/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +3 -0
  13. package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +3 -0
  14. package/dist-types/commands/DeleteIdentityCommand.d.ts +3 -0
  15. package/dist-types/commands/DeleteIdentityPolicyCommand.d.ts +4 -0
  16. package/dist-types/commands/DeleteReceiptFilterCommand.d.ts +3 -0
  17. package/dist-types/commands/DeleteReceiptRuleCommand.d.ts +4 -0
  18. package/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts +3 -0
  19. package/dist-types/commands/DeleteTemplateCommand.d.ts +3 -0
  20. package/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts +3 -0
  21. package/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts +1 -0
  22. package/dist-types/commands/DescribeConfigurationSetCommand.d.ts +6 -0
  23. package/dist-types/commands/DescribeReceiptRuleCommand.d.ts +4 -0
  24. package/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts +3 -0
  25. package/dist-types/commands/GetAccountSendingEnabledCommand.d.ts +1 -0
  26. package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +3 -0
  27. package/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts +5 -0
  28. package/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +5 -0
  29. package/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts +5 -0
  30. package/dist-types/commands/GetIdentityPoliciesCommand.d.ts +6 -0
  31. package/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts +5 -0
  32. package/dist-types/commands/GetSendQuotaCommand.d.ts +1 -0
  33. package/dist-types/commands/GetSendStatisticsCommand.d.ts +1 -0
  34. package/dist-types/commands/GetTemplateCommand.d.ts +3 -0
  35. package/dist-types/commands/ListConfigurationSetsCommand.d.ts +4 -0
  36. package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +4 -0
  37. package/dist-types/commands/ListIdentitiesCommand.d.ts +5 -0
  38. package/dist-types/commands/ListIdentityPoliciesCommand.d.ts +3 -0
  39. package/dist-types/commands/ListReceiptFiltersCommand.d.ts +1 -0
  40. package/dist-types/commands/ListReceiptRuleSetsCommand.d.ts +3 -0
  41. package/dist-types/commands/ListTemplatesCommand.d.ts +4 -0
  42. package/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts +1 -0
  43. package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +6 -0
  44. package/dist-types/commands/PutIdentityPolicyCommand.d.ts +5 -0
  45. package/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts +6 -0
  46. package/dist-types/commands/SendBounceCommand.d.ts +37 -0
  47. package/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts +41 -0
  48. package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +5 -0
  49. package/dist-types/commands/SendEmailCommand.d.ts +43 -0
  50. package/dist-types/commands/SendRawEmailCommand.d.ts +19 -0
  51. package/dist-types/commands/SendTemplatedEmailCommand.d.ts +30 -0
  52. package/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts +3 -0
  53. package/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts +4 -0
  54. package/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +4 -0
  55. package/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +5 -0
  56. package/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts +5 -0
  57. package/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts +5 -0
  58. package/dist-types/commands/SetReceiptRulePositionCommand.d.ts +5 -0
  59. package/dist-types/commands/TestRenderTemplateCommand.d.ts +4 -0
  60. package/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts +3 -0
  61. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +26 -0
  62. package/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +4 -0
  63. package/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +4 -0
  64. package/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +6 -0
  65. package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +8 -0
  66. package/dist-types/commands/UpdateReceiptRuleCommand.d.ts +50 -0
  67. package/dist-types/commands/UpdateTemplateCommand.d.ts +8 -0
  68. package/dist-types/commands/VerifyDomainDkimCommand.d.ts +3 -0
  69. package/dist-types/commands/VerifyDomainIdentityCommand.d.ts +3 -0
  70. package/dist-types/commands/VerifyEmailAddressCommand.d.ts +3 -0
  71. package/dist-types/commands/VerifyEmailIdentityCommand.d.ts +3 -0
  72. package/package.json +8 -8
@@ -34,6 +34,43 @@ export interface SendBounceCommandOutput extends SendBounceResponse, __MetadataB
34
34
  * import { SESClient, SendBounceCommand } from "@aws-sdk/client-ses"; // ES Modules import
35
35
  * // const { SESClient, SendBounceCommand } = require("@aws-sdk/client-ses"); // CommonJS import
36
36
  * const client = new SESClient(config);
37
+ * const input = { // SendBounceRequest
38
+ * OriginalMessageId: "STRING_VALUE", // required
39
+ * BounceSender: "STRING_VALUE", // required
40
+ * Explanation: "STRING_VALUE",
41
+ * MessageDsn: { // MessageDsn
42
+ * ReportingMta: "STRING_VALUE", // required
43
+ * ArrivalDate: new Date("TIMESTAMP"),
44
+ * ExtensionFields: [ // ExtensionFieldList
45
+ * { // ExtensionField
46
+ * Name: "STRING_VALUE", // required
47
+ * Value: "STRING_VALUE", // required
48
+ * },
49
+ * ],
50
+ * },
51
+ * BouncedRecipientInfoList: [ // BouncedRecipientInfoList // required
52
+ * { // BouncedRecipientInfo
53
+ * Recipient: "STRING_VALUE", // required
54
+ * RecipientArn: "STRING_VALUE",
55
+ * BounceType: "STRING_VALUE",
56
+ * RecipientDsnFields: { // RecipientDsnFields
57
+ * FinalRecipient: "STRING_VALUE",
58
+ * Action: "STRING_VALUE", // required
59
+ * RemoteMta: "STRING_VALUE",
60
+ * Status: "STRING_VALUE", // required
61
+ * DiagnosticCode: "STRING_VALUE",
62
+ * LastAttemptDate: new Date("TIMESTAMP"),
63
+ * ExtensionFields: [
64
+ * {
65
+ * Name: "STRING_VALUE", // required
66
+ * Value: "STRING_VALUE", // required
67
+ * },
68
+ * ],
69
+ * },
70
+ * },
71
+ * ],
72
+ * BounceSenderArn: "STRING_VALUE",
73
+ * };
37
74
  * const command = new SendBounceCommand(input);
38
75
  * const response = await client.send(command);
39
76
  * ```
@@ -68,6 +68,47 @@ export interface SendBulkTemplatedEmailCommandOutput extends SendBulkTemplatedEm
68
68
  * import { SESClient, SendBulkTemplatedEmailCommand } from "@aws-sdk/client-ses"; // ES Modules import
69
69
  * // const { SESClient, SendBulkTemplatedEmailCommand } = require("@aws-sdk/client-ses"); // CommonJS import
70
70
  * const client = new SESClient(config);
71
+ * const input = { // SendBulkTemplatedEmailRequest
72
+ * Source: "STRING_VALUE", // required
73
+ * SourceArn: "STRING_VALUE",
74
+ * ReplyToAddresses: [ // AddressList
75
+ * "STRING_VALUE",
76
+ * ],
77
+ * ReturnPath: "STRING_VALUE",
78
+ * ReturnPathArn: "STRING_VALUE",
79
+ * ConfigurationSetName: "STRING_VALUE",
80
+ * DefaultTags: [ // MessageTagList
81
+ * { // MessageTag
82
+ * Name: "STRING_VALUE", // required
83
+ * Value: "STRING_VALUE", // required
84
+ * },
85
+ * ],
86
+ * Template: "STRING_VALUE", // required
87
+ * TemplateArn: "STRING_VALUE",
88
+ * DefaultTemplateData: "STRING_VALUE",
89
+ * Destinations: [ // BulkEmailDestinationList // required
90
+ * { // BulkEmailDestination
91
+ * Destination: { // Destination
92
+ * ToAddresses: [
93
+ * "STRING_VALUE",
94
+ * ],
95
+ * CcAddresses: [
96
+ * "STRING_VALUE",
97
+ * ],
98
+ * BccAddresses: [
99
+ * "STRING_VALUE",
100
+ * ],
101
+ * },
102
+ * ReplacementTags: [
103
+ * {
104
+ * Name: "STRING_VALUE", // required
105
+ * Value: "STRING_VALUE", // required
106
+ * },
107
+ * ],
108
+ * ReplacementTemplateData: "STRING_VALUE",
109
+ * },
110
+ * ],
111
+ * };
71
112
  * const command = new SendBulkTemplatedEmailCommand(input);
72
113
  * const response = await client.send(command);
73
114
  * ```
@@ -34,6 +34,11 @@ export interface SendCustomVerificationEmailCommandOutput extends SendCustomVeri
34
34
  * import { SESClient, SendCustomVerificationEmailCommand } from "@aws-sdk/client-ses"; // ES Modules import
35
35
  * // const { SESClient, SendCustomVerificationEmailCommand } = require("@aws-sdk/client-ses"); // CommonJS import
36
36
  * const client = new SESClient(config);
37
+ * const input = { // SendCustomVerificationEmailRequest
38
+ * EmailAddress: "STRING_VALUE", // required
39
+ * TemplateName: "STRING_VALUE", // required
40
+ * ConfigurationSetName: "STRING_VALUE",
41
+ * };
37
42
  * const command = new SendCustomVerificationEmailCommand(input);
38
43
  * const response = await client.send(command);
39
44
  * ```
@@ -70,6 +70,49 @@ export interface SendEmailCommandOutput extends SendEmailResponse, __MetadataBea
70
70
  * import { SESClient, SendEmailCommand } from "@aws-sdk/client-ses"; // ES Modules import
71
71
  * // const { SESClient, SendEmailCommand } = require("@aws-sdk/client-ses"); // CommonJS import
72
72
  * const client = new SESClient(config);
73
+ * const input = { // SendEmailRequest
74
+ * Source: "STRING_VALUE", // required
75
+ * Destination: { // Destination
76
+ * ToAddresses: [ // AddressList
77
+ * "STRING_VALUE",
78
+ * ],
79
+ * CcAddresses: [
80
+ * "STRING_VALUE",
81
+ * ],
82
+ * BccAddresses: [
83
+ * "STRING_VALUE",
84
+ * ],
85
+ * },
86
+ * Message: { // Message
87
+ * Subject: { // Content
88
+ * Data: "STRING_VALUE", // required
89
+ * Charset: "STRING_VALUE",
90
+ * },
91
+ * Body: { // Body
92
+ * Text: {
93
+ * Data: "STRING_VALUE", // required
94
+ * Charset: "STRING_VALUE",
95
+ * },
96
+ * Html: {
97
+ * Data: "STRING_VALUE", // required
98
+ * Charset: "STRING_VALUE",
99
+ * },
100
+ * },
101
+ * },
102
+ * ReplyToAddresses: [
103
+ * "STRING_VALUE",
104
+ * ],
105
+ * ReturnPath: "STRING_VALUE",
106
+ * SourceArn: "STRING_VALUE",
107
+ * ReturnPathArn: "STRING_VALUE",
108
+ * Tags: [ // MessageTagList
109
+ * { // MessageTag
110
+ * Name: "STRING_VALUE", // required
111
+ * Value: "STRING_VALUE", // required
112
+ * },
113
+ * ],
114
+ * ConfigurationSetName: "STRING_VALUE",
115
+ * };
73
116
  * const command = new SendEmailCommand(input);
74
117
  * const response = await client.send(command);
75
118
  * ```
@@ -134,6 +134,25 @@ export interface SendRawEmailCommandOutput extends SendRawEmailResponse, __Metad
134
134
  * import { SESClient, SendRawEmailCommand } from "@aws-sdk/client-ses"; // ES Modules import
135
135
  * // const { SESClient, SendRawEmailCommand } = require("@aws-sdk/client-ses"); // CommonJS import
136
136
  * const client = new SESClient(config);
137
+ * const input = { // SendRawEmailRequest
138
+ * Source: "STRING_VALUE",
139
+ * Destinations: [ // AddressList
140
+ * "STRING_VALUE",
141
+ * ],
142
+ * RawMessage: { // RawMessage
143
+ * Data: "BLOB_VALUE", // required
144
+ * },
145
+ * FromArn: "STRING_VALUE",
146
+ * SourceArn: "STRING_VALUE",
147
+ * ReturnPathArn: "STRING_VALUE",
148
+ * Tags: [ // MessageTagList
149
+ * { // MessageTag
150
+ * Name: "STRING_VALUE", // required
151
+ * Value: "STRING_VALUE", // required
152
+ * },
153
+ * ],
154
+ * ConfigurationSetName: "STRING_VALUE",
155
+ * };
137
156
  * const command = new SendRawEmailCommand(input);
138
157
  * const response = await client.send(command);
139
158
  * ```
@@ -75,6 +75,36 @@ export interface SendTemplatedEmailCommandOutput extends SendTemplatedEmailRespo
75
75
  * import { SESClient, SendTemplatedEmailCommand } from "@aws-sdk/client-ses"; // ES Modules import
76
76
  * // const { SESClient, SendTemplatedEmailCommand } = require("@aws-sdk/client-ses"); // CommonJS import
77
77
  * const client = new SESClient(config);
78
+ * const input = { // SendTemplatedEmailRequest
79
+ * Source: "STRING_VALUE", // required
80
+ * Destination: { // Destination
81
+ * ToAddresses: [ // AddressList
82
+ * "STRING_VALUE",
83
+ * ],
84
+ * CcAddresses: [
85
+ * "STRING_VALUE",
86
+ * ],
87
+ * BccAddresses: [
88
+ * "STRING_VALUE",
89
+ * ],
90
+ * },
91
+ * ReplyToAddresses: [
92
+ * "STRING_VALUE",
93
+ * ],
94
+ * ReturnPath: "STRING_VALUE",
95
+ * SourceArn: "STRING_VALUE",
96
+ * ReturnPathArn: "STRING_VALUE",
97
+ * Tags: [ // MessageTagList
98
+ * { // MessageTag
99
+ * Name: "STRING_VALUE", // required
100
+ * Value: "STRING_VALUE", // required
101
+ * },
102
+ * ],
103
+ * ConfigurationSetName: "STRING_VALUE",
104
+ * Template: "STRING_VALUE", // required
105
+ * TemplateArn: "STRING_VALUE",
106
+ * TemplateData: "STRING_VALUE", // required
107
+ * };
78
108
  * const command = new SendTemplatedEmailCommand(input);
79
109
  * const response = await client.send(command);
80
110
  * ```
@@ -32,6 +32,9 @@ export interface SetActiveReceiptRuleSetCommandOutput extends SetActiveReceiptRu
32
32
  * import { SESClient, SetActiveReceiptRuleSetCommand } from "@aws-sdk/client-ses"; // ES Modules import
33
33
  * // const { SESClient, SetActiveReceiptRuleSetCommand } = require("@aws-sdk/client-ses"); // CommonJS import
34
34
  * const client = new SESClient(config);
35
+ * const input = { // SetActiveReceiptRuleSetRequest
36
+ * RuleSetName: "STRING_VALUE",
37
+ * };
35
38
  * const command = new SetActiveReceiptRuleSetCommand(input);
36
39
  * const response = await client.send(command);
37
40
  * ```
@@ -38,6 +38,10 @@ export interface SetIdentityDkimEnabledCommandOutput extends SetIdentityDkimEnab
38
38
  * import { SESClient, SetIdentityDkimEnabledCommand } from "@aws-sdk/client-ses"; // ES Modules import
39
39
  * // const { SESClient, SetIdentityDkimEnabledCommand } = require("@aws-sdk/client-ses"); // CommonJS import
40
40
  * const client = new SESClient(config);
41
+ * const input = { // SetIdentityDkimEnabledRequest
42
+ * Identity: "STRING_VALUE", // required
43
+ * DkimEnabled: true || false, // required
44
+ * };
41
45
  * const command = new SetIdentityDkimEnabledCommand(input);
42
46
  * const response = await client.send(command);
43
47
  * ```
@@ -36,6 +36,10 @@ export interface SetIdentityFeedbackForwardingEnabledCommandOutput extends SetId
36
36
  * import { SESClient, SetIdentityFeedbackForwardingEnabledCommand } from "@aws-sdk/client-ses"; // ES Modules import
37
37
  * // const { SESClient, SetIdentityFeedbackForwardingEnabledCommand } = require("@aws-sdk/client-ses"); // CommonJS import
38
38
  * const client = new SESClient(config);
39
+ * const input = { // SetIdentityFeedbackForwardingEnabledRequest
40
+ * Identity: "STRING_VALUE", // required
41
+ * ForwardingEnabled: true || false, // required
42
+ * };
39
43
  * const command = new SetIdentityFeedbackForwardingEnabledCommand(input);
40
44
  * const response = await client.send(command);
41
45
  * ```
@@ -31,6 +31,11 @@ export interface SetIdentityHeadersInNotificationsEnabledCommandOutput extends S
31
31
  * import { SESClient, SetIdentityHeadersInNotificationsEnabledCommand } from "@aws-sdk/client-ses"; // ES Modules import
32
32
  * // const { SESClient, SetIdentityHeadersInNotificationsEnabledCommand } = require("@aws-sdk/client-ses"); // CommonJS import
33
33
  * const client = new SESClient(config);
34
+ * const input = { // SetIdentityHeadersInNotificationsEnabledRequest
35
+ * Identity: "STRING_VALUE", // required
36
+ * NotificationType: "STRING_VALUE", // required
37
+ * Enabled: true || false, // required
38
+ * };
34
39
  * const command = new SetIdentityHeadersInNotificationsEnabledCommand(input);
35
40
  * const response = await client.send(command);
36
41
  * ```
@@ -35,6 +35,11 @@ export interface SetIdentityMailFromDomainCommandOutput extends SetIdentityMailF
35
35
  * import { SESClient, SetIdentityMailFromDomainCommand } from "@aws-sdk/client-ses"; // ES Modules import
36
36
  * // const { SESClient, SetIdentityMailFromDomainCommand } = require("@aws-sdk/client-ses"); // CommonJS import
37
37
  * const client = new SESClient(config);
38
+ * const input = { // SetIdentityMailFromDomainRequest
39
+ * Identity: "STRING_VALUE", // required
40
+ * MailFromDomain: "STRING_VALUE",
41
+ * BehaviorOnMXFailure: "STRING_VALUE",
42
+ * };
38
43
  * const command = new SetIdentityMailFromDomainCommand(input);
39
44
  * const response = await client.send(command);
40
45
  * ```
@@ -34,6 +34,11 @@ export interface SetIdentityNotificationTopicCommandOutput extends SetIdentityNo
34
34
  * import { SESClient, SetIdentityNotificationTopicCommand } from "@aws-sdk/client-ses"; // ES Modules import
35
35
  * // const { SESClient, SetIdentityNotificationTopicCommand } = require("@aws-sdk/client-ses"); // CommonJS import
36
36
  * const client = new SESClient(config);
37
+ * const input = { // SetIdentityNotificationTopicRequest
38
+ * Identity: "STRING_VALUE", // required
39
+ * NotificationType: "STRING_VALUE", // required
40
+ * SnsTopic: "STRING_VALUE",
41
+ * };
37
42
  * const command = new SetIdentityNotificationTopicCommand(input);
38
43
  * const response = await client.send(command);
39
44
  * ```
@@ -29,6 +29,11 @@ export interface SetReceiptRulePositionCommandOutput extends SetReceiptRulePosit
29
29
  * import { SESClient, SetReceiptRulePositionCommand } from "@aws-sdk/client-ses"; // ES Modules import
30
30
  * // const { SESClient, SetReceiptRulePositionCommand } = require("@aws-sdk/client-ses"); // CommonJS import
31
31
  * const client = new SESClient(config);
32
+ * const input = { // SetReceiptRulePositionRequest
33
+ * RuleSetName: "STRING_VALUE", // required
34
+ * RuleName: "STRING_VALUE", // required
35
+ * After: "STRING_VALUE",
36
+ * };
32
37
  * const command = new SetReceiptRulePositionCommand(input);
33
38
  * const response = await client.send(command);
34
39
  * ```
@@ -28,6 +28,10 @@ export interface TestRenderTemplateCommandOutput extends TestRenderTemplateRespo
28
28
  * import { SESClient, TestRenderTemplateCommand } from "@aws-sdk/client-ses"; // ES Modules import
29
29
  * // const { SESClient, TestRenderTemplateCommand } = require("@aws-sdk/client-ses"); // CommonJS import
30
30
  * const client = new SESClient(config);
31
+ * const input = { // TestRenderTemplateRequest
32
+ * TemplateName: "STRING_VALUE", // required
33
+ * TemplateData: "STRING_VALUE", // required
34
+ * };
31
35
  * const command = new TestRenderTemplateCommand(input);
32
36
  * const response = await client.send(command);
33
37
  * ```
@@ -31,6 +31,9 @@ export interface UpdateAccountSendingEnabledCommandOutput extends __MetadataBear
31
31
  * import { SESClient, UpdateAccountSendingEnabledCommand } from "@aws-sdk/client-ses"; // ES Modules import
32
32
  * // const { SESClient, UpdateAccountSendingEnabledCommand } = require("@aws-sdk/client-ses"); // CommonJS import
33
33
  * const client = new SESClient(config);
34
+ * const input = { // UpdateAccountSendingEnabledRequest
35
+ * Enabled: true || false,
36
+ * };
34
37
  * const command = new UpdateAccountSendingEnabledCommand(input);
35
38
  * const response = await client.send(command);
36
39
  * ```
@@ -37,6 +37,32 @@ export interface UpdateConfigurationSetEventDestinationCommandOutput extends Upd
37
37
  * import { SESClient, UpdateConfigurationSetEventDestinationCommand } from "@aws-sdk/client-ses"; // ES Modules import
38
38
  * // const { SESClient, UpdateConfigurationSetEventDestinationCommand } = require("@aws-sdk/client-ses"); // CommonJS import
39
39
  * const client = new SESClient(config);
40
+ * const input = { // UpdateConfigurationSetEventDestinationRequest
41
+ * ConfigurationSetName: "STRING_VALUE", // required
42
+ * EventDestination: { // EventDestination
43
+ * Name: "STRING_VALUE", // required
44
+ * Enabled: true || false,
45
+ * MatchingEventTypes: [ // EventTypes // required
46
+ * "STRING_VALUE",
47
+ * ],
48
+ * KinesisFirehoseDestination: { // KinesisFirehoseDestination
49
+ * IAMRoleARN: "STRING_VALUE", // required
50
+ * DeliveryStreamARN: "STRING_VALUE", // required
51
+ * },
52
+ * CloudWatchDestination: { // CloudWatchDestination
53
+ * DimensionConfigurations: [ // CloudWatchDimensionConfigurations // required
54
+ * { // CloudWatchDimensionConfiguration
55
+ * DimensionName: "STRING_VALUE", // required
56
+ * DimensionValueSource: "STRING_VALUE", // required
57
+ * DefaultDimensionValue: "STRING_VALUE", // required
58
+ * },
59
+ * ],
60
+ * },
61
+ * SNSDestination: { // SNSDestination
62
+ * TopicARN: "STRING_VALUE", // required
63
+ * },
64
+ * },
65
+ * };
40
66
  * const command = new UpdateConfigurationSetEventDestinationCommand(input);
41
67
  * const response = await client.send(command);
42
68
  * ```
@@ -30,6 +30,10 @@ export interface UpdateConfigurationSetReputationMetricsEnabledCommandOutput ext
30
30
  * import { SESClient, UpdateConfigurationSetReputationMetricsEnabledCommand } from "@aws-sdk/client-ses"; // ES Modules import
31
31
  * // const { SESClient, UpdateConfigurationSetReputationMetricsEnabledCommand } = require("@aws-sdk/client-ses"); // CommonJS import
32
32
  * const client = new SESClient(config);
33
+ * const input = { // UpdateConfigurationSetReputationMetricsEnabledRequest
34
+ * ConfigurationSetName: "STRING_VALUE", // required
35
+ * Enabled: true || false, // required
36
+ * };
33
37
  * const command = new UpdateConfigurationSetReputationMetricsEnabledCommand(input);
34
38
  * const response = await client.send(command);
35
39
  * ```
@@ -31,6 +31,10 @@ export interface UpdateConfigurationSetSendingEnabledCommandOutput extends __Met
31
31
  * import { SESClient, UpdateConfigurationSetSendingEnabledCommand } from "@aws-sdk/client-ses"; // ES Modules import
32
32
  * // const { SESClient, UpdateConfigurationSetSendingEnabledCommand } = require("@aws-sdk/client-ses"); // CommonJS import
33
33
  * const client = new SESClient(config);
34
+ * const input = { // UpdateConfigurationSetSendingEnabledRequest
35
+ * ConfigurationSetName: "STRING_VALUE", // required
36
+ * Enabled: true || false, // required
37
+ * };
34
38
  * const command = new UpdateConfigurationSetSendingEnabledCommand(input);
35
39
  * const response = await client.send(command);
36
40
  * ```
@@ -30,6 +30,12 @@ export interface UpdateConfigurationSetTrackingOptionsCommandOutput extends Upda
30
30
  * import { SESClient, UpdateConfigurationSetTrackingOptionsCommand } from "@aws-sdk/client-ses"; // ES Modules import
31
31
  * // const { SESClient, UpdateConfigurationSetTrackingOptionsCommand } = require("@aws-sdk/client-ses"); // CommonJS import
32
32
  * const client = new SESClient(config);
33
+ * const input = { // UpdateConfigurationSetTrackingOptionsRequest
34
+ * ConfigurationSetName: "STRING_VALUE", // required
35
+ * TrackingOptions: { // TrackingOptions
36
+ * CustomRedirectDomain: "STRING_VALUE",
37
+ * },
38
+ * };
33
39
  * const command = new UpdateConfigurationSetTrackingOptionsCommand(input);
34
40
  * const response = await client.send(command);
35
41
  * ```
@@ -29,6 +29,14 @@ export interface UpdateCustomVerificationEmailTemplateCommandOutput extends __Me
29
29
  * import { SESClient, UpdateCustomVerificationEmailTemplateCommand } from "@aws-sdk/client-ses"; // ES Modules import
30
30
  * // const { SESClient, UpdateCustomVerificationEmailTemplateCommand } = require("@aws-sdk/client-ses"); // CommonJS import
31
31
  * const client = new SESClient(config);
32
+ * const input = { // UpdateCustomVerificationEmailTemplateRequest
33
+ * TemplateName: "STRING_VALUE", // required
34
+ * FromEmailAddress: "STRING_VALUE",
35
+ * TemplateSubject: "STRING_VALUE",
36
+ * TemplateContent: "STRING_VALUE",
37
+ * SuccessRedirectionURL: "STRING_VALUE",
38
+ * FailureRedirectionURL: "STRING_VALUE",
39
+ * };
32
40
  * const command = new UpdateCustomVerificationEmailTemplateCommand(input);
33
41
  * const response = await client.send(command);
34
42
  * ```
@@ -29,6 +29,56 @@ export interface UpdateReceiptRuleCommandOutput extends UpdateReceiptRuleRespons
29
29
  * import { SESClient, UpdateReceiptRuleCommand } from "@aws-sdk/client-ses"; // ES Modules import
30
30
  * // const { SESClient, UpdateReceiptRuleCommand } = require("@aws-sdk/client-ses"); // CommonJS import
31
31
  * const client = new SESClient(config);
32
+ * const input = { // UpdateReceiptRuleRequest
33
+ * RuleSetName: "STRING_VALUE", // required
34
+ * Rule: { // ReceiptRule
35
+ * Name: "STRING_VALUE", // required
36
+ * Enabled: true || false,
37
+ * TlsPolicy: "STRING_VALUE",
38
+ * Recipients: [ // RecipientsList
39
+ * "STRING_VALUE",
40
+ * ],
41
+ * Actions: [ // ReceiptActionsList
42
+ * { // ReceiptAction
43
+ * S3Action: { // S3Action
44
+ * TopicArn: "STRING_VALUE",
45
+ * BucketName: "STRING_VALUE", // required
46
+ * ObjectKeyPrefix: "STRING_VALUE",
47
+ * KmsKeyArn: "STRING_VALUE",
48
+ * },
49
+ * BounceAction: { // BounceAction
50
+ * TopicArn: "STRING_VALUE",
51
+ * SmtpReplyCode: "STRING_VALUE", // required
52
+ * StatusCode: "STRING_VALUE",
53
+ * Message: "STRING_VALUE", // required
54
+ * Sender: "STRING_VALUE", // required
55
+ * },
56
+ * WorkmailAction: { // WorkmailAction
57
+ * TopicArn: "STRING_VALUE",
58
+ * OrganizationArn: "STRING_VALUE", // required
59
+ * },
60
+ * LambdaAction: { // LambdaAction
61
+ * TopicArn: "STRING_VALUE",
62
+ * FunctionArn: "STRING_VALUE", // required
63
+ * InvocationType: "STRING_VALUE",
64
+ * },
65
+ * StopAction: { // StopAction
66
+ * Scope: "STRING_VALUE", // required
67
+ * TopicArn: "STRING_VALUE",
68
+ * },
69
+ * AddHeaderAction: { // AddHeaderAction
70
+ * HeaderName: "STRING_VALUE", // required
71
+ * HeaderValue: "STRING_VALUE", // required
72
+ * },
73
+ * SNSAction: { // SNSAction
74
+ * TopicArn: "STRING_VALUE", // required
75
+ * Encoding: "STRING_VALUE",
76
+ * },
77
+ * },
78
+ * ],
79
+ * ScanEnabled: true || false,
80
+ * },
81
+ * };
32
82
  * const command = new UpdateReceiptRuleCommand(input);
33
83
  * const response = await client.send(command);
34
84
  * ```
@@ -29,6 +29,14 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
29
29
  * import { SESClient, UpdateTemplateCommand } from "@aws-sdk/client-ses"; // ES Modules import
30
30
  * // const { SESClient, UpdateTemplateCommand } = require("@aws-sdk/client-ses"); // CommonJS import
31
31
  * const client = new SESClient(config);
32
+ * const input = { // UpdateTemplateRequest
33
+ * Template: { // Template
34
+ * TemplateName: "STRING_VALUE", // required
35
+ * SubjectPart: "STRING_VALUE",
36
+ * TextPart: "STRING_VALUE",
37
+ * HtmlPart: "STRING_VALUE",
38
+ * },
39
+ * };
32
40
  * const command = new UpdateTemplateCommand(input);
33
41
  * const response = await client.send(command);
34
42
  * ```
@@ -64,6 +64,9 @@ export interface VerifyDomainDkimCommandOutput extends VerifyDomainDkimResponse,
64
64
  * import { SESClient, VerifyDomainDkimCommand } from "@aws-sdk/client-ses"; // ES Modules import
65
65
  * // const { SESClient, VerifyDomainDkimCommand } = require("@aws-sdk/client-ses"); // CommonJS import
66
66
  * const client = new SESClient(config);
67
+ * const input = { // VerifyDomainDkimRequest
68
+ * Domain: "STRING_VALUE", // required
69
+ * };
67
70
  * const command = new VerifyDomainDkimCommand(input);
68
71
  * const response = await client.send(command);
69
72
  * ```
@@ -32,6 +32,9 @@ export interface VerifyDomainIdentityCommandOutput extends VerifyDomainIdentityR
32
32
  * import { SESClient, VerifyDomainIdentityCommand } from "@aws-sdk/client-ses"; // ES Modules import
33
33
  * // const { SESClient, VerifyDomainIdentityCommand } = require("@aws-sdk/client-ses"); // CommonJS import
34
34
  * const client = new SESClient(config);
35
+ * const input = { // VerifyDomainIdentityRequest
36
+ * Domain: "STRING_VALUE", // required
37
+ * };
35
38
  * const command = new VerifyDomainIdentityCommand(input);
36
39
  * const response = await client.send(command);
37
40
  * ```
@@ -27,6 +27,9 @@ export interface VerifyEmailAddressCommandOutput extends __MetadataBearer {
27
27
  * import { SESClient, VerifyEmailAddressCommand } from "@aws-sdk/client-ses"; // ES Modules import
28
28
  * // const { SESClient, VerifyEmailAddressCommand } = require("@aws-sdk/client-ses"); // CommonJS import
29
29
  * const client = new SESClient(config);
30
+ * const input = { // VerifyEmailAddressRequest
31
+ * EmailAddress: "STRING_VALUE", // required
32
+ * };
30
33
  * const command = new VerifyEmailAddressCommand(input);
31
34
  * const response = await client.send(command);
32
35
  * ```
@@ -29,6 +29,9 @@ export interface VerifyEmailIdentityCommandOutput extends VerifyEmailIdentityRes
29
29
  * import { SESClient, VerifyEmailIdentityCommand } from "@aws-sdk/client-ses"; // ES Modules import
30
30
  * // const { SESClient, VerifyEmailIdentityCommand } = require("@aws-sdk/client-ses"); // CommonJS import
31
31
  * const client = new SESClient(config);
32
+ * const input = { // VerifyEmailIdentityRequest
33
+ * EmailAddress: "STRING_VALUE", // required
34
+ * };
32
35
  * const command = new VerifyEmailIdentityCommand(input);
33
36
  * const response = await client.send(command);
34
37
  * ```
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ses",
3
3
  "description": "AWS SDK for JavaScript Ses Client for Node.js, Browser and React Native",
4
- "version": "3.299.0",
4
+ "version": "3.301.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.299.0",
25
- "@aws-sdk/config-resolver": "3.299.0",
26
- "@aws-sdk/credential-provider-node": "3.299.0",
24
+ "@aws-sdk/client-sts": "3.301.0",
25
+ "@aws-sdk/config-resolver": "3.300.0",
26
+ "@aws-sdk/credential-provider-node": "3.301.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
28
28
  "@aws-sdk/hash-node": "3.296.0",
29
29
  "@aws-sdk/invalid-dependency": "3.296.0",
@@ -32,12 +32,12 @@
32
32
  "@aws-sdk/middleware-host-header": "3.296.0",
33
33
  "@aws-sdk/middleware-logger": "3.296.0",
34
34
  "@aws-sdk/middleware-recursion-detection": "3.296.0",
35
- "@aws-sdk/middleware-retry": "3.296.0",
35
+ "@aws-sdk/middleware-retry": "3.300.0",
36
36
  "@aws-sdk/middleware-serde": "3.296.0",
37
37
  "@aws-sdk/middleware-signing": "3.299.0",
38
38
  "@aws-sdk/middleware-stack": "3.296.0",
39
39
  "@aws-sdk/middleware-user-agent": "3.299.0",
40
- "@aws-sdk/node-config-provider": "3.296.0",
40
+ "@aws-sdk/node-config-provider": "3.300.0",
41
41
  "@aws-sdk/node-http-handler": "3.296.0",
42
42
  "@aws-sdk/protocol-http": "3.296.0",
43
43
  "@aws-sdk/smithy-client": "3.296.0",
@@ -47,11 +47,11 @@
47
47
  "@aws-sdk/util-body-length-browser": "3.295.0",
48
48
  "@aws-sdk/util-body-length-node": "3.295.0",
49
49
  "@aws-sdk/util-defaults-mode-browser": "3.296.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.299.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.300.0",
51
51
  "@aws-sdk/util-endpoints": "3.296.0",
52
52
  "@aws-sdk/util-retry": "3.296.0",
53
53
  "@aws-sdk/util-user-agent-browser": "3.299.0",
54
- "@aws-sdk/util-user-agent-node": "3.299.0",
54
+ "@aws-sdk/util-user-agent-node": "3.300.0",
55
55
  "@aws-sdk/util-utf8": "3.295.0",
56
56
  "@aws-sdk/util-waiter": "3.296.0",
57
57
  "fast-xml-parser": "4.1.2",