@aws-sdk/client-socialmessaging 3.940.0 → 3.946.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 -290
- 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 -1
- 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/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,
|
|
@@ -845,9 +645,7 @@ export var AssociateWhatsAppBusinessAccount = [
|
|
|
845
645
|
9,
|
|
846
646
|
n0,
|
|
847
647
|
_AWABA,
|
|
848
|
-
{
|
|
849
|
-
[_ht]: ["POST", "/v1/whatsapp/signup", 200],
|
|
850
|
-
},
|
|
648
|
+
{ [_ht]: ["POST", "/v1/whatsapp/signup", 200] },
|
|
851
649
|
() => AssociateWhatsAppBusinessAccountInput,
|
|
852
650
|
() => AssociateWhatsAppBusinessAccountOutput,
|
|
853
651
|
];
|
|
@@ -855,9 +653,7 @@ export var CreateWhatsAppMessageTemplate = [
|
|
|
855
653
|
9,
|
|
856
654
|
n0,
|
|
857
655
|
_CWAMT,
|
|
858
|
-
{
|
|
859
|
-
[_ht]: ["POST", "/v1/whatsapp/template/put", 200],
|
|
860
|
-
},
|
|
656
|
+
{ [_ht]: ["POST", "/v1/whatsapp/template/put", 200] },
|
|
861
657
|
() => CreateWhatsAppMessageTemplateInput,
|
|
862
658
|
() => CreateWhatsAppMessageTemplateOutput,
|
|
863
659
|
];
|
|
@@ -865,9 +661,7 @@ export var CreateWhatsAppMessageTemplateFromLibrary = [
|
|
|
865
661
|
9,
|
|
866
662
|
n0,
|
|
867
663
|
_CWAMTFL,
|
|
868
|
-
{
|
|
869
|
-
[_ht]: ["POST", "/v1/whatsapp/template/create", 200],
|
|
870
|
-
},
|
|
664
|
+
{ [_ht]: ["POST", "/v1/whatsapp/template/create", 200] },
|
|
871
665
|
() => CreateWhatsAppMessageTemplateFromLibraryInput,
|
|
872
666
|
() => CreateWhatsAppMessageTemplateFromLibraryOutput,
|
|
873
667
|
];
|
|
@@ -875,9 +669,7 @@ export var CreateWhatsAppMessageTemplateMedia = [
|
|
|
875
669
|
9,
|
|
876
670
|
n0,
|
|
877
671
|
_CWAMTM,
|
|
878
|
-
{
|
|
879
|
-
[_ht]: ["POST", "/v1/whatsapp/template/media", 200],
|
|
880
|
-
},
|
|
672
|
+
{ [_ht]: ["POST", "/v1/whatsapp/template/media", 200] },
|
|
881
673
|
() => CreateWhatsAppMessageTemplateMediaInput,
|
|
882
674
|
() => CreateWhatsAppMessageTemplateMediaOutput,
|
|
883
675
|
];
|
|
@@ -885,9 +677,7 @@ export var DeleteWhatsAppMessageMedia = [
|
|
|
885
677
|
9,
|
|
886
678
|
n0,
|
|
887
679
|
_DWAMM,
|
|
888
|
-
{
|
|
889
|
-
[_ht]: ["DELETE", "/v1/whatsapp/media", 200],
|
|
890
|
-
},
|
|
680
|
+
{ [_ht]: ["DELETE", "/v1/whatsapp/media", 200] },
|
|
891
681
|
() => DeleteWhatsAppMessageMediaInput,
|
|
892
682
|
() => DeleteWhatsAppMessageMediaOutput,
|
|
893
683
|
];
|
|
@@ -895,9 +685,7 @@ export var DeleteWhatsAppMessageTemplate = [
|
|
|
895
685
|
9,
|
|
896
686
|
n0,
|
|
897
687
|
_DWAMT,
|
|
898
|
-
{
|
|
899
|
-
[_ht]: ["DELETE", "/v1/whatsapp/template", 200],
|
|
900
|
-
},
|
|
688
|
+
{ [_ht]: ["DELETE", "/v1/whatsapp/template", 200] },
|
|
901
689
|
() => DeleteWhatsAppMessageTemplateInput,
|
|
902
690
|
() => DeleteWhatsAppMessageTemplateOutput,
|
|
903
691
|
];
|
|
@@ -905,9 +693,7 @@ export var DisassociateWhatsAppBusinessAccount = [
|
|
|
905
693
|
9,
|
|
906
694
|
n0,
|
|
907
695
|
_DWABA,
|
|
908
|
-
{
|
|
909
|
-
[_ht]: ["DELETE", "/v1/whatsapp/waba/disassociate", 200],
|
|
910
|
-
},
|
|
696
|
+
{ [_ht]: ["DELETE", "/v1/whatsapp/waba/disassociate", 200] },
|
|
911
697
|
() => DisassociateWhatsAppBusinessAccountInput,
|
|
912
698
|
() => DisassociateWhatsAppBusinessAccountOutput,
|
|
913
699
|
];
|
|
@@ -915,9 +701,7 @@ export var GetLinkedWhatsAppBusinessAccount = [
|
|
|
915
701
|
9,
|
|
916
702
|
n0,
|
|
917
703
|
_GLWABA,
|
|
918
|
-
{
|
|
919
|
-
[_ht]: ["GET", "/v1/whatsapp/waba/details", 200],
|
|
920
|
-
},
|
|
704
|
+
{ [_ht]: ["GET", "/v1/whatsapp/waba/details", 200] },
|
|
921
705
|
() => GetLinkedWhatsAppBusinessAccountInput,
|
|
922
706
|
() => GetLinkedWhatsAppBusinessAccountOutput,
|
|
923
707
|
];
|
|
@@ -925,9 +709,7 @@ export var GetLinkedWhatsAppBusinessAccountPhoneNumber = [
|
|
|
925
709
|
9,
|
|
926
710
|
n0,
|
|
927
711
|
_GLWABAPN,
|
|
928
|
-
{
|
|
929
|
-
[_ht]: ["GET", "/v1/whatsapp/waba/phone/details", 200],
|
|
930
|
-
},
|
|
712
|
+
{ [_ht]: ["GET", "/v1/whatsapp/waba/phone/details", 200] },
|
|
931
713
|
() => GetLinkedWhatsAppBusinessAccountPhoneNumberInput,
|
|
932
714
|
() => GetLinkedWhatsAppBusinessAccountPhoneNumberOutput,
|
|
933
715
|
];
|
|
@@ -935,9 +717,7 @@ export var GetWhatsAppMessageMedia = [
|
|
|
935
717
|
9,
|
|
936
718
|
n0,
|
|
937
719
|
_GWAMM,
|
|
938
|
-
{
|
|
939
|
-
[_ht]: ["POST", "/v1/whatsapp/media/get", 200],
|
|
940
|
-
},
|
|
720
|
+
{ [_ht]: ["POST", "/v1/whatsapp/media/get", 200] },
|
|
941
721
|
() => GetWhatsAppMessageMediaInput,
|
|
942
722
|
() => GetWhatsAppMessageMediaOutput,
|
|
943
723
|
];
|
|
@@ -945,9 +725,7 @@ export var GetWhatsAppMessageTemplate = [
|
|
|
945
725
|
9,
|
|
946
726
|
n0,
|
|
947
727
|
_GWAMT,
|
|
948
|
-
{
|
|
949
|
-
[_ht]: ["GET", "/v1/whatsapp/template", 200],
|
|
950
|
-
},
|
|
728
|
+
{ [_ht]: ["GET", "/v1/whatsapp/template", 200] },
|
|
951
729
|
() => GetWhatsAppMessageTemplateInput,
|
|
952
730
|
() => GetWhatsAppMessageTemplateOutput,
|
|
953
731
|
];
|
|
@@ -955,9 +733,7 @@ export var ListLinkedWhatsAppBusinessAccounts = [
|
|
|
955
733
|
9,
|
|
956
734
|
n0,
|
|
957
735
|
_LLWABA,
|
|
958
|
-
{
|
|
959
|
-
[_ht]: ["GET", "/v1/whatsapp/waba/list", 200],
|
|
960
|
-
},
|
|
736
|
+
{ [_ht]: ["GET", "/v1/whatsapp/waba/list", 200] },
|
|
961
737
|
() => ListLinkedWhatsAppBusinessAccountsInput,
|
|
962
738
|
() => ListLinkedWhatsAppBusinessAccountsOutput,
|
|
963
739
|
];
|
|
@@ -965,9 +741,7 @@ export var ListTagsForResource = [
|
|
|
965
741
|
9,
|
|
966
742
|
n0,
|
|
967
743
|
_LTFR,
|
|
968
|
-
{
|
|
969
|
-
[_ht]: ["GET", "/v1/tags/list", 200],
|
|
970
|
-
},
|
|
744
|
+
{ [_ht]: ["GET", "/v1/tags/list", 200] },
|
|
971
745
|
() => ListTagsForResourceInput,
|
|
972
746
|
() => ListTagsForResourceOutput,
|
|
973
747
|
];
|
|
@@ -975,9 +749,7 @@ export var ListWhatsAppMessageTemplates = [
|
|
|
975
749
|
9,
|
|
976
750
|
n0,
|
|
977
751
|
_LWAMT,
|
|
978
|
-
{
|
|
979
|
-
[_ht]: ["GET", "/v1/whatsapp/template/list", 200],
|
|
980
|
-
},
|
|
752
|
+
{ [_ht]: ["GET", "/v1/whatsapp/template/list", 200] },
|
|
981
753
|
() => ListWhatsAppMessageTemplatesInput,
|
|
982
754
|
() => ListWhatsAppMessageTemplatesOutput,
|
|
983
755
|
];
|
|
@@ -985,9 +757,7 @@ export var ListWhatsAppTemplateLibrary = [
|
|
|
985
757
|
9,
|
|
986
758
|
n0,
|
|
987
759
|
_LWATL,
|
|
988
|
-
{
|
|
989
|
-
[_ht]: ["POST", "/v1/whatsapp/template/library", 200],
|
|
990
|
-
},
|
|
760
|
+
{ [_ht]: ["POST", "/v1/whatsapp/template/library", 200] },
|
|
991
761
|
() => ListWhatsAppTemplateLibraryInput,
|
|
992
762
|
() => ListWhatsAppTemplateLibraryOutput,
|
|
993
763
|
];
|
|
@@ -995,9 +765,7 @@ export var PostWhatsAppMessageMedia = [
|
|
|
995
765
|
9,
|
|
996
766
|
n0,
|
|
997
767
|
_PWAMM,
|
|
998
|
-
{
|
|
999
|
-
[_ht]: ["POST", "/v1/whatsapp/media", 200],
|
|
1000
|
-
},
|
|
768
|
+
{ [_ht]: ["POST", "/v1/whatsapp/media", 200] },
|
|
1001
769
|
() => PostWhatsAppMessageMediaInput,
|
|
1002
770
|
() => PostWhatsAppMessageMediaOutput,
|
|
1003
771
|
];
|
|
@@ -1005,9 +773,7 @@ export var PutWhatsAppBusinessAccountEventDestinations = [
|
|
|
1005
773
|
9,
|
|
1006
774
|
n0,
|
|
1007
775
|
_PWABAED,
|
|
1008
|
-
{
|
|
1009
|
-
[_ht]: ["PUT", "/v1/whatsapp/waba/eventdestinations", 200],
|
|
1010
|
-
},
|
|
776
|
+
{ [_ht]: ["PUT", "/v1/whatsapp/waba/eventdestinations", 200] },
|
|
1011
777
|
() => PutWhatsAppBusinessAccountEventDestinationsInput,
|
|
1012
778
|
() => PutWhatsAppBusinessAccountEventDestinationsOutput,
|
|
1013
779
|
];
|
|
@@ -1015,9 +781,7 @@ export var SendWhatsAppMessage = [
|
|
|
1015
781
|
9,
|
|
1016
782
|
n0,
|
|
1017
783
|
_SWAM,
|
|
1018
|
-
{
|
|
1019
|
-
[_ht]: ["POST", "/v1/whatsapp/send", 200],
|
|
1020
|
-
},
|
|
784
|
+
{ [_ht]: ["POST", "/v1/whatsapp/send", 200] },
|
|
1021
785
|
() => SendWhatsAppMessageInput,
|
|
1022
786
|
() => SendWhatsAppMessageOutput,
|
|
1023
787
|
];
|
|
@@ -1025,9 +789,7 @@ export var TagResource = [
|
|
|
1025
789
|
9,
|
|
1026
790
|
n0,
|
|
1027
791
|
_TR,
|
|
1028
|
-
{
|
|
1029
|
-
[_ht]: ["POST", "/v1/tags/tag-resource", 200],
|
|
1030
|
-
},
|
|
792
|
+
{ [_ht]: ["POST", "/v1/tags/tag-resource", 200] },
|
|
1031
793
|
() => TagResourceInput,
|
|
1032
794
|
() => TagResourceOutput,
|
|
1033
795
|
];
|
|
@@ -1035,9 +797,7 @@ export var UntagResource = [
|
|
|
1035
797
|
9,
|
|
1036
798
|
n0,
|
|
1037
799
|
_UR,
|
|
1038
|
-
{
|
|
1039
|
-
[_ht]: ["POST", "/v1/tags/untag-resource", 200],
|
|
1040
|
-
},
|
|
800
|
+
{ [_ht]: ["POST", "/v1/tags/untag-resource", 200] },
|
|
1041
801
|
() => UntagResourceInput,
|
|
1042
802
|
() => UntagResourceOutput,
|
|
1043
803
|
];
|
|
@@ -1045,9 +805,7 @@ export var UpdateWhatsAppMessageTemplate = [
|
|
|
1045
805
|
9,
|
|
1046
806
|
n0,
|
|
1047
807
|
_UWAMT,
|
|
1048
|
-
{
|
|
1049
|
-
[_ht]: ["POST", "/v1/whatsapp/template", 200],
|
|
1050
|
-
},
|
|
808
|
+
{ [_ht]: ["POST", "/v1/whatsapp/template", 200] },
|
|
1051
809
|
() => UpdateWhatsAppMessageTemplateInput,
|
|
1052
810
|
() => UpdateWhatsAppMessageTemplateOutput,
|
|
1053
811
|
];
|
|
@@ -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
|
*/
|