@aws-sdk/client-partnercentral-selling 3.948.0 → 3.952.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 +13 -7
- package/dist-es/models/enums.js +3 -0
- package/dist-es/schemas/schemas_0.js +9 -7
- package/dist-types/commands/CreateOpportunityCommand.d.ts +1 -0
- package/dist-types/commands/GetAwsOpportunitySummaryCommand.d.ts +1 -0
- package/dist-types/commands/GetOpportunityCommand.d.ts +1 -0
- package/dist-types/commands/UpdateOpportunityCommand.d.ts +1 -0
- package/dist-types/models/enums.d.ts +11 -0
- package/dist-types/models/models_0.d.ts +11 -1
- package/dist-types/ts3.4/models/enums.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3 -0
- package/package.json +2 -2
package/dist-cjs/index.js
CHANGED
|
@@ -255,7 +255,8 @@ const _APO = "AwsProductOptimization";
|
|
|
255
255
|
const _APOL = "AwsProductOptimizationsList";
|
|
256
256
|
const _APSIBS = "AwsProductsSpendInsightsBySource";
|
|
257
257
|
const _APp = "ApnPrograms";
|
|
258
|
-
const _APw = "
|
|
258
|
+
const _APw = "AwsPartition";
|
|
259
|
+
const _APws = "AwsProducts";
|
|
259
260
|
const _AR = "AccountReceiver";
|
|
260
261
|
const _AS = "AccountSummary";
|
|
261
262
|
const _ASd = "AddressSummary";
|
|
@@ -778,10 +779,10 @@ var AwsOpportunityProject = [
|
|
|
778
779
|
n0,
|
|
779
780
|
_AOP,
|
|
780
781
|
0,
|
|
781
|
-
[_ECS],
|
|
782
|
-
[[() => ExpectedCustomerSpendList, 0]],
|
|
782
|
+
[_ECS, _APw],
|
|
783
|
+
[[() => ExpectedCustomerSpendList, 0], 0],
|
|
783
784
|
];
|
|
784
|
-
var AwsOpportunityRelatedEntities = [3, n0, _AORE, 0, [
|
|
785
|
+
var AwsOpportunityRelatedEntities = [3, n0, _AORE, 0, [_APws, _So], [64 | 0, 64 | 0]];
|
|
785
786
|
var AwsProductDetails = [
|
|
786
787
|
3,
|
|
787
788
|
n0,
|
|
@@ -803,7 +804,7 @@ var AwsProductInsights = [
|
|
|
803
804
|
n0,
|
|
804
805
|
_API,
|
|
805
806
|
0,
|
|
806
|
-
[_CCu, _F, _TA, _TOA, _TPSA, _TABC,
|
|
807
|
+
[_CCu, _F, _TA, _TOA, _TPSA, _TABC, _APws],
|
|
807
808
|
[
|
|
808
809
|
[() => CurrencyCode$1, 0],
|
|
809
810
|
0,
|
|
@@ -1486,7 +1487,7 @@ var Project = [
|
|
|
1486
1487
|
n0,
|
|
1487
1488
|
_Pr,
|
|
1488
1489
|
0,
|
|
1489
|
-
[_DM, _ECS, _Ti, _APp, _CBP, _CUC, _ROI, _SAal, _CNo, _OCN, _OSD, _ACd],
|
|
1490
|
+
[_DM, _ECS, _Ti, _APp, _CBP, _CUC, _ROI, _SAal, _CNo, _OCN, _OSD, _ACd, _APw],
|
|
1490
1491
|
[
|
|
1491
1492
|
64 | 0,
|
|
1492
1493
|
[() => ExpectedCustomerSpendList, 0],
|
|
@@ -1500,6 +1501,7 @@ var Project = [
|
|
|
1500
1501
|
0,
|
|
1501
1502
|
[() => PiiString, 0],
|
|
1502
1503
|
0,
|
|
1504
|
+
0,
|
|
1503
1505
|
],
|
|
1504
1506
|
];
|
|
1505
1507
|
var ProjectDetails = [
|
|
@@ -1534,7 +1536,7 @@ var RelatedEntityIdentifiers = [
|
|
|
1534
1536
|
n0,
|
|
1535
1537
|
_REIel,
|
|
1536
1538
|
0,
|
|
1537
|
-
[_AMO, _AMOS, _So,
|
|
1539
|
+
[_AMO, _AMOS, _So, _APws],
|
|
1538
1540
|
[64 | 0, 64 | 0, 64 | 0, 64 | 0],
|
|
1539
1541
|
];
|
|
1540
1542
|
var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
@@ -3283,6 +3285,9 @@ const AwsOpportunityStage = {
|
|
|
3283
3285
|
TECHNICAL_VALIDATION: "Technical Validation",
|
|
3284
3286
|
TERM_SHEET_NEGOTIATION: "Term Sheet Negotiation",
|
|
3285
3287
|
};
|
|
3288
|
+
const AwsPartition = {
|
|
3289
|
+
AWS_EUSC: "aws-eusc",
|
|
3290
|
+
};
|
|
3286
3291
|
const MarketSegment = {
|
|
3287
3292
|
ENTERPRISE: "Enterprise",
|
|
3288
3293
|
LARGE: "Large",
|
|
@@ -3537,6 +3542,7 @@ exports.AwsClosedLostReason = AwsClosedLostReason;
|
|
|
3537
3542
|
exports.AwsFundingUsed = AwsFundingUsed;
|
|
3538
3543
|
exports.AwsMemberBusinessTitle = AwsMemberBusinessTitle;
|
|
3539
3544
|
exports.AwsOpportunityStage = AwsOpportunityStage;
|
|
3545
|
+
exports.AwsPartition = AwsPartition;
|
|
3540
3546
|
exports.Channel = Channel;
|
|
3541
3547
|
exports.ClosedLostReason = ClosedLostReason;
|
|
3542
3548
|
exports.CompetitorName = CompetitorName;
|
package/dist-es/models/enums.js
CHANGED
|
@@ -570,6 +570,9 @@ export const AwsOpportunityStage = {
|
|
|
570
570
|
TECHNICAL_VALIDATION: "Technical Validation",
|
|
571
571
|
TERM_SHEET_NEGOTIATION: "Term Sheet Negotiation",
|
|
572
572
|
};
|
|
573
|
+
export const AwsPartition = {
|
|
574
|
+
AWS_EUSC: "aws-eusc",
|
|
575
|
+
};
|
|
573
576
|
export const MarketSegment = {
|
|
574
577
|
ENTERPRISE: "Enterprise",
|
|
575
578
|
LARGE: "Large",
|
|
@@ -33,7 +33,8 @@ const _APO = "AwsProductOptimization";
|
|
|
33
33
|
const _APOL = "AwsProductOptimizationsList";
|
|
34
34
|
const _APSIBS = "AwsProductsSpendInsightsBySource";
|
|
35
35
|
const _APp = "ApnPrograms";
|
|
36
|
-
const _APw = "
|
|
36
|
+
const _APw = "AwsPartition";
|
|
37
|
+
const _APws = "AwsProducts";
|
|
37
38
|
const _AR = "AccountReceiver";
|
|
38
39
|
const _AS = "AccountSummary";
|
|
39
40
|
const _ASd = "AddressSummary";
|
|
@@ -559,10 +560,10 @@ export var AwsOpportunityProject = [
|
|
|
559
560
|
n0,
|
|
560
561
|
_AOP,
|
|
561
562
|
0,
|
|
562
|
-
[_ECS],
|
|
563
|
-
[[() => ExpectedCustomerSpendList, 0]],
|
|
563
|
+
[_ECS, _APw],
|
|
564
|
+
[[() => ExpectedCustomerSpendList, 0], 0],
|
|
564
565
|
];
|
|
565
|
-
export var AwsOpportunityRelatedEntities = [3, n0, _AORE, 0, [
|
|
566
|
+
export var AwsOpportunityRelatedEntities = [3, n0, _AORE, 0, [_APws, _So], [64 | 0, 64 | 0]];
|
|
566
567
|
export var AwsProductDetails = [
|
|
567
568
|
3,
|
|
568
569
|
n0,
|
|
@@ -584,7 +585,7 @@ export var AwsProductInsights = [
|
|
|
584
585
|
n0,
|
|
585
586
|
_API,
|
|
586
587
|
0,
|
|
587
|
-
[_CCu, _F, _TA, _TOA, _TPSA, _TABC,
|
|
588
|
+
[_CCu, _F, _TA, _TOA, _TPSA, _TABC, _APws],
|
|
588
589
|
[
|
|
589
590
|
[() => CurrencyCode, 0],
|
|
590
591
|
0,
|
|
@@ -1267,7 +1268,7 @@ export var Project = [
|
|
|
1267
1268
|
n0,
|
|
1268
1269
|
_Pr,
|
|
1269
1270
|
0,
|
|
1270
|
-
[_DM, _ECS, _Ti, _APp, _CBP, _CUC, _ROI, _SAal, _CNo, _OCN, _OSD, _ACd],
|
|
1271
|
+
[_DM, _ECS, _Ti, _APp, _CBP, _CUC, _ROI, _SAal, _CNo, _OCN, _OSD, _ACd, _APw],
|
|
1271
1272
|
[
|
|
1272
1273
|
64 | 0,
|
|
1273
1274
|
[() => ExpectedCustomerSpendList, 0],
|
|
@@ -1281,6 +1282,7 @@ export var Project = [
|
|
|
1281
1282
|
0,
|
|
1282
1283
|
[() => PiiString, 0],
|
|
1283
1284
|
0,
|
|
1285
|
+
0,
|
|
1284
1286
|
],
|
|
1285
1287
|
];
|
|
1286
1288
|
export var ProjectDetails = [
|
|
@@ -1315,7 +1317,7 @@ export var RelatedEntityIdentifiers = [
|
|
|
1315
1317
|
n0,
|
|
1316
1318
|
_REIel,
|
|
1317
1319
|
0,
|
|
1318
|
-
[_AMO, _AMOS, _So,
|
|
1320
|
+
[_AMO, _AMOS, _So, _APws],
|
|
1319
1321
|
[64 | 0, 64 | 0, 64 | 0, 64 | 0],
|
|
1320
1322
|
];
|
|
1321
1323
|
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
@@ -96,6 +96,7 @@ declare const CreateOpportunityCommand_base: {
|
|
|
96
96
|
* OtherCompetitorNames: "STRING_VALUE",
|
|
97
97
|
* OtherSolutionDescription: "STRING_VALUE",
|
|
98
98
|
* AdditionalComments: "STRING_VALUE",
|
|
99
|
+
* AwsPartition: "aws-eusc",
|
|
99
100
|
* },
|
|
100
101
|
* OpportunityType: "Net New Business" || "Flat Renewal" || "Expansion",
|
|
101
102
|
* Marketing: { // Marketing
|
|
@@ -102,6 +102,7 @@ declare const GetOpportunityCommand_base: {
|
|
|
102
102
|
* // OtherCompetitorNames: "STRING_VALUE",
|
|
103
103
|
* // OtherSolutionDescription: "STRING_VALUE",
|
|
104
104
|
* // AdditionalComments: "STRING_VALUE",
|
|
105
|
+
* // AwsPartition: "aws-eusc",
|
|
105
106
|
* // },
|
|
106
107
|
* // OpportunityType: "Net New Business" || "Flat Renewal" || "Expansion",
|
|
107
108
|
* // Marketing: { // Marketing
|
|
@@ -96,6 +96,7 @@ declare const UpdateOpportunityCommand_base: {
|
|
|
96
96
|
* OtherCompetitorNames: "STRING_VALUE",
|
|
97
97
|
* OtherSolutionDescription: "STRING_VALUE",
|
|
98
98
|
* AdditionalComments: "STRING_VALUE",
|
|
99
|
+
* AwsPartition: "aws-eusc",
|
|
99
100
|
* },
|
|
100
101
|
* OpportunityType: "Net New Business" || "Flat Renewal" || "Expansion",
|
|
101
102
|
* Marketing: { // Marketing
|
|
@@ -674,6 +674,17 @@ export declare const AwsOpportunityStage: {
|
|
|
674
674
|
* @public
|
|
675
675
|
*/
|
|
676
676
|
export type AwsOpportunityStage = (typeof AwsOpportunityStage)[keyof typeof AwsOpportunityStage];
|
|
677
|
+
/**
|
|
678
|
+
* @public
|
|
679
|
+
* @enum
|
|
680
|
+
*/
|
|
681
|
+
export declare const AwsPartition: {
|
|
682
|
+
readonly AWS_EUSC: "aws-eusc";
|
|
683
|
+
};
|
|
684
|
+
/**
|
|
685
|
+
* @public
|
|
686
|
+
*/
|
|
687
|
+
export type AwsPartition = (typeof AwsPartition)[keyof typeof AwsPartition];
|
|
677
688
|
/**
|
|
678
689
|
* @public
|
|
679
690
|
* @enum
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AwsClosedLostReason, AwsFundingUsed, AwsMemberBusinessTitle, AwsOpportunityStage, Channel, ClosedLostReason, CompetitorName, CountryCode, CurrencyCode, DeliveryModel, EngagementContextType, EngagementInvitationPayloadType, EngagementScore, EngagementSortName, Industry, InvitationStatus, InvolvementTypeChangeReason, ListTasksSortName, MarketingSource, MarketSegment, NationalSecurity, OpportunityEngagementInvitationSortName, OpportunityOrigin, OpportunitySortName, OpportunityType, ParticipantType, PaymentFrequency, PrimaryNeedFromAws, ReasonCode, ReceiverResponsibility, RelatedEntityType, ResourceSnapshotJobStatus, ResourceType, RevenueModel, ReviewStatus, SalesActivity, SalesInvolvementType, SolutionSortName, SolutionStatus, SortBy, SortOrder, Stage, TaskStatus, ValidationExceptionErrorCode, Visibility } from "./enums";
|
|
1
|
+
import { AwsClosedLostReason, AwsFundingUsed, AwsMemberBusinessTitle, AwsOpportunityStage, AwsPartition, Channel, ClosedLostReason, CompetitorName, CountryCode, CurrencyCode, DeliveryModel, EngagementContextType, EngagementInvitationPayloadType, EngagementScore, EngagementSortName, Industry, InvitationStatus, InvolvementTypeChangeReason, ListTasksSortName, MarketingSource, MarketSegment, NationalSecurity, OpportunityEngagementInvitationSortName, OpportunityOrigin, OpportunitySortName, OpportunityType, ParticipantType, PaymentFrequency, PrimaryNeedFromAws, ReasonCode, ReceiverResponsibility, RelatedEntityType, ResourceSnapshotJobStatus, ResourceType, RevenueModel, ReviewStatus, SalesActivity, SalesInvolvementType, SolutionSortName, SolutionStatus, SortBy, SortOrder, Stage, TaskStatus, ValidationExceptionErrorCode, Visibility } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* @public
|
|
4
4
|
*/
|
|
@@ -521,6 +521,11 @@ export interface AwsOpportunityProject {
|
|
|
521
521
|
* @public
|
|
522
522
|
*/
|
|
523
523
|
ExpectedCustomerSpend?: ExpectedCustomerSpend[] | undefined;
|
|
524
|
+
/**
|
|
525
|
+
* AWS partition where the opportunity will be deployed. Possible values: 'aws-eusc' for AWS European Sovereign Cloud, `null` for all other partitions
|
|
526
|
+
* @public
|
|
527
|
+
*/
|
|
528
|
+
AwsPartition?: AwsPartition | undefined;
|
|
524
529
|
}
|
|
525
530
|
/**
|
|
526
531
|
* <p>Represents other entities related to the AWS opportunity, such as AWS products, partner solutions, and marketplace offers. These associations help build a complete picture of the solution being sold.</p>
|
|
@@ -2447,6 +2452,11 @@ export interface Project {
|
|
|
2447
2452
|
* @public
|
|
2448
2453
|
*/
|
|
2449
2454
|
AdditionalComments?: string | undefined;
|
|
2455
|
+
/**
|
|
2456
|
+
* AWS partition where the opportunity will be deployed. Possible values: 'aws-eusc' for AWS European Sovereign Cloud, `null` for all other partitions
|
|
2457
|
+
* @public
|
|
2458
|
+
*/
|
|
2459
|
+
AwsPartition?: AwsPartition | undefined;
|
|
2450
2460
|
}
|
|
2451
2461
|
/**
|
|
2452
2462
|
* <p>Specifies payments details.</p>
|
|
@@ -593,6 +593,10 @@ export declare const AwsOpportunityStage: {
|
|
|
593
593
|
};
|
|
594
594
|
export type AwsOpportunityStage =
|
|
595
595
|
(typeof AwsOpportunityStage)[keyof typeof AwsOpportunityStage];
|
|
596
|
+
export declare const AwsPartition: {
|
|
597
|
+
readonly AWS_EUSC: "aws-eusc";
|
|
598
|
+
};
|
|
599
|
+
export type AwsPartition = (typeof AwsPartition)[keyof typeof AwsPartition];
|
|
596
600
|
export declare const MarketSegment: {
|
|
597
601
|
readonly ENTERPRISE: "Enterprise";
|
|
598
602
|
readonly LARGE: "Large";
|
|
@@ -3,6 +3,7 @@ import {
|
|
|
3
3
|
AwsFundingUsed,
|
|
4
4
|
AwsMemberBusinessTitle,
|
|
5
5
|
AwsOpportunityStage,
|
|
6
|
+
AwsPartition,
|
|
6
7
|
Channel,
|
|
7
8
|
ClosedLostReason,
|
|
8
9
|
CompetitorName,
|
|
@@ -168,6 +169,7 @@ export interface ExpectedCustomerSpend {
|
|
|
168
169
|
}
|
|
169
170
|
export interface AwsOpportunityProject {
|
|
170
171
|
ExpectedCustomerSpend?: ExpectedCustomerSpend[] | undefined;
|
|
172
|
+
AwsPartition?: AwsPartition | undefined;
|
|
171
173
|
}
|
|
172
174
|
export interface AwsOpportunityRelatedEntities {
|
|
173
175
|
AwsProducts?: string[] | undefined;
|
|
@@ -651,6 +653,7 @@ export interface Project {
|
|
|
651
653
|
OtherCompetitorNames?: string | undefined;
|
|
652
654
|
OtherSolutionDescription?: string | undefined;
|
|
653
655
|
AdditionalComments?: string | undefined;
|
|
656
|
+
AwsPartition?: AwsPartition | undefined;
|
|
654
657
|
}
|
|
655
658
|
export interface MonetaryValue {
|
|
656
659
|
Amount: string | undefined;
|
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.952.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-partnercentral-selling",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
24
|
"@aws-sdk/core": "3.947.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.952.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.936.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.936.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.948.0",
|