@aws-sdk/client-partnercentral-selling 3.1045.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/PartnerCentralSellingServiceException.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/PartnerCentralSelling.js +1 -1
  10. package/dist-es/PartnerCentralSellingClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/AcceptEngagementInvitationCommand.js +2 -2
  13. package/dist-es/commands/AssignOpportunityCommand.js +2 -2
  14. package/dist-es/commands/AssociateOpportunityCommand.js +2 -2
  15. package/dist-es/commands/CreateEngagementCommand.js +2 -2
  16. package/dist-es/commands/CreateEngagementContextCommand.js +2 -2
  17. package/dist-es/commands/CreateEngagementInvitationCommand.js +2 -2
  18. package/dist-es/commands/CreateOpportunityCommand.js +2 -2
  19. package/dist-es/commands/CreateResourceSnapshotCommand.js +2 -2
  20. package/dist-es/commands/CreateResourceSnapshotJobCommand.js +2 -2
  21. package/dist-es/commands/DeleteResourceSnapshotJobCommand.js +2 -2
  22. package/dist-es/commands/DisassociateOpportunityCommand.js +2 -2
  23. package/dist-es/commands/GetAwsOpportunitySummaryCommand.js +2 -2
  24. package/dist-es/commands/GetEngagementCommand.js +2 -2
  25. package/dist-es/commands/GetEngagementInvitationCommand.js +2 -2
  26. package/dist-es/commands/GetOpportunityCommand.js +2 -2
  27. package/dist-es/commands/GetResourceSnapshotCommand.js +2 -2
  28. package/dist-es/commands/GetResourceSnapshotJobCommand.js +2 -2
  29. package/dist-es/commands/GetSellingSystemSettingsCommand.js +2 -2
  30. package/dist-es/commands/ListEngagementByAcceptingInvitationTasksCommand.js +2 -2
  31. package/dist-es/commands/ListEngagementFromOpportunityTasksCommand.js +2 -2
  32. package/dist-es/commands/ListEngagementInvitationsCommand.js +2 -2
  33. package/dist-es/commands/ListEngagementMembersCommand.js +2 -2
  34. package/dist-es/commands/ListEngagementResourceAssociationsCommand.js +2 -2
  35. package/dist-es/commands/ListEngagementsCommand.js +2 -2
  36. package/dist-es/commands/ListOpportunitiesCommand.js +2 -2
  37. package/dist-es/commands/ListOpportunityFromEngagementTasksCommand.js +2 -2
  38. package/dist-es/commands/ListResourceSnapshotJobsCommand.js +2 -2
  39. package/dist-es/commands/ListResourceSnapshotsCommand.js +2 -2
  40. package/dist-es/commands/ListSolutionsCommand.js +2 -2
  41. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  42. package/dist-es/commands/PutSellingSystemSettingsCommand.js +2 -2
  43. package/dist-es/commands/RejectEngagementInvitationCommand.js +2 -2
  44. package/dist-es/commands/StartEngagementByAcceptingInvitationTaskCommand.js +2 -2
  45. package/dist-es/commands/StartEngagementFromOpportunityTaskCommand.js +2 -2
  46. package/dist-es/commands/StartOpportunityFromEngagementTaskCommand.js +2 -2
  47. package/dist-es/commands/StartResourceSnapshotJobCommand.js +2 -2
  48. package/dist-es/commands/StopResourceSnapshotJobCommand.js +2 -2
  49. package/dist-es/commands/SubmitOpportunityCommand.js +2 -2
  50. package/dist-es/commands/TagResourceCommand.js +2 -2
  51. package/dist-es/commands/UntagResourceCommand.js +2 -2
  52. package/dist-es/commands/UpdateEngagementContextCommand.js +2 -2
  53. package/dist-es/commands/UpdateOpportunityCommand.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/PartnerCentralSellingServiceException.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/PartnerCentralSellingClient.d.ts +5 -5
  62. package/dist-types/commands/AcceptEngagementInvitationCommand.d.ts +6 -4
  63. package/dist-types/commands/AssignOpportunityCommand.d.ts +6 -4
  64. package/dist-types/commands/AssociateOpportunityCommand.d.ts +6 -4
  65. package/dist-types/commands/CreateEngagementCommand.d.ts +6 -4
  66. package/dist-types/commands/CreateEngagementContextCommand.d.ts +6 -4
  67. package/dist-types/commands/CreateEngagementInvitationCommand.d.ts +6 -4
  68. package/dist-types/commands/CreateOpportunityCommand.d.ts +6 -4
  69. package/dist-types/commands/CreateResourceSnapshotCommand.d.ts +6 -4
  70. package/dist-types/commands/CreateResourceSnapshotJobCommand.d.ts +6 -4
  71. package/dist-types/commands/DeleteResourceSnapshotJobCommand.d.ts +6 -4
  72. package/dist-types/commands/DisassociateOpportunityCommand.d.ts +6 -4
  73. package/dist-types/commands/GetAwsOpportunitySummaryCommand.d.ts +6 -4
  74. package/dist-types/commands/GetEngagementCommand.d.ts +6 -4
  75. package/dist-types/commands/GetEngagementInvitationCommand.d.ts +6 -4
  76. package/dist-types/commands/GetOpportunityCommand.d.ts +6 -4
  77. package/dist-types/commands/GetResourceSnapshotCommand.d.ts +6 -4
  78. package/dist-types/commands/GetResourceSnapshotJobCommand.d.ts +6 -4
  79. package/dist-types/commands/GetSellingSystemSettingsCommand.d.ts +6 -4
  80. package/dist-types/commands/ListEngagementByAcceptingInvitationTasksCommand.d.ts +6 -4
  81. package/dist-types/commands/ListEngagementFromOpportunityTasksCommand.d.ts +6 -4
  82. package/dist-types/commands/ListEngagementInvitationsCommand.d.ts +6 -4
  83. package/dist-types/commands/ListEngagementMembersCommand.d.ts +6 -4
  84. package/dist-types/commands/ListEngagementResourceAssociationsCommand.d.ts +6 -4
  85. package/dist-types/commands/ListEngagementsCommand.d.ts +6 -4
  86. package/dist-types/commands/ListOpportunitiesCommand.d.ts +6 -4
  87. package/dist-types/commands/ListOpportunityFromEngagementTasksCommand.d.ts +6 -4
  88. package/dist-types/commands/ListResourceSnapshotJobsCommand.d.ts +6 -4
  89. package/dist-types/commands/ListResourceSnapshotsCommand.d.ts +6 -4
  90. package/dist-types/commands/ListSolutionsCommand.d.ts +6 -4
  91. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  92. package/dist-types/commands/PutSellingSystemSettingsCommand.d.ts +6 -4
  93. package/dist-types/commands/RejectEngagementInvitationCommand.d.ts +6 -4
  94. package/dist-types/commands/StartEngagementByAcceptingInvitationTaskCommand.d.ts +6 -4
  95. package/dist-types/commands/StartEngagementFromOpportunityTaskCommand.d.ts +6 -4
  96. package/dist-types/commands/StartOpportunityFromEngagementTaskCommand.d.ts +6 -4
  97. package/dist-types/commands/StartResourceSnapshotJobCommand.d.ts +6 -4
  98. package/dist-types/commands/StopResourceSnapshotJobCommand.d.ts +6 -4
  99. package/dist-types/commands/SubmitOpportunityCommand.d.ts +6 -4
  100. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  101. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  102. package/dist-types/commands/UpdateEngagementContextCommand.d.ts +6 -4
  103. package/dist-types/commands/UpdateOpportunityCommand.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/PartnerCentralSellingServiceException.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/PartnerCentralSellingClient.d.ts +8 -14
  112. package/dist-types/ts3.4/commands/AcceptEngagementInvitationCommand.d.ts +6 -4
  113. package/dist-types/ts3.4/commands/AssignOpportunityCommand.d.ts +6 -4
  114. package/dist-types/ts3.4/commands/AssociateOpportunityCommand.d.ts +6 -4
  115. package/dist-types/ts3.4/commands/CreateEngagementCommand.d.ts +6 -4
  116. package/dist-types/ts3.4/commands/CreateEngagementContextCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/CreateEngagementInvitationCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/CreateOpportunityCommand.d.ts +6 -4
  119. package/dist-types/ts3.4/commands/CreateResourceSnapshotCommand.d.ts +6 -4
  120. package/dist-types/ts3.4/commands/CreateResourceSnapshotJobCommand.d.ts +6 -4
  121. package/dist-types/ts3.4/commands/DeleteResourceSnapshotJobCommand.d.ts +6 -4
  122. package/dist-types/ts3.4/commands/DisassociateOpportunityCommand.d.ts +6 -4
  123. package/dist-types/ts3.4/commands/GetAwsOpportunitySummaryCommand.d.ts +6 -4
  124. package/dist-types/ts3.4/commands/GetEngagementCommand.d.ts +6 -4
  125. package/dist-types/ts3.4/commands/GetEngagementInvitationCommand.d.ts +6 -4
  126. package/dist-types/ts3.4/commands/GetOpportunityCommand.d.ts +6 -4
  127. package/dist-types/ts3.4/commands/GetResourceSnapshotCommand.d.ts +6 -4
  128. package/dist-types/ts3.4/commands/GetResourceSnapshotJobCommand.d.ts +6 -4
  129. package/dist-types/ts3.4/commands/GetSellingSystemSettingsCommand.d.ts +6 -4
  130. package/dist-types/ts3.4/commands/ListEngagementByAcceptingInvitationTasksCommand.d.ts +6 -4
  131. package/dist-types/ts3.4/commands/ListEngagementFromOpportunityTasksCommand.d.ts +6 -4
  132. package/dist-types/ts3.4/commands/ListEngagementInvitationsCommand.d.ts +6 -4
  133. package/dist-types/ts3.4/commands/ListEngagementMembersCommand.d.ts +6 -4
  134. package/dist-types/ts3.4/commands/ListEngagementResourceAssociationsCommand.d.ts +6 -4
  135. package/dist-types/ts3.4/commands/ListEngagementsCommand.d.ts +6 -4
  136. package/dist-types/ts3.4/commands/ListOpportunitiesCommand.d.ts +6 -4
  137. package/dist-types/ts3.4/commands/ListOpportunityFromEngagementTasksCommand.d.ts +6 -4
  138. package/dist-types/ts3.4/commands/ListResourceSnapshotJobsCommand.d.ts +6 -4
  139. package/dist-types/ts3.4/commands/ListResourceSnapshotsCommand.d.ts +6 -4
  140. package/dist-types/ts3.4/commands/ListSolutionsCommand.d.ts +6 -4
  141. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  142. package/dist-types/ts3.4/commands/PutSellingSystemSettingsCommand.d.ts +6 -4
  143. package/dist-types/ts3.4/commands/RejectEngagementInvitationCommand.d.ts +6 -4
  144. package/dist-types/ts3.4/commands/StartEngagementByAcceptingInvitationTaskCommand.d.ts +6 -4
  145. package/dist-types/ts3.4/commands/StartEngagementFromOpportunityTaskCommand.d.ts +6 -4
  146. package/dist-types/ts3.4/commands/StartOpportunityFromEngagementTaskCommand.d.ts +6 -4
  147. package/dist-types/ts3.4/commands/StartResourceSnapshotJobCommand.d.ts +6 -4
  148. package/dist-types/ts3.4/commands/StopResourceSnapshotJobCommand.d.ts +6 -4
  149. package/dist-types/ts3.4/commands/SubmitOpportunityCommand.d.ts +6 -4
  150. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  151. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  152. package/dist-types/ts3.4/commands/UpdateEngagementContextCommand.d.ts +6 -4
  153. package/dist-types/ts3.4/commands/UpdateOpportunityCommand.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/PartnerCentralSellingServiceException.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 { UpdateOpportunity$ } 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 a = "isSet", b = { "ref": "Endpoint" }, c = [{ "ref": "Region" }];
3
3
  const _data = {
4
4
  conditions: [
@@ -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 PartnerCentralSellingServiceException 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 { AwsJson1_0Protocol } 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 { defaultPartnerCentralSellingHttpAuthSchemeProvider } 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 { AcceptEngagementInvitationCommandInput, AcceptEngagementInvitationCommandOutput } from "./commands/AcceptEngagementInvitationCommand";
@@ -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 { AcceptEngagementInvitationRequest } from "../models/models_0";
4
4
  import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
@@ -22,9 +22,11 @@ export interface AcceptEngagementInvitationCommandInput extends AcceptEngagement
22
22
  export interface AcceptEngagementInvitationCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const AcceptEngagementInvitationCommand_base: {
25
- new (input: AcceptEngagementInvitationCommandInput): import("@smithy/smithy-client").CommandImpl<AcceptEngagementInvitationCommandInput, AcceptEngagementInvitationCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AcceptEngagementInvitationCommandInput): import("@smithy/smithy-client").CommandImpl<AcceptEngagementInvitationCommandInput, AcceptEngagementInvitationCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: AcceptEngagementInvitationCommandInput): import("@smithy/core/client").CommandImpl<AcceptEngagementInvitationCommandInput, AcceptEngagementInvitationCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AcceptEngagementInvitationCommandInput): import("@smithy/core/client").CommandImpl<AcceptEngagementInvitationCommandInput, AcceptEngagementInvitationCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Use the <code>AcceptEngagementInvitation</code> action to accept an engagement invitation shared by AWS. Accepting the invitation indicates your willingness to participate in the engagement, granting you access to all engagement-related data.</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 { AssignOpportunityRequest } from "../models/models_0";
4
4
  import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
@@ -22,9 +22,11 @@ export interface AssignOpportunityCommandInput extends AssignOpportunityRequest
22
22
  export interface AssignOpportunityCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const AssignOpportunityCommand_base: {
25
- new (input: AssignOpportunityCommandInput): import("@smithy/smithy-client").CommandImpl<AssignOpportunityCommandInput, AssignOpportunityCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AssignOpportunityCommandInput): import("@smithy/smithy-client").CommandImpl<AssignOpportunityCommandInput, AssignOpportunityCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: AssignOpportunityCommandInput): import("@smithy/core/client").CommandImpl<AssignOpportunityCommandInput, AssignOpportunityCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AssignOpportunityCommandInput): import("@smithy/core/client").CommandImpl<AssignOpportunityCommandInput, AssignOpportunityCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Enables you to reassign an existing <code>Opportunity</code> to another user within your Partner Central account. The specified user receives the opportunity, and it appears on their Partner Central dashboard, allowing them to take necessary actions or proceed with the opportunity.</p> <p>This is useful for distributing opportunities to the appropriate team members or departments within your organization, ensuring that each opportunity is handled by the right person. By default, the opportunity owner is the one who creates it. Currently, there's no API to enumerate the list of available users.</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 { AssociateOpportunityRequest } from "../models/models_0";
4
4
  import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
@@ -22,9 +22,11 @@ export interface AssociateOpportunityCommandInput extends AssociateOpportunityRe
22
22
  export interface AssociateOpportunityCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const AssociateOpportunityCommand_base: {
25
- new (input: AssociateOpportunityCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateOpportunityCommandInput, AssociateOpportunityCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AssociateOpportunityCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateOpportunityCommandInput, AssociateOpportunityCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: AssociateOpportunityCommandInput): import("@smithy/core/client").CommandImpl<AssociateOpportunityCommandInput, AssociateOpportunityCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AssociateOpportunityCommandInput): import("@smithy/core/client").CommandImpl<AssociateOpportunityCommandInput, AssociateOpportunityCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Enables you to create a formal association between an <code>Opportunity</code> and various related entities, enriching the context and details of the opportunity for better collaboration and decision making. You can associate an opportunity with the following entity types:</p> <ul> <li> <p>Partner Solution: A software product or consulting practice created and delivered by Partners. Partner Solutions help customers address business challenges using Amazon Web Services services.</p> </li> <li> <p>Amazon Web Services Products: Amazon Web Services offers many products and services that provide scalable, reliable, and cost-effective infrastructure solutions. For the latest list of Amazon Web Services products, see <a href="https://github.com/aws-samples/partner-crm-integration-samples/blob/main/resources/aws_products.json">Amazon Web Services products</a>.</p> </li> <li> <p>Amazon Web Services Marketplace private offer: Allows Amazon Web Services Marketplace sellers to extend custom pricing and terms to individual Amazon Web Services customers. Sellers can negotiate custom prices, payment schedules, and end user license terms through private offers, enabling Amazon Web Services customers to acquire software solutions tailored to their specific needs. For more information, see <a href="https://docs.aws.amazon.com/marketplace/latest/buyerguide/buyer-private-offers.html">Private offers in Amazon Web Services Marketplace</a>.</p> </li> </ul> <p>To obtain identifiers for these entities, use the following methods:</p> <ul> <li> <p>Solution: Use the <code>ListSolutions</code> operation.</p> </li> <li> <p>AWS Products: For the latest list of Amazon Web Services products, see <a href="https://github.com/aws-samples/partner-crm-integration-samples/blob/main/resources/aws_products.json">Amazon Web Services products</a>.</p> </li> <li> <p>Amazon Web Services Marketplace private offer: Use the <a href="https://docs.aws.amazon.com/marketplace/latest/APIReference/catalog-apis.html">Using the Amazon Web Services Marketplace Catalog API</a> to list entities. Specifically, use the <code>ListEntities</code> operation to retrieve a list of private offers. The request returns the details of available private offers. For more information, see <a href="https://docs.aws.amazon.com/marketplace-catalog/latest/api-reference/API_ListEntities.html">ListEntities</a>.</p> </li> </ul>
@@ -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 { CreateEngagementRequest, CreateEngagementResponse } from "../models/models_0";
4
4
  import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
@@ -22,9 +22,11 @@ export interface CreateEngagementCommandInput extends CreateEngagementRequest {
22
22
  export interface CreateEngagementCommandOutput extends CreateEngagementResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateEngagementCommand_base: {
25
- new (input: CreateEngagementCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEngagementCommandInput, CreateEngagementCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateEngagementCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEngagementCommandInput, CreateEngagementCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateEngagementCommandInput): import("@smithy/core/client").CommandImpl<CreateEngagementCommandInput, CreateEngagementCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateEngagementCommandInput): import("@smithy/core/client").CommandImpl<CreateEngagementCommandInput, CreateEngagementCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>The <code>CreateEngagement</code> action allows you to create an <code>Engagement</code>, which serves as a collaborative space between different parties such as AWS Partners and AWS Sellers. This action automatically adds the caller's AWS account as an active member of the newly created <code>Engagement</code>.</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 { CreateEngagementContextRequest, CreateEngagementContextResponse } from "../models/models_0";
4
4
  import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
@@ -22,9 +22,11 @@ export interface CreateEngagementContextCommandInput extends CreateEngagementCon
22
22
  export interface CreateEngagementContextCommandOutput extends CreateEngagementContextResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateEngagementContextCommand_base: {
25
- new (input: CreateEngagementContextCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEngagementContextCommandInput, CreateEngagementContextCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateEngagementContextCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEngagementContextCommandInput, CreateEngagementContextCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateEngagementContextCommandInput): import("@smithy/core/client").CommandImpl<CreateEngagementContextCommandInput, CreateEngagementContextCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateEngagementContextCommandInput): import("@smithy/core/client").CommandImpl<CreateEngagementContextCommandInput, CreateEngagementContextCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a new context within an existing engagement. This action allows you to add contextual information such as customer projects or documents to an engagement, providing additional details that help facilitate collaboration between engagement members.</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 { CreateEngagementInvitationRequest, CreateEngagementInvitationResponse } from "../models/models_0";
4
4
  import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
@@ -22,9 +22,11 @@ export interface CreateEngagementInvitationCommandInput extends CreateEngagement
22
22
  export interface CreateEngagementInvitationCommandOutput extends CreateEngagementInvitationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateEngagementInvitationCommand_base: {
25
- new (input: CreateEngagementInvitationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEngagementInvitationCommandInput, CreateEngagementInvitationCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateEngagementInvitationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEngagementInvitationCommandInput, CreateEngagementInvitationCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateEngagementInvitationCommandInput): import("@smithy/core/client").CommandImpl<CreateEngagementInvitationCommandInput, CreateEngagementInvitationCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateEngagementInvitationCommandInput): import("@smithy/core/client").CommandImpl<CreateEngagementInvitationCommandInput, CreateEngagementInvitationCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> This action creates an invitation from a sender to a single receiver to join an engagement. </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 { CreateOpportunityRequest, CreateOpportunityResponse } from "../models/models_0";
4
4
  import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
@@ -22,9 +22,11 @@ export interface CreateOpportunityCommandInput extends CreateOpportunityRequest
22
22
  export interface CreateOpportunityCommandOutput extends CreateOpportunityResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateOpportunityCommand_base: {
25
- new (input: CreateOpportunityCommandInput): import("@smithy/smithy-client").CommandImpl<CreateOpportunityCommandInput, CreateOpportunityCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateOpportunityCommandInput): import("@smithy/smithy-client").CommandImpl<CreateOpportunityCommandInput, CreateOpportunityCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateOpportunityCommandInput): import("@smithy/core/client").CommandImpl<CreateOpportunityCommandInput, CreateOpportunityCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateOpportunityCommandInput): import("@smithy/core/client").CommandImpl<CreateOpportunityCommandInput, CreateOpportunityCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates an <code>Opportunity</code> record in Partner Central. Use this operation to create a potential business opportunity for submission to Amazon Web Services. Creating an opportunity sets <code>Lifecycle.ReviewStatus</code> to <code>Pending Submission</code>.</p> <p>To submit an opportunity, follow these steps:</p> <ol> <li> <p>To create the opportunity, use <code>CreateOpportunity</code>.</p> </li> <li> <p>To associate a solution with the opportunity, use <code>AssociateOpportunity</code>.</p> </li> <li> <p>To start the engagement with AWS, use <code>StartEngagementFromOpportunity</code>.</p> </li> </ol> <p>After submission, you can't edit the opportunity until the review is complete. But opportunities in the <code>Pending Submission</code> state must have complete details. You can update the opportunity while it's in the <code>Pending Submission</code> state.</p> <p>There's a set of mandatory fields to create opportunities, but consider providing optional fields to enrich the opportunity record.</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 { CreateResourceSnapshotRequest, CreateResourceSnapshotResponse } from "../models/models_0";
4
4
  import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
@@ -22,9 +22,11 @@ export interface CreateResourceSnapshotCommandInput extends CreateResourceSnapsh
22
22
  export interface CreateResourceSnapshotCommandOutput extends CreateResourceSnapshotResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateResourceSnapshotCommand_base: {
25
- new (input: CreateResourceSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<CreateResourceSnapshotCommandInput, CreateResourceSnapshotCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateResourceSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<CreateResourceSnapshotCommandInput, CreateResourceSnapshotCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateResourceSnapshotCommandInput): import("@smithy/core/client").CommandImpl<CreateResourceSnapshotCommandInput, CreateResourceSnapshotCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateResourceSnapshotCommandInput): import("@smithy/core/client").CommandImpl<CreateResourceSnapshotCommandInput, CreateResourceSnapshotCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> This action allows you to create an immutable snapshot of a specific resource, such as an opportunity, within the context of an engagement. The snapshot captures a subset of the resource's data based on the schema defined by the provided template.</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 { CreateResourceSnapshotJobRequest, CreateResourceSnapshotJobResponse } from "../models/models_0";
4
4
  import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
@@ -22,9 +22,11 @@ export interface CreateResourceSnapshotJobCommandInput extends CreateResourceSna
22
22
  export interface CreateResourceSnapshotJobCommandOutput extends CreateResourceSnapshotJobResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateResourceSnapshotJobCommand_base: {
25
- new (input: CreateResourceSnapshotJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateResourceSnapshotJobCommandInput, CreateResourceSnapshotJobCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateResourceSnapshotJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateResourceSnapshotJobCommandInput, CreateResourceSnapshotJobCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateResourceSnapshotJobCommandInput): import("@smithy/core/client").CommandImpl<CreateResourceSnapshotJobCommandInput, CreateResourceSnapshotJobCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateResourceSnapshotJobCommandInput): import("@smithy/core/client").CommandImpl<CreateResourceSnapshotJobCommandInput, CreateResourceSnapshotJobCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Use this action to create a job to generate a snapshot of the specified resource within an engagement. It initiates an asynchronous process to create a resource snapshot. The job creates a new snapshot only if the resource state has changed, adhering to the same access control and immutability rules as direct snapshot creation.</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 { DeleteResourceSnapshotJobRequest } from "../models/models_0";
4
4
  import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
@@ -22,9 +22,11 @@ export interface DeleteResourceSnapshotJobCommandInput extends DeleteResourceSna
22
22
  export interface DeleteResourceSnapshotJobCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteResourceSnapshotJobCommand_base: {
25
- new (input: DeleteResourceSnapshotJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourceSnapshotJobCommandInput, DeleteResourceSnapshotJobCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteResourceSnapshotJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourceSnapshotJobCommandInput, DeleteResourceSnapshotJobCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteResourceSnapshotJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourceSnapshotJobCommandInput, DeleteResourceSnapshotJobCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteResourceSnapshotJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourceSnapshotJobCommandInput, DeleteResourceSnapshotJobCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Use this action to deletes a previously created resource snapshot job. The job must be in a stopped state before it can be deleted. </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 { DisassociateOpportunityRequest } from "../models/models_0";
4
4
  import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
@@ -22,9 +22,11 @@ export interface DisassociateOpportunityCommandInput extends DisassociateOpportu
22
22
  export interface DisassociateOpportunityCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DisassociateOpportunityCommand_base: {
25
- new (input: DisassociateOpportunityCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateOpportunityCommandInput, DisassociateOpportunityCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisassociateOpportunityCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateOpportunityCommandInput, DisassociateOpportunityCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DisassociateOpportunityCommandInput): import("@smithy/core/client").CommandImpl<DisassociateOpportunityCommandInput, DisassociateOpportunityCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DisassociateOpportunityCommandInput): import("@smithy/core/client").CommandImpl<DisassociateOpportunityCommandInput, DisassociateOpportunityCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Allows you to remove an existing association between an <code>Opportunity</code> and related entities, such as a Partner Solution, Amazon Web Services product, or an Amazon Web Services Marketplace offer. This operation is the counterpart to <code>AssociateOpportunity</code>, and it provides flexibility to manage associations as business needs change.</p> <p>Use this operation to update the associations of an <code>Opportunity</code> due to changes in the related entities, or if an association was made in error. Ensuring accurate associations helps maintain clarity and accuracy to track and manage business opportunities. When you replace an entity, first attach the new entity and then disassociate the one to be removed, especially if it's the last remaining entity that's required.</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 { GetAwsOpportunitySummaryRequest, GetAwsOpportunitySummaryResponse } from "../models/models_0";
4
4
  import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
@@ -22,9 +22,11 @@ export interface GetAwsOpportunitySummaryCommandInput extends GetAwsOpportunityS
22
22
  export interface GetAwsOpportunitySummaryCommandOutput extends GetAwsOpportunitySummaryResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetAwsOpportunitySummaryCommand_base: {
25
- new (input: GetAwsOpportunitySummaryCommandInput): import("@smithy/smithy-client").CommandImpl<GetAwsOpportunitySummaryCommandInput, GetAwsOpportunitySummaryCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetAwsOpportunitySummaryCommandInput): import("@smithy/smithy-client").CommandImpl<GetAwsOpportunitySummaryCommandInput, GetAwsOpportunitySummaryCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetAwsOpportunitySummaryCommandInput): import("@smithy/core/client").CommandImpl<GetAwsOpportunitySummaryCommandInput, GetAwsOpportunitySummaryCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetAwsOpportunitySummaryCommandInput): import("@smithy/core/client").CommandImpl<GetAwsOpportunitySummaryCommandInput, GetAwsOpportunitySummaryCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves a summary of an AWS Opportunity. This summary includes high-level details about the opportunity sourced from AWS, such as lifecycle information, customer details, and involvement type. It is useful for tracking updates on the AWS opportunity corresponding to an opportunity in the partner's account.</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 { GetEngagementRequest, GetEngagementResponse } from "../models/models_0";
4
4
  import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
@@ -22,9 +22,11 @@ export interface GetEngagementCommandInput extends GetEngagementRequest {
22
22
  export interface GetEngagementCommandOutput extends GetEngagementResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetEngagementCommand_base: {
25
- new (input: GetEngagementCommandInput): import("@smithy/smithy-client").CommandImpl<GetEngagementCommandInput, GetEngagementCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetEngagementCommandInput): import("@smithy/smithy-client").CommandImpl<GetEngagementCommandInput, GetEngagementCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetEngagementCommandInput): import("@smithy/core/client").CommandImpl<GetEngagementCommandInput, GetEngagementCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetEngagementCommandInput): import("@smithy/core/client").CommandImpl<GetEngagementCommandInput, GetEngagementCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Use this action to retrieve the engagement record for a given <code>EngagementIdentifier</code>.</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 { GetEngagementInvitationRequest, GetEngagementInvitationResponse } from "../models/models_0";
4
4
  import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
@@ -22,9 +22,11 @@ export interface GetEngagementInvitationCommandInput extends GetEngagementInvita
22
22
  export interface GetEngagementInvitationCommandOutput extends GetEngagementInvitationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetEngagementInvitationCommand_base: {
25
- new (input: GetEngagementInvitationCommandInput): import("@smithy/smithy-client").CommandImpl<GetEngagementInvitationCommandInput, GetEngagementInvitationCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetEngagementInvitationCommandInput): import("@smithy/smithy-client").CommandImpl<GetEngagementInvitationCommandInput, GetEngagementInvitationCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetEngagementInvitationCommandInput): import("@smithy/core/client").CommandImpl<GetEngagementInvitationCommandInput, GetEngagementInvitationCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetEngagementInvitationCommandInput): import("@smithy/core/client").CommandImpl<GetEngagementInvitationCommandInput, GetEngagementInvitationCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the details of an engagement invitation shared by AWS with a partner. The information includes aspects such as customer, project details, and lifecycle information. To connect an engagement invitation with an opportunity, match the invitation’s <code>Payload.Project.Title</code> with opportunity <code>Project.Title</code>.</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 { GetOpportunityRequest, GetOpportunityResponse } from "../models/models_0";
4
4
  import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
@@ -22,9 +22,11 @@ export interface GetOpportunityCommandInput extends GetOpportunityRequest {
22
22
  export interface GetOpportunityCommandOutput extends GetOpportunityResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetOpportunityCommand_base: {
25
- new (input: GetOpportunityCommandInput): import("@smithy/smithy-client").CommandImpl<GetOpportunityCommandInput, GetOpportunityCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetOpportunityCommandInput): import("@smithy/smithy-client").CommandImpl<GetOpportunityCommandInput, GetOpportunityCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetOpportunityCommandInput): import("@smithy/core/client").CommandImpl<GetOpportunityCommandInput, GetOpportunityCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetOpportunityCommandInput): import("@smithy/core/client").CommandImpl<GetOpportunityCommandInput, GetOpportunityCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Fetches the <code>Opportunity</code> record from Partner Central by a given <code>Identifier</code>.</p> <p>Use the <code>ListOpportunities</code> action or the event notification (from Amazon EventBridge) to obtain this identifier.</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 { GetResourceSnapshotRequest, GetResourceSnapshotResponse } from "../models/models_0";
4
4
  import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
@@ -22,9 +22,11 @@ export interface GetResourceSnapshotCommandInput extends GetResourceSnapshotRequ
22
22
  export interface GetResourceSnapshotCommandOutput extends GetResourceSnapshotResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetResourceSnapshotCommand_base: {
25
- new (input: GetResourceSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourceSnapshotCommandInput, GetResourceSnapshotCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetResourceSnapshotCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourceSnapshotCommandInput, GetResourceSnapshotCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetResourceSnapshotCommandInput): import("@smithy/core/client").CommandImpl<GetResourceSnapshotCommandInput, GetResourceSnapshotCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetResourceSnapshotCommandInput): import("@smithy/core/client").CommandImpl<GetResourceSnapshotCommandInput, GetResourceSnapshotCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Use this action to retrieve a specific snapshot record.</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 { GetResourceSnapshotJobRequest, GetResourceSnapshotJobResponse } from "../models/models_0";
4
4
  import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
@@ -22,9 +22,11 @@ export interface GetResourceSnapshotJobCommandInput extends GetResourceSnapshotJ
22
22
  export interface GetResourceSnapshotJobCommandOutput extends GetResourceSnapshotJobResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetResourceSnapshotJobCommand_base: {
25
- new (input: GetResourceSnapshotJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourceSnapshotJobCommandInput, GetResourceSnapshotJobCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetResourceSnapshotJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourceSnapshotJobCommandInput, GetResourceSnapshotJobCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetResourceSnapshotJobCommandInput): import("@smithy/core/client").CommandImpl<GetResourceSnapshotJobCommandInput, GetResourceSnapshotJobCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetResourceSnapshotJobCommandInput): import("@smithy/core/client").CommandImpl<GetResourceSnapshotJobCommandInput, GetResourceSnapshotJobCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Use this action to retrieves information about a specific resource snapshot job.</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 { GetSellingSystemSettingsRequest, GetSellingSystemSettingsResponse } from "../models/models_0";
4
4
  import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
@@ -22,9 +22,11 @@ export interface GetSellingSystemSettingsCommandInput extends GetSellingSystemSe
22
22
  export interface GetSellingSystemSettingsCommandOutput extends GetSellingSystemSettingsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetSellingSystemSettingsCommand_base: {
25
- new (input: GetSellingSystemSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetSellingSystemSettingsCommandInput, GetSellingSystemSettingsCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetSellingSystemSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetSellingSystemSettingsCommandInput, GetSellingSystemSettingsCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetSellingSystemSettingsCommandInput): import("@smithy/core/client").CommandImpl<GetSellingSystemSettingsCommandInput, GetSellingSystemSettingsCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetSellingSystemSettingsCommandInput): import("@smithy/core/client").CommandImpl<GetSellingSystemSettingsCommandInput, GetSellingSystemSettingsCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the currently set system settings, which include the IAM Role used for resource snapshot jobs.</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 { ListEngagementByAcceptingInvitationTasksRequest, ListEngagementByAcceptingInvitationTasksResponse } from "../models/models_0";
4
4
  import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
@@ -22,9 +22,11 @@ export interface ListEngagementByAcceptingInvitationTasksCommandInput extends Li
22
22
  export interface ListEngagementByAcceptingInvitationTasksCommandOutput extends ListEngagementByAcceptingInvitationTasksResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListEngagementByAcceptingInvitationTasksCommand_base: {
25
- new (input: ListEngagementByAcceptingInvitationTasksCommandInput): import("@smithy/smithy-client").CommandImpl<ListEngagementByAcceptingInvitationTasksCommandInput, ListEngagementByAcceptingInvitationTasksCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListEngagementByAcceptingInvitationTasksCommandInput): import("@smithy/smithy-client").CommandImpl<ListEngagementByAcceptingInvitationTasksCommandInput, ListEngagementByAcceptingInvitationTasksCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListEngagementByAcceptingInvitationTasksCommandInput): import("@smithy/core/client").CommandImpl<ListEngagementByAcceptingInvitationTasksCommandInput, ListEngagementByAcceptingInvitationTasksCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListEngagementByAcceptingInvitationTasksCommandInput): import("@smithy/core/client").CommandImpl<ListEngagementByAcceptingInvitationTasksCommandInput, ListEngagementByAcceptingInvitationTasksCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Lists all in-progress, completed, or failed StartEngagementByAcceptingInvitationTask tasks that were initiated by the caller's account. </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 { ListEngagementFromOpportunityTasksRequest, ListEngagementFromOpportunityTasksResponse } from "../models/models_0";
4
4
  import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
@@ -22,9 +22,11 @@ export interface ListEngagementFromOpportunityTasksCommandInput extends ListEnga
22
22
  export interface ListEngagementFromOpportunityTasksCommandOutput extends ListEngagementFromOpportunityTasksResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListEngagementFromOpportunityTasksCommand_base: {
25
- new (input: ListEngagementFromOpportunityTasksCommandInput): import("@smithy/smithy-client").CommandImpl<ListEngagementFromOpportunityTasksCommandInput, ListEngagementFromOpportunityTasksCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListEngagementFromOpportunityTasksCommandInput): import("@smithy/smithy-client").CommandImpl<ListEngagementFromOpportunityTasksCommandInput, ListEngagementFromOpportunityTasksCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListEngagementFromOpportunityTasksCommandInput): import("@smithy/core/client").CommandImpl<ListEngagementFromOpportunityTasksCommandInput, ListEngagementFromOpportunityTasksCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListEngagementFromOpportunityTasksCommandInput): import("@smithy/core/client").CommandImpl<ListEngagementFromOpportunityTasksCommandInput, ListEngagementFromOpportunityTasksCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Lists all in-progress, completed, or failed <code>EngagementFromOpportunity</code> tasks that were initiated by the caller's account. </p>