@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
@@ -31,6 +31,10 @@ 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 = { // CloneReceiptRuleSetRequest
35
+ * RuleSetName: "STRING_VALUE", // required
36
+ * OriginalRuleSetName: "STRING_VALUE", // required
37
+ * };
34
38
  * const command = new CloneReceiptRuleSetCommand(input);
35
39
  * const response = await client.send(command);
36
40
  * ```
@@ -30,6 +30,11 @@ 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 = { // CreateConfigurationSetRequest
34
+ * ConfigurationSet: { // ConfigurationSet
35
+ * Name: "STRING_VALUE", // required
36
+ * },
37
+ * };
33
38
  * const command = new CreateConfigurationSetCommand(input);
34
39
  * const response = await client.send(command);
35
40
  * ```
@@ -35,6 +35,32 @@ 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 = { // CreateConfigurationSetEventDestinationRequest
39
+ * ConfigurationSetName: "STRING_VALUE", // required
40
+ * EventDestination: { // EventDestination
41
+ * Name: "STRING_VALUE", // required
42
+ * Enabled: true || false,
43
+ * MatchingEventTypes: [ // EventTypes // required
44
+ * "STRING_VALUE",
45
+ * ],
46
+ * KinesisFirehoseDestination: { // KinesisFirehoseDestination
47
+ * IAMRoleARN: "STRING_VALUE", // required
48
+ * DeliveryStreamARN: "STRING_VALUE", // required
49
+ * },
50
+ * CloudWatchDestination: { // CloudWatchDestination
51
+ * DimensionConfigurations: [ // CloudWatchDimensionConfigurations // required
52
+ * { // CloudWatchDimensionConfiguration
53
+ * DimensionName: "STRING_VALUE", // required
54
+ * DimensionValueSource: "STRING_VALUE", // required
55
+ * DefaultDimensionValue: "STRING_VALUE", // required
56
+ * },
57
+ * ],
58
+ * },
59
+ * SNSDestination: { // SNSDestination
60
+ * TopicARN: "STRING_VALUE", // required
61
+ * },
62
+ * },
63
+ * };
38
64
  * const command = new CreateConfigurationSetEventDestinationCommand(input);
39
65
  * const response = await client.send(command);
40
66
  * ```
@@ -30,6 +30,12 @@ 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 = { // CreateConfigurationSetTrackingOptionsRequest
34
+ * ConfigurationSetName: "STRING_VALUE", // required
35
+ * TrackingOptions: { // TrackingOptions
36
+ * CustomRedirectDomain: "STRING_VALUE",
37
+ * },
38
+ * };
33
39
  * const command = new CreateConfigurationSetTrackingOptionsCommand(input);
34
40
  * const response = await client.send(command);
35
41
  * ```
@@ -29,6 +29,14 @@ 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 = { // CreateCustomVerificationEmailTemplateRequest
33
+ * TemplateName: "STRING_VALUE", // required
34
+ * FromEmailAddress: "STRING_VALUE", // required
35
+ * TemplateSubject: "STRING_VALUE", // required
36
+ * TemplateContent: "STRING_VALUE", // required
37
+ * SuccessRedirectionURL: "STRING_VALUE", // required
38
+ * FailureRedirectionURL: "STRING_VALUE", // required
39
+ * };
32
40
  * const command = new CreateCustomVerificationEmailTemplateCommand(input);
33
41
  * const response = await client.send(command);
34
42
  * ```
@@ -28,6 +28,15 @@ 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 = { // CreateReceiptFilterRequest
32
+ * Filter: { // ReceiptFilter
33
+ * Name: "STRING_VALUE", // required
34
+ * IpFilter: { // ReceiptIpFilter
35
+ * Policy: "STRING_VALUE", // required
36
+ * Cidr: "STRING_VALUE", // required
37
+ * },
38
+ * },
39
+ * };
31
40
  * const command = new CreateReceiptFilterCommand(input);
32
41
  * const response = await client.send(command);
33
42
  * ```
@@ -29,6 +29,57 @@ 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 = { // CreateReceiptRuleRequest
33
+ * RuleSetName: "STRING_VALUE", // required
34
+ * After: "STRING_VALUE",
35
+ * Rule: { // ReceiptRule
36
+ * Name: "STRING_VALUE", // required
37
+ * Enabled: true || false,
38
+ * TlsPolicy: "STRING_VALUE",
39
+ * Recipients: [ // RecipientsList
40
+ * "STRING_VALUE",
41
+ * ],
42
+ * Actions: [ // ReceiptActionsList
43
+ * { // ReceiptAction
44
+ * S3Action: { // S3Action
45
+ * TopicArn: "STRING_VALUE",
46
+ * BucketName: "STRING_VALUE", // required
47
+ * ObjectKeyPrefix: "STRING_VALUE",
48
+ * KmsKeyArn: "STRING_VALUE",
49
+ * },
50
+ * BounceAction: { // BounceAction
51
+ * TopicArn: "STRING_VALUE",
52
+ * SmtpReplyCode: "STRING_VALUE", // required
53
+ * StatusCode: "STRING_VALUE",
54
+ * Message: "STRING_VALUE", // required
55
+ * Sender: "STRING_VALUE", // required
56
+ * },
57
+ * WorkmailAction: { // WorkmailAction
58
+ * TopicArn: "STRING_VALUE",
59
+ * OrganizationArn: "STRING_VALUE", // required
60
+ * },
61
+ * LambdaAction: { // LambdaAction
62
+ * TopicArn: "STRING_VALUE",
63
+ * FunctionArn: "STRING_VALUE", // required
64
+ * InvocationType: "STRING_VALUE",
65
+ * },
66
+ * StopAction: { // StopAction
67
+ * Scope: "STRING_VALUE", // required
68
+ * TopicArn: "STRING_VALUE",
69
+ * },
70
+ * AddHeaderAction: { // AddHeaderAction
71
+ * HeaderName: "STRING_VALUE", // required
72
+ * HeaderValue: "STRING_VALUE", // required
73
+ * },
74
+ * SNSAction: { // SNSAction
75
+ * TopicArn: "STRING_VALUE", // required
76
+ * Encoding: "STRING_VALUE",
77
+ * },
78
+ * },
79
+ * ],
80
+ * ScanEnabled: true || false,
81
+ * },
82
+ * };
32
83
  * const command = new CreateReceiptRuleCommand(input);
33
84
  * const response = await client.send(command);
34
85
  * ```
@@ -29,6 +29,9 @@ 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 = { // CreateReceiptRuleSetRequest
33
+ * RuleSetName: "STRING_VALUE", // required
34
+ * };
32
35
  * const command = new CreateReceiptRuleSetCommand(input);
33
36
  * const response = await client.send(command);
34
37
  * ```
@@ -29,6 +29,14 @@ 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 = { // CreateTemplateRequest
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 CreateTemplateCommand(input);
33
41
  * const response = await client.send(command);
34
42
  * ```
@@ -28,6 +28,9 @@ 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 = { // DeleteConfigurationSetRequest
32
+ * ConfigurationSetName: "STRING_VALUE", // required
33
+ * };
31
34
  * const command = new DeleteConfigurationSetCommand(input);
32
35
  * const response = await client.send(command);
33
36
  * ```
@@ -29,6 +29,10 @@ 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 = { // DeleteConfigurationSetEventDestinationRequest
33
+ * ConfigurationSetName: "STRING_VALUE", // required
34
+ * EventDestinationName: "STRING_VALUE", // required
35
+ * };
32
36
  * const command = new DeleteConfigurationSetEventDestinationCommand(input);
33
37
  * const response = await client.send(command);
34
38
  * ```
@@ -35,6 +35,9 @@ 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 = { // DeleteConfigurationSetTrackingOptionsRequest
39
+ * ConfigurationSetName: "STRING_VALUE", // required
40
+ * };
38
41
  * const command = new DeleteConfigurationSetTrackingOptionsCommand(input);
39
42
  * const response = await client.send(command);
40
43
  * ```
@@ -29,6 +29,9 @@ 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 = { // DeleteCustomVerificationEmailTemplateRequest
33
+ * TemplateName: "STRING_VALUE", // required
34
+ * };
32
35
  * const command = new DeleteCustomVerificationEmailTemplateCommand(input);
33
36
  * const response = await client.send(command);
34
37
  * ```
@@ -28,6 +28,9 @@ 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 = { // DeleteIdentityRequest
32
+ * Identity: "STRING_VALUE", // required
33
+ * };
31
34
  * const command = new DeleteIdentityCommand(input);
32
35
  * const response = await client.send(command);
33
36
  * ```
@@ -37,6 +37,10 @@ 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 = { // DeleteIdentityPolicyRequest
41
+ * Identity: "STRING_VALUE", // required
42
+ * PolicyName: "STRING_VALUE", // required
43
+ * };
40
44
  * const command = new DeleteIdentityPolicyCommand(input);
41
45
  * const response = await client.send(command);
42
46
  * ```
@@ -29,6 +29,9 @@ 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 = { // DeleteReceiptFilterRequest
33
+ * FilterName: "STRING_VALUE", // required
34
+ * };
32
35
  * const command = new DeleteReceiptFilterCommand(input);
33
36
  * const response = await client.send(command);
34
37
  * ```
@@ -29,6 +29,10 @@ 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 = { // DeleteReceiptRuleRequest
33
+ * RuleSetName: "STRING_VALUE", // required
34
+ * RuleName: "STRING_VALUE", // required
35
+ * };
32
36
  * const command = new DeleteReceiptRuleCommand(input);
33
37
  * const response = await client.send(command);
34
38
  * ```
@@ -32,6 +32,9 @@ 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 = { // DeleteReceiptRuleSetRequest
36
+ * RuleSetName: "STRING_VALUE", // required
37
+ * };
35
38
  * const command = new DeleteReceiptRuleSetCommand(input);
36
39
  * const response = await client.send(command);
37
40
  * ```
@@ -27,6 +27,9 @@ 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 = { // DeleteTemplateRequest
31
+ * TemplateName: "STRING_VALUE", // required
32
+ * };
30
33
  * const command = new DeleteTemplateCommand(input);
31
34
  * const response = await client.send(command);
32
35
  * ```
@@ -27,6 +27,9 @@ 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 = { // DeleteVerifiedEmailAddressRequest
31
+ * EmailAddress: "STRING_VALUE", // required
32
+ * };
30
33
  * const command = new DeleteVerifiedEmailAddressCommand(input);
31
34
  * const response = await client.send(command);
32
35
  * ```
@@ -30,6 +30,7 @@ export interface DescribeActiveReceiptRuleSetCommandOutput extends DescribeActiv
30
30
  * import { SESClient, DescribeActiveReceiptRuleSetCommand } from "@aws-sdk/client-ses"; // ES Modules import
31
31
  * // const { SESClient, DescribeActiveReceiptRuleSetCommand } = require("@aws-sdk/client-ses"); // CommonJS import
32
32
  * const client = new SESClient(config);
33
+ * const input = {};
33
34
  * const command = new DescribeActiveReceiptRuleSetCommand(input);
34
35
  * const response = await client.send(command);
35
36
  * ```
@@ -29,6 +29,12 @@ 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 = { // DescribeConfigurationSetRequest
33
+ * ConfigurationSetName: "STRING_VALUE", // required
34
+ * ConfigurationSetAttributeNames: [ // ConfigurationSetAttributeList
35
+ * "STRING_VALUE",
36
+ * ],
37
+ * };
32
38
  * const command = new DescribeConfigurationSetCommand(input);
33
39
  * const response = await client.send(command);
34
40
  * ```
@@ -29,6 +29,10 @@ 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 = { // DescribeReceiptRuleRequest
33
+ * RuleSetName: "STRING_VALUE", // required
34
+ * RuleName: "STRING_VALUE", // required
35
+ * };
32
36
  * const command = new DescribeReceiptRuleCommand(input);
33
37
  * const response = await client.send(command);
34
38
  * ```
@@ -28,6 +28,9 @@ 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 = { // DescribeReceiptRuleSetRequest
32
+ * RuleSetName: "STRING_VALUE", // required
33
+ * };
31
34
  * const command = new DescribeReceiptRuleSetCommand(input);
32
35
  * const response = await client.send(command);
33
36
  * ```
@@ -27,6 +27,7 @@ export interface GetAccountSendingEnabledCommandOutput extends GetAccountSending
27
27
  * import { SESClient, GetAccountSendingEnabledCommand } from "@aws-sdk/client-ses"; // ES Modules import
28
28
  * // const { SESClient, GetAccountSendingEnabledCommand } = require("@aws-sdk/client-ses"); // CommonJS import
29
29
  * const client = new SESClient(config);
30
+ * const input = {};
30
31
  * const command = new GetAccountSendingEnabledCommand(input);
31
32
  * const response = await client.send(command);
32
33
  * ```
@@ -30,6 +30,9 @@ 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 = { // GetCustomVerificationEmailTemplateRequest
34
+ * TemplateName: "STRING_VALUE", // required
35
+ * };
33
36
  * const command = new GetCustomVerificationEmailTemplateCommand(input);
34
37
  * const response = await client.send(command);
35
38
  * ```
@@ -48,6 +48,11 @@ 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 = { // GetIdentityDkimAttributesRequest
52
+ * Identities: [ // IdentityList // required
53
+ * "STRING_VALUE",
54
+ * ],
55
+ * };
51
56
  * const command = new GetIdentityDkimAttributesCommand(input);
52
57
  * const response = await client.send(command);
53
58
  * ```
@@ -29,6 +29,11 @@ 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 = { // GetIdentityMailFromDomainAttributesRequest
33
+ * Identities: [ // IdentityList // required
34
+ * "STRING_VALUE",
35
+ * ],
36
+ * };
32
37
  * const command = new GetIdentityMailFromDomainAttributesCommand(input);
33
38
  * const response = await client.send(command);
34
39
  * ```
@@ -31,6 +31,11 @@ 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 = { // GetIdentityNotificationAttributesRequest
35
+ * Identities: [ // IdentityList // required
36
+ * "STRING_VALUE",
37
+ * ],
38
+ * };
34
39
  * const command = new GetIdentityNotificationAttributesCommand(input);
35
40
  * const response = await client.send(command);
36
41
  * ```
@@ -37,6 +37,12 @@ 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 = { // GetIdentityPoliciesRequest
41
+ * Identity: "STRING_VALUE", // required
42
+ * PolicyNames: [ // PolicyNameList // required
43
+ * "STRING_VALUE",
44
+ * ],
45
+ * };
40
46
  * const command = new GetIdentityPoliciesCommand(input);
41
47
  * const response = await client.send(command);
42
48
  * ```
@@ -41,6 +41,11 @@ 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 = { // GetIdentityVerificationAttributesRequest
45
+ * Identities: [ // IdentityList // required
46
+ * "STRING_VALUE",
47
+ * ],
48
+ * };
44
49
  * const command = new GetIdentityVerificationAttributesCommand(input);
45
50
  * const response = await client.send(command);
46
51
  * ```
@@ -27,6 +27,7 @@ export interface GetSendQuotaCommandOutput extends GetSendQuotaResponse, __Metad
27
27
  * import { SESClient, GetSendQuotaCommand } from "@aws-sdk/client-ses"; // ES Modules import
28
28
  * // const { SESClient, GetSendQuotaCommand } = require("@aws-sdk/client-ses"); // CommonJS import
29
29
  * const client = new SESClient(config);
30
+ * const input = {};
30
31
  * const command = new GetSendQuotaCommand(input);
31
32
  * const response = await client.send(command);
32
33
  * ```
@@ -29,6 +29,7 @@ export interface GetSendStatisticsCommandOutput extends GetSendStatisticsRespons
29
29
  * import { SESClient, GetSendStatisticsCommand } from "@aws-sdk/client-ses"; // ES Modules import
30
30
  * // const { SESClient, GetSendStatisticsCommand } = require("@aws-sdk/client-ses"); // CommonJS import
31
31
  * const client = new SESClient(config);
32
+ * const input = {};
32
33
  * const command = new GetSendStatisticsCommand(input);
33
34
  * const response = await client.send(command);
34
35
  * ```
@@ -28,6 +28,9 @@ 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 = { // GetTemplateRequest
32
+ * TemplateName: "STRING_VALUE", // required
33
+ * };
31
34
  * const command = new GetTemplateCommand(input);
32
35
  * const response = await client.send(command);
33
36
  * ```
@@ -35,6 +35,10 @@ 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 = { // ListConfigurationSetsRequest
39
+ * NextToken: "STRING_VALUE",
40
+ * MaxItems: Number("int"),
41
+ * };
38
42
  * const command = new ListConfigurationSetsCommand(input);
39
43
  * const response = await client.send(command);
40
44
  * ```
@@ -30,6 +30,10 @@ 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 = { // ListCustomVerificationEmailTemplatesRequest
34
+ * NextToken: "STRING_VALUE",
35
+ * MaxResults: Number("int"),
36
+ * };
33
37
  * const command = new ListCustomVerificationEmailTemplatesCommand(input);
34
38
  * const response = await client.send(command);
35
39
  * ```
@@ -28,6 +28,11 @@ 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 = { // ListIdentitiesRequest
32
+ * IdentityType: "STRING_VALUE",
33
+ * NextToken: "STRING_VALUE",
34
+ * MaxItems: Number("int"),
35
+ * };
31
36
  * const command = new ListIdentitiesCommand(input);
32
37
  * const response = await client.send(command);
33
38
  * ```
@@ -37,6 +37,9 @@ 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 = { // ListIdentityPoliciesRequest
41
+ * Identity: "STRING_VALUE", // required
42
+ * };
40
43
  * const command = new ListIdentityPoliciesCommand(input);
41
44
  * const response = await client.send(command);
42
45
  * ```
@@ -30,6 +30,7 @@ export interface ListReceiptFiltersCommandOutput extends ListReceiptFiltersRespo
30
30
  * import { SESClient, ListReceiptFiltersCommand } from "@aws-sdk/client-ses"; // ES Modules import
31
31
  * // const { SESClient, ListReceiptFiltersCommand } = require("@aws-sdk/client-ses"); // CommonJS import
32
32
  * const client = new SESClient(config);
33
+ * const input = {};
33
34
  * const command = new ListReceiptFiltersCommand(input);
34
35
  * const response = await client.send(command);
35
36
  * ```
@@ -31,6 +31,9 @@ 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 = { // ListReceiptRuleSetsRequest
35
+ * NextToken: "STRING_VALUE",
36
+ * };
34
37
  * const command = new ListReceiptRuleSetsCommand(input);
35
38
  * const response = await client.send(command);
36
39
  * ```
@@ -28,6 +28,10 @@ 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 = { // ListTemplatesRequest
32
+ * NextToken: "STRING_VALUE",
33
+ * MaxItems: Number("int"),
34
+ * };
31
35
  * const command = new ListTemplatesCommand(input);
32
36
  * const response = await client.send(command);
33
37
  * ```
@@ -27,6 +27,7 @@ export interface ListVerifiedEmailAddressesCommandOutput extends ListVerifiedEma
27
27
  * import { SESClient, ListVerifiedEmailAddressesCommand } from "@aws-sdk/client-ses"; // ES Modules import
28
28
  * // const { SESClient, ListVerifiedEmailAddressesCommand } = require("@aws-sdk/client-ses"); // CommonJS import
29
29
  * const client = new SESClient(config);
30
+ * const input = {};
30
31
  * const command = new ListVerifiedEmailAddressesCommand(input);
31
32
  * const response = await client.send(command);
32
33
  * ```
@@ -26,6 +26,12 @@ 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 = { // PutConfigurationSetDeliveryOptionsRequest
30
+ * ConfigurationSetName: "STRING_VALUE", // required
31
+ * DeliveryOptions: { // DeliveryOptions
32
+ * TlsPolicy: "STRING_VALUE",
33
+ * },
34
+ * };
29
35
  * const command = new PutConfigurationSetDeliveryOptionsCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -36,6 +36,11 @@ 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 = { // PutIdentityPolicyRequest
40
+ * Identity: "STRING_VALUE", // required
41
+ * PolicyName: "STRING_VALUE", // required
42
+ * Policy: "STRING_VALUE", // required
43
+ * };
39
44
  * const command = new PutIdentityPolicyCommand(input);
40
45
  * const response = await client.send(command);
41
46
  * ```
@@ -33,6 +33,12 @@ 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 = { // ReorderReceiptRuleSetRequest
37
+ * RuleSetName: "STRING_VALUE", // required
38
+ * RuleNames: [ // ReceiptRuleNamesList // required
39
+ * "STRING_VALUE",
40
+ * ],
41
+ * };
36
42
  * const command = new ReorderReceiptRuleSetCommand(input);
37
43
  * const response = await client.send(command);
38
44
  * ```