@aws-sdk/client-partnercentral-selling 3.1086.0 → 3.1088.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.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/PartnerCentralSelling.d.ts +148 -205
- package/dist-types/ts3.4/PartnerCentralSellingClient.d.ts +6 -19
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -10
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AcceptEngagementInvitationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AssignOpportunityCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/AssociateOpportunityCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/CreateEngagementCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateEngagementContextCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateEngagementInvitationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateOpportunityCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateResourceSnapshotCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateResourceSnapshotJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteResourceSnapshotJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociateOpportunityCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetAwsOpportunitySummaryCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetEngagementCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetEngagementInvitationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetOpportunityCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetProspectingFromEngagementTaskCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetResourceSnapshotCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetResourceSnapshotJobCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSellingSystemSettingsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListEngagementByAcceptingInvitationTasksCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListEngagementFromOpportunityTasksCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListEngagementInvitationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListEngagementMembersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListEngagementResourceAssociationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListEngagementsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListOpportunitiesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListOpportunityFromEngagementTasksCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListProspectingFromEngagementTasksCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListResourceSnapshotJobsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListResourceSnapshotsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListSolutionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutSellingSystemSettingsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RejectEngagementInvitationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartEngagementByAcceptingInvitationTaskCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartEngagementFromOpportunityTaskCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartOpportunityFromEngagementTaskCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartProspectingFromEngagementTaskCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartResourceSnapshotJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StopResourceSnapshotJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SubmitOpportunityCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateEngagementContextCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateOpportunityCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +21 -42
- package/dist-types/ts3.4/models/errors.d.ts +7 -22
- package/dist-types/ts3.4/models/models_0.d.ts +2 -6
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/package.json +39 -39
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetResourceSnapshotRequest,
|
|
4
|
-
GetResourceSnapshotResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetResourceSnapshotRequest, GetResourceSnapshotResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetResourceSnapshotCommandInput
|
|
8
|
-
extends GetResourceSnapshotRequest {}
|
|
4
|
+
export interface GetResourceSnapshotCommandInput extends GetResourceSnapshotRequest {}
|
|
9
5
|
export interface GetResourceSnapshotCommandOutput
|
|
10
|
-
extends GetResourceSnapshotResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetResourceSnapshotResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetResourceSnapshotCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetResourceSnapshotCommandInput
|
|
9
|
+
input: GetResourceSnapshotCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetResourceSnapshotCommandInput,
|
|
17
12
|
GetResourceSnapshotCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetResourceSnapshotCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetResourceSnapshotCommandInput
|
|
18
|
+
input: GetResourceSnapshotCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetResourceSnapshotCommandInput,
|
|
26
21
|
GetResourceSnapshotCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetResourceSnapshotJobRequest,
|
|
4
|
-
GetResourceSnapshotJobResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetResourceSnapshotJobRequest, GetResourceSnapshotJobResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetResourceSnapshotJobCommandInput
|
|
8
|
-
extends GetResourceSnapshotJobRequest {}
|
|
4
|
+
export interface GetResourceSnapshotJobCommandInput extends GetResourceSnapshotJobRequest {}
|
|
9
5
|
export interface GetResourceSnapshotJobCommandOutput
|
|
10
|
-
extends GetResourceSnapshotJobResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetResourceSnapshotJobResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetResourceSnapshotJobCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetResourceSnapshotJobCommandInput
|
|
9
|
+
input: GetResourceSnapshotJobCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetResourceSnapshotJobCommandInput,
|
|
17
12
|
GetResourceSnapshotJobCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetResourceSnapshotJobCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetResourceSnapshotJobCommandInput
|
|
18
|
+
input: GetResourceSnapshotJobCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetResourceSnapshotJobCommandInput,
|
|
26
21
|
GetResourceSnapshotJobCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetSellingSystemSettingsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetSellingSystemSettingsCommandInput
|
|
8
|
-
extends GetSellingSystemSettingsRequest {}
|
|
7
|
+
export interface GetSellingSystemSettingsCommandInput extends GetSellingSystemSettingsRequest {}
|
|
9
8
|
export interface GetSellingSystemSettingsCommandOutput
|
|
10
|
-
extends GetSellingSystemSettingsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetSellingSystemSettingsResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetSellingSystemSettingsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetSellingSystemSettingsCommandInput
|
|
12
|
+
input: GetSellingSystemSettingsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetSellingSystemSettingsCommandInput,
|
|
17
15
|
GetSellingSystemSettingsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetSellingSystemSettingsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetSellingSystemSettingsCommandInput
|
|
21
|
+
input: GetSellingSystemSettingsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetSellingSystemSettingsCommandInput,
|
|
26
24
|
GetSellingSystemSettingsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListEngagementByAcceptingInvitationTasksResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListEngagementByAcceptingInvitationTasksCommandInput
|
|
8
|
-
extends ListEngagementByAcceptingInvitationTasksRequest {}
|
|
7
|
+
export interface ListEngagementByAcceptingInvitationTasksCommandInput extends ListEngagementByAcceptingInvitationTasksRequest {}
|
|
9
8
|
export interface ListEngagementByAcceptingInvitationTasksCommandOutput
|
|
10
|
-
extends ListEngagementByAcceptingInvitationTasksResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListEngagementByAcceptingInvitationTasksResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListEngagementByAcceptingInvitationTasksCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListEngagementByAcceptingInvitationTasksCommandInput
|
|
12
|
+
input: ListEngagementByAcceptingInvitationTasksCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListEngagementByAcceptingInvitationTasksCommandInput,
|
|
17
15
|
ListEngagementByAcceptingInvitationTasksCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListEngagementByAcceptingInvitationTasksCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListEngagementByAcceptingInvitationTasksCommandInput
|
|
21
|
+
input: ListEngagementByAcceptingInvitationTasksCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListEngagementByAcceptingInvitationTasksCommandInput,
|
|
26
24
|
ListEngagementByAcceptingInvitationTasksCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListEngagementFromOpportunityTasksResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListEngagementFromOpportunityTasksCommandInput
|
|
8
|
-
extends ListEngagementFromOpportunityTasksRequest {}
|
|
7
|
+
export interface ListEngagementFromOpportunityTasksCommandInput extends ListEngagementFromOpportunityTasksRequest {}
|
|
9
8
|
export interface ListEngagementFromOpportunityTasksCommandOutput
|
|
10
|
-
extends ListEngagementFromOpportunityTasksResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListEngagementFromOpportunityTasksResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListEngagementFromOpportunityTasksCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListEngagementFromOpportunityTasksCommandInput
|
|
12
|
+
input: ListEngagementFromOpportunityTasksCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListEngagementFromOpportunityTasksCommandInput,
|
|
17
15
|
ListEngagementFromOpportunityTasksCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListEngagementFromOpportunityTasksCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListEngagementFromOpportunityTasksCommandInput
|
|
21
|
+
input: ListEngagementFromOpportunityTasksCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListEngagementFromOpportunityTasksCommandInput,
|
|
26
24
|
ListEngagementFromOpportunityTasksCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListEngagementInvitationsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListEngagementInvitationsCommandInput
|
|
8
|
-
extends ListEngagementInvitationsRequest {}
|
|
7
|
+
export interface ListEngagementInvitationsCommandInput extends ListEngagementInvitationsRequest {}
|
|
9
8
|
export interface ListEngagementInvitationsCommandOutput
|
|
10
|
-
extends ListEngagementInvitationsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListEngagementInvitationsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListEngagementInvitationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListEngagementInvitationsCommandInput
|
|
12
|
+
input: ListEngagementInvitationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListEngagementInvitationsCommandInput,
|
|
17
15
|
ListEngagementInvitationsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListEngagementInvitationsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListEngagementInvitationsCommandInput
|
|
21
|
+
input: ListEngagementInvitationsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListEngagementInvitationsCommandInput,
|
|
26
24
|
ListEngagementInvitationsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListEngagementMembersRequest,
|
|
4
|
-
ListEngagementMembersResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListEngagementMembersRequest, ListEngagementMembersResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListEngagementMembersCommandInput
|
|
8
|
-
extends ListEngagementMembersRequest {}
|
|
4
|
+
export interface ListEngagementMembersCommandInput extends ListEngagementMembersRequest {}
|
|
9
5
|
export interface ListEngagementMembersCommandOutput
|
|
10
|
-
extends ListEngagementMembersResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListEngagementMembersResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListEngagementMembersCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListEngagementMembersCommandInput
|
|
9
|
+
input: ListEngagementMembersCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListEngagementMembersCommandInput,
|
|
17
12
|
ListEngagementMembersCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListEngagementMembersCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListEngagementMembersCommandInput
|
|
18
|
+
input: ListEngagementMembersCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListEngagementMembersCommandInput,
|
|
26
21
|
ListEngagementMembersCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListEngagementResourceAssociationsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListEngagementResourceAssociationsCommandInput
|
|
8
|
-
extends ListEngagementResourceAssociationsRequest {}
|
|
7
|
+
export interface ListEngagementResourceAssociationsCommandInput extends ListEngagementResourceAssociationsRequest {}
|
|
9
8
|
export interface ListEngagementResourceAssociationsCommandOutput
|
|
10
|
-
extends ListEngagementResourceAssociationsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListEngagementResourceAssociationsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListEngagementResourceAssociationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListEngagementResourceAssociationsCommandInput
|
|
12
|
+
input: ListEngagementResourceAssociationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListEngagementResourceAssociationsCommandInput,
|
|
17
15
|
ListEngagementResourceAssociationsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListEngagementResourceAssociationsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListEngagementResourceAssociationsCommandInput
|
|
21
|
+
input: ListEngagementResourceAssociationsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListEngagementResourceAssociationsCommandInput,
|
|
26
24
|
ListEngagementResourceAssociationsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListEngagementsRequest,
|
|
4
|
-
ListEngagementsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListEngagementsRequest, ListEngagementsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListEngagementsCommandInput extends ListEngagementsRequest {}
|
|
8
|
-
export interface ListEngagementsCommandOutput
|
|
9
|
-
extends ListEngagementsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListEngagementsCommandOutput extends ListEngagementsResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListEngagementsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListEngagementsCommandInput
|
|
8
|
+
input: ListEngagementsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListEngagementsCommandInput,
|
|
16
11
|
ListEngagementsCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ListEngagementsCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ListEngagementsCommandInput
|
|
17
|
+
input: ListEngagementsCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ListEngagementsCommandInput,
|
|
25
20
|
ListEngagementsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListOpportunitiesRequest,
|
|
4
|
-
ListOpportunitiesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListOpportunitiesRequest, ListOpportunitiesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListOpportunitiesCommandInput
|
|
8
|
-
extends ListOpportunitiesRequest {}
|
|
4
|
+
export interface ListOpportunitiesCommandInput extends ListOpportunitiesRequest {}
|
|
9
5
|
export interface ListOpportunitiesCommandOutput
|
|
10
|
-
extends ListOpportunitiesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListOpportunitiesResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListOpportunitiesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListOpportunitiesCommandInput
|
|
9
|
+
input: ListOpportunitiesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListOpportunitiesCommandInput,
|
|
17
12
|
ListOpportunitiesCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListOpportunitiesCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListOpportunitiesCommandInput
|
|
18
|
+
input: ListOpportunitiesCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListOpportunitiesCommandInput,
|
|
26
21
|
ListOpportunitiesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListOpportunityFromEngagementTasksResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListOpportunityFromEngagementTasksCommandInput
|
|
8
|
-
extends ListOpportunityFromEngagementTasksRequest {}
|
|
7
|
+
export interface ListOpportunityFromEngagementTasksCommandInput extends ListOpportunityFromEngagementTasksRequest {}
|
|
9
8
|
export interface ListOpportunityFromEngagementTasksCommandOutput
|
|
10
|
-
extends ListOpportunityFromEngagementTasksResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListOpportunityFromEngagementTasksResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListOpportunityFromEngagementTasksCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListOpportunityFromEngagementTasksCommandInput
|
|
12
|
+
input: ListOpportunityFromEngagementTasksCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListOpportunityFromEngagementTasksCommandInput,
|
|
17
15
|
ListOpportunityFromEngagementTasksCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListOpportunityFromEngagementTasksCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListOpportunityFromEngagementTasksCommandInput
|
|
21
|
+
input: ListOpportunityFromEngagementTasksCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListOpportunityFromEngagementTasksCommandInput,
|
|
26
24
|
ListOpportunityFromEngagementTasksCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListProspectingFromEngagementTasksResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListProspectingFromEngagementTasksCommandInput
|
|
8
|
-
extends ListProspectingFromEngagementTasksRequest {}
|
|
7
|
+
export interface ListProspectingFromEngagementTasksCommandInput extends ListProspectingFromEngagementTasksRequest {}
|
|
9
8
|
export interface ListProspectingFromEngagementTasksCommandOutput
|
|
10
|
-
extends ListProspectingFromEngagementTasksResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListProspectingFromEngagementTasksResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListProspectingFromEngagementTasksCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListProspectingFromEngagementTasksCommandInput
|
|
12
|
+
input: ListProspectingFromEngagementTasksCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListProspectingFromEngagementTasksCommandInput,
|
|
17
15
|
ListProspectingFromEngagementTasksCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListProspectingFromEngagementTasksCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListProspectingFromEngagementTasksCommandInput
|
|
21
|
+
input: ListProspectingFromEngagementTasksCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListProspectingFromEngagementTasksCommandInput,
|
|
26
24
|
ListProspectingFromEngagementTasksCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListResourceSnapshotJobsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListResourceSnapshotJobsCommandInput
|
|
8
|
-
extends ListResourceSnapshotJobsRequest {}
|
|
7
|
+
export interface ListResourceSnapshotJobsCommandInput extends ListResourceSnapshotJobsRequest {}
|
|
9
8
|
export interface ListResourceSnapshotJobsCommandOutput
|
|
10
|
-
extends ListResourceSnapshotJobsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListResourceSnapshotJobsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListResourceSnapshotJobsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListResourceSnapshotJobsCommandInput
|
|
12
|
+
input: ListResourceSnapshotJobsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListResourceSnapshotJobsCommandInput,
|
|
17
15
|
ListResourceSnapshotJobsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListResourceSnapshotJobsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListResourceSnapshotJobsCommandInput
|
|
21
|
+
input: ListResourceSnapshotJobsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListResourceSnapshotJobsCommandInput,
|
|
26
24
|
ListResourceSnapshotJobsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListResourceSnapshotsRequest,
|
|
4
|
-
ListResourceSnapshotsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListResourceSnapshotsRequest, ListResourceSnapshotsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListResourceSnapshotsCommandInput
|
|
8
|
-
extends ListResourceSnapshotsRequest {}
|
|
4
|
+
export interface ListResourceSnapshotsCommandInput extends ListResourceSnapshotsRequest {}
|
|
9
5
|
export interface ListResourceSnapshotsCommandOutput
|
|
10
|
-
extends ListResourceSnapshotsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListResourceSnapshotsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListResourceSnapshotsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListResourceSnapshotsCommandInput
|
|
9
|
+
input: ListResourceSnapshotsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListResourceSnapshotsCommandInput,
|
|
17
12
|
ListResourceSnapshotsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListResourceSnapshotsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListResourceSnapshotsCommandInput
|
|
18
|
+
input: ListResourceSnapshotsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListResourceSnapshotsCommandInput,
|
|
26
21
|
ListResourceSnapshotsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListSolutionsRequest,
|
|
4
|
-
ListSolutionsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListSolutionsRequest, ListSolutionsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListSolutionsCommandInput extends ListSolutionsRequest {}
|
|
8
|
-
export interface ListSolutionsCommandOutput
|
|
9
|
-
extends ListSolutionsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListSolutionsCommandOutput extends ListSolutionsResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListSolutionsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListSolutionsCommandInput
|
|
8
|
+
input: ListSolutionsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListSolutionsCommandInput,
|
|
16
11
|
ListSolutionsCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ListSolutionsCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ListSolutionsCommandInput
|
|
17
|
+
input: ListSolutionsCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ListSolutionsCommandInput,
|
|
25
20
|
ListSolutionsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForResourceRequest,
|
|
4
|
-
ListTagsForResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTagsForResourceCommandInput
|
|
8
|
-
extends ListTagsForResourceRequest {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
|
|
9
5
|
export interface ListTagsForResourceCommandOutput
|
|
10
|
-
extends ListTagsForResourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTagsForResourceResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListTagsForResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTagsForResourceCommandInput
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTagsForResourceCommandInput,
|
|
17
12
|
ListTagsForResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTagsForResourceCommandInput
|
|
18
|
+
input: ListTagsForResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTagsForResourceCommandInput,
|
|
26
21
|
ListTagsForResourceCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
PutSellingSystemSettingsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutSellingSystemSettingsCommandInput
|
|
8
|
-
extends PutSellingSystemSettingsRequest {}
|
|
7
|
+
export interface PutSellingSystemSettingsCommandInput extends PutSellingSystemSettingsRequest {}
|
|
9
8
|
export interface PutSellingSystemSettingsCommandOutput
|
|
10
|
-
extends PutSellingSystemSettingsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends PutSellingSystemSettingsResponse, __MetadataBearer {}
|
|
12
10
|
declare const PutSellingSystemSettingsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: PutSellingSystemSettingsCommandInput
|
|
12
|
+
input: PutSellingSystemSettingsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
PutSellingSystemSettingsCommandInput,
|
|
17
15
|
PutSellingSystemSettingsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const PutSellingSystemSettingsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: PutSellingSystemSettingsCommandInput
|
|
21
|
+
input: PutSellingSystemSettingsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
PutSellingSystemSettingsCommandInput,
|
|
26
24
|
PutSellingSystemSettingsCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { RejectEngagementInvitationRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface RejectEngagementInvitationCommandInput
|
|
5
|
-
|
|
6
|
-
export interface RejectEngagementInvitationCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface RejectEngagementInvitationCommandInput extends RejectEngagementInvitationRequest {}
|
|
5
|
+
export interface RejectEngagementInvitationCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const RejectEngagementInvitationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: RejectEngagementInvitationCommandInput
|
|
8
|
+
input: RejectEngagementInvitationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
RejectEngagementInvitationCommandInput,
|
|
13
11
|
RejectEngagementInvitationCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const RejectEngagementInvitationCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: RejectEngagementInvitationCommandInput
|
|
17
|
+
input: RejectEngagementInvitationCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
RejectEngagementInvitationCommandInput,
|
|
22
20
|
RejectEngagementInvitationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
StartEngagementByAcceptingInvitationTaskResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface StartEngagementByAcceptingInvitationTaskCommandInput
|
|
8
|
-
extends StartEngagementByAcceptingInvitationTaskRequest {}
|
|
7
|
+
export interface StartEngagementByAcceptingInvitationTaskCommandInput extends StartEngagementByAcceptingInvitationTaskRequest {}
|
|
9
8
|
export interface StartEngagementByAcceptingInvitationTaskCommandOutput
|
|
10
|
-
extends StartEngagementByAcceptingInvitationTaskResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends StartEngagementByAcceptingInvitationTaskResponse, __MetadataBearer {}
|
|
12
10
|
declare const StartEngagementByAcceptingInvitationTaskCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: StartEngagementByAcceptingInvitationTaskCommandInput
|
|
12
|
+
input: StartEngagementByAcceptingInvitationTaskCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
StartEngagementByAcceptingInvitationTaskCommandInput,
|
|
17
15
|
StartEngagementByAcceptingInvitationTaskCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const StartEngagementByAcceptingInvitationTaskCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: StartEngagementByAcceptingInvitationTaskCommandInput
|
|
21
|
+
input: StartEngagementByAcceptingInvitationTaskCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
StartEngagementByAcceptingInvitationTaskCommandInput,
|
|
26
24
|
StartEngagementByAcceptingInvitationTaskCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
StartEngagementFromOpportunityTaskResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface StartEngagementFromOpportunityTaskCommandInput
|
|
8
|
-
extends StartEngagementFromOpportunityTaskRequest {}
|
|
7
|
+
export interface StartEngagementFromOpportunityTaskCommandInput extends StartEngagementFromOpportunityTaskRequest {}
|
|
9
8
|
export interface StartEngagementFromOpportunityTaskCommandOutput
|
|
10
|
-
extends StartEngagementFromOpportunityTaskResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends StartEngagementFromOpportunityTaskResponse, __MetadataBearer {}
|
|
12
10
|
declare const StartEngagementFromOpportunityTaskCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: StartEngagementFromOpportunityTaskCommandInput
|
|
12
|
+
input: StartEngagementFromOpportunityTaskCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
StartEngagementFromOpportunityTaskCommandInput,
|
|
17
15
|
StartEngagementFromOpportunityTaskCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const StartEngagementFromOpportunityTaskCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: StartEngagementFromOpportunityTaskCommandInput
|
|
21
|
+
input: StartEngagementFromOpportunityTaskCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
StartEngagementFromOpportunityTaskCommandInput,
|
|
26
24
|
StartEngagementFromOpportunityTaskCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
StartOpportunityFromEngagementTaskResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface StartOpportunityFromEngagementTaskCommandInput
|
|
8
|
-
extends StartOpportunityFromEngagementTaskRequest {}
|
|
7
|
+
export interface StartOpportunityFromEngagementTaskCommandInput extends StartOpportunityFromEngagementTaskRequest {}
|
|
9
8
|
export interface StartOpportunityFromEngagementTaskCommandOutput
|
|
10
|
-
extends StartOpportunityFromEngagementTaskResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends StartOpportunityFromEngagementTaskResponse, __MetadataBearer {}
|
|
12
10
|
declare const StartOpportunityFromEngagementTaskCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: StartOpportunityFromEngagementTaskCommandInput
|
|
12
|
+
input: StartOpportunityFromEngagementTaskCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
StartOpportunityFromEngagementTaskCommandInput,
|
|
17
15
|
StartOpportunityFromEngagementTaskCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const StartOpportunityFromEngagementTaskCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: StartOpportunityFromEngagementTaskCommandInput
|
|
21
|
+
input: StartOpportunityFromEngagementTaskCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
StartOpportunityFromEngagementTaskCommandInput,
|
|
26
24
|
StartOpportunityFromEngagementTaskCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
StartProspectingFromEngagementTaskResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface StartProspectingFromEngagementTaskCommandInput
|
|
8
|
-
extends StartProspectingFromEngagementTaskRequest {}
|
|
7
|
+
export interface StartProspectingFromEngagementTaskCommandInput extends StartProspectingFromEngagementTaskRequest {}
|
|
9
8
|
export interface StartProspectingFromEngagementTaskCommandOutput
|
|
10
|
-
extends StartProspectingFromEngagementTaskResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends StartProspectingFromEngagementTaskResponse, __MetadataBearer {}
|
|
12
10
|
declare const StartProspectingFromEngagementTaskCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: StartProspectingFromEngagementTaskCommandInput
|
|
12
|
+
input: StartProspectingFromEngagementTaskCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
StartProspectingFromEngagementTaskCommandInput,
|
|
17
15
|
StartProspectingFromEngagementTaskCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const StartProspectingFromEngagementTaskCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: StartProspectingFromEngagementTaskCommandInput
|
|
21
|
+
input: StartProspectingFromEngagementTaskCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
StartProspectingFromEngagementTaskCommandInput,
|
|
26
24
|
StartProspectingFromEngagementTaskCommandOutput,
|