@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.
- package/dist-cjs/index.js +69 -463
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AcceptEngagementInvitationCommand.js +2 -14
- package/dist-es/commands/AssignOpportunityCommand.js +2 -14
- package/dist-es/commands/AssociateOpportunityCommand.js +2 -14
- package/dist-es/commands/CreateEngagementCommand.js +2 -14
- package/dist-es/commands/CreateEngagementContextCommand.js +2 -14
- package/dist-es/commands/CreateEngagementInvitationCommand.js +2 -14
- package/dist-es/commands/CreateOpportunityCommand.js +2 -14
- package/dist-es/commands/CreateResourceSnapshotCommand.js +2 -14
- package/dist-es/commands/CreateResourceSnapshotJobCommand.js +2 -14
- package/dist-es/commands/DeleteResourceSnapshotJobCommand.js +2 -14
- package/dist-es/commands/DisassociateOpportunityCommand.js +2 -14
- package/dist-es/commands/GetAwsOpportunitySummaryCommand.js +2 -14
- package/dist-es/commands/GetEngagementCommand.js +2 -14
- package/dist-es/commands/GetEngagementInvitationCommand.js +2 -14
- package/dist-es/commands/GetOpportunityCommand.js +2 -14
- package/dist-es/commands/GetProspectingFromEngagementTaskCommand.js +2 -14
- package/dist-es/commands/GetResourceSnapshotCommand.js +2 -14
- package/dist-es/commands/GetResourceSnapshotJobCommand.js +2 -14
- package/dist-es/commands/GetSellingSystemSettingsCommand.js +2 -14
- package/dist-es/commands/ListEngagementByAcceptingInvitationTasksCommand.js +2 -14
- package/dist-es/commands/ListEngagementFromOpportunityTasksCommand.js +2 -14
- package/dist-es/commands/ListEngagementInvitationsCommand.js +2 -14
- package/dist-es/commands/ListEngagementMembersCommand.js +2 -14
- package/dist-es/commands/ListEngagementResourceAssociationsCommand.js +2 -14
- package/dist-es/commands/ListEngagementsCommand.js +2 -14
- package/dist-es/commands/ListOpportunitiesCommand.js +2 -14
- package/dist-es/commands/ListOpportunityFromEngagementTasksCommand.js +2 -14
- package/dist-es/commands/ListProspectingFromEngagementTasksCommand.js +2 -14
- package/dist-es/commands/ListResourceSnapshotJobsCommand.js +2 -14
- package/dist-es/commands/ListResourceSnapshotsCommand.js +2 -14
- package/dist-es/commands/ListSolutionsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutSellingSystemSettingsCommand.js +2 -14
- package/dist-es/commands/RejectEngagementInvitationCommand.js +2 -14
- package/dist-es/commands/StartEngagementByAcceptingInvitationTaskCommand.js +2 -14
- package/dist-es/commands/StartEngagementFromOpportunityTaskCommand.js +2 -14
- package/dist-es/commands/StartOpportunityFromEngagementTaskCommand.js +2 -14
- package/dist-es/commands/StartProspectingFromEngagementTaskCommand.js +2 -14
- package/dist-es/commands/StartResourceSnapshotJobCommand.js +2 -14
- package/dist-es/commands/StopResourceSnapshotJobCommand.js +2 -14
- package/dist-es/commands/SubmitOpportunityCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateEngagementContextCommand.js +2 -14
- package/dist-es/commands/UpdateOpportunityCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +2 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +14 -8
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AcceptEngagementInvitationCommand.d.ts +3 -8
- package/dist-types/commands/AssignOpportunityCommand.d.ts +3 -8
- package/dist-types/commands/AssociateOpportunityCommand.d.ts +4 -9
- package/dist-types/commands/CreateEngagementCommand.d.ts +3 -8
- package/dist-types/commands/CreateEngagementContextCommand.d.ts +3 -8
- package/dist-types/commands/CreateEngagementInvitationCommand.d.ts +3 -8
- package/dist-types/commands/CreateOpportunityCommand.d.ts +3 -8
- package/dist-types/commands/CreateResourceSnapshotCommand.d.ts +3 -8
- package/dist-types/commands/CreateResourceSnapshotJobCommand.d.ts +3 -8
- package/dist-types/commands/DeleteResourceSnapshotJobCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateOpportunityCommand.d.ts +4 -9
- package/dist-types/commands/GetAwsOpportunitySummaryCommand.d.ts +9 -8
- package/dist-types/commands/GetEngagementCommand.d.ts +3 -8
- package/dist-types/commands/GetEngagementInvitationCommand.d.ts +3 -8
- package/dist-types/commands/GetOpportunityCommand.d.ts +9 -8
- package/dist-types/commands/GetProspectingFromEngagementTaskCommand.d.ts +3 -8
- package/dist-types/commands/GetResourceSnapshotCommand.d.ts +15 -8
- package/dist-types/commands/GetResourceSnapshotJobCommand.d.ts +3 -8
- package/dist-types/commands/GetSellingSystemSettingsCommand.d.ts +3 -8
- package/dist-types/commands/ListEngagementByAcceptingInvitationTasksCommand.d.ts +3 -8
- package/dist-types/commands/ListEngagementFromOpportunityTasksCommand.d.ts +3 -8
- package/dist-types/commands/ListEngagementInvitationsCommand.d.ts +3 -8
- package/dist-types/commands/ListEngagementMembersCommand.d.ts +3 -8
- package/dist-types/commands/ListEngagementResourceAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListEngagementsCommand.d.ts +3 -8
- package/dist-types/commands/ListOpportunitiesCommand.d.ts +3 -8
- package/dist-types/commands/ListOpportunityFromEngagementTasksCommand.d.ts +3 -8
- package/dist-types/commands/ListProspectingFromEngagementTasksCommand.d.ts +3 -8
- package/dist-types/commands/ListResourceSnapshotJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListResourceSnapshotsCommand.d.ts +3 -8
- package/dist-types/commands/ListSolutionsCommand.d.ts +7 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutSellingSystemSettingsCommand.d.ts +3 -8
- package/dist-types/commands/RejectEngagementInvitationCommand.d.ts +3 -8
- package/dist-types/commands/StartEngagementByAcceptingInvitationTaskCommand.d.ts +3 -8
- package/dist-types/commands/StartEngagementFromOpportunityTaskCommand.d.ts +3 -8
- package/dist-types/commands/StartOpportunityFromEngagementTaskCommand.d.ts +3 -8
- package/dist-types/commands/StartProspectingFromEngagementTaskCommand.d.ts +3 -8
- package/dist-types/commands/StartResourceSnapshotJobCommand.d.ts +3 -8
- package/dist-types/commands/StopResourceSnapshotJobCommand.d.ts +3 -8
- package/dist-types/commands/SubmitOpportunityCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateEngagementContextCommand.d.ts +3 -8
- package/dist-types/commands/UpdateOpportunityCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +30 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AcceptEngagementInvitationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssignOpportunityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateOpportunityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateEngagementCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateEngagementContextCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateEngagementInvitationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateOpportunityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateResourceSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateResourceSnapshotJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteResourceSnapshotJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateOpportunityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAwsOpportunitySummaryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEngagementCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEngagementInvitationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetOpportunityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetProspectingFromEngagementTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResourceSnapshotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResourceSnapshotJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSellingSystemSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEngagementByAcceptingInvitationTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEngagementFromOpportunityTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEngagementInvitationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEngagementMembersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEngagementResourceAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEngagementsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListOpportunitiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListOpportunityFromEngagementTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListProspectingFromEngagementTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResourceSnapshotJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResourceSnapshotsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSolutionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutSellingSystemSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RejectEngagementInvitationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartEngagementByAcceptingInvitationTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartEngagementFromOpportunityTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartOpportunityFromEngagementTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartProspectingFromEngagementTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartResourceSnapshotJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopResourceSnapshotJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SubmitOpportunityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateEngagementContextCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateOpportunityCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +6 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- 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
|
StartOpportunityFromEngagementTaskRequest,
|
|
5
4
|
StartOpportunityFromEngagementTaskResponse,
|
|
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 StartOpportunityFromEngagementTaskCommandInput
|
|
15
8
|
extends StartOpportunityFromEngagementTaskRequest {}
|
|
16
9
|
export interface StartOpportunityFromEngagementTaskCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const StartOpportunityFromEngagementTaskCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
StartOpportunityFromEngagementTaskCommandInput,
|
|
24
17
|
StartOpportunityFromEngagementTaskCommandOutput,
|
|
25
|
-
PartnerCentralSellingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").PartnerCentralSellingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: StartOpportunityFromEngagementTaskCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
StartOpportunityFromEngagementTaskCommandInput,
|
|
33
26
|
StartOpportunityFromEngagementTaskCommandOutput,
|
|
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 StartOpportunityFromEngagementTaskCommand extends StartOpportunityFromEngagementTaskCommand_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
|
StartProspectingFromEngagementTaskRequest,
|
|
5
4
|
StartProspectingFromEngagementTaskResponse,
|
|
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 StartProspectingFromEngagementTaskCommandInput
|
|
15
8
|
extends StartProspectingFromEngagementTaskRequest {}
|
|
16
9
|
export interface StartProspectingFromEngagementTaskCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const StartProspectingFromEngagementTaskCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
StartProspectingFromEngagementTaskCommandInput,
|
|
24
17
|
StartProspectingFromEngagementTaskCommandOutput,
|
|
25
|
-
PartnerCentralSellingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").PartnerCentralSellingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: StartProspectingFromEngagementTaskCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
StartProspectingFromEngagementTaskCommandInput,
|
|
33
26
|
StartProspectingFromEngagementTaskCommandOutput,
|
|
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 StartProspectingFromEngagementTaskCommand extends StartProspectingFromEngagementTaskCommand_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 { StartResourceSnapshotJobRequest } 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 StartResourceSnapshotJobCommandInput
|
|
12
5
|
extends StartResourceSnapshotJobRequest {}
|
|
13
6
|
export interface StartResourceSnapshotJobCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const StartResourceSnapshotJobCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
StartResourceSnapshotJobCommandInput,
|
|
20
13
|
StartResourceSnapshotJobCommandOutput,
|
|
21
|
-
PartnerCentralSellingClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").PartnerCentralSellingClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: StartResourceSnapshotJobCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
StartResourceSnapshotJobCommandInput,
|
|
29
22
|
StartResourceSnapshotJobCommandOutput,
|
|
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 StartResourceSnapshotJobCommand extends StartResourceSnapshotJobCommand_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 { StopResourceSnapshotJobRequest } 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 StopResourceSnapshotJobCommandInput
|
|
12
5
|
extends StopResourceSnapshotJobRequest {}
|
|
13
6
|
export interface StopResourceSnapshotJobCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const StopResourceSnapshotJobCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
StopResourceSnapshotJobCommandInput,
|
|
20
13
|
StopResourceSnapshotJobCommandOutput,
|
|
21
|
-
PartnerCentralSellingClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").PartnerCentralSellingClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: StopResourceSnapshotJobCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
StopResourceSnapshotJobCommandInput,
|
|
29
22
|
StopResourceSnapshotJobCommandOutput,
|
|
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 StopResourceSnapshotJobCommand extends StopResourceSnapshotJobCommand_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 { SubmitOpportunityRequest } 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 SubmitOpportunityCommandInput
|
|
12
5
|
extends SubmitOpportunityRequest {}
|
|
13
6
|
export interface SubmitOpportunityCommandOutput extends __MetadataBearer {}
|
|
@@ -17,22 +10,20 @@ declare const SubmitOpportunityCommand_base: {
|
|
|
17
10
|
): import("@smithy/core/client").CommandImpl<
|
|
18
11
|
SubmitOpportunityCommandInput,
|
|
19
12
|
SubmitOpportunityCommandOutput,
|
|
20
|
-
PartnerCentralSellingClientResolvedConfig,
|
|
21
|
-
ServiceInputTypes,
|
|
22
|
-
ServiceOutputTypes
|
|
13
|
+
import("..").PartnerCentralSellingClientResolvedConfig,
|
|
14
|
+
import("..").ServiceInputTypes,
|
|
15
|
+
import("..").ServiceOutputTypes
|
|
23
16
|
>;
|
|
24
17
|
new (
|
|
25
18
|
input: SubmitOpportunityCommandInput
|
|
26
19
|
): import("@smithy/core/client").CommandImpl<
|
|
27
20
|
SubmitOpportunityCommandInput,
|
|
28
21
|
SubmitOpportunityCommandOutput,
|
|
29
|
-
PartnerCentralSellingClientResolvedConfig,
|
|
30
|
-
ServiceInputTypes,
|
|
31
|
-
ServiceOutputTypes
|
|
22
|
+
import("..").PartnerCentralSellingClientResolvedConfig,
|
|
23
|
+
import("..").ServiceInputTypes,
|
|
24
|
+
import("..").ServiceOutputTypes
|
|
32
25
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
34
|
-
[x: string]: unknown;
|
|
35
|
-
};
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
36
27
|
};
|
|
37
28
|
export declare class SubmitOpportunityCommand extends SubmitOpportunityCommand_base {
|
|
38
29
|
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 { TagResourceRequest, TagResourceResponse } 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 TagResourceCommandInput extends TagResourceRequest {}
|
|
12
5
|
export interface TagResourceCommandOutput
|
|
13
6
|
extends TagResourceResponse,
|
|
@@ -18,22 +11,20 @@ declare const TagResourceCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
TagResourceCommandInput,
|
|
20
13
|
TagResourceCommandOutput,
|
|
21
|
-
PartnerCentralSellingClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").PartnerCentralSellingClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: TagResourceCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
TagResourceCommandInput,
|
|
29
22
|
TagResourceCommandOutput,
|
|
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 TagResourceCommand extends TagResourceCommand_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
|
UntagResourceRequest,
|
|
5
4
|
UntagResourceResponse,
|
|
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 UntagResourceCommandInput extends UntagResourceRequest {}
|
|
15
8
|
export interface UntagResourceCommandOutput
|
|
16
9
|
extends UntagResourceResponse,
|
|
@@ -21,22 +14,20 @@ declare const UntagResourceCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
UntagResourceCommandInput,
|
|
23
16
|
UntagResourceCommandOutput,
|
|
24
|
-
PartnerCentralSellingClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").PartnerCentralSellingClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: UntagResourceCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
UntagResourceCommandInput,
|
|
32
25
|
UntagResourceCommandOutput,
|
|
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 UntagResourceCommand extends UntagResourceCommand_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
|
UpdateEngagementContextRequest,
|
|
5
4
|
UpdateEngagementContextResponse,
|
|
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 UpdateEngagementContextCommandInput
|
|
15
8
|
extends UpdateEngagementContextRequest {}
|
|
16
9
|
export interface UpdateEngagementContextCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdateEngagementContextCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdateEngagementContextCommandInput,
|
|
24
17
|
UpdateEngagementContextCommandOutput,
|
|
25
|
-
PartnerCentralSellingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").PartnerCentralSellingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: UpdateEngagementContextCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdateEngagementContextCommandInput,
|
|
33
26
|
UpdateEngagementContextCommandOutput,
|
|
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 UpdateEngagementContextCommand extends UpdateEngagementContextCommand_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
|
UpdateOpportunityRequest,
|
|
5
4
|
UpdateOpportunityResponse,
|
|
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 UpdateOpportunityCommandInput
|
|
15
8
|
extends UpdateOpportunityRequest {}
|
|
16
9
|
export interface UpdateOpportunityCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdateOpportunityCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdateOpportunityCommandInput,
|
|
24
17
|
UpdateOpportunityCommandOutput,
|
|
25
|
-
PartnerCentralSellingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").PartnerCentralSellingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: UpdateOpportunityCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdateOpportunityCommandInput,
|
|
33
26
|
UpdateOpportunityCommandOutput,
|
|
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 UpdateOpportunityCommand extends UpdateOpportunityCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { PartnerCentralSellingExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
7
8
|
export * from "./schemas/schemas_0";
|
|
8
9
|
export * from "./pagination";
|
|
9
10
|
export * from "./models/enums";
|
|
@@ -309,6 +309,8 @@ export type Industry = (typeof Industry)[keyof typeof Industry];
|
|
|
309
309
|
export declare const RelatedEntityType: {
|
|
310
310
|
readonly AWS_MARKETPLACE_OFFERS: "AwsMarketplaceOffers";
|
|
311
311
|
readonly AWS_MARKETPLACE_OFFER_SETS: "AwsMarketplaceOfferSets";
|
|
312
|
+
readonly AWS_MARKETPLACE_PRODUCTS: "AwsMarketplaceProducts";
|
|
313
|
+
readonly AWS_MARKETPLACE_SOLUTIONS: "AwsMarketplaceSolutions";
|
|
312
314
|
readonly AWS_PRODUCTS: "AwsProducts";
|
|
313
315
|
readonly SOLUTIONS: "Solutions";
|
|
314
316
|
};
|
|
@@ -188,6 +188,8 @@ export interface AwsOpportunityProject {
|
|
|
188
188
|
export interface AwsOpportunityRelatedEntities {
|
|
189
189
|
AwsProducts?: string[] | undefined;
|
|
190
190
|
Solutions?: string[] | undefined;
|
|
191
|
+
AwsMarketplaceSolutions?: string[] | undefined;
|
|
192
|
+
AwsMarketplaceProducts?: string[] | undefined;
|
|
191
193
|
}
|
|
192
194
|
export interface AwsTeamMember {
|
|
193
195
|
Email?: string | undefined;
|
|
@@ -799,6 +801,8 @@ export interface RelatedEntityIdentifiers {
|
|
|
799
801
|
AwsMarketplaceOfferSets?: string[] | undefined;
|
|
800
802
|
Solutions?: string[] | undefined;
|
|
801
803
|
AwsProducts?: string[] | undefined;
|
|
804
|
+
AwsMarketplaceSolutions?: string[] | undefined;
|
|
805
|
+
AwsMarketplaceProducts?: string[] | undefined;
|
|
802
806
|
}
|
|
803
807
|
export interface GetOpportunityResponse {
|
|
804
808
|
Catalog: string | undefined;
|
|
@@ -1224,6 +1228,7 @@ export interface ListSolutionsRequest {
|
|
|
1224
1228
|
Status?: SolutionStatus[] | undefined;
|
|
1225
1229
|
Identifier?: string[] | undefined;
|
|
1226
1230
|
Category?: string[] | undefined;
|
|
1231
|
+
AwsMarketplaceSolutionArn?: string[] | undefined;
|
|
1227
1232
|
}
|
|
1228
1233
|
export interface SolutionBase {
|
|
1229
1234
|
Catalog: string | undefined;
|
|
@@ -1233,6 +1238,7 @@ export interface SolutionBase {
|
|
|
1233
1238
|
Status: SolutionStatus | undefined;
|
|
1234
1239
|
Category: string | undefined;
|
|
1235
1240
|
CreatedDate: Date | undefined;
|
|
1241
|
+
AwsMarketplaceSolutionArn?: string | undefined;
|
|
1236
1242
|
}
|
|
1237
1243
|
export interface ListSolutionsResponse {
|
|
1238
1244
|
SolutionSummaries: SolutionBase[] | undefined;
|
|
@@ -22,7 +22,6 @@ export declare const getRuntimeConfig: (
|
|
|
22
22
|
| import("@smithy/core/protocols").HttpHandler<any>
|
|
23
23
|
| RequestHandler;
|
|
24
24
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
25
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
26
25
|
streamCollector: (
|
|
27
26
|
stream:
|
|
28
27
|
| import("stream").Readable
|
|
@@ -44,6 +43,7 @@ export declare const getRuntimeConfig: (
|
|
|
44
43
|
[setting: string]: unknown;
|
|
45
44
|
};
|
|
46
45
|
apiVersion: string;
|
|
46
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
47
47
|
urlParser: import("@smithy/types").UrlParser;
|
|
48
48
|
base64Decoder: import("@smithy/types").Decoder;
|
|
49
49
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -23,7 +23,6 @@ export declare const getRuntimeConfig: (
|
|
|
23
23
|
| RequestHandler
|
|
24
24
|
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
25
25
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
26
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
27
26
|
streamCollector: (
|
|
28
27
|
stream:
|
|
29
28
|
| import("stream").Readable
|
|
@@ -44,6 +43,7 @@ export declare const getRuntimeConfig: (
|
|
|
44
43
|
[setting: string]: unknown;
|
|
45
44
|
};
|
|
46
45
|
apiVersion: string;
|
|
46
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
47
47
|
urlParser: import("@smithy/types").UrlParser;
|
|
48
48
|
base64Decoder: import("@smithy/types").Decoder;
|
|
49
49
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -3,7 +3,6 @@ export declare const getRuntimeConfig: (
|
|
|
3
3
|
config: PartnerCentralSellingClientConfig
|
|
4
4
|
) => {
|
|
5
5
|
runtime: string;
|
|
6
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
7
6
|
requestHandler:
|
|
8
7
|
| import("@smithy/types").NodeHttpHandlerOptions
|
|
9
8
|
| import("@smithy/types").FetchHttpHandlerOptions
|
|
@@ -20,6 +19,7 @@ export declare const getRuntimeConfig: (
|
|
|
20
19
|
[setting: string]: unknown;
|
|
21
20
|
};
|
|
22
21
|
apiVersion: string;
|
|
22
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
23
23
|
urlParser: import("@smithy/types").UrlParser;
|
|
24
24
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
25
25
|
streamCollector: (
|
|
@@ -26,6 +26,7 @@ export declare const getRuntimeConfig: (
|
|
|
26
26
|
defaultNamespace?: string;
|
|
27
27
|
};
|
|
28
28
|
serviceId: string;
|
|
29
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
29
30
|
urlParser: import("@smithy/types").UrlParser;
|
|
30
31
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
31
32
|
utf8Encoder: (input: Uint8Array | string) => string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-partnercentral-selling",
|
|
3
3
|
"description": "AWS SDK for JavaScript Partnercentral Selling Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1078.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
@@ -19,15 +19,13 @@
|
|
|
19
19
|
"module": "./dist-es/index.js",
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@aws-
|
|
23
|
-
"@aws-
|
|
24
|
-
"@aws-sdk/
|
|
25
|
-
"@
|
|
26
|
-
"@
|
|
27
|
-
"@smithy/
|
|
28
|
-
"@smithy/
|
|
29
|
-
"@smithy/node-http-handler": "^4.9.0",
|
|
30
|
-
"@smithy/types": "^4.15.0",
|
|
22
|
+
"@aws-sdk/core": "^3.974.26",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "^3.972.61",
|
|
24
|
+
"@aws-sdk/types": "^3.973.15",
|
|
25
|
+
"@smithy/core": "^3.29.0",
|
|
26
|
+
"@smithy/fetch-http-handler": "^5.6.2",
|
|
27
|
+
"@smithy/node-http-handler": "^4.9.2",
|
|
28
|
+
"@smithy/types": "^4.15.1",
|
|
31
29
|
"tslib": "^2.6.2"
|
|
32
30
|
},
|
|
33
31
|
"devDependencies": {
|