@aws-sdk/client-pinpoint-email 3.1077.0 → 3.1079.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 (134) hide show
  1. package/dist-cjs/index.js +50 -423
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateConfigurationSetCommand.js +2 -14
  4. package/dist-es/commands/CreateConfigurationSetEventDestinationCommand.js +2 -14
  5. package/dist-es/commands/CreateDedicatedIpPoolCommand.js +2 -14
  6. package/dist-es/commands/CreateDeliverabilityTestReportCommand.js +2 -14
  7. package/dist-es/commands/CreateEmailIdentityCommand.js +2 -14
  8. package/dist-es/commands/DeleteConfigurationSetCommand.js +2 -14
  9. package/dist-es/commands/DeleteConfigurationSetEventDestinationCommand.js +2 -14
  10. package/dist-es/commands/DeleteDedicatedIpPoolCommand.js +2 -14
  11. package/dist-es/commands/DeleteEmailIdentityCommand.js +2 -14
  12. package/dist-es/commands/GetAccountCommand.js +2 -14
  13. package/dist-es/commands/GetBlacklistReportsCommand.js +2 -14
  14. package/dist-es/commands/GetConfigurationSetCommand.js +2 -14
  15. package/dist-es/commands/GetConfigurationSetEventDestinationsCommand.js +2 -14
  16. package/dist-es/commands/GetDedicatedIpCommand.js +2 -14
  17. package/dist-es/commands/GetDedicatedIpsCommand.js +2 -14
  18. package/dist-es/commands/GetDeliverabilityDashboardOptionsCommand.js +2 -14
  19. package/dist-es/commands/GetDeliverabilityTestReportCommand.js +2 -14
  20. package/dist-es/commands/GetDomainDeliverabilityCampaignCommand.js +2 -14
  21. package/dist-es/commands/GetDomainStatisticsReportCommand.js +2 -14
  22. package/dist-es/commands/GetEmailIdentityCommand.js +2 -14
  23. package/dist-es/commands/ListConfigurationSetsCommand.js +2 -14
  24. package/dist-es/commands/ListDedicatedIpPoolsCommand.js +2 -14
  25. package/dist-es/commands/ListDeliverabilityTestReportsCommand.js +2 -14
  26. package/dist-es/commands/ListDomainDeliverabilityCampaignsCommand.js +2 -14
  27. package/dist-es/commands/ListEmailIdentitiesCommand.js +2 -14
  28. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  29. package/dist-es/commands/PutAccountDedicatedIpWarmupAttributesCommand.js +2 -14
  30. package/dist-es/commands/PutAccountSendingAttributesCommand.js +2 -14
  31. package/dist-es/commands/PutConfigurationSetDeliveryOptionsCommand.js +2 -14
  32. package/dist-es/commands/PutConfigurationSetReputationOptionsCommand.js +2 -14
  33. package/dist-es/commands/PutConfigurationSetSendingOptionsCommand.js +2 -14
  34. package/dist-es/commands/PutConfigurationSetTrackingOptionsCommand.js +2 -14
  35. package/dist-es/commands/PutDedicatedIpInPoolCommand.js +2 -14
  36. package/dist-es/commands/PutDedicatedIpWarmupAttributesCommand.js +2 -14
  37. package/dist-es/commands/PutDeliverabilityDashboardOptionCommand.js +2 -14
  38. package/dist-es/commands/PutEmailIdentityDkimAttributesCommand.js +2 -14
  39. package/dist-es/commands/PutEmailIdentityFeedbackAttributesCommand.js +2 -14
  40. package/dist-es/commands/PutEmailIdentityMailFromAttributesCommand.js +2 -14
  41. package/dist-es/commands/SendEmailCommand.js +2 -14
  42. package/dist-es/commands/TagResourceCommand.js +2 -14
  43. package/dist-es/commands/UntagResourceCommand.js +2 -14
  44. package/dist-es/commands/UpdateConfigurationSetEventDestinationCommand.js +2 -14
  45. package/dist-es/index.js +1 -0
  46. package/dist-types/commandBuilder.d.ts +18 -0
  47. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +3 -8
  48. package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +3 -8
  49. package/dist-types/commands/CreateDedicatedIpPoolCommand.d.ts +3 -8
  50. package/dist-types/commands/CreateDeliverabilityTestReportCommand.d.ts +3 -8
  51. package/dist-types/commands/CreateEmailIdentityCommand.d.ts +3 -8
  52. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +3 -8
  53. package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +3 -8
  54. package/dist-types/commands/DeleteDedicatedIpPoolCommand.d.ts +3 -8
  55. package/dist-types/commands/DeleteEmailIdentityCommand.d.ts +3 -8
  56. package/dist-types/commands/GetAccountCommand.d.ts +3 -8
  57. package/dist-types/commands/GetBlacklistReportsCommand.d.ts +3 -8
  58. package/dist-types/commands/GetConfigurationSetCommand.d.ts +3 -8
  59. package/dist-types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +3 -8
  60. package/dist-types/commands/GetDedicatedIpCommand.d.ts +3 -8
  61. package/dist-types/commands/GetDedicatedIpsCommand.d.ts +3 -8
  62. package/dist-types/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +3 -8
  63. package/dist-types/commands/GetDeliverabilityTestReportCommand.d.ts +3 -8
  64. package/dist-types/commands/GetDomainDeliverabilityCampaignCommand.d.ts +3 -8
  65. package/dist-types/commands/GetDomainStatisticsReportCommand.d.ts +3 -8
  66. package/dist-types/commands/GetEmailIdentityCommand.d.ts +3 -8
  67. package/dist-types/commands/ListConfigurationSetsCommand.d.ts +3 -8
  68. package/dist-types/commands/ListDedicatedIpPoolsCommand.d.ts +3 -8
  69. package/dist-types/commands/ListDeliverabilityTestReportsCommand.d.ts +3 -8
  70. package/dist-types/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +3 -8
  71. package/dist-types/commands/ListEmailIdentitiesCommand.d.ts +3 -8
  72. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  73. package/dist-types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +3 -8
  74. package/dist-types/commands/PutAccountSendingAttributesCommand.d.ts +3 -8
  75. package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +3 -8
  76. package/dist-types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +3 -8
  77. package/dist-types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +3 -8
  78. package/dist-types/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +3 -8
  79. package/dist-types/commands/PutDedicatedIpInPoolCommand.d.ts +3 -8
  80. package/dist-types/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +3 -8
  81. package/dist-types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +3 -8
  82. package/dist-types/commands/PutEmailIdentityDkimAttributesCommand.d.ts +3 -8
  83. package/dist-types/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +3 -8
  84. package/dist-types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +3 -8
  85. package/dist-types/commands/SendEmailCommand.d.ts +3 -8
  86. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  87. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  88. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +3 -8
  89. package/dist-types/index.d.ts +1 -0
  90. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  91. package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/CreateDedicatedIpPoolCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/CreateDeliverabilityTestReportCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/CreateEmailIdentityCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/DeleteDedicatedIpPoolCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/DeleteEmailIdentityCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/GetBlacklistReportsCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/GetConfigurationSetCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/GetConfigurationSetEventDestinationsCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/GetDedicatedIpCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/GetDedicatedIpsCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/GetDeliverabilityTestReportCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/GetDomainDeliverabilityCampaignCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/GetDomainStatisticsReportCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/GetEmailIdentityCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/ListDedicatedIpPoolsCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/ListDeliverabilityTestReportsCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/ListEmailIdentitiesCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/PutAccountSendingAttributesCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/PutConfigurationSetReputationOptionsCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/PutConfigurationSetSendingOptionsCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/PutDedicatedIpInPoolCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/PutDeliverabilityDashboardOptionCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/PutEmailIdentityDkimAttributesCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/index.d.ts +1 -0
  134. package/package.json +8 -8
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { PutEmailIdentityDkimAttributes$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutEmailIdentityDkimAttributesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonPinpointEmailService", "PutEmailIdentityDkimAttributes", {})
13
- .n("PinpointEmailClient", "PutEmailIdentityDkimAttributesCommand")
14
- .sc(PutEmailIdentityDkimAttributes$)
15
- .build() {
3
+ export class PutEmailIdentityDkimAttributesCommand extends command(_ep0, _mw0, "PutEmailIdentityDkimAttributes", PutEmailIdentityDkimAttributes$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { PutEmailIdentityFeedbackAttributes$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutEmailIdentityFeedbackAttributesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonPinpointEmailService", "PutEmailIdentityFeedbackAttributes", {})
13
- .n("PinpointEmailClient", "PutEmailIdentityFeedbackAttributesCommand")
14
- .sc(PutEmailIdentityFeedbackAttributes$)
15
- .build() {
3
+ export class PutEmailIdentityFeedbackAttributesCommand extends command(_ep0, _mw0, "PutEmailIdentityFeedbackAttributes", PutEmailIdentityFeedbackAttributes$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { PutEmailIdentityMailFromAttributes$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutEmailIdentityMailFromAttributesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonPinpointEmailService", "PutEmailIdentityMailFromAttributes", {})
13
- .n("PinpointEmailClient", "PutEmailIdentityMailFromAttributesCommand")
14
- .sc(PutEmailIdentityMailFromAttributes$)
15
- .build() {
3
+ export class PutEmailIdentityMailFromAttributesCommand extends command(_ep0, _mw0, "PutEmailIdentityMailFromAttributes", PutEmailIdentityMailFromAttributes$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { SendEmail$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class SendEmailCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonPinpointEmailService", "SendEmail", {})
13
- .n("PinpointEmailClient", "SendEmailCommand")
14
- .sc(SendEmail$)
15
- .build() {
3
+ export class SendEmailCommand extends command(_ep0, _mw0, "SendEmail", SendEmail$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonPinpointEmailService", "TagResource", {})
13
- .n("PinpointEmailClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonPinpointEmailService", "UntagResource", {})
13
- .n("PinpointEmailClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateConfigurationSetEventDestination$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateConfigurationSetEventDestinationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonPinpointEmailService", "UpdateConfigurationSetEventDestination", {})
13
- .n("PinpointEmailClient", "UpdateConfigurationSetEventDestinationCommand")
14
- .sc(UpdateConfigurationSetEventDestination$)
15
- .build() {
3
+ export class UpdateConfigurationSetEventDestinationCommand extends command(_ep0, _mw0, "UpdateConfigurationSetEventDestination", UpdateConfigurationSetEventDestination$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./PinpointEmailClient";
2
2
  export * from "./PinpointEmail";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./PinpointEmailClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateConfigurationSetRequest, CreateConfigurationSetResponse } from "../models/models_0";
4
- import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateConfigurationSetCommandInput extends CreateConfigurationS
22
19
  export interface CreateConfigurationSetCommandOutput extends CreateConfigurationSetResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateConfigurationSetCommand_base: {
25
- new (input: CreateConfigurationSetCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateConfigurationSetCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateConfigurationSetCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateConfigurationSetCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Create a configuration set. <i>Configuration sets</i> are groups of
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateConfigurationSetEventDestinationRequest, CreateConfigurationSetEventDestinationResponse } from "../models/models_0";
4
- import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateConfigurationSetEventDestinationCommandInput extends Crea
22
19
  export interface CreateConfigurationSetEventDestinationCommandOutput extends CreateConfigurationSetEventDestinationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateConfigurationSetEventDestinationCommand_base: {
25
- new (input: CreateConfigurationSetEventDestinationCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationSetEventDestinationCommandInput, CreateConfigurationSetEventDestinationCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateConfigurationSetEventDestinationCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationSetEventDestinationCommandInput, CreateConfigurationSetEventDestinationCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateConfigurationSetEventDestinationCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationSetEventDestinationCommandInput, CreateConfigurationSetEventDestinationCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateConfigurationSetEventDestinationCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationSetEventDestinationCommandInput, CreateConfigurationSetEventDestinationCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Create an event destination. In Amazon Pinpoint, <i>events</i> include message
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateDedicatedIpPoolRequest, CreateDedicatedIpPoolResponse } from "../models/models_0";
4
- import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateDedicatedIpPoolCommandInput extends CreateDedicatedIpPool
22
19
  export interface CreateDedicatedIpPoolCommandOutput extends CreateDedicatedIpPoolResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateDedicatedIpPoolCommand_base: {
25
- new (input: CreateDedicatedIpPoolCommandInput): import("@smithy/core/client").CommandImpl<CreateDedicatedIpPoolCommandInput, CreateDedicatedIpPoolCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateDedicatedIpPoolCommandInput): import("@smithy/core/client").CommandImpl<CreateDedicatedIpPoolCommandInput, CreateDedicatedIpPoolCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateDedicatedIpPoolCommandInput): import("@smithy/core/client").CommandImpl<CreateDedicatedIpPoolCommandInput, CreateDedicatedIpPoolCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateDedicatedIpPoolCommandInput): import("@smithy/core/client").CommandImpl<CreateDedicatedIpPoolCommandInput, CreateDedicatedIpPoolCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Create a new pool of dedicated IP addresses. A pool can include one or more dedicated
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateDeliverabilityTestReportRequest, CreateDeliverabilityTestReportResponse } from "../models/models_0";
4
- import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateDeliverabilityTestReportCommandInput extends CreateDelive
22
19
  export interface CreateDeliverabilityTestReportCommandOutput extends CreateDeliverabilityTestReportResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateDeliverabilityTestReportCommand_base: {
25
- new (input: CreateDeliverabilityTestReportCommandInput): import("@smithy/core/client").CommandImpl<CreateDeliverabilityTestReportCommandInput, CreateDeliverabilityTestReportCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateDeliverabilityTestReportCommandInput): import("@smithy/core/client").CommandImpl<CreateDeliverabilityTestReportCommandInput, CreateDeliverabilityTestReportCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateDeliverabilityTestReportCommandInput): import("@smithy/core/client").CommandImpl<CreateDeliverabilityTestReportCommandInput, CreateDeliverabilityTestReportCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateDeliverabilityTestReportCommandInput): import("@smithy/core/client").CommandImpl<CreateDeliverabilityTestReportCommandInput, CreateDeliverabilityTestReportCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Create a new predictive inbox placement test. Predictive inbox placement tests can help you predict how your messages will be handled
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateEmailIdentityRequest, CreateEmailIdentityResponse } from "../models/models_0";
4
- import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateEmailIdentityCommandInput extends CreateEmailIdentityRequ
22
19
  export interface CreateEmailIdentityCommandOutput extends CreateEmailIdentityResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateEmailIdentityCommand_base: {
25
- new (input: CreateEmailIdentityCommandInput): import("@smithy/core/client").CommandImpl<CreateEmailIdentityCommandInput, CreateEmailIdentityCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateEmailIdentityCommandInput): import("@smithy/core/client").CommandImpl<CreateEmailIdentityCommandInput, CreateEmailIdentityCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateEmailIdentityCommandInput): import("@smithy/core/client").CommandImpl<CreateEmailIdentityCommandInput, CreateEmailIdentityCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateEmailIdentityCommandInput): import("@smithy/core/client").CommandImpl<CreateEmailIdentityCommandInput, CreateEmailIdentityCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Verifies an email identity for use with Amazon Pinpoint. In Amazon Pinpoint, an identity is an email
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteConfigurationSetRequest, DeleteConfigurationSetResponse } from "../models/models_0";
4
- import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteConfigurationSetCommandInput extends DeleteConfigurationS
22
19
  export interface DeleteConfigurationSetCommandOutput extends DeleteConfigurationSetResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteConfigurationSetCommand_base: {
25
- new (input: DeleteConfigurationSetCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationSetCommandInput, DeleteConfigurationSetCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteConfigurationSetCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationSetCommandInput, DeleteConfigurationSetCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteConfigurationSetCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationSetCommandInput, DeleteConfigurationSetCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteConfigurationSetCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationSetCommandInput, DeleteConfigurationSetCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Delete an existing configuration set.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteConfigurationSetEventDestinationRequest, DeleteConfigurationSetEventDestinationResponse } from "../models/models_0";
4
- import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteConfigurationSetEventDestinationCommandInput extends Dele
22
19
  export interface DeleteConfigurationSetEventDestinationCommandOutput extends DeleteConfigurationSetEventDestinationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteConfigurationSetEventDestinationCommand_base: {
25
- new (input: DeleteConfigurationSetEventDestinationCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationSetEventDestinationCommandInput, DeleteConfigurationSetEventDestinationCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteConfigurationSetEventDestinationCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationSetEventDestinationCommandInput, DeleteConfigurationSetEventDestinationCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteConfigurationSetEventDestinationCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationSetEventDestinationCommandInput, DeleteConfigurationSetEventDestinationCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteConfigurationSetEventDestinationCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationSetEventDestinationCommandInput, DeleteConfigurationSetEventDestinationCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Delete an event destination.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteDedicatedIpPoolRequest, DeleteDedicatedIpPoolResponse } from "../models/models_0";
4
- import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteDedicatedIpPoolCommandInput extends DeleteDedicatedIpPool
22
19
  export interface DeleteDedicatedIpPoolCommandOutput extends DeleteDedicatedIpPoolResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteDedicatedIpPoolCommand_base: {
25
- new (input: DeleteDedicatedIpPoolCommandInput): import("@smithy/core/client").CommandImpl<DeleteDedicatedIpPoolCommandInput, DeleteDedicatedIpPoolCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteDedicatedIpPoolCommandInput): import("@smithy/core/client").CommandImpl<DeleteDedicatedIpPoolCommandInput, DeleteDedicatedIpPoolCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteDedicatedIpPoolCommandInput): import("@smithy/core/client").CommandImpl<DeleteDedicatedIpPoolCommandInput, DeleteDedicatedIpPoolCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteDedicatedIpPoolCommandInput): import("@smithy/core/client").CommandImpl<DeleteDedicatedIpPoolCommandInput, DeleteDedicatedIpPoolCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Delete a dedicated IP pool.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteEmailIdentityRequest, DeleteEmailIdentityResponse } from "../models/models_0";
4
- import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteEmailIdentityCommandInput extends DeleteEmailIdentityRequ
22
19
  export interface DeleteEmailIdentityCommandOutput extends DeleteEmailIdentityResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteEmailIdentityCommand_base: {
25
- new (input: DeleteEmailIdentityCommandInput): import("@smithy/core/client").CommandImpl<DeleteEmailIdentityCommandInput, DeleteEmailIdentityCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteEmailIdentityCommandInput): import("@smithy/core/client").CommandImpl<DeleteEmailIdentityCommandInput, DeleteEmailIdentityCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteEmailIdentityCommandInput): import("@smithy/core/client").CommandImpl<DeleteEmailIdentityCommandInput, DeleteEmailIdentityCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteEmailIdentityCommandInput): import("@smithy/core/client").CommandImpl<DeleteEmailIdentityCommandInput, DeleteEmailIdentityCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes an email identity that you previously verified for use with Amazon Pinpoint. An identity
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetAccountRequest, GetAccountResponse } from "../models/models_0";
4
- import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetAccountCommandInput extends GetAccountRequest {
22
19
  export interface GetAccountCommandOutput extends GetAccountResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetAccountCommand_base: {
25
- new (input: GetAccountCommandInput): import("@smithy/core/client").CommandImpl<GetAccountCommandInput, GetAccountCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetAccountCommandInput]): import("@smithy/core/client").CommandImpl<GetAccountCommandInput, GetAccountCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetAccountCommandInput): import("@smithy/core/client").CommandImpl<GetAccountCommandInput, GetAccountCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetAccountCommandInput]): import("@smithy/core/client").CommandImpl<GetAccountCommandInput, GetAccountCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Obtain information about the email-sending status and capabilities of your Amazon Pinpoint
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetBlacklistReportsRequest, GetBlacklistReportsResponse } from "../models/models_0";
4
- import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetBlacklistReportsCommandInput extends GetBlacklistReportsRequ
22
19
  export interface GetBlacklistReportsCommandOutput extends GetBlacklistReportsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetBlacklistReportsCommand_base: {
25
- new (input: GetBlacklistReportsCommandInput): import("@smithy/core/client").CommandImpl<GetBlacklistReportsCommandInput, GetBlacklistReportsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetBlacklistReportsCommandInput): import("@smithy/core/client").CommandImpl<GetBlacklistReportsCommandInput, GetBlacklistReportsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetBlacklistReportsCommandInput): import("@smithy/core/client").CommandImpl<GetBlacklistReportsCommandInput, GetBlacklistReportsCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetBlacklistReportsCommandInput): import("@smithy/core/client").CommandImpl<GetBlacklistReportsCommandInput, GetBlacklistReportsCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieve a list of the blacklists that your dedicated IP addresses appear on.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetConfigurationSetRequest, GetConfigurationSetResponse } from "../models/models_0";
4
- import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetConfigurationSetCommandInput extends GetConfigurationSetRequ
22
19
  export interface GetConfigurationSetCommandOutput extends GetConfigurationSetResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetConfigurationSetCommand_base: {
25
- new (input: GetConfigurationSetCommandInput): import("@smithy/core/client").CommandImpl<GetConfigurationSetCommandInput, GetConfigurationSetCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetConfigurationSetCommandInput): import("@smithy/core/client").CommandImpl<GetConfigurationSetCommandInput, GetConfigurationSetCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetConfigurationSetCommandInput): import("@smithy/core/client").CommandImpl<GetConfigurationSetCommandInput, GetConfigurationSetCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetConfigurationSetCommandInput): import("@smithy/core/client").CommandImpl<GetConfigurationSetCommandInput, GetConfigurationSetCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Get information about an existing configuration set, including the dedicated IP pool
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetConfigurationSetEventDestinationsRequest, GetConfigurationSetEventDestinationsResponse } from "../models/models_0";
4
- import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetConfigurationSetEventDestinationsCommandInput extends GetCon
22
19
  export interface GetConfigurationSetEventDestinationsCommandOutput extends GetConfigurationSetEventDestinationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetConfigurationSetEventDestinationsCommand_base: {
25
- new (input: GetConfigurationSetEventDestinationsCommandInput): import("@smithy/core/client").CommandImpl<GetConfigurationSetEventDestinationsCommandInput, GetConfigurationSetEventDestinationsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetConfigurationSetEventDestinationsCommandInput): import("@smithy/core/client").CommandImpl<GetConfigurationSetEventDestinationsCommandInput, GetConfigurationSetEventDestinationsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetConfigurationSetEventDestinationsCommandInput): import("@smithy/core/client").CommandImpl<GetConfigurationSetEventDestinationsCommandInput, GetConfigurationSetEventDestinationsCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetConfigurationSetEventDestinationsCommandInput): import("@smithy/core/client").CommandImpl<GetConfigurationSetEventDestinationsCommandInput, GetConfigurationSetEventDestinationsCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieve a list of event destinations that are associated with a configuration
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetDedicatedIpRequest, GetDedicatedIpResponse } from "../models/models_0";
4
- import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetDedicatedIpCommandInput extends GetDedicatedIpRequest {
22
19
  export interface GetDedicatedIpCommandOutput extends GetDedicatedIpResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetDedicatedIpCommand_base: {
25
- new (input: GetDedicatedIpCommandInput): import("@smithy/core/client").CommandImpl<GetDedicatedIpCommandInput, GetDedicatedIpCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetDedicatedIpCommandInput): import("@smithy/core/client").CommandImpl<GetDedicatedIpCommandInput, GetDedicatedIpCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetDedicatedIpCommandInput): import("@smithy/core/client").CommandImpl<GetDedicatedIpCommandInput, GetDedicatedIpCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetDedicatedIpCommandInput): import("@smithy/core/client").CommandImpl<GetDedicatedIpCommandInput, GetDedicatedIpCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Get information about a dedicated IP address, including the name of the dedicated IP
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetDedicatedIpsRequest, GetDedicatedIpsResponse } from "../models/models_0";
4
- import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetDedicatedIpsCommandInput extends GetDedicatedIpsRequest {
22
19
  export interface GetDedicatedIpsCommandOutput extends GetDedicatedIpsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetDedicatedIpsCommand_base: {
25
- new (input: GetDedicatedIpsCommandInput): import("@smithy/core/client").CommandImpl<GetDedicatedIpsCommandInput, GetDedicatedIpsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetDedicatedIpsCommandInput]): import("@smithy/core/client").CommandImpl<GetDedicatedIpsCommandInput, GetDedicatedIpsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetDedicatedIpsCommandInput): import("@smithy/core/client").CommandImpl<GetDedicatedIpsCommandInput, GetDedicatedIpsCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetDedicatedIpsCommandInput]): import("@smithy/core/client").CommandImpl<GetDedicatedIpsCommandInput, GetDedicatedIpsCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>List the dedicated IP addresses that are associated with your Amazon Pinpoint