@aws-sdk/client-pinpoint-email 3.1076.0 → 3.1078.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 (146) hide show
  1. package/dist-cjs/index.js +53 -425
  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-es/runtimeConfig.browser.js +0 -2
  47. package/dist-es/runtimeConfig.js +1 -2
  48. package/dist-es/runtimeConfig.native.js +0 -2
  49. package/dist-es/runtimeConfig.shared.js +2 -0
  50. package/dist-types/commandBuilder.d.ts +18 -0
  51. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +3 -8
  52. package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +3 -8
  53. package/dist-types/commands/CreateDedicatedIpPoolCommand.d.ts +3 -8
  54. package/dist-types/commands/CreateDeliverabilityTestReportCommand.d.ts +3 -8
  55. package/dist-types/commands/CreateEmailIdentityCommand.d.ts +3 -8
  56. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +3 -8
  57. package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +3 -8
  58. package/dist-types/commands/DeleteDedicatedIpPoolCommand.d.ts +3 -8
  59. package/dist-types/commands/DeleteEmailIdentityCommand.d.ts +3 -8
  60. package/dist-types/commands/GetAccountCommand.d.ts +3 -8
  61. package/dist-types/commands/GetBlacklistReportsCommand.d.ts +3 -8
  62. package/dist-types/commands/GetConfigurationSetCommand.d.ts +3 -8
  63. package/dist-types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +3 -8
  64. package/dist-types/commands/GetDedicatedIpCommand.d.ts +3 -8
  65. package/dist-types/commands/GetDedicatedIpsCommand.d.ts +3 -8
  66. package/dist-types/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +3 -8
  67. package/dist-types/commands/GetDeliverabilityTestReportCommand.d.ts +3 -8
  68. package/dist-types/commands/GetDomainDeliverabilityCampaignCommand.d.ts +3 -8
  69. package/dist-types/commands/GetDomainStatisticsReportCommand.d.ts +3 -8
  70. package/dist-types/commands/GetEmailIdentityCommand.d.ts +3 -8
  71. package/dist-types/commands/ListConfigurationSetsCommand.d.ts +3 -8
  72. package/dist-types/commands/ListDedicatedIpPoolsCommand.d.ts +3 -8
  73. package/dist-types/commands/ListDeliverabilityTestReportsCommand.d.ts +3 -8
  74. package/dist-types/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +3 -8
  75. package/dist-types/commands/ListEmailIdentitiesCommand.d.ts +3 -8
  76. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  77. package/dist-types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +3 -8
  78. package/dist-types/commands/PutAccountSendingAttributesCommand.d.ts +3 -8
  79. package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +3 -8
  80. package/dist-types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +3 -8
  81. package/dist-types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +3 -8
  82. package/dist-types/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +3 -8
  83. package/dist-types/commands/PutDedicatedIpInPoolCommand.d.ts +3 -8
  84. package/dist-types/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +3 -8
  85. package/dist-types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +3 -8
  86. package/dist-types/commands/PutEmailIdentityDkimAttributesCommand.d.ts +3 -8
  87. package/dist-types/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +3 -8
  88. package/dist-types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +3 -8
  89. package/dist-types/commands/SendEmailCommand.d.ts +3 -8
  90. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  91. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  92. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +3 -8
  93. package/dist-types/index.d.ts +1 -0
  94. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  95. package/dist-types/runtimeConfig.d.ts +1 -1
  96. package/dist-types/runtimeConfig.native.d.ts +1 -1
  97. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  98. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  99. package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/CreateDedicatedIpPoolCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/CreateDeliverabilityTestReportCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/CreateEmailIdentityCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/DeleteDedicatedIpPoolCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/DeleteEmailIdentityCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/GetBlacklistReportsCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/GetConfigurationSetCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/GetConfigurationSetEventDestinationsCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/GetDedicatedIpCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/GetDedicatedIpsCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/GetDeliverabilityTestReportCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/GetDomainDeliverabilityCampaignCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/GetDomainStatisticsReportCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/GetEmailIdentityCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/ListDedicatedIpPoolsCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/ListDeliverabilityTestReportsCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/ListEmailIdentitiesCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/PutAccountSendingAttributesCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/PutConfigurationSetReputationOptionsCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/PutConfigurationSetSendingOptionsCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/PutDedicatedIpInPoolCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/PutDeliverabilityDashboardOptionCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/PutEmailIdentityDkimAttributesCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/index.d.ts +1 -0
  142. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  143. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  144. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  145. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  146. package/package.json +8 -10
@@ -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 { PutDedicatedIpInPoolRequest, PutDedicatedIpInPoolResponse } 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 PutDedicatedIpInPoolCommandInput extends PutDedicatedIpInPoolRe
22
19
  export interface PutDedicatedIpInPoolCommandOutput extends PutDedicatedIpInPoolResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PutDedicatedIpInPoolCommand_base: {
25
- new (input: PutDedicatedIpInPoolCommandInput): import("@smithy/core/client").CommandImpl<PutDedicatedIpInPoolCommandInput, PutDedicatedIpInPoolCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutDedicatedIpInPoolCommandInput): import("@smithy/core/client").CommandImpl<PutDedicatedIpInPoolCommandInput, PutDedicatedIpInPoolCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutDedicatedIpInPoolCommandInput): import("@smithy/core/client").CommandImpl<PutDedicatedIpInPoolCommandInput, PutDedicatedIpInPoolCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutDedicatedIpInPoolCommandInput): import("@smithy/core/client").CommandImpl<PutDedicatedIpInPoolCommandInput, PutDedicatedIpInPoolCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Move a dedicated IP address to an existing 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 { PutDedicatedIpWarmupAttributesRequest, PutDedicatedIpWarmupAttributesResponse } 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 PutDedicatedIpWarmupAttributesCommandInput extends PutDedicated
22
19
  export interface PutDedicatedIpWarmupAttributesCommandOutput extends PutDedicatedIpWarmupAttributesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PutDedicatedIpWarmupAttributesCommand_base: {
25
- new (input: PutDedicatedIpWarmupAttributesCommandInput): import("@smithy/core/client").CommandImpl<PutDedicatedIpWarmupAttributesCommandInput, PutDedicatedIpWarmupAttributesCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutDedicatedIpWarmupAttributesCommandInput): import("@smithy/core/client").CommandImpl<PutDedicatedIpWarmupAttributesCommandInput, PutDedicatedIpWarmupAttributesCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutDedicatedIpWarmupAttributesCommandInput): import("@smithy/core/client").CommandImpl<PutDedicatedIpWarmupAttributesCommandInput, PutDedicatedIpWarmupAttributesCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutDedicatedIpWarmupAttributesCommandInput): import("@smithy/core/client").CommandImpl<PutDedicatedIpWarmupAttributesCommandInput, PutDedicatedIpWarmupAttributesCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p></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 { PutDeliverabilityDashboardOptionRequest, PutDeliverabilityDashboardOptionResponse } 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 PutDeliverabilityDashboardOptionCommandInput extends PutDeliver
22
19
  export interface PutDeliverabilityDashboardOptionCommandOutput extends PutDeliverabilityDashboardOptionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PutDeliverabilityDashboardOptionCommand_base: {
25
- new (input: PutDeliverabilityDashboardOptionCommandInput): import("@smithy/core/client").CommandImpl<PutDeliverabilityDashboardOptionCommandInput, PutDeliverabilityDashboardOptionCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutDeliverabilityDashboardOptionCommandInput): import("@smithy/core/client").CommandImpl<PutDeliverabilityDashboardOptionCommandInput, PutDeliverabilityDashboardOptionCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutDeliverabilityDashboardOptionCommandInput): import("@smithy/core/client").CommandImpl<PutDeliverabilityDashboardOptionCommandInput, PutDeliverabilityDashboardOptionCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutDeliverabilityDashboardOptionCommandInput): import("@smithy/core/client").CommandImpl<PutDeliverabilityDashboardOptionCommandInput, PutDeliverabilityDashboardOptionCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Enable or disable the Deliverability dashboard for your Amazon Pinpoint account. When you enable the
@@ -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 { PutEmailIdentityDkimAttributesRequest, PutEmailIdentityDkimAttributesResponse } 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 PutEmailIdentityDkimAttributesCommandInput extends PutEmailIden
22
19
  export interface PutEmailIdentityDkimAttributesCommandOutput extends PutEmailIdentityDkimAttributesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PutEmailIdentityDkimAttributesCommand_base: {
25
- new (input: PutEmailIdentityDkimAttributesCommandInput): import("@smithy/core/client").CommandImpl<PutEmailIdentityDkimAttributesCommandInput, PutEmailIdentityDkimAttributesCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutEmailIdentityDkimAttributesCommandInput): import("@smithy/core/client").CommandImpl<PutEmailIdentityDkimAttributesCommandInput, PutEmailIdentityDkimAttributesCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutEmailIdentityDkimAttributesCommandInput): import("@smithy/core/client").CommandImpl<PutEmailIdentityDkimAttributesCommandInput, PutEmailIdentityDkimAttributesCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutEmailIdentityDkimAttributesCommandInput): import("@smithy/core/client").CommandImpl<PutEmailIdentityDkimAttributesCommandInput, PutEmailIdentityDkimAttributesCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Used to enable or disable DKIM authentication for an email identity.</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 { PutEmailIdentityFeedbackAttributesRequest, PutEmailIdentityFeedbackAttributesResponse } 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 PutEmailIdentityFeedbackAttributesCommandInput extends PutEmail
22
19
  export interface PutEmailIdentityFeedbackAttributesCommandOutput extends PutEmailIdentityFeedbackAttributesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PutEmailIdentityFeedbackAttributesCommand_base: {
25
- new (input: PutEmailIdentityFeedbackAttributesCommandInput): import("@smithy/core/client").CommandImpl<PutEmailIdentityFeedbackAttributesCommandInput, PutEmailIdentityFeedbackAttributesCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutEmailIdentityFeedbackAttributesCommandInput): import("@smithy/core/client").CommandImpl<PutEmailIdentityFeedbackAttributesCommandInput, PutEmailIdentityFeedbackAttributesCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutEmailIdentityFeedbackAttributesCommandInput): import("@smithy/core/client").CommandImpl<PutEmailIdentityFeedbackAttributesCommandInput, PutEmailIdentityFeedbackAttributesCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutEmailIdentityFeedbackAttributesCommandInput): import("@smithy/core/client").CommandImpl<PutEmailIdentityFeedbackAttributesCommandInput, PutEmailIdentityFeedbackAttributesCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Used to enable or disable feedback forwarding for an identity. This setting determines
@@ -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 { PutEmailIdentityMailFromAttributesRequest, PutEmailIdentityMailFromAttributesResponse } 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 PutEmailIdentityMailFromAttributesCommandInput extends PutEmail
22
19
  export interface PutEmailIdentityMailFromAttributesCommandOutput extends PutEmailIdentityMailFromAttributesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PutEmailIdentityMailFromAttributesCommand_base: {
25
- new (input: PutEmailIdentityMailFromAttributesCommandInput): import("@smithy/core/client").CommandImpl<PutEmailIdentityMailFromAttributesCommandInput, PutEmailIdentityMailFromAttributesCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutEmailIdentityMailFromAttributesCommandInput): import("@smithy/core/client").CommandImpl<PutEmailIdentityMailFromAttributesCommandInput, PutEmailIdentityMailFromAttributesCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutEmailIdentityMailFromAttributesCommandInput): import("@smithy/core/client").CommandImpl<PutEmailIdentityMailFromAttributesCommandInput, PutEmailIdentityMailFromAttributesCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutEmailIdentityMailFromAttributesCommandInput): import("@smithy/core/client").CommandImpl<PutEmailIdentityMailFromAttributesCommandInput, PutEmailIdentityMailFromAttributesCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Used to enable or disable the custom Mail-From domain configuration for 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 { SendEmailRequest, SendEmailResponse } 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 SendEmailCommandInput extends SendEmailRequest {
22
19
  export interface SendEmailCommandOutput extends SendEmailResponse, __MetadataBearer {
23
20
  }
24
21
  declare const SendEmailCommand_base: {
25
- new (input: SendEmailCommandInput): import("@smithy/core/client").CommandImpl<SendEmailCommandInput, SendEmailCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SendEmailCommandInput): import("@smithy/core/client").CommandImpl<SendEmailCommandInput, SendEmailCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: SendEmailCommandInput): import("@smithy/core/client").CommandImpl<SendEmailCommandInput, SendEmailCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: SendEmailCommandInput): import("@smithy/core/client").CommandImpl<SendEmailCommandInput, SendEmailCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Sends an email message. You can use the Amazon Pinpoint Email API to send two types 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 { TagResourceRequest, TagResourceResponse } 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 TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Add one or more tags (keys and values) to a specified resource. A
@@ -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 { UntagResourceRequest, UntagResourceResponse } 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 UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Remove one or more tags (keys and values) from a specified resource.</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 { UpdateConfigurationSetEventDestinationRequest, UpdateConfigurationSetEventDestinationResponse } 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 UpdateConfigurationSetEventDestinationCommandInput extends Upda
22
19
  export interface UpdateConfigurationSetEventDestinationCommandOutput extends UpdateConfigurationSetEventDestinationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateConfigurationSetEventDestinationCommand_base: {
25
- new (input: UpdateConfigurationSetEventDestinationCommandInput): import("@smithy/core/client").CommandImpl<UpdateConfigurationSetEventDestinationCommandInput, UpdateConfigurationSetEventDestinationCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateConfigurationSetEventDestinationCommandInput): import("@smithy/core/client").CommandImpl<UpdateConfigurationSetEventDestinationCommandInput, UpdateConfigurationSetEventDestinationCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateConfigurationSetEventDestinationCommandInput): import("@smithy/core/client").CommandImpl<UpdateConfigurationSetEventDestinationCommandInput, UpdateConfigurationSetEventDestinationCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateConfigurationSetEventDestinationCommandInput): import("@smithy/core/client").CommandImpl<UpdateConfigurationSetEventDestinationCommandInput, UpdateConfigurationSetEventDestinationCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Update the configuration of an event destination for a configuration set.</p>
@@ -37,6 +37,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
37
37
  export type { RuntimeExtension } from "./runtimeExtensions";
38
38
  export type { PinpointEmailExtensionConfiguration } from "./extensionConfiguration";
39
39
  export * from "./commands";
40
+ export { Command as $Command } from "@smithy/core/client";
40
41
  export * from "./schemas/schemas_0";
41
42
  export * from "./pagination";
42
43
  export * from "./models/enums";
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: PinpointEmailClientConfig) => {
13
13
  region: string | import("@smithy/types").Provider<any>;
14
14
  requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
- sha256: import("@smithy/types").HashConstructor;
17
16
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
18
17
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
18
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: PinpointEmailClientConfig) => {
24
23
  [setting: string]: unknown;
25
24
  };
26
25
  apiVersion: string;
26
+ sha256: import("@smithy/types").HashConstructor;
27
27
  urlParser: import("@smithy/types").UrlParser;
28
28
  base64Decoder: import("@smithy/types").Decoder;
29
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: PinpointEmailClientConfig) => {
14
14
  region: string | import("@smithy/types").Provider<string>;
15
15
  requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
- sha256: import("@smithy/types").HashConstructor;
18
17
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
19
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: PinpointEmailClientConfig) => {
26
25
  [setting: string]: unknown;
27
26
  };
28
27
  apiVersion: string;
28
+ sha256: import("@smithy/types").HashConstructor;
29
29
  urlParser: import("@smithy/types").UrlParser;
30
30
  base64Decoder: import("@smithy/types").Decoder;
31
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -4,7 +4,6 @@ import type { PinpointEmailClientConfig } from "./PinpointEmailClient";
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: PinpointEmailClientConfig) => {
6
6
  runtime: string;
7
- sha256: import("@smithy/types").HashConstructor;
8
7
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
8
  cacheMiddleware?: boolean;
10
9
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: PinpointEmailClientConfig) => {
13
12
  [setting: string]: unknown;
14
13
  };
15
14
  apiVersion: string;
15
+ sha256: import("@smithy/types").HashConstructor;
16
16
  urlParser: import("@smithy/types").UrlParser;
17
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
18
18
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: PinpointEmailClientConfig) => {
21
21
  defaultNamespace?: string;
22
22
  };
23
23
  serviceId: string;
24
+ sha256: import("@smithy/types").HashConstructor;
24
25
  urlParser: import("@smithy/types").UrlParser;
25
26
  utf8Decoder: import("@smithy/types").Decoder;
26
27
  utf8Encoder: (input: Uint8Array | string) => string;
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ PinpointEmailClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./PinpointEmailClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ PinpointEmailClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ PinpointEmailClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  CreateConfigurationSetRequest,
5
4
  CreateConfigurationSetResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- PinpointEmailClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PinpointEmailClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateConfigurationSetCommandInput
15
8
  extends CreateConfigurationSetRequest {}
16
9
  export interface CreateConfigurationSetCommandOutput
@@ -22,22 +15,20 @@ declare const CreateConfigurationSetCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateConfigurationSetCommandInput,
24
17
  CreateConfigurationSetCommandOutput,
25
- PinpointEmailClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PinpointEmailClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateConfigurationSetCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateConfigurationSetCommandInput,
33
26
  CreateConfigurationSetCommandOutput,
34
- PinpointEmailClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PinpointEmailClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateConfigurationSetCommand extends CreateConfigurationSetCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  CreateConfigurationSetEventDestinationRequest,
5
4
  CreateConfigurationSetEventDestinationResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- PinpointEmailClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PinpointEmailClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateConfigurationSetEventDestinationCommandInput
15
8
  extends CreateConfigurationSetEventDestinationRequest {}
16
9
  export interface CreateConfigurationSetEventDestinationCommandOutput
@@ -22,22 +15,20 @@ declare const CreateConfigurationSetEventDestinationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateConfigurationSetEventDestinationCommandInput,
24
17
  CreateConfigurationSetEventDestinationCommandOutput,
25
- PinpointEmailClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PinpointEmailClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateConfigurationSetEventDestinationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateConfigurationSetEventDestinationCommandInput,
33
26
  CreateConfigurationSetEventDestinationCommandOutput,
34
- PinpointEmailClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PinpointEmailClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateConfigurationSetEventDestinationCommand extends CreateConfigurationSetEventDestinationCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  CreateDedicatedIpPoolRequest,
5
4
  CreateDedicatedIpPoolResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- PinpointEmailClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PinpointEmailClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateDedicatedIpPoolCommandInput
15
8
  extends CreateDedicatedIpPoolRequest {}
16
9
  export interface CreateDedicatedIpPoolCommandOutput
@@ -22,22 +15,20 @@ declare const CreateDedicatedIpPoolCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateDedicatedIpPoolCommandInput,
24
17
  CreateDedicatedIpPoolCommandOutput,
25
- PinpointEmailClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PinpointEmailClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateDedicatedIpPoolCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateDedicatedIpPoolCommandInput,
33
26
  CreateDedicatedIpPoolCommandOutput,
34
- PinpointEmailClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PinpointEmailClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateDedicatedIpPoolCommand extends CreateDedicatedIpPoolCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  CreateDeliverabilityTestReportRequest,
5
4
  CreateDeliverabilityTestReportResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- PinpointEmailClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PinpointEmailClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateDeliverabilityTestReportCommandInput
15
8
  extends CreateDeliverabilityTestReportRequest {}
16
9
  export interface CreateDeliverabilityTestReportCommandOutput
@@ -22,22 +15,20 @@ declare const CreateDeliverabilityTestReportCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateDeliverabilityTestReportCommandInput,
24
17
  CreateDeliverabilityTestReportCommandOutput,
25
- PinpointEmailClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PinpointEmailClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateDeliverabilityTestReportCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateDeliverabilityTestReportCommandInput,
33
26
  CreateDeliverabilityTestReportCommandOutput,
34
- PinpointEmailClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PinpointEmailClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateDeliverabilityTestReportCommand extends CreateDeliverabilityTestReportCommand_base {
43
34
  protected static __types: {