@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 { 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
@@ -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 { GetDeliverabilityDashboardOptionsRequest, GetDeliverabilityDashboardOptionsResponse } 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 GetDeliverabilityDashboardOptionsCommandInput extends GetDelive
22
19
  export interface GetDeliverabilityDashboardOptionsCommandOutput extends GetDeliverabilityDashboardOptionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetDeliverabilityDashboardOptionsCommand_base: {
25
- new (input: GetDeliverabilityDashboardOptionsCommandInput): import("@smithy/core/client").CommandImpl<GetDeliverabilityDashboardOptionsCommandInput, GetDeliverabilityDashboardOptionsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetDeliverabilityDashboardOptionsCommandInput]): import("@smithy/core/client").CommandImpl<GetDeliverabilityDashboardOptionsCommandInput, GetDeliverabilityDashboardOptionsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetDeliverabilityDashboardOptionsCommandInput): import("@smithy/core/client").CommandImpl<GetDeliverabilityDashboardOptionsCommandInput, GetDeliverabilityDashboardOptionsCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetDeliverabilityDashboardOptionsCommandInput]): import("@smithy/core/client").CommandImpl<GetDeliverabilityDashboardOptionsCommandInput, GetDeliverabilityDashboardOptionsCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieve information about the status of the Deliverability dashboard for your Amazon Pinpoint account.
@@ -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 { GetDeliverabilityTestReportRequest, GetDeliverabilityTestReportResponse } 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 GetDeliverabilityTestReportCommandInput extends GetDeliverabili
22
19
  export interface GetDeliverabilityTestReportCommandOutput extends GetDeliverabilityTestReportResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetDeliverabilityTestReportCommand_base: {
25
- new (input: GetDeliverabilityTestReportCommandInput): import("@smithy/core/client").CommandImpl<GetDeliverabilityTestReportCommandInput, GetDeliverabilityTestReportCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetDeliverabilityTestReportCommandInput): import("@smithy/core/client").CommandImpl<GetDeliverabilityTestReportCommandInput, GetDeliverabilityTestReportCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetDeliverabilityTestReportCommandInput): import("@smithy/core/client").CommandImpl<GetDeliverabilityTestReportCommandInput, GetDeliverabilityTestReportCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetDeliverabilityTestReportCommandInput): import("@smithy/core/client").CommandImpl<GetDeliverabilityTestReportCommandInput, GetDeliverabilityTestReportCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieve the results of a predictive inbox placement test.</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 { GetDomainDeliverabilityCampaignRequest, GetDomainDeliverabilityCampaignResponse } 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 GetDomainDeliverabilityCampaignCommandInput extends GetDomainDe
22
19
  export interface GetDomainDeliverabilityCampaignCommandOutput extends GetDomainDeliverabilityCampaignResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetDomainDeliverabilityCampaignCommand_base: {
25
- new (input: GetDomainDeliverabilityCampaignCommandInput): import("@smithy/core/client").CommandImpl<GetDomainDeliverabilityCampaignCommandInput, GetDomainDeliverabilityCampaignCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetDomainDeliverabilityCampaignCommandInput): import("@smithy/core/client").CommandImpl<GetDomainDeliverabilityCampaignCommandInput, GetDomainDeliverabilityCampaignCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetDomainDeliverabilityCampaignCommandInput): import("@smithy/core/client").CommandImpl<GetDomainDeliverabilityCampaignCommandInput, GetDomainDeliverabilityCampaignCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetDomainDeliverabilityCampaignCommandInput): import("@smithy/core/client").CommandImpl<GetDomainDeliverabilityCampaignCommandInput, GetDomainDeliverabilityCampaignCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieve all the deliverability data for a specific campaign. This data is available
@@ -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 { GetDomainStatisticsReportRequest, GetDomainStatisticsReportResponse } 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 GetDomainStatisticsReportCommandInput extends GetDomainStatisti
22
19
  export interface GetDomainStatisticsReportCommandOutput extends GetDomainStatisticsReportResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetDomainStatisticsReportCommand_base: {
25
- new (input: GetDomainStatisticsReportCommandInput): import("@smithy/core/client").CommandImpl<GetDomainStatisticsReportCommandInput, GetDomainStatisticsReportCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetDomainStatisticsReportCommandInput): import("@smithy/core/client").CommandImpl<GetDomainStatisticsReportCommandInput, GetDomainStatisticsReportCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetDomainStatisticsReportCommandInput): import("@smithy/core/client").CommandImpl<GetDomainStatisticsReportCommandInput, GetDomainStatisticsReportCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetDomainStatisticsReportCommandInput): import("@smithy/core/client").CommandImpl<GetDomainStatisticsReportCommandInput, GetDomainStatisticsReportCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieve inbox placement and engagement rates for the domains that you use to send
@@ -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 { GetEmailIdentityRequest, GetEmailIdentityResponse } 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 GetEmailIdentityCommandInput extends GetEmailIdentityRequest {
22
19
  export interface GetEmailIdentityCommandOutput extends GetEmailIdentityResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetEmailIdentityCommand_base: {
25
- new (input: GetEmailIdentityCommandInput): import("@smithy/core/client").CommandImpl<GetEmailIdentityCommandInput, GetEmailIdentityCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetEmailIdentityCommandInput): import("@smithy/core/client").CommandImpl<GetEmailIdentityCommandInput, GetEmailIdentityCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetEmailIdentityCommandInput): import("@smithy/core/client").CommandImpl<GetEmailIdentityCommandInput, GetEmailIdentityCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetEmailIdentityCommandInput): import("@smithy/core/client").CommandImpl<GetEmailIdentityCommandInput, GetEmailIdentityCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Provides information about a specific identity associated with your Amazon Pinpoint account,
@@ -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 { ListConfigurationSetsRequest, ListConfigurationSetsResponse } 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 ListConfigurationSetsCommandInput extends ListConfigurationSets
22
19
  export interface ListConfigurationSetsCommandOutput extends ListConfigurationSetsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListConfigurationSetsCommand_base: {
25
- new (input: ListConfigurationSetsCommandInput): import("@smithy/core/client").CommandImpl<ListConfigurationSetsCommandInput, ListConfigurationSetsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListConfigurationSetsCommandInput]): import("@smithy/core/client").CommandImpl<ListConfigurationSetsCommandInput, ListConfigurationSetsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListConfigurationSetsCommandInput): import("@smithy/core/client").CommandImpl<ListConfigurationSetsCommandInput, ListConfigurationSetsCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListConfigurationSetsCommandInput]): import("@smithy/core/client").CommandImpl<ListConfigurationSetsCommandInput, ListConfigurationSetsCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>List all of the configuration sets associated with your Amazon Pinpoint account in the current
@@ -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 { ListDedicatedIpPoolsRequest, ListDedicatedIpPoolsResponse } 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 ListDedicatedIpPoolsCommandInput extends ListDedicatedIpPoolsRe
22
19
  export interface ListDedicatedIpPoolsCommandOutput extends ListDedicatedIpPoolsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListDedicatedIpPoolsCommand_base: {
25
- new (input: ListDedicatedIpPoolsCommandInput): import("@smithy/core/client").CommandImpl<ListDedicatedIpPoolsCommandInput, ListDedicatedIpPoolsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListDedicatedIpPoolsCommandInput]): import("@smithy/core/client").CommandImpl<ListDedicatedIpPoolsCommandInput, ListDedicatedIpPoolsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListDedicatedIpPoolsCommandInput): import("@smithy/core/client").CommandImpl<ListDedicatedIpPoolsCommandInput, ListDedicatedIpPoolsCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListDedicatedIpPoolsCommandInput]): import("@smithy/core/client").CommandImpl<ListDedicatedIpPoolsCommandInput, ListDedicatedIpPoolsCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>List all of the dedicated IP pools that exist in your Amazon Pinpoint account in the current
@@ -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 { ListDeliverabilityTestReportsRequest, ListDeliverabilityTestReportsResponse } 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 ListDeliverabilityTestReportsCommandInput extends ListDeliverab
22
19
  export interface ListDeliverabilityTestReportsCommandOutput extends ListDeliverabilityTestReportsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListDeliverabilityTestReportsCommand_base: {
25
- new (input: ListDeliverabilityTestReportsCommandInput): import("@smithy/core/client").CommandImpl<ListDeliverabilityTestReportsCommandInput, ListDeliverabilityTestReportsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListDeliverabilityTestReportsCommandInput]): import("@smithy/core/client").CommandImpl<ListDeliverabilityTestReportsCommandInput, ListDeliverabilityTestReportsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListDeliverabilityTestReportsCommandInput): import("@smithy/core/client").CommandImpl<ListDeliverabilityTestReportsCommandInput, ListDeliverabilityTestReportsCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListDeliverabilityTestReportsCommandInput]): import("@smithy/core/client").CommandImpl<ListDeliverabilityTestReportsCommandInput, ListDeliverabilityTestReportsCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Show a list of the predictive inbox placement tests that you've performed, regardless of their statuses. For
@@ -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 { ListDomainDeliverabilityCampaignsRequest, ListDomainDeliverabilityCampaignsResponse } 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 ListDomainDeliverabilityCampaignsCommandInput extends ListDomai
22
19
  export interface ListDomainDeliverabilityCampaignsCommandOutput extends ListDomainDeliverabilityCampaignsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListDomainDeliverabilityCampaignsCommand_base: {
25
- new (input: ListDomainDeliverabilityCampaignsCommandInput): import("@smithy/core/client").CommandImpl<ListDomainDeliverabilityCampaignsCommandInput, ListDomainDeliverabilityCampaignsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListDomainDeliverabilityCampaignsCommandInput): import("@smithy/core/client").CommandImpl<ListDomainDeliverabilityCampaignsCommandInput, ListDomainDeliverabilityCampaignsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListDomainDeliverabilityCampaignsCommandInput): import("@smithy/core/client").CommandImpl<ListDomainDeliverabilityCampaignsCommandInput, ListDomainDeliverabilityCampaignsCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListDomainDeliverabilityCampaignsCommandInput): import("@smithy/core/client").CommandImpl<ListDomainDeliverabilityCampaignsCommandInput, ListDomainDeliverabilityCampaignsCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieve deliverability data for all the campaigns that used a specific domain to send
@@ -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 { ListEmailIdentitiesRequest, ListEmailIdentitiesResponse } 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 ListEmailIdentitiesCommandInput extends ListEmailIdentitiesRequ
22
19
  export interface ListEmailIdentitiesCommandOutput extends ListEmailIdentitiesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListEmailIdentitiesCommand_base: {
25
- new (input: ListEmailIdentitiesCommandInput): import("@smithy/core/client").CommandImpl<ListEmailIdentitiesCommandInput, ListEmailIdentitiesCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListEmailIdentitiesCommandInput]): import("@smithy/core/client").CommandImpl<ListEmailIdentitiesCommandInput, ListEmailIdentitiesCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListEmailIdentitiesCommandInput): import("@smithy/core/client").CommandImpl<ListEmailIdentitiesCommandInput, ListEmailIdentitiesCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListEmailIdentitiesCommandInput]): import("@smithy/core/client").CommandImpl<ListEmailIdentitiesCommandInput, ListEmailIdentitiesCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of all of the email identities that are associated with 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 { ListTagsForResourceRequest, ListTagsForResourceResponse } 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 ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieve a list of the tags (keys and values) that are associated with a specified
@@ -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 { PutAccountDedicatedIpWarmupAttributesRequest, PutAccountDedicatedIpWarmupAttributesResponse } 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 PutAccountDedicatedIpWarmupAttributesCommandInput extends PutAc
22
19
  export interface PutAccountDedicatedIpWarmupAttributesCommandOutput extends PutAccountDedicatedIpWarmupAttributesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PutAccountDedicatedIpWarmupAttributesCommand_base: {
25
- new (input: PutAccountDedicatedIpWarmupAttributesCommandInput): import("@smithy/core/client").CommandImpl<PutAccountDedicatedIpWarmupAttributesCommandInput, PutAccountDedicatedIpWarmupAttributesCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [PutAccountDedicatedIpWarmupAttributesCommandInput]): import("@smithy/core/client").CommandImpl<PutAccountDedicatedIpWarmupAttributesCommandInput, PutAccountDedicatedIpWarmupAttributesCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutAccountDedicatedIpWarmupAttributesCommandInput): import("@smithy/core/client").CommandImpl<PutAccountDedicatedIpWarmupAttributesCommandInput, PutAccountDedicatedIpWarmupAttributesCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [PutAccountDedicatedIpWarmupAttributesCommandInput]): import("@smithy/core/client").CommandImpl<PutAccountDedicatedIpWarmupAttributesCommandInput, PutAccountDedicatedIpWarmupAttributesCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Enable or disable the automatic warm-up feature for dedicated IP addresses.</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 { PutAccountSendingAttributesRequest, PutAccountSendingAttributesResponse } 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 PutAccountSendingAttributesCommandInput extends PutAccountSendi
22
19
  export interface PutAccountSendingAttributesCommandOutput extends PutAccountSendingAttributesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PutAccountSendingAttributesCommand_base: {
25
- new (input: PutAccountSendingAttributesCommandInput): import("@smithy/core/client").CommandImpl<PutAccountSendingAttributesCommandInput, PutAccountSendingAttributesCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [PutAccountSendingAttributesCommandInput]): import("@smithy/core/client").CommandImpl<PutAccountSendingAttributesCommandInput, PutAccountSendingAttributesCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutAccountSendingAttributesCommandInput): import("@smithy/core/client").CommandImpl<PutAccountSendingAttributesCommandInput, PutAccountSendingAttributesCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [PutAccountSendingAttributesCommandInput]): import("@smithy/core/client").CommandImpl<PutAccountSendingAttributesCommandInput, PutAccountSendingAttributesCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Enable or disable the ability of your account to send email.</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 { PutConfigurationSetDeliveryOptionsRequest, PutConfigurationSetDeliveryOptionsResponse } 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 PutConfigurationSetDeliveryOptionsCommandInput extends PutConfi
22
19
  export interface PutConfigurationSetDeliveryOptionsCommandOutput extends PutConfigurationSetDeliveryOptionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PutConfigurationSetDeliveryOptionsCommand_base: {
25
- new (input: PutConfigurationSetDeliveryOptionsCommandInput): import("@smithy/core/client").CommandImpl<PutConfigurationSetDeliveryOptionsCommandInput, PutConfigurationSetDeliveryOptionsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutConfigurationSetDeliveryOptionsCommandInput): import("@smithy/core/client").CommandImpl<PutConfigurationSetDeliveryOptionsCommandInput, PutConfigurationSetDeliveryOptionsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutConfigurationSetDeliveryOptionsCommandInput): import("@smithy/core/client").CommandImpl<PutConfigurationSetDeliveryOptionsCommandInput, PutConfigurationSetDeliveryOptionsCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutConfigurationSetDeliveryOptionsCommandInput): import("@smithy/core/client").CommandImpl<PutConfigurationSetDeliveryOptionsCommandInput, PutConfigurationSetDeliveryOptionsCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Associate a configuration set with a dedicated IP pool. You can use dedicated IP pools
@@ -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 { PutConfigurationSetReputationOptionsRequest, PutConfigurationSetReputationOptionsResponse } 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 PutConfigurationSetReputationOptionsCommandInput extends PutCon
22
19
  export interface PutConfigurationSetReputationOptionsCommandOutput extends PutConfigurationSetReputationOptionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PutConfigurationSetReputationOptionsCommand_base: {
25
- new (input: PutConfigurationSetReputationOptionsCommandInput): import("@smithy/core/client").CommandImpl<PutConfigurationSetReputationOptionsCommandInput, PutConfigurationSetReputationOptionsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutConfigurationSetReputationOptionsCommandInput): import("@smithy/core/client").CommandImpl<PutConfigurationSetReputationOptionsCommandInput, PutConfigurationSetReputationOptionsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutConfigurationSetReputationOptionsCommandInput): import("@smithy/core/client").CommandImpl<PutConfigurationSetReputationOptionsCommandInput, PutConfigurationSetReputationOptionsCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutConfigurationSetReputationOptionsCommandInput): import("@smithy/core/client").CommandImpl<PutConfigurationSetReputationOptionsCommandInput, PutConfigurationSetReputationOptionsCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Enable or disable collection of reputation metrics for emails that you send using 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 { PutConfigurationSetSendingOptionsRequest, PutConfigurationSetSendingOptionsResponse } 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 PutConfigurationSetSendingOptionsCommandInput extends PutConfig
22
19
  export interface PutConfigurationSetSendingOptionsCommandOutput extends PutConfigurationSetSendingOptionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PutConfigurationSetSendingOptionsCommand_base: {
25
- new (input: PutConfigurationSetSendingOptionsCommandInput): import("@smithy/core/client").CommandImpl<PutConfigurationSetSendingOptionsCommandInput, PutConfigurationSetSendingOptionsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutConfigurationSetSendingOptionsCommandInput): import("@smithy/core/client").CommandImpl<PutConfigurationSetSendingOptionsCommandInput, PutConfigurationSetSendingOptionsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutConfigurationSetSendingOptionsCommandInput): import("@smithy/core/client").CommandImpl<PutConfigurationSetSendingOptionsCommandInput, PutConfigurationSetSendingOptionsCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutConfigurationSetSendingOptionsCommandInput): import("@smithy/core/client").CommandImpl<PutConfigurationSetSendingOptionsCommandInput, PutConfigurationSetSendingOptionsCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Enable or disable email sending for messages that use a particular configuration set
@@ -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 { PutConfigurationSetTrackingOptionsRequest, PutConfigurationSetTrackingOptionsResponse } 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 PutConfigurationSetTrackingOptionsCommandInput extends PutConfi
22
19
  export interface PutConfigurationSetTrackingOptionsCommandOutput extends PutConfigurationSetTrackingOptionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PutConfigurationSetTrackingOptionsCommand_base: {
25
- new (input: PutConfigurationSetTrackingOptionsCommandInput): import("@smithy/core/client").CommandImpl<PutConfigurationSetTrackingOptionsCommandInput, PutConfigurationSetTrackingOptionsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutConfigurationSetTrackingOptionsCommandInput): import("@smithy/core/client").CommandImpl<PutConfigurationSetTrackingOptionsCommandInput, PutConfigurationSetTrackingOptionsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutConfigurationSetTrackingOptionsCommandInput): import("@smithy/core/client").CommandImpl<PutConfigurationSetTrackingOptionsCommandInput, PutConfigurationSetTrackingOptionsCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutConfigurationSetTrackingOptionsCommandInput): import("@smithy/core/client").CommandImpl<PutConfigurationSetTrackingOptionsCommandInput, PutConfigurationSetTrackingOptionsCommandOutput, import("..").PinpointEmailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Specify a custom domain to use for open and click tracking elements in email that you