@aws-sdk/client-partnercentral-selling 3.987.0 → 3.988.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
17
  var protocolHttp = require('@smithy/protocol-http');
18
+ var schemas_0 = require('./schemas/schemas_0');
19
+ var errors = require('./models/errors');
20
+ var PartnerCentralSellingServiceException = require('./models/PartnerCentralSellingServiceException');
18
21
 
19
22
  const resolveClientEndpointParameters = (options) => {
20
23
  return Object.assign(options, {
@@ -108,1622 +111,6 @@ class PartnerCentralSellingClient extends smithyClient.Client {
108
111
  }
109
112
  }
110
113
 
111
- class PartnerCentralSellingServiceException extends smithyClient.ServiceException {
112
- constructor(options) {
113
- super(options);
114
- Object.setPrototypeOf(this, PartnerCentralSellingServiceException.prototype);
115
- }
116
- }
117
-
118
- class AccessDeniedException extends PartnerCentralSellingServiceException {
119
- name = "AccessDeniedException";
120
- $fault = "client";
121
- Message;
122
- Reason;
123
- constructor(opts) {
124
- super({
125
- name: "AccessDeniedException",
126
- $fault: "client",
127
- ...opts,
128
- });
129
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
130
- this.Message = opts.Message;
131
- this.Reason = opts.Reason;
132
- }
133
- }
134
- class ConflictException extends PartnerCentralSellingServiceException {
135
- name = "ConflictException";
136
- $fault = "client";
137
- Message;
138
- constructor(opts) {
139
- super({
140
- name: "ConflictException",
141
- $fault: "client",
142
- ...opts,
143
- });
144
- Object.setPrototypeOf(this, ConflictException.prototype);
145
- this.Message = opts.Message;
146
- }
147
- }
148
- class InternalServerException extends PartnerCentralSellingServiceException {
149
- name = "InternalServerException";
150
- $fault = "server";
151
- Message;
152
- constructor(opts) {
153
- super({
154
- name: "InternalServerException",
155
- $fault: "server",
156
- ...opts,
157
- });
158
- Object.setPrototypeOf(this, InternalServerException.prototype);
159
- this.Message = opts.Message;
160
- }
161
- }
162
- class ResourceNotFoundException extends PartnerCentralSellingServiceException {
163
- name = "ResourceNotFoundException";
164
- $fault = "client";
165
- Message;
166
- constructor(opts) {
167
- super({
168
- name: "ResourceNotFoundException",
169
- $fault: "client",
170
- ...opts,
171
- });
172
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
173
- this.Message = opts.Message;
174
- }
175
- }
176
- class ThrottlingException extends PartnerCentralSellingServiceException {
177
- name = "ThrottlingException";
178
- $fault = "client";
179
- Message;
180
- constructor(opts) {
181
- super({
182
- name: "ThrottlingException",
183
- $fault: "client",
184
- ...opts,
185
- });
186
- Object.setPrototypeOf(this, ThrottlingException.prototype);
187
- this.Message = opts.Message;
188
- }
189
- }
190
- class ValidationException extends PartnerCentralSellingServiceException {
191
- name = "ValidationException";
192
- $fault = "client";
193
- Message;
194
- Reason;
195
- ErrorList;
196
- constructor(opts) {
197
- super({
198
- name: "ValidationException",
199
- $fault: "client",
200
- ...opts,
201
- });
202
- Object.setPrototypeOf(this, ValidationException.prototype);
203
- this.Message = opts.Message;
204
- this.Reason = opts.Reason;
205
- this.ErrorList = opts.ErrorList;
206
- }
207
- }
208
- class ServiceQuotaExceededException extends PartnerCentralSellingServiceException {
209
- name = "ServiceQuotaExceededException";
210
- $fault = "client";
211
- Message;
212
- constructor(opts) {
213
- super({
214
- name: "ServiceQuotaExceededException",
215
- $fault: "client",
216
- ...opts,
217
- });
218
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
219
- this.Message = opts.Message;
220
- }
221
- }
222
-
223
- const _A = "Alias";
224
- const _AA = "AwsAccount";
225
- const _AAI = "AwsAccountId";
226
- const _AAIOAL = "AwsAccountIdOrAliasList";
227
- const _AAL = "AwsAccountList";
228
- const _AC = "AssigneeContact";
229
- const _ACD = "AfterCreatedDate";
230
- const _ACd = "AdditionalComments";
231
- const _ADE = "AccessDeniedException";
232
- const _AEI = "AcceptEngagementInvitation";
233
- const _AEIR = "AcceptEngagementInvitationRequest";
234
- const _AFU = "AwsFundingUsed";
235
- const _AI = "AccountId";
236
- const _ALMD = "AfterLastModifiedDate";
237
- const _AM = "AwsMaturity";
238
- const _AMO = "AwsMarketplaceOffers";
239
- const _AMOS = "AwsMarketplaceOfferSets";
240
- const _AMm = "AmountMap";
241
- const _AO = "AssignOpportunity";
242
- const _AOC = "AwsOpportunityCustomer";
243
- const _AOI = "AwsOpportunityInsights";
244
- const _AOLC = "AwsOpportunityLifeCycle";
245
- const _AOP = "AwsOpportunityProject";
246
- const _AOR = "AssignOpportunityRequest";
247
- const _AORE = "AwsOpportunityRelatedEntities";
248
- const _AORs = "AssociateOpportunityRequest";
249
- const _AOSFV = "AwsOpportunitySummaryFullView";
250
- const _AOTML = "AwsOpportunityTeamMembersList";
251
- const _AOs = "AssociateOpportunity";
252
- const _AP = "AddressPart";
253
- const _APD = "AwsProductDetails";
254
- const _API = "AwsProductInsights";
255
- const _APL = "AwsProductsList";
256
- const _APO = "AwsProductOptimization";
257
- const _APOL = "AwsProductOptimizationsList";
258
- const _APSIBS = "AwsProductsSpendInsightsBySource";
259
- const _APp = "ApnPrograms";
260
- const _APw = "AwsPartition";
261
- const _APws = "AwsProducts";
262
- const _AR = "AccountReceiver";
263
- const _AS = "AccountSummary";
264
- const _ASd = "AddressSummary";
265
- const _ASw = "AwsSubmission";
266
- const _ATM = "AwsTeamMember";
267
- const _AWS = "AWS";
268
- const _Ac = "Account";
269
- const _Ad = "Address";
270
- const _Am = "Amount";
271
- const _Ar = "Arn";
272
- const _As = "Assignee";
273
- const _BCD = "BeforeCreatedDate";
274
- const _BLMD = "BeforeLastModifiedDate";
275
- const _BP = "BusinessProblem";
276
- const _BT = "BusinessTitle";
277
- const _C = "Catalog";
278
- const _CA = "CreatedAt";
279
- const _CAu = "CustomerAction";
280
- const _CB = "CreatedBy";
281
- const _CBP = "CustomerBusinessProblem";
282
- const _CBT = "ContactBusinessTitle";
283
- const _CC = "CountryCode";
284
- const _CCL = "CustomerContactsList";
285
- const _CCN = "CustomerCompanyName";
286
- const _CCu = "CurrencyCode";
287
- const _CD = "CreatedDate";
288
- const _CDF = "CreatedDateFilter";
289
- const _CE = "ConflictException";
290
- const _CEC = "CreateEngagementContext";
291
- const _CECR = "CreateEngagementContextRequest";
292
- const _CECRr = "CreateEngagementContextResponse";
293
- const _CEI = "CreateEngagementInvitation";
294
- const _CEIR = "CreateEngagementInvitationRequest";
295
- const _CEIRr = "CreateEngagementInvitationResponse";
296
- const _CER = "CreateEngagementRequest";
297
- const _CERr = "CreateEngagementResponse";
298
- const _CEr = "CreateEngagement";
299
- const _CI = "ContextId";
300
- const _CIo = "ContextIdentifier";
301
- const _CLR = "ClosedLostReason";
302
- const _CN = "CompanyName";
303
- const _CNa = "CampaignName";
304
- const _CNo = "CompetitorName";
305
- const _CO = "CreateOpportunity";
306
- const _COR = "CreateOpportunityRequest";
307
- const _CORr = "CreateOpportunityResponse";
308
- const _CP = "CustomerProject";
309
- const _CPC = "CustomerProjectsContext";
310
- const _CRS = "CreateResourceSnapshot";
311
- const _CRSJ = "CreateResourceSnapshotJob";
312
- const _CRSJR = "CreateResourceSnapshotJobRequest";
313
- const _CRSJRr = "CreateResourceSnapshotJobResponse";
314
- const _CRSR = "CreateResourceSnapshotRequest";
315
- const _CRSRr = "CreateResourceSnapshotResponse";
316
- const _CS = "CustomerSummary";
317
- const _CT = "ClientToken";
318
- const _CTo = "ContextTypes";
319
- const _CUC = "CustomerUseCase";
320
- const _CWU = "CompanyWebsiteUrl";
321
- const _Ca = "Categories";
322
- const _Cat = "Category";
323
- const _Ch = "Channels";
324
- const _Ci = "City";
325
- const _Co = "Contacts";
326
- const _Cod = "Code";
327
- const _Con = "Contact";
328
- const _Cont = "Contexts";
329
- const _Cu = "Customer";
330
- const _D = "Duns";
331
- const _DM = "DeliveryModels";
332
- const _DMe = "DeliveryModel";
333
- const _DN = "DunsNumber";
334
- const _DO = "DisassociateOpportunity";
335
- const _DOR = "DisassociateOpportunityRequest";
336
- const _DRSJ = "DeleteResourceSnapshotJob";
337
- const _DRSJR = "DeleteResourceSnapshotJobRequest";
338
- const _De = "Description";
339
- const _E = "Email";
340
- const _EA = "EngagementArn";
341
- const _EC = "EngagementCustomer";
342
- const _ECB = "ExcludeCreatedBy";
343
- const _ECBP = "EngagementCustomerBusinessProblem";
344
- const _ECD = "EngagementContextDetails";
345
- const _ECP = "EngagementContextPayload";
346
- const _ECPD = "EngagementCustomerProjectDetails";
347
- const _ECS = "ExpectedCustomerSpend";
348
- const _ECSL = "ExpectedCustomerSpendList";
349
- const _ECT = "ExcludeContextTypes";
350
- const _ECn = "EngagementContexts";
351
- const _ED = "ExpirationDate";
352
- const _EDf = "EffectiveDate";
353
- const _EDn = "EngagementDescription";
354
- const _EI = "EngagementIdentifier";
355
- const _EII = "EngagementInvitationIdentifier";
356
- const _EIIn = "EngagementInvitationId";
357
- const _EIS = "EngagementInvitationSummary";
358
- const _EISn = "EngagementInvitationSummaries";
359
- const _EIn = "EngagementId";
360
- const _EL = "ErrorList";
361
- const _ELMA = "EngagementLastModifiedAt";
362
- const _EM = "EngagementMember";
363
- const _EML = "EngagementMemberList";
364
- const _EMS = "EngagementMemberSummary";
365
- const _EMSn = "EngagementMemberSummaries";
366
- const _EMn = "EngagementMembers";
367
- const _EMx = "ExistingMembers";
368
- const _ERAS = "EngagementResourceAssociationSummary";
369
- const _ERASL = "EngagementResourceAssociationSummaryList";
370
- const _ERASn = "EngagementResourceAssociationSummaries";
371
- const _ES = "EngagementScore";
372
- const _ESL = "EngagementSummaryList";
373
- const _ESn = "EngagementSort";
374
- const _ESng = "EngagementSummary";
375
- const _ET = "EngagementTitle";
376
- const _EU = "EstimationUrl";
377
- const _F = "Frequency";
378
- const _FN = "FirstName";
379
- const _FNi = "FieldName";
380
- const _GAOS = "GetAwsOpportunitySummary";
381
- const _GAOSR = "GetAwsOpportunitySummaryRequest";
382
- const _GAOSRe = "GetAwsOpportunitySummaryResponse";
383
- const _GE = "GetEngagement";
384
- const _GEI = "GetEngagementInvitation";
385
- const _GEIR = "GetEngagementInvitationRequest";
386
- const _GEIRe = "GetEngagementInvitationResponse";
387
- const _GER = "GetEngagementRequest";
388
- const _GERe = "GetEngagementResponse";
389
- const _GO = "GetOpportunity";
390
- const _GOR = "GetOpportunityRequest";
391
- const _GORe = "GetOpportunityResponse";
392
- const _GRS = "GetResourceSnapshot";
393
- const _GRSJ = "GetResourceSnapshotJob";
394
- const _GRSJR = "GetResourceSnapshotJobRequest";
395
- const _GRSJRe = "GetResourceSnapshotJobResponse";
396
- const _GRSR = "GetResourceSnapshotRequest";
397
- const _GRSRe = "GetResourceSnapshotResponse";
398
- const _GSSS = "GetSellingSystemSettings";
399
- const _GSSSR = "GetSellingSystemSettingsRequest";
400
- const _GSSSRe = "GetSellingSystemSettingsResponse";
401
- const _I = "Identifier";
402
- const _ID = "InvitationDate";
403
- const _IDn = "InteractionDate";
404
- const _IM = "InvitationMessage";
405
- const _ISE = "InternalServerException";
406
- const _IT = "InvolvementType";
407
- const _ITCR = "InvolvementTypeChangeReason";
408
- const _Id = "Id";
409
- const _In = "Industry";
410
- const _Ins = "Insights";
411
- const _Int = "Interactions";
412
- const _Inte = "Interaction";
413
- const _Inv = "Invitation";
414
- const _JT = "JobTitle";
415
- const _K = "Key";
416
- const _L = "Lifecycle";
417
- const _LC = "LifeCycle";
418
- const _LCFV = "LifeCycleForView";
419
- const _LCRS = "LifeCycleReviewStatus";
420
- const _LCS = "LifeCycleSummary";
421
- const _LCSi = "LifeCycleStage";
422
- const _LCe = "LeadContact";
423
- const _LCea = "LeadContext";
424
- const _LCead = "LeadCustomer";
425
- const _LE = "ListEngagements";
426
- const _LEBAIT = "ListEngagementByAcceptingInvitationTasks";
427
- const _LEBAITR = "ListEngagementByAcceptingInvitationTasksRequest";
428
- const _LEBAITRi = "ListEngagementByAcceptingInvitationTasksResponse";
429
- const _LEBAITS = "ListEngagementByAcceptingInvitationTaskSummary";
430
- const _LEBAITSi = "ListEngagementByAcceptingInvitationTaskSummaries";
431
- const _LEFOT = "ListEngagementFromOpportunityTasks";
432
- const _LEFOTR = "ListEngagementFromOpportunityTasksRequest";
433
- const _LEFOTRi = "ListEngagementFromOpportunityTasksResponse";
434
- const _LEFOTS = "ListEngagementFromOpportunityTaskSummary";
435
- const _LEFOTSi = "ListEngagementFromOpportunityTaskSummaries";
436
- const _LEI = "ListEngagementInvitations";
437
- const _LEIR = "ListEngagementInvitationsRequest";
438
- const _LEIRi = "ListEngagementInvitationsResponse";
439
- const _LEM = "ListEngagementMembers";
440
- const _LEMR = "ListEngagementMembersRequest";
441
- const _LEMRi = "ListEngagementMembersResponse";
442
- const _LER = "ListEngagementsRequest";
443
- const _LERA = "ListEngagementResourceAssociations";
444
- const _LERAR = "ListEngagementResourceAssociationsRequest";
445
- const _LERARi = "ListEngagementResourceAssociationsResponse";
446
- const _LERi = "ListEngagementsResponse";
447
- const _LF = "LastFailure";
448
- const _LI = "LeadInteraction";
449
- const _LIC = "LeadInvitationCustomer";
450
- const _LII = "LeadInvitationInteraction";
451
- const _LIL = "LeadInteractionList";
452
- const _LIP = "LeadInvitationPayload";
453
- const _LIe = "LeadInvitation";
454
- const _LMD = "LastModifiedDate";
455
- const _LN = "LastName";
456
- const _LO = "ListOpportunities";
457
- const _LOFET = "ListOpportunityFromEngagementTasks";
458
- const _LOFETR = "ListOpportunityFromEngagementTasksRequest";
459
- const _LOFETRi = "ListOpportunityFromEngagementTasksResponse";
460
- const _LOFETS = "ListOpportunityFromEngagementTaskSummary";
461
- const _LOFETSi = "ListOpportunityFromEngagementTaskSummaries";
462
- const _LOR = "ListOpportunitiesRequest";
463
- const _LORi = "ListOpportunitiesResponse";
464
- const _LRS = "ListResourceSnapshots";
465
- const _LRSJ = "ListResourceSnapshotJobs";
466
- const _LRSJR = "ListResourceSnapshotJobsRequest";
467
- const _LRSJRi = "ListResourceSnapshotJobsResponse";
468
- const _LRSR = "ListResourceSnapshotsRequest";
469
- const _LRSRi = "ListResourceSnapshotsResponse";
470
- const _LS = "ListSolutions";
471
- const _LSED = "LastSuccessfulExecutionDate";
472
- const _LSR = "ListSolutionsRequest";
473
- const _LSRi = "ListSolutionsResponse";
474
- const _LTFR = "ListTagsForResource";
475
- const _LTFRR = "ListTagsForResourceRequest";
476
- const _LTFRRi = "ListTagsForResourceResponse";
477
- const _LTSB = "ListTasksSortBase";
478
- const _Le = "Lead";
479
- const _M = "Message";
480
- const _MA = "MonetaryAmount";
481
- const _MAo = "ModifiedAt";
482
- const _MB = "ModifiedBy";
483
- const _MC = "MemberCount";
484
- const _MCN = "MemberCompanyName";
485
- const _MR = "MaxResults";
486
- const _MS = "MarketSegment";
487
- const _MV = "MonetaryValue";
488
- const _Ma = "Marketing";
489
- const _N = "Name";
490
- const _NBA = "NextBestActions";
491
- const _NS = "NextSteps";
492
- const _NSH = "NextStepsHistory";
493
- const _NSHe = "NextStepsHistories";
494
- const _NSa = "NationalSecurity";
495
- const _NT = "NextToken";
496
- const _O = "Origin";
497
- const _OA = "OptimizedAmount";
498
- const _OCN = "OtherCompetitorNames";
499
- const _OEIS = "OpportunityEngagementInvitationSort";
500
- const _OI = "OtherIndustry";
501
- const _OIP = "OpportunityInvitationPayload";
502
- const _OIp = "OpportunityIdentifier";
503
- const _OIpp = "OpportunityId";
504
- const _OIppo = "OpportunityInvitation";
505
- const _OS = "OpportunitySummaries";
506
- const _OSD = "OtherSolutionDescription";
507
- const _OSV = "OpportunitySummaryView";
508
- const _OSp = "OpportunitySort";
509
- const _OSpp = "OpportunitySummary";
510
- const _OT = "OpportunityTeam";
511
- const _OTp = "OpportunityType";
512
- const _Op = "Optimizations";
513
- const _P = "Phone";
514
- const _PC = "PostalCode";
515
- const _PCr = "ProductCode";
516
- const _PD = "ProjectDetails";
517
- const _PN = "PhoneNumber";
518
- const _PNFA = "PrimaryNeedsFromAws";
519
- const _PNSH = "ProfileNextStepsHistory";
520
- const _PNSHr = "ProfileNextStepsHistories";
521
- const _POI = "PartnerOpportunityIdentifier";
522
- const _POTML = "PartnerOpportunityTeamMembersList";
523
- const _PS = "PiiString";
524
- const _PSA = "PotentialSavingsAmount";
525
- const _PSSS = "PutSellingSystemSettings";
526
- const _PSSSR = "PutSellingSystemSettingsRequest";
527
- const _PSSSRu = "PutSellingSystemSettingsResponse";
528
- const _PSr = "ProjectSummary";
529
- const _PT = "PayloadType";
530
- const _PTa = "ParticipantType";
531
- const _PV = "ProjectView";
532
- const _Pa = "Partner";
533
- const _Pay = "Payload";
534
- const _Pr = "Project";
535
- const _QS = "QualificationStatus";
536
- const _R = "Reason";
537
- const _RA = "ResourceArn";
538
- const _RC = "ReviewComments";
539
- const _RCe = "ReasonCode";
540
- const _REI = "RelatedEntityIdentifier";
541
- const _REIR = "RejectEngagementInvitationRequest";
542
- const _REIe = "RelatedEntityIds";
543
- const _REIej = "RejectEngagementInvitation";
544
- const _REIel = "RelatedEntityIdentifiers";
545
- const _RET = "RelatedEntityType";
546
- const _RI = "ResourceIdentifier";
547
- const _RIe = "ResourceId";
548
- const _RNFE = "ResourceNotFoundException";
549
- const _ROI = "RelatedOpportunityId";
550
- const _ROIe = "RelatedOpportunityIdentifier";
551
- const _RR = "RejectionReason";
552
- const _RRe = "ReceiverResponsibilities";
553
- const _RS = "ReviewStatus";
554
- const _RSJI = "ResourceSnapshotJobIdentifier";
555
- const _RSJIe = "ResourceSnapshotJobId";
556
- const _RSJRA = "ResourceSnapshotJobRoleArn";
557
- const _RSJRI = "ResourceSnapshotJobRoleIdentifier";
558
- const _RSJS = "ResourceSnapshotJobSummaries";
559
- const _RSJSL = "ResourceSnapshotJobSummaryList";
560
- const _RSJSe = "ResourceSnapshotJobSummary";
561
- const _RSP = "ResourceSnapshotPayload";
562
- const _RSR = "ReviewStatusReason";
563
- const _RSS = "ResourceSnapshotSummaries";
564
- const _RSSL = "ResourceSnapshotSummaryList";
565
- const _RSSe = "ResourceSnapshotSummary";
566
- const _RSTI = "ResourceSnapshotTemplateIdentifier";
567
- const _RSTN = "ResourceSnapshotTemplateName";
568
- const _RT = "ResourceType";
569
- const _Re = "Revision";
570
- const _Rec = "Receiver";
571
- const _S = "Stage";
572
- const _SA = "StreetAddress";
573
- const _SAAI = "SenderAwsAccountId";
574
- const _SAa = "SavingsAmount";
575
- const _SAal = "SalesActivities";
576
- const _SB = "SortBy";
577
- const _SBo = "SolutionBase";
578
- const _SC = "ServiceCode";
579
- const _SCE = "SenderContactEmail";
580
- const _SCL = "SenderContactList";
581
- const _SCN = "SenderCompanyName";
582
- const _SCe = "SenderContacts";
583
- const _SCen = "SenderContact";
584
- const _SEBAIT = "StartEngagementByAcceptingInvitationTask";
585
- const _SEBAITR = "StartEngagementByAcceptingInvitationTaskRequest";
586
- const _SEBAITRt = "StartEngagementByAcceptingInvitationTaskResponse";
587
- const _SEFOT = "StartEngagementFromOpportunityTask";
588
- const _SEFOTR = "StartEngagementFromOpportunityTaskRequest";
589
- const _SEFOTRt = "StartEngagementFromOpportunityTaskResponse";
590
- const _SI = "SourceId";
591
- const _SL = "SolutionList";
592
- const _SN = "SourceName";
593
- const _SO = "SortOrder";
594
- const _SOFET = "StartOpportunityFromEngagementTask";
595
- const _SOFETR = "StartOpportunityFromEngagementTaskRequest";
596
- const _SOFETRt = "StartOpportunityFromEngagementTaskResponse";
597
- const _SOR = "StateOrRegion";
598
- const _SORu = "SubmitOpportunityRequest";
599
- const _SOo = "SortObject";
600
- const _SOu = "SubmitOpportunity";
601
- const _SQEE = "ServiceQuotaExceededException";
602
- const _SR = "SoftwareRevenue";
603
- const _SRSJ = "StartResourceSnapshotJob";
604
- const _SRSJR = "StartResourceSnapshotJobRequest";
605
- const _SRSJRt = "StopResourceSnapshotJobRequest";
606
- const _SRSJt = "StopResourceSnapshotJob";
607
- const _SS = "SolutionSummaries";
608
- const _SSo = "SolutionSort";
609
- const _ST = "SourceType";
610
- const _STt = "StartTime";
611
- const _So = "Solutions";
612
- const _Sor = "Sort";
613
- const _Sou = "Source";
614
- const _St = "Status";
615
- const _T = "Type";
616
- const _TA = "TotalAmount";
617
- const _TABC = "TotalAmountByCategory";
618
- const _TAa = "TaskArn";
619
- const _TC = "TargetCompany";
620
- const _TCD = "TargetCloseDate";
621
- const _TCDa = "TargetCompletionDate";
622
- const _TE = "ThrottlingException";
623
- const _TI = "TaskIdentifier";
624
- const _TIa = "TaskId";
625
- const _TK = "TagKeys";
626
- const _TL = "TagList";
627
- const _TMA = "TargetMemberAccounts";
628
- const _TOA = "TotalOptimizedAmount";
629
- const _TPSA = "TotalPotentialSavingsAmount";
630
- const _TR = "TagResource";
631
- const _TRR = "TagResourceRequest";
632
- const _TRRa = "TagResourceResponse";
633
- const _TS = "TaskStatus";
634
- const _TSa = "TaskSummaries";
635
- const _Ta = "Tags";
636
- const _Tag = "Tag";
637
- const _Ti = "Title";
638
- const _Tim = "Time";
639
- const _U = "Usecase";
640
- const _UC = "UseCases";
641
- const _UEC = "UpdateEngagementContext";
642
- const _UECP = "UpdateEngagementContextPayload";
643
- const _UECR = "UpdateEngagementContextRequest";
644
- const _UECRp = "UpdateEngagementContextResponse";
645
- const _ULC = "UpdateLeadContext";
646
- const _UO = "UpdateOpportunity";
647
- const _UOR = "UpdateOpportunityRequest";
648
- const _UORp = "UpdateOpportunityResponse";
649
- const _UR = "UntagResource";
650
- const _URR = "UntagResourceRequest";
651
- const _URRn = "UntagResourceResponse";
652
- const _V = "Visibility";
653
- const _VE = "ValidationException";
654
- const _VEE = "ValidationExceptionError";
655
- const _VEEL = "ValidationExceptionErrorList";
656
- const _Va = "Value";
657
- const _WU = "WebsiteUrl";
658
- const _c = "client";
659
- const _e = "error";
660
- const _h = "http";
661
- const _hE = "httpError";
662
- const _s = "server";
663
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.partnercentralselling";
664
- const n0 = "com.amazonaws.partnercentralselling";
665
- var AddressPart = [0, n0, _AP, 8, 0];
666
- var Alias = [0, n0, _A, 8, 0];
667
- var Amount = [0, n0, _Am, 8, 0];
668
- var AwsAccount = [0, n0, _AA, 8, 0];
669
- var CompanyName = [0, n0, _CN, 8, 0];
670
- var CompanyWebsiteUrl = [0, n0, _CWU, 8, 0];
671
- var CountryCode$1 = [0, n0, _CC, 8, 0];
672
- var CurrencyCode$1 = [0, n0, _CCu, 8, 0];
673
- var DunsNumber = [0, n0, _DN, 8, 0];
674
- var Email = [0, n0, _E, 8, 0];
675
- var EngagementCustomerBusinessProblem = [0, n0, _ECBP, 8, 0];
676
- var InvitationMessage = [0, n0, _IM, 8, 0];
677
- var JobTitle = [0, n0, _JT, 8, 0];
678
- var MemberCompanyName = [0, n0, _MCN, 8, 0];
679
- var MonetaryAmount = [0, n0, _MA, 8, 0];
680
- var Name = [0, n0, _N, 8, 0];
681
- var PhoneNumber = [0, n0, _PN, 8, 0];
682
- var PiiString = [0, n0, _PS, 8, 0];
683
- var SenderContactEmail = [0, n0, _SCE, 8, 0];
684
- var WebsiteUrl = [0, n0, _WU, 8, 0];
685
- var AcceptEngagementInvitationRequest$ = [3, n0, _AEIR,
686
- 0,
687
- [_C, _I],
688
- [0, 0], 2
689
- ];
690
- var AccessDeniedException$ = [-3, n0, _ADE,
691
- { [_e]: _c, [_hE]: 403 },
692
- [_M, _R],
693
- [0, 0]
694
- ];
695
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
696
- var Account$ = [3, n0, _Ac,
697
- 0,
698
- [_CN, _In, _OI, _WU, _AAI, _Ad, _D],
699
- [[() => Name, 0], 0, 0, [() => WebsiteUrl, 0], [() => AwsAccount, 0], [() => Address$, 0], [() => DunsNumber, 0]], 1
700
- ];
701
- var AccountReceiver$ = [3, n0, _AR,
702
- 0,
703
- [_AAI, _A],
704
- [[() => AwsAccount, 0], [() => Alias, 0]], 1
705
- ];
706
- var AccountSummary$ = [3, n0, _AS,
707
- 0,
708
- [_CN, _In, _OI, _WU, _Ad],
709
- [[() => Name, 0], 0, 0, [() => WebsiteUrl, 0], [() => AddressSummary$, 0]], 1
710
- ];
711
- var Address$ = [3, n0, _Ad,
712
- 0,
713
- [_Ci, _PC, _SOR, _CC, _SA],
714
- [[() => AddressPart, 0], [() => AddressPart, 0], [() => AddressPart, 0], [() => CountryCode$1, 0], [() => AddressPart, 0]]
715
- ];
716
- var AddressSummary$ = [3, n0, _ASd,
717
- 0,
718
- [_Ci, _PC, _SOR, _CC],
719
- [[() => AddressPart, 0], [() => AddressPart, 0], [() => AddressPart, 0], [() => CountryCode$1, 0]]
720
- ];
721
- var AssigneeContact$ = [3, n0, _AC,
722
- 0,
723
- [_E, _FN, _LN, _BT, _P],
724
- [[() => Email, 0], [() => Name, 0], [() => Name, 0], [() => JobTitle, 0], [() => PhoneNumber, 0]], 4
725
- ];
726
- var AssignOpportunityRequest$ = [3, n0, _AOR,
727
- 0,
728
- [_C, _I, _As],
729
- [0, 0, [() => AssigneeContact$, 0]], 3
730
- ];
731
- var AssociateOpportunityRequest$ = [3, n0, _AORs,
732
- 0,
733
- [_C, _OIp, _RET, _REI],
734
- [0, 0, 0, 0], 4
735
- ];
736
- var AwsOpportunityCustomer$ = [3, n0, _AOC,
737
- 0,
738
- [_Co],
739
- [[() => CustomerContactsList, 0]]
740
- ];
741
- var AwsOpportunityInsights$ = [3, n0, _AOI,
742
- 0,
743
- [_NBA, _ES, _APSIBS],
744
- [0, 0, [() => AwsProductsSpendInsightsBySource$, 0]]
745
- ];
746
- var AwsOpportunityLifeCycle$ = [3, n0, _AOLC,
747
- 0,
748
- [_TCD, _CLR, _S, _NS, _NSH],
749
- [0, 0, 0, [() => PiiString, 0], () => ProfileNextStepsHistories]
750
- ];
751
- var AwsOpportunityProject$ = [3, n0, _AOP,
752
- 0,
753
- [_ECS, _APw],
754
- [[() => ExpectedCustomerSpendList, 0], 0]
755
- ];
756
- var AwsOpportunityRelatedEntities$ = [3, n0, _AORE,
757
- 0,
758
- [_APws, _So],
759
- [64 | 0, 64 | 0]
760
- ];
761
- var AwsOpportunitySummaryFullView$ = [3, n0, _AOSFV,
762
- 0,
763
- [_ROI, _O, _IT, _V, _LC, _OT, _Ins, _ITCR, _REIe, _Cu, _Pr],
764
- [0, 0, 0, 0, [() => AwsOpportunityLifeCycle$, 0], [() => AwsOpportunityTeamMembersList, 0], [() => AwsOpportunityInsights$, 0], 0, () => AwsOpportunityRelatedEntities$, [() => AwsOpportunityCustomer$, 0], [() => AwsOpportunityProject$, 0]]
765
- ];
766
- var AwsProductDetails$ = [3, n0, _APD,
767
- 0,
768
- [_PCr, _Ca, _Op, _SC, _Am, _OA, _PSA],
769
- [0, 64 | 0, [() => AwsProductOptimizationsList, 0], 0, [() => MonetaryAmount, 0], [() => MonetaryAmount, 0], [() => MonetaryAmount, 0]], 3
770
- ];
771
- var AwsProductInsights$ = [3, n0, _API,
772
- 0,
773
- [_CCu, _F, _TABC, _APws, _TA, _TOA, _TPSA],
774
- [[() => CurrencyCode$1, 0], 0, [() => AmountMap, 0], [() => AwsProductsList, 0], [() => MonetaryAmount, 0], [() => MonetaryAmount, 0], [() => MonetaryAmount, 0]], 4
775
- ];
776
- var AwsProductOptimization$ = [3, n0, _APO,
777
- 0,
778
- [_De, _SAa],
779
- [0, [() => MonetaryAmount, 0]], 2
780
- ];
781
- var AwsProductsSpendInsightsBySource$ = [3, n0, _APSIBS,
782
- 0,
783
- [_Pa, _AWS],
784
- [[() => AwsProductInsights$, 0], [() => AwsProductInsights$, 0]]
785
- ];
786
- var AwsSubmission$ = [3, n0, _ASw,
787
- 0,
788
- [_IT, _V],
789
- [0, 0], 1
790
- ];
791
- var AwsTeamMember$ = [3, n0, _ATM,
792
- 0,
793
- [_E, _FN, _LN, _BT],
794
- [[() => Email, 0], [() => Name, 0], [() => Name, 0], 0]
795
- ];
796
- var ConflictException$ = [-3, n0, _CE,
797
- { [_e]: _c, [_hE]: 409 },
798
- [_M],
799
- [0]
800
- ];
801
- schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
802
- var Contact$ = [3, n0, _Con,
803
- 0,
804
- [_E, _FN, _LN, _BT, _P],
805
- [[() => Email, 0], [() => Name, 0], [() => Name, 0], [() => JobTitle, 0], [() => PhoneNumber, 0]]
806
- ];
807
- var CreatedDateFilter$ = [3, n0, _CDF,
808
- 0,
809
- [_ACD, _BCD],
810
- [5, 5]
811
- ];
812
- var CreateEngagementContextRequest$ = [3, n0, _CECR,
813
- 0,
814
- [_C, _EI, _T, _Pay, _CT],
815
- [0, 0, 0, [() => EngagementContextPayload$, 0], [0, 4]], 4
816
- ];
817
- var CreateEngagementContextResponse$ = [3, n0, _CECRr,
818
- 0,
819
- [_EIn, _EA, _ELMA, _CI],
820
- [0, 0, 5, 0]
821
- ];
822
- var CreateEngagementInvitationRequest$ = [3, n0, _CEIR,
823
- 0,
824
- [_C, _EI, _Inv, _CT],
825
- [0, 0, [() => Invitation$, 0], [0, 4]], 3
826
- ];
827
- var CreateEngagementInvitationResponse$ = [3, n0, _CEIRr,
828
- 0,
829
- [_Id, _Ar],
830
- [0, 0], 2
831
- ];
832
- var CreateEngagementRequest$ = [3, n0, _CER,
833
- 0,
834
- [_C, _Ti, _De, _CT, _Cont],
835
- [0, 0, 0, [0, 4], [() => EngagementContexts, 0]], 3
836
- ];
837
- var CreateEngagementResponse$ = [3, n0, _CERr,
838
- 0,
839
- [_Id, _Ar, _MAo],
840
- [0, 0, 5]
841
- ];
842
- var CreateOpportunityRequest$ = [3, n0, _COR,
843
- 0,
844
- [_C, _PNFA, _NSa, _POI, _Cu, _Pr, _OTp, _Ma, _SR, _CT, _LC, _O, _OT, _Ta],
845
- [0, 64 | 0, 0, 0, [() => Customer$, 0], [() => Project$, 0], 0, () => Marketing$, [() => SoftwareRevenue$, 0], [0, 4], [() => LifeCycle$, 0], 0, [() => PartnerOpportunityTeamMembersList, 0], () => TagList], 1
846
- ];
847
- var CreateOpportunityResponse$ = [3, n0, _CORr,
848
- 0,
849
- [_Id, _POI, _LMD],
850
- [0, 0, 5], 1
851
- ];
852
- var CreateResourceSnapshotJobRequest$ = [3, n0, _CRSJR,
853
- 0,
854
- [_C, _EI, _RT, _RI, _RSTI, _CT, _Ta],
855
- [0, 0, 0, 0, 0, [0, 4], () => TagList], 5
856
- ];
857
- var CreateResourceSnapshotJobResponse$ = [3, n0, _CRSJRr,
858
- 0,
859
- [_Id, _Ar],
860
- [0, 0]
861
- ];
862
- var CreateResourceSnapshotRequest$ = [3, n0, _CRSR,
863
- 0,
864
- [_C, _EI, _RT, _RI, _RSTI, _CT],
865
- [0, 0, 0, 0, 0, [0, 4]], 5
866
- ];
867
- var CreateResourceSnapshotResponse$ = [3, n0, _CRSRr,
868
- 0,
869
- [_Ar, _Re],
870
- [0, 1]
871
- ];
872
- var Customer$ = [3, n0, _Cu,
873
- 0,
874
- [_Ac, _Co],
875
- [[() => Account$, 0], [() => CustomerContactsList, 0]]
876
- ];
877
- var CustomerProjectsContext$ = [3, n0, _CPC,
878
- 0,
879
- [_Cu, _Pr],
880
- [[() => EngagementCustomer$, 0], [() => EngagementCustomerProjectDetails$, 0]]
881
- ];
882
- var CustomerSummary$ = [3, n0, _CS,
883
- 0,
884
- [_Ac],
885
- [[() => AccountSummary$, 0]]
886
- ];
887
- var DeleteResourceSnapshotJobRequest$ = [3, n0, _DRSJR,
888
- 0,
889
- [_C, _RSJI],
890
- [0, 0], 2
891
- ];
892
- var DisassociateOpportunityRequest$ = [3, n0, _DOR,
893
- 0,
894
- [_C, _OIp, _RET, _REI],
895
- [0, 0, 0, 0], 4
896
- ];
897
- var EngagementContextDetails$ = [3, n0, _ECD,
898
- 0,
899
- [_T, _Id, _Pay],
900
- [0, 0, [() => EngagementContextPayload$, 0]], 1
901
- ];
902
- var EngagementCustomer$ = [3, n0, _EC,
903
- 0,
904
- [_In, _CN, _WU, _CC],
905
- [0, [() => CompanyName, 0], [() => CompanyWebsiteUrl, 0], [() => CountryCode$1, 0]], 4
906
- ];
907
- var EngagementCustomerProjectDetails$ = [3, n0, _ECPD,
908
- 0,
909
- [_Ti, _BP, _TCDa],
910
- [0, [() => EngagementCustomerBusinessProblem, 0], 0], 3
911
- ];
912
- var EngagementInvitationSummary$ = [3, n0, _EIS,
913
- 0,
914
- [_Id, _C, _Ar, _PT, _EIn, _ET, _St, _ID, _ED, _SAAI, _SCN, _Rec, _PTa],
915
- [0, 0, 0, 0, 0, 0, 0, 5, 5, [() => AwsAccount, 0], 0, [() => Receiver$, 0], 0], 2
916
- ];
917
- var EngagementMember$ = [3, n0, _EM,
918
- 0,
919
- [_CN, _WU, _AI],
920
- [[() => MemberCompanyName, 0], 0, [() => AwsAccount, 0]]
921
- ];
922
- var EngagementMemberSummary$ = [3, n0, _EMS,
923
- 0,
924
- [_CN, _WU],
925
- [[() => MemberCompanyName, 0], 0]
926
- ];
927
- var EngagementResourceAssociationSummary$ = [3, n0, _ERAS,
928
- 0,
929
- [_C, _EIn, _RT, _RIe, _CB],
930
- [0, 0, 0, 0, [() => AwsAccount, 0]], 1
931
- ];
932
- var EngagementSort$ = [3, n0, _ESn,
933
- 0,
934
- [_SO, _SB],
935
- [0, 0], 2
936
- ];
937
- var EngagementSummary$ = [3, n0, _ESng,
938
- 0,
939
- [_Ar, _Id, _Ti, _CA, _CB, _MC, _MAo, _MB, _CTo],
940
- [0, 0, 0, 5, [() => AwsAccount, 0], 1, 5, [() => AwsAccount, 0], 64 | 0]
941
- ];
942
- var ExpectedCustomerSpend$ = [3, n0, _ECS,
943
- 0,
944
- [_CCu, _F, _TC, _Am, _EU],
945
- [[() => CurrencyCode$1, 0], 0, 0, [() => Amount, 0], 0], 3
946
- ];
947
- var GetAwsOpportunitySummaryRequest$ = [3, n0, _GAOSR,
948
- 0,
949
- [_C, _ROIe],
950
- [0, 0], 2
951
- ];
952
- var GetAwsOpportunitySummaryResponse$ = [3, n0, _GAOSRe,
953
- 0,
954
- [_C, _ROI, _O, _IT, _V, _LC, _OT, _Ins, _ITCR, _REIe, _Cu, _Pr],
955
- [0, 0, 0, 0, 0, [() => AwsOpportunityLifeCycle$, 0], [() => AwsOpportunityTeamMembersList, 0], [() => AwsOpportunityInsights$, 0], 0, () => AwsOpportunityRelatedEntities$, [() => AwsOpportunityCustomer$, 0], [() => AwsOpportunityProject$, 0]], 1
956
- ];
957
- var GetEngagementInvitationRequest$ = [3, n0, _GEIR,
958
- 0,
959
- [_C, _I],
960
- [0, 0], 2
961
- ];
962
- var GetEngagementInvitationResponse$ = [3, n0, _GEIRe,
963
- 0,
964
- [_Id, _C, _Ar, _PT, _EIn, _ET, _St, _ID, _ED, _SAAI, _SCN, _Rec, _RR, _Pay, _IM, _EDn, _EMx],
965
- [0, 0, 0, 0, 0, 0, 0, 5, 5, [() => AwsAccount, 0], 0, [() => Receiver$, 0], 0, [() => Payload$, 0], [() => InvitationMessage, 0], 0, [() => EngagementMemberSummaries, 0]], 2
966
- ];
967
- var GetEngagementRequest$ = [3, n0, _GER,
968
- 0,
969
- [_C, _I],
970
- [0, 0], 2
971
- ];
972
- var GetEngagementResponse$ = [3, n0, _GERe,
973
- 0,
974
- [_Id, _Ar, _Ti, _De, _CA, _CB, _MC, _MAo, _MB, _Cont],
975
- [0, 0, 0, 0, 5, [() => AwsAccount, 0], 1, 5, [() => AwsAccount, 0], [() => EngagementContexts, 0]]
976
- ];
977
- var GetOpportunityRequest$ = [3, n0, _GOR,
978
- 0,
979
- [_C, _I],
980
- [0, 0], 2
981
- ];
982
- var GetOpportunityResponse$ = [3, n0, _GORe,
983
- 0,
984
- [_C, _Id, _LMD, _CD, _REIel, _PNFA, _NSa, _POI, _Cu, _Pr, _OTp, _Ma, _SR, _Ar, _LC, _OT],
985
- [0, 0, 5, 5, () => RelatedEntityIdentifiers$, 64 | 0, 0, 0, [() => Customer$, 0], [() => Project$, 0], 0, () => Marketing$, [() => SoftwareRevenue$, 0], 0, [() => LifeCycle$, 0], [() => PartnerOpportunityTeamMembersList, 0]], 5
986
- ];
987
- var GetResourceSnapshotJobRequest$ = [3, n0, _GRSJR,
988
- 0,
989
- [_C, _RSJI],
990
- [0, 0], 2
991
- ];
992
- var GetResourceSnapshotJobResponse$ = [3, n0, _GRSJRe,
993
- 0,
994
- [_C, _Id, _Ar, _EIn, _RT, _RIe, _RA, _RSTN, _CA, _St, _LSED, _LF],
995
- [0, 0, 0, 0, 0, 0, 0, 0, 5, 0, 5, 0], 1
996
- ];
997
- var GetResourceSnapshotRequest$ = [3, n0, _GRSR,
998
- 0,
999
- [_C, _EI, _RT, _RI, _RSTI, _Re],
1000
- [0, 0, 0, 0, 0, 1], 5
1001
- ];
1002
- var GetResourceSnapshotResponse$ = [3, n0, _GRSRe,
1003
- 0,
1004
- [_C, _Ar, _CB, _CA, _EIn, _RT, _RIe, _RSTN, _Re, _Pay, _TMA],
1005
- [0, 0, [() => AwsAccount, 0], 5, 0, 0, 0, 0, 1, [() => ResourceSnapshotPayload$, 0], [() => AwsAccountIdOrAliasList, 0]], 1
1006
- ];
1007
- var GetSellingSystemSettingsRequest$ = [3, n0, _GSSSR,
1008
- 0,
1009
- [_C],
1010
- [0], 1
1011
- ];
1012
- var GetSellingSystemSettingsResponse$ = [3, n0, _GSSSRe,
1013
- 0,
1014
- [_C, _RSJRA],
1015
- [0, 0], 1
1016
- ];
1017
- var InternalServerException$ = [-3, n0, _ISE,
1018
- { [_e]: _s, [_hE]: 500 },
1019
- [_M],
1020
- [0]
1021
- ];
1022
- schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
1023
- var Invitation$ = [3, n0, _Inv,
1024
- 0,
1025
- [_M, _Rec, _Pay],
1026
- [[() => InvitationMessage, 0], [() => Receiver$, 0], [() => Payload$, 0]], 3
1027
- ];
1028
- var LastModifiedDate$ = [3, n0, _LMD,
1029
- 0,
1030
- [_ALMD, _BLMD],
1031
- [5, 5]
1032
- ];
1033
- var LeadContact$ = [3, n0, _LCe,
1034
- 0,
1035
- [_BT, _E, _FN, _LN, _P],
1036
- [[() => JobTitle, 0], [() => Email, 0], [() => Name, 0], [() => Name, 0], [() => PhoneNumber, 0]], 4
1037
- ];
1038
- var LeadContext$ = [3, n0, _LCea,
1039
- 0,
1040
- [_Cu, _Int, _QS],
1041
- [[() => LeadCustomer$, 0], [() => LeadInteractionList, 0], 0], 2
1042
- ];
1043
- var LeadCustomer$ = [3, n0, _LCead,
1044
- 0,
1045
- [_CN, _Ad, _In, _WU, _AM, _MS],
1046
- [[() => CompanyName, 0], [() => AddressSummary$, 0], 0, [() => CompanyWebsiteUrl, 0], 0, 0], 2
1047
- ];
1048
- var LeadInteraction$ = [3, n0, _LI,
1049
- 0,
1050
- [_ST, _SI, _SN, _CAu, _Con, _U, _IDn, _BP],
1051
- [0, 0, 0, 0, [() => LeadContact$, 0], 0, 5, [() => EngagementCustomerBusinessProblem, 0]], 5
1052
- ];
1053
- var LeadInvitationCustomer$ = [3, n0, _LIC,
1054
- 0,
1055
- [_CN, _CC, _In, _WU, _AM, _MS],
1056
- [[() => CompanyName, 0], [() => CountryCode$1, 0], 0, [() => CompanyWebsiteUrl, 0], 0, 0], 2
1057
- ];
1058
- var LeadInvitationInteraction$ = [3, n0, _LII,
1059
- 0,
1060
- [_ST, _SI, _SN, _CBT, _U],
1061
- [0, 0, 0, [() => JobTitle, 0], 0], 4
1062
- ];
1063
- var LeadInvitationPayload$ = [3, n0, _LIP,
1064
- 0,
1065
- [_Cu, _Inte],
1066
- [[() => LeadInvitationCustomer$, 0], [() => LeadInvitationInteraction$, 0]], 2
1067
- ];
1068
- var LifeCycle$ = [3, n0, _LC,
1069
- 0,
1070
- [_S, _CLR, _NS, _TCD, _RS, _RC, _RSR, _NSH],
1071
- [0, 0, [() => PiiString, 0], 0, 0, 0, 0, () => NextStepsHistories]
1072
- ];
1073
- var LifeCycleForView$ = [3, n0, _LCFV,
1074
- 0,
1075
- [_TCD, _RS, _S, _NS],
1076
- [0, 0, 0, [() => PiiString, 0]]
1077
- ];
1078
- var LifeCycleSummary$ = [3, n0, _LCS,
1079
- 0,
1080
- [_S, _CLR, _NS, _TCD, _RS, _RC, _RSR],
1081
- [0, 0, [() => PiiString, 0], 0, 0, 0, 0]
1082
- ];
1083
- var ListEngagementByAcceptingInvitationTasksRequest$ = [3, n0, _LEBAITR,
1084
- 0,
1085
- [_C, _MR, _NT, _Sor, _TS, _OIp, _EII, _TI],
1086
- [0, 1, 0, () => ListTasksSortBase$, 64 | 0, 64 | 0, 64 | 0, 64 | 0], 1
1087
- ];
1088
- var ListEngagementByAcceptingInvitationTasksResponse$ = [3, n0, _LEBAITRi,
1089
- 0,
1090
- [_TSa, _NT],
1091
- [() => ListEngagementByAcceptingInvitationTaskSummaries, 0]
1092
- ];
1093
- var ListEngagementByAcceptingInvitationTaskSummary$ = [3, n0, _LEBAITS,
1094
- 0,
1095
- [_TIa, _TAa, _STt, _TS, _M, _RCe, _OIpp, _RSJIe, _EIIn],
1096
- [0, 0, 5, 0, 0, 0, 0, 0, 0]
1097
- ];
1098
- var ListEngagementFromOpportunityTasksRequest$ = [3, n0, _LEFOTR,
1099
- 0,
1100
- [_C, _MR, _NT, _Sor, _TS, _TI, _OIp, _EI],
1101
- [0, 1, 0, () => ListTasksSortBase$, 64 | 0, 64 | 0, 64 | 0, 64 | 0], 1
1102
- ];
1103
- var ListEngagementFromOpportunityTasksResponse$ = [3, n0, _LEFOTRi,
1104
- 0,
1105
- [_TSa, _NT],
1106
- [() => ListEngagementFromOpportunityTaskSummaries, 0]
1107
- ];
1108
- var ListEngagementFromOpportunityTaskSummary$ = [3, n0, _LEFOTS,
1109
- 0,
1110
- [_TIa, _TAa, _STt, _TS, _M, _RCe, _OIpp, _RSJIe, _EIn, _EIIn],
1111
- [0, 0, 5, 0, 0, 0, 0, 0, 0, 0]
1112
- ];
1113
- var ListEngagementInvitationsRequest$ = [3, n0, _LEIR,
1114
- 0,
1115
- [_C, _PTa, _MR, _NT, _Sor, _PT, _St, _EI, _SAAI],
1116
- [0, 0, 1, 0, () => OpportunityEngagementInvitationSort$, 64 | 0, 64 | 0, 64 | 0, [() => AwsAccountIdOrAliasList, 0]], 2
1117
- ];
1118
- var ListEngagementInvitationsResponse$ = [3, n0, _LEIRi,
1119
- 0,
1120
- [_EISn, _NT],
1121
- [[() => EngagementInvitationSummaries, 0], 0]
1122
- ];
1123
- var ListEngagementMembersRequest$ = [3, n0, _LEMR,
1124
- 0,
1125
- [_C, _I, _MR, _NT],
1126
- [0, 0, 1, 0], 2
1127
- ];
1128
- var ListEngagementMembersResponse$ = [3, n0, _LEMRi,
1129
- 0,
1130
- [_EML, _NT],
1131
- [[() => EngagementMembers, 0], 0], 1
1132
- ];
1133
- var ListEngagementResourceAssociationsRequest$ = [3, n0, _LERAR,
1134
- 0,
1135
- [_C, _MR, _NT, _EI, _RT, _RI, _CB],
1136
- [0, 1, 0, 0, 0, 0, [() => AwsAccount, 0]], 1
1137
- ];
1138
- var ListEngagementResourceAssociationsResponse$ = [3, n0, _LERARi,
1139
- 0,
1140
- [_ERASn, _NT],
1141
- [[() => EngagementResourceAssociationSummaryList, 0], 0], 1
1142
- ];
1143
- var ListEngagementsRequest$ = [3, n0, _LER,
1144
- 0,
1145
- [_C, _CB, _ECB, _CTo, _ECT, _Sor, _MR, _NT, _EI],
1146
- [0, [() => AwsAccountList, 0], [() => AwsAccountList, 0], 64 | 0, 64 | 0, () => EngagementSort$, 1, 0, 64 | 0], 1
1147
- ];
1148
- var ListEngagementsResponse$ = [3, n0, _LERi,
1149
- 0,
1150
- [_ESL, _NT],
1151
- [[() => EngagementSummaryList, 0], 0], 1
1152
- ];
1153
- var ListOpportunitiesRequest$ = [3, n0, _LOR,
1154
- 0,
1155
- [_C, _MR, _NT, _Sor, _LMD, _I, _LCSi, _LCRS, _CCN, _CD],
1156
- [0, 1, 0, () => OpportunitySort$, () => LastModifiedDate$, 64 | 0, 64 | 0, 64 | 0, 64 | 0, () => CreatedDateFilter$], 1
1157
- ];
1158
- var ListOpportunitiesResponse$ = [3, n0, _LORi,
1159
- 0,
1160
- [_OS, _NT],
1161
- [[() => OpportunitySummaries, 0], 0], 1
1162
- ];
1163
- var ListOpportunityFromEngagementTasksRequest$ = [3, n0, _LOFETR,
1164
- 0,
1165
- [_C, _MR, _NT, _Sor, _TS, _TI, _OIp, _EI, _CIo],
1166
- [0, 1, 0, () => ListTasksSortBase$, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0], 1
1167
- ];
1168
- var ListOpportunityFromEngagementTasksResponse$ = [3, n0, _LOFETRi,
1169
- 0,
1170
- [_TSa, _NT],
1171
- [() => ListOpportunityFromEngagementTaskSummaries, 0]
1172
- ];
1173
- var ListOpportunityFromEngagementTaskSummary$ = [3, n0, _LOFETS,
1174
- 0,
1175
- [_TIa, _TAa, _STt, _TS, _M, _RCe, _OIpp, _RSJIe, _EIn, _CI],
1176
- [0, 0, 5, 0, 0, 0, 0, 0, 0, 0]
1177
- ];
1178
- var ListResourceSnapshotJobsRequest$ = [3, n0, _LRSJR,
1179
- 0,
1180
- [_C, _MR, _NT, _EI, _St, _Sor],
1181
- [0, 1, 0, 0, 0, () => SortObject$], 1
1182
- ];
1183
- var ListResourceSnapshotJobsResponse$ = [3, n0, _LRSJRi,
1184
- 0,
1185
- [_RSJS, _NT],
1186
- [() => ResourceSnapshotJobSummaryList, 0], 1
1187
- ];
1188
- var ListResourceSnapshotsRequest$ = [3, n0, _LRSR,
1189
- 0,
1190
- [_C, _EI, _MR, _NT, _RT, _RI, _RSTI, _CB],
1191
- [0, 0, 1, 0, 0, 0, 0, [() => AwsAccount, 0]], 2
1192
- ];
1193
- var ListResourceSnapshotsResponse$ = [3, n0, _LRSRi,
1194
- 0,
1195
- [_RSS, _NT],
1196
- [[() => ResourceSnapshotSummaryList, 0], 0], 1
1197
- ];
1198
- var ListSolutionsRequest$ = [3, n0, _LSR,
1199
- 0,
1200
- [_C, _MR, _NT, _Sor, _St, _I, _Cat],
1201
- [0, 1, 0, () => SolutionSort$, 64 | 0, 64 | 0, 64 | 0], 1
1202
- ];
1203
- var ListSolutionsResponse$ = [3, n0, _LSRi,
1204
- 0,
1205
- [_SS, _NT],
1206
- [() => SolutionList, 0], 1
1207
- ];
1208
- var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
1209
- 0,
1210
- [_RA],
1211
- [0], 1
1212
- ];
1213
- var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
1214
- 0,
1215
- [_Ta],
1216
- [() => TagList], 1
1217
- ];
1218
- var ListTasksSortBase$ = [3, n0, _LTSB,
1219
- 0,
1220
- [_SO, _SB],
1221
- [0, 0], 2
1222
- ];
1223
- var Marketing$ = [3, n0, _Ma,
1224
- 0,
1225
- [_CNa, _Sou, _UC, _Ch, _AFU],
1226
- [0, 0, 64 | 0, 64 | 0, 0]
1227
- ];
1228
- var MonetaryValue$ = [3, n0, _MV,
1229
- 0,
1230
- [_Am, _CCu],
1231
- [0, [() => CurrencyCode$1, 0]], 2
1232
- ];
1233
- var NextStepsHistory$ = [3, n0, _NSH,
1234
- 0,
1235
- [_Va, _Tim],
1236
- [0, 5], 2
1237
- ];
1238
- var OpportunityEngagementInvitationSort$ = [3, n0, _OEIS,
1239
- 0,
1240
- [_SO, _SB],
1241
- [0, 0], 2
1242
- ];
1243
- var OpportunityInvitationPayload$ = [3, n0, _OIP,
1244
- 0,
1245
- [_RRe, _Cu, _Pr, _SCe],
1246
- [64 | 0, [() => EngagementCustomer$, 0], [() => ProjectDetails$, 0], [() => SenderContactList, 0]], 3
1247
- ];
1248
- var OpportunitySort$ = [3, n0, _OSp,
1249
- 0,
1250
- [_SO, _SB],
1251
- [0, 0], 2
1252
- ];
1253
- var OpportunitySummary$ = [3, n0, _OSpp,
1254
- 0,
1255
- [_C, _Id, _Ar, _POI, _OTp, _LMD, _CD, _LC, _Cu, _Pr],
1256
- [0, 0, 0, 0, 0, 5, 5, [() => LifeCycleSummary$, 0], [() => CustomerSummary$, 0], [() => ProjectSummary$, 0]], 1
1257
- ];
1258
- var OpportunitySummaryView$ = [3, n0, _OSV,
1259
- 0,
1260
- [_OTp, _L, _OT, _PNFA, _Cu, _Pr, _REIel],
1261
- [0, [() => LifeCycleForView$, 0], [() => PartnerOpportunityTeamMembersList, 0], 64 | 0, [() => Customer$, 0], [() => ProjectView$, 0], () => RelatedEntityIdentifiers$]
1262
- ];
1263
- var ProfileNextStepsHistory$ = [3, n0, _PNSH,
1264
- 0,
1265
- [_Va, _Tim],
1266
- [0, 5], 2
1267
- ];
1268
- var Project$ = [3, n0, _Pr,
1269
- 0,
1270
- [_DM, _ECS, _Ti, _APp, _CBP, _CUC, _ROIe, _SAal, _CNo, _OCN, _OSD, _ACd, _APw],
1271
- [64 | 0, [() => ExpectedCustomerSpendList, 0], [() => PiiString, 0], 64 | 0, [() => PiiString, 0], 0, 0, 64 | 0, 0, 0, [() => PiiString, 0], 0, 0]
1272
- ];
1273
- var ProjectDetails$ = [3, n0, _PD,
1274
- 0,
1275
- [_BP, _Ti, _TCDa, _ECS],
1276
- [[() => EngagementCustomerBusinessProblem, 0], 0, 0, [() => ExpectedCustomerSpendList, 0]], 4
1277
- ];
1278
- var ProjectSummary$ = [3, n0, _PSr,
1279
- 0,
1280
- [_DM, _ECS],
1281
- [64 | 0, [() => ExpectedCustomerSpendList, 0]]
1282
- ];
1283
- var ProjectView$ = [3, n0, _PV,
1284
- 0,
1285
- [_DM, _ECS, _CUC, _SAal, _OSD],
1286
- [64 | 0, [() => ExpectedCustomerSpendList, 0], 0, 64 | 0, [() => PiiString, 0]]
1287
- ];
1288
- var PutSellingSystemSettingsRequest$ = [3, n0, _PSSSR,
1289
- 0,
1290
- [_C, _RSJRI],
1291
- [0, 0], 1
1292
- ];
1293
- var PutSellingSystemSettingsResponse$ = [3, n0, _PSSSRu,
1294
- 0,
1295
- [_C, _RSJRA],
1296
- [0, 0], 1
1297
- ];
1298
- var RejectEngagementInvitationRequest$ = [3, n0, _REIR,
1299
- 0,
1300
- [_C, _I, _RR],
1301
- [0, 0, 0], 2
1302
- ];
1303
- var RelatedEntityIdentifiers$ = [3, n0, _REIel,
1304
- 0,
1305
- [_AMO, _AMOS, _So, _APws],
1306
- [64 | 0, 64 | 0, 64 | 0, 64 | 0]
1307
- ];
1308
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
1309
- { [_e]: _c, [_hE]: 404 },
1310
- [_M],
1311
- [0]
1312
- ];
1313
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1314
- var ResourceSnapshotJobSummary$ = [3, n0, _RSJSe,
1315
- 0,
1316
- [_Id, _Ar, _EIn, _St],
1317
- [0, 0, 0, 0]
1318
- ];
1319
- var ResourceSnapshotSummary$ = [3, n0, _RSSe,
1320
- 0,
1321
- [_Ar, _Re, _RT, _RIe, _RSTN, _CB],
1322
- [0, 1, 0, 0, 0, [() => AwsAccount, 0]]
1323
- ];
1324
- var SenderContact$ = [3, n0, _SCen,
1325
- 0,
1326
- [_E, _FN, _LN, _BT, _P],
1327
- [[() => SenderContactEmail, 0], [() => Name, 0], [() => Name, 0], [() => JobTitle, 0], [() => PhoneNumber, 0]], 1
1328
- ];
1329
- var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
1330
- { [_e]: _c, [_hE]: 402 },
1331
- [_M],
1332
- [0]
1333
- ];
1334
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
1335
- var SoftwareRevenue$ = [3, n0, _SR,
1336
- 0,
1337
- [_DMe, _Va, _EDf, _ED],
1338
- [0, [() => MonetaryValue$, 0], 0, 0]
1339
- ];
1340
- var SolutionBase$ = [3, n0, _SBo,
1341
- 0,
1342
- [_C, _Id, _N, _St, _Cat, _CD, _Ar],
1343
- [0, 0, 0, 0, 0, 5, 0], 6
1344
- ];
1345
- var SolutionSort$ = [3, n0, _SSo,
1346
- 0,
1347
- [_SO, _SB],
1348
- [0, 0], 2
1349
- ];
1350
- var SortObject$ = [3, n0, _SOo,
1351
- 0,
1352
- [_SB, _SO],
1353
- [0, 0]
1354
- ];
1355
- var StartEngagementByAcceptingInvitationTaskRequest$ = [3, n0, _SEBAITR,
1356
- 0,
1357
- [_C, _I, _CT, _Ta],
1358
- [0, 0, [0, 4], () => TagList], 2
1359
- ];
1360
- var StartEngagementByAcceptingInvitationTaskResponse$ = [3, n0, _SEBAITRt,
1361
- 0,
1362
- [_TIa, _TAa, _STt, _TS, _M, _RCe, _OIpp, _RSJIe, _EIIn],
1363
- [0, 0, 5, 0, 0, 0, 0, 0, 0]
1364
- ];
1365
- var StartEngagementFromOpportunityTaskRequest$ = [3, n0, _SEFOTR,
1366
- 0,
1367
- [_C, _I, _ASw, _CT, _Ta],
1368
- [0, 0, () => AwsSubmission$, [0, 4], () => TagList], 3
1369
- ];
1370
- var StartEngagementFromOpportunityTaskResponse$ = [3, n0, _SEFOTRt,
1371
- 0,
1372
- [_TIa, _TAa, _STt, _TS, _M, _RCe, _OIpp, _RSJIe, _EIn, _EIIn],
1373
- [0, 0, 5, 0, 0, 0, 0, 0, 0, 0]
1374
- ];
1375
- var StartOpportunityFromEngagementTaskRequest$ = [3, n0, _SOFETR,
1376
- 0,
1377
- [_C, _I, _CIo, _CT, _Ta],
1378
- [0, 0, 0, [0, 4], () => TagList], 3
1379
- ];
1380
- var StartOpportunityFromEngagementTaskResponse$ = [3, n0, _SOFETRt,
1381
- 0,
1382
- [_TIa, _TAa, _STt, _TS, _M, _RCe, _OIpp, _RSJIe, _EIn, _CI],
1383
- [0, 0, 5, 0, 0, 0, 0, 0, 0, 0]
1384
- ];
1385
- var StartResourceSnapshotJobRequest$ = [3, n0, _SRSJR,
1386
- 0,
1387
- [_C, _RSJI],
1388
- [0, 0], 2
1389
- ];
1390
- var StopResourceSnapshotJobRequest$ = [3, n0, _SRSJRt,
1391
- 0,
1392
- [_C, _RSJI],
1393
- [0, 0], 2
1394
- ];
1395
- var SubmitOpportunityRequest$ = [3, n0, _SORu,
1396
- 0,
1397
- [_C, _I, _IT, _V],
1398
- [0, 0, 0, 0], 3
1399
- ];
1400
- var Tag$ = [3, n0, _Tag,
1401
- 0,
1402
- [_K, _Va],
1403
- [0, 0], 2
1404
- ];
1405
- var TagResourceRequest$ = [3, n0, _TRR,
1406
- 0,
1407
- [_RA, _Ta],
1408
- [0, () => TagList], 2
1409
- ];
1410
- var TagResourceResponse$ = [3, n0, _TRRa,
1411
- 0,
1412
- [],
1413
- []
1414
- ];
1415
- var ThrottlingException$ = [-3, n0, _TE,
1416
- { [_e]: _c, [_hE]: 429 },
1417
- [_M],
1418
- [0]
1419
- ];
1420
- schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
1421
- var UntagResourceRequest$ = [3, n0, _URR,
1422
- 0,
1423
- [_RA, _TK],
1424
- [0, 64 | 0], 2
1425
- ];
1426
- var UntagResourceResponse$ = [3, n0, _URRn,
1427
- 0,
1428
- [],
1429
- []
1430
- ];
1431
- var UpdateEngagementContextRequest$ = [3, n0, _UECR,
1432
- 0,
1433
- [_C, _EI, _CIo, _ELMA, _T, _Pay],
1434
- [0, 0, 0, 5, 0, [() => UpdateEngagementContextPayload$, 0]], 6
1435
- ];
1436
- var UpdateEngagementContextResponse$ = [3, n0, _UECRp,
1437
- 0,
1438
- [_EIn, _EA, _ELMA, _CI],
1439
- [0, 0, 5, 0], 4
1440
- ];
1441
- var UpdateLeadContext$ = [3, n0, _ULC,
1442
- 0,
1443
- [_Cu, _QS, _Inte],
1444
- [[() => LeadCustomer$, 0], 0, [() => LeadInteraction$, 0]], 1
1445
- ];
1446
- var UpdateOpportunityRequest$ = [3, n0, _UOR,
1447
- 0,
1448
- [_C, _LMD, _I, _PNFA, _NSa, _POI, _Cu, _Pr, _OTp, _Ma, _SR, _LC],
1449
- [0, 5, 0, 64 | 0, 0, 0, [() => Customer$, 0], [() => Project$, 0], 0, () => Marketing$, [() => SoftwareRevenue$, 0], [() => LifeCycle$, 0]], 3
1450
- ];
1451
- var UpdateOpportunityResponse$ = [3, n0, _UORp,
1452
- 0,
1453
- [_Id, _LMD],
1454
- [0, 5], 2
1455
- ];
1456
- var ValidationException$ = [-3, n0, _VE,
1457
- { [_e]: _c, [_hE]: 400 },
1458
- [_M, _R, _EL],
1459
- [0, 0, () => ValidationExceptionErrorList], 2
1460
- ];
1461
- schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
1462
- var ValidationExceptionError$ = [3, n0, _VEE,
1463
- 0,
1464
- [_M, _Cod, _FNi],
1465
- [0, 0, 0], 2
1466
- ];
1467
- var __Unit = "unit";
1468
- var PartnerCentralSellingServiceException$ = [-3, _sm, "PartnerCentralSellingServiceException", 0, [], []];
1469
- schema.TypeRegistry.for(_sm).registerError(PartnerCentralSellingServiceException$, PartnerCentralSellingServiceException);
1470
- var AwsAccountIdOrAliasList = [1, n0, _AAIOAL,
1471
- 0, [() => AwsAccount,
1472
- 0]
1473
- ];
1474
- var AwsAccountList = [1, n0, _AAL,
1475
- 0, [() => AwsAccount,
1476
- 0]
1477
- ];
1478
- var AwsOpportunityTeamMembersList = [1, n0, _AOTML,
1479
- 0, [() => AwsTeamMember$,
1480
- 0]
1481
- ];
1482
- var AwsProductOptimizationsList = [1, n0, _APOL,
1483
- 0, [() => AwsProductOptimization$,
1484
- 0]
1485
- ];
1486
- var AwsProductsList = [1, n0, _APL,
1487
- 0, [() => AwsProductDetails$,
1488
- 0]
1489
- ];
1490
- var CustomerContactsList = [1, n0, _CCL,
1491
- 0, [() => Contact$,
1492
- 0]
1493
- ];
1494
- var EngagementContexts = [1, n0, _ECn,
1495
- 0, [() => EngagementContextDetails$,
1496
- 0]
1497
- ];
1498
- var EngagementInvitationSummaries = [1, n0, _EISn,
1499
- 0, [() => EngagementInvitationSummary$,
1500
- 0]
1501
- ];
1502
- var EngagementMembers = [1, n0, _EMn,
1503
- 0, [() => EngagementMember$,
1504
- 0]
1505
- ];
1506
- var EngagementMemberSummaries = [1, n0, _EMSn,
1507
- 0, [() => EngagementMemberSummary$,
1508
- 0]
1509
- ];
1510
- var EngagementResourceAssociationSummaryList = [1, n0, _ERASL,
1511
- 0, [() => EngagementResourceAssociationSummary$,
1512
- 0]
1513
- ];
1514
- var EngagementSummaryList = [1, n0, _ESL,
1515
- 0, [() => EngagementSummary$,
1516
- 0]
1517
- ];
1518
- var ExpectedCustomerSpendList = [1, n0, _ECSL,
1519
- 0, [() => ExpectedCustomerSpend$,
1520
- 0]
1521
- ];
1522
- var LeadInteractionList = [1, n0, _LIL,
1523
- 0, [() => LeadInteraction$,
1524
- 0]
1525
- ];
1526
- var ListEngagementByAcceptingInvitationTaskSummaries = [1, n0, _LEBAITSi,
1527
- 0, () => ListEngagementByAcceptingInvitationTaskSummary$
1528
- ];
1529
- var ListEngagementFromOpportunityTaskSummaries = [1, n0, _LEFOTSi,
1530
- 0, () => ListEngagementFromOpportunityTaskSummary$
1531
- ];
1532
- var ListOpportunityFromEngagementTaskSummaries = [1, n0, _LOFETSi,
1533
- 0, () => ListOpportunityFromEngagementTaskSummary$
1534
- ];
1535
- var NextStepsHistories = [1, n0, _NSHe,
1536
- 0, () => NextStepsHistory$
1537
- ];
1538
- var OpportunitySummaries = [1, n0, _OS,
1539
- 0, [() => OpportunitySummary$,
1540
- 0]
1541
- ];
1542
- var PartnerOpportunityTeamMembersList = [1, n0, _POTML,
1543
- 0, [() => Contact$,
1544
- 0]
1545
- ];
1546
- var ProfileNextStepsHistories = [1, n0, _PNSHr,
1547
- 0, () => ProfileNextStepsHistory$
1548
- ];
1549
- var ResourceSnapshotJobSummaryList = [1, n0, _RSJSL,
1550
- 0, () => ResourceSnapshotJobSummary$
1551
- ];
1552
- var ResourceSnapshotSummaryList = [1, n0, _RSSL,
1553
- 0, [() => ResourceSnapshotSummary$,
1554
- 0]
1555
- ];
1556
- var SenderContactList = [1, n0, _SCL,
1557
- 0, [() => SenderContact$,
1558
- 0]
1559
- ];
1560
- var SolutionList = [1, n0, _SL,
1561
- 0, () => SolutionBase$
1562
- ];
1563
- var TagList = [1, n0, _TL,
1564
- 0, () => Tag$
1565
- ];
1566
- var ValidationExceptionErrorList = [1, n0, _VEEL,
1567
- 0, () => ValidationExceptionError$
1568
- ];
1569
- var AmountMap = [2, n0, _AMm,
1570
- 0, [0,
1571
- 0],
1572
- [() => MonetaryAmount,
1573
- 0]
1574
- ];
1575
- var EngagementContextPayload$ = [4, n0, _ECP,
1576
- 0,
1577
- [_CP, _Le],
1578
- [[() => CustomerProjectsContext$, 0], [() => LeadContext$, 0]]
1579
- ];
1580
- var Payload$ = [4, n0, _Pay,
1581
- 0,
1582
- [_OIppo, _LIe],
1583
- [[() => OpportunityInvitationPayload$, 0], [() => LeadInvitationPayload$, 0]]
1584
- ];
1585
- var Receiver$ = [4, n0, _Rec,
1586
- 0,
1587
- [_Ac],
1588
- [[() => AccountReceiver$, 0]]
1589
- ];
1590
- var ResourceSnapshotPayload$ = [4, n0, _RSP,
1591
- 0,
1592
- [_OSpp, _AOSFV],
1593
- [[() => OpportunitySummaryView$, 0], [() => AwsOpportunitySummaryFullView$, 0]]
1594
- ];
1595
- var UpdateEngagementContextPayload$ = [4, n0, _UECP,
1596
- 0,
1597
- [_Le, _CP],
1598
- [[() => UpdateLeadContext$, 0], [() => CustomerProjectsContext$, 0]]
1599
- ];
1600
- var AcceptEngagementInvitation$ = [9, n0, _AEI,
1601
- { [_h]: ["POST", "/AcceptEngagementInvitation", 200] }, () => AcceptEngagementInvitationRequest$, () => __Unit
1602
- ];
1603
- var AssignOpportunity$ = [9, n0, _AO,
1604
- { [_h]: ["POST", "/AssignOpportunity", 200] }, () => AssignOpportunityRequest$, () => __Unit
1605
- ];
1606
- var AssociateOpportunity$ = [9, n0, _AOs,
1607
- { [_h]: ["POST", "/AssociateOpportunity", 200] }, () => AssociateOpportunityRequest$, () => __Unit
1608
- ];
1609
- var CreateEngagement$ = [9, n0, _CEr,
1610
- { [_h]: ["POST", "/CreateEngagement", 200] }, () => CreateEngagementRequest$, () => CreateEngagementResponse$
1611
- ];
1612
- var CreateEngagementContext$ = [9, n0, _CEC,
1613
- { [_h]: ["POST", "/CreateEngagementContext", 200] }, () => CreateEngagementContextRequest$, () => CreateEngagementContextResponse$
1614
- ];
1615
- var CreateEngagementInvitation$ = [9, n0, _CEI,
1616
- { [_h]: ["POST", "/CreateEngagementInvitation", 200] }, () => CreateEngagementInvitationRequest$, () => CreateEngagementInvitationResponse$
1617
- ];
1618
- var CreateOpportunity$ = [9, n0, _CO,
1619
- { [_h]: ["POST", "/CreateOpportunity", 200] }, () => CreateOpportunityRequest$, () => CreateOpportunityResponse$
1620
- ];
1621
- var CreateResourceSnapshot$ = [9, n0, _CRS,
1622
- { [_h]: ["POST", "/CreateResourceSnapshot", 200] }, () => CreateResourceSnapshotRequest$, () => CreateResourceSnapshotResponse$
1623
- ];
1624
- var CreateResourceSnapshotJob$ = [9, n0, _CRSJ,
1625
- { [_h]: ["POST", "/CreateResourceSnapshotJob", 200] }, () => CreateResourceSnapshotJobRequest$, () => CreateResourceSnapshotJobResponse$
1626
- ];
1627
- var DeleteResourceSnapshotJob$ = [9, n0, _DRSJ,
1628
- { [_h]: ["POST", "/DeleteResourceSnapshotJob", 204] }, () => DeleteResourceSnapshotJobRequest$, () => __Unit
1629
- ];
1630
- var DisassociateOpportunity$ = [9, n0, _DO,
1631
- { [_h]: ["POST", "/DisassociateOpportunity", 200] }, () => DisassociateOpportunityRequest$, () => __Unit
1632
- ];
1633
- var GetAwsOpportunitySummary$ = [9, n0, _GAOS,
1634
- { [_h]: ["POST", "/GetAwsOpportunitySummary", 200] }, () => GetAwsOpportunitySummaryRequest$, () => GetAwsOpportunitySummaryResponse$
1635
- ];
1636
- var GetEngagement$ = [9, n0, _GE,
1637
- { [_h]: ["POST", "/GetEngagement", 200] }, () => GetEngagementRequest$, () => GetEngagementResponse$
1638
- ];
1639
- var GetEngagementInvitation$ = [9, n0, _GEI,
1640
- { [_h]: ["POST", "/GetEngagementInvitation", 200] }, () => GetEngagementInvitationRequest$, () => GetEngagementInvitationResponse$
1641
- ];
1642
- var GetOpportunity$ = [9, n0, _GO,
1643
- { [_h]: ["POST", "/GetOpportunity", 200] }, () => GetOpportunityRequest$, () => GetOpportunityResponse$
1644
- ];
1645
- var GetResourceSnapshot$ = [9, n0, _GRS,
1646
- { [_h]: ["POST", "/GetResourceSnapshot", 200] }, () => GetResourceSnapshotRequest$, () => GetResourceSnapshotResponse$
1647
- ];
1648
- var GetResourceSnapshotJob$ = [9, n0, _GRSJ,
1649
- { [_h]: ["POST", "/GetResourceSnapshotJob", 200] }, () => GetResourceSnapshotJobRequest$, () => GetResourceSnapshotJobResponse$
1650
- ];
1651
- var GetSellingSystemSettings$ = [9, n0, _GSSS,
1652
- { [_h]: ["POST", "/GetSellingSystemSettings", 200] }, () => GetSellingSystemSettingsRequest$, () => GetSellingSystemSettingsResponse$
1653
- ];
1654
- var ListEngagementByAcceptingInvitationTasks$ = [9, n0, _LEBAIT,
1655
- { [_h]: ["POST", "/ListEngagementByAcceptingInvitationTasks", 200] }, () => ListEngagementByAcceptingInvitationTasksRequest$, () => ListEngagementByAcceptingInvitationTasksResponse$
1656
- ];
1657
- var ListEngagementFromOpportunityTasks$ = [9, n0, _LEFOT,
1658
- { [_h]: ["POST", "/ListEngagementFromOpportunityTasks", 200] }, () => ListEngagementFromOpportunityTasksRequest$, () => ListEngagementFromOpportunityTasksResponse$
1659
- ];
1660
- var ListEngagementInvitations$ = [9, n0, _LEI,
1661
- { [_h]: ["POST", "/ListEngagementInvitations", 200] }, () => ListEngagementInvitationsRequest$, () => ListEngagementInvitationsResponse$
1662
- ];
1663
- var ListEngagementMembers$ = [9, n0, _LEM,
1664
- { [_h]: ["POST", "/ListEngagementMembers", 200] }, () => ListEngagementMembersRequest$, () => ListEngagementMembersResponse$
1665
- ];
1666
- var ListEngagementResourceAssociations$ = [9, n0, _LERA,
1667
- { [_h]: ["POST", "/ListEngagementResourceAssociations", 200] }, () => ListEngagementResourceAssociationsRequest$, () => ListEngagementResourceAssociationsResponse$
1668
- ];
1669
- var ListEngagements$ = [9, n0, _LE,
1670
- { [_h]: ["POST", "/ListEngagements", 200] }, () => ListEngagementsRequest$, () => ListEngagementsResponse$
1671
- ];
1672
- var ListOpportunities$ = [9, n0, _LO,
1673
- { [_h]: ["POST", "/ListOpportunities", 200] }, () => ListOpportunitiesRequest$, () => ListOpportunitiesResponse$
1674
- ];
1675
- var ListOpportunityFromEngagementTasks$ = [9, n0, _LOFET,
1676
- { [_h]: ["POST", "/ListOpportunityFromEngagementTasks", 200] }, () => ListOpportunityFromEngagementTasksRequest$, () => ListOpportunityFromEngagementTasksResponse$
1677
- ];
1678
- var ListResourceSnapshotJobs$ = [9, n0, _LRSJ,
1679
- { [_h]: ["POST", "/ListResourceSnapshotJobs", 200] }, () => ListResourceSnapshotJobsRequest$, () => ListResourceSnapshotJobsResponse$
1680
- ];
1681
- var ListResourceSnapshots$ = [9, n0, _LRS,
1682
- { [_h]: ["POST", "/ListResourceSnapshots", 200] }, () => ListResourceSnapshotsRequest$, () => ListResourceSnapshotsResponse$
1683
- ];
1684
- var ListSolutions$ = [9, n0, _LS,
1685
- { [_h]: ["POST", "/ListSolutions", 200] }, () => ListSolutionsRequest$, () => ListSolutionsResponse$
1686
- ];
1687
- var ListTagsForResource$ = [9, n0, _LTFR,
1688
- { [_h]: ["POST", "/ListTagsForResource", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
1689
- ];
1690
- var PutSellingSystemSettings$ = [9, n0, _PSSS,
1691
- { [_h]: ["POST", "/PutSellingSystemSettings", 200] }, () => PutSellingSystemSettingsRequest$, () => PutSellingSystemSettingsResponse$
1692
- ];
1693
- var RejectEngagementInvitation$ = [9, n0, _REIej,
1694
- { [_h]: ["POST", "/RejectEngagementInvitation", 200] }, () => RejectEngagementInvitationRequest$, () => __Unit
1695
- ];
1696
- var StartEngagementByAcceptingInvitationTask$ = [9, n0, _SEBAIT,
1697
- { [_h]: ["POST", "/StartEngagementByAcceptingInvitationTask", 200] }, () => StartEngagementByAcceptingInvitationTaskRequest$, () => StartEngagementByAcceptingInvitationTaskResponse$
1698
- ];
1699
- var StartEngagementFromOpportunityTask$ = [9, n0, _SEFOT,
1700
- { [_h]: ["POST", "/StartEngagementFromOpportunityTask", 200] }, () => StartEngagementFromOpportunityTaskRequest$, () => StartEngagementFromOpportunityTaskResponse$
1701
- ];
1702
- var StartOpportunityFromEngagementTask$ = [9, n0, _SOFET,
1703
- { [_h]: ["POST", "/StartOpportunityFromEngagementTask", 200] }, () => StartOpportunityFromEngagementTaskRequest$, () => StartOpportunityFromEngagementTaskResponse$
1704
- ];
1705
- var StartResourceSnapshotJob$ = [9, n0, _SRSJ,
1706
- { [_h]: ["POST", "/StartResourceSnapshotJob", 204] }, () => StartResourceSnapshotJobRequest$, () => __Unit
1707
- ];
1708
- var StopResourceSnapshotJob$ = [9, n0, _SRSJt,
1709
- { [_h]: ["POST", "/StopResourceSnapshotJob", 204] }, () => StopResourceSnapshotJobRequest$, () => __Unit
1710
- ];
1711
- var SubmitOpportunity$ = [9, n0, _SOu,
1712
- { [_h]: ["POST", "/SubmitOpportunity", 200] }, () => SubmitOpportunityRequest$, () => __Unit
1713
- ];
1714
- var TagResource$ = [9, n0, _TR,
1715
- { [_h]: ["POST", "/TagResource", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
1716
- ];
1717
- var UntagResource$ = [9, n0, _UR,
1718
- { [_h]: ["POST", "/UntagResource", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
1719
- ];
1720
- var UpdateEngagementContext$ = [9, n0, _UEC,
1721
- { [_h]: ["POST", "/UpdateEngagementContext", 200] }, () => UpdateEngagementContextRequest$, () => UpdateEngagementContextResponse$
1722
- ];
1723
- var UpdateOpportunity$ = [9, n0, _UO,
1724
- { [_h]: ["POST", "/UpdateOpportunity", 200] }, () => UpdateOpportunityRequest$, () => UpdateOpportunityResponse$
1725
- ];
1726
-
1727
114
  class AcceptEngagementInvitationCommand extends smithyClient.Command
1728
115
  .classBuilder()
1729
116
  .ep(commonParams)
@@ -1732,7 +119,7 @@ class AcceptEngagementInvitationCommand extends smithyClient.Command
1732
119
  })
1733
120
  .s("AWSPartnerCentralSelling", "AcceptEngagementInvitation", {})
1734
121
  .n("PartnerCentralSellingClient", "AcceptEngagementInvitationCommand")
1735
- .sc(AcceptEngagementInvitation$)
122
+ .sc(schemas_0.AcceptEngagementInvitation$)
1736
123
  .build() {
1737
124
  }
1738
125
 
@@ -1744,7 +131,7 @@ class AssignOpportunityCommand extends smithyClient.Command
1744
131
  })
1745
132
  .s("AWSPartnerCentralSelling", "AssignOpportunity", {})
1746
133
  .n("PartnerCentralSellingClient", "AssignOpportunityCommand")
1747
- .sc(AssignOpportunity$)
134
+ .sc(schemas_0.AssignOpportunity$)
1748
135
  .build() {
1749
136
  }
1750
137
 
@@ -1756,7 +143,7 @@ class AssociateOpportunityCommand extends smithyClient.Command
1756
143
  })
1757
144
  .s("AWSPartnerCentralSelling", "AssociateOpportunity", {})
1758
145
  .n("PartnerCentralSellingClient", "AssociateOpportunityCommand")
1759
- .sc(AssociateOpportunity$)
146
+ .sc(schemas_0.AssociateOpportunity$)
1760
147
  .build() {
1761
148
  }
1762
149
 
@@ -1768,7 +155,7 @@ class CreateEngagementCommand extends smithyClient.Command
1768
155
  })
1769
156
  .s("AWSPartnerCentralSelling", "CreateEngagement", {})
1770
157
  .n("PartnerCentralSellingClient", "CreateEngagementCommand")
1771
- .sc(CreateEngagement$)
158
+ .sc(schemas_0.CreateEngagement$)
1772
159
  .build() {
1773
160
  }
1774
161
 
@@ -1780,7 +167,7 @@ class CreateEngagementContextCommand extends smithyClient.Command
1780
167
  })
1781
168
  .s("AWSPartnerCentralSelling", "CreateEngagementContext", {})
1782
169
  .n("PartnerCentralSellingClient", "CreateEngagementContextCommand")
1783
- .sc(CreateEngagementContext$)
170
+ .sc(schemas_0.CreateEngagementContext$)
1784
171
  .build() {
1785
172
  }
1786
173
 
@@ -1792,7 +179,7 @@ class CreateEngagementInvitationCommand extends smithyClient.Command
1792
179
  })
1793
180
  .s("AWSPartnerCentralSelling", "CreateEngagementInvitation", {})
1794
181
  .n("PartnerCentralSellingClient", "CreateEngagementInvitationCommand")
1795
- .sc(CreateEngagementInvitation$)
182
+ .sc(schemas_0.CreateEngagementInvitation$)
1796
183
  .build() {
1797
184
  }
1798
185
 
@@ -1804,7 +191,7 @@ class CreateOpportunityCommand extends smithyClient.Command
1804
191
  })
1805
192
  .s("AWSPartnerCentralSelling", "CreateOpportunity", {})
1806
193
  .n("PartnerCentralSellingClient", "CreateOpportunityCommand")
1807
- .sc(CreateOpportunity$)
194
+ .sc(schemas_0.CreateOpportunity$)
1808
195
  .build() {
1809
196
  }
1810
197
 
@@ -1816,7 +203,7 @@ class CreateResourceSnapshotCommand extends smithyClient.Command
1816
203
  })
1817
204
  .s("AWSPartnerCentralSelling", "CreateResourceSnapshot", {})
1818
205
  .n("PartnerCentralSellingClient", "CreateResourceSnapshotCommand")
1819
- .sc(CreateResourceSnapshot$)
206
+ .sc(schemas_0.CreateResourceSnapshot$)
1820
207
  .build() {
1821
208
  }
1822
209
 
@@ -1828,7 +215,7 @@ class CreateResourceSnapshotJobCommand extends smithyClient.Command
1828
215
  })
1829
216
  .s("AWSPartnerCentralSelling", "CreateResourceSnapshotJob", {})
1830
217
  .n("PartnerCentralSellingClient", "CreateResourceSnapshotJobCommand")
1831
- .sc(CreateResourceSnapshotJob$)
218
+ .sc(schemas_0.CreateResourceSnapshotJob$)
1832
219
  .build() {
1833
220
  }
1834
221
 
@@ -1840,7 +227,7 @@ class DeleteResourceSnapshotJobCommand extends smithyClient.Command
1840
227
  })
1841
228
  .s("AWSPartnerCentralSelling", "DeleteResourceSnapshotJob", {})
1842
229
  .n("PartnerCentralSellingClient", "DeleteResourceSnapshotJobCommand")
1843
- .sc(DeleteResourceSnapshotJob$)
230
+ .sc(schemas_0.DeleteResourceSnapshotJob$)
1844
231
  .build() {
1845
232
  }
1846
233
 
@@ -1852,7 +239,7 @@ class DisassociateOpportunityCommand extends smithyClient.Command
1852
239
  })
1853
240
  .s("AWSPartnerCentralSelling", "DisassociateOpportunity", {})
1854
241
  .n("PartnerCentralSellingClient", "DisassociateOpportunityCommand")
1855
- .sc(DisassociateOpportunity$)
242
+ .sc(schemas_0.DisassociateOpportunity$)
1856
243
  .build() {
1857
244
  }
1858
245
 
@@ -1864,7 +251,7 @@ class GetAwsOpportunitySummaryCommand extends smithyClient.Command
1864
251
  })
1865
252
  .s("AWSPartnerCentralSelling", "GetAwsOpportunitySummary", {})
1866
253
  .n("PartnerCentralSellingClient", "GetAwsOpportunitySummaryCommand")
1867
- .sc(GetAwsOpportunitySummary$)
254
+ .sc(schemas_0.GetAwsOpportunitySummary$)
1868
255
  .build() {
1869
256
  }
1870
257
 
@@ -1876,7 +263,7 @@ class GetEngagementCommand extends smithyClient.Command
1876
263
  })
1877
264
  .s("AWSPartnerCentralSelling", "GetEngagement", {})
1878
265
  .n("PartnerCentralSellingClient", "GetEngagementCommand")
1879
- .sc(GetEngagement$)
266
+ .sc(schemas_0.GetEngagement$)
1880
267
  .build() {
1881
268
  }
1882
269
 
@@ -1888,7 +275,7 @@ class GetEngagementInvitationCommand extends smithyClient.Command
1888
275
  })
1889
276
  .s("AWSPartnerCentralSelling", "GetEngagementInvitation", {})
1890
277
  .n("PartnerCentralSellingClient", "GetEngagementInvitationCommand")
1891
- .sc(GetEngagementInvitation$)
278
+ .sc(schemas_0.GetEngagementInvitation$)
1892
279
  .build() {
1893
280
  }
1894
281
 
@@ -1900,7 +287,7 @@ class GetOpportunityCommand extends smithyClient.Command
1900
287
  })
1901
288
  .s("AWSPartnerCentralSelling", "GetOpportunity", {})
1902
289
  .n("PartnerCentralSellingClient", "GetOpportunityCommand")
1903
- .sc(GetOpportunity$)
290
+ .sc(schemas_0.GetOpportunity$)
1904
291
  .build() {
1905
292
  }
1906
293
 
@@ -1912,7 +299,7 @@ class GetResourceSnapshotCommand extends smithyClient.Command
1912
299
  })
1913
300
  .s("AWSPartnerCentralSelling", "GetResourceSnapshot", {})
1914
301
  .n("PartnerCentralSellingClient", "GetResourceSnapshotCommand")
1915
- .sc(GetResourceSnapshot$)
302
+ .sc(schemas_0.GetResourceSnapshot$)
1916
303
  .build() {
1917
304
  }
1918
305
 
@@ -1924,7 +311,7 @@ class GetResourceSnapshotJobCommand extends smithyClient.Command
1924
311
  })
1925
312
  .s("AWSPartnerCentralSelling", "GetResourceSnapshotJob", {})
1926
313
  .n("PartnerCentralSellingClient", "GetResourceSnapshotJobCommand")
1927
- .sc(GetResourceSnapshotJob$)
314
+ .sc(schemas_0.GetResourceSnapshotJob$)
1928
315
  .build() {
1929
316
  }
1930
317
 
@@ -1936,7 +323,7 @@ class GetSellingSystemSettingsCommand extends smithyClient.Command
1936
323
  })
1937
324
  .s("AWSPartnerCentralSelling", "GetSellingSystemSettings", {})
1938
325
  .n("PartnerCentralSellingClient", "GetSellingSystemSettingsCommand")
1939
- .sc(GetSellingSystemSettings$)
326
+ .sc(schemas_0.GetSellingSystemSettings$)
1940
327
  .build() {
1941
328
  }
1942
329
 
@@ -1948,7 +335,7 @@ class ListEngagementByAcceptingInvitationTasksCommand extends smithyClient.Comma
1948
335
  })
1949
336
  .s("AWSPartnerCentralSelling", "ListEngagementByAcceptingInvitationTasks", {})
1950
337
  .n("PartnerCentralSellingClient", "ListEngagementByAcceptingInvitationTasksCommand")
1951
- .sc(ListEngagementByAcceptingInvitationTasks$)
338
+ .sc(schemas_0.ListEngagementByAcceptingInvitationTasks$)
1952
339
  .build() {
1953
340
  }
1954
341
 
@@ -1960,7 +347,7 @@ class ListEngagementFromOpportunityTasksCommand extends smithyClient.Command
1960
347
  })
1961
348
  .s("AWSPartnerCentralSelling", "ListEngagementFromOpportunityTasks", {})
1962
349
  .n("PartnerCentralSellingClient", "ListEngagementFromOpportunityTasksCommand")
1963
- .sc(ListEngagementFromOpportunityTasks$)
350
+ .sc(schemas_0.ListEngagementFromOpportunityTasks$)
1964
351
  .build() {
1965
352
  }
1966
353
 
@@ -1972,7 +359,7 @@ class ListEngagementInvitationsCommand extends smithyClient.Command
1972
359
  })
1973
360
  .s("AWSPartnerCentralSelling", "ListEngagementInvitations", {})
1974
361
  .n("PartnerCentralSellingClient", "ListEngagementInvitationsCommand")
1975
- .sc(ListEngagementInvitations$)
362
+ .sc(schemas_0.ListEngagementInvitations$)
1976
363
  .build() {
1977
364
  }
1978
365
 
@@ -1984,7 +371,7 @@ class ListEngagementMembersCommand extends smithyClient.Command
1984
371
  })
1985
372
  .s("AWSPartnerCentralSelling", "ListEngagementMembers", {})
1986
373
  .n("PartnerCentralSellingClient", "ListEngagementMembersCommand")
1987
- .sc(ListEngagementMembers$)
374
+ .sc(schemas_0.ListEngagementMembers$)
1988
375
  .build() {
1989
376
  }
1990
377
 
@@ -1996,7 +383,7 @@ class ListEngagementResourceAssociationsCommand extends smithyClient.Command
1996
383
  })
1997
384
  .s("AWSPartnerCentralSelling", "ListEngagementResourceAssociations", {})
1998
385
  .n("PartnerCentralSellingClient", "ListEngagementResourceAssociationsCommand")
1999
- .sc(ListEngagementResourceAssociations$)
386
+ .sc(schemas_0.ListEngagementResourceAssociations$)
2000
387
  .build() {
2001
388
  }
2002
389
 
@@ -2008,7 +395,7 @@ class ListEngagementsCommand extends smithyClient.Command
2008
395
  })
2009
396
  .s("AWSPartnerCentralSelling", "ListEngagements", {})
2010
397
  .n("PartnerCentralSellingClient", "ListEngagementsCommand")
2011
- .sc(ListEngagements$)
398
+ .sc(schemas_0.ListEngagements$)
2012
399
  .build() {
2013
400
  }
2014
401
 
@@ -2020,7 +407,7 @@ class ListOpportunitiesCommand extends smithyClient.Command
2020
407
  })
2021
408
  .s("AWSPartnerCentralSelling", "ListOpportunities", {})
2022
409
  .n("PartnerCentralSellingClient", "ListOpportunitiesCommand")
2023
- .sc(ListOpportunities$)
410
+ .sc(schemas_0.ListOpportunities$)
2024
411
  .build() {
2025
412
  }
2026
413
 
@@ -2032,7 +419,7 @@ class ListOpportunityFromEngagementTasksCommand extends smithyClient.Command
2032
419
  })
2033
420
  .s("AWSPartnerCentralSelling", "ListOpportunityFromEngagementTasks", {})
2034
421
  .n("PartnerCentralSellingClient", "ListOpportunityFromEngagementTasksCommand")
2035
- .sc(ListOpportunityFromEngagementTasks$)
422
+ .sc(schemas_0.ListOpportunityFromEngagementTasks$)
2036
423
  .build() {
2037
424
  }
2038
425
 
@@ -2044,7 +431,7 @@ class ListResourceSnapshotJobsCommand extends smithyClient.Command
2044
431
  })
2045
432
  .s("AWSPartnerCentralSelling", "ListResourceSnapshotJobs", {})
2046
433
  .n("PartnerCentralSellingClient", "ListResourceSnapshotJobsCommand")
2047
- .sc(ListResourceSnapshotJobs$)
434
+ .sc(schemas_0.ListResourceSnapshotJobs$)
2048
435
  .build() {
2049
436
  }
2050
437
 
@@ -2056,7 +443,7 @@ class ListResourceSnapshotsCommand extends smithyClient.Command
2056
443
  })
2057
444
  .s("AWSPartnerCentralSelling", "ListResourceSnapshots", {})
2058
445
  .n("PartnerCentralSellingClient", "ListResourceSnapshotsCommand")
2059
- .sc(ListResourceSnapshots$)
446
+ .sc(schemas_0.ListResourceSnapshots$)
2060
447
  .build() {
2061
448
  }
2062
449
 
@@ -2068,7 +455,7 @@ class ListSolutionsCommand extends smithyClient.Command
2068
455
  })
2069
456
  .s("AWSPartnerCentralSelling", "ListSolutions", {})
2070
457
  .n("PartnerCentralSellingClient", "ListSolutionsCommand")
2071
- .sc(ListSolutions$)
458
+ .sc(schemas_0.ListSolutions$)
2072
459
  .build() {
2073
460
  }
2074
461
 
@@ -2080,7 +467,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
2080
467
  })
2081
468
  .s("AWSPartnerCentralSelling", "ListTagsForResource", {})
2082
469
  .n("PartnerCentralSellingClient", "ListTagsForResourceCommand")
2083
- .sc(ListTagsForResource$)
470
+ .sc(schemas_0.ListTagsForResource$)
2084
471
  .build() {
2085
472
  }
2086
473
 
@@ -2092,7 +479,7 @@ class PutSellingSystemSettingsCommand extends smithyClient.Command
2092
479
  })
2093
480
  .s("AWSPartnerCentralSelling", "PutSellingSystemSettings", {})
2094
481
  .n("PartnerCentralSellingClient", "PutSellingSystemSettingsCommand")
2095
- .sc(PutSellingSystemSettings$)
482
+ .sc(schemas_0.PutSellingSystemSettings$)
2096
483
  .build() {
2097
484
  }
2098
485
 
@@ -2104,7 +491,7 @@ class RejectEngagementInvitationCommand extends smithyClient.Command
2104
491
  })
2105
492
  .s("AWSPartnerCentralSelling", "RejectEngagementInvitation", {})
2106
493
  .n("PartnerCentralSellingClient", "RejectEngagementInvitationCommand")
2107
- .sc(RejectEngagementInvitation$)
494
+ .sc(schemas_0.RejectEngagementInvitation$)
2108
495
  .build() {
2109
496
  }
2110
497
 
@@ -2116,7 +503,7 @@ class StartEngagementByAcceptingInvitationTaskCommand extends smithyClient.Comma
2116
503
  })
2117
504
  .s("AWSPartnerCentralSelling", "StartEngagementByAcceptingInvitationTask", {})
2118
505
  .n("PartnerCentralSellingClient", "StartEngagementByAcceptingInvitationTaskCommand")
2119
- .sc(StartEngagementByAcceptingInvitationTask$)
506
+ .sc(schemas_0.StartEngagementByAcceptingInvitationTask$)
2120
507
  .build() {
2121
508
  }
2122
509
 
@@ -2128,7 +515,7 @@ class StartEngagementFromOpportunityTaskCommand extends smithyClient.Command
2128
515
  })
2129
516
  .s("AWSPartnerCentralSelling", "StartEngagementFromOpportunityTask", {})
2130
517
  .n("PartnerCentralSellingClient", "StartEngagementFromOpportunityTaskCommand")
2131
- .sc(StartEngagementFromOpportunityTask$)
518
+ .sc(schemas_0.StartEngagementFromOpportunityTask$)
2132
519
  .build() {
2133
520
  }
2134
521
 
@@ -2140,7 +527,7 @@ class StartOpportunityFromEngagementTaskCommand extends smithyClient.Command
2140
527
  })
2141
528
  .s("AWSPartnerCentralSelling", "StartOpportunityFromEngagementTask", {})
2142
529
  .n("PartnerCentralSellingClient", "StartOpportunityFromEngagementTaskCommand")
2143
- .sc(StartOpportunityFromEngagementTask$)
530
+ .sc(schemas_0.StartOpportunityFromEngagementTask$)
2144
531
  .build() {
2145
532
  }
2146
533
 
@@ -2152,7 +539,7 @@ class StartResourceSnapshotJobCommand extends smithyClient.Command
2152
539
  })
2153
540
  .s("AWSPartnerCentralSelling", "StartResourceSnapshotJob", {})
2154
541
  .n("PartnerCentralSellingClient", "StartResourceSnapshotJobCommand")
2155
- .sc(StartResourceSnapshotJob$)
542
+ .sc(schemas_0.StartResourceSnapshotJob$)
2156
543
  .build() {
2157
544
  }
2158
545
 
@@ -2164,7 +551,7 @@ class StopResourceSnapshotJobCommand extends smithyClient.Command
2164
551
  })
2165
552
  .s("AWSPartnerCentralSelling", "StopResourceSnapshotJob", {})
2166
553
  .n("PartnerCentralSellingClient", "StopResourceSnapshotJobCommand")
2167
- .sc(StopResourceSnapshotJob$)
554
+ .sc(schemas_0.StopResourceSnapshotJob$)
2168
555
  .build() {
2169
556
  }
2170
557
 
@@ -2176,7 +563,7 @@ class SubmitOpportunityCommand extends smithyClient.Command
2176
563
  })
2177
564
  .s("AWSPartnerCentralSelling", "SubmitOpportunity", {})
2178
565
  .n("PartnerCentralSellingClient", "SubmitOpportunityCommand")
2179
- .sc(SubmitOpportunity$)
566
+ .sc(schemas_0.SubmitOpportunity$)
2180
567
  .build() {
2181
568
  }
2182
569
 
@@ -2188,7 +575,7 @@ class TagResourceCommand extends smithyClient.Command
2188
575
  })
2189
576
  .s("AWSPartnerCentralSelling", "TagResource", {})
2190
577
  .n("PartnerCentralSellingClient", "TagResourceCommand")
2191
- .sc(TagResource$)
578
+ .sc(schemas_0.TagResource$)
2192
579
  .build() {
2193
580
  }
2194
581
 
@@ -2200,7 +587,7 @@ class UntagResourceCommand extends smithyClient.Command
2200
587
  })
2201
588
  .s("AWSPartnerCentralSelling", "UntagResource", {})
2202
589
  .n("PartnerCentralSellingClient", "UntagResourceCommand")
2203
- .sc(UntagResource$)
590
+ .sc(schemas_0.UntagResource$)
2204
591
  .build() {
2205
592
  }
2206
593
 
@@ -2212,7 +599,7 @@ class UpdateEngagementContextCommand extends smithyClient.Command
2212
599
  })
2213
600
  .s("AWSPartnerCentralSelling", "UpdateEngagementContext", {})
2214
601
  .n("PartnerCentralSellingClient", "UpdateEngagementContextCommand")
2215
- .sc(UpdateEngagementContext$)
602
+ .sc(schemas_0.UpdateEngagementContext$)
2216
603
  .build() {
2217
604
  }
2218
605
 
@@ -2224,7 +611,7 @@ class UpdateOpportunityCommand extends smithyClient.Command
2224
611
  })
2225
612
  .s("AWSPartnerCentralSelling", "UpdateOpportunity", {})
2226
613
  .n("PartnerCentralSellingClient", "UpdateOpportunityCommand")
2227
- .sc(UpdateOpportunity$)
614
+ .sc(schemas_0.UpdateOpportunity$)
2228
615
  .build() {
2229
616
  }
2230
617
 
@@ -3132,306 +1519,99 @@ Object.defineProperty(exports, "__Client", {
3132
1519
  enumerable: true,
3133
1520
  get: function () { return smithyClient.Client; }
3134
1521
  });
3135
- exports.AcceptEngagementInvitation$ = AcceptEngagementInvitation$;
1522
+ Object.defineProperty(exports, "PartnerCentralSellingServiceException", {
1523
+ enumerable: true,
1524
+ get: function () { return PartnerCentralSellingServiceException.PartnerCentralSellingServiceException; }
1525
+ });
3136
1526
  exports.AcceptEngagementInvitationCommand = AcceptEngagementInvitationCommand;
3137
- exports.AcceptEngagementInvitationRequest$ = AcceptEngagementInvitationRequest$;
3138
- exports.AccessDeniedException = AccessDeniedException;
3139
- exports.AccessDeniedException$ = AccessDeniedException$;
3140
1527
  exports.AccessDeniedExceptionErrorCode = AccessDeniedExceptionErrorCode;
3141
- exports.Account$ = Account$;
3142
- exports.AccountReceiver$ = AccountReceiver$;
3143
- exports.AccountSummary$ = AccountSummary$;
3144
- exports.Address$ = Address$;
3145
- exports.AddressSummary$ = AddressSummary$;
3146
- exports.AssignOpportunity$ = AssignOpportunity$;
3147
1528
  exports.AssignOpportunityCommand = AssignOpportunityCommand;
3148
- exports.AssignOpportunityRequest$ = AssignOpportunityRequest$;
3149
- exports.AssigneeContact$ = AssigneeContact$;
3150
- exports.AssociateOpportunity$ = AssociateOpportunity$;
3151
1529
  exports.AssociateOpportunityCommand = AssociateOpportunityCommand;
3152
- exports.AssociateOpportunityRequest$ = AssociateOpportunityRequest$;
3153
1530
  exports.AwsClosedLostReason = AwsClosedLostReason;
3154
1531
  exports.AwsFundingUsed = AwsFundingUsed;
3155
1532
  exports.AwsMemberBusinessTitle = AwsMemberBusinessTitle;
3156
- exports.AwsOpportunityCustomer$ = AwsOpportunityCustomer$;
3157
- exports.AwsOpportunityInsights$ = AwsOpportunityInsights$;
3158
- exports.AwsOpportunityLifeCycle$ = AwsOpportunityLifeCycle$;
3159
- exports.AwsOpportunityProject$ = AwsOpportunityProject$;
3160
- exports.AwsOpportunityRelatedEntities$ = AwsOpportunityRelatedEntities$;
3161
1533
  exports.AwsOpportunityStage = AwsOpportunityStage;
3162
- exports.AwsOpportunitySummaryFullView$ = AwsOpportunitySummaryFullView$;
3163
1534
  exports.AwsPartition = AwsPartition;
3164
- exports.AwsProductDetails$ = AwsProductDetails$;
3165
- exports.AwsProductInsights$ = AwsProductInsights$;
3166
- exports.AwsProductOptimization$ = AwsProductOptimization$;
3167
- exports.AwsProductsSpendInsightsBySource$ = AwsProductsSpendInsightsBySource$;
3168
- exports.AwsSubmission$ = AwsSubmission$;
3169
- exports.AwsTeamMember$ = AwsTeamMember$;
3170
1535
  exports.Channel = Channel;
3171
1536
  exports.ClosedLostReason = ClosedLostReason;
3172
1537
  exports.CompetitorName = CompetitorName;
3173
- exports.ConflictException = ConflictException;
3174
- exports.ConflictException$ = ConflictException$;
3175
- exports.Contact$ = Contact$;
3176
1538
  exports.CountryCode = CountryCode;
3177
- exports.CreateEngagement$ = CreateEngagement$;
3178
1539
  exports.CreateEngagementCommand = CreateEngagementCommand;
3179
- exports.CreateEngagementContext$ = CreateEngagementContext$;
3180
1540
  exports.CreateEngagementContextCommand = CreateEngagementContextCommand;
3181
- exports.CreateEngagementContextRequest$ = CreateEngagementContextRequest$;
3182
- exports.CreateEngagementContextResponse$ = CreateEngagementContextResponse$;
3183
- exports.CreateEngagementInvitation$ = CreateEngagementInvitation$;
3184
1541
  exports.CreateEngagementInvitationCommand = CreateEngagementInvitationCommand;
3185
- exports.CreateEngagementInvitationRequest$ = CreateEngagementInvitationRequest$;
3186
- exports.CreateEngagementInvitationResponse$ = CreateEngagementInvitationResponse$;
3187
- exports.CreateEngagementRequest$ = CreateEngagementRequest$;
3188
- exports.CreateEngagementResponse$ = CreateEngagementResponse$;
3189
- exports.CreateOpportunity$ = CreateOpportunity$;
3190
1542
  exports.CreateOpportunityCommand = CreateOpportunityCommand;
3191
- exports.CreateOpportunityRequest$ = CreateOpportunityRequest$;
3192
- exports.CreateOpportunityResponse$ = CreateOpportunityResponse$;
3193
- exports.CreateResourceSnapshot$ = CreateResourceSnapshot$;
3194
1543
  exports.CreateResourceSnapshotCommand = CreateResourceSnapshotCommand;
3195
- exports.CreateResourceSnapshotJob$ = CreateResourceSnapshotJob$;
3196
1544
  exports.CreateResourceSnapshotJobCommand = CreateResourceSnapshotJobCommand;
3197
- exports.CreateResourceSnapshotJobRequest$ = CreateResourceSnapshotJobRequest$;
3198
- exports.CreateResourceSnapshotJobResponse$ = CreateResourceSnapshotJobResponse$;
3199
- exports.CreateResourceSnapshotRequest$ = CreateResourceSnapshotRequest$;
3200
- exports.CreateResourceSnapshotResponse$ = CreateResourceSnapshotResponse$;
3201
- exports.CreatedDateFilter$ = CreatedDateFilter$;
3202
1545
  exports.CurrencyCode = CurrencyCode;
3203
- exports.Customer$ = Customer$;
3204
- exports.CustomerProjectsContext$ = CustomerProjectsContext$;
3205
- exports.CustomerSummary$ = CustomerSummary$;
3206
- exports.DeleteResourceSnapshotJob$ = DeleteResourceSnapshotJob$;
3207
1546
  exports.DeleteResourceSnapshotJobCommand = DeleteResourceSnapshotJobCommand;
3208
- exports.DeleteResourceSnapshotJobRequest$ = DeleteResourceSnapshotJobRequest$;
3209
1547
  exports.DeliveryModel = DeliveryModel;
3210
- exports.DisassociateOpportunity$ = DisassociateOpportunity$;
3211
1548
  exports.DisassociateOpportunityCommand = DisassociateOpportunityCommand;
3212
- exports.DisassociateOpportunityRequest$ = DisassociateOpportunityRequest$;
3213
- exports.EngagementContextDetails$ = EngagementContextDetails$;
3214
- exports.EngagementContextPayload$ = EngagementContextPayload$;
3215
1549
  exports.EngagementContextType = EngagementContextType;
3216
- exports.EngagementCustomer$ = EngagementCustomer$;
3217
- exports.EngagementCustomerProjectDetails$ = EngagementCustomerProjectDetails$;
3218
1550
  exports.EngagementInvitationPayloadType = EngagementInvitationPayloadType;
3219
- exports.EngagementInvitationSummary$ = EngagementInvitationSummary$;
3220
- exports.EngagementMember$ = EngagementMember$;
3221
- exports.EngagementMemberSummary$ = EngagementMemberSummary$;
3222
- exports.EngagementResourceAssociationSummary$ = EngagementResourceAssociationSummary$;
3223
1551
  exports.EngagementScore = EngagementScore;
3224
- exports.EngagementSort$ = EngagementSort$;
3225
1552
  exports.EngagementSortName = EngagementSortName;
3226
- exports.EngagementSummary$ = EngagementSummary$;
3227
- exports.ExpectedCustomerSpend$ = ExpectedCustomerSpend$;
3228
- exports.GetAwsOpportunitySummary$ = GetAwsOpportunitySummary$;
3229
1553
  exports.GetAwsOpportunitySummaryCommand = GetAwsOpportunitySummaryCommand;
3230
- exports.GetAwsOpportunitySummaryRequest$ = GetAwsOpportunitySummaryRequest$;
3231
- exports.GetAwsOpportunitySummaryResponse$ = GetAwsOpportunitySummaryResponse$;
3232
- exports.GetEngagement$ = GetEngagement$;
3233
1554
  exports.GetEngagementCommand = GetEngagementCommand;
3234
- exports.GetEngagementInvitation$ = GetEngagementInvitation$;
3235
1555
  exports.GetEngagementInvitationCommand = GetEngagementInvitationCommand;
3236
- exports.GetEngagementInvitationRequest$ = GetEngagementInvitationRequest$;
3237
- exports.GetEngagementInvitationResponse$ = GetEngagementInvitationResponse$;
3238
- exports.GetEngagementRequest$ = GetEngagementRequest$;
3239
- exports.GetEngagementResponse$ = GetEngagementResponse$;
3240
- exports.GetOpportunity$ = GetOpportunity$;
3241
1556
  exports.GetOpportunityCommand = GetOpportunityCommand;
3242
- exports.GetOpportunityRequest$ = GetOpportunityRequest$;
3243
- exports.GetOpportunityResponse$ = GetOpportunityResponse$;
3244
- exports.GetResourceSnapshot$ = GetResourceSnapshot$;
3245
1557
  exports.GetResourceSnapshotCommand = GetResourceSnapshotCommand;
3246
- exports.GetResourceSnapshotJob$ = GetResourceSnapshotJob$;
3247
1558
  exports.GetResourceSnapshotJobCommand = GetResourceSnapshotJobCommand;
3248
- exports.GetResourceSnapshotJobRequest$ = GetResourceSnapshotJobRequest$;
3249
- exports.GetResourceSnapshotJobResponse$ = GetResourceSnapshotJobResponse$;
3250
- exports.GetResourceSnapshotRequest$ = GetResourceSnapshotRequest$;
3251
- exports.GetResourceSnapshotResponse$ = GetResourceSnapshotResponse$;
3252
- exports.GetSellingSystemSettings$ = GetSellingSystemSettings$;
3253
1559
  exports.GetSellingSystemSettingsCommand = GetSellingSystemSettingsCommand;
3254
- exports.GetSellingSystemSettingsRequest$ = GetSellingSystemSettingsRequest$;
3255
- exports.GetSellingSystemSettingsResponse$ = GetSellingSystemSettingsResponse$;
3256
1560
  exports.Industry = Industry;
3257
- exports.InternalServerException = InternalServerException;
3258
- exports.InternalServerException$ = InternalServerException$;
3259
- exports.Invitation$ = Invitation$;
3260
1561
  exports.InvitationStatus = InvitationStatus;
3261
1562
  exports.InvolvementTypeChangeReason = InvolvementTypeChangeReason;
3262
- exports.LastModifiedDate$ = LastModifiedDate$;
3263
- exports.LeadContact$ = LeadContact$;
3264
- exports.LeadContext$ = LeadContext$;
3265
- exports.LeadCustomer$ = LeadCustomer$;
3266
- exports.LeadInteraction$ = LeadInteraction$;
3267
- exports.LeadInvitationCustomer$ = LeadInvitationCustomer$;
3268
- exports.LeadInvitationInteraction$ = LeadInvitationInteraction$;
3269
- exports.LeadInvitationPayload$ = LeadInvitationPayload$;
3270
- exports.LifeCycle$ = LifeCycle$;
3271
- exports.LifeCycleForView$ = LifeCycleForView$;
3272
- exports.LifeCycleSummary$ = LifeCycleSummary$;
3273
- exports.ListEngagementByAcceptingInvitationTaskSummary$ = ListEngagementByAcceptingInvitationTaskSummary$;
3274
- exports.ListEngagementByAcceptingInvitationTasks$ = ListEngagementByAcceptingInvitationTasks$;
3275
1563
  exports.ListEngagementByAcceptingInvitationTasksCommand = ListEngagementByAcceptingInvitationTasksCommand;
3276
- exports.ListEngagementByAcceptingInvitationTasksRequest$ = ListEngagementByAcceptingInvitationTasksRequest$;
3277
- exports.ListEngagementByAcceptingInvitationTasksResponse$ = ListEngagementByAcceptingInvitationTasksResponse$;
3278
- exports.ListEngagementFromOpportunityTaskSummary$ = ListEngagementFromOpportunityTaskSummary$;
3279
- exports.ListEngagementFromOpportunityTasks$ = ListEngagementFromOpportunityTasks$;
3280
1564
  exports.ListEngagementFromOpportunityTasksCommand = ListEngagementFromOpportunityTasksCommand;
3281
- exports.ListEngagementFromOpportunityTasksRequest$ = ListEngagementFromOpportunityTasksRequest$;
3282
- exports.ListEngagementFromOpportunityTasksResponse$ = ListEngagementFromOpportunityTasksResponse$;
3283
- exports.ListEngagementInvitations$ = ListEngagementInvitations$;
3284
1565
  exports.ListEngagementInvitationsCommand = ListEngagementInvitationsCommand;
3285
- exports.ListEngagementInvitationsRequest$ = ListEngagementInvitationsRequest$;
3286
- exports.ListEngagementInvitationsResponse$ = ListEngagementInvitationsResponse$;
3287
- exports.ListEngagementMembers$ = ListEngagementMembers$;
3288
1566
  exports.ListEngagementMembersCommand = ListEngagementMembersCommand;
3289
- exports.ListEngagementMembersRequest$ = ListEngagementMembersRequest$;
3290
- exports.ListEngagementMembersResponse$ = ListEngagementMembersResponse$;
3291
- exports.ListEngagementResourceAssociations$ = ListEngagementResourceAssociations$;
3292
1567
  exports.ListEngagementResourceAssociationsCommand = ListEngagementResourceAssociationsCommand;
3293
- exports.ListEngagementResourceAssociationsRequest$ = ListEngagementResourceAssociationsRequest$;
3294
- exports.ListEngagementResourceAssociationsResponse$ = ListEngagementResourceAssociationsResponse$;
3295
- exports.ListEngagements$ = ListEngagements$;
3296
1568
  exports.ListEngagementsCommand = ListEngagementsCommand;
3297
- exports.ListEngagementsRequest$ = ListEngagementsRequest$;
3298
- exports.ListEngagementsResponse$ = ListEngagementsResponse$;
3299
- exports.ListOpportunities$ = ListOpportunities$;
3300
1569
  exports.ListOpportunitiesCommand = ListOpportunitiesCommand;
3301
- exports.ListOpportunitiesRequest$ = ListOpportunitiesRequest$;
3302
- exports.ListOpportunitiesResponse$ = ListOpportunitiesResponse$;
3303
- exports.ListOpportunityFromEngagementTaskSummary$ = ListOpportunityFromEngagementTaskSummary$;
3304
- exports.ListOpportunityFromEngagementTasks$ = ListOpportunityFromEngagementTasks$;
3305
1570
  exports.ListOpportunityFromEngagementTasksCommand = ListOpportunityFromEngagementTasksCommand;
3306
- exports.ListOpportunityFromEngagementTasksRequest$ = ListOpportunityFromEngagementTasksRequest$;
3307
- exports.ListOpportunityFromEngagementTasksResponse$ = ListOpportunityFromEngagementTasksResponse$;
3308
- exports.ListResourceSnapshotJobs$ = ListResourceSnapshotJobs$;
3309
1571
  exports.ListResourceSnapshotJobsCommand = ListResourceSnapshotJobsCommand;
3310
- exports.ListResourceSnapshotJobsRequest$ = ListResourceSnapshotJobsRequest$;
3311
- exports.ListResourceSnapshotJobsResponse$ = ListResourceSnapshotJobsResponse$;
3312
- exports.ListResourceSnapshots$ = ListResourceSnapshots$;
3313
1572
  exports.ListResourceSnapshotsCommand = ListResourceSnapshotsCommand;
3314
- exports.ListResourceSnapshotsRequest$ = ListResourceSnapshotsRequest$;
3315
- exports.ListResourceSnapshotsResponse$ = ListResourceSnapshotsResponse$;
3316
- exports.ListSolutions$ = ListSolutions$;
3317
1573
  exports.ListSolutionsCommand = ListSolutionsCommand;
3318
- exports.ListSolutionsRequest$ = ListSolutionsRequest$;
3319
- exports.ListSolutionsResponse$ = ListSolutionsResponse$;
3320
- exports.ListTagsForResource$ = ListTagsForResource$;
3321
1574
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
3322
- exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
3323
- exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
3324
- exports.ListTasksSortBase$ = ListTasksSortBase$;
3325
1575
  exports.ListTasksSortName = ListTasksSortName;
3326
1576
  exports.MarketSegment = MarketSegment;
3327
- exports.Marketing$ = Marketing$;
3328
1577
  exports.MarketingSource = MarketingSource;
3329
- exports.MonetaryValue$ = MonetaryValue$;
3330
1578
  exports.NationalSecurity = NationalSecurity;
3331
- exports.NextStepsHistory$ = NextStepsHistory$;
3332
- exports.OpportunityEngagementInvitationSort$ = OpportunityEngagementInvitationSort$;
3333
1579
  exports.OpportunityEngagementInvitationSortName = OpportunityEngagementInvitationSortName;
3334
- exports.OpportunityInvitationPayload$ = OpportunityInvitationPayload$;
3335
1580
  exports.OpportunityOrigin = OpportunityOrigin;
3336
- exports.OpportunitySort$ = OpportunitySort$;
3337
1581
  exports.OpportunitySortName = OpportunitySortName;
3338
- exports.OpportunitySummary$ = OpportunitySummary$;
3339
- exports.OpportunitySummaryView$ = OpportunitySummaryView$;
3340
1582
  exports.OpportunityType = OpportunityType;
3341
1583
  exports.ParticipantType = ParticipantType;
3342
1584
  exports.PartnerCentralSelling = PartnerCentralSelling;
3343
1585
  exports.PartnerCentralSellingClient = PartnerCentralSellingClient;
3344
- exports.PartnerCentralSellingServiceException = PartnerCentralSellingServiceException;
3345
- exports.PartnerCentralSellingServiceException$ = PartnerCentralSellingServiceException$;
3346
- exports.Payload$ = Payload$;
3347
1586
  exports.PaymentFrequency = PaymentFrequency;
3348
1587
  exports.PrimaryNeedFromAws = PrimaryNeedFromAws;
3349
- exports.ProfileNextStepsHistory$ = ProfileNextStepsHistory$;
3350
- exports.Project$ = Project$;
3351
- exports.ProjectDetails$ = ProjectDetails$;
3352
- exports.ProjectSummary$ = ProjectSummary$;
3353
- exports.ProjectView$ = ProjectView$;
3354
- exports.PutSellingSystemSettings$ = PutSellingSystemSettings$;
3355
1588
  exports.PutSellingSystemSettingsCommand = PutSellingSystemSettingsCommand;
3356
- exports.PutSellingSystemSettingsRequest$ = PutSellingSystemSettingsRequest$;
3357
- exports.PutSellingSystemSettingsResponse$ = PutSellingSystemSettingsResponse$;
3358
1589
  exports.ReasonCode = ReasonCode;
3359
- exports.Receiver$ = Receiver$;
3360
1590
  exports.ReceiverResponsibility = ReceiverResponsibility;
3361
- exports.RejectEngagementInvitation$ = RejectEngagementInvitation$;
3362
1591
  exports.RejectEngagementInvitationCommand = RejectEngagementInvitationCommand;
3363
- exports.RejectEngagementInvitationRequest$ = RejectEngagementInvitationRequest$;
3364
- exports.RelatedEntityIdentifiers$ = RelatedEntityIdentifiers$;
3365
1592
  exports.RelatedEntityType = RelatedEntityType;
3366
- exports.ResourceNotFoundException = ResourceNotFoundException;
3367
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
3368
1593
  exports.ResourceSnapshotJobStatus = ResourceSnapshotJobStatus;
3369
- exports.ResourceSnapshotJobSummary$ = ResourceSnapshotJobSummary$;
3370
- exports.ResourceSnapshotPayload$ = ResourceSnapshotPayload$;
3371
- exports.ResourceSnapshotSummary$ = ResourceSnapshotSummary$;
3372
1594
  exports.ResourceType = ResourceType;
3373
1595
  exports.RevenueModel = RevenueModel;
3374
1596
  exports.ReviewStatus = ReviewStatus;
3375
1597
  exports.SalesActivity = SalesActivity;
3376
1598
  exports.SalesInvolvementType = SalesInvolvementType;
3377
- exports.SenderContact$ = SenderContact$;
3378
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
3379
- exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
3380
- exports.SoftwareRevenue$ = SoftwareRevenue$;
3381
- exports.SolutionBase$ = SolutionBase$;
3382
- exports.SolutionSort$ = SolutionSort$;
3383
1599
  exports.SolutionSortName = SolutionSortName;
3384
1600
  exports.SolutionStatus = SolutionStatus;
3385
1601
  exports.SortBy = SortBy;
3386
- exports.SortObject$ = SortObject$;
3387
1602
  exports.SortOrder = SortOrder;
3388
1603
  exports.Stage = Stage;
3389
- exports.StartEngagementByAcceptingInvitationTask$ = StartEngagementByAcceptingInvitationTask$;
3390
1604
  exports.StartEngagementByAcceptingInvitationTaskCommand = StartEngagementByAcceptingInvitationTaskCommand;
3391
- exports.StartEngagementByAcceptingInvitationTaskRequest$ = StartEngagementByAcceptingInvitationTaskRequest$;
3392
- exports.StartEngagementByAcceptingInvitationTaskResponse$ = StartEngagementByAcceptingInvitationTaskResponse$;
3393
- exports.StartEngagementFromOpportunityTask$ = StartEngagementFromOpportunityTask$;
3394
1605
  exports.StartEngagementFromOpportunityTaskCommand = StartEngagementFromOpportunityTaskCommand;
3395
- exports.StartEngagementFromOpportunityTaskRequest$ = StartEngagementFromOpportunityTaskRequest$;
3396
- exports.StartEngagementFromOpportunityTaskResponse$ = StartEngagementFromOpportunityTaskResponse$;
3397
- exports.StartOpportunityFromEngagementTask$ = StartOpportunityFromEngagementTask$;
3398
1606
  exports.StartOpportunityFromEngagementTaskCommand = StartOpportunityFromEngagementTaskCommand;
3399
- exports.StartOpportunityFromEngagementTaskRequest$ = StartOpportunityFromEngagementTaskRequest$;
3400
- exports.StartOpportunityFromEngagementTaskResponse$ = StartOpportunityFromEngagementTaskResponse$;
3401
- exports.StartResourceSnapshotJob$ = StartResourceSnapshotJob$;
3402
1607
  exports.StartResourceSnapshotJobCommand = StartResourceSnapshotJobCommand;
3403
- exports.StartResourceSnapshotJobRequest$ = StartResourceSnapshotJobRequest$;
3404
- exports.StopResourceSnapshotJob$ = StopResourceSnapshotJob$;
3405
1608
  exports.StopResourceSnapshotJobCommand = StopResourceSnapshotJobCommand;
3406
- exports.StopResourceSnapshotJobRequest$ = StopResourceSnapshotJobRequest$;
3407
- exports.SubmitOpportunity$ = SubmitOpportunity$;
3408
1609
  exports.SubmitOpportunityCommand = SubmitOpportunityCommand;
3409
- exports.SubmitOpportunityRequest$ = SubmitOpportunityRequest$;
3410
- exports.Tag$ = Tag$;
3411
- exports.TagResource$ = TagResource$;
3412
1610
  exports.TagResourceCommand = TagResourceCommand;
3413
- exports.TagResourceRequest$ = TagResourceRequest$;
3414
- exports.TagResourceResponse$ = TagResourceResponse$;
3415
1611
  exports.TaskStatus = TaskStatus;
3416
- exports.ThrottlingException = ThrottlingException;
3417
- exports.ThrottlingException$ = ThrottlingException$;
3418
- exports.UntagResource$ = UntagResource$;
3419
1612
  exports.UntagResourceCommand = UntagResourceCommand;
3420
- exports.UntagResourceRequest$ = UntagResourceRequest$;
3421
- exports.UntagResourceResponse$ = UntagResourceResponse$;
3422
- exports.UpdateEngagementContext$ = UpdateEngagementContext$;
3423
1613
  exports.UpdateEngagementContextCommand = UpdateEngagementContextCommand;
3424
- exports.UpdateEngagementContextPayload$ = UpdateEngagementContextPayload$;
3425
- exports.UpdateEngagementContextRequest$ = UpdateEngagementContextRequest$;
3426
- exports.UpdateEngagementContextResponse$ = UpdateEngagementContextResponse$;
3427
- exports.UpdateLeadContext$ = UpdateLeadContext$;
3428
- exports.UpdateOpportunity$ = UpdateOpportunity$;
3429
1614
  exports.UpdateOpportunityCommand = UpdateOpportunityCommand;
3430
- exports.UpdateOpportunityRequest$ = UpdateOpportunityRequest$;
3431
- exports.UpdateOpportunityResponse$ = UpdateOpportunityResponse$;
3432
- exports.ValidationException = ValidationException;
3433
- exports.ValidationException$ = ValidationException$;
3434
- exports.ValidationExceptionError$ = ValidationExceptionError$;
3435
1615
  exports.ValidationExceptionErrorCode = ValidationExceptionErrorCode;
3436
1616
  exports.ValidationExceptionReason = ValidationExceptionReason;
3437
1617
  exports.Visibility = Visibility;
@@ -3446,3 +1626,15 @@ exports.paginateListOpportunityFromEngagementTasks = paginateListOpportunityFrom
3446
1626
  exports.paginateListResourceSnapshotJobs = paginateListResourceSnapshotJobs;
3447
1627
  exports.paginateListResourceSnapshots = paginateListResourceSnapshots;
3448
1628
  exports.paginateListSolutions = paginateListSolutions;
1629
+ Object.keys(schemas_0).forEach(function (k) {
1630
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
1631
+ enumerable: true,
1632
+ get: function () { return schemas_0[k]; }
1633
+ });
1634
+ });
1635
+ Object.keys(errors).forEach(function (k) {
1636
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
1637
+ enumerable: true,
1638
+ get: function () { return errors[k]; }
1639
+ });
1640
+ });