@aws-sdk/client-marketplace-agreement 3.987.0 → 3.989.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 MarketplaceAgreementServiceException = require('./models/MarketplaceAgreementServiceException');
18
21
 
19
22
  const resolveClientEndpointParameters = (options) => {
20
23
  return Object.assign(options, {
@@ -110,514 +113,6 @@ class MarketplaceAgreementClient extends smithyClient.Client {
110
113
  }
111
114
  }
112
115
 
113
- class MarketplaceAgreementServiceException extends smithyClient.ServiceException {
114
- constructor(options) {
115
- super(options);
116
- Object.setPrototypeOf(this, MarketplaceAgreementServiceException.prototype);
117
- }
118
- }
119
-
120
- class AccessDeniedException extends MarketplaceAgreementServiceException {
121
- name = "AccessDeniedException";
122
- $fault = "client";
123
- requestId;
124
- constructor(opts) {
125
- super({
126
- name: "AccessDeniedException",
127
- $fault: "client",
128
- ...opts,
129
- });
130
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
131
- this.requestId = opts.requestId;
132
- }
133
- }
134
- class InternalServerException extends MarketplaceAgreementServiceException {
135
- name = "InternalServerException";
136
- $fault = "server";
137
- requestId;
138
- constructor(opts) {
139
- super({
140
- name: "InternalServerException",
141
- $fault: "server",
142
- ...opts,
143
- });
144
- Object.setPrototypeOf(this, InternalServerException.prototype);
145
- this.requestId = opts.requestId;
146
- }
147
- }
148
- class ResourceNotFoundException extends MarketplaceAgreementServiceException {
149
- name = "ResourceNotFoundException";
150
- $fault = "client";
151
- requestId;
152
- resourceId;
153
- resourceType;
154
- constructor(opts) {
155
- super({
156
- name: "ResourceNotFoundException",
157
- $fault: "client",
158
- ...opts,
159
- });
160
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
161
- this.requestId = opts.requestId;
162
- this.resourceId = opts.resourceId;
163
- this.resourceType = opts.resourceType;
164
- }
165
- }
166
- class ThrottlingException extends MarketplaceAgreementServiceException {
167
- name = "ThrottlingException";
168
- $fault = "client";
169
- requestId;
170
- constructor(opts) {
171
- super({
172
- name: "ThrottlingException",
173
- $fault: "client",
174
- ...opts,
175
- });
176
- Object.setPrototypeOf(this, ThrottlingException.prototype);
177
- this.requestId = opts.requestId;
178
- }
179
- }
180
- class ValidationException extends MarketplaceAgreementServiceException {
181
- name = "ValidationException";
182
- $fault = "client";
183
- requestId;
184
- reason;
185
- fields;
186
- constructor(opts) {
187
- super({
188
- name: "ValidationException",
189
- $fault: "client",
190
- ...opts,
191
- });
192
- Object.setPrototypeOf(this, ValidationException.prototype);
193
- this.requestId = opts.requestId;
194
- this.reason = opts.reason;
195
- this.fields = opts.fields;
196
- }
197
- }
198
-
199
- const _A = "Acceptor";
200
- const _ADE = "AccessDeniedException";
201
- const _AT = "AcceptedTerm";
202
- const _ATL = "AcceptedTermList";
203
- const _AVS = "AgreementViewSummary";
204
- const _AVSL = "AgreementViewSummaryList";
205
- const _BPT = "ByolPricingTerm";
206
- const _C = "Constraints";
207
- const _CUPT = "ConfigurableUpfrontPricingTerm";
208
- const _CUPTC = "ConfigurableUpfrontPricingTermConfiguration";
209
- const _CURCI = "ConfigurableUpfrontRateCardItem";
210
- const _CURCL = "ConfigurableUpfrontRateCardList";
211
- const _D = "Dimension";
212
- const _DA = "DescribeAgreement";
213
- const _DAI = "DescribeAgreementInput";
214
- const _DAO = "DescribeAgreementOutput";
215
- const _DI = "DocumentItem";
216
- const _DL = "DimensionList";
217
- const _DLo = "DocumentList";
218
- const _EC = "EstimatedCharges";
219
- const _F = "Filter";
220
- const _FL = "FilterList";
221
- const _FTPT = "FreeTrialPricingTerm";
222
- const _FUPT = "FixedUpfrontPricingTerm";
223
- const _GAT = "GetAgreementTerms";
224
- const _GATI = "GetAgreementTermsInput";
225
- const _GATO = "GetAgreementTermsOutput";
226
- const _GI = "GrantItem";
227
- const _GL = "GrantList";
228
- const _ISE = "InternalServerException";
229
- const _LT = "LegalTerm";
230
- const _P = "Proposer";
231
- const _PS = "ProposalSummary";
232
- const _PST = "PaymentScheduleTerm";
233
- const _R = "Resource";
234
- const _RCI = "RateCardItem";
235
- const _RCL = "RateCardList";
236
- const _RNFE = "ResourceNotFoundException";
237
- const _RPT = "RecurringPaymentTerm";
238
- const _RT = "RenewalTerm";
239
- const _RTC = "RenewalTermConfiguration";
240
- const _Re = "Resources";
241
- const _S = "Selector";
242
- const _SA = "SearchAgreements";
243
- const _SAI = "SearchAgreementsInput";
244
- const _SAO = "SearchAgreementsOutput";
245
- const _SI = "ScheduleItem";
246
- const _SL = "ScheduleList";
247
- const _ST = "SupportTerm";
248
- const _So = "Sort";
249
- const _TE = "ThrottlingException";
250
- const _UBPT = "UsageBasedPricingTerm";
251
- const _UBRCI = "UsageBasedRateCardItem";
252
- const _UBRCL = "UsageBasedRateCardList";
253
- const _VE = "ValidationException";
254
- const _VEF = "ValidationExceptionField";
255
- const _VEFL = "ValidationExceptionFieldList";
256
- const _VPT = "VariablePaymentTerm";
257
- const _VPTC = "VariablePaymentTermConfiguration";
258
- const _VT = "ValidityTerm";
259
- const _a = "acceptor";
260
- const _aD = "agreementDuration";
261
- const _aED = "agreementEndDate";
262
- const _aI = "accountId";
263
- const _aIg = "agreementId";
264
- const _aSD = "agreementStartDate";
265
- const _aT = "acceptanceTime";
266
- const _aTc = "acceptedTerms";
267
- const _aTg = "agreementType";
268
- const _aV = "agreementValue";
269
- const _aVS = "agreementViewSummaries";
270
- const _bP = "billingPeriod";
271
- const _bPT = "byolPricingTerm";
272
- const _c = "client";
273
- const _cA = "chargeAmount";
274
- const _cC = "currencyCode";
275
- const _cD = "chargeDate";
276
- const _cUPT = "configurableUpfrontPricingTerm";
277
- const _ca = "catalog";
278
- const _co = "configuration";
279
- const _con = "constraints";
280
- const _d = "dimensions";
281
- const _dK = "dimensionKey";
282
- const _dV = "dimensionValue";
283
- const _do = "documents";
284
- const _du = "duration";
285
- const _e = "error";
286
- const _eAR = "enableAutoRenew";
287
- const _eC = "estimatedCharges";
288
- const _eD = "expirationDuration";
289
- const _eT = "endTime";
290
- const _f = "filters";
291
- const _fTPT = "freeTrialPricingTerm";
292
- const _fUPT = "fixedUpfrontPricingTerm";
293
- const _fi = "fields";
294
- const _g = "grants";
295
- const _hE = "httpError";
296
- const _i = "id";
297
- const _lT = "legalTerm";
298
- const _m = "message";
299
- const _mDS = "multipleDimensionSelection";
300
- const _mQ = "maxQuantity";
301
- const _mR = "maxResults";
302
- const _mTCA = "maxTotalChargeAmount";
303
- const _n = "name";
304
- const _nT = "nextToken";
305
- const _oI = "offerId";
306
- const _oSI = "offerSetId";
307
- const _p = "proposer";
308
- const _pRAS = "paymentRequestApprovalStrategy";
309
- const _pS = "proposalSummary";
310
- const _pST = "paymentScheduleTerm";
311
- const _pr = "price";
312
- const _qC = "quantityConfiguration";
313
- const _r = "resources";
314
- const _rC = "rateCards";
315
- const _rCa = "rateCard";
316
- const _rI = "requestId";
317
- const _rIe = "resourceId";
318
- const _rP = "refundPolicy";
319
- const _rPT = "recurringPaymentTerm";
320
- const _rT = "resourceType";
321
- const _rTe = "renewalTerm";
322
- const _re = "reason";
323
- const _s = "status";
324
- const _sB = "sortBy";
325
- const _sO = "sortOrder";
326
- const _sT = "startTime";
327
- const _sTu = "supportTerm";
328
- const _sV = "selectorValue";
329
- const _sc = "schedule";
330
- const _se = "selector";
331
- const _ser = "server";
332
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.marketplaceagreement";
333
- const _so = "sort";
334
- const _t = "type";
335
- const _u = "url";
336
- const _uBPT = "usageBasedPricingTerm";
337
- const _v = "version";
338
- const _vPT = "variablePaymentTerm";
339
- const _vT = "validityTerm";
340
- const _va = "values";
341
- const _val = "value";
342
- const n0 = "com.amazonaws.marketplaceagreement";
343
- var Acceptor$ = [3, n0, _A,
344
- 0,
345
- [_aI],
346
- [0]
347
- ];
348
- var AccessDeniedException$ = [-3, n0, _ADE,
349
- { [_e]: _c, [_hE]: 403 },
350
- [_rI, _m],
351
- [0, 0]
352
- ];
353
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
354
- var AgreementViewSummary$ = [3, n0, _AVS,
355
- 0,
356
- [_aIg, _aT, _sT, _eT, _aTg, _a, _p, _pS, _s],
357
- [0, 4, 4, 4, 0, () => Acceptor$, () => Proposer$, () => ProposalSummary$, 0]
358
- ];
359
- var ByolPricingTerm$ = [3, n0, _BPT,
360
- 0,
361
- [_t],
362
- [0]
363
- ];
364
- var ConfigurableUpfrontPricingTerm$ = [3, n0, _CUPT,
365
- 0,
366
- [_t, _cC, _rC, _co],
367
- [0, 0, () => ConfigurableUpfrontRateCardList, () => ConfigurableUpfrontPricingTermConfiguration$]
368
- ];
369
- var ConfigurableUpfrontPricingTermConfiguration$ = [3, n0, _CUPTC,
370
- 0,
371
- [_sV, _d],
372
- [0, () => DimensionList], 2
373
- ];
374
- var ConfigurableUpfrontRateCardItem$ = [3, n0, _CURCI,
375
- 0,
376
- [_se, _con, _rCa],
377
- [() => Selector$, () => Constraints$, () => RateCardList]
378
- ];
379
- var Constraints$ = [3, n0, _C,
380
- 0,
381
- [_mDS, _qC],
382
- [0, 0]
383
- ];
384
- var DescribeAgreementInput$ = [3, n0, _DAI,
385
- 0,
386
- [_aIg],
387
- [0], 1
388
- ];
389
- var DescribeAgreementOutput$ = [3, n0, _DAO,
390
- 0,
391
- [_aIg, _a, _p, _sT, _eT, _aT, _aTg, _eC, _pS, _s],
392
- [0, () => Acceptor$, () => Proposer$, 4, 4, 4, 0, () => EstimatedCharges$, () => ProposalSummary$, 0]
393
- ];
394
- var Dimension$ = [3, n0, _D,
395
- 0,
396
- [_dK, _dV],
397
- [0, 1], 2
398
- ];
399
- var DocumentItem$ = [3, n0, _DI,
400
- 0,
401
- [_t, _u, _v],
402
- [0, 0, 0]
403
- ];
404
- var EstimatedCharges$ = [3, n0, _EC,
405
- 0,
406
- [_cC, _aV],
407
- [0, 0]
408
- ];
409
- var Filter$ = [3, n0, _F,
410
- 0,
411
- [_n, _va],
412
- [0, 64 | 0]
413
- ];
414
- var FixedUpfrontPricingTerm$ = [3, n0, _FUPT,
415
- 0,
416
- [_t, _cC, _du, _pr, _g],
417
- [0, 0, 0, 0, () => GrantList]
418
- ];
419
- var FreeTrialPricingTerm$ = [3, n0, _FTPT,
420
- 0,
421
- [_t, _du, _g],
422
- [0, 0, () => GrantList]
423
- ];
424
- var GetAgreementTermsInput$ = [3, n0, _GATI,
425
- 0,
426
- [_aIg, _mR, _nT],
427
- [0, 1, 0], 1
428
- ];
429
- var GetAgreementTermsOutput$ = [3, n0, _GATO,
430
- 0,
431
- [_aTc, _nT],
432
- [() => AcceptedTermList, 0]
433
- ];
434
- var GrantItem$ = [3, n0, _GI,
435
- 0,
436
- [_dK, _mQ],
437
- [0, 1]
438
- ];
439
- var InternalServerException$ = [-3, n0, _ISE,
440
- { [_e]: _ser, [_hE]: 500 },
441
- [_rI, _m],
442
- [0, 0]
443
- ];
444
- schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
445
- var LegalTerm$ = [3, n0, _LT,
446
- 0,
447
- [_t, _do],
448
- [0, () => DocumentList]
449
- ];
450
- var PaymentScheduleTerm$ = [3, n0, _PST,
451
- 0,
452
- [_t, _cC, _sc],
453
- [0, 0, () => ScheduleList]
454
- ];
455
- var ProposalSummary$ = [3, n0, _PS,
456
- 0,
457
- [_r, _oI, _oSI],
458
- [() => Resources, 0, 0]
459
- ];
460
- var Proposer$ = [3, n0, _P,
461
- 0,
462
- [_aI],
463
- [0]
464
- ];
465
- var RateCardItem$ = [3, n0, _RCI,
466
- 0,
467
- [_dK, _pr],
468
- [0, 0]
469
- ];
470
- var RecurringPaymentTerm$ = [3, n0, _RPT,
471
- 0,
472
- [_t, _cC, _bP, _pr],
473
- [0, 0, 0, 0]
474
- ];
475
- var RenewalTerm$ = [3, n0, _RT,
476
- 0,
477
- [_t, _co],
478
- [0, () => RenewalTermConfiguration$]
479
- ];
480
- var RenewalTermConfiguration$ = [3, n0, _RTC,
481
- 0,
482
- [_eAR],
483
- [2], 1
484
- ];
485
- var Resource$ = [3, n0, _R,
486
- 0,
487
- [_i, _t],
488
- [0, 0]
489
- ];
490
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
491
- { [_e]: _c, [_hE]: 404 },
492
- [_rI, _m, _rIe, _rT],
493
- [0, 0, 0, 0]
494
- ];
495
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
496
- var ScheduleItem$ = [3, n0, _SI,
497
- 0,
498
- [_cD, _cA],
499
- [4, 0]
500
- ];
501
- var SearchAgreementsInput$ = [3, n0, _SAI,
502
- 0,
503
- [_ca, _f, _so, _mR, _nT],
504
- [0, () => FilterList, () => Sort$, 1, 0]
505
- ];
506
- var SearchAgreementsOutput$ = [3, n0, _SAO,
507
- 0,
508
- [_aVS, _nT],
509
- [() => AgreementViewSummaryList, 0]
510
- ];
511
- var Selector$ = [3, n0, _S,
512
- 0,
513
- [_t, _val],
514
- [0, 0]
515
- ];
516
- var Sort$ = [3, n0, _So,
517
- 0,
518
- [_sB, _sO],
519
- [0, 0]
520
- ];
521
- var SupportTerm$ = [3, n0, _ST,
522
- 0,
523
- [_t, _rP],
524
- [0, 0]
525
- ];
526
- var ThrottlingException$ = [-3, n0, _TE,
527
- { [_e]: _c, [_hE]: 429 },
528
- [_rI, _m],
529
- [0, 0]
530
- ];
531
- schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
532
- var UsageBasedPricingTerm$ = [3, n0, _UBPT,
533
- 0,
534
- [_t, _cC, _rC],
535
- [0, 0, () => UsageBasedRateCardList]
536
- ];
537
- var UsageBasedRateCardItem$ = [3, n0, _UBRCI,
538
- 0,
539
- [_rCa],
540
- [() => RateCardList]
541
- ];
542
- var ValidationException$ = [-3, n0, _VE,
543
- { [_e]: _c, [_hE]: 400 },
544
- [_rI, _m, _re, _fi],
545
- [0, 0, 0, () => ValidationExceptionFieldList]
546
- ];
547
- schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
548
- var ValidationExceptionField$ = [3, n0, _VEF,
549
- 0,
550
- [_n, _m],
551
- [0, 0], 2
552
- ];
553
- var ValidityTerm$ = [3, n0, _VT,
554
- 0,
555
- [_t, _aD, _aSD, _aED],
556
- [0, 0, 4, 4]
557
- ];
558
- var VariablePaymentTerm$ = [3, n0, _VPT,
559
- 0,
560
- [_t, _cC, _mTCA, _co],
561
- [0, 0, 0, () => VariablePaymentTermConfiguration$]
562
- ];
563
- var VariablePaymentTermConfiguration$ = [3, n0, _VPTC,
564
- 0,
565
- [_pRAS, _eD],
566
- [0, 0], 1
567
- ];
568
- var MarketplaceAgreementServiceException$ = [-3, _sm, "MarketplaceAgreementServiceException", 0, [], []];
569
- schema.TypeRegistry.for(_sm).registerError(MarketplaceAgreementServiceException$, MarketplaceAgreementServiceException);
570
- var AcceptedTermList = [1, n0, _ATL,
571
- 0, () => AcceptedTerm$
572
- ];
573
- var AgreementViewSummaryList = [1, n0, _AVSL,
574
- 0, () => AgreementViewSummary$
575
- ];
576
- var ConfigurableUpfrontRateCardList = [1, n0, _CURCL,
577
- 0, () => ConfigurableUpfrontRateCardItem$
578
- ];
579
- var DimensionList = [1, n0, _DL,
580
- 0, () => Dimension$
581
- ];
582
- var DocumentList = [1, n0, _DLo,
583
- 0, () => DocumentItem$
584
- ];
585
- var FilterList = [1, n0, _FL,
586
- 0, () => Filter$
587
- ];
588
- var GrantList = [1, n0, _GL,
589
- 0, () => GrantItem$
590
- ];
591
- var RateCardList = [1, n0, _RCL,
592
- 0, () => RateCardItem$
593
- ];
594
- var Resources = [1, n0, _Re,
595
- 0, () => Resource$
596
- ];
597
- var ScheduleList = [1, n0, _SL,
598
- 0, () => ScheduleItem$
599
- ];
600
- var UsageBasedRateCardList = [1, n0, _UBRCL,
601
- 0, () => UsageBasedRateCardItem$
602
- ];
603
- var ValidationExceptionFieldList = [1, n0, _VEFL,
604
- 0, () => ValidationExceptionField$
605
- ];
606
- var AcceptedTerm$ = [4, n0, _AT,
607
- 0,
608
- [_lT, _sTu, _rTe, _uBPT, _cUPT, _bPT, _rPT, _vT, _pST, _fTPT, _fUPT, _vPT],
609
- [() => LegalTerm$, () => SupportTerm$, () => RenewalTerm$, () => UsageBasedPricingTerm$, () => ConfigurableUpfrontPricingTerm$, () => ByolPricingTerm$, () => RecurringPaymentTerm$, () => ValidityTerm$, () => PaymentScheduleTerm$, () => FreeTrialPricingTerm$, () => FixedUpfrontPricingTerm$, () => VariablePaymentTerm$]
610
- ];
611
- var DescribeAgreement$ = [9, n0, _DA,
612
- 0, () => DescribeAgreementInput$, () => DescribeAgreementOutput$
613
- ];
614
- var GetAgreementTerms$ = [9, n0, _GAT,
615
- 0, () => GetAgreementTermsInput$, () => GetAgreementTermsOutput$
616
- ];
617
- var SearchAgreements$ = [9, n0, _SA,
618
- 0, () => SearchAgreementsInput$, () => SearchAgreementsOutput$
619
- ];
620
-
621
116
  class DescribeAgreementCommand extends smithyClient.Command
622
117
  .classBuilder()
623
118
  .ep(commonParams)
@@ -626,7 +121,7 @@ class DescribeAgreementCommand extends smithyClient.Command
626
121
  })
627
122
  .s("AWSMPCommerceService_v20200301", "DescribeAgreement", {})
628
123
  .n("MarketplaceAgreementClient", "DescribeAgreementCommand")
629
- .sc(DescribeAgreement$)
124
+ .sc(schemas_0.DescribeAgreement$)
630
125
  .build() {
631
126
  }
632
127
 
@@ -638,7 +133,7 @@ class GetAgreementTermsCommand extends smithyClient.Command
638
133
  })
639
134
  .s("AWSMPCommerceService_v20200301", "GetAgreementTerms", {})
640
135
  .n("MarketplaceAgreementClient", "GetAgreementTermsCommand")
641
- .sc(GetAgreementTerms$)
136
+ .sc(schemas_0.GetAgreementTerms$)
642
137
  .build() {
643
138
  }
644
139
 
@@ -650,7 +145,7 @@ class SearchAgreementsCommand extends smithyClient.Command
650
145
  })
651
146
  .s("AWSMPCommerceService_v20200301", "SearchAgreements", {})
652
147
  .n("MarketplaceAgreementClient", "SearchAgreementsCommand")
653
- .sc(SearchAgreements$)
148
+ .sc(schemas_0.SearchAgreements$)
654
149
  .build() {
655
150
  }
656
151
 
@@ -715,70 +210,31 @@ Object.defineProperty(exports, "__Client", {
715
210
  enumerable: true,
716
211
  get: function () { return smithyClient.Client; }
717
212
  });
718
- exports.AcceptedTerm$ = AcceptedTerm$;
719
- exports.Acceptor$ = Acceptor$;
720
- exports.AccessDeniedException = AccessDeniedException;
721
- exports.AccessDeniedException$ = AccessDeniedException$;
213
+ Object.defineProperty(exports, "MarketplaceAgreementServiceException", {
214
+ enumerable: true,
215
+ get: function () { return MarketplaceAgreementServiceException.MarketplaceAgreementServiceException; }
216
+ });
722
217
  exports.AgreementStatus = AgreementStatus;
723
- exports.AgreementViewSummary$ = AgreementViewSummary$;
724
- exports.ByolPricingTerm$ = ByolPricingTerm$;
725
- exports.ConfigurableUpfrontPricingTerm$ = ConfigurableUpfrontPricingTerm$;
726
- exports.ConfigurableUpfrontPricingTermConfiguration$ = ConfigurableUpfrontPricingTermConfiguration$;
727
- exports.ConfigurableUpfrontRateCardItem$ = ConfigurableUpfrontRateCardItem$;
728
- exports.Constraints$ = Constraints$;
729
- exports.DescribeAgreement$ = DescribeAgreement$;
730
218
  exports.DescribeAgreementCommand = DescribeAgreementCommand;
731
- exports.DescribeAgreementInput$ = DescribeAgreementInput$;
732
- exports.DescribeAgreementOutput$ = DescribeAgreementOutput$;
733
- exports.Dimension$ = Dimension$;
734
- exports.DocumentItem$ = DocumentItem$;
735
- exports.EstimatedCharges$ = EstimatedCharges$;
736
- exports.Filter$ = Filter$;
737
- exports.FixedUpfrontPricingTerm$ = FixedUpfrontPricingTerm$;
738
- exports.FreeTrialPricingTerm$ = FreeTrialPricingTerm$;
739
- exports.GetAgreementTerms$ = GetAgreementTerms$;
740
219
  exports.GetAgreementTermsCommand = GetAgreementTermsCommand;
741
- exports.GetAgreementTermsInput$ = GetAgreementTermsInput$;
742
- exports.GetAgreementTermsOutput$ = GetAgreementTermsOutput$;
743
- exports.GrantItem$ = GrantItem$;
744
- exports.InternalServerException = InternalServerException;
745
- exports.InternalServerException$ = InternalServerException$;
746
- exports.LegalTerm$ = LegalTerm$;
747
220
  exports.MarketplaceAgreement = MarketplaceAgreement;
748
221
  exports.MarketplaceAgreementClient = MarketplaceAgreementClient;
749
- exports.MarketplaceAgreementServiceException = MarketplaceAgreementServiceException;
750
- exports.MarketplaceAgreementServiceException$ = MarketplaceAgreementServiceException$;
751
222
  exports.PaymentRequestApprovalStrategy = PaymentRequestApprovalStrategy;
752
- exports.PaymentScheduleTerm$ = PaymentScheduleTerm$;
753
- exports.ProposalSummary$ = ProposalSummary$;
754
- exports.Proposer$ = Proposer$;
755
- exports.RateCardItem$ = RateCardItem$;
756
- exports.RecurringPaymentTerm$ = RecurringPaymentTerm$;
757
- exports.RenewalTerm$ = RenewalTerm$;
758
- exports.RenewalTermConfiguration$ = RenewalTermConfiguration$;
759
- exports.Resource$ = Resource$;
760
- exports.ResourceNotFoundException = ResourceNotFoundException;
761
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
762
223
  exports.ResourceType = ResourceType;
763
- exports.ScheduleItem$ = ScheduleItem$;
764
- exports.SearchAgreements$ = SearchAgreements$;
765
224
  exports.SearchAgreementsCommand = SearchAgreementsCommand;
766
- exports.SearchAgreementsInput$ = SearchAgreementsInput$;
767
- exports.SearchAgreementsOutput$ = SearchAgreementsOutput$;
768
- exports.Selector$ = Selector$;
769
- exports.Sort$ = Sort$;
770
225
  exports.SortOrder = SortOrder;
771
- exports.SupportTerm$ = SupportTerm$;
772
- exports.ThrottlingException = ThrottlingException;
773
- exports.ThrottlingException$ = ThrottlingException$;
774
- exports.UsageBasedPricingTerm$ = UsageBasedPricingTerm$;
775
- exports.UsageBasedRateCardItem$ = UsageBasedRateCardItem$;
776
- exports.ValidationException = ValidationException;
777
- exports.ValidationException$ = ValidationException$;
778
- exports.ValidationExceptionField$ = ValidationExceptionField$;
779
226
  exports.ValidationExceptionReason = ValidationExceptionReason;
780
- exports.ValidityTerm$ = ValidityTerm$;
781
- exports.VariablePaymentTerm$ = VariablePaymentTerm$;
782
- exports.VariablePaymentTermConfiguration$ = VariablePaymentTermConfiguration$;
783
227
  exports.paginateGetAgreementTerms = paginateGetAgreementTerms;
784
228
  exports.paginateSearchAgreements = paginateSearchAgreements;
229
+ Object.keys(schemas_0).forEach(function (k) {
230
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
231
+ enumerable: true,
232
+ get: function () { return schemas_0[k]; }
233
+ });
234
+ });
235
+ Object.keys(errors).forEach(function (k) {
236
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
237
+ enumerable: true,
238
+ get: function () { return errors[k]; }
239
+ });
240
+ });
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.MarketplaceAgreementServiceException = exports.__ServiceException = void 0;
4
+ const smithy_client_1 = require("@smithy/smithy-client");
5
+ Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
+ class MarketplaceAgreementServiceException extends smithy_client_1.ServiceException {
7
+ constructor(options) {
8
+ super(options);
9
+ Object.setPrototypeOf(this, MarketplaceAgreementServiceException.prototype);
10
+ }
11
+ }
12
+ exports.MarketplaceAgreementServiceException = MarketplaceAgreementServiceException;