@aws-sdk/client-partnercentral-selling 3.1102.0 → 3.1104.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/README.md +1 -1
- package/dist-cjs/index.js +53 -28
- package/dist-es/models/enums.js +0 -7
- package/dist-es/schemas/schemas_0.js +49 -19
- package/dist-types/PartnerCentralSelling.d.ts +1 -1
- package/dist-types/PartnerCentralSellingClient.d.ts +1 -1
- package/dist-types/commands/CreateEngagementCommand.d.ts +15 -15
- package/dist-types/commands/CreateEngagementContextCommand.d.ts +13 -13
- package/dist-types/commands/CreateEngagementInvitationCommand.d.ts +6 -6
- package/dist-types/commands/GetEngagementCommand.d.ts +13 -13
- package/dist-types/commands/GetEngagementInvitationCommand.d.ts +34 -6
- package/dist-types/commands/UpdateEngagementContextCommand.d.ts +13 -13
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/enums.d.ts +0 -15
- package/dist-types/models/models_0.d.ts +90 -27
- package/dist-types/schemas/schemas_0.d.ts +3 -0
- package/dist-types/ts3.4/models/enums.d.ts +0 -8
- package/dist-types/ts3.4/models/models_0.d.ts +32 -18
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
AWS SDK for JavaScript PartnerCentralSelling Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
|
-
<fullname>
|
|
9
|
+
<fullname>Partner Central</fullname> <p>This Amazon Web Services (AWS) Partner Central API reference is designed to help <a href="http://aws.amazon.com/partners/programs/">AWS Partners</a> integrate Customer Relationship Management (CRM) systems with AWS Partner Central. Partners can automate interactions with AWS Partner Central, which helps to ensure effective engagements in joint business activities.</p> <p>The API provides standard AWS API functionality. Access it by either using API <a href="https://docs.aws.amazon.com/partner-central/latest/selling-api/API_Operations.html">Actions</a> or by using an AWS SDK that's tailored to your programming language or platform. For more information, see <a href="http://aws.amazon.com/getting-started">Getting Started with AWS</a> and <a href="http://aws.amazon.com/developer/tools/">Tools to Build on AWS</a>.</p> <p class="title"> <b>Features offered by AWS Partner Central API</b> </p> <ol> <li> <p> <b>Opportunity management:</b> Manages coselling opportunities through API actions such as <code>CreateOpportunity</code>, <code>UpdateOpportunity</code>, <code>ListOpportunities</code>, <code>GetOpportunity</code>, and <code>AssignOpportunity</code>.</p> </li> <li> <p> <b>AWS referral management:</b> Manages referrals shared by AWS using actions such as <code>ListEngagementInvitations</code>, <code>GetEngagementInvitation</code>, <code>StartEngagementByAcceptingInvitation</code>, and <code>RejectEngagementInvitation</code>.</p> </li> <li> <p> <b>Entity association:</b> Associates related entities such as <i>AWS Products</i>, <i>Partner Solutions</i>, and <i>AWS Marketplace Private Offers</i> with opportunities using the actions <code>AssociateOpportunity</code>, and <code>DisassociateOpportunity</code>.</p> </li> <li> <p> <b>View AWS opportunity details:</b> Retrieves real-time summaries of AWS opportunities using the <code>GetAWSOpportunitySummary</code> action.</p> </li> <li> <p> <b>List solutions:</b> Provides list APIs for listing partner offers using <code>ListSolutions</code>.</p> </li> <li> <p> <b>Event subscription:</b> Subscribe to real-time opportunity updates through AWS EventBridge by using actions such as <i>Opportunity Created</i>, <i>Opportunity Updated</i>, <i>Engagement Invitation Accepted</i>, <i>Engagement Invitation Rejected</i>, and <i>Engagement Invitation Created</i>.</p> </li> </ol>
|
|
10
10
|
|
|
11
11
|
## Installing
|
|
12
12
|
|
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.1103.0";
|
|
71
71
|
var packageInfo = {
|
|
72
72
|
version: version};
|
|
73
73
|
|
|
@@ -366,7 +366,8 @@ const _ECPD = "EngagementCustomerProjectDetails";
|
|
|
366
366
|
const _ECS = "ExpectedCustomerSpend";
|
|
367
367
|
const _ECSL = "ExpectedCustomerSpendList";
|
|
368
368
|
const _ECT = "ExcludeContextTypes";
|
|
369
|
-
const _ECn = "
|
|
369
|
+
const _ECn = "EnrichmentContext";
|
|
370
|
+
const _ECng = "EngagementContexts";
|
|
370
371
|
const _ED = "ExpirationDate";
|
|
371
372
|
const _EDf = "EffectiveDate";
|
|
372
373
|
const _EDn = "EngagementDescription";
|
|
@@ -431,6 +432,7 @@ const _I = "Identifier";
|
|
|
431
432
|
const _ID = "InvitationDate";
|
|
432
433
|
const _IDn = "InteractionDate";
|
|
433
434
|
const _IM = "InvitationMessage";
|
|
435
|
+
const _IPRA = "InvitationProspectingResultAws";
|
|
434
436
|
const _ISE = "InternalServerException";
|
|
435
437
|
const _IT = "InvolvementType";
|
|
436
438
|
const _ITCR = "InvolvementTypeChangeReason";
|
|
@@ -444,7 +446,10 @@ const _Inv = "Invitation";
|
|
|
444
446
|
const _JT = "JobTitle";
|
|
445
447
|
const _K = "Key";
|
|
446
448
|
const _L = "Lifecycle";
|
|
449
|
+
const _LA = "LeadAddress";
|
|
450
|
+
const _LBP = "LeadBusinessProblem";
|
|
447
451
|
const _LC = "LifeCycle";
|
|
452
|
+
const _LCC = "LeadCountryCode";
|
|
448
453
|
const _LCFV = "LifeCycleForView";
|
|
449
454
|
const _LCRS = "LifeCycleReviewStatus";
|
|
450
455
|
const _LCS = "LifeCycleSummary";
|
|
@@ -452,7 +457,7 @@ const _LCSi = "LifeCycleStage";
|
|
|
452
457
|
const _LCe = "LeadContact";
|
|
453
458
|
const _LCea = "LeadContext";
|
|
454
459
|
const _LCead = "LeadCustomer";
|
|
455
|
-
const _LE = "
|
|
460
|
+
const _LE = "LeadEmail";
|
|
456
461
|
const _LEBAIT = "ListEngagementByAcceptingInvitationTasks";
|
|
457
462
|
const _LEBAITR = "ListEngagementByAcceptingInvitationTasksRequest";
|
|
458
463
|
const _LEBAITRi = "ListEngagementByAcceptingInvitationTasksResponse";
|
|
@@ -474,6 +479,7 @@ const _LERA = "ListEngagementResourceAssociations";
|
|
|
474
479
|
const _LERAR = "ListEngagementResourceAssociationsRequest";
|
|
475
480
|
const _LERARi = "ListEngagementResourceAssociationsResponse";
|
|
476
481
|
const _LERi = "ListEngagementsResponse";
|
|
482
|
+
const _LEi = "ListEngagements";
|
|
477
483
|
const _LF = "LastFailure";
|
|
478
484
|
const _LI = "LeadInsights";
|
|
479
485
|
const _LIC = "LeadInvitationCustomer";
|
|
@@ -482,6 +488,7 @@ const _LIL = "LeadInteractionList";
|
|
|
482
488
|
const _LIP = "LeadInvitationPayload";
|
|
483
489
|
const _LIe = "LeadInteraction";
|
|
484
490
|
const _LIea = "LeadInvitation";
|
|
491
|
+
const _LJT = "LeadJobTitle";
|
|
485
492
|
const _LMD = "LastModifiedDate";
|
|
486
493
|
const _LN = "LastName";
|
|
487
494
|
const _LO = "ListOpportunities";
|
|
@@ -495,6 +502,7 @@ const _LORi = "ListOpportunitiesResponse";
|
|
|
495
502
|
const _LPFET = "ListProspectingFromEngagementTasks";
|
|
496
503
|
const _LPFETR = "ListProspectingFromEngagementTasksRequest";
|
|
497
504
|
const _LPFETRi = "ListProspectingFromEngagementTasksResponse";
|
|
505
|
+
const _LPN = "LeadPhoneNumber";
|
|
498
506
|
const _LRS = "LeadReadinessScore";
|
|
499
507
|
const _LRSJ = "ListResourceSnapshotJobs";
|
|
500
508
|
const _LRSJR = "ListResourceSnapshotJobsRequest";
|
|
@@ -510,6 +518,7 @@ const _LTFR = "ListTagsForResource";
|
|
|
510
518
|
const _LTFRR = "ListTagsForResourceRequest";
|
|
511
519
|
const _LTFRRi = "ListTagsForResourceResponse";
|
|
512
520
|
const _LTSB = "ListTasksSortBase";
|
|
521
|
+
const _LWU = "LeadWebsiteUrl";
|
|
513
522
|
const _Le = "Lead";
|
|
514
523
|
const _M = "Message";
|
|
515
524
|
const _MA = "MonetaryAmount";
|
|
@@ -791,6 +800,12 @@ var Email = [0, n0, _E, 8, 0];
|
|
|
791
800
|
var EngagementCustomerBusinessProblem = [0, n0, _ECBP, 8, 0];
|
|
792
801
|
var InvitationMessage = [0, n0, _IM, 8, 0];
|
|
793
802
|
var JobTitle = [0, n0, _JT, 8, 0];
|
|
803
|
+
var LeadBusinessProblem = [0, n0, _LBP, 8, 0];
|
|
804
|
+
var LeadCountryCode = [0, n0, _LCC, 8, 0];
|
|
805
|
+
var LeadEmail = [0, n0, _LE, 8, 0];
|
|
806
|
+
var LeadJobTitle = [0, n0, _LJT, 8, 0];
|
|
807
|
+
var LeadPhoneNumber = [0, n0, _LPN, 8, 0];
|
|
808
|
+
var LeadWebsiteUrl = [0, n0, _LWU, 8, 0];
|
|
794
809
|
var MemberCompanyName = [0, n0, _MCN, 8, 0];
|
|
795
810
|
var MonetaryAmount = [0, n0, _MA, 8, 0];
|
|
796
811
|
var Name = [0, n0, _N, 8, 0];
|
|
@@ -935,8 +950,8 @@ var CreateEngagementInvitationResponse$ = [3, n0, _CEIRr,
|
|
|
935
950
|
];
|
|
936
951
|
var CreateEngagementRequest$ = [3, n0, _CER,
|
|
937
952
|
0,
|
|
938
|
-
[_C, _Ti, _De,
|
|
939
|
-
[0, 0,
|
|
953
|
+
[_C, _CT, _Ti, _De, _Cont],
|
|
954
|
+
[0, [0, 4], 0, 0, [() => EngagementContexts, 0]], 1
|
|
940
955
|
];
|
|
941
956
|
var CreateEngagementResponse$ = [3, n0, _CERr,
|
|
942
957
|
0,
|
|
@@ -1048,6 +1063,11 @@ var EngagementSummary$ = [3, n0, _ESng,
|
|
|
1048
1063
|
[_Ar, _Id, _Ti, _CA, _CB, _MC, _MAo, _MB, _CTo],
|
|
1049
1064
|
[0, 0, 0, 5, [() => AwsAccount, 0], 1, 5, [() => AwsAccount, 0], 64 | 0]
|
|
1050
1065
|
];
|
|
1066
|
+
var EnrichmentContext$ = [3, n0, _ECn,
|
|
1067
|
+
0,
|
|
1068
|
+
[_PRA, _LI],
|
|
1069
|
+
[[() => InvitationProspectingResultAws$, 0], () => LeadInsights$]
|
|
1070
|
+
];
|
|
1051
1071
|
var ExpectedContractDuration$ = [3, n0, _ECDx,
|
|
1052
1072
|
0,
|
|
1053
1073
|
[_Te, _Va],
|
|
@@ -1075,8 +1095,8 @@ var GetEngagementInvitationRequest$ = [3, n0, _GEIR,
|
|
|
1075
1095
|
];
|
|
1076
1096
|
var GetEngagementInvitationResponse$ = [3, n0, _GEIRe,
|
|
1077
1097
|
0,
|
|
1078
|
-
[_Id, _C, _Ar, _PT, _EIn, _ET, _St, _ID, _ED, _SAAI, _SCN, _Rec, _RR, _Pay, _IM, _EDn, _EMx],
|
|
1079
|
-
[0, 0, 0, 0, 0, 0, 0, 5, 5, [() => AwsAccount, 0], 0, [() => Receiver$, 0], 0, [() => Payload$, 0], [() => InvitationMessage, 0], 0, [() => EngagementMemberSummaries, 0]], 2
|
|
1098
|
+
[_Id, _C, _Ar, _PT, _EIn, _ET, _St, _ID, _ED, _SAAI, _SCN, _Rec, _RR, _Pay, _IM, _EDn, _EMx, _ECn],
|
|
1099
|
+
[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
|
|
1080
1100
|
];
|
|
1081
1101
|
var GetEngagementRequest$ = [3, n0, _GER,
|
|
1082
1102
|
0,
|
|
@@ -1143,15 +1163,25 @@ var Invitation$ = [3, n0, _Inv,
|
|
|
1143
1163
|
[_M, _Rec, _Pay],
|
|
1144
1164
|
[[() => InvitationMessage, 0], [() => Receiver$, 0], [() => Payload$, 0]], 3
|
|
1145
1165
|
];
|
|
1166
|
+
var InvitationProspectingResultAws$ = [3, n0, _IPRA,
|
|
1167
|
+
0,
|
|
1168
|
+
[_Cu, _Ins],
|
|
1169
|
+
[[() => ProspectingResultCustomer$, 0], () => ProspectingInsights$]
|
|
1170
|
+
];
|
|
1146
1171
|
var LastModifiedDate$ = [3, n0, _LMD,
|
|
1147
1172
|
0,
|
|
1148
1173
|
[_ALMD, _BLMD],
|
|
1149
1174
|
[5, 5]
|
|
1150
1175
|
];
|
|
1176
|
+
var LeadAddress$ = [3, n0, _LA,
|
|
1177
|
+
0,
|
|
1178
|
+
[_Ci, _PC, _SOR, _CC],
|
|
1179
|
+
[0, 0, 0, [() => LeadCountryCode, 0]]
|
|
1180
|
+
];
|
|
1151
1181
|
var LeadContact$ = [3, n0, _LCe,
|
|
1152
1182
|
0,
|
|
1153
1183
|
[_BT, _E, _FN, _LN, _P],
|
|
1154
|
-
[[() =>
|
|
1184
|
+
[[() => LeadJobTitle, 0], [() => LeadEmail, 0], [() => Name, 0], [() => Name, 0], [() => LeadPhoneNumber, 0]], 4
|
|
1155
1185
|
];
|
|
1156
1186
|
var LeadContext$ = [3, n0, _LCea,
|
|
1157
1187
|
0,
|
|
@@ -1160,8 +1190,8 @@ var LeadContext$ = [3, n0, _LCea,
|
|
|
1160
1190
|
];
|
|
1161
1191
|
var LeadCustomer$ = [3, n0, _LCead,
|
|
1162
1192
|
0,
|
|
1163
|
-
[_CN,
|
|
1164
|
-
[[() => CompanyName, 0], [() =>
|
|
1193
|
+
[_CN, _In, _WU, _Ad, _AM, _MS],
|
|
1194
|
+
[[() => CompanyName, 0], 0, [() => LeadWebsiteUrl, 0], [() => LeadAddress$, 0], 0, 0], 1
|
|
1165
1195
|
];
|
|
1166
1196
|
var LeadInsights$ = [3, n0, _LI,
|
|
1167
1197
|
0,
|
|
@@ -1170,18 +1200,18 @@ var LeadInsights$ = [3, n0, _LI,
|
|
|
1170
1200
|
];
|
|
1171
1201
|
var LeadInteraction$ = [3, n0, _LIe,
|
|
1172
1202
|
0,
|
|
1173
|
-
[_STo, _SI, _SN,
|
|
1174
|
-
[
|
|
1203
|
+
[_Con, _STo, _SI, _SN, _U, _IDn, _CAu, _BP],
|
|
1204
|
+
[[() => LeadContact$, 0], 0, 0, 0, 0, 5, 0, [() => LeadBusinessProblem, 0]], 1
|
|
1175
1205
|
];
|
|
1176
1206
|
var LeadInvitationCustomer$ = [3, n0, _LIC,
|
|
1177
1207
|
0,
|
|
1178
|
-
[_CN,
|
|
1179
|
-
[[() => CompanyName, 0], [() =>
|
|
1208
|
+
[_CN, _In, _WU, _CC, _AM, _MS],
|
|
1209
|
+
[[() => CompanyName, 0], 0, [() => LeadWebsiteUrl, 0], [() => LeadCountryCode, 0], 0, 0], 1
|
|
1180
1210
|
];
|
|
1181
1211
|
var LeadInvitationInteraction$ = [3, n0, _LII,
|
|
1182
1212
|
0,
|
|
1183
|
-
[_STo, _SI, _SN,
|
|
1184
|
-
[
|
|
1213
|
+
[_CBT, _STo, _SI, _SN, _U],
|
|
1214
|
+
[[() => JobTitle, 0], 0, 0, 0, 0], 1
|
|
1185
1215
|
];
|
|
1186
1216
|
var LeadInvitationPayload$ = [3, n0, _LIP,
|
|
1187
1217
|
0,
|
|
@@ -1440,8 +1470,8 @@ var ProspectingResult$ = [3, n0, _PR,
|
|
|
1440
1470
|
];
|
|
1441
1471
|
var ProspectingResultAws$ = [3, n0, _PRA,
|
|
1442
1472
|
0,
|
|
1443
|
-
[_ST, _ETn, _TIa, _TAa, _TN
|
|
1444
|
-
[
|
|
1473
|
+
[_Cu, _Ins, _ST, _ETn, _TIa, _TAa, _TN],
|
|
1474
|
+
[[() => ProspectingResultCustomer$, 0], () => ProspectingInsights$, 5, 5, 0, 0, 0]
|
|
1445
1475
|
];
|
|
1446
1476
|
var ProspectingResultCustomer$ = [3, n0, _PRC,
|
|
1447
1477
|
0,
|
|
@@ -1653,7 +1683,7 @@ var CustomerContactsList = [1, n0, _CCL,
|
|
|
1653
1683
|
0, [() => Contact$,
|
|
1654
1684
|
0]
|
|
1655
1685
|
];
|
|
1656
|
-
var EngagementContexts = [1, n0,
|
|
1686
|
+
var EngagementContexts = [1, n0, _ECng,
|
|
1657
1687
|
0, [() => EngagementContextDetails$,
|
|
1658
1688
|
0]
|
|
1659
1689
|
];
|
|
@@ -1840,7 +1870,7 @@ var ListEngagementMembers$ = [9, n0, _LEM,
|
|
|
1840
1870
|
var ListEngagementResourceAssociations$ = [9, n0, _LERA,
|
|
1841
1871
|
{ [_h]: ["POST", "/ListEngagementResourceAssociations", 200] }, () => ListEngagementResourceAssociationsRequest$, () => ListEngagementResourceAssociationsResponse$
|
|
1842
1872
|
];
|
|
1843
|
-
var ListEngagements$ = [9, n0,
|
|
1873
|
+
var ListEngagements$ = [9, n0, _LEi,
|
|
1844
1874
|
{ [_h]: ["POST", "/ListEngagements", 200] }, () => ListEngagementsRequest$, () => ListEngagementsResponse$
|
|
1845
1875
|
];
|
|
1846
1876
|
var ListOpportunities$ = [9, n0, _LO,
|
|
@@ -2874,13 +2904,6 @@ const Visibility = {
|
|
|
2874
2904
|
FULL: "Full",
|
|
2875
2905
|
LIMITED: "Limited",
|
|
2876
2906
|
};
|
|
2877
|
-
const MarketSegment = {
|
|
2878
|
-
ENTERPRISE: "Enterprise",
|
|
2879
|
-
LARGE: "Large",
|
|
2880
|
-
MEDIUM: "Medium",
|
|
2881
|
-
MICRO: "Micro",
|
|
2882
|
-
SMALL: "Small",
|
|
2883
|
-
};
|
|
2884
2907
|
const EngagementContextType = {
|
|
2885
2908
|
CUSTOMER_PROJECT: "CustomerProject",
|
|
2886
2909
|
LEAD: "Lead",
|
|
@@ -3202,6 +3225,7 @@ exports.EngagementScore = EngagementScore;
|
|
|
3202
3225
|
exports.EngagementSort$ = EngagementSort$;
|
|
3203
3226
|
exports.EngagementSortName = EngagementSortName;
|
|
3204
3227
|
exports.EngagementSummary$ = EngagementSummary$;
|
|
3228
|
+
exports.EnrichmentContext$ = EnrichmentContext$;
|
|
3205
3229
|
exports.ExpectedContractDuration$ = ExpectedContractDuration$;
|
|
3206
3230
|
exports.ExpectedContractDurationTerm = ExpectedContractDurationTerm;
|
|
3207
3231
|
exports.ExpectedCustomerSpend$ = ExpectedCustomerSpend$;
|
|
@@ -3241,9 +3265,11 @@ exports.Industry = Industry;
|
|
|
3241
3265
|
exports.InternalServerException = InternalServerException;
|
|
3242
3266
|
exports.InternalServerException$ = InternalServerException$;
|
|
3243
3267
|
exports.Invitation$ = Invitation$;
|
|
3268
|
+
exports.InvitationProspectingResultAws$ = InvitationProspectingResultAws$;
|
|
3244
3269
|
exports.InvitationStatus = InvitationStatus;
|
|
3245
3270
|
exports.InvolvementTypeChangeReason = InvolvementTypeChangeReason;
|
|
3246
3271
|
exports.LastModifiedDate$ = LastModifiedDate$;
|
|
3272
|
+
exports.LeadAddress$ = LeadAddress$;
|
|
3247
3273
|
exports.LeadContact$ = LeadContact$;
|
|
3248
3274
|
exports.LeadContext$ = LeadContext$;
|
|
3249
3275
|
exports.LeadCustomer$ = LeadCustomer$;
|
|
@@ -3312,7 +3338,6 @@ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
|
3312
3338
|
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
3313
3339
|
exports.ListTasksSortBase$ = ListTasksSortBase$;
|
|
3314
3340
|
exports.ListTasksSortName = ListTasksSortName;
|
|
3315
|
-
exports.MarketSegment = MarketSegment;
|
|
3316
3341
|
exports.Marketing$ = Marketing$;
|
|
3317
3342
|
exports.MarketingSource = MarketingSource;
|
|
3318
3343
|
exports.MonetaryValue$ = MonetaryValue$;
|
package/dist-es/models/enums.js
CHANGED
|
@@ -594,13 +594,6 @@ export const Visibility = {
|
|
|
594
594
|
FULL: "Full",
|
|
595
595
|
LIMITED: "Limited",
|
|
596
596
|
};
|
|
597
|
-
export const MarketSegment = {
|
|
598
|
-
ENTERPRISE: "Enterprise",
|
|
599
|
-
LARGE: "Large",
|
|
600
|
-
MEDIUM: "Medium",
|
|
601
|
-
MICRO: "Micro",
|
|
602
|
-
SMALL: "Small",
|
|
603
|
-
};
|
|
604
597
|
export const EngagementContextType = {
|
|
605
598
|
CUSTOMER_PROJECT: "CustomerProject",
|
|
606
599
|
LEAD: "Lead",
|
|
@@ -140,7 +140,8 @@ const _ECPD = "EngagementCustomerProjectDetails";
|
|
|
140
140
|
const _ECS = "ExpectedCustomerSpend";
|
|
141
141
|
const _ECSL = "ExpectedCustomerSpendList";
|
|
142
142
|
const _ECT = "ExcludeContextTypes";
|
|
143
|
-
const _ECn = "
|
|
143
|
+
const _ECn = "EnrichmentContext";
|
|
144
|
+
const _ECng = "EngagementContexts";
|
|
144
145
|
const _ED = "ExpirationDate";
|
|
145
146
|
const _EDf = "EffectiveDate";
|
|
146
147
|
const _EDn = "EngagementDescription";
|
|
@@ -205,6 +206,7 @@ const _I = "Identifier";
|
|
|
205
206
|
const _ID = "InvitationDate";
|
|
206
207
|
const _IDn = "InteractionDate";
|
|
207
208
|
const _IM = "InvitationMessage";
|
|
209
|
+
const _IPRA = "InvitationProspectingResultAws";
|
|
208
210
|
const _ISE = "InternalServerException";
|
|
209
211
|
const _IT = "InvolvementType";
|
|
210
212
|
const _ITCR = "InvolvementTypeChangeReason";
|
|
@@ -218,7 +220,10 @@ const _Inv = "Invitation";
|
|
|
218
220
|
const _JT = "JobTitle";
|
|
219
221
|
const _K = "Key";
|
|
220
222
|
const _L = "Lifecycle";
|
|
223
|
+
const _LA = "LeadAddress";
|
|
224
|
+
const _LBP = "LeadBusinessProblem";
|
|
221
225
|
const _LC = "LifeCycle";
|
|
226
|
+
const _LCC = "LeadCountryCode";
|
|
222
227
|
const _LCFV = "LifeCycleForView";
|
|
223
228
|
const _LCRS = "LifeCycleReviewStatus";
|
|
224
229
|
const _LCS = "LifeCycleSummary";
|
|
@@ -226,7 +231,7 @@ const _LCSi = "LifeCycleStage";
|
|
|
226
231
|
const _LCe = "LeadContact";
|
|
227
232
|
const _LCea = "LeadContext";
|
|
228
233
|
const _LCead = "LeadCustomer";
|
|
229
|
-
const _LE = "
|
|
234
|
+
const _LE = "LeadEmail";
|
|
230
235
|
const _LEBAIT = "ListEngagementByAcceptingInvitationTasks";
|
|
231
236
|
const _LEBAITR = "ListEngagementByAcceptingInvitationTasksRequest";
|
|
232
237
|
const _LEBAITRi = "ListEngagementByAcceptingInvitationTasksResponse";
|
|
@@ -248,6 +253,7 @@ const _LERA = "ListEngagementResourceAssociations";
|
|
|
248
253
|
const _LERAR = "ListEngagementResourceAssociationsRequest";
|
|
249
254
|
const _LERARi = "ListEngagementResourceAssociationsResponse";
|
|
250
255
|
const _LERi = "ListEngagementsResponse";
|
|
256
|
+
const _LEi = "ListEngagements";
|
|
251
257
|
const _LF = "LastFailure";
|
|
252
258
|
const _LI = "LeadInsights";
|
|
253
259
|
const _LIC = "LeadInvitationCustomer";
|
|
@@ -256,6 +262,7 @@ const _LIL = "LeadInteractionList";
|
|
|
256
262
|
const _LIP = "LeadInvitationPayload";
|
|
257
263
|
const _LIe = "LeadInteraction";
|
|
258
264
|
const _LIea = "LeadInvitation";
|
|
265
|
+
const _LJT = "LeadJobTitle";
|
|
259
266
|
const _LMD = "LastModifiedDate";
|
|
260
267
|
const _LN = "LastName";
|
|
261
268
|
const _LO = "ListOpportunities";
|
|
@@ -269,6 +276,7 @@ const _LORi = "ListOpportunitiesResponse";
|
|
|
269
276
|
const _LPFET = "ListProspectingFromEngagementTasks";
|
|
270
277
|
const _LPFETR = "ListProspectingFromEngagementTasksRequest";
|
|
271
278
|
const _LPFETRi = "ListProspectingFromEngagementTasksResponse";
|
|
279
|
+
const _LPN = "LeadPhoneNumber";
|
|
272
280
|
const _LRS = "LeadReadinessScore";
|
|
273
281
|
const _LRSJ = "ListResourceSnapshotJobs";
|
|
274
282
|
const _LRSJR = "ListResourceSnapshotJobsRequest";
|
|
@@ -284,6 +292,7 @@ const _LTFR = "ListTagsForResource";
|
|
|
284
292
|
const _LTFRR = "ListTagsForResourceRequest";
|
|
285
293
|
const _LTFRRi = "ListTagsForResourceResponse";
|
|
286
294
|
const _LTSB = "ListTasksSortBase";
|
|
295
|
+
const _LWU = "LeadWebsiteUrl";
|
|
287
296
|
const _Le = "Lead";
|
|
288
297
|
const _M = "Message";
|
|
289
298
|
const _MA = "MonetaryAmount";
|
|
@@ -568,6 +577,12 @@ var Email = [0, n0, _E, 8, 0];
|
|
|
568
577
|
var EngagementCustomerBusinessProblem = [0, n0, _ECBP, 8, 0];
|
|
569
578
|
var InvitationMessage = [0, n0, _IM, 8, 0];
|
|
570
579
|
var JobTitle = [0, n0, _JT, 8, 0];
|
|
580
|
+
var LeadBusinessProblem = [0, n0, _LBP, 8, 0];
|
|
581
|
+
var LeadCountryCode = [0, n0, _LCC, 8, 0];
|
|
582
|
+
var LeadEmail = [0, n0, _LE, 8, 0];
|
|
583
|
+
var LeadJobTitle = [0, n0, _LJT, 8, 0];
|
|
584
|
+
var LeadPhoneNumber = [0, n0, _LPN, 8, 0];
|
|
585
|
+
var LeadWebsiteUrl = [0, n0, _LWU, 8, 0];
|
|
571
586
|
var MemberCompanyName = [0, n0, _MCN, 8, 0];
|
|
572
587
|
var MonetaryAmount = [0, n0, _MA, 8, 0];
|
|
573
588
|
var Name = [0, n0, _N, 8, 0];
|
|
@@ -712,8 +727,8 @@ export var CreateEngagementInvitationResponse$ = [3, n0, _CEIRr,
|
|
|
712
727
|
];
|
|
713
728
|
export var CreateEngagementRequest$ = [3, n0, _CER,
|
|
714
729
|
0,
|
|
715
|
-
[_C, _Ti, _De,
|
|
716
|
-
[0, 0,
|
|
730
|
+
[_C, _CT, _Ti, _De, _Cont],
|
|
731
|
+
[0, [0, 4], 0, 0, [() => EngagementContexts, 0]], 1
|
|
717
732
|
];
|
|
718
733
|
export var CreateEngagementResponse$ = [3, n0, _CERr,
|
|
719
734
|
0,
|
|
@@ -825,6 +840,11 @@ export var EngagementSummary$ = [3, n0, _ESng,
|
|
|
825
840
|
[_Ar, _Id, _Ti, _CA, _CB, _MC, _MAo, _MB, _CTo],
|
|
826
841
|
[0, 0, 0, 5, [() => AwsAccount, 0], 1, 5, [() => AwsAccount, 0], 64 | 0]
|
|
827
842
|
];
|
|
843
|
+
export var EnrichmentContext$ = [3, n0, _ECn,
|
|
844
|
+
0,
|
|
845
|
+
[_PRA, _LI],
|
|
846
|
+
[[() => InvitationProspectingResultAws$, 0], () => LeadInsights$]
|
|
847
|
+
];
|
|
828
848
|
export var ExpectedContractDuration$ = [3, n0, _ECDx,
|
|
829
849
|
0,
|
|
830
850
|
[_Te, _Va],
|
|
@@ -852,8 +872,8 @@ export var GetEngagementInvitationRequest$ = [3, n0, _GEIR,
|
|
|
852
872
|
];
|
|
853
873
|
export var GetEngagementInvitationResponse$ = [3, n0, _GEIRe,
|
|
854
874
|
0,
|
|
855
|
-
[_Id, _C, _Ar, _PT, _EIn, _ET, _St, _ID, _ED, _SAAI, _SCN, _Rec, _RR, _Pay, _IM, _EDn, _EMx],
|
|
856
|
-
[0, 0, 0, 0, 0, 0, 0, 5, 5, [() => AwsAccount, 0], 0, [() => Receiver$, 0], 0, [() => Payload$, 0], [() => InvitationMessage, 0], 0, [() => EngagementMemberSummaries, 0]], 2
|
|
875
|
+
[_Id, _C, _Ar, _PT, _EIn, _ET, _St, _ID, _ED, _SAAI, _SCN, _Rec, _RR, _Pay, _IM, _EDn, _EMx, _ECn],
|
|
876
|
+
[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
|
|
857
877
|
];
|
|
858
878
|
export var GetEngagementRequest$ = [3, n0, _GER,
|
|
859
879
|
0,
|
|
@@ -920,15 +940,25 @@ export var Invitation$ = [3, n0, _Inv,
|
|
|
920
940
|
[_M, _Rec, _Pay],
|
|
921
941
|
[[() => InvitationMessage, 0], [() => Receiver$, 0], [() => Payload$, 0]], 3
|
|
922
942
|
];
|
|
943
|
+
export var InvitationProspectingResultAws$ = [3, n0, _IPRA,
|
|
944
|
+
0,
|
|
945
|
+
[_Cu, _Ins],
|
|
946
|
+
[[() => ProspectingResultCustomer$, 0], () => ProspectingInsights$]
|
|
947
|
+
];
|
|
923
948
|
export var LastModifiedDate$ = [3, n0, _LMD,
|
|
924
949
|
0,
|
|
925
950
|
[_ALMD, _BLMD],
|
|
926
951
|
[5, 5]
|
|
927
952
|
];
|
|
953
|
+
export var LeadAddress$ = [3, n0, _LA,
|
|
954
|
+
0,
|
|
955
|
+
[_Ci, _PC, _SOR, _CC],
|
|
956
|
+
[0, 0, 0, [() => LeadCountryCode, 0]]
|
|
957
|
+
];
|
|
928
958
|
export var LeadContact$ = [3, n0, _LCe,
|
|
929
959
|
0,
|
|
930
960
|
[_BT, _E, _FN, _LN, _P],
|
|
931
|
-
[[() =>
|
|
961
|
+
[[() => LeadJobTitle, 0], [() => LeadEmail, 0], [() => Name, 0], [() => Name, 0], [() => LeadPhoneNumber, 0]], 4
|
|
932
962
|
];
|
|
933
963
|
export var LeadContext$ = [3, n0, _LCea,
|
|
934
964
|
0,
|
|
@@ -937,8 +967,8 @@ export var LeadContext$ = [3, n0, _LCea,
|
|
|
937
967
|
];
|
|
938
968
|
export var LeadCustomer$ = [3, n0, _LCead,
|
|
939
969
|
0,
|
|
940
|
-
[_CN,
|
|
941
|
-
[[() => CompanyName, 0], [() =>
|
|
970
|
+
[_CN, _In, _WU, _Ad, _AM, _MS],
|
|
971
|
+
[[() => CompanyName, 0], 0, [() => LeadWebsiteUrl, 0], [() => LeadAddress$, 0], 0, 0], 1
|
|
942
972
|
];
|
|
943
973
|
export var LeadInsights$ = [3, n0, _LI,
|
|
944
974
|
0,
|
|
@@ -947,18 +977,18 @@ export var LeadInsights$ = [3, n0, _LI,
|
|
|
947
977
|
];
|
|
948
978
|
export var LeadInteraction$ = [3, n0, _LIe,
|
|
949
979
|
0,
|
|
950
|
-
[_STo, _SI, _SN,
|
|
951
|
-
[
|
|
980
|
+
[_Con, _STo, _SI, _SN, _U, _IDn, _CAu, _BP],
|
|
981
|
+
[[() => LeadContact$, 0], 0, 0, 0, 0, 5, 0, [() => LeadBusinessProblem, 0]], 1
|
|
952
982
|
];
|
|
953
983
|
export var LeadInvitationCustomer$ = [3, n0, _LIC,
|
|
954
984
|
0,
|
|
955
|
-
[_CN,
|
|
956
|
-
[[() => CompanyName, 0], [() =>
|
|
985
|
+
[_CN, _In, _WU, _CC, _AM, _MS],
|
|
986
|
+
[[() => CompanyName, 0], 0, [() => LeadWebsiteUrl, 0], [() => LeadCountryCode, 0], 0, 0], 1
|
|
957
987
|
];
|
|
958
988
|
export var LeadInvitationInteraction$ = [3, n0, _LII,
|
|
959
989
|
0,
|
|
960
|
-
[_STo, _SI, _SN,
|
|
961
|
-
[
|
|
990
|
+
[_CBT, _STo, _SI, _SN, _U],
|
|
991
|
+
[[() => JobTitle, 0], 0, 0, 0, 0], 1
|
|
962
992
|
];
|
|
963
993
|
export var LeadInvitationPayload$ = [3, n0, _LIP,
|
|
964
994
|
0,
|
|
@@ -1217,8 +1247,8 @@ export var ProspectingResult$ = [3, n0, _PR,
|
|
|
1217
1247
|
];
|
|
1218
1248
|
export var ProspectingResultAws$ = [3, n0, _PRA,
|
|
1219
1249
|
0,
|
|
1220
|
-
[_ST, _ETn, _TIa, _TAa, _TN
|
|
1221
|
-
[
|
|
1250
|
+
[_Cu, _Ins, _ST, _ETn, _TIa, _TAa, _TN],
|
|
1251
|
+
[[() => ProspectingResultCustomer$, 0], () => ProspectingInsights$, 5, 5, 0, 0, 0]
|
|
1222
1252
|
];
|
|
1223
1253
|
export var ProspectingResultCustomer$ = [3, n0, _PRC,
|
|
1224
1254
|
0,
|
|
@@ -1441,7 +1471,7 @@ var CustomerContactsList = [1, n0, _CCL,
|
|
|
1441
1471
|
];
|
|
1442
1472
|
var DeliveryModels = 64 | 0;
|
|
1443
1473
|
var EligibleProgramsList = 64 | 0;
|
|
1444
|
-
var EngagementContexts = [1, n0,
|
|
1474
|
+
var EngagementContexts = [1, n0, _ECng,
|
|
1445
1475
|
0, [() => EngagementContextDetails$,
|
|
1446
1476
|
0]
|
|
1447
1477
|
];
|
|
@@ -1651,7 +1681,7 @@ export var ListEngagementMembers$ = [9, n0, _LEM,
|
|
|
1651
1681
|
export var ListEngagementResourceAssociations$ = [9, n0, _LERA,
|
|
1652
1682
|
{ [_h]: ["POST", "/ListEngagementResourceAssociations", 200] }, () => ListEngagementResourceAssociationsRequest$, () => ListEngagementResourceAssociationsResponse$
|
|
1653
1683
|
];
|
|
1654
|
-
export var ListEngagements$ = [9, n0,
|
|
1684
|
+
export var ListEngagements$ = [9, n0, _LEi,
|
|
1655
1685
|
{ [_h]: ["POST", "/ListEngagements", 200] }, () => ListEngagementsRequest$, () => ListEngagementsResponse$
|
|
1656
1686
|
];
|
|
1657
1687
|
export var ListOpportunities$ = [9, n0, _LO,
|
|
@@ -402,7 +402,7 @@ export interface PartnerCentralSelling {
|
|
|
402
402
|
paginateListSolutions(args: ListSolutionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListSolutionsCommandOutput>;
|
|
403
403
|
}
|
|
404
404
|
/**
|
|
405
|
-
* <fullname>
|
|
405
|
+
* <fullname>Partner Central</fullname> <p>This Amazon Web Services (AWS) Partner Central API reference is designed to help <a href="http://aws.amazon.com/partners/programs/">AWS Partners</a> integrate Customer Relationship Management (CRM) systems with AWS Partner Central. Partners can automate interactions with AWS Partner Central, which helps to ensure effective engagements in joint business activities.</p> <p>The API provides standard AWS API functionality. Access it by either using API <a href="https://docs.aws.amazon.com/partner-central/latest/selling-api/API_Operations.html">Actions</a> or by using an AWS SDK that's tailored to your programming language or platform. For more information, see <a href="http://aws.amazon.com/getting-started">Getting Started with AWS</a> and <a href="http://aws.amazon.com/developer/tools/">Tools to Build on AWS</a>.</p> <p class="title"> <b>Features offered by AWS Partner Central API</b> </p> <ol> <li> <p> <b>Opportunity management:</b> Manages coselling opportunities through API actions such as <code>CreateOpportunity</code>, <code>UpdateOpportunity</code>, <code>ListOpportunities</code>, <code>GetOpportunity</code>, and <code>AssignOpportunity</code>.</p> </li> <li> <p> <b>AWS referral management:</b> Manages referrals shared by AWS using actions such as <code>ListEngagementInvitations</code>, <code>GetEngagementInvitation</code>, <code>StartEngagementByAcceptingInvitation</code>, and <code>RejectEngagementInvitation</code>.</p> </li> <li> <p> <b>Entity association:</b> Associates related entities such as <i>AWS Products</i>, <i>Partner Solutions</i>, and <i>AWS Marketplace Private Offers</i> with opportunities using the actions <code>AssociateOpportunity</code>, and <code>DisassociateOpportunity</code>.</p> </li> <li> <p> <b>View AWS opportunity details:</b> Retrieves real-time summaries of AWS opportunities using the <code>GetAWSOpportunitySummary</code> action.</p> </li> <li> <p> <b>List solutions:</b> Provides list APIs for listing partner offers using <code>ListSolutions</code>.</p> </li> <li> <p> <b>Event subscription:</b> Subscribe to real-time opportunity updates through AWS EventBridge by using actions such as <i>Opportunity Created</i>, <i>Opportunity Updated</i>, <i>Engagement Invitation Accepted</i>, <i>Engagement Invitation Rejected</i>, and <i>Engagement Invitation Created</i>.</p> </li> </ol>
|
|
406
406
|
* @public
|
|
407
407
|
*/
|
|
408
408
|
export declare class PartnerCentralSelling extends PartnerCentralSellingClient implements PartnerCentralSelling {
|
|
@@ -213,7 +213,7 @@ export type PartnerCentralSellingClientResolvedConfigType = __SmithyResolvedConf
|
|
|
213
213
|
export interface PartnerCentralSellingClientResolvedConfig extends PartnerCentralSellingClientResolvedConfigType {
|
|
214
214
|
}
|
|
215
215
|
/**
|
|
216
|
-
* <fullname>
|
|
216
|
+
* <fullname>Partner Central</fullname> <p>This Amazon Web Services (AWS) Partner Central API reference is designed to help <a href="http://aws.amazon.com/partners/programs/">AWS Partners</a> integrate Customer Relationship Management (CRM) systems with AWS Partner Central. Partners can automate interactions with AWS Partner Central, which helps to ensure effective engagements in joint business activities.</p> <p>The API provides standard AWS API functionality. Access it by either using API <a href="https://docs.aws.amazon.com/partner-central/latest/selling-api/API_Operations.html">Actions</a> or by using an AWS SDK that's tailored to your programming language or platform. For more information, see <a href="http://aws.amazon.com/getting-started">Getting Started with AWS</a> and <a href="http://aws.amazon.com/developer/tools/">Tools to Build on AWS</a>.</p> <p class="title"> <b>Features offered by AWS Partner Central API</b> </p> <ol> <li> <p> <b>Opportunity management:</b> Manages coselling opportunities through API actions such as <code>CreateOpportunity</code>, <code>UpdateOpportunity</code>, <code>ListOpportunities</code>, <code>GetOpportunity</code>, and <code>AssignOpportunity</code>.</p> </li> <li> <p> <b>AWS referral management:</b> Manages referrals shared by AWS using actions such as <code>ListEngagementInvitations</code>, <code>GetEngagementInvitation</code>, <code>StartEngagementByAcceptingInvitation</code>, and <code>RejectEngagementInvitation</code>.</p> </li> <li> <p> <b>Entity association:</b> Associates related entities such as <i>AWS Products</i>, <i>Partner Solutions</i>, and <i>AWS Marketplace Private Offers</i> with opportunities using the actions <code>AssociateOpportunity</code>, and <code>DisassociateOpportunity</code>.</p> </li> <li> <p> <b>View AWS opportunity details:</b> Retrieves real-time summaries of AWS opportunities using the <code>GetAWSOpportunitySummary</code> action.</p> </li> <li> <p> <b>List solutions:</b> Provides list APIs for listing partner offers using <code>ListSolutions</code>.</p> </li> <li> <p> <b>Event subscription:</b> Subscribe to real-time opportunity updates through AWS EventBridge by using actions such as <i>Opportunity Created</i>, <i>Opportunity Updated</i>, <i>Engagement Invitation Accepted</i>, <i>Engagement Invitation Rejected</i>, and <i>Engagement Invitation Created</i>.</p> </li> </ol>
|
|
217
217
|
* @public
|
|
218
218
|
*/
|
|
219
219
|
export declare class PartnerCentralSellingClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, PartnerCentralSellingClientResolvedConfig> {
|
|
@@ -36,8 +36,8 @@ declare const CreateEngagementCommand_base: {
|
|
|
36
36
|
* const input = { // CreateEngagementRequest
|
|
37
37
|
* Catalog: "STRING_VALUE", // required
|
|
38
38
|
* ClientToken: "STRING_VALUE", // required
|
|
39
|
-
* Title: "STRING_VALUE",
|
|
40
|
-
* Description: "STRING_VALUE",
|
|
39
|
+
* Title: "STRING_VALUE",
|
|
40
|
+
* Description: "STRING_VALUE",
|
|
41
41
|
* Contexts: [ // EngagementContexts
|
|
42
42
|
* { // EngagementContextDetails
|
|
43
43
|
* Id: "STRING_VALUE",
|
|
@@ -62,26 +62,26 @@ declare const CreateEngagementCommand_base: {
|
|
|
62
62
|
* },
|
|
63
63
|
* QualificationStatus: "STRING_VALUE",
|
|
64
64
|
* Customer: { // LeadCustomer
|
|
65
|
-
* Industry: "
|
|
65
|
+
* Industry: "STRING_VALUE",
|
|
66
66
|
* CompanyName: "STRING_VALUE", // required
|
|
67
67
|
* WebsiteUrl: "STRING_VALUE",
|
|
68
|
-
* Address: { //
|
|
68
|
+
* Address: { // LeadAddress
|
|
69
69
|
* City: "STRING_VALUE",
|
|
70
70
|
* PostalCode: "STRING_VALUE",
|
|
71
71
|
* StateOrRegion: "STRING_VALUE",
|
|
72
|
-
* CountryCode: "
|
|
72
|
+
* CountryCode: "STRING_VALUE",
|
|
73
73
|
* },
|
|
74
74
|
* AwsMaturity: "STRING_VALUE",
|
|
75
|
-
* MarketSegment: "
|
|
75
|
+
* MarketSegment: "STRING_VALUE",
|
|
76
76
|
* },
|
|
77
77
|
* Interactions: [ // LeadInteractionList // required
|
|
78
78
|
* { // LeadInteraction
|
|
79
|
-
* SourceType: "STRING_VALUE",
|
|
80
|
-
* SourceId: "STRING_VALUE",
|
|
81
|
-
* SourceName: "STRING_VALUE",
|
|
79
|
+
* SourceType: "STRING_VALUE",
|
|
80
|
+
* SourceId: "STRING_VALUE",
|
|
81
|
+
* SourceName: "STRING_VALUE",
|
|
82
82
|
* Usecase: "STRING_VALUE",
|
|
83
83
|
* InteractionDate: new Date("TIMESTAMP"),
|
|
84
|
-
* CustomerAction: "STRING_VALUE",
|
|
84
|
+
* CustomerAction: "STRING_VALUE",
|
|
85
85
|
* BusinessProblem: "STRING_VALUE",
|
|
86
86
|
* Contact: { // LeadContact
|
|
87
87
|
* BusinessTitle: "STRING_VALUE", // required
|
|
@@ -95,11 +95,6 @@ declare const CreateEngagementCommand_base: {
|
|
|
95
95
|
* },
|
|
96
96
|
* ProspectingResult: { // ProspectingResult
|
|
97
97
|
* Aws: { // ProspectingResultAws
|
|
98
|
-
* StartTime: new Date("TIMESTAMP"),
|
|
99
|
-
* EndTime: new Date("TIMESTAMP"),
|
|
100
|
-
* TaskId: "STRING_VALUE",
|
|
101
|
-
* TaskArn: "STRING_VALUE",
|
|
102
|
-
* TaskName: "STRING_VALUE",
|
|
103
98
|
* Customer: { // ProspectingResultCustomer
|
|
104
99
|
* AccountName: "STRING_VALUE",
|
|
105
100
|
* Geo: "STRING_VALUE",
|
|
@@ -121,6 +116,11 @@ declare const CreateEngagementCommand_base: {
|
|
|
121
116
|
* SolutionCategory: "STRING_VALUE",
|
|
122
117
|
* SolutionSubCategory: "STRING_VALUE",
|
|
123
118
|
* },
|
|
119
|
+
* StartTime: new Date("TIMESTAMP"),
|
|
120
|
+
* EndTime: new Date("TIMESTAMP"),
|
|
121
|
+
* TaskId: "STRING_VALUE",
|
|
122
|
+
* TaskArn: "STRING_VALUE",
|
|
123
|
+
* TaskName: "STRING_VALUE",
|
|
124
124
|
* },
|
|
125
125
|
* },
|
|
126
126
|
* },
|