@aws-sdk/client-partnercentral-selling 3.1076.0 → 3.1078.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (161) hide show
  1. package/dist-cjs/index.js +69 -463
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AcceptEngagementInvitationCommand.js +2 -14
  4. package/dist-es/commands/AssignOpportunityCommand.js +2 -14
  5. package/dist-es/commands/AssociateOpportunityCommand.js +2 -14
  6. package/dist-es/commands/CreateEngagementCommand.js +2 -14
  7. package/dist-es/commands/CreateEngagementContextCommand.js +2 -14
  8. package/dist-es/commands/CreateEngagementInvitationCommand.js +2 -14
  9. package/dist-es/commands/CreateOpportunityCommand.js +2 -14
  10. package/dist-es/commands/CreateResourceSnapshotCommand.js +2 -14
  11. package/dist-es/commands/CreateResourceSnapshotJobCommand.js +2 -14
  12. package/dist-es/commands/DeleteResourceSnapshotJobCommand.js +2 -14
  13. package/dist-es/commands/DisassociateOpportunityCommand.js +2 -14
  14. package/dist-es/commands/GetAwsOpportunitySummaryCommand.js +2 -14
  15. package/dist-es/commands/GetEngagementCommand.js +2 -14
  16. package/dist-es/commands/GetEngagementInvitationCommand.js +2 -14
  17. package/dist-es/commands/GetOpportunityCommand.js +2 -14
  18. package/dist-es/commands/GetProspectingFromEngagementTaskCommand.js +2 -14
  19. package/dist-es/commands/GetResourceSnapshotCommand.js +2 -14
  20. package/dist-es/commands/GetResourceSnapshotJobCommand.js +2 -14
  21. package/dist-es/commands/GetSellingSystemSettingsCommand.js +2 -14
  22. package/dist-es/commands/ListEngagementByAcceptingInvitationTasksCommand.js +2 -14
  23. package/dist-es/commands/ListEngagementFromOpportunityTasksCommand.js +2 -14
  24. package/dist-es/commands/ListEngagementInvitationsCommand.js +2 -14
  25. package/dist-es/commands/ListEngagementMembersCommand.js +2 -14
  26. package/dist-es/commands/ListEngagementResourceAssociationsCommand.js +2 -14
  27. package/dist-es/commands/ListEngagementsCommand.js +2 -14
  28. package/dist-es/commands/ListOpportunitiesCommand.js +2 -14
  29. package/dist-es/commands/ListOpportunityFromEngagementTasksCommand.js +2 -14
  30. package/dist-es/commands/ListProspectingFromEngagementTasksCommand.js +2 -14
  31. package/dist-es/commands/ListResourceSnapshotJobsCommand.js +2 -14
  32. package/dist-es/commands/ListResourceSnapshotsCommand.js +2 -14
  33. package/dist-es/commands/ListSolutionsCommand.js +2 -14
  34. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  35. package/dist-es/commands/PutSellingSystemSettingsCommand.js +2 -14
  36. package/dist-es/commands/RejectEngagementInvitationCommand.js +2 -14
  37. package/dist-es/commands/StartEngagementByAcceptingInvitationTaskCommand.js +2 -14
  38. package/dist-es/commands/StartEngagementFromOpportunityTaskCommand.js +2 -14
  39. package/dist-es/commands/StartOpportunityFromEngagementTaskCommand.js +2 -14
  40. package/dist-es/commands/StartProspectingFromEngagementTaskCommand.js +2 -14
  41. package/dist-es/commands/StartResourceSnapshotJobCommand.js +2 -14
  42. package/dist-es/commands/StopResourceSnapshotJobCommand.js +2 -14
  43. package/dist-es/commands/SubmitOpportunityCommand.js +2 -14
  44. package/dist-es/commands/TagResourceCommand.js +2 -14
  45. package/dist-es/commands/UntagResourceCommand.js +2 -14
  46. package/dist-es/commands/UpdateEngagementContextCommand.js +2 -14
  47. package/dist-es/commands/UpdateOpportunityCommand.js +2 -14
  48. package/dist-es/index.js +1 -0
  49. package/dist-es/models/enums.js +2 -0
  50. package/dist-es/runtimeConfig.browser.js +0 -2
  51. package/dist-es/runtimeConfig.js +1 -2
  52. package/dist-es/runtimeConfig.native.js +0 -2
  53. package/dist-es/runtimeConfig.shared.js +2 -0
  54. package/dist-es/schemas/schemas_0.js +14 -8
  55. package/dist-types/commandBuilder.d.ts +18 -0
  56. package/dist-types/commands/AcceptEngagementInvitationCommand.d.ts +3 -8
  57. package/dist-types/commands/AssignOpportunityCommand.d.ts +3 -8
  58. package/dist-types/commands/AssociateOpportunityCommand.d.ts +4 -9
  59. package/dist-types/commands/CreateEngagementCommand.d.ts +3 -8
  60. package/dist-types/commands/CreateEngagementContextCommand.d.ts +3 -8
  61. package/dist-types/commands/CreateEngagementInvitationCommand.d.ts +3 -8
  62. package/dist-types/commands/CreateOpportunityCommand.d.ts +3 -8
  63. package/dist-types/commands/CreateResourceSnapshotCommand.d.ts +3 -8
  64. package/dist-types/commands/CreateResourceSnapshotJobCommand.d.ts +3 -8
  65. package/dist-types/commands/DeleteResourceSnapshotJobCommand.d.ts +3 -8
  66. package/dist-types/commands/DisassociateOpportunityCommand.d.ts +4 -9
  67. package/dist-types/commands/GetAwsOpportunitySummaryCommand.d.ts +9 -8
  68. package/dist-types/commands/GetEngagementCommand.d.ts +3 -8
  69. package/dist-types/commands/GetEngagementInvitationCommand.d.ts +3 -8
  70. package/dist-types/commands/GetOpportunityCommand.d.ts +9 -8
  71. package/dist-types/commands/GetProspectingFromEngagementTaskCommand.d.ts +3 -8
  72. package/dist-types/commands/GetResourceSnapshotCommand.d.ts +15 -8
  73. package/dist-types/commands/GetResourceSnapshotJobCommand.d.ts +3 -8
  74. package/dist-types/commands/GetSellingSystemSettingsCommand.d.ts +3 -8
  75. package/dist-types/commands/ListEngagementByAcceptingInvitationTasksCommand.d.ts +3 -8
  76. package/dist-types/commands/ListEngagementFromOpportunityTasksCommand.d.ts +3 -8
  77. package/dist-types/commands/ListEngagementInvitationsCommand.d.ts +3 -8
  78. package/dist-types/commands/ListEngagementMembersCommand.d.ts +3 -8
  79. package/dist-types/commands/ListEngagementResourceAssociationsCommand.d.ts +3 -8
  80. package/dist-types/commands/ListEngagementsCommand.d.ts +3 -8
  81. package/dist-types/commands/ListOpportunitiesCommand.d.ts +3 -8
  82. package/dist-types/commands/ListOpportunityFromEngagementTasksCommand.d.ts +3 -8
  83. package/dist-types/commands/ListProspectingFromEngagementTasksCommand.d.ts +3 -8
  84. package/dist-types/commands/ListResourceSnapshotJobsCommand.d.ts +3 -8
  85. package/dist-types/commands/ListResourceSnapshotsCommand.d.ts +3 -8
  86. package/dist-types/commands/ListSolutionsCommand.d.ts +7 -8
  87. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  88. package/dist-types/commands/PutSellingSystemSettingsCommand.d.ts +3 -8
  89. package/dist-types/commands/RejectEngagementInvitationCommand.d.ts +3 -8
  90. package/dist-types/commands/StartEngagementByAcceptingInvitationTaskCommand.d.ts +3 -8
  91. package/dist-types/commands/StartEngagementFromOpportunityTaskCommand.d.ts +3 -8
  92. package/dist-types/commands/StartOpportunityFromEngagementTaskCommand.d.ts +3 -8
  93. package/dist-types/commands/StartProspectingFromEngagementTaskCommand.d.ts +3 -8
  94. package/dist-types/commands/StartResourceSnapshotJobCommand.d.ts +3 -8
  95. package/dist-types/commands/StopResourceSnapshotJobCommand.d.ts +3 -8
  96. package/dist-types/commands/SubmitOpportunityCommand.d.ts +3 -8
  97. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  98. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  99. package/dist-types/commands/UpdateEngagementContextCommand.d.ts +3 -8
  100. package/dist-types/commands/UpdateOpportunityCommand.d.ts +3 -8
  101. package/dist-types/index.d.ts +1 -0
  102. package/dist-types/models/enums.d.ts +2 -0
  103. package/dist-types/models/models_0.d.ts +30 -0
  104. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  105. package/dist-types/runtimeConfig.d.ts +1 -1
  106. package/dist-types/runtimeConfig.native.d.ts +1 -1
  107. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  108. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  109. package/dist-types/ts3.4/commands/AcceptEngagementInvitationCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/AssignOpportunityCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/AssociateOpportunityCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/CreateEngagementCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/CreateEngagementContextCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/CreateEngagementInvitationCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/CreateOpportunityCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/CreateResourceSnapshotCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/CreateResourceSnapshotJobCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/DeleteResourceSnapshotJobCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/DisassociateOpportunityCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/GetAwsOpportunitySummaryCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/GetEngagementCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/GetEngagementInvitationCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/GetOpportunityCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/GetProspectingFromEngagementTaskCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/GetResourceSnapshotCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/GetResourceSnapshotJobCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/GetSellingSystemSettingsCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/ListEngagementByAcceptingInvitationTasksCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/ListEngagementFromOpportunityTasksCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/ListEngagementInvitationsCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/ListEngagementMembersCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/ListEngagementResourceAssociationsCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/ListEngagementsCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/ListOpportunitiesCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/ListOpportunityFromEngagementTasksCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/ListProspectingFromEngagementTasksCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/ListResourceSnapshotJobsCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/ListResourceSnapshotsCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/ListSolutionsCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/PutSellingSystemSettingsCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/RejectEngagementInvitationCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/StartEngagementByAcceptingInvitationTaskCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/StartEngagementFromOpportunityTaskCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/StartOpportunityFromEngagementTaskCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/StartProspectingFromEngagementTaskCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/StartResourceSnapshotJobCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/StopResourceSnapshotJobCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/SubmitOpportunityCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/UpdateEngagementContextCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/UpdateOpportunityCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/index.d.ts +1 -0
  155. package/dist-types/ts3.4/models/enums.d.ts +2 -0
  156. package/dist-types/ts3.4/models/models_0.d.ts +6 -0
  157. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  158. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  159. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  160. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  161. package/package.json +8 -10
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateEngagementInvitationRequest, CreateEngagementInvitationResponse } from "../models/models_0";
4
- import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateEngagementInvitationCommandInput extends CreateEngagement
22
19
  export interface CreateEngagementInvitationCommandOutput extends CreateEngagementInvitationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateEngagementInvitationCommand_base: {
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
- };
22
+ new (input: CreateEngagementInvitationCommandInput): import("@smithy/core/client").CommandImpl<CreateEngagementInvitationCommandInput, CreateEngagementInvitationCommandOutput, import("..").PartnerCentralSellingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateEngagementInvitationCommandInput): import("@smithy/core/client").CommandImpl<CreateEngagementInvitationCommandInput, CreateEngagementInvitationCommandOutput, import("..").PartnerCentralSellingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> This action creates an invitation from a sender to a single receiver to join an engagement. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateOpportunityRequest, CreateOpportunityResponse } from "../models/models_0";
4
- import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateOpportunityCommandInput extends CreateOpportunityRequest
22
19
  export interface CreateOpportunityCommandOutput extends CreateOpportunityResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateOpportunityCommand_base: {
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
- };
22
+ new (input: CreateOpportunityCommandInput): import("@smithy/core/client").CommandImpl<CreateOpportunityCommandInput, CreateOpportunityCommandOutput, import("..").PartnerCentralSellingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateOpportunityCommandInput): import("@smithy/core/client").CommandImpl<CreateOpportunityCommandInput, CreateOpportunityCommandOutput, import("..").PartnerCentralSellingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateResourceSnapshotRequest, CreateResourceSnapshotResponse } from "../models/models_0";
4
- import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateResourceSnapshotCommandInput extends CreateResourceSnapsh
22
19
  export interface CreateResourceSnapshotCommandOutput extends CreateResourceSnapshotResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateResourceSnapshotCommand_base: {
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
- };
22
+ new (input: CreateResourceSnapshotCommandInput): import("@smithy/core/client").CommandImpl<CreateResourceSnapshotCommandInput, CreateResourceSnapshotCommandOutput, import("..").PartnerCentralSellingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateResourceSnapshotCommandInput): import("@smithy/core/client").CommandImpl<CreateResourceSnapshotCommandInput, CreateResourceSnapshotCommandOutput, import("..").PartnerCentralSellingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateResourceSnapshotJobRequest, CreateResourceSnapshotJobResponse } from "../models/models_0";
4
- import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateResourceSnapshotJobCommandInput extends CreateResourceSna
22
19
  export interface CreateResourceSnapshotJobCommandOutput extends CreateResourceSnapshotJobResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateResourceSnapshotJobCommand_base: {
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
- };
22
+ new (input: CreateResourceSnapshotJobCommandInput): import("@smithy/core/client").CommandImpl<CreateResourceSnapshotJobCommandInput, CreateResourceSnapshotJobCommandOutput, import("..").PartnerCentralSellingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateResourceSnapshotJobCommandInput): import("@smithy/core/client").CommandImpl<CreateResourceSnapshotJobCommandInput, CreateResourceSnapshotJobCommandOutput, import("..").PartnerCentralSellingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteResourceSnapshotJobRequest } from "../models/models_0";
4
- import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteResourceSnapshotJobCommandInput extends DeleteResourceSna
22
19
  export interface DeleteResourceSnapshotJobCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteResourceSnapshotJobCommand_base: {
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
- };
22
+ new (input: DeleteResourceSnapshotJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourceSnapshotJobCommandInput, DeleteResourceSnapshotJobCommandOutput, import("..").PartnerCentralSellingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteResourceSnapshotJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourceSnapshotJobCommandInput, DeleteResourceSnapshotJobCommandOutput, import("..").PartnerCentralSellingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DisassociateOpportunityRequest } from "../models/models_0";
4
- import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DisassociateOpportunityCommandInput extends DisassociateOpportu
22
19
  export interface DisassociateOpportunityCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DisassociateOpportunityCommand_base: {
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
- };
22
+ new (input: DisassociateOpportunityCommandInput): import("@smithy/core/client").CommandImpl<DisassociateOpportunityCommandInput, DisassociateOpportunityCommandOutput, import("..").PartnerCentralSellingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DisassociateOpportunityCommandInput): import("@smithy/core/client").CommandImpl<DisassociateOpportunityCommandInput, DisassociateOpportunityCommandOutput, import("..").PartnerCentralSellingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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>
@@ -41,7 +36,7 @@ declare const DisassociateOpportunityCommand_base: {
41
36
  * const input = { // DisassociateOpportunityRequest
42
37
  * Catalog: "STRING_VALUE", // required
43
38
  * OpportunityIdentifier: "STRING_VALUE", // required
44
- * RelatedEntityType: "Solutions" || "AwsProducts" || "AwsMarketplaceOffers" || "AwsMarketplaceOfferSets", // required
39
+ * RelatedEntityType: "Solutions" || "AwsProducts" || "AwsMarketplaceOffers" || "AwsMarketplaceOfferSets" || "AwsMarketplaceSolutions" || "AwsMarketplaceProducts", // required
45
40
  * RelatedEntityIdentifier: "STRING_VALUE", // required
46
41
  * };
47
42
  * const command = new DisassociateOpportunityCommand(input);
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetAwsOpportunitySummaryRequest, GetAwsOpportunitySummaryResponse } from "../models/models_0";
4
- import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetAwsOpportunitySummaryCommandInput extends GetAwsOpportunityS
22
19
  export interface GetAwsOpportunitySummaryCommandOutput extends GetAwsOpportunitySummaryResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetAwsOpportunitySummaryCommand_base: {
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
- };
22
+ new (input: GetAwsOpportunitySummaryCommandInput): import("@smithy/core/client").CommandImpl<GetAwsOpportunitySummaryCommandInput, GetAwsOpportunitySummaryCommandOutput, import("..").PartnerCentralSellingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetAwsOpportunitySummaryCommandInput): import("@smithy/core/client").CommandImpl<GetAwsOpportunitySummaryCommandInput, GetAwsOpportunitySummaryCommandOutput, import("..").PartnerCentralSellingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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>
@@ -152,6 +147,12 @@ declare const GetAwsOpportunitySummaryCommand_base: {
152
147
  * // Solutions: [ // SolutionIdentifiers
153
148
  * // "STRING_VALUE",
154
149
  * // ],
150
+ * // AwsMarketplaceSolutions: [ // AwsMarketplaceSolutionIdentifiers
151
+ * // "STRING_VALUE",
152
+ * // ],
153
+ * // AwsMarketplaceProducts: [ // AwsMarketplaceProductIdentifiers
154
+ * // "STRING_VALUE",
155
+ * // ],
155
156
  * // },
156
157
  * // Customer: { // AwsOpportunityCustomer
157
158
  * // Contacts: [ // CustomerContactsList
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetEngagementRequest, GetEngagementResponse } from "../models/models_0";
4
- import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetEngagementCommandInput extends GetEngagementRequest {
22
19
  export interface GetEngagementCommandOutput extends GetEngagementResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetEngagementCommand_base: {
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
- };
22
+ new (input: GetEngagementCommandInput): import("@smithy/core/client").CommandImpl<GetEngagementCommandInput, GetEngagementCommandOutput, import("..").PartnerCentralSellingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetEngagementCommandInput): import("@smithy/core/client").CommandImpl<GetEngagementCommandInput, GetEngagementCommandOutput, import("..").PartnerCentralSellingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Use this action to retrieve the engagement record for a given <code>EngagementIdentifier</code>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetEngagementInvitationRequest, GetEngagementInvitationResponse } from "../models/models_0";
4
- import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetEngagementInvitationCommandInput extends GetEngagementInvita
22
19
  export interface GetEngagementInvitationCommandOutput extends GetEngagementInvitationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetEngagementInvitationCommand_base: {
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
- };
22
+ new (input: GetEngagementInvitationCommandInput): import("@smithy/core/client").CommandImpl<GetEngagementInvitationCommandInput, GetEngagementInvitationCommandOutput, import("..").PartnerCentralSellingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetEngagementInvitationCommandInput): import("@smithy/core/client").CommandImpl<GetEngagementInvitationCommandInput, GetEngagementInvitationCommandOutput, import("..").PartnerCentralSellingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetOpportunityRequest, GetOpportunityResponse } from "../models/models_0";
4
- import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetOpportunityCommandInput extends GetOpportunityRequest {
22
19
  export interface GetOpportunityCommandOutput extends GetOpportunityResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetOpportunityCommand_base: {
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
- };
22
+ new (input: GetOpportunityCommandInput): import("@smithy/core/client").CommandImpl<GetOpportunityCommandInput, GetOpportunityCommandOutput, import("..").PartnerCentralSellingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetOpportunityCommandInput): import("@smithy/core/client").CommandImpl<GetOpportunityCommandInput, GetOpportunityCommandOutput, import("..").PartnerCentralSellingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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>
@@ -148,6 +143,12 @@ declare const GetOpportunityCommand_base: {
148
143
  * // AwsProducts: [ // AwsProductIdentifiers
149
144
  * // "STRING_VALUE",
150
145
  * // ],
146
+ * // AwsMarketplaceSolutions: [ // AwsMarketplaceSolutionIdentifiers
147
+ * // "STRING_VALUE",
148
+ * // ],
149
+ * // AwsMarketplaceProducts: [ // AwsMarketplaceProductIdentifiers
150
+ * // "STRING_VALUE",
151
+ * // ],
151
152
  * // },
152
153
  * // LifeCycle: { // LifeCycle
153
154
  * // Stage: "Prospect" || "Qualified" || "Technical Validation" || "Business Validation" || "Committed" || "Launched" || "Closed Lost",
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetProspectingFromEngagementTaskRequest, GetProspectingFromEngagementTaskResponse } from "../models/models_0";
4
- import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetProspectingFromEngagementTaskCommandInput extends GetProspec
22
19
  export interface GetProspectingFromEngagementTaskCommandOutput extends GetProspectingFromEngagementTaskResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetProspectingFromEngagementTaskCommand_base: {
25
- new (input: GetProspectingFromEngagementTaskCommandInput): import("@smithy/core/client").CommandImpl<GetProspectingFromEngagementTaskCommandInput, GetProspectingFromEngagementTaskCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetProspectingFromEngagementTaskCommandInput): import("@smithy/core/client").CommandImpl<GetProspectingFromEngagementTaskCommandInput, GetProspectingFromEngagementTaskCommandOutput, PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetProspectingFromEngagementTaskCommandInput): import("@smithy/core/client").CommandImpl<GetProspectingFromEngagementTaskCommandInput, GetProspectingFromEngagementTaskCommandOutput, import("..").PartnerCentralSellingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetProspectingFromEngagementTaskCommandInput): import("@smithy/core/client").CommandImpl<GetProspectingFromEngagementTaskCommandInput, GetProspectingFromEngagementTaskCommandOutput, import("..").PartnerCentralSellingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the details and current status of a prospecting task previously started with <code>StartProspectingFromEngagementTask</code> to enable polling for completion and access to per-engagement processing results.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetResourceSnapshotRequest, GetResourceSnapshotResponse } from "../models/models_0";
4
- import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetResourceSnapshotCommandInput extends GetResourceSnapshotRequ
22
19
  export interface GetResourceSnapshotCommandOutput extends GetResourceSnapshotResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetResourceSnapshotCommand_base: {
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
- };
22
+ new (input: GetResourceSnapshotCommandInput): import("@smithy/core/client").CommandImpl<GetResourceSnapshotCommandInput, GetResourceSnapshotCommandOutput, import("..").PartnerCentralSellingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetResourceSnapshotCommandInput): import("@smithy/core/client").CommandImpl<GetResourceSnapshotCommandInput, GetResourceSnapshotCommandOutput, import("..").PartnerCentralSellingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Use this action to retrieve a specific snapshot record.</p>
@@ -141,6 +136,12 @@ declare const GetResourceSnapshotCommand_base: {
141
136
  * // AwsProducts: [ // AwsProductIdentifiers
142
137
  * // "STRING_VALUE",
143
138
  * // ],
139
+ * // AwsMarketplaceSolutions: [ // AwsMarketplaceSolutionIdentifiers
140
+ * // "STRING_VALUE",
141
+ * // ],
142
+ * // AwsMarketplaceProducts: [ // AwsMarketplaceProductIdentifiers
143
+ * // "STRING_VALUE",
144
+ * // ],
144
145
  * // },
145
146
  * // },
146
147
  * // AwsOpportunitySummaryFullView: { // AwsOpportunitySummaryFullView
@@ -251,6 +252,12 @@ declare const GetResourceSnapshotCommand_base: {
251
252
  * // Solutions: [
252
253
  * // "STRING_VALUE",
253
254
  * // ],
255
+ * // AwsMarketplaceSolutions: [
256
+ * // "STRING_VALUE",
257
+ * // ],
258
+ * // AwsMarketplaceProducts: [
259
+ * // "STRING_VALUE",
260
+ * // ],
254
261
  * // },
255
262
  * // Customer: { // AwsOpportunityCustomer
256
263
  * // Contacts: [
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetResourceSnapshotJobRequest, GetResourceSnapshotJobResponse } from "../models/models_0";
4
- import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetResourceSnapshotJobCommandInput extends GetResourceSnapshotJ
22
19
  export interface GetResourceSnapshotJobCommandOutput extends GetResourceSnapshotJobResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetResourceSnapshotJobCommand_base: {
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
- };
22
+ new (input: GetResourceSnapshotJobCommandInput): import("@smithy/core/client").CommandImpl<GetResourceSnapshotJobCommandInput, GetResourceSnapshotJobCommandOutput, import("..").PartnerCentralSellingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetResourceSnapshotJobCommandInput): import("@smithy/core/client").CommandImpl<GetResourceSnapshotJobCommandInput, GetResourceSnapshotJobCommandOutput, import("..").PartnerCentralSellingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Use this action to retrieves information about a specific resource snapshot job.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetSellingSystemSettingsRequest, GetSellingSystemSettingsResponse } from "../models/models_0";
4
- import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetSellingSystemSettingsCommandInput extends GetSellingSystemSe
22
19
  export interface GetSellingSystemSettingsCommandOutput extends GetSellingSystemSettingsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetSellingSystemSettingsCommand_base: {
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
- };
22
+ new (input: GetSellingSystemSettingsCommandInput): import("@smithy/core/client").CommandImpl<GetSellingSystemSettingsCommandInput, GetSellingSystemSettingsCommandOutput, import("..").PartnerCentralSellingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetSellingSystemSettingsCommandInput): import("@smithy/core/client").CommandImpl<GetSellingSystemSettingsCommandInput, GetSellingSystemSettingsCommandOutput, import("..").PartnerCentralSellingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the currently set system settings, which include the IAM Role used for resource snapshot jobs.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListEngagementByAcceptingInvitationTasksRequest, ListEngagementByAcceptingInvitationTasksResponse } from "../models/models_0";
4
- import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListEngagementByAcceptingInvitationTasksCommandInput extends Li
22
19
  export interface ListEngagementByAcceptingInvitationTasksCommandOutput extends ListEngagementByAcceptingInvitationTasksResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListEngagementByAcceptingInvitationTasksCommand_base: {
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
- };
22
+ new (input: ListEngagementByAcceptingInvitationTasksCommandInput): import("@smithy/core/client").CommandImpl<ListEngagementByAcceptingInvitationTasksCommandInput, ListEngagementByAcceptingInvitationTasksCommandOutput, import("..").PartnerCentralSellingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListEngagementByAcceptingInvitationTasksCommandInput): import("@smithy/core/client").CommandImpl<ListEngagementByAcceptingInvitationTasksCommandInput, ListEngagementByAcceptingInvitationTasksCommandOutput, import("..").PartnerCentralSellingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Lists all in-progress, completed, or failed StartEngagementByAcceptingInvitationTask tasks that were initiated by the caller's account. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListEngagementFromOpportunityTasksRequest, ListEngagementFromOpportunityTasksResponse } from "../models/models_0";
4
- import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListEngagementFromOpportunityTasksCommandInput extends ListEnga
22
19
  export interface ListEngagementFromOpportunityTasksCommandOutput extends ListEngagementFromOpportunityTasksResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListEngagementFromOpportunityTasksCommand_base: {
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
- };
22
+ new (input: ListEngagementFromOpportunityTasksCommandInput): import("@smithy/core/client").CommandImpl<ListEngagementFromOpportunityTasksCommandInput, ListEngagementFromOpportunityTasksCommandOutput, import("..").PartnerCentralSellingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListEngagementFromOpportunityTasksCommandInput): import("@smithy/core/client").CommandImpl<ListEngagementFromOpportunityTasksCommandInput, ListEngagementFromOpportunityTasksCommandOutput, import("..").PartnerCentralSellingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Lists all in-progress, completed, or failed <code>EngagementFromOpportunity</code> tasks that were initiated by the caller's account. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListEngagementInvitationsRequest, ListEngagementInvitationsResponse } from "../models/models_0";
4
- import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListEngagementInvitationsCommandInput extends ListEngagementInv
22
19
  export interface ListEngagementInvitationsCommandOutput extends ListEngagementInvitationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListEngagementInvitationsCommand_base: {
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
- };
22
+ new (input: ListEngagementInvitationsCommandInput): import("@smithy/core/client").CommandImpl<ListEngagementInvitationsCommandInput, ListEngagementInvitationsCommandOutput, import("..").PartnerCentralSellingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListEngagementInvitationsCommandInput): import("@smithy/core/client").CommandImpl<ListEngagementInvitationsCommandInput, ListEngagementInvitationsCommandOutput, import("..").PartnerCentralSellingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListEngagementMembersRequest, ListEngagementMembersResponse } from "../models/models_0";
4
- import type { PartnerCentralSellingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PartnerCentralSellingClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListEngagementMembersCommandInput extends ListEngagementMembers
22
19
  export interface ListEngagementMembersCommandOutput extends ListEngagementMembersResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListEngagementMembersCommand_base: {
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
- };
22
+ new (input: ListEngagementMembersCommandInput): import("@smithy/core/client").CommandImpl<ListEngagementMembersCommandInput, ListEngagementMembersCommandOutput, import("..").PartnerCentralSellingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListEngagementMembersCommandInput): import("@smithy/core/client").CommandImpl<ListEngagementMembersCommandInput, ListEngagementMembersCommandOutput, import("..").PartnerCentralSellingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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>