@aws-sdk/client-partnercentral-benefits 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.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +9 -15
- package/dist-cjs/endpoint/bdd.js +2 -5
- package/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/dist-cjs/index.js +94 -114
- package/dist-cjs/models/PartnerCentralBenefitsServiceException.js +4 -8
- package/dist-cjs/models/errors.js +15 -25
- package/dist-cjs/runtimeConfig.browser.js +22 -26
- package/dist-cjs/runtimeConfig.js +30 -34
- package/dist-cjs/runtimeConfig.native.js +4 -7
- package/dist-cjs/runtimeConfig.shared.js +20 -24
- package/dist-cjs/schemas/schemas_0.js +168 -112
- package/package.json +8 -8
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RecallBenefitApplicationOutput$ = exports.RecallBenefitApplicationInput$ = exports.MonetaryValue$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListBenefitsOutput$ = exports.ListBenefitsInput$ = exports.ListBenefitApplicationsOutput$ = exports.ListBenefitApplicationsInput$ = exports.ListBenefitAllocationsOutput$ = exports.ListBenefitAllocationsInput$ = exports.IssuanceDetail$ = exports.GetBenefitOutput$ = exports.GetBenefitInput$ = exports.GetBenefitApplicationOutput$ = exports.GetBenefitApplicationInput$ = exports.GetBenefitAllocationOutput$ = exports.GetBenefitAllocationInput$ = exports.FileInput$ = exports.FileDetail$ = exports.DisbursementDetails$ = exports.DisassociateBenefitApplicationResourceOutput$ = exports.DisassociateBenefitApplicationResourceInput$ = exports.CreditDetails$ = exports.CreditCode$ = exports.CreateBenefitApplicationOutput$ = exports.CreateBenefitApplicationInput$ = exports.Contact$ = exports.ConsumableDetails$ = exports.CancelBenefitApplicationOutput$ = exports.CancelBenefitApplicationInput$ = exports.BenefitSummary$ = exports.BenefitApplicationSummary$ = exports.BenefitAllocationSummary$ = exports.AssociatedResource$ = exports.AssociateBenefitApplicationResourceOutput$ = exports.AssociateBenefitApplicationResourceInput$ = exports.Amendment$ = exports.AmendBenefitApplicationOutput$ = exports.AmendBenefitApplicationInput$ = exports.AccessDetails$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.PartnerCentralBenefitsServiceException$ = void 0;
|
|
4
|
-
exports.UpdateBenefitApplication$ = exports.UntagResource$ = exports.TagResource$ = exports.SubmitBenefitApplication$ = exports.RecallBenefitApplication$ = exports.ListTagsForResource$ = exports.ListBenefits$ = exports.ListBenefitApplications$ = exports.ListBenefitAllocations$ = exports.GetBenefitApplication$ = exports.GetBenefitAllocation$ = exports.GetBenefit$ = exports.DisassociateBenefitApplicationResource$ = exports.CreateBenefitApplication$ = exports.CancelBenefitApplication$ = exports.AssociateBenefitApplicationResource$ = exports.AmendBenefitApplication$ = exports.FulfillmentDetails$ = exports.ValidationExceptionField$ = exports.UpdateBenefitApplicationOutput$ = exports.UpdateBenefitApplicationInput$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.Tag$ = exports.SubmitBenefitApplicationOutput$ = exports.SubmitBenefitApplicationInput$ = void 0;
|
|
5
1
|
const _A = "Amendments";
|
|
6
2
|
const _AA = "AllocatedAmount";
|
|
7
3
|
const _AAI = "AwsAccountId";
|
|
@@ -179,55 +175,63 @@ const _se = "server";
|
|
|
179
175
|
const _t = "tags";
|
|
180
176
|
const _tK = "tagKeys";
|
|
181
177
|
const n0 = "com.amazonaws.partnercentralbenefits";
|
|
182
|
-
const
|
|
183
|
-
const
|
|
184
|
-
const
|
|
185
|
-
const _s_registry =
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
178
|
+
const { TypeRegistry } = require("@smithy/core/schema");
|
|
179
|
+
const { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException } = require("../models/errors");
|
|
180
|
+
const { PartnerCentralBenefitsServiceException } = require("../models/PartnerCentralBenefitsServiceException");
|
|
181
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
182
|
+
const PartnerCentralBenefitsServiceException$ = [-3, _s, "PartnerCentralBenefitsServiceException", 0, [], []];
|
|
183
|
+
exports.PartnerCentralBenefitsServiceException$ = PartnerCentralBenefitsServiceException$;
|
|
184
|
+
_s_registry.registerError(PartnerCentralBenefitsServiceException$, PartnerCentralBenefitsServiceException);
|
|
185
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
186
|
+
const AccessDeniedException$ = [-3, n0, _ADE,
|
|
190
187
|
{ [_e]: _c, [_hE]: 403 },
|
|
191
188
|
[_M],
|
|
192
189
|
[0], 1
|
|
193
190
|
];
|
|
194
|
-
|
|
195
|
-
|
|
191
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
192
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
193
|
+
const ConflictException$ = [-3, n0, _CE,
|
|
196
194
|
{ [_e]: _c, [_hE]: 409 },
|
|
197
195
|
[_M],
|
|
198
196
|
[0], 1
|
|
199
197
|
];
|
|
200
|
-
|
|
201
|
-
|
|
198
|
+
exports.ConflictException$ = ConflictException$;
|
|
199
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
200
|
+
const InternalServerException$ = [-3, n0, _ISE,
|
|
202
201
|
{ [_e]: _se, [_hE]: 500 },
|
|
203
202
|
[_M],
|
|
204
203
|
[0], 1
|
|
205
204
|
];
|
|
206
|
-
|
|
207
|
-
|
|
205
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
206
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
207
|
+
const ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
208
208
|
{ [_e]: _c, [_hE]: 404 },
|
|
209
209
|
[_M],
|
|
210
210
|
[0], 1
|
|
211
211
|
];
|
|
212
|
-
|
|
213
|
-
|
|
212
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
213
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
214
|
+
const ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
214
215
|
{ [_e]: _c, [_hE]: 402 },
|
|
215
216
|
[_M, _RI, _RT, _QC],
|
|
216
217
|
[0, 0, 0, 0], 4
|
|
217
218
|
];
|
|
218
|
-
|
|
219
|
-
|
|
219
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
220
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
221
|
+
const ThrottlingException$ = [-3, n0, _TE,
|
|
220
222
|
{ [_e]: _c, [_hE]: 429 },
|
|
221
223
|
[_M],
|
|
222
224
|
[0], 1
|
|
223
225
|
];
|
|
224
|
-
|
|
225
|
-
|
|
226
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
227
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
228
|
+
const ValidationException$ = [-3, n0, _VE,
|
|
226
229
|
{ [_e]: _c, [_hE]: 400 },
|
|
227
230
|
[_M, _R, _FL],
|
|
228
231
|
[0, 0, () => ValidationExceptionFieldList], 2
|
|
229
232
|
];
|
|
230
|
-
|
|
233
|
+
exports.ValidationException$ = ValidationException$;
|
|
234
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
231
235
|
exports.errorTypeRegistries = [
|
|
232
236
|
_s_registry,
|
|
233
237
|
n0_registry,
|
|
@@ -236,294 +240,345 @@ var ContactEmail = [0, n0, _CEo, 8, 0];
|
|
|
236
240
|
var ContactFirstName = [0, n0, _CFN, 8, 0];
|
|
237
241
|
var ContactLastName = [0, n0, _CLN, 8, 0];
|
|
238
242
|
var ContactPhone = [0, n0, _CP, 8, 0];
|
|
239
|
-
|
|
243
|
+
const AccessDetails$ = [3, n0, _AD,
|
|
240
244
|
0,
|
|
241
245
|
[_D],
|
|
242
246
|
[0]
|
|
243
247
|
];
|
|
244
|
-
exports.
|
|
248
|
+
exports.AccessDetails$ = AccessDetails$;
|
|
249
|
+
const AmendBenefitApplicationInput$ = [3, n0, _ABAI,
|
|
245
250
|
0,
|
|
246
251
|
[_C, _CT, _Re, _I, _AR, _A],
|
|
247
252
|
[0, 0, 0, 0, 0, () => AmendmentList], 6
|
|
248
253
|
];
|
|
249
|
-
exports.
|
|
254
|
+
exports.AmendBenefitApplicationInput$ = AmendBenefitApplicationInput$;
|
|
255
|
+
const AmendBenefitApplicationOutput$ = [3, n0, _ABAO,
|
|
250
256
|
0,
|
|
251
257
|
[],
|
|
252
258
|
[]
|
|
253
259
|
];
|
|
254
|
-
exports.
|
|
260
|
+
exports.AmendBenefitApplicationOutput$ = AmendBenefitApplicationOutput$;
|
|
261
|
+
const Amendment$ = [3, n0, _Am,
|
|
255
262
|
0,
|
|
256
263
|
[_FP, _NV],
|
|
257
264
|
[0, 0], 2
|
|
258
265
|
];
|
|
259
|
-
exports.
|
|
266
|
+
exports.Amendment$ = Amendment$;
|
|
267
|
+
const AssociateBenefitApplicationResourceInput$ = [3, n0, _ABARI,
|
|
260
268
|
0,
|
|
261
269
|
[_C, _BAI, _RA],
|
|
262
270
|
[0, 0, 0], 3
|
|
263
271
|
];
|
|
264
|
-
exports.
|
|
272
|
+
exports.AssociateBenefitApplicationResourceInput$ = AssociateBenefitApplicationResourceInput$;
|
|
273
|
+
const AssociateBenefitApplicationResourceOutput$ = [3, n0, _ABARO,
|
|
265
274
|
0,
|
|
266
275
|
[_Id, _Ar, _Re],
|
|
267
276
|
[0, 0, 0]
|
|
268
277
|
];
|
|
269
|
-
exports.
|
|
278
|
+
exports.AssociateBenefitApplicationResourceOutput$ = AssociateBenefitApplicationResourceOutput$;
|
|
279
|
+
const AssociatedResource$ = [3, n0, _ARs,
|
|
270
280
|
0,
|
|
271
281
|
[_RT, _RIe, _RA],
|
|
272
282
|
[0, 0, 0]
|
|
273
283
|
];
|
|
274
|
-
exports.
|
|
284
|
+
exports.AssociatedResource$ = AssociatedResource$;
|
|
285
|
+
const BenefitAllocationSummary$ = [3, n0, _BAS,
|
|
275
286
|
0,
|
|
276
287
|
[_Id, _C, _Ar, _S, _SR, _N, _BI, _BAIe, _FT, _CA, _EA, _ABI],
|
|
277
288
|
[0, 0, 0, 0, 0, 0, 0, 0, 64 | 0, 5, 5, 64 | 0]
|
|
278
289
|
];
|
|
279
|
-
exports.
|
|
290
|
+
exports.BenefitAllocationSummary$ = BenefitAllocationSummary$;
|
|
291
|
+
const BenefitApplicationSummary$ = [3, n0, _BASe,
|
|
280
292
|
0,
|
|
281
293
|
[_C, _N, _Id, _Ar, _BI, _P, _FT, _S, _St, _CA, _UA, _BAD, _ARss],
|
|
282
294
|
[0, 0, 0, 0, 0, 64 | 0, 64 | 0, 0, 0, 5, 5, 128 | 0, 64 | 0]
|
|
283
295
|
];
|
|
284
|
-
exports.
|
|
296
|
+
exports.BenefitApplicationSummary$ = BenefitApplicationSummary$;
|
|
297
|
+
const BenefitSummary$ = [3, n0, _BS,
|
|
285
298
|
0,
|
|
286
299
|
[_Id, _C, _Ar, _N, _D, _P, _FT, _S],
|
|
287
300
|
[0, 0, 0, 0, 0, 64 | 0, 64 | 0, 0]
|
|
288
301
|
];
|
|
289
|
-
exports.
|
|
302
|
+
exports.BenefitSummary$ = BenefitSummary$;
|
|
303
|
+
const CancelBenefitApplicationInput$ = [3, n0, _CBAI,
|
|
290
304
|
0,
|
|
291
305
|
[_C, _CT, _I, _R],
|
|
292
306
|
[0, 0, 0, 0], 3
|
|
293
307
|
];
|
|
294
|
-
exports.
|
|
308
|
+
exports.CancelBenefitApplicationInput$ = CancelBenefitApplicationInput$;
|
|
309
|
+
const CancelBenefitApplicationOutput$ = [3, n0, _CBAO,
|
|
295
310
|
0,
|
|
296
311
|
[],
|
|
297
312
|
[]
|
|
298
313
|
];
|
|
299
|
-
exports.
|
|
314
|
+
exports.CancelBenefitApplicationOutput$ = CancelBenefitApplicationOutput$;
|
|
315
|
+
const ConsumableDetails$ = [3, n0, _CD,
|
|
300
316
|
0,
|
|
301
317
|
[_AA, _RAe, _UAt, _ID],
|
|
302
|
-
[() =>
|
|
318
|
+
[() => MonetaryValue$, () => MonetaryValue$, () => MonetaryValue$, () => IssuanceDetail$]
|
|
303
319
|
];
|
|
304
|
-
exports.
|
|
320
|
+
exports.ConsumableDetails$ = ConsumableDetails$;
|
|
321
|
+
const Contact$ = [3, n0, _Co,
|
|
305
322
|
0,
|
|
306
323
|
[_E, _FN, _LN, _BT, _Ph],
|
|
307
324
|
[[() => ContactEmail, 0], [() => ContactFirstName, 0], [() => ContactLastName, 0], 0, [() => ContactPhone, 0]]
|
|
308
325
|
];
|
|
309
|
-
exports.
|
|
326
|
+
exports.Contact$ = Contact$;
|
|
327
|
+
const CreateBenefitApplicationInput$ = [3, n0, _CBAIr,
|
|
310
328
|
0,
|
|
311
329
|
[_C, _CT, _BIe, _N, _D, _FT, _BAD, _T, _ARss, _PC, _FD],
|
|
312
330
|
[0, 0, 0, 0, 0, 64 | 0, 15, () => Tags, 64 | 0, [() => Contacts, 0], () => FileInputDetails], 3
|
|
313
331
|
];
|
|
314
|
-
exports.
|
|
332
|
+
exports.CreateBenefitApplicationInput$ = CreateBenefitApplicationInput$;
|
|
333
|
+
const CreateBenefitApplicationOutput$ = [3, n0, _CBAOr,
|
|
315
334
|
0,
|
|
316
335
|
[_Id, _Ar, _Re],
|
|
317
336
|
[0, 0, 0]
|
|
318
337
|
];
|
|
319
|
-
exports.
|
|
338
|
+
exports.CreateBenefitApplicationOutput$ = CreateBenefitApplicationOutput$;
|
|
339
|
+
const CreditCode$ = [3, n0, _CC,
|
|
320
340
|
0,
|
|
321
341
|
[_AAI, _V, _ACC, _S, _IA, _EA],
|
|
322
|
-
[0, () =>
|
|
342
|
+
[0, () => MonetaryValue$, 0, 0, 5, 5], 6
|
|
323
343
|
];
|
|
324
|
-
exports.
|
|
344
|
+
exports.CreditCode$ = CreditCode$;
|
|
345
|
+
const CreditDetails$ = [3, n0, _CDr,
|
|
325
346
|
0,
|
|
326
347
|
[_AA, _IAs, _Cod],
|
|
327
|
-
[() =>
|
|
348
|
+
[() => MonetaryValue$, () => MonetaryValue$, () => CreditCodes], 3
|
|
328
349
|
];
|
|
329
|
-
exports.
|
|
350
|
+
exports.CreditDetails$ = CreditDetails$;
|
|
351
|
+
const DisassociateBenefitApplicationResourceInput$ = [3, n0, _DBARI,
|
|
330
352
|
0,
|
|
331
353
|
[_C, _BAI, _RA],
|
|
332
354
|
[0, 0, 0], 3
|
|
333
355
|
];
|
|
334
|
-
exports.
|
|
356
|
+
exports.DisassociateBenefitApplicationResourceInput$ = DisassociateBenefitApplicationResourceInput$;
|
|
357
|
+
const DisassociateBenefitApplicationResourceOutput$ = [3, n0, _DBARO,
|
|
335
358
|
0,
|
|
336
359
|
[_Id, _Ar, _Re],
|
|
337
360
|
[0, 0, 0]
|
|
338
361
|
];
|
|
339
|
-
exports.
|
|
362
|
+
exports.DisassociateBenefitApplicationResourceOutput$ = DisassociateBenefitApplicationResourceOutput$;
|
|
363
|
+
const DisbursementDetails$ = [3, n0, _DD,
|
|
340
364
|
0,
|
|
341
365
|
[_DA, _ID],
|
|
342
|
-
[() =>
|
|
366
|
+
[() => MonetaryValue$, () => IssuanceDetail$]
|
|
343
367
|
];
|
|
344
|
-
exports.
|
|
368
|
+
exports.DisbursementDetails$ = DisbursementDetails$;
|
|
369
|
+
const FileDetail$ = [3, n0, _FDi,
|
|
345
370
|
0,
|
|
346
371
|
[_FURI, _BUC, _FNi, _FS, _FSR, _FTi, _CB, _CA],
|
|
347
372
|
[0, 0, 0, 0, 0, 0, 0, 5], 1
|
|
348
373
|
];
|
|
349
|
-
exports.
|
|
374
|
+
exports.FileDetail$ = FileDetail$;
|
|
375
|
+
const FileInput$ = [3, n0, _FI,
|
|
350
376
|
0,
|
|
351
377
|
[_FURI, _BUC],
|
|
352
378
|
[0, 0], 1
|
|
353
379
|
];
|
|
354
|
-
exports.
|
|
380
|
+
exports.FileInput$ = FileInput$;
|
|
381
|
+
const GetBenefitAllocationInput$ = [3, n0, _GBAI,
|
|
355
382
|
0,
|
|
356
383
|
[_C, _I],
|
|
357
384
|
[0, 0], 2
|
|
358
385
|
];
|
|
359
|
-
exports.
|
|
386
|
+
exports.GetBenefitAllocationInput$ = GetBenefitAllocationInput$;
|
|
387
|
+
const GetBenefitAllocationOutput$ = [3, n0, _GBAO,
|
|
360
388
|
0,
|
|
361
389
|
[_Id, _C, _Ar, _N, _D, _S, _SR, _BAIe, _BI, _FTu, _ABI, _FDu, _CA, _UA, _SA, _EA],
|
|
362
|
-
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 64 | 0, () =>
|
|
390
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 64 | 0, () => FulfillmentDetails$, 5, 5, 5, 5]
|
|
363
391
|
];
|
|
364
|
-
exports.
|
|
392
|
+
exports.GetBenefitAllocationOutput$ = GetBenefitAllocationOutput$;
|
|
393
|
+
const GetBenefitApplicationInput$ = [3, n0, _GBAIe,
|
|
365
394
|
0,
|
|
366
395
|
[_C, _I],
|
|
367
396
|
[0, 0], 2
|
|
368
397
|
];
|
|
369
|
-
exports.
|
|
398
|
+
exports.GetBenefitApplicationInput$ = GetBenefitApplicationInput$;
|
|
399
|
+
const GetBenefitApplicationOutput$ = [3, n0, _GBAOe,
|
|
370
400
|
0,
|
|
371
401
|
[_Id, _Ar, _C, _BI, _N, _D, _FT, _BAD, _P, _S, _St, _SR, _SRC, _SRCt, _CA, _UA, _Re, _ARss, _PC, _FD],
|
|
372
402
|
[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]
|
|
373
403
|
];
|
|
374
|
-
exports.
|
|
404
|
+
exports.GetBenefitApplicationOutput$ = GetBenefitApplicationOutput$;
|
|
405
|
+
const GetBenefitInput$ = [3, n0, _GBI,
|
|
375
406
|
0,
|
|
376
407
|
[_C, _I],
|
|
377
408
|
[0, 0], 2
|
|
378
409
|
];
|
|
379
|
-
exports.
|
|
410
|
+
exports.GetBenefitInput$ = GetBenefitInput$;
|
|
411
|
+
const GetBenefitOutput$ = [3, n0, _GBO,
|
|
380
412
|
0,
|
|
381
413
|
[_Id, _C, _Ar, _N, _D, _P, _FT, _BRS, _S],
|
|
382
414
|
[0, 0, 0, 0, 0, 64 | 0, 64 | 0, 15, 0]
|
|
383
415
|
];
|
|
384
|
-
exports.
|
|
416
|
+
exports.GetBenefitOutput$ = GetBenefitOutput$;
|
|
417
|
+
const IssuanceDetail$ = [3, n0, _IDs,
|
|
385
418
|
0,
|
|
386
419
|
[_II, _IAss, _IA],
|
|
387
|
-
[0, () =>
|
|
420
|
+
[0, () => MonetaryValue$, 5]
|
|
388
421
|
];
|
|
389
|
-
exports.
|
|
422
|
+
exports.IssuanceDetail$ = IssuanceDetail$;
|
|
423
|
+
const ListBenefitAllocationsInput$ = [3, n0, _LBAI,
|
|
390
424
|
0,
|
|
391
425
|
[_C, _FT, _BIen, _BAIen, _S, _MR, _NT],
|
|
392
426
|
[0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 1, 0], 1
|
|
393
427
|
];
|
|
394
|
-
exports.
|
|
428
|
+
exports.ListBenefitAllocationsInput$ = ListBenefitAllocationsInput$;
|
|
429
|
+
const ListBenefitAllocationsOutput$ = [3, n0, _LBAO,
|
|
395
430
|
0,
|
|
396
431
|
[_BASen, _NT],
|
|
397
432
|
[() => BenefitAllocationSummaries, 0]
|
|
398
433
|
];
|
|
399
|
-
exports.
|
|
434
|
+
exports.ListBenefitAllocationsOutput$ = ListBenefitAllocationsOutput$;
|
|
435
|
+
const ListBenefitApplicationsInput$ = [3, n0, _LBAIi,
|
|
400
436
|
0,
|
|
401
437
|
[_C, _P, _FT, _BIen, _S, _Sta, _ARss, _ARA, _MR, _NT],
|
|
402
438
|
[0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, () => AssociatedResources, 64 | 0, 1, 0], 1
|
|
403
439
|
];
|
|
404
|
-
exports.
|
|
440
|
+
exports.ListBenefitApplicationsInput$ = ListBenefitApplicationsInput$;
|
|
441
|
+
const ListBenefitApplicationsOutput$ = [3, n0, _LBAOi,
|
|
405
442
|
0,
|
|
406
443
|
[_BASene, _NT],
|
|
407
444
|
[() => BenefitApplicationSummaries, 0]
|
|
408
445
|
];
|
|
409
|
-
exports.
|
|
446
|
+
exports.ListBenefitApplicationsOutput$ = ListBenefitApplicationsOutput$;
|
|
447
|
+
const ListBenefitsInput$ = [3, n0, _LBI,
|
|
410
448
|
0,
|
|
411
449
|
[_C, _P, _FT, _S, _MR, _NT],
|
|
412
450
|
[0, 64 | 0, 64 | 0, 64 | 0, 1, 0], 1
|
|
413
451
|
];
|
|
414
|
-
exports.
|
|
452
|
+
exports.ListBenefitsInput$ = ListBenefitsInput$;
|
|
453
|
+
const ListBenefitsOutput$ = [3, n0, _LBO,
|
|
415
454
|
0,
|
|
416
455
|
[_BSe, _NT],
|
|
417
456
|
[() => BenefitSummaries, 0]
|
|
418
457
|
];
|
|
419
|
-
exports.
|
|
458
|
+
exports.ListBenefitsOutput$ = ListBenefitsOutput$;
|
|
459
|
+
const ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
420
460
|
0,
|
|
421
461
|
[_rA],
|
|
422
462
|
[0], 1
|
|
423
463
|
];
|
|
424
|
-
exports.
|
|
464
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
465
|
+
const ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
425
466
|
0,
|
|
426
467
|
[_t],
|
|
427
468
|
[() => Tags]
|
|
428
469
|
];
|
|
429
|
-
exports.
|
|
470
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
471
|
+
const MonetaryValue$ = [3, n0, _MV,
|
|
430
472
|
0,
|
|
431
473
|
[_Amo, _CCu],
|
|
432
474
|
[0, 0], 2
|
|
433
475
|
];
|
|
434
|
-
exports.
|
|
476
|
+
exports.MonetaryValue$ = MonetaryValue$;
|
|
477
|
+
const RecallBenefitApplicationInput$ = [3, n0, _RBAI,
|
|
435
478
|
0,
|
|
436
479
|
[_C, _I, _R, _CT],
|
|
437
480
|
[0, 0, 0, 0], 3
|
|
438
481
|
];
|
|
439
|
-
exports.
|
|
482
|
+
exports.RecallBenefitApplicationInput$ = RecallBenefitApplicationInput$;
|
|
483
|
+
const RecallBenefitApplicationOutput$ = [3, n0, _RBAO,
|
|
440
484
|
0,
|
|
441
485
|
[],
|
|
442
486
|
[]
|
|
443
487
|
];
|
|
444
|
-
exports.
|
|
488
|
+
exports.RecallBenefitApplicationOutput$ = RecallBenefitApplicationOutput$;
|
|
489
|
+
const SubmitBenefitApplicationInput$ = [3, n0, _SBAI,
|
|
445
490
|
0,
|
|
446
491
|
[_C, _I],
|
|
447
492
|
[0, 0], 2
|
|
448
493
|
];
|
|
449
|
-
exports.
|
|
494
|
+
exports.SubmitBenefitApplicationInput$ = SubmitBenefitApplicationInput$;
|
|
495
|
+
const SubmitBenefitApplicationOutput$ = [3, n0, _SBAO,
|
|
450
496
|
0,
|
|
451
497
|
[],
|
|
452
498
|
[]
|
|
453
499
|
];
|
|
454
|
-
exports.
|
|
500
|
+
exports.SubmitBenefitApplicationOutput$ = SubmitBenefitApplicationOutput$;
|
|
501
|
+
const Tag$ = [3, n0, _Ta,
|
|
455
502
|
0,
|
|
456
503
|
[_K, _V],
|
|
457
504
|
[0, 0], 2
|
|
458
505
|
];
|
|
459
|
-
exports.
|
|
506
|
+
exports.Tag$ = Tag$;
|
|
507
|
+
const TagResourceRequest$ = [3, n0, _TRR,
|
|
460
508
|
0,
|
|
461
509
|
[_rA, _t],
|
|
462
510
|
[0, () => Tags], 2
|
|
463
511
|
];
|
|
464
|
-
exports.
|
|
512
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
513
|
+
const TagResourceResponse$ = [3, n0, _TRRa,
|
|
465
514
|
0,
|
|
466
515
|
[],
|
|
467
516
|
[]
|
|
468
517
|
];
|
|
469
|
-
exports.
|
|
518
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
519
|
+
const UntagResourceRequest$ = [3, n0, _URR,
|
|
470
520
|
0,
|
|
471
521
|
[_rA, _tK],
|
|
472
522
|
[0, 64 | 0], 2
|
|
473
523
|
];
|
|
474
|
-
exports.
|
|
524
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
525
|
+
const UntagResourceResponse$ = [3, n0, _URRn,
|
|
475
526
|
0,
|
|
476
527
|
[],
|
|
477
528
|
[]
|
|
478
529
|
];
|
|
479
|
-
exports.
|
|
530
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
531
|
+
const UpdateBenefitApplicationInput$ = [3, n0, _UBAI,
|
|
480
532
|
0,
|
|
481
533
|
[_C, _CT, _I, _Re, _N, _D, _BAD, _PC, _FD],
|
|
482
534
|
[0, 0, 0, 0, 0, 0, 15, [() => Contacts, 0], () => FileInputDetails], 4
|
|
483
535
|
];
|
|
484
|
-
exports.
|
|
536
|
+
exports.UpdateBenefitApplicationInput$ = UpdateBenefitApplicationInput$;
|
|
537
|
+
const UpdateBenefitApplicationOutput$ = [3, n0, _UBAO,
|
|
485
538
|
0,
|
|
486
539
|
[_Id, _Ar, _Re],
|
|
487
540
|
[0, 0, 0]
|
|
488
541
|
];
|
|
489
|
-
exports.
|
|
542
|
+
exports.UpdateBenefitApplicationOutput$ = UpdateBenefitApplicationOutput$;
|
|
543
|
+
const ValidationExceptionField$ = [3, n0, _VEF,
|
|
490
544
|
0,
|
|
491
545
|
[_N, _M, _Code],
|
|
492
546
|
[0, 0, 0], 2
|
|
493
547
|
];
|
|
548
|
+
exports.ValidationExceptionField$ = ValidationExceptionField$;
|
|
494
549
|
var AmendmentList = [1, n0, _AL,
|
|
495
|
-
0, () =>
|
|
550
|
+
0, () => Amendment$
|
|
496
551
|
];
|
|
497
552
|
var Arns = 64 | 0;
|
|
498
553
|
var AssociatedResources = [1, n0, _ARss,
|
|
499
|
-
0, () =>
|
|
554
|
+
0, () => AssociatedResource$
|
|
500
555
|
];
|
|
501
556
|
var BenefitAllocationStatusList = 64 | 0;
|
|
502
557
|
var BenefitAllocationSummaries = [1, n0, _BASen,
|
|
503
|
-
0, () =>
|
|
558
|
+
0, () => BenefitAllocationSummary$
|
|
504
559
|
];
|
|
505
560
|
var BenefitApplicationIdentifierList = 64 | 0;
|
|
506
561
|
var BenefitApplicationSummaries = [1, n0, _BASene,
|
|
507
|
-
0, () =>
|
|
562
|
+
0, () => BenefitApplicationSummary$
|
|
508
563
|
];
|
|
509
564
|
var BenefitIdentifiers = 64 | 0;
|
|
510
565
|
var BenefitIds = 64 | 0;
|
|
511
566
|
var BenefitStatuses = 64 | 0;
|
|
512
567
|
var BenefitSummaries = [1, n0, _BSe,
|
|
513
|
-
0, () =>
|
|
568
|
+
0, () => BenefitSummary$
|
|
514
569
|
];
|
|
515
570
|
var Contacts = [1, n0, _Con,
|
|
516
|
-
0, [() =>
|
|
571
|
+
0, [() => Contact$,
|
|
517
572
|
0]
|
|
518
573
|
];
|
|
519
574
|
var CreditCodes = [1, n0, _CCr,
|
|
520
|
-
0, () =>
|
|
575
|
+
0, () => CreditCode$
|
|
521
576
|
];
|
|
522
577
|
var FileDetails = [1, n0, _FD,
|
|
523
|
-
0, () =>
|
|
578
|
+
0, () => FileDetail$
|
|
524
579
|
];
|
|
525
580
|
var FileInputDetails = [1, n0, _FID,
|
|
526
|
-
0, () =>
|
|
581
|
+
0, () => FileInput$
|
|
527
582
|
];
|
|
528
583
|
var FulfillmentTypes = 64 | 0;
|
|
529
584
|
var Programs = 64 | 0;
|
|
@@ -532,65 +587,66 @@ var Statuses = 64 | 0;
|
|
|
532
587
|
var StatusReasonCodes = 64 | 0;
|
|
533
588
|
var TagKeyList = 64 | 0;
|
|
534
589
|
var Tags = [1, n0, _T,
|
|
535
|
-
0, () =>
|
|
590
|
+
0, () => Tag$
|
|
536
591
|
];
|
|
537
592
|
var ValidationExceptionFieldList = [1, n0, _VEFL,
|
|
538
|
-
0, () =>
|
|
593
|
+
0, () => ValidationExceptionField$
|
|
539
594
|
];
|
|
540
595
|
var Attributes = 128 | 0;
|
|
541
|
-
|
|
596
|
+
const FulfillmentDetails$ = [4, n0, _FDul,
|
|
542
597
|
0,
|
|
543
598
|
[_DD, _CD, _CDr, _AD],
|
|
544
|
-
[() =>
|
|
599
|
+
[() => DisbursementDetails$, () => ConsumableDetails$, () => CreditDetails$, () => AccessDetails$]
|
|
545
600
|
];
|
|
601
|
+
exports.FulfillmentDetails$ = FulfillmentDetails$;
|
|
546
602
|
exports.AmendBenefitApplication$ = [9, n0, _ABA,
|
|
547
|
-
{ [_h]: ["POST", "/AmendBenefitApplication", 200] }, () =>
|
|
603
|
+
{ [_h]: ["POST", "/AmendBenefitApplication", 200] }, () => AmendBenefitApplicationInput$, () => AmendBenefitApplicationOutput$
|
|
548
604
|
];
|
|
549
605
|
exports.AssociateBenefitApplicationResource$ = [9, n0, _ABAR,
|
|
550
|
-
{ [_h]: ["POST", "/AssociateBenefitApplicationResource", 200] }, () =>
|
|
606
|
+
{ [_h]: ["POST", "/AssociateBenefitApplicationResource", 200] }, () => AssociateBenefitApplicationResourceInput$, () => AssociateBenefitApplicationResourceOutput$
|
|
551
607
|
];
|
|
552
608
|
exports.CancelBenefitApplication$ = [9, n0, _CBA,
|
|
553
|
-
{ [_h]: ["POST", "/CancelBenefitApplication", 200] }, () =>
|
|
609
|
+
{ [_h]: ["POST", "/CancelBenefitApplication", 200] }, () => CancelBenefitApplicationInput$, () => CancelBenefitApplicationOutput$
|
|
554
610
|
];
|
|
555
611
|
exports.CreateBenefitApplication$ = [9, n0, _CBAr,
|
|
556
|
-
{ [_h]: ["POST", "/CreateBenefitApplication", 200] }, () =>
|
|
612
|
+
{ [_h]: ["POST", "/CreateBenefitApplication", 200] }, () => CreateBenefitApplicationInput$, () => CreateBenefitApplicationOutput$
|
|
557
613
|
];
|
|
558
614
|
exports.DisassociateBenefitApplicationResource$ = [9, n0, _DBAR,
|
|
559
|
-
{ [_h]: ["POST", "/DisassociateBenefitApplicationResource", 200] }, () =>
|
|
615
|
+
{ [_h]: ["POST", "/DisassociateBenefitApplicationResource", 200] }, () => DisassociateBenefitApplicationResourceInput$, () => DisassociateBenefitApplicationResourceOutput$
|
|
560
616
|
];
|
|
561
617
|
exports.GetBenefit$ = [9, n0, _GB,
|
|
562
|
-
{ [_h]: ["POST", "/GetBenefit", 200] }, () =>
|
|
618
|
+
{ [_h]: ["POST", "/GetBenefit", 200] }, () => GetBenefitInput$, () => GetBenefitOutput$
|
|
563
619
|
];
|
|
564
620
|
exports.GetBenefitAllocation$ = [9, n0, _GBA,
|
|
565
|
-
{ [_h]: ["POST", "/GetBenefitAllocation", 200] }, () =>
|
|
621
|
+
{ [_h]: ["POST", "/GetBenefitAllocation", 200] }, () => GetBenefitAllocationInput$, () => GetBenefitAllocationOutput$
|
|
566
622
|
];
|
|
567
623
|
exports.GetBenefitApplication$ = [9, n0, _GBAe,
|
|
568
|
-
{ [_h]: ["POST", "/GetBenefitApplication", 200] }, () =>
|
|
624
|
+
{ [_h]: ["POST", "/GetBenefitApplication", 200] }, () => GetBenefitApplicationInput$, () => GetBenefitApplicationOutput$
|
|
569
625
|
];
|
|
570
626
|
exports.ListBenefitAllocations$ = [9, n0, _LBA,
|
|
571
|
-
{ [_h]: ["POST", "/ListBenefitAllocations", 200] }, () =>
|
|
627
|
+
{ [_h]: ["POST", "/ListBenefitAllocations", 200] }, () => ListBenefitAllocationsInput$, () => ListBenefitAllocationsOutput$
|
|
572
628
|
];
|
|
573
629
|
exports.ListBenefitApplications$ = [9, n0, _LBAi,
|
|
574
|
-
{ [_h]: ["POST", "/ListBenefitApplications", 200] }, () =>
|
|
630
|
+
{ [_h]: ["POST", "/ListBenefitApplications", 200] }, () => ListBenefitApplicationsInput$, () => ListBenefitApplicationsOutput$
|
|
575
631
|
];
|
|
576
632
|
exports.ListBenefits$ = [9, n0, _LB,
|
|
577
|
-
{ [_h]: ["POST", "/ListBenefits", 200] }, () =>
|
|
633
|
+
{ [_h]: ["POST", "/ListBenefits", 200] }, () => ListBenefitsInput$, () => ListBenefitsOutput$
|
|
578
634
|
];
|
|
579
635
|
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
580
|
-
{ [_h]: ["POST", "/ListTagsForResource", 200] }, () =>
|
|
636
|
+
{ [_h]: ["POST", "/ListTagsForResource", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
581
637
|
];
|
|
582
638
|
exports.RecallBenefitApplication$ = [9, n0, _RBA,
|
|
583
|
-
{ [_h]: ["POST", "/RecallBenefitApplication", 200] }, () =>
|
|
639
|
+
{ [_h]: ["POST", "/RecallBenefitApplication", 200] }, () => RecallBenefitApplicationInput$, () => RecallBenefitApplicationOutput$
|
|
584
640
|
];
|
|
585
641
|
exports.SubmitBenefitApplication$ = [9, n0, _SBA,
|
|
586
|
-
{ [_h]: ["POST", "/SubmitBenefitApplication", 200] }, () =>
|
|
642
|
+
{ [_h]: ["POST", "/SubmitBenefitApplication", 200] }, () => SubmitBenefitApplicationInput$, () => SubmitBenefitApplicationOutput$
|
|
587
643
|
];
|
|
588
644
|
exports.TagResource$ = [9, n0, _TR,
|
|
589
|
-
{ [_h]: ["POST", "/TagResource", 200] }, () =>
|
|
645
|
+
{ [_h]: ["POST", "/TagResource", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
|
|
590
646
|
];
|
|
591
647
|
exports.UntagResource$ = [9, n0, _UR,
|
|
592
|
-
{ [_h]: ["POST", "/UntagResource", 200] }, () =>
|
|
648
|
+
{ [_h]: ["POST", "/UntagResource", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
593
649
|
];
|
|
594
650
|
exports.UpdateBenefitApplication$ = [9, n0, _UBA,
|
|
595
|
-
{ [_h]: ["POST", "/UpdateBenefitApplication", 200] }, () =>
|
|
651
|
+
{ [_h]: ["POST", "/UpdateBenefitApplication", 200] }, () => UpdateBenefitApplicationInput$, () => UpdateBenefitApplicationOutput$
|
|
596
652
|
];
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-partnercentral-benefits",
|
|
3
3
|
"description": "AWS SDK for JavaScript Partnercentral Benefits Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1069.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
8
|
-
"build:es": "tsc -p tsconfig.es.json",
|
|
8
|
+
"build:es": "premove dist-es && tsc -p tsconfig.es.json",
|
|
9
9
|
"build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
|
|
10
|
-
"build:types": "tsc -p tsconfig.types.json",
|
|
10
|
+
"build:types": "premove dist-types && tsc -p tsconfig.types.json",
|
|
11
11
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
|
-
"clean": "premove dist-cjs dist-es dist-types
|
|
12
|
+
"clean": "premove dist-cjs dist-es dist-types",
|
|
13
13
|
"extract:docs": "api-extractor run --local",
|
|
14
|
-
"generate:client": "node ../../scripts/generate-clients/single-service
|
|
14
|
+
"generate:client": "node ../../scripts/generate-clients/single-service",
|
|
15
15
|
"test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
|
|
16
16
|
},
|
|
17
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.974.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/types": "^3.973.
|
|
24
|
+
"@aws-sdk/core": "^3.974.21",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.56",
|
|
26
|
+
"@aws-sdk/types": "^3.973.13",
|
|
27
27
|
"@smithy/core": "^3.24.6",
|
|
28
28
|
"@smithy/fetch-http-handler": "^5.4.6",
|
|
29
29
|
"@smithy/node-http-handler": "^4.7.6",
|