@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,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  CreateResourceSnapshotJobRequest,
5
4
  CreateResourceSnapshotJobResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- PartnerCentralSellingClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PartnerCentralSellingClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateResourceSnapshotJobCommandInput
15
8
  extends CreateResourceSnapshotJobRequest {}
16
9
  export interface CreateResourceSnapshotJobCommandOutput
@@ -22,22 +15,20 @@ declare const CreateResourceSnapshotJobCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateResourceSnapshotJobCommandInput,
24
17
  CreateResourceSnapshotJobCommandOutput,
25
- PartnerCentralSellingClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PartnerCentralSellingClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateResourceSnapshotJobCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateResourceSnapshotJobCommandInput,
33
26
  CreateResourceSnapshotJobCommandOutput,
34
- PartnerCentralSellingClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PartnerCentralSellingClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateResourceSnapshotJobCommand extends CreateResourceSnapshotJobCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { DeleteResourceSnapshotJobRequest } from "../models/models_0";
4
- import {
5
- PartnerCentralSellingClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../PartnerCentralSellingClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteResourceSnapshotJobCommandInput
12
5
  extends DeleteResourceSnapshotJobRequest {}
13
6
  export interface DeleteResourceSnapshotJobCommandOutput
@@ -18,22 +11,20 @@ declare const DeleteResourceSnapshotJobCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DeleteResourceSnapshotJobCommandInput,
20
13
  DeleteResourceSnapshotJobCommandOutput,
21
- PartnerCentralSellingClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").PartnerCentralSellingClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: DeleteResourceSnapshotJobCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DeleteResourceSnapshotJobCommandInput,
29
22
  DeleteResourceSnapshotJobCommandOutput,
30
- PartnerCentralSellingClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").PartnerCentralSellingClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class DeleteResourceSnapshotJobCommand extends DeleteResourceSnapshotJobCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { DisassociateOpportunityRequest } from "../models/models_0";
4
- import {
5
- PartnerCentralSellingClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../PartnerCentralSellingClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DisassociateOpportunityCommandInput
12
5
  extends DisassociateOpportunityRequest {}
13
6
  export interface DisassociateOpportunityCommandOutput
@@ -18,22 +11,20 @@ declare const DisassociateOpportunityCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DisassociateOpportunityCommandInput,
20
13
  DisassociateOpportunityCommandOutput,
21
- PartnerCentralSellingClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").PartnerCentralSellingClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: DisassociateOpportunityCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DisassociateOpportunityCommandInput,
29
22
  DisassociateOpportunityCommandOutput,
30
- PartnerCentralSellingClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").PartnerCentralSellingClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class DisassociateOpportunityCommand extends DisassociateOpportunityCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  GetAwsOpportunitySummaryRequest,
5
4
  GetAwsOpportunitySummaryResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- PartnerCentralSellingClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PartnerCentralSellingClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetAwsOpportunitySummaryCommandInput
15
8
  extends GetAwsOpportunitySummaryRequest {}
16
9
  export interface GetAwsOpportunitySummaryCommandOutput
@@ -22,22 +15,20 @@ declare const GetAwsOpportunitySummaryCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetAwsOpportunitySummaryCommandInput,
24
17
  GetAwsOpportunitySummaryCommandOutput,
25
- PartnerCentralSellingClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PartnerCentralSellingClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetAwsOpportunitySummaryCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetAwsOpportunitySummaryCommandInput,
33
26
  GetAwsOpportunitySummaryCommandOutput,
34
- PartnerCentralSellingClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PartnerCentralSellingClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetAwsOpportunitySummaryCommand extends GetAwsOpportunitySummaryCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  GetEngagementRequest,
5
4
  GetEngagementResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- PartnerCentralSellingClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PartnerCentralSellingClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetEngagementCommandInput extends GetEngagementRequest {}
15
8
  export interface GetEngagementCommandOutput
16
9
  extends GetEngagementResponse,
@@ -21,22 +14,20 @@ declare const GetEngagementCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetEngagementCommandInput,
23
16
  GetEngagementCommandOutput,
24
- PartnerCentralSellingClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").PartnerCentralSellingClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: GetEngagementCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetEngagementCommandInput,
32
25
  GetEngagementCommandOutput,
33
- PartnerCentralSellingClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").PartnerCentralSellingClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class GetEngagementCommand extends GetEngagementCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  GetEngagementInvitationRequest,
5
4
  GetEngagementInvitationResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- PartnerCentralSellingClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PartnerCentralSellingClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetEngagementInvitationCommandInput
15
8
  extends GetEngagementInvitationRequest {}
16
9
  export interface GetEngagementInvitationCommandOutput
@@ -22,22 +15,20 @@ declare const GetEngagementInvitationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetEngagementInvitationCommandInput,
24
17
  GetEngagementInvitationCommandOutput,
25
- PartnerCentralSellingClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PartnerCentralSellingClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetEngagementInvitationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetEngagementInvitationCommandInput,
33
26
  GetEngagementInvitationCommandOutput,
34
- PartnerCentralSellingClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PartnerCentralSellingClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetEngagementInvitationCommand extends GetEngagementInvitationCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  GetOpportunityRequest,
5
4
  GetOpportunityResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- PartnerCentralSellingClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PartnerCentralSellingClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetOpportunityCommandInput extends GetOpportunityRequest {}
15
8
  export interface GetOpportunityCommandOutput
16
9
  extends GetOpportunityResponse,
@@ -21,22 +14,20 @@ declare const GetOpportunityCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetOpportunityCommandInput,
23
16
  GetOpportunityCommandOutput,
24
- PartnerCentralSellingClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").PartnerCentralSellingClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: GetOpportunityCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetOpportunityCommandInput,
32
25
  GetOpportunityCommandOutput,
33
- PartnerCentralSellingClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").PartnerCentralSellingClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class GetOpportunityCommand extends GetOpportunityCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  GetProspectingFromEngagementTaskRequest,
5
4
  GetProspectingFromEngagementTaskResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- PartnerCentralSellingClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PartnerCentralSellingClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetProspectingFromEngagementTaskCommandInput
15
8
  extends GetProspectingFromEngagementTaskRequest {}
16
9
  export interface GetProspectingFromEngagementTaskCommandOutput
@@ -22,22 +15,20 @@ declare const GetProspectingFromEngagementTaskCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetProspectingFromEngagementTaskCommandInput,
24
17
  GetProspectingFromEngagementTaskCommandOutput,
25
- PartnerCentralSellingClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PartnerCentralSellingClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetProspectingFromEngagementTaskCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetProspectingFromEngagementTaskCommandInput,
33
26
  GetProspectingFromEngagementTaskCommandOutput,
34
- PartnerCentralSellingClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PartnerCentralSellingClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetProspectingFromEngagementTaskCommand extends GetProspectingFromEngagementTaskCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  GetResourceSnapshotRequest,
5
4
  GetResourceSnapshotResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- PartnerCentralSellingClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PartnerCentralSellingClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetResourceSnapshotCommandInput
15
8
  extends GetResourceSnapshotRequest {}
16
9
  export interface GetResourceSnapshotCommandOutput
@@ -22,22 +15,20 @@ declare const GetResourceSnapshotCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetResourceSnapshotCommandInput,
24
17
  GetResourceSnapshotCommandOutput,
25
- PartnerCentralSellingClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PartnerCentralSellingClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetResourceSnapshotCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetResourceSnapshotCommandInput,
33
26
  GetResourceSnapshotCommandOutput,
34
- PartnerCentralSellingClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PartnerCentralSellingClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetResourceSnapshotCommand extends GetResourceSnapshotCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  GetResourceSnapshotJobRequest,
5
4
  GetResourceSnapshotJobResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- PartnerCentralSellingClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PartnerCentralSellingClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetResourceSnapshotJobCommandInput
15
8
  extends GetResourceSnapshotJobRequest {}
16
9
  export interface GetResourceSnapshotJobCommandOutput
@@ -22,22 +15,20 @@ declare const GetResourceSnapshotJobCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetResourceSnapshotJobCommandInput,
24
17
  GetResourceSnapshotJobCommandOutput,
25
- PartnerCentralSellingClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PartnerCentralSellingClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetResourceSnapshotJobCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetResourceSnapshotJobCommandInput,
33
26
  GetResourceSnapshotJobCommandOutput,
34
- PartnerCentralSellingClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PartnerCentralSellingClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetResourceSnapshotJobCommand extends GetResourceSnapshotJobCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  GetSellingSystemSettingsRequest,
5
4
  GetSellingSystemSettingsResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- PartnerCentralSellingClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PartnerCentralSellingClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetSellingSystemSettingsCommandInput
15
8
  extends GetSellingSystemSettingsRequest {}
16
9
  export interface GetSellingSystemSettingsCommandOutput
@@ -22,22 +15,20 @@ declare const GetSellingSystemSettingsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetSellingSystemSettingsCommandInput,
24
17
  GetSellingSystemSettingsCommandOutput,
25
- PartnerCentralSellingClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PartnerCentralSellingClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetSellingSystemSettingsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetSellingSystemSettingsCommandInput,
33
26
  GetSellingSystemSettingsCommandOutput,
34
- PartnerCentralSellingClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PartnerCentralSellingClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetSellingSystemSettingsCommand extends GetSellingSystemSettingsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListEngagementByAcceptingInvitationTasksRequest,
5
4
  ListEngagementByAcceptingInvitationTasksResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- PartnerCentralSellingClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PartnerCentralSellingClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListEngagementByAcceptingInvitationTasksCommandInput
15
8
  extends ListEngagementByAcceptingInvitationTasksRequest {}
16
9
  export interface ListEngagementByAcceptingInvitationTasksCommandOutput
@@ -22,22 +15,20 @@ declare const ListEngagementByAcceptingInvitationTasksCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListEngagementByAcceptingInvitationTasksCommandInput,
24
17
  ListEngagementByAcceptingInvitationTasksCommandOutput,
25
- PartnerCentralSellingClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PartnerCentralSellingClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListEngagementByAcceptingInvitationTasksCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListEngagementByAcceptingInvitationTasksCommandInput,
33
26
  ListEngagementByAcceptingInvitationTasksCommandOutput,
34
- PartnerCentralSellingClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PartnerCentralSellingClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListEngagementByAcceptingInvitationTasksCommand extends ListEngagementByAcceptingInvitationTasksCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListEngagementFromOpportunityTasksRequest,
5
4
  ListEngagementFromOpportunityTasksResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- PartnerCentralSellingClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PartnerCentralSellingClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListEngagementFromOpportunityTasksCommandInput
15
8
  extends ListEngagementFromOpportunityTasksRequest {}
16
9
  export interface ListEngagementFromOpportunityTasksCommandOutput
@@ -22,22 +15,20 @@ declare const ListEngagementFromOpportunityTasksCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListEngagementFromOpportunityTasksCommandInput,
24
17
  ListEngagementFromOpportunityTasksCommandOutput,
25
- PartnerCentralSellingClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PartnerCentralSellingClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListEngagementFromOpportunityTasksCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListEngagementFromOpportunityTasksCommandInput,
33
26
  ListEngagementFromOpportunityTasksCommandOutput,
34
- PartnerCentralSellingClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PartnerCentralSellingClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListEngagementFromOpportunityTasksCommand extends ListEngagementFromOpportunityTasksCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListEngagementInvitationsRequest,
5
4
  ListEngagementInvitationsResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- PartnerCentralSellingClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PartnerCentralSellingClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListEngagementInvitationsCommandInput
15
8
  extends ListEngagementInvitationsRequest {}
16
9
  export interface ListEngagementInvitationsCommandOutput
@@ -22,22 +15,20 @@ declare const ListEngagementInvitationsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListEngagementInvitationsCommandInput,
24
17
  ListEngagementInvitationsCommandOutput,
25
- PartnerCentralSellingClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PartnerCentralSellingClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListEngagementInvitationsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListEngagementInvitationsCommandInput,
33
26
  ListEngagementInvitationsCommandOutput,
34
- PartnerCentralSellingClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PartnerCentralSellingClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListEngagementInvitationsCommand extends ListEngagementInvitationsCommand_base {
43
34
  protected static __types: {