@aws-sdk/client-pinpoint-email 3.533.0 → 3.540.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 (95) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/PinpointEmail.d.ts +10 -1
  6. package/dist-types/PinpointEmailClient.d.ts +1 -1
  7. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateDedicatedIpPoolCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateDeliverabilityTestReportCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateEmailIdentityCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteDedicatedIpPoolCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteEmailIdentityCommand.d.ts +2 -1
  16. package/dist-types/commands/GetAccountCommand.d.ts +2 -1
  17. package/dist-types/commands/GetBlacklistReportsCommand.d.ts +2 -1
  18. package/dist-types/commands/GetConfigurationSetCommand.d.ts +2 -1
  19. package/dist-types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +2 -1
  20. package/dist-types/commands/GetDedicatedIpCommand.d.ts +2 -1
  21. package/dist-types/commands/GetDedicatedIpsCommand.d.ts +2 -1
  22. package/dist-types/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +2 -1
  23. package/dist-types/commands/GetDeliverabilityTestReportCommand.d.ts +2 -1
  24. package/dist-types/commands/GetDomainDeliverabilityCampaignCommand.d.ts +2 -1
  25. package/dist-types/commands/GetDomainStatisticsReportCommand.d.ts +2 -1
  26. package/dist-types/commands/GetEmailIdentityCommand.d.ts +2 -1
  27. package/dist-types/commands/ListConfigurationSetsCommand.d.ts +2 -1
  28. package/dist-types/commands/ListDedicatedIpPoolsCommand.d.ts +2 -1
  29. package/dist-types/commands/ListDeliverabilityTestReportsCommand.d.ts +2 -1
  30. package/dist-types/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +2 -1
  31. package/dist-types/commands/ListEmailIdentitiesCommand.d.ts +2 -1
  32. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  33. package/dist-types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +2 -1
  34. package/dist-types/commands/PutAccountSendingAttributesCommand.d.ts +2 -1
  35. package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +2 -1
  36. package/dist-types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +2 -1
  37. package/dist-types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +2 -1
  38. package/dist-types/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +2 -1
  39. package/dist-types/commands/PutDedicatedIpInPoolCommand.d.ts +2 -1
  40. package/dist-types/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +2 -1
  41. package/dist-types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +2 -1
  42. package/dist-types/commands/PutEmailIdentityDkimAttributesCommand.d.ts +2 -1
  43. package/dist-types/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +2 -1
  44. package/dist-types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +2 -1
  45. package/dist-types/commands/SendEmailCommand.d.ts +2 -1
  46. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  47. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  48. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +2 -1
  49. package/dist-types/index.d.ts +0 -1
  50. package/dist-types/models/models_0.d.ts +374 -374
  51. package/dist-types/ts3.4/PinpointEmail.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/CreateDedicatedIpPoolCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/CreateDeliverabilityTestReportCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/CreateEmailIdentityCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/DeleteDedicatedIpPoolCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/DeleteEmailIdentityCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/GetBlacklistReportsCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/GetConfigurationSetCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/GetConfigurationSetEventDestinationsCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/GetDedicatedIpCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/GetDedicatedIpsCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/GetDeliverabilityTestReportCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/GetDomainDeliverabilityCampaignCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/GetDomainStatisticsReportCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/GetEmailIdentityCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/ListDedicatedIpPoolsCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/ListDeliverabilityTestReportsCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/ListEmailIdentitiesCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/PutAccountSendingAttributesCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/PutConfigurationSetReputationOptionsCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/PutConfigurationSetSendingOptionsCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/PutDedicatedIpInPoolCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/PutDeliverabilityDashboardOptionCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/PutEmailIdentityDkimAttributesCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/index.d.ts +0 -1
  95. package/package.json +40 -40
@@ -1,12 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultEndpointResolver = void 0;
4
- const util_endpoints_1 = require("@smithy/util-endpoints");
4
+ const util_endpoints_1 = require("@aws-sdk/util-endpoints");
5
+ const util_endpoints_2 = require("@smithy/util-endpoints");
5
6
  const ruleset_1 = require("./ruleset");
6
7
  const defaultEndpointResolver = (endpointParams, context = {}) => {
7
- return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, {
8
+ return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
8
9
  endpointParams: endpointParams,
9
10
  logger: context.logger,
10
11
  });
11
12
  };
12
13
  exports.defaultEndpointResolver = defaultEndpointResolver;
14
+ util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
package/dist-cjs/index.js CHANGED
@@ -2763,9 +2763,6 @@ var paginateListDomainDeliverabilityCampaigns = (0, import_core.createPaginator)
2763
2763
  // src/pagination/ListEmailIdentitiesPaginator.ts
2764
2764
 
2765
2765
  var paginateListEmailIdentities = (0, import_core.createPaginator)(PinpointEmailClient, ListEmailIdentitiesCommand, "NextToken", "NextToken", "PageSize");
2766
-
2767
- // src/index.ts
2768
- var import_util_endpoints = require("@aws-sdk/util-endpoints");
2769
2766
  // Annotate the CommonJS export names for ESM import in node:
2770
2767
 
2771
2768
  0 && (module.exports = {
@@ -1,4 +1,5 @@
1
- import { resolveEndpoint } from "@smithy/util-endpoints";
1
+ import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
+ import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
3
  import { ruleSet } from "./ruleset";
3
4
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
4
5
  return resolveEndpoint(ruleSet, {
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
6
7
  logger: context.logger,
7
8
  });
8
9
  };
10
+ customEndpointFunctions.aws = awsEndpointFunctions;
package/dist-es/index.js CHANGED
@@ -3,5 +3,4 @@ export * from "./PinpointEmail";
3
3
  export * from "./commands";
4
4
  export * from "./pagination";
5
5
  export * from "./models";
6
- import "@aws-sdk/util-endpoints";
7
6
  export { PinpointEmailServiceException } from "./models/PinpointEmailServiceException";
@@ -100,6 +100,7 @@ export interface PinpointEmail {
100
100
  /**
101
101
  * @see {@link GetAccountCommand}
102
102
  */
103
+ getAccount(): Promise<GetAccountCommandOutput>;
103
104
  getAccount(args: GetAccountCommandInput, options?: __HttpHandlerOptions): Promise<GetAccountCommandOutput>;
104
105
  getAccount(args: GetAccountCommandInput, cb: (err: any, data?: GetAccountCommandOutput) => void): void;
105
106
  getAccount(args: GetAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccountCommandOutput) => void): void;
@@ -130,12 +131,14 @@ export interface PinpointEmail {
130
131
  /**
131
132
  * @see {@link GetDedicatedIpsCommand}
132
133
  */
134
+ getDedicatedIps(): Promise<GetDedicatedIpsCommandOutput>;
133
135
  getDedicatedIps(args: GetDedicatedIpsCommandInput, options?: __HttpHandlerOptions): Promise<GetDedicatedIpsCommandOutput>;
134
136
  getDedicatedIps(args: GetDedicatedIpsCommandInput, cb: (err: any, data?: GetDedicatedIpsCommandOutput) => void): void;
135
137
  getDedicatedIps(args: GetDedicatedIpsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDedicatedIpsCommandOutput) => void): void;
136
138
  /**
137
139
  * @see {@link GetDeliverabilityDashboardOptionsCommand}
138
140
  */
141
+ getDeliverabilityDashboardOptions(): Promise<GetDeliverabilityDashboardOptionsCommandOutput>;
139
142
  getDeliverabilityDashboardOptions(args: GetDeliverabilityDashboardOptionsCommandInput, options?: __HttpHandlerOptions): Promise<GetDeliverabilityDashboardOptionsCommandOutput>;
140
143
  getDeliverabilityDashboardOptions(args: GetDeliverabilityDashboardOptionsCommandInput, cb: (err: any, data?: GetDeliverabilityDashboardOptionsCommandOutput) => void): void;
141
144
  getDeliverabilityDashboardOptions(args: GetDeliverabilityDashboardOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeliverabilityDashboardOptionsCommandOutput) => void): void;
@@ -166,18 +169,21 @@ export interface PinpointEmail {
166
169
  /**
167
170
  * @see {@link ListConfigurationSetsCommand}
168
171
  */
172
+ listConfigurationSets(): Promise<ListConfigurationSetsCommandOutput>;
169
173
  listConfigurationSets(args: ListConfigurationSetsCommandInput, options?: __HttpHandlerOptions): Promise<ListConfigurationSetsCommandOutput>;
170
174
  listConfigurationSets(args: ListConfigurationSetsCommandInput, cb: (err: any, data?: ListConfigurationSetsCommandOutput) => void): void;
171
175
  listConfigurationSets(args: ListConfigurationSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConfigurationSetsCommandOutput) => void): void;
172
176
  /**
173
177
  * @see {@link ListDedicatedIpPoolsCommand}
174
178
  */
179
+ listDedicatedIpPools(): Promise<ListDedicatedIpPoolsCommandOutput>;
175
180
  listDedicatedIpPools(args: ListDedicatedIpPoolsCommandInput, options?: __HttpHandlerOptions): Promise<ListDedicatedIpPoolsCommandOutput>;
176
181
  listDedicatedIpPools(args: ListDedicatedIpPoolsCommandInput, cb: (err: any, data?: ListDedicatedIpPoolsCommandOutput) => void): void;
177
182
  listDedicatedIpPools(args: ListDedicatedIpPoolsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDedicatedIpPoolsCommandOutput) => void): void;
178
183
  /**
179
184
  * @see {@link ListDeliverabilityTestReportsCommand}
180
185
  */
186
+ listDeliverabilityTestReports(): Promise<ListDeliverabilityTestReportsCommandOutput>;
181
187
  listDeliverabilityTestReports(args: ListDeliverabilityTestReportsCommandInput, options?: __HttpHandlerOptions): Promise<ListDeliverabilityTestReportsCommandOutput>;
182
188
  listDeliverabilityTestReports(args: ListDeliverabilityTestReportsCommandInput, cb: (err: any, data?: ListDeliverabilityTestReportsCommandOutput) => void): void;
183
189
  listDeliverabilityTestReports(args: ListDeliverabilityTestReportsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDeliverabilityTestReportsCommandOutput) => void): void;
@@ -190,6 +196,7 @@ export interface PinpointEmail {
190
196
  /**
191
197
  * @see {@link ListEmailIdentitiesCommand}
192
198
  */
199
+ listEmailIdentities(): Promise<ListEmailIdentitiesCommandOutput>;
193
200
  listEmailIdentities(args: ListEmailIdentitiesCommandInput, options?: __HttpHandlerOptions): Promise<ListEmailIdentitiesCommandOutput>;
194
201
  listEmailIdentities(args: ListEmailIdentitiesCommandInput, cb: (err: any, data?: ListEmailIdentitiesCommandOutput) => void): void;
195
202
  listEmailIdentities(args: ListEmailIdentitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEmailIdentitiesCommandOutput) => void): void;
@@ -202,12 +209,14 @@ export interface PinpointEmail {
202
209
  /**
203
210
  * @see {@link PutAccountDedicatedIpWarmupAttributesCommand}
204
211
  */
212
+ putAccountDedicatedIpWarmupAttributes(): Promise<PutAccountDedicatedIpWarmupAttributesCommandOutput>;
205
213
  putAccountDedicatedIpWarmupAttributes(args: PutAccountDedicatedIpWarmupAttributesCommandInput, options?: __HttpHandlerOptions): Promise<PutAccountDedicatedIpWarmupAttributesCommandOutput>;
206
214
  putAccountDedicatedIpWarmupAttributes(args: PutAccountDedicatedIpWarmupAttributesCommandInput, cb: (err: any, data?: PutAccountDedicatedIpWarmupAttributesCommandOutput) => void): void;
207
215
  putAccountDedicatedIpWarmupAttributes(args: PutAccountDedicatedIpWarmupAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutAccountDedicatedIpWarmupAttributesCommandOutput) => void): void;
208
216
  /**
209
217
  * @see {@link PutAccountSendingAttributesCommand}
210
218
  */
219
+ putAccountSendingAttributes(): Promise<PutAccountSendingAttributesCommandOutput>;
211
220
  putAccountSendingAttributes(args: PutAccountSendingAttributesCommandInput, options?: __HttpHandlerOptions): Promise<PutAccountSendingAttributesCommandOutput>;
212
221
  putAccountSendingAttributes(args: PutAccountSendingAttributesCommandInput, cb: (err: any, data?: PutAccountSendingAttributesCommandOutput) => void): void;
213
222
  putAccountSendingAttributes(args: PutAccountSendingAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutAccountSendingAttributesCommandOutput) => void): void;
@@ -297,7 +306,6 @@ export interface PinpointEmail {
297
306
  updateConfigurationSetEventDestination(args: UpdateConfigurationSetEventDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConfigurationSetEventDestinationCommandOutput) => void): void;
298
307
  }
299
308
  /**
300
- * @public
301
309
  * <fullname>Amazon Pinpoint Email Service</fullname>
302
310
  * <p>Welcome to the <i>Amazon Pinpoint Email API Reference</i>. This guide provides
303
311
  * information about the Amazon Pinpoint Email API (version 1.0), including supported
@@ -327,6 +335,7 @@ export interface PinpointEmail {
327
335
  * enable us to provide very high levels of availability and redundancy, while also
328
336
  * minimizing latency. To learn more about the number of Availability Zones that are
329
337
  * available in each Region, see <a href="http://aws.amazon.com/about-aws/global-infrastructure/">AWS Global Infrastructure</a>.</p>
338
+ * @public
330
339
  */
331
340
  export declare class PinpointEmail extends PinpointEmailClient implements PinpointEmail {
332
341
  }
@@ -193,7 +193,6 @@ export type PinpointEmailClientResolvedConfigType = __SmithyResolvedConfiguratio
193
193
  export interface PinpointEmailClientResolvedConfig extends PinpointEmailClientResolvedConfigType {
194
194
  }
195
195
  /**
196
- * @public
197
196
  * <fullname>Amazon Pinpoint Email Service</fullname>
198
197
  * <p>Welcome to the <i>Amazon Pinpoint Email API Reference</i>. This guide provides
199
198
  * information about the Amazon Pinpoint Email API (version 1.0), including supported
@@ -223,6 +222,7 @@ export interface PinpointEmailClientResolvedConfig extends PinpointEmailClientRe
223
222
  * enable us to provide very high levels of availability and redundancy, while also
224
223
  * minimizing latency. To learn more about the number of Availability Zones that are
225
224
  * available in each Region, see <a href="http://aws.amazon.com/about-aws/global-infrastructure/">AWS Global Infrastructure</a>.</p>
225
+ * @public
226
226
  */
227
227
  export declare class PinpointEmailClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, PinpointEmailClientResolvedConfig> {
228
228
  /**
@@ -22,10 +22,10 @@ export interface CreateConfigurationSetCommandOutput extends CreateConfiguration
22
22
  }
23
23
  declare const CreateConfigurationSetCommand_base: {
24
24
  new (input: CreateConfigurationSetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateConfigurationSetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Create a configuration set. <i>Configuration sets</i> are groups of
30
30
  * rules that you can apply to the emails you send using Amazon Pinpoint. You apply a configuration
31
31
  * set to an email by including a reference to the configuration set in the headers of the
@@ -93,6 +93,7 @@ declare const CreateConfigurationSetCommand_base: {
93
93
  * @throws {@link PinpointEmailServiceException}
94
94
  * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class CreateConfigurationSetCommand extends CreateConfigurationSetCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface CreateConfigurationSetEventDestinationCommandOutput extends Cre
22
22
  }
23
23
  declare const CreateConfigurationSetEventDestinationCommand_base: {
24
24
  new (input: CreateConfigurationSetEventDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConfigurationSetEventDestinationCommandInput, CreateConfigurationSetEventDestinationCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateConfigurationSetEventDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConfigurationSetEventDestinationCommandInput, CreateConfigurationSetEventDestinationCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Create an event destination. In Amazon Pinpoint, <i>events</i> include message
30
30
  * sends, deliveries, opens, clicks, bounces, and complaints. <i>Event
31
31
  * destinations</i> are places that you can send information about these events
@@ -98,6 +98,7 @@ declare const CreateConfigurationSetEventDestinationCommand_base: {
98
98
  * @throws {@link PinpointEmailServiceException}
99
99
  * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
100
100
  *
101
+ * @public
101
102
  */
102
103
  export declare class CreateConfigurationSetEventDestinationCommand extends CreateConfigurationSetEventDestinationCommand_base {
103
104
  }
@@ -22,10 +22,10 @@ export interface CreateDedicatedIpPoolCommandOutput extends CreateDedicatedIpPoo
22
22
  }
23
23
  declare const CreateDedicatedIpPoolCommand_base: {
24
24
  new (input: CreateDedicatedIpPoolCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDedicatedIpPoolCommandInput, CreateDedicatedIpPoolCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateDedicatedIpPoolCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDedicatedIpPoolCommandInput, CreateDedicatedIpPoolCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Create a new pool of dedicated IP addresses. A pool can include one or more dedicated
30
30
  * IP addresses that are associated with your Amazon Pinpoint account. You can associate a pool with
31
31
  * a configuration set. When you send an email that uses that configuration set, Amazon Pinpoint
@@ -75,6 +75,7 @@ declare const CreateDedicatedIpPoolCommand_base: {
75
75
  * @throws {@link PinpointEmailServiceException}
76
76
  * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class CreateDedicatedIpPoolCommand extends CreateDedicatedIpPoolCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface CreateDeliverabilityTestReportCommandOutput extends CreateDeliv
22
22
  }
23
23
  declare const CreateDeliverabilityTestReportCommand_base: {
24
24
  new (input: CreateDeliverabilityTestReportCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDeliverabilityTestReportCommandInput, CreateDeliverabilityTestReportCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateDeliverabilityTestReportCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDeliverabilityTestReportCommandInput, CreateDeliverabilityTestReportCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Create a new predictive inbox placement test. Predictive inbox placement tests can help you predict how your messages will be handled
30
30
  * by various email providers around the world. When you perform a predictive inbox placement test, you provide a
31
31
  * sample message that contains the content that you plan to send to your customers. Amazon Pinpoint
@@ -121,6 +121,7 @@ declare const CreateDeliverabilityTestReportCommand_base: {
121
121
  * @throws {@link PinpointEmailServiceException}
122
122
  * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
123
123
  *
124
+ * @public
124
125
  */
125
126
  export declare class CreateDeliverabilityTestReportCommand extends CreateDeliverabilityTestReportCommand_base {
126
127
  }
@@ -22,10 +22,10 @@ export interface CreateEmailIdentityCommandOutput extends CreateEmailIdentityRes
22
22
  }
23
23
  declare const CreateEmailIdentityCommand_base: {
24
24
  new (input: CreateEmailIdentityCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEmailIdentityCommandInput, CreateEmailIdentityCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateEmailIdentityCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEmailIdentityCommandInput, CreateEmailIdentityCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Verifies an email identity for use with Amazon Pinpoint. In Amazon Pinpoint, an identity is an email
30
30
  * address or domain that you use when you send email. Before you can use an identity to
31
31
  * send email with Amazon Pinpoint, you first have to verify it. By verifying an address, you
@@ -92,6 +92,7 @@ declare const CreateEmailIdentityCommand_base: {
92
92
  * @throws {@link PinpointEmailServiceException}
93
93
  * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
94
94
  *
95
+ * @public
95
96
  */
96
97
  export declare class CreateEmailIdentityCommand extends CreateEmailIdentityCommand_base {
97
98
  }
@@ -22,10 +22,10 @@ export interface DeleteConfigurationSetCommandOutput extends DeleteConfiguration
22
22
  }
23
23
  declare const DeleteConfigurationSetCommand_base: {
24
24
  new (input: DeleteConfigurationSetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConfigurationSetCommandInput, DeleteConfigurationSetCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteConfigurationSetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConfigurationSetCommandInput, DeleteConfigurationSetCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Delete an existing configuration set.</p>
30
30
  * <p>In Amazon Pinpoint, <i>configuration sets</i> are groups of rules that you can
31
31
  * apply to the emails you send. You apply a configuration set to an email by including a
@@ -68,6 +68,7 @@ declare const DeleteConfigurationSetCommand_base: {
68
68
  * @throws {@link PinpointEmailServiceException}
69
69
  * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class DeleteConfigurationSetCommand extends DeleteConfigurationSetCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface DeleteConfigurationSetEventDestinationCommandOutput extends Del
22
22
  }
23
23
  declare const DeleteConfigurationSetEventDestinationCommand_base: {
24
24
  new (input: DeleteConfigurationSetEventDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConfigurationSetEventDestinationCommandInput, DeleteConfigurationSetEventDestinationCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteConfigurationSetEventDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConfigurationSetEventDestinationCommandInput, DeleteConfigurationSetEventDestinationCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Delete an event destination.</p>
30
30
  * <p>In Amazon Pinpoint, <i>events</i> include message sends, deliveries, opens,
31
31
  * clicks, bounces, and complaints. <i>Event destinations</i> are places that
@@ -66,6 +66,7 @@ declare const DeleteConfigurationSetEventDestinationCommand_base: {
66
66
  * @throws {@link PinpointEmailServiceException}
67
67
  * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class DeleteConfigurationSetEventDestinationCommand extends DeleteConfigurationSetEventDestinationCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface DeleteDedicatedIpPoolCommandOutput extends DeleteDedicatedIpPoo
22
22
  }
23
23
  declare const DeleteDedicatedIpPoolCommand_base: {
24
24
  new (input: DeleteDedicatedIpPoolCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDedicatedIpPoolCommandInput, DeleteDedicatedIpPoolCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteDedicatedIpPoolCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDedicatedIpPoolCommandInput, DeleteDedicatedIpPoolCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Delete a dedicated IP pool.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -63,6 +63,7 @@ declare const DeleteDedicatedIpPoolCommand_base: {
63
63
  * @throws {@link PinpointEmailServiceException}
64
64
  * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
65
65
  *
66
+ * @public
66
67
  */
67
68
  export declare class DeleteDedicatedIpPoolCommand extends DeleteDedicatedIpPoolCommand_base {
68
69
  }
@@ -22,10 +22,10 @@ export interface DeleteEmailIdentityCommandOutput extends DeleteEmailIdentityRes
22
22
  }
23
23
  declare const DeleteEmailIdentityCommand_base: {
24
24
  new (input: DeleteEmailIdentityCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEmailIdentityCommandInput, DeleteEmailIdentityCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteEmailIdentityCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEmailIdentityCommandInput, DeleteEmailIdentityCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an email identity that you previously verified for use with Amazon Pinpoint. An identity
30
30
  * can be either an email address or a domain name.</p>
31
31
  * @example
@@ -64,6 +64,7 @@ declare const DeleteEmailIdentityCommand_base: {
64
64
  * @throws {@link PinpointEmailServiceException}
65
65
  * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class DeleteEmailIdentityCommand extends DeleteEmailIdentityCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface GetAccountCommandOutput extends GetAccountResponse, __MetadataB
22
22
  }
23
23
  declare const GetAccountCommand_base: {
24
24
  new (input: GetAccountCommandInput): import("@smithy/smithy-client").CommandImpl<GetAccountCommandInput, GetAccountCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetAccountCommandInput]): import("@smithy/smithy-client").CommandImpl<GetAccountCommandInput, GetAccountCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Obtain information about the email-sending status and capabilities of your Amazon Pinpoint
30
30
  * account in the current AWS Region.</p>
31
31
  * @example
@@ -66,6 +66,7 @@ declare const GetAccountCommand_base: {
66
66
  * @throws {@link PinpointEmailServiceException}
67
67
  * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class GetAccountCommand extends GetAccountCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface GetBlacklistReportsCommandOutput extends GetBlacklistReportsRes
22
22
  }
23
23
  declare const GetBlacklistReportsCommand_base: {
24
24
  new (input: GetBlacklistReportsCommandInput): import("@smithy/smithy-client").CommandImpl<GetBlacklistReportsCommandInput, GetBlacklistReportsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetBlacklistReportsCommandInput): import("@smithy/smithy-client").CommandImpl<GetBlacklistReportsCommandInput, GetBlacklistReportsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieve a list of the blacklists that your dedicated IP addresses appear on.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const GetBlacklistReportsCommand_base: {
72
72
  * @throws {@link PinpointEmailServiceException}
73
73
  * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class GetBlacklistReportsCommand extends GetBlacklistReportsCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface GetConfigurationSetCommandOutput extends GetConfigurationSetRes
22
22
  }
23
23
  declare const GetConfigurationSetCommand_base: {
24
24
  new (input: GetConfigurationSetCommandInput): import("@smithy/smithy-client").CommandImpl<GetConfigurationSetCommandInput, GetConfigurationSetCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetConfigurationSetCommandInput): import("@smithy/smithy-client").CommandImpl<GetConfigurationSetCommandInput, GetConfigurationSetCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Get information about an existing configuration set, including the dedicated IP pool
30
30
  * that it's associated with, whether or not it's enabled for sending email, and
31
31
  * more.</p>
@@ -89,6 +89,7 @@ declare const GetConfigurationSetCommand_base: {
89
89
  * @throws {@link PinpointEmailServiceException}
90
90
  * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class GetConfigurationSetCommand extends GetConfigurationSetCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface GetConfigurationSetEventDestinationsCommandOutput extends GetCo
22
22
  }
23
23
  declare const GetConfigurationSetEventDestinationsCommand_base: {
24
24
  new (input: GetConfigurationSetEventDestinationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetConfigurationSetEventDestinationsCommandInput, GetConfigurationSetEventDestinationsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetConfigurationSetEventDestinationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetConfigurationSetEventDestinationsCommandInput, GetConfigurationSetEventDestinationsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieve a list of event destinations that are associated with a configuration
30
30
  * set.</p>
31
31
  * <p>In Amazon Pinpoint, <i>events</i> include message sends, deliveries, opens,
@@ -95,6 +95,7 @@ declare const GetConfigurationSetEventDestinationsCommand_base: {
95
95
  * @throws {@link PinpointEmailServiceException}
96
96
  * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
97
97
  *
98
+ * @public
98
99
  */
99
100
  export declare class GetConfigurationSetEventDestinationsCommand extends GetConfigurationSetEventDestinationsCommand_base {
100
101
  }
@@ -22,10 +22,10 @@ export interface GetDedicatedIpCommandOutput extends GetDedicatedIpResponse, __M
22
22
  }
23
23
  declare const GetDedicatedIpCommand_base: {
24
24
  new (input: GetDedicatedIpCommandInput): import("@smithy/smithy-client").CommandImpl<GetDedicatedIpCommandInput, GetDedicatedIpCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetDedicatedIpCommandInput): import("@smithy/smithy-client").CommandImpl<GetDedicatedIpCommandInput, GetDedicatedIpCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Get information about a dedicated IP address, including the name of the dedicated IP
30
30
  * pool that it's associated with, as well information about the automatic warm-up process
31
31
  * for the address.</p>
@@ -69,6 +69,7 @@ declare const GetDedicatedIpCommand_base: {
69
69
  * @throws {@link PinpointEmailServiceException}
70
70
  * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class GetDedicatedIpCommand extends GetDedicatedIpCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface GetDedicatedIpsCommandOutput extends GetDedicatedIpsResponse, _
22
22
  }
23
23
  declare const GetDedicatedIpsCommand_base: {
24
24
  new (input: GetDedicatedIpsCommandInput): import("@smithy/smithy-client").CommandImpl<GetDedicatedIpsCommandInput, GetDedicatedIpsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetDedicatedIpsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetDedicatedIpsCommandInput, GetDedicatedIpsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>List the dedicated IP addresses that are associated with your Amazon Pinpoint
30
30
  * account.</p>
31
31
  * @example
@@ -73,6 +73,7 @@ declare const GetDedicatedIpsCommand_base: {
73
73
  * @throws {@link PinpointEmailServiceException}
74
74
  * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class GetDedicatedIpsCommand extends GetDedicatedIpsCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface GetDeliverabilityDashboardOptionsCommandOutput extends GetDeliv
22
22
  }
23
23
  declare const GetDeliverabilityDashboardOptionsCommand_base: {
24
24
  new (input: GetDeliverabilityDashboardOptionsCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeliverabilityDashboardOptionsCommandInput, GetDeliverabilityDashboardOptionsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetDeliverabilityDashboardOptionsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetDeliverabilityDashboardOptionsCommandInput, GetDeliverabilityDashboardOptionsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieve information about the status of the Deliverability dashboard for your Amazon Pinpoint account.
30
30
  * When the Deliverability dashboard is enabled, you gain access to reputation, deliverability, and
31
31
  * other metrics for the domains that you use to send email using Amazon Pinpoint. You also gain the
@@ -92,6 +92,7 @@ declare const GetDeliverabilityDashboardOptionsCommand_base: {
92
92
  * @throws {@link PinpointEmailServiceException}
93
93
  * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
94
94
  *
95
+ * @public
95
96
  */
96
97
  export declare class GetDeliverabilityDashboardOptionsCommand extends GetDeliverabilityDashboardOptionsCommand_base {
97
98
  }
@@ -22,10 +22,10 @@ export interface GetDeliverabilityTestReportCommandOutput extends GetDeliverabil
22
22
  }
23
23
  declare const GetDeliverabilityTestReportCommand_base: {
24
24
  new (input: GetDeliverabilityTestReportCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeliverabilityTestReportCommandInput, GetDeliverabilityTestReportCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetDeliverabilityTestReportCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeliverabilityTestReportCommandInput, GetDeliverabilityTestReportCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieve the results of a predictive inbox placement test.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -95,6 +95,7 @@ declare const GetDeliverabilityTestReportCommand_base: {
95
95
  * @throws {@link PinpointEmailServiceException}
96
96
  * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
97
97
  *
98
+ * @public
98
99
  */
99
100
  export declare class GetDeliverabilityTestReportCommand extends GetDeliverabilityTestReportCommand_base {
100
101
  }
@@ -22,10 +22,10 @@ export interface GetDomainDeliverabilityCampaignCommandOutput extends GetDomainD
22
22
  }
23
23
  declare const GetDomainDeliverabilityCampaignCommand_base: {
24
24
  new (input: GetDomainDeliverabilityCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainDeliverabilityCampaignCommandInput, GetDomainDeliverabilityCampaignCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetDomainDeliverabilityCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainDeliverabilityCampaignCommandInput, GetDomainDeliverabilityCampaignCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieve all the deliverability data for a specific campaign. This data is available
30
30
  * for a campaign only if the campaign sent email by using a domain that the
31
31
  * Deliverability dashboard is enabled for (<code>PutDeliverabilityDashboardOption</code>
@@ -84,6 +84,7 @@ declare const GetDomainDeliverabilityCampaignCommand_base: {
84
84
  * @throws {@link PinpointEmailServiceException}
85
85
  * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class GetDomainDeliverabilityCampaignCommand extends GetDomainDeliverabilityCampaignCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface GetDomainStatisticsReportCommandOutput extends GetDomainStatist
22
22
  }
23
23
  declare const GetDomainStatisticsReportCommand_base: {
24
24
  new (input: GetDomainStatisticsReportCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainStatisticsReportCommandInput, GetDomainStatisticsReportCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetDomainStatisticsReportCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainStatisticsReportCommandInput, GetDomainStatisticsReportCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieve inbox placement and engagement rates for the domains that you use to send
30
30
  * email.</p>
31
31
  * @example
@@ -102,6 +102,7 @@ declare const GetDomainStatisticsReportCommand_base: {
102
102
  * @throws {@link PinpointEmailServiceException}
103
103
  * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
104
104
  *
105
+ * @public
105
106
  */
106
107
  export declare class GetDomainStatisticsReportCommand extends GetDomainStatisticsReportCommand_base {
107
108
  }
@@ -22,10 +22,10 @@ export interface GetEmailIdentityCommandOutput extends GetEmailIdentityResponse,
22
22
  }
23
23
  declare const GetEmailIdentityCommand_base: {
24
24
  new (input: GetEmailIdentityCommandInput): import("@smithy/smithy-client").CommandImpl<GetEmailIdentityCommandInput, GetEmailIdentityCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetEmailIdentityCommandInput): import("@smithy/smithy-client").CommandImpl<GetEmailIdentityCommandInput, GetEmailIdentityCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides information about a specific identity associated with your Amazon Pinpoint account,
30
30
  * including the identity's verification status, its DKIM authentication status, and its
31
31
  * custom Mail-From settings.</p>
@@ -84,6 +84,7 @@ declare const GetEmailIdentityCommand_base: {
84
84
  * @throws {@link PinpointEmailServiceException}
85
85
  * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class GetEmailIdentityCommand extends GetEmailIdentityCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface ListConfigurationSetsCommandOutput extends ListConfigurationSet
22
22
  }
23
23
  declare const ListConfigurationSetsCommand_base: {
24
24
  new (input: ListConfigurationSetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListConfigurationSetsCommandInput, ListConfigurationSetsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListConfigurationSetsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListConfigurationSetsCommandInput, ListConfigurationSetsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>List all of the configuration sets associated with your Amazon Pinpoint account in the current
30
30
  * region.</p>
31
31
  * <p>In Amazon Pinpoint, <i>configuration sets</i> are groups of rules that you can
@@ -69,6 +69,7 @@ declare const ListConfigurationSetsCommand_base: {
69
69
  * @throws {@link PinpointEmailServiceException}
70
70
  * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class ListConfigurationSetsCommand extends ListConfigurationSetsCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface ListDedicatedIpPoolsCommandOutput extends ListDedicatedIpPoolsR
22
22
  }
23
23
  declare const ListDedicatedIpPoolsCommand_base: {
24
24
  new (input: ListDedicatedIpPoolsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDedicatedIpPoolsCommandInput, ListDedicatedIpPoolsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListDedicatedIpPoolsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDedicatedIpPoolsCommandInput, ListDedicatedIpPoolsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>List all of the dedicated IP pools that exist in your Amazon Pinpoint account in the current
30
30
  * AWS Region.</p>
31
31
  * @example
@@ -64,6 +64,7 @@ declare const ListDedicatedIpPoolsCommand_base: {
64
64
  * @throws {@link PinpointEmailServiceException}
65
65
  * <p>Base exception class for all service exceptions from PinpointEmail service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class ListDedicatedIpPoolsCommand extends ListDedicatedIpPoolsCommand_base {
69
70
  }