@aws-sdk/client-partnercentral-selling 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/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,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 { ListEngagementInvitationsRequest, ListEngagementInvitationsResponse } from "../models/models_0";
4
4
  import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
@@ -22,9 +22,11 @@ export interface ListEngagementInvitationsCommandInput extends ListEngagementInv
22
22
  export interface ListEngagementInvitationsCommandOutput extends ListEngagementInvitationsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListEngagementInvitationsCommand_base: {
25
- new (input: ListEngagementInvitationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEngagementInvitationsCommandInput, ListEngagementInvitationsCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListEngagementInvitationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEngagementInvitationsCommandInput, ListEngagementInvitationsCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListEngagementInvitationsCommandInput): import("@smithy/core/client").CommandImpl<ListEngagementInvitationsCommandInput, ListEngagementInvitationsCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListEngagementInvitationsCommandInput): import("@smithy/core/client").CommandImpl<ListEngagementInvitationsCommandInput, ListEngagementInvitationsCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves a list of engagement invitations sent to the partner. This allows partners to view all pending or past engagement invitations, helping them track opportunities shared by AWS.</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 { ListEngagementMembersRequest, ListEngagementMembersResponse } from "../models/models_0";
4
4
  import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
@@ -22,9 +22,11 @@ export interface ListEngagementMembersCommandInput extends ListEngagementMembers
22
22
  export interface ListEngagementMembersCommandOutput extends ListEngagementMembersResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListEngagementMembersCommand_base: {
25
- new (input: ListEngagementMembersCommandInput): import("@smithy/smithy-client").CommandImpl<ListEngagementMembersCommandInput, ListEngagementMembersCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListEngagementMembersCommandInput): import("@smithy/smithy-client").CommandImpl<ListEngagementMembersCommandInput, ListEngagementMembersCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListEngagementMembersCommandInput): import("@smithy/core/client").CommandImpl<ListEngagementMembersCommandInput, ListEngagementMembersCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListEngagementMembersCommandInput): import("@smithy/core/client").CommandImpl<ListEngagementMembersCommandInput, ListEngagementMembersCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the details of member partners in an Engagement. This operation can only be invoked by members of the Engagement. The <code>ListEngagementMembers</code> operation allows you to fetch information about the members of a specific Engagement. This action is restricted to members of the Engagement being queried. </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 { ListEngagementResourceAssociationsRequest, ListEngagementResourceAssociationsResponse } from "../models/models_0";
4
4
  import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
@@ -22,9 +22,11 @@ export interface ListEngagementResourceAssociationsCommandInput extends ListEnga
22
22
  export interface ListEngagementResourceAssociationsCommandOutput extends ListEngagementResourceAssociationsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListEngagementResourceAssociationsCommand_base: {
25
- new (input: ListEngagementResourceAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEngagementResourceAssociationsCommandInput, ListEngagementResourceAssociationsCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListEngagementResourceAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEngagementResourceAssociationsCommandInput, ListEngagementResourceAssociationsCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListEngagementResourceAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListEngagementResourceAssociationsCommandInput, ListEngagementResourceAssociationsCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListEngagementResourceAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListEngagementResourceAssociationsCommandInput, ListEngagementResourceAssociationsCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the associations between resources and engagements where the caller is a member and has at least one snapshot in the 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 { ListEngagementsRequest, ListEngagementsResponse } from "../models/models_0";
4
4
  import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
@@ -22,9 +22,11 @@ export interface ListEngagementsCommandInput extends ListEngagementsRequest {
22
22
  export interface ListEngagementsCommandOutput extends ListEngagementsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListEngagementsCommand_base: {
25
- new (input: ListEngagementsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEngagementsCommandInput, ListEngagementsCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListEngagementsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEngagementsCommandInput, ListEngagementsCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListEngagementsCommandInput): import("@smithy/core/client").CommandImpl<ListEngagementsCommandInput, ListEngagementsCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListEngagementsCommandInput): import("@smithy/core/client").CommandImpl<ListEngagementsCommandInput, ListEngagementsCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This action allows users to retrieve a list of Engagement records from Partner Central. This action can be used to manage and track various engagements across different stages of the partner selling process. </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 { ListOpportunitiesRequest, ListOpportunitiesResponse } from "../models/models_0";
4
4
  import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
@@ -22,9 +22,11 @@ export interface ListOpportunitiesCommandInput extends ListOpportunitiesRequest
22
22
  export interface ListOpportunitiesCommandOutput extends ListOpportunitiesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListOpportunitiesCommand_base: {
25
- new (input: ListOpportunitiesCommandInput): import("@smithy/smithy-client").CommandImpl<ListOpportunitiesCommandInput, ListOpportunitiesCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListOpportunitiesCommandInput): import("@smithy/smithy-client").CommandImpl<ListOpportunitiesCommandInput, ListOpportunitiesCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListOpportunitiesCommandInput): import("@smithy/core/client").CommandImpl<ListOpportunitiesCommandInput, ListOpportunitiesCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListOpportunitiesCommandInput): import("@smithy/core/client").CommandImpl<ListOpportunitiesCommandInput, ListOpportunitiesCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This request accepts a list of filters that retrieve opportunity subsets as well as sort options. This feature is available to partners from <a href="https://partnercentral.awspartner.com/">Partner Central</a> using the <code>ListOpportunities</code> API action.</p> <p>To synchronize your system with Amazon Web Services, list only the opportunities that were newly created or updated. We recommend you rely on events emitted by the service into your Amazon Web Services account’s Amazon EventBridge default event bus. You can also use the <code>ListOpportunities</code> action.</p> <p>We recommend the following approach:</p> <ol> <li> <p>Find the latest <code>LastModifiedDate</code> that you stored, and only use the values that came from Amazon Web Services. Don’t use values generated by your system.</p> </li> <li> <p>When you send a <code>ListOpportunities</code> request, submit the date in ISO 8601 format in the <code>AfterLastModifiedDate</code> filter.</p> </li> <li> <p>Amazon Web Services only returns opportunities created or updated on or after that date and time. Use <code>NextToken</code> to iterate over all pages.</p> </li> </ol>
@@ -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 { ListOpportunityFromEngagementTasksRequest, ListOpportunityFromEngagementTasksResponse } from "../models/models_0";
4
4
  import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
@@ -22,9 +22,11 @@ export interface ListOpportunityFromEngagementTasksCommandInput extends ListOppo
22
22
  export interface ListOpportunityFromEngagementTasksCommandOutput extends ListOpportunityFromEngagementTasksResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListOpportunityFromEngagementTasksCommand_base: {
25
- new (input: ListOpportunityFromEngagementTasksCommandInput): import("@smithy/smithy-client").CommandImpl<ListOpportunityFromEngagementTasksCommandInput, ListOpportunityFromEngagementTasksCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListOpportunityFromEngagementTasksCommandInput): import("@smithy/smithy-client").CommandImpl<ListOpportunityFromEngagementTasksCommandInput, ListOpportunityFromEngagementTasksCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListOpportunityFromEngagementTasksCommandInput): import("@smithy/core/client").CommandImpl<ListOpportunityFromEngagementTasksCommandInput, ListOpportunityFromEngagementTasksCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListOpportunityFromEngagementTasksCommandInput): import("@smithy/core/client").CommandImpl<ListOpportunityFromEngagementTasksCommandInput, ListOpportunityFromEngagementTasksCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all in-progress, completed, or failed opportunity creation tasks from engagements 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 { ListResourceSnapshotJobsRequest, ListResourceSnapshotJobsResponse } from "../models/models_0";
4
4
  import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
@@ -22,9 +22,11 @@ export interface ListResourceSnapshotJobsCommandInput extends ListResourceSnapsh
22
22
  export interface ListResourceSnapshotJobsCommandOutput extends ListResourceSnapshotJobsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListResourceSnapshotJobsCommand_base: {
25
- new (input: ListResourceSnapshotJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListResourceSnapshotJobsCommandInput, ListResourceSnapshotJobsCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListResourceSnapshotJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListResourceSnapshotJobsCommandInput, ListResourceSnapshotJobsCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListResourceSnapshotJobsCommandInput): import("@smithy/core/client").CommandImpl<ListResourceSnapshotJobsCommandInput, ListResourceSnapshotJobsCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListResourceSnapshotJobsCommandInput): import("@smithy/core/client").CommandImpl<ListResourceSnapshotJobsCommandInput, ListResourceSnapshotJobsCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Lists resource snapshot jobs owned by the customer. This operation supports various filtering scenarios, including listing all jobs owned by the caller, jobs for a specific engagement, jobs with a specific status, or any combination of these filters. </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 { ListResourceSnapshotsRequest, ListResourceSnapshotsResponse } from "../models/models_0";
4
4
  import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
@@ -22,9 +22,11 @@ export interface ListResourceSnapshotsCommandInput extends ListResourceSnapshots
22
22
  export interface ListResourceSnapshotsCommandOutput extends ListResourceSnapshotsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListResourceSnapshotsCommand_base: {
25
- new (input: ListResourceSnapshotsCommandInput): import("@smithy/smithy-client").CommandImpl<ListResourceSnapshotsCommandInput, ListResourceSnapshotsCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListResourceSnapshotsCommandInput): import("@smithy/smithy-client").CommandImpl<ListResourceSnapshotsCommandInput, ListResourceSnapshotsCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListResourceSnapshotsCommandInput): import("@smithy/core/client").CommandImpl<ListResourceSnapshotsCommandInput, ListResourceSnapshotsCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListResourceSnapshotsCommandInput): import("@smithy/core/client").CommandImpl<ListResourceSnapshotsCommandInput, ListResourceSnapshotsCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves a list of resource view snapshots based on specified criteria. This operation supports various use cases, including: </p> <ul> <li> <p>Fetching all snapshots associated with an engagement.</p> </li> <li> <p>Retrieving snapshots of a specific resource type within an engagement.</p> </li> <li> <p>Obtaining snapshots for a particular resource using a specified template.</p> </li> <li> <p>Accessing the latest snapshot of a resource within an engagement.</p> </li> <li> <p>Filtering snapshots by resource owner.</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 { ListSolutionsRequest, ListSolutionsResponse } from "../models/models_0";
4
4
  import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
@@ -22,9 +22,11 @@ export interface ListSolutionsCommandInput extends ListSolutionsRequest {
22
22
  export interface ListSolutionsCommandOutput extends ListSolutionsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListSolutionsCommand_base: {
25
- new (input: ListSolutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSolutionsCommandInput, ListSolutionsCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListSolutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSolutionsCommandInput, ListSolutionsCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListSolutionsCommandInput): import("@smithy/core/client").CommandImpl<ListSolutionsCommandInput, ListSolutionsCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListSolutionsCommandInput): import("@smithy/core/client").CommandImpl<ListSolutionsCommandInput, ListSolutionsCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves a list of Partner Solutions that the partner registered on Partner Central. This API is used to generate a list of solutions that an end user selects from for association with an opportunity.</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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
4
  import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
22
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of tags for a resource.</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 { PutSellingSystemSettingsRequest, PutSellingSystemSettingsResponse } from "../models/models_0";
4
4
  import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
@@ -22,9 +22,11 @@ export interface PutSellingSystemSettingsCommandInput extends PutSellingSystemSe
22
22
  export interface PutSellingSystemSettingsCommandOutput extends PutSellingSystemSettingsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const PutSellingSystemSettingsCommand_base: {
25
- new (input: PutSellingSystemSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<PutSellingSystemSettingsCommandInput, PutSellingSystemSettingsCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutSellingSystemSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<PutSellingSystemSettingsCommandInput, PutSellingSystemSettingsCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PutSellingSystemSettingsCommandInput): import("@smithy/core/client").CommandImpl<PutSellingSystemSettingsCommandInput, PutSellingSystemSettingsCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutSellingSystemSettingsCommandInput): import("@smithy/core/client").CommandImpl<PutSellingSystemSettingsCommandInput, PutSellingSystemSettingsCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates 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 { RejectEngagementInvitationRequest } from "../models/models_0";
4
4
  import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
@@ -22,9 +22,11 @@ export interface RejectEngagementInvitationCommandInput extends RejectEngagement
22
22
  export interface RejectEngagementInvitationCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const RejectEngagementInvitationCommand_base: {
25
- new (input: RejectEngagementInvitationCommandInput): import("@smithy/smithy-client").CommandImpl<RejectEngagementInvitationCommandInput, RejectEngagementInvitationCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RejectEngagementInvitationCommandInput): import("@smithy/smithy-client").CommandImpl<RejectEngagementInvitationCommandInput, RejectEngagementInvitationCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: RejectEngagementInvitationCommandInput): import("@smithy/core/client").CommandImpl<RejectEngagementInvitationCommandInput, RejectEngagementInvitationCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: RejectEngagementInvitationCommandInput): import("@smithy/core/client").CommandImpl<RejectEngagementInvitationCommandInput, RejectEngagementInvitationCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This action rejects an <code>EngagementInvitation</code> that AWS shared. Rejecting an invitation indicates that the partner doesn't want to pursue the opportunity, and all related data will become inaccessible thereafter.</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 { StartEngagementByAcceptingInvitationTaskRequest, StartEngagementByAcceptingInvitationTaskResponse } from "../models/models_0";
4
4
  import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
@@ -22,9 +22,11 @@ export interface StartEngagementByAcceptingInvitationTaskCommandInput extends St
22
22
  export interface StartEngagementByAcceptingInvitationTaskCommandOutput extends StartEngagementByAcceptingInvitationTaskResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartEngagementByAcceptingInvitationTaskCommand_base: {
25
- new (input: StartEngagementByAcceptingInvitationTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartEngagementByAcceptingInvitationTaskCommandInput, StartEngagementByAcceptingInvitationTaskCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartEngagementByAcceptingInvitationTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartEngagementByAcceptingInvitationTaskCommandInput, StartEngagementByAcceptingInvitationTaskCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartEngagementByAcceptingInvitationTaskCommandInput): import("@smithy/core/client").CommandImpl<StartEngagementByAcceptingInvitationTaskCommandInput, StartEngagementByAcceptingInvitationTaskCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartEngagementByAcceptingInvitationTaskCommandInput): import("@smithy/core/client").CommandImpl<StartEngagementByAcceptingInvitationTaskCommandInput, StartEngagementByAcceptingInvitationTaskCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This action starts the engagement by accepting an <code>EngagementInvitation</code>. The task is asynchronous and involves the following steps: accepting the invitation, creating an opportunity in the partner’s account from the AWS opportunity, and copying details for tracking. When completed, an <code>Opportunity Created</code> event is generated, indicating that the opportunity has been successfully created 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 { StartEngagementFromOpportunityTaskRequest, StartEngagementFromOpportunityTaskResponse } from "../models/models_0";
4
4
  import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
@@ -22,9 +22,11 @@ export interface StartEngagementFromOpportunityTaskCommandInput extends StartEng
22
22
  export interface StartEngagementFromOpportunityTaskCommandOutput extends StartEngagementFromOpportunityTaskResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartEngagementFromOpportunityTaskCommand_base: {
25
- new (input: StartEngagementFromOpportunityTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartEngagementFromOpportunityTaskCommandInput, StartEngagementFromOpportunityTaskCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartEngagementFromOpportunityTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartEngagementFromOpportunityTaskCommandInput, StartEngagementFromOpportunityTaskCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartEngagementFromOpportunityTaskCommandInput): import("@smithy/core/client").CommandImpl<StartEngagementFromOpportunityTaskCommandInput, StartEngagementFromOpportunityTaskCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartEngagementFromOpportunityTaskCommandInput): import("@smithy/core/client").CommandImpl<StartEngagementFromOpportunityTaskCommandInput, StartEngagementFromOpportunityTaskCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Similar to <code>StartEngagementByAcceptingInvitationTask</code>, this action is asynchronous and performs multiple steps before completion. This action orchestrates a comprehensive workflow that combines multiple API operations into a single task to create and initiate an engagement from an existing opportunity. It automatically executes a sequence of operations including <code>GetOpportunity</code>, <code>CreateEngagement</code> (if it doesn't exist), <code>CreateResourceSnapshot</code>, <code>CreateResourceSnapshotJob</code>, <code>CreateEngagementInvitation</code> (if not already invited/accepted), and <code>SubmitOpportunity</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 { StartOpportunityFromEngagementTaskRequest, StartOpportunityFromEngagementTaskResponse } from "../models/models_0";
4
4
  import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
@@ -22,9 +22,11 @@ export interface StartOpportunityFromEngagementTaskCommandInput extends StartOpp
22
22
  export interface StartOpportunityFromEngagementTaskCommandOutput extends StartOpportunityFromEngagementTaskResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartOpportunityFromEngagementTaskCommand_base: {
25
- new (input: StartOpportunityFromEngagementTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartOpportunityFromEngagementTaskCommandInput, StartOpportunityFromEngagementTaskCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartOpportunityFromEngagementTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartOpportunityFromEngagementTaskCommandInput, StartOpportunityFromEngagementTaskCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartOpportunityFromEngagementTaskCommandInput): import("@smithy/core/client").CommandImpl<StartOpportunityFromEngagementTaskCommandInput, StartOpportunityFromEngagementTaskCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartOpportunityFromEngagementTaskCommandInput): import("@smithy/core/client").CommandImpl<StartOpportunityFromEngagementTaskCommandInput, StartOpportunityFromEngagementTaskCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This action creates an opportunity from an existing engagement context. The task is asynchronous and orchestrates the process of converting engagement contextual information into a structured opportunity record within 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 { StartResourceSnapshotJobRequest } from "../models/models_0";
4
4
  import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
@@ -22,9 +22,11 @@ export interface StartResourceSnapshotJobCommandInput extends StartResourceSnaps
22
22
  export interface StartResourceSnapshotJobCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const StartResourceSnapshotJobCommand_base: {
25
- new (input: StartResourceSnapshotJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartResourceSnapshotJobCommandInput, StartResourceSnapshotJobCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartResourceSnapshotJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartResourceSnapshotJobCommandInput, StartResourceSnapshotJobCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartResourceSnapshotJobCommandInput): import("@smithy/core/client").CommandImpl<StartResourceSnapshotJobCommandInput, StartResourceSnapshotJobCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartResourceSnapshotJobCommandInput): import("@smithy/core/client").CommandImpl<StartResourceSnapshotJobCommandInput, StartResourceSnapshotJobCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Starts a resource snapshot job that has been previously created.</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 { StopResourceSnapshotJobRequest } from "../models/models_0";
4
4
  import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
@@ -22,9 +22,11 @@ export interface StopResourceSnapshotJobCommandInput extends StopResourceSnapsho
22
22
  export interface StopResourceSnapshotJobCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const StopResourceSnapshotJobCommand_base: {
25
- new (input: StopResourceSnapshotJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopResourceSnapshotJobCommandInput, StopResourceSnapshotJobCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StopResourceSnapshotJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopResourceSnapshotJobCommandInput, StopResourceSnapshotJobCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StopResourceSnapshotJobCommandInput): import("@smithy/core/client").CommandImpl<StopResourceSnapshotJobCommandInput, StopResourceSnapshotJobCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StopResourceSnapshotJobCommandInput): import("@smithy/core/client").CommandImpl<StopResourceSnapshotJobCommandInput, StopResourceSnapshotJobCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Stops a resource snapshot job. The job must be started prior to being stopped.</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 { SubmitOpportunityRequest } from "../models/models_0";
4
4
  import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
@@ -22,9 +22,11 @@ export interface SubmitOpportunityCommandInput extends SubmitOpportunityRequest
22
22
  export interface SubmitOpportunityCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const SubmitOpportunityCommand_base: {
25
- new (input: SubmitOpportunityCommandInput): import("@smithy/smithy-client").CommandImpl<SubmitOpportunityCommandInput, SubmitOpportunityCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SubmitOpportunityCommandInput): import("@smithy/smithy-client").CommandImpl<SubmitOpportunityCommandInput, SubmitOpportunityCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: SubmitOpportunityCommandInput): import("@smithy/core/client").CommandImpl<SubmitOpportunityCommandInput, SubmitOpportunityCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: SubmitOpportunityCommandInput): import("@smithy/core/client").CommandImpl<SubmitOpportunityCommandInput, SubmitOpportunityCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Use this action to submit an Opportunity that was previously created by partner for AWS review. After you perform this action, the Opportunity becomes non-editable until it is reviewed by AWS and has <code> LifeCycle.ReviewStatus </code> as either <code>Approved</code> or <code>Action Required</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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
4
  import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
22
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Assigns one or more tags (key-value pairs) to the specified resource.</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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
4
4
  import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
22
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Removes a tag or tags from a resource.</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 { UpdateEngagementContextRequest, UpdateEngagementContextResponse } from "../models/models_0";
4
4
  import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
@@ -22,9 +22,11 @@ export interface UpdateEngagementContextCommandInput extends UpdateEngagementCon
22
22
  export interface UpdateEngagementContextCommandOutput extends UpdateEngagementContextResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateEngagementContextCommand_base: {
25
- new (input: UpdateEngagementContextCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEngagementContextCommandInput, UpdateEngagementContextCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateEngagementContextCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEngagementContextCommandInput, UpdateEngagementContextCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateEngagementContextCommandInput): import("@smithy/core/client").CommandImpl<UpdateEngagementContextCommandInput, UpdateEngagementContextCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateEngagementContextCommandInput): import("@smithy/core/client").CommandImpl<UpdateEngagementContextCommandInput, UpdateEngagementContextCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates the context information for an existing engagement with new or modified 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 { UpdateOpportunityRequest, UpdateOpportunityResponse } from "../models/models_0";
4
4
  import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
@@ -22,9 +22,11 @@ export interface UpdateOpportunityCommandInput extends UpdateOpportunityRequest
22
22
  export interface UpdateOpportunityCommandOutput extends UpdateOpportunityResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateOpportunityCommand_base: {
25
- new (input: UpdateOpportunityCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateOpportunityCommandInput, UpdateOpportunityCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateOpportunityCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateOpportunityCommandInput, UpdateOpportunityCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateOpportunityCommandInput): import("@smithy/core/client").CommandImpl<UpdateOpportunityCommandInput, UpdateOpportunityCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateOpportunityCommandInput): import("@smithy/core/client").CommandImpl<UpdateOpportunityCommandInput, UpdateOpportunityCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates the <code>Opportunity</code> record identified by a given <code>Identifier</code>. This operation allows you to modify the details of an existing opportunity to reflect the latest information and progress. Use this action to keep the opportunity record up-to-date and accurate.</p> <p>When you perform updates, include the entire payload with each request. If any field is omitted, the API assumes that the field is set to <code>null</code>. The best practice is to always perform a <code>GetOpportunity</code> to retrieve the latest values, then send the complete payload with the updated values to be changed.</p>
@@ -1,2 +1,2 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  export declare const bdd: BinaryDecisionDiagram;
@@ -1,5 +1,5 @@
1
1
  import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import type { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
+ import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import type { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  /**
@@ -1,4 +1,4 @@
1
- import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/smithy-client";
1
+ import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
2
2
  export type { __ServiceExceptionOptions };
3
3
  export { __ServiceException };
4
4
  /**
@@ -1,4 +1,4 @@
1
- import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
2
2
  import type { AccessDeniedExceptionErrorCode, ValidationExceptionReason } from "./enums";
3
3
  import type { ValidationExceptionError } from "./models_0";
4
4
  import { PartnerCentralSellingServiceException as __BaseException } from "./PartnerCentralSellingServiceException";
@@ -5,13 +5,13 @@ import type { PartnerCentralSellingClientConfig } from "./PartnerCentralSellingC
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: PartnerCentralSellingClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<any>;
14
- requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
14
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
16
  sha256: import("@smithy/types").HashConstructor;
17
17
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,14 +5,14 @@ import type { PartnerCentralSellingClientConfig } from "./PartnerCentralSellingC
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: PartnerCentralSellingClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
11
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
12
12
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
13
13
  maxAttempts: number | import("@smithy/types").Provider<number>;
14
14
  region: string | import("@smithy/types").Provider<string>;
15
- requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
15
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
17
  sha256: import("@smithy/types").HashConstructor;
18
18
  streamCollector: import("@smithy/types").StreamCollector;