@aws-sdk/client-partnercentral-benefits 3.952.0 → 3.954.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.
Files changed (37) hide show
  1. package/dist-cjs/index.js +254 -177
  2. package/dist-cjs/runtimeConfig.shared.js +6 -6
  3. package/dist-es/commands/AmendBenefitApplicationCommand.js +2 -2
  4. package/dist-es/commands/AssociateBenefitApplicationResourceCommand.js +2 -2
  5. package/dist-es/commands/CancelBenefitApplicationCommand.js +2 -2
  6. package/dist-es/commands/CreateBenefitApplicationCommand.js +2 -2
  7. package/dist-es/commands/DisassociateBenefitApplicationResourceCommand.js +2 -2
  8. package/dist-es/commands/GetBenefitAllocationCommand.js +2 -2
  9. package/dist-es/commands/GetBenefitApplicationCommand.js +2 -2
  10. package/dist-es/commands/GetBenefitCommand.js +2 -2
  11. package/dist-es/commands/ListBenefitAllocationsCommand.js +2 -2
  12. package/dist-es/commands/ListBenefitApplicationsCommand.js +2 -2
  13. package/dist-es/commands/ListBenefitsCommand.js +2 -2
  14. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  15. package/dist-es/commands/RecallBenefitApplicationCommand.js +2 -2
  16. package/dist-es/commands/SubmitBenefitApplicationCommand.js +2 -2
  17. package/dist-es/commands/TagResourceCommand.js +2 -2
  18. package/dist-es/commands/UntagResourceCommand.js +2 -2
  19. package/dist-es/commands/UpdateBenefitApplicationCommand.js +2 -2
  20. package/dist-es/index.js +1 -0
  21. package/dist-es/runtimeConfig.shared.js +6 -6
  22. package/dist-es/schemas/schemas_0.js +155 -155
  23. package/dist-types/PartnerCentralBenefitsClient.d.ts +1 -10
  24. package/dist-types/index.d.ts +1 -0
  25. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  26. package/dist-types/runtimeConfig.d.ts +6 -2
  27. package/dist-types/runtimeConfig.native.d.ts +6 -2
  28. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  29. package/dist-types/schemas/schemas_0.d.ts +78 -106
  30. package/dist-types/ts3.4/PartnerCentralBenefitsClient.d.ts +0 -4
  31. package/dist-types/ts3.4/index.d.ts +1 -0
  32. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  33. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  34. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  35. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  36. package/dist-types/ts3.4/schemas/schemas_0.d.ts +77 -107
  37. package/package.json +34 -34
package/dist-cjs/index.js CHANGED
@@ -108,14 +108,14 @@ class PartnerCentralBenefitsClient extends smithyClient.Client {
108
108
  }
109
109
  }
110
110
 
111
- let PartnerCentralBenefitsServiceException$1 = class PartnerCentralBenefitsServiceException extends smithyClient.ServiceException {
111
+ class PartnerCentralBenefitsServiceException extends smithyClient.ServiceException {
112
112
  constructor(options) {
113
113
  super(options);
114
114
  Object.setPrototypeOf(this, PartnerCentralBenefitsServiceException.prototype);
115
115
  }
116
- };
116
+ }
117
117
 
118
- let AccessDeniedException$1 = class AccessDeniedException extends PartnerCentralBenefitsServiceException$1 {
118
+ class AccessDeniedException extends PartnerCentralBenefitsServiceException {
119
119
  name = "AccessDeniedException";
120
120
  $fault = "client";
121
121
  Message;
@@ -128,8 +128,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends PartnerCentral
128
128
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
129
129
  this.Message = opts.Message;
130
130
  }
131
- };
132
- let ConflictException$1 = class ConflictException extends PartnerCentralBenefitsServiceException$1 {
131
+ }
132
+ class ConflictException extends PartnerCentralBenefitsServiceException {
133
133
  name = "ConflictException";
134
134
  $fault = "client";
135
135
  Message;
@@ -142,8 +142,8 @@ let ConflictException$1 = class ConflictException extends PartnerCentralBenefits
142
142
  Object.setPrototypeOf(this, ConflictException.prototype);
143
143
  this.Message = opts.Message;
144
144
  }
145
- };
146
- let InternalServerException$1 = class InternalServerException extends PartnerCentralBenefitsServiceException$1 {
145
+ }
146
+ class InternalServerException extends PartnerCentralBenefitsServiceException {
147
147
  name = "InternalServerException";
148
148
  $fault = "server";
149
149
  Message;
@@ -156,8 +156,8 @@ let InternalServerException$1 = class InternalServerException extends PartnerCen
156
156
  Object.setPrototypeOf(this, InternalServerException.prototype);
157
157
  this.Message = opts.Message;
158
158
  }
159
- };
160
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends PartnerCentralBenefitsServiceException$1 {
159
+ }
160
+ class ResourceNotFoundException extends PartnerCentralBenefitsServiceException {
161
161
  name = "ResourceNotFoundException";
162
162
  $fault = "client";
163
163
  Message;
@@ -170,8 +170,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Partne
170
170
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
171
171
  this.Message = opts.Message;
172
172
  }
173
- };
174
- let ThrottlingException$1 = class ThrottlingException extends PartnerCentralBenefitsServiceException$1 {
173
+ }
174
+ class ThrottlingException extends PartnerCentralBenefitsServiceException {
175
175
  name = "ThrottlingException";
176
176
  $fault = "client";
177
177
  Message;
@@ -184,8 +184,8 @@ let ThrottlingException$1 = class ThrottlingException extends PartnerCentralBene
184
184
  Object.setPrototypeOf(this, ThrottlingException.prototype);
185
185
  this.Message = opts.Message;
186
186
  }
187
- };
188
- let ValidationException$1 = class ValidationException extends PartnerCentralBenefitsServiceException$1 {
187
+ }
188
+ class ValidationException extends PartnerCentralBenefitsServiceException {
189
189
  name = "ValidationException";
190
190
  $fault = "client";
191
191
  Message;
@@ -202,8 +202,8 @@ let ValidationException$1 = class ValidationException extends PartnerCentralBene
202
202
  this.Reason = opts.Reason;
203
203
  this.FieldList = opts.FieldList;
204
204
  }
205
- };
206
- let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends PartnerCentralBenefitsServiceException$1 {
205
+ }
206
+ class ServiceQuotaExceededException extends PartnerCentralBenefitsServiceException {
207
207
  name = "ServiceQuotaExceededException";
208
208
  $fault = "client";
209
209
  $retryable = {};
@@ -223,7 +223,7 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
223
223
  this.ResourceType = opts.ResourceType;
224
224
  this.QuotaCode = opts.QuotaCode;
225
225
  }
226
- };
226
+ }
227
227
 
228
228
  const _A = "Amendments";
229
229
  const _AA = "AllocatedAmount";
@@ -406,10 +406,10 @@ var ContactEmail = [0, n0, _CE, 8, 0];
406
406
  var ContactFirstName = [0, n0, _CFN, 8, 0];
407
407
  var ContactLastName = [0, n0, _CLN, 8, 0];
408
408
  var ContactPhone = [0, n0, _CP, 8, 0];
409
- var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
410
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
411
- var AccessDetails = [3, n0, _AD, 0, [_D], [0]];
412
- var AmendBenefitApplicationInput = [
409
+ var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
410
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
411
+ var AccessDetails$ = [3, n0, _AD, 0, [_D], [0]];
412
+ var AmendBenefitApplicationInput$ = [
413
413
  3,
414
414
  n0,
415
415
  _ABAI,
@@ -417,9 +417,9 @@ var AmendBenefitApplicationInput = [
417
417
  [_C, _CT, _R, _I, _AR, _A],
418
418
  [0, 0, 0, 0, 0, () => AmendmentList],
419
419
  ];
420
- var AmendBenefitApplicationOutput = [3, n0, _ABAO, 0, [], []];
421
- var Amendment = [3, n0, _Am, 0, [_FP, _NV], [0, 0]];
422
- var AssociateBenefitApplicationResourceInput = [
420
+ var AmendBenefitApplicationOutput$ = [3, n0, _ABAO, 0, [], []];
421
+ var Amendment$ = [3, n0, _Am, 0, [_FP, _NV], [0, 0]];
422
+ var AssociateBenefitApplicationResourceInput$ = [
423
423
  3,
424
424
  n0,
425
425
  _ABARI,
@@ -427,7 +427,7 @@ var AssociateBenefitApplicationResourceInput = [
427
427
  [_C, _BAI, _RA],
428
428
  [0, 0, 0],
429
429
  ];
430
- var AssociateBenefitApplicationResourceOutput = [
430
+ var AssociateBenefitApplicationResourceOutput$ = [
431
431
  3,
432
432
  n0,
433
433
  _ABARO,
@@ -435,8 +435,8 @@ var AssociateBenefitApplicationResourceOutput = [
435
435
  [_Id, _Ar, _R],
436
436
  [0, 0, 0],
437
437
  ];
438
- var AssociatedResource = [3, n0, _ARs, 0, [_RT, _RI, _RA], [0, 0, 0]];
439
- var BenefitAllocationSummary = [
438
+ var AssociatedResource$ = [3, n0, _ARs, 0, [_RT, _RI, _RA], [0, 0, 0]];
439
+ var BenefitAllocationSummary$ = [
440
440
  3,
441
441
  n0,
442
442
  _BAS,
@@ -444,7 +444,7 @@ var BenefitAllocationSummary = [
444
444
  [_Id, _C, _Ar, _S, _SR, _N, _BI, _BAIe, _FT, _CA, _EA, _ABI],
445
445
  [0, 0, 0, 0, 0, 0, 0, 0, 64 | 0, 5, 5, 64 | 0],
446
446
  ];
447
- var BenefitApplicationSummary = [
447
+ var BenefitApplicationSummary$ = [
448
448
  3,
449
449
  n0,
450
450
  _BASe,
@@ -452,7 +452,7 @@ var BenefitApplicationSummary = [
452
452
  [_C, _N, _Id, _Ar, _BI, _P, _FT, _S, _St, _CA, _UA, _BAD, _ARss],
453
453
  [0, 0, 0, 0, 0, 64 | 0, 64 | 0, 0, 0, 5, 5, 128 | 0, 64 | 0],
454
454
  ];
455
- var BenefitSummary = [
455
+ var BenefitSummary$ = [
456
456
  3,
457
457
  n0,
458
458
  _BS,
@@ -460,19 +460,19 @@ var BenefitSummary = [
460
460
  [_Id, _C, _Ar, _N, _D, _P, _FT, _S],
461
461
  [0, 0, 0, 0, 0, 64 | 0, 64 | 0, 0],
462
462
  ];
463
- var CancelBenefitApplicationInput = [3, n0, _CBAI, 0, [_C, _CT, _I, _Re], [0, 0, 0, 0]];
464
- var CancelBenefitApplicationOutput = [3, n0, _CBAO, 0, [], []];
465
- var ConflictException = [-3, n0, _CEo, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
466
- schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
467
- var ConsumableDetails = [
463
+ var CancelBenefitApplicationInput$ = [3, n0, _CBAI, 0, [_C, _CT, _I, _Re], [0, 0, 0, 0]];
464
+ var CancelBenefitApplicationOutput$ = [3, n0, _CBAO, 0, [], []];
465
+ var ConflictException$ = [-3, n0, _CEo, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
466
+ schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
467
+ var ConsumableDetails$ = [
468
468
  3,
469
469
  n0,
470
470
  _CD,
471
471
  0,
472
472
  [_AA, _RAe, _UAt, _ID],
473
- [() => MonetaryValue, () => MonetaryValue, () => MonetaryValue, () => IssuanceDetail],
473
+ [() => MonetaryValue$, () => MonetaryValue$, () => MonetaryValue$, () => IssuanceDetail$],
474
474
  ];
475
- var Contact = [
475
+ var Contact$ = [
476
476
  3,
477
477
  n0,
478
478
  _Co,
@@ -480,7 +480,7 @@ var Contact = [
480
480
  [_E, _FN, _LN, _BT, _Ph],
481
481
  [[() => ContactEmail, 0], [() => ContactFirstName, 0], [() => ContactLastName, 0], 0, [() => ContactPhone, 0]],
482
482
  ];
483
- var CreateBenefitApplicationInput = [
483
+ var CreateBenefitApplicationInput$ = [
484
484
  3,
485
485
  n0,
486
486
  _CBAIr,
@@ -488,24 +488,24 @@ var CreateBenefitApplicationInput = [
488
488
  [_C, _CT, _N, _D, _BIe, _FT, _BAD, _T, _ARss, _PC, _FD],
489
489
  [0, 0, 0, 0, 0, 64 | 0, 15, () => Tags, 64 | 0, [() => Contacts, 0], () => FileInputDetails],
490
490
  ];
491
- var CreateBenefitApplicationOutput = [3, n0, _CBAOr, 0, [_Id, _Ar, _R], [0, 0, 0]];
492
- var CreditCode = [
491
+ var CreateBenefitApplicationOutput$ = [3, n0, _CBAOr, 0, [_Id, _Ar, _R], [0, 0, 0]];
492
+ var CreditCode$ = [
493
493
  3,
494
494
  n0,
495
495
  _CC,
496
496
  0,
497
497
  [_AAI, _V, _ACC, _S, _IA, _EA],
498
- [0, () => MonetaryValue, 0, 0, 5, 5],
498
+ [0, () => MonetaryValue$, 0, 0, 5, 5],
499
499
  ];
500
- var CreditDetails = [
500
+ var CreditDetails$ = [
501
501
  3,
502
502
  n0,
503
503
  _CDr,
504
504
  0,
505
505
  [_AA, _IAs, _Cod],
506
- [() => MonetaryValue, () => MonetaryValue, () => CreditCodes],
506
+ [() => MonetaryValue$, () => MonetaryValue$, () => CreditCodes],
507
507
  ];
508
- var DisassociateBenefitApplicationResourceInput = [
508
+ var DisassociateBenefitApplicationResourceInput$ = [
509
509
  3,
510
510
  n0,
511
511
  _DBARI,
@@ -513,7 +513,7 @@ var DisassociateBenefitApplicationResourceInput = [
513
513
  [_C, _BAI, _RA],
514
514
  [0, 0, 0],
515
515
  ];
516
- var DisassociateBenefitApplicationResourceOutput = [
516
+ var DisassociateBenefitApplicationResourceOutput$ = [
517
517
  3,
518
518
  n0,
519
519
  _DBARO,
@@ -521,15 +521,15 @@ var DisassociateBenefitApplicationResourceOutput = [
521
521
  [_Id, _Ar, _R],
522
522
  [0, 0, 0],
523
523
  ];
524
- var DisbursementDetails = [
524
+ var DisbursementDetails$ = [
525
525
  3,
526
526
  n0,
527
527
  _DD,
528
528
  0,
529
529
  [_DA, _ID],
530
- [() => MonetaryValue, () => IssuanceDetail],
530
+ [() => MonetaryValue$, () => IssuanceDetail$],
531
531
  ];
532
- var FileDetail = [
532
+ var FileDetail$ = [
533
533
  3,
534
534
  n0,
535
535
  _FDi,
@@ -537,18 +537,18 @@ var FileDetail = [
537
537
  [_FURI, _BUC, _FNi, _FS, _FSR, _FTi, _CB, _CA],
538
538
  [0, 0, 0, 0, 0, 0, 0, 5],
539
539
  ];
540
- var FileInput = [3, n0, _FI, 0, [_FURI, _BUC], [0, 0]];
541
- var GetBenefitAllocationInput = [3, n0, _GBAI, 0, [_C, _I], [0, 0]];
542
- var GetBenefitAllocationOutput = [
540
+ var FileInput$ = [3, n0, _FI, 0, [_FURI, _BUC], [0, 0]];
541
+ var GetBenefitAllocationInput$ = [3, n0, _GBAI, 0, [_C, _I], [0, 0]];
542
+ var GetBenefitAllocationOutput$ = [
543
543
  3,
544
544
  n0,
545
545
  _GBAO,
546
546
  0,
547
547
  [_Id, _C, _Ar, _N, _D, _S, _SR, _BAIe, _BI, _FTu, _ABI, _FDu, _CA, _UA, _SA, _EA],
548
- [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 64 | 0, () => FulfillmentDetails, 5, 5, 5, 5],
548
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 64 | 0, () => FulfillmentDetails$, 5, 5, 5, 5],
549
549
  ];
550
- var GetBenefitApplicationInput = [3, n0, _GBAIe, 0, [_C, _I], [0, 0]];
551
- var GetBenefitApplicationOutput = [
550
+ var GetBenefitApplicationInput$ = [3, n0, _GBAIe, 0, [_C, _I], [0, 0]];
551
+ var GetBenefitApplicationOutput$ = [
552
552
  3,
553
553
  n0,
554
554
  _GBAOe,
@@ -556,8 +556,8 @@ var GetBenefitApplicationOutput = [
556
556
  [_Id, _Ar, _C, _BI, _N, _D, _FT, _BAD, _P, _S, _St, _SR, _SRC, _SRCt, _CA, _UA, _R, _ARss, _PC, _FD],
557
557
  [0, 0, 0, 0, 0, 0, 64 | 0, 15, 64 | 0, 0, 0, 0, 0, 64 | 0, 5, 5, 0, 64 | 0, [() => Contacts, 0], () => FileDetails],
558
558
  ];
559
- var GetBenefitInput = [3, n0, _GBI, 0, [_C, _I], [0, 0]];
560
- var GetBenefitOutput = [
559
+ var GetBenefitInput$ = [3, n0, _GBI, 0, [_C, _I], [0, 0]];
560
+ var GetBenefitOutput$ = [
561
561
  3,
562
562
  n0,
563
563
  _GBO,
@@ -565,10 +565,10 @@ var GetBenefitOutput = [
565
565
  [_Id, _C, _Ar, _N, _D, _P, _FT, _BRS, _S],
566
566
  [0, 0, 0, 0, 0, 64 | 0, 64 | 0, 15, 0],
567
567
  ];
568
- var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
569
- schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
570
- var IssuanceDetail = [3, n0, _IDs, 0, [_II, _IAss, _IA], [0, () => MonetaryValue, 5]];
571
- var ListBenefitAllocationsInput = [
568
+ var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
569
+ schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
570
+ var IssuanceDetail$ = [3, n0, _IDs, 0, [_II, _IAss, _IA], [0, () => MonetaryValue$, 5]];
571
+ var ListBenefitAllocationsInput$ = [
572
572
  3,
573
573
  n0,
574
574
  _LBAI,
@@ -576,7 +576,7 @@ var ListBenefitAllocationsInput = [
576
576
  [_C, _FT, _BIen, _BAIen, _S, _MR, _NT],
577
577
  [0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 1, 0],
578
578
  ];
579
- var ListBenefitAllocationsOutput = [
579
+ var ListBenefitAllocationsOutput$ = [
580
580
  3,
581
581
  n0,
582
582
  _LBAO,
@@ -584,7 +584,7 @@ var ListBenefitAllocationsOutput = [
584
584
  [_BASen, _NT],
585
585
  [() => BenefitAllocationSummaries, 0],
586
586
  ];
587
- var ListBenefitApplicationsInput = [
587
+ var ListBenefitApplicationsInput$ = [
588
588
  3,
589
589
  n0,
590
590
  _LBAIi,
@@ -592,7 +592,7 @@ var ListBenefitApplicationsInput = [
592
592
  [_C, _P, _FT, _BIen, _S, _Sta, _ARss, _ARA, _MR, _NT],
593
593
  [0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, () => AssociatedResources, 64 | 0, 1, 0],
594
594
  ];
595
- var ListBenefitApplicationsOutput = [
595
+ var ListBenefitApplicationsOutput$ = [
596
596
  3,
597
597
  n0,
598
598
  _LBAOi,
@@ -600,7 +600,7 @@ var ListBenefitApplicationsOutput = [
600
600
  [_BASene, _NT],
601
601
  [() => BenefitApplicationSummaries, 0],
602
602
  ];
603
- var ListBenefitsInput = [
603
+ var ListBenefitsInput$ = [
604
604
  3,
605
605
  n0,
606
606
  _LBI,
@@ -608,15 +608,15 @@ var ListBenefitsInput = [
608
608
  [_C, _P, _FT, _S, _MR, _NT],
609
609
  [0, 64 | 0, 64 | 0, 64 | 0, 1, 0],
610
610
  ];
611
- var ListBenefitsOutput = [3, n0, _LBO, 0, [_BSe, _NT], [() => BenefitSummaries, 0]];
612
- var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [0]];
613
- var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [() => Tags]];
614
- var MonetaryValue = [3, n0, _MV, 0, [_Amo, _CCu], [0, 0]];
615
- var RecallBenefitApplicationInput = [3, n0, _RBAI, 0, [_C, _CT, _I, _Re], [0, 0, 0, 0]];
616
- var RecallBenefitApplicationOutput = [3, n0, _RBAO, 0, [], []];
617
- var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
618
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
619
- var ServiceQuotaExceededException = [
611
+ var ListBenefitsOutput$ = [3, n0, _LBO, 0, [_BSe, _NT], [() => BenefitSummaries, 0]];
612
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA], [0]];
613
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_t], [() => Tags]];
614
+ var MonetaryValue$ = [3, n0, _MV, 0, [_Amo, _CCu], [0, 0]];
615
+ var RecallBenefitApplicationInput$ = [3, n0, _RBAI, 0, [_C, _CT, _I, _Re], [0, 0, 0, 0]];
616
+ var RecallBenefitApplicationOutput$ = [3, n0, _RBAO, 0, [], []];
617
+ var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
618
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
619
+ var ServiceQuotaExceededException$ = [
620
620
  -3,
621
621
  n0,
622
622
  _SQEE,
@@ -624,17 +624,17 @@ var ServiceQuotaExceededException = [
624
624
  [_M, _RIe, _RT, _QC],
625
625
  [0, 0, 0, 0],
626
626
  ];
627
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
628
- var SubmitBenefitApplicationInput = [3, n0, _SBAI, 0, [_C, _I], [0, 0]];
629
- var SubmitBenefitApplicationOutput = [3, n0, _SBAO, 0, [], []];
630
- var Tag = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
631
- var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [0, () => Tags]];
632
- var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
633
- var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
634
- schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
635
- var UntagResourceRequest = [3, n0, _URR, 0, [_rA, _tK], [0, 64 | 0]];
636
- var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
637
- var UpdateBenefitApplicationInput = [
627
+ schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
628
+ var SubmitBenefitApplicationInput$ = [3, n0, _SBAI, 0, [_C, _I], [0, 0]];
629
+ var SubmitBenefitApplicationOutput$ = [3, n0, _SBAO, 0, [], []];
630
+ var Tag$ = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
631
+ var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _t], [0, () => Tags]];
632
+ var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
633
+ var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
634
+ schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
635
+ var UntagResourceRequest$ = [3, n0, _URR, 0, [_rA, _tK], [0, 64 | 0]];
636
+ var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
637
+ var UpdateBenefitApplicationInput$ = [
638
638
  3,
639
639
  n0,
640
640
  _UBAI,
@@ -642,8 +642,8 @@ var UpdateBenefitApplicationInput = [
642
642
  [_C, _CT, _N, _D, _I, _R, _BAD, _PC, _FD],
643
643
  [0, 0, 0, 0, 0, 0, 15, [() => Contacts, 0], () => FileInputDetails],
644
644
  ];
645
- var UpdateBenefitApplicationOutput = [3, n0, _UBAO, 0, [_Id, _Ar, _R], [0, 0, 0]];
646
- var ValidationException = [
645
+ var UpdateBenefitApplicationOutput$ = [3, n0, _UBAO, 0, [_Id, _Ar, _R], [0, 0, 0]];
646
+ var ValidationException$ = [
647
647
  -3,
648
648
  n0,
649
649
  _VE,
@@ -651,9 +651,9 @@ var ValidationException = [
651
651
  [_M, _Re, _FL],
652
652
  [0, 0, () => ValidationExceptionFieldList],
653
653
  ];
654
- schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
655
- var ValidationExceptionField = [3, n0, _VEF, 0, [_N, _M, _Code], [0, 0, 0]];
656
- var PartnerCentralBenefitsServiceException = [
654
+ schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
655
+ var ValidationExceptionField$ = [3, n0, _VEF, 0, [_N, _M, _Code], [0, 0, 0]];
656
+ var PartnerCentralBenefitsServiceException$ = [
657
657
  -3,
658
658
  _sm,
659
659
  "PartnerCentralBenefitsServiceException",
@@ -661,161 +661,161 @@ var PartnerCentralBenefitsServiceException = [
661
661
  [],
662
662
  [],
663
663
  ];
664
- schema.TypeRegistry.for(_sm).registerError(PartnerCentralBenefitsServiceException, PartnerCentralBenefitsServiceException$1);
665
- var AmendmentList = [1, n0, _AL, 0, () => Amendment];
666
- var AssociatedResources = [1, n0, _ARss, 0, () => AssociatedResource];
667
- var BenefitAllocationSummaries = [1, n0, _BASen, 0, () => BenefitAllocationSummary];
668
- var BenefitApplicationSummaries = [1, n0, _BASene, 0, () => BenefitApplicationSummary];
669
- var BenefitSummaries = [1, n0, _BSe, 0, () => BenefitSummary];
670
- var Contacts = [1, n0, _Con, 0, [() => Contact, 0]];
671
- var CreditCodes = [1, n0, _CCr, 0, () => CreditCode];
672
- var FileDetails = [1, n0, _FD, 0, () => FileDetail];
673
- var FileInputDetails = [1, n0, _FID, 0, () => FileInput];
674
- var Tags = [1, n0, _T, 0, () => Tag];
675
- var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField];
676
- var FulfillmentDetails = [
664
+ schema.TypeRegistry.for(_sm).registerError(PartnerCentralBenefitsServiceException$, PartnerCentralBenefitsServiceException);
665
+ var AmendmentList = [1, n0, _AL, 0, () => Amendment$];
666
+ var AssociatedResources = [1, n0, _ARss, 0, () => AssociatedResource$];
667
+ var BenefitAllocationSummaries = [1, n0, _BASen, 0, () => BenefitAllocationSummary$];
668
+ var BenefitApplicationSummaries = [1, n0, _BASene, 0, () => BenefitApplicationSummary$];
669
+ var BenefitSummaries = [1, n0, _BSe, 0, () => BenefitSummary$];
670
+ var Contacts = [1, n0, _Con, 0, [() => Contact$, 0]];
671
+ var CreditCodes = [1, n0, _CCr, 0, () => CreditCode$];
672
+ var FileDetails = [1, n0, _FD, 0, () => FileDetail$];
673
+ var FileInputDetails = [1, n0, _FID, 0, () => FileInput$];
674
+ var Tags = [1, n0, _T, 0, () => Tag$];
675
+ var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField$];
676
+ var FulfillmentDetails$ = [
677
677
  3,
678
678
  n0,
679
679
  _FDul,
680
680
  0,
681
681
  [_DD, _CD, _CDr, _AD],
682
- [() => DisbursementDetails, () => ConsumableDetails, () => CreditDetails, () => AccessDetails],
682
+ [() => DisbursementDetails$, () => ConsumableDetails$, () => CreditDetails$, () => AccessDetails$],
683
683
  ];
684
- var AmendBenefitApplication = [
684
+ var AmendBenefitApplication$ = [
685
685
  9,
686
686
  n0,
687
687
  _ABA,
688
688
  { [_h]: ["POST", "/AmendBenefitApplication", 200] },
689
- () => AmendBenefitApplicationInput,
690
- () => AmendBenefitApplicationOutput,
689
+ () => AmendBenefitApplicationInput$,
690
+ () => AmendBenefitApplicationOutput$,
691
691
  ];
692
- var AssociateBenefitApplicationResource = [
692
+ var AssociateBenefitApplicationResource$ = [
693
693
  9,
694
694
  n0,
695
695
  _ABAR,
696
696
  { [_h]: ["POST", "/AssociateBenefitApplicationResource", 200] },
697
- () => AssociateBenefitApplicationResourceInput,
698
- () => AssociateBenefitApplicationResourceOutput,
697
+ () => AssociateBenefitApplicationResourceInput$,
698
+ () => AssociateBenefitApplicationResourceOutput$,
699
699
  ];
700
- var CancelBenefitApplication = [
700
+ var CancelBenefitApplication$ = [
701
701
  9,
702
702
  n0,
703
703
  _CBA,
704
704
  { [_h]: ["POST", "/CancelBenefitApplication", 200] },
705
- () => CancelBenefitApplicationInput,
706
- () => CancelBenefitApplicationOutput,
705
+ () => CancelBenefitApplicationInput$,
706
+ () => CancelBenefitApplicationOutput$,
707
707
  ];
708
- var CreateBenefitApplication = [
708
+ var CreateBenefitApplication$ = [
709
709
  9,
710
710
  n0,
711
711
  _CBAr,
712
712
  { [_h]: ["POST", "/CreateBenefitApplication", 200] },
713
- () => CreateBenefitApplicationInput,
714
- () => CreateBenefitApplicationOutput,
713
+ () => CreateBenefitApplicationInput$,
714
+ () => CreateBenefitApplicationOutput$,
715
715
  ];
716
- var DisassociateBenefitApplicationResource = [
716
+ var DisassociateBenefitApplicationResource$ = [
717
717
  9,
718
718
  n0,
719
719
  _DBAR,
720
720
  { [_h]: ["POST", "/DisassociateBenefitApplicationResource", 200] },
721
- () => DisassociateBenefitApplicationResourceInput,
722
- () => DisassociateBenefitApplicationResourceOutput,
721
+ () => DisassociateBenefitApplicationResourceInput$,
722
+ () => DisassociateBenefitApplicationResourceOutput$,
723
723
  ];
724
- var GetBenefit = [
724
+ var GetBenefit$ = [
725
725
  9,
726
726
  n0,
727
727
  _GB,
728
728
  { [_h]: ["POST", "/GetBenefit", 200] },
729
- () => GetBenefitInput,
730
- () => GetBenefitOutput,
729
+ () => GetBenefitInput$,
730
+ () => GetBenefitOutput$,
731
731
  ];
732
- var GetBenefitAllocation = [
732
+ var GetBenefitAllocation$ = [
733
733
  9,
734
734
  n0,
735
735
  _GBA,
736
736
  { [_h]: ["POST", "/GetBenefitAllocation", 200] },
737
- () => GetBenefitAllocationInput,
738
- () => GetBenefitAllocationOutput,
737
+ () => GetBenefitAllocationInput$,
738
+ () => GetBenefitAllocationOutput$,
739
739
  ];
740
- var GetBenefitApplication = [
740
+ var GetBenefitApplication$ = [
741
741
  9,
742
742
  n0,
743
743
  _GBAe,
744
744
  { [_h]: ["POST", "/GetBenefitApplication", 200] },
745
- () => GetBenefitApplicationInput,
746
- () => GetBenefitApplicationOutput,
745
+ () => GetBenefitApplicationInput$,
746
+ () => GetBenefitApplicationOutput$,
747
747
  ];
748
- var ListBenefitAllocations = [
748
+ var ListBenefitAllocations$ = [
749
749
  9,
750
750
  n0,
751
751
  _LBA,
752
752
  { [_h]: ["POST", "/ListBenefitAllocations", 200] },
753
- () => ListBenefitAllocationsInput,
754
- () => ListBenefitAllocationsOutput,
753
+ () => ListBenefitAllocationsInput$,
754
+ () => ListBenefitAllocationsOutput$,
755
755
  ];
756
- var ListBenefitApplications = [
756
+ var ListBenefitApplications$ = [
757
757
  9,
758
758
  n0,
759
759
  _LBAi,
760
760
  { [_h]: ["POST", "/ListBenefitApplications", 200] },
761
- () => ListBenefitApplicationsInput,
762
- () => ListBenefitApplicationsOutput,
761
+ () => ListBenefitApplicationsInput$,
762
+ () => ListBenefitApplicationsOutput$,
763
763
  ];
764
- var ListBenefits = [
764
+ var ListBenefits$ = [
765
765
  9,
766
766
  n0,
767
767
  _LB,
768
768
  { [_h]: ["POST", "/ListBenefits", 200] },
769
- () => ListBenefitsInput,
770
- () => ListBenefitsOutput,
769
+ () => ListBenefitsInput$,
770
+ () => ListBenefitsOutput$,
771
771
  ];
772
- var ListTagsForResource = [
772
+ var ListTagsForResource$ = [
773
773
  9,
774
774
  n0,
775
775
  _LTFR,
776
776
  { [_h]: ["POST", "/ListTagsForResource", 200] },
777
- () => ListTagsForResourceRequest,
778
- () => ListTagsForResourceResponse,
777
+ () => ListTagsForResourceRequest$,
778
+ () => ListTagsForResourceResponse$,
779
779
  ];
780
- var RecallBenefitApplication = [
780
+ var RecallBenefitApplication$ = [
781
781
  9,
782
782
  n0,
783
783
  _RBA,
784
784
  { [_h]: ["POST", "/RecallBenefitApplication", 200] },
785
- () => RecallBenefitApplicationInput,
786
- () => RecallBenefitApplicationOutput,
785
+ () => RecallBenefitApplicationInput$,
786
+ () => RecallBenefitApplicationOutput$,
787
787
  ];
788
- var SubmitBenefitApplication = [
788
+ var SubmitBenefitApplication$ = [
789
789
  9,
790
790
  n0,
791
791
  _SBA,
792
792
  { [_h]: ["POST", "/SubmitBenefitApplication", 200] },
793
- () => SubmitBenefitApplicationInput,
794
- () => SubmitBenefitApplicationOutput,
793
+ () => SubmitBenefitApplicationInput$,
794
+ () => SubmitBenefitApplicationOutput$,
795
795
  ];
796
- var TagResource = [
796
+ var TagResource$ = [
797
797
  9,
798
798
  n0,
799
799
  _TR,
800
800
  { [_h]: ["POST", "/TagResource", 200] },
801
- () => TagResourceRequest,
802
- () => TagResourceResponse,
801
+ () => TagResourceRequest$,
802
+ () => TagResourceResponse$,
803
803
  ];
804
- var UntagResource = [
804
+ var UntagResource$ = [
805
805
  9,
806
806
  n0,
807
807
  _UR,
808
808
  { [_h]: ["POST", "/UntagResource", 200] },
809
- () => UntagResourceRequest,
810
- () => UntagResourceResponse,
809
+ () => UntagResourceRequest$,
810
+ () => UntagResourceResponse$,
811
811
  ];
812
- var UpdateBenefitApplication = [
812
+ var UpdateBenefitApplication$ = [
813
813
  9,
814
814
  n0,
815
815
  _UBA,
816
816
  { [_h]: ["POST", "/UpdateBenefitApplication", 200] },
817
- () => UpdateBenefitApplicationInput,
818
- () => UpdateBenefitApplicationOutput,
817
+ () => UpdateBenefitApplicationInput$,
818
+ () => UpdateBenefitApplicationOutput$,
819
819
  ];
820
820
 
821
821
  class AmendBenefitApplicationCommand extends smithyClient.Command
@@ -826,7 +826,7 @@ class AmendBenefitApplicationCommand extends smithyClient.Command
826
826
  })
827
827
  .s("PartnerCentralBenefitsService", "AmendBenefitApplication", {})
828
828
  .n("PartnerCentralBenefitsClient", "AmendBenefitApplicationCommand")
829
- .sc(AmendBenefitApplication)
829
+ .sc(AmendBenefitApplication$)
830
830
  .build() {
831
831
  }
832
832
 
@@ -838,7 +838,7 @@ class AssociateBenefitApplicationResourceCommand extends smithyClient.Command
838
838
  })
839
839
  .s("PartnerCentralBenefitsService", "AssociateBenefitApplicationResource", {})
840
840
  .n("PartnerCentralBenefitsClient", "AssociateBenefitApplicationResourceCommand")
841
- .sc(AssociateBenefitApplicationResource)
841
+ .sc(AssociateBenefitApplicationResource$)
842
842
  .build() {
843
843
  }
844
844
 
@@ -850,7 +850,7 @@ class CancelBenefitApplicationCommand extends smithyClient.Command
850
850
  })
851
851
  .s("PartnerCentralBenefitsService", "CancelBenefitApplication", {})
852
852
  .n("PartnerCentralBenefitsClient", "CancelBenefitApplicationCommand")
853
- .sc(CancelBenefitApplication)
853
+ .sc(CancelBenefitApplication$)
854
854
  .build() {
855
855
  }
856
856
 
@@ -862,7 +862,7 @@ class CreateBenefitApplicationCommand extends smithyClient.Command
862
862
  })
863
863
  .s("PartnerCentralBenefitsService", "CreateBenefitApplication", {})
864
864
  .n("PartnerCentralBenefitsClient", "CreateBenefitApplicationCommand")
865
- .sc(CreateBenefitApplication)
865
+ .sc(CreateBenefitApplication$)
866
866
  .build() {
867
867
  }
868
868
 
@@ -874,7 +874,7 @@ class DisassociateBenefitApplicationResourceCommand extends smithyClient.Command
874
874
  })
875
875
  .s("PartnerCentralBenefitsService", "DisassociateBenefitApplicationResource", {})
876
876
  .n("PartnerCentralBenefitsClient", "DisassociateBenefitApplicationResourceCommand")
877
- .sc(DisassociateBenefitApplicationResource)
877
+ .sc(DisassociateBenefitApplicationResource$)
878
878
  .build() {
879
879
  }
880
880
 
@@ -886,7 +886,7 @@ class GetBenefitAllocationCommand extends smithyClient.Command
886
886
  })
887
887
  .s("PartnerCentralBenefitsService", "GetBenefitAllocation", {})
888
888
  .n("PartnerCentralBenefitsClient", "GetBenefitAllocationCommand")
889
- .sc(GetBenefitAllocation)
889
+ .sc(GetBenefitAllocation$)
890
890
  .build() {
891
891
  }
892
892
 
@@ -898,7 +898,7 @@ class GetBenefitApplicationCommand extends smithyClient.Command
898
898
  })
899
899
  .s("PartnerCentralBenefitsService", "GetBenefitApplication", {})
900
900
  .n("PartnerCentralBenefitsClient", "GetBenefitApplicationCommand")
901
- .sc(GetBenefitApplication)
901
+ .sc(GetBenefitApplication$)
902
902
  .build() {
903
903
  }
904
904
 
@@ -910,7 +910,7 @@ class GetBenefitCommand extends smithyClient.Command
910
910
  })
911
911
  .s("PartnerCentralBenefitsService", "GetBenefit", {})
912
912
  .n("PartnerCentralBenefitsClient", "GetBenefitCommand")
913
- .sc(GetBenefit)
913
+ .sc(GetBenefit$)
914
914
  .build() {
915
915
  }
916
916
 
@@ -922,7 +922,7 @@ class ListBenefitAllocationsCommand extends smithyClient.Command
922
922
  })
923
923
  .s("PartnerCentralBenefitsService", "ListBenefitAllocations", {})
924
924
  .n("PartnerCentralBenefitsClient", "ListBenefitAllocationsCommand")
925
- .sc(ListBenefitAllocations)
925
+ .sc(ListBenefitAllocations$)
926
926
  .build() {
927
927
  }
928
928
 
@@ -934,7 +934,7 @@ class ListBenefitApplicationsCommand extends smithyClient.Command
934
934
  })
935
935
  .s("PartnerCentralBenefitsService", "ListBenefitApplications", {})
936
936
  .n("PartnerCentralBenefitsClient", "ListBenefitApplicationsCommand")
937
- .sc(ListBenefitApplications)
937
+ .sc(ListBenefitApplications$)
938
938
  .build() {
939
939
  }
940
940
 
@@ -946,7 +946,7 @@ class ListBenefitsCommand extends smithyClient.Command
946
946
  })
947
947
  .s("PartnerCentralBenefitsService", "ListBenefits", {})
948
948
  .n("PartnerCentralBenefitsClient", "ListBenefitsCommand")
949
- .sc(ListBenefits)
949
+ .sc(ListBenefits$)
950
950
  .build() {
951
951
  }
952
952
 
@@ -958,7 +958,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
958
958
  })
959
959
  .s("PartnerCentralBenefitsService", "ListTagsForResource", {})
960
960
  .n("PartnerCentralBenefitsClient", "ListTagsForResourceCommand")
961
- .sc(ListTagsForResource)
961
+ .sc(ListTagsForResource$)
962
962
  .build() {
963
963
  }
964
964
 
@@ -970,7 +970,7 @@ class RecallBenefitApplicationCommand extends smithyClient.Command
970
970
  })
971
971
  .s("PartnerCentralBenefitsService", "RecallBenefitApplication", {})
972
972
  .n("PartnerCentralBenefitsClient", "RecallBenefitApplicationCommand")
973
- .sc(RecallBenefitApplication)
973
+ .sc(RecallBenefitApplication$)
974
974
  .build() {
975
975
  }
976
976
 
@@ -982,7 +982,7 @@ class SubmitBenefitApplicationCommand extends smithyClient.Command
982
982
  })
983
983
  .s("PartnerCentralBenefitsService", "SubmitBenefitApplication", {})
984
984
  .n("PartnerCentralBenefitsClient", "SubmitBenefitApplicationCommand")
985
- .sc(SubmitBenefitApplication)
985
+ .sc(SubmitBenefitApplication$)
986
986
  .build() {
987
987
  }
988
988
 
@@ -994,7 +994,7 @@ class TagResourceCommand extends smithyClient.Command
994
994
  })
995
995
  .s("PartnerCentralBenefitsService", "TagResource", {})
996
996
  .n("PartnerCentralBenefitsClient", "TagResourceCommand")
997
- .sc(TagResource)
997
+ .sc(TagResource$)
998
998
  .build() {
999
999
  }
1000
1000
 
@@ -1006,7 +1006,7 @@ class UntagResourceCommand extends smithyClient.Command
1006
1006
  })
1007
1007
  .s("PartnerCentralBenefitsService", "UntagResource", {})
1008
1008
  .n("PartnerCentralBenefitsClient", "UntagResourceCommand")
1009
- .sc(UntagResource)
1009
+ .sc(UntagResource$)
1010
1010
  .build() {
1011
1011
  }
1012
1012
 
@@ -1018,7 +1018,7 @@ class UpdateBenefitApplicationCommand extends smithyClient.Command
1018
1018
  })
1019
1019
  .s("PartnerCentralBenefitsService", "UpdateBenefitApplication", {})
1020
1020
  .n("PartnerCentralBenefitsClient", "UpdateBenefitApplicationCommand")
1021
- .sc(UpdateBenefitApplication)
1021
+ .sc(UpdateBenefitApplication$)
1022
1022
  .build() {
1023
1023
  }
1024
1024
 
@@ -1213,41 +1213,118 @@ Object.defineProperty(exports, "__Client", {
1213
1213
  enumerable: true,
1214
1214
  get: function () { return smithyClient.Client; }
1215
1215
  });
1216
- exports.AccessDeniedException = AccessDeniedException$1;
1216
+ exports.AccessDeniedException = AccessDeniedException;
1217
+ exports.AccessDeniedException$ = AccessDeniedException$;
1218
+ exports.AccessDetails$ = AccessDetails$;
1219
+ exports.AmendBenefitApplication$ = AmendBenefitApplication$;
1217
1220
  exports.AmendBenefitApplicationCommand = AmendBenefitApplicationCommand;
1221
+ exports.AmendBenefitApplicationInput$ = AmendBenefitApplicationInput$;
1222
+ exports.AmendBenefitApplicationOutput$ = AmendBenefitApplicationOutput$;
1223
+ exports.Amendment$ = Amendment$;
1224
+ exports.AssociateBenefitApplicationResource$ = AssociateBenefitApplicationResource$;
1218
1225
  exports.AssociateBenefitApplicationResourceCommand = AssociateBenefitApplicationResourceCommand;
1226
+ exports.AssociateBenefitApplicationResourceInput$ = AssociateBenefitApplicationResourceInput$;
1227
+ exports.AssociateBenefitApplicationResourceOutput$ = AssociateBenefitApplicationResourceOutput$;
1228
+ exports.AssociatedResource$ = AssociatedResource$;
1219
1229
  exports.BenefitAllocationStatus = BenefitAllocationStatus;
1230
+ exports.BenefitAllocationSummary$ = BenefitAllocationSummary$;
1220
1231
  exports.BenefitApplicationStatus = BenefitApplicationStatus;
1232
+ exports.BenefitApplicationSummary$ = BenefitApplicationSummary$;
1221
1233
  exports.BenefitStatus = BenefitStatus;
1234
+ exports.BenefitSummary$ = BenefitSummary$;
1235
+ exports.CancelBenefitApplication$ = CancelBenefitApplication$;
1222
1236
  exports.CancelBenefitApplicationCommand = CancelBenefitApplicationCommand;
1223
- exports.ConflictException = ConflictException$1;
1237
+ exports.CancelBenefitApplicationInput$ = CancelBenefitApplicationInput$;
1238
+ exports.CancelBenefitApplicationOutput$ = CancelBenefitApplicationOutput$;
1239
+ exports.ConflictException = ConflictException;
1240
+ exports.ConflictException$ = ConflictException$;
1241
+ exports.ConsumableDetails$ = ConsumableDetails$;
1242
+ exports.Contact$ = Contact$;
1243
+ exports.CreateBenefitApplication$ = CreateBenefitApplication$;
1224
1244
  exports.CreateBenefitApplicationCommand = CreateBenefitApplicationCommand;
1245
+ exports.CreateBenefitApplicationInput$ = CreateBenefitApplicationInput$;
1246
+ exports.CreateBenefitApplicationOutput$ = CreateBenefitApplicationOutput$;
1247
+ exports.CreditCode$ = CreditCode$;
1248
+ exports.CreditDetails$ = CreditDetails$;
1225
1249
  exports.CurrencyCode = CurrencyCode;
1250
+ exports.DisassociateBenefitApplicationResource$ = DisassociateBenefitApplicationResource$;
1226
1251
  exports.DisassociateBenefitApplicationResourceCommand = DisassociateBenefitApplicationResourceCommand;
1252
+ exports.DisassociateBenefitApplicationResourceInput$ = DisassociateBenefitApplicationResourceInput$;
1253
+ exports.DisassociateBenefitApplicationResourceOutput$ = DisassociateBenefitApplicationResourceOutput$;
1254
+ exports.DisbursementDetails$ = DisbursementDetails$;
1255
+ exports.FileDetail$ = FileDetail$;
1256
+ exports.FileInput$ = FileInput$;
1227
1257
  exports.FileType = FileType;
1258
+ exports.FulfillmentDetails$ = FulfillmentDetails$;
1228
1259
  exports.FulfillmentType = FulfillmentType;
1260
+ exports.GetBenefit$ = GetBenefit$;
1261
+ exports.GetBenefitAllocation$ = GetBenefitAllocation$;
1229
1262
  exports.GetBenefitAllocationCommand = GetBenefitAllocationCommand;
1263
+ exports.GetBenefitAllocationInput$ = GetBenefitAllocationInput$;
1264
+ exports.GetBenefitAllocationOutput$ = GetBenefitAllocationOutput$;
1265
+ exports.GetBenefitApplication$ = GetBenefitApplication$;
1230
1266
  exports.GetBenefitApplicationCommand = GetBenefitApplicationCommand;
1267
+ exports.GetBenefitApplicationInput$ = GetBenefitApplicationInput$;
1268
+ exports.GetBenefitApplicationOutput$ = GetBenefitApplicationOutput$;
1231
1269
  exports.GetBenefitCommand = GetBenefitCommand;
1232
- exports.InternalServerException = InternalServerException$1;
1270
+ exports.GetBenefitInput$ = GetBenefitInput$;
1271
+ exports.GetBenefitOutput$ = GetBenefitOutput$;
1272
+ exports.InternalServerException = InternalServerException;
1273
+ exports.InternalServerException$ = InternalServerException$;
1274
+ exports.IssuanceDetail$ = IssuanceDetail$;
1275
+ exports.ListBenefitAllocations$ = ListBenefitAllocations$;
1233
1276
  exports.ListBenefitAllocationsCommand = ListBenefitAllocationsCommand;
1277
+ exports.ListBenefitAllocationsInput$ = ListBenefitAllocationsInput$;
1278
+ exports.ListBenefitAllocationsOutput$ = ListBenefitAllocationsOutput$;
1279
+ exports.ListBenefitApplications$ = ListBenefitApplications$;
1234
1280
  exports.ListBenefitApplicationsCommand = ListBenefitApplicationsCommand;
1281
+ exports.ListBenefitApplicationsInput$ = ListBenefitApplicationsInput$;
1282
+ exports.ListBenefitApplicationsOutput$ = ListBenefitApplicationsOutput$;
1283
+ exports.ListBenefits$ = ListBenefits$;
1235
1284
  exports.ListBenefitsCommand = ListBenefitsCommand;
1285
+ exports.ListBenefitsInput$ = ListBenefitsInput$;
1286
+ exports.ListBenefitsOutput$ = ListBenefitsOutput$;
1287
+ exports.ListTagsForResource$ = ListTagsForResource$;
1236
1288
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1289
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
1290
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
1291
+ exports.MonetaryValue$ = MonetaryValue$;
1237
1292
  exports.PartnerCentralBenefits = PartnerCentralBenefits;
1238
1293
  exports.PartnerCentralBenefitsClient = PartnerCentralBenefitsClient;
1239
- exports.PartnerCentralBenefitsServiceException = PartnerCentralBenefitsServiceException$1;
1294
+ exports.PartnerCentralBenefitsServiceException = PartnerCentralBenefitsServiceException;
1295
+ exports.PartnerCentralBenefitsServiceException$ = PartnerCentralBenefitsServiceException$;
1296
+ exports.RecallBenefitApplication$ = RecallBenefitApplication$;
1240
1297
  exports.RecallBenefitApplicationCommand = RecallBenefitApplicationCommand;
1241
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
1298
+ exports.RecallBenefitApplicationInput$ = RecallBenefitApplicationInput$;
1299
+ exports.RecallBenefitApplicationOutput$ = RecallBenefitApplicationOutput$;
1300
+ exports.ResourceNotFoundException = ResourceNotFoundException;
1301
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1242
1302
  exports.ResourceType = ResourceType;
1243
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
1303
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
1304
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
1305
+ exports.SubmitBenefitApplication$ = SubmitBenefitApplication$;
1244
1306
  exports.SubmitBenefitApplicationCommand = SubmitBenefitApplicationCommand;
1307
+ exports.SubmitBenefitApplicationInput$ = SubmitBenefitApplicationInput$;
1308
+ exports.SubmitBenefitApplicationOutput$ = SubmitBenefitApplicationOutput$;
1309
+ exports.Tag$ = Tag$;
1310
+ exports.TagResource$ = TagResource$;
1245
1311
  exports.TagResourceCommand = TagResourceCommand;
1246
- exports.ThrottlingException = ThrottlingException$1;
1312
+ exports.TagResourceRequest$ = TagResourceRequest$;
1313
+ exports.TagResourceResponse$ = TagResourceResponse$;
1314
+ exports.ThrottlingException = ThrottlingException;
1315
+ exports.ThrottlingException$ = ThrottlingException$;
1316
+ exports.UntagResource$ = UntagResource$;
1247
1317
  exports.UntagResourceCommand = UntagResourceCommand;
1318
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
1319
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
1320
+ exports.UpdateBenefitApplication$ = UpdateBenefitApplication$;
1248
1321
  exports.UpdateBenefitApplicationCommand = UpdateBenefitApplicationCommand;
1249
- exports.ValidationException = ValidationException$1;
1322
+ exports.UpdateBenefitApplicationInput$ = UpdateBenefitApplicationInput$;
1323
+ exports.UpdateBenefitApplicationOutput$ = UpdateBenefitApplicationOutput$;
1324
+ exports.ValidationException = ValidationException;
1325
+ exports.ValidationException$ = ValidationException$;
1250
1326
  exports.ValidationExceptionErrorCode = ValidationExceptionErrorCode;
1327
+ exports.ValidationExceptionField$ = ValidationExceptionField$;
1251
1328
  exports.ValidationExceptionReason = ValidationExceptionReason;
1252
1329
  exports.paginateListBenefitAllocations = paginateListBenefitAllocations;
1253
1330
  exports.paginateListBenefitApplications = paginateListBenefitApplications;