@aws-sdk/client-partnercentral-benefits 3.987.0 → 3.989.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
17
  var protocolHttp = require('@smithy/protocol-http');
18
+ var schemas_0 = require('./schemas/schemas_0');
19
+ var errors = require('./models/errors');
20
+ var PartnerCentralBenefitsServiceException = require('./models/PartnerCentralBenefitsServiceException');
18
21
 
19
22
  const resolveClientEndpointParameters = (options) => {
20
23
  return Object.assign(options, {
@@ -108,694 +111,6 @@ class PartnerCentralBenefitsClient extends smithyClient.Client {
108
111
  }
109
112
  }
110
113
 
111
- class PartnerCentralBenefitsServiceException extends smithyClient.ServiceException {
112
- constructor(options) {
113
- super(options);
114
- Object.setPrototypeOf(this, PartnerCentralBenefitsServiceException.prototype);
115
- }
116
- }
117
-
118
- class AccessDeniedException extends PartnerCentralBenefitsServiceException {
119
- name = "AccessDeniedException";
120
- $fault = "client";
121
- Message;
122
- constructor(opts) {
123
- super({
124
- name: "AccessDeniedException",
125
- $fault: "client",
126
- ...opts,
127
- });
128
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
129
- this.Message = opts.Message;
130
- }
131
- }
132
- class ConflictException extends PartnerCentralBenefitsServiceException {
133
- name = "ConflictException";
134
- $fault = "client";
135
- Message;
136
- constructor(opts) {
137
- super({
138
- name: "ConflictException",
139
- $fault: "client",
140
- ...opts,
141
- });
142
- Object.setPrototypeOf(this, ConflictException.prototype);
143
- this.Message = opts.Message;
144
- }
145
- }
146
- class InternalServerException extends PartnerCentralBenefitsServiceException {
147
- name = "InternalServerException";
148
- $fault = "server";
149
- Message;
150
- constructor(opts) {
151
- super({
152
- name: "InternalServerException",
153
- $fault: "server",
154
- ...opts,
155
- });
156
- Object.setPrototypeOf(this, InternalServerException.prototype);
157
- this.Message = opts.Message;
158
- }
159
- }
160
- class ResourceNotFoundException extends PartnerCentralBenefitsServiceException {
161
- name = "ResourceNotFoundException";
162
- $fault = "client";
163
- Message;
164
- constructor(opts) {
165
- super({
166
- name: "ResourceNotFoundException",
167
- $fault: "client",
168
- ...opts,
169
- });
170
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
171
- this.Message = opts.Message;
172
- }
173
- }
174
- class ThrottlingException extends PartnerCentralBenefitsServiceException {
175
- name = "ThrottlingException";
176
- $fault = "client";
177
- Message;
178
- constructor(opts) {
179
- super({
180
- name: "ThrottlingException",
181
- $fault: "client",
182
- ...opts,
183
- });
184
- Object.setPrototypeOf(this, ThrottlingException.prototype);
185
- this.Message = opts.Message;
186
- }
187
- }
188
- class ValidationException extends PartnerCentralBenefitsServiceException {
189
- name = "ValidationException";
190
- $fault = "client";
191
- Message;
192
- Reason;
193
- FieldList;
194
- constructor(opts) {
195
- super({
196
- name: "ValidationException",
197
- $fault: "client",
198
- ...opts,
199
- });
200
- Object.setPrototypeOf(this, ValidationException.prototype);
201
- this.Message = opts.Message;
202
- this.Reason = opts.Reason;
203
- this.FieldList = opts.FieldList;
204
- }
205
- }
206
- class ServiceQuotaExceededException extends PartnerCentralBenefitsServiceException {
207
- name = "ServiceQuotaExceededException";
208
- $fault = "client";
209
- $retryable = {};
210
- Message;
211
- ResourceId;
212
- ResourceType;
213
- QuotaCode;
214
- constructor(opts) {
215
- super({
216
- name: "ServiceQuotaExceededException",
217
- $fault: "client",
218
- ...opts,
219
- });
220
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
221
- this.Message = opts.Message;
222
- this.ResourceId = opts.ResourceId;
223
- this.ResourceType = opts.ResourceType;
224
- this.QuotaCode = opts.QuotaCode;
225
- }
226
- }
227
-
228
- const _A = "Amendments";
229
- const _AA = "AllocatedAmount";
230
- const _AAI = "AwsAccountId";
231
- const _ABA = "AmendBenefitApplication";
232
- const _ABAI = "AmendBenefitApplicationInput";
233
- const _ABAO = "AmendBenefitApplicationOutput";
234
- const _ABAR = "AssociateBenefitApplicationResource";
235
- const _ABARI = "AssociateBenefitApplicationResourceInput";
236
- const _ABARO = "AssociateBenefitApplicationResourceOutput";
237
- const _ABI = "ApplicableBenefitIds";
238
- const _ACC = "AwsCreditCode";
239
- const _AD = "AccessDetails";
240
- const _ADE = "AccessDeniedException";
241
- const _AL = "AmendmentList";
242
- const _AR = "AmendmentReason";
243
- const _ARA = "AssociatedResourceArns";
244
- const _ARs = "AssociatedResource";
245
- const _ARss = "AssociatedResources";
246
- const _Am = "Amendment";
247
- const _Amo = "Amount";
248
- const _Ar = "Arn";
249
- const _BAD = "BenefitApplicationDetails";
250
- const _BAI = "BenefitApplicationIdentifier";
251
- const _BAIe = "BenefitApplicationId";
252
- const _BAIen = "BenefitApplicationIdentifiers";
253
- const _BAS = "BenefitAllocationSummary";
254
- const _BASe = "BenefitApplicationSummary";
255
- const _BASen = "BenefitAllocationSummaries";
256
- const _BASene = "BenefitApplicationSummaries";
257
- const _BI = "BenefitId";
258
- const _BIe = "BenefitIdentifier";
259
- const _BIen = "BenefitIdentifiers";
260
- const _BRS = "BenefitRequestSchema";
261
- const _BS = "BenefitSummary";
262
- const _BSe = "BenefitSummaries";
263
- const _BT = "BusinessTitle";
264
- const _BUC = "BusinessUseCase";
265
- const _C = "Catalog";
266
- const _CA = "CreatedAt";
267
- const _CB = "CreatedBy";
268
- const _CBA = "CancelBenefitApplication";
269
- const _CBAI = "CancelBenefitApplicationInput";
270
- const _CBAIr = "CreateBenefitApplicationInput";
271
- const _CBAO = "CancelBenefitApplicationOutput";
272
- const _CBAOr = "CreateBenefitApplicationOutput";
273
- const _CBAr = "CreateBenefitApplication";
274
- const _CC = "CreditCode";
275
- const _CCr = "CreditCodes";
276
- const _CCu = "CurrencyCode";
277
- const _CD = "ConsumableDetails";
278
- const _CDr = "CreditDetails";
279
- const _CE = "ContactEmail";
280
- const _CEo = "ConflictException";
281
- const _CFN = "ContactFirstName";
282
- const _CLN = "ContactLastName";
283
- const _CP = "ContactPhone";
284
- const _CT = "ClientToken";
285
- const _Co = "Contact";
286
- const _Cod = "Codes";
287
- const _Code = "Code";
288
- const _Con = "Contacts";
289
- const _D = "Description";
290
- const _DA = "DisbursedAmount";
291
- const _DBAR = "DisassociateBenefitApplicationResource";
292
- const _DBARI = "DisassociateBenefitApplicationResourceInput";
293
- const _DBARO = "DisassociateBenefitApplicationResourceOutput";
294
- const _DD = "DisbursementDetails";
295
- const _E = "Email";
296
- const _EA = "ExpiresAt";
297
- const _FD = "FileDetails";
298
- const _FDi = "FileDetail";
299
- const _FDu = "FulfillmentDetail";
300
- const _FDul = "FulfillmentDetails";
301
- const _FI = "FileInput";
302
- const _FID = "FileInputDetails";
303
- const _FL = "FieldList";
304
- const _FN = "FirstName";
305
- const _FNi = "FileName";
306
- const _FP = "FieldPath";
307
- const _FS = "FileStatus";
308
- const _FSR = "FileStatusReason";
309
- const _FT = "FulfillmentTypes";
310
- const _FTi = "FileType";
311
- const _FTu = "FulfillmentType";
312
- const _FURI = "FileURI";
313
- const _GB = "GetBenefit";
314
- const _GBA = "GetBenefitAllocation";
315
- const _GBAI = "GetBenefitAllocationInput";
316
- const _GBAIe = "GetBenefitApplicationInput";
317
- const _GBAO = "GetBenefitAllocationOutput";
318
- const _GBAOe = "GetBenefitApplicationOutput";
319
- const _GBAe = "GetBenefitApplication";
320
- const _GBI = "GetBenefitInput";
321
- const _GBO = "GetBenefitOutput";
322
- const _I = "Identifier";
323
- const _IA = "IssuedAt";
324
- const _IAs = "IssuedAmount";
325
- const _IAss = "IssuanceAmount";
326
- const _ID = "IssuanceDetails";
327
- const _IDs = "IssuanceDetail";
328
- const _II = "IssuanceId";
329
- const _ISE = "InternalServerException";
330
- const _Id = "Id";
331
- const _K = "Key";
332
- const _LB = "ListBenefits";
333
- const _LBA = "ListBenefitAllocations";
334
- const _LBAI = "ListBenefitAllocationsInput";
335
- const _LBAIi = "ListBenefitApplicationsInput";
336
- const _LBAO = "ListBenefitAllocationsOutput";
337
- const _LBAOi = "ListBenefitApplicationsOutput";
338
- const _LBAi = "ListBenefitApplications";
339
- const _LBI = "ListBenefitsInput";
340
- const _LBO = "ListBenefitsOutput";
341
- const _LN = "LastName";
342
- const _LTFR = "ListTagsForResource";
343
- const _LTFRR = "ListTagsForResourceRequest";
344
- const _LTFRRi = "ListTagsForResourceResponse";
345
- const _M = "Message";
346
- const _MR = "MaxResults";
347
- const _MV = "MonetaryValue";
348
- const _N = "Name";
349
- const _NT = "NextToken";
350
- const _NV = "NewValue";
351
- const _P = "Programs";
352
- const _PC = "PartnerContacts";
353
- const _Ph = "Phone";
354
- const _QC = "QuotaCode";
355
- const _R = "Revision";
356
- const _RA = "ResourceArn";
357
- const _RAe = "RemainingAmount";
358
- const _RBA = "RecallBenefitApplication";
359
- const _RBAI = "RecallBenefitApplicationInput";
360
- const _RBAO = "RecallBenefitApplicationOutput";
361
- const _RI = "ResourceIdentifier";
362
- const _RIe = "ResourceId";
363
- const _RNFE = "ResourceNotFoundException";
364
- const _RT = "ResourceType";
365
- const _Re = "Reason";
366
- const _S = "Status";
367
- const _SA = "StartsAt";
368
- const _SBA = "SubmitBenefitApplication";
369
- const _SBAI = "SubmitBenefitApplicationInput";
370
- const _SBAO = "SubmitBenefitApplicationOutput";
371
- const _SQEE = "ServiceQuotaExceededException";
372
- const _SR = "StatusReason";
373
- const _SRC = "StatusReasonCode";
374
- const _SRCt = "StatusReasonCodes";
375
- const _St = "Stage";
376
- const _Sta = "Stages";
377
- const _T = "Tags";
378
- const _TE = "ThrottlingException";
379
- const _TR = "TagResource";
380
- const _TRR = "TagResourceRequest";
381
- const _TRRa = "TagResourceResponse";
382
- const _Ta = "Tag";
383
- const _UA = "UpdatedAt";
384
- const _UAt = "UtilizedAmount";
385
- const _UBA = "UpdateBenefitApplication";
386
- const _UBAI = "UpdateBenefitApplicationInput";
387
- const _UBAO = "UpdateBenefitApplicationOutput";
388
- const _UR = "UntagResource";
389
- const _URR = "UntagResourceRequest";
390
- const _URRn = "UntagResourceResponse";
391
- const _V = "Value";
392
- const _VE = "ValidationException";
393
- const _VEF = "ValidationExceptionField";
394
- const _VEFL = "ValidationExceptionFieldList";
395
- const _c = "client";
396
- const _e = "error";
397
- const _h = "http";
398
- const _hE = "httpError";
399
- const _rA = "resourceArn";
400
- const _s = "server";
401
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.partnercentralbenefits";
402
- const _t = "tags";
403
- const _tK = "tagKeys";
404
- const n0 = "com.amazonaws.partnercentralbenefits";
405
- var ContactEmail = [0, n0, _CE, 8, 0];
406
- var ContactFirstName = [0, n0, _CFN, 8, 0];
407
- var ContactLastName = [0, n0, _CLN, 8, 0];
408
- var ContactPhone = [0, n0, _CP, 8, 0];
409
- var AccessDeniedException$ = [-3, n0, _ADE,
410
- { [_e]: _c, [_hE]: 403 },
411
- [_M],
412
- [0], 1
413
- ];
414
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
415
- var AccessDetails$ = [3, n0, _AD,
416
- 0,
417
- [_D],
418
- [0]
419
- ];
420
- var AmendBenefitApplicationInput$ = [3, n0, _ABAI,
421
- 0,
422
- [_C, _CT, _R, _I, _AR, _A],
423
- [0, 0, 0, 0, 0, () => AmendmentList], 6
424
- ];
425
- var AmendBenefitApplicationOutput$ = [3, n0, _ABAO,
426
- 0,
427
- [],
428
- []
429
- ];
430
- var Amendment$ = [3, n0, _Am,
431
- 0,
432
- [_FP, _NV],
433
- [0, 0], 2
434
- ];
435
- var AssociateBenefitApplicationResourceInput$ = [3, n0, _ABARI,
436
- 0,
437
- [_C, _BAI, _RA],
438
- [0, 0, 0], 3
439
- ];
440
- var AssociateBenefitApplicationResourceOutput$ = [3, n0, _ABARO,
441
- 0,
442
- [_Id, _Ar, _R],
443
- [0, 0, 0]
444
- ];
445
- var AssociatedResource$ = [3, n0, _ARs,
446
- 0,
447
- [_RT, _RI, _RA],
448
- [0, 0, 0]
449
- ];
450
- var BenefitAllocationSummary$ = [3, n0, _BAS,
451
- 0,
452
- [_Id, _C, _Ar, _S, _SR, _N, _BI, _BAIe, _FT, _CA, _EA, _ABI],
453
- [0, 0, 0, 0, 0, 0, 0, 0, 64 | 0, 5, 5, 64 | 0]
454
- ];
455
- var BenefitApplicationSummary$ = [3, n0, _BASe,
456
- 0,
457
- [_C, _N, _Id, _Ar, _BI, _P, _FT, _S, _St, _CA, _UA, _BAD, _ARss],
458
- [0, 0, 0, 0, 0, 64 | 0, 64 | 0, 0, 0, 5, 5, 128 | 0, 64 | 0]
459
- ];
460
- var BenefitSummary$ = [3, n0, _BS,
461
- 0,
462
- [_Id, _C, _Ar, _N, _D, _P, _FT, _S],
463
- [0, 0, 0, 0, 0, 64 | 0, 64 | 0, 0]
464
- ];
465
- var CancelBenefitApplicationInput$ = [3, n0, _CBAI,
466
- 0,
467
- [_C, _CT, _I, _Re],
468
- [0, 0, 0, 0], 3
469
- ];
470
- var CancelBenefitApplicationOutput$ = [3, n0, _CBAO,
471
- 0,
472
- [],
473
- []
474
- ];
475
- var ConflictException$ = [-3, n0, _CEo,
476
- { [_e]: _c, [_hE]: 409 },
477
- [_M],
478
- [0], 1
479
- ];
480
- schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
481
- var ConsumableDetails$ = [3, n0, _CD,
482
- 0,
483
- [_AA, _RAe, _UAt, _ID],
484
- [() => MonetaryValue$, () => MonetaryValue$, () => MonetaryValue$, () => IssuanceDetail$]
485
- ];
486
- var Contact$ = [3, n0, _Co,
487
- 0,
488
- [_E, _FN, _LN, _BT, _Ph],
489
- [[() => ContactEmail, 0], [() => ContactFirstName, 0], [() => ContactLastName, 0], 0, [() => ContactPhone, 0]]
490
- ];
491
- var CreateBenefitApplicationInput$ = [3, n0, _CBAIr,
492
- 0,
493
- [_C, _CT, _BIe, _N, _D, _FT, _BAD, _T, _ARss, _PC, _FD],
494
- [0, 0, 0, 0, 0, 64 | 0, 15, () => Tags, 64 | 0, [() => Contacts, 0], () => FileInputDetails], 3
495
- ];
496
- var CreateBenefitApplicationOutput$ = [3, n0, _CBAOr,
497
- 0,
498
- [_Id, _Ar, _R],
499
- [0, 0, 0]
500
- ];
501
- var CreditCode$ = [3, n0, _CC,
502
- 0,
503
- [_AAI, _V, _ACC, _S, _IA, _EA],
504
- [0, () => MonetaryValue$, 0, 0, 5, 5], 6
505
- ];
506
- var CreditDetails$ = [3, n0, _CDr,
507
- 0,
508
- [_AA, _IAs, _Cod],
509
- [() => MonetaryValue$, () => MonetaryValue$, () => CreditCodes], 3
510
- ];
511
- var DisassociateBenefitApplicationResourceInput$ = [3, n0, _DBARI,
512
- 0,
513
- [_C, _BAI, _RA],
514
- [0, 0, 0], 3
515
- ];
516
- var DisassociateBenefitApplicationResourceOutput$ = [3, n0, _DBARO,
517
- 0,
518
- [_Id, _Ar, _R],
519
- [0, 0, 0]
520
- ];
521
- var DisbursementDetails$ = [3, n0, _DD,
522
- 0,
523
- [_DA, _ID],
524
- [() => MonetaryValue$, () => IssuanceDetail$]
525
- ];
526
- var FileDetail$ = [3, n0, _FDi,
527
- 0,
528
- [_FURI, _BUC, _FNi, _FS, _FSR, _FTi, _CB, _CA],
529
- [0, 0, 0, 0, 0, 0, 0, 5], 1
530
- ];
531
- var FileInput$ = [3, n0, _FI,
532
- 0,
533
- [_FURI, _BUC],
534
- [0, 0], 1
535
- ];
536
- var GetBenefitAllocationInput$ = [3, n0, _GBAI,
537
- 0,
538
- [_C, _I],
539
- [0, 0], 2
540
- ];
541
- var GetBenefitAllocationOutput$ = [3, n0, _GBAO,
542
- 0,
543
- [_Id, _C, _Ar, _N, _D, _S, _SR, _BAIe, _BI, _FTu, _ABI, _FDu, _CA, _UA, _SA, _EA],
544
- [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 64 | 0, () => FulfillmentDetails$, 5, 5, 5, 5]
545
- ];
546
- var GetBenefitApplicationInput$ = [3, n0, _GBAIe,
547
- 0,
548
- [_C, _I],
549
- [0, 0], 2
550
- ];
551
- var GetBenefitApplicationOutput$ = [3, n0, _GBAOe,
552
- 0,
553
- [_Id, _Ar, _C, _BI, _N, _D, _FT, _BAD, _P, _S, _St, _SR, _SRC, _SRCt, _CA, _UA, _R, _ARss, _PC, _FD],
554
- [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]
555
- ];
556
- var GetBenefitInput$ = [3, n0, _GBI,
557
- 0,
558
- [_C, _I],
559
- [0, 0], 2
560
- ];
561
- var GetBenefitOutput$ = [3, n0, _GBO,
562
- 0,
563
- [_Id, _C, _Ar, _N, _D, _P, _FT, _BRS, _S],
564
- [0, 0, 0, 0, 0, 64 | 0, 64 | 0, 15, 0]
565
- ];
566
- var InternalServerException$ = [-3, n0, _ISE,
567
- { [_e]: _s, [_hE]: 500 },
568
- [_M],
569
- [0], 1
570
- ];
571
- schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
572
- var IssuanceDetail$ = [3, n0, _IDs,
573
- 0,
574
- [_II, _IAss, _IA],
575
- [0, () => MonetaryValue$, 5]
576
- ];
577
- var ListBenefitAllocationsInput$ = [3, n0, _LBAI,
578
- 0,
579
- [_C, _FT, _BIen, _BAIen, _S, _MR, _NT],
580
- [0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 1, 0], 1
581
- ];
582
- var ListBenefitAllocationsOutput$ = [3, n0, _LBAO,
583
- 0,
584
- [_BASen, _NT],
585
- [() => BenefitAllocationSummaries, 0]
586
- ];
587
- var ListBenefitApplicationsInput$ = [3, n0, _LBAIi,
588
- 0,
589
- [_C, _P, _FT, _BIen, _S, _Sta, _ARss, _ARA, _MR, _NT],
590
- [0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, () => AssociatedResources, 64 | 0, 1, 0], 1
591
- ];
592
- var ListBenefitApplicationsOutput$ = [3, n0, _LBAOi,
593
- 0,
594
- [_BASene, _NT],
595
- [() => BenefitApplicationSummaries, 0]
596
- ];
597
- var ListBenefitsInput$ = [3, n0, _LBI,
598
- 0,
599
- [_C, _P, _FT, _S, _MR, _NT],
600
- [0, 64 | 0, 64 | 0, 64 | 0, 1, 0], 1
601
- ];
602
- var ListBenefitsOutput$ = [3, n0, _LBO,
603
- 0,
604
- [_BSe, _NT],
605
- [() => BenefitSummaries, 0]
606
- ];
607
- var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
608
- 0,
609
- [_rA],
610
- [0], 1
611
- ];
612
- var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
613
- 0,
614
- [_t],
615
- [() => Tags]
616
- ];
617
- var MonetaryValue$ = [3, n0, _MV,
618
- 0,
619
- [_Amo, _CCu],
620
- [0, 0], 2
621
- ];
622
- var RecallBenefitApplicationInput$ = [3, n0, _RBAI,
623
- 0,
624
- [_C, _I, _Re, _CT],
625
- [0, 0, 0, 0], 3
626
- ];
627
- var RecallBenefitApplicationOutput$ = [3, n0, _RBAO,
628
- 0,
629
- [],
630
- []
631
- ];
632
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
633
- { [_e]: _c, [_hE]: 404 },
634
- [_M],
635
- [0], 1
636
- ];
637
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
638
- var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
639
- { [_e]: _c, [_hE]: 402 },
640
- [_M, _RIe, _RT, _QC],
641
- [0, 0, 0, 0], 4
642
- ];
643
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
644
- var SubmitBenefitApplicationInput$ = [3, n0, _SBAI,
645
- 0,
646
- [_C, _I],
647
- [0, 0], 2
648
- ];
649
- var SubmitBenefitApplicationOutput$ = [3, n0, _SBAO,
650
- 0,
651
- [],
652
- []
653
- ];
654
- var Tag$ = [3, n0, _Ta,
655
- 0,
656
- [_K, _V],
657
- [0, 0], 2
658
- ];
659
- var TagResourceRequest$ = [3, n0, _TRR,
660
- 0,
661
- [_rA, _t],
662
- [0, () => Tags], 2
663
- ];
664
- var TagResourceResponse$ = [3, n0, _TRRa,
665
- 0,
666
- [],
667
- []
668
- ];
669
- var ThrottlingException$ = [-3, n0, _TE,
670
- { [_e]: _c, [_hE]: 429 },
671
- [_M],
672
- [0], 1
673
- ];
674
- schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
675
- var UntagResourceRequest$ = [3, n0, _URR,
676
- 0,
677
- [_rA, _tK],
678
- [0, 64 | 0], 2
679
- ];
680
- var UntagResourceResponse$ = [3, n0, _URRn,
681
- 0,
682
- [],
683
- []
684
- ];
685
- var UpdateBenefitApplicationInput$ = [3, n0, _UBAI,
686
- 0,
687
- [_C, _CT, _I, _R, _N, _D, _BAD, _PC, _FD],
688
- [0, 0, 0, 0, 0, 0, 15, [() => Contacts, 0], () => FileInputDetails], 4
689
- ];
690
- var UpdateBenefitApplicationOutput$ = [3, n0, _UBAO,
691
- 0,
692
- [_Id, _Ar, _R],
693
- [0, 0, 0]
694
- ];
695
- var ValidationException$ = [-3, n0, _VE,
696
- { [_e]: _c, [_hE]: 400 },
697
- [_M, _Re, _FL],
698
- [0, 0, () => ValidationExceptionFieldList], 2
699
- ];
700
- schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
701
- var ValidationExceptionField$ = [3, n0, _VEF,
702
- 0,
703
- [_N, _M, _Code],
704
- [0, 0, 0], 2
705
- ];
706
- var PartnerCentralBenefitsServiceException$ = [-3, _sm, "PartnerCentralBenefitsServiceException", 0, [], []];
707
- schema.TypeRegistry.for(_sm).registerError(PartnerCentralBenefitsServiceException$, PartnerCentralBenefitsServiceException);
708
- var AmendmentList = [1, n0, _AL,
709
- 0, () => Amendment$
710
- ];
711
- var AssociatedResources = [1, n0, _ARss,
712
- 0, () => AssociatedResource$
713
- ];
714
- var BenefitAllocationSummaries = [1, n0, _BASen,
715
- 0, () => BenefitAllocationSummary$
716
- ];
717
- var BenefitApplicationSummaries = [1, n0, _BASene,
718
- 0, () => BenefitApplicationSummary$
719
- ];
720
- var BenefitSummaries = [1, n0, _BSe,
721
- 0, () => BenefitSummary$
722
- ];
723
- var Contacts = [1, n0, _Con,
724
- 0, [() => Contact$,
725
- 0]
726
- ];
727
- var CreditCodes = [1, n0, _CCr,
728
- 0, () => CreditCode$
729
- ];
730
- var FileDetails = [1, n0, _FD,
731
- 0, () => FileDetail$
732
- ];
733
- var FileInputDetails = [1, n0, _FID,
734
- 0, () => FileInput$
735
- ];
736
- var Tags = [1, n0, _T,
737
- 0, () => Tag$
738
- ];
739
- var ValidationExceptionFieldList = [1, n0, _VEFL,
740
- 0, () => ValidationExceptionField$
741
- ];
742
- var FulfillmentDetails$ = [4, n0, _FDul,
743
- 0,
744
- [_DD, _CD, _CDr, _AD],
745
- [() => DisbursementDetails$, () => ConsumableDetails$, () => CreditDetails$, () => AccessDetails$]
746
- ];
747
- var AmendBenefitApplication$ = [9, n0, _ABA,
748
- { [_h]: ["POST", "/AmendBenefitApplication", 200] }, () => AmendBenefitApplicationInput$, () => AmendBenefitApplicationOutput$
749
- ];
750
- var AssociateBenefitApplicationResource$ = [9, n0, _ABAR,
751
- { [_h]: ["POST", "/AssociateBenefitApplicationResource", 200] }, () => AssociateBenefitApplicationResourceInput$, () => AssociateBenefitApplicationResourceOutput$
752
- ];
753
- var CancelBenefitApplication$ = [9, n0, _CBA,
754
- { [_h]: ["POST", "/CancelBenefitApplication", 200] }, () => CancelBenefitApplicationInput$, () => CancelBenefitApplicationOutput$
755
- ];
756
- var CreateBenefitApplication$ = [9, n0, _CBAr,
757
- { [_h]: ["POST", "/CreateBenefitApplication", 200] }, () => CreateBenefitApplicationInput$, () => CreateBenefitApplicationOutput$
758
- ];
759
- var DisassociateBenefitApplicationResource$ = [9, n0, _DBAR,
760
- { [_h]: ["POST", "/DisassociateBenefitApplicationResource", 200] }, () => DisassociateBenefitApplicationResourceInput$, () => DisassociateBenefitApplicationResourceOutput$
761
- ];
762
- var GetBenefit$ = [9, n0, _GB,
763
- { [_h]: ["POST", "/GetBenefit", 200] }, () => GetBenefitInput$, () => GetBenefitOutput$
764
- ];
765
- var GetBenefitAllocation$ = [9, n0, _GBA,
766
- { [_h]: ["POST", "/GetBenefitAllocation", 200] }, () => GetBenefitAllocationInput$, () => GetBenefitAllocationOutput$
767
- ];
768
- var GetBenefitApplication$ = [9, n0, _GBAe,
769
- { [_h]: ["POST", "/GetBenefitApplication", 200] }, () => GetBenefitApplicationInput$, () => GetBenefitApplicationOutput$
770
- ];
771
- var ListBenefitAllocations$ = [9, n0, _LBA,
772
- { [_h]: ["POST", "/ListBenefitAllocations", 200] }, () => ListBenefitAllocationsInput$, () => ListBenefitAllocationsOutput$
773
- ];
774
- var ListBenefitApplications$ = [9, n0, _LBAi,
775
- { [_h]: ["POST", "/ListBenefitApplications", 200] }, () => ListBenefitApplicationsInput$, () => ListBenefitApplicationsOutput$
776
- ];
777
- var ListBenefits$ = [9, n0, _LB,
778
- { [_h]: ["POST", "/ListBenefits", 200] }, () => ListBenefitsInput$, () => ListBenefitsOutput$
779
- ];
780
- var ListTagsForResource$ = [9, n0, _LTFR,
781
- { [_h]: ["POST", "/ListTagsForResource", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
782
- ];
783
- var RecallBenefitApplication$ = [9, n0, _RBA,
784
- { [_h]: ["POST", "/RecallBenefitApplication", 200] }, () => RecallBenefitApplicationInput$, () => RecallBenefitApplicationOutput$
785
- ];
786
- var SubmitBenefitApplication$ = [9, n0, _SBA,
787
- { [_h]: ["POST", "/SubmitBenefitApplication", 200] }, () => SubmitBenefitApplicationInput$, () => SubmitBenefitApplicationOutput$
788
- ];
789
- var TagResource$ = [9, n0, _TR,
790
- { [_h]: ["POST", "/TagResource", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
791
- ];
792
- var UntagResource$ = [9, n0, _UR,
793
- { [_h]: ["POST", "/UntagResource", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
794
- ];
795
- var UpdateBenefitApplication$ = [9, n0, _UBA,
796
- { [_h]: ["POST", "/UpdateBenefitApplication", 200] }, () => UpdateBenefitApplicationInput$, () => UpdateBenefitApplicationOutput$
797
- ];
798
-
799
114
  class AmendBenefitApplicationCommand extends smithyClient.Command
800
115
  .classBuilder()
801
116
  .ep(commonParams)
@@ -804,7 +119,7 @@ class AmendBenefitApplicationCommand extends smithyClient.Command
804
119
  })
805
120
  .s("PartnerCentralBenefitsService", "AmendBenefitApplication", {})
806
121
  .n("PartnerCentralBenefitsClient", "AmendBenefitApplicationCommand")
807
- .sc(AmendBenefitApplication$)
122
+ .sc(schemas_0.AmendBenefitApplication$)
808
123
  .build() {
809
124
  }
810
125
 
@@ -816,7 +131,7 @@ class AssociateBenefitApplicationResourceCommand extends smithyClient.Command
816
131
  })
817
132
  .s("PartnerCentralBenefitsService", "AssociateBenefitApplicationResource", {})
818
133
  .n("PartnerCentralBenefitsClient", "AssociateBenefitApplicationResourceCommand")
819
- .sc(AssociateBenefitApplicationResource$)
134
+ .sc(schemas_0.AssociateBenefitApplicationResource$)
820
135
  .build() {
821
136
  }
822
137
 
@@ -828,7 +143,7 @@ class CancelBenefitApplicationCommand extends smithyClient.Command
828
143
  })
829
144
  .s("PartnerCentralBenefitsService", "CancelBenefitApplication", {})
830
145
  .n("PartnerCentralBenefitsClient", "CancelBenefitApplicationCommand")
831
- .sc(CancelBenefitApplication$)
146
+ .sc(schemas_0.CancelBenefitApplication$)
832
147
  .build() {
833
148
  }
834
149
 
@@ -840,7 +155,7 @@ class CreateBenefitApplicationCommand extends smithyClient.Command
840
155
  })
841
156
  .s("PartnerCentralBenefitsService", "CreateBenefitApplication", {})
842
157
  .n("PartnerCentralBenefitsClient", "CreateBenefitApplicationCommand")
843
- .sc(CreateBenefitApplication$)
158
+ .sc(schemas_0.CreateBenefitApplication$)
844
159
  .build() {
845
160
  }
846
161
 
@@ -852,7 +167,7 @@ class DisassociateBenefitApplicationResourceCommand extends smithyClient.Command
852
167
  })
853
168
  .s("PartnerCentralBenefitsService", "DisassociateBenefitApplicationResource", {})
854
169
  .n("PartnerCentralBenefitsClient", "DisassociateBenefitApplicationResourceCommand")
855
- .sc(DisassociateBenefitApplicationResource$)
170
+ .sc(schemas_0.DisassociateBenefitApplicationResource$)
856
171
  .build() {
857
172
  }
858
173
 
@@ -864,7 +179,7 @@ class GetBenefitAllocationCommand extends smithyClient.Command
864
179
  })
865
180
  .s("PartnerCentralBenefitsService", "GetBenefitAllocation", {})
866
181
  .n("PartnerCentralBenefitsClient", "GetBenefitAllocationCommand")
867
- .sc(GetBenefitAllocation$)
182
+ .sc(schemas_0.GetBenefitAllocation$)
868
183
  .build() {
869
184
  }
870
185
 
@@ -876,7 +191,7 @@ class GetBenefitApplicationCommand extends smithyClient.Command
876
191
  })
877
192
  .s("PartnerCentralBenefitsService", "GetBenefitApplication", {})
878
193
  .n("PartnerCentralBenefitsClient", "GetBenefitApplicationCommand")
879
- .sc(GetBenefitApplication$)
194
+ .sc(schemas_0.GetBenefitApplication$)
880
195
  .build() {
881
196
  }
882
197
 
@@ -888,7 +203,7 @@ class GetBenefitCommand extends smithyClient.Command
888
203
  })
889
204
  .s("PartnerCentralBenefitsService", "GetBenefit", {})
890
205
  .n("PartnerCentralBenefitsClient", "GetBenefitCommand")
891
- .sc(GetBenefit$)
206
+ .sc(schemas_0.GetBenefit$)
892
207
  .build() {
893
208
  }
894
209
 
@@ -900,7 +215,7 @@ class ListBenefitAllocationsCommand extends smithyClient.Command
900
215
  })
901
216
  .s("PartnerCentralBenefitsService", "ListBenefitAllocations", {})
902
217
  .n("PartnerCentralBenefitsClient", "ListBenefitAllocationsCommand")
903
- .sc(ListBenefitAllocations$)
218
+ .sc(schemas_0.ListBenefitAllocations$)
904
219
  .build() {
905
220
  }
906
221
 
@@ -912,7 +227,7 @@ class ListBenefitApplicationsCommand extends smithyClient.Command
912
227
  })
913
228
  .s("PartnerCentralBenefitsService", "ListBenefitApplications", {})
914
229
  .n("PartnerCentralBenefitsClient", "ListBenefitApplicationsCommand")
915
- .sc(ListBenefitApplications$)
230
+ .sc(schemas_0.ListBenefitApplications$)
916
231
  .build() {
917
232
  }
918
233
 
@@ -924,7 +239,7 @@ class ListBenefitsCommand extends smithyClient.Command
924
239
  })
925
240
  .s("PartnerCentralBenefitsService", "ListBenefits", {})
926
241
  .n("PartnerCentralBenefitsClient", "ListBenefitsCommand")
927
- .sc(ListBenefits$)
242
+ .sc(schemas_0.ListBenefits$)
928
243
  .build() {
929
244
  }
930
245
 
@@ -936,7 +251,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
936
251
  })
937
252
  .s("PartnerCentralBenefitsService", "ListTagsForResource", {})
938
253
  .n("PartnerCentralBenefitsClient", "ListTagsForResourceCommand")
939
- .sc(ListTagsForResource$)
254
+ .sc(schemas_0.ListTagsForResource$)
940
255
  .build() {
941
256
  }
942
257
 
@@ -948,7 +263,7 @@ class RecallBenefitApplicationCommand extends smithyClient.Command
948
263
  })
949
264
  .s("PartnerCentralBenefitsService", "RecallBenefitApplication", {})
950
265
  .n("PartnerCentralBenefitsClient", "RecallBenefitApplicationCommand")
951
- .sc(RecallBenefitApplication$)
266
+ .sc(schemas_0.RecallBenefitApplication$)
952
267
  .build() {
953
268
  }
954
269
 
@@ -960,7 +275,7 @@ class SubmitBenefitApplicationCommand extends smithyClient.Command
960
275
  })
961
276
  .s("PartnerCentralBenefitsService", "SubmitBenefitApplication", {})
962
277
  .n("PartnerCentralBenefitsClient", "SubmitBenefitApplicationCommand")
963
- .sc(SubmitBenefitApplication$)
278
+ .sc(schemas_0.SubmitBenefitApplication$)
964
279
  .build() {
965
280
  }
966
281
 
@@ -972,7 +287,7 @@ class TagResourceCommand extends smithyClient.Command
972
287
  })
973
288
  .s("PartnerCentralBenefitsService", "TagResource", {})
974
289
  .n("PartnerCentralBenefitsClient", "TagResourceCommand")
975
- .sc(TagResource$)
290
+ .sc(schemas_0.TagResource$)
976
291
  .build() {
977
292
  }
978
293
 
@@ -984,7 +299,7 @@ class UntagResourceCommand extends smithyClient.Command
984
299
  })
985
300
  .s("PartnerCentralBenefitsService", "UntagResource", {})
986
301
  .n("PartnerCentralBenefitsClient", "UntagResourceCommand")
987
- .sc(UntagResource$)
302
+ .sc(schemas_0.UntagResource$)
988
303
  .build() {
989
304
  }
990
305
 
@@ -996,7 +311,7 @@ class UpdateBenefitApplicationCommand extends smithyClient.Command
996
311
  })
997
312
  .s("PartnerCentralBenefitsService", "UpdateBenefitApplication", {})
998
313
  .n("PartnerCentralBenefitsClient", "UpdateBenefitApplicationCommand")
999
- .sc(UpdateBenefitApplication$)
314
+ .sc(schemas_0.UpdateBenefitApplication$)
1000
315
  .build() {
1001
316
  }
1002
317
 
@@ -1196,119 +511,50 @@ Object.defineProperty(exports, "__Client", {
1196
511
  enumerable: true,
1197
512
  get: function () { return smithyClient.Client; }
1198
513
  });
1199
- exports.AccessDeniedException = AccessDeniedException;
1200
- exports.AccessDeniedException$ = AccessDeniedException$;
1201
- exports.AccessDetails$ = AccessDetails$;
1202
- exports.AmendBenefitApplication$ = AmendBenefitApplication$;
514
+ Object.defineProperty(exports, "PartnerCentralBenefitsServiceException", {
515
+ enumerable: true,
516
+ get: function () { return PartnerCentralBenefitsServiceException.PartnerCentralBenefitsServiceException; }
517
+ });
1203
518
  exports.AmendBenefitApplicationCommand = AmendBenefitApplicationCommand;
1204
- exports.AmendBenefitApplicationInput$ = AmendBenefitApplicationInput$;
1205
- exports.AmendBenefitApplicationOutput$ = AmendBenefitApplicationOutput$;
1206
- exports.Amendment$ = Amendment$;
1207
- exports.AssociateBenefitApplicationResource$ = AssociateBenefitApplicationResource$;
1208
519
  exports.AssociateBenefitApplicationResourceCommand = AssociateBenefitApplicationResourceCommand;
1209
- exports.AssociateBenefitApplicationResourceInput$ = AssociateBenefitApplicationResourceInput$;
1210
- exports.AssociateBenefitApplicationResourceOutput$ = AssociateBenefitApplicationResourceOutput$;
1211
- exports.AssociatedResource$ = AssociatedResource$;
1212
520
  exports.BenefitAllocationStatus = BenefitAllocationStatus;
1213
- exports.BenefitAllocationSummary$ = BenefitAllocationSummary$;
1214
521
  exports.BenefitApplicationStatus = BenefitApplicationStatus;
1215
- exports.BenefitApplicationSummary$ = BenefitApplicationSummary$;
1216
522
  exports.BenefitStatus = BenefitStatus;
1217
- exports.BenefitSummary$ = BenefitSummary$;
1218
- exports.CancelBenefitApplication$ = CancelBenefitApplication$;
1219
523
  exports.CancelBenefitApplicationCommand = CancelBenefitApplicationCommand;
1220
- exports.CancelBenefitApplicationInput$ = CancelBenefitApplicationInput$;
1221
- exports.CancelBenefitApplicationOutput$ = CancelBenefitApplicationOutput$;
1222
- exports.ConflictException = ConflictException;
1223
- exports.ConflictException$ = ConflictException$;
1224
- exports.ConsumableDetails$ = ConsumableDetails$;
1225
- exports.Contact$ = Contact$;
1226
- exports.CreateBenefitApplication$ = CreateBenefitApplication$;
1227
524
  exports.CreateBenefitApplicationCommand = CreateBenefitApplicationCommand;
1228
- exports.CreateBenefitApplicationInput$ = CreateBenefitApplicationInput$;
1229
- exports.CreateBenefitApplicationOutput$ = CreateBenefitApplicationOutput$;
1230
- exports.CreditCode$ = CreditCode$;
1231
- exports.CreditDetails$ = CreditDetails$;
1232
525
  exports.CurrencyCode = CurrencyCode;
1233
- exports.DisassociateBenefitApplicationResource$ = DisassociateBenefitApplicationResource$;
1234
526
  exports.DisassociateBenefitApplicationResourceCommand = DisassociateBenefitApplicationResourceCommand;
1235
- exports.DisassociateBenefitApplicationResourceInput$ = DisassociateBenefitApplicationResourceInput$;
1236
- exports.DisassociateBenefitApplicationResourceOutput$ = DisassociateBenefitApplicationResourceOutput$;
1237
- exports.DisbursementDetails$ = DisbursementDetails$;
1238
- exports.FileDetail$ = FileDetail$;
1239
- exports.FileInput$ = FileInput$;
1240
527
  exports.FileType = FileType;
1241
- exports.FulfillmentDetails$ = FulfillmentDetails$;
1242
528
  exports.FulfillmentType = FulfillmentType;
1243
- exports.GetBenefit$ = GetBenefit$;
1244
- exports.GetBenefitAllocation$ = GetBenefitAllocation$;
1245
529
  exports.GetBenefitAllocationCommand = GetBenefitAllocationCommand;
1246
- exports.GetBenefitAllocationInput$ = GetBenefitAllocationInput$;
1247
- exports.GetBenefitAllocationOutput$ = GetBenefitAllocationOutput$;
1248
- exports.GetBenefitApplication$ = GetBenefitApplication$;
1249
530
  exports.GetBenefitApplicationCommand = GetBenefitApplicationCommand;
1250
- exports.GetBenefitApplicationInput$ = GetBenefitApplicationInput$;
1251
- exports.GetBenefitApplicationOutput$ = GetBenefitApplicationOutput$;
1252
531
  exports.GetBenefitCommand = GetBenefitCommand;
1253
- exports.GetBenefitInput$ = GetBenefitInput$;
1254
- exports.GetBenefitOutput$ = GetBenefitOutput$;
1255
- exports.InternalServerException = InternalServerException;
1256
- exports.InternalServerException$ = InternalServerException$;
1257
- exports.IssuanceDetail$ = IssuanceDetail$;
1258
- exports.ListBenefitAllocations$ = ListBenefitAllocations$;
1259
532
  exports.ListBenefitAllocationsCommand = ListBenefitAllocationsCommand;
1260
- exports.ListBenefitAllocationsInput$ = ListBenefitAllocationsInput$;
1261
- exports.ListBenefitAllocationsOutput$ = ListBenefitAllocationsOutput$;
1262
- exports.ListBenefitApplications$ = ListBenefitApplications$;
1263
533
  exports.ListBenefitApplicationsCommand = ListBenefitApplicationsCommand;
1264
- exports.ListBenefitApplicationsInput$ = ListBenefitApplicationsInput$;
1265
- exports.ListBenefitApplicationsOutput$ = ListBenefitApplicationsOutput$;
1266
- exports.ListBenefits$ = ListBenefits$;
1267
534
  exports.ListBenefitsCommand = ListBenefitsCommand;
1268
- exports.ListBenefitsInput$ = ListBenefitsInput$;
1269
- exports.ListBenefitsOutput$ = ListBenefitsOutput$;
1270
- exports.ListTagsForResource$ = ListTagsForResource$;
1271
535
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1272
- exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
1273
- exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
1274
- exports.MonetaryValue$ = MonetaryValue$;
1275
536
  exports.PartnerCentralBenefits = PartnerCentralBenefits;
1276
537
  exports.PartnerCentralBenefitsClient = PartnerCentralBenefitsClient;
1277
- exports.PartnerCentralBenefitsServiceException = PartnerCentralBenefitsServiceException;
1278
- exports.PartnerCentralBenefitsServiceException$ = PartnerCentralBenefitsServiceException$;
1279
- exports.RecallBenefitApplication$ = RecallBenefitApplication$;
1280
538
  exports.RecallBenefitApplicationCommand = RecallBenefitApplicationCommand;
1281
- exports.RecallBenefitApplicationInput$ = RecallBenefitApplicationInput$;
1282
- exports.RecallBenefitApplicationOutput$ = RecallBenefitApplicationOutput$;
1283
- exports.ResourceNotFoundException = ResourceNotFoundException;
1284
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1285
539
  exports.ResourceType = ResourceType;
1286
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
1287
- exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
1288
- exports.SubmitBenefitApplication$ = SubmitBenefitApplication$;
1289
540
  exports.SubmitBenefitApplicationCommand = SubmitBenefitApplicationCommand;
1290
- exports.SubmitBenefitApplicationInput$ = SubmitBenefitApplicationInput$;
1291
- exports.SubmitBenefitApplicationOutput$ = SubmitBenefitApplicationOutput$;
1292
- exports.Tag$ = Tag$;
1293
- exports.TagResource$ = TagResource$;
1294
541
  exports.TagResourceCommand = TagResourceCommand;
1295
- exports.TagResourceRequest$ = TagResourceRequest$;
1296
- exports.TagResourceResponse$ = TagResourceResponse$;
1297
- exports.ThrottlingException = ThrottlingException;
1298
- exports.ThrottlingException$ = ThrottlingException$;
1299
- exports.UntagResource$ = UntagResource$;
1300
542
  exports.UntagResourceCommand = UntagResourceCommand;
1301
- exports.UntagResourceRequest$ = UntagResourceRequest$;
1302
- exports.UntagResourceResponse$ = UntagResourceResponse$;
1303
- exports.UpdateBenefitApplication$ = UpdateBenefitApplication$;
1304
543
  exports.UpdateBenefitApplicationCommand = UpdateBenefitApplicationCommand;
1305
- exports.UpdateBenefitApplicationInput$ = UpdateBenefitApplicationInput$;
1306
- exports.UpdateBenefitApplicationOutput$ = UpdateBenefitApplicationOutput$;
1307
- exports.ValidationException = ValidationException;
1308
- exports.ValidationException$ = ValidationException$;
1309
544
  exports.ValidationExceptionErrorCode = ValidationExceptionErrorCode;
1310
- exports.ValidationExceptionField$ = ValidationExceptionField$;
1311
545
  exports.ValidationExceptionReason = ValidationExceptionReason;
1312
546
  exports.paginateListBenefitAllocations = paginateListBenefitAllocations;
1313
547
  exports.paginateListBenefitApplications = paginateListBenefitApplications;
1314
548
  exports.paginateListBenefits = paginateListBenefits;
549
+ Object.keys(schemas_0).forEach(function (k) {
550
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
551
+ enumerable: true,
552
+ get: function () { return schemas_0[k]; }
553
+ });
554
+ });
555
+ Object.keys(errors).forEach(function (k) {
556
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
557
+ enumerable: true,
558
+ get: function () { return errors[k]; }
559
+ });
560
+ });