@aws-sdk/client-partnercentral-selling 3.1068.0 → 3.1070.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.
Files changed (51) hide show
  1. package/README.md +21 -0
  2. package/dist-cjs/auth/httpAuthSchemeProvider.js +9 -15
  3. package/dist-cjs/endpoint/bdd.js +2 -5
  4. package/dist-cjs/endpoint/endpointResolver.js +7 -11
  5. package/dist-cjs/index.js +237 -197
  6. package/dist-cjs/models/PartnerCentralSellingServiceException.js +4 -8
  7. package/dist-cjs/models/errors.js +15 -25
  8. package/dist-cjs/runtimeConfig.browser.js +22 -26
  9. package/dist-cjs/runtimeConfig.js +30 -34
  10. package/dist-cjs/runtimeConfig.native.js +4 -7
  11. package/dist-cjs/runtimeConfig.shared.js +20 -24
  12. package/dist-cjs/schemas/schemas_0.js +660 -331
  13. package/dist-es/PartnerCentralSelling.js +8 -0
  14. package/dist-es/commands/GetProspectingFromEngagementTaskCommand.js +16 -0
  15. package/dist-es/commands/ListProspectingFromEngagementTasksCommand.js +16 -0
  16. package/dist-es/commands/StartProspectingFromEngagementTaskCommand.js +16 -0
  17. package/dist-es/commands/index.js +3 -0
  18. package/dist-es/models/enums.js +12 -0
  19. package/dist-es/pagination/ListProspectingFromEngagementTasksPaginator.js +4 -0
  20. package/dist-es/pagination/index.js +1 -0
  21. package/dist-es/schemas/schemas_0.js +200 -43
  22. package/dist-types/PartnerCentralSelling.d.ts +28 -0
  23. package/dist-types/PartnerCentralSellingClient.d.ts +5 -2
  24. package/dist-types/commands/CreateEngagementCommand.d.ts +34 -1
  25. package/dist-types/commands/CreateEngagementContextCommand.d.ts +34 -1
  26. package/dist-types/commands/GetAwsOpportunitySummaryCommand.d.ts +14 -0
  27. package/dist-types/commands/GetEngagementCommand.d.ts +34 -1
  28. package/dist-types/commands/GetProspectingFromEngagementTaskCommand.d.ts +105 -0
  29. package/dist-types/commands/GetResourceSnapshotCommand.d.ts +14 -0
  30. package/dist-types/commands/ListEngagementsCommand.d.ts +3 -3
  31. package/dist-types/commands/ListProspectingFromEngagementTasksCommand.d.ts +114 -0
  32. package/dist-types/commands/StartProspectingFromEngagementTaskCommand.d.ts +108 -0
  33. package/dist-types/commands/UpdateEngagementContextCommand.d.ts +34 -1
  34. package/dist-types/commands/index.d.ts +3 -0
  35. package/dist-types/models/enums.d.ts +28 -0
  36. package/dist-types/models/models_0.d.ts +529 -5
  37. package/dist-types/pagination/ListProspectingFromEngagementTasksPaginator.d.ts +7 -0
  38. package/dist-types/pagination/index.d.ts +1 -0
  39. package/dist-types/schemas/schemas_0.d.ts +19 -0
  40. package/dist-types/ts3.4/PartnerCentralSelling.d.ts +70 -0
  41. package/dist-types/ts3.4/PartnerCentralSellingClient.d.ts +18 -0
  42. package/dist-types/ts3.4/commands/GetProspectingFromEngagementTaskCommand.d.ts +53 -0
  43. package/dist-types/ts3.4/commands/ListProspectingFromEngagementTasksCommand.d.ts +53 -0
  44. package/dist-types/ts3.4/commands/StartProspectingFromEngagementTaskCommand.d.ts +53 -0
  45. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  46. package/dist-types/ts3.4/models/enums.d.ts +16 -0
  47. package/dist-types/ts3.4/models/models_0.d.ts +136 -0
  48. package/dist-types/ts3.4/pagination/ListProspectingFromEngagementTasksPaginator.d.ts +11 -0
  49. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  50. package/dist-types/ts3.4/schemas/schemas_0.d.ts +19 -0
  51. package/package.json +8 -8
@@ -1,10 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.EngagementContextDetails$ = exports.DisassociateOpportunityRequest$ = exports.DeleteResourceSnapshotJobRequest$ = exports.CustomerSummary$ = exports.CustomerProjectsContext$ = exports.Customer$ = exports.CreateResourceSnapshotResponse$ = exports.CreateResourceSnapshotRequest$ = exports.CreateResourceSnapshotJobResponse$ = exports.CreateResourceSnapshotJobRequest$ = exports.CreateOpportunityResponse$ = exports.CreateOpportunityRequest$ = exports.CreateEngagementResponse$ = exports.CreateEngagementRequest$ = exports.CreateEngagementInvitationResponse$ = exports.CreateEngagementInvitationRequest$ = exports.CreateEngagementContextResponse$ = exports.CreateEngagementContextRequest$ = exports.CreatedDateFilter$ = exports.Contact$ = exports.AwsTeamMember$ = exports.AwsSubmission$ = exports.AwsProductsSpendInsightsBySource$ = exports.AwsProductOptimization$ = exports.AwsProductInsights$ = exports.AwsProductDetails$ = exports.AwsOpportunitySummaryFullView$ = exports.AwsOpportunityRelatedEntities$ = exports.AwsOpportunityProject$ = exports.AwsOpportunityLifeCycle$ = exports.AwsOpportunityInsights$ = exports.AwsOpportunityCustomer$ = exports.AssociateOpportunityRequest$ = exports.AssignOpportunityRequest$ = exports.AssigneeContact$ = exports.AddressSummary$ = exports.Address$ = exports.AccountSummary$ = exports.AccountReceiver$ = exports.Account$ = exports.AcceptEngagementInvitationRequest$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.PartnerCentralSellingServiceException$ = void 0;
4
- exports.ListEngagementsResponse$ = exports.ListEngagementsRequest$ = exports.ListEngagementResourceAssociationsResponse$ = exports.ListEngagementResourceAssociationsRequest$ = exports.ListEngagementMembersResponse$ = exports.ListEngagementMembersRequest$ = exports.ListEngagementInvitationsResponse$ = exports.ListEngagementInvitationsRequest$ = exports.ListEngagementFromOpportunityTaskSummary$ = exports.ListEngagementFromOpportunityTasksResponse$ = exports.ListEngagementFromOpportunityTasksRequest$ = exports.ListEngagementByAcceptingInvitationTaskSummary$ = exports.ListEngagementByAcceptingInvitationTasksResponse$ = exports.ListEngagementByAcceptingInvitationTasksRequest$ = exports.LifeCycleSummary$ = exports.LifeCycleForView$ = exports.LifeCycle$ = exports.LeadInvitationPayload$ = exports.LeadInvitationInteraction$ = exports.LeadInvitationCustomer$ = exports.LeadInteraction$ = exports.LeadCustomer$ = exports.LeadContext$ = exports.LeadContact$ = exports.LastModifiedDate$ = exports.Invitation$ = exports.GetSellingSystemSettingsResponse$ = exports.GetSellingSystemSettingsRequest$ = exports.GetResourceSnapshotResponse$ = exports.GetResourceSnapshotRequest$ = exports.GetResourceSnapshotJobResponse$ = exports.GetResourceSnapshotJobRequest$ = exports.GetOpportunityResponse$ = exports.GetOpportunityRequest$ = exports.GetEngagementResponse$ = exports.GetEngagementRequest$ = exports.GetEngagementInvitationResponse$ = exports.GetEngagementInvitationRequest$ = exports.GetAwsOpportunitySummaryResponse$ = exports.GetAwsOpportunitySummaryRequest$ = exports.ExpectedCustomerSpend$ = exports.ExpectedContractDuration$ = exports.EngagementSummary$ = exports.EngagementSort$ = exports.EngagementResourceAssociationSummary$ = exports.EngagementMemberSummary$ = exports.EngagementMember$ = exports.EngagementInvitationSummary$ = exports.EngagementCustomerProjectDetails$ = exports.EngagementCustomer$ = void 0;
5
- exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.Tag$ = exports.SubmitOpportunityRequest$ = exports.StopResourceSnapshotJobRequest$ = exports.StartResourceSnapshotJobRequest$ = exports.StartOpportunityFromEngagementTaskResponse$ = exports.StartOpportunityFromEngagementTaskRequest$ = exports.StartEngagementFromOpportunityTaskResponse$ = exports.StartEngagementFromOpportunityTaskRequest$ = exports.StartEngagementByAcceptingInvitationTaskResponse$ = exports.StartEngagementByAcceptingInvitationTaskRequest$ = exports.SortObject$ = exports.SolutionSort$ = exports.SolutionBase$ = exports.SoftwareRevenue$ = exports.SenderContact$ = exports.ResourceSnapshotSummary$ = exports.ResourceSnapshotJobSummary$ = exports.RelatedEntityIdentifiers$ = exports.RejectEngagementInvitationRequest$ = exports.PutSellingSystemSettingsResponse$ = exports.PutSellingSystemSettingsRequest$ = exports.ProjectView$ = exports.ProjectSummary$ = exports.ProjectDetails$ = exports.Project$ = exports.ProfileNextStepsHistory$ = exports.OpportunitySummaryView$ = exports.OpportunitySummary$ = exports.OpportunitySort$ = exports.OpportunityInvitationPayload$ = exports.OpportunityEngagementInvitationSort$ = exports.NextStepsHistory$ = exports.MonetaryValue$ = exports.Marketing$ = exports.ListTasksSortBase$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListSolutionsResponse$ = exports.ListSolutionsRequest$ = exports.ListResourceSnapshotsResponse$ = exports.ListResourceSnapshotsRequest$ = exports.ListResourceSnapshotJobsResponse$ = exports.ListResourceSnapshotJobsRequest$ = exports.ListOpportunityFromEngagementTaskSummary$ = exports.ListOpportunityFromEngagementTasksResponse$ = exports.ListOpportunityFromEngagementTasksRequest$ = exports.ListOpportunitiesResponse$ = exports.ListOpportunitiesRequest$ = void 0;
6
- exports.StartResourceSnapshotJob$ = exports.StartOpportunityFromEngagementTask$ = exports.StartEngagementFromOpportunityTask$ = exports.StartEngagementByAcceptingInvitationTask$ = exports.RejectEngagementInvitation$ = exports.PutSellingSystemSettings$ = exports.ListTagsForResource$ = exports.ListSolutions$ = exports.ListResourceSnapshots$ = exports.ListResourceSnapshotJobs$ = exports.ListOpportunityFromEngagementTasks$ = exports.ListOpportunities$ = exports.ListEngagements$ = exports.ListEngagementResourceAssociations$ = exports.ListEngagementMembers$ = exports.ListEngagementInvitations$ = exports.ListEngagementFromOpportunityTasks$ = exports.ListEngagementByAcceptingInvitationTasks$ = exports.GetSellingSystemSettings$ = exports.GetResourceSnapshotJob$ = exports.GetResourceSnapshot$ = exports.GetOpportunity$ = exports.GetEngagementInvitation$ = exports.GetEngagement$ = exports.GetAwsOpportunitySummary$ = exports.DisassociateOpportunity$ = exports.DeleteResourceSnapshotJob$ = exports.CreateResourceSnapshotJob$ = exports.CreateResourceSnapshot$ = exports.CreateOpportunity$ = exports.CreateEngagementInvitation$ = exports.CreateEngagementContext$ = exports.CreateEngagement$ = exports.AssociateOpportunity$ = exports.AssignOpportunity$ = exports.AcceptEngagementInvitation$ = exports.UpdateEngagementContextPayload$ = exports.ResourceSnapshotPayload$ = exports.Receiver$ = exports.Payload$ = exports.EngagementContextPayload$ = exports.ValidationExceptionError$ = exports.UpdateOpportunityResponse$ = exports.UpdateOpportunityRequest$ = exports.UpdateLeadContext$ = exports.UpdateEngagementContextResponse$ = exports.UpdateEngagementContextRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TargetCloseDateFilter$ = void 0;
7
- exports.UpdateOpportunity$ = exports.UpdateEngagementContext$ = exports.UntagResource$ = exports.TagResource$ = exports.SubmitOpportunity$ = exports.StopResourceSnapshotJob$ = void 0;
8
1
  const _A = "Alias";
9
2
  const _AA = "AwsAccount";
10
3
  const _AAI = "AwsAccountId";
@@ -23,6 +16,7 @@ const _AM = "AwsMaturity";
23
16
  const _AMO = "AwsMarketplaceOffers";
24
17
  const _AMOS = "AwsMarketplaceOfferSets";
25
18
  const _AMm = "AmountMap";
19
+ const _AN = "AccountName";
26
20
  const _AO = "AssignOpportunity";
27
21
  const _AOC = "AwsOpportunityCustomer";
28
22
  const _AOI = "AwsOpportunityInsights";
@@ -56,6 +50,8 @@ const _Ad = "Address";
56
50
  const _Am = "Amount";
57
51
  const _Ar = "Arn";
58
52
  const _As = "Assignee";
53
+ const _At = "Attributes";
54
+ const _Aw = "Aws";
59
55
  const _BCD = "BeforeCreatedDate";
60
56
  const _BLMD = "BeforeLastModifiedDate";
61
57
  const _BP = "BusinessProblem";
@@ -74,9 +70,10 @@ const _CCu = "CurrencyCode";
74
70
  const _CD = "CreatedDate";
75
71
  const _CDF = "CreatedDateFilter";
76
72
  const _CE = "ConflictException";
77
- const _CEC = "CreateEngagementContext";
73
+ const _CEC = "CompletedEngagementCount";
78
74
  const _CECR = "CreateEngagementContextRequest";
79
75
  const _CECRr = "CreateEngagementContextResponse";
76
+ const _CECr = "CreateEngagementContext";
80
77
  const _CEI = "CreateEngagementInvitation";
81
78
  const _CEIR = "CreateEngagementInvitationRequest";
82
79
  const _CEIRr = "CreateEngagementInvitationResponse";
@@ -86,6 +83,7 @@ const _CEr = "CreateEngagement";
86
83
  const _CI = "ContextId";
87
84
  const _CIo = "ContextIdentifier";
88
85
  const _CLR = "ClosedLostReason";
86
+ const _CM = "CosellMotion";
89
87
  const _CN = "CompanyName";
90
88
  const _CNa = "CampaignName";
91
89
  const _CNo = "CompetitorName";
@@ -101,6 +99,7 @@ const _CRSJRr = "CreateResourceSnapshotJobResponse";
101
99
  const _CRSR = "CreateResourceSnapshotRequest";
102
100
  const _CRSRr = "CreateResourceSnapshotResponse";
103
101
  const _CS = "CustomerSummary";
102
+ const _CSo = "CompanySize";
104
103
  const _CT = "ClientToken";
105
104
  const _CTo = "ContextTypes";
106
105
  const _CUC = "CustomerUseCase";
@@ -113,6 +112,7 @@ const _Co = "Contacts";
113
112
  const _Cod = "Code";
114
113
  const _Con = "Contact";
115
114
  const _Cont = "Contexts";
115
+ const _Cou = "Country";
116
116
  const _Cu = "Customer";
117
117
  const _D = "Duns";
118
118
  const _DM = "DeliveryModels";
@@ -123,6 +123,7 @@ const _DOR = "DisassociateOpportunityRequest";
123
123
  const _DRSJ = "DeleteResourceSnapshotJob";
124
124
  const _DRSJR = "DeleteResourceSnapshotJobRequest";
125
125
  const _De = "Description";
126
+ const _Det = "Details";
126
127
  const _E = "Email";
127
128
  const _EA = "EngagementArn";
128
129
  const _EC = "EngagementCustomer";
@@ -130,6 +131,7 @@ const _ECB = "ExcludeCreatedBy";
130
131
  const _ECBP = "EngagementCustomerBusinessProblem";
131
132
  const _ECD = "EngagementContextDetails";
132
133
  const _ECDx = "ExpectedContractDuration";
134
+ const _ECI = "EngagementContextId";
133
135
  const _ECP = "EngagementContextPayload";
134
136
  const _ECPD = "EngagementCustomerProjectDetails";
135
137
  const _ECS = "ExpectedCustomerSpend";
@@ -153,6 +155,9 @@ const _EMS = "EngagementMemberSummary";
153
155
  const _EMSn = "EngagementMemberSummaries";
154
156
  const _EMn = "EngagementMembers";
155
157
  const _EMx = "ExistingMembers";
158
+ const _EP = "EligiblePrograms";
159
+ const _EPR = "EngagementProspectingResult";
160
+ const _EPRL = "EngagementProspectingResultList";
156
161
  const _ERAS = "EngagementResourceAssociationSummary";
157
162
  const _ERASL = "EngagementResourceAssociationSummaryList";
158
163
  const _ERASn = "EngagementResourceAssociationSummaries";
@@ -161,10 +166,14 @@ const _ESL = "EngagementSummaryList";
161
166
  const _ESn = "EngagementSort";
162
167
  const _ESng = "EngagementSummary";
163
168
  const _ET = "EngagementTitle";
169
+ const _ETn = "EndTime";
164
170
  const _EU = "EstimationUrl";
171
+ const _En = "Engagements";
165
172
  const _F = "Frequency";
173
+ const _FEC = "FailedEngagementCount";
166
174
  const _FN = "FirstName";
167
175
  const _FNi = "FieldName";
176
+ const _G = "Geo";
168
177
  const _GAOS = "GetAwsOpportunitySummary";
169
178
  const _GAOSR = "GetAwsOpportunitySummaryRequest";
170
179
  const _GAOSRe = "GetAwsOpportunitySummaryResponse";
@@ -177,6 +186,9 @@ const _GERe = "GetEngagementResponse";
177
186
  const _GO = "GetOpportunity";
178
187
  const _GOR = "GetOpportunityRequest";
179
188
  const _GORe = "GetOpportunityResponse";
189
+ const _GPFET = "GetProspectingFromEngagementTask";
190
+ const _GPFETR = "GetProspectingFromEngagementTaskRequest";
191
+ const _GPFETRe = "GetProspectingFromEngagementTaskResponse";
180
192
  const _GRS = "GetResourceSnapshot";
181
193
  const _GRSJ = "GetResourceSnapshotJob";
182
194
  const _GRSJR = "GetResourceSnapshotJobRequest";
@@ -194,6 +206,7 @@ const _ISE = "InternalServerException";
194
206
  const _IT = "InvolvementType";
195
207
  const _ITCR = "InvolvementTypeChangeReason";
196
208
  const _Id = "Id";
209
+ const _Ide = "Identifiers";
197
210
  const _In = "Industry";
198
211
  const _Ins = "Insights";
199
212
  const _Int = "Interactions";
@@ -233,12 +246,13 @@ const _LERAR = "ListEngagementResourceAssociationsRequest";
233
246
  const _LERARi = "ListEngagementResourceAssociationsResponse";
234
247
  const _LERi = "ListEngagementsResponse";
235
248
  const _LF = "LastFailure";
236
- const _LI = "LeadInteraction";
249
+ const _LI = "LeadInsights";
237
250
  const _LIC = "LeadInvitationCustomer";
238
251
  const _LII = "LeadInvitationInteraction";
239
252
  const _LIL = "LeadInteractionList";
240
253
  const _LIP = "LeadInvitationPayload";
241
- const _LIe = "LeadInvitation";
254
+ const _LIe = "LeadInteraction";
255
+ const _LIea = "LeadInvitation";
242
256
  const _LMD = "LastModifiedDate";
243
257
  const _LN = "LastName";
244
258
  const _LO = "ListOpportunities";
@@ -249,12 +263,16 @@ const _LOFETS = "ListOpportunityFromEngagementTaskSummary";
249
263
  const _LOFETSi = "ListOpportunityFromEngagementTaskSummaries";
250
264
  const _LOR = "ListOpportunitiesRequest";
251
265
  const _LORi = "ListOpportunitiesResponse";
252
- const _LRS = "ListResourceSnapshots";
266
+ const _LPFET = "ListProspectingFromEngagementTasks";
267
+ const _LPFETR = "ListProspectingFromEngagementTasksRequest";
268
+ const _LPFETRi = "ListProspectingFromEngagementTasksResponse";
269
+ const _LRS = "LeadReadinessScore";
253
270
  const _LRSJ = "ListResourceSnapshotJobs";
254
271
  const _LRSJR = "ListResourceSnapshotJobsRequest";
255
272
  const _LRSJRi = "ListResourceSnapshotJobsResponse";
256
273
  const _LRSR = "ListResourceSnapshotsRequest";
257
274
  const _LRSRi = "ListResourceSnapshotsResponse";
275
+ const _LRSi = "ListResourceSnapshots";
258
276
  const _LS = "ListSolutions";
259
277
  const _LSED = "LastSuccessfulExecutionDate";
260
278
  const _LSR = "ListSolutionsRequest";
@@ -270,6 +288,7 @@ const _MAo = "ModifiedAt";
270
288
  const _MB = "ModifiedBy";
271
289
  const _MC = "MemberCount";
272
290
  const _MCN = "MemberCompanyName";
291
+ const _MES = "MarketplaceEngagementScore";
273
292
  const _MR = "MaxResults";
274
293
  const _MS = "MarketSegment";
275
294
  const _MV = "MonetaryValue";
@@ -290,6 +309,7 @@ const _OIP = "OpportunityInvitationPayload";
290
309
  const _OIp = "OpportunityIdentifier";
291
310
  const _OIpp = "OpportunityId";
292
311
  const _OIppo = "OpportunityInvitation";
312
+ const _OQ = "OpportunityQuality";
293
313
  const _OS = "OpportunitySummaries";
294
314
  const _OSD = "OtherSolutionDescription";
295
315
  const _OSV = "OpportunitySummaryView";
@@ -302,12 +322,18 @@ const _P = "Phone";
302
322
  const _PC = "PostalCode";
303
323
  const _PCr = "ProductCode";
304
324
  const _PD = "ProjectDetails";
325
+ const _PFETS = "ProspectingFromEngagementTaskSort";
326
+ const _PI = "ProspectingInsights";
305
327
  const _PN = "PhoneNumber";
306
328
  const _PNFA = "PrimaryNeedsFromAws";
307
329
  const _PNSH = "ProfileNextStepsHistory";
308
330
  const _PNSHr = "ProfileNextStepsHistories";
309
331
  const _POI = "PartnerOpportunityIdentifier";
310
332
  const _POTML = "PartnerOpportunityTeamMembersList";
333
+ const _PPS = "PublicProfileSummary";
334
+ const _PR = "ProspectingResult";
335
+ const _PRA = "ProspectingResultAws";
336
+ const _PRC = "ProspectingResultCustomer";
311
337
  const _PS = "PiiString";
312
338
  const _PSA = "PotentialSavingsAmount";
313
339
  const _PSSS = "PutSellingSystemSettings";
@@ -315,6 +341,8 @@ const _PSSSR = "PutSellingSystemSettingsRequest";
315
341
  const _PSSSRu = "PutSellingSystemSettingsResponse";
316
342
  const _PSr = "ProjectSummary";
317
343
  const _PT = "PayloadType";
344
+ const _PTS = "ProspectingTaskSummary";
345
+ const _PTSL = "ProspectingTaskSummaryList";
318
346
  const _PTa = "ParticipantType";
319
347
  const _PV = "ProjectView";
320
348
  const _Pa = "Partner";
@@ -323,8 +351,8 @@ const _Pr = "Project";
323
351
  const _QS = "QualificationStatus";
324
352
  const _R = "Reason";
325
353
  const _RA = "ResourceArn";
326
- const _RC = "ReviewComments";
327
- const _RCe = "ReasonCode";
354
+ const _RC = "ReasonCode";
355
+ const _RCe = "ReviewComments";
328
356
  const _REI = "RelatedEntityIdentifier";
329
357
  const _REIR = "RejectEngagementInvitationRequest";
330
358
  const _REIe = "RelatedEntityIds";
@@ -333,6 +361,7 @@ const _REIel = "RelatedEntityIdentifiers";
333
361
  const _RET = "RelatedEntityType";
334
362
  const _RI = "ResourceIdentifier";
335
363
  const _RIe = "ResourceId";
364
+ const _RL = "RecommendationList";
336
365
  const _RNFE = "ResourceNotFoundException";
337
366
  const _ROI = "RelatedOpportunityId";
338
367
  const _ROIe = "RelatedOpportunityIdentifier";
@@ -354,21 +383,27 @@ const _RSSe = "ResourceSnapshotSummary";
354
383
  const _RSTI = "ResourceSnapshotTemplateIdentifier";
355
384
  const _RSTN = "ResourceSnapshotTemplateName";
356
385
  const _RT = "ResourceType";
357
- const _Re = "Revision";
386
+ const _Re = "Recommendations";
358
387
  const _Rec = "Receiver";
388
+ const _Reco = "Recommendation";
389
+ const _Reg = "Region";
390
+ const _Rev = "Revision";
359
391
  const _S = "Stage";
360
392
  const _SA = "StreetAddress";
361
393
  const _SAAI = "SenderAwsAccountId";
362
394
  const _SAa = "SavingsAmount";
363
395
  const _SAal = "SalesActivities";
396
+ const _SAt = "StartAfter";
364
397
  const _SB = "SortBy";
365
398
  const _SBo = "SolutionBase";
399
+ const _SBt = "StartBefore";
366
400
  const _SC = "ServiceCode";
367
401
  const _SCE = "SenderContactEmail";
368
402
  const _SCL = "SenderContactList";
369
403
  const _SCN = "SenderCompanyName";
370
404
  const _SCe = "SenderContacts";
371
405
  const _SCen = "SenderContact";
406
+ const _SCo = "SolutionCategory";
372
407
  const _SEBAIT = "StartEngagementByAcceptingInvitationTask";
373
408
  const _SEBAITR = "StartEngagementByAcceptingInvitationTaskRequest";
374
409
  const _SEBAITRt = "StartEngagementByAcceptingInvitationTaskResponse";
@@ -376,6 +411,7 @@ const _SEFOT = "StartEngagementFromOpportunityTask";
376
411
  const _SEFOTR = "StartEngagementFromOpportunityTaskRequest";
377
412
  const _SEFOTRt = "StartEngagementFromOpportunityTaskResponse";
378
413
  const _SI = "SourceId";
414
+ const _SIu = "SubIndustry";
379
415
  const _SL = "SolutionList";
380
416
  const _SN = "SourceName";
381
417
  const _SO = "SortOrder";
@@ -386,16 +422,24 @@ const _SOR = "StateOrRegion";
386
422
  const _SORu = "SubmitOpportunityRequest";
387
423
  const _SOo = "SortObject";
388
424
  const _SOu = "SubmitOpportunity";
425
+ const _SPFET = "StartProspectingFromEngagementTask";
426
+ const _SPFETR = "StartProspectingFromEngagementTaskRequest";
427
+ const _SPFETRt = "StartProspectingFromEngagementTaskResponse";
389
428
  const _SQEE = "ServiceQuotaExceededException";
390
429
  const _SR = "SoftwareRevenue";
391
430
  const _SRSJ = "StartResourceSnapshotJob";
392
431
  const _SRSJR = "StartResourceSnapshotJobRequest";
393
432
  const _SRSJRt = "StopResourceSnapshotJobRequest";
394
433
  const _SRSJt = "StopResourceSnapshotJob";
434
+ const _SRu = "SubRegion";
395
435
  const _SS = "SolutionSummaries";
396
- const _SSo = "SolutionSort";
397
- const _ST = "SourceType";
398
- const _STt = "StartTime";
436
+ const _SSC = "SolutionSubCategory";
437
+ const _SSo = "SolutionScore";
438
+ const _SSol = "SolutionSort";
439
+ const _ST = "StartTime";
440
+ const _STo = "SourceType";
441
+ const _Sc = "Score";
442
+ const _Se = "Segment";
399
443
  const _So = "Solutions";
400
444
  const _Sor = "Sort";
401
445
  const _Sou = "Source";
@@ -409,11 +453,13 @@ const _TCD = "TargetCloseDate";
409
453
  const _TCDF = "TargetCloseDateFilter";
410
454
  const _TCDa = "TargetCompletionDate";
411
455
  const _TE = "ThrottlingException";
456
+ const _TEC = "TotalEngagementCount";
412
457
  const _TI = "TaskIdentifier";
413
458
  const _TIa = "TaskId";
414
459
  const _TK = "TagKeys";
415
460
  const _TL = "TagList";
416
461
  const _TMA = "TargetMemberAccounts";
462
+ const _TN = "TaskName";
417
463
  const _TOA = "TotalOptimizedAmount";
418
464
  const _TPSA = "TotalPotentialSavingsAmount";
419
465
  const _TR = "TagResource";
@@ -426,6 +472,7 @@ const _Tag = "Tag";
426
472
  const _Te = "Term";
427
473
  const _Ti = "Title";
428
474
  const _Tim = "Time";
475
+ const _Tr = "Trend";
429
476
  const _U = "Usecase";
430
477
  const _UC = "UseCases";
431
478
  const _UEC = "UpdateEngagementContext";
@@ -452,55 +499,63 @@ const _hE = "httpError";
452
499
  const _s = "smithy.ts.sdk.synthetic.com.amazonaws.partnercentralselling";
453
500
  const _se = "server";
454
501
  const n0 = "com.amazonaws.partnercentralselling";
455
- const schema_1 = require("@smithy/core/schema");
456
- const errors_1 = require("../models/errors");
457
- const PartnerCentralSellingServiceException_1 = require("../models/PartnerCentralSellingServiceException");
458
- const _s_registry = schema_1.TypeRegistry.for(_s);
459
- exports.PartnerCentralSellingServiceException$ = [-3, _s, "PartnerCentralSellingServiceException", 0, [], []];
460
- _s_registry.registerError(exports.PartnerCentralSellingServiceException$, PartnerCentralSellingServiceException_1.PartnerCentralSellingServiceException);
461
- const n0_registry = schema_1.TypeRegistry.for(n0);
462
- exports.AccessDeniedException$ = [-3, n0, _ADE,
502
+ const { TypeRegistry } = require("@smithy/core/schema");
503
+ const { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException } = require("../models/errors");
504
+ const { PartnerCentralSellingServiceException } = require("../models/PartnerCentralSellingServiceException");
505
+ const _s_registry = TypeRegistry.for(_s);
506
+ const PartnerCentralSellingServiceException$ = [-3, _s, "PartnerCentralSellingServiceException", 0, [], []];
507
+ exports.PartnerCentralSellingServiceException$ = PartnerCentralSellingServiceException$;
508
+ _s_registry.registerError(PartnerCentralSellingServiceException$, PartnerCentralSellingServiceException);
509
+ const n0_registry = TypeRegistry.for(n0);
510
+ const AccessDeniedException$ = [-3, n0, _ADE,
463
511
  { [_e]: _c, [_hE]: 403 },
464
512
  [_M, _R],
465
513
  [0, 0]
466
514
  ];
467
- n0_registry.registerError(exports.AccessDeniedException$, errors_1.AccessDeniedException);
468
- exports.ConflictException$ = [-3, n0, _CE,
515
+ exports.AccessDeniedException$ = AccessDeniedException$;
516
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
517
+ const ConflictException$ = [-3, n0, _CE,
469
518
  { [_e]: _c, [_hE]: 409 },
470
519
  [_M],
471
520
  [0]
472
521
  ];
473
- n0_registry.registerError(exports.ConflictException$, errors_1.ConflictException);
474
- exports.InternalServerException$ = [-3, n0, _ISE,
522
+ exports.ConflictException$ = ConflictException$;
523
+ n0_registry.registerError(ConflictException$, ConflictException);
524
+ const InternalServerException$ = [-3, n0, _ISE,
475
525
  { [_e]: _se, [_hE]: 500 },
476
526
  [_M],
477
527
  [0]
478
528
  ];
479
- n0_registry.registerError(exports.InternalServerException$, errors_1.InternalServerException);
480
- exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
529
+ exports.InternalServerException$ = InternalServerException$;
530
+ n0_registry.registerError(InternalServerException$, InternalServerException);
531
+ const ResourceNotFoundException$ = [-3, n0, _RNFE,
481
532
  { [_e]: _c, [_hE]: 404 },
482
533
  [_M],
483
534
  [0]
484
535
  ];
485
- n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
486
- exports.ServiceQuotaExceededException$ = [-3, n0, _SQEE,
536
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
537
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
538
+ const ServiceQuotaExceededException$ = [-3, n0, _SQEE,
487
539
  { [_e]: _c, [_hE]: 402 },
488
540
  [_M],
489
541
  [0]
490
542
  ];
491
- n0_registry.registerError(exports.ServiceQuotaExceededException$, errors_1.ServiceQuotaExceededException);
492
- exports.ThrottlingException$ = [-3, n0, _TE,
543
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
544
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
545
+ const ThrottlingException$ = [-3, n0, _TE,
493
546
  { [_e]: _c, [_hE]: 429 },
494
547
  [_M],
495
548
  [0]
496
549
  ];
497
- n0_registry.registerError(exports.ThrottlingException$, errors_1.ThrottlingException);
498
- exports.ValidationException$ = [-3, n0, _VE,
550
+ exports.ThrottlingException$ = ThrottlingException$;
551
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
552
+ const ValidationException$ = [-3, n0, _VE,
499
553
  { [_e]: _c, [_hE]: 400 },
500
554
  [_M, _R, _EL],
501
555
  [0, 0, () => ValidationExceptionErrorList], 2
502
556
  ];
503
- n0_registry.registerError(exports.ValidationException$, errors_1.ValidationException);
557
+ exports.ValidationException$ = ValidationException$;
558
+ n0_registry.registerError(ValidationException$, ValidationException);
504
559
  exports.errorTypeRegistries = [
505
560
  _s_registry,
506
561
  n0_registry,
@@ -525,756 +580,1002 @@ var PhoneNumber = [0, n0, _PN, 8, 0];
525
580
  var PiiString = [0, n0, _PS, 8, 0];
526
581
  var SenderContactEmail = [0, n0, _SCE, 8, 0];
527
582
  var WebsiteUrl = [0, n0, _WU, 8, 0];
528
- exports.AcceptEngagementInvitationRequest$ = [3, n0, _AEIR,
583
+ const AcceptEngagementInvitationRequest$ = [3, n0, _AEIR,
529
584
  0,
530
585
  [_C, _I],
531
586
  [0, 0], 2
532
587
  ];
533
- exports.Account$ = [3, n0, _Ac,
588
+ exports.AcceptEngagementInvitationRequest$ = AcceptEngagementInvitationRequest$;
589
+ const Account$ = [3, n0, _Ac,
534
590
  0,
535
591
  [_CN, _In, _OI, _WU, _AAI, _Ad, _D],
536
- [[() => Name, 0], 0, 0, [() => WebsiteUrl, 0], [() => AwsAccount, 0], [() => exports.Address$, 0], [() => DunsNumber, 0]], 1
592
+ [[() => Name, 0], 0, 0, [() => WebsiteUrl, 0], [() => AwsAccount, 0], [() => Address$, 0], [() => DunsNumber, 0]], 1
537
593
  ];
538
- exports.AccountReceiver$ = [3, n0, _AR,
594
+ exports.Account$ = Account$;
595
+ const AccountReceiver$ = [3, n0, _AR,
539
596
  0,
540
597
  [_AAI, _A],
541
598
  [[() => AwsAccount, 0], [() => Alias, 0]], 1
542
599
  ];
543
- exports.AccountSummary$ = [3, n0, _AS,
600
+ exports.AccountReceiver$ = AccountReceiver$;
601
+ const AccountSummary$ = [3, n0, _AS,
544
602
  0,
545
603
  [_CN, _In, _OI, _WU, _Ad],
546
- [[() => Name, 0], 0, 0, [() => WebsiteUrl, 0], [() => exports.AddressSummary$, 0]], 1
604
+ [[() => Name, 0], 0, 0, [() => WebsiteUrl, 0], [() => AddressSummary$, 0]], 1
547
605
  ];
548
- exports.Address$ = [3, n0, _Ad,
606
+ exports.AccountSummary$ = AccountSummary$;
607
+ const Address$ = [3, n0, _Ad,
549
608
  0,
550
609
  [_Ci, _PC, _SOR, _CC, _SA],
551
610
  [[() => AddressPart, 0], [() => AddressPart, 0], [() => AddressPart, 0], [() => CountryCode, 0], [() => AddressPart, 0]]
552
611
  ];
553
- exports.AddressSummary$ = [3, n0, _ASd,
612
+ exports.Address$ = Address$;
613
+ const AddressSummary$ = [3, n0, _ASd,
554
614
  0,
555
615
  [_Ci, _PC, _SOR, _CC],
556
616
  [[() => AddressPart, 0], [() => AddressPart, 0], [() => AddressPart, 0], [() => CountryCode, 0]]
557
617
  ];
558
- exports.AssigneeContact$ = [3, n0, _AC,
618
+ exports.AddressSummary$ = AddressSummary$;
619
+ const AssigneeContact$ = [3, n0, _AC,
559
620
  0,
560
621
  [_E, _FN, _LN, _BT, _P],
561
622
  [[() => Email, 0], [() => Name, 0], [() => Name, 0], [() => JobTitle, 0], [() => PhoneNumber, 0]], 4
562
623
  ];
563
- exports.AssignOpportunityRequest$ = [3, n0, _AOR,
624
+ exports.AssigneeContact$ = AssigneeContact$;
625
+ const AssignOpportunityRequest$ = [3, n0, _AOR,
564
626
  0,
565
627
  [_C, _I, _As],
566
- [0, 0, [() => exports.AssigneeContact$, 0]], 3
628
+ [0, 0, [() => AssigneeContact$, 0]], 3
567
629
  ];
568
- exports.AssociateOpportunityRequest$ = [3, n0, _AORs,
630
+ exports.AssignOpportunityRequest$ = AssignOpportunityRequest$;
631
+ const AssociateOpportunityRequest$ = [3, n0, _AORs,
569
632
  0,
570
633
  [_C, _OIp, _RET, _REI],
571
634
  [0, 0, 0, 0], 4
572
635
  ];
573
- exports.AwsOpportunityCustomer$ = [3, n0, _AOC,
636
+ exports.AssociateOpportunityRequest$ = AssociateOpportunityRequest$;
637
+ const AwsOpportunityCustomer$ = [3, n0, _AOC,
574
638
  0,
575
639
  [_Co],
576
640
  [[() => CustomerContactsList, 0]]
577
641
  ];
578
- exports.AwsOpportunityInsights$ = [3, n0, _AOI,
642
+ exports.AwsOpportunityCustomer$ = AwsOpportunityCustomer$;
643
+ const AwsOpportunityInsights$ = [3, n0, _AOI,
579
644
  0,
580
- [_NBA, _ES, _APSIBS],
581
- [0, 0, [() => exports.AwsProductsSpendInsightsBySource$, 0]]
645
+ [_NBA, _ES, _APSIBS, _OQ, _Re],
646
+ [0, 0, [() => AwsProductsSpendInsightsBySource$, 0], () => OpportunityQuality$, () => RecommendationList]
582
647
  ];
583
- exports.AwsOpportunityLifeCycle$ = [3, n0, _AOLC,
648
+ exports.AwsOpportunityInsights$ = AwsOpportunityInsights$;
649
+ const AwsOpportunityLifeCycle$ = [3, n0, _AOLC,
584
650
  0,
585
651
  [_TCD, _CLR, _S, _NS, _NSH],
586
652
  [0, 0, 0, [() => PiiString, 0], () => ProfileNextStepsHistories]
587
653
  ];
588
- exports.AwsOpportunityProject$ = [3, n0, _AOP,
654
+ exports.AwsOpportunityLifeCycle$ = AwsOpportunityLifeCycle$;
655
+ const AwsOpportunityProject$ = [3, n0, _AOP,
589
656
  0,
590
657
  [_ECS, _APw],
591
658
  [[() => ExpectedCustomerSpendList, 0], 0]
592
659
  ];
593
- exports.AwsOpportunityRelatedEntities$ = [3, n0, _AORE,
660
+ exports.AwsOpportunityProject$ = AwsOpportunityProject$;
661
+ const AwsOpportunityRelatedEntities$ = [3, n0, _AORE,
594
662
  0,
595
663
  [_APws, _So],
596
664
  [64 | 0, 64 | 0]
597
665
  ];
598
- exports.AwsOpportunitySummaryFullView$ = [3, n0, _AOSFV,
666
+ exports.AwsOpportunityRelatedEntities$ = AwsOpportunityRelatedEntities$;
667
+ const AwsOpportunitySummaryFullView$ = [3, n0, _AOSFV,
599
668
  0,
600
- [_ROI, _O, _IT, _V, _LC, _OT, _Ins, _ITCR, _REIe, _Cu, _Pr],
601
- [0, 0, 0, 0, [() => exports.AwsOpportunityLifeCycle$, 0], [() => AwsOpportunityTeamMembersList, 0], [() => exports.AwsOpportunityInsights$, 0], 0, () => exports.AwsOpportunityRelatedEntities$, [() => exports.AwsOpportunityCustomer$, 0], [() => exports.AwsOpportunityProject$, 0]]
669
+ [_ROI, _O, _IT, _V, _LC, _OT, _Ins, _ITCR, _REIe, _Cu, _Pr, _CM],
670
+ [0, 0, 0, 0, [() => AwsOpportunityLifeCycle$, 0], [() => AwsOpportunityTeamMembersList, 0], [() => AwsOpportunityInsights$, 0], 0, () => AwsOpportunityRelatedEntities$, [() => AwsOpportunityCustomer$, 0], [() => AwsOpportunityProject$, 0], 0]
602
671
  ];
603
- exports.AwsProductDetails$ = [3, n0, _APD,
672
+ exports.AwsOpportunitySummaryFullView$ = AwsOpportunitySummaryFullView$;
673
+ const AwsProductDetails$ = [3, n0, _APD,
604
674
  0,
605
675
  [_PCr, _Ca, _Op, _SC, _Am, _OA, _PSA],
606
676
  [0, 64 | 0, [() => AwsProductOptimizationsList, 0], 0, [() => MonetaryAmount, 0], [() => MonetaryAmount, 0], [() => MonetaryAmount, 0]], 3
607
677
  ];
608
- exports.AwsProductInsights$ = [3, n0, _API,
678
+ exports.AwsProductDetails$ = AwsProductDetails$;
679
+ const AwsProductInsights$ = [3, n0, _API,
609
680
  0,
610
681
  [_CCu, _F, _TABC, _APws, _TA, _TOA, _TPSA],
611
682
  [[() => CurrencyCode, 0], 0, [() => AmountMap, 0], [() => AwsProductsList, 0], [() => MonetaryAmount, 0], [() => MonetaryAmount, 0], [() => MonetaryAmount, 0]], 4
612
683
  ];
613
- exports.AwsProductOptimization$ = [3, n0, _APO,
684
+ exports.AwsProductInsights$ = AwsProductInsights$;
685
+ const AwsProductOptimization$ = [3, n0, _APO,
614
686
  0,
615
687
  [_De, _SAa],
616
688
  [0, [() => MonetaryAmount, 0]], 2
617
689
  ];
618
- exports.AwsProductsSpendInsightsBySource$ = [3, n0, _APSIBS,
690
+ exports.AwsProductOptimization$ = AwsProductOptimization$;
691
+ const AwsProductsSpendInsightsBySource$ = [3, n0, _APSIBS,
619
692
  0,
620
693
  [_Pa, _AWS],
621
- [[() => exports.AwsProductInsights$, 0], [() => exports.AwsProductInsights$, 0]]
694
+ [[() => AwsProductInsights$, 0], [() => AwsProductInsights$, 0]]
622
695
  ];
623
- exports.AwsSubmission$ = [3, n0, _ASw,
696
+ exports.AwsProductsSpendInsightsBySource$ = AwsProductsSpendInsightsBySource$;
697
+ const AwsSubmission$ = [3, n0, _ASw,
624
698
  0,
625
699
  [_IT, _V],
626
700
  [0, 0], 1
627
701
  ];
628
- exports.AwsTeamMember$ = [3, n0, _ATM,
702
+ exports.AwsSubmission$ = AwsSubmission$;
703
+ const AwsTeamMember$ = [3, n0, _ATM,
629
704
  0,
630
705
  [_E, _FN, _LN, _BT],
631
706
  [[() => Email, 0], [() => Name, 0], [() => Name, 0], 0]
632
707
  ];
633
- exports.Contact$ = [3, n0, _Con,
708
+ exports.AwsTeamMember$ = AwsTeamMember$;
709
+ const Contact$ = [3, n0, _Con,
634
710
  0,
635
711
  [_E, _FN, _LN, _BT, _P],
636
712
  [[() => Email, 0], [() => Name, 0], [() => Name, 0], [() => JobTitle, 0], [() => PhoneNumber, 0]]
637
713
  ];
638
- exports.CreatedDateFilter$ = [3, n0, _CDF,
714
+ exports.Contact$ = Contact$;
715
+ const CreatedDateFilter$ = [3, n0, _CDF,
639
716
  0,
640
717
  [_ACD, _BCD],
641
718
  [5, 5]
642
719
  ];
643
- exports.CreateEngagementContextRequest$ = [3, n0, _CECR,
720
+ exports.CreatedDateFilter$ = CreatedDateFilter$;
721
+ const CreateEngagementContextRequest$ = [3, n0, _CECR,
644
722
  0,
645
723
  [_C, _EI, _T, _Pay, _CT],
646
- [0, 0, 0, [() => exports.EngagementContextPayload$, 0], [0, 4]], 4
724
+ [0, 0, 0, [() => EngagementContextPayload$, 0], [0, 4]], 4
647
725
  ];
648
- exports.CreateEngagementContextResponse$ = [3, n0, _CECRr,
726
+ exports.CreateEngagementContextRequest$ = CreateEngagementContextRequest$;
727
+ const CreateEngagementContextResponse$ = [3, n0, _CECRr,
649
728
  0,
650
729
  [_EIn, _EA, _ELMA, _CI],
651
730
  [0, 0, 5, 0]
652
731
  ];
653
- exports.CreateEngagementInvitationRequest$ = [3, n0, _CEIR,
732
+ exports.CreateEngagementContextResponse$ = CreateEngagementContextResponse$;
733
+ const CreateEngagementInvitationRequest$ = [3, n0, _CEIR,
654
734
  0,
655
735
  [_C, _EI, _Inv, _CT],
656
- [0, 0, [() => exports.Invitation$, 0], [0, 4]], 3
736
+ [0, 0, [() => Invitation$, 0], [0, 4]], 3
657
737
  ];
658
- exports.CreateEngagementInvitationResponse$ = [3, n0, _CEIRr,
738
+ exports.CreateEngagementInvitationRequest$ = CreateEngagementInvitationRequest$;
739
+ const CreateEngagementInvitationResponse$ = [3, n0, _CEIRr,
659
740
  0,
660
741
  [_Id, _Ar],
661
742
  [0, 0], 2
662
743
  ];
663
- exports.CreateEngagementRequest$ = [3, n0, _CER,
744
+ exports.CreateEngagementInvitationResponse$ = CreateEngagementInvitationResponse$;
745
+ const CreateEngagementRequest$ = [3, n0, _CER,
664
746
  0,
665
747
  [_C, _Ti, _De, _CT, _Cont],
666
748
  [0, 0, 0, [0, 4], [() => EngagementContexts, 0]], 3
667
749
  ];
668
- exports.CreateEngagementResponse$ = [3, n0, _CERr,
750
+ exports.CreateEngagementRequest$ = CreateEngagementRequest$;
751
+ const CreateEngagementResponse$ = [3, n0, _CERr,
669
752
  0,
670
753
  [_Id, _Ar, _MAo],
671
754
  [0, 0, 5]
672
755
  ];
673
- exports.CreateOpportunityRequest$ = [3, n0, _COR,
756
+ exports.CreateEngagementResponse$ = CreateEngagementResponse$;
757
+ const CreateOpportunityRequest$ = [3, n0, _COR,
674
758
  0,
675
759
  [_C, _PNFA, _NSa, _POI, _Cu, _Pr, _OTp, _Ma, _SR, _CT, _LC, _O, _OT, _Ta],
676
- [0, 64 | 0, 0, 0, [() => exports.Customer$, 0], [() => exports.Project$, 0], 0, () => exports.Marketing$, [() => exports.SoftwareRevenue$, 0], [0, 4], [() => exports.LifeCycle$, 0], 0, [() => PartnerOpportunityTeamMembersList, 0], () => TagList], 1
760
+ [0, 64 | 0, 0, 0, [() => Customer$, 0], [() => Project$, 0], 0, () => Marketing$, [() => SoftwareRevenue$, 0], [0, 4], [() => LifeCycle$, 0], 0, [() => PartnerOpportunityTeamMembersList, 0], () => TagList], 1
677
761
  ];
678
- exports.CreateOpportunityResponse$ = [3, n0, _CORr,
762
+ exports.CreateOpportunityRequest$ = CreateOpportunityRequest$;
763
+ const CreateOpportunityResponse$ = [3, n0, _CORr,
679
764
  0,
680
765
  [_Id, _POI, _LMD],
681
766
  [0, 0, 5], 1
682
767
  ];
683
- exports.CreateResourceSnapshotJobRequest$ = [3, n0, _CRSJR,
768
+ exports.CreateOpportunityResponse$ = CreateOpportunityResponse$;
769
+ const CreateResourceSnapshotJobRequest$ = [3, n0, _CRSJR,
684
770
  0,
685
771
  [_C, _EI, _RT, _RI, _RSTI, _CT, _Ta],
686
772
  [0, 0, 0, 0, 0, [0, 4], () => TagList], 5
687
773
  ];
688
- exports.CreateResourceSnapshotJobResponse$ = [3, n0, _CRSJRr,
774
+ exports.CreateResourceSnapshotJobRequest$ = CreateResourceSnapshotJobRequest$;
775
+ const CreateResourceSnapshotJobResponse$ = [3, n0, _CRSJRr,
689
776
  0,
690
777
  [_Id, _Ar],
691
778
  [0, 0]
692
779
  ];
693
- exports.CreateResourceSnapshotRequest$ = [3, n0, _CRSR,
780
+ exports.CreateResourceSnapshotJobResponse$ = CreateResourceSnapshotJobResponse$;
781
+ const CreateResourceSnapshotRequest$ = [3, n0, _CRSR,
694
782
  0,
695
783
  [_C, _EI, _RT, _RI, _RSTI, _CT],
696
784
  [0, 0, 0, 0, 0, [0, 4]], 5
697
785
  ];
698
- exports.CreateResourceSnapshotResponse$ = [3, n0, _CRSRr,
786
+ exports.CreateResourceSnapshotRequest$ = CreateResourceSnapshotRequest$;
787
+ const CreateResourceSnapshotResponse$ = [3, n0, _CRSRr,
699
788
  0,
700
- [_Ar, _Re],
789
+ [_Ar, _Rev],
701
790
  [0, 1]
702
791
  ];
703
- exports.Customer$ = [3, n0, _Cu,
792
+ exports.CreateResourceSnapshotResponse$ = CreateResourceSnapshotResponse$;
793
+ const Customer$ = [3, n0, _Cu,
704
794
  0,
705
795
  [_Ac, _Co],
706
- [[() => exports.Account$, 0], [() => CustomerContactsList, 0]]
796
+ [[() => Account$, 0], [() => CustomerContactsList, 0]]
707
797
  ];
708
- exports.CustomerProjectsContext$ = [3, n0, _CPC,
798
+ exports.Customer$ = Customer$;
799
+ const CustomerProjectsContext$ = [3, n0, _CPC,
709
800
  0,
710
801
  [_Cu, _Pr],
711
- [[() => exports.EngagementCustomer$, 0], [() => exports.EngagementCustomerProjectDetails$, 0]]
802
+ [[() => EngagementCustomer$, 0], [() => EngagementCustomerProjectDetails$, 0]]
712
803
  ];
713
- exports.CustomerSummary$ = [3, n0, _CS,
804
+ exports.CustomerProjectsContext$ = CustomerProjectsContext$;
805
+ const CustomerSummary$ = [3, n0, _CS,
714
806
  0,
715
807
  [_Ac],
716
- [[() => exports.AccountSummary$, 0]]
808
+ [[() => AccountSummary$, 0]]
717
809
  ];
718
- exports.DeleteResourceSnapshotJobRequest$ = [3, n0, _DRSJR,
810
+ exports.CustomerSummary$ = CustomerSummary$;
811
+ const DeleteResourceSnapshotJobRequest$ = [3, n0, _DRSJR,
719
812
  0,
720
813
  [_C, _RSJI],
721
814
  [0, 0], 2
722
815
  ];
723
- exports.DisassociateOpportunityRequest$ = [3, n0, _DOR,
816
+ exports.DeleteResourceSnapshotJobRequest$ = DeleteResourceSnapshotJobRequest$;
817
+ const DisassociateOpportunityRequest$ = [3, n0, _DOR,
724
818
  0,
725
819
  [_C, _OIp, _RET, _REI],
726
820
  [0, 0, 0, 0], 4
727
821
  ];
728
- exports.EngagementContextDetails$ = [3, n0, _ECD,
822
+ exports.DisassociateOpportunityRequest$ = DisassociateOpportunityRequest$;
823
+ const EngagementContextDetails$ = [3, n0, _ECD,
729
824
  0,
730
825
  [_T, _Id, _Pay],
731
- [0, 0, [() => exports.EngagementContextPayload$, 0]], 1
826
+ [0, 0, [() => EngagementContextPayload$, 0]], 1
732
827
  ];
733
- exports.EngagementCustomer$ = [3, n0, _EC,
828
+ exports.EngagementContextDetails$ = EngagementContextDetails$;
829
+ const EngagementCustomer$ = [3, n0, _EC,
734
830
  0,
735
831
  [_In, _CN, _WU, _CC],
736
832
  [0, [() => CompanyName, 0], [() => CompanyWebsiteUrl, 0], [() => CountryCode, 0]], 4
737
833
  ];
738
- exports.EngagementCustomerProjectDetails$ = [3, n0, _ECPD,
834
+ exports.EngagementCustomer$ = EngagementCustomer$;
835
+ const EngagementCustomerProjectDetails$ = [3, n0, _ECPD,
739
836
  0,
740
837
  [_Ti, _BP, _TCDa],
741
838
  [0, [() => EngagementCustomerBusinessProblem, 0], 0], 3
742
839
  ];
743
- exports.EngagementInvitationSummary$ = [3, n0, _EIS,
840
+ exports.EngagementCustomerProjectDetails$ = EngagementCustomerProjectDetails$;
841
+ const EngagementInvitationSummary$ = [3, n0, _EIS,
744
842
  0,
745
843
  [_Id, _C, _Ar, _PT, _EIn, _ET, _St, _ID, _ED, _SAAI, _SCN, _Rec, _PTa],
746
- [0, 0, 0, 0, 0, 0, 0, 5, 5, [() => AwsAccount, 0], 0, [() => exports.Receiver$, 0], 0], 2
844
+ [0, 0, 0, 0, 0, 0, 0, 5, 5, [() => AwsAccount, 0], 0, [() => Receiver$, 0], 0], 2
747
845
  ];
748
- exports.EngagementMember$ = [3, n0, _EM,
846
+ exports.EngagementInvitationSummary$ = EngagementInvitationSummary$;
847
+ const EngagementMember$ = [3, n0, _EM,
749
848
  0,
750
849
  [_CN, _WU, _AI],
751
850
  [[() => MemberCompanyName, 0], 0, [() => AwsAccount, 0]]
752
851
  ];
753
- exports.EngagementMemberSummary$ = [3, n0, _EMS,
852
+ exports.EngagementMember$ = EngagementMember$;
853
+ const EngagementMemberSummary$ = [3, n0, _EMS,
754
854
  0,
755
855
  [_CN, _WU],
756
856
  [[() => MemberCompanyName, 0], 0]
757
857
  ];
758
- exports.EngagementResourceAssociationSummary$ = [3, n0, _ERAS,
858
+ exports.EngagementMemberSummary$ = EngagementMemberSummary$;
859
+ const EngagementProspectingResult$ = [3, n0, _EPR,
860
+ 0,
861
+ [_EI, _St, _ECI, _RC, _M],
862
+ [0, 0, 0, 0, 0], 2
863
+ ];
864
+ exports.EngagementProspectingResult$ = EngagementProspectingResult$;
865
+ const EngagementResourceAssociationSummary$ = [3, n0, _ERAS,
759
866
  0,
760
867
  [_C, _EIn, _RT, _RIe, _CB],
761
868
  [0, 0, 0, 0, [() => AwsAccount, 0]], 1
762
869
  ];
763
- exports.EngagementSort$ = [3, n0, _ESn,
870
+ exports.EngagementResourceAssociationSummary$ = EngagementResourceAssociationSummary$;
871
+ const EngagementSort$ = [3, n0, _ESn,
764
872
  0,
765
873
  [_SO, _SB],
766
874
  [0, 0], 2
767
875
  ];
768
- exports.EngagementSummary$ = [3, n0, _ESng,
876
+ exports.EngagementSort$ = EngagementSort$;
877
+ const EngagementSummary$ = [3, n0, _ESng,
769
878
  0,
770
879
  [_Ar, _Id, _Ti, _CA, _CB, _MC, _MAo, _MB, _CTo],
771
880
  [0, 0, 0, 5, [() => AwsAccount, 0], 1, 5, [() => AwsAccount, 0], 64 | 0]
772
881
  ];
773
- exports.ExpectedContractDuration$ = [3, n0, _ECDx,
882
+ exports.EngagementSummary$ = EngagementSummary$;
883
+ const ExpectedContractDuration$ = [3, n0, _ECDx,
774
884
  0,
775
885
  [_Te, _Va],
776
886
  [0, 0], 2
777
887
  ];
778
- exports.ExpectedCustomerSpend$ = [3, n0, _ECS,
888
+ exports.ExpectedContractDuration$ = ExpectedContractDuration$;
889
+ const ExpectedCustomerSpend$ = [3, n0, _ECS,
779
890
  0,
780
891
  [_CCu, _F, _TC, _Am, _EU],
781
892
  [[() => CurrencyCode, 0], 0, 0, [() => Amount, 0], 0], 3
782
893
  ];
783
- exports.GetAwsOpportunitySummaryRequest$ = [3, n0, _GAOSR,
894
+ exports.ExpectedCustomerSpend$ = ExpectedCustomerSpend$;
895
+ const GetAwsOpportunitySummaryRequest$ = [3, n0, _GAOSR,
784
896
  0,
785
897
  [_C, _ROIe],
786
898
  [0, 0], 2
787
899
  ];
788
- exports.GetAwsOpportunitySummaryResponse$ = [3, n0, _GAOSRe,
900
+ exports.GetAwsOpportunitySummaryRequest$ = GetAwsOpportunitySummaryRequest$;
901
+ const GetAwsOpportunitySummaryResponse$ = [3, n0, _GAOSRe,
789
902
  0,
790
- [_C, _ROI, _O, _IT, _V, _LC, _OT, _Ins, _ITCR, _REIe, _Cu, _Pr],
791
- [0, 0, 0, 0, 0, [() => exports.AwsOpportunityLifeCycle$, 0], [() => AwsOpportunityTeamMembersList, 0], [() => exports.AwsOpportunityInsights$, 0], 0, () => exports.AwsOpportunityRelatedEntities$, [() => exports.AwsOpportunityCustomer$, 0], [() => exports.AwsOpportunityProject$, 0]], 1
903
+ [_C, _ROI, _O, _IT, _V, _LC, _OT, _Ins, _ITCR, _REIe, _Cu, _Pr, _CM],
904
+ [0, 0, 0, 0, 0, [() => AwsOpportunityLifeCycle$, 0], [() => AwsOpportunityTeamMembersList, 0], [() => AwsOpportunityInsights$, 0], 0, () => AwsOpportunityRelatedEntities$, [() => AwsOpportunityCustomer$, 0], [() => AwsOpportunityProject$, 0], 0], 1
792
905
  ];
793
- exports.GetEngagementInvitationRequest$ = [3, n0, _GEIR,
906
+ exports.GetAwsOpportunitySummaryResponse$ = GetAwsOpportunitySummaryResponse$;
907
+ const GetEngagementInvitationRequest$ = [3, n0, _GEIR,
794
908
  0,
795
909
  [_C, _I],
796
910
  [0, 0], 2
797
911
  ];
798
- exports.GetEngagementInvitationResponse$ = [3, n0, _GEIRe,
912
+ exports.GetEngagementInvitationRequest$ = GetEngagementInvitationRequest$;
913
+ const GetEngagementInvitationResponse$ = [3, n0, _GEIRe,
799
914
  0,
800
915
  [_Id, _C, _Ar, _PT, _EIn, _ET, _St, _ID, _ED, _SAAI, _SCN, _Rec, _RR, _Pay, _IM, _EDn, _EMx],
801
- [0, 0, 0, 0, 0, 0, 0, 5, 5, [() => AwsAccount, 0], 0, [() => exports.Receiver$, 0], 0, [() => exports.Payload$, 0], [() => InvitationMessage, 0], 0, [() => EngagementMemberSummaries, 0]], 2
916
+ [0, 0, 0, 0, 0, 0, 0, 5, 5, [() => AwsAccount, 0], 0, [() => Receiver$, 0], 0, [() => Payload$, 0], [() => InvitationMessage, 0], 0, [() => EngagementMemberSummaries, 0]], 2
802
917
  ];
803
- exports.GetEngagementRequest$ = [3, n0, _GER,
918
+ exports.GetEngagementInvitationResponse$ = GetEngagementInvitationResponse$;
919
+ const GetEngagementRequest$ = [3, n0, _GER,
804
920
  0,
805
921
  [_C, _I],
806
922
  [0, 0], 2
807
923
  ];
808
- exports.GetEngagementResponse$ = [3, n0, _GERe,
924
+ exports.GetEngagementRequest$ = GetEngagementRequest$;
925
+ const GetEngagementResponse$ = [3, n0, _GERe,
809
926
  0,
810
927
  [_Id, _Ar, _Ti, _De, _CA, _CB, _MC, _MAo, _MB, _Cont],
811
928
  [0, 0, 0, 0, 5, [() => AwsAccount, 0], 1, 5, [() => AwsAccount, 0], [() => EngagementContexts, 0]]
812
929
  ];
813
- exports.GetOpportunityRequest$ = [3, n0, _GOR,
930
+ exports.GetEngagementResponse$ = GetEngagementResponse$;
931
+ const GetOpportunityRequest$ = [3, n0, _GOR,
814
932
  0,
815
933
  [_C, _I],
816
934
  [0, 0], 2
817
935
  ];
818
- exports.GetOpportunityResponse$ = [3, n0, _GORe,
936
+ exports.GetOpportunityRequest$ = GetOpportunityRequest$;
937
+ const GetOpportunityResponse$ = [3, n0, _GORe,
819
938
  0,
820
939
  [_C, _Id, _LMD, _CD, _REIel, _PNFA, _NSa, _POI, _Cu, _Pr, _OTp, _Ma, _SR, _Ar, _LC, _OT],
821
- [0, 0, 5, 5, () => exports.RelatedEntityIdentifiers$, 64 | 0, 0, 0, [() => exports.Customer$, 0], [() => exports.Project$, 0], 0, () => exports.Marketing$, [() => exports.SoftwareRevenue$, 0], 0, [() => exports.LifeCycle$, 0], [() => PartnerOpportunityTeamMembersList, 0]], 5
940
+ [0, 0, 5, 5, () => RelatedEntityIdentifiers$, 64 | 0, 0, 0, [() => Customer$, 0], [() => Project$, 0], 0, () => Marketing$, [() => SoftwareRevenue$, 0], 0, [() => LifeCycle$, 0], [() => PartnerOpportunityTeamMembersList, 0]], 5
941
+ ];
942
+ exports.GetOpportunityResponse$ = GetOpportunityResponse$;
943
+ const GetProspectingFromEngagementTaskRequest$ = [3, n0, _GPFETR,
944
+ 0,
945
+ [_C, _TI],
946
+ [0, 0], 2
822
947
  ];
823
- exports.GetResourceSnapshotJobRequest$ = [3, n0, _GRSJR,
948
+ exports.GetProspectingFromEngagementTaskRequest$ = GetProspectingFromEngagementTaskRequest$;
949
+ const GetProspectingFromEngagementTaskResponse$ = [3, n0, _GPFETRe,
950
+ 0,
951
+ [_TIa, _TAa, _TN, _ST, _En, _ETn],
952
+ [0, 0, 0, 5, () => EngagementProspectingResultList, 5], 5
953
+ ];
954
+ exports.GetProspectingFromEngagementTaskResponse$ = GetProspectingFromEngagementTaskResponse$;
955
+ const GetResourceSnapshotJobRequest$ = [3, n0, _GRSJR,
824
956
  0,
825
957
  [_C, _RSJI],
826
958
  [0, 0], 2
827
959
  ];
828
- exports.GetResourceSnapshotJobResponse$ = [3, n0, _GRSJRe,
960
+ exports.GetResourceSnapshotJobRequest$ = GetResourceSnapshotJobRequest$;
961
+ const GetResourceSnapshotJobResponse$ = [3, n0, _GRSJRe,
829
962
  0,
830
963
  [_C, _Id, _Ar, _EIn, _RT, _RIe, _RA, _RSTN, _CA, _St, _LSED, _LF],
831
964
  [0, 0, 0, 0, 0, 0, 0, 0, 5, 0, 5, 0], 1
832
965
  ];
833
- exports.GetResourceSnapshotRequest$ = [3, n0, _GRSR,
966
+ exports.GetResourceSnapshotJobResponse$ = GetResourceSnapshotJobResponse$;
967
+ const GetResourceSnapshotRequest$ = [3, n0, _GRSR,
834
968
  0,
835
- [_C, _EI, _RT, _RI, _RSTI, _Re],
969
+ [_C, _EI, _RT, _RI, _RSTI, _Rev],
836
970
  [0, 0, 0, 0, 0, 1], 5
837
971
  ];
838
- exports.GetResourceSnapshotResponse$ = [3, n0, _GRSRe,
972
+ exports.GetResourceSnapshotRequest$ = GetResourceSnapshotRequest$;
973
+ const GetResourceSnapshotResponse$ = [3, n0, _GRSRe,
839
974
  0,
840
- [_C, _Ar, _CB, _CA, _EIn, _RT, _RIe, _RSTN, _Re, _Pay, _TMA],
841
- [0, 0, [() => AwsAccount, 0], 5, 0, 0, 0, 0, 1, [() => exports.ResourceSnapshotPayload$, 0], [() => AwsAccountIdOrAliasList, 0]], 1
975
+ [_C, _Ar, _CB, _CA, _EIn, _RT, _RIe, _RSTN, _Rev, _Pay, _TMA],
976
+ [0, 0, [() => AwsAccount, 0], 5, 0, 0, 0, 0, 1, [() => ResourceSnapshotPayload$, 0], [() => AwsAccountIdOrAliasList, 0]], 1
842
977
  ];
843
- exports.GetSellingSystemSettingsRequest$ = [3, n0, _GSSSR,
978
+ exports.GetResourceSnapshotResponse$ = GetResourceSnapshotResponse$;
979
+ const GetSellingSystemSettingsRequest$ = [3, n0, _GSSSR,
844
980
  0,
845
981
  [_C],
846
982
  [0], 1
847
983
  ];
848
- exports.GetSellingSystemSettingsResponse$ = [3, n0, _GSSSRe,
984
+ exports.GetSellingSystemSettingsRequest$ = GetSellingSystemSettingsRequest$;
985
+ const GetSellingSystemSettingsResponse$ = [3, n0, _GSSSRe,
849
986
  0,
850
987
  [_C, _RSJRA],
851
988
  [0, 0], 1
852
989
  ];
853
- exports.Invitation$ = [3, n0, _Inv,
990
+ exports.GetSellingSystemSettingsResponse$ = GetSellingSystemSettingsResponse$;
991
+ const Invitation$ = [3, n0, _Inv,
854
992
  0,
855
993
  [_M, _Rec, _Pay],
856
- [[() => InvitationMessage, 0], [() => exports.Receiver$, 0], [() => exports.Payload$, 0]], 3
994
+ [[() => InvitationMessage, 0], [() => Receiver$, 0], [() => Payload$, 0]], 3
857
995
  ];
858
- exports.LastModifiedDate$ = [3, n0, _LMD,
996
+ exports.Invitation$ = Invitation$;
997
+ const LastModifiedDate$ = [3, n0, _LMD,
859
998
  0,
860
999
  [_ALMD, _BLMD],
861
1000
  [5, 5]
862
1001
  ];
863
- exports.LeadContact$ = [3, n0, _LCe,
1002
+ exports.LastModifiedDate$ = LastModifiedDate$;
1003
+ const LeadContact$ = [3, n0, _LCe,
864
1004
  0,
865
1005
  [_BT, _E, _FN, _LN, _P],
866
1006
  [[() => JobTitle, 0], [() => Email, 0], [() => Name, 0], [() => Name, 0], [() => PhoneNumber, 0]], 4
867
1007
  ];
868
- exports.LeadContext$ = [3, n0, _LCea,
1008
+ exports.LeadContact$ = LeadContact$;
1009
+ const LeadContext$ = [3, n0, _LCea,
869
1010
  0,
870
- [_Cu, _Int, _QS],
871
- [[() => exports.LeadCustomer$, 0], [() => LeadInteractionList, 0], 0], 2
1011
+ [_Cu, _Int, _Ins, _QS],
1012
+ [[() => LeadCustomer$, 0], [() => LeadInteractionList, 0], () => LeadInsights$, 0], 2
872
1013
  ];
873
- exports.LeadCustomer$ = [3, n0, _LCead,
1014
+ exports.LeadContext$ = LeadContext$;
1015
+ const LeadCustomer$ = [3, n0, _LCead,
874
1016
  0,
875
1017
  [_CN, _Ad, _In, _WU, _AM, _MS],
876
- [[() => CompanyName, 0], [() => exports.AddressSummary$, 0], 0, [() => CompanyWebsiteUrl, 0], 0, 0], 2
1018
+ [[() => CompanyName, 0], [() => AddressSummary$, 0], 0, [() => CompanyWebsiteUrl, 0], 0, 0], 2
877
1019
  ];
878
- exports.LeadInteraction$ = [3, n0, _LI,
1020
+ exports.LeadCustomer$ = LeadCustomer$;
1021
+ const LeadInsights$ = [3, n0, _LI,
879
1022
  0,
880
- [_ST, _SI, _SN, _CAu, _Con, _U, _IDn, _BP],
881
- [0, 0, 0, 0, [() => exports.LeadContact$, 0], 0, 5, [() => EngagementCustomerBusinessProblem, 0]], 5
1023
+ [_LRS],
1024
+ [0]
882
1025
  ];
883
- exports.LeadInvitationCustomer$ = [3, n0, _LIC,
1026
+ exports.LeadInsights$ = LeadInsights$;
1027
+ const LeadInteraction$ = [3, n0, _LIe,
1028
+ 0,
1029
+ [_STo, _SI, _SN, _CAu, _Con, _U, _IDn, _BP],
1030
+ [0, 0, 0, 0, [() => LeadContact$, 0], 0, 5, [() => EngagementCustomerBusinessProblem, 0]], 5
1031
+ ];
1032
+ exports.LeadInteraction$ = LeadInteraction$;
1033
+ const LeadInvitationCustomer$ = [3, n0, _LIC,
884
1034
  0,
885
1035
  [_CN, _CC, _In, _WU, _AM, _MS],
886
1036
  [[() => CompanyName, 0], [() => CountryCode, 0], 0, [() => CompanyWebsiteUrl, 0], 0, 0], 2
887
1037
  ];
888
- exports.LeadInvitationInteraction$ = [3, n0, _LII,
1038
+ exports.LeadInvitationCustomer$ = LeadInvitationCustomer$;
1039
+ const LeadInvitationInteraction$ = [3, n0, _LII,
889
1040
  0,
890
- [_ST, _SI, _SN, _CBT, _U],
1041
+ [_STo, _SI, _SN, _CBT, _U],
891
1042
  [0, 0, 0, [() => JobTitle, 0], 0], 4
892
1043
  ];
893
- exports.LeadInvitationPayload$ = [3, n0, _LIP,
1044
+ exports.LeadInvitationInteraction$ = LeadInvitationInteraction$;
1045
+ const LeadInvitationPayload$ = [3, n0, _LIP,
894
1046
  0,
895
1047
  [_Cu, _Inte],
896
- [[() => exports.LeadInvitationCustomer$, 0], [() => exports.LeadInvitationInteraction$, 0]], 2
1048
+ [[() => LeadInvitationCustomer$, 0], [() => LeadInvitationInteraction$, 0]], 2
897
1049
  ];
898
- exports.LifeCycle$ = [3, n0, _LC,
1050
+ exports.LeadInvitationPayload$ = LeadInvitationPayload$;
1051
+ const LifeCycle$ = [3, n0, _LC,
899
1052
  0,
900
- [_S, _CLR, _NS, _TCD, _RS, _RC, _RSR, _NSH],
1053
+ [_S, _CLR, _NS, _TCD, _RS, _RCe, _RSR, _NSH],
901
1054
  [0, 0, [() => PiiString, 0], 0, 0, 0, 0, () => NextStepsHistories]
902
1055
  ];
903
- exports.LifeCycleForView$ = [3, n0, _LCFV,
1056
+ exports.LifeCycle$ = LifeCycle$;
1057
+ const LifeCycleForView$ = [3, n0, _LCFV,
904
1058
  0,
905
1059
  [_TCD, _RS, _S, _NS],
906
1060
  [0, 0, 0, [() => PiiString, 0]]
907
1061
  ];
908
- exports.LifeCycleSummary$ = [3, n0, _LCS,
1062
+ exports.LifeCycleForView$ = LifeCycleForView$;
1063
+ const LifeCycleSummary$ = [3, n0, _LCS,
909
1064
  0,
910
- [_S, _CLR, _NS, _TCD, _RS, _RC, _RSR],
1065
+ [_S, _CLR, _NS, _TCD, _RS, _RCe, _RSR],
911
1066
  [0, 0, [() => PiiString, 0], 0, 0, 0, 0]
912
1067
  ];
913
- exports.ListEngagementByAcceptingInvitationTasksRequest$ = [3, n0, _LEBAITR,
1068
+ exports.LifeCycleSummary$ = LifeCycleSummary$;
1069
+ const ListEngagementByAcceptingInvitationTasksRequest$ = [3, n0, _LEBAITR,
914
1070
  0,
915
1071
  [_C, _MR, _NT, _Sor, _TS, _OIp, _EII, _TI],
916
- [0, 1, 0, () => exports.ListTasksSortBase$, 64 | 0, 64 | 0, 64 | 0, 64 | 0], 1
1072
+ [0, 1, 0, () => ListTasksSortBase$, 64 | 0, 64 | 0, 64 | 0, 64 | 0], 1
917
1073
  ];
918
- exports.ListEngagementByAcceptingInvitationTasksResponse$ = [3, n0, _LEBAITRi,
1074
+ exports.ListEngagementByAcceptingInvitationTasksRequest$ = ListEngagementByAcceptingInvitationTasksRequest$;
1075
+ const ListEngagementByAcceptingInvitationTasksResponse$ = [3, n0, _LEBAITRi,
919
1076
  0,
920
1077
  [_TSa, _NT],
921
1078
  [() => ListEngagementByAcceptingInvitationTaskSummaries, 0]
922
1079
  ];
923
- exports.ListEngagementByAcceptingInvitationTaskSummary$ = [3, n0, _LEBAITS,
1080
+ exports.ListEngagementByAcceptingInvitationTasksResponse$ = ListEngagementByAcceptingInvitationTasksResponse$;
1081
+ const ListEngagementByAcceptingInvitationTaskSummary$ = [3, n0, _LEBAITS,
924
1082
  0,
925
- [_TIa, _TAa, _STt, _TS, _M, _RCe, _OIpp, _RSJIe, _EIIn],
1083
+ [_TIa, _TAa, _ST, _TS, _M, _RC, _OIpp, _RSJIe, _EIIn],
926
1084
  [0, 0, 5, 0, 0, 0, 0, 0, 0]
927
1085
  ];
928
- exports.ListEngagementFromOpportunityTasksRequest$ = [3, n0, _LEFOTR,
1086
+ exports.ListEngagementByAcceptingInvitationTaskSummary$ = ListEngagementByAcceptingInvitationTaskSummary$;
1087
+ const ListEngagementFromOpportunityTasksRequest$ = [3, n0, _LEFOTR,
929
1088
  0,
930
1089
  [_C, _MR, _NT, _Sor, _TS, _TI, _OIp, _EI],
931
- [0, 1, 0, () => exports.ListTasksSortBase$, 64 | 0, 64 | 0, 64 | 0, 64 | 0], 1
1090
+ [0, 1, 0, () => ListTasksSortBase$, 64 | 0, 64 | 0, 64 | 0, 64 | 0], 1
932
1091
  ];
933
- exports.ListEngagementFromOpportunityTasksResponse$ = [3, n0, _LEFOTRi,
1092
+ exports.ListEngagementFromOpportunityTasksRequest$ = ListEngagementFromOpportunityTasksRequest$;
1093
+ const ListEngagementFromOpportunityTasksResponse$ = [3, n0, _LEFOTRi,
934
1094
  0,
935
1095
  [_TSa, _NT],
936
1096
  [() => ListEngagementFromOpportunityTaskSummaries, 0]
937
1097
  ];
938
- exports.ListEngagementFromOpportunityTaskSummary$ = [3, n0, _LEFOTS,
1098
+ exports.ListEngagementFromOpportunityTasksResponse$ = ListEngagementFromOpportunityTasksResponse$;
1099
+ const ListEngagementFromOpportunityTaskSummary$ = [3, n0, _LEFOTS,
939
1100
  0,
940
- [_TIa, _TAa, _STt, _TS, _M, _RCe, _OIpp, _RSJIe, _EIn, _EIIn],
1101
+ [_TIa, _TAa, _ST, _TS, _M, _RC, _OIpp, _RSJIe, _EIn, _EIIn],
941
1102
  [0, 0, 5, 0, 0, 0, 0, 0, 0, 0]
942
1103
  ];
943
- exports.ListEngagementInvitationsRequest$ = [3, n0, _LEIR,
1104
+ exports.ListEngagementFromOpportunityTaskSummary$ = ListEngagementFromOpportunityTaskSummary$;
1105
+ const ListEngagementInvitationsRequest$ = [3, n0, _LEIR,
944
1106
  0,
945
1107
  [_C, _PTa, _MR, _NT, _Sor, _PT, _St, _EI, _SAAI],
946
- [0, 0, 1, 0, () => exports.OpportunityEngagementInvitationSort$, 64 | 0, 64 | 0, 64 | 0, [() => AwsAccountIdOrAliasList, 0]], 2
1108
+ [0, 0, 1, 0, () => OpportunityEngagementInvitationSort$, 64 | 0, 64 | 0, 64 | 0, [() => AwsAccountIdOrAliasList, 0]], 2
947
1109
  ];
948
- exports.ListEngagementInvitationsResponse$ = [3, n0, _LEIRi,
1110
+ exports.ListEngagementInvitationsRequest$ = ListEngagementInvitationsRequest$;
1111
+ const ListEngagementInvitationsResponse$ = [3, n0, _LEIRi,
949
1112
  0,
950
1113
  [_EISn, _NT],
951
1114
  [[() => EngagementInvitationSummaries, 0], 0]
952
1115
  ];
953
- exports.ListEngagementMembersRequest$ = [3, n0, _LEMR,
1116
+ exports.ListEngagementInvitationsResponse$ = ListEngagementInvitationsResponse$;
1117
+ const ListEngagementMembersRequest$ = [3, n0, _LEMR,
954
1118
  0,
955
1119
  [_C, _I, _MR, _NT],
956
1120
  [0, 0, 1, 0], 2
957
1121
  ];
958
- exports.ListEngagementMembersResponse$ = [3, n0, _LEMRi,
1122
+ exports.ListEngagementMembersRequest$ = ListEngagementMembersRequest$;
1123
+ const ListEngagementMembersResponse$ = [3, n0, _LEMRi,
959
1124
  0,
960
1125
  [_EML, _NT],
961
1126
  [[() => EngagementMembers, 0], 0], 1
962
1127
  ];
963
- exports.ListEngagementResourceAssociationsRequest$ = [3, n0, _LERAR,
1128
+ exports.ListEngagementMembersResponse$ = ListEngagementMembersResponse$;
1129
+ const ListEngagementResourceAssociationsRequest$ = [3, n0, _LERAR,
964
1130
  0,
965
1131
  [_C, _MR, _NT, _EI, _RT, _RI, _CB],
966
1132
  [0, 1, 0, 0, 0, 0, [() => AwsAccount, 0]], 1
967
1133
  ];
968
- exports.ListEngagementResourceAssociationsResponse$ = [3, n0, _LERARi,
1134
+ exports.ListEngagementResourceAssociationsRequest$ = ListEngagementResourceAssociationsRequest$;
1135
+ const ListEngagementResourceAssociationsResponse$ = [3, n0, _LERARi,
969
1136
  0,
970
1137
  [_ERASn, _NT],
971
1138
  [[() => EngagementResourceAssociationSummaryList, 0], 0], 1
972
1139
  ];
973
- exports.ListEngagementsRequest$ = [3, n0, _LER,
1140
+ exports.ListEngagementResourceAssociationsResponse$ = ListEngagementResourceAssociationsResponse$;
1141
+ const ListEngagementsRequest$ = [3, n0, _LER,
974
1142
  0,
975
1143
  [_C, _CB, _ECB, _CTo, _ECT, _Sor, _MR, _NT, _EI],
976
- [0, [() => AwsAccountList, 0], [() => AwsAccountList, 0], 64 | 0, 64 | 0, () => exports.EngagementSort$, 1, 0, 64 | 0], 1
1144
+ [0, [() => AwsAccountList, 0], [() => AwsAccountList, 0], 64 | 0, 64 | 0, () => EngagementSort$, 1, 0, 64 | 0], 1
977
1145
  ];
978
- exports.ListEngagementsResponse$ = [3, n0, _LERi,
1146
+ exports.ListEngagementsRequest$ = ListEngagementsRequest$;
1147
+ const ListEngagementsResponse$ = [3, n0, _LERi,
979
1148
  0,
980
1149
  [_ESL, _NT],
981
1150
  [[() => EngagementSummaryList, 0], 0], 1
982
1151
  ];
983
- exports.ListOpportunitiesRequest$ = [3, n0, _LOR,
1152
+ exports.ListEngagementsResponse$ = ListEngagementsResponse$;
1153
+ const ListOpportunitiesRequest$ = [3, n0, _LOR,
984
1154
  0,
985
1155
  [_C, _MR, _NT, _Sor, _LMD, _I, _LCSi, _LCRS, _CCN, _CD, _TCD],
986
- [0, 1, 0, () => exports.OpportunitySort$, () => exports.LastModifiedDate$, 64 | 0, 64 | 0, 64 | 0, 64 | 0, () => exports.CreatedDateFilter$, () => exports.TargetCloseDateFilter$], 1
1156
+ [0, 1, 0, () => OpportunitySort$, () => LastModifiedDate$, 64 | 0, 64 | 0, 64 | 0, 64 | 0, () => CreatedDateFilter$, () => TargetCloseDateFilter$], 1
987
1157
  ];
988
- exports.ListOpportunitiesResponse$ = [3, n0, _LORi,
1158
+ exports.ListOpportunitiesRequest$ = ListOpportunitiesRequest$;
1159
+ const ListOpportunitiesResponse$ = [3, n0, _LORi,
989
1160
  0,
990
1161
  [_OS, _NT],
991
1162
  [[() => OpportunitySummaries, 0], 0], 1
992
1163
  ];
993
- exports.ListOpportunityFromEngagementTasksRequest$ = [3, n0, _LOFETR,
1164
+ exports.ListOpportunitiesResponse$ = ListOpportunitiesResponse$;
1165
+ const ListOpportunityFromEngagementTasksRequest$ = [3, n0, _LOFETR,
994
1166
  0,
995
1167
  [_C, _MR, _NT, _Sor, _TS, _TI, _OIp, _EI, _CIo],
996
- [0, 1, 0, () => exports.ListTasksSortBase$, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0], 1
1168
+ [0, 1, 0, () => ListTasksSortBase$, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0], 1
997
1169
  ];
998
- exports.ListOpportunityFromEngagementTasksResponse$ = [3, n0, _LOFETRi,
1170
+ exports.ListOpportunityFromEngagementTasksRequest$ = ListOpportunityFromEngagementTasksRequest$;
1171
+ const ListOpportunityFromEngagementTasksResponse$ = [3, n0, _LOFETRi,
999
1172
  0,
1000
1173
  [_TSa, _NT],
1001
1174
  [() => ListOpportunityFromEngagementTaskSummaries, 0]
1002
1175
  ];
1003
- exports.ListOpportunityFromEngagementTaskSummary$ = [3, n0, _LOFETS,
1176
+ exports.ListOpportunityFromEngagementTasksResponse$ = ListOpportunityFromEngagementTasksResponse$;
1177
+ const ListOpportunityFromEngagementTaskSummary$ = [3, n0, _LOFETS,
1004
1178
  0,
1005
- [_TIa, _TAa, _STt, _TS, _M, _RCe, _OIpp, _RSJIe, _EIn, _CI],
1179
+ [_TIa, _TAa, _ST, _TS, _M, _RC, _OIpp, _RSJIe, _EIn, _CI],
1006
1180
  [0, 0, 5, 0, 0, 0, 0, 0, 0, 0]
1007
1181
  ];
1008
- exports.ListResourceSnapshotJobsRequest$ = [3, n0, _LRSJR,
1182
+ exports.ListOpportunityFromEngagementTaskSummary$ = ListOpportunityFromEngagementTaskSummary$;
1183
+ const ListProspectingFromEngagementTasksRequest$ = [3, n0, _LPFETR,
1184
+ 0,
1185
+ [_C, _MR, _NT, _TI, _TN, _SAt, _SBt, _Sor],
1186
+ [0, 1, 0, 64 | 0, 64 | 0, 5, 5, () => ProspectingFromEngagementTaskSort$], 1
1187
+ ];
1188
+ exports.ListProspectingFromEngagementTasksRequest$ = ListProspectingFromEngagementTasksRequest$;
1189
+ const ListProspectingFromEngagementTasksResponse$ = [3, n0, _LPFETRi,
1190
+ 0,
1191
+ [_TSa, _NT],
1192
+ [() => ProspectingTaskSummaryList, 0], 1
1193
+ ];
1194
+ exports.ListProspectingFromEngagementTasksResponse$ = ListProspectingFromEngagementTasksResponse$;
1195
+ const ListResourceSnapshotJobsRequest$ = [3, n0, _LRSJR,
1009
1196
  0,
1010
1197
  [_C, _MR, _NT, _EI, _St, _Sor],
1011
- [0, 1, 0, 0, 0, () => exports.SortObject$], 1
1198
+ [0, 1, 0, 0, 0, () => SortObject$], 1
1012
1199
  ];
1013
- exports.ListResourceSnapshotJobsResponse$ = [3, n0, _LRSJRi,
1200
+ exports.ListResourceSnapshotJobsRequest$ = ListResourceSnapshotJobsRequest$;
1201
+ const ListResourceSnapshotJobsResponse$ = [3, n0, _LRSJRi,
1014
1202
  0,
1015
1203
  [_RSJS, _NT],
1016
1204
  [() => ResourceSnapshotJobSummaryList, 0], 1
1017
1205
  ];
1018
- exports.ListResourceSnapshotsRequest$ = [3, n0, _LRSR,
1206
+ exports.ListResourceSnapshotJobsResponse$ = ListResourceSnapshotJobsResponse$;
1207
+ const ListResourceSnapshotsRequest$ = [3, n0, _LRSR,
1019
1208
  0,
1020
1209
  [_C, _EI, _MR, _NT, _RT, _RI, _RSTI, _CB],
1021
1210
  [0, 0, 1, 0, 0, 0, 0, [() => AwsAccount, 0]], 2
1022
1211
  ];
1023
- exports.ListResourceSnapshotsResponse$ = [3, n0, _LRSRi,
1212
+ exports.ListResourceSnapshotsRequest$ = ListResourceSnapshotsRequest$;
1213
+ const ListResourceSnapshotsResponse$ = [3, n0, _LRSRi,
1024
1214
  0,
1025
1215
  [_RSS, _NT],
1026
1216
  [[() => ResourceSnapshotSummaryList, 0], 0], 1
1027
1217
  ];
1028
- exports.ListSolutionsRequest$ = [3, n0, _LSR,
1218
+ exports.ListResourceSnapshotsResponse$ = ListResourceSnapshotsResponse$;
1219
+ const ListSolutionsRequest$ = [3, n0, _LSR,
1029
1220
  0,
1030
1221
  [_C, _MR, _NT, _Sor, _St, _I, _Cat],
1031
- [0, 1, 0, () => exports.SolutionSort$, 64 | 0, 64 | 0, 64 | 0], 1
1222
+ [0, 1, 0, () => SolutionSort$, 64 | 0, 64 | 0, 64 | 0], 1
1032
1223
  ];
1033
- exports.ListSolutionsResponse$ = [3, n0, _LSRi,
1224
+ exports.ListSolutionsRequest$ = ListSolutionsRequest$;
1225
+ const ListSolutionsResponse$ = [3, n0, _LSRi,
1034
1226
  0,
1035
1227
  [_SS, _NT],
1036
1228
  [() => SolutionList, 0], 1
1037
1229
  ];
1038
- exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
1230
+ exports.ListSolutionsResponse$ = ListSolutionsResponse$;
1231
+ const ListTagsForResourceRequest$ = [3, n0, _LTFRR,
1039
1232
  0,
1040
1233
  [_RA],
1041
1234
  [0], 1
1042
1235
  ];
1043
- exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
1236
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
1237
+ const ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
1044
1238
  0,
1045
1239
  [_Ta],
1046
1240
  [() => TagList], 1
1047
1241
  ];
1048
- exports.ListTasksSortBase$ = [3, n0, _LTSB,
1242
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
1243
+ const ListTasksSortBase$ = [3, n0, _LTSB,
1049
1244
  0,
1050
1245
  [_SO, _SB],
1051
1246
  [0, 0], 2
1052
1247
  ];
1053
- exports.Marketing$ = [3, n0, _Ma,
1248
+ exports.ListTasksSortBase$ = ListTasksSortBase$;
1249
+ const Marketing$ = [3, n0, _Ma,
1054
1250
  0,
1055
1251
  [_CNa, _Sou, _UC, _Ch, _AFU],
1056
1252
  [0, 0, 64 | 0, 64 | 0, 0]
1057
1253
  ];
1058
- exports.MonetaryValue$ = [3, n0, _MV,
1254
+ exports.Marketing$ = Marketing$;
1255
+ const MonetaryValue$ = [3, n0, _MV,
1059
1256
  0,
1060
1257
  [_Am, _CCu],
1061
1258
  [0, [() => CurrencyCode, 0]], 2
1062
1259
  ];
1063
- exports.NextStepsHistory$ = [3, n0, _NSH,
1260
+ exports.MonetaryValue$ = MonetaryValue$;
1261
+ const NextStepsHistory$ = [3, n0, _NSH,
1064
1262
  0,
1065
1263
  [_Va, _Tim],
1066
1264
  [0, 5], 2
1067
1265
  ];
1068
- exports.OpportunityEngagementInvitationSort$ = [3, n0, _OEIS,
1266
+ exports.NextStepsHistory$ = NextStepsHistory$;
1267
+ const OpportunityEngagementInvitationSort$ = [3, n0, _OEIS,
1069
1268
  0,
1070
1269
  [_SO, _SB],
1071
1270
  [0, 0], 2
1072
1271
  ];
1073
- exports.OpportunityInvitationPayload$ = [3, n0, _OIP,
1272
+ exports.OpportunityEngagementInvitationSort$ = OpportunityEngagementInvitationSort$;
1273
+ const OpportunityInvitationPayload$ = [3, n0, _OIP,
1074
1274
  0,
1075
1275
  [_RRe, _Cu, _Pr, _SCe],
1076
- [64 | 0, [() => exports.EngagementCustomer$, 0], [() => exports.ProjectDetails$, 0], [() => SenderContactList, 0]], 3
1276
+ [64 | 0, [() => EngagementCustomer$, 0], [() => ProjectDetails$, 0], [() => SenderContactList, 0]], 3
1277
+ ];
1278
+ exports.OpportunityInvitationPayload$ = OpportunityInvitationPayload$;
1279
+ const OpportunityQuality$ = [3, n0, _OQ,
1280
+ 0,
1281
+ [_Sc, _Tr],
1282
+ [1, 0]
1077
1283
  ];
1078
- exports.OpportunitySort$ = [3, n0, _OSp,
1284
+ exports.OpportunityQuality$ = OpportunityQuality$;
1285
+ const OpportunitySort$ = [3, n0, _OSp,
1079
1286
  0,
1080
1287
  [_SO, _SB],
1081
1288
  [0, 0], 2
1082
1289
  ];
1083
- exports.OpportunitySummary$ = [3, n0, _OSpp,
1290
+ exports.OpportunitySort$ = OpportunitySort$;
1291
+ const OpportunitySummary$ = [3, n0, _OSpp,
1084
1292
  0,
1085
1293
  [_C, _Id, _Ar, _POI, _OTp, _LMD, _CD, _LC, _Cu, _Pr],
1086
- [0, 0, 0, 0, 0, 5, 5, [() => exports.LifeCycleSummary$, 0], [() => exports.CustomerSummary$, 0], [() => exports.ProjectSummary$, 0]], 1
1294
+ [0, 0, 0, 0, 0, 5, 5, [() => LifeCycleSummary$, 0], [() => CustomerSummary$, 0], [() => ProjectSummary$, 0]], 1
1087
1295
  ];
1088
- exports.OpportunitySummaryView$ = [3, n0, _OSV,
1296
+ exports.OpportunitySummary$ = OpportunitySummary$;
1297
+ const OpportunitySummaryView$ = [3, n0, _OSV,
1089
1298
  0,
1090
1299
  [_OTp, _L, _OT, _PNFA, _Cu, _Pr, _REIel],
1091
- [0, [() => exports.LifeCycleForView$, 0], [() => PartnerOpportunityTeamMembersList, 0], 64 | 0, [() => exports.Customer$, 0], [() => exports.ProjectView$, 0], () => exports.RelatedEntityIdentifiers$]
1300
+ [0, [() => LifeCycleForView$, 0], [() => PartnerOpportunityTeamMembersList, 0], 64 | 0, [() => Customer$, 0], [() => ProjectView$, 0], () => RelatedEntityIdentifiers$]
1092
1301
  ];
1093
- exports.ProfileNextStepsHistory$ = [3, n0, _PNSH,
1302
+ exports.OpportunitySummaryView$ = OpportunitySummaryView$;
1303
+ const ProfileNextStepsHistory$ = [3, n0, _PNSH,
1094
1304
  0,
1095
1305
  [_Va, _Tim],
1096
1306
  [0, 5], 2
1097
1307
  ];
1098
- exports.Project$ = [3, n0, _Pr,
1308
+ exports.ProfileNextStepsHistory$ = ProfileNextStepsHistory$;
1309
+ const Project$ = [3, n0, _Pr,
1099
1310
  0,
1100
1311
  [_DM, _ECS, _ECDx, _Ti, _APp, _CBP, _CUC, _ROIe, _SAal, _CNo, _OCN, _OSD, _ACd, _APw],
1101
- [64 | 0, [() => ExpectedCustomerSpendList, 0], () => exports.ExpectedContractDuration$, [() => PiiString, 0], 64 | 0, [() => PiiString, 0], 0, 0, 64 | 0, 0, 0, [() => PiiString, 0], 0, 0]
1312
+ [64 | 0, [() => ExpectedCustomerSpendList, 0], () => ExpectedContractDuration$, [() => PiiString, 0], 64 | 0, [() => PiiString, 0], 0, 0, 64 | 0, 0, 0, [() => PiiString, 0], 0, 0]
1102
1313
  ];
1103
- exports.ProjectDetails$ = [3, n0, _PD,
1314
+ exports.Project$ = Project$;
1315
+ const ProjectDetails$ = [3, n0, _PD,
1104
1316
  0,
1105
1317
  [_BP, _Ti, _TCDa, _ECS],
1106
1318
  [[() => EngagementCustomerBusinessProblem, 0], 0, 0, [() => ExpectedCustomerSpendList, 0]], 4
1107
1319
  ];
1108
- exports.ProjectSummary$ = [3, n0, _PSr,
1320
+ exports.ProjectDetails$ = ProjectDetails$;
1321
+ const ProjectSummary$ = [3, n0, _PSr,
1109
1322
  0,
1110
1323
  [_DM, _ECS, _ECDx],
1111
- [64 | 0, [() => ExpectedCustomerSpendList, 0], () => exports.ExpectedContractDuration$]
1324
+ [64 | 0, [() => ExpectedCustomerSpendList, 0], () => ExpectedContractDuration$]
1112
1325
  ];
1113
- exports.ProjectView$ = [3, n0, _PV,
1326
+ exports.ProjectSummary$ = ProjectSummary$;
1327
+ const ProjectView$ = [3, n0, _PV,
1114
1328
  0,
1115
1329
  [_DM, _ECS, _ECDx, _CUC, _SAal, _OSD],
1116
- [64 | 0, [() => ExpectedCustomerSpendList, 0], () => exports.ExpectedContractDuration$, 0, 64 | 0, [() => PiiString, 0]]
1330
+ [64 | 0, [() => ExpectedCustomerSpendList, 0], () => ExpectedContractDuration$, 0, 64 | 0, [() => PiiString, 0]]
1331
+ ];
1332
+ exports.ProjectView$ = ProjectView$;
1333
+ const ProspectingFromEngagementTaskSort$ = [3, n0, _PFETS,
1334
+ 0,
1335
+ [_SO, _SB],
1336
+ [0, 0], 2
1337
+ ];
1338
+ exports.ProspectingFromEngagementTaskSort$ = ProspectingFromEngagementTaskSort$;
1339
+ const ProspectingInsights$ = [3, n0, _PI,
1340
+ 0,
1341
+ [_MES, _SSo, _SCo, _SSC],
1342
+ [0, 0, 0, 0]
1343
+ ];
1344
+ exports.ProspectingInsights$ = ProspectingInsights$;
1345
+ const ProspectingResult$ = [3, n0, _PR,
1346
+ 0,
1347
+ [_Aw],
1348
+ [[() => ProspectingResultAws$, 0]]
1349
+ ];
1350
+ exports.ProspectingResult$ = ProspectingResult$;
1351
+ const ProspectingResultAws$ = [3, n0, _PRA,
1352
+ 0,
1353
+ [_ST, _ETn, _TIa, _TAa, _TN, _Cu, _Ins],
1354
+ [5, 5, 0, 0, 0, [() => ProspectingResultCustomer$, 0], () => ProspectingInsights$]
1117
1355
  ];
1118
- exports.PutSellingSystemSettingsRequest$ = [3, n0, _PSSSR,
1356
+ exports.ProspectingResultAws$ = ProspectingResultAws$;
1357
+ const ProspectingResultCustomer$ = [3, n0, _PRC,
1358
+ 0,
1359
+ [_AN, _G, _Reg, _SRu, _Cou, _In, _SIu, _Se, _CSo, _EP, _PPS],
1360
+ [0, 0, 0, 0, [() => CountryCode, 0], 0, 0, 0, 0, 64 | 0, 0]
1361
+ ];
1362
+ exports.ProspectingResultCustomer$ = ProspectingResultCustomer$;
1363
+ const ProspectingTaskSummary$ = [3, n0, _PTS,
1364
+ 0,
1365
+ [_TIa, _TAa, _TN, _ST, _TEC, _CEC, _FEC, _ETn],
1366
+ [0, 0, 0, 5, 1, 1, 1, 5], 7
1367
+ ];
1368
+ exports.ProspectingTaskSummary$ = ProspectingTaskSummary$;
1369
+ const PutSellingSystemSettingsRequest$ = [3, n0, _PSSSR,
1119
1370
  0,
1120
1371
  [_C, _RSJRI],
1121
1372
  [0, 0], 1
1122
1373
  ];
1123
- exports.PutSellingSystemSettingsResponse$ = [3, n0, _PSSSRu,
1374
+ exports.PutSellingSystemSettingsRequest$ = PutSellingSystemSettingsRequest$;
1375
+ const PutSellingSystemSettingsResponse$ = [3, n0, _PSSSRu,
1124
1376
  0,
1125
1377
  [_C, _RSJRA],
1126
1378
  [0, 0], 1
1127
1379
  ];
1128
- exports.RejectEngagementInvitationRequest$ = [3, n0, _REIR,
1380
+ exports.PutSellingSystemSettingsResponse$ = PutSellingSystemSettingsResponse$;
1381
+ const Recommendation$ = [3, n0, _Reco,
1382
+ 0,
1383
+ [_T, _Det, _At],
1384
+ [0, 0, 128 | 0], 2
1385
+ ];
1386
+ exports.Recommendation$ = Recommendation$;
1387
+ const RejectEngagementInvitationRequest$ = [3, n0, _REIR,
1129
1388
  0,
1130
1389
  [_C, _I, _RR],
1131
1390
  [0, 0, 0], 2
1132
1391
  ];
1133
- exports.RelatedEntityIdentifiers$ = [3, n0, _REIel,
1392
+ exports.RejectEngagementInvitationRequest$ = RejectEngagementInvitationRequest$;
1393
+ const RelatedEntityIdentifiers$ = [3, n0, _REIel,
1134
1394
  0,
1135
1395
  [_AMO, _AMOS, _So, _APws],
1136
1396
  [64 | 0, 64 | 0, 64 | 0, 64 | 0]
1137
1397
  ];
1138
- exports.ResourceSnapshotJobSummary$ = [3, n0, _RSJSe,
1398
+ exports.RelatedEntityIdentifiers$ = RelatedEntityIdentifiers$;
1399
+ const ResourceSnapshotJobSummary$ = [3, n0, _RSJSe,
1139
1400
  0,
1140
1401
  [_Id, _Ar, _EIn, _St],
1141
1402
  [0, 0, 0, 0]
1142
1403
  ];
1143
- exports.ResourceSnapshotSummary$ = [3, n0, _RSSe,
1404
+ exports.ResourceSnapshotJobSummary$ = ResourceSnapshotJobSummary$;
1405
+ const ResourceSnapshotSummary$ = [3, n0, _RSSe,
1144
1406
  0,
1145
- [_Ar, _Re, _RT, _RIe, _RSTN, _CB],
1407
+ [_Ar, _Rev, _RT, _RIe, _RSTN, _CB],
1146
1408
  [0, 1, 0, 0, 0, [() => AwsAccount, 0]]
1147
1409
  ];
1148
- exports.SenderContact$ = [3, n0, _SCen,
1410
+ exports.ResourceSnapshotSummary$ = ResourceSnapshotSummary$;
1411
+ const SenderContact$ = [3, n0, _SCen,
1149
1412
  0,
1150
1413
  [_E, _FN, _LN, _BT, _P],
1151
1414
  [[() => SenderContactEmail, 0], [() => Name, 0], [() => Name, 0], [() => JobTitle, 0], [() => PhoneNumber, 0]], 1
1152
1415
  ];
1153
- exports.SoftwareRevenue$ = [3, n0, _SR,
1416
+ exports.SenderContact$ = SenderContact$;
1417
+ const SoftwareRevenue$ = [3, n0, _SR,
1154
1418
  0,
1155
1419
  [_DMe, _Va, _EDf, _ED],
1156
- [0, [() => exports.MonetaryValue$, 0], 0, 0]
1420
+ [0, [() => MonetaryValue$, 0], 0, 0]
1157
1421
  ];
1158
- exports.SolutionBase$ = [3, n0, _SBo,
1422
+ exports.SoftwareRevenue$ = SoftwareRevenue$;
1423
+ const SolutionBase$ = [3, n0, _SBo,
1159
1424
  0,
1160
1425
  [_C, _Id, _N, _St, _Cat, _CD, _Ar],
1161
1426
  [0, 0, 0, 0, 0, 5, 0], 6
1162
1427
  ];
1163
- exports.SolutionSort$ = [3, n0, _SSo,
1428
+ exports.SolutionBase$ = SolutionBase$;
1429
+ const SolutionSort$ = [3, n0, _SSol,
1164
1430
  0,
1165
1431
  [_SO, _SB],
1166
1432
  [0, 0], 2
1167
1433
  ];
1168
- exports.SortObject$ = [3, n0, _SOo,
1434
+ exports.SolutionSort$ = SolutionSort$;
1435
+ const SortObject$ = [3, n0, _SOo,
1169
1436
  0,
1170
1437
  [_SB, _SO],
1171
1438
  [0, 0]
1172
1439
  ];
1173
- exports.StartEngagementByAcceptingInvitationTaskRequest$ = [3, n0, _SEBAITR,
1440
+ exports.SortObject$ = SortObject$;
1441
+ const StartEngagementByAcceptingInvitationTaskRequest$ = [3, n0, _SEBAITR,
1174
1442
  0,
1175
1443
  [_C, _I, _CT, _Ta],
1176
1444
  [0, 0, [0, 4], () => TagList], 2
1177
1445
  ];
1178
- exports.StartEngagementByAcceptingInvitationTaskResponse$ = [3, n0, _SEBAITRt,
1446
+ exports.StartEngagementByAcceptingInvitationTaskRequest$ = StartEngagementByAcceptingInvitationTaskRequest$;
1447
+ const StartEngagementByAcceptingInvitationTaskResponse$ = [3, n0, _SEBAITRt,
1179
1448
  0,
1180
- [_TIa, _TAa, _STt, _TS, _M, _RCe, _OIpp, _RSJIe, _EIIn],
1449
+ [_TIa, _TAa, _ST, _TS, _M, _RC, _OIpp, _RSJIe, _EIIn],
1181
1450
  [0, 0, 5, 0, 0, 0, 0, 0, 0]
1182
1451
  ];
1183
- exports.StartEngagementFromOpportunityTaskRequest$ = [3, n0, _SEFOTR,
1452
+ exports.StartEngagementByAcceptingInvitationTaskResponse$ = StartEngagementByAcceptingInvitationTaskResponse$;
1453
+ const StartEngagementFromOpportunityTaskRequest$ = [3, n0, _SEFOTR,
1184
1454
  0,
1185
1455
  [_C, _I, _ASw, _CT, _Ta],
1186
- [0, 0, () => exports.AwsSubmission$, [0, 4], () => TagList], 3
1456
+ [0, 0, () => AwsSubmission$, [0, 4], () => TagList], 3
1187
1457
  ];
1188
- exports.StartEngagementFromOpportunityTaskResponse$ = [3, n0, _SEFOTRt,
1458
+ exports.StartEngagementFromOpportunityTaskRequest$ = StartEngagementFromOpportunityTaskRequest$;
1459
+ const StartEngagementFromOpportunityTaskResponse$ = [3, n0, _SEFOTRt,
1189
1460
  0,
1190
- [_TIa, _TAa, _STt, _TS, _M, _RCe, _OIpp, _RSJIe, _EIn, _EIIn],
1461
+ [_TIa, _TAa, _ST, _TS, _M, _RC, _OIpp, _RSJIe, _EIn, _EIIn],
1191
1462
  [0, 0, 5, 0, 0, 0, 0, 0, 0, 0]
1192
1463
  ];
1193
- exports.StartOpportunityFromEngagementTaskRequest$ = [3, n0, _SOFETR,
1464
+ exports.StartEngagementFromOpportunityTaskResponse$ = StartEngagementFromOpportunityTaskResponse$;
1465
+ const StartOpportunityFromEngagementTaskRequest$ = [3, n0, _SOFETR,
1194
1466
  0,
1195
1467
  [_C, _I, _CIo, _CT, _Ta],
1196
1468
  [0, 0, 0, [0, 4], () => TagList], 3
1197
1469
  ];
1198
- exports.StartOpportunityFromEngagementTaskResponse$ = [3, n0, _SOFETRt,
1470
+ exports.StartOpportunityFromEngagementTaskRequest$ = StartOpportunityFromEngagementTaskRequest$;
1471
+ const StartOpportunityFromEngagementTaskResponse$ = [3, n0, _SOFETRt,
1199
1472
  0,
1200
- [_TIa, _TAa, _STt, _TS, _M, _RCe, _OIpp, _RSJIe, _EIn, _CI],
1473
+ [_TIa, _TAa, _ST, _TS, _M, _RC, _OIpp, _RSJIe, _EIn, _CI],
1201
1474
  [0, 0, 5, 0, 0, 0, 0, 0, 0, 0]
1202
1475
  ];
1203
- exports.StartResourceSnapshotJobRequest$ = [3, n0, _SRSJR,
1476
+ exports.StartOpportunityFromEngagementTaskResponse$ = StartOpportunityFromEngagementTaskResponse$;
1477
+ const StartProspectingFromEngagementTaskRequest$ = [3, n0, _SPFETR,
1478
+ 0,
1479
+ [_C, _Ide, _TN, _CT],
1480
+ [0, 64 | 0, 0, [0, 4]], 3
1481
+ ];
1482
+ exports.StartProspectingFromEngagementTaskRequest$ = StartProspectingFromEngagementTaskRequest$;
1483
+ const StartProspectingFromEngagementTaskResponse$ = [3, n0, _SPFETRt,
1484
+ 0,
1485
+ [_Ide, _TN, _ST, _TS, _M, _RC, _TIa, _TAa],
1486
+ [64 | 0, 0, 5, 0, 0, 0, 0, 0], 4
1487
+ ];
1488
+ exports.StartProspectingFromEngagementTaskResponse$ = StartProspectingFromEngagementTaskResponse$;
1489
+ const StartResourceSnapshotJobRequest$ = [3, n0, _SRSJR,
1204
1490
  0,
1205
1491
  [_C, _RSJI],
1206
1492
  [0, 0], 2
1207
1493
  ];
1208
- exports.StopResourceSnapshotJobRequest$ = [3, n0, _SRSJRt,
1494
+ exports.StartResourceSnapshotJobRequest$ = StartResourceSnapshotJobRequest$;
1495
+ const StopResourceSnapshotJobRequest$ = [3, n0, _SRSJRt,
1209
1496
  0,
1210
1497
  [_C, _RSJI],
1211
1498
  [0, 0], 2
1212
1499
  ];
1213
- exports.SubmitOpportunityRequest$ = [3, n0, _SORu,
1500
+ exports.StopResourceSnapshotJobRequest$ = StopResourceSnapshotJobRequest$;
1501
+ const SubmitOpportunityRequest$ = [3, n0, _SORu,
1214
1502
  0,
1215
1503
  [_C, _I, _IT, _V],
1216
1504
  [0, 0, 0, 0], 3
1217
1505
  ];
1218
- exports.Tag$ = [3, n0, _Tag,
1506
+ exports.SubmitOpportunityRequest$ = SubmitOpportunityRequest$;
1507
+ const Tag$ = [3, n0, _Tag,
1219
1508
  0,
1220
1509
  [_K, _Va],
1221
1510
  [0, 0], 2
1222
1511
  ];
1223
- exports.TagResourceRequest$ = [3, n0, _TRR,
1512
+ exports.Tag$ = Tag$;
1513
+ const TagResourceRequest$ = [3, n0, _TRR,
1224
1514
  0,
1225
1515
  [_RA, _Ta],
1226
1516
  [0, () => TagList], 2
1227
1517
  ];
1228
- exports.TagResourceResponse$ = [3, n0, _TRRa,
1518
+ exports.TagResourceRequest$ = TagResourceRequest$;
1519
+ const TagResourceResponse$ = [3, n0, _TRRa,
1229
1520
  0,
1230
1521
  [],
1231
1522
  []
1232
1523
  ];
1233
- exports.TargetCloseDateFilter$ = [3, n0, _TCDF,
1524
+ exports.TagResourceResponse$ = TagResourceResponse$;
1525
+ const TargetCloseDateFilter$ = [3, n0, _TCDF,
1234
1526
  0,
1235
1527
  [_ATCD, _BTCD],
1236
1528
  [0, 0]
1237
1529
  ];
1238
- exports.UntagResourceRequest$ = [3, n0, _URR,
1530
+ exports.TargetCloseDateFilter$ = TargetCloseDateFilter$;
1531
+ const UntagResourceRequest$ = [3, n0, _URR,
1239
1532
  0,
1240
1533
  [_RA, _TK],
1241
1534
  [0, 64 | 0], 2
1242
1535
  ];
1243
- exports.UntagResourceResponse$ = [3, n0, _URRn,
1536
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
1537
+ const UntagResourceResponse$ = [3, n0, _URRn,
1244
1538
  0,
1245
1539
  [],
1246
1540
  []
1247
1541
  ];
1248
- exports.UpdateEngagementContextRequest$ = [3, n0, _UECR,
1542
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
1543
+ const UpdateEngagementContextRequest$ = [3, n0, _UECR,
1249
1544
  0,
1250
1545
  [_C, _EI, _CIo, _ELMA, _T, _Pay],
1251
- [0, 0, 0, 5, 0, [() => exports.UpdateEngagementContextPayload$, 0]], 6
1546
+ [0, 0, 0, 5, 0, [() => UpdateEngagementContextPayload$, 0]], 6
1252
1547
  ];
1253
- exports.UpdateEngagementContextResponse$ = [3, n0, _UECRp,
1548
+ exports.UpdateEngagementContextRequest$ = UpdateEngagementContextRequest$;
1549
+ const UpdateEngagementContextResponse$ = [3, n0, _UECRp,
1254
1550
  0,
1255
1551
  [_EIn, _EA, _ELMA, _CI],
1256
1552
  [0, 0, 5, 0], 4
1257
1553
  ];
1258
- exports.UpdateLeadContext$ = [3, n0, _ULC,
1554
+ exports.UpdateEngagementContextResponse$ = UpdateEngagementContextResponse$;
1555
+ const UpdateLeadContext$ = [3, n0, _ULC,
1259
1556
  0,
1260
- [_Cu, _QS, _Inte],
1261
- [[() => exports.LeadCustomer$, 0], 0, [() => exports.LeadInteraction$, 0]], 1
1557
+ [_Cu, _QS, _Inte, _Ins],
1558
+ [[() => LeadCustomer$, 0], 0, [() => LeadInteraction$, 0], () => LeadInsights$], 1
1262
1559
  ];
1263
- exports.UpdateOpportunityRequest$ = [3, n0, _UOR,
1560
+ exports.UpdateLeadContext$ = UpdateLeadContext$;
1561
+ const UpdateOpportunityRequest$ = [3, n0, _UOR,
1264
1562
  0,
1265
1563
  [_C, _LMD, _I, _PNFA, _NSa, _POI, _Cu, _Pr, _OTp, _Ma, _SR, _LC],
1266
- [0, 5, 0, 64 | 0, 0, 0, [() => exports.Customer$, 0], [() => exports.Project$, 0], 0, () => exports.Marketing$, [() => exports.SoftwareRevenue$, 0], [() => exports.LifeCycle$, 0]], 3
1564
+ [0, 5, 0, 64 | 0, 0, 0, [() => Customer$, 0], [() => Project$, 0], 0, () => Marketing$, [() => SoftwareRevenue$, 0], [() => LifeCycle$, 0]], 3
1267
1565
  ];
1268
- exports.UpdateOpportunityResponse$ = [3, n0, _UORp,
1566
+ exports.UpdateOpportunityRequest$ = UpdateOpportunityRequest$;
1567
+ const UpdateOpportunityResponse$ = [3, n0, _UORp,
1269
1568
  0,
1270
1569
  [_Id, _LMD],
1271
1570
  [0, 5], 2
1272
1571
  ];
1273
- exports.ValidationExceptionError$ = [3, n0, _VEE,
1572
+ exports.UpdateOpportunityResponse$ = UpdateOpportunityResponse$;
1573
+ const ValidationExceptionError$ = [3, n0, _VEE,
1274
1574
  0,
1275
1575
  [_M, _Cod, _FNi],
1276
1576
  [0, 0, 0], 2
1277
1577
  ];
1578
+ exports.ValidationExceptionError$ = ValidationExceptionError$;
1278
1579
  var __Unit = "unit";
1279
1580
  var ApnPrograms = 64 | 0;
1280
1581
  var AwsAccountIdOrAliasList = [1, n0, _AAIOAL,
@@ -1288,55 +1589,60 @@ var AwsAccountList = [1, n0, _AAL,
1288
1589
  var AwsMarketplaceOfferIdentifiers = 64 | 0;
1289
1590
  var AwsMarketplaceOfferSetIdentifiers = 64 | 0;
1290
1591
  var AwsOpportunityTeamMembersList = [1, n0, _AOTML,
1291
- 0, [() => exports.AwsTeamMember$,
1592
+ 0, [() => AwsTeamMember$,
1292
1593
  0]
1293
1594
  ];
1294
1595
  var AwsProductIdentifiers = 64 | 0;
1295
1596
  var AwsProductOptimizationsList = [1, n0, _APOL,
1296
- 0, [() => exports.AwsProductOptimization$,
1597
+ 0, [() => AwsProductOptimization$,
1297
1598
  0]
1298
1599
  ];
1299
1600
  var AwsProductsList = [1, n0, _APL,
1300
- 0, [() => exports.AwsProductDetails$,
1601
+ 0, [() => AwsProductDetails$,
1301
1602
  0]
1302
1603
  ];
1303
1604
  var Channels = 64 | 0;
1304
1605
  var ContextIdentifiers = 64 | 0;
1305
1606
  var CustomerContactsList = [1, n0, _CCL,
1306
- 0, [() => exports.Contact$,
1607
+ 0, [() => Contact$,
1307
1608
  0]
1308
1609
  ];
1309
1610
  var DeliveryModels = 64 | 0;
1611
+ var EligibleProgramsList = 64 | 0;
1310
1612
  var EngagementContexts = [1, n0, _ECn,
1311
- 0, [() => exports.EngagementContextDetails$,
1613
+ 0, [() => EngagementContextDetails$,
1312
1614
  0]
1313
1615
  ];
1314
1616
  var EngagementContextTypeList = 64 | 0;
1617
+ var EngagementIdentifierList = 64 | 0;
1315
1618
  var EngagementIdentifiers = 64 | 0;
1316
1619
  var EngagementInvitationIdentifiers = 64 | 0;
1317
1620
  var EngagementInvitationsPayloadType = 64 | 0;
1318
1621
  var EngagementInvitationSummaries = [1, n0, _EISn,
1319
- 0, [() => exports.EngagementInvitationSummary$,
1622
+ 0, [() => EngagementInvitationSummary$,
1320
1623
  0]
1321
1624
  ];
1322
1625
  var EngagementMembers = [1, n0, _EMn,
1323
- 0, [() => exports.EngagementMember$,
1626
+ 0, [() => EngagementMember$,
1324
1627
  0]
1325
1628
  ];
1326
1629
  var EngagementMemberSummaries = [1, n0, _EMSn,
1327
- 0, [() => exports.EngagementMemberSummary$,
1630
+ 0, [() => EngagementMemberSummary$,
1328
1631
  0]
1329
1632
  ];
1633
+ var EngagementProspectingResultList = [1, n0, _EPRL,
1634
+ 0, () => EngagementProspectingResult$
1635
+ ];
1330
1636
  var EngagementResourceAssociationSummaryList = [1, n0, _ERASL,
1331
- 0, [() => exports.EngagementResourceAssociationSummary$,
1637
+ 0, [() => EngagementResourceAssociationSummary$,
1332
1638
  0]
1333
1639
  ];
1334
1640
  var EngagementSummaryList = [1, n0, _ESL,
1335
- 0, [() => exports.EngagementSummary$,
1641
+ 0, [() => EngagementSummary$,
1336
1642
  0]
1337
1643
  ];
1338
1644
  var ExpectedCustomerSpendList = [1, n0, _ECSL,
1339
- 0, [() => exports.ExpectedCustomerSpend$,
1645
+ 0, [() => ExpectedCustomerSpend$,
1340
1646
  0]
1341
1647
  ];
1342
1648
  var FilterIdentifier = 64 | 0;
@@ -1345,61 +1651,69 @@ var FilterLifeCycleStage = 64 | 0;
1345
1651
  var FilterStatus = 64 | 0;
1346
1652
  var InvitationStatusList = 64 | 0;
1347
1653
  var LeadInteractionList = [1, n0, _LIL,
1348
- 0, [() => exports.LeadInteraction$,
1654
+ 0, [() => LeadInteraction$,
1349
1655
  0]
1350
1656
  ];
1351
1657
  var ListEngagementByAcceptingInvitationTaskSummaries = [1, n0, _LEBAITSi,
1352
- 0, () => exports.ListEngagementByAcceptingInvitationTaskSummary$
1658
+ 0, () => ListEngagementByAcceptingInvitationTaskSummary$
1353
1659
  ];
1354
1660
  var ListEngagementFromOpportunityTaskSummaries = [1, n0, _LEFOTSi,
1355
- 0, () => exports.ListEngagementFromOpportunityTaskSummary$
1661
+ 0, () => ListEngagementFromOpportunityTaskSummary$
1356
1662
  ];
1357
1663
  var ListOpportunityFromEngagementTaskSummaries = [1, n0, _LOFETSi,
1358
- 0, () => exports.ListOpportunityFromEngagementTaskSummary$
1664
+ 0, () => ListOpportunityFromEngagementTaskSummary$
1359
1665
  ];
1360
1666
  var NextStepsHistories = [1, n0, _NSHe,
1361
- 0, () => exports.NextStepsHistory$
1667
+ 0, () => NextStepsHistory$
1362
1668
  ];
1363
1669
  var OpportunityIdentifiers = 64 | 0;
1364
1670
  var OpportunitySummaries = [1, n0, _OS,
1365
- 0, [() => exports.OpportunitySummary$,
1671
+ 0, [() => OpportunitySummary$,
1366
1672
  0]
1367
1673
  ];
1368
1674
  var PartnerOpportunityTeamMembersList = [1, n0, _POTML,
1369
- 0, [() => exports.Contact$,
1675
+ 0, [() => Contact$,
1370
1676
  0]
1371
1677
  ];
1372
1678
  var PrimaryNeedsFromAws = 64 | 0;
1373
1679
  var ProfileNextStepsHistories = [1, n0, _PNSHr,
1374
- 0, () => exports.ProfileNextStepsHistory$
1680
+ 0, () => ProfileNextStepsHistory$
1681
+ ];
1682
+ var ProspectingTaskSummaryList = [1, n0, _PTSL,
1683
+ 0, () => ProspectingTaskSummary$
1375
1684
  ];
1376
1685
  var ReceiverResponsibilityList = 64 | 0;
1686
+ var RecommendationList = [1, n0, _RL,
1687
+ 0, () => Recommendation$
1688
+ ];
1377
1689
  var ResourceSnapshotJobSummaryList = [1, n0, _RSJSL,
1378
- 0, () => exports.ResourceSnapshotJobSummary$
1690
+ 0, () => ResourceSnapshotJobSummary$
1379
1691
  ];
1380
1692
  var ResourceSnapshotSummaryList = [1, n0, _RSSL,
1381
- 0, [() => exports.ResourceSnapshotSummary$,
1693
+ 0, [() => ResourceSnapshotSummary$,
1382
1694
  0]
1383
1695
  ];
1384
1696
  var SalesActivities = 64 | 0;
1385
1697
  var SenderContactList = [1, n0, _SCL,
1386
- 0, [() => exports.SenderContact$,
1698
+ 0, [() => SenderContact$,
1387
1699
  0]
1388
1700
  ];
1389
1701
  var SolutionIdentifiers = 64 | 0;
1390
1702
  var SolutionList = [1, n0, _SL,
1391
- 0, () => exports.SolutionBase$
1703
+ 0, () => SolutionBase$
1392
1704
  ];
1393
1705
  var StringList = 64 | 0;
1394
1706
  var TagKeyList = 64 | 0;
1395
1707
  var TagList = [1, n0, _TL,
1396
- 0, () => exports.Tag$
1708
+ 0, () => Tag$
1397
1709
  ];
1710
+ var TaskIdentifierList = 64 | 0;
1398
1711
  var TaskIdentifiers = 64 | 0;
1712
+ var TaskNameList = 64 | 0;
1399
1713
  var TaskStatuses = 64 | 0;
1400
1714
  var UseCases = 64 | 0;
1401
1715
  var ValidationExceptionErrorList = [1, n0, _VEEL,
1402
- 0, () => exports.ValidationExceptionError$
1716
+ 0, () => ValidationExceptionError$
1403
1717
  ];
1404
1718
  var AmountMap = [2, n0, _AMm,
1405
1719
  0, [0,
@@ -1407,154 +1721,169 @@ var AmountMap = [2, n0, _AMm,
1407
1721
  [() => MonetaryAmount,
1408
1722
  0]
1409
1723
  ];
1410
- exports.EngagementContextPayload$ = [4, n0, _ECP,
1724
+ var RecommendationAttributeMap = 128 | 0;
1725
+ const EngagementContextPayload$ = [4, n0, _ECP,
1411
1726
  0,
1412
- [_CP, _Le],
1413
- [[() => exports.CustomerProjectsContext$, 0], [() => exports.LeadContext$, 0]]
1727
+ [_CP, _Le, _PR],
1728
+ [[() => CustomerProjectsContext$, 0], [() => LeadContext$, 0], [() => ProspectingResult$, 0]]
1414
1729
  ];
1415
- exports.Payload$ = [4, n0, _Pay,
1730
+ exports.EngagementContextPayload$ = EngagementContextPayload$;
1731
+ const Payload$ = [4, n0, _Pay,
1416
1732
  0,
1417
- [_OIppo, _LIe],
1418
- [[() => exports.OpportunityInvitationPayload$, 0], [() => exports.LeadInvitationPayload$, 0]]
1733
+ [_OIppo, _LIea],
1734
+ [[() => OpportunityInvitationPayload$, 0], [() => LeadInvitationPayload$, 0]]
1419
1735
  ];
1420
- exports.Receiver$ = [4, n0, _Rec,
1736
+ exports.Payload$ = Payload$;
1737
+ const Receiver$ = [4, n0, _Rec,
1421
1738
  0,
1422
1739
  [_Ac],
1423
- [[() => exports.AccountReceiver$, 0]]
1740
+ [[() => AccountReceiver$, 0]]
1424
1741
  ];
1425
- exports.ResourceSnapshotPayload$ = [4, n0, _RSP,
1742
+ exports.Receiver$ = Receiver$;
1743
+ const ResourceSnapshotPayload$ = [4, n0, _RSP,
1426
1744
  0,
1427
1745
  [_OSpp, _AOSFV],
1428
- [[() => exports.OpportunitySummaryView$, 0], [() => exports.AwsOpportunitySummaryFullView$, 0]]
1746
+ [[() => OpportunitySummaryView$, 0], [() => AwsOpportunitySummaryFullView$, 0]]
1429
1747
  ];
1430
- exports.UpdateEngagementContextPayload$ = [4, n0, _UECP,
1748
+ exports.ResourceSnapshotPayload$ = ResourceSnapshotPayload$;
1749
+ const UpdateEngagementContextPayload$ = [4, n0, _UECP,
1431
1750
  0,
1432
- [_Le, _CP],
1433
- [[() => exports.UpdateLeadContext$, 0], [() => exports.CustomerProjectsContext$, 0]]
1751
+ [_Le, _CP, _PR],
1752
+ [[() => UpdateLeadContext$, 0], [() => CustomerProjectsContext$, 0], [() => ProspectingResult$, 0]]
1434
1753
  ];
1754
+ exports.UpdateEngagementContextPayload$ = UpdateEngagementContextPayload$;
1435
1755
  exports.AcceptEngagementInvitation$ = [9, n0, _AEI,
1436
- { [_h]: ["POST", "/AcceptEngagementInvitation", 200] }, () => exports.AcceptEngagementInvitationRequest$, () => __Unit
1756
+ { [_h]: ["POST", "/AcceptEngagementInvitation", 200] }, () => AcceptEngagementInvitationRequest$, () => __Unit
1437
1757
  ];
1438
1758
  exports.AssignOpportunity$ = [9, n0, _AO,
1439
- { [_h]: ["POST", "/AssignOpportunity", 200] }, () => exports.AssignOpportunityRequest$, () => __Unit
1759
+ { [_h]: ["POST", "/AssignOpportunity", 200] }, () => AssignOpportunityRequest$, () => __Unit
1440
1760
  ];
1441
1761
  exports.AssociateOpportunity$ = [9, n0, _AOs,
1442
- { [_h]: ["POST", "/AssociateOpportunity", 200] }, () => exports.AssociateOpportunityRequest$, () => __Unit
1762
+ { [_h]: ["POST", "/AssociateOpportunity", 200] }, () => AssociateOpportunityRequest$, () => __Unit
1443
1763
  ];
1444
1764
  exports.CreateEngagement$ = [9, n0, _CEr,
1445
- { [_h]: ["POST", "/CreateEngagement", 200] }, () => exports.CreateEngagementRequest$, () => exports.CreateEngagementResponse$
1765
+ { [_h]: ["POST", "/CreateEngagement", 200] }, () => CreateEngagementRequest$, () => CreateEngagementResponse$
1446
1766
  ];
1447
- exports.CreateEngagementContext$ = [9, n0, _CEC,
1448
- { [_h]: ["POST", "/CreateEngagementContext", 200] }, () => exports.CreateEngagementContextRequest$, () => exports.CreateEngagementContextResponse$
1767
+ exports.CreateEngagementContext$ = [9, n0, _CECr,
1768
+ { [_h]: ["POST", "/CreateEngagementContext", 200] }, () => CreateEngagementContextRequest$, () => CreateEngagementContextResponse$
1449
1769
  ];
1450
1770
  exports.CreateEngagementInvitation$ = [9, n0, _CEI,
1451
- { [_h]: ["POST", "/CreateEngagementInvitation", 200] }, () => exports.CreateEngagementInvitationRequest$, () => exports.CreateEngagementInvitationResponse$
1771
+ { [_h]: ["POST", "/CreateEngagementInvitation", 200] }, () => CreateEngagementInvitationRequest$, () => CreateEngagementInvitationResponse$
1452
1772
  ];
1453
1773
  exports.CreateOpportunity$ = [9, n0, _CO,
1454
- { [_h]: ["POST", "/CreateOpportunity", 200] }, () => exports.CreateOpportunityRequest$, () => exports.CreateOpportunityResponse$
1774
+ { [_h]: ["POST", "/CreateOpportunity", 200] }, () => CreateOpportunityRequest$, () => CreateOpportunityResponse$
1455
1775
  ];
1456
1776
  exports.CreateResourceSnapshot$ = [9, n0, _CRS,
1457
- { [_h]: ["POST", "/CreateResourceSnapshot", 200] }, () => exports.CreateResourceSnapshotRequest$, () => exports.CreateResourceSnapshotResponse$
1777
+ { [_h]: ["POST", "/CreateResourceSnapshot", 200] }, () => CreateResourceSnapshotRequest$, () => CreateResourceSnapshotResponse$
1458
1778
  ];
1459
1779
  exports.CreateResourceSnapshotJob$ = [9, n0, _CRSJ,
1460
- { [_h]: ["POST", "/CreateResourceSnapshotJob", 200] }, () => exports.CreateResourceSnapshotJobRequest$, () => exports.CreateResourceSnapshotJobResponse$
1780
+ { [_h]: ["POST", "/CreateResourceSnapshotJob", 200] }, () => CreateResourceSnapshotJobRequest$, () => CreateResourceSnapshotJobResponse$
1461
1781
  ];
1462
1782
  exports.DeleteResourceSnapshotJob$ = [9, n0, _DRSJ,
1463
- { [_h]: ["POST", "/DeleteResourceSnapshotJob", 204] }, () => exports.DeleteResourceSnapshotJobRequest$, () => __Unit
1783
+ { [_h]: ["POST", "/DeleteResourceSnapshotJob", 204] }, () => DeleteResourceSnapshotJobRequest$, () => __Unit
1464
1784
  ];
1465
1785
  exports.DisassociateOpportunity$ = [9, n0, _DO,
1466
- { [_h]: ["POST", "/DisassociateOpportunity", 200] }, () => exports.DisassociateOpportunityRequest$, () => __Unit
1786
+ { [_h]: ["POST", "/DisassociateOpportunity", 200] }, () => DisassociateOpportunityRequest$, () => __Unit
1467
1787
  ];
1468
1788
  exports.GetAwsOpportunitySummary$ = [9, n0, _GAOS,
1469
- { [_h]: ["POST", "/GetAwsOpportunitySummary", 200] }, () => exports.GetAwsOpportunitySummaryRequest$, () => exports.GetAwsOpportunitySummaryResponse$
1789
+ { [_h]: ["POST", "/GetAwsOpportunitySummary", 200] }, () => GetAwsOpportunitySummaryRequest$, () => GetAwsOpportunitySummaryResponse$
1470
1790
  ];
1471
1791
  exports.GetEngagement$ = [9, n0, _GE,
1472
- { [_h]: ["POST", "/GetEngagement", 200] }, () => exports.GetEngagementRequest$, () => exports.GetEngagementResponse$
1792
+ { [_h]: ["POST", "/GetEngagement", 200] }, () => GetEngagementRequest$, () => GetEngagementResponse$
1473
1793
  ];
1474
1794
  exports.GetEngagementInvitation$ = [9, n0, _GEI,
1475
- { [_h]: ["POST", "/GetEngagementInvitation", 200] }, () => exports.GetEngagementInvitationRequest$, () => exports.GetEngagementInvitationResponse$
1795
+ { [_h]: ["POST", "/GetEngagementInvitation", 200] }, () => GetEngagementInvitationRequest$, () => GetEngagementInvitationResponse$
1476
1796
  ];
1477
1797
  exports.GetOpportunity$ = [9, n0, _GO,
1478
- { [_h]: ["POST", "/GetOpportunity", 200] }, () => exports.GetOpportunityRequest$, () => exports.GetOpportunityResponse$
1798
+ { [_h]: ["POST", "/GetOpportunity", 200] }, () => GetOpportunityRequest$, () => GetOpportunityResponse$
1799
+ ];
1800
+ exports.GetProspectingFromEngagementTask$ = [9, n0, _GPFET,
1801
+ { [_h]: ["POST", "/GetProspectingFromEngagementTask", 200] }, () => GetProspectingFromEngagementTaskRequest$, () => GetProspectingFromEngagementTaskResponse$
1479
1802
  ];
1480
1803
  exports.GetResourceSnapshot$ = [9, n0, _GRS,
1481
- { [_h]: ["POST", "/GetResourceSnapshot", 200] }, () => exports.GetResourceSnapshotRequest$, () => exports.GetResourceSnapshotResponse$
1804
+ { [_h]: ["POST", "/GetResourceSnapshot", 200] }, () => GetResourceSnapshotRequest$, () => GetResourceSnapshotResponse$
1482
1805
  ];
1483
1806
  exports.GetResourceSnapshotJob$ = [9, n0, _GRSJ,
1484
- { [_h]: ["POST", "/GetResourceSnapshotJob", 200] }, () => exports.GetResourceSnapshotJobRequest$, () => exports.GetResourceSnapshotJobResponse$
1807
+ { [_h]: ["POST", "/GetResourceSnapshotJob", 200] }, () => GetResourceSnapshotJobRequest$, () => GetResourceSnapshotJobResponse$
1485
1808
  ];
1486
1809
  exports.GetSellingSystemSettings$ = [9, n0, _GSSS,
1487
- { [_h]: ["POST", "/GetSellingSystemSettings", 200] }, () => exports.GetSellingSystemSettingsRequest$, () => exports.GetSellingSystemSettingsResponse$
1810
+ { [_h]: ["POST", "/GetSellingSystemSettings", 200] }, () => GetSellingSystemSettingsRequest$, () => GetSellingSystemSettingsResponse$
1488
1811
  ];
1489
1812
  exports.ListEngagementByAcceptingInvitationTasks$ = [9, n0, _LEBAIT,
1490
- { [_h]: ["POST", "/ListEngagementByAcceptingInvitationTasks", 200] }, () => exports.ListEngagementByAcceptingInvitationTasksRequest$, () => exports.ListEngagementByAcceptingInvitationTasksResponse$
1813
+ { [_h]: ["POST", "/ListEngagementByAcceptingInvitationTasks", 200] }, () => ListEngagementByAcceptingInvitationTasksRequest$, () => ListEngagementByAcceptingInvitationTasksResponse$
1491
1814
  ];
1492
1815
  exports.ListEngagementFromOpportunityTasks$ = [9, n0, _LEFOT,
1493
- { [_h]: ["POST", "/ListEngagementFromOpportunityTasks", 200] }, () => exports.ListEngagementFromOpportunityTasksRequest$, () => exports.ListEngagementFromOpportunityTasksResponse$
1816
+ { [_h]: ["POST", "/ListEngagementFromOpportunityTasks", 200] }, () => ListEngagementFromOpportunityTasksRequest$, () => ListEngagementFromOpportunityTasksResponse$
1494
1817
  ];
1495
1818
  exports.ListEngagementInvitations$ = [9, n0, _LEI,
1496
- { [_h]: ["POST", "/ListEngagementInvitations", 200] }, () => exports.ListEngagementInvitationsRequest$, () => exports.ListEngagementInvitationsResponse$
1819
+ { [_h]: ["POST", "/ListEngagementInvitations", 200] }, () => ListEngagementInvitationsRequest$, () => ListEngagementInvitationsResponse$
1497
1820
  ];
1498
1821
  exports.ListEngagementMembers$ = [9, n0, _LEM,
1499
- { [_h]: ["POST", "/ListEngagementMembers", 200] }, () => exports.ListEngagementMembersRequest$, () => exports.ListEngagementMembersResponse$
1822
+ { [_h]: ["POST", "/ListEngagementMembers", 200] }, () => ListEngagementMembersRequest$, () => ListEngagementMembersResponse$
1500
1823
  ];
1501
1824
  exports.ListEngagementResourceAssociations$ = [9, n0, _LERA,
1502
- { [_h]: ["POST", "/ListEngagementResourceAssociations", 200] }, () => exports.ListEngagementResourceAssociationsRequest$, () => exports.ListEngagementResourceAssociationsResponse$
1825
+ { [_h]: ["POST", "/ListEngagementResourceAssociations", 200] }, () => ListEngagementResourceAssociationsRequest$, () => ListEngagementResourceAssociationsResponse$
1503
1826
  ];
1504
1827
  exports.ListEngagements$ = [9, n0, _LE,
1505
- { [_h]: ["POST", "/ListEngagements", 200] }, () => exports.ListEngagementsRequest$, () => exports.ListEngagementsResponse$
1828
+ { [_h]: ["POST", "/ListEngagements", 200] }, () => ListEngagementsRequest$, () => ListEngagementsResponse$
1506
1829
  ];
1507
1830
  exports.ListOpportunities$ = [9, n0, _LO,
1508
- { [_h]: ["POST", "/ListOpportunities", 200] }, () => exports.ListOpportunitiesRequest$, () => exports.ListOpportunitiesResponse$
1831
+ { [_h]: ["POST", "/ListOpportunities", 200] }, () => ListOpportunitiesRequest$, () => ListOpportunitiesResponse$
1509
1832
  ];
1510
1833
  exports.ListOpportunityFromEngagementTasks$ = [9, n0, _LOFET,
1511
- { [_h]: ["POST", "/ListOpportunityFromEngagementTasks", 200] }, () => exports.ListOpportunityFromEngagementTasksRequest$, () => exports.ListOpportunityFromEngagementTasksResponse$
1834
+ { [_h]: ["POST", "/ListOpportunityFromEngagementTasks", 200] }, () => ListOpportunityFromEngagementTasksRequest$, () => ListOpportunityFromEngagementTasksResponse$
1835
+ ];
1836
+ exports.ListProspectingFromEngagementTasks$ = [9, n0, _LPFET,
1837
+ { [_h]: ["POST", "/ListProspectingFromEngagementTasks", 200] }, () => ListProspectingFromEngagementTasksRequest$, () => ListProspectingFromEngagementTasksResponse$
1512
1838
  ];
1513
1839
  exports.ListResourceSnapshotJobs$ = [9, n0, _LRSJ,
1514
- { [_h]: ["POST", "/ListResourceSnapshotJobs", 200] }, () => exports.ListResourceSnapshotJobsRequest$, () => exports.ListResourceSnapshotJobsResponse$
1840
+ { [_h]: ["POST", "/ListResourceSnapshotJobs", 200] }, () => ListResourceSnapshotJobsRequest$, () => ListResourceSnapshotJobsResponse$
1515
1841
  ];
1516
- exports.ListResourceSnapshots$ = [9, n0, _LRS,
1517
- { [_h]: ["POST", "/ListResourceSnapshots", 200] }, () => exports.ListResourceSnapshotsRequest$, () => exports.ListResourceSnapshotsResponse$
1842
+ exports.ListResourceSnapshots$ = [9, n0, _LRSi,
1843
+ { [_h]: ["POST", "/ListResourceSnapshots", 200] }, () => ListResourceSnapshotsRequest$, () => ListResourceSnapshotsResponse$
1518
1844
  ];
1519
1845
  exports.ListSolutions$ = [9, n0, _LS,
1520
- { [_h]: ["POST", "/ListSolutions", 200] }, () => exports.ListSolutionsRequest$, () => exports.ListSolutionsResponse$
1846
+ { [_h]: ["POST", "/ListSolutions", 200] }, () => ListSolutionsRequest$, () => ListSolutionsResponse$
1521
1847
  ];
1522
1848
  exports.ListTagsForResource$ = [9, n0, _LTFR,
1523
- { [_h]: ["POST", "/ListTagsForResource", 200] }, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
1849
+ { [_h]: ["POST", "/ListTagsForResource", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
1524
1850
  ];
1525
1851
  exports.PutSellingSystemSettings$ = [9, n0, _PSSS,
1526
- { [_h]: ["POST", "/PutSellingSystemSettings", 200] }, () => exports.PutSellingSystemSettingsRequest$, () => exports.PutSellingSystemSettingsResponse$
1852
+ { [_h]: ["POST", "/PutSellingSystemSettings", 200] }, () => PutSellingSystemSettingsRequest$, () => PutSellingSystemSettingsResponse$
1527
1853
  ];
1528
1854
  exports.RejectEngagementInvitation$ = [9, n0, _REIej,
1529
- { [_h]: ["POST", "/RejectEngagementInvitation", 200] }, () => exports.RejectEngagementInvitationRequest$, () => __Unit
1855
+ { [_h]: ["POST", "/RejectEngagementInvitation", 200] }, () => RejectEngagementInvitationRequest$, () => __Unit
1530
1856
  ];
1531
1857
  exports.StartEngagementByAcceptingInvitationTask$ = [9, n0, _SEBAIT,
1532
- { [_h]: ["POST", "/StartEngagementByAcceptingInvitationTask", 200] }, () => exports.StartEngagementByAcceptingInvitationTaskRequest$, () => exports.StartEngagementByAcceptingInvitationTaskResponse$
1858
+ { [_h]: ["POST", "/StartEngagementByAcceptingInvitationTask", 200] }, () => StartEngagementByAcceptingInvitationTaskRequest$, () => StartEngagementByAcceptingInvitationTaskResponse$
1533
1859
  ];
1534
1860
  exports.StartEngagementFromOpportunityTask$ = [9, n0, _SEFOT,
1535
- { [_h]: ["POST", "/StartEngagementFromOpportunityTask", 200] }, () => exports.StartEngagementFromOpportunityTaskRequest$, () => exports.StartEngagementFromOpportunityTaskResponse$
1861
+ { [_h]: ["POST", "/StartEngagementFromOpportunityTask", 200] }, () => StartEngagementFromOpportunityTaskRequest$, () => StartEngagementFromOpportunityTaskResponse$
1536
1862
  ];
1537
1863
  exports.StartOpportunityFromEngagementTask$ = [9, n0, _SOFET,
1538
- { [_h]: ["POST", "/StartOpportunityFromEngagementTask", 200] }, () => exports.StartOpportunityFromEngagementTaskRequest$, () => exports.StartOpportunityFromEngagementTaskResponse$
1864
+ { [_h]: ["POST", "/StartOpportunityFromEngagementTask", 200] }, () => StartOpportunityFromEngagementTaskRequest$, () => StartOpportunityFromEngagementTaskResponse$
1865
+ ];
1866
+ exports.StartProspectingFromEngagementTask$ = [9, n0, _SPFET,
1867
+ { [_h]: ["POST", "/StartProspectingFromEngagementTask", 200] }, () => StartProspectingFromEngagementTaskRequest$, () => StartProspectingFromEngagementTaskResponse$
1539
1868
  ];
1540
1869
  exports.StartResourceSnapshotJob$ = [9, n0, _SRSJ,
1541
- { [_h]: ["POST", "/StartResourceSnapshotJob", 204] }, () => exports.StartResourceSnapshotJobRequest$, () => __Unit
1870
+ { [_h]: ["POST", "/StartResourceSnapshotJob", 204] }, () => StartResourceSnapshotJobRequest$, () => __Unit
1542
1871
  ];
1543
1872
  exports.StopResourceSnapshotJob$ = [9, n0, _SRSJt,
1544
- { [_h]: ["POST", "/StopResourceSnapshotJob", 204] }, () => exports.StopResourceSnapshotJobRequest$, () => __Unit
1873
+ { [_h]: ["POST", "/StopResourceSnapshotJob", 204] }, () => StopResourceSnapshotJobRequest$, () => __Unit
1545
1874
  ];
1546
1875
  exports.SubmitOpportunity$ = [9, n0, _SOu,
1547
- { [_h]: ["POST", "/SubmitOpportunity", 200] }, () => exports.SubmitOpportunityRequest$, () => __Unit
1876
+ { [_h]: ["POST", "/SubmitOpportunity", 200] }, () => SubmitOpportunityRequest$, () => __Unit
1548
1877
  ];
1549
1878
  exports.TagResource$ = [9, n0, _TR,
1550
- { [_h]: ["POST", "/TagResource", 200] }, () => exports.TagResourceRequest$, () => exports.TagResourceResponse$
1879
+ { [_h]: ["POST", "/TagResource", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
1551
1880
  ];
1552
1881
  exports.UntagResource$ = [9, n0, _UR,
1553
- { [_h]: ["POST", "/UntagResource", 200] }, () => exports.UntagResourceRequest$, () => exports.UntagResourceResponse$
1882
+ { [_h]: ["POST", "/UntagResource", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
1554
1883
  ];
1555
1884
  exports.UpdateEngagementContext$ = [9, n0, _UEC,
1556
- { [_h]: ["POST", "/UpdateEngagementContext", 200] }, () => exports.UpdateEngagementContextRequest$, () => exports.UpdateEngagementContextResponse$
1885
+ { [_h]: ["POST", "/UpdateEngagementContext", 200] }, () => UpdateEngagementContextRequest$, () => UpdateEngagementContextResponse$
1557
1886
  ];
1558
1887
  exports.UpdateOpportunity$ = [9, n0, _UO,
1559
- { [_h]: ["POST", "/UpdateOpportunity", 200] }, () => exports.UpdateOpportunityRequest$, () => exports.UpdateOpportunityResponse$
1888
+ { [_h]: ["POST", "/UpdateOpportunity", 200] }, () => UpdateOpportunityRequest$, () => UpdateOpportunityResponse$
1560
1889
  ];