@aws-sdk/client-marketplace-discovery 3.1067.0 → 3.1069.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.
@@ -1,8 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListingSummary$ = exports.ListingFacet$ = exports.ListingBadge$ = exports.ListingAssociatedEntity$ = exports.ListFulfillmentOptionsOutput$ = exports.ListFulfillmentOptionsInput$ = exports.LegalTerm$ = exports.HelmOperatingSystem$ = exports.HelmFulfillmentOption$ = exports.GrantItem$ = exports.GetProductOutput$ = exports.GetProductInput$ = exports.GetOfferTermsOutput$ = exports.GetOfferTermsInput$ = exports.GetOfferSetOutput$ = exports.GetOfferSetInput$ = exports.GetOfferOutput$ = exports.GetOfferInput$ = exports.GetListingOutput$ = exports.GetListingInput$ = exports.FulfillmentOptionSummary$ = exports.FreeTrialPricingTerm$ = exports.FixedUpfrontPricingTerm$ = exports.EksAddOnOperatingSystem$ = exports.EksAddOnFulfillmentOption$ = exports.Ec2ImageBuilderComponentFulfillmentOption$ = exports.DocumentItem$ = exports.DimensionLabel$ = exports.DataExchangeFulfillmentOption$ = exports.DataArtifact$ = exports.ContainerOperatingSystem$ = exports.ContainerFulfillmentOption$ = exports.Constraints$ = exports.ConfigurableUpfrontRateCardItem$ = exports.ConfigurableUpfrontPricingTerm$ = exports.CloudFormationFulfillmentOption$ = exports.Category$ = exports.ByolPricingTerm$ = exports.AwsSupportedService$ = exports.ApiFulfillmentOption$ = exports.AmazonMachineImageRecommendation$ = exports.AmazonMachineImageOperatingSystem$ = exports.AmazonMachineImageFulfillmentOption$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ResourceNotFoundException$ = exports.InternalServerException$ = exports.AccessDeniedException$ = exports.MarketplaceDiscoveryServiceException$ = void 0;
4
- exports.GetOffer$ = exports.GetListing$ = exports.PromotionalMedia$ = exports.OfferTerm$ = exports.FulfillmentOption$ = exports.VariablePaymentTerm$ = exports.ValidityTerm$ = exports.UseCaseEntry$ = exports.UseCase$ = exports.UsageBasedRateCardItem$ = exports.UsageBasedPricingTerm$ = exports.SupportTerm$ = exports.SellerInformation$ = exports.SellerEngagement$ = exports.Selector$ = exports.SearchListingsOutput$ = exports.SearchListingsInput$ = exports.SearchFilter$ = exports.SearchFacetsOutput$ = exports.SearchFacetsInput$ = exports.ScheduleItem$ = exports.SageMakerModelRecommendation$ = exports.SageMakerModelFulfillmentOption$ = exports.SageMakerAlgorithmRecommendation$ = exports.SageMakerAlgorithmFulfillmentOption$ = exports.SaasFulfillmentOption$ = exports.ReviewSummary$ = exports.ReviewSourceSummary$ = exports.Resource$ = exports.RenewalTerm$ = exports.RecurringPaymentTerm$ = exports.RateCardItem$ = exports.PurchaseOptionSummary$ = exports.PurchaseOptionFilter$ = exports.PurchaseOptionBadge$ = exports.PurchaseOptionAssociatedEntity$ = exports.PromotionalEmbeddedVideo$ = exports.PromotionalEmbeddedImage$ = exports.ProfessionalServicesFulfillmentOption$ = exports.ProductInformation$ = exports.PricingUnit$ = exports.PricingModel$ = exports.PaymentScheduleTerm$ = exports.OfferSetInformation$ = exports.OfferSetAssociatedEntity$ = exports.OfferInformation$ = exports.OfferAssociatedEntity$ = exports.ListPurchaseOptionsOutput$ = exports.ListPurchaseOptionsInput$ = exports.ListingSummaryAssociatedEntity$ = void 0;
5
- exports.SearchListings$ = exports.SearchFacets$ = exports.ListPurchaseOptions$ = exports.ListFulfillmentOptions$ = exports.GetProduct$ = exports.GetOfferTerms$ = exports.GetOfferSet$ = void 0;
6
1
  const _ADE = "AccessDeniedException";
7
2
  const _AFO = "ApiFulfillmentOption";
8
3
  const _AMIFO = "AmazonMachineImageFulfillmentOption";
@@ -311,641 +306,738 @@ const _vPT = "variablePaymentTerm";
311
306
  const _vT = "validityTerm";
312
307
  const _va = "value";
313
308
  const n0 = "com.amazonaws.marketplacediscovery";
314
- const schema_1 = require("@smithy/core/schema");
315
- const errors_1 = require("../models/errors");
316
- const MarketplaceDiscoveryServiceException_1 = require("../models/MarketplaceDiscoveryServiceException");
317
- const _s_registry = schema_1.TypeRegistry.for(_s);
318
- exports.MarketplaceDiscoveryServiceException$ = [-3, _s, "MarketplaceDiscoveryServiceException", 0, [], []];
319
- _s_registry.registerError(exports.MarketplaceDiscoveryServiceException$, MarketplaceDiscoveryServiceException_1.MarketplaceDiscoveryServiceException);
320
- const n0_registry = schema_1.TypeRegistry.for(n0);
321
- exports.AccessDeniedException$ = [-3, n0, _ADE,
309
+ const { TypeRegistry } = require("@smithy/core/schema");
310
+ const { AccessDeniedException, InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException } = require("../models/errors");
311
+ const { MarketplaceDiscoveryServiceException } = require("../models/MarketplaceDiscoveryServiceException");
312
+ const _s_registry = TypeRegistry.for(_s);
313
+ const MarketplaceDiscoveryServiceException$ = [-3, _s, "MarketplaceDiscoveryServiceException", 0, [], []];
314
+ exports.MarketplaceDiscoveryServiceException$ = MarketplaceDiscoveryServiceException$;
315
+ _s_registry.registerError(MarketplaceDiscoveryServiceException$, MarketplaceDiscoveryServiceException);
316
+ const n0_registry = TypeRegistry.for(n0);
317
+ const AccessDeniedException$ = [-3, n0, _ADE,
322
318
  { [_e]: _c, [_hE]: 403 },
323
319
  [_m],
324
320
  [0]
325
321
  ];
326
- n0_registry.registerError(exports.AccessDeniedException$, errors_1.AccessDeniedException);
327
- exports.InternalServerException$ = [-3, n0, _ISE,
322
+ exports.AccessDeniedException$ = AccessDeniedException$;
323
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
324
+ const InternalServerException$ = [-3, n0, _ISE,
328
325
  { [_e]: _se, [_hE]: 500 },
329
326
  [_m],
330
327
  [0]
331
328
  ];
332
- n0_registry.registerError(exports.InternalServerException$, errors_1.InternalServerException);
333
- exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
329
+ exports.InternalServerException$ = InternalServerException$;
330
+ n0_registry.registerError(InternalServerException$, InternalServerException);
331
+ const ResourceNotFoundException$ = [-3, n0, _RNFE,
334
332
  { [_e]: _c, [_hE]: 404 },
335
333
  [_m],
336
334
  [0]
337
335
  ];
338
- n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
339
- exports.ThrottlingException$ = [-3, n0, _TE,
336
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
337
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
338
+ const ThrottlingException$ = [-3, n0, _TE,
340
339
  { [_e]: _c, [_hE]: 429 },
341
340
  [_m],
342
341
  [0]
343
342
  ];
344
- n0_registry.registerError(exports.ThrottlingException$, errors_1.ThrottlingException);
345
- exports.ValidationException$ = [-3, n0, _VE,
343
+ exports.ThrottlingException$ = ThrottlingException$;
344
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
345
+ const ValidationException$ = [-3, n0, _VE,
346
346
  { [_e]: _c, [_hE]: 400 },
347
347
  [_m, _r],
348
348
  [0, 0]
349
349
  ];
350
- n0_registry.registerError(exports.ValidationException$, errors_1.ValidationException);
350
+ exports.ValidationException$ = ValidationException$;
351
+ n0_registry.registerError(ValidationException$, ValidationException);
351
352
  exports.errorTypeRegistries = [
352
353
  _s_registry,
353
354
  n0_registry,
354
355
  ];
355
- exports.AmazonMachineImageFulfillmentOption$ = [3, n0, _AMIFO,
356
+ const AmazonMachineImageFulfillmentOption$ = [3, n0, _AMIFO,
356
357
  0,
357
358
  [_fOI, _fON, _fOT, _fODN, _oS, _fOV, _re, _rN, _uI],
358
- [0, 0, 0, 0, () => AmazonMachineImageOperatingSystemList, 0, () => exports.AmazonMachineImageRecommendation$, 0, 0], 5
359
+ [0, 0, 0, 0, () => AmazonMachineImageOperatingSystemList, 0, () => AmazonMachineImageRecommendation$, 0, 0], 5
359
360
  ];
360
- exports.AmazonMachineImageOperatingSystem$ = [3, n0, _AMIOS,
361
+ exports.AmazonMachineImageFulfillmentOption$ = AmazonMachineImageFulfillmentOption$;
362
+ const AmazonMachineImageOperatingSystem$ = [3, n0, _AMIOS,
361
363
  0,
362
364
  [_oSFN, _oSN, _oSV],
363
365
  [0, 0, 0], 2
364
366
  ];
365
- exports.AmazonMachineImageRecommendation$ = [3, n0, _AMIR,
367
+ exports.AmazonMachineImageOperatingSystem$ = AmazonMachineImageOperatingSystem$;
368
+ const AmazonMachineImageRecommendation$ = [3, n0, _AMIR,
366
369
  0,
367
370
  [_iT],
368
371
  [0], 1
369
372
  ];
370
- exports.ApiFulfillmentOption$ = [3, n0, _AFO,
373
+ exports.AmazonMachineImageRecommendation$ = AmazonMachineImageRecommendation$;
374
+ const ApiFulfillmentOption$ = [3, n0, _AFO,
371
375
  0,
372
376
  [_fOI, _fOT, _fODN, _aSS, _uI],
373
377
  [0, 0, 0, () => AwsSupportedServiceList, 0], 4
374
378
  ];
375
- exports.AwsSupportedService$ = [3, n0, _ASS,
379
+ exports.ApiFulfillmentOption$ = ApiFulfillmentOption$;
380
+ const AwsSupportedService$ = [3, n0, _ASS,
376
381
  0,
377
382
  [_sST, _dN, _d],
378
383
  [0, 0, 0], 3
379
384
  ];
380
- exports.ByolPricingTerm$ = [3, n0, _BPT,
385
+ exports.AwsSupportedService$ = AwsSupportedService$;
386
+ const ByolPricingTerm$ = [3, n0, _BPT,
381
387
  0,
382
388
  [_i, _t],
383
389
  [0, 0], 2
384
390
  ];
385
- exports.Category$ = [3, n0, _C,
391
+ exports.ByolPricingTerm$ = ByolPricingTerm$;
392
+ const Category$ = [3, n0, _C,
386
393
  0,
387
394
  [_cI, _dN],
388
395
  [0, 0], 2
389
396
  ];
390
- exports.CloudFormationFulfillmentOption$ = [3, n0, _CFFO,
397
+ exports.Category$ = Category$;
398
+ const CloudFormationFulfillmentOption$ = [3, n0, _CFFO,
391
399
  0,
392
400
  [_fOI, _fON, _fOT, _fODN, _fOV, _rN, _uI],
393
401
  [0, 0, 0, 0, 0, 0, 0], 4
394
402
  ];
395
- exports.ConfigurableUpfrontPricingTerm$ = [3, n0, _CUPT,
403
+ exports.CloudFormationFulfillmentOption$ = CloudFormationFulfillmentOption$;
404
+ const ConfigurableUpfrontPricingTerm$ = [3, n0, _CUPT,
396
405
  0,
397
406
  [_i, _t, _cC, _rC],
398
407
  [0, 0, 0, () => ConfigurableUpfrontRateCardList], 3
399
408
  ];
400
- exports.ConfigurableUpfrontRateCardItem$ = [3, n0, _CURCI,
409
+ exports.ConfigurableUpfrontPricingTerm$ = ConfigurableUpfrontPricingTerm$;
410
+ const ConfigurableUpfrontRateCardItem$ = [3, n0, _CURCI,
401
411
  0,
402
412
  [_sel, _co, _rCa],
403
- [() => exports.Selector$, () => exports.Constraints$, () => RateCardList], 3
413
+ [() => Selector$, () => Constraints$, () => RateCardList], 3
404
414
  ];
405
- exports.Constraints$ = [3, n0, _Co,
415
+ exports.ConfigurableUpfrontRateCardItem$ = ConfigurableUpfrontRateCardItem$;
416
+ const Constraints$ = [3, n0, _Co,
406
417
  0,
407
418
  [_mDS, _qC],
408
419
  [0, 0], 2
409
420
  ];
410
- exports.ContainerFulfillmentOption$ = [3, n0, _CFO,
421
+ exports.Constraints$ = Constraints$;
422
+ const ContainerFulfillmentOption$ = [3, n0, _CFO,
411
423
  0,
412
424
  [_fOI, _fON, _fOT, _fODN, _fOV, _oS, _aSS, _rN, _uI],
413
425
  [0, 0, 0, 0, 0, () => ContainerOperatingSystemList, () => AwsSupportedServiceList, 0, 0], 4
414
426
  ];
415
- exports.ContainerOperatingSystem$ = [3, n0, _COS,
427
+ exports.ContainerFulfillmentOption$ = ContainerFulfillmentOption$;
428
+ const ContainerOperatingSystem$ = [3, n0, _COS,
416
429
  0,
417
430
  [_oSFN, _oSN],
418
431
  [0, 0], 2
419
432
  ];
420
- exports.DataArtifact$ = [3, n0, _DA,
433
+ exports.ContainerOperatingSystem$ = ContainerOperatingSystem$;
434
+ const DataArtifact$ = [3, n0, _DA,
421
435
  0,
422
436
  [_rT, _dC, _d, _rA],
423
437
  [0, 0, 0, 0], 2
424
438
  ];
425
- exports.DataExchangeFulfillmentOption$ = [3, n0, _DEFO,
439
+ exports.DataArtifact$ = DataArtifact$;
440
+ const DataExchangeFulfillmentOption$ = [3, n0, _DEFO,
426
441
  0,
427
442
  [_fOI, _fOT, _fODN, _dA],
428
443
  [0, 0, 0, () => DataArtifactList], 3
429
444
  ];
430
- exports.DimensionLabel$ = [3, n0, _DL,
445
+ exports.DataExchangeFulfillmentOption$ = DataExchangeFulfillmentOption$;
446
+ const DimensionLabel$ = [3, n0, _DL,
431
447
  0,
432
448
  [_lT, _lV, _dN],
433
449
  [0, 0, 0], 2
434
450
  ];
435
- exports.DocumentItem$ = [3, n0, _DI,
451
+ exports.DimensionLabel$ = DimensionLabel$;
452
+ const DocumentItem$ = [3, n0, _DI,
436
453
  0,
437
454
  [_t, _u, _v],
438
455
  [0, 0, 0], 2
439
456
  ];
440
- exports.Ec2ImageBuilderComponentFulfillmentOption$ = [3, n0, _EIBCFO,
457
+ exports.DocumentItem$ = DocumentItem$;
458
+ const Ec2ImageBuilderComponentFulfillmentOption$ = [3, n0, _EIBCFO,
441
459
  0,
442
460
  [_fOI, _fON, _fOT, _fODN, _fOV, _oS, _aSS, _rN, _uI],
443
461
  [0, 0, 0, 0, 0, () => ContainerOperatingSystemList, () => AwsSupportedServiceList, 0, 0], 4
444
462
  ];
445
- exports.EksAddOnFulfillmentOption$ = [3, n0, _EAOFO,
463
+ exports.Ec2ImageBuilderComponentFulfillmentOption$ = Ec2ImageBuilderComponentFulfillmentOption$;
464
+ const EksAddOnFulfillmentOption$ = [3, n0, _EAOFO,
446
465
  0,
447
466
  [_fOI, _fON, _fOT, _fODN, _fOV, _oS, _rN, _uI, _aSS],
448
467
  [0, 0, 0, 0, 0, () => EksAddOnOperatingSystemList, 0, 0, () => AwsSupportedServiceList], 4
449
468
  ];
450
- exports.EksAddOnOperatingSystem$ = [3, n0, _EAOOS,
469
+ exports.EksAddOnFulfillmentOption$ = EksAddOnFulfillmentOption$;
470
+ const EksAddOnOperatingSystem$ = [3, n0, _EAOOS,
451
471
  0,
452
472
  [_oSFN, _oSN],
453
473
  [0, 0], 2
454
474
  ];
455
- exports.FixedUpfrontPricingTerm$ = [3, n0, _FUPT,
475
+ exports.EksAddOnOperatingSystem$ = EksAddOnOperatingSystem$;
476
+ const FixedUpfrontPricingTerm$ = [3, n0, _FUPT,
456
477
  0,
457
478
  [_i, _t, _cC, _p, _g, _du],
458
479
  [0, 0, 0, 0, () => GrantList, 0], 5
459
480
  ];
460
- exports.FreeTrialPricingTerm$ = [3, n0, _FTPT,
481
+ exports.FixedUpfrontPricingTerm$ = FixedUpfrontPricingTerm$;
482
+ const FreeTrialPricingTerm$ = [3, n0, _FTPT,
461
483
  0,
462
484
  [_i, _t, _g, _du],
463
485
  [0, 0, () => GrantList, 0], 3
464
486
  ];
465
- exports.FulfillmentOptionSummary$ = [3, n0, _FOS,
487
+ exports.FreeTrialPricingTerm$ = FreeTrialPricingTerm$;
488
+ const FulfillmentOptionSummary$ = [3, n0, _FOS,
466
489
  0,
467
490
  [_fOT, _dN],
468
491
  [0, 0], 2
469
492
  ];
470
- exports.GetListingInput$ = [3, n0, _GLI,
493
+ exports.FulfillmentOptionSummary$ = FulfillmentOptionSummary$;
494
+ const GetListingInput$ = [3, n0, _GLI,
471
495
  0,
472
496
  [_lI],
473
497
  [0], 1
474
498
  ];
475
- exports.GetListingOutput$ = [3, n0, _GLO,
499
+ exports.GetListingInput$ = GetListingInput$;
500
+ const GetListingOutput$ = [3, n0, _GLO,
476
501
  0,
477
502
  [_aE, _b, _ca, _cat, _fOS, _h, _lI, _lN, _lTU, _lD, _pM, _pU, _pMr, _pu, _res, _sE, _sD, _uC, _iG, _rS],
478
- [() => ListingAssociatedEntityList, () => ListingBadgeList, 0, () => CategoryList, () => FulfillmentOptionSummaryList, 64 | 0, 0, 0, 0, 0, () => PricingModelList, () => PricingUnitList, () => PromotionalMediaList, () => exports.SellerInformation$, () => ResourceList, () => SellerEngagementList, 0, () => UseCaseList, 0, () => exports.ReviewSummary$], 18
503
+ [() => ListingAssociatedEntityList, () => ListingBadgeList, 0, () => CategoryList, () => FulfillmentOptionSummaryList, 64 | 0, 0, 0, 0, 0, () => PricingModelList, () => PricingUnitList, () => PromotionalMediaList, () => SellerInformation$, () => ResourceList, () => SellerEngagementList, 0, () => UseCaseList, 0, () => ReviewSummary$], 18
479
504
  ];
480
- exports.GetOfferInput$ = [3, n0, _GOI,
505
+ exports.GetListingOutput$ = GetListingOutput$;
506
+ const GetOfferInput$ = [3, n0, _GOI,
481
507
  0,
482
508
  [_oI],
483
509
  [0], 1
484
510
  ];
485
- exports.GetOfferOutput$ = [3, n0, _GOO,
511
+ exports.GetOfferInput$ = GetOfferInput$;
512
+ const GetOfferOutput$ = [3, n0, _GOO,
486
513
  0,
487
514
  [_oI, _ca, _aPI, _sOR, _pMri, _b, _aE, _oN, _eT, _aFT, _rAI],
488
- [0, 0, 0, () => exports.SellerInformation$, () => exports.PricingModel$, () => PurchaseOptionBadgeList, () => OfferAssociatedEntityList, 0, 4, 4, 0], 7
515
+ [0, 0, 0, () => SellerInformation$, () => PricingModel$, () => PurchaseOptionBadgeList, () => OfferAssociatedEntityList, 0, 4, 4, 0], 7
489
516
  ];
490
- exports.GetOfferSetInput$ = [3, n0, _GOSI,
517
+ exports.GetOfferOutput$ = GetOfferOutput$;
518
+ const GetOfferSetInput$ = [3, n0, _GOSI,
491
519
  0,
492
520
  [_oSI],
493
521
  [0], 1
494
522
  ];
495
- exports.GetOfferSetOutput$ = [3, n0, _GOSO,
523
+ exports.GetOfferSetInput$ = GetOfferSetInput$;
524
+ const GetOfferSetOutput$ = [3, n0, _GOSO,
496
525
  0,
497
526
  [_oSI, _ca, _sOR, _b, _aE, _oSNf, _aFT, _eT, _bN],
498
- [0, 0, () => exports.SellerInformation$, () => PurchaseOptionBadgeList, () => OfferSetAssociatedEntityList, 0, 4, 4, 0], 5
527
+ [0, 0, () => SellerInformation$, () => PurchaseOptionBadgeList, () => OfferSetAssociatedEntityList, 0, 4, 4, 0], 5
499
528
  ];
500
- exports.GetOfferTermsInput$ = [3, n0, _GOTI,
529
+ exports.GetOfferSetOutput$ = GetOfferSetOutput$;
530
+ const GetOfferTermsInput$ = [3, n0, _GOTI,
501
531
  0,
502
532
  [_oI, _mR, _nT],
503
533
  [0, 1, 0], 1
504
534
  ];
505
- exports.GetOfferTermsOutput$ = [3, n0, _GOTO,
535
+ exports.GetOfferTermsInput$ = GetOfferTermsInput$;
536
+ const GetOfferTermsOutput$ = [3, n0, _GOTO,
506
537
  0,
507
538
  [_oT, _nT],
508
539
  [() => OfferTermsList, 0], 1
509
540
  ];
510
- exports.GetProductInput$ = [3, n0, _GPI,
541
+ exports.GetOfferTermsOutput$ = GetOfferTermsOutput$;
542
+ const GetProductInput$ = [3, n0, _GPI,
511
543
  0,
512
544
  [_pI],
513
545
  [0], 1
514
546
  ];
515
- exports.GetProductOutput$ = [3, n0, _GPO,
547
+ exports.GetProductInput$ = GetProductInput$;
548
+ const GetProductOutput$ = [3, n0, _GPO,
516
549
  0,
517
550
  [_pI, _ca, _pN, _dOA, _sD, _lD, _ma, _lTU, _fOS, _cat, _h, _pMr, _res, _sE],
518
- [0, 0, 0, 0, 0, 0, () => exports.SellerInformation$, 0, () => FulfillmentOptionSummaryList, () => CategoryList, 64 | 0, () => PromotionalMediaList, () => ResourceList, () => SellerEngagementList], 14
551
+ [0, 0, 0, 0, 0, 0, () => SellerInformation$, 0, () => FulfillmentOptionSummaryList, () => CategoryList, 64 | 0, () => PromotionalMediaList, () => ResourceList, () => SellerEngagementList], 14
519
552
  ];
520
- exports.GrantItem$ = [3, n0, _GI,
553
+ exports.GetProductOutput$ = GetProductOutput$;
554
+ const GrantItem$ = [3, n0, _GI,
521
555
  0,
522
556
  [_dK, _dN, _un, _d, _dL, _mQ],
523
557
  [0, 0, 0, 0, () => DimensionLabelList, 1], 3
524
558
  ];
525
- exports.HelmFulfillmentOption$ = [3, n0, _HFO,
559
+ exports.GrantItem$ = GrantItem$;
560
+ const HelmFulfillmentOption$ = [3, n0, _HFO,
526
561
  0,
527
562
  [_fOI, _fON, _fOT, _fODN, _fOV, _oS, _rN, _aSS, _uI],
528
563
  [0, 0, 0, 0, 0, () => HelmOperatingSystemList, 0, () => AwsSupportedServiceList, 0], 4
529
564
  ];
530
- exports.HelmOperatingSystem$ = [3, n0, _HOS,
565
+ exports.HelmFulfillmentOption$ = HelmFulfillmentOption$;
566
+ const HelmOperatingSystem$ = [3, n0, _HOS,
531
567
  0,
532
568
  [_oSFN, _oSN],
533
569
  [0, 0], 2
534
570
  ];
535
- exports.LegalTerm$ = [3, n0, _LT,
571
+ exports.HelmOperatingSystem$ = HelmOperatingSystem$;
572
+ const LegalTerm$ = [3, n0, _LT,
536
573
  0,
537
574
  [_i, _t, _do],
538
575
  [0, 0, () => DocumentList], 3
539
576
  ];
540
- exports.ListFulfillmentOptionsInput$ = [3, n0, _LFOI,
577
+ exports.LegalTerm$ = LegalTerm$;
578
+ const ListFulfillmentOptionsInput$ = [3, n0, _LFOI,
541
579
  0,
542
580
  [_pI, _mR, _nT],
543
581
  [0, 1, 0], 1
544
582
  ];
545
- exports.ListFulfillmentOptionsOutput$ = [3, n0, _LFOO,
583
+ exports.ListFulfillmentOptionsInput$ = ListFulfillmentOptionsInput$;
584
+ const ListFulfillmentOptionsOutput$ = [3, n0, _LFOO,
546
585
  0,
547
586
  [_fO, _nT],
548
587
  [() => FulfillmentOptionsList, 0], 1
549
588
  ];
550
- exports.ListingAssociatedEntity$ = [3, n0, _LAE,
589
+ exports.ListFulfillmentOptionsOutput$ = ListFulfillmentOptionsOutput$;
590
+ const ListingAssociatedEntity$ = [3, n0, _LAE,
551
591
  0,
552
592
  [_pr, _o],
553
- [() => exports.ProductInformation$, () => exports.OfferInformation$]
593
+ [() => ProductInformation$, () => OfferInformation$]
554
594
  ];
555
- exports.ListingBadge$ = [3, n0, _LB,
595
+ exports.ListingAssociatedEntity$ = ListingAssociatedEntity$;
596
+ const ListingBadge$ = [3, n0, _LB,
556
597
  0,
557
598
  [_dN, _bT],
558
599
  [0, 0], 2
559
600
  ];
560
- exports.ListingFacet$ = [3, n0, _LF,
601
+ exports.ListingBadge$ = ListingBadge$;
602
+ const ListingFacet$ = [3, n0, _LF,
561
603
  0,
562
604
  [_va, _dN, _cou, _pa],
563
605
  [0, 0, 1, 0], 3
564
606
  ];
565
- exports.ListingSummary$ = [3, n0, _LS,
607
+ exports.ListingFacet$ = ListingFacet$;
608
+ const ListingSummary$ = [3, n0, _LS,
566
609
  0,
567
610
  [_lI, _lN, _pu, _ca, _sD, _lTU, _cat, _fOS, _b, _rS, _pM, _pU, _aE],
568
- [0, 0, () => exports.SellerInformation$, 0, 0, 0, () => CategoryList, () => FulfillmentOptionSummaryList, () => ListingBadgeList, () => exports.ReviewSummary$, () => PricingModelList, () => PricingUnitList, () => ListingSummaryAssociatedEntityList], 13
611
+ [0, 0, () => SellerInformation$, 0, 0, 0, () => CategoryList, () => FulfillmentOptionSummaryList, () => ListingBadgeList, () => ReviewSummary$, () => PricingModelList, () => PricingUnitList, () => ListingSummaryAssociatedEntityList], 13
569
612
  ];
570
- exports.ListingSummaryAssociatedEntity$ = [3, n0, _LSAE,
613
+ exports.ListingSummary$ = ListingSummary$;
614
+ const ListingSummaryAssociatedEntity$ = [3, n0, _LSAE,
571
615
  0,
572
616
  [_pr],
573
- [() => exports.ProductInformation$]
617
+ [() => ProductInformation$]
574
618
  ];
575
- exports.ListPurchaseOptionsInput$ = [3, n0, _LPOI,
619
+ exports.ListingSummaryAssociatedEntity$ = ListingSummaryAssociatedEntity$;
620
+ const ListPurchaseOptionsInput$ = [3, n0, _LPOI,
576
621
  0,
577
622
  [_f, _mR, _nT],
578
623
  [() => PurchaseOptionFilterList, 1, 0]
579
624
  ];
580
- exports.ListPurchaseOptionsOutput$ = [3, n0, _LPOO,
625
+ exports.ListPurchaseOptionsInput$ = ListPurchaseOptionsInput$;
626
+ const ListPurchaseOptionsOutput$ = [3, n0, _LPOO,
581
627
  0,
582
628
  [_pO, _nT],
583
629
  [() => PurchaseOptionSummaryList, 0]
584
630
  ];
585
- exports.OfferAssociatedEntity$ = [3, n0, _OAE,
631
+ exports.ListPurchaseOptionsOutput$ = ListPurchaseOptionsOutput$;
632
+ const OfferAssociatedEntity$ = [3, n0, _OAE,
586
633
  0,
587
634
  [_pr, _oSf],
588
- [() => exports.ProductInformation$, () => exports.OfferSetInformation$], 1
635
+ [() => ProductInformation$, () => OfferSetInformation$], 1
589
636
  ];
590
- exports.OfferInformation$ = [3, n0, _OI,
637
+ exports.OfferAssociatedEntity$ = OfferAssociatedEntity$;
638
+ const OfferInformation$ = [3, n0, _OI,
591
639
  0,
592
640
  [_oI, _sOR, _oN],
593
- [0, () => exports.SellerInformation$, 0], 2
641
+ [0, () => SellerInformation$, 0], 2
594
642
  ];
595
- exports.OfferSetAssociatedEntity$ = [3, n0, _OSAE,
643
+ exports.OfferInformation$ = OfferInformation$;
644
+ const OfferSetAssociatedEntity$ = [3, n0, _OSAE,
596
645
  0,
597
646
  [_pr, _o],
598
- [() => exports.ProductInformation$, () => exports.OfferInformation$], 2
647
+ [() => ProductInformation$, () => OfferInformation$], 2
599
648
  ];
600
- exports.OfferSetInformation$ = [3, n0, _OSI,
649
+ exports.OfferSetAssociatedEntity$ = OfferSetAssociatedEntity$;
650
+ const OfferSetInformation$ = [3, n0, _OSI,
601
651
  0,
602
652
  [_oSI, _sOR],
603
- [0, () => exports.SellerInformation$], 2
653
+ [0, () => SellerInformation$], 2
604
654
  ];
605
- exports.PaymentScheduleTerm$ = [3, n0, _PST,
655
+ exports.OfferSetInformation$ = OfferSetInformation$;
656
+ const PaymentScheduleTerm$ = [3, n0, _PST,
606
657
  0,
607
658
  [_i, _t, _cC, _sc],
608
659
  [0, 0, 0, () => ScheduleList], 4
609
660
  ];
610
- exports.PricingModel$ = [3, n0, _PM,
661
+ exports.PaymentScheduleTerm$ = PaymentScheduleTerm$;
662
+ const PricingModel$ = [3, n0, _PM,
611
663
  0,
612
664
  [_pMT, _dN],
613
665
  [0, 0], 2
614
666
  ];
615
- exports.PricingUnit$ = [3, n0, _PU,
667
+ exports.PricingModel$ = PricingModel$;
668
+ const PricingUnit$ = [3, n0, _PU,
616
669
  0,
617
670
  [_pUT, _dN],
618
671
  [0, 0], 2
619
672
  ];
620
- exports.ProductInformation$ = [3, n0, _PI,
673
+ exports.PricingUnit$ = PricingUnit$;
674
+ const ProductInformation$ = [3, n0, _PI,
621
675
  0,
622
676
  [_pI, _pN, _ma],
623
- [0, 0, () => exports.SellerInformation$], 3
677
+ [0, 0, () => SellerInformation$], 3
624
678
  ];
625
- exports.ProfessionalServicesFulfillmentOption$ = [3, n0, _PSFO,
679
+ exports.ProductInformation$ = ProductInformation$;
680
+ const ProfessionalServicesFulfillmentOption$ = [3, n0, _PSFO,
626
681
  0,
627
682
  [_fOI, _fOT, _fODN],
628
683
  [0, 0, 0], 3
629
684
  ];
630
- exports.PromotionalEmbeddedImage$ = [3, n0, _PEI,
685
+ exports.ProfessionalServicesFulfillmentOption$ = ProfessionalServicesFulfillmentOption$;
686
+ const PromotionalEmbeddedImage$ = [3, n0, _PEI,
631
687
  0,
632
688
  [_ti, _u, _d],
633
689
  [0, 0, 0], 2
634
690
  ];
635
- exports.PromotionalEmbeddedVideo$ = [3, n0, _PEV,
691
+ exports.PromotionalEmbeddedImage$ = PromotionalEmbeddedImage$;
692
+ const PromotionalEmbeddedVideo$ = [3, n0, _PEV,
636
693
  0,
637
694
  [_ti, _u, _pre, _th, _d],
638
695
  [0, 0, 0, 0, 0], 4
639
696
  ];
640
- exports.PurchaseOptionAssociatedEntity$ = [3, n0, _POAE,
697
+ exports.PromotionalEmbeddedVideo$ = PromotionalEmbeddedVideo$;
698
+ const PurchaseOptionAssociatedEntity$ = [3, n0, _POAE,
641
699
  0,
642
700
  [_pr, _o, _oSf],
643
- [() => exports.ProductInformation$, () => exports.OfferInformation$, () => exports.OfferSetInformation$], 2
701
+ [() => ProductInformation$, () => OfferInformation$, () => OfferSetInformation$], 2
644
702
  ];
645
- exports.PurchaseOptionBadge$ = [3, n0, _POB,
703
+ exports.PurchaseOptionAssociatedEntity$ = PurchaseOptionAssociatedEntity$;
704
+ const PurchaseOptionBadge$ = [3, n0, _POB,
646
705
  0,
647
706
  [_dN, _bT],
648
707
  [0, 0], 2
649
708
  ];
650
- exports.PurchaseOptionFilter$ = [3, n0, _POF,
709
+ exports.PurchaseOptionBadge$ = PurchaseOptionBadge$;
710
+ const PurchaseOptionFilter$ = [3, n0, _POF,
651
711
  0,
652
712
  [_fT, _fV],
653
713
  [0, 64 | 0], 2
654
714
  ];
655
- exports.PurchaseOptionSummary$ = [3, n0, _POS,
715
+ exports.PurchaseOptionFilter$ = PurchaseOptionFilter$;
716
+ const PurchaseOptionSummary$ = [3, n0, _POS,
656
717
  0,
657
718
  [_pOI, _ca, _pOT, _sOR, _aE, _pON, _aFT, _eT, _b],
658
- [0, 0, 0, () => exports.SellerInformation$, () => PurchaseOptionAssociatedEntityList, 0, 4, 4, () => PurchaseOptionBadgeList], 5
719
+ [0, 0, 0, () => SellerInformation$, () => PurchaseOptionAssociatedEntityList, 0, 4, 4, () => PurchaseOptionBadgeList], 5
659
720
  ];
660
- exports.RateCardItem$ = [3, n0, _RCI,
721
+ exports.PurchaseOptionSummary$ = PurchaseOptionSummary$;
722
+ const RateCardItem$ = [3, n0, _RCI,
661
723
  0,
662
724
  [_dK, _dN, _un, _p, _d, _dL],
663
725
  [0, 0, 0, 0, 0, () => DimensionLabelList], 4
664
726
  ];
665
- exports.RecurringPaymentTerm$ = [3, n0, _RPT,
727
+ exports.RateCardItem$ = RateCardItem$;
728
+ const RecurringPaymentTerm$ = [3, n0, _RPT,
666
729
  0,
667
730
  [_i, _t, _cC, _bP, _p],
668
731
  [0, 0, 0, 0, 0], 5
669
732
  ];
670
- exports.RenewalTerm$ = [3, n0, _RT,
733
+ exports.RecurringPaymentTerm$ = RecurringPaymentTerm$;
734
+ const RenewalTerm$ = [3, n0, _RT,
671
735
  0,
672
736
  [_i, _t],
673
737
  [0, 0], 2
674
738
  ];
675
- exports.Resource$ = [3, n0, _R,
739
+ exports.RenewalTerm$ = RenewalTerm$;
740
+ const Resource$ = [3, n0, _R,
676
741
  0,
677
742
  [_rT, _cT, _va, _dN],
678
743
  [0, 0, 0, 0], 3
679
744
  ];
680
- exports.ReviewSourceSummary$ = [3, n0, _RSS,
745
+ exports.Resource$ = Resource$;
746
+ const ReviewSourceSummary$ = [3, n0, _RSS,
681
747
  0,
682
748
  [_sN, _sI, _aR, _tR, _sU],
683
749
  [0, 0, 0, 1, 0], 4
684
750
  ];
685
- exports.ReviewSummary$ = [3, n0, _RS,
751
+ exports.ReviewSourceSummary$ = ReviewSourceSummary$;
752
+ const ReviewSummary$ = [3, n0, _RS,
686
753
  0,
687
754
  [_rSS],
688
755
  [() => ReviewSourceSummaryList], 1
689
756
  ];
690
- exports.SaasFulfillmentOption$ = [3, n0, _SFO,
757
+ exports.ReviewSummary$ = ReviewSummary$;
758
+ const SaasFulfillmentOption$ = [3, n0, _SFO,
691
759
  0,
692
760
  [_fOI, _fOT, _fODN, _fU, _uI],
693
761
  [0, 0, 0, 0, 0], 3
694
762
  ];
695
- exports.SageMakerAlgorithmFulfillmentOption$ = [3, n0, _SMAFO,
763
+ exports.SaasFulfillmentOption$ = SaasFulfillmentOption$;
764
+ const SageMakerAlgorithmFulfillmentOption$ = [3, n0, _SMAFO,
696
765
  0,
697
766
  [_fOI, _fOT, _fODN, _fOV, _rN, _uI, _re],
698
- [0, 0, 0, 0, 0, 0, () => exports.SageMakerAlgorithmRecommendation$], 3
767
+ [0, 0, 0, 0, 0, 0, () => SageMakerAlgorithmRecommendation$], 3
699
768
  ];
700
- exports.SageMakerAlgorithmRecommendation$ = [3, n0, _SMAR,
769
+ exports.SageMakerAlgorithmFulfillmentOption$ = SageMakerAlgorithmFulfillmentOption$;
770
+ const SageMakerAlgorithmRecommendation$ = [3, n0, _SMAR,
701
771
  0,
702
772
  [_rBTIT, _rTIT, _rRIIT],
703
773
  [0, 0, 0], 2
704
774
  ];
705
- exports.SageMakerModelFulfillmentOption$ = [3, n0, _SMMFO,
775
+ exports.SageMakerAlgorithmRecommendation$ = SageMakerAlgorithmRecommendation$;
776
+ const SageMakerModelFulfillmentOption$ = [3, n0, _SMMFO,
706
777
  0,
707
778
  [_fOI, _fOT, _fODN, _fOV, _rN, _uI, _re],
708
- [0, 0, 0, 0, 0, 0, () => exports.SageMakerModelRecommendation$], 3
779
+ [0, 0, 0, 0, 0, 0, () => SageMakerModelRecommendation$], 3
709
780
  ];
710
- exports.SageMakerModelRecommendation$ = [3, n0, _SMMR,
781
+ exports.SageMakerModelFulfillmentOption$ = SageMakerModelFulfillmentOption$;
782
+ const SageMakerModelRecommendation$ = [3, n0, _SMMR,
711
783
  0,
712
784
  [_rBTIT, _rRIIT],
713
785
  [0, 0], 1
714
786
  ];
715
- exports.ScheduleItem$ = [3, n0, _SI,
787
+ exports.SageMakerModelRecommendation$ = SageMakerModelRecommendation$;
788
+ const ScheduleItem$ = [3, n0, _SI,
716
789
  0,
717
790
  [_cD, _cA],
718
791
  [4, 0], 2
719
792
  ];
720
- exports.SearchFacetsInput$ = [3, n0, _SFI,
793
+ exports.ScheduleItem$ = ScheduleItem$;
794
+ const SearchFacetsInput$ = [3, n0, _SFI,
721
795
  0,
722
796
  [_sT, _f, _fTa, _nT],
723
797
  [0, () => SearchFilterList, 64 | 0, 0]
724
798
  ];
725
- exports.SearchFacetsOutput$ = [3, n0, _SFOe,
799
+ exports.SearchFacetsInput$ = SearchFacetsInput$;
800
+ const SearchFacetsOutput$ = [3, n0, _SFOe,
726
801
  0,
727
802
  [_tRo, _lF, _nT],
728
803
  [1, () => TypeToFacetMap, 0], 2
729
804
  ];
730
- exports.SearchFilter$ = [3, n0, _SF,
805
+ exports.SearchFacetsOutput$ = SearchFacetsOutput$;
806
+ const SearchFilter$ = [3, n0, _SF,
731
807
  0,
732
808
  [_fT, _fV],
733
809
  [0, 64 | 0], 2
734
810
  ];
735
- exports.SearchListingsInput$ = [3, n0, _SLI,
811
+ exports.SearchFilter$ = SearchFilter$;
812
+ const SearchListingsInput$ = [3, n0, _SLI,
736
813
  0,
737
814
  [_sT, _f, _mR, _sB, _sO, _nT],
738
815
  [0, () => SearchFilterList, 1, 0, 0, 0]
739
816
  ];
740
- exports.SearchListingsOutput$ = [3, n0, _SLO,
817
+ exports.SearchListingsInput$ = SearchListingsInput$;
818
+ const SearchListingsOutput$ = [3, n0, _SLO,
741
819
  0,
742
820
  [_tRo, _lS, _nT],
743
821
  [1, () => ListingSummaryList, 0], 2
744
822
  ];
745
- exports.Selector$ = [3, n0, _S,
823
+ exports.SearchListingsOutput$ = SearchListingsOutput$;
824
+ const Selector$ = [3, n0, _S,
746
825
  0,
747
826
  [_t, _va],
748
827
  [0, 0], 2
749
828
  ];
750
- exports.SellerEngagement$ = [3, n0, _SE,
829
+ exports.Selector$ = Selector$;
830
+ const SellerEngagement$ = [3, n0, _SE,
751
831
  0,
752
832
  [_eTn, _cT, _va],
753
833
  [0, 0, 0], 3
754
834
  ];
755
- exports.SellerInformation$ = [3, n0, _SIe,
835
+ exports.SellerEngagement$ = SellerEngagement$;
836
+ const SellerInformation$ = [3, n0, _SIe,
756
837
  0,
757
838
  [_sPI, _dN],
758
839
  [0, 0], 2
759
840
  ];
760
- exports.SupportTerm$ = [3, n0, _ST,
841
+ exports.SellerInformation$ = SellerInformation$;
842
+ const SupportTerm$ = [3, n0, _ST,
761
843
  0,
762
844
  [_i, _t, _rP],
763
845
  [0, 0, 0], 3
764
846
  ];
765
- exports.UsageBasedPricingTerm$ = [3, n0, _UBPT,
847
+ exports.SupportTerm$ = SupportTerm$;
848
+ const UsageBasedPricingTerm$ = [3, n0, _UBPT,
766
849
  0,
767
850
  [_i, _t, _cC, _rC],
768
851
  [0, 0, 0, () => UsageBasedRateCardList], 4
769
852
  ];
770
- exports.UsageBasedRateCardItem$ = [3, n0, _UBRCI,
853
+ exports.UsageBasedPricingTerm$ = UsageBasedPricingTerm$;
854
+ const UsageBasedRateCardItem$ = [3, n0, _UBRCI,
771
855
  0,
772
856
  [_rCa],
773
857
  [() => RateCardList], 1
774
858
  ];
775
- exports.UseCase$ = [3, n0, _UC,
859
+ exports.UsageBasedRateCardItem$ = UsageBasedRateCardItem$;
860
+ const UseCase$ = [3, n0, _UC,
776
861
  0,
777
862
  [_d, _dN, _va],
778
863
  [0, 0, 0], 3
779
864
  ];
780
- exports.UseCaseEntry$ = [3, n0, _UCE,
865
+ exports.UseCase$ = UseCase$;
866
+ const UseCaseEntry$ = [3, n0, _UCE,
781
867
  0,
782
868
  [_uCs],
783
- [() => exports.UseCase$], 1
869
+ [() => UseCase$], 1
784
870
  ];
785
- exports.ValidityTerm$ = [3, n0, _VT,
871
+ exports.UseCaseEntry$ = UseCaseEntry$;
872
+ const ValidityTerm$ = [3, n0, _VT,
786
873
  0,
787
874
  [_i, _t, _aD, _aED, _aSD],
788
875
  [0, 0, 0, 4, 4], 2
789
876
  ];
790
- exports.VariablePaymentTerm$ = [3, n0, _VPT,
877
+ exports.ValidityTerm$ = ValidityTerm$;
878
+ const VariablePaymentTerm$ = [3, n0, _VPT,
791
879
  0,
792
880
  [_i, _t, _cC, _mTCA],
793
881
  [0, 0, 0, 0], 4
794
882
  ];
883
+ exports.VariablePaymentTerm$ = VariablePaymentTerm$;
795
884
  var AmazonMachineImageOperatingSystemList = [1, n0, _AMIOSL,
796
- 0, () => exports.AmazonMachineImageOperatingSystem$
885
+ 0, () => AmazonMachineImageOperatingSystem$
797
886
  ];
798
887
  var AwsSupportedServiceList = [1, n0, _ASSL,
799
- 0, () => exports.AwsSupportedService$
888
+ 0, () => AwsSupportedService$
800
889
  ];
801
890
  var CategoryList = [1, n0, _CL,
802
- 0, () => exports.Category$
891
+ 0, () => Category$
803
892
  ];
804
893
  var ConfigurableUpfrontRateCardList = [1, n0, _CURCL,
805
- 0, () => exports.ConfigurableUpfrontRateCardItem$
894
+ 0, () => ConfigurableUpfrontRateCardItem$
806
895
  ];
807
896
  var ContainerOperatingSystemList = [1, n0, _COSL,
808
- 0, () => exports.ContainerOperatingSystem$
897
+ 0, () => ContainerOperatingSystem$
809
898
  ];
810
899
  var DataArtifactList = [1, n0, _DAL,
811
- 0, () => exports.DataArtifact$
900
+ 0, () => DataArtifact$
812
901
  ];
813
902
  var DimensionLabelList = [1, n0, _DLL,
814
- 0, () => exports.DimensionLabel$
903
+ 0, () => DimensionLabel$
815
904
  ];
816
905
  var DocumentList = [1, n0, _DLo,
817
- 0, () => exports.DocumentItem$
906
+ 0, () => DocumentItem$
818
907
  ];
819
908
  var EksAddOnOperatingSystemList = [1, n0, _EAOOSL,
820
- 0, () => exports.EksAddOnOperatingSystem$
909
+ 0, () => EksAddOnOperatingSystem$
821
910
  ];
822
911
  var FacetTypeList = 64 | 0;
823
912
  var FulfillmentOptionsList = [1, n0, _FOL,
824
- 0, () => exports.FulfillmentOption$
913
+ 0, () => FulfillmentOption$
825
914
  ];
826
915
  var FulfillmentOptionSummaryList = [1, n0, _FOSL,
827
- 0, () => exports.FulfillmentOptionSummary$
916
+ 0, () => FulfillmentOptionSummary$
828
917
  ];
829
918
  var GrantList = [1, n0, _GL,
830
- 0, () => exports.GrantItem$
919
+ 0, () => GrantItem$
831
920
  ];
832
921
  var HelmOperatingSystemList = [1, n0, _HOSL,
833
- 0, () => exports.HelmOperatingSystem$
922
+ 0, () => HelmOperatingSystem$
834
923
  ];
835
924
  var HighlightList = 64 | 0;
836
925
  var ListingAssociatedEntityList = [1, n0, _LAEL,
837
- 0, () => exports.ListingAssociatedEntity$
926
+ 0, () => ListingAssociatedEntity$
838
927
  ];
839
928
  var ListingBadgeList = [1, n0, _LBL,
840
- 0, () => exports.ListingBadge$
929
+ 0, () => ListingBadge$
841
930
  ];
842
931
  var ListingFacetList = [1, n0, _LFL,
843
- 0, () => exports.ListingFacet$
932
+ 0, () => ListingFacet$
844
933
  ];
845
934
  var ListingSummaryAssociatedEntityList = [1, n0, _LSAEL,
846
- 0, () => exports.ListingSummaryAssociatedEntity$
935
+ 0, () => ListingSummaryAssociatedEntity$
847
936
  ];
848
937
  var ListingSummaryList = [1, n0, _LSL,
849
- 0, () => exports.ListingSummary$
938
+ 0, () => ListingSummary$
850
939
  ];
851
940
  var OfferAssociatedEntityList = [1, n0, _OAEL,
852
- 0, () => exports.OfferAssociatedEntity$
941
+ 0, () => OfferAssociatedEntity$
853
942
  ];
854
943
  var OfferSetAssociatedEntityList = [1, n0, _OSAEL,
855
- 0, () => exports.OfferSetAssociatedEntity$
944
+ 0, () => OfferSetAssociatedEntity$
856
945
  ];
857
946
  var OfferTermsList = [1, n0, _OTL,
858
- 0, () => exports.OfferTerm$
947
+ 0, () => OfferTerm$
859
948
  ];
860
949
  var PricingModelList = [1, n0, _PML,
861
- 0, () => exports.PricingModel$
950
+ 0, () => PricingModel$
862
951
  ];
863
952
  var PricingUnitList = [1, n0, _PUL,
864
- 0, () => exports.PricingUnit$
953
+ 0, () => PricingUnit$
865
954
  ];
866
955
  var PromotionalMediaList = [1, n0, _PMLr,
867
- 0, () => exports.PromotionalMedia$
956
+ 0, () => PromotionalMedia$
868
957
  ];
869
958
  var PurchaseOptionAssociatedEntityList = [1, n0, _POAEL,
870
- 0, () => exports.PurchaseOptionAssociatedEntity$
959
+ 0, () => PurchaseOptionAssociatedEntity$
871
960
  ];
872
961
  var PurchaseOptionBadgeList = [1, n0, _POBL,
873
- 0, () => exports.PurchaseOptionBadge$
962
+ 0, () => PurchaseOptionBadge$
874
963
  ];
875
964
  var PurchaseOptionFilterList = [1, n0, _POFL,
876
- 0, () => exports.PurchaseOptionFilter$
965
+ 0, () => PurchaseOptionFilter$
877
966
  ];
878
967
  var PurchaseOptionFilterValueList = 64 | 0;
879
968
  var PurchaseOptionSummaryList = [1, n0, _POSL,
880
- 0, () => exports.PurchaseOptionSummary$
969
+ 0, () => PurchaseOptionSummary$
881
970
  ];
882
971
  var RateCardList = [1, n0, _RCL,
883
- 0, () => exports.RateCardItem$
972
+ 0, () => RateCardItem$
884
973
  ];
885
974
  var ResourceList = [1, n0, _RL,
886
- 0, () => exports.Resource$
975
+ 0, () => Resource$
887
976
  ];
888
977
  var ReviewSourceSummaryList = [1, n0, _RSSL,
889
- 0, () => exports.ReviewSourceSummary$
978
+ 0, () => ReviewSourceSummary$
890
979
  ];
891
980
  var ScheduleList = [1, n0, _SL,
892
- 0, () => exports.ScheduleItem$
981
+ 0, () => ScheduleItem$
893
982
  ];
894
983
  var SearchFilterList = [1, n0, _SFL,
895
- 0, () => exports.SearchFilter$
984
+ 0, () => SearchFilter$
896
985
  ];
897
986
  var SearchFilterValueList = 64 | 0;
898
987
  var SellerEngagementList = [1, n0, _SEL,
899
- 0, () => exports.SellerEngagement$
988
+ 0, () => SellerEngagement$
900
989
  ];
901
990
  var UsageBasedRateCardList = [1, n0, _UBRCL,
902
- 0, () => exports.UsageBasedRateCardItem$
991
+ 0, () => UsageBasedRateCardItem$
903
992
  ];
904
993
  var UseCaseList = [1, n0, _UCL,
905
- 0, () => exports.UseCaseEntry$
994
+ 0, () => UseCaseEntry$
906
995
  ];
907
996
  var TypeToFacetMap = [2, n0, _TTFM,
908
997
  0, 0, () => ListingFacetList
909
998
  ];
910
- exports.FulfillmentOption$ = [4, n0, _FO,
999
+ const FulfillmentOption$ = [4, n0, _FO,
911
1000
  0,
912
1001
  [_aMIFO, _aFO, _cFFO, _cFO, _hFO, _eAOFO, _eIBCFO, _dEFO, _pSFO, _sFO, _sMAFO, _sMMFO],
913
- [() => exports.AmazonMachineImageFulfillmentOption$, () => exports.ApiFulfillmentOption$, () => exports.CloudFormationFulfillmentOption$, () => exports.ContainerFulfillmentOption$, () => exports.HelmFulfillmentOption$, () => exports.EksAddOnFulfillmentOption$, () => exports.Ec2ImageBuilderComponentFulfillmentOption$, () => exports.DataExchangeFulfillmentOption$, () => exports.ProfessionalServicesFulfillmentOption$, () => exports.SaasFulfillmentOption$, () => exports.SageMakerAlgorithmFulfillmentOption$, () => exports.SageMakerModelFulfillmentOption$]
1002
+ [() => AmazonMachineImageFulfillmentOption$, () => ApiFulfillmentOption$, () => CloudFormationFulfillmentOption$, () => ContainerFulfillmentOption$, () => HelmFulfillmentOption$, () => EksAddOnFulfillmentOption$, () => Ec2ImageBuilderComponentFulfillmentOption$, () => DataExchangeFulfillmentOption$, () => ProfessionalServicesFulfillmentOption$, () => SaasFulfillmentOption$, () => SageMakerAlgorithmFulfillmentOption$, () => SageMakerModelFulfillmentOption$]
914
1003
  ];
915
- exports.OfferTerm$ = [4, n0, _OT,
1004
+ exports.FulfillmentOption$ = FulfillmentOption$;
1005
+ const OfferTerm$ = [4, n0, _OT,
916
1006
  0,
917
1007
  [_bPT, _cUPT, _fUPT, _fTPT, _lTe, _pST, _rPT, _rTe, _sTu, _uBPT, _vT, _vPT],
918
- [() => exports.ByolPricingTerm$, () => exports.ConfigurableUpfrontPricingTerm$, () => exports.FixedUpfrontPricingTerm$, () => exports.FreeTrialPricingTerm$, () => exports.LegalTerm$, () => exports.PaymentScheduleTerm$, () => exports.RecurringPaymentTerm$, () => exports.RenewalTerm$, () => exports.SupportTerm$, () => exports.UsageBasedPricingTerm$, () => exports.ValidityTerm$, () => exports.VariablePaymentTerm$]
1008
+ [() => ByolPricingTerm$, () => ConfigurableUpfrontPricingTerm$, () => FixedUpfrontPricingTerm$, () => FreeTrialPricingTerm$, () => LegalTerm$, () => PaymentScheduleTerm$, () => RecurringPaymentTerm$, () => RenewalTerm$, () => SupportTerm$, () => UsageBasedPricingTerm$, () => ValidityTerm$, () => VariablePaymentTerm$]
919
1009
  ];
920
- exports.PromotionalMedia$ = [4, n0, _PMr,
1010
+ exports.OfferTerm$ = OfferTerm$;
1011
+ const PromotionalMedia$ = [4, n0, _PMr,
921
1012
  0,
922
1013
  [_eI, _eV],
923
- [() => exports.PromotionalEmbeddedImage$, () => exports.PromotionalEmbeddedVideo$]
1014
+ [() => PromotionalEmbeddedImage$, () => PromotionalEmbeddedVideo$]
924
1015
  ];
1016
+ exports.PromotionalMedia$ = PromotionalMedia$;
925
1017
  exports.GetListing$ = [9, n0, _GLe,
926
- { [_ht]: ["POST", "/2026-02-05/getListing", 200] }, () => exports.GetListingInput$, () => exports.GetListingOutput$
1018
+ { [_ht]: ["POST", "/2026-02-05/getListing", 200] }, () => GetListingInput$, () => GetListingOutput$
927
1019
  ];
928
1020
  exports.GetOffer$ = [9, n0, _GO,
929
- { [_ht]: ["POST", "/2026-02-05/getOffer", 200] }, () => exports.GetOfferInput$, () => exports.GetOfferOutput$
1021
+ { [_ht]: ["POST", "/2026-02-05/getOffer", 200] }, () => GetOfferInput$, () => GetOfferOutput$
930
1022
  ];
931
1023
  exports.GetOfferSet$ = [9, n0, _GOS,
932
- { [_ht]: ["POST", "/2026-02-05/getOfferSet", 200] }, () => exports.GetOfferSetInput$, () => exports.GetOfferSetOutput$
1024
+ { [_ht]: ["POST", "/2026-02-05/getOfferSet", 200] }, () => GetOfferSetInput$, () => GetOfferSetOutput$
933
1025
  ];
934
1026
  exports.GetOfferTerms$ = [9, n0, _GOT,
935
- { [_ht]: ["POST", "/2026-02-05/getOfferTerms", 200] }, () => exports.GetOfferTermsInput$, () => exports.GetOfferTermsOutput$
1027
+ { [_ht]: ["POST", "/2026-02-05/getOfferTerms", 200] }, () => GetOfferTermsInput$, () => GetOfferTermsOutput$
936
1028
  ];
937
1029
  exports.GetProduct$ = [9, n0, _GP,
938
- { [_ht]: ["POST", "/2026-02-05/getProduct", 200] }, () => exports.GetProductInput$, () => exports.GetProductOutput$
1030
+ { [_ht]: ["POST", "/2026-02-05/getProduct", 200] }, () => GetProductInput$, () => GetProductOutput$
939
1031
  ];
940
1032
  exports.ListFulfillmentOptions$ = [9, n0, _LFO,
941
- { [_ht]: ["POST", "/2026-02-05/listFulfillmentOptions", 200] }, () => exports.ListFulfillmentOptionsInput$, () => exports.ListFulfillmentOptionsOutput$
1033
+ { [_ht]: ["POST", "/2026-02-05/listFulfillmentOptions", 200] }, () => ListFulfillmentOptionsInput$, () => ListFulfillmentOptionsOutput$
942
1034
  ];
943
1035
  exports.ListPurchaseOptions$ = [9, n0, _LPO,
944
- { [_ht]: ["POST", "/2026-02-05/listPurchaseOptions", 200] }, () => exports.ListPurchaseOptionsInput$, () => exports.ListPurchaseOptionsOutput$
1036
+ { [_ht]: ["POST", "/2026-02-05/listPurchaseOptions", 200] }, () => ListPurchaseOptionsInput$, () => ListPurchaseOptionsOutput$
945
1037
  ];
946
1038
  exports.SearchFacets$ = [9, n0, _SFe,
947
- { [_ht]: ["POST", "/2026-02-05/searchFacets", 200] }, () => exports.SearchFacetsInput$, () => exports.SearchFacetsOutput$
1039
+ { [_ht]: ["POST", "/2026-02-05/searchFacets", 200] }, () => SearchFacetsInput$, () => SearchFacetsOutput$
948
1040
  ];
949
1041
  exports.SearchListings$ = [9, n0, _SLe,
950
- { [_ht]: ["POST", "/2026-02-05/searchListings", 200] }, () => exports.SearchListingsInput$, () => exports.SearchListingsOutput$
1042
+ { [_ht]: ["POST", "/2026-02-05/searchListings", 200] }, () => SearchListingsInput$, () => SearchListingsOutput$
951
1043
  ];