@aws-sdk/client-socialmessaging 3.943.0 → 3.947.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 +48 -290
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/SocialMessagingClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +48 -291
- package/dist-types/SocialMessaging.d.ts +1 -1
- package/dist-types/SocialMessagingClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/AssociateWhatsAppBusinessAccountCommand.d.ts +3 -3
- package/dist-types/commands/CreateWhatsAppMessageTemplateCommand.d.ts +3 -3
- package/dist-types/commands/CreateWhatsAppMessageTemplateFromLibraryCommand.d.ts +3 -3
- package/dist-types/commands/CreateWhatsAppMessageTemplateMediaCommand.d.ts +3 -3
- package/dist-types/commands/DeleteWhatsAppMessageMediaCommand.d.ts +3 -3
- package/dist-types/commands/DeleteWhatsAppMessageTemplateCommand.d.ts +3 -3
- package/dist-types/commands/DisassociateWhatsAppBusinessAccountCommand.d.ts +3 -3
- package/dist-types/commands/GetLinkedWhatsAppBusinessAccountCommand.d.ts +3 -3
- package/dist-types/commands/GetLinkedWhatsAppBusinessAccountPhoneNumberCommand.d.ts +3 -3
- package/dist-types/commands/GetWhatsAppMessageMediaCommand.d.ts +3 -3
- package/dist-types/commands/GetWhatsAppMessageTemplateCommand.d.ts +3 -3
- package/dist-types/commands/ListLinkedWhatsAppBusinessAccountsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/ListWhatsAppMessageTemplatesCommand.d.ts +3 -3
- package/dist-types/commands/ListWhatsAppTemplateLibraryCommand.d.ts +3 -3
- package/dist-types/commands/PostWhatsAppMessageMediaCommand.d.ts +3 -3
- package/dist-types/commands/PutWhatsAppBusinessAccountEventDestinationsCommand.d.ts +3 -3
- package/dist-types/commands/SendWhatsAppMessageCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateWhatsAppMessageTemplateCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/SocialMessagingServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListLinkedWhatsAppBusinessAccountsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWhatsAppMessageTemplatesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWhatsAppTemplateLibraryPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -2
- package/dist-types/ts3.4/SocialMessagingClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/SocialMessagingServiceException.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -1
- package/package.json +13 -12
|
@@ -212,29 +212,9 @@ import { SocialMessagingServiceException as __SocialMessagingServiceException }
|
|
|
212
212
|
export var AssociateInProgressToken = [0, n0, _AIPT, 8, 0];
|
|
213
213
|
export var TwoFactorPin = [0, n0, _TFP, 8, 0];
|
|
214
214
|
export var WhatsAppMessageBlob = [0, n0, _WAMB, 8, 21];
|
|
215
|
-
export var AccessDeniedByMetaException = [
|
|
216
|
-
-3,
|
|
217
|
-
n0,
|
|
218
|
-
_ADBME,
|
|
219
|
-
{
|
|
220
|
-
[_e]: _c,
|
|
221
|
-
[_hE]: 403,
|
|
222
|
-
},
|
|
223
|
-
[_m],
|
|
224
|
-
[0],
|
|
225
|
-
];
|
|
215
|
+
export var AccessDeniedByMetaException = [-3, n0, _ADBME, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
226
216
|
TypeRegistry.for(n0).registerError(AccessDeniedByMetaException, __AccessDeniedByMetaException);
|
|
227
|
-
export var AccessDeniedException = [
|
|
228
|
-
-3,
|
|
229
|
-
n0,
|
|
230
|
-
_ADE,
|
|
231
|
-
{
|
|
232
|
-
[_e]: _c,
|
|
233
|
-
[_hE]: 403,
|
|
234
|
-
},
|
|
235
|
-
[_m],
|
|
236
|
-
[0],
|
|
237
|
-
];
|
|
217
|
+
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
238
218
|
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
239
219
|
export var AssociateWhatsAppBusinessAccountInput = [
|
|
240
220
|
3,
|
|
@@ -293,18 +273,8 @@ export var DeleteWhatsAppMessageMediaInput = [
|
|
|
293
273
|
0,
|
|
294
274
|
[_mI, _oPNI],
|
|
295
275
|
[
|
|
296
|
-
[
|
|
297
|
-
|
|
298
|
-
{
|
|
299
|
-
[_hQ]: _mI,
|
|
300
|
-
},
|
|
301
|
-
],
|
|
302
|
-
[
|
|
303
|
-
0,
|
|
304
|
-
{
|
|
305
|
-
[_hQ]: _oPNI,
|
|
306
|
-
},
|
|
307
|
-
],
|
|
276
|
+
[0, { [_hQ]: _mI }],
|
|
277
|
+
[0, { [_hQ]: _oPNI }],
|
|
308
278
|
],
|
|
309
279
|
];
|
|
310
280
|
export var DeleteWhatsAppMessageMediaOutput = [3, n0, _DWAMMO, 0, [_s], [2]];
|
|
@@ -315,44 +285,14 @@ export var DeleteWhatsAppMessageTemplateInput = [
|
|
|
315
285
|
0,
|
|
316
286
|
[_mTI, _dAL, _i, _tN],
|
|
317
287
|
[
|
|
318
|
-
[
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
},
|
|
323
|
-
],
|
|
324
|
-
[
|
|
325
|
-
2,
|
|
326
|
-
{
|
|
327
|
-
[_hQ]: _dAT,
|
|
328
|
-
},
|
|
329
|
-
],
|
|
330
|
-
[
|
|
331
|
-
0,
|
|
332
|
-
{
|
|
333
|
-
[_hQ]: _i,
|
|
334
|
-
},
|
|
335
|
-
],
|
|
336
|
-
[
|
|
337
|
-
0,
|
|
338
|
-
{
|
|
339
|
-
[_hQ]: _tN,
|
|
340
|
-
},
|
|
341
|
-
],
|
|
288
|
+
[0, { [_hQ]: _mTI }],
|
|
289
|
+
[2, { [_hQ]: _dAT }],
|
|
290
|
+
[0, { [_hQ]: _i }],
|
|
291
|
+
[0, { [_hQ]: _tN }],
|
|
342
292
|
],
|
|
343
293
|
];
|
|
344
294
|
export var DeleteWhatsAppMessageTemplateOutput = [3, n0, _DWAMTO, 0, [], []];
|
|
345
|
-
export var DependencyException = [
|
|
346
|
-
-3,
|
|
347
|
-
n0,
|
|
348
|
-
_DE,
|
|
349
|
-
{
|
|
350
|
-
[_e]: _se,
|
|
351
|
-
[_hE]: 502,
|
|
352
|
-
},
|
|
353
|
-
[_m],
|
|
354
|
-
[0],
|
|
355
|
-
];
|
|
295
|
+
export var DependencyException = [-3, n0, _DE, { [_e]: _se, [_hE]: 502 }, [_m], [0]];
|
|
356
296
|
TypeRegistry.for(n0).registerError(DependencyException, __DependencyException);
|
|
357
297
|
export var DisassociateWhatsAppBusinessAccountInput = [
|
|
358
298
|
3,
|
|
@@ -360,14 +300,7 @@ export var DisassociateWhatsAppBusinessAccountInput = [
|
|
|
360
300
|
_DWABAI,
|
|
361
301
|
0,
|
|
362
302
|
[_i],
|
|
363
|
-
[
|
|
364
|
-
[
|
|
365
|
-
0,
|
|
366
|
-
{
|
|
367
|
-
[_hQ]: _i,
|
|
368
|
-
},
|
|
369
|
-
],
|
|
370
|
-
],
|
|
303
|
+
[[0, { [_hQ]: _i }]],
|
|
371
304
|
];
|
|
372
305
|
export var DisassociateWhatsAppBusinessAccountOutput = [3, n0, _DWABAO, 0, [], []];
|
|
373
306
|
export var GetLinkedWhatsAppBusinessAccountInput = [
|
|
@@ -376,14 +309,7 @@ export var GetLinkedWhatsAppBusinessAccountInput = [
|
|
|
376
309
|
_GLWABAI,
|
|
377
310
|
0,
|
|
378
311
|
[_i],
|
|
379
|
-
[
|
|
380
|
-
[
|
|
381
|
-
0,
|
|
382
|
-
{
|
|
383
|
-
[_hQ]: _i,
|
|
384
|
-
},
|
|
385
|
-
],
|
|
386
|
-
],
|
|
312
|
+
[[0, { [_hQ]: _i }]],
|
|
387
313
|
];
|
|
388
314
|
export var GetLinkedWhatsAppBusinessAccountOutput = [
|
|
389
315
|
3,
|
|
@@ -399,14 +325,7 @@ export var GetLinkedWhatsAppBusinessAccountPhoneNumberInput = [
|
|
|
399
325
|
_GLWABAPNI,
|
|
400
326
|
0,
|
|
401
327
|
[_i],
|
|
402
|
-
[
|
|
403
|
-
[
|
|
404
|
-
0,
|
|
405
|
-
{
|
|
406
|
-
[_hQ]: _i,
|
|
407
|
-
},
|
|
408
|
-
],
|
|
409
|
-
],
|
|
328
|
+
[[0, { [_hQ]: _i }]],
|
|
410
329
|
];
|
|
411
330
|
export var GetLinkedWhatsAppBusinessAccountPhoneNumberOutput = [
|
|
412
331
|
3,
|
|
@@ -432,44 +351,14 @@ export var GetWhatsAppMessageTemplateInput = [
|
|
|
432
351
|
0,
|
|
433
352
|
[_mTI, _i],
|
|
434
353
|
[
|
|
435
|
-
[
|
|
436
|
-
|
|
437
|
-
{
|
|
438
|
-
[_hQ]: _mTI,
|
|
439
|
-
},
|
|
440
|
-
],
|
|
441
|
-
[
|
|
442
|
-
0,
|
|
443
|
-
{
|
|
444
|
-
[_hQ]: _i,
|
|
445
|
-
},
|
|
446
|
-
],
|
|
354
|
+
[0, { [_hQ]: _mTI }],
|
|
355
|
+
[0, { [_hQ]: _i }],
|
|
447
356
|
],
|
|
448
357
|
];
|
|
449
358
|
export var GetWhatsAppMessageTemplateOutput = [3, n0, _GWAMTO, 0, [_t], [0]];
|
|
450
|
-
export var InternalServiceException = [
|
|
451
|
-
-3,
|
|
452
|
-
n0,
|
|
453
|
-
_ISE,
|
|
454
|
-
{
|
|
455
|
-
[_e]: _se,
|
|
456
|
-
[_hE]: 500,
|
|
457
|
-
},
|
|
458
|
-
[_m],
|
|
459
|
-
[0],
|
|
460
|
-
];
|
|
359
|
+
export var InternalServiceException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
461
360
|
TypeRegistry.for(n0).registerError(InternalServiceException, __InternalServiceException);
|
|
462
|
-
export var InvalidParametersException = [
|
|
463
|
-
-3,
|
|
464
|
-
n0,
|
|
465
|
-
_IPE,
|
|
466
|
-
{
|
|
467
|
-
[_e]: _c,
|
|
468
|
-
[_hE]: 400,
|
|
469
|
-
},
|
|
470
|
-
[_m],
|
|
471
|
-
[0],
|
|
472
|
-
];
|
|
361
|
+
export var InvalidParametersException = [-3, n0, _IPE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
473
362
|
TypeRegistry.for(n0).registerError(InvalidParametersException, __InvalidParametersException);
|
|
474
363
|
export var LibraryTemplateBodyInputs = [
|
|
475
364
|
3,
|
|
@@ -495,17 +384,7 @@ export var LibraryTemplateButtonList = [
|
|
|
495
384
|
[_ty, _te, _pN, _u, _oT, _zTTA, _sA],
|
|
496
385
|
[0, 0, 0, 0, 0, 2, [1, n0, _SA, 0, 128 | 0]],
|
|
497
386
|
];
|
|
498
|
-
export var LimitExceededException = [
|
|
499
|
-
-3,
|
|
500
|
-
n0,
|
|
501
|
-
_LEE,
|
|
502
|
-
{
|
|
503
|
-
[_e]: _c,
|
|
504
|
-
[_hE]: 400,
|
|
505
|
-
},
|
|
506
|
-
[_m],
|
|
507
|
-
[0],
|
|
508
|
-
];
|
|
387
|
+
export var LimitExceededException = [-3, n0, _LEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
509
388
|
TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
|
|
510
389
|
export var LinkedWhatsAppBusinessAccount = [
|
|
511
390
|
3,
|
|
@@ -538,18 +417,8 @@ export var ListLinkedWhatsAppBusinessAccountsInput = [
|
|
|
538
417
|
0,
|
|
539
418
|
[_nT, _mR],
|
|
540
419
|
[
|
|
541
|
-
[
|
|
542
|
-
|
|
543
|
-
{
|
|
544
|
-
[_hQ]: _nT,
|
|
545
|
-
},
|
|
546
|
-
],
|
|
547
|
-
[
|
|
548
|
-
1,
|
|
549
|
-
{
|
|
550
|
-
[_hQ]: _mR,
|
|
551
|
-
},
|
|
552
|
-
],
|
|
420
|
+
[0, { [_hQ]: _nT }],
|
|
421
|
+
[1, { [_hQ]: _mR }],
|
|
553
422
|
],
|
|
554
423
|
];
|
|
555
424
|
export var ListLinkedWhatsAppBusinessAccountsOutput = [
|
|
@@ -560,21 +429,7 @@ export var ListLinkedWhatsAppBusinessAccountsOutput = [
|
|
|
560
429
|
[_lA, _nT],
|
|
561
430
|
[() => LinkedWhatsAppBusinessAccountSummaryList, 0],
|
|
562
431
|
];
|
|
563
|
-
export var ListTagsForResourceInput = [
|
|
564
|
-
3,
|
|
565
|
-
n0,
|
|
566
|
-
_LTFRI,
|
|
567
|
-
0,
|
|
568
|
-
[_rA],
|
|
569
|
-
[
|
|
570
|
-
[
|
|
571
|
-
0,
|
|
572
|
-
{
|
|
573
|
-
[_hQ]: _rA,
|
|
574
|
-
},
|
|
575
|
-
],
|
|
576
|
-
],
|
|
577
|
-
];
|
|
432
|
+
export var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_rA], [[0, { [_hQ]: _rA }]]];
|
|
578
433
|
export var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_sCt, _ta], [1, () => TagList]];
|
|
579
434
|
export var ListWhatsAppMessageTemplatesInput = [
|
|
580
435
|
3,
|
|
@@ -583,24 +438,9 @@ export var ListWhatsAppMessageTemplatesInput = [
|
|
|
583
438
|
0,
|
|
584
439
|
[_i, _nT, _mR],
|
|
585
440
|
[
|
|
586
|
-
[
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
[_hQ]: _i,
|
|
590
|
-
},
|
|
591
|
-
],
|
|
592
|
-
[
|
|
593
|
-
0,
|
|
594
|
-
{
|
|
595
|
-
[_hQ]: _nT,
|
|
596
|
-
},
|
|
597
|
-
],
|
|
598
|
-
[
|
|
599
|
-
1,
|
|
600
|
-
{
|
|
601
|
-
[_hQ]: _mR,
|
|
602
|
-
},
|
|
603
|
-
],
|
|
441
|
+
[0, { [_hQ]: _i }],
|
|
442
|
+
[0, { [_hQ]: _nT }],
|
|
443
|
+
[1, { [_hQ]: _mR }],
|
|
604
444
|
],
|
|
605
445
|
];
|
|
606
446
|
export var ListWhatsAppMessageTemplatesOutput = [
|
|
@@ -617,17 +457,7 @@ export var ListWhatsAppTemplateLibraryInput = [
|
|
|
617
457
|
_LWATLI,
|
|
618
458
|
0,
|
|
619
459
|
[_nT, _mR, _i, _f],
|
|
620
|
-
[
|
|
621
|
-
0,
|
|
622
|
-
1,
|
|
623
|
-
[
|
|
624
|
-
0,
|
|
625
|
-
{
|
|
626
|
-
[_hQ]: _i,
|
|
627
|
-
},
|
|
628
|
-
],
|
|
629
|
-
128 | 0,
|
|
630
|
-
],
|
|
460
|
+
[0, 1, [0, { [_hQ]: _i }], 128 | 0],
|
|
631
461
|
];
|
|
632
462
|
export var ListWhatsAppTemplateLibraryOutput = [
|
|
633
463
|
3,
|
|
@@ -671,17 +501,7 @@ export var PutWhatsAppBusinessAccountEventDestinationsInput = [
|
|
|
671
501
|
[0, () => WhatsAppBusinessAccountEventDestinations],
|
|
672
502
|
];
|
|
673
503
|
export var PutWhatsAppBusinessAccountEventDestinationsOutput = [3, n0, _PWABAEDO, 0, [], []];
|
|
674
|
-
export var ResourceNotFoundException = [
|
|
675
|
-
-3,
|
|
676
|
-
n0,
|
|
677
|
-
_RNFE,
|
|
678
|
-
{
|
|
679
|
-
[_e]: _c,
|
|
680
|
-
[_hE]: 404,
|
|
681
|
-
},
|
|
682
|
-
[_m],
|
|
683
|
-
[0],
|
|
684
|
-
];
|
|
504
|
+
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
685
505
|
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
686
506
|
export var S3File = [3, n0, _SF, 8, [_bN, _k], [0, 0]];
|
|
687
507
|
export var S3PresignedUrl = [3, n0, _SPU, 8, [_u, _h], [0, 128 | 0]];
|
|
@@ -705,17 +525,7 @@ export var TemplateSummary = [
|
|
|
705
525
|
[_tN, _mTI, _tS, _tQS, _tL, _tC],
|
|
706
526
|
[0, 0, 0, 0, 0, 0],
|
|
707
527
|
];
|
|
708
|
-
export var ThrottledRequestException = [
|
|
709
|
-
-3,
|
|
710
|
-
n0,
|
|
711
|
-
_TRE,
|
|
712
|
-
{
|
|
713
|
-
[_e]: _c,
|
|
714
|
-
[_hE]: 429,
|
|
715
|
-
},
|
|
716
|
-
[_m],
|
|
717
|
-
[0],
|
|
718
|
-
];
|
|
528
|
+
export var ThrottledRequestException = [-3, n0, _TRE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
719
529
|
TypeRegistry.for(n0).registerError(ThrottledRequestException, __ThrottledRequestException);
|
|
720
530
|
export var UntagResourceInput = [3, n0, _URI, 0, [_rA, _tK], [0, 64 | 0]];
|
|
721
531
|
export var UntagResourceOutput = [3, n0, _URO, 0, [_sCt], [1]];
|
|
@@ -728,17 +538,7 @@ export var UpdateWhatsAppMessageTemplateInput = [
|
|
|
728
538
|
[0, 0, 0, 21],
|
|
729
539
|
];
|
|
730
540
|
export var UpdateWhatsAppMessageTemplateOutput = [3, n0, _UWAMTO, 0, [], []];
|
|
731
|
-
export var ValidationException = [
|
|
732
|
-
-3,
|
|
733
|
-
n0,
|
|
734
|
-
_VE,
|
|
735
|
-
{
|
|
736
|
-
[_e]: _c,
|
|
737
|
-
[_hE]: 400,
|
|
738
|
-
},
|
|
739
|
-
[_m],
|
|
740
|
-
[0],
|
|
741
|
-
];
|
|
541
|
+
export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
742
542
|
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
743
543
|
export var WabaPhoneNumberSetupFinalization = [
|
|
744
544
|
3,
|
|
@@ -795,7 +595,6 @@ export var WhatsAppSignupCallbackResult = [
|
|
|
795
595
|
[_aIPT, _lAWIS],
|
|
796
596
|
[[() => AssociateInProgressToken, 0], () => LinkedAccountWithIncompleteSetup],
|
|
797
597
|
];
|
|
798
|
-
export var __Unit = "unit";
|
|
799
598
|
export var SocialMessagingServiceException = [-3, _sm, "SocialMessagingServiceException", 0, [], []];
|
|
800
599
|
TypeRegistry.for(_sm).registerError(SocialMessagingServiceException, __SocialMessagingServiceException);
|
|
801
600
|
export var LinkedWhatsAppBusinessAccountSummaryList = [
|
|
@@ -845,9 +644,7 @@ export var AssociateWhatsAppBusinessAccount = [
|
|
|
845
644
|
9,
|
|
846
645
|
n0,
|
|
847
646
|
_AWABA,
|
|
848
|
-
{
|
|
849
|
-
[_ht]: ["POST", "/v1/whatsapp/signup", 200],
|
|
850
|
-
},
|
|
647
|
+
{ [_ht]: ["POST", "/v1/whatsapp/signup", 200] },
|
|
851
648
|
() => AssociateWhatsAppBusinessAccountInput,
|
|
852
649
|
() => AssociateWhatsAppBusinessAccountOutput,
|
|
853
650
|
];
|
|
@@ -855,9 +652,7 @@ export var CreateWhatsAppMessageTemplate = [
|
|
|
855
652
|
9,
|
|
856
653
|
n0,
|
|
857
654
|
_CWAMT,
|
|
858
|
-
{
|
|
859
|
-
[_ht]: ["POST", "/v1/whatsapp/template/put", 200],
|
|
860
|
-
},
|
|
655
|
+
{ [_ht]: ["POST", "/v1/whatsapp/template/put", 200] },
|
|
861
656
|
() => CreateWhatsAppMessageTemplateInput,
|
|
862
657
|
() => CreateWhatsAppMessageTemplateOutput,
|
|
863
658
|
];
|
|
@@ -865,9 +660,7 @@ export var CreateWhatsAppMessageTemplateFromLibrary = [
|
|
|
865
660
|
9,
|
|
866
661
|
n0,
|
|
867
662
|
_CWAMTFL,
|
|
868
|
-
{
|
|
869
|
-
[_ht]: ["POST", "/v1/whatsapp/template/create", 200],
|
|
870
|
-
},
|
|
663
|
+
{ [_ht]: ["POST", "/v1/whatsapp/template/create", 200] },
|
|
871
664
|
() => CreateWhatsAppMessageTemplateFromLibraryInput,
|
|
872
665
|
() => CreateWhatsAppMessageTemplateFromLibraryOutput,
|
|
873
666
|
];
|
|
@@ -875,9 +668,7 @@ export var CreateWhatsAppMessageTemplateMedia = [
|
|
|
875
668
|
9,
|
|
876
669
|
n0,
|
|
877
670
|
_CWAMTM,
|
|
878
|
-
{
|
|
879
|
-
[_ht]: ["POST", "/v1/whatsapp/template/media", 200],
|
|
880
|
-
},
|
|
671
|
+
{ [_ht]: ["POST", "/v1/whatsapp/template/media", 200] },
|
|
881
672
|
() => CreateWhatsAppMessageTemplateMediaInput,
|
|
882
673
|
() => CreateWhatsAppMessageTemplateMediaOutput,
|
|
883
674
|
];
|
|
@@ -885,9 +676,7 @@ export var DeleteWhatsAppMessageMedia = [
|
|
|
885
676
|
9,
|
|
886
677
|
n0,
|
|
887
678
|
_DWAMM,
|
|
888
|
-
{
|
|
889
|
-
[_ht]: ["DELETE", "/v1/whatsapp/media", 200],
|
|
890
|
-
},
|
|
679
|
+
{ [_ht]: ["DELETE", "/v1/whatsapp/media", 200] },
|
|
891
680
|
() => DeleteWhatsAppMessageMediaInput,
|
|
892
681
|
() => DeleteWhatsAppMessageMediaOutput,
|
|
893
682
|
];
|
|
@@ -895,9 +684,7 @@ export var DeleteWhatsAppMessageTemplate = [
|
|
|
895
684
|
9,
|
|
896
685
|
n0,
|
|
897
686
|
_DWAMT,
|
|
898
|
-
{
|
|
899
|
-
[_ht]: ["DELETE", "/v1/whatsapp/template", 200],
|
|
900
|
-
},
|
|
687
|
+
{ [_ht]: ["DELETE", "/v1/whatsapp/template", 200] },
|
|
901
688
|
() => DeleteWhatsAppMessageTemplateInput,
|
|
902
689
|
() => DeleteWhatsAppMessageTemplateOutput,
|
|
903
690
|
];
|
|
@@ -905,9 +692,7 @@ export var DisassociateWhatsAppBusinessAccount = [
|
|
|
905
692
|
9,
|
|
906
693
|
n0,
|
|
907
694
|
_DWABA,
|
|
908
|
-
{
|
|
909
|
-
[_ht]: ["DELETE", "/v1/whatsapp/waba/disassociate", 200],
|
|
910
|
-
},
|
|
695
|
+
{ [_ht]: ["DELETE", "/v1/whatsapp/waba/disassociate", 200] },
|
|
911
696
|
() => DisassociateWhatsAppBusinessAccountInput,
|
|
912
697
|
() => DisassociateWhatsAppBusinessAccountOutput,
|
|
913
698
|
];
|
|
@@ -915,9 +700,7 @@ export var GetLinkedWhatsAppBusinessAccount = [
|
|
|
915
700
|
9,
|
|
916
701
|
n0,
|
|
917
702
|
_GLWABA,
|
|
918
|
-
{
|
|
919
|
-
[_ht]: ["GET", "/v1/whatsapp/waba/details", 200],
|
|
920
|
-
},
|
|
703
|
+
{ [_ht]: ["GET", "/v1/whatsapp/waba/details", 200] },
|
|
921
704
|
() => GetLinkedWhatsAppBusinessAccountInput,
|
|
922
705
|
() => GetLinkedWhatsAppBusinessAccountOutput,
|
|
923
706
|
];
|
|
@@ -925,9 +708,7 @@ export var GetLinkedWhatsAppBusinessAccountPhoneNumber = [
|
|
|
925
708
|
9,
|
|
926
709
|
n0,
|
|
927
710
|
_GLWABAPN,
|
|
928
|
-
{
|
|
929
|
-
[_ht]: ["GET", "/v1/whatsapp/waba/phone/details", 200],
|
|
930
|
-
},
|
|
711
|
+
{ [_ht]: ["GET", "/v1/whatsapp/waba/phone/details", 200] },
|
|
931
712
|
() => GetLinkedWhatsAppBusinessAccountPhoneNumberInput,
|
|
932
713
|
() => GetLinkedWhatsAppBusinessAccountPhoneNumberOutput,
|
|
933
714
|
];
|
|
@@ -935,9 +716,7 @@ export var GetWhatsAppMessageMedia = [
|
|
|
935
716
|
9,
|
|
936
717
|
n0,
|
|
937
718
|
_GWAMM,
|
|
938
|
-
{
|
|
939
|
-
[_ht]: ["POST", "/v1/whatsapp/media/get", 200],
|
|
940
|
-
},
|
|
719
|
+
{ [_ht]: ["POST", "/v1/whatsapp/media/get", 200] },
|
|
941
720
|
() => GetWhatsAppMessageMediaInput,
|
|
942
721
|
() => GetWhatsAppMessageMediaOutput,
|
|
943
722
|
];
|
|
@@ -945,9 +724,7 @@ export var GetWhatsAppMessageTemplate = [
|
|
|
945
724
|
9,
|
|
946
725
|
n0,
|
|
947
726
|
_GWAMT,
|
|
948
|
-
{
|
|
949
|
-
[_ht]: ["GET", "/v1/whatsapp/template", 200],
|
|
950
|
-
},
|
|
727
|
+
{ [_ht]: ["GET", "/v1/whatsapp/template", 200] },
|
|
951
728
|
() => GetWhatsAppMessageTemplateInput,
|
|
952
729
|
() => GetWhatsAppMessageTemplateOutput,
|
|
953
730
|
];
|
|
@@ -955,9 +732,7 @@ export var ListLinkedWhatsAppBusinessAccounts = [
|
|
|
955
732
|
9,
|
|
956
733
|
n0,
|
|
957
734
|
_LLWABA,
|
|
958
|
-
{
|
|
959
|
-
[_ht]: ["GET", "/v1/whatsapp/waba/list", 200],
|
|
960
|
-
},
|
|
735
|
+
{ [_ht]: ["GET", "/v1/whatsapp/waba/list", 200] },
|
|
961
736
|
() => ListLinkedWhatsAppBusinessAccountsInput,
|
|
962
737
|
() => ListLinkedWhatsAppBusinessAccountsOutput,
|
|
963
738
|
];
|
|
@@ -965,9 +740,7 @@ export var ListTagsForResource = [
|
|
|
965
740
|
9,
|
|
966
741
|
n0,
|
|
967
742
|
_LTFR,
|
|
968
|
-
{
|
|
969
|
-
[_ht]: ["GET", "/v1/tags/list", 200],
|
|
970
|
-
},
|
|
743
|
+
{ [_ht]: ["GET", "/v1/tags/list", 200] },
|
|
971
744
|
() => ListTagsForResourceInput,
|
|
972
745
|
() => ListTagsForResourceOutput,
|
|
973
746
|
];
|
|
@@ -975,9 +748,7 @@ export var ListWhatsAppMessageTemplates = [
|
|
|
975
748
|
9,
|
|
976
749
|
n0,
|
|
977
750
|
_LWAMT,
|
|
978
|
-
{
|
|
979
|
-
[_ht]: ["GET", "/v1/whatsapp/template/list", 200],
|
|
980
|
-
},
|
|
751
|
+
{ [_ht]: ["GET", "/v1/whatsapp/template/list", 200] },
|
|
981
752
|
() => ListWhatsAppMessageTemplatesInput,
|
|
982
753
|
() => ListWhatsAppMessageTemplatesOutput,
|
|
983
754
|
];
|
|
@@ -985,9 +756,7 @@ export var ListWhatsAppTemplateLibrary = [
|
|
|
985
756
|
9,
|
|
986
757
|
n0,
|
|
987
758
|
_LWATL,
|
|
988
|
-
{
|
|
989
|
-
[_ht]: ["POST", "/v1/whatsapp/template/library", 200],
|
|
990
|
-
},
|
|
759
|
+
{ [_ht]: ["POST", "/v1/whatsapp/template/library", 200] },
|
|
991
760
|
() => ListWhatsAppTemplateLibraryInput,
|
|
992
761
|
() => ListWhatsAppTemplateLibraryOutput,
|
|
993
762
|
];
|
|
@@ -995,9 +764,7 @@ export var PostWhatsAppMessageMedia = [
|
|
|
995
764
|
9,
|
|
996
765
|
n0,
|
|
997
766
|
_PWAMM,
|
|
998
|
-
{
|
|
999
|
-
[_ht]: ["POST", "/v1/whatsapp/media", 200],
|
|
1000
|
-
},
|
|
767
|
+
{ [_ht]: ["POST", "/v1/whatsapp/media", 200] },
|
|
1001
768
|
() => PostWhatsAppMessageMediaInput,
|
|
1002
769
|
() => PostWhatsAppMessageMediaOutput,
|
|
1003
770
|
];
|
|
@@ -1005,9 +772,7 @@ export var PutWhatsAppBusinessAccountEventDestinations = [
|
|
|
1005
772
|
9,
|
|
1006
773
|
n0,
|
|
1007
774
|
_PWABAED,
|
|
1008
|
-
{
|
|
1009
|
-
[_ht]: ["PUT", "/v1/whatsapp/waba/eventdestinations", 200],
|
|
1010
|
-
},
|
|
775
|
+
{ [_ht]: ["PUT", "/v1/whatsapp/waba/eventdestinations", 200] },
|
|
1011
776
|
() => PutWhatsAppBusinessAccountEventDestinationsInput,
|
|
1012
777
|
() => PutWhatsAppBusinessAccountEventDestinationsOutput,
|
|
1013
778
|
];
|
|
@@ -1015,9 +780,7 @@ export var SendWhatsAppMessage = [
|
|
|
1015
780
|
9,
|
|
1016
781
|
n0,
|
|
1017
782
|
_SWAM,
|
|
1018
|
-
{
|
|
1019
|
-
[_ht]: ["POST", "/v1/whatsapp/send", 200],
|
|
1020
|
-
},
|
|
783
|
+
{ [_ht]: ["POST", "/v1/whatsapp/send", 200] },
|
|
1021
784
|
() => SendWhatsAppMessageInput,
|
|
1022
785
|
() => SendWhatsAppMessageOutput,
|
|
1023
786
|
];
|
|
@@ -1025,9 +788,7 @@ export var TagResource = [
|
|
|
1025
788
|
9,
|
|
1026
789
|
n0,
|
|
1027
790
|
_TR,
|
|
1028
|
-
{
|
|
1029
|
-
[_ht]: ["POST", "/v1/tags/tag-resource", 200],
|
|
1030
|
-
},
|
|
791
|
+
{ [_ht]: ["POST", "/v1/tags/tag-resource", 200] },
|
|
1031
792
|
() => TagResourceInput,
|
|
1032
793
|
() => TagResourceOutput,
|
|
1033
794
|
];
|
|
@@ -1035,9 +796,7 @@ export var UntagResource = [
|
|
|
1035
796
|
9,
|
|
1036
797
|
n0,
|
|
1037
798
|
_UR,
|
|
1038
|
-
{
|
|
1039
|
-
[_ht]: ["POST", "/v1/tags/untag-resource", 200],
|
|
1040
|
-
},
|
|
799
|
+
{ [_ht]: ["POST", "/v1/tags/untag-resource", 200] },
|
|
1041
800
|
() => UntagResourceInput,
|
|
1042
801
|
() => UntagResourceOutput,
|
|
1043
802
|
];
|
|
@@ -1045,9 +804,7 @@ export var UpdateWhatsAppMessageTemplate = [
|
|
|
1045
804
|
9,
|
|
1046
805
|
n0,
|
|
1047
806
|
_UWAMT,
|
|
1048
|
-
{
|
|
1049
|
-
[_ht]: ["POST", "/v1/whatsapp/template", 200],
|
|
1050
|
-
},
|
|
807
|
+
{ [_ht]: ["POST", "/v1/whatsapp/template", 200] },
|
|
1051
808
|
() => UpdateWhatsAppMessageTemplateInput,
|
|
1052
809
|
() => UpdateWhatsAppMessageTemplateOutput,
|
|
1053
810
|
];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { AssociateWhatsAppBusinessAccountCommandInput, AssociateWhatsAppBusinessAccountCommandOutput } from "./commands/AssociateWhatsAppBusinessAccountCommand";
|
|
3
3
|
import { CreateWhatsAppMessageTemplateCommandInput, CreateWhatsAppMessageTemplateCommandOutput } from "./commands/CreateWhatsAppMessageTemplateCommand";
|
|
4
4
|
import { CreateWhatsAppMessageTemplateFromLibraryCommandInput, CreateWhatsAppMessageTemplateFromLibraryCommandOutput } from "./commands/CreateWhatsAppMessageTemplateFromLibraryCommand";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
-
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
1
|
+
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
+
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
+
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
|
+
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { AssociateWhatsAppBusinessAccountCommandInput, AssociateWhatsAppBusinessAccountCommandOutput } from "./commands/AssociateWhatsAppBusinessAccountCommand";
|
|
11
11
|
import { CreateWhatsAppMessageTemplateCommandInput, CreateWhatsAppMessageTemplateCommandOutput } from "./commands/CreateWhatsAppMessageTemplateCommand";
|
|
12
12
|
import { CreateWhatsAppMessageTemplateFromLibraryCommandInput, CreateWhatsAppMessageTemplateFromLibraryCommandOutput } from "./commands/CreateWhatsAppMessageTemplateFromLibraryCommand";
|
|
@@ -29,7 +29,7 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
|
|
|
29
29
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
30
30
|
import { UpdateWhatsAppMessageTemplateCommandInput, UpdateWhatsAppMessageTemplateCommandOutput } from "./commands/UpdateWhatsAppMessageTemplateCommand";
|
|
31
31
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
32
|
-
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
32
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
33
33
|
export { __Client };
|
|
34
34
|
/**
|
|
35
35
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AwsCredentialIdentity, AwsCredentialIdentityProvider
|
|
2
|
-
import { SocialMessagingHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
1
|
+
import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { SocialMessagingHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
|
|
2
|
-
import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
-
import { SocialMessagingClientResolvedConfig } from "../SocialMessagingClient";
|
|
2
|
+
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
+
import { type SocialMessagingClientResolvedConfig } from "../SocialMessagingClient";
|
|
4
4
|
/**
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { AssociateWhatsAppBusinessAccountInput, AssociateWhatsAppBusinessAccountOutput } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, SocialMessagingClientResolvedConfig } from "../SocialMessagingClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { AssociateWhatsAppBusinessAccountInput, AssociateWhatsAppBusinessAccountOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SocialMessagingClientResolvedConfig } from "../SocialMessagingClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateWhatsAppMessageTemplateInput, CreateWhatsAppMessageTemplateOutput } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, SocialMessagingClientResolvedConfig } from "../SocialMessagingClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CreateWhatsAppMessageTemplateInput, CreateWhatsAppMessageTemplateOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SocialMessagingClientResolvedConfig } from "../SocialMessagingClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateWhatsAppMessageTemplateFromLibraryInput, CreateWhatsAppMessageTemplateFromLibraryOutput } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, SocialMessagingClientResolvedConfig } from "../SocialMessagingClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CreateWhatsAppMessageTemplateFromLibraryInput, CreateWhatsAppMessageTemplateFromLibraryOutput } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, SocialMessagingClientResolvedConfig } from "../SocialMessagingClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|