@aws-sdk/client-ses 3.325.0 → 3.326.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 +4 -0
  3. package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +4 -0
  4. package/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +4 -0
  5. package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +4 -0
  6. package/dist-types/commands/CreateReceiptFilterCommand.d.ts +4 -0
  7. package/dist-types/commands/CreateReceiptRuleCommand.d.ts +4 -0
  8. package/dist-types/commands/CreateReceiptRuleSetCommand.d.ts +4 -0
  9. package/dist-types/commands/CreateTemplateCommand.d.ts +4 -0
  10. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +4 -0
  11. package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +4 -0
  12. package/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +4 -0
  13. package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +4 -0
  14. package/dist-types/commands/DeleteIdentityCommand.d.ts +4 -0
  15. package/dist-types/commands/DeleteIdentityPolicyCommand.d.ts +4 -0
  16. package/dist-types/commands/DeleteReceiptFilterCommand.d.ts +4 -0
  17. package/dist-types/commands/DeleteReceiptRuleCommand.d.ts +4 -0
  18. package/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts +4 -0
  19. package/dist-types/commands/DeleteTemplateCommand.d.ts +4 -0
  20. package/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts +4 -0
  21. package/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts +58 -0
  22. package/dist-types/commands/DescribeConfigurationSetCommand.d.ts +44 -0
  23. package/dist-types/commands/DescribeReceiptRuleCommand.d.ts +52 -0
  24. package/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts +58 -0
  25. package/dist-types/commands/GetAccountSendingEnabledCommand.d.ts +6 -0
  26. package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +11 -0
  27. package/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts +14 -0
  28. package/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +12 -0
  29. package/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts +16 -0
  30. package/dist-types/commands/GetIdentityPoliciesCommand.d.ts +8 -0
  31. package/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts +11 -0
  32. package/dist-types/commands/GetSendQuotaCommand.d.ts +8 -0
  33. package/dist-types/commands/GetSendStatisticsCommand.d.ts +14 -0
  34. package/dist-types/commands/GetTemplateCommand.d.ts +11 -0
  35. package/dist-types/commands/ListConfigurationSetsCommand.d.ts +11 -0
  36. package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +15 -0
  37. package/dist-types/commands/ListIdentitiesCommand.d.ts +9 -0
  38. package/dist-types/commands/ListIdentityPoliciesCommand.d.ts +8 -0
  39. package/dist-types/commands/ListReceiptFiltersCommand.d.ts +14 -0
  40. package/dist-types/commands/ListReceiptRuleSetsCommand.d.ts +12 -0
  41. package/dist-types/commands/ListTemplatesCommand.d.ts +12 -0
  42. package/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts +8 -0
  43. package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +4 -0
  44. package/dist-types/commands/PutIdentityPolicyCommand.d.ts +4 -0
  45. package/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts +4 -0
  46. package/dist-types/commands/SendBounceCommand.d.ts +6 -0
  47. package/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts +12 -0
  48. package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +6 -0
  49. package/dist-types/commands/SendEmailCommand.d.ts +6 -0
  50. package/dist-types/commands/SendRawEmailCommand.d.ts +6 -0
  51. package/dist-types/commands/SendTemplatedEmailCommand.d.ts +6 -0
  52. package/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts +4 -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 +4 -0
  56. package/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts +4 -0
  57. package/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts +4 -0
  58. package/dist-types/commands/SetReceiptRulePositionCommand.d.ts +4 -0
  59. package/dist-types/commands/TestRenderTemplateCommand.d.ts +6 -0
  60. package/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts +4 -0
  61. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +4 -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 +4 -0
  65. package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +4 -0
  66. package/dist-types/commands/UpdateReceiptRuleCommand.d.ts +4 -0
  67. package/dist-types/commands/UpdateTemplateCommand.d.ts +4 -0
  68. package/dist-types/commands/VerifyDomainDkimCommand.d.ts +8 -0
  69. package/dist-types/commands/VerifyDomainIdentityCommand.d.ts +6 -0
  70. package/dist-types/commands/VerifyEmailAddressCommand.d.ts +4 -0
  71. package/dist-types/commands/VerifyEmailIdentityCommand.d.ts +4 -0
  72. package/package.json +3 -3
@@ -30,6 +30,10 @@ export interface GetAccountSendingEnabledCommandOutput extends GetAccountSending
30
30
  * const input = {};
31
31
  * const command = new GetAccountSendingEnabledCommand(input);
32
32
  * const response = await client.send(command);
33
+ * // { // GetAccountSendingEnabledResponse
34
+ * // Enabled: true || false,
35
+ * // };
36
+ *
33
37
  * ```
34
38
  *
35
39
  * @param GetAccountSendingEnabledCommandInput - {@link GetAccountSendingEnabledCommandInput}
@@ -38,6 +42,8 @@ export interface GetAccountSendingEnabledCommandOutput extends GetAccountSending
38
42
  * @see {@link GetAccountSendingEnabledCommandOutput} for command's `response` shape.
39
43
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
40
44
  *
45
+ * @throws {@link SESServiceException}
46
+ * <p>Base exception class for all service exceptions from SES service.</p>
41
47
  *
42
48
  * @example GetAccountSendingEnabled
43
49
  * ```javascript
@@ -35,6 +35,15 @@ export interface GetCustomVerificationEmailTemplateCommandOutput extends GetCust
35
35
  * };
36
36
  * const command = new GetCustomVerificationEmailTemplateCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // GetCustomVerificationEmailTemplateResponse
39
+ * // TemplateName: "STRING_VALUE",
40
+ * // FromEmailAddress: "STRING_VALUE",
41
+ * // TemplateSubject: "STRING_VALUE",
42
+ * // TemplateContent: "STRING_VALUE",
43
+ * // SuccessRedirectionURL: "STRING_VALUE",
44
+ * // FailureRedirectionURL: "STRING_VALUE",
45
+ * // };
46
+ *
38
47
  * ```
39
48
  *
40
49
  * @param GetCustomVerificationEmailTemplateCommandInput - {@link GetCustomVerificationEmailTemplateCommandInput}
@@ -47,6 +56,8 @@ export interface GetCustomVerificationEmailTemplateCommandOutput extends GetCust
47
56
  * <p>Indicates that a custom verification email template with the name you specified does
48
57
  * not exist.</p>
49
58
  *
59
+ * @throws {@link SESServiceException}
60
+ * <p>Base exception class for all service exceptions from SES service.</p>
50
61
  *
51
62
  */
52
63
  export declare class GetCustomVerificationEmailTemplateCommand extends $Command<GetCustomVerificationEmailTemplateCommandInput, GetCustomVerificationEmailTemplateCommandOutput, SESClientResolvedConfig> {
@@ -55,6 +55,18 @@ export interface GetIdentityDkimAttributesCommandOutput extends GetIdentityDkimA
55
55
  * };
56
56
  * const command = new GetIdentityDkimAttributesCommand(input);
57
57
  * const response = await client.send(command);
58
+ * // { // GetIdentityDkimAttributesResponse
59
+ * // DkimAttributes: { // DkimAttributes // required
60
+ * // "<keys>": { // IdentityDkimAttributes
61
+ * // DkimEnabled: true || false, // required
62
+ * // DkimVerificationStatus: "STRING_VALUE", // required
63
+ * // DkimTokens: [ // VerificationTokenList
64
+ * // "STRING_VALUE",
65
+ * // ],
66
+ * // },
67
+ * // },
68
+ * // };
69
+ *
58
70
  * ```
59
71
  *
60
72
  * @param GetIdentityDkimAttributesCommandInput - {@link GetIdentityDkimAttributesCommandInput}
@@ -63,6 +75,8 @@ export interface GetIdentityDkimAttributesCommandOutput extends GetIdentityDkimA
63
75
  * @see {@link GetIdentityDkimAttributesCommandOutput} for command's `response` shape.
64
76
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
65
77
  *
78
+ * @throws {@link SESServiceException}
79
+ * <p>Base exception class for all service exceptions from SES service.</p>
66
80
  *
67
81
  * @example GetIdentityDkimAttributes
68
82
  * ```javascript
@@ -36,6 +36,16 @@ export interface GetIdentityMailFromDomainAttributesCommandOutput extends GetIde
36
36
  * };
37
37
  * const command = new GetIdentityMailFromDomainAttributesCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // GetIdentityMailFromDomainAttributesResponse
40
+ * // MailFromDomainAttributes: { // MailFromDomainAttributes // required
41
+ * // "<keys>": { // IdentityMailFromDomainAttributes
42
+ * // MailFromDomain: "STRING_VALUE", // required
43
+ * // MailFromDomainStatus: "STRING_VALUE", // required
44
+ * // BehaviorOnMXFailure: "STRING_VALUE", // required
45
+ * // },
46
+ * // },
47
+ * // };
48
+ *
39
49
  * ```
40
50
  *
41
51
  * @param GetIdentityMailFromDomainAttributesCommandInput - {@link GetIdentityMailFromDomainAttributesCommandInput}
@@ -44,6 +54,8 @@ export interface GetIdentityMailFromDomainAttributesCommandOutput extends GetIde
44
54
  * @see {@link GetIdentityMailFromDomainAttributesCommandOutput} for command's `response` shape.
45
55
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
46
56
  *
57
+ * @throws {@link SESServiceException}
58
+ * <p>Base exception class for all service exceptions from SES service.</p>
47
59
  *
48
60
  * @example GetIdentityMailFromDomainAttributes
49
61
  * ```javascript
@@ -38,6 +38,20 @@ export interface GetIdentityNotificationAttributesCommandOutput extends GetIdent
38
38
  * };
39
39
  * const command = new GetIdentityNotificationAttributesCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // GetIdentityNotificationAttributesResponse
42
+ * // NotificationAttributes: { // NotificationAttributes // required
43
+ * // "<keys>": { // IdentityNotificationAttributes
44
+ * // BounceTopic: "STRING_VALUE", // required
45
+ * // ComplaintTopic: "STRING_VALUE", // required
46
+ * // DeliveryTopic: "STRING_VALUE", // required
47
+ * // ForwardingEnabled: true || false, // required
48
+ * // HeadersInBounceNotificationsEnabled: true || false,
49
+ * // HeadersInComplaintNotificationsEnabled: true || false,
50
+ * // HeadersInDeliveryNotificationsEnabled: true || false,
51
+ * // },
52
+ * // },
53
+ * // };
54
+ *
41
55
  * ```
42
56
  *
43
57
  * @param GetIdentityNotificationAttributesCommandInput - {@link GetIdentityNotificationAttributesCommandInput}
@@ -46,6 +60,8 @@ export interface GetIdentityNotificationAttributesCommandOutput extends GetIdent
46
60
  * @see {@link GetIdentityNotificationAttributesCommandOutput} for command's `response` shape.
47
61
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
48
62
  *
63
+ * @throws {@link SESServiceException}
64
+ * <p>Base exception class for all service exceptions from SES service.</p>
49
65
  *
50
66
  * @example GetIdentityNotificationAttributes
51
67
  * ```javascript
@@ -45,6 +45,12 @@ export interface GetIdentityPoliciesCommandOutput extends GetIdentityPoliciesRes
45
45
  * };
46
46
  * const command = new GetIdentityPoliciesCommand(input);
47
47
  * const response = await client.send(command);
48
+ * // { // GetIdentityPoliciesResponse
49
+ * // Policies: { // PolicyMap // required
50
+ * // "<keys>": "STRING_VALUE",
51
+ * // },
52
+ * // };
53
+ *
48
54
  * ```
49
55
  *
50
56
  * @param GetIdentityPoliciesCommandInput - {@link GetIdentityPoliciesCommandInput}
@@ -53,6 +59,8 @@ export interface GetIdentityPoliciesCommandOutput extends GetIdentityPoliciesRes
53
59
  * @see {@link GetIdentityPoliciesCommandOutput} for command's `response` shape.
54
60
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
55
61
  *
62
+ * @throws {@link SESServiceException}
63
+ * <p>Base exception class for all service exceptions from SES service.</p>
56
64
  *
57
65
  * @example GetIdentityPolicies
58
66
  * ```javascript
@@ -48,6 +48,15 @@ export interface GetIdentityVerificationAttributesCommandOutput extends GetIdent
48
48
  * };
49
49
  * const command = new GetIdentityVerificationAttributesCommand(input);
50
50
  * const response = await client.send(command);
51
+ * // { // GetIdentityVerificationAttributesResponse
52
+ * // VerificationAttributes: { // VerificationAttributes // required
53
+ * // "<keys>": { // IdentityVerificationAttributes
54
+ * // VerificationStatus: "STRING_VALUE", // required
55
+ * // VerificationToken: "STRING_VALUE",
56
+ * // },
57
+ * // },
58
+ * // };
59
+ *
51
60
  * ```
52
61
  *
53
62
  * @param GetIdentityVerificationAttributesCommandInput - {@link GetIdentityVerificationAttributesCommandInput}
@@ -56,6 +65,8 @@ export interface GetIdentityVerificationAttributesCommandOutput extends GetIdent
56
65
  * @see {@link GetIdentityVerificationAttributesCommandOutput} for command's `response` shape.
57
66
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
58
67
  *
68
+ * @throws {@link SESServiceException}
69
+ * <p>Base exception class for all service exceptions from SES service.</p>
59
70
  *
60
71
  * @example GetIdentityVerificationAttributes
61
72
  * ```javascript
@@ -30,6 +30,12 @@ export interface GetSendQuotaCommandOutput extends GetSendQuotaResponse, __Metad
30
30
  * const input = {};
31
31
  * const command = new GetSendQuotaCommand(input);
32
32
  * const response = await client.send(command);
33
+ * // { // GetSendQuotaResponse
34
+ * // Max24HourSend: Number("double"),
35
+ * // MaxSendRate: Number("double"),
36
+ * // SentLast24Hours: Number("double"),
37
+ * // };
38
+ *
33
39
  * ```
34
40
  *
35
41
  * @param GetSendQuotaCommandInput - {@link GetSendQuotaCommandInput}
@@ -38,6 +44,8 @@ export interface GetSendQuotaCommandOutput extends GetSendQuotaResponse, __Metad
38
44
  * @see {@link GetSendQuotaCommandOutput} for command's `response` shape.
39
45
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
40
46
  *
47
+ * @throws {@link SESServiceException}
48
+ * <p>Base exception class for all service exceptions from SES service.</p>
41
49
  *
42
50
  * @example GetSendQuota
43
51
  * ```javascript
@@ -32,6 +32,18 @@ export interface GetSendStatisticsCommandOutput extends GetSendStatisticsRespons
32
32
  * const input = {};
33
33
  * const command = new GetSendStatisticsCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetSendStatisticsResponse
36
+ * // SendDataPoints: [ // SendDataPointList
37
+ * // { // SendDataPoint
38
+ * // Timestamp: new Date("TIMESTAMP"),
39
+ * // DeliveryAttempts: Number("long"),
40
+ * // Bounces: Number("long"),
41
+ * // Complaints: Number("long"),
42
+ * // Rejects: Number("long"),
43
+ * // },
44
+ * // ],
45
+ * // };
46
+ *
35
47
  * ```
36
48
  *
37
49
  * @param GetSendStatisticsCommandInput - {@link GetSendStatisticsCommandInput}
@@ -40,6 +52,8 @@ export interface GetSendStatisticsCommandOutput extends GetSendStatisticsRespons
40
52
  * @see {@link GetSendStatisticsCommandOutput} for command's `response` shape.
41
53
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
42
54
  *
55
+ * @throws {@link SESServiceException}
56
+ * <p>Base exception class for all service exceptions from SES service.</p>
43
57
  *
44
58
  * @example GetSendStatistics
45
59
  * ```javascript
@@ -33,6 +33,15 @@ export interface GetTemplateCommandOutput extends GetTemplateResponse, __Metadat
33
33
  * };
34
34
  * const command = new GetTemplateCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // GetTemplateResponse
37
+ * // Template: { // Template
38
+ * // TemplateName: "STRING_VALUE", // required
39
+ * // SubjectPart: "STRING_VALUE",
40
+ * // TextPart: "STRING_VALUE",
41
+ * // HtmlPart: "STRING_VALUE",
42
+ * // },
43
+ * // };
44
+ *
36
45
  * ```
37
46
  *
38
47
  * @param GetTemplateCommandInput - {@link GetTemplateCommandInput}
@@ -45,6 +54,8 @@ export interface GetTemplateCommandOutput extends GetTemplateResponse, __Metadat
45
54
  * <p>Indicates that the Template object you specified does not exist in your Amazon SES
46
55
  * account.</p>
47
56
  *
57
+ * @throws {@link SESServiceException}
58
+ * <p>Base exception class for all service exceptions from SES service.</p>
48
59
  *
49
60
  */
50
61
  export declare class GetTemplateCommand extends $Command<GetTemplateCommandInput, GetTemplateCommandOutput, SESClientResolvedConfig> {
@@ -41,6 +41,15 @@ export interface ListConfigurationSetsCommandOutput extends ListConfigurationSet
41
41
  * };
42
42
  * const command = new ListConfigurationSetsCommand(input);
43
43
  * const response = await client.send(command);
44
+ * // { // ListConfigurationSetsResponse
45
+ * // ConfigurationSets: [ // ConfigurationSets
46
+ * // { // ConfigurationSet
47
+ * // Name: "STRING_VALUE", // required
48
+ * // },
49
+ * // ],
50
+ * // NextToken: "STRING_VALUE",
51
+ * // };
52
+ *
44
53
  * ```
45
54
  *
46
55
  * @param ListConfigurationSetsCommandInput - {@link ListConfigurationSetsCommandInput}
@@ -49,6 +58,8 @@ export interface ListConfigurationSetsCommandOutput extends ListConfigurationSet
49
58
  * @see {@link ListConfigurationSetsCommandOutput} for command's `response` shape.
50
59
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
51
60
  *
61
+ * @throws {@link SESServiceException}
62
+ * <p>Base exception class for all service exceptions from SES service.</p>
52
63
  *
53
64
  */
54
65
  export declare class ListConfigurationSetsCommand extends $Command<ListConfigurationSetsCommandInput, ListConfigurationSetsCommandOutput, SESClientResolvedConfig> {
@@ -36,6 +36,19 @@ export interface ListCustomVerificationEmailTemplatesCommandOutput extends ListC
36
36
  * };
37
37
  * const command = new ListCustomVerificationEmailTemplatesCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // ListCustomVerificationEmailTemplatesResponse
40
+ * // CustomVerificationEmailTemplates: [ // CustomVerificationEmailTemplates
41
+ * // { // CustomVerificationEmailTemplate
42
+ * // TemplateName: "STRING_VALUE",
43
+ * // FromEmailAddress: "STRING_VALUE",
44
+ * // TemplateSubject: "STRING_VALUE",
45
+ * // SuccessRedirectionURL: "STRING_VALUE",
46
+ * // FailureRedirectionURL: "STRING_VALUE",
47
+ * // },
48
+ * // ],
49
+ * // NextToken: "STRING_VALUE",
50
+ * // };
51
+ *
39
52
  * ```
40
53
  *
41
54
  * @param ListCustomVerificationEmailTemplatesCommandInput - {@link ListCustomVerificationEmailTemplatesCommandInput}
@@ -44,6 +57,8 @@ export interface ListCustomVerificationEmailTemplatesCommandOutput extends ListC
44
57
  * @see {@link ListCustomVerificationEmailTemplatesCommandOutput} for command's `response` shape.
45
58
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
46
59
  *
60
+ * @throws {@link SESServiceException}
61
+ * <p>Base exception class for all service exceptions from SES service.</p>
47
62
  *
48
63
  */
49
64
  export declare class ListCustomVerificationEmailTemplatesCommand extends $Command<ListCustomVerificationEmailTemplatesCommandInput, ListCustomVerificationEmailTemplatesCommandOutput, SESClientResolvedConfig> {
@@ -35,6 +35,13 @@ export interface ListIdentitiesCommandOutput extends ListIdentitiesResponse, __M
35
35
  * };
36
36
  * const command = new ListIdentitiesCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // ListIdentitiesResponse
39
+ * // Identities: [ // IdentityList // required
40
+ * // "STRING_VALUE",
41
+ * // ],
42
+ * // NextToken: "STRING_VALUE",
43
+ * // };
44
+ *
38
45
  * ```
39
46
  *
40
47
  * @param ListIdentitiesCommandInput - {@link ListIdentitiesCommandInput}
@@ -43,6 +50,8 @@ export interface ListIdentitiesCommandOutput extends ListIdentitiesResponse, __M
43
50
  * @see {@link ListIdentitiesCommandOutput} for command's `response` shape.
44
51
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
45
52
  *
53
+ * @throws {@link SESServiceException}
54
+ * <p>Base exception class for all service exceptions from SES service.</p>
46
55
  *
47
56
  * @example ListIdentities
48
57
  * ```javascript
@@ -42,6 +42,12 @@ export interface ListIdentityPoliciesCommandOutput extends ListIdentityPoliciesR
42
42
  * };
43
43
  * const command = new ListIdentityPoliciesCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // { // ListIdentityPoliciesResponse
46
+ * // PolicyNames: [ // PolicyNameList // required
47
+ * // "STRING_VALUE",
48
+ * // ],
49
+ * // };
50
+ *
45
51
  * ```
46
52
  *
47
53
  * @param ListIdentityPoliciesCommandInput - {@link ListIdentityPoliciesCommandInput}
@@ -50,6 +56,8 @@ export interface ListIdentityPoliciesCommandOutput extends ListIdentityPoliciesR
50
56
  * @see {@link ListIdentityPoliciesCommandOutput} for command's `response` shape.
51
57
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
52
58
  *
59
+ * @throws {@link SESServiceException}
60
+ * <p>Base exception class for all service exceptions from SES service.</p>
53
61
  *
54
62
  * @example ListIdentityPolicies
55
63
  * ```javascript
@@ -33,6 +33,18 @@ export interface ListReceiptFiltersCommandOutput extends ListReceiptFiltersRespo
33
33
  * const input = {};
34
34
  * const command = new ListReceiptFiltersCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListReceiptFiltersResponse
37
+ * // Filters: [ // ReceiptFilterList
38
+ * // { // ReceiptFilter
39
+ * // Name: "STRING_VALUE", // required
40
+ * // IpFilter: { // ReceiptIpFilter
41
+ * // Policy: "STRING_VALUE", // required
42
+ * // Cidr: "STRING_VALUE", // required
43
+ * // },
44
+ * // },
45
+ * // ],
46
+ * // };
47
+ *
36
48
  * ```
37
49
  *
38
50
  * @param ListReceiptFiltersCommandInput - {@link ListReceiptFiltersCommandInput}
@@ -41,6 +53,8 @@ export interface ListReceiptFiltersCommandOutput extends ListReceiptFiltersRespo
41
53
  * @see {@link ListReceiptFiltersCommandOutput} for command's `response` shape.
42
54
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
43
55
  *
56
+ * @throws {@link SESServiceException}
57
+ * <p>Base exception class for all service exceptions from SES service.</p>
44
58
  *
45
59
  * @example ListReceiptFilters
46
60
  * ```javascript
@@ -36,6 +36,16 @@ export interface ListReceiptRuleSetsCommandOutput extends ListReceiptRuleSetsRes
36
36
  * };
37
37
  * const command = new ListReceiptRuleSetsCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // ListReceiptRuleSetsResponse
40
+ * // RuleSets: [ // ReceiptRuleSetsLists
41
+ * // { // ReceiptRuleSetMetadata
42
+ * // Name: "STRING_VALUE",
43
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
44
+ * // },
45
+ * // ],
46
+ * // NextToken: "STRING_VALUE",
47
+ * // };
48
+ *
39
49
  * ```
40
50
  *
41
51
  * @param ListReceiptRuleSetsCommandInput - {@link ListReceiptRuleSetsCommandInput}
@@ -44,6 +54,8 @@ export interface ListReceiptRuleSetsCommandOutput extends ListReceiptRuleSetsRes
44
54
  * @see {@link ListReceiptRuleSetsCommandOutput} for command's `response` shape.
45
55
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
46
56
  *
57
+ * @throws {@link SESServiceException}
58
+ * <p>Base exception class for all service exceptions from SES service.</p>
47
59
  *
48
60
  * @example ListReceiptRuleSets
49
61
  * ```javascript
@@ -34,6 +34,16 @@ export interface ListTemplatesCommandOutput extends ListTemplatesResponse, __Met
34
34
  * };
35
35
  * const command = new ListTemplatesCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ListTemplatesResponse
38
+ * // TemplatesMetadata: [ // TemplateMetadataList
39
+ * // { // TemplateMetadata
40
+ * // Name: "STRING_VALUE",
41
+ * // CreatedTimestamp: new Date("TIMESTAMP"),
42
+ * // },
43
+ * // ],
44
+ * // NextToken: "STRING_VALUE",
45
+ * // };
46
+ *
37
47
  * ```
38
48
  *
39
49
  * @param ListTemplatesCommandInput - {@link ListTemplatesCommandInput}
@@ -42,6 +52,8 @@ export interface ListTemplatesCommandOutput extends ListTemplatesResponse, __Met
42
52
  * @see {@link ListTemplatesCommandOutput} for command's `response` shape.
43
53
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
44
54
  *
55
+ * @throws {@link SESServiceException}
56
+ * <p>Base exception class for all service exceptions from SES service.</p>
45
57
  *
46
58
  */
47
59
  export declare class ListTemplatesCommand extends $Command<ListTemplatesCommandInput, ListTemplatesCommandOutput, SESClientResolvedConfig> {
@@ -30,6 +30,12 @@ export interface ListVerifiedEmailAddressesCommandOutput extends ListVerifiedEma
30
30
  * const input = {};
31
31
  * const command = new ListVerifiedEmailAddressesCommand(input);
32
32
  * const response = await client.send(command);
33
+ * // { // ListVerifiedEmailAddressesResponse
34
+ * // VerifiedEmailAddresses: [ // AddressList
35
+ * // "STRING_VALUE",
36
+ * // ],
37
+ * // };
38
+ *
33
39
  * ```
34
40
  *
35
41
  * @param ListVerifiedEmailAddressesCommandInput - {@link ListVerifiedEmailAddressesCommandInput}
@@ -38,6 +44,8 @@ export interface ListVerifiedEmailAddressesCommandOutput extends ListVerifiedEma
38
44
  * @see {@link ListVerifiedEmailAddressesCommandOutput} for command's `response` shape.
39
45
  * @see {@link SESClientResolvedConfig | config} for SESClient's `config` shape.
40
46
  *
47
+ * @throws {@link SESServiceException}
48
+ * <p>Base exception class for all service exceptions from SES service.</p>
41
49
  *
42
50
  * @example ListVerifiedEmailAddresses
43
51
  * ```javascript
@@ -34,6 +34,8 @@ export interface PutConfigurationSetDeliveryOptionsCommandOutput extends PutConf
34
34
  * };
35
35
  * const command = new PutConfigurationSetDeliveryOptionsCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // {};
38
+ *
37
39
  * ```
38
40
  *
39
41
  * @param PutConfigurationSetDeliveryOptionsCommandInput - {@link PutConfigurationSetDeliveryOptionsCommandInput}
@@ -48,6 +50,8 @@ export interface PutConfigurationSetDeliveryOptionsCommandOutput extends PutConf
48
50
  * @throws {@link InvalidDeliveryOptionsException} (client fault)
49
51
  * <p>Indicates that provided delivery option is invalid.</p>
50
52
  *
53
+ * @throws {@link SESServiceException}
54
+ * <p>Base exception class for all service exceptions from SES service.</p>
51
55
  *
52
56
  */
53
57
  export declare class PutConfigurationSetDeliveryOptionsCommand extends $Command<PutConfigurationSetDeliveryOptionsCommandInput, PutConfigurationSetDeliveryOptionsCommandOutput, SESClientResolvedConfig> {
@@ -43,6 +43,8 @@ export interface PutIdentityPolicyCommandOutput extends PutIdentityPolicyRespons
43
43
  * };
44
44
  * const command = new PutIdentityPolicyCommand(input);
45
45
  * const response = await client.send(command);
46
+ * // {};
47
+ *
46
48
  * ```
47
49
  *
48
50
  * @param PutIdentityPolicyCommandInput - {@link PutIdentityPolicyCommandInput}
@@ -55,6 +57,8 @@ export interface PutIdentityPolicyCommandOutput extends PutIdentityPolicyRespons
55
57
  * <p>Indicates that the provided policy is invalid. Check the error stack for more
56
58
  * information about what caused the error.</p>
57
59
  *
60
+ * @throws {@link SESServiceException}
61
+ * <p>Base exception class for all service exceptions from SES service.</p>
58
62
  *
59
63
  * @example PutIdentityPolicy
60
64
  * ```javascript
@@ -41,6 +41,8 @@ export interface ReorderReceiptRuleSetCommandOutput extends ReorderReceiptRuleSe
41
41
  * };
42
42
  * const command = new ReorderReceiptRuleSetCommand(input);
43
43
  * const response = await client.send(command);
44
+ * // {};
45
+ *
44
46
  * ```
45
47
  *
46
48
  * @param ReorderReceiptRuleSetCommandInput - {@link ReorderReceiptRuleSetCommandInput}
@@ -55,6 +57,8 @@ export interface ReorderReceiptRuleSetCommandOutput extends ReorderReceiptRuleSe
55
57
  * @throws {@link RuleSetDoesNotExistException} (client fault)
56
58
  * <p>Indicates that the provided receipt rule set does not exist.</p>
57
59
  *
60
+ * @throws {@link SESServiceException}
61
+ * <p>Base exception class for all service exceptions from SES service.</p>
58
62
  *
59
63
  * @example ReorderReceiptRuleSet
60
64
  * ```javascript
@@ -73,6 +73,10 @@ export interface SendBounceCommandOutput extends SendBounceResponse, __MetadataB
73
73
  * };
74
74
  * const command = new SendBounceCommand(input);
75
75
  * const response = await client.send(command);
76
+ * // { // SendBounceResponse
77
+ * // MessageId: "STRING_VALUE",
78
+ * // };
79
+ *
76
80
  * ```
77
81
  *
78
82
  * @param SendBounceCommandInput - {@link SendBounceCommandInput}
@@ -85,6 +89,8 @@ export interface SendBounceCommandOutput extends SendBounceResponse, __MetadataB
85
89
  * <p>Indicates that the action failed, and the message could not be sent. Check the error
86
90
  * stack for more information about what caused the error.</p>
87
91
  *
92
+ * @throws {@link SESServiceException}
93
+ * <p>Base exception class for all service exceptions from SES service.</p>
88
94
  *
89
95
  */
90
96
  export declare class SendBounceCommand extends $Command<SendBounceCommandInput, SendBounceCommandOutput, SESClientResolvedConfig> {
@@ -111,6 +111,16 @@ export interface SendBulkTemplatedEmailCommandOutput extends SendBulkTemplatedEm
111
111
  * };
112
112
  * const command = new SendBulkTemplatedEmailCommand(input);
113
113
  * const response = await client.send(command);
114
+ * // { // SendBulkTemplatedEmailResponse
115
+ * // Status: [ // BulkEmailDestinationStatusList // required
116
+ * // { // BulkEmailDestinationStatus
117
+ * // Status: "STRING_VALUE",
118
+ * // Error: "STRING_VALUE",
119
+ * // MessageId: "STRING_VALUE",
120
+ * // },
121
+ * // ],
122
+ * // };
123
+ *
114
124
  * ```
115
125
  *
116
126
  * @param SendBulkTemplatedEmailCommandInput - {@link SendBulkTemplatedEmailCommandInput}
@@ -144,6 +154,8 @@ export interface SendBulkTemplatedEmailCommandOutput extends SendBulkTemplatedEm
144
154
  * <p>Indicates that the Template object you specified does not exist in your Amazon SES
145
155
  * account.</p>
146
156
  *
157
+ * @throws {@link SESServiceException}
158
+ * <p>Base exception class for all service exceptions from SES service.</p>
147
159
  *
148
160
  */
149
161
  export declare class SendBulkTemplatedEmailCommand extends $Command<SendBulkTemplatedEmailCommandInput, SendBulkTemplatedEmailCommandOutput, SESClientResolvedConfig> {
@@ -41,6 +41,10 @@ export interface SendCustomVerificationEmailCommandOutput extends SendCustomVeri
41
41
  * };
42
42
  * const command = new SendCustomVerificationEmailCommand(input);
43
43
  * const response = await client.send(command);
44
+ * // { // SendCustomVerificationEmailResponse
45
+ * // MessageId: "STRING_VALUE",
46
+ * // };
47
+ *
44
48
  * ```
45
49
  *
46
50
  * @param SendCustomVerificationEmailCommandInput - {@link SendCustomVerificationEmailCommandInput}
@@ -67,6 +71,8 @@ export interface SendCustomVerificationEmailCommandOutput extends SendCustomVeri
67
71
  * @throws {@link ProductionAccessNotGrantedException} (client fault)
68
72
  * <p>Indicates that the account has not been granted production access.</p>
69
73
  *
74
+ * @throws {@link SESServiceException}
75
+ * <p>Base exception class for all service exceptions from SES service.</p>
70
76
  *
71
77
  */
72
78
  export declare class SendCustomVerificationEmailCommand extends $Command<SendCustomVerificationEmailCommandInput, SendCustomVerificationEmailCommandOutput, SESClientResolvedConfig> {
@@ -115,6 +115,10 @@ export interface SendEmailCommandOutput extends SendEmailResponse, __MetadataBea
115
115
  * };
116
116
  * const command = new SendEmailCommand(input);
117
117
  * const response = await client.send(command);
118
+ * // { // SendEmailResponse
119
+ * // MessageId: "STRING_VALUE", // required
120
+ * // };
121
+ *
118
122
  * ```
119
123
  *
120
124
  * @param SendEmailCommandInput - {@link SendEmailCommandInput}
@@ -144,6 +148,8 @@ export interface SendEmailCommandOutput extends SendEmailResponse, __MetadataBea
144
148
  * <p>Indicates that the action failed, and the message could not be sent. Check the error
145
149
  * stack for more information about what caused the error.</p>
146
150
  *
151
+ * @throws {@link SESServiceException}
152
+ * <p>Base exception class for all service exceptions from SES service.</p>
147
153
  *
148
154
  * @example SendEmail
149
155
  * ```javascript
@@ -155,6 +155,10 @@ export interface SendRawEmailCommandOutput extends SendRawEmailResponse, __Metad
155
155
  * };
156
156
  * const command = new SendRawEmailCommand(input);
157
157
  * const response = await client.send(command);
158
+ * // { // SendRawEmailResponse
159
+ * // MessageId: "STRING_VALUE", // required
160
+ * // };
161
+ *
158
162
  * ```
159
163
  *
160
164
  * @param SendRawEmailCommandInput - {@link SendRawEmailCommandInput}
@@ -184,6 +188,8 @@ export interface SendRawEmailCommandOutput extends SendRawEmailResponse, __Metad
184
188
  * <p>Indicates that the action failed, and the message could not be sent. Check the error
185
189
  * stack for more information about what caused the error.</p>
186
190
  *
191
+ * @throws {@link SESServiceException}
192
+ * <p>Base exception class for all service exceptions from SES service.</p>
187
193
  *
188
194
  * @example SendRawEmail
189
195
  * ```javascript
@@ -107,6 +107,10 @@ export interface SendTemplatedEmailCommandOutput extends SendTemplatedEmailRespo
107
107
  * };
108
108
  * const command = new SendTemplatedEmailCommand(input);
109
109
  * const response = await client.send(command);
110
+ * // { // SendTemplatedEmailResponse
111
+ * // MessageId: "STRING_VALUE", // required
112
+ * // };
113
+ *
110
114
  * ```
111
115
  *
112
116
  * @param SendTemplatedEmailCommandInput - {@link SendTemplatedEmailCommandInput}
@@ -140,6 +144,8 @@ export interface SendTemplatedEmailCommandOutput extends SendTemplatedEmailRespo
140
144
  * <p>Indicates that the Template object you specified does not exist in your Amazon SES
141
145
  * account.</p>
142
146
  *
147
+ * @throws {@link SESServiceException}
148
+ * <p>Base exception class for all service exceptions from SES service.</p>
143
149
  *
144
150
  */
145
151
  export declare class SendTemplatedEmailCommand extends $Command<SendTemplatedEmailCommandInput, SendTemplatedEmailCommandOutput, SESClientResolvedConfig> {