@aws-sdk/client-marketplace-discovery 3.1075.0 → 3.1077.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
@@ -1,21 +1,58 @@
1
- var __exportStar = (m, e) => { Object.assign(e, m); };
2
- const { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
1
+ const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
3
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
4
- const { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
5
4
  exports.$Command = Command;
6
5
  exports.__Client = Client;
7
- const { resolveRegionConfig } = require("@smithy/core/config");
8
- const { resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
9
- const { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
10
- const { resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
11
- const { getSchemaSerdePlugin } = require("@smithy/core/schema");
12
- const { resolveHttpAuthSchemeConfig, defaultMarketplaceDiscoveryHttpAuthSchemeParametersProvider } = require("./auth/httpAuthSchemeProvider");
13
- const { getRuntimeConfig } = require("./runtimeConfig");
14
- const { GetListing$, GetOffer$, GetOfferSet$, GetOfferTerms$, GetProduct$, ListFulfillmentOptions$, ListPurchaseOptions$, SearchFacets$, SearchListings$ } = require("./schemas/schemas_0");
15
- __exportStar(require("./schemas/schemas_0"), exports);
16
- __exportStar(require("./models/errors"), exports);
17
- const { MarketplaceDiscoveryServiceException } = require("./models/MarketplaceDiscoveryServiceException");
18
- exports.MarketplaceDiscoveryServiceException = MarketplaceDiscoveryServiceException;
6
+ const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
+ const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
8
+ const { parseUrl, getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
9
+ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
10
+ const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
+ const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
+ const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
+ const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
+ const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
16
+ const { Sha256 } = require("@smithy/core/checksum");
17
+
18
+ const defaultMarketplaceDiscoveryHttpAuthSchemeParametersProvider = async (config, context, input) => {
19
+ return {
20
+ operation: getSmithyContext(context).operation,
21
+ region: await normalizeProvider(config.region)() || (() => {
22
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
23
+ })(),
24
+ };
25
+ };
26
+ function createAwsAuthSigv4HttpAuthOption(authParameters) {
27
+ return {
28
+ schemeId: "aws.auth#sigv4",
29
+ signingProperties: {
30
+ name: "aws-marketplace",
31
+ region: authParameters.region,
32
+ },
33
+ propertiesExtractor: (config, context) => ({
34
+ signingProperties: {
35
+ config,
36
+ context,
37
+ },
38
+ }),
39
+ };
40
+ }
41
+ const defaultMarketplaceDiscoveryHttpAuthSchemeProvider = (authParameters) => {
42
+ const options = [];
43
+ switch (authParameters.operation) {
44
+ default: {
45
+ options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
46
+ }
47
+ }
48
+ return options;
49
+ };
50
+ const resolveHttpAuthSchemeConfig = (config) => {
51
+ const config_0 = resolveAwsSdkSigV4Config(config);
52
+ return Object.assign(config_0, {
53
+ authSchemePreference: normalizeProvider(config.authSchemePreference ?? []),
54
+ });
55
+ };
19
56
 
20
57
  const resolveClientEndpointParameters = (options) => {
21
58
  return Object.assign(options, {
@@ -29,6 +66,1127 @@ const commonParams = {
29
66
  Region: { type: "builtInParams", name: "region" },
30
67
  };
31
68
 
69
+ var version = "3.1076.0";
70
+ var packageInfo = {
71
+ version: version};
72
+
73
+ const a = "isSet", b = { "ref": "Endpoint" }, c = [{ "ref": "Region" }];
74
+ const _data = {
75
+ conditions: [
76
+ [a, [b]],
77
+ [a, c],
78
+ ["aws.partition", c, "PartitionResult"],
79
+ ["booleanEquals", [{ ref: "UseFIPS" }, true]]
80
+ ],
81
+ results: [
82
+ [-1],
83
+ [-1, "Invalid Configuration: FIPS and custom endpoint are not supported"],
84
+ [b, {}],
85
+ ["https://discovery-marketplace-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", {}],
86
+ ["https://discovery-marketplace.{Region}.{PartitionResult#dualStackDnsSuffix}", {}],
87
+ [-1, "Invalid Configuration: Missing Region"]
88
+ ]
89
+ };
90
+ const root = 2;
91
+ const r = 100_000_000;
92
+ const nodes = new Int32Array([
93
+ -1, 1, -1,
94
+ 0, 6, 3,
95
+ 1, 4, r + 5,
96
+ 2, 5, r + 5,
97
+ 3, r + 3, r + 4,
98
+ 3, r + 1, r + 2,
99
+ ]);
100
+ const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
101
+
102
+ const cache = new EndpointCache({
103
+ size: 50,
104
+ params: ["Endpoint", "Region", "UseFIPS"],
105
+ });
106
+ const defaultEndpointResolver = (endpointParams, context = {}) => {
107
+ return cache.get(endpointParams, () => decideEndpoint(bdd, {
108
+ endpointParams: endpointParams,
109
+ logger: context.logger,
110
+ }));
111
+ };
112
+ customEndpointFunctions.aws = awsEndpointFunctions;
113
+
114
+ class MarketplaceDiscoveryServiceException extends ServiceException {
115
+ constructor(options) {
116
+ super(options);
117
+ Object.setPrototypeOf(this, MarketplaceDiscoveryServiceException.prototype);
118
+ }
119
+ }
120
+
121
+ class AccessDeniedException extends MarketplaceDiscoveryServiceException {
122
+ name = "AccessDeniedException";
123
+ $fault = "client";
124
+ constructor(opts) {
125
+ super({
126
+ name: "AccessDeniedException",
127
+ $fault: "client",
128
+ ...opts,
129
+ });
130
+ Object.setPrototypeOf(this, AccessDeniedException.prototype);
131
+ }
132
+ }
133
+ class InternalServerException extends MarketplaceDiscoveryServiceException {
134
+ name = "InternalServerException";
135
+ $fault = "server";
136
+ constructor(opts) {
137
+ super({
138
+ name: "InternalServerException",
139
+ $fault: "server",
140
+ ...opts,
141
+ });
142
+ Object.setPrototypeOf(this, InternalServerException.prototype);
143
+ }
144
+ }
145
+ class ResourceNotFoundException extends MarketplaceDiscoveryServiceException {
146
+ name = "ResourceNotFoundException";
147
+ $fault = "client";
148
+ constructor(opts) {
149
+ super({
150
+ name: "ResourceNotFoundException",
151
+ $fault: "client",
152
+ ...opts,
153
+ });
154
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
155
+ }
156
+ }
157
+ class ThrottlingException extends MarketplaceDiscoveryServiceException {
158
+ name = "ThrottlingException";
159
+ $fault = "client";
160
+ constructor(opts) {
161
+ super({
162
+ name: "ThrottlingException",
163
+ $fault: "client",
164
+ ...opts,
165
+ });
166
+ Object.setPrototypeOf(this, ThrottlingException.prototype);
167
+ }
168
+ }
169
+ class ValidationException extends MarketplaceDiscoveryServiceException {
170
+ name = "ValidationException";
171
+ $fault = "client";
172
+ reason;
173
+ constructor(opts) {
174
+ super({
175
+ name: "ValidationException",
176
+ $fault: "client",
177
+ ...opts,
178
+ });
179
+ Object.setPrototypeOf(this, ValidationException.prototype);
180
+ this.reason = opts.reason;
181
+ }
182
+ }
183
+
184
+ const _ADE = "AccessDeniedException";
185
+ const _AFO = "ApiFulfillmentOption";
186
+ const _AMIFO = "AmazonMachineImageFulfillmentOption";
187
+ const _AMIOS = "AmazonMachineImageOperatingSystem";
188
+ const _AMIOSL = "AmazonMachineImageOperatingSystemList";
189
+ const _AMIR = "AmazonMachineImageRecommendation";
190
+ const _ASS = "AwsSupportedService";
191
+ const _ASSL = "AwsSupportedServiceList";
192
+ const _BPT = "ByolPricingTerm";
193
+ const _C = "Category";
194
+ const _CFFO = "CloudFormationFulfillmentOption";
195
+ const _CFO = "ContainerFulfillmentOption";
196
+ const _CL = "CategoryList";
197
+ const _COS = "ContainerOperatingSystem";
198
+ const _COSL = "ContainerOperatingSystemList";
199
+ const _CUPT = "ConfigurableUpfrontPricingTerm";
200
+ const _CURCI = "ConfigurableUpfrontRateCardItem";
201
+ const _CURCL = "ConfigurableUpfrontRateCardList";
202
+ const _Co = "Constraints";
203
+ const _DA = "DataArtifact";
204
+ const _DAL = "DataArtifactList";
205
+ const _DEFO = "DataExchangeFulfillmentOption";
206
+ const _DI = "DocumentItem";
207
+ const _DL = "DimensionLabel";
208
+ const _DLL = "DimensionLabelList";
209
+ const _DLo = "DocumentList";
210
+ const _EAOFO = "EksAddOnFulfillmentOption";
211
+ const _EAOOS = "EksAddOnOperatingSystem";
212
+ const _EAOOSL = "EksAddOnOperatingSystemList";
213
+ const _EIBCFO = "Ec2ImageBuilderComponentFulfillmentOption";
214
+ const _FO = "FulfillmentOption";
215
+ const _FOL = "FulfillmentOptionsList";
216
+ const _FOS = "FulfillmentOptionSummary";
217
+ const _FOSL = "FulfillmentOptionSummaryList";
218
+ const _FTPT = "FreeTrialPricingTerm";
219
+ const _FUPT = "FixedUpfrontPricingTerm";
220
+ const _GI = "GrantItem";
221
+ const _GL = "GrantList";
222
+ const _GLI = "GetListingInput";
223
+ const _GLO = "GetListingOutput";
224
+ const _GLe = "GetListing";
225
+ const _GO = "GetOffer";
226
+ const _GOI = "GetOfferInput";
227
+ const _GOO = "GetOfferOutput";
228
+ const _GOS = "GetOfferSet";
229
+ const _GOSI = "GetOfferSetInput";
230
+ const _GOSO = "GetOfferSetOutput";
231
+ const _GOT = "GetOfferTerms";
232
+ const _GOTI = "GetOfferTermsInput";
233
+ const _GOTO = "GetOfferTermsOutput";
234
+ const _GP = "GetProduct";
235
+ const _GPI = "GetProductInput";
236
+ const _GPO = "GetProductOutput";
237
+ const _HFO = "HelmFulfillmentOption";
238
+ const _HOS = "HelmOperatingSystem";
239
+ const _HOSL = "HelmOperatingSystemList";
240
+ const _ISE = "InternalServerException";
241
+ const _LAE = "ListingAssociatedEntity";
242
+ const _LAEL = "ListingAssociatedEntityList";
243
+ const _LB = "ListingBadge";
244
+ const _LBL = "ListingBadgeList";
245
+ const _LF = "ListingFacet";
246
+ const _LFL = "ListingFacetList";
247
+ const _LFO = "ListFulfillmentOptions";
248
+ const _LFOI = "ListFulfillmentOptionsInput";
249
+ const _LFOO = "ListFulfillmentOptionsOutput";
250
+ const _LPO = "ListPurchaseOptions";
251
+ const _LPOI = "ListPurchaseOptionsInput";
252
+ const _LPOO = "ListPurchaseOptionsOutput";
253
+ const _LS = "ListingSummary";
254
+ const _LSAE = "ListingSummaryAssociatedEntity";
255
+ const _LSAEL = "ListingSummaryAssociatedEntityList";
256
+ const _LSL = "ListingSummaryList";
257
+ const _LT = "LegalTerm";
258
+ const _OAE = "OfferAssociatedEntity";
259
+ const _OAEL = "OfferAssociatedEntityList";
260
+ const _OI = "OfferInformation";
261
+ const _OSAE = "OfferSetAssociatedEntity";
262
+ const _OSAEL = "OfferSetAssociatedEntityList";
263
+ const _OSI = "OfferSetInformation";
264
+ const _OT = "OfferTerm";
265
+ const _OTL = "OfferTermsList";
266
+ const _PEI = "PromotionalEmbeddedImage";
267
+ const _PEV = "PromotionalEmbeddedVideo";
268
+ const _PI = "ProductInformation";
269
+ const _PM = "PricingModel";
270
+ const _PML = "PricingModelList";
271
+ const _PMLr = "PromotionalMediaList";
272
+ const _PMr = "PromotionalMedia";
273
+ const _POAE = "PurchaseOptionAssociatedEntity";
274
+ const _POAEL = "PurchaseOptionAssociatedEntityList";
275
+ const _POB = "PurchaseOptionBadge";
276
+ const _POBL = "PurchaseOptionBadgeList";
277
+ const _POF = "PurchaseOptionFilter";
278
+ const _POFL = "PurchaseOptionFilterList";
279
+ const _POS = "PurchaseOptionSummary";
280
+ const _POSL = "PurchaseOptionSummaryList";
281
+ const _PSFO = "ProfessionalServicesFulfillmentOption";
282
+ const _PST = "PaymentScheduleTerm";
283
+ const _PU = "PricingUnit";
284
+ const _PUL = "PricingUnitList";
285
+ const _R = "Resource";
286
+ const _RCI = "RateCardItem";
287
+ const _RCL = "RateCardList";
288
+ const _RL = "ResourceList";
289
+ const _RNFE = "ResourceNotFoundException";
290
+ const _RPT = "RecurringPaymentTerm";
291
+ const _RS = "ReviewSummary";
292
+ const _RSS = "ReviewSourceSummary";
293
+ const _RSSL = "ReviewSourceSummaryList";
294
+ const _RT = "RenewalTerm";
295
+ const _S = "Selector";
296
+ const _SE = "SellerEngagement";
297
+ const _SEL = "SellerEngagementList";
298
+ const _SF = "SearchFilter";
299
+ const _SFI = "SearchFacetsInput";
300
+ const _SFL = "SearchFilterList";
301
+ const _SFO = "SaasFulfillmentOption";
302
+ const _SFOe = "SearchFacetsOutput";
303
+ const _SFe = "SearchFacets";
304
+ const _SI = "ScheduleItem";
305
+ const _SIe = "SellerInformation";
306
+ const _SL = "ScheduleList";
307
+ const _SLI = "SearchListingsInput";
308
+ const _SLO = "SearchListingsOutput";
309
+ const _SLe = "SearchListings";
310
+ const _SMAFO = "SageMakerAlgorithmFulfillmentOption";
311
+ const _SMAR = "SageMakerAlgorithmRecommendation";
312
+ const _SMMFO = "SageMakerModelFulfillmentOption";
313
+ const _SMMR = "SageMakerModelRecommendation";
314
+ const _ST = "SupportTerm";
315
+ const _TE = "ThrottlingException";
316
+ const _TTFM = "TypeToFacetMap";
317
+ const _UBPT = "UsageBasedPricingTerm";
318
+ const _UBRCI = "UsageBasedRateCardItem";
319
+ const _UBRCL = "UsageBasedRateCardList";
320
+ const _UC = "UseCase";
321
+ const _UCE = "UseCaseEntry";
322
+ const _UCL = "UseCaseList";
323
+ const _VE = "ValidationException";
324
+ const _VPT = "VariablePaymentTerm";
325
+ const _VT = "ValidityTerm";
326
+ const _aD = "agreementDuration";
327
+ const _aE = "associatedEntities";
328
+ const _aED = "agreementEndDate";
329
+ const _aFO = "apiFulfillmentOption";
330
+ const _aFT = "availableFromTime";
331
+ const _aMIFO = "amazonMachineImageFulfillmentOption";
332
+ const _aPI = "agreementProposalId";
333
+ const _aR = "averageRating";
334
+ const _aSD = "agreementStartDate";
335
+ const _aSS = "awsSupportedServices";
336
+ const _b = "badges";
337
+ const _bN = "buyerNotes";
338
+ const _bP = "billingPeriod";
339
+ const _bPT = "byolPricingTerm";
340
+ const _bT = "badgeType";
341
+ const _c = "client";
342
+ const _cA = "chargeAmount";
343
+ const _cC = "currencyCode";
344
+ const _cD = "chargeDate";
345
+ const _cFFO = "cloudFormationFulfillmentOption";
346
+ const _cFO = "containerFulfillmentOption";
347
+ const _cI = "categoryId";
348
+ const _cT = "contentType";
349
+ const _cUPT = "configurableUpfrontPricingTerm";
350
+ const _ca = "catalog";
351
+ const _cat = "categories";
352
+ const _co = "constraints";
353
+ const _cou = "count";
354
+ const _d = "description";
355
+ const _dA = "dataArtifacts";
356
+ const _dC = "dataClassification";
357
+ const _dEFO = "dataExchangeFulfillmentOption";
358
+ const _dK = "dimensionKey";
359
+ const _dL = "dimensionLabels";
360
+ const _dN = "displayName";
361
+ const _dOA = "deployedOnAws";
362
+ const _do = "documents";
363
+ const _du = "duration";
364
+ const _e = "error";
365
+ const _eAOFO = "eksAddOnFulfillmentOption";
366
+ const _eI = "embeddedImage";
367
+ const _eIBCFO = "ec2ImageBuilderComponentFulfillmentOption";
368
+ const _eT = "expirationTime";
369
+ const _eTn = "engagementType";
370
+ const _eV = "embeddedVideo";
371
+ const _f = "filters";
372
+ const _fO = "fulfillmentOptions";
373
+ const _fODN = "fulfillmentOptionDisplayName";
374
+ const _fOI = "fulfillmentOptionId";
375
+ const _fON = "fulfillmentOptionName";
376
+ const _fOS = "fulfillmentOptionSummaries";
377
+ const _fOT = "fulfillmentOptionType";
378
+ const _fOV = "fulfillmentOptionVersion";
379
+ const _fT = "filterType";
380
+ const _fTPT = "freeTrialPricingTerm";
381
+ const _fTa = "facetTypes";
382
+ const _fU = "fulfillmentUrl";
383
+ const _fUPT = "fixedUpfrontPricingTerm";
384
+ const _fV = "filterValues";
385
+ const _g = "grants";
386
+ const _h = "highlights";
387
+ const _hE = "httpError";
388
+ const _hFO = "helmFulfillmentOption";
389
+ const _ht = "http";
390
+ const _i = "id";
391
+ const _iG = "integrationGuide";
392
+ const _iT = "instanceType";
393
+ const _lD = "longDescription";
394
+ const _lF = "listingFacets";
395
+ const _lI = "listingId";
396
+ const _lN = "listingName";
397
+ const _lS = "listingSummaries";
398
+ const _lT = "labelType";
399
+ const _lTU = "logoThumbnailUrl";
400
+ const _lTe = "legalTerm";
401
+ const _lV = "labelValue";
402
+ const _m = "message";
403
+ const _mDS = "multipleDimensionSelection";
404
+ const _mQ = "maxQuantity";
405
+ const _mR = "maxResults";
406
+ const _mTCA = "maxTotalChargeAmount";
407
+ const _ma = "manufacturer";
408
+ const _nT = "nextToken";
409
+ const _o = "offer";
410
+ const _oI = "offerId";
411
+ const _oN = "offerName";
412
+ const _oS = "operatingSystems";
413
+ const _oSFN = "operatingSystemFamilyName";
414
+ const _oSI = "offerSetId";
415
+ const _oSN = "operatingSystemName";
416
+ const _oSNf = "offerSetName";
417
+ const _oSV = "operatingSystemVersion";
418
+ const _oSf = "offerSet";
419
+ const _oT = "offerTerms";
420
+ const _p = "price";
421
+ const _pI = "productId";
422
+ const _pM = "pricingModels";
423
+ const _pMT = "pricingModelType";
424
+ const _pMr = "promotionalMedia";
425
+ const _pMri = "pricingModel";
426
+ const _pN = "productName";
427
+ const _pO = "purchaseOptions";
428
+ const _pOI = "purchaseOptionId";
429
+ const _pON = "purchaseOptionName";
430
+ const _pOT = "purchaseOptionType";
431
+ const _pSFO = "professionalServicesFulfillmentOption";
432
+ const _pST = "paymentScheduleTerm";
433
+ const _pU = "pricingUnits";
434
+ const _pUT = "pricingUnitType";
435
+ const _pa = "parent";
436
+ const _pr = "product";
437
+ const _pre = "preview";
438
+ const _pu = "publisher";
439
+ const _qC = "quantityConfiguration";
440
+ const _r = "reason";
441
+ const _rA = "resourceArn";
442
+ const _rAI = "replacementAgreementId";
443
+ const _rBTIT = "recommendedBatchTransformInstanceType";
444
+ const _rC = "rateCards";
445
+ const _rCa = "rateCard";
446
+ const _rN = "releaseNotes";
447
+ const _rP = "refundPolicy";
448
+ const _rPT = "recurringPaymentTerm";
449
+ const _rRIIT = "recommendedRealtimeInferenceInstanceType";
450
+ const _rS = "reviewSummary";
451
+ const _rSS = "reviewSourceSummaries";
452
+ const _rT = "resourceType";
453
+ const _rTIT = "recommendedTrainingInstanceType";
454
+ const _rTe = "renewalTerm";
455
+ const _re = "recommendation";
456
+ const _res = "resources";
457
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.marketplacediscovery";
458
+ const _sB = "sortBy";
459
+ const _sD = "shortDescription";
460
+ const _sE = "sellerEngagements";
461
+ const _sFO = "saasFulfillmentOption";
462
+ const _sI = "sourceId";
463
+ const _sMAFO = "sageMakerAlgorithmFulfillmentOption";
464
+ const _sMMFO = "sageMakerModelFulfillmentOption";
465
+ const _sN = "sourceName";
466
+ const _sO = "sortOrder";
467
+ const _sOR = "sellerOfRecord";
468
+ const _sPI = "sellerProfileId";
469
+ const _sST = "supportedServiceType";
470
+ const _sT = "searchText";
471
+ const _sTu = "supportTerm";
472
+ const _sU = "sourceUrl";
473
+ const _sc = "schedule";
474
+ const _se = "server";
475
+ const _sel = "selector";
476
+ const _t = "type";
477
+ const _tR = "totalReviews";
478
+ const _tRo = "totalResults";
479
+ const _th = "thumbnail";
480
+ const _ti = "title";
481
+ const _u = "url";
482
+ const _uBPT = "usageBasedPricingTerm";
483
+ const _uC = "useCases";
484
+ const _uCs = "useCase";
485
+ const _uI = "usageInstructions";
486
+ const _un = "unit";
487
+ const _v = "version";
488
+ const _vPT = "variablePaymentTerm";
489
+ const _vT = "validityTerm";
490
+ const _va = "value";
491
+ const n0 = "com.amazonaws.marketplacediscovery";
492
+ const _s_registry = TypeRegistry.for(_s);
493
+ var MarketplaceDiscoveryServiceException$ = [-3, _s, "MarketplaceDiscoveryServiceException", 0, [], []];
494
+ _s_registry.registerError(MarketplaceDiscoveryServiceException$, MarketplaceDiscoveryServiceException);
495
+ const n0_registry = TypeRegistry.for(n0);
496
+ var AccessDeniedException$ = [-3, n0, _ADE,
497
+ { [_e]: _c, [_hE]: 403 },
498
+ [_m],
499
+ [0]
500
+ ];
501
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
502
+ var InternalServerException$ = [-3, n0, _ISE,
503
+ { [_e]: _se, [_hE]: 500 },
504
+ [_m],
505
+ [0]
506
+ ];
507
+ n0_registry.registerError(InternalServerException$, InternalServerException);
508
+ var ResourceNotFoundException$ = [-3, n0, _RNFE,
509
+ { [_e]: _c, [_hE]: 404 },
510
+ [_m],
511
+ [0]
512
+ ];
513
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
514
+ var ThrottlingException$ = [-3, n0, _TE,
515
+ { [_e]: _c, [_hE]: 429 },
516
+ [_m],
517
+ [0]
518
+ ];
519
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
520
+ var ValidationException$ = [-3, n0, _VE,
521
+ { [_e]: _c, [_hE]: 400 },
522
+ [_m, _r],
523
+ [0, 0]
524
+ ];
525
+ n0_registry.registerError(ValidationException$, ValidationException);
526
+ const errorTypeRegistries = [
527
+ _s_registry,
528
+ n0_registry,
529
+ ];
530
+ var AmazonMachineImageFulfillmentOption$ = [3, n0, _AMIFO,
531
+ 0,
532
+ [_fOI, _fON, _fOT, _fODN, _oS, _fOV, _re, _rN, _uI],
533
+ [0, 0, 0, 0, () => AmazonMachineImageOperatingSystemList, 0, () => AmazonMachineImageRecommendation$, 0, 0], 5
534
+ ];
535
+ var AmazonMachineImageOperatingSystem$ = [3, n0, _AMIOS,
536
+ 0,
537
+ [_oSFN, _oSN, _oSV],
538
+ [0, 0, 0], 2
539
+ ];
540
+ var AmazonMachineImageRecommendation$ = [3, n0, _AMIR,
541
+ 0,
542
+ [_iT],
543
+ [0], 1
544
+ ];
545
+ var ApiFulfillmentOption$ = [3, n0, _AFO,
546
+ 0,
547
+ [_fOI, _fOT, _fODN, _aSS, _uI],
548
+ [0, 0, 0, () => AwsSupportedServiceList, 0], 4
549
+ ];
550
+ var AwsSupportedService$ = [3, n0, _ASS,
551
+ 0,
552
+ [_sST, _dN, _d],
553
+ [0, 0, 0], 3
554
+ ];
555
+ var ByolPricingTerm$ = [3, n0, _BPT,
556
+ 0,
557
+ [_i, _t],
558
+ [0, 0], 2
559
+ ];
560
+ var Category$ = [3, n0, _C,
561
+ 0,
562
+ [_cI, _dN],
563
+ [0, 0], 2
564
+ ];
565
+ var CloudFormationFulfillmentOption$ = [3, n0, _CFFO,
566
+ 0,
567
+ [_fOI, _fON, _fOT, _fODN, _fOV, _rN, _uI],
568
+ [0, 0, 0, 0, 0, 0, 0], 4
569
+ ];
570
+ var ConfigurableUpfrontPricingTerm$ = [3, n0, _CUPT,
571
+ 0,
572
+ [_i, _t, _cC, _rC],
573
+ [0, 0, 0, () => ConfigurableUpfrontRateCardList], 3
574
+ ];
575
+ var ConfigurableUpfrontRateCardItem$ = [3, n0, _CURCI,
576
+ 0,
577
+ [_sel, _co, _rCa],
578
+ [() => Selector$, () => Constraints$, () => RateCardList], 3
579
+ ];
580
+ var Constraints$ = [3, n0, _Co,
581
+ 0,
582
+ [_mDS, _qC],
583
+ [0, 0], 2
584
+ ];
585
+ var ContainerFulfillmentOption$ = [3, n0, _CFO,
586
+ 0,
587
+ [_fOI, _fON, _fOT, _fODN, _fOV, _oS, _aSS, _rN, _uI],
588
+ [0, 0, 0, 0, 0, () => ContainerOperatingSystemList, () => AwsSupportedServiceList, 0, 0], 4
589
+ ];
590
+ var ContainerOperatingSystem$ = [3, n0, _COS,
591
+ 0,
592
+ [_oSFN, _oSN],
593
+ [0, 0], 2
594
+ ];
595
+ var DataArtifact$ = [3, n0, _DA,
596
+ 0,
597
+ [_rT, _dC, _d, _rA],
598
+ [0, 0, 0, 0], 2
599
+ ];
600
+ var DataExchangeFulfillmentOption$ = [3, n0, _DEFO,
601
+ 0,
602
+ [_fOI, _fOT, _fODN, _dA],
603
+ [0, 0, 0, () => DataArtifactList], 3
604
+ ];
605
+ var DimensionLabel$ = [3, n0, _DL,
606
+ 0,
607
+ [_lT, _lV, _dN],
608
+ [0, 0, 0], 2
609
+ ];
610
+ var DocumentItem$ = [3, n0, _DI,
611
+ 0,
612
+ [_t, _u, _v],
613
+ [0, 0, 0], 2
614
+ ];
615
+ var Ec2ImageBuilderComponentFulfillmentOption$ = [3, n0, _EIBCFO,
616
+ 0,
617
+ [_fOI, _fON, _fOT, _fODN, _fOV, _oS, _aSS, _rN, _uI],
618
+ [0, 0, 0, 0, 0, () => ContainerOperatingSystemList, () => AwsSupportedServiceList, 0, 0], 4
619
+ ];
620
+ var EksAddOnFulfillmentOption$ = [3, n0, _EAOFO,
621
+ 0,
622
+ [_fOI, _fON, _fOT, _fODN, _fOV, _oS, _rN, _uI, _aSS],
623
+ [0, 0, 0, 0, 0, () => EksAddOnOperatingSystemList, 0, 0, () => AwsSupportedServiceList], 4
624
+ ];
625
+ var EksAddOnOperatingSystem$ = [3, n0, _EAOOS,
626
+ 0,
627
+ [_oSFN, _oSN],
628
+ [0, 0], 2
629
+ ];
630
+ var FixedUpfrontPricingTerm$ = [3, n0, _FUPT,
631
+ 0,
632
+ [_i, _t, _cC, _p, _g, _du],
633
+ [0, 0, 0, 0, () => GrantList, 0], 5
634
+ ];
635
+ var FreeTrialPricingTerm$ = [3, n0, _FTPT,
636
+ 0,
637
+ [_i, _t, _g, _du],
638
+ [0, 0, () => GrantList, 0], 3
639
+ ];
640
+ var FulfillmentOptionSummary$ = [3, n0, _FOS,
641
+ 0,
642
+ [_fOT, _dN],
643
+ [0, 0], 2
644
+ ];
645
+ var GetListingInput$ = [3, n0, _GLI,
646
+ 0,
647
+ [_lI],
648
+ [0], 1
649
+ ];
650
+ var GetListingOutput$ = [3, n0, _GLO,
651
+ 0,
652
+ [_aE, _b, _ca, _cat, _fOS, _h, _lI, _lN, _lTU, _lD, _pM, _pU, _pMr, _pu, _res, _sE, _sD, _uC, _iG, _rS],
653
+ [() => ListingAssociatedEntityList, () => ListingBadgeList, 0, () => CategoryList, () => FulfillmentOptionSummaryList, 64 | 0, 0, 0, 0, 0, () => PricingModelList, () => PricingUnitList, () => PromotionalMediaList, () => SellerInformation$, () => ResourceList, () => SellerEngagementList, 0, () => UseCaseList, 0, () => ReviewSummary$], 18
654
+ ];
655
+ var GetOfferInput$ = [3, n0, _GOI,
656
+ 0,
657
+ [_oI],
658
+ [0], 1
659
+ ];
660
+ var GetOfferOutput$ = [3, n0, _GOO,
661
+ 0,
662
+ [_oI, _ca, _aPI, _sOR, _pMri, _b, _aE, _oN, _eT, _aFT, _rAI],
663
+ [0, 0, 0, () => SellerInformation$, () => PricingModel$, () => PurchaseOptionBadgeList, () => OfferAssociatedEntityList, 0, 4, 4, 0], 7
664
+ ];
665
+ var GetOfferSetInput$ = [3, n0, _GOSI,
666
+ 0,
667
+ [_oSI],
668
+ [0], 1
669
+ ];
670
+ var GetOfferSetOutput$ = [3, n0, _GOSO,
671
+ 0,
672
+ [_oSI, _ca, _sOR, _b, _aE, _oSNf, _aFT, _eT, _bN],
673
+ [0, 0, () => SellerInformation$, () => PurchaseOptionBadgeList, () => OfferSetAssociatedEntityList, 0, 4, 4, 0], 5
674
+ ];
675
+ var GetOfferTermsInput$ = [3, n0, _GOTI,
676
+ 0,
677
+ [_oI, _mR, _nT],
678
+ [0, 1, 0], 1
679
+ ];
680
+ var GetOfferTermsOutput$ = [3, n0, _GOTO,
681
+ 0,
682
+ [_oT, _nT],
683
+ [() => OfferTermsList, 0], 1
684
+ ];
685
+ var GetProductInput$ = [3, n0, _GPI,
686
+ 0,
687
+ [_pI],
688
+ [0], 1
689
+ ];
690
+ var GetProductOutput$ = [3, n0, _GPO,
691
+ 0,
692
+ [_pI, _ca, _pN, _dOA, _sD, _lD, _ma, _lTU, _fOS, _cat, _h, _pMr, _res, _sE],
693
+ [0, 0, 0, 0, 0, 0, () => SellerInformation$, 0, () => FulfillmentOptionSummaryList, () => CategoryList, 64 | 0, () => PromotionalMediaList, () => ResourceList, () => SellerEngagementList], 14
694
+ ];
695
+ var GrantItem$ = [3, n0, _GI,
696
+ 0,
697
+ [_dK, _dN, _un, _d, _dL, _mQ],
698
+ [0, 0, 0, 0, () => DimensionLabelList, 1], 3
699
+ ];
700
+ var HelmFulfillmentOption$ = [3, n0, _HFO,
701
+ 0,
702
+ [_fOI, _fON, _fOT, _fODN, _fOV, _oS, _rN, _aSS, _uI],
703
+ [0, 0, 0, 0, 0, () => HelmOperatingSystemList, 0, () => AwsSupportedServiceList, 0], 4
704
+ ];
705
+ var HelmOperatingSystem$ = [3, n0, _HOS,
706
+ 0,
707
+ [_oSFN, _oSN],
708
+ [0, 0], 2
709
+ ];
710
+ var LegalTerm$ = [3, n0, _LT,
711
+ 0,
712
+ [_i, _t, _do],
713
+ [0, 0, () => DocumentList], 3
714
+ ];
715
+ var ListFulfillmentOptionsInput$ = [3, n0, _LFOI,
716
+ 0,
717
+ [_pI, _mR, _nT],
718
+ [0, 1, 0], 1
719
+ ];
720
+ var ListFulfillmentOptionsOutput$ = [3, n0, _LFOO,
721
+ 0,
722
+ [_fO, _nT],
723
+ [() => FulfillmentOptionsList, 0], 1
724
+ ];
725
+ var ListingAssociatedEntity$ = [3, n0, _LAE,
726
+ 0,
727
+ [_pr, _o],
728
+ [() => ProductInformation$, () => OfferInformation$]
729
+ ];
730
+ var ListingBadge$ = [3, n0, _LB,
731
+ 0,
732
+ [_dN, _bT],
733
+ [0, 0], 2
734
+ ];
735
+ var ListingFacet$ = [3, n0, _LF,
736
+ 0,
737
+ [_va, _dN, _cou, _pa],
738
+ [0, 0, 1, 0], 3
739
+ ];
740
+ var ListingSummary$ = [3, n0, _LS,
741
+ 0,
742
+ [_lI, _lN, _pu, _ca, _sD, _lTU, _cat, _fOS, _b, _rS, _pM, _pU, _aE],
743
+ [0, 0, () => SellerInformation$, 0, 0, 0, () => CategoryList, () => FulfillmentOptionSummaryList, () => ListingBadgeList, () => ReviewSummary$, () => PricingModelList, () => PricingUnitList, () => ListingSummaryAssociatedEntityList], 13
744
+ ];
745
+ var ListingSummaryAssociatedEntity$ = [3, n0, _LSAE,
746
+ 0,
747
+ [_pr],
748
+ [() => ProductInformation$]
749
+ ];
750
+ var ListPurchaseOptionsInput$ = [3, n0, _LPOI,
751
+ 0,
752
+ [_f, _mR, _nT],
753
+ [() => PurchaseOptionFilterList, 1, 0]
754
+ ];
755
+ var ListPurchaseOptionsOutput$ = [3, n0, _LPOO,
756
+ 0,
757
+ [_pO, _nT],
758
+ [() => PurchaseOptionSummaryList, 0]
759
+ ];
760
+ var OfferAssociatedEntity$ = [3, n0, _OAE,
761
+ 0,
762
+ [_pr, _oSf],
763
+ [() => ProductInformation$, () => OfferSetInformation$], 1
764
+ ];
765
+ var OfferInformation$ = [3, n0, _OI,
766
+ 0,
767
+ [_oI, _sOR, _oN],
768
+ [0, () => SellerInformation$, 0], 2
769
+ ];
770
+ var OfferSetAssociatedEntity$ = [3, n0, _OSAE,
771
+ 0,
772
+ [_pr, _o],
773
+ [() => ProductInformation$, () => OfferInformation$], 2
774
+ ];
775
+ var OfferSetInformation$ = [3, n0, _OSI,
776
+ 0,
777
+ [_oSI, _sOR],
778
+ [0, () => SellerInformation$], 2
779
+ ];
780
+ var PaymentScheduleTerm$ = [3, n0, _PST,
781
+ 0,
782
+ [_i, _t, _cC, _sc],
783
+ [0, 0, 0, () => ScheduleList], 4
784
+ ];
785
+ var PricingModel$ = [3, n0, _PM,
786
+ 0,
787
+ [_pMT, _dN],
788
+ [0, 0], 2
789
+ ];
790
+ var PricingUnit$ = [3, n0, _PU,
791
+ 0,
792
+ [_pUT, _dN],
793
+ [0, 0], 2
794
+ ];
795
+ var ProductInformation$ = [3, n0, _PI,
796
+ 0,
797
+ [_pI, _pN, _ma],
798
+ [0, 0, () => SellerInformation$], 3
799
+ ];
800
+ var ProfessionalServicesFulfillmentOption$ = [3, n0, _PSFO,
801
+ 0,
802
+ [_fOI, _fOT, _fODN],
803
+ [0, 0, 0], 3
804
+ ];
805
+ var PromotionalEmbeddedImage$ = [3, n0, _PEI,
806
+ 0,
807
+ [_ti, _u, _d],
808
+ [0, 0, 0], 2
809
+ ];
810
+ var PromotionalEmbeddedVideo$ = [3, n0, _PEV,
811
+ 0,
812
+ [_ti, _u, _pre, _th, _d],
813
+ [0, 0, 0, 0, 0], 4
814
+ ];
815
+ var PurchaseOptionAssociatedEntity$ = [3, n0, _POAE,
816
+ 0,
817
+ [_pr, _o, _oSf],
818
+ [() => ProductInformation$, () => OfferInformation$, () => OfferSetInformation$], 2
819
+ ];
820
+ var PurchaseOptionBadge$ = [3, n0, _POB,
821
+ 0,
822
+ [_dN, _bT],
823
+ [0, 0], 2
824
+ ];
825
+ var PurchaseOptionFilter$ = [3, n0, _POF,
826
+ 0,
827
+ [_fT, _fV],
828
+ [0, 64 | 0], 2
829
+ ];
830
+ var PurchaseOptionSummary$ = [3, n0, _POS,
831
+ 0,
832
+ [_pOI, _ca, _pOT, _sOR, _aE, _pON, _aFT, _eT, _b],
833
+ [0, 0, 0, () => SellerInformation$, () => PurchaseOptionAssociatedEntityList, 0, 4, 4, () => PurchaseOptionBadgeList], 5
834
+ ];
835
+ var RateCardItem$ = [3, n0, _RCI,
836
+ 0,
837
+ [_dK, _dN, _un, _p, _d, _dL],
838
+ [0, 0, 0, 0, 0, () => DimensionLabelList], 4
839
+ ];
840
+ var RecurringPaymentTerm$ = [3, n0, _RPT,
841
+ 0,
842
+ [_i, _t, _cC, _bP, _p],
843
+ [0, 0, 0, 0, 0], 5
844
+ ];
845
+ var RenewalTerm$ = [3, n0, _RT,
846
+ 0,
847
+ [_i, _t],
848
+ [0, 0], 2
849
+ ];
850
+ var Resource$ = [3, n0, _R,
851
+ 0,
852
+ [_rT, _cT, _va, _dN],
853
+ [0, 0, 0, 0], 3
854
+ ];
855
+ var ReviewSourceSummary$ = [3, n0, _RSS,
856
+ 0,
857
+ [_sN, _sI, _aR, _tR, _sU],
858
+ [0, 0, 0, 1, 0], 4
859
+ ];
860
+ var ReviewSummary$ = [3, n0, _RS,
861
+ 0,
862
+ [_rSS],
863
+ [() => ReviewSourceSummaryList], 1
864
+ ];
865
+ var SaasFulfillmentOption$ = [3, n0, _SFO,
866
+ 0,
867
+ [_fOI, _fOT, _fODN, _fU, _uI],
868
+ [0, 0, 0, 0, 0], 3
869
+ ];
870
+ var SageMakerAlgorithmFulfillmentOption$ = [3, n0, _SMAFO,
871
+ 0,
872
+ [_fOI, _fOT, _fODN, _fOV, _rN, _uI, _re],
873
+ [0, 0, 0, 0, 0, 0, () => SageMakerAlgorithmRecommendation$], 3
874
+ ];
875
+ var SageMakerAlgorithmRecommendation$ = [3, n0, _SMAR,
876
+ 0,
877
+ [_rBTIT, _rTIT, _rRIIT],
878
+ [0, 0, 0], 2
879
+ ];
880
+ var SageMakerModelFulfillmentOption$ = [3, n0, _SMMFO,
881
+ 0,
882
+ [_fOI, _fOT, _fODN, _fOV, _rN, _uI, _re],
883
+ [0, 0, 0, 0, 0, 0, () => SageMakerModelRecommendation$], 3
884
+ ];
885
+ var SageMakerModelRecommendation$ = [3, n0, _SMMR,
886
+ 0,
887
+ [_rBTIT, _rRIIT],
888
+ [0, 0], 1
889
+ ];
890
+ var ScheduleItem$ = [3, n0, _SI,
891
+ 0,
892
+ [_cD, _cA],
893
+ [4, 0], 2
894
+ ];
895
+ var SearchFacetsInput$ = [3, n0, _SFI,
896
+ 0,
897
+ [_sT, _f, _fTa, _nT],
898
+ [0, () => SearchFilterList, 64 | 0, 0]
899
+ ];
900
+ var SearchFacetsOutput$ = [3, n0, _SFOe,
901
+ 0,
902
+ [_tRo, _lF, _nT],
903
+ [1, () => TypeToFacetMap, 0], 2
904
+ ];
905
+ var SearchFilter$ = [3, n0, _SF,
906
+ 0,
907
+ [_fT, _fV],
908
+ [0, 64 | 0], 2
909
+ ];
910
+ var SearchListingsInput$ = [3, n0, _SLI,
911
+ 0,
912
+ [_sT, _f, _mR, _sB, _sO, _nT],
913
+ [0, () => SearchFilterList, 1, 0, 0, 0]
914
+ ];
915
+ var SearchListingsOutput$ = [3, n0, _SLO,
916
+ 0,
917
+ [_tRo, _lS, _nT],
918
+ [1, () => ListingSummaryList, 0], 2
919
+ ];
920
+ var Selector$ = [3, n0, _S,
921
+ 0,
922
+ [_t, _va],
923
+ [0, 0], 2
924
+ ];
925
+ var SellerEngagement$ = [3, n0, _SE,
926
+ 0,
927
+ [_eTn, _cT, _va],
928
+ [0, 0, 0], 3
929
+ ];
930
+ var SellerInformation$ = [3, n0, _SIe,
931
+ 0,
932
+ [_sPI, _dN],
933
+ [0, 0], 2
934
+ ];
935
+ var SupportTerm$ = [3, n0, _ST,
936
+ 0,
937
+ [_i, _t, _rP],
938
+ [0, 0, 0], 3
939
+ ];
940
+ var UsageBasedPricingTerm$ = [3, n0, _UBPT,
941
+ 0,
942
+ [_i, _t, _cC, _rC],
943
+ [0, 0, 0, () => UsageBasedRateCardList], 4
944
+ ];
945
+ var UsageBasedRateCardItem$ = [3, n0, _UBRCI,
946
+ 0,
947
+ [_rCa],
948
+ [() => RateCardList], 1
949
+ ];
950
+ var UseCase$ = [3, n0, _UC,
951
+ 0,
952
+ [_d, _dN, _va],
953
+ [0, 0, 0], 3
954
+ ];
955
+ var UseCaseEntry$ = [3, n0, _UCE,
956
+ 0,
957
+ [_uCs],
958
+ [() => UseCase$], 1
959
+ ];
960
+ var ValidityTerm$ = [3, n0, _VT,
961
+ 0,
962
+ [_i, _t, _aD, _aED, _aSD],
963
+ [0, 0, 0, 4, 4], 2
964
+ ];
965
+ var VariablePaymentTerm$ = [3, n0, _VPT,
966
+ 0,
967
+ [_i, _t, _cC, _mTCA],
968
+ [0, 0, 0, 0], 4
969
+ ];
970
+ var AmazonMachineImageOperatingSystemList = [1, n0, _AMIOSL,
971
+ 0, () => AmazonMachineImageOperatingSystem$
972
+ ];
973
+ var AwsSupportedServiceList = [1, n0, _ASSL,
974
+ 0, () => AwsSupportedService$
975
+ ];
976
+ var CategoryList = [1, n0, _CL,
977
+ 0, () => Category$
978
+ ];
979
+ var ConfigurableUpfrontRateCardList = [1, n0, _CURCL,
980
+ 0, () => ConfigurableUpfrontRateCardItem$
981
+ ];
982
+ var ContainerOperatingSystemList = [1, n0, _COSL,
983
+ 0, () => ContainerOperatingSystem$
984
+ ];
985
+ var DataArtifactList = [1, n0, _DAL,
986
+ 0, () => DataArtifact$
987
+ ];
988
+ var DimensionLabelList = [1, n0, _DLL,
989
+ 0, () => DimensionLabel$
990
+ ];
991
+ var DocumentList = [1, n0, _DLo,
992
+ 0, () => DocumentItem$
993
+ ];
994
+ var EksAddOnOperatingSystemList = [1, n0, _EAOOSL,
995
+ 0, () => EksAddOnOperatingSystem$
996
+ ];
997
+ var FulfillmentOptionsList = [1, n0, _FOL,
998
+ 0, () => FulfillmentOption$
999
+ ];
1000
+ var FulfillmentOptionSummaryList = [1, n0, _FOSL,
1001
+ 0, () => FulfillmentOptionSummary$
1002
+ ];
1003
+ var GrantList = [1, n0, _GL,
1004
+ 0, () => GrantItem$
1005
+ ];
1006
+ var HelmOperatingSystemList = [1, n0, _HOSL,
1007
+ 0, () => HelmOperatingSystem$
1008
+ ];
1009
+ var ListingAssociatedEntityList = [1, n0, _LAEL,
1010
+ 0, () => ListingAssociatedEntity$
1011
+ ];
1012
+ var ListingBadgeList = [1, n0, _LBL,
1013
+ 0, () => ListingBadge$
1014
+ ];
1015
+ var ListingFacetList = [1, n0, _LFL,
1016
+ 0, () => ListingFacet$
1017
+ ];
1018
+ var ListingSummaryAssociatedEntityList = [1, n0, _LSAEL,
1019
+ 0, () => ListingSummaryAssociatedEntity$
1020
+ ];
1021
+ var ListingSummaryList = [1, n0, _LSL,
1022
+ 0, () => ListingSummary$
1023
+ ];
1024
+ var OfferAssociatedEntityList = [1, n0, _OAEL,
1025
+ 0, () => OfferAssociatedEntity$
1026
+ ];
1027
+ var OfferSetAssociatedEntityList = [1, n0, _OSAEL,
1028
+ 0, () => OfferSetAssociatedEntity$
1029
+ ];
1030
+ var OfferTermsList = [1, n0, _OTL,
1031
+ 0, () => OfferTerm$
1032
+ ];
1033
+ var PricingModelList = [1, n0, _PML,
1034
+ 0, () => PricingModel$
1035
+ ];
1036
+ var PricingUnitList = [1, n0, _PUL,
1037
+ 0, () => PricingUnit$
1038
+ ];
1039
+ var PromotionalMediaList = [1, n0, _PMLr,
1040
+ 0, () => PromotionalMedia$
1041
+ ];
1042
+ var PurchaseOptionAssociatedEntityList = [1, n0, _POAEL,
1043
+ 0, () => PurchaseOptionAssociatedEntity$
1044
+ ];
1045
+ var PurchaseOptionBadgeList = [1, n0, _POBL,
1046
+ 0, () => PurchaseOptionBadge$
1047
+ ];
1048
+ var PurchaseOptionFilterList = [1, n0, _POFL,
1049
+ 0, () => PurchaseOptionFilter$
1050
+ ];
1051
+ var PurchaseOptionSummaryList = [1, n0, _POSL,
1052
+ 0, () => PurchaseOptionSummary$
1053
+ ];
1054
+ var RateCardList = [1, n0, _RCL,
1055
+ 0, () => RateCardItem$
1056
+ ];
1057
+ var ResourceList = [1, n0, _RL,
1058
+ 0, () => Resource$
1059
+ ];
1060
+ var ReviewSourceSummaryList = [1, n0, _RSSL,
1061
+ 0, () => ReviewSourceSummary$
1062
+ ];
1063
+ var ScheduleList = [1, n0, _SL,
1064
+ 0, () => ScheduleItem$
1065
+ ];
1066
+ var SearchFilterList = [1, n0, _SFL,
1067
+ 0, () => SearchFilter$
1068
+ ];
1069
+ var SellerEngagementList = [1, n0, _SEL,
1070
+ 0, () => SellerEngagement$
1071
+ ];
1072
+ var UsageBasedRateCardList = [1, n0, _UBRCL,
1073
+ 0, () => UsageBasedRateCardItem$
1074
+ ];
1075
+ var UseCaseList = [1, n0, _UCL,
1076
+ 0, () => UseCaseEntry$
1077
+ ];
1078
+ var TypeToFacetMap = [2, n0, _TTFM,
1079
+ 0, 0, () => ListingFacetList
1080
+ ];
1081
+ var FulfillmentOption$ = [4, n0, _FO,
1082
+ 0,
1083
+ [_aMIFO, _aFO, _cFFO, _cFO, _hFO, _eAOFO, _eIBCFO, _dEFO, _pSFO, _sFO, _sMAFO, _sMMFO],
1084
+ [() => AmazonMachineImageFulfillmentOption$, () => ApiFulfillmentOption$, () => CloudFormationFulfillmentOption$, () => ContainerFulfillmentOption$, () => HelmFulfillmentOption$, () => EksAddOnFulfillmentOption$, () => Ec2ImageBuilderComponentFulfillmentOption$, () => DataExchangeFulfillmentOption$, () => ProfessionalServicesFulfillmentOption$, () => SaasFulfillmentOption$, () => SageMakerAlgorithmFulfillmentOption$, () => SageMakerModelFulfillmentOption$]
1085
+ ];
1086
+ var OfferTerm$ = [4, n0, _OT,
1087
+ 0,
1088
+ [_bPT, _cUPT, _fUPT, _fTPT, _lTe, _pST, _rPT, _rTe, _sTu, _uBPT, _vT, _vPT],
1089
+ [() => ByolPricingTerm$, () => ConfigurableUpfrontPricingTerm$, () => FixedUpfrontPricingTerm$, () => FreeTrialPricingTerm$, () => LegalTerm$, () => PaymentScheduleTerm$, () => RecurringPaymentTerm$, () => RenewalTerm$, () => SupportTerm$, () => UsageBasedPricingTerm$, () => ValidityTerm$, () => VariablePaymentTerm$]
1090
+ ];
1091
+ var PromotionalMedia$ = [4, n0, _PMr,
1092
+ 0,
1093
+ [_eI, _eV],
1094
+ [() => PromotionalEmbeddedImage$, () => PromotionalEmbeddedVideo$]
1095
+ ];
1096
+ var GetListing$ = [9, n0, _GLe,
1097
+ { [_ht]: ["POST", "/2026-02-05/getListing", 200] }, () => GetListingInput$, () => GetListingOutput$
1098
+ ];
1099
+ var GetOffer$ = [9, n0, _GO,
1100
+ { [_ht]: ["POST", "/2026-02-05/getOffer", 200] }, () => GetOfferInput$, () => GetOfferOutput$
1101
+ ];
1102
+ var GetOfferSet$ = [9, n0, _GOS,
1103
+ { [_ht]: ["POST", "/2026-02-05/getOfferSet", 200] }, () => GetOfferSetInput$, () => GetOfferSetOutput$
1104
+ ];
1105
+ var GetOfferTerms$ = [9, n0, _GOT,
1106
+ { [_ht]: ["POST", "/2026-02-05/getOfferTerms", 200] }, () => GetOfferTermsInput$, () => GetOfferTermsOutput$
1107
+ ];
1108
+ var GetProduct$ = [9, n0, _GP,
1109
+ { [_ht]: ["POST", "/2026-02-05/getProduct", 200] }, () => GetProductInput$, () => GetProductOutput$
1110
+ ];
1111
+ var ListFulfillmentOptions$ = [9, n0, _LFO,
1112
+ { [_ht]: ["POST", "/2026-02-05/listFulfillmentOptions", 200] }, () => ListFulfillmentOptionsInput$, () => ListFulfillmentOptionsOutput$
1113
+ ];
1114
+ var ListPurchaseOptions$ = [9, n0, _LPO,
1115
+ { [_ht]: ["POST", "/2026-02-05/listPurchaseOptions", 200] }, () => ListPurchaseOptionsInput$, () => ListPurchaseOptionsOutput$
1116
+ ];
1117
+ var SearchFacets$ = [9, n0, _SFe,
1118
+ { [_ht]: ["POST", "/2026-02-05/searchFacets", 200] }, () => SearchFacetsInput$, () => SearchFacetsOutput$
1119
+ ];
1120
+ var SearchListings$ = [9, n0, _SLe,
1121
+ { [_ht]: ["POST", "/2026-02-05/searchListings", 200] }, () => SearchListingsInput$, () => SearchListingsOutput$
1122
+ ];
1123
+
1124
+ const getRuntimeConfig$1 = (config) => {
1125
+ return {
1126
+ apiVersion: "2026-02-05",
1127
+ base64Decoder: config?.base64Decoder ?? fromBase64,
1128
+ base64Encoder: config?.base64Encoder ?? toBase64,
1129
+ disableHostPrefix: config?.disableHostPrefix ?? false,
1130
+ endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
1131
+ extensions: config?.extensions ?? [],
1132
+ httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultMarketplaceDiscoveryHttpAuthSchemeProvider,
1133
+ httpAuthSchemes: config?.httpAuthSchemes ?? [
1134
+ {
1135
+ schemeId: "aws.auth#sigv4",
1136
+ identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
1137
+ signer: new AwsSdkSigV4Signer(),
1138
+ },
1139
+ ],
1140
+ logger: config?.logger ?? new NoOpLogger(),
1141
+ protocol: config?.protocol ?? AwsRestJsonProtocol,
1142
+ protocolSettings: config?.protocolSettings ?? {
1143
+ defaultNamespace: "com.amazonaws.marketplacediscovery",
1144
+ errorTypeRegistries,
1145
+ version: "2026-02-05",
1146
+ serviceTarget: "AWSMarketplaceDiscovery",
1147
+ },
1148
+ serviceId: config?.serviceId ?? "Marketplace Discovery",
1149
+ sha256: config?.sha256 ?? Sha256,
1150
+ urlParser: config?.urlParser ?? parseUrl,
1151
+ utf8Decoder: config?.utf8Decoder ?? fromUtf8,
1152
+ utf8Encoder: config?.utf8Encoder ?? toUtf8,
1153
+ };
1154
+ };
1155
+
1156
+ const getRuntimeConfig = (config) => {
1157
+ emitWarningIfUnsupportedVersion(process.version);
1158
+ const defaultsMode = resolveDefaultsModeConfig(config);
1159
+ const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
1160
+ const clientSharedValues = getRuntimeConfig$1(config);
1161
+ emitWarningIfUnsupportedVersion$1(process.version);
1162
+ const loaderConfig = {
1163
+ profile: config?.profile,
1164
+ logger: clientSharedValues.logger,
1165
+ };
1166
+ return {
1167
+ ...clientSharedValues,
1168
+ ...config,
1169
+ runtime: "node",
1170
+ defaultsMode,
1171
+ authSchemePreference: config?.authSchemePreference ?? loadConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
1172
+ bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
1173
+ credentialDefaultProvider: config?.credentialDefaultProvider ?? defaultProvider,
1174
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
1175
+ maxAttempts: config?.maxAttempts ?? loadConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
1176
+ region: config?.region ?? loadConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
1177
+ requestHandler: NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
1178
+ retryMode: config?.retryMode ??
1179
+ loadConfig({
1180
+ ...NODE_RETRY_MODE_CONFIG_OPTIONS,
1181
+ default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
1182
+ }, config),
1183
+ streamCollector: config?.streamCollector ?? streamCollector,
1184
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
1185
+ useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
1186
+ userAgentAppId: config?.userAgentAppId ?? loadConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
1187
+ };
1188
+ };
1189
+
32
1190
  const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
33
1191
  const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
34
1192
  let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
@@ -396,41 +1554,154 @@ const SearchListingsSortOrder = {
396
1554
  DESCENDING: "DESCENDING",
397
1555
  };
398
1556
 
1557
+ exports.AccessDeniedException = AccessDeniedException;
1558
+ exports.AccessDeniedException$ = AccessDeniedException$;
1559
+ exports.AmazonMachineImageFulfillmentOption$ = AmazonMachineImageFulfillmentOption$;
1560
+ exports.AmazonMachineImageOperatingSystem$ = AmazonMachineImageOperatingSystem$;
1561
+ exports.AmazonMachineImageRecommendation$ = AmazonMachineImageRecommendation$;
1562
+ exports.ApiFulfillmentOption$ = ApiFulfillmentOption$;
1563
+ exports.AwsSupportedService$ = AwsSupportedService$;
399
1564
  exports.BillingPeriodType = BillingPeriodType;
1565
+ exports.ByolPricingTerm$ = ByolPricingTerm$;
1566
+ exports.Category$ = Category$;
1567
+ exports.CloudFormationFulfillmentOption$ = CloudFormationFulfillmentOption$;
1568
+ exports.ConfigurableUpfrontPricingTerm$ = ConfigurableUpfrontPricingTerm$;
1569
+ exports.ConfigurableUpfrontRateCardItem$ = ConfigurableUpfrontRateCardItem$;
1570
+ exports.Constraints$ = Constraints$;
1571
+ exports.ContainerFulfillmentOption$ = ContainerFulfillmentOption$;
1572
+ exports.ContainerOperatingSystem$ = ContainerOperatingSystem$;
1573
+ exports.DataArtifact$ = DataArtifact$;
1574
+ exports.DataExchangeFulfillmentOption$ = DataExchangeFulfillmentOption$;
400
1575
  exports.DeployedOnAwsStatus = DeployedOnAwsStatus;
1576
+ exports.DimensionLabel$ = DimensionLabel$;
401
1577
  exports.DimensionLabelType = DimensionLabelType;
1578
+ exports.DocumentItem$ = DocumentItem$;
1579
+ exports.Ec2ImageBuilderComponentFulfillmentOption$ = Ec2ImageBuilderComponentFulfillmentOption$;
1580
+ exports.EksAddOnFulfillmentOption$ = EksAddOnFulfillmentOption$;
1581
+ exports.EksAddOnOperatingSystem$ = EksAddOnOperatingSystem$;
1582
+ exports.FixedUpfrontPricingTerm$ = FixedUpfrontPricingTerm$;
1583
+ exports.FreeTrialPricingTerm$ = FreeTrialPricingTerm$;
1584
+ exports.FulfillmentOption$ = FulfillmentOption$;
1585
+ exports.FulfillmentOptionSummary$ = FulfillmentOptionSummary$;
402
1586
  exports.FulfillmentOptionType = FulfillmentOptionType;
1587
+ exports.GetListing$ = GetListing$;
403
1588
  exports.GetListingCommand = GetListingCommand;
1589
+ exports.GetListingInput$ = GetListingInput$;
1590
+ exports.GetListingOutput$ = GetListingOutput$;
1591
+ exports.GetOffer$ = GetOffer$;
404
1592
  exports.GetOfferCommand = GetOfferCommand;
1593
+ exports.GetOfferInput$ = GetOfferInput$;
1594
+ exports.GetOfferOutput$ = GetOfferOutput$;
1595
+ exports.GetOfferSet$ = GetOfferSet$;
405
1596
  exports.GetOfferSetCommand = GetOfferSetCommand;
1597
+ exports.GetOfferSetInput$ = GetOfferSetInput$;
1598
+ exports.GetOfferSetOutput$ = GetOfferSetOutput$;
1599
+ exports.GetOfferTerms$ = GetOfferTerms$;
406
1600
  exports.GetOfferTermsCommand = GetOfferTermsCommand;
1601
+ exports.GetOfferTermsInput$ = GetOfferTermsInput$;
1602
+ exports.GetOfferTermsOutput$ = GetOfferTermsOutput$;
1603
+ exports.GetProduct$ = GetProduct$;
407
1604
  exports.GetProductCommand = GetProductCommand;
1605
+ exports.GetProductInput$ = GetProductInput$;
1606
+ exports.GetProductOutput$ = GetProductOutput$;
1607
+ exports.GrantItem$ = GrantItem$;
1608
+ exports.HelmFulfillmentOption$ = HelmFulfillmentOption$;
1609
+ exports.HelmOperatingSystem$ = HelmOperatingSystem$;
1610
+ exports.InternalServerException = InternalServerException;
1611
+ exports.InternalServerException$ = InternalServerException$;
408
1612
  exports.LegalDocumentType = LegalDocumentType;
1613
+ exports.LegalTerm$ = LegalTerm$;
1614
+ exports.ListFulfillmentOptions$ = ListFulfillmentOptions$;
409
1615
  exports.ListFulfillmentOptionsCommand = ListFulfillmentOptionsCommand;
1616
+ exports.ListFulfillmentOptionsInput$ = ListFulfillmentOptionsInput$;
1617
+ exports.ListFulfillmentOptionsOutput$ = ListFulfillmentOptionsOutput$;
1618
+ exports.ListPurchaseOptions$ = ListPurchaseOptions$;
410
1619
  exports.ListPurchaseOptionsCommand = ListPurchaseOptionsCommand;
1620
+ exports.ListPurchaseOptionsInput$ = ListPurchaseOptionsInput$;
1621
+ exports.ListPurchaseOptionsOutput$ = ListPurchaseOptionsOutput$;
1622
+ exports.ListingAssociatedEntity$ = ListingAssociatedEntity$;
1623
+ exports.ListingBadge$ = ListingBadge$;
411
1624
  exports.ListingBadgeType = ListingBadgeType;
1625
+ exports.ListingFacet$ = ListingFacet$;
1626
+ exports.ListingSummary$ = ListingSummary$;
1627
+ exports.ListingSummaryAssociatedEntity$ = ListingSummaryAssociatedEntity$;
412
1628
  exports.MarketplaceDiscovery = MarketplaceDiscovery;
413
1629
  exports.MarketplaceDiscoveryClient = MarketplaceDiscoveryClient;
1630
+ exports.MarketplaceDiscoveryServiceException = MarketplaceDiscoveryServiceException;
1631
+ exports.MarketplaceDiscoveryServiceException$ = MarketplaceDiscoveryServiceException$;
1632
+ exports.OfferAssociatedEntity$ = OfferAssociatedEntity$;
1633
+ exports.OfferInformation$ = OfferInformation$;
1634
+ exports.OfferSetAssociatedEntity$ = OfferSetAssociatedEntity$;
1635
+ exports.OfferSetInformation$ = OfferSetInformation$;
1636
+ exports.OfferTerm$ = OfferTerm$;
1637
+ exports.PaymentScheduleTerm$ = PaymentScheduleTerm$;
1638
+ exports.PricingModel$ = PricingModel$;
414
1639
  exports.PricingModelType = PricingModelType;
1640
+ exports.PricingUnit$ = PricingUnit$;
415
1641
  exports.PricingUnitType = PricingUnitType;
1642
+ exports.ProductInformation$ = ProductInformation$;
1643
+ exports.ProfessionalServicesFulfillmentOption$ = ProfessionalServicesFulfillmentOption$;
1644
+ exports.PromotionalEmbeddedImage$ = PromotionalEmbeddedImage$;
1645
+ exports.PromotionalEmbeddedVideo$ = PromotionalEmbeddedVideo$;
1646
+ exports.PromotionalMedia$ = PromotionalMedia$;
1647
+ exports.PurchaseOptionAssociatedEntity$ = PurchaseOptionAssociatedEntity$;
1648
+ exports.PurchaseOptionBadge$ = PurchaseOptionBadge$;
416
1649
  exports.PurchaseOptionBadgeType = PurchaseOptionBadgeType;
1650
+ exports.PurchaseOptionFilter$ = PurchaseOptionFilter$;
417
1651
  exports.PurchaseOptionFilterType = PurchaseOptionFilterType;
1652
+ exports.PurchaseOptionSummary$ = PurchaseOptionSummary$;
418
1653
  exports.PurchaseOptionType = PurchaseOptionType;
419
1654
  exports.RateCardConstraintType = RateCardConstraintType;
1655
+ exports.RateCardItem$ = RateCardItem$;
1656
+ exports.RecurringPaymentTerm$ = RecurringPaymentTerm$;
1657
+ exports.RenewalTerm$ = RenewalTerm$;
1658
+ exports.Resource$ = Resource$;
420
1659
  exports.ResourceContentType = ResourceContentType;
1660
+ exports.ResourceNotFoundException = ResourceNotFoundException;
1661
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
421
1662
  exports.ResourceType = ResourceType;
422
1663
  exports.ReviewSourceId = ReviewSourceId;
1664
+ exports.ReviewSourceSummary$ = ReviewSourceSummary$;
1665
+ exports.ReviewSummary$ = ReviewSummary$;
1666
+ exports.SaasFulfillmentOption$ = SaasFulfillmentOption$;
1667
+ exports.SageMakerAlgorithmFulfillmentOption$ = SageMakerAlgorithmFulfillmentOption$;
1668
+ exports.SageMakerAlgorithmRecommendation$ = SageMakerAlgorithmRecommendation$;
1669
+ exports.SageMakerModelFulfillmentOption$ = SageMakerModelFulfillmentOption$;
1670
+ exports.SageMakerModelRecommendation$ = SageMakerModelRecommendation$;
1671
+ exports.ScheduleItem$ = ScheduleItem$;
423
1672
  exports.SearchFacetType = SearchFacetType;
1673
+ exports.SearchFacets$ = SearchFacets$;
424
1674
  exports.SearchFacetsCommand = SearchFacetsCommand;
1675
+ exports.SearchFacetsInput$ = SearchFacetsInput$;
1676
+ exports.SearchFacetsOutput$ = SearchFacetsOutput$;
1677
+ exports.SearchFilter$ = SearchFilter$;
425
1678
  exports.SearchFilterType = SearchFilterType;
1679
+ exports.SearchListings$ = SearchListings$;
426
1680
  exports.SearchListingsCommand = SearchListingsCommand;
1681
+ exports.SearchListingsInput$ = SearchListingsInput$;
1682
+ exports.SearchListingsOutput$ = SearchListingsOutput$;
427
1683
  exports.SearchListingsSortBy = SearchListingsSortBy;
428
1684
  exports.SearchListingsSortOrder = SearchListingsSortOrder;
1685
+ exports.Selector$ = Selector$;
429
1686
  exports.SelectorType = SelectorType;
1687
+ exports.SellerEngagement$ = SellerEngagement$;
430
1688
  exports.SellerEngagementContentType = SellerEngagementContentType;
431
1689
  exports.SellerEngagementType = SellerEngagementType;
1690
+ exports.SellerInformation$ = SellerInformation$;
1691
+ exports.SupportTerm$ = SupportTerm$;
432
1692
  exports.TermType = TermType;
1693
+ exports.ThrottlingException = ThrottlingException;
1694
+ exports.ThrottlingException$ = ThrottlingException$;
1695
+ exports.UsageBasedPricingTerm$ = UsageBasedPricingTerm$;
1696
+ exports.UsageBasedRateCardItem$ = UsageBasedRateCardItem$;
1697
+ exports.UseCase$ = UseCase$;
1698
+ exports.UseCaseEntry$ = UseCaseEntry$;
1699
+ exports.ValidationException = ValidationException;
1700
+ exports.ValidationException$ = ValidationException$;
433
1701
  exports.ValidationExceptionReason = ValidationExceptionReason;
1702
+ exports.ValidityTerm$ = ValidityTerm$;
1703
+ exports.VariablePaymentTerm$ = VariablePaymentTerm$;
1704
+ exports.errorTypeRegistries = errorTypeRegistries;
434
1705
  exports.paginateGetOfferTerms = paginateGetOfferTerms;
435
1706
  exports.paginateListFulfillmentOptions = paginateListFulfillmentOptions;
436
1707
  exports.paginateListPurchaseOptions = paginateListPurchaseOptions;