@aws-sdk/client-ses 3.300.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.
- package/dist-types/commands/CloneReceiptRuleSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateConfigurationSetCommand.d.ts +2 -2
- package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +8 -8
- package/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +2 -2
- package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/CreateReceiptFilterCommand.d.ts +3 -3
- package/dist-types/commands/CreateReceiptRuleCommand.d.ts +12 -12
- package/dist-types/commands/CreateReceiptRuleSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +2 -2
- 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/DescribeConfigurationSetCommand.d.ts +2 -2
- package/dist-types/commands/DescribeReceiptRuleCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts +1 -1
- package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts +2 -2
- package/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +2 -2
- package/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts +2 -2
- package/dist-types/commands/GetIdentityPoliciesCommand.d.ts +2 -2
- package/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts +2 -2
- 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/ListReceiptRuleSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +2 -2
- package/dist-types/commands/PutIdentityPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts +2 -2
- package/dist-types/commands/SendBounceCommand.d.ts +7 -7
- package/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts +7 -7
- package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +1 -1
- package/dist-types/commands/SendEmailCommand.d.ts +8 -8
- package/dist-types/commands/SendRawEmailCommand.d.ts +5 -5
- package/dist-types/commands/SendTemplatedEmailCommand.d.ts +5 -5
- 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 +8 -8
- 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 +2 -2
- package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateReceiptRuleCommand.d.ts +12 -12
- package/dist-types/commands/UpdateTemplateCommand.d.ts +2 -2
- 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/package.json +3 -3
|
@@ -31,7 +31,7 @@ export interface CloneReceiptRuleSetCommandOutput extends CloneReceiptRuleSetRes
|
|
|
31
31
|
* import { SESClient, CloneReceiptRuleSetCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
32
32
|
* // const { SESClient, CloneReceiptRuleSetCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
33
33
|
* const client = new SESClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // CloneReceiptRuleSetRequest
|
|
35
35
|
* RuleSetName: "STRING_VALUE", // required
|
|
36
36
|
* OriginalRuleSetName: "STRING_VALUE", // required
|
|
37
37
|
* };
|
|
@@ -30,8 +30,8 @@ export interface CreateConfigurationSetCommandOutput extends CreateConfiguration
|
|
|
30
30
|
* import { SESClient, CreateConfigurationSetCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
31
31
|
* // const { SESClient, CreateConfigurationSetCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
32
32
|
* const client = new SESClient(config);
|
|
33
|
-
* const input = {
|
|
34
|
-
* ConfigurationSet: {
|
|
33
|
+
* const input = { // CreateConfigurationSetRequest
|
|
34
|
+
* ConfigurationSet: { // ConfigurationSet
|
|
35
35
|
* Name: "STRING_VALUE", // required
|
|
36
36
|
* },
|
|
37
37
|
* };
|
|
@@ -35,28 +35,28 @@ export interface CreateConfigurationSetEventDestinationCommandOutput extends Cre
|
|
|
35
35
|
* import { SESClient, CreateConfigurationSetEventDestinationCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
36
36
|
* // const { SESClient, CreateConfigurationSetEventDestinationCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
37
37
|
* const client = new SESClient(config);
|
|
38
|
-
* const input = {
|
|
38
|
+
* const input = { // CreateConfigurationSetEventDestinationRequest
|
|
39
39
|
* ConfigurationSetName: "STRING_VALUE", // required
|
|
40
|
-
* EventDestination: {
|
|
40
|
+
* EventDestination: { // EventDestination
|
|
41
41
|
* Name: "STRING_VALUE", // required
|
|
42
42
|
* Enabled: true || false,
|
|
43
|
-
* MatchingEventTypes: [ // required
|
|
43
|
+
* MatchingEventTypes: [ // EventTypes // required
|
|
44
44
|
* "STRING_VALUE",
|
|
45
45
|
* ],
|
|
46
|
-
* KinesisFirehoseDestination: {
|
|
46
|
+
* KinesisFirehoseDestination: { // KinesisFirehoseDestination
|
|
47
47
|
* IAMRoleARN: "STRING_VALUE", // required
|
|
48
48
|
* DeliveryStreamARN: "STRING_VALUE", // required
|
|
49
49
|
* },
|
|
50
|
-
* CloudWatchDestination: {
|
|
51
|
-
* DimensionConfigurations: [ // required
|
|
52
|
-
* {
|
|
50
|
+
* CloudWatchDestination: { // CloudWatchDestination
|
|
51
|
+
* DimensionConfigurations: [ // CloudWatchDimensionConfigurations // required
|
|
52
|
+
* { // CloudWatchDimensionConfiguration
|
|
53
53
|
* DimensionName: "STRING_VALUE", // required
|
|
54
54
|
* DimensionValueSource: "STRING_VALUE", // required
|
|
55
55
|
* DefaultDimensionValue: "STRING_VALUE", // required
|
|
56
56
|
* },
|
|
57
57
|
* ],
|
|
58
58
|
* },
|
|
59
|
-
* SNSDestination: {
|
|
59
|
+
* SNSDestination: { // SNSDestination
|
|
60
60
|
* TopicARN: "STRING_VALUE", // required
|
|
61
61
|
* },
|
|
62
62
|
* },
|
|
@@ -30,9 +30,9 @@ export interface CreateConfigurationSetTrackingOptionsCommandOutput extends Crea
|
|
|
30
30
|
* import { SESClient, CreateConfigurationSetTrackingOptionsCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
31
31
|
* // const { SESClient, CreateConfigurationSetTrackingOptionsCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
32
32
|
* const client = new SESClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // CreateConfigurationSetTrackingOptionsRequest
|
|
34
34
|
* ConfigurationSetName: "STRING_VALUE", // required
|
|
35
|
-
* TrackingOptions: {
|
|
35
|
+
* TrackingOptions: { // TrackingOptions
|
|
36
36
|
* CustomRedirectDomain: "STRING_VALUE",
|
|
37
37
|
* },
|
|
38
38
|
* };
|
|
@@ -29,7 +29,7 @@ export interface CreateCustomVerificationEmailTemplateCommandOutput extends __Me
|
|
|
29
29
|
* import { SESClient, CreateCustomVerificationEmailTemplateCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
30
30
|
* // const { SESClient, CreateCustomVerificationEmailTemplateCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
31
31
|
* const client = new SESClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // CreateCustomVerificationEmailTemplateRequest
|
|
33
33
|
* TemplateName: "STRING_VALUE", // required
|
|
34
34
|
* FromEmailAddress: "STRING_VALUE", // required
|
|
35
35
|
* TemplateSubject: "STRING_VALUE", // required
|
|
@@ -28,10 +28,10 @@ export interface CreateReceiptFilterCommandOutput extends CreateReceiptFilterRes
|
|
|
28
28
|
* import { SESClient, CreateReceiptFilterCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
29
29
|
* // const { SESClient, CreateReceiptFilterCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
30
30
|
* const client = new SESClient(config);
|
|
31
|
-
* const input = {
|
|
32
|
-
* Filter: {
|
|
31
|
+
* const input = { // CreateReceiptFilterRequest
|
|
32
|
+
* Filter: { // ReceiptFilter
|
|
33
33
|
* Name: "STRING_VALUE", // required
|
|
34
|
-
* IpFilter: {
|
|
34
|
+
* IpFilter: { // ReceiptIpFilter
|
|
35
35
|
* Policy: "STRING_VALUE", // required
|
|
36
36
|
* Cidr: "STRING_VALUE", // required
|
|
37
37
|
* },
|
|
@@ -29,49 +29,49 @@ export interface CreateReceiptRuleCommandOutput extends CreateReceiptRuleRespons
|
|
|
29
29
|
* import { SESClient, CreateReceiptRuleCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
30
30
|
* // const { SESClient, CreateReceiptRuleCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
31
31
|
* const client = new SESClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // CreateReceiptRuleRequest
|
|
33
33
|
* RuleSetName: "STRING_VALUE", // required
|
|
34
34
|
* After: "STRING_VALUE",
|
|
35
|
-
* Rule: {
|
|
35
|
+
* Rule: { // ReceiptRule
|
|
36
36
|
* Name: "STRING_VALUE", // required
|
|
37
37
|
* Enabled: true || false,
|
|
38
38
|
* TlsPolicy: "STRING_VALUE",
|
|
39
|
-
* Recipients: [
|
|
39
|
+
* Recipients: [ // RecipientsList
|
|
40
40
|
* "STRING_VALUE",
|
|
41
41
|
* ],
|
|
42
|
-
* Actions: [
|
|
43
|
-
* {
|
|
44
|
-
* S3Action: {
|
|
42
|
+
* Actions: [ // ReceiptActionsList
|
|
43
|
+
* { // ReceiptAction
|
|
44
|
+
* S3Action: { // S3Action
|
|
45
45
|
* TopicArn: "STRING_VALUE",
|
|
46
46
|
* BucketName: "STRING_VALUE", // required
|
|
47
47
|
* ObjectKeyPrefix: "STRING_VALUE",
|
|
48
48
|
* KmsKeyArn: "STRING_VALUE",
|
|
49
49
|
* },
|
|
50
|
-
* BounceAction: {
|
|
50
|
+
* BounceAction: { // BounceAction
|
|
51
51
|
* TopicArn: "STRING_VALUE",
|
|
52
52
|
* SmtpReplyCode: "STRING_VALUE", // required
|
|
53
53
|
* StatusCode: "STRING_VALUE",
|
|
54
54
|
* Message: "STRING_VALUE", // required
|
|
55
55
|
* Sender: "STRING_VALUE", // required
|
|
56
56
|
* },
|
|
57
|
-
* WorkmailAction: {
|
|
57
|
+
* WorkmailAction: { // WorkmailAction
|
|
58
58
|
* TopicArn: "STRING_VALUE",
|
|
59
59
|
* OrganizationArn: "STRING_VALUE", // required
|
|
60
60
|
* },
|
|
61
|
-
* LambdaAction: {
|
|
61
|
+
* LambdaAction: { // LambdaAction
|
|
62
62
|
* TopicArn: "STRING_VALUE",
|
|
63
63
|
* FunctionArn: "STRING_VALUE", // required
|
|
64
64
|
* InvocationType: "STRING_VALUE",
|
|
65
65
|
* },
|
|
66
|
-
* StopAction: {
|
|
66
|
+
* StopAction: { // StopAction
|
|
67
67
|
* Scope: "STRING_VALUE", // required
|
|
68
68
|
* TopicArn: "STRING_VALUE",
|
|
69
69
|
* },
|
|
70
|
-
* AddHeaderAction: {
|
|
70
|
+
* AddHeaderAction: { // AddHeaderAction
|
|
71
71
|
* HeaderName: "STRING_VALUE", // required
|
|
72
72
|
* HeaderValue: "STRING_VALUE", // required
|
|
73
73
|
* },
|
|
74
|
-
* SNSAction: {
|
|
74
|
+
* SNSAction: { // SNSAction
|
|
75
75
|
* TopicArn: "STRING_VALUE", // required
|
|
76
76
|
* Encoding: "STRING_VALUE",
|
|
77
77
|
* },
|
|
@@ -29,7 +29,7 @@ export interface CreateReceiptRuleSetCommandOutput extends CreateReceiptRuleSetR
|
|
|
29
29
|
* import { SESClient, CreateReceiptRuleSetCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
30
30
|
* // const { SESClient, CreateReceiptRuleSetCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
31
31
|
* const client = new SESClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // CreateReceiptRuleSetRequest
|
|
33
33
|
* RuleSetName: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
35
35
|
* const command = new CreateReceiptRuleSetCommand(input);
|
|
@@ -29,8 +29,8 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
29
29
|
* import { SESClient, CreateTemplateCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
30
30
|
* // const { SESClient, CreateTemplateCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
31
31
|
* const client = new SESClient(config);
|
|
32
|
-
* const input = {
|
|
33
|
-
* Template: {
|
|
32
|
+
* const input = { // CreateTemplateRequest
|
|
33
|
+
* Template: { // Template
|
|
34
34
|
* TemplateName: "STRING_VALUE", // required
|
|
35
35
|
* SubjectPart: "STRING_VALUE",
|
|
36
36
|
* TextPart: "STRING_VALUE",
|
|
@@ -28,7 +28,7 @@ export interface DeleteConfigurationSetCommandOutput extends DeleteConfiguration
|
|
|
28
28
|
* import { SESClient, DeleteConfigurationSetCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
29
29
|
* // const { SESClient, DeleteConfigurationSetCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
30
30
|
* const client = new SESClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DeleteConfigurationSetRequest
|
|
32
32
|
* ConfigurationSetName: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteConfigurationSetCommand(input);
|
|
@@ -29,7 +29,7 @@ export interface DeleteConfigurationSetEventDestinationCommandOutput extends Del
|
|
|
29
29
|
* import { SESClient, DeleteConfigurationSetEventDestinationCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
30
30
|
* // const { SESClient, DeleteConfigurationSetEventDestinationCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
31
31
|
* const client = new SESClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // DeleteConfigurationSetEventDestinationRequest
|
|
33
33
|
* ConfigurationSetName: "STRING_VALUE", // required
|
|
34
34
|
* EventDestinationName: "STRING_VALUE", // required
|
|
35
35
|
* };
|
|
@@ -35,7 +35,7 @@ export interface DeleteConfigurationSetTrackingOptionsCommandOutput extends Dele
|
|
|
35
35
|
* import { SESClient, DeleteConfigurationSetTrackingOptionsCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
36
36
|
* // const { SESClient, DeleteConfigurationSetTrackingOptionsCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
37
37
|
* const client = new SESClient(config);
|
|
38
|
-
* const input = {
|
|
38
|
+
* const input = { // DeleteConfigurationSetTrackingOptionsRequest
|
|
39
39
|
* ConfigurationSetName: "STRING_VALUE", // required
|
|
40
40
|
* };
|
|
41
41
|
* const command = new DeleteConfigurationSetTrackingOptionsCommand(input);
|
|
@@ -29,7 +29,7 @@ export interface DeleteCustomVerificationEmailTemplateCommandOutput extends __Me
|
|
|
29
29
|
* import { SESClient, DeleteCustomVerificationEmailTemplateCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
30
30
|
* // const { SESClient, DeleteCustomVerificationEmailTemplateCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
31
31
|
* const client = new SESClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // DeleteCustomVerificationEmailTemplateRequest
|
|
33
33
|
* TemplateName: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DeleteCustomVerificationEmailTemplateCommand(input);
|
|
@@ -28,7 +28,7 @@ export interface DeleteIdentityCommandOutput extends DeleteIdentityResponse, __M
|
|
|
28
28
|
* import { SESClient, DeleteIdentityCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
29
29
|
* // const { SESClient, DeleteIdentityCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
30
30
|
* const client = new SESClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DeleteIdentityRequest
|
|
32
32
|
* Identity: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteIdentityCommand(input);
|
|
@@ -37,7 +37,7 @@ export interface DeleteIdentityPolicyCommandOutput extends DeleteIdentityPolicyR
|
|
|
37
37
|
* import { SESClient, DeleteIdentityPolicyCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
38
38
|
* // const { SESClient, DeleteIdentityPolicyCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
39
39
|
* const client = new SESClient(config);
|
|
40
|
-
* const input = {
|
|
40
|
+
* const input = { // DeleteIdentityPolicyRequest
|
|
41
41
|
* Identity: "STRING_VALUE", // required
|
|
42
42
|
* PolicyName: "STRING_VALUE", // required
|
|
43
43
|
* };
|
|
@@ -29,7 +29,7 @@ export interface DeleteReceiptFilterCommandOutput extends DeleteReceiptFilterRes
|
|
|
29
29
|
* import { SESClient, DeleteReceiptFilterCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
30
30
|
* // const { SESClient, DeleteReceiptFilterCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
31
31
|
* const client = new SESClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // DeleteReceiptFilterRequest
|
|
33
33
|
* FilterName: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DeleteReceiptFilterCommand(input);
|
|
@@ -29,7 +29,7 @@ export interface DeleteReceiptRuleCommandOutput extends DeleteReceiptRuleRespons
|
|
|
29
29
|
* import { SESClient, DeleteReceiptRuleCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
30
30
|
* // const { SESClient, DeleteReceiptRuleCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
31
31
|
* const client = new SESClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // DeleteReceiptRuleRequest
|
|
33
33
|
* RuleSetName: "STRING_VALUE", // required
|
|
34
34
|
* RuleName: "STRING_VALUE", // required
|
|
35
35
|
* };
|
|
@@ -32,7 +32,7 @@ export interface DeleteReceiptRuleSetCommandOutput extends DeleteReceiptRuleSetR
|
|
|
32
32
|
* import { SESClient, DeleteReceiptRuleSetCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
33
33
|
* // const { SESClient, DeleteReceiptRuleSetCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
34
34
|
* const client = new SESClient(config);
|
|
35
|
-
* const input = {
|
|
35
|
+
* const input = { // DeleteReceiptRuleSetRequest
|
|
36
36
|
* RuleSetName: "STRING_VALUE", // required
|
|
37
37
|
* };
|
|
38
38
|
* const command = new DeleteReceiptRuleSetCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface DeleteTemplateCommandOutput extends DeleteTemplateResponse, __M
|
|
|
27
27
|
* import { SESClient, DeleteTemplateCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
28
28
|
* // const { SESClient, DeleteTemplateCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
29
29
|
* const client = new SESClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteTemplateRequest
|
|
31
31
|
* TemplateName: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteTemplateCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface DeleteVerifiedEmailAddressCommandOutput extends __MetadataBeare
|
|
|
27
27
|
* import { SESClient, DeleteVerifiedEmailAddressCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
28
28
|
* // const { SESClient, DeleteVerifiedEmailAddressCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
29
29
|
* const client = new SESClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteVerifiedEmailAddressRequest
|
|
31
31
|
* EmailAddress: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteVerifiedEmailAddressCommand(input);
|
|
@@ -29,9 +29,9 @@ export interface DescribeConfigurationSetCommandOutput extends DescribeConfigura
|
|
|
29
29
|
* import { SESClient, DescribeConfigurationSetCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
30
30
|
* // const { SESClient, DescribeConfigurationSetCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
31
31
|
* const client = new SESClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // DescribeConfigurationSetRequest
|
|
33
33
|
* ConfigurationSetName: "STRING_VALUE", // required
|
|
34
|
-
* ConfigurationSetAttributeNames: [
|
|
34
|
+
* ConfigurationSetAttributeNames: [ // ConfigurationSetAttributeList
|
|
35
35
|
* "STRING_VALUE",
|
|
36
36
|
* ],
|
|
37
37
|
* };
|
|
@@ -29,7 +29,7 @@ export interface DescribeReceiptRuleCommandOutput extends DescribeReceiptRuleRes
|
|
|
29
29
|
* import { SESClient, DescribeReceiptRuleCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
30
30
|
* // const { SESClient, DescribeReceiptRuleCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
31
31
|
* const client = new SESClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // DescribeReceiptRuleRequest
|
|
33
33
|
* RuleSetName: "STRING_VALUE", // required
|
|
34
34
|
* RuleName: "STRING_VALUE", // required
|
|
35
35
|
* };
|
|
@@ -28,7 +28,7 @@ export interface DescribeReceiptRuleSetCommandOutput extends DescribeReceiptRule
|
|
|
28
28
|
* import { SESClient, DescribeReceiptRuleSetCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
29
29
|
* // const { SESClient, DescribeReceiptRuleSetCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
30
30
|
* const client = new SESClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DescribeReceiptRuleSetRequest
|
|
32
32
|
* RuleSetName: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DescribeReceiptRuleSetCommand(input);
|
|
@@ -30,7 +30,7 @@ export interface GetCustomVerificationEmailTemplateCommandOutput extends GetCust
|
|
|
30
30
|
* import { SESClient, GetCustomVerificationEmailTemplateCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
31
31
|
* // const { SESClient, GetCustomVerificationEmailTemplateCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
32
32
|
* const client = new SESClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // GetCustomVerificationEmailTemplateRequest
|
|
34
34
|
* TemplateName: "STRING_VALUE", // required
|
|
35
35
|
* };
|
|
36
36
|
* const command = new GetCustomVerificationEmailTemplateCommand(input);
|
|
@@ -48,8 +48,8 @@ export interface GetIdentityDkimAttributesCommandOutput extends GetIdentityDkimA
|
|
|
48
48
|
* import { SESClient, GetIdentityDkimAttributesCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
49
49
|
* // const { SESClient, GetIdentityDkimAttributesCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
50
50
|
* const client = new SESClient(config);
|
|
51
|
-
* const input = {
|
|
52
|
-
* Identities: [ // required
|
|
51
|
+
* const input = { // GetIdentityDkimAttributesRequest
|
|
52
|
+
* Identities: [ // IdentityList // required
|
|
53
53
|
* "STRING_VALUE",
|
|
54
54
|
* ],
|
|
55
55
|
* };
|
|
@@ -29,8 +29,8 @@ export interface GetIdentityMailFromDomainAttributesCommandOutput extends GetIde
|
|
|
29
29
|
* import { SESClient, GetIdentityMailFromDomainAttributesCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
30
30
|
* // const { SESClient, GetIdentityMailFromDomainAttributesCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
31
31
|
* const client = new SESClient(config);
|
|
32
|
-
* const input = {
|
|
33
|
-
* Identities: [ // required
|
|
32
|
+
* const input = { // GetIdentityMailFromDomainAttributesRequest
|
|
33
|
+
* Identities: [ // IdentityList // required
|
|
34
34
|
* "STRING_VALUE",
|
|
35
35
|
* ],
|
|
36
36
|
* };
|
|
@@ -31,8 +31,8 @@ export interface GetIdentityNotificationAttributesCommandOutput extends GetIdent
|
|
|
31
31
|
* import { SESClient, GetIdentityNotificationAttributesCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
32
32
|
* // const { SESClient, GetIdentityNotificationAttributesCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
33
33
|
* const client = new SESClient(config);
|
|
34
|
-
* const input = {
|
|
35
|
-
* Identities: [ // required
|
|
34
|
+
* const input = { // GetIdentityNotificationAttributesRequest
|
|
35
|
+
* Identities: [ // IdentityList // required
|
|
36
36
|
* "STRING_VALUE",
|
|
37
37
|
* ],
|
|
38
38
|
* };
|
|
@@ -37,9 +37,9 @@ export interface GetIdentityPoliciesCommandOutput extends GetIdentityPoliciesRes
|
|
|
37
37
|
* import { SESClient, GetIdentityPoliciesCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
38
38
|
* // const { SESClient, GetIdentityPoliciesCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
39
39
|
* const client = new SESClient(config);
|
|
40
|
-
* const input = {
|
|
40
|
+
* const input = { // GetIdentityPoliciesRequest
|
|
41
41
|
* Identity: "STRING_VALUE", // required
|
|
42
|
-
* PolicyNames: [ // required
|
|
42
|
+
* PolicyNames: [ // PolicyNameList // required
|
|
43
43
|
* "STRING_VALUE",
|
|
44
44
|
* ],
|
|
45
45
|
* };
|
|
@@ -41,8 +41,8 @@ export interface GetIdentityVerificationAttributesCommandOutput extends GetIdent
|
|
|
41
41
|
* import { SESClient, GetIdentityVerificationAttributesCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
42
42
|
* // const { SESClient, GetIdentityVerificationAttributesCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
43
43
|
* const client = new SESClient(config);
|
|
44
|
-
* const input = {
|
|
45
|
-
* Identities: [ // required
|
|
44
|
+
* const input = { // GetIdentityVerificationAttributesRequest
|
|
45
|
+
* Identities: [ // IdentityList // required
|
|
46
46
|
* "STRING_VALUE",
|
|
47
47
|
* ],
|
|
48
48
|
* };
|
|
@@ -28,7 +28,7 @@ export interface GetTemplateCommandOutput extends GetTemplateResponse, __Metadat
|
|
|
28
28
|
* import { SESClient, GetTemplateCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
29
29
|
* // const { SESClient, GetTemplateCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
30
30
|
* const client = new SESClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // GetTemplateRequest
|
|
32
32
|
* TemplateName: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new GetTemplateCommand(input);
|
|
@@ -35,7 +35,7 @@ export interface ListConfigurationSetsCommandOutput extends ListConfigurationSet
|
|
|
35
35
|
* import { SESClient, ListConfigurationSetsCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
36
36
|
* // const { SESClient, ListConfigurationSetsCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
37
37
|
* const client = new SESClient(config);
|
|
38
|
-
* const input = {
|
|
38
|
+
* const input = { // ListConfigurationSetsRequest
|
|
39
39
|
* NextToken: "STRING_VALUE",
|
|
40
40
|
* MaxItems: Number("int"),
|
|
41
41
|
* };
|
|
@@ -30,7 +30,7 @@ export interface ListCustomVerificationEmailTemplatesCommandOutput extends ListC
|
|
|
30
30
|
* import { SESClient, ListCustomVerificationEmailTemplatesCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
31
31
|
* // const { SESClient, ListCustomVerificationEmailTemplatesCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
32
32
|
* const client = new SESClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // ListCustomVerificationEmailTemplatesRequest
|
|
34
34
|
* NextToken: "STRING_VALUE",
|
|
35
35
|
* MaxResults: Number("int"),
|
|
36
36
|
* };
|
|
@@ -28,7 +28,7 @@ export interface ListIdentitiesCommandOutput extends ListIdentitiesResponse, __M
|
|
|
28
28
|
* import { SESClient, ListIdentitiesCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
29
29
|
* // const { SESClient, ListIdentitiesCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
30
30
|
* const client = new SESClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // ListIdentitiesRequest
|
|
32
32
|
* IdentityType: "STRING_VALUE",
|
|
33
33
|
* NextToken: "STRING_VALUE",
|
|
34
34
|
* MaxItems: Number("int"),
|
|
@@ -37,7 +37,7 @@ export interface ListIdentityPoliciesCommandOutput extends ListIdentityPoliciesR
|
|
|
37
37
|
* import { SESClient, ListIdentityPoliciesCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
38
38
|
* // const { SESClient, ListIdentityPoliciesCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
39
39
|
* const client = new SESClient(config);
|
|
40
|
-
* const input = {
|
|
40
|
+
* const input = { // ListIdentityPoliciesRequest
|
|
41
41
|
* Identity: "STRING_VALUE", // required
|
|
42
42
|
* };
|
|
43
43
|
* const command = new ListIdentityPoliciesCommand(input);
|
|
@@ -31,7 +31,7 @@ export interface ListReceiptRuleSetsCommandOutput extends ListReceiptRuleSetsRes
|
|
|
31
31
|
* import { SESClient, ListReceiptRuleSetsCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
32
32
|
* // const { SESClient, ListReceiptRuleSetsCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
33
33
|
* const client = new SESClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // ListReceiptRuleSetsRequest
|
|
35
35
|
* NextToken: "STRING_VALUE",
|
|
36
36
|
* };
|
|
37
37
|
* const command = new ListReceiptRuleSetsCommand(input);
|
|
@@ -28,7 +28,7 @@ export interface ListTemplatesCommandOutput extends ListTemplatesResponse, __Met
|
|
|
28
28
|
* import { SESClient, ListTemplatesCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
29
29
|
* // const { SESClient, ListTemplatesCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
30
30
|
* const client = new SESClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // ListTemplatesRequest
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
33
33
|
* MaxItems: Number("int"),
|
|
34
34
|
* };
|
|
@@ -26,9 +26,9 @@ export interface PutConfigurationSetDeliveryOptionsCommandOutput extends PutConf
|
|
|
26
26
|
* import { SESClient, PutConfigurationSetDeliveryOptionsCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
27
27
|
* // const { SESClient, PutConfigurationSetDeliveryOptionsCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
28
28
|
* const client = new SESClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // PutConfigurationSetDeliveryOptionsRequest
|
|
30
30
|
* ConfigurationSetName: "STRING_VALUE", // required
|
|
31
|
-
* DeliveryOptions: {
|
|
31
|
+
* DeliveryOptions: { // DeliveryOptions
|
|
32
32
|
* TlsPolicy: "STRING_VALUE",
|
|
33
33
|
* },
|
|
34
34
|
* };
|
|
@@ -36,7 +36,7 @@ export interface PutIdentityPolicyCommandOutput extends PutIdentityPolicyRespons
|
|
|
36
36
|
* import { SESClient, PutIdentityPolicyCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
37
37
|
* // const { SESClient, PutIdentityPolicyCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
38
38
|
* const client = new SESClient(config);
|
|
39
|
-
* const input = {
|
|
39
|
+
* const input = { // PutIdentityPolicyRequest
|
|
40
40
|
* Identity: "STRING_VALUE", // required
|
|
41
41
|
* PolicyName: "STRING_VALUE", // required
|
|
42
42
|
* Policy: "STRING_VALUE", // required
|
|
@@ -33,9 +33,9 @@ export interface ReorderReceiptRuleSetCommandOutput extends ReorderReceiptRuleSe
|
|
|
33
33
|
* import { SESClient, ReorderReceiptRuleSetCommand } from "@aws-sdk/client-ses"; // ES Modules import
|
|
34
34
|
* // const { SESClient, ReorderReceiptRuleSetCommand } = require("@aws-sdk/client-ses"); // CommonJS import
|
|
35
35
|
* const client = new SESClient(config);
|
|
36
|
-
* const input = {
|
|
36
|
+
* const input = { // ReorderReceiptRuleSetRequest
|
|
37
37
|
* RuleSetName: "STRING_VALUE", // required
|
|
38
|
-
* RuleNames: [ // required
|
|
38
|
+
* RuleNames: [ // ReceiptRuleNamesList // required
|
|
39
39
|
* "STRING_VALUE",
|
|
40
40
|
* ],
|
|
41
41
|
* };
|
|
@@ -34,26 +34,26 @@ 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 = {
|
|
37
|
+
* const input = { // SendBounceRequest
|
|
38
38
|
* OriginalMessageId: "STRING_VALUE", // required
|
|
39
39
|
* BounceSender: "STRING_VALUE", // required
|
|
40
40
|
* Explanation: "STRING_VALUE",
|
|
41
|
-
* MessageDsn: {
|
|
41
|
+
* MessageDsn: { // MessageDsn
|
|
42
42
|
* ReportingMta: "STRING_VALUE", // required
|
|
43
43
|
* ArrivalDate: new Date("TIMESTAMP"),
|
|
44
|
-
* ExtensionFields: [
|
|
45
|
-
* {
|
|
44
|
+
* ExtensionFields: [ // ExtensionFieldList
|
|
45
|
+
* { // ExtensionField
|
|
46
46
|
* Name: "STRING_VALUE", // required
|
|
47
47
|
* Value: "STRING_VALUE", // required
|
|
48
48
|
* },
|
|
49
49
|
* ],
|
|
50
50
|
* },
|
|
51
|
-
* BouncedRecipientInfoList: [ // required
|
|
52
|
-
* {
|
|
51
|
+
* BouncedRecipientInfoList: [ // BouncedRecipientInfoList // required
|
|
52
|
+
* { // BouncedRecipientInfo
|
|
53
53
|
* Recipient: "STRING_VALUE", // required
|
|
54
54
|
* RecipientArn: "STRING_VALUE",
|
|
55
55
|
* BounceType: "STRING_VALUE",
|
|
56
|
-
* RecipientDsnFields: {
|
|
56
|
+
* RecipientDsnFields: { // RecipientDsnFields
|
|
57
57
|
* FinalRecipient: "STRING_VALUE",
|
|
58
58
|
* Action: "STRING_VALUE", // required
|
|
59
59
|
* RemoteMta: "STRING_VALUE",
|
|
@@ -68,17 +68,17 @@ 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 = {
|
|
71
|
+
* const input = { // SendBulkTemplatedEmailRequest
|
|
72
72
|
* Source: "STRING_VALUE", // required
|
|
73
73
|
* SourceArn: "STRING_VALUE",
|
|
74
|
-
* ReplyToAddresses: [
|
|
74
|
+
* ReplyToAddresses: [ // AddressList
|
|
75
75
|
* "STRING_VALUE",
|
|
76
76
|
* ],
|
|
77
77
|
* ReturnPath: "STRING_VALUE",
|
|
78
78
|
* ReturnPathArn: "STRING_VALUE",
|
|
79
79
|
* ConfigurationSetName: "STRING_VALUE",
|
|
80
|
-
* DefaultTags: [
|
|
81
|
-
* {
|
|
80
|
+
* DefaultTags: [ // MessageTagList
|
|
81
|
+
* { // MessageTag
|
|
82
82
|
* Name: "STRING_VALUE", // required
|
|
83
83
|
* Value: "STRING_VALUE", // required
|
|
84
84
|
* },
|
|
@@ -86,9 +86,9 @@ export interface SendBulkTemplatedEmailCommandOutput extends SendBulkTemplatedEm
|
|
|
86
86
|
* Template: "STRING_VALUE", // required
|
|
87
87
|
* TemplateArn: "STRING_VALUE",
|
|
88
88
|
* DefaultTemplateData: "STRING_VALUE",
|
|
89
|
-
* Destinations: [ // required
|
|
90
|
-
* {
|
|
91
|
-
* Destination: {
|
|
89
|
+
* Destinations: [ // BulkEmailDestinationList // required
|
|
90
|
+
* { // BulkEmailDestination
|
|
91
|
+
* Destination: { // Destination
|
|
92
92
|
* ToAddresses: [
|
|
93
93
|
* "STRING_VALUE",
|
|
94
94
|
* ],
|
|
@@ -34,7 +34,7 @@ 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 = {
|
|
37
|
+
* const input = { // SendCustomVerificationEmailRequest
|
|
38
38
|
* EmailAddress: "STRING_VALUE", // required
|
|
39
39
|
* TemplateName: "STRING_VALUE", // required
|
|
40
40
|
* ConfigurationSetName: "STRING_VALUE",
|
|
@@ -70,10 +70,10 @@ 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 = {
|
|
73
|
+
* const input = { // SendEmailRequest
|
|
74
74
|
* Source: "STRING_VALUE", // required
|
|
75
|
-
* Destination: {
|
|
76
|
-
* ToAddresses: [
|
|
75
|
+
* Destination: { // Destination
|
|
76
|
+
* ToAddresses: [ // AddressList
|
|
77
77
|
* "STRING_VALUE",
|
|
78
78
|
* ],
|
|
79
79
|
* CcAddresses: [
|
|
@@ -83,12 +83,12 @@ export interface SendEmailCommandOutput extends SendEmailResponse, __MetadataBea
|
|
|
83
83
|
* "STRING_VALUE",
|
|
84
84
|
* ],
|
|
85
85
|
* },
|
|
86
|
-
* Message: {
|
|
87
|
-
* Subject: {
|
|
86
|
+
* Message: { // Message
|
|
87
|
+
* Subject: { // Content
|
|
88
88
|
* Data: "STRING_VALUE", // required
|
|
89
89
|
* Charset: "STRING_VALUE",
|
|
90
90
|
* },
|
|
91
|
-
* Body: {
|
|
91
|
+
* Body: { // Body
|
|
92
92
|
* Text: {
|
|
93
93
|
* Data: "STRING_VALUE", // required
|
|
94
94
|
* Charset: "STRING_VALUE",
|
|
@@ -105,8 +105,8 @@ export interface SendEmailCommandOutput extends SendEmailResponse, __MetadataBea
|
|
|
105
105
|
* ReturnPath: "STRING_VALUE",
|
|
106
106
|
* SourceArn: "STRING_VALUE",
|
|
107
107
|
* ReturnPathArn: "STRING_VALUE",
|
|
108
|
-
* Tags: [
|
|
109
|
-
* {
|
|
108
|
+
* Tags: [ // MessageTagList
|
|
109
|
+
* { // MessageTag
|
|
110
110
|
* Name: "STRING_VALUE", // required
|
|
111
111
|
* Value: "STRING_VALUE", // required
|
|
112
112
|
* },
|
|
@@ -134,19 +134,19 @@ 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 = {
|
|
137
|
+
* const input = { // SendRawEmailRequest
|
|
138
138
|
* Source: "STRING_VALUE",
|
|
139
|
-
* Destinations: [
|
|
139
|
+
* Destinations: [ // AddressList
|
|
140
140
|
* "STRING_VALUE",
|
|
141
141
|
* ],
|
|
142
|
-
* RawMessage: {
|
|
142
|
+
* RawMessage: { // RawMessage
|
|
143
143
|
* Data: "BLOB_VALUE", // required
|
|
144
144
|
* },
|
|
145
145
|
* FromArn: "STRING_VALUE",
|
|
146
146
|
* SourceArn: "STRING_VALUE",
|
|
147
147
|
* ReturnPathArn: "STRING_VALUE",
|
|
148
|
-
* Tags: [
|
|
149
|
-
* {
|
|
148
|
+
* Tags: [ // MessageTagList
|
|
149
|
+
* { // MessageTag
|
|
150
150
|
* Name: "STRING_VALUE", // required
|
|
151
151
|
* Value: "STRING_VALUE", // required
|
|
152
152
|
* },
|
|
@@ -75,10 +75,10 @@ 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 = {
|
|
78
|
+
* const input = { // SendTemplatedEmailRequest
|
|
79
79
|
* Source: "STRING_VALUE", // required
|
|
80
|
-
* Destination: {
|
|
81
|
-
* ToAddresses: [
|
|
80
|
+
* Destination: { // Destination
|
|
81
|
+
* ToAddresses: [ // AddressList
|
|
82
82
|
* "STRING_VALUE",
|
|
83
83
|
* ],
|
|
84
84
|
* CcAddresses: [
|
|
@@ -94,8 +94,8 @@ export interface SendTemplatedEmailCommandOutput extends SendTemplatedEmailRespo
|
|
|
94
94
|
* ReturnPath: "STRING_VALUE",
|
|
95
95
|
* SourceArn: "STRING_VALUE",
|
|
96
96
|
* ReturnPathArn: "STRING_VALUE",
|
|
97
|
-
* Tags: [
|
|
98
|
-
* {
|
|
97
|
+
* Tags: [ // MessageTagList
|
|
98
|
+
* { // MessageTag
|
|
99
99
|
* Name: "STRING_VALUE", // required
|
|
100
100
|
* Value: "STRING_VALUE", // required
|
|
101
101
|
* },
|
|
@@ -32,7 +32,7 @@ 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 = {
|
|
35
|
+
* const input = { // SetActiveReceiptRuleSetRequest
|
|
36
36
|
* RuleSetName: "STRING_VALUE",
|
|
37
37
|
* };
|
|
38
38
|
* const command = new SetActiveReceiptRuleSetCommand(input);
|
|
@@ -38,7 +38,7 @@ 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 = {
|
|
41
|
+
* const input = { // SetIdentityDkimEnabledRequest
|
|
42
42
|
* Identity: "STRING_VALUE", // required
|
|
43
43
|
* DkimEnabled: true || false, // required
|
|
44
44
|
* };
|
|
@@ -36,7 +36,7 @@ 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 = {
|
|
39
|
+
* const input = { // SetIdentityFeedbackForwardingEnabledRequest
|
|
40
40
|
* Identity: "STRING_VALUE", // required
|
|
41
41
|
* ForwardingEnabled: true || false, // required
|
|
42
42
|
* };
|
|
@@ -31,7 +31,7 @@ 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 = {
|
|
34
|
+
* const input = { // SetIdentityHeadersInNotificationsEnabledRequest
|
|
35
35
|
* Identity: "STRING_VALUE", // required
|
|
36
36
|
* NotificationType: "STRING_VALUE", // required
|
|
37
37
|
* Enabled: true || false, // required
|
|
@@ -35,7 +35,7 @@ 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 = {
|
|
38
|
+
* const input = { // SetIdentityMailFromDomainRequest
|
|
39
39
|
* Identity: "STRING_VALUE", // required
|
|
40
40
|
* MailFromDomain: "STRING_VALUE",
|
|
41
41
|
* BehaviorOnMXFailure: "STRING_VALUE",
|
|
@@ -34,7 +34,7 @@ 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 = {
|
|
37
|
+
* const input = { // SetIdentityNotificationTopicRequest
|
|
38
38
|
* Identity: "STRING_VALUE", // required
|
|
39
39
|
* NotificationType: "STRING_VALUE", // required
|
|
40
40
|
* SnsTopic: "STRING_VALUE",
|
|
@@ -29,7 +29,7 @@ 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 = {
|
|
32
|
+
* const input = { // SetReceiptRulePositionRequest
|
|
33
33
|
* RuleSetName: "STRING_VALUE", // required
|
|
34
34
|
* RuleName: "STRING_VALUE", // required
|
|
35
35
|
* After: "STRING_VALUE",
|
|
@@ -28,7 +28,7 @@ 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 = {
|
|
31
|
+
* const input = { // TestRenderTemplateRequest
|
|
32
32
|
* TemplateName: "STRING_VALUE", // required
|
|
33
33
|
* TemplateData: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
@@ -31,7 +31,7 @@ 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 = {
|
|
34
|
+
* const input = { // UpdateAccountSendingEnabledRequest
|
|
35
35
|
* Enabled: true || false,
|
|
36
36
|
* };
|
|
37
37
|
* const command = new UpdateAccountSendingEnabledCommand(input);
|
|
@@ -37,28 +37,28 @@ 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 = {
|
|
40
|
+
* const input = { // UpdateConfigurationSetEventDestinationRequest
|
|
41
41
|
* ConfigurationSetName: "STRING_VALUE", // required
|
|
42
|
-
* EventDestination: {
|
|
42
|
+
* EventDestination: { // EventDestination
|
|
43
43
|
* Name: "STRING_VALUE", // required
|
|
44
44
|
* Enabled: true || false,
|
|
45
|
-
* MatchingEventTypes: [ // required
|
|
45
|
+
* MatchingEventTypes: [ // EventTypes // required
|
|
46
46
|
* "STRING_VALUE",
|
|
47
47
|
* ],
|
|
48
|
-
* KinesisFirehoseDestination: {
|
|
48
|
+
* KinesisFirehoseDestination: { // KinesisFirehoseDestination
|
|
49
49
|
* IAMRoleARN: "STRING_VALUE", // required
|
|
50
50
|
* DeliveryStreamARN: "STRING_VALUE", // required
|
|
51
51
|
* },
|
|
52
|
-
* CloudWatchDestination: {
|
|
53
|
-
* DimensionConfigurations: [ // required
|
|
54
|
-
* {
|
|
52
|
+
* CloudWatchDestination: { // CloudWatchDestination
|
|
53
|
+
* DimensionConfigurations: [ // CloudWatchDimensionConfigurations // required
|
|
54
|
+
* { // CloudWatchDimensionConfiguration
|
|
55
55
|
* DimensionName: "STRING_VALUE", // required
|
|
56
56
|
* DimensionValueSource: "STRING_VALUE", // required
|
|
57
57
|
* DefaultDimensionValue: "STRING_VALUE", // required
|
|
58
58
|
* },
|
|
59
59
|
* ],
|
|
60
60
|
* },
|
|
61
|
-
* SNSDestination: {
|
|
61
|
+
* SNSDestination: { // SNSDestination
|
|
62
62
|
* TopicARN: "STRING_VALUE", // required
|
|
63
63
|
* },
|
|
64
64
|
* },
|
|
@@ -30,7 +30,7 @@ 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 = {
|
|
33
|
+
* const input = { // UpdateConfigurationSetReputationMetricsEnabledRequest
|
|
34
34
|
* ConfigurationSetName: "STRING_VALUE", // required
|
|
35
35
|
* Enabled: true || false, // required
|
|
36
36
|
* };
|
|
@@ -31,7 +31,7 @@ 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 = {
|
|
34
|
+
* const input = { // UpdateConfigurationSetSendingEnabledRequest
|
|
35
35
|
* ConfigurationSetName: "STRING_VALUE", // required
|
|
36
36
|
* Enabled: true || false, // required
|
|
37
37
|
* };
|
|
@@ -30,9 +30,9 @@ 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 = {
|
|
33
|
+
* const input = { // UpdateConfigurationSetTrackingOptionsRequest
|
|
34
34
|
* ConfigurationSetName: "STRING_VALUE", // required
|
|
35
|
-
* TrackingOptions: {
|
|
35
|
+
* TrackingOptions: { // TrackingOptions
|
|
36
36
|
* CustomRedirectDomain: "STRING_VALUE",
|
|
37
37
|
* },
|
|
38
38
|
* };
|
|
@@ -29,7 +29,7 @@ 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 = {
|
|
32
|
+
* const input = { // UpdateCustomVerificationEmailTemplateRequest
|
|
33
33
|
* TemplateName: "STRING_VALUE", // required
|
|
34
34
|
* FromEmailAddress: "STRING_VALUE",
|
|
35
35
|
* TemplateSubject: "STRING_VALUE",
|
|
@@ -29,48 +29,48 @@ 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 = {
|
|
32
|
+
* const input = { // UpdateReceiptRuleRequest
|
|
33
33
|
* RuleSetName: "STRING_VALUE", // required
|
|
34
|
-
* Rule: {
|
|
34
|
+
* Rule: { // ReceiptRule
|
|
35
35
|
* Name: "STRING_VALUE", // required
|
|
36
36
|
* Enabled: true || false,
|
|
37
37
|
* TlsPolicy: "STRING_VALUE",
|
|
38
|
-
* Recipients: [
|
|
38
|
+
* Recipients: [ // RecipientsList
|
|
39
39
|
* "STRING_VALUE",
|
|
40
40
|
* ],
|
|
41
|
-
* Actions: [
|
|
42
|
-
* {
|
|
43
|
-
* S3Action: {
|
|
41
|
+
* Actions: [ // ReceiptActionsList
|
|
42
|
+
* { // ReceiptAction
|
|
43
|
+
* S3Action: { // S3Action
|
|
44
44
|
* TopicArn: "STRING_VALUE",
|
|
45
45
|
* BucketName: "STRING_VALUE", // required
|
|
46
46
|
* ObjectKeyPrefix: "STRING_VALUE",
|
|
47
47
|
* KmsKeyArn: "STRING_VALUE",
|
|
48
48
|
* },
|
|
49
|
-
* BounceAction: {
|
|
49
|
+
* BounceAction: { // BounceAction
|
|
50
50
|
* TopicArn: "STRING_VALUE",
|
|
51
51
|
* SmtpReplyCode: "STRING_VALUE", // required
|
|
52
52
|
* StatusCode: "STRING_VALUE",
|
|
53
53
|
* Message: "STRING_VALUE", // required
|
|
54
54
|
* Sender: "STRING_VALUE", // required
|
|
55
55
|
* },
|
|
56
|
-
* WorkmailAction: {
|
|
56
|
+
* WorkmailAction: { // WorkmailAction
|
|
57
57
|
* TopicArn: "STRING_VALUE",
|
|
58
58
|
* OrganizationArn: "STRING_VALUE", // required
|
|
59
59
|
* },
|
|
60
|
-
* LambdaAction: {
|
|
60
|
+
* LambdaAction: { // LambdaAction
|
|
61
61
|
* TopicArn: "STRING_VALUE",
|
|
62
62
|
* FunctionArn: "STRING_VALUE", // required
|
|
63
63
|
* InvocationType: "STRING_VALUE",
|
|
64
64
|
* },
|
|
65
|
-
* StopAction: {
|
|
65
|
+
* StopAction: { // StopAction
|
|
66
66
|
* Scope: "STRING_VALUE", // required
|
|
67
67
|
* TopicArn: "STRING_VALUE",
|
|
68
68
|
* },
|
|
69
|
-
* AddHeaderAction: {
|
|
69
|
+
* AddHeaderAction: { // AddHeaderAction
|
|
70
70
|
* HeaderName: "STRING_VALUE", // required
|
|
71
71
|
* HeaderValue: "STRING_VALUE", // required
|
|
72
72
|
* },
|
|
73
|
-
* SNSAction: {
|
|
73
|
+
* SNSAction: { // SNSAction
|
|
74
74
|
* TopicArn: "STRING_VALUE", // required
|
|
75
75
|
* Encoding: "STRING_VALUE",
|
|
76
76
|
* },
|
|
@@ -29,8 +29,8 @@ 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 = {
|
|
33
|
-
* Template: {
|
|
32
|
+
* const input = { // UpdateTemplateRequest
|
|
33
|
+
* Template: { // Template
|
|
34
34
|
* TemplateName: "STRING_VALUE", // required
|
|
35
35
|
* SubjectPart: "STRING_VALUE",
|
|
36
36
|
* TextPart: "STRING_VALUE",
|
|
@@ -64,7 +64,7 @@ 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 = {
|
|
67
|
+
* const input = { // VerifyDomainDkimRequest
|
|
68
68
|
* Domain: "STRING_VALUE", // required
|
|
69
69
|
* };
|
|
70
70
|
* const command = new VerifyDomainDkimCommand(input);
|
|
@@ -32,7 +32,7 @@ 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 = {
|
|
35
|
+
* const input = { // VerifyDomainIdentityRequest
|
|
36
36
|
* Domain: "STRING_VALUE", // required
|
|
37
37
|
* };
|
|
38
38
|
* const command = new VerifyDomainIdentityCommand(input);
|
|
@@ -27,7 +27,7 @@ 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 = {
|
|
30
|
+
* const input = { // VerifyEmailAddressRequest
|
|
31
31
|
* EmailAddress: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new VerifyEmailAddressCommand(input);
|
|
@@ -29,7 +29,7 @@ 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 = {
|
|
32
|
+
* const input = { // VerifyEmailIdentityRequest
|
|
33
33
|
* EmailAddress: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
35
35
|
* const command = new VerifyEmailIdentityCommand(input);
|
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.
|
|
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.
|
|
24
|
+
"@aws-sdk/client-sts": "3.301.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.300.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
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",
|