@aws-sdk/client-pinpoint-email 3.1044.0 → 3.1046.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 (161) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +100 -101
  5. package/dist-cjs/models/PinpointEmailServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/PinpointEmail.js +1 -1
  10. package/dist-es/PinpointEmailClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/CreateConfigurationSetCommand.js +2 -2
  13. package/dist-es/commands/CreateConfigurationSetEventDestinationCommand.js +2 -2
  14. package/dist-es/commands/CreateDedicatedIpPoolCommand.js +2 -2
  15. package/dist-es/commands/CreateDeliverabilityTestReportCommand.js +2 -2
  16. package/dist-es/commands/CreateEmailIdentityCommand.js +2 -2
  17. package/dist-es/commands/DeleteConfigurationSetCommand.js +2 -2
  18. package/dist-es/commands/DeleteConfigurationSetEventDestinationCommand.js +2 -2
  19. package/dist-es/commands/DeleteDedicatedIpPoolCommand.js +2 -2
  20. package/dist-es/commands/DeleteEmailIdentityCommand.js +2 -2
  21. package/dist-es/commands/GetAccountCommand.js +2 -2
  22. package/dist-es/commands/GetBlacklistReportsCommand.js +2 -2
  23. package/dist-es/commands/GetConfigurationSetCommand.js +2 -2
  24. package/dist-es/commands/GetConfigurationSetEventDestinationsCommand.js +2 -2
  25. package/dist-es/commands/GetDedicatedIpCommand.js +2 -2
  26. package/dist-es/commands/GetDedicatedIpsCommand.js +2 -2
  27. package/dist-es/commands/GetDeliverabilityDashboardOptionsCommand.js +2 -2
  28. package/dist-es/commands/GetDeliverabilityTestReportCommand.js +2 -2
  29. package/dist-es/commands/GetDomainDeliverabilityCampaignCommand.js +2 -2
  30. package/dist-es/commands/GetDomainStatisticsReportCommand.js +2 -2
  31. package/dist-es/commands/GetEmailIdentityCommand.js +2 -2
  32. package/dist-es/commands/ListConfigurationSetsCommand.js +2 -2
  33. package/dist-es/commands/ListDedicatedIpPoolsCommand.js +2 -2
  34. package/dist-es/commands/ListDeliverabilityTestReportsCommand.js +2 -2
  35. package/dist-es/commands/ListDomainDeliverabilityCampaignsCommand.js +2 -2
  36. package/dist-es/commands/ListEmailIdentitiesCommand.js +2 -2
  37. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  38. package/dist-es/commands/PutAccountDedicatedIpWarmupAttributesCommand.js +2 -2
  39. package/dist-es/commands/PutAccountSendingAttributesCommand.js +2 -2
  40. package/dist-es/commands/PutConfigurationSetDeliveryOptionsCommand.js +2 -2
  41. package/dist-es/commands/PutConfigurationSetReputationOptionsCommand.js +2 -2
  42. package/dist-es/commands/PutConfigurationSetSendingOptionsCommand.js +2 -2
  43. package/dist-es/commands/PutConfigurationSetTrackingOptionsCommand.js +2 -2
  44. package/dist-es/commands/PutDedicatedIpInPoolCommand.js +2 -2
  45. package/dist-es/commands/PutDedicatedIpWarmupAttributesCommand.js +2 -2
  46. package/dist-es/commands/PutDeliverabilityDashboardOptionCommand.js +2 -2
  47. package/dist-es/commands/PutEmailIdentityDkimAttributesCommand.js +2 -2
  48. package/dist-es/commands/PutEmailIdentityFeedbackAttributesCommand.js +2 -2
  49. package/dist-es/commands/PutEmailIdentityMailFromAttributesCommand.js +2 -2
  50. package/dist-es/commands/SendEmailCommand.js +2 -2
  51. package/dist-es/commands/TagResourceCommand.js +2 -2
  52. package/dist-es/commands/UntagResourceCommand.js +2 -2
  53. package/dist-es/commands/UpdateConfigurationSetEventDestinationCommand.js +2 -2
  54. package/dist-es/endpoint/bdd.js +1 -1
  55. package/dist-es/endpoint/endpointResolver.js +1 -1
  56. package/dist-es/models/PinpointEmailServiceException.js +1 -1
  57. package/dist-es/runtimeConfig.browser.js +4 -6
  58. package/dist-es/runtimeConfig.js +4 -8
  59. package/dist-es/runtimeConfig.shared.js +3 -4
  60. package/dist-es/runtimeExtensions.js +2 -2
  61. package/dist-types/PinpointEmailClient.d.ts +5 -5
  62. package/dist-types/commands/CreateConfigurationSetCommand.d.ts +6 -4
  63. package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +6 -4
  64. package/dist-types/commands/CreateDedicatedIpPoolCommand.d.ts +6 -4
  65. package/dist-types/commands/CreateDeliverabilityTestReportCommand.d.ts +6 -4
  66. package/dist-types/commands/CreateEmailIdentityCommand.d.ts +6 -4
  67. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +6 -4
  68. package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +6 -4
  69. package/dist-types/commands/DeleteDedicatedIpPoolCommand.d.ts +6 -4
  70. package/dist-types/commands/DeleteEmailIdentityCommand.d.ts +6 -4
  71. package/dist-types/commands/GetAccountCommand.d.ts +6 -4
  72. package/dist-types/commands/GetBlacklistReportsCommand.d.ts +6 -4
  73. package/dist-types/commands/GetConfigurationSetCommand.d.ts +6 -4
  74. package/dist-types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +6 -4
  75. package/dist-types/commands/GetDedicatedIpCommand.d.ts +6 -4
  76. package/dist-types/commands/GetDedicatedIpsCommand.d.ts +6 -4
  77. package/dist-types/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +6 -4
  78. package/dist-types/commands/GetDeliverabilityTestReportCommand.d.ts +6 -4
  79. package/dist-types/commands/GetDomainDeliverabilityCampaignCommand.d.ts +6 -4
  80. package/dist-types/commands/GetDomainStatisticsReportCommand.d.ts +6 -4
  81. package/dist-types/commands/GetEmailIdentityCommand.d.ts +6 -4
  82. package/dist-types/commands/ListConfigurationSetsCommand.d.ts +6 -4
  83. package/dist-types/commands/ListDedicatedIpPoolsCommand.d.ts +6 -4
  84. package/dist-types/commands/ListDeliverabilityTestReportsCommand.d.ts +6 -4
  85. package/dist-types/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +6 -4
  86. package/dist-types/commands/ListEmailIdentitiesCommand.d.ts +6 -4
  87. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  88. package/dist-types/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +6 -4
  89. package/dist-types/commands/PutAccountSendingAttributesCommand.d.ts +6 -4
  90. package/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +6 -4
  91. package/dist-types/commands/PutConfigurationSetReputationOptionsCommand.d.ts +6 -4
  92. package/dist-types/commands/PutConfigurationSetSendingOptionsCommand.d.ts +6 -4
  93. package/dist-types/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +6 -4
  94. package/dist-types/commands/PutDedicatedIpInPoolCommand.d.ts +6 -4
  95. package/dist-types/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +6 -4
  96. package/dist-types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +6 -4
  97. package/dist-types/commands/PutEmailIdentityDkimAttributesCommand.d.ts +6 -4
  98. package/dist-types/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +6 -4
  99. package/dist-types/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +6 -4
  100. package/dist-types/commands/SendEmailCommand.d.ts +6 -4
  101. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  102. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  103. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +6 -4
  104. package/dist-types/endpoint/bdd.d.ts +1 -1
  105. package/dist-types/extensionConfiguration.d.ts +1 -1
  106. package/dist-types/models/PinpointEmailServiceException.d.ts +1 -1
  107. package/dist-types/models/errors.d.ts +1 -1
  108. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  109. package/dist-types/runtimeConfig.d.ts +2 -2
  110. package/dist-types/runtimeConfig.native.d.ts +2 -2
  111. package/dist-types/ts3.4/PinpointEmailClient.d.ts +8 -14
  112. package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +6 -4
  113. package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +6 -4
  114. package/dist-types/ts3.4/commands/CreateDedicatedIpPoolCommand.d.ts +6 -4
  115. package/dist-types/ts3.4/commands/CreateDeliverabilityTestReportCommand.d.ts +6 -4
  116. package/dist-types/ts3.4/commands/CreateEmailIdentityCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +6 -4
  119. package/dist-types/ts3.4/commands/DeleteDedicatedIpPoolCommand.d.ts +6 -4
  120. package/dist-types/ts3.4/commands/DeleteEmailIdentityCommand.d.ts +6 -4
  121. package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +6 -4
  122. package/dist-types/ts3.4/commands/GetBlacklistReportsCommand.d.ts +6 -4
  123. package/dist-types/ts3.4/commands/GetConfigurationSetCommand.d.ts +6 -4
  124. package/dist-types/ts3.4/commands/GetConfigurationSetEventDestinationsCommand.d.ts +6 -4
  125. package/dist-types/ts3.4/commands/GetDedicatedIpCommand.d.ts +6 -4
  126. package/dist-types/ts3.4/commands/GetDedicatedIpsCommand.d.ts +6 -4
  127. package/dist-types/ts3.4/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +6 -4
  128. package/dist-types/ts3.4/commands/GetDeliverabilityTestReportCommand.d.ts +6 -4
  129. package/dist-types/ts3.4/commands/GetDomainDeliverabilityCampaignCommand.d.ts +6 -4
  130. package/dist-types/ts3.4/commands/GetDomainStatisticsReportCommand.d.ts +6 -4
  131. package/dist-types/ts3.4/commands/GetEmailIdentityCommand.d.ts +6 -4
  132. package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +6 -4
  133. package/dist-types/ts3.4/commands/ListDedicatedIpPoolsCommand.d.ts +6 -4
  134. package/dist-types/ts3.4/commands/ListDeliverabilityTestReportsCommand.d.ts +6 -4
  135. package/dist-types/ts3.4/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +6 -4
  136. package/dist-types/ts3.4/commands/ListEmailIdentitiesCommand.d.ts +6 -4
  137. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  138. package/dist-types/ts3.4/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +6 -4
  139. package/dist-types/ts3.4/commands/PutAccountSendingAttributesCommand.d.ts +6 -4
  140. package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +6 -4
  141. package/dist-types/ts3.4/commands/PutConfigurationSetReputationOptionsCommand.d.ts +6 -4
  142. package/dist-types/ts3.4/commands/PutConfigurationSetSendingOptionsCommand.d.ts +6 -4
  143. package/dist-types/ts3.4/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +6 -4
  144. package/dist-types/ts3.4/commands/PutDedicatedIpInPoolCommand.d.ts +6 -4
  145. package/dist-types/ts3.4/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +6 -4
  146. package/dist-types/ts3.4/commands/PutDeliverabilityDashboardOptionCommand.d.ts +6 -4
  147. package/dist-types/ts3.4/commands/PutEmailIdentityDkimAttributesCommand.d.ts +6 -4
  148. package/dist-types/ts3.4/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +6 -4
  149. package/dist-types/ts3.4/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +6 -4
  150. package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +6 -8
  151. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  152. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  153. package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +6 -4
  154. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  155. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  156. package/dist-types/ts3.4/models/PinpointEmailServiceException.d.ts +1 -1
  157. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  158. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  159. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  160. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  161. package/package.json +13 -34
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { UpdateConfigurationSetEventDestination$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,4 +1,4 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  const k = "ref";
3
3
  const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
4
4
  const _data = {
@@ -1,5 +1,5 @@
1
1
  import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
- import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/util-endpoints";
2
+ import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/core/endpoints";
3
3
  import { bdd } from "./bdd";
4
4
  const cache = new EndpointCache({
5
5
  size: 50,
@@ -1,4 +1,4 @@
1
- import { ServiceException as __ServiceException, } from "@smithy/smithy-client";
1
+ import { ServiceException as __ServiceException, } from "@smithy/core/client";
2
2
  export { __ServiceException };
3
3
  export class PinpointEmailServiceException extends __ServiceException {
4
4
  constructor(options) {
@@ -1,13 +1,11 @@
1
1
  import packageInfo from "../package.json";
2
2
  import { Sha256 } from "@aws-crypto/sha256-browser";
3
3
  import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser";
4
- import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
4
+ import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
5
+ import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
6
+ import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/core/retry";
7
+ import { calculateBodyLength } from "@smithy/core/serde";
5
8
  import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
6
- import { invalidProvider } from "@smithy/invalid-dependency";
7
- import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
8
- import { calculateBodyLength } from "@smithy/util-body-length-browser";
9
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
10
- import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
11
9
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
12
10
  export const getRuntimeConfig = (config) => {
13
11
  const defaultsMode = resolveDefaultsModeConfig(config);
@@ -3,15 +3,11 @@ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/cor
3
3
  import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
4
4
  import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
5
5
  import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
6
- import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
7
- import { Hash } from "@smithy/hash-node";
8
- import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
9
- import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider";
6
+ import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
7
+ import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
8
+ import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
9
+ import { calculateBodyLength, Hash } from "@smithy/core/serde";
10
10
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
11
- import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
12
- import { calculateBodyLength } from "@smithy/util-body-length-node";
13
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
14
- import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
15
11
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
16
12
  export const getRuntimeConfig = (config) => {
17
13
  emitWarningIfUnsupportedVersion(process.version);
@@ -1,9 +1,8 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
3
- import { NoOpLogger } from "@smithy/smithy-client";
4
- import { parseUrl } from "@smithy/url-parser";
5
- import { fromBase64, toBase64 } from "@smithy/util-base64";
6
- import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
3
+ import { NoOpLogger } from "@smithy/core/client";
4
+ import { parseUrl } from "@smithy/core/protocols";
5
+ import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
7
6
  import { defaultPinpointEmailHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
8
7
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
9
8
  import { errorTypeRegistries } from "./schemas/schemas_0";
@@ -1,6 +1,6 @@
1
1
  import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
2
- import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
3
- import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
2
+ import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
3
+ import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
4
4
  import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
5
5
  export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
6
6
  const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
@@ -1,10 +1,10 @@
1
1
  import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
2
  import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
3
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
4
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
5
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
6
+ import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
7
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
8
8
  import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import type { CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput } from "./commands/CreateConfigurationSetCommand";
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CreateConfigurationSetRequest, CreateConfigurationSetResponse } from "../models/models_0";
4
4
  import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
@@ -22,9 +22,11 @@ export interface CreateConfigurationSetCommandInput extends CreateConfigurationS
22
22
  export interface CreateConfigurationSetCommandOutput extends CreateConfigurationSetResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateConfigurationSetCommand_base: {
25
- new (input: CreateConfigurationSetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateConfigurationSetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateConfigurationSetCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateConfigurationSetCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Create a configuration set. <i>Configuration sets</i> are groups of
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CreateConfigurationSetEventDestinationRequest, CreateConfigurationSetEventDestinationResponse } from "../models/models_0";
4
4
  import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
@@ -22,9 +22,11 @@ export interface CreateConfigurationSetEventDestinationCommandInput extends Crea
22
22
  export interface CreateConfigurationSetEventDestinationCommandOutput extends CreateConfigurationSetEventDestinationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateConfigurationSetEventDestinationCommand_base: {
25
- new (input: CreateConfigurationSetEventDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConfigurationSetEventDestinationCommandInput, CreateConfigurationSetEventDestinationCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateConfigurationSetEventDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConfigurationSetEventDestinationCommandInput, CreateConfigurationSetEventDestinationCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateConfigurationSetEventDestinationCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationSetEventDestinationCommandInput, CreateConfigurationSetEventDestinationCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateConfigurationSetEventDestinationCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationSetEventDestinationCommandInput, CreateConfigurationSetEventDestinationCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Create an event destination. In Amazon Pinpoint, <i>events</i> include message
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CreateDedicatedIpPoolRequest, CreateDedicatedIpPoolResponse } from "../models/models_0";
4
4
  import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
@@ -22,9 +22,11 @@ export interface CreateDedicatedIpPoolCommandInput extends CreateDedicatedIpPool
22
22
  export interface CreateDedicatedIpPoolCommandOutput extends CreateDedicatedIpPoolResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateDedicatedIpPoolCommand_base: {
25
- new (input: CreateDedicatedIpPoolCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDedicatedIpPoolCommandInput, CreateDedicatedIpPoolCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateDedicatedIpPoolCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDedicatedIpPoolCommandInput, CreateDedicatedIpPoolCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateDedicatedIpPoolCommandInput): import("@smithy/core/client").CommandImpl<CreateDedicatedIpPoolCommandInput, CreateDedicatedIpPoolCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateDedicatedIpPoolCommandInput): import("@smithy/core/client").CommandImpl<CreateDedicatedIpPoolCommandInput, CreateDedicatedIpPoolCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Create a new pool of dedicated IP addresses. A pool can include one or more dedicated
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CreateDeliverabilityTestReportRequest, CreateDeliverabilityTestReportResponse } from "../models/models_0";
4
4
  import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
@@ -22,9 +22,11 @@ export interface CreateDeliverabilityTestReportCommandInput extends CreateDelive
22
22
  export interface CreateDeliverabilityTestReportCommandOutput extends CreateDeliverabilityTestReportResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateDeliverabilityTestReportCommand_base: {
25
- new (input: CreateDeliverabilityTestReportCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDeliverabilityTestReportCommandInput, CreateDeliverabilityTestReportCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateDeliverabilityTestReportCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDeliverabilityTestReportCommandInput, CreateDeliverabilityTestReportCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateDeliverabilityTestReportCommandInput): import("@smithy/core/client").CommandImpl<CreateDeliverabilityTestReportCommandInput, CreateDeliverabilityTestReportCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateDeliverabilityTestReportCommandInput): import("@smithy/core/client").CommandImpl<CreateDeliverabilityTestReportCommandInput, CreateDeliverabilityTestReportCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Create a new predictive inbox placement test. Predictive inbox placement tests can help you predict how your messages will be handled
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CreateEmailIdentityRequest, CreateEmailIdentityResponse } from "../models/models_0";
4
4
  import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
@@ -22,9 +22,11 @@ export interface CreateEmailIdentityCommandInput extends CreateEmailIdentityRequ
22
22
  export interface CreateEmailIdentityCommandOutput extends CreateEmailIdentityResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateEmailIdentityCommand_base: {
25
- new (input: CreateEmailIdentityCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEmailIdentityCommandInput, CreateEmailIdentityCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateEmailIdentityCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEmailIdentityCommandInput, CreateEmailIdentityCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateEmailIdentityCommandInput): import("@smithy/core/client").CommandImpl<CreateEmailIdentityCommandInput, CreateEmailIdentityCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateEmailIdentityCommandInput): import("@smithy/core/client").CommandImpl<CreateEmailIdentityCommandInput, CreateEmailIdentityCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Verifies an email identity for use with Amazon Pinpoint. In Amazon Pinpoint, an identity is an email
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DeleteConfigurationSetRequest, DeleteConfigurationSetResponse } from "../models/models_0";
4
4
  import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
@@ -22,9 +22,11 @@ export interface DeleteConfigurationSetCommandInput extends DeleteConfigurationS
22
22
  export interface DeleteConfigurationSetCommandOutput extends DeleteConfigurationSetResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteConfigurationSetCommand_base: {
25
- new (input: DeleteConfigurationSetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConfigurationSetCommandInput, DeleteConfigurationSetCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteConfigurationSetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConfigurationSetCommandInput, DeleteConfigurationSetCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteConfigurationSetCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationSetCommandInput, DeleteConfigurationSetCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteConfigurationSetCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationSetCommandInput, DeleteConfigurationSetCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Delete an existing configuration set.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DeleteConfigurationSetEventDestinationRequest, DeleteConfigurationSetEventDestinationResponse } from "../models/models_0";
4
4
  import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
@@ -22,9 +22,11 @@ export interface DeleteConfigurationSetEventDestinationCommandInput extends Dele
22
22
  export interface DeleteConfigurationSetEventDestinationCommandOutput extends DeleteConfigurationSetEventDestinationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteConfigurationSetEventDestinationCommand_base: {
25
- new (input: DeleteConfigurationSetEventDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConfigurationSetEventDestinationCommandInput, DeleteConfigurationSetEventDestinationCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteConfigurationSetEventDestinationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConfigurationSetEventDestinationCommandInput, DeleteConfigurationSetEventDestinationCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteConfigurationSetEventDestinationCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationSetEventDestinationCommandInput, DeleteConfigurationSetEventDestinationCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteConfigurationSetEventDestinationCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationSetEventDestinationCommandInput, DeleteConfigurationSetEventDestinationCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Delete an event destination.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DeleteDedicatedIpPoolRequest, DeleteDedicatedIpPoolResponse } from "../models/models_0";
4
4
  import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
@@ -22,9 +22,11 @@ export interface DeleteDedicatedIpPoolCommandInput extends DeleteDedicatedIpPool
22
22
  export interface DeleteDedicatedIpPoolCommandOutput extends DeleteDedicatedIpPoolResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteDedicatedIpPoolCommand_base: {
25
- new (input: DeleteDedicatedIpPoolCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDedicatedIpPoolCommandInput, DeleteDedicatedIpPoolCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteDedicatedIpPoolCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDedicatedIpPoolCommandInput, DeleteDedicatedIpPoolCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteDedicatedIpPoolCommandInput): import("@smithy/core/client").CommandImpl<DeleteDedicatedIpPoolCommandInput, DeleteDedicatedIpPoolCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteDedicatedIpPoolCommandInput): import("@smithy/core/client").CommandImpl<DeleteDedicatedIpPoolCommandInput, DeleteDedicatedIpPoolCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Delete a dedicated IP pool.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DeleteEmailIdentityRequest, DeleteEmailIdentityResponse } from "../models/models_0";
4
4
  import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
@@ -22,9 +22,11 @@ export interface DeleteEmailIdentityCommandInput extends DeleteEmailIdentityRequ
22
22
  export interface DeleteEmailIdentityCommandOutput extends DeleteEmailIdentityResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteEmailIdentityCommand_base: {
25
- new (input: DeleteEmailIdentityCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEmailIdentityCommandInput, DeleteEmailIdentityCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteEmailIdentityCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEmailIdentityCommandInput, DeleteEmailIdentityCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteEmailIdentityCommandInput): import("@smithy/core/client").CommandImpl<DeleteEmailIdentityCommandInput, DeleteEmailIdentityCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteEmailIdentityCommandInput): import("@smithy/core/client").CommandImpl<DeleteEmailIdentityCommandInput, DeleteEmailIdentityCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes an email identity that you previously verified for use with Amazon Pinpoint. An identity
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetAccountRequest, GetAccountResponse } from "../models/models_0";
4
4
  import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
@@ -22,9 +22,11 @@ export interface GetAccountCommandInput extends GetAccountRequest {
22
22
  export interface GetAccountCommandOutput extends GetAccountResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetAccountCommand_base: {
25
- new (input: GetAccountCommandInput): import("@smithy/smithy-client").CommandImpl<GetAccountCommandInput, GetAccountCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetAccountCommandInput]): import("@smithy/smithy-client").CommandImpl<GetAccountCommandInput, GetAccountCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetAccountCommandInput): import("@smithy/core/client").CommandImpl<GetAccountCommandInput, GetAccountCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [GetAccountCommandInput]): import("@smithy/core/client").CommandImpl<GetAccountCommandInput, GetAccountCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Obtain information about the email-sending status and capabilities of your Amazon Pinpoint
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetBlacklistReportsRequest, GetBlacklistReportsResponse } from "../models/models_0";
4
4
  import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
@@ -22,9 +22,11 @@ export interface GetBlacklistReportsCommandInput extends GetBlacklistReportsRequ
22
22
  export interface GetBlacklistReportsCommandOutput extends GetBlacklistReportsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetBlacklistReportsCommand_base: {
25
- new (input: GetBlacklistReportsCommandInput): import("@smithy/smithy-client").CommandImpl<GetBlacklistReportsCommandInput, GetBlacklistReportsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetBlacklistReportsCommandInput): import("@smithy/smithy-client").CommandImpl<GetBlacklistReportsCommandInput, GetBlacklistReportsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetBlacklistReportsCommandInput): import("@smithy/core/client").CommandImpl<GetBlacklistReportsCommandInput, GetBlacklistReportsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetBlacklistReportsCommandInput): import("@smithy/core/client").CommandImpl<GetBlacklistReportsCommandInput, GetBlacklistReportsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieve a list of the blacklists that your dedicated IP addresses appear on.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetConfigurationSetRequest, GetConfigurationSetResponse } from "../models/models_0";
4
4
  import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
@@ -22,9 +22,11 @@ export interface GetConfigurationSetCommandInput extends GetConfigurationSetRequ
22
22
  export interface GetConfigurationSetCommandOutput extends GetConfigurationSetResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetConfigurationSetCommand_base: {
25
- new (input: GetConfigurationSetCommandInput): import("@smithy/smithy-client").CommandImpl<GetConfigurationSetCommandInput, GetConfigurationSetCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetConfigurationSetCommandInput): import("@smithy/smithy-client").CommandImpl<GetConfigurationSetCommandInput, GetConfigurationSetCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetConfigurationSetCommandInput): import("@smithy/core/client").CommandImpl<GetConfigurationSetCommandInput, GetConfigurationSetCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetConfigurationSetCommandInput): import("@smithy/core/client").CommandImpl<GetConfigurationSetCommandInput, GetConfigurationSetCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Get information about an existing configuration set, including the dedicated IP pool
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetConfigurationSetEventDestinationsRequest, GetConfigurationSetEventDestinationsResponse } from "../models/models_0";
4
4
  import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
@@ -22,9 +22,11 @@ export interface GetConfigurationSetEventDestinationsCommandInput extends GetCon
22
22
  export interface GetConfigurationSetEventDestinationsCommandOutput extends GetConfigurationSetEventDestinationsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetConfigurationSetEventDestinationsCommand_base: {
25
- new (input: GetConfigurationSetEventDestinationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetConfigurationSetEventDestinationsCommandInput, GetConfigurationSetEventDestinationsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetConfigurationSetEventDestinationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetConfigurationSetEventDestinationsCommandInput, GetConfigurationSetEventDestinationsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieve a list of event destinations that are associated with a configuration
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetDedicatedIpRequest, GetDedicatedIpResponse } from "../models/models_0";
4
4
  import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
@@ -22,9 +22,11 @@ export interface GetDedicatedIpCommandInput extends GetDedicatedIpRequest {
22
22
  export interface GetDedicatedIpCommandOutput extends GetDedicatedIpResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetDedicatedIpCommand_base: {
25
- new (input: GetDedicatedIpCommandInput): import("@smithy/smithy-client").CommandImpl<GetDedicatedIpCommandInput, GetDedicatedIpCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetDedicatedIpCommandInput): import("@smithy/smithy-client").CommandImpl<GetDedicatedIpCommandInput, GetDedicatedIpCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Get information about a dedicated IP address, including the name of the dedicated IP
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetDedicatedIpsRequest, GetDedicatedIpsResponse } from "../models/models_0";
4
4
  import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
@@ -22,9 +22,11 @@ export interface GetDedicatedIpsCommandInput extends GetDedicatedIpsRequest {
22
22
  export interface GetDedicatedIpsCommandOutput extends GetDedicatedIpsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetDedicatedIpsCommand_base: {
25
- new (input: GetDedicatedIpsCommandInput): import("@smithy/smithy-client").CommandImpl<GetDedicatedIpsCommandInput, GetDedicatedIpsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetDedicatedIpsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetDedicatedIpsCommandInput, GetDedicatedIpsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>List the dedicated IP addresses that are associated with your Amazon Pinpoint
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetDeliverabilityDashboardOptionsRequest, GetDeliverabilityDashboardOptionsResponse } from "../models/models_0";
4
4
  import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
@@ -22,9 +22,11 @@ export interface GetDeliverabilityDashboardOptionsCommandInput extends GetDelive
22
22
  export interface GetDeliverabilityDashboardOptionsCommandOutput extends GetDeliverabilityDashboardOptionsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetDeliverabilityDashboardOptionsCommand_base: {
25
- new (input: GetDeliverabilityDashboardOptionsCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeliverabilityDashboardOptionsCommandInput, GetDeliverabilityDashboardOptionsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetDeliverabilityDashboardOptionsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetDeliverabilityDashboardOptionsCommandInput, GetDeliverabilityDashboardOptionsCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieve information about the status of the Deliverability dashboard for your Amazon Pinpoint account.
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetDeliverabilityTestReportRequest, GetDeliverabilityTestReportResponse } from "../models/models_0";
4
4
  import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
@@ -22,9 +22,11 @@ export interface GetDeliverabilityTestReportCommandInput extends GetDeliverabili
22
22
  export interface GetDeliverabilityTestReportCommandOutput extends GetDeliverabilityTestReportResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetDeliverabilityTestReportCommand_base: {
25
- new (input: GetDeliverabilityTestReportCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeliverabilityTestReportCommandInput, GetDeliverabilityTestReportCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetDeliverabilityTestReportCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeliverabilityTestReportCommandInput, GetDeliverabilityTestReportCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieve the results of a predictive inbox placement test.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetDomainDeliverabilityCampaignRequest, GetDomainDeliverabilityCampaignResponse } from "../models/models_0";
4
4
  import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
@@ -22,9 +22,11 @@ export interface GetDomainDeliverabilityCampaignCommandInput extends GetDomainDe
22
22
  export interface GetDomainDeliverabilityCampaignCommandOutput extends GetDomainDeliverabilityCampaignResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetDomainDeliverabilityCampaignCommand_base: {
25
- new (input: GetDomainDeliverabilityCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainDeliverabilityCampaignCommandInput, GetDomainDeliverabilityCampaignCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetDomainDeliverabilityCampaignCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainDeliverabilityCampaignCommandInput, GetDomainDeliverabilityCampaignCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieve all the deliverability data for a specific campaign. This data is available
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetDomainStatisticsReportRequest, GetDomainStatisticsReportResponse } from "../models/models_0";
4
4
  import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
@@ -22,9 +22,11 @@ export interface GetDomainStatisticsReportCommandInput extends GetDomainStatisti
22
22
  export interface GetDomainStatisticsReportCommandOutput extends GetDomainStatisticsReportResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetDomainStatisticsReportCommand_base: {
25
- new (input: GetDomainStatisticsReportCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainStatisticsReportCommandInput, GetDomainStatisticsReportCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetDomainStatisticsReportCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainStatisticsReportCommandInput, GetDomainStatisticsReportCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieve inbox placement and engagement rates for the domains that you use to send
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetEmailIdentityRequest, GetEmailIdentityResponse } from "../models/models_0";
4
4
  import type { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient";
@@ -22,9 +22,11 @@ export interface GetEmailIdentityCommandInput extends GetEmailIdentityRequest {
22
22
  export interface GetEmailIdentityCommandOutput extends GetEmailIdentityResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetEmailIdentityCommand_base: {
25
- new (input: GetEmailIdentityCommandInput): import("@smithy/smithy-client").CommandImpl<GetEmailIdentityCommandInput, GetEmailIdentityCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetEmailIdentityCommandInput): import("@smithy/smithy-client").CommandImpl<GetEmailIdentityCommandInput, GetEmailIdentityCommandOutput, PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Provides information about a specific identity associated with your Amazon Pinpoint account,