@aws-sdk/client-marketplace-agreement 3.948.0 → 3.953.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 +168 -118
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/commands/DescribeAgreementCommand.js +2 -2
- package/dist-es/commands/GetAgreementTermsCommand.js +2 -2
- package/dist-es/commands/SearchAgreementsCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +101 -100
- package/dist-types/MarketplaceAgreementClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +50 -63
- package/dist-types/ts3.4/MarketplaceAgreementClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +49 -63
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class MarketplaceAgreementClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class MarketplaceAgreementServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, MarketplaceAgreementServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class AccessDeniedException extends MarketplaceAgreementServiceException {
|
|
121
121
|
name = "AccessDeniedException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
requestId;
|
|
@@ -130,8 +130,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends MarketplaceAgr
|
|
|
130
130
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
131
131
|
this.requestId = opts.requestId;
|
|
132
132
|
}
|
|
133
|
-
}
|
|
134
|
-
|
|
133
|
+
}
|
|
134
|
+
class InternalServerException extends MarketplaceAgreementServiceException {
|
|
135
135
|
name = "InternalServerException";
|
|
136
136
|
$fault = "server";
|
|
137
137
|
requestId;
|
|
@@ -144,8 +144,8 @@ let InternalServerException$1 = class InternalServerException extends Marketplac
|
|
|
144
144
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
145
145
|
this.requestId = opts.requestId;
|
|
146
146
|
}
|
|
147
|
-
}
|
|
148
|
-
|
|
147
|
+
}
|
|
148
|
+
class ResourceNotFoundException extends MarketplaceAgreementServiceException {
|
|
149
149
|
name = "ResourceNotFoundException";
|
|
150
150
|
$fault = "client";
|
|
151
151
|
requestId;
|
|
@@ -162,8 +162,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Market
|
|
|
162
162
|
this.resourceId = opts.resourceId;
|
|
163
163
|
this.resourceType = opts.resourceType;
|
|
164
164
|
}
|
|
165
|
-
}
|
|
166
|
-
|
|
165
|
+
}
|
|
166
|
+
class ThrottlingException extends MarketplaceAgreementServiceException {
|
|
167
167
|
name = "ThrottlingException";
|
|
168
168
|
$fault = "client";
|
|
169
169
|
requestId;
|
|
@@ -176,8 +176,8 @@ let ThrottlingException$1 = class ThrottlingException extends MarketplaceAgreeme
|
|
|
176
176
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
177
177
|
this.requestId = opts.requestId;
|
|
178
178
|
}
|
|
179
|
-
}
|
|
180
|
-
|
|
179
|
+
}
|
|
180
|
+
class ValidationException extends MarketplaceAgreementServiceException {
|
|
181
181
|
name = "ValidationException";
|
|
182
182
|
$fault = "client";
|
|
183
183
|
requestId;
|
|
@@ -194,7 +194,7 @@ let ValidationException$1 = class ValidationException extends MarketplaceAgreeme
|
|
|
194
194
|
this.reason = opts.reason;
|
|
195
195
|
this.fields = opts.fields;
|
|
196
196
|
}
|
|
197
|
-
}
|
|
197
|
+
}
|
|
198
198
|
|
|
199
199
|
const _A = "Acceptor";
|
|
200
200
|
const _ADE = "AccessDeniedException";
|
|
@@ -340,27 +340,27 @@ const _vT = "validityTerm";
|
|
|
340
340
|
const _va = "values";
|
|
341
341
|
const _val = "value";
|
|
342
342
|
const n0 = "com.amazonaws.marketplaceagreement";
|
|
343
|
-
var Acceptor = [3, n0, _A, 0, [_aI], [0]];
|
|
344
|
-
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_rI, _m], [0, 0]];
|
|
345
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
346
|
-
var AgreementViewSummary = [
|
|
343
|
+
var Acceptor$ = [3, n0, _A, 0, [_aI], [0]];
|
|
344
|
+
var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_rI, _m], [0, 0]];
|
|
345
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
346
|
+
var AgreementViewSummary$ = [
|
|
347
347
|
3,
|
|
348
348
|
n0,
|
|
349
349
|
_AVS,
|
|
350
350
|
0,
|
|
351
351
|
[_aIg, _aT, _sT, _eT, _aTg, _a, _p, _pS, _s],
|
|
352
|
-
[0, 4, 4, 4, 0, () => Acceptor
|
|
352
|
+
[0, 4, 4, 4, 0, () => Acceptor$, () => Proposer$, () => ProposalSummary$, 0],
|
|
353
353
|
];
|
|
354
|
-
var ByolPricingTerm = [3, n0, _BPT, 0, [_t], [0]];
|
|
355
|
-
var ConfigurableUpfrontPricingTerm = [
|
|
354
|
+
var ByolPricingTerm$ = [3, n0, _BPT, 0, [_t], [0]];
|
|
355
|
+
var ConfigurableUpfrontPricingTerm$ = [
|
|
356
356
|
3,
|
|
357
357
|
n0,
|
|
358
358
|
_CUPT,
|
|
359
359
|
0,
|
|
360
360
|
[_t, _cC, _rC, _co],
|
|
361
|
-
[0, 0, () => ConfigurableUpfrontRateCardList, () => ConfigurableUpfrontPricingTermConfiguration],
|
|
361
|
+
[0, 0, () => ConfigurableUpfrontRateCardList, () => ConfigurableUpfrontPricingTermConfiguration$],
|
|
362
362
|
];
|
|
363
|
-
var ConfigurableUpfrontPricingTermConfiguration = [
|
|
363
|
+
var ConfigurableUpfrontPricingTermConfiguration$ = [
|
|
364
364
|
3,
|
|
365
365
|
n0,
|
|
366
366
|
_CUPTC,
|
|
@@ -368,29 +368,29 @@ var ConfigurableUpfrontPricingTermConfiguration = [
|
|
|
368
368
|
[_sV, _d],
|
|
369
369
|
[0, () => DimensionList],
|
|
370
370
|
];
|
|
371
|
-
var ConfigurableUpfrontRateCardItem = [
|
|
371
|
+
var ConfigurableUpfrontRateCardItem$ = [
|
|
372
372
|
3,
|
|
373
373
|
n0,
|
|
374
374
|
_CURCI,
|
|
375
375
|
0,
|
|
376
376
|
[_se, _con, _rCa],
|
|
377
|
-
[() => Selector
|
|
377
|
+
[() => Selector$, () => Constraints$, () => RateCardList],
|
|
378
378
|
];
|
|
379
|
-
var Constraints = [3, n0, _C, 0, [_mDS, _qC], [0, 0]];
|
|
380
|
-
var DescribeAgreementInput = [3, n0, _DAI, 0, [_aIg], [0]];
|
|
381
|
-
var DescribeAgreementOutput = [
|
|
379
|
+
var Constraints$ = [3, n0, _C, 0, [_mDS, _qC], [0, 0]];
|
|
380
|
+
var DescribeAgreementInput$ = [3, n0, _DAI, 0, [_aIg], [0]];
|
|
381
|
+
var DescribeAgreementOutput$ = [
|
|
382
382
|
3,
|
|
383
383
|
n0,
|
|
384
384
|
_DAO,
|
|
385
385
|
0,
|
|
386
386
|
[_aIg, _a, _p, _sT, _eT, _aT, _aTg, _eC, _pS, _s],
|
|
387
|
-
[0, () => Acceptor
|
|
387
|
+
[0, () => Acceptor$, () => Proposer$, 4, 4, 4, 0, () => EstimatedCharges$, () => ProposalSummary$, 0],
|
|
388
388
|
];
|
|
389
|
-
var Dimension = [3, n0, _D, 0, [_dK, _dV], [0, 1]];
|
|
390
|
-
var DocumentItem = [3, n0, _DI, 0, [_t, _u, _v], [0, 0, 0]];
|
|
391
|
-
var EstimatedCharges = [3, n0, _EC, 0, [_cC, _aV], [0, 0]];
|
|
392
|
-
var Filter = [3, n0, _F, 0, [_n, _va], [0, 64 | 0]];
|
|
393
|
-
var FixedUpfrontPricingTerm = [
|
|
389
|
+
var Dimension$ = [3, n0, _D, 0, [_dK, _dV], [0, 1]];
|
|
390
|
+
var DocumentItem$ = [3, n0, _DI, 0, [_t, _u, _v], [0, 0, 0]];
|
|
391
|
+
var EstimatedCharges$ = [3, n0, _EC, 0, [_cC, _aV], [0, 0]];
|
|
392
|
+
var Filter$ = [3, n0, _F, 0, [_n, _va], [0, 64 | 0]];
|
|
393
|
+
var FixedUpfrontPricingTerm$ = [
|
|
394
394
|
3,
|
|
395
395
|
n0,
|
|
396
396
|
_FUPT,
|
|
@@ -398,22 +398,29 @@ var FixedUpfrontPricingTerm = [
|
|
|
398
398
|
[_t, _cC, _du, _pr, _g],
|
|
399
399
|
[0, 0, 0, 0, () => GrantList],
|
|
400
400
|
];
|
|
401
|
-
var FreeTrialPricingTerm = [3, n0, _FTPT, 0, [_t, _du, _g], [0, 0, () => GrantList]];
|
|
402
|
-
var GetAgreementTermsInput = [3, n0, _GATI, 0, [_aIg, _mR, _nT], [0, 1, 0]];
|
|
403
|
-
var GetAgreementTermsOutput = [
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
var
|
|
412
|
-
var
|
|
413
|
-
|
|
414
|
-
var
|
|
415
|
-
var
|
|
416
|
-
var
|
|
401
|
+
var FreeTrialPricingTerm$ = [3, n0, _FTPT, 0, [_t, _du, _g], [0, 0, () => GrantList]];
|
|
402
|
+
var GetAgreementTermsInput$ = [3, n0, _GATI, 0, [_aIg, _mR, _nT], [0, 1, 0]];
|
|
403
|
+
var GetAgreementTermsOutput$ = [
|
|
404
|
+
3,
|
|
405
|
+
n0,
|
|
406
|
+
_GATO,
|
|
407
|
+
0,
|
|
408
|
+
[_aTc, _nT],
|
|
409
|
+
[() => AcceptedTermList, 0],
|
|
410
|
+
];
|
|
411
|
+
var GrantItem$ = [3, n0, _GI, 0, [_dK, _mQ], [0, 1]];
|
|
412
|
+
var InternalServerException$ = [-3, n0, _ISE, { [_e]: _ser, [_hE]: 500 }, [_rI, _m], [0, 0]];
|
|
413
|
+
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
414
|
+
var LegalTerm$ = [3, n0, _LT, 0, [_t, _do], [0, () => DocumentList]];
|
|
415
|
+
var PaymentScheduleTerm$ = [3, n0, _PST, 0, [_t, _cC, _sc], [0, 0, () => ScheduleList]];
|
|
416
|
+
var ProposalSummary$ = [3, n0, _PS, 0, [_r, _oI, _oSI], [() => Resources, 0, 0]];
|
|
417
|
+
var Proposer$ = [3, n0, _P, 0, [_aI], [0]];
|
|
418
|
+
var RateCardItem$ = [3, n0, _RCI, 0, [_dK, _pr], [0, 0]];
|
|
419
|
+
var RecurringPaymentTerm$ = [3, n0, _RPT, 0, [_t, _cC, _bP, _pr], [0, 0, 0, 0]];
|
|
420
|
+
var RenewalTerm$ = [3, n0, _RT, 0, [_t, _co], [0, () => RenewalTermConfiguration$]];
|
|
421
|
+
var RenewalTermConfiguration$ = [3, n0, _RTC, 0, [_eAR], [2]];
|
|
422
|
+
var Resource$ = [3, n0, _R, 0, [_i, _t], [0, 0]];
|
|
423
|
+
var ResourceNotFoundException$ = [
|
|
417
424
|
-3,
|
|
418
425
|
n0,
|
|
419
426
|
_RNFE,
|
|
@@ -421,17 +428,17 @@ var ResourceNotFoundException = [
|
|
|
421
428
|
[_rI, _m, _rIe, _rT],
|
|
422
429
|
[0, 0, 0, 0],
|
|
423
430
|
];
|
|
424
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
425
|
-
var ScheduleItem = [3, n0, _SI, 0, [_cD, _cA], [4, 0]];
|
|
426
|
-
var SearchAgreementsInput = [
|
|
431
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
432
|
+
var ScheduleItem$ = [3, n0, _SI, 0, [_cD, _cA], [4, 0]];
|
|
433
|
+
var SearchAgreementsInput$ = [
|
|
427
434
|
3,
|
|
428
435
|
n0,
|
|
429
436
|
_SAI,
|
|
430
437
|
0,
|
|
431
438
|
[_ca, _f, _so, _mR, _nT],
|
|
432
|
-
[0, () => FilterList, () => Sort
|
|
439
|
+
[0, () => FilterList, () => Sort$, 1, 0],
|
|
433
440
|
];
|
|
434
|
-
var SearchAgreementsOutput = [
|
|
441
|
+
var SearchAgreementsOutput$ = [
|
|
435
442
|
3,
|
|
436
443
|
n0,
|
|
437
444
|
_SAO,
|
|
@@ -439,12 +446,12 @@ var SearchAgreementsOutput = [
|
|
|
439
446
|
[_aVS, _nT],
|
|
440
447
|
[() => AgreementViewSummaryList, 0],
|
|
441
448
|
];
|
|
442
|
-
var Selector = [3, n0, _S, 0, [_t, _val], [0, 0]];
|
|
443
|
-
var Sort = [3, n0, _So, 0, [_sB, _sO], [0, 0]];
|
|
444
|
-
var SupportTerm = [3, n0, _ST, 0, [_t, _rP], [0, 0]];
|
|
445
|
-
var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_rI, _m], [0, 0]];
|
|
446
|
-
schema.TypeRegistry.for(n0).registerError(ThrottlingException
|
|
447
|
-
var UsageBasedPricingTerm = [
|
|
449
|
+
var Selector$ = [3, n0, _S, 0, [_t, _val], [0, 0]];
|
|
450
|
+
var Sort$ = [3, n0, _So, 0, [_sB, _sO], [0, 0]];
|
|
451
|
+
var SupportTerm$ = [3, n0, _ST, 0, [_t, _rP], [0, 0]];
|
|
452
|
+
var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_rI, _m], [0, 0]];
|
|
453
|
+
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
454
|
+
var UsageBasedPricingTerm$ = [
|
|
448
455
|
3,
|
|
449
456
|
n0,
|
|
450
457
|
_UBPT,
|
|
@@ -452,8 +459,8 @@ var UsageBasedPricingTerm = [
|
|
|
452
459
|
[_t, _cC, _rC],
|
|
453
460
|
[0, 0, () => UsageBasedRateCardList],
|
|
454
461
|
];
|
|
455
|
-
var UsageBasedRateCardItem = [3, n0, _UBRCI, 0, [_rCa], [() => RateCardList]];
|
|
456
|
-
var ValidationException = [
|
|
462
|
+
var UsageBasedRateCardItem$ = [3, n0, _UBRCI, 0, [_rCa], [() => RateCardList]];
|
|
463
|
+
var ValidationException$ = [
|
|
457
464
|
-3,
|
|
458
465
|
n0,
|
|
459
466
|
_VE,
|
|
@@ -461,19 +468,19 @@ var ValidationException = [
|
|
|
461
468
|
[_rI, _m, _re, _fi],
|
|
462
469
|
[0, 0, 0, () => ValidationExceptionFieldList],
|
|
463
470
|
];
|
|
464
|
-
schema.TypeRegistry.for(n0).registerError(ValidationException
|
|
465
|
-
var ValidationExceptionField = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
|
|
466
|
-
var ValidityTerm = [3, n0, _VT, 0, [_t, _aD, _aSD, _aED], [0, 0, 4, 4]];
|
|
467
|
-
var VariablePaymentTerm = [
|
|
471
|
+
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
472
|
+
var ValidationExceptionField$ = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
|
|
473
|
+
var ValidityTerm$ = [3, n0, _VT, 0, [_t, _aD, _aSD, _aED], [0, 0, 4, 4]];
|
|
474
|
+
var VariablePaymentTerm$ = [
|
|
468
475
|
3,
|
|
469
476
|
n0,
|
|
470
477
|
_VPT,
|
|
471
478
|
0,
|
|
472
479
|
[_t, _cC, _mTCA, _co],
|
|
473
|
-
[0, 0, 0, () => VariablePaymentTermConfiguration],
|
|
480
|
+
[0, 0, 0, () => VariablePaymentTermConfiguration$],
|
|
474
481
|
];
|
|
475
|
-
var VariablePaymentTermConfiguration = [3, n0, _VPTC, 0, [_pRAS, _eD], [0, 0]];
|
|
476
|
-
var MarketplaceAgreementServiceException = [
|
|
482
|
+
var VariablePaymentTermConfiguration$ = [3, n0, _VPTC, 0, [_pRAS, _eD], [0, 0]];
|
|
483
|
+
var MarketplaceAgreementServiceException$ = [
|
|
477
484
|
-3,
|
|
478
485
|
_sm,
|
|
479
486
|
"MarketplaceAgreementServiceException",
|
|
@@ -481,69 +488,63 @@ var MarketplaceAgreementServiceException = [
|
|
|
481
488
|
[],
|
|
482
489
|
[],
|
|
483
490
|
];
|
|
484
|
-
schema.TypeRegistry.for(_sm).registerError(MarketplaceAgreementServiceException
|
|
485
|
-
var AcceptedTermList = [1, n0, _ATL, 0, () => AcceptedTerm];
|
|
486
|
-
var AgreementViewSummaryList = [1, n0, _AVSL, 0, () => AgreementViewSummary];
|
|
487
|
-
var ConfigurableUpfrontRateCardList = [
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
];
|
|
494
|
-
var
|
|
495
|
-
var
|
|
496
|
-
var
|
|
497
|
-
var
|
|
498
|
-
var RateCardList = [1, n0, _RCL, 0, () => RateCardItem];
|
|
499
|
-
var Resources = [1, n0, _Re, 0, () => Resource];
|
|
500
|
-
var ScheduleList = [1, n0, _SL, 0, () => ScheduleItem];
|
|
501
|
-
var UsageBasedRateCardList = [1, n0, _UBRCL, 0, () => UsageBasedRateCardItem];
|
|
502
|
-
var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField];
|
|
503
|
-
var AcceptedTerm = [
|
|
491
|
+
schema.TypeRegistry.for(_sm).registerError(MarketplaceAgreementServiceException$, MarketplaceAgreementServiceException);
|
|
492
|
+
var AcceptedTermList = [1, n0, _ATL, 0, () => AcceptedTerm$];
|
|
493
|
+
var AgreementViewSummaryList = [1, n0, _AVSL, 0, () => AgreementViewSummary$];
|
|
494
|
+
var ConfigurableUpfrontRateCardList = [1, n0, _CURCL, 0, () => ConfigurableUpfrontRateCardItem$];
|
|
495
|
+
var DimensionList = [1, n0, _DL, 0, () => Dimension$];
|
|
496
|
+
var DocumentList = [1, n0, _DLo, 0, () => DocumentItem$];
|
|
497
|
+
var FilterList = [1, n0, _FL, 0, () => Filter$];
|
|
498
|
+
var GrantList = [1, n0, _GL, 0, () => GrantItem$];
|
|
499
|
+
var RateCardList = [1, n0, _RCL, 0, () => RateCardItem$];
|
|
500
|
+
var Resources = [1, n0, _Re, 0, () => Resource$];
|
|
501
|
+
var ScheduleList = [1, n0, _SL, 0, () => ScheduleItem$];
|
|
502
|
+
var UsageBasedRateCardList = [1, n0, _UBRCL, 0, () => UsageBasedRateCardItem$];
|
|
503
|
+
var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField$];
|
|
504
|
+
var AcceptedTerm$ = [
|
|
504
505
|
3,
|
|
505
506
|
n0,
|
|
506
507
|
_AT,
|
|
507
508
|
0,
|
|
508
509
|
[_lT, _sTu, _rTe, _uBPT, _cUPT, _bPT, _rPT, _vT, _pST, _fTPT, _fUPT, _vPT],
|
|
509
510
|
[
|
|
510
|
-
() => LegalTerm
|
|
511
|
-
() => SupportTerm
|
|
512
|
-
() => RenewalTerm
|
|
513
|
-
() => UsageBasedPricingTerm
|
|
514
|
-
() => ConfigurableUpfrontPricingTerm
|
|
515
|
-
() => ByolPricingTerm
|
|
516
|
-
() => RecurringPaymentTerm
|
|
517
|
-
() => ValidityTerm
|
|
518
|
-
() => PaymentScheduleTerm
|
|
519
|
-
() => FreeTrialPricingTerm
|
|
520
|
-
() => FixedUpfrontPricingTerm
|
|
521
|
-
() => VariablePaymentTerm
|
|
511
|
+
() => LegalTerm$,
|
|
512
|
+
() => SupportTerm$,
|
|
513
|
+
() => RenewalTerm$,
|
|
514
|
+
() => UsageBasedPricingTerm$,
|
|
515
|
+
() => ConfigurableUpfrontPricingTerm$,
|
|
516
|
+
() => ByolPricingTerm$,
|
|
517
|
+
() => RecurringPaymentTerm$,
|
|
518
|
+
() => ValidityTerm$,
|
|
519
|
+
() => PaymentScheduleTerm$,
|
|
520
|
+
() => FreeTrialPricingTerm$,
|
|
521
|
+
() => FixedUpfrontPricingTerm$,
|
|
522
|
+
() => VariablePaymentTerm$,
|
|
522
523
|
],
|
|
523
524
|
];
|
|
524
|
-
var DescribeAgreement = [
|
|
525
|
+
var DescribeAgreement$ = [
|
|
525
526
|
9,
|
|
526
527
|
n0,
|
|
527
528
|
_DA,
|
|
528
529
|
0,
|
|
529
|
-
() => DescribeAgreementInput
|
|
530
|
-
() => DescribeAgreementOutput
|
|
530
|
+
() => DescribeAgreementInput$,
|
|
531
|
+
() => DescribeAgreementOutput$,
|
|
531
532
|
];
|
|
532
|
-
var GetAgreementTerms = [
|
|
533
|
+
var GetAgreementTerms$ = [
|
|
533
534
|
9,
|
|
534
535
|
n0,
|
|
535
536
|
_GAT,
|
|
536
537
|
0,
|
|
537
|
-
() => GetAgreementTermsInput
|
|
538
|
-
() => GetAgreementTermsOutput
|
|
538
|
+
() => GetAgreementTermsInput$,
|
|
539
|
+
() => GetAgreementTermsOutput$,
|
|
539
540
|
];
|
|
540
|
-
var SearchAgreements = [
|
|
541
|
+
var SearchAgreements$ = [
|
|
541
542
|
9,
|
|
542
543
|
n0,
|
|
543
544
|
_SA,
|
|
544
545
|
0,
|
|
545
|
-
() => SearchAgreementsInput
|
|
546
|
-
() => SearchAgreementsOutput
|
|
546
|
+
() => SearchAgreementsInput$,
|
|
547
|
+
() => SearchAgreementsOutput$,
|
|
547
548
|
];
|
|
548
549
|
|
|
549
550
|
class DescribeAgreementCommand extends smithyClient.Command
|
|
@@ -554,7 +555,7 @@ class DescribeAgreementCommand extends smithyClient.Command
|
|
|
554
555
|
})
|
|
555
556
|
.s("AWSMPCommerceService_v20200301", "DescribeAgreement", {})
|
|
556
557
|
.n("MarketplaceAgreementClient", "DescribeAgreementCommand")
|
|
557
|
-
.sc(DescribeAgreement)
|
|
558
|
+
.sc(DescribeAgreement$)
|
|
558
559
|
.build() {
|
|
559
560
|
}
|
|
560
561
|
|
|
@@ -566,7 +567,7 @@ class GetAgreementTermsCommand extends smithyClient.Command
|
|
|
566
567
|
})
|
|
567
568
|
.s("AWSMPCommerceService_v20200301", "GetAgreementTerms", {})
|
|
568
569
|
.n("MarketplaceAgreementClient", "GetAgreementTermsCommand")
|
|
569
|
-
.sc(GetAgreementTerms)
|
|
570
|
+
.sc(GetAgreementTerms$)
|
|
570
571
|
.build() {
|
|
571
572
|
}
|
|
572
573
|
|
|
@@ -578,7 +579,7 @@ class SearchAgreementsCommand extends smithyClient.Command
|
|
|
578
579
|
})
|
|
579
580
|
.s("AWSMPCommerceService_v20200301", "SearchAgreements", {})
|
|
580
581
|
.n("MarketplaceAgreementClient", "SearchAgreementsCommand")
|
|
581
|
-
.sc(SearchAgreements)
|
|
582
|
+
.sc(SearchAgreements$)
|
|
582
583
|
.build() {
|
|
583
584
|
}
|
|
584
585
|
|
|
@@ -639,21 +640,70 @@ Object.defineProperty(exports, "__Client", {
|
|
|
639
640
|
enumerable: true,
|
|
640
641
|
get: function () { return smithyClient.Client; }
|
|
641
642
|
});
|
|
642
|
-
exports.
|
|
643
|
+
exports.AcceptedTerm$ = AcceptedTerm$;
|
|
644
|
+
exports.Acceptor$ = Acceptor$;
|
|
645
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
646
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
643
647
|
exports.AgreementStatus = AgreementStatus;
|
|
648
|
+
exports.AgreementViewSummary$ = AgreementViewSummary$;
|
|
649
|
+
exports.ByolPricingTerm$ = ByolPricingTerm$;
|
|
650
|
+
exports.ConfigurableUpfrontPricingTerm$ = ConfigurableUpfrontPricingTerm$;
|
|
651
|
+
exports.ConfigurableUpfrontPricingTermConfiguration$ = ConfigurableUpfrontPricingTermConfiguration$;
|
|
652
|
+
exports.ConfigurableUpfrontRateCardItem$ = ConfigurableUpfrontRateCardItem$;
|
|
653
|
+
exports.Constraints$ = Constraints$;
|
|
654
|
+
exports.DescribeAgreement$ = DescribeAgreement$;
|
|
644
655
|
exports.DescribeAgreementCommand = DescribeAgreementCommand;
|
|
656
|
+
exports.DescribeAgreementInput$ = DescribeAgreementInput$;
|
|
657
|
+
exports.DescribeAgreementOutput$ = DescribeAgreementOutput$;
|
|
658
|
+
exports.Dimension$ = Dimension$;
|
|
659
|
+
exports.DocumentItem$ = DocumentItem$;
|
|
660
|
+
exports.EstimatedCharges$ = EstimatedCharges$;
|
|
661
|
+
exports.Filter$ = Filter$;
|
|
662
|
+
exports.FixedUpfrontPricingTerm$ = FixedUpfrontPricingTerm$;
|
|
663
|
+
exports.FreeTrialPricingTerm$ = FreeTrialPricingTerm$;
|
|
664
|
+
exports.GetAgreementTerms$ = GetAgreementTerms$;
|
|
645
665
|
exports.GetAgreementTermsCommand = GetAgreementTermsCommand;
|
|
646
|
-
exports.
|
|
666
|
+
exports.GetAgreementTermsInput$ = GetAgreementTermsInput$;
|
|
667
|
+
exports.GetAgreementTermsOutput$ = GetAgreementTermsOutput$;
|
|
668
|
+
exports.GrantItem$ = GrantItem$;
|
|
669
|
+
exports.InternalServerException = InternalServerException;
|
|
670
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
671
|
+
exports.LegalTerm$ = LegalTerm$;
|
|
647
672
|
exports.MarketplaceAgreement = MarketplaceAgreement;
|
|
648
673
|
exports.MarketplaceAgreementClient = MarketplaceAgreementClient;
|
|
649
|
-
exports.MarketplaceAgreementServiceException = MarketplaceAgreementServiceException
|
|
674
|
+
exports.MarketplaceAgreementServiceException = MarketplaceAgreementServiceException;
|
|
675
|
+
exports.MarketplaceAgreementServiceException$ = MarketplaceAgreementServiceException$;
|
|
650
676
|
exports.PaymentRequestApprovalStrategy = PaymentRequestApprovalStrategy;
|
|
651
|
-
exports.
|
|
677
|
+
exports.PaymentScheduleTerm$ = PaymentScheduleTerm$;
|
|
678
|
+
exports.ProposalSummary$ = ProposalSummary$;
|
|
679
|
+
exports.Proposer$ = Proposer$;
|
|
680
|
+
exports.RateCardItem$ = RateCardItem$;
|
|
681
|
+
exports.RecurringPaymentTerm$ = RecurringPaymentTerm$;
|
|
682
|
+
exports.RenewalTerm$ = RenewalTerm$;
|
|
683
|
+
exports.RenewalTermConfiguration$ = RenewalTermConfiguration$;
|
|
684
|
+
exports.Resource$ = Resource$;
|
|
685
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
686
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
652
687
|
exports.ResourceType = ResourceType;
|
|
688
|
+
exports.ScheduleItem$ = ScheduleItem$;
|
|
689
|
+
exports.SearchAgreements$ = SearchAgreements$;
|
|
653
690
|
exports.SearchAgreementsCommand = SearchAgreementsCommand;
|
|
691
|
+
exports.SearchAgreementsInput$ = SearchAgreementsInput$;
|
|
692
|
+
exports.SearchAgreementsOutput$ = SearchAgreementsOutput$;
|
|
693
|
+
exports.Selector$ = Selector$;
|
|
694
|
+
exports.Sort$ = Sort$;
|
|
654
695
|
exports.SortOrder = SortOrder;
|
|
655
|
-
exports.
|
|
656
|
-
exports.
|
|
696
|
+
exports.SupportTerm$ = SupportTerm$;
|
|
697
|
+
exports.ThrottlingException = ThrottlingException;
|
|
698
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
699
|
+
exports.UsageBasedPricingTerm$ = UsageBasedPricingTerm$;
|
|
700
|
+
exports.UsageBasedRateCardItem$ = UsageBasedRateCardItem$;
|
|
701
|
+
exports.ValidationException = ValidationException;
|
|
702
|
+
exports.ValidationException$ = ValidationException$;
|
|
703
|
+
exports.ValidationExceptionField$ = ValidationExceptionField$;
|
|
657
704
|
exports.ValidationExceptionReason = ValidationExceptionReason;
|
|
705
|
+
exports.ValidityTerm$ = ValidityTerm$;
|
|
706
|
+
exports.VariablePaymentTerm$ = VariablePaymentTerm$;
|
|
707
|
+
exports.VariablePaymentTermConfiguration$ = VariablePaymentTermConfiguration$;
|
|
658
708
|
exports.paginateGetAgreementTerms = paginateGetAgreementTerms;
|
|
659
709
|
exports.paginateSearchAgreements = paginateSearchAgreements;
|
|
@@ -26,12 +26,12 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsJson1_0Protocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.marketplaceagreement",
|
|
32
|
+
version: "2020-03-01",
|
|
33
|
+
serviceTarget: "AWSMPCommerceService_v20200301",
|
|
34
|
+
},
|
|
35
35
|
serviceId: config?.serviceId ?? "Marketplace Agreement",
|
|
36
36
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
37
37
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeAgreement } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeAgreement$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeAgreementCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeAgreementCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSMPCommerceService_v20200301", "DescribeAgreement", {})
|
|
13
13
|
.n("MarketplaceAgreementClient", "DescribeAgreementCommand")
|
|
14
|
-
.sc(DescribeAgreement)
|
|
14
|
+
.sc(DescribeAgreement$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetAgreementTerms } from "../schemas/schemas_0";
|
|
4
|
+
import { GetAgreementTerms$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetAgreementTermsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetAgreementTermsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSMPCommerceService_v20200301", "GetAgreementTerms", {})
|
|
13
13
|
.n("MarketplaceAgreementClient", "GetAgreementTermsCommand")
|
|
14
|
-
.sc(GetAgreementTerms)
|
|
14
|
+
.sc(GetAgreementTerms$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { SearchAgreements } from "../schemas/schemas_0";
|
|
4
|
+
import { SearchAgreements$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class SearchAgreementsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class SearchAgreementsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSMPCommerceService_v20200301", "SearchAgreements", {})
|
|
13
13
|
.n("MarketplaceAgreementClient", "SearchAgreementsCommand")
|
|
14
|
-
.sc(SearchAgreements)
|
|
14
|
+
.sc(SearchAgreements$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -23,12 +23,12 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
23
|
},
|
|
24
24
|
],
|
|
25
25
|
logger: config?.logger ?? new NoOpLogger(),
|
|
26
|
-
protocol: config?.protocol ??
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
26
|
+
protocol: config?.protocol ?? AwsJson1_0Protocol,
|
|
27
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
28
|
+
defaultNamespace: "com.amazonaws.marketplaceagreement",
|
|
29
|
+
version: "2020-03-01",
|
|
30
|
+
serviceTarget: "AWSMPCommerceService_v20200301",
|
|
31
|
+
},
|
|
32
32
|
serviceId: config?.serviceId ?? "Marketplace Agreement",
|
|
33
33
|
urlParser: config?.urlParser ?? parseUrl,
|
|
34
34
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|