@aws-sdk/client-partnercentral-selling 3.1119.0 → 3.1121.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 +19 -10
- package/dist-es/models/enums.js +1 -0
- package/dist-es/schemas/schemas_0.js +16 -9
- package/dist-types/commands/GetAwsOpportunitySummaryCommand.d.ts +10 -1
- package/dist-types/commands/GetResourceSnapshotCommand.d.ts +10 -1
- package/dist-types/models/enums.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +52 -16
- package/dist-types/schemas/schemas_0.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +12 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -67,7 +67,7 @@ const commonParams = {
|
|
|
67
67
|
Region: { type: "builtInParams", name: "region" },
|
|
68
68
|
};
|
|
69
69
|
|
|
70
|
-
var version = "3.
|
|
70
|
+
var version = "3.1120.0";
|
|
71
71
|
var packageInfo = {
|
|
72
72
|
version: version};
|
|
73
73
|
|
|
@@ -269,6 +269,7 @@ const _APw = "AwsPartition";
|
|
|
269
269
|
const _APws = "AwsProducts";
|
|
270
270
|
const _AR = "AccountReceiver";
|
|
271
271
|
const _AS = "AccountSummary";
|
|
272
|
+
const _ASR = "AwsSoftwareRevenue";
|
|
272
273
|
const _ASd = "AddressSummary";
|
|
273
274
|
const _ASw = "AwsSubmission";
|
|
274
275
|
const _ATCD = "AfterTargetCloseDate";
|
|
@@ -353,6 +354,7 @@ const _DRSJ = "DeleteResourceSnapshotJob";
|
|
|
353
354
|
const _DRSJR = "DeleteResourceSnapshotJobRequest";
|
|
354
355
|
const _De = "Description";
|
|
355
356
|
const _Det = "Details";
|
|
357
|
+
const _Di = "Discount";
|
|
356
358
|
const _E = "Email";
|
|
357
359
|
const _EA = "EngagementArn";
|
|
358
360
|
const _EC = "EngagementCustomer";
|
|
@@ -368,9 +370,9 @@ const _ECSL = "ExpectedCustomerSpendList";
|
|
|
368
370
|
const _ECT = "ExcludeContextTypes";
|
|
369
371
|
const _ECn = "EnrichmentContext";
|
|
370
372
|
const _ECng = "EngagementContexts";
|
|
371
|
-
const _ED = "
|
|
372
|
-
const _EDf = "EffectiveDate";
|
|
373
|
+
const _ED = "EffectiveDate";
|
|
373
374
|
const _EDn = "EngagementDescription";
|
|
375
|
+
const _EDx = "ExpirationDate";
|
|
374
376
|
const _EI = "EngagementIdentifier";
|
|
375
377
|
const _EII = "EngagementInvitationIdentifier";
|
|
376
378
|
const _EIIn = "EngagementInvitationId";
|
|
@@ -885,8 +887,8 @@ var AwsOpportunityRelatedEntities$ = [3, n0, _AORE,
|
|
|
885
887
|
];
|
|
886
888
|
var AwsOpportunitySummaryFullView$ = [3, n0, _AOSFV,
|
|
887
889
|
0,
|
|
888
|
-
[_ROI, _O, _IT, _V, _LC, _OT, _Ins, _ITCR, _REIe, _Cu, _Pr, _CM],
|
|
889
|
-
[0, 0, 0, 0, [() => AwsOpportunityLifeCycle$, 0], [() => AwsOpportunityTeamMembersList, 0], [() => AwsOpportunityInsights$, 0], 0, () => AwsOpportunityRelatedEntities$, [() => AwsOpportunityCustomer$, 0], [() => AwsOpportunityProject$, 0], 0]
|
|
890
|
+
[_ROI, _O, _IT, _V, _LC, _OT, _Ins, _ITCR, _REIe, _Cu, _Pr, _CM, _SR],
|
|
891
|
+
[0, 0, 0, 0, [() => AwsOpportunityLifeCycle$, 0], [() => AwsOpportunityTeamMembersList, 0], [() => AwsOpportunityInsights$, 0], 0, () => AwsOpportunityRelatedEntities$, [() => AwsOpportunityCustomer$, 0], [() => AwsOpportunityProject$, 0], 0, [() => AwsSoftwareRevenue$, 0]]
|
|
890
892
|
];
|
|
891
893
|
var AwsProductDetails$ = [3, n0, _APD,
|
|
892
894
|
0,
|
|
@@ -908,6 +910,11 @@ var AwsProductsSpendInsightsBySource$ = [3, n0, _APSIBS,
|
|
|
908
910
|
[_Pa, _AWS],
|
|
909
911
|
[[() => AwsProductInsights$, 0], [() => AwsProductInsights$, 0]]
|
|
910
912
|
];
|
|
913
|
+
var AwsSoftwareRevenue$ = [3, n0, _ASR,
|
|
914
|
+
0,
|
|
915
|
+
[_Va, _Di, _ED, _EDx],
|
|
916
|
+
[[() => MonetaryValue$, 0], 0, 0, 0]
|
|
917
|
+
];
|
|
911
918
|
var AwsSubmission$ = [3, n0, _ASw,
|
|
912
919
|
0,
|
|
913
920
|
[_IT, _V],
|
|
@@ -1030,7 +1037,7 @@ var EngagementCustomerProjectDetails$ = [3, n0, _ECPD,
|
|
|
1030
1037
|
];
|
|
1031
1038
|
var EngagementInvitationSummary$ = [3, n0, _EIS,
|
|
1032
1039
|
0,
|
|
1033
|
-
[_Id, _C, _Ar, _PT, _EIn, _ET, _St, _ID,
|
|
1040
|
+
[_Id, _C, _Ar, _PT, _EIn, _ET, _St, _ID, _EDx, _SAAI, _SCN, _Rec, _PTa],
|
|
1034
1041
|
[0, 0, 0, 0, 0, 0, 0, 5, 5, [() => AwsAccount, 0], 0, [() => Receiver$, 0], 0], 2
|
|
1035
1042
|
];
|
|
1036
1043
|
var EngagementMember$ = [3, n0, _EM,
|
|
@@ -1085,8 +1092,8 @@ var GetAwsOpportunitySummaryRequest$ = [3, n0, _GAOSR,
|
|
|
1085
1092
|
];
|
|
1086
1093
|
var GetAwsOpportunitySummaryResponse$ = [3, n0, _GAOSRe,
|
|
1087
1094
|
0,
|
|
1088
|
-
[_C, _ROI, _O, _IT, _V, _LC, _OT, _Ins, _ITCR, _REIe, _Cu, _Pr, _CM],
|
|
1089
|
-
[0, 0, 0, 0, 0, [() => AwsOpportunityLifeCycle$, 0], [() => AwsOpportunityTeamMembersList, 0], [() => AwsOpportunityInsights$, 0], 0, () => AwsOpportunityRelatedEntities$, [() => AwsOpportunityCustomer$, 0], [() => AwsOpportunityProject$, 0], 0], 1
|
|
1095
|
+
[_C, _ROI, _O, _IT, _V, _LC, _OT, _Ins, _ITCR, _REIe, _Cu, _Pr, _CM, _SR],
|
|
1096
|
+
[0, 0, 0, 0, 0, [() => AwsOpportunityLifeCycle$, 0], [() => AwsOpportunityTeamMembersList, 0], [() => AwsOpportunityInsights$, 0], 0, () => AwsOpportunityRelatedEntities$, [() => AwsOpportunityCustomer$, 0], [() => AwsOpportunityProject$, 0], 0, [() => AwsSoftwareRevenue$, 0]], 1
|
|
1090
1097
|
];
|
|
1091
1098
|
var GetEngagementInvitationRequest$ = [3, n0, _GEIR,
|
|
1092
1099
|
0,
|
|
@@ -1095,7 +1102,7 @@ var GetEngagementInvitationRequest$ = [3, n0, _GEIR,
|
|
|
1095
1102
|
];
|
|
1096
1103
|
var GetEngagementInvitationResponse$ = [3, n0, _GEIRe,
|
|
1097
1104
|
0,
|
|
1098
|
-
[_Id, _C, _Ar, _PT, _EIn, _ET, _St, _ID,
|
|
1105
|
+
[_Id, _C, _Ar, _PT, _EIn, _ET, _St, _ID, _EDx, _SAAI, _SCN, _Rec, _RR, _Pay, _IM, _EDn, _EMx, _ECn],
|
|
1099
1106
|
[0, 0, 0, 0, 0, 0, 0, 5, 5, [() => AwsAccount, 0], 0, [() => Receiver$, 0], 0, [() => Payload$, 0], [() => InvitationMessage, 0], 0, [() => EngagementMemberSummaries, 0], [() => EnrichmentContext$, 0]], 2
|
|
1100
1107
|
];
|
|
1101
1108
|
var GetEngagementRequest$ = [3, n0, _GER,
|
|
@@ -1525,7 +1532,7 @@ var SenderContact$ = [3, n0, _SCen,
|
|
|
1525
1532
|
];
|
|
1526
1533
|
var SoftwareRevenue$ = [3, n0, _SR,
|
|
1527
1534
|
0,
|
|
1528
|
-
[_DMe, _Va,
|
|
1535
|
+
[_DMe, _Va, _ED, _EDx],
|
|
1529
1536
|
[0, [() => MonetaryValue$, 0], 0, 0]
|
|
1530
1537
|
];
|
|
1531
1538
|
var SolutionBase$ = [3, n0, _SBo,
|
|
@@ -2676,6 +2683,7 @@ const AwsMemberBusinessTitle = {
|
|
|
2676
2683
|
ISVSM: "ISVSM",
|
|
2677
2684
|
PDM: "PDM",
|
|
2678
2685
|
PSM: "PSM",
|
|
2686
|
+
SIGNATORY: "Signatory",
|
|
2679
2687
|
WWPSPDM: "WWPSPDM",
|
|
2680
2688
|
};
|
|
2681
2689
|
const CurrencyCode = {
|
|
@@ -3165,6 +3173,7 @@ exports.AwsProductDetails$ = AwsProductDetails$;
|
|
|
3165
3173
|
exports.AwsProductInsights$ = AwsProductInsights$;
|
|
3166
3174
|
exports.AwsProductOptimization$ = AwsProductOptimization$;
|
|
3167
3175
|
exports.AwsProductsSpendInsightsBySource$ = AwsProductsSpendInsightsBySource$;
|
|
3176
|
+
exports.AwsSoftwareRevenue$ = AwsSoftwareRevenue$;
|
|
3168
3177
|
exports.AwsSubmission$ = AwsSubmission$;
|
|
3169
3178
|
exports.AwsTeamMember$ = AwsTeamMember$;
|
|
3170
3179
|
exports.Channel = Channel;
|
package/dist-es/models/enums.js
CHANGED
|
@@ -43,6 +43,7 @@ const _APw = "AwsPartition";
|
|
|
43
43
|
const _APws = "AwsProducts";
|
|
44
44
|
const _AR = "AccountReceiver";
|
|
45
45
|
const _AS = "AccountSummary";
|
|
46
|
+
const _ASR = "AwsSoftwareRevenue";
|
|
46
47
|
const _ASd = "AddressSummary";
|
|
47
48
|
const _ASw = "AwsSubmission";
|
|
48
49
|
const _ATCD = "AfterTargetCloseDate";
|
|
@@ -127,6 +128,7 @@ const _DRSJ = "DeleteResourceSnapshotJob";
|
|
|
127
128
|
const _DRSJR = "DeleteResourceSnapshotJobRequest";
|
|
128
129
|
const _De = "Description";
|
|
129
130
|
const _Det = "Details";
|
|
131
|
+
const _Di = "Discount";
|
|
130
132
|
const _E = "Email";
|
|
131
133
|
const _EA = "EngagementArn";
|
|
132
134
|
const _EC = "EngagementCustomer";
|
|
@@ -142,9 +144,9 @@ const _ECSL = "ExpectedCustomerSpendList";
|
|
|
142
144
|
const _ECT = "ExcludeContextTypes";
|
|
143
145
|
const _ECn = "EnrichmentContext";
|
|
144
146
|
const _ECng = "EngagementContexts";
|
|
145
|
-
const _ED = "
|
|
146
|
-
const _EDf = "EffectiveDate";
|
|
147
|
+
const _ED = "EffectiveDate";
|
|
147
148
|
const _EDn = "EngagementDescription";
|
|
149
|
+
const _EDx = "ExpirationDate";
|
|
148
150
|
const _EI = "EngagementIdentifier";
|
|
149
151
|
const _EII = "EngagementInvitationIdentifier";
|
|
150
152
|
const _EIIn = "EngagementInvitationId";
|
|
@@ -662,8 +664,8 @@ export var AwsOpportunityRelatedEntities$ = [3, n0, _AORE,
|
|
|
662
664
|
];
|
|
663
665
|
export var AwsOpportunitySummaryFullView$ = [3, n0, _AOSFV,
|
|
664
666
|
0,
|
|
665
|
-
[_ROI, _O, _IT, _V, _LC, _OT, _Ins, _ITCR, _REIe, _Cu, _Pr, _CM],
|
|
666
|
-
[0, 0, 0, 0, [() => AwsOpportunityLifeCycle$, 0], [() => AwsOpportunityTeamMembersList, 0], [() => AwsOpportunityInsights$, 0], 0, () => AwsOpportunityRelatedEntities$, [() => AwsOpportunityCustomer$, 0], [() => AwsOpportunityProject$, 0], 0]
|
|
667
|
+
[_ROI, _O, _IT, _V, _LC, _OT, _Ins, _ITCR, _REIe, _Cu, _Pr, _CM, _SR],
|
|
668
|
+
[0, 0, 0, 0, [() => AwsOpportunityLifeCycle$, 0], [() => AwsOpportunityTeamMembersList, 0], [() => AwsOpportunityInsights$, 0], 0, () => AwsOpportunityRelatedEntities$, [() => AwsOpportunityCustomer$, 0], [() => AwsOpportunityProject$, 0], 0, [() => AwsSoftwareRevenue$, 0]]
|
|
667
669
|
];
|
|
668
670
|
export var AwsProductDetails$ = [3, n0, _APD,
|
|
669
671
|
0,
|
|
@@ -685,6 +687,11 @@ export var AwsProductsSpendInsightsBySource$ = [3, n0, _APSIBS,
|
|
|
685
687
|
[_Pa, _AWS],
|
|
686
688
|
[[() => AwsProductInsights$, 0], [() => AwsProductInsights$, 0]]
|
|
687
689
|
];
|
|
690
|
+
export var AwsSoftwareRevenue$ = [3, n0, _ASR,
|
|
691
|
+
0,
|
|
692
|
+
[_Va, _Di, _ED, _EDx],
|
|
693
|
+
[[() => MonetaryValue$, 0], 0, 0, 0]
|
|
694
|
+
];
|
|
688
695
|
export var AwsSubmission$ = [3, n0, _ASw,
|
|
689
696
|
0,
|
|
690
697
|
[_IT, _V],
|
|
@@ -807,7 +814,7 @@ export var EngagementCustomerProjectDetails$ = [3, n0, _ECPD,
|
|
|
807
814
|
];
|
|
808
815
|
export var EngagementInvitationSummary$ = [3, n0, _EIS,
|
|
809
816
|
0,
|
|
810
|
-
[_Id, _C, _Ar, _PT, _EIn, _ET, _St, _ID,
|
|
817
|
+
[_Id, _C, _Ar, _PT, _EIn, _ET, _St, _ID, _EDx, _SAAI, _SCN, _Rec, _PTa],
|
|
811
818
|
[0, 0, 0, 0, 0, 0, 0, 5, 5, [() => AwsAccount, 0], 0, [() => Receiver$, 0], 0], 2
|
|
812
819
|
];
|
|
813
820
|
export var EngagementMember$ = [3, n0, _EM,
|
|
@@ -862,8 +869,8 @@ export var GetAwsOpportunitySummaryRequest$ = [3, n0, _GAOSR,
|
|
|
862
869
|
];
|
|
863
870
|
export var GetAwsOpportunitySummaryResponse$ = [3, n0, _GAOSRe,
|
|
864
871
|
0,
|
|
865
|
-
[_C, _ROI, _O, _IT, _V, _LC, _OT, _Ins, _ITCR, _REIe, _Cu, _Pr, _CM],
|
|
866
|
-
[0, 0, 0, 0, 0, [() => AwsOpportunityLifeCycle$, 0], [() => AwsOpportunityTeamMembersList, 0], [() => AwsOpportunityInsights$, 0], 0, () => AwsOpportunityRelatedEntities$, [() => AwsOpportunityCustomer$, 0], [() => AwsOpportunityProject$, 0], 0], 1
|
|
872
|
+
[_C, _ROI, _O, _IT, _V, _LC, _OT, _Ins, _ITCR, _REIe, _Cu, _Pr, _CM, _SR],
|
|
873
|
+
[0, 0, 0, 0, 0, [() => AwsOpportunityLifeCycle$, 0], [() => AwsOpportunityTeamMembersList, 0], [() => AwsOpportunityInsights$, 0], 0, () => AwsOpportunityRelatedEntities$, [() => AwsOpportunityCustomer$, 0], [() => AwsOpportunityProject$, 0], 0, [() => AwsSoftwareRevenue$, 0]], 1
|
|
867
874
|
];
|
|
868
875
|
export var GetEngagementInvitationRequest$ = [3, n0, _GEIR,
|
|
869
876
|
0,
|
|
@@ -872,7 +879,7 @@ export var GetEngagementInvitationRequest$ = [3, n0, _GEIR,
|
|
|
872
879
|
];
|
|
873
880
|
export var GetEngagementInvitationResponse$ = [3, n0, _GEIRe,
|
|
874
881
|
0,
|
|
875
|
-
[_Id, _C, _Ar, _PT, _EIn, _ET, _St, _ID,
|
|
882
|
+
[_Id, _C, _Ar, _PT, _EIn, _ET, _St, _ID, _EDx, _SAAI, _SCN, _Rec, _RR, _Pay, _IM, _EDn, _EMx, _ECn],
|
|
876
883
|
[0, 0, 0, 0, 0, 0, 0, 5, 5, [() => AwsAccount, 0], 0, [() => Receiver$, 0], 0, [() => Payload$, 0], [() => InvitationMessage, 0], 0, [() => EngagementMemberSummaries, 0], [() => EnrichmentContext$, 0]], 2
|
|
877
884
|
];
|
|
878
885
|
export var GetEngagementRequest$ = [3, n0, _GER,
|
|
@@ -1302,7 +1309,7 @@ export var SenderContact$ = [3, n0, _SCen,
|
|
|
1302
1309
|
];
|
|
1303
1310
|
export var SoftwareRevenue$ = [3, n0, _SR,
|
|
1304
1311
|
0,
|
|
1305
|
-
[_DMe, _Va,
|
|
1312
|
+
[_DMe, _Va, _ED, _EDx],
|
|
1306
1313
|
[0, [() => MonetaryValue$, 0], 0, 0]
|
|
1307
1314
|
];
|
|
1308
1315
|
export var SolutionBase$ = [3, n0, _SBo,
|
|
@@ -61,7 +61,7 @@ declare const GetAwsOpportunitySummaryCommand_base: {
|
|
|
61
61
|
* // Email: "STRING_VALUE",
|
|
62
62
|
* // FirstName: "STRING_VALUE",
|
|
63
63
|
* // LastName: "STRING_VALUE",
|
|
64
|
-
* // BusinessTitle: "AWSSalesRep" || "AWSAccountOwner" || "WWPSPDM" || "PDM" || "PSM" || "ISVSM",
|
|
64
|
+
* // BusinessTitle: "AWSSalesRep" || "AWSAccountOwner" || "WWPSPDM" || "PDM" || "PSM" || "ISVSM" || "Signatory",
|
|
65
65
|
* // },
|
|
66
66
|
* // ],
|
|
67
67
|
* // Insights: { // AwsOpportunityInsights
|
|
@@ -178,6 +178,15 @@ declare const GetAwsOpportunitySummaryCommand_base: {
|
|
|
178
178
|
* // AwsPartition: "aws-eusc",
|
|
179
179
|
* // },
|
|
180
180
|
* // CosellMotion: "STRING_VALUE",
|
|
181
|
+
* // SoftwareRevenue: { // AwsSoftwareRevenue
|
|
182
|
+
* // Value: { // MonetaryValue
|
|
183
|
+
* // Amount: "STRING_VALUE", // required
|
|
184
|
+
* // CurrencyCode: "USD" || "EUR" || "GBP" || "AUD" || "CAD" || "CNY" || "NZD" || "INR" || "JPY" || "CHF" || "SEK" || "AED" || "AFN" || "ALL" || "AMD" || "ANG" || "AOA" || "ARS" || "AWG" || "AZN" || "BAM" || "BBD" || "BDT" || "BGN" || "BHD" || "BIF" || "BMD" || "BND" || "BOB" || "BOV" || "BRL" || "BSD" || "BTN" || "BWP" || "BYN" || "BZD" || "CDF" || "CHE" || "CHW" || "CLF" || "CLP" || "COP" || "COU" || "CRC" || "CUC" || "CUP" || "CVE" || "CZK" || "DJF" || "DKK" || "DOP" || "DZD" || "EGP" || "ERN" || "ETB" || "FJD" || "FKP" || "GEL" || "GHS" || "GIP" || "GMD" || "GNF" || "GTQ" || "GYD" || "HKD" || "HNL" || "HRK" || "HTG" || "HUF" || "IDR" || "ILS" || "IQD" || "IRR" || "ISK" || "JMD" || "JOD" || "KES" || "KGS" || "KHR" || "KMF" || "KPW" || "KRW" || "KWD" || "KYD" || "KZT" || "LAK" || "LBP" || "LKR" || "LRD" || "LSL" || "LYD" || "MAD" || "MDL" || "MGA" || "MKD" || "MMK" || "MNT" || "MOP" || "MRU" || "MUR" || "MVR" || "MWK" || "MXN" || "MXV" || "MYR" || "MZN" || "NAD" || "NGN" || "NIO" || "NOK" || "NPR" || "OMR" || "PAB" || "PEN" || "PGK" || "PHP" || "PKR" || "PLN" || "PYG" || "QAR" || "RON" || "RSD" || "RUB" || "RWF" || "SAR" || "SBD" || "SCR" || "SDG" || "SGD" || "SHP" || "SLL" || "SOS" || "SRD" || "SSP" || "STN" || "SVC" || "SYP" || "SZL" || "THB" || "TJS" || "TMT" || "TND" || "TOP" || "TRY" || "TTD" || "TWD" || "TZS" || "UAH" || "UGX" || "USN" || "UYI" || "UYU" || "UZS" || "VEF" || "VND" || "VUV" || "WST" || "XAF" || "XCD" || "XDR" || "XOF" || "XPF" || "XSU" || "XUA" || "YER" || "ZAR" || "ZMW" || "ZWL", // required
|
|
185
|
+
* // },
|
|
186
|
+
* // Discount: "STRING_VALUE",
|
|
187
|
+
* // EffectiveDate: "STRING_VALUE",
|
|
188
|
+
* // ExpirationDate: "STRING_VALUE",
|
|
189
|
+
* // },
|
|
181
190
|
* // Catalog: "STRING_VALUE", // required
|
|
182
191
|
* // };
|
|
183
192
|
*
|
|
@@ -166,7 +166,7 @@ declare const GetResourceSnapshotCommand_base: {
|
|
|
166
166
|
* // Email: "STRING_VALUE",
|
|
167
167
|
* // FirstName: "STRING_VALUE",
|
|
168
168
|
* // LastName: "STRING_VALUE",
|
|
169
|
-
* // BusinessTitle: "AWSSalesRep" || "AWSAccountOwner" || "WWPSPDM" || "PDM" || "PSM" || "ISVSM",
|
|
169
|
+
* // BusinessTitle: "AWSSalesRep" || "AWSAccountOwner" || "WWPSPDM" || "PDM" || "PSM" || "ISVSM" || "Signatory",
|
|
170
170
|
* // },
|
|
171
171
|
* // ],
|
|
172
172
|
* // Insights: { // AwsOpportunityInsights
|
|
@@ -283,6 +283,15 @@ declare const GetResourceSnapshotCommand_base: {
|
|
|
283
283
|
* // AwsPartition: "aws-eusc",
|
|
284
284
|
* // },
|
|
285
285
|
* // CosellMotion: "STRING_VALUE",
|
|
286
|
+
* // SoftwareRevenue: { // AwsSoftwareRevenue
|
|
287
|
+
* // Value: { // MonetaryValue
|
|
288
|
+
* // Amount: "STRING_VALUE", // required
|
|
289
|
+
* // CurrencyCode: "USD" || "EUR" || "GBP" || "AUD" || "CAD" || "CNY" || "NZD" || "INR" || "JPY" || "CHF" || "SEK" || "AED" || "AFN" || "ALL" || "AMD" || "ANG" || "AOA" || "ARS" || "AWG" || "AZN" || "BAM" || "BBD" || "BDT" || "BGN" || "BHD" || "BIF" || "BMD" || "BND" || "BOB" || "BOV" || "BRL" || "BSD" || "BTN" || "BWP" || "BYN" || "BZD" || "CDF" || "CHE" || "CHW" || "CLF" || "CLP" || "COP" || "COU" || "CRC" || "CUC" || "CUP" || "CVE" || "CZK" || "DJF" || "DKK" || "DOP" || "DZD" || "EGP" || "ERN" || "ETB" || "FJD" || "FKP" || "GEL" || "GHS" || "GIP" || "GMD" || "GNF" || "GTQ" || "GYD" || "HKD" || "HNL" || "HRK" || "HTG" || "HUF" || "IDR" || "ILS" || "IQD" || "IRR" || "ISK" || "JMD" || "JOD" || "KES" || "KGS" || "KHR" || "KMF" || "KPW" || "KRW" || "KWD" || "KYD" || "KZT" || "LAK" || "LBP" || "LKR" || "LRD" || "LSL" || "LYD" || "MAD" || "MDL" || "MGA" || "MKD" || "MMK" || "MNT" || "MOP" || "MRU" || "MUR" || "MVR" || "MWK" || "MXN" || "MXV" || "MYR" || "MZN" || "NAD" || "NGN" || "NIO" || "NOK" || "NPR" || "OMR" || "PAB" || "PEN" || "PGK" || "PHP" || "PKR" || "PLN" || "PYG" || "QAR" || "RON" || "RSD" || "RUB" || "RWF" || "SAR" || "SBD" || "SCR" || "SDG" || "SGD" || "SHP" || "SLL" || "SOS" || "SRD" || "SSP" || "STN" || "SVC" || "SYP" || "SZL" || "THB" || "TJS" || "TMT" || "TND" || "TOP" || "TRY" || "TTD" || "TWD" || "TZS" || "UAH" || "UGX" || "USN" || "UYI" || "UYU" || "UZS" || "VEF" || "VND" || "VUV" || "WST" || "XAF" || "XCD" || "XDR" || "XOF" || "XPF" || "XSU" || "XUA" || "YER" || "ZAR" || "ZMW" || "ZWL", // required
|
|
290
|
+
* // },
|
|
291
|
+
* // Discount: "STRING_VALUE",
|
|
292
|
+
* // EffectiveDate: "STRING_VALUE",
|
|
293
|
+
* // ExpirationDate: "STRING_VALUE",
|
|
294
|
+
* // },
|
|
286
295
|
* // },
|
|
287
296
|
* // },
|
|
288
297
|
* // TargetMemberAccounts: [ // AwsAccountIdOrAliasList
|
|
@@ -626,6 +626,48 @@ export interface AwsTeamMember {
|
|
|
626
626
|
*/
|
|
627
627
|
BusinessTitle?: AwsMemberBusinessTitle | undefined;
|
|
628
628
|
}
|
|
629
|
+
/**
|
|
630
|
+
* <p>Specifies payments details.</p>
|
|
631
|
+
* @public
|
|
632
|
+
*/
|
|
633
|
+
export interface MonetaryValue {
|
|
634
|
+
/**
|
|
635
|
+
* <p>Specifies the payment amount.</p>
|
|
636
|
+
* @public
|
|
637
|
+
*/
|
|
638
|
+
Amount: string | undefined;
|
|
639
|
+
/**
|
|
640
|
+
* <p>Specifies the payment currency. Accepted values are <code>USD</code> (US Dollars) and <code>EUR</code> (Euros). If the AWS Partition is <code>aws-eusc</code> (AWS European Sovereign Cloud), the currency code must be <code>EUR</code>.</p>
|
|
641
|
+
* @public
|
|
642
|
+
*/
|
|
643
|
+
CurrencyCode: CurrencyCode | undefined;
|
|
644
|
+
}
|
|
645
|
+
/**
|
|
646
|
+
* <p>Seller-provided PARC deal terms for the opportunity, including commitment value, discount percentage, and contract dates.</p>
|
|
647
|
+
* @public
|
|
648
|
+
*/
|
|
649
|
+
export interface AwsSoftwareRevenue {
|
|
650
|
+
/**
|
|
651
|
+
* <p>Specifies payments details.</p>
|
|
652
|
+
* @public
|
|
653
|
+
*/
|
|
654
|
+
Value?: MonetaryValue | undefined;
|
|
655
|
+
/**
|
|
656
|
+
* <p>Discount percentage offered on the software revenue. Percent convention: 15.00 means 15%.</p>
|
|
657
|
+
* @public
|
|
658
|
+
*/
|
|
659
|
+
Discount?: string | undefined;
|
|
660
|
+
/**
|
|
661
|
+
* <p>Contract effective (start) date in YYYY-MM-DD format.</p>
|
|
662
|
+
* @public
|
|
663
|
+
*/
|
|
664
|
+
EffectiveDate?: string | undefined;
|
|
665
|
+
/**
|
|
666
|
+
* <p>Contract expiration (end) date in YYYY-MM-DD format.</p>
|
|
667
|
+
* @public
|
|
668
|
+
*/
|
|
669
|
+
ExpirationDate?: string | undefined;
|
|
670
|
+
}
|
|
629
671
|
/**
|
|
630
672
|
* <p>Provides a comprehensive view of AwsOpportunitySummaryFullView template.</p>
|
|
631
673
|
* @public
|
|
@@ -691,6 +733,11 @@ export interface AwsOpportunitySummaryFullView {
|
|
|
691
733
|
* @public
|
|
692
734
|
*/
|
|
693
735
|
CosellMotion?: string | undefined;
|
|
736
|
+
/**
|
|
737
|
+
* <p>Seller-provided PARC deal terms: commitment value, discount, and contract dates.</p>
|
|
738
|
+
* @public
|
|
739
|
+
*/
|
|
740
|
+
SoftwareRevenue?: AwsSoftwareRevenue | undefined;
|
|
694
741
|
}
|
|
695
742
|
/**
|
|
696
743
|
* <p>Contains details about the customer associated with the Engagement Invitation, including company information and industry.</p>
|
|
@@ -2834,22 +2881,6 @@ export interface Project {
|
|
|
2834
2881
|
*/
|
|
2835
2882
|
AwsPartition?: AwsPartition | undefined;
|
|
2836
2883
|
}
|
|
2837
|
-
/**
|
|
2838
|
-
* <p>Specifies payments details.</p>
|
|
2839
|
-
* @public
|
|
2840
|
-
*/
|
|
2841
|
-
export interface MonetaryValue {
|
|
2842
|
-
/**
|
|
2843
|
-
* <p>Specifies the payment amount.</p>
|
|
2844
|
-
* @public
|
|
2845
|
-
*/
|
|
2846
|
-
Amount: string | undefined;
|
|
2847
|
-
/**
|
|
2848
|
-
* <p>Specifies the payment currency. Accepted values are <code>USD</code> (US Dollars) and <code>EUR</code> (Euros). If the AWS Partition is <code>aws-eusc</code> (AWS European Sovereign Cloud), the currency code must be <code>EUR</code>.</p>
|
|
2849
|
-
* @public
|
|
2850
|
-
*/
|
|
2851
|
-
CurrencyCode: CurrencyCode | undefined;
|
|
2852
|
-
}
|
|
2853
2884
|
/**
|
|
2854
2885
|
* <p>Specifies a customer's procurement terms details. Required only for partners in eligible programs.</p>
|
|
2855
2886
|
* @public
|
|
@@ -3075,6 +3106,11 @@ export interface GetAwsOpportunitySummaryResponse {
|
|
|
3075
3106
|
* @public
|
|
3076
3107
|
*/
|
|
3077
3108
|
CosellMotion?: string | undefined;
|
|
3109
|
+
/**
|
|
3110
|
+
* <p>Seller-provided PARC deal terms: commitment value, discount, and contract dates.</p>
|
|
3111
|
+
* @public
|
|
3112
|
+
*/
|
|
3113
|
+
SoftwareRevenue?: AwsSoftwareRevenue | undefined;
|
|
3078
3114
|
/**
|
|
3079
3115
|
* <p>Specifies the catalog in which the AWS Opportunity exists. This is the environment (e.g., <code>AWS</code> or <code>Sandbox</code>) where the opportunity is being managed.</p>
|
|
3080
3116
|
* @public
|
|
@@ -33,6 +33,7 @@ export declare var AwsProductDetails$: StaticStructureSchema;
|
|
|
33
33
|
export declare var AwsProductInsights$: StaticStructureSchema;
|
|
34
34
|
export declare var AwsProductOptimization$: StaticStructureSchema;
|
|
35
35
|
export declare var AwsProductsSpendInsightsBySource$: StaticStructureSchema;
|
|
36
|
+
export declare var AwsSoftwareRevenue$: StaticStructureSchema;
|
|
36
37
|
export declare var AwsSubmission$: StaticStructureSchema;
|
|
37
38
|
export declare var AwsTeamMember$: StaticStructureSchema;
|
|
38
39
|
export declare var Contact$: StaticStructureSchema;
|
|
@@ -194,6 +194,16 @@ export interface AwsTeamMember {
|
|
|
194
194
|
LastName?: string | undefined;
|
|
195
195
|
BusinessTitle?: AwsMemberBusinessTitle | undefined;
|
|
196
196
|
}
|
|
197
|
+
export interface MonetaryValue {
|
|
198
|
+
Amount: string | undefined;
|
|
199
|
+
CurrencyCode: CurrencyCode | undefined;
|
|
200
|
+
}
|
|
201
|
+
export interface AwsSoftwareRevenue {
|
|
202
|
+
Value?: MonetaryValue | undefined;
|
|
203
|
+
Discount?: string | undefined;
|
|
204
|
+
EffectiveDate?: string | undefined;
|
|
205
|
+
ExpirationDate?: string | undefined;
|
|
206
|
+
}
|
|
197
207
|
export interface AwsOpportunitySummaryFullView {
|
|
198
208
|
RelatedOpportunityId?: string | undefined;
|
|
199
209
|
Origin?: OpportunityOrigin | undefined;
|
|
@@ -207,6 +217,7 @@ export interface AwsOpportunitySummaryFullView {
|
|
|
207
217
|
Customer?: AwsOpportunityCustomer | undefined;
|
|
208
218
|
Project?: AwsOpportunityProject | undefined;
|
|
209
219
|
CosellMotion?: string | undefined;
|
|
220
|
+
SoftwareRevenue?: AwsSoftwareRevenue | undefined;
|
|
210
221
|
}
|
|
211
222
|
export interface EngagementCustomer {
|
|
212
223
|
Industry: Industry | undefined;
|
|
@@ -748,10 +759,6 @@ export interface Project {
|
|
|
748
759
|
AdditionalComments?: string | undefined;
|
|
749
760
|
AwsPartition?: AwsPartition | undefined;
|
|
750
761
|
}
|
|
751
|
-
export interface MonetaryValue {
|
|
752
|
-
Amount: string | undefined;
|
|
753
|
-
CurrencyCode: CurrencyCode | undefined;
|
|
754
|
-
}
|
|
755
762
|
export interface SoftwareRevenue {
|
|
756
763
|
DeliveryModel?: RevenueModel | undefined;
|
|
757
764
|
Value?: MonetaryValue | undefined;
|
|
@@ -802,6 +809,7 @@ export interface GetAwsOpportunitySummaryResponse {
|
|
|
802
809
|
Customer?: AwsOpportunityCustomer | undefined;
|
|
803
810
|
Project?: AwsOpportunityProject | undefined;
|
|
804
811
|
CosellMotion?: string | undefined;
|
|
812
|
+
SoftwareRevenue?: AwsSoftwareRevenue | undefined;
|
|
805
813
|
Catalog: string | undefined;
|
|
806
814
|
}
|
|
807
815
|
export interface GetOpportunityRequest {
|
|
@@ -33,6 +33,7 @@ export declare var AwsProductDetails$: StaticStructureSchema;
|
|
|
33
33
|
export declare var AwsProductInsights$: StaticStructureSchema;
|
|
34
34
|
export declare var AwsProductOptimization$: StaticStructureSchema;
|
|
35
35
|
export declare var AwsProductsSpendInsightsBySource$: StaticStructureSchema;
|
|
36
|
+
export declare var AwsSoftwareRevenue$: StaticStructureSchema;
|
|
36
37
|
export declare var AwsSubmission$: StaticStructureSchema;
|
|
37
38
|
export declare var AwsTeamMember$: StaticStructureSchema;
|
|
38
39
|
export declare var Contact$: StaticStructureSchema;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-partnercentral-selling",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1121.0",
|
|
4
4
|
"description": "AWS SDK for JavaScript Partnercentral Selling Client for Node.js, Browser and React Native",
|
|
5
5
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-partnercentral-selling",
|
|
6
6
|
"license": "Apache-2.0",
|