@aws-sdk/client-pinpoint-email 3.296.0 → 3.297.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 (54) hide show
  1. package/dist-types/PinpointEmail.d.ts +43 -0
  2. package/dist-types/PinpointEmailClient.d.ts +24 -4
  3. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +16 -0
  4. package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateDedicatedIpPoolCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateDeliverabilityTestReportCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateEmailIdentityCommand.d.ts +16 -0
  8. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +16 -0
  9. package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +16 -0
  10. package/dist-types/commands/DeleteDedicatedIpPoolCommand.d.ts +16 -0
  11. package/dist-types/commands/DeleteEmailIdentityCommand.d.ts +16 -0
  12. package/dist-types/commands/GetAccountCommand.d.ts +16 -0
  13. package/dist-types/commands/GetBlacklistReportsCommand.d.ts +16 -0
  14. package/dist-types/commands/GetConfigurationSetCommand.d.ts +16 -0
  15. package/dist-types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +16 -0
  16. package/dist-types/commands/GetDedicatedIpCommand.d.ts +16 -0
  17. package/dist-types/commands/GetDedicatedIpsCommand.d.ts +16 -0
  18. package/dist-types/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +16 -0
  19. package/dist-types/commands/GetDeliverabilityTestReportCommand.d.ts +16 -0
  20. package/dist-types/commands/GetDomainDeliverabilityCampaignCommand.d.ts +16 -0
  21. package/dist-types/commands/GetDomainStatisticsReportCommand.d.ts +16 -0
  22. package/dist-types/commands/GetEmailIdentityCommand.d.ts +16 -0
  23. package/dist-types/commands/ListConfigurationSetsCommand.d.ts +16 -0
  24. package/dist-types/commands/ListDedicatedIpPoolsCommand.d.ts +16 -0
  25. package/dist-types/commands/ListDeliverabilityTestReportsCommand.d.ts +16 -0
  26. package/dist-types/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +16 -0
  27. package/dist-types/commands/ListEmailIdentitiesCommand.d.ts +16 -0
  28. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  29. package/dist-types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +16 -0
  30. package/dist-types/commands/PutAccountSendingAttributesCommand.d.ts +16 -0
  31. package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +16 -0
  32. package/dist-types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +16 -0
  33. package/dist-types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +16 -0
  34. package/dist-types/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +16 -0
  35. package/dist-types/commands/PutDedicatedIpInPoolCommand.d.ts +16 -0
  36. package/dist-types/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +16 -0
  37. package/dist-types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +16 -0
  38. package/dist-types/commands/PutEmailIdentityDkimAttributesCommand.d.ts +16 -0
  39. package/dist-types/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +16 -0
  40. package/dist-types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +16 -0
  41. package/dist-types/commands/SendEmailCommand.d.ts +16 -0
  42. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  43. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  44. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +16 -0
  45. package/dist-types/models/PinpointEmailServiceException.d.ts +2 -0
  46. package/dist-types/models/models_0.d.ts +174 -0
  47. package/dist-types/pagination/GetDedicatedIpsPaginator.d.ts +3 -0
  48. package/dist-types/pagination/Interfaces.d.ts +3 -0
  49. package/dist-types/pagination/ListConfigurationSetsPaginator.d.ts +3 -0
  50. package/dist-types/pagination/ListDedicatedIpPoolsPaginator.d.ts +3 -0
  51. package/dist-types/pagination/ListDeliverabilityTestReportsPaginator.d.ts +3 -0
  52. package/dist-types/pagination/ListDomainDeliverabilityCampaignsPaginator.d.ts +3 -0
  53. package/dist-types/pagination/ListEmailIdentitiesPaginator.d.ts +3 -0
  54. package/package.json +3 -3
@@ -43,6 +43,7 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./command
43
43
  import { UpdateConfigurationSetEventDestinationCommandInput, UpdateConfigurationSetEventDestinationCommandOutput } from "./commands/UpdateConfigurationSetEventDestinationCommand";
44
44
  import { PinpointEmailClient } from "./PinpointEmailClient";
45
45
  /**
46
+ * @public
46
47
  * <fullname>Amazon Pinpoint Email Service</fullname>
47
48
  * <p>Welcome to the <i>Amazon Pinpoint Email API Reference</i>. This guide provides
48
49
  * information about the Amazon Pinpoint Email API (version 1.0), including supported
@@ -75,6 +76,7 @@ import { PinpointEmailClient } from "./PinpointEmailClient";
75
76
  */
76
77
  export declare class PinpointEmail extends PinpointEmailClient {
77
78
  /**
79
+ * @public
78
80
  * <p>Create a configuration set. <i>Configuration sets</i> are groups of
79
81
  * rules that you can apply to the emails you send using Amazon Pinpoint. You apply a configuration
80
82
  * set to an email by including a reference to the configuration set in the headers of the
@@ -85,6 +87,7 @@ export declare class PinpointEmail extends PinpointEmailClient {
85
87
  createConfigurationSet(args: CreateConfigurationSetCommandInput, cb: (err: any, data?: CreateConfigurationSetCommandOutput) => void): void;
86
88
  createConfigurationSet(args: CreateConfigurationSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConfigurationSetCommandOutput) => void): void;
87
89
  /**
90
+ * @public
88
91
  * <p>Create an event destination. In Amazon Pinpoint, <i>events</i> include message
89
92
  * sends, deliveries, opens, clicks, bounces, and complaints. <i>Event
90
93
  * destinations</i> are places that you can send information about these events
@@ -97,6 +100,7 @@ export declare class PinpointEmail extends PinpointEmailClient {
97
100
  createConfigurationSetEventDestination(args: CreateConfigurationSetEventDestinationCommandInput, cb: (err: any, data?: CreateConfigurationSetEventDestinationCommandOutput) => void): void;
98
101
  createConfigurationSetEventDestination(args: CreateConfigurationSetEventDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConfigurationSetEventDestinationCommandOutput) => void): void;
99
102
  /**
103
+ * @public
100
104
  * <p>Create a new pool of dedicated IP addresses. A pool can include one or more dedicated
101
105
  * IP addresses that are associated with your Amazon Pinpoint account. You can associate a pool with
102
106
  * a configuration set. When you send an email that uses that configuration set, Amazon Pinpoint
@@ -106,6 +110,7 @@ export declare class PinpointEmail extends PinpointEmailClient {
106
110
  createDedicatedIpPool(args: CreateDedicatedIpPoolCommandInput, cb: (err: any, data?: CreateDedicatedIpPoolCommandOutput) => void): void;
107
111
  createDedicatedIpPool(args: CreateDedicatedIpPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDedicatedIpPoolCommandOutput) => void): void;
108
112
  /**
113
+ * @public
109
114
  * <p>Create a new predictive inbox placement test. Predictive inbox placement tests can help you predict how your messages will be handled
110
115
  * by various email providers around the world. When you perform a predictive inbox placement test, you provide a
111
116
  * sample message that contains the content that you plan to send to your customers. Amazon Pinpoint
@@ -118,6 +123,7 @@ export declare class PinpointEmail extends PinpointEmailClient {
118
123
  createDeliverabilityTestReport(args: CreateDeliverabilityTestReportCommandInput, cb: (err: any, data?: CreateDeliverabilityTestReportCommandOutput) => void): void;
119
124
  createDeliverabilityTestReport(args: CreateDeliverabilityTestReportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDeliverabilityTestReportCommandOutput) => void): void;
120
125
  /**
126
+ * @public
121
127
  * <p>Verifies an email identity for use with Amazon Pinpoint. In Amazon Pinpoint, an identity is an email
122
128
  * address or domain that you use when you send email. Before you can use an identity to
123
129
  * send email with Amazon Pinpoint, you first have to verify it. By verifying an address, you
@@ -137,6 +143,7 @@ export declare class PinpointEmail extends PinpointEmailClient {
137
143
  createEmailIdentity(args: CreateEmailIdentityCommandInput, cb: (err: any, data?: CreateEmailIdentityCommandOutput) => void): void;
138
144
  createEmailIdentity(args: CreateEmailIdentityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEmailIdentityCommandOutput) => void): void;
139
145
  /**
146
+ * @public
140
147
  * <p>Delete an existing configuration set.</p>
141
148
  * <p>In Amazon Pinpoint, <i>configuration sets</i> are groups of rules that you can
142
149
  * apply to the emails you send. You apply a configuration set to an email by including a
@@ -148,6 +155,7 @@ export declare class PinpointEmail extends PinpointEmailClient {
148
155
  deleteConfigurationSet(args: DeleteConfigurationSetCommandInput, cb: (err: any, data?: DeleteConfigurationSetCommandOutput) => void): void;
149
156
  deleteConfigurationSet(args: DeleteConfigurationSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConfigurationSetCommandOutput) => void): void;
150
157
  /**
158
+ * @public
151
159
  * <p>Delete an event destination.</p>
152
160
  * <p>In Amazon Pinpoint, <i>events</i> include message sends, deliveries, opens,
153
161
  * clicks, bounces, and complaints. <i>Event destinations</i> are places that
@@ -159,12 +167,14 @@ export declare class PinpointEmail extends PinpointEmailClient {
159
167
  deleteConfigurationSetEventDestination(args: DeleteConfigurationSetEventDestinationCommandInput, cb: (err: any, data?: DeleteConfigurationSetEventDestinationCommandOutput) => void): void;
160
168
  deleteConfigurationSetEventDestination(args: DeleteConfigurationSetEventDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConfigurationSetEventDestinationCommandOutput) => void): void;
161
169
  /**
170
+ * @public
162
171
  * <p>Delete a dedicated IP pool.</p>
163
172
  */
164
173
  deleteDedicatedIpPool(args: DeleteDedicatedIpPoolCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDedicatedIpPoolCommandOutput>;
165
174
  deleteDedicatedIpPool(args: DeleteDedicatedIpPoolCommandInput, cb: (err: any, data?: DeleteDedicatedIpPoolCommandOutput) => void): void;
166
175
  deleteDedicatedIpPool(args: DeleteDedicatedIpPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDedicatedIpPoolCommandOutput) => void): void;
167
176
  /**
177
+ * @public
168
178
  * <p>Deletes an email identity that you previously verified for use with Amazon Pinpoint. An identity
169
179
  * can be either an email address or a domain name.</p>
170
180
  */
@@ -172,6 +182,7 @@ export declare class PinpointEmail extends PinpointEmailClient {
172
182
  deleteEmailIdentity(args: DeleteEmailIdentityCommandInput, cb: (err: any, data?: DeleteEmailIdentityCommandOutput) => void): void;
173
183
  deleteEmailIdentity(args: DeleteEmailIdentityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEmailIdentityCommandOutput) => void): void;
174
184
  /**
185
+ * @public
175
186
  * <p>Obtain information about the email-sending status and capabilities of your Amazon Pinpoint
176
187
  * account in the current AWS Region.</p>
177
188
  */
@@ -179,12 +190,14 @@ export declare class PinpointEmail extends PinpointEmailClient {
179
190
  getAccount(args: GetAccountCommandInput, cb: (err: any, data?: GetAccountCommandOutput) => void): void;
180
191
  getAccount(args: GetAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccountCommandOutput) => void): void;
181
192
  /**
193
+ * @public
182
194
  * <p>Retrieve a list of the blacklists that your dedicated IP addresses appear on.</p>
183
195
  */
184
196
  getBlacklistReports(args: GetBlacklistReportsCommandInput, options?: __HttpHandlerOptions): Promise<GetBlacklistReportsCommandOutput>;
185
197
  getBlacklistReports(args: GetBlacklistReportsCommandInput, cb: (err: any, data?: GetBlacklistReportsCommandOutput) => void): void;
186
198
  getBlacklistReports(args: GetBlacklistReportsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBlacklistReportsCommandOutput) => void): void;
187
199
  /**
200
+ * @public
188
201
  * <p>Get information about an existing configuration set, including the dedicated IP pool
189
202
  * that it's associated with, whether or not it's enabled for sending email, and
190
203
  * more.</p>
@@ -198,6 +211,7 @@ export declare class PinpointEmail extends PinpointEmailClient {
198
211
  getConfigurationSet(args: GetConfigurationSetCommandInput, cb: (err: any, data?: GetConfigurationSetCommandOutput) => void): void;
199
212
  getConfigurationSet(args: GetConfigurationSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConfigurationSetCommandOutput) => void): void;
200
213
  /**
214
+ * @public
201
215
  * <p>Retrieve a list of event destinations that are associated with a configuration
202
216
  * set.</p>
203
217
  * <p>In Amazon Pinpoint, <i>events</i> include message sends, deliveries, opens,
@@ -210,6 +224,7 @@ export declare class PinpointEmail extends PinpointEmailClient {
210
224
  getConfigurationSetEventDestinations(args: GetConfigurationSetEventDestinationsCommandInput, cb: (err: any, data?: GetConfigurationSetEventDestinationsCommandOutput) => void): void;
211
225
  getConfigurationSetEventDestinations(args: GetConfigurationSetEventDestinationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConfigurationSetEventDestinationsCommandOutput) => void): void;
212
226
  /**
227
+ * @public
213
228
  * <p>Get information about a dedicated IP address, including the name of the dedicated IP
214
229
  * pool that it's associated with, as well information about the automatic warm-up process
215
230
  * for the address.</p>
@@ -218,6 +233,7 @@ export declare class PinpointEmail extends PinpointEmailClient {
218
233
  getDedicatedIp(args: GetDedicatedIpCommandInput, cb: (err: any, data?: GetDedicatedIpCommandOutput) => void): void;
219
234
  getDedicatedIp(args: GetDedicatedIpCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDedicatedIpCommandOutput) => void): void;
220
235
  /**
236
+ * @public
221
237
  * <p>List the dedicated IP addresses that are associated with your Amazon Pinpoint
222
238
  * account.</p>
223
239
  */
@@ -225,6 +241,7 @@ export declare class PinpointEmail extends PinpointEmailClient {
225
241
  getDedicatedIps(args: GetDedicatedIpsCommandInput, cb: (err: any, data?: GetDedicatedIpsCommandOutput) => void): void;
226
242
  getDedicatedIps(args: GetDedicatedIpsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDedicatedIpsCommandOutput) => void): void;
227
243
  /**
244
+ * @public
228
245
  * <p>Retrieve information about the status of the Deliverability dashboard for your Amazon Pinpoint account.
229
246
  * When the Deliverability dashboard is enabled, you gain access to reputation, deliverability, and
230
247
  * other metrics for the domains that you use to send email using Amazon Pinpoint. You also gain the
@@ -237,12 +254,14 @@ export declare class PinpointEmail extends PinpointEmailClient {
237
254
  getDeliverabilityDashboardOptions(args: GetDeliverabilityDashboardOptionsCommandInput, cb: (err: any, data?: GetDeliverabilityDashboardOptionsCommandOutput) => void): void;
238
255
  getDeliverabilityDashboardOptions(args: GetDeliverabilityDashboardOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeliverabilityDashboardOptionsCommandOutput) => void): void;
239
256
  /**
257
+ * @public
240
258
  * <p>Retrieve the results of a predictive inbox placement test.</p>
241
259
  */
242
260
  getDeliverabilityTestReport(args: GetDeliverabilityTestReportCommandInput, options?: __HttpHandlerOptions): Promise<GetDeliverabilityTestReportCommandOutput>;
243
261
  getDeliverabilityTestReport(args: GetDeliverabilityTestReportCommandInput, cb: (err: any, data?: GetDeliverabilityTestReportCommandOutput) => void): void;
244
262
  getDeliverabilityTestReport(args: GetDeliverabilityTestReportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeliverabilityTestReportCommandOutput) => void): void;
245
263
  /**
264
+ * @public
246
265
  * <p>Retrieve all the deliverability data for a specific campaign. This data is available
247
266
  * for a campaign only if the campaign sent email by using a domain that the
248
267
  * Deliverability dashboard is enabled for (<code>PutDeliverabilityDashboardOption</code>
@@ -252,6 +271,7 @@ export declare class PinpointEmail extends PinpointEmailClient {
252
271
  getDomainDeliverabilityCampaign(args: GetDomainDeliverabilityCampaignCommandInput, cb: (err: any, data?: GetDomainDeliverabilityCampaignCommandOutput) => void): void;
253
272
  getDomainDeliverabilityCampaign(args: GetDomainDeliverabilityCampaignCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDomainDeliverabilityCampaignCommandOutput) => void): void;
254
273
  /**
274
+ * @public
255
275
  * <p>Retrieve inbox placement and engagement rates for the domains that you use to send
256
276
  * email.</p>
257
277
  */
@@ -259,6 +279,7 @@ export declare class PinpointEmail extends PinpointEmailClient {
259
279
  getDomainStatisticsReport(args: GetDomainStatisticsReportCommandInput, cb: (err: any, data?: GetDomainStatisticsReportCommandOutput) => void): void;
260
280
  getDomainStatisticsReport(args: GetDomainStatisticsReportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDomainStatisticsReportCommandOutput) => void): void;
261
281
  /**
282
+ * @public
262
283
  * <p>Provides information about a specific identity associated with your Amazon Pinpoint account,
263
284
  * including the identity's verification status, its DKIM authentication status, and its
264
285
  * custom Mail-From settings.</p>
@@ -267,6 +288,7 @@ export declare class PinpointEmail extends PinpointEmailClient {
267
288
  getEmailIdentity(args: GetEmailIdentityCommandInput, cb: (err: any, data?: GetEmailIdentityCommandOutput) => void): void;
268
289
  getEmailIdentity(args: GetEmailIdentityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEmailIdentityCommandOutput) => void): void;
269
290
  /**
291
+ * @public
270
292
  * <p>List all of the configuration sets associated with your Amazon Pinpoint account in the current
271
293
  * region.</p>
272
294
  * <p>In Amazon Pinpoint, <i>configuration sets</i> are groups of rules that you can
@@ -279,6 +301,7 @@ export declare class PinpointEmail extends PinpointEmailClient {
279
301
  listConfigurationSets(args: ListConfigurationSetsCommandInput, cb: (err: any, data?: ListConfigurationSetsCommandOutput) => void): void;
280
302
  listConfigurationSets(args: ListConfigurationSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConfigurationSetsCommandOutput) => void): void;
281
303
  /**
304
+ * @public
282
305
  * <p>List all of the dedicated IP pools that exist in your Amazon Pinpoint account in the current
283
306
  * AWS Region.</p>
284
307
  */
@@ -286,6 +309,7 @@ export declare class PinpointEmail extends PinpointEmailClient {
286
309
  listDedicatedIpPools(args: ListDedicatedIpPoolsCommandInput, cb: (err: any, data?: ListDedicatedIpPoolsCommandOutput) => void): void;
287
310
  listDedicatedIpPools(args: ListDedicatedIpPoolsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDedicatedIpPoolsCommandOutput) => void): void;
288
311
  /**
312
+ * @public
289
313
  * <p>Show a list of the predictive inbox placement tests that you've performed, regardless of their statuses. For
290
314
  * predictive inbox placement tests that are complete, you can use the <code>GetDeliverabilityTestReport</code>
291
315
  * operation to view the results.</p>
@@ -294,6 +318,7 @@ export declare class PinpointEmail extends PinpointEmailClient {
294
318
  listDeliverabilityTestReports(args: ListDeliverabilityTestReportsCommandInput, cb: (err: any, data?: ListDeliverabilityTestReportsCommandOutput) => void): void;
295
319
  listDeliverabilityTestReports(args: ListDeliverabilityTestReportsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDeliverabilityTestReportsCommandOutput) => void): void;
296
320
  /**
321
+ * @public
297
322
  * <p>Retrieve deliverability data for all the campaigns that used a specific domain to send
298
323
  * email during a specified time range. This data is available for a domain only if you
299
324
  * enabled the Deliverability dashboard (<code>PutDeliverabilityDashboardOption</code> operation)
@@ -303,6 +328,7 @@ export declare class PinpointEmail extends PinpointEmailClient {
303
328
  listDomainDeliverabilityCampaigns(args: ListDomainDeliverabilityCampaignsCommandInput, cb: (err: any, data?: ListDomainDeliverabilityCampaignsCommandOutput) => void): void;
304
329
  listDomainDeliverabilityCampaigns(args: ListDomainDeliverabilityCampaignsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDomainDeliverabilityCampaignsCommandOutput) => void): void;
305
330
  /**
331
+ * @public
306
332
  * <p>Returns a list of all of the email identities that are associated with your Amazon Pinpoint
307
333
  * account. An identity can be either an email address or a domain. This operation returns
308
334
  * identities that are verified as well as those that aren't.</p>
@@ -311,6 +337,7 @@ export declare class PinpointEmail extends PinpointEmailClient {
311
337
  listEmailIdentities(args: ListEmailIdentitiesCommandInput, cb: (err: any, data?: ListEmailIdentitiesCommandOutput) => void): void;
312
338
  listEmailIdentities(args: ListEmailIdentitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEmailIdentitiesCommandOutput) => void): void;
313
339
  /**
340
+ * @public
314
341
  * <p>Retrieve a list of the tags (keys and values) that are associated with a specified
315
342
  * resource. A <i>tag</i> is a label that you optionally define and associate
316
343
  * with a resource in Amazon Pinpoint. Each tag consists of a required <i>tag
@@ -322,18 +349,21 @@ export declare class PinpointEmail extends PinpointEmailClient {
322
349
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
323
350
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
324
351
  /**
352
+ * @public
325
353
  * <p>Enable or disable the automatic warm-up feature for dedicated IP addresses.</p>
326
354
  */
327
355
  putAccountDedicatedIpWarmupAttributes(args: PutAccountDedicatedIpWarmupAttributesCommandInput, options?: __HttpHandlerOptions): Promise<PutAccountDedicatedIpWarmupAttributesCommandOutput>;
328
356
  putAccountDedicatedIpWarmupAttributes(args: PutAccountDedicatedIpWarmupAttributesCommandInput, cb: (err: any, data?: PutAccountDedicatedIpWarmupAttributesCommandOutput) => void): void;
329
357
  putAccountDedicatedIpWarmupAttributes(args: PutAccountDedicatedIpWarmupAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutAccountDedicatedIpWarmupAttributesCommandOutput) => void): void;
330
358
  /**
359
+ * @public
331
360
  * <p>Enable or disable the ability of your account to send email.</p>
332
361
  */
333
362
  putAccountSendingAttributes(args: PutAccountSendingAttributesCommandInput, options?: __HttpHandlerOptions): Promise<PutAccountSendingAttributesCommandOutput>;
334
363
  putAccountSendingAttributes(args: PutAccountSendingAttributesCommandInput, cb: (err: any, data?: PutAccountSendingAttributesCommandOutput) => void): void;
335
364
  putAccountSendingAttributes(args: PutAccountSendingAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutAccountSendingAttributesCommandOutput) => void): void;
336
365
  /**
366
+ * @public
337
367
  * <p>Associate a configuration set with a dedicated IP pool. You can use dedicated IP pools
338
368
  * to create groups of dedicated IP addresses for sending specific types of email.</p>
339
369
  */
@@ -341,6 +371,7 @@ export declare class PinpointEmail extends PinpointEmailClient {
341
371
  putConfigurationSetDeliveryOptions(args: PutConfigurationSetDeliveryOptionsCommandInput, cb: (err: any, data?: PutConfigurationSetDeliveryOptionsCommandOutput) => void): void;
342
372
  putConfigurationSetDeliveryOptions(args: PutConfigurationSetDeliveryOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutConfigurationSetDeliveryOptionsCommandOutput) => void): void;
343
373
  /**
374
+ * @public
344
375
  * <p>Enable or disable collection of reputation metrics for emails that you send using a
345
376
  * particular configuration set in a specific AWS Region.</p>
346
377
  */
@@ -348,6 +379,7 @@ export declare class PinpointEmail extends PinpointEmailClient {
348
379
  putConfigurationSetReputationOptions(args: PutConfigurationSetReputationOptionsCommandInput, cb: (err: any, data?: PutConfigurationSetReputationOptionsCommandOutput) => void): void;
349
380
  putConfigurationSetReputationOptions(args: PutConfigurationSetReputationOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutConfigurationSetReputationOptionsCommandOutput) => void): void;
350
381
  /**
382
+ * @public
351
383
  * <p>Enable or disable email sending for messages that use a particular configuration set
352
384
  * in a specific AWS Region.</p>
353
385
  */
@@ -355,6 +387,7 @@ export declare class PinpointEmail extends PinpointEmailClient {
355
387
  putConfigurationSetSendingOptions(args: PutConfigurationSetSendingOptionsCommandInput, cb: (err: any, data?: PutConfigurationSetSendingOptionsCommandOutput) => void): void;
356
388
  putConfigurationSetSendingOptions(args: PutConfigurationSetSendingOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutConfigurationSetSendingOptionsCommandOutput) => void): void;
357
389
  /**
390
+ * @public
358
391
  * <p>Specify a custom domain to use for open and click tracking elements in email that you
359
392
  * send using Amazon Pinpoint.</p>
360
393
  */
@@ -362,6 +395,7 @@ export declare class PinpointEmail extends PinpointEmailClient {
362
395
  putConfigurationSetTrackingOptions(args: PutConfigurationSetTrackingOptionsCommandInput, cb: (err: any, data?: PutConfigurationSetTrackingOptionsCommandOutput) => void): void;
363
396
  putConfigurationSetTrackingOptions(args: PutConfigurationSetTrackingOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutConfigurationSetTrackingOptionsCommandOutput) => void): void;
364
397
  /**
398
+ * @public
365
399
  * <p>Move a dedicated IP address to an existing dedicated IP pool.</p>
366
400
  * <note>
367
401
  * <p>The dedicated IP address that you specify must already exist, and must be
@@ -377,12 +411,14 @@ export declare class PinpointEmail extends PinpointEmailClient {
377
411
  putDedicatedIpInPool(args: PutDedicatedIpInPoolCommandInput, cb: (err: any, data?: PutDedicatedIpInPoolCommandOutput) => void): void;
378
412
  putDedicatedIpInPool(args: PutDedicatedIpInPoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutDedicatedIpInPoolCommandOutput) => void): void;
379
413
  /**
414
+ * @public
380
415
  * <p></p>
381
416
  */
382
417
  putDedicatedIpWarmupAttributes(args: PutDedicatedIpWarmupAttributesCommandInput, options?: __HttpHandlerOptions): Promise<PutDedicatedIpWarmupAttributesCommandOutput>;
383
418
  putDedicatedIpWarmupAttributes(args: PutDedicatedIpWarmupAttributesCommandInput, cb: (err: any, data?: PutDedicatedIpWarmupAttributesCommandOutput) => void): void;
384
419
  putDedicatedIpWarmupAttributes(args: PutDedicatedIpWarmupAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutDedicatedIpWarmupAttributesCommandOutput) => void): void;
385
420
  /**
421
+ * @public
386
422
  * <p>Enable or disable the Deliverability dashboard for your Amazon Pinpoint account. When you enable the
387
423
  * Deliverability dashboard, you gain access to reputation, deliverability, and other metrics for
388
424
  * the domains that you use to send email using Amazon Pinpoint. You also gain the ability to perform
@@ -395,12 +431,14 @@ export declare class PinpointEmail extends PinpointEmailClient {
395
431
  putDeliverabilityDashboardOption(args: PutDeliverabilityDashboardOptionCommandInput, cb: (err: any, data?: PutDeliverabilityDashboardOptionCommandOutput) => void): void;
396
432
  putDeliverabilityDashboardOption(args: PutDeliverabilityDashboardOptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutDeliverabilityDashboardOptionCommandOutput) => void): void;
397
433
  /**
434
+ * @public
398
435
  * <p>Used to enable or disable DKIM authentication for an email identity.</p>
399
436
  */
400
437
  putEmailIdentityDkimAttributes(args: PutEmailIdentityDkimAttributesCommandInput, options?: __HttpHandlerOptions): Promise<PutEmailIdentityDkimAttributesCommandOutput>;
401
438
  putEmailIdentityDkimAttributes(args: PutEmailIdentityDkimAttributesCommandInput, cb: (err: any, data?: PutEmailIdentityDkimAttributesCommandOutput) => void): void;
402
439
  putEmailIdentityDkimAttributes(args: PutEmailIdentityDkimAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutEmailIdentityDkimAttributesCommandOutput) => void): void;
403
440
  /**
441
+ * @public
404
442
  * <p>Used to enable or disable feedback forwarding for an identity. This setting determines
405
443
  * what happens when an identity is used to send an email that results in a bounce or
406
444
  * complaint event.</p>
@@ -417,6 +455,7 @@ export declare class PinpointEmail extends PinpointEmailClient {
417
455
  putEmailIdentityFeedbackAttributes(args: PutEmailIdentityFeedbackAttributesCommandInput, cb: (err: any, data?: PutEmailIdentityFeedbackAttributesCommandOutput) => void): void;
418
456
  putEmailIdentityFeedbackAttributes(args: PutEmailIdentityFeedbackAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutEmailIdentityFeedbackAttributesCommandOutput) => void): void;
419
457
  /**
458
+ * @public
420
459
  * <p>Used to enable or disable the custom Mail-From domain configuration for an email
421
460
  * identity.</p>
422
461
  */
@@ -424,6 +463,7 @@ export declare class PinpointEmail extends PinpointEmailClient {
424
463
  putEmailIdentityMailFromAttributes(args: PutEmailIdentityMailFromAttributesCommandInput, cb: (err: any, data?: PutEmailIdentityMailFromAttributesCommandOutput) => void): void;
425
464
  putEmailIdentityMailFromAttributes(args: PutEmailIdentityMailFromAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutEmailIdentityMailFromAttributesCommandOutput) => void): void;
426
465
  /**
466
+ * @public
427
467
  * <p>Sends an email message. You can use the Amazon Pinpoint Email API to send two types of
428
468
  * messages:</p>
429
469
  * <ul>
@@ -447,6 +487,7 @@ export declare class PinpointEmail extends PinpointEmailClient {
447
487
  sendEmail(args: SendEmailCommandInput, cb: (err: any, data?: SendEmailCommandOutput) => void): void;
448
488
  sendEmail(args: SendEmailCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendEmailCommandOutput) => void): void;
449
489
  /**
490
+ * @public
450
491
  * <p>Add one or more tags (keys and values) to a specified resource. A
451
492
  * <i>tag</i> is a label that you optionally define and associate with a
452
493
  * resource in Amazon Pinpoint. Tags can help you categorize and manage resources in different ways,
@@ -461,12 +502,14 @@ export declare class PinpointEmail extends PinpointEmailClient {
461
502
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
462
503
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
463
504
  /**
505
+ * @public
464
506
  * <p>Remove one or more tags (keys and values) from a specified resource.</p>
465
507
  */
466
508
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
467
509
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
468
510
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
469
511
  /**
512
+ * @public
470
513
  * <p>Update the configuration of an event destination for a configuration set.</p>
471
514
  * <p>In Amazon Pinpoint, <i>events</i> include message sends, deliveries, opens,
472
515
  * clicks, bounces, and complaints. <i>Event destinations</i> are places that
@@ -50,15 +50,24 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
50
50
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
51
51
  import { UpdateConfigurationSetEventDestinationCommandInput, UpdateConfigurationSetEventDestinationCommandOutput } from "./commands/UpdateConfigurationSetEventDestinationCommand";
52
52
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
53
+ /**
54
+ * @public
55
+ */
53
56
  export type ServiceInputTypes = CreateConfigurationSetCommandInput | CreateConfigurationSetEventDestinationCommandInput | CreateDedicatedIpPoolCommandInput | CreateDeliverabilityTestReportCommandInput | CreateEmailIdentityCommandInput | DeleteConfigurationSetCommandInput | DeleteConfigurationSetEventDestinationCommandInput | DeleteDedicatedIpPoolCommandInput | DeleteEmailIdentityCommandInput | GetAccountCommandInput | GetBlacklistReportsCommandInput | GetConfigurationSetCommandInput | GetConfigurationSetEventDestinationsCommandInput | GetDedicatedIpCommandInput | GetDedicatedIpsCommandInput | GetDeliverabilityDashboardOptionsCommandInput | GetDeliverabilityTestReportCommandInput | GetDomainDeliverabilityCampaignCommandInput | GetDomainStatisticsReportCommandInput | GetEmailIdentityCommandInput | ListConfigurationSetsCommandInput | ListDedicatedIpPoolsCommandInput | ListDeliverabilityTestReportsCommandInput | ListDomainDeliverabilityCampaignsCommandInput | ListEmailIdentitiesCommandInput | ListTagsForResourceCommandInput | PutAccountDedicatedIpWarmupAttributesCommandInput | PutAccountSendingAttributesCommandInput | PutConfigurationSetDeliveryOptionsCommandInput | PutConfigurationSetReputationOptionsCommandInput | PutConfigurationSetSendingOptionsCommandInput | PutConfigurationSetTrackingOptionsCommandInput | PutDedicatedIpInPoolCommandInput | PutDedicatedIpWarmupAttributesCommandInput | PutDeliverabilityDashboardOptionCommandInput | PutEmailIdentityDkimAttributesCommandInput | PutEmailIdentityFeedbackAttributesCommandInput | PutEmailIdentityMailFromAttributesCommandInput | SendEmailCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateConfigurationSetEventDestinationCommandInput;
57
+ /**
58
+ * @public
59
+ */
54
60
  export type ServiceOutputTypes = CreateConfigurationSetCommandOutput | CreateConfigurationSetEventDestinationCommandOutput | CreateDedicatedIpPoolCommandOutput | CreateDeliverabilityTestReportCommandOutput | CreateEmailIdentityCommandOutput | DeleteConfigurationSetCommandOutput | DeleteConfigurationSetEventDestinationCommandOutput | DeleteDedicatedIpPoolCommandOutput | DeleteEmailIdentityCommandOutput | GetAccountCommandOutput | GetBlacklistReportsCommandOutput | GetConfigurationSetCommandOutput | GetConfigurationSetEventDestinationsCommandOutput | GetDedicatedIpCommandOutput | GetDedicatedIpsCommandOutput | GetDeliverabilityDashboardOptionsCommandOutput | GetDeliverabilityTestReportCommandOutput | GetDomainDeliverabilityCampaignCommandOutput | GetDomainStatisticsReportCommandOutput | GetEmailIdentityCommandOutput | ListConfigurationSetsCommandOutput | ListDedicatedIpPoolsCommandOutput | ListDeliverabilityTestReportsCommandOutput | ListDomainDeliverabilityCampaignsCommandOutput | ListEmailIdentitiesCommandOutput | ListTagsForResourceCommandOutput | PutAccountDedicatedIpWarmupAttributesCommandOutput | PutAccountSendingAttributesCommandOutput | PutConfigurationSetDeliveryOptionsCommandOutput | PutConfigurationSetReputationOptionsCommandOutput | PutConfigurationSetSendingOptionsCommandOutput | PutConfigurationSetTrackingOptionsCommandOutput | PutDedicatedIpInPoolCommandOutput | PutDedicatedIpWarmupAttributesCommandOutput | PutDeliverabilityDashboardOptionCommandOutput | PutEmailIdentityDkimAttributesCommandOutput | PutEmailIdentityFeedbackAttributesCommandOutput | PutEmailIdentityMailFromAttributesCommandOutput | SendEmailCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateConfigurationSetEventDestinationCommandOutput;
61
+ /**
62
+ * @public
63
+ */
55
64
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
56
65
  /**
57
66
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
58
67
  */
59
68
  requestHandler?: __HttpHandler;
60
69
  /**
61
- * A constructor for a class implementing the {@link __Checksum} interface
70
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
62
71
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
63
72
  * @internal
64
73
  */
@@ -148,23 +157,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
148
157
  */
149
158
  logger?: __Logger;
150
159
  /**
151
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
160
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
152
161
  */
153
162
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
154
163
  }
164
+ /**
165
+ * @public
166
+ */
155
167
  type PinpointEmailClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
156
168
  /**
157
- * The configuration interface of PinpointEmailClient class constructor that set the region, credentials and other options.
169
+ * @public
170
+ *
171
+ * The configuration interface of PinpointEmailClient class constructor that set the region, credentials and other options.
158
172
  */
159
173
  export interface PinpointEmailClientConfig extends PinpointEmailClientConfigType {
160
174
  }
175
+ /**
176
+ * @public
177
+ */
161
178
  type PinpointEmailClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
162
179
  /**
163
- * The resolved configuration interface of PinpointEmailClient class. This is resolved and normalized from the {@link PinpointEmailClientConfig | constructor configuration interface}.
180
+ * @public
181
+ *
182
+ * The resolved configuration interface of PinpointEmailClient class. This is resolved and normalized from the {@link PinpointEmailClientConfig | constructor configuration interface}.
164
183
  */
165
184
  export interface PinpointEmailClientResolvedConfig extends PinpointEmailClientResolvedConfigType {
166
185
  }
167
186
  /**
187
+ * @public
168
188
  * <fullname>Amazon Pinpoint Email Service</fullname>
169
189
  * <p>Welcome to the <i>Amazon Pinpoint Email API Reference</i>. This guide provides
170
190
  * information about the Amazon Pinpoint Email API (version 1.0), including supported
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateConfigurationSetRequest, CreateConfigurationSetResponse } from "../models/models_0";
5
5
  import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateConfigurationSetCommand}.
8
10
  */
9
11
  export interface CreateConfigurationSetCommandInput extends CreateConfigurationSetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateConfigurationSetCommand}.
13
17
  */
14
18
  export interface CreateConfigurationSetCommandOutput extends CreateConfigurationSetResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Create a configuration set. <i>Configuration sets</i> are groups of
18
23
  * rules that you can apply to the emails you send using Amazon Pinpoint. You apply a configuration
19
24
  * set to an email by including a reference to the configuration set in the headers of the
@@ -29,6 +34,8 @@ export interface CreateConfigurationSetCommandOutput extends CreateConfiguration
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param CreateConfigurationSetCommandInput - {@link CreateConfigurationSetCommandInput}
38
+ * @returns {@link CreateConfigurationSetCommandOutput}
32
39
  * @see {@link CreateConfigurationSetCommandInput} for command's `input` shape.
33
40
  * @see {@link CreateConfigurationSetCommandOutput} for command's `response` shape.
34
41
  * @see {@link PinpointEmailClientResolvedConfig | config} for PinpointEmailClient's `config` shape.
@@ -56,11 +63,20 @@ export interface CreateConfigurationSetCommandOutput extends CreateConfiguration
56
63
  export declare class CreateConfigurationSetCommand extends $Command<CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput, PinpointEmailClientResolvedConfig> {
57
64
  readonly input: CreateConfigurationSetCommandInput;
58
65
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
+ /**
67
+ * @public
68
+ */
59
69
  constructor(input: CreateConfigurationSetCommandInput);
60
70
  /**
61
71
  * @internal
62
72
  */
63
73
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointEmailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput>;
74
+ /**
75
+ * @internal
76
+ */
64
77
  private serialize;
78
+ /**
79
+ * @internal
80
+ */
65
81
  private deserialize;
66
82
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateConfigurationSetEventDestinationRequest, CreateConfigurationSetEventDestinationResponse } from "../models/models_0";
5
5
  import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateConfigurationSetEventDestinationCommand}.
8
10
  */
9
11
  export interface CreateConfigurationSetEventDestinationCommandInput extends CreateConfigurationSetEventDestinationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateConfigurationSetEventDestinationCommand}.
13
17
  */
14
18
  export interface CreateConfigurationSetEventDestinationCommandOutput extends CreateConfigurationSetEventDestinationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Create an event destination. In Amazon Pinpoint, <i>events</i> include message
18
23
  * sends, deliveries, opens, clicks, bounces, and complaints. <i>Event
19
24
  * destinations</i> are places that you can send information about these events
@@ -31,6 +36,8 @@ export interface CreateConfigurationSetEventDestinationCommandOutput extends Cre
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param CreateConfigurationSetEventDestinationCommandInput - {@link CreateConfigurationSetEventDestinationCommandInput}
40
+ * @returns {@link CreateConfigurationSetEventDestinationCommandOutput}
34
41
  * @see {@link CreateConfigurationSetEventDestinationCommandInput} for command's `input` shape.
35
42
  * @see {@link CreateConfigurationSetEventDestinationCommandOutput} for command's `response` shape.
36
43
  * @see {@link PinpointEmailClientResolvedConfig | config} for PinpointEmailClient's `config` shape.
@@ -55,11 +62,20 @@ export interface CreateConfigurationSetEventDestinationCommandOutput extends Cre
55
62
  export declare class CreateConfigurationSetEventDestinationCommand extends $Command<CreateConfigurationSetEventDestinationCommandInput, CreateConfigurationSetEventDestinationCommandOutput, PinpointEmailClientResolvedConfig> {
56
63
  readonly input: CreateConfigurationSetEventDestinationCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: CreateConfigurationSetEventDestinationCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointEmailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateConfigurationSetEventDestinationCommandInput, CreateConfigurationSetEventDestinationCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateDedicatedIpPoolRequest, CreateDedicatedIpPoolResponse } from "../models/models_0";
5
5
  import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateDedicatedIpPoolCommand}.
8
10
  */
9
11
  export interface CreateDedicatedIpPoolCommandInput extends CreateDedicatedIpPoolRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateDedicatedIpPoolCommand}.
13
17
  */
14
18
  export interface CreateDedicatedIpPoolCommandOutput extends CreateDedicatedIpPoolResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Create a new pool of dedicated IP addresses. A pool can include one or more dedicated
18
23
  * IP addresses that are associated with your Amazon Pinpoint account. You can associate a pool with
19
24
  * a configuration set. When you send an email that uses that configuration set, Amazon Pinpoint
@@ -28,6 +33,8 @@ export interface CreateDedicatedIpPoolCommandOutput extends CreateDedicatedIpPoo
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param CreateDedicatedIpPoolCommandInput - {@link CreateDedicatedIpPoolCommandInput}
37
+ * @returns {@link CreateDedicatedIpPoolCommandOutput}
31
38
  * @see {@link CreateDedicatedIpPoolCommandInput} for command's `input` shape.
32
39
  * @see {@link CreateDedicatedIpPoolCommandOutput} for command's `response` shape.
33
40
  * @see {@link PinpointEmailClientResolvedConfig | config} for PinpointEmailClient's `config` shape.
@@ -52,11 +59,20 @@ export interface CreateDedicatedIpPoolCommandOutput extends CreateDedicatedIpPoo
52
59
  export declare class CreateDedicatedIpPoolCommand extends $Command<CreateDedicatedIpPoolCommandInput, CreateDedicatedIpPoolCommandOutput, PinpointEmailClientResolvedConfig> {
53
60
  readonly input: CreateDedicatedIpPoolCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: CreateDedicatedIpPoolCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointEmailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDedicatedIpPoolCommandInput, CreateDedicatedIpPoolCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateDeliverabilityTestReportRequest, CreateDeliverabilityTestReportResponse } from "../models/models_0";
5
5
  import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateDeliverabilityTestReportCommand}.
8
10
  */
9
11
  export interface CreateDeliverabilityTestReportCommandInput extends CreateDeliverabilityTestReportRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateDeliverabilityTestReportCommand}.
13
17
  */
14
18
  export interface CreateDeliverabilityTestReportCommandOutput extends CreateDeliverabilityTestReportResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Create a new predictive inbox placement test. Predictive inbox placement tests can help you predict how your messages will be handled
18
23
  * by various email providers around the world. When you perform a predictive inbox placement test, you provide a
19
24
  * sample message that contains the content that you plan to send to your customers. Amazon Pinpoint
@@ -31,6 +36,8 @@ export interface CreateDeliverabilityTestReportCommandOutput extends CreateDeliv
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param CreateDeliverabilityTestReportCommandInput - {@link CreateDeliverabilityTestReportCommandInput}
40
+ * @returns {@link CreateDeliverabilityTestReportCommandOutput}
34
41
  * @see {@link CreateDeliverabilityTestReportCommandInput} for command's `input` shape.
35
42
  * @see {@link CreateDeliverabilityTestReportCommandOutput} for command's `response` shape.
36
43
  * @see {@link PinpointEmailClientResolvedConfig | config} for PinpointEmailClient's `config` shape.
@@ -69,11 +76,20 @@ export interface CreateDeliverabilityTestReportCommandOutput extends CreateDeliv
69
76
  export declare class CreateDeliverabilityTestReportCommand extends $Command<CreateDeliverabilityTestReportCommandInput, CreateDeliverabilityTestReportCommandOutput, PinpointEmailClientResolvedConfig> {
70
77
  readonly input: CreateDeliverabilityTestReportCommandInput;
71
78
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
+ /**
80
+ * @public
81
+ */
72
82
  constructor(input: CreateDeliverabilityTestReportCommandInput);
73
83
  /**
74
84
  * @internal
75
85
  */
76
86
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PinpointEmailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDeliverabilityTestReportCommandInput, CreateDeliverabilityTestReportCommandOutput>;
87
+ /**
88
+ * @internal
89
+ */
77
90
  private serialize;
91
+ /**
92
+ * @internal
93
+ */
78
94
  private deserialize;
79
95
  }