@aws-sdk/client-ses 3.775.0 → 3.782.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 +8 -5
  2. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +1 -0
  3. package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +1 -0
  4. package/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +1 -0
  5. package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +1 -0
  6. package/dist-types/commands/CreateReceiptFilterCommand.d.ts +11 -8
  7. package/dist-types/commands/CreateReceiptRuleCommand.d.ts +17 -14
  8. package/dist-types/commands/CreateReceiptRuleSetCommand.d.ts +7 -4
  9. package/dist-types/commands/CreateTemplateCommand.d.ts +1 -0
  10. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +1 -0
  11. package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +1 -0
  12. package/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +1 -0
  13. package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +1 -0
  14. package/dist-types/commands/DeleteIdentityCommand.d.ts +7 -4
  15. package/dist-types/commands/DeleteIdentityPolicyCommand.d.ts +8 -5
  16. package/dist-types/commands/DeleteReceiptFilterCommand.d.ts +7 -4
  17. package/dist-types/commands/DeleteReceiptRuleCommand.d.ts +8 -5
  18. package/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts +7 -4
  19. package/dist-types/commands/DeleteTemplateCommand.d.ts +1 -0
  20. package/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts +7 -4
  21. package/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts +16 -16
  22. package/dist-types/commands/DescribeConfigurationSetCommand.d.ts +1 -0
  23. package/dist-types/commands/DescribeReceiptRuleCommand.d.ts +14 -14
  24. package/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts +16 -16
  25. package/dist-types/commands/GetAccountSendingEnabledCommand.d.ts +5 -5
  26. package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +1 -0
  27. package/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts +12 -12
  28. package/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +9 -9
  29. package/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts +13 -13
  30. package/dist-types/commands/GetIdentityPoliciesCommand.d.ts +7 -7
  31. package/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts +8 -8
  32. package/dist-types/commands/GetSendQuotaCommand.d.ts +7 -7
  33. package/dist-types/commands/GetSendStatisticsCommand.d.ts +20 -20
  34. package/dist-types/commands/GetTemplateCommand.d.ts +1 -0
  35. package/dist-types/commands/ListConfigurationSetsCommand.d.ts +1 -0
  36. package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +1 -0
  37. package/dist-types/commands/ListIdentitiesCommand.d.ts +8 -8
  38. package/dist-types/commands/ListIdentityPoliciesCommand.d.ts +5 -5
  39. package/dist-types/commands/ListReceiptFiltersCommand.d.ts +9 -9
  40. package/dist-types/commands/ListReceiptRuleSetsCommand.d.ts +8 -8
  41. package/dist-types/commands/ListTemplatesCommand.d.ts +1 -0
  42. package/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts +5 -5
  43. package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +1 -0
  44. package/dist-types/commands/PutIdentityPolicyCommand.d.ts +9 -6
  45. package/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts +8 -5
  46. package/dist-types/commands/SendBounceCommand.d.ts +1 -0
  47. package/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts +1 -0
  48. package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +1 -0
  49. package/dist-types/commands/SendEmailCommand.d.ts +24 -24
  50. package/dist-types/commands/SendRawEmailCommand.d.ts +11 -11
  51. package/dist-types/commands/SendTemplatedEmailCommand.d.ts +1 -0
  52. package/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts +7 -4
  53. package/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts +8 -5
  54. package/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +8 -5
  55. package/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +9 -6
  56. package/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts +9 -6
  57. package/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts +9 -6
  58. package/dist-types/commands/SetReceiptRulePositionCommand.d.ts +9 -6
  59. package/dist-types/commands/TestRenderTemplateCommand.d.ts +1 -0
  60. package/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts +7 -4
  61. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +1 -0
  62. package/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +8 -5
  63. package/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +8 -5
  64. package/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +1 -0
  65. package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +1 -0
  66. package/dist-types/commands/UpdateReceiptRuleCommand.d.ts +16 -13
  67. package/dist-types/commands/UpdateTemplateCommand.d.ts +1 -0
  68. package/dist-types/commands/VerifyDomainDkimCommand.d.ts +5 -5
  69. package/dist-types/commands/VerifyDomainIdentityCommand.d.ts +5 -5
  70. package/dist-types/commands/VerifyEmailAddressCommand.d.ts +7 -4
  71. package/dist-types/commands/VerifyEmailIdentityCommand.d.ts +7 -4
  72. package/package.json +5 -5
@@ -68,19 +68,22 @@ declare const CloneReceiptRuleSetCommand_base: {
68
68
  * @throws {@link SESServiceException}
69
69
  * <p>Base exception class for all service exceptions from SES service.</p>
70
70
  *
71
- * @public
71
+ *
72
72
  * @example CloneReceiptRuleSet
73
73
  * ```javascript
74
74
  * // The following example creates a receipt rule set by cloning an existing one:
75
75
  * const input = {
76
- * "OriginalRuleSetName": "RuleSetToClone",
77
- * "RuleSetName": "RuleSetToCreate"
76
+ * OriginalRuleSetName: "RuleSetToClone",
77
+ * RuleSetName: "RuleSetToCreate"
78
78
  * };
79
79
  * const command = new CloneReceiptRuleSetCommand(input);
80
- * await client.send(command);
81
- * // example id: clonereceiptruleset-1469055039770
80
+ * const response = await client.send(command);
81
+ * /* response is
82
+ * { /* metadata only *\/ }
83
+ * *\/
82
84
  * ```
83
85
  *
86
+ * @public
84
87
  */
85
88
  export declare class CloneReceiptRuleSetCommand extends CloneReceiptRuleSetCommand_base {
86
89
  /** @internal type navigation helper, not in runtime. */
@@ -71,6 +71,7 @@ declare const CreateConfigurationSetCommand_base: {
71
71
  * @throws {@link SESServiceException}
72
72
  * <p>Base exception class for all service exceptions from SES service.</p>
73
73
  *
74
+ *
74
75
  * @public
75
76
  */
76
77
  export declare class CreateConfigurationSetCommand extends CreateConfigurationSetCommand_base {
@@ -108,6 +108,7 @@ declare const CreateConfigurationSetEventDestinationCommand_base: {
108
108
  * @throws {@link SESServiceException}
109
109
  * <p>Base exception class for all service exceptions from SES service.</p>
110
110
  *
111
+ *
111
112
  * @public
112
113
  */
113
114
  export declare class CreateConfigurationSetEventDestinationCommand extends CreateConfigurationSetEventDestinationCommand_base {
@@ -79,6 +79,7 @@ declare const CreateConfigurationSetTrackingOptionsCommand_base: {
79
79
  * @throws {@link SESServiceException}
80
80
  * <p>Base exception class for all service exceptions from SES service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class CreateConfigurationSetTrackingOptionsCommand extends CreateConfigurationSetTrackingOptionsCommand_base {
@@ -77,6 +77,7 @@ declare const CreateCustomVerificationEmailTemplateCommand_base: {
77
77
  * @throws {@link SESServiceException}
78
78
  * <p>Base exception class for all service exceptions from SES service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class CreateCustomVerificationEmailTemplateCommand extends CreateCustomVerificationEmailTemplateCommand_base {
@@ -69,24 +69,27 @@ declare const CreateReceiptFilterCommand_base: {
69
69
  * @throws {@link SESServiceException}
70
70
  * <p>Base exception class for all service exceptions from SES service.</p>
71
71
  *
72
- * @public
72
+ *
73
73
  * @example CreateReceiptFilter
74
74
  * ```javascript
75
75
  * // The following example creates a new IP address filter:
76
76
  * const input = {
77
- * "Filter": {
78
- * "IpFilter": {
79
- * "Cidr": "1.2.3.4/24",
80
- * "Policy": "Allow"
77
+ * Filter: {
78
+ * IpFilter: {
79
+ * Cidr: "1.2.3.4/24",
80
+ * Policy: "Allow"
81
81
  * },
82
- * "Name": "MyFilter"
82
+ * Name: "MyFilter"
83
83
  * }
84
84
  * };
85
85
  * const command = new CreateReceiptFilterCommand(input);
86
- * await client.send(command);
87
- * // example id: createreceiptfilter-1469122681253
86
+ * const response = await client.send(command);
87
+ * /* response is
88
+ * { /* metadata only *\/ }
89
+ * *\/
88
90
  * ```
89
91
  *
92
+ * @public
90
93
  */
91
94
  export declare class CreateReceiptFilterCommand extends CreateReceiptFilterCommand_base {
92
95
  /** @internal type navigation helper, not in runtime. */
@@ -140,33 +140,36 @@ declare const CreateReceiptRuleCommand_base: {
140
140
  * @throws {@link SESServiceException}
141
141
  * <p>Base exception class for all service exceptions from SES service.</p>
142
142
  *
143
- * @public
143
+ *
144
144
  * @example CreateReceiptRule
145
145
  * ```javascript
146
146
  * // The following example creates a new receipt rule:
147
147
  * const input = {
148
- * "After": "",
149
- * "Rule": {
150
- * "Actions": [
148
+ * After: "",
149
+ * Rule: {
150
+ * Actions: [
151
151
  * {
152
- * "S3Action": {
153
- * "BucketName": "MyBucket",
154
- * "ObjectKeyPrefix": "email"
152
+ * S3Action: {
153
+ * BucketName: "MyBucket",
154
+ * ObjectKeyPrefix: "email"
155
155
  * }
156
156
  * }
157
157
  * ],
158
- * "Enabled": true,
159
- * "Name": "MyRule",
160
- * "ScanEnabled": true,
161
- * "TlsPolicy": "Optional"
158
+ * Enabled: true,
159
+ * Name: "MyRule",
160
+ * ScanEnabled: true,
161
+ * TlsPolicy: "Optional"
162
162
  * },
163
- * "RuleSetName": "MyRuleSet"
163
+ * RuleSetName: "MyRuleSet"
164
164
  * };
165
165
  * const command = new CreateReceiptRuleCommand(input);
166
- * await client.send(command);
167
- * // example id: createreceiptrule-1469122946515
166
+ * const response = await client.send(command);
167
+ * /* response is
168
+ * { /* metadata only *\/ }
169
+ * *\/
168
170
  * ```
169
171
  *
172
+ * @public
170
173
  */
171
174
  export declare class CreateReceiptRuleCommand extends CreateReceiptRuleCommand_base {
172
175
  /** @internal type navigation helper, not in runtime. */
@@ -62,18 +62,21 @@ declare const CreateReceiptRuleSetCommand_base: {
62
62
  * @throws {@link SESServiceException}
63
63
  * <p>Base exception class for all service exceptions from SES service.</p>
64
64
  *
65
- * @public
65
+ *
66
66
  * @example CreateReceiptRuleSet
67
67
  * ```javascript
68
68
  * // The following example creates an empty receipt rule set:
69
69
  * const input = {
70
- * "RuleSetName": "MyRuleSet"
70
+ * RuleSetName: "MyRuleSet"
71
71
  * };
72
72
  * const command = new CreateReceiptRuleSetCommand(input);
73
- * await client.send(command);
74
- * // example id: createreceiptruleset-1469058761646
73
+ * const response = await client.send(command);
74
+ * /* response is
75
+ * { /* metadata only *\/ }
76
+ * *\/
75
77
  * ```
76
78
  *
79
+ * @public
77
80
  */
78
81
  export declare class CreateReceiptRuleSetCommand extends CreateReceiptRuleSetCommand_base {
79
82
  /** @internal type navigation helper, not in runtime. */
@@ -72,6 +72,7 @@ declare const CreateTemplateCommand_base: {
72
72
  * @throws {@link SESServiceException}
73
73
  * <p>Base exception class for all service exceptions from SES service.</p>
74
74
  *
75
+ *
75
76
  * @public
76
77
  */
77
78
  export declare class CreateTemplateCommand extends CreateTemplateCommand_base {
@@ -58,6 +58,7 @@ declare const DeleteConfigurationSetCommand_base: {
58
58
  * @throws {@link SESServiceException}
59
59
  * <p>Base exception class for all service exceptions from SES service.</p>
60
60
  *
61
+ *
61
62
  * @public
62
63
  */
63
64
  export declare class DeleteConfigurationSetCommand extends DeleteConfigurationSetCommand_base {
@@ -63,6 +63,7 @@ declare const DeleteConfigurationSetEventDestinationCommand_base: {
63
63
  * @throws {@link SESServiceException}
64
64
  * <p>Base exception class for all service exceptions from SES service.</p>
65
65
  *
66
+ *
66
67
  * @public
67
68
  */
68
69
  export declare class DeleteConfigurationSetEventDestinationCommand extends DeleteConfigurationSetEventDestinationCommand_base {
@@ -67,6 +67,7 @@ declare const DeleteConfigurationSetTrackingOptionsCommand_base: {
67
67
  * @throws {@link SESServiceException}
68
68
  * <p>Base exception class for all service exceptions from SES service.</p>
69
69
  *
70
+ *
70
71
  * @public
71
72
  */
72
73
  export declare class DeleteConfigurationSetTrackingOptionsCommand extends DeleteConfigurationSetTrackingOptionsCommand_base {
@@ -56,6 +56,7 @@ declare const DeleteCustomVerificationEmailTemplateCommand_base: {
56
56
  * @throws {@link SESServiceException}
57
57
  * <p>Base exception class for all service exceptions from SES service.</p>
58
58
  *
59
+ *
59
60
  * @public
60
61
  */
61
62
  export declare class DeleteCustomVerificationEmailTemplateCommand extends DeleteCustomVerificationEmailTemplateCommand_base {
@@ -54,18 +54,21 @@ declare const DeleteIdentityCommand_base: {
54
54
  * @throws {@link SESServiceException}
55
55
  * <p>Base exception class for all service exceptions from SES service.</p>
56
56
  *
57
- * @public
57
+ *
58
58
  * @example DeleteIdentity
59
59
  * ```javascript
60
60
  * // The following example deletes an identity from the list of identities that have been submitted for verification with Amazon SES:
61
61
  * const input = {
62
- * "Identity": "user@example.com"
62
+ * Identity: "user@example.com"
63
63
  * };
64
64
  * const command = new DeleteIdentityCommand(input);
65
- * await client.send(command);
66
- * // example id: deleteidentity-1469047858906
65
+ * const response = await client.send(command);
66
+ * /* response is
67
+ * { /* metadata only *\/ }
68
+ * *\/
67
69
  * ```
68
70
  *
71
+ * @public
69
72
  */
70
73
  export declare class DeleteIdentityCommand extends DeleteIdentityCommand_base {
71
74
  /** @internal type navigation helper, not in runtime. */
@@ -64,19 +64,22 @@ declare const DeleteIdentityPolicyCommand_base: {
64
64
  * @throws {@link SESServiceException}
65
65
  * <p>Base exception class for all service exceptions from SES service.</p>
66
66
  *
67
- * @public
67
+ *
68
68
  * @example DeleteIdentityPolicy
69
69
  * ```javascript
70
70
  * // The following example deletes a sending authorization policy for an identity:
71
71
  * const input = {
72
- * "Identity": "user@example.com",
73
- * "PolicyName": "MyPolicy"
72
+ * Identity: "user@example.com",
73
+ * PolicyName: "MyPolicy"
74
74
  * };
75
75
  * const command = new DeleteIdentityPolicyCommand(input);
76
- * await client.send(command);
77
- * // example id: deleteidentitypolicy-1469055282499
76
+ * const response = await client.send(command);
77
+ * /* response is
78
+ * { /* metadata only *\/ }
79
+ * *\/
78
80
  * ```
79
81
  *
82
+ * @public
80
83
  */
81
84
  export declare class DeleteIdentityPolicyCommand extends DeleteIdentityPolicyCommand_base {
82
85
  /** @internal type navigation helper, not in runtime. */
@@ -55,18 +55,21 @@ declare const DeleteReceiptFilterCommand_base: {
55
55
  * @throws {@link SESServiceException}
56
56
  * <p>Base exception class for all service exceptions from SES service.</p>
57
57
  *
58
- * @public
58
+ *
59
59
  * @example DeleteReceiptFilter
60
60
  * ```javascript
61
61
  * // The following example deletes an IP address filter:
62
62
  * const input = {
63
- * "FilterName": "MyFilter"
63
+ * FilterName: "MyFilter"
64
64
  * };
65
65
  * const command = new DeleteReceiptFilterCommand(input);
66
- * await client.send(command);
67
- * // example id: deletereceiptfilter-1469055456835
66
+ * const response = await client.send(command);
67
+ * /* response is
68
+ * { /* metadata only *\/ }
69
+ * *\/
68
70
  * ```
69
71
  *
72
+ * @public
70
73
  */
71
74
  export declare class DeleteReceiptFilterCommand extends DeleteReceiptFilterCommand_base {
72
75
  /** @internal type navigation helper, not in runtime. */
@@ -59,19 +59,22 @@ declare const DeleteReceiptRuleCommand_base: {
59
59
  * @throws {@link SESServiceException}
60
60
  * <p>Base exception class for all service exceptions from SES service.</p>
61
61
  *
62
- * @public
62
+ *
63
63
  * @example DeleteReceiptRule
64
64
  * ```javascript
65
65
  * // The following example deletes a receipt rule:
66
66
  * const input = {
67
- * "RuleName": "MyRule",
68
- * "RuleSetName": "MyRuleSet"
67
+ * RuleName: "MyRule",
68
+ * RuleSetName: "MyRuleSet"
69
69
  * };
70
70
  * const command = new DeleteReceiptRuleCommand(input);
71
- * await client.send(command);
72
- * // example id: deletereceiptrule-1469055563599
71
+ * const response = await client.send(command);
72
+ * /* response is
73
+ * { /* metadata only *\/ }
74
+ * *\/
73
75
  * ```
74
76
  *
77
+ * @public
75
78
  */
76
79
  export declare class DeleteReceiptRuleCommand extends DeleteReceiptRuleCommand_base {
77
80
  /** @internal type navigation helper, not in runtime. */
@@ -62,18 +62,21 @@ declare const DeleteReceiptRuleSetCommand_base: {
62
62
  * @throws {@link SESServiceException}
63
63
  * <p>Base exception class for all service exceptions from SES service.</p>
64
64
  *
65
- * @public
65
+ *
66
66
  * @example DeleteReceiptRuleSet
67
67
  * ```javascript
68
68
  * // The following example deletes a receipt rule set:
69
69
  * const input = {
70
- * "RuleSetName": "MyRuleSet"
70
+ * RuleSetName: "MyRuleSet"
71
71
  * };
72
72
  * const command = new DeleteReceiptRuleSetCommand(input);
73
- * await client.send(command);
74
- * // example id: deletereceiptruleset-1469055713690
73
+ * const response = await client.send(command);
74
+ * /* response is
75
+ * { /* metadata only *\/ }
76
+ * *\/
75
77
  * ```
76
78
  *
79
+ * @public
77
80
  */
78
81
  export declare class DeleteReceiptRuleSetCommand extends DeleteReceiptRuleSetCommand_base {
79
82
  /** @internal type navigation helper, not in runtime. */
@@ -53,6 +53,7 @@ declare const DeleteTemplateCommand_base: {
53
53
  * @throws {@link SESServiceException}
54
54
  * <p>Base exception class for all service exceptions from SES service.</p>
55
55
  *
56
+ *
56
57
  * @public
57
58
  */
58
59
  export declare class DeleteTemplateCommand extends DeleteTemplateCommand_base {
@@ -53,18 +53,21 @@ declare const DeleteVerifiedEmailAddressCommand_base: {
53
53
  * @throws {@link SESServiceException}
54
54
  * <p>Base exception class for all service exceptions from SES service.</p>
55
55
  *
56
- * @public
56
+ *
57
57
  * @example DeleteVerifiedEmailAddress
58
58
  * ```javascript
59
59
  * // The following example deletes an email address from the list of identities that have been submitted for verification with Amazon SES:
60
60
  * const input = {
61
- * "EmailAddress": "user@example.com"
61
+ * EmailAddress: "user@example.com"
62
62
  * };
63
63
  * const command = new DeleteVerifiedEmailAddressCommand(input);
64
- * await client.send(command);
65
- * // example id: deleteverifiedemailaddress-1469051086444
64
+ * const response = await client.send(command);
65
+ * /* response is
66
+ * { /* metadata only *\/ }
67
+ * *\/
66
68
  * ```
67
69
  *
70
+ * @public
68
71
  */
69
72
  export declare class DeleteVerifiedEmailAddressCommand extends DeleteVerifiedEmailAddressCommand_base {
70
73
  /** @internal type navigation helper, not in runtime. */
@@ -112,40 +112,40 @@ declare const DescribeActiveReceiptRuleSetCommand_base: {
112
112
  * @throws {@link SESServiceException}
113
113
  * <p>Base exception class for all service exceptions from SES service.</p>
114
114
  *
115
- * @public
115
+ *
116
116
  * @example DescribeActiveReceiptRuleSet
117
117
  * ```javascript
118
118
  * // The following example returns the metadata and receipt rules for the receipt rule set that is currently active:
119
- * const input = {};
119
+ * const input = { /* empty *\/ };
120
120
  * const command = new DescribeActiveReceiptRuleSetCommand(input);
121
121
  * const response = await client.send(command);
122
- * /* response ==
122
+ * /* response is
123
123
  * {
124
- * "Metadata": {
125
- * "CreatedTimestamp": "2016-07-15T16:25:59.607Z",
126
- * "Name": "default-rule-set"
124
+ * Metadata: {
125
+ * CreatedTimestamp: "2016-07-15T16:25:59.607Z",
126
+ * Name: "default-rule-set"
127
127
  * },
128
- * "Rules": [
128
+ * Rules: [
129
129
  * {
130
- * "Actions": [
130
+ * Actions: [
131
131
  * {
132
- * "S3Action": {
133
- * "BucketName": "MyBucket",
134
- * "ObjectKeyPrefix": "email"
132
+ * S3Action: {
133
+ * BucketName: "MyBucket",
134
+ * ObjectKeyPrefix: "email"
135
135
  * }
136
136
  * }
137
137
  * ],
138
- * "Enabled": true,
139
- * "Name": "MyRule",
140
- * "ScanEnabled": true,
141
- * "TlsPolicy": "Optional"
138
+ * Enabled: true,
139
+ * Name: "MyRule",
140
+ * ScanEnabled: true,
141
+ * TlsPolicy: "Optional"
142
142
  * }
143
143
  * ]
144
144
  * }
145
145
  * *\/
146
- * // example id: describeactivereceiptruleset-1469121611502
147
146
  * ```
148
147
  *
148
+ * @public
149
149
  */
150
150
  export declare class DescribeActiveReceiptRuleSetCommand extends DescribeActiveReceiptRuleSetCommand_base {
151
151
  /** @internal type navigation helper, not in runtime. */
@@ -101,6 +101,7 @@ declare const DescribeConfigurationSetCommand_base: {
101
101
  * @throws {@link SESServiceException}
102
102
  * <p>Base exception class for all service exceptions from SES service.</p>
103
103
  *
104
+ *
104
105
  * @public
105
106
  */
106
107
  export declare class DescribeConfigurationSetCommand extends DescribeConfigurationSetCommand_base {
@@ -115,37 +115,37 @@ declare const DescribeReceiptRuleCommand_base: {
115
115
  * @throws {@link SESServiceException}
116
116
  * <p>Base exception class for all service exceptions from SES service.</p>
117
117
  *
118
- * @public
118
+ *
119
119
  * @example DescribeReceiptRule
120
120
  * ```javascript
121
121
  * // The following example returns the details of a receipt rule:
122
122
  * const input = {
123
- * "RuleName": "MyRule",
124
- * "RuleSetName": "MyRuleSet"
123
+ * RuleName: "MyRule",
124
+ * RuleSetName: "MyRuleSet"
125
125
  * };
126
126
  * const command = new DescribeReceiptRuleCommand(input);
127
127
  * const response = await client.send(command);
128
- * /* response ==
128
+ * /* response is
129
129
  * {
130
- * "Rule": {
131
- * "Actions": [
130
+ * Rule: {
131
+ * Actions: [
132
132
  * {
133
- * "S3Action": {
134
- * "BucketName": "MyBucket",
135
- * "ObjectKeyPrefix": "email"
133
+ * S3Action: {
134
+ * BucketName: "MyBucket",
135
+ * ObjectKeyPrefix: "email"
136
136
  * }
137
137
  * }
138
138
  * ],
139
- * "Enabled": true,
140
- * "Name": "MyRule",
141
- * "ScanEnabled": true,
142
- * "TlsPolicy": "Optional"
139
+ * Enabled: true,
140
+ * Name: "MyRule",
141
+ * ScanEnabled: true,
142
+ * TlsPolicy: "Optional"
143
143
  * }
144
144
  * }
145
145
  * *\/
146
- * // example id: describereceiptrule-1469055813118
147
146
  * ```
148
147
  *
148
+ * @public
149
149
  */
150
150
  export declare class DescribeReceiptRuleCommand extends DescribeReceiptRuleCommand_base {
151
151
  /** @internal type navigation helper, not in runtime. */
@@ -117,42 +117,42 @@ declare const DescribeReceiptRuleSetCommand_base: {
117
117
  * @throws {@link SESServiceException}
118
118
  * <p>Base exception class for all service exceptions from SES service.</p>
119
119
  *
120
- * @public
120
+ *
121
121
  * @example DescribeReceiptRuleSet
122
122
  * ```javascript
123
123
  * // The following example returns the metadata and receipt rules of a receipt rule set:
124
124
  * const input = {
125
- * "RuleSetName": "MyRuleSet"
125
+ * RuleSetName: "MyRuleSet"
126
126
  * };
127
127
  * const command = new DescribeReceiptRuleSetCommand(input);
128
128
  * const response = await client.send(command);
129
- * /* response ==
129
+ * /* response is
130
130
  * {
131
- * "Metadata": {
132
- * "CreatedTimestamp": "2016-07-15T16:25:59.607Z",
133
- * "Name": "MyRuleSet"
131
+ * Metadata: {
132
+ * CreatedTimestamp: "2016-07-15T16:25:59.607Z",
133
+ * Name: "MyRuleSet"
134
134
  * },
135
- * "Rules": [
135
+ * Rules: [
136
136
  * {
137
- * "Actions": [
137
+ * Actions: [
138
138
  * {
139
- * "S3Action": {
140
- * "BucketName": "MyBucket",
141
- * "ObjectKeyPrefix": "email"
139
+ * S3Action: {
140
+ * BucketName: "MyBucket",
141
+ * ObjectKeyPrefix: "email"
142
142
  * }
143
143
  * }
144
144
  * ],
145
- * "Enabled": true,
146
- * "Name": "MyRule",
147
- * "ScanEnabled": true,
148
- * "TlsPolicy": "Optional"
145
+ * Enabled: true,
146
+ * Name: "MyRule",
147
+ * ScanEnabled: true,
148
+ * TlsPolicy: "Optional"
149
149
  * }
150
150
  * ]
151
151
  * }
152
152
  * *\/
153
- * // example id: describereceiptruleset-1469121240385
154
153
  * ```
155
154
  *
155
+ * @public
156
156
  */
157
157
  export declare class DescribeReceiptRuleSetCommand extends DescribeReceiptRuleSetCommand_base {
158
158
  /** @internal type navigation helper, not in runtime. */
@@ -53,21 +53,21 @@ declare const GetAccountSendingEnabledCommand_base: {
53
53
  * @throws {@link SESServiceException}
54
54
  * <p>Base exception class for all service exceptions from SES service.</p>
55
55
  *
56
- * @public
56
+ *
57
57
  * @example GetAccountSendingEnabled
58
58
  * ```javascript
59
59
  * // The following example returns if sending status for an account is enabled. (true / false):
60
- * const input = {};
60
+ * const input = { /* empty *\/ };
61
61
  * const command = new GetAccountSendingEnabledCommand(input);
62
62
  * const response = await client.send(command);
63
- * /* response ==
63
+ * /* response is
64
64
  * {
65
- * "Enabled": true
65
+ * Enabled: true
66
66
  * }
67
67
  * *\/
68
- * // example id: getaccountsendingenabled-1469047741333
69
68
  * ```
70
69
  *
70
+ * @public
71
71
  */
72
72
  export declare class GetAccountSendingEnabledCommand extends GetAccountSendingEnabledCommand_base {
73
73
  /** @internal type navigation helper, not in runtime. */
@@ -68,6 +68,7 @@ declare const GetCustomVerificationEmailTemplateCommand_base: {
68
68
  * @throws {@link SESServiceException}
69
69
  * <p>Base exception class for all service exceptions from SES service.</p>
70
70
  *
71
+ *
71
72
  * @public
72
73
  */
73
74
  export declare class GetCustomVerificationEmailTemplateCommand extends GetCustomVerificationEmailTemplateCommand_base {