@aws-sdk/client-socialmessaging 3.948.0 → 3.953.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 +317 -217
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/AssociateWhatsAppBusinessAccountCommand.js +2 -2
- package/dist-es/commands/CreateWhatsAppMessageTemplateCommand.js +2 -2
- package/dist-es/commands/CreateWhatsAppMessageTemplateFromLibraryCommand.js +2 -2
- package/dist-es/commands/CreateWhatsAppMessageTemplateMediaCommand.js +2 -2
- package/dist-es/commands/DeleteWhatsAppMessageMediaCommand.js +2 -2
- package/dist-es/commands/DeleteWhatsAppMessageTemplateCommand.js +2 -2
- package/dist-es/commands/DisassociateWhatsAppBusinessAccountCommand.js +2 -2
- package/dist-es/commands/GetLinkedWhatsAppBusinessAccountCommand.js +2 -2
- package/dist-es/commands/GetLinkedWhatsAppBusinessAccountPhoneNumberCommand.js +2 -2
- package/dist-es/commands/GetWhatsAppMessageMediaCommand.js +2 -2
- package/dist-es/commands/GetWhatsAppMessageTemplateCommand.js +2 -2
- package/dist-es/commands/ListLinkedWhatsAppBusinessAccountsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListWhatsAppMessageTemplatesCommand.js +2 -2
- package/dist-es/commands/ListWhatsAppTemplateLibraryCommand.js +2 -2
- package/dist-es/commands/PostWhatsAppMessageMediaCommand.js +2 -2
- package/dist-es/commands/PutWhatsAppBusinessAccountEventDestinationsCommand.js +2 -2
- package/dist-es/commands/SendWhatsAppMessageCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateWhatsAppMessageTemplateCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +190 -183
- package/dist-types/SocialMessagingClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +94 -115
- package/dist-types/ts3.4/SocialMessagingClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +93 -117
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class SocialMessagingClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class SocialMessagingServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, SocialMessagingServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class AccessDeniedByMetaException extends SocialMessagingServiceException {
|
|
121
121
|
name = "AccessDeniedByMetaException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
constructor(opts) {
|
|
@@ -128,8 +128,8 @@ let AccessDeniedByMetaException$1 = class AccessDeniedByMetaException extends So
|
|
|
128
128
|
});
|
|
129
129
|
Object.setPrototypeOf(this, AccessDeniedByMetaException.prototype);
|
|
130
130
|
}
|
|
131
|
-
}
|
|
132
|
-
|
|
131
|
+
}
|
|
132
|
+
class AccessDeniedException extends SocialMessagingServiceException {
|
|
133
133
|
name = "AccessDeniedException";
|
|
134
134
|
$fault = "client";
|
|
135
135
|
constructor(opts) {
|
|
@@ -140,8 +140,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends SocialMessagin
|
|
|
140
140
|
});
|
|
141
141
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
142
142
|
}
|
|
143
|
-
}
|
|
144
|
-
|
|
143
|
+
}
|
|
144
|
+
class DependencyException extends SocialMessagingServiceException {
|
|
145
145
|
name = "DependencyException";
|
|
146
146
|
$fault = "server";
|
|
147
147
|
$retryable = {};
|
|
@@ -153,8 +153,8 @@ let DependencyException$1 = class DependencyException extends SocialMessagingSer
|
|
|
153
153
|
});
|
|
154
154
|
Object.setPrototypeOf(this, DependencyException.prototype);
|
|
155
155
|
}
|
|
156
|
-
}
|
|
157
|
-
|
|
156
|
+
}
|
|
157
|
+
class InvalidParametersException extends SocialMessagingServiceException {
|
|
158
158
|
name = "InvalidParametersException";
|
|
159
159
|
$fault = "client";
|
|
160
160
|
constructor(opts) {
|
|
@@ -165,8 +165,8 @@ let InvalidParametersException$1 = class InvalidParametersException extends Soci
|
|
|
165
165
|
});
|
|
166
166
|
Object.setPrototypeOf(this, InvalidParametersException.prototype);
|
|
167
167
|
}
|
|
168
|
-
}
|
|
169
|
-
|
|
168
|
+
}
|
|
169
|
+
class LimitExceededException extends SocialMessagingServiceException {
|
|
170
170
|
name = "LimitExceededException";
|
|
171
171
|
$fault = "client";
|
|
172
172
|
constructor(opts) {
|
|
@@ -177,8 +177,8 @@ let LimitExceededException$1 = class LimitExceededException extends SocialMessag
|
|
|
177
177
|
});
|
|
178
178
|
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
179
179
|
}
|
|
180
|
-
}
|
|
181
|
-
|
|
180
|
+
}
|
|
181
|
+
class ThrottledRequestException extends SocialMessagingServiceException {
|
|
182
182
|
name = "ThrottledRequestException";
|
|
183
183
|
$fault = "client";
|
|
184
184
|
$retryable = {};
|
|
@@ -190,8 +190,8 @@ let ThrottledRequestException$1 = class ThrottledRequestException extends Social
|
|
|
190
190
|
});
|
|
191
191
|
Object.setPrototypeOf(this, ThrottledRequestException.prototype);
|
|
192
192
|
}
|
|
193
|
-
}
|
|
194
|
-
|
|
193
|
+
}
|
|
194
|
+
class ValidationException extends SocialMessagingServiceException {
|
|
195
195
|
name = "ValidationException";
|
|
196
196
|
$fault = "client";
|
|
197
197
|
constructor(opts) {
|
|
@@ -202,8 +202,8 @@ let ValidationException$1 = class ValidationException extends SocialMessagingSer
|
|
|
202
202
|
});
|
|
203
203
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
204
204
|
}
|
|
205
|
-
}
|
|
206
|
-
|
|
205
|
+
}
|
|
206
|
+
class InternalServiceException extends SocialMessagingServiceException {
|
|
207
207
|
name = "InternalServiceException";
|
|
208
208
|
$fault = "server";
|
|
209
209
|
$retryable = {};
|
|
@@ -215,8 +215,8 @@ let InternalServiceException$1 = class InternalServiceException extends SocialMe
|
|
|
215
215
|
});
|
|
216
216
|
Object.setPrototypeOf(this, InternalServiceException.prototype);
|
|
217
217
|
}
|
|
218
|
-
}
|
|
219
|
-
|
|
218
|
+
}
|
|
219
|
+
class ResourceNotFoundException extends SocialMessagingServiceException {
|
|
220
220
|
name = "ResourceNotFoundException";
|
|
221
221
|
$fault = "client";
|
|
222
222
|
constructor(opts) {
|
|
@@ -227,7 +227,7 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Social
|
|
|
227
227
|
});
|
|
228
228
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
229
229
|
}
|
|
230
|
-
}
|
|
230
|
+
}
|
|
231
231
|
|
|
232
232
|
const _ADBME = "AccessDeniedByMetaException";
|
|
233
233
|
const _ADE = "AccessDeniedException";
|
|
@@ -440,35 +440,35 @@ const n0 = "com.amazonaws.socialmessaging";
|
|
|
440
440
|
var AssociateInProgressToken = [0, n0, _AIPT, 8, 0];
|
|
441
441
|
var TwoFactorPin = [0, n0, _TFP, 8, 0];
|
|
442
442
|
var WhatsAppMessageBlob = [0, n0, _WAMB, 8, 21];
|
|
443
|
-
var AccessDeniedByMetaException = [-3, n0, _ADBME, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
444
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedByMetaException
|
|
445
|
-
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
446
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
447
|
-
var AssociateWhatsAppBusinessAccountInput = [
|
|
443
|
+
var AccessDeniedByMetaException$ = [-3, n0, _ADBME, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
444
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedByMetaException$, AccessDeniedByMetaException);
|
|
445
|
+
var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
446
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
447
|
+
var AssociateWhatsAppBusinessAccountInput$ = [
|
|
448
448
|
3,
|
|
449
449
|
n0,
|
|
450
450
|
_AWABAI,
|
|
451
451
|
0,
|
|
452
452
|
[_sC, _sF],
|
|
453
|
-
[() => WhatsAppSignupCallback
|
|
453
|
+
[() => WhatsAppSignupCallback$, [() => WhatsAppSetupFinalization$, 0]],
|
|
454
454
|
];
|
|
455
|
-
var AssociateWhatsAppBusinessAccountOutput = [
|
|
455
|
+
var AssociateWhatsAppBusinessAccountOutput$ = [
|
|
456
456
|
3,
|
|
457
457
|
n0,
|
|
458
458
|
_AWABAO,
|
|
459
459
|
0,
|
|
460
460
|
[_sCR, _sCt],
|
|
461
|
-
[[() => WhatsAppSignupCallbackResult
|
|
461
|
+
[[() => WhatsAppSignupCallbackResult$, 0], 1],
|
|
462
462
|
];
|
|
463
|
-
var CreateWhatsAppMessageTemplateFromLibraryInput = [
|
|
463
|
+
var CreateWhatsAppMessageTemplateFromLibraryInput$ = [
|
|
464
464
|
3,
|
|
465
465
|
n0,
|
|
466
466
|
_CWAMTFLI,
|
|
467
467
|
0,
|
|
468
468
|
[_mLT, _i],
|
|
469
|
-
[() => MetaLibraryTemplate
|
|
469
|
+
[() => MetaLibraryTemplate$, 0],
|
|
470
470
|
];
|
|
471
|
-
var CreateWhatsAppMessageTemplateFromLibraryOutput = [
|
|
471
|
+
var CreateWhatsAppMessageTemplateFromLibraryOutput$ = [
|
|
472
472
|
3,
|
|
473
473
|
n0,
|
|
474
474
|
_CWAMTFLO,
|
|
@@ -476,17 +476,17 @@ var CreateWhatsAppMessageTemplateFromLibraryOutput = [
|
|
|
476
476
|
[_mTI, _tS, _ca],
|
|
477
477
|
[0, 0, 0],
|
|
478
478
|
];
|
|
479
|
-
var CreateWhatsAppMessageTemplateInput = [3, n0, _CWAMTI, 0, [_tD, _i], [21, 0]];
|
|
480
|
-
var CreateWhatsAppMessageTemplateMediaInput = [
|
|
479
|
+
var CreateWhatsAppMessageTemplateInput$ = [3, n0, _CWAMTI, 0, [_tD, _i], [21, 0]];
|
|
480
|
+
var CreateWhatsAppMessageTemplateMediaInput$ = [
|
|
481
481
|
3,
|
|
482
482
|
n0,
|
|
483
483
|
_CWAMTMI,
|
|
484
484
|
0,
|
|
485
485
|
[_i, _sSF],
|
|
486
|
-
[0, [() => S3File
|
|
486
|
+
[0, [() => S3File$, 0]],
|
|
487
487
|
];
|
|
488
|
-
var CreateWhatsAppMessageTemplateMediaOutput = [3, n0, _CWAMTMO, 0, [_mHH], [0]];
|
|
489
|
-
var CreateWhatsAppMessageTemplateOutput = [
|
|
488
|
+
var CreateWhatsAppMessageTemplateMediaOutput$ = [3, n0, _CWAMTMO, 0, [_mHH], [0]];
|
|
489
|
+
var CreateWhatsAppMessageTemplateOutput$ = [
|
|
490
490
|
3,
|
|
491
491
|
n0,
|
|
492
492
|
_CWAMTO,
|
|
@@ -494,7 +494,7 @@ var CreateWhatsAppMessageTemplateOutput = [
|
|
|
494
494
|
[_mTI, _tS, _ca],
|
|
495
495
|
[0, 0, 0],
|
|
496
496
|
];
|
|
497
|
-
var DeleteWhatsAppMessageMediaInput = [
|
|
497
|
+
var DeleteWhatsAppMessageMediaInput$ = [
|
|
498
498
|
3,
|
|
499
499
|
n0,
|
|
500
500
|
_DWAMMI,
|
|
@@ -505,8 +505,8 @@ var DeleteWhatsAppMessageMediaInput = [
|
|
|
505
505
|
[0, { [_hQ]: _oPNI }],
|
|
506
506
|
],
|
|
507
507
|
];
|
|
508
|
-
var DeleteWhatsAppMessageMediaOutput = [3, n0, _DWAMMO, 0, [_s], [2]];
|
|
509
|
-
var DeleteWhatsAppMessageTemplateInput = [
|
|
508
|
+
var DeleteWhatsAppMessageMediaOutput$ = [3, n0, _DWAMMO, 0, [_s], [2]];
|
|
509
|
+
var DeleteWhatsAppMessageTemplateInput$ = [
|
|
510
510
|
3,
|
|
511
511
|
n0,
|
|
512
512
|
_DWAMTI,
|
|
@@ -519,10 +519,10 @@ var DeleteWhatsAppMessageTemplateInput = [
|
|
|
519
519
|
[0, { [_hQ]: _tN }],
|
|
520
520
|
],
|
|
521
521
|
];
|
|
522
|
-
var DeleteWhatsAppMessageTemplateOutput = [3, n0, _DWAMTO, 0, [], []];
|
|
523
|
-
var DependencyException = [-3, n0, _DE, { [_e]: _se, [_hE]: 502 }, [_m], [0]];
|
|
524
|
-
schema.TypeRegistry.for(n0).registerError(DependencyException
|
|
525
|
-
var DisassociateWhatsAppBusinessAccountInput = [
|
|
522
|
+
var DeleteWhatsAppMessageTemplateOutput$ = [3, n0, _DWAMTO, 0, [], []];
|
|
523
|
+
var DependencyException$ = [-3, n0, _DE, { [_e]: _se, [_hE]: 502 }, [_m], [0]];
|
|
524
|
+
schema.TypeRegistry.for(n0).registerError(DependencyException$, DependencyException);
|
|
525
|
+
var DisassociateWhatsAppBusinessAccountInput$ = [
|
|
526
526
|
3,
|
|
527
527
|
n0,
|
|
528
528
|
_DWABAI,
|
|
@@ -530,8 +530,8 @@ var DisassociateWhatsAppBusinessAccountInput = [
|
|
|
530
530
|
[_i],
|
|
531
531
|
[[0, { [_hQ]: _i }]],
|
|
532
532
|
];
|
|
533
|
-
var DisassociateWhatsAppBusinessAccountOutput = [3, n0, _DWABAO, 0, [], []];
|
|
534
|
-
var GetLinkedWhatsAppBusinessAccountInput = [
|
|
533
|
+
var DisassociateWhatsAppBusinessAccountOutput$ = [3, n0, _DWABAO, 0, [], []];
|
|
534
|
+
var GetLinkedWhatsAppBusinessAccountInput$ = [
|
|
535
535
|
3,
|
|
536
536
|
n0,
|
|
537
537
|
_GLWABAI,
|
|
@@ -539,15 +539,15 @@ var GetLinkedWhatsAppBusinessAccountInput = [
|
|
|
539
539
|
[_i],
|
|
540
540
|
[[0, { [_hQ]: _i }]],
|
|
541
541
|
];
|
|
542
|
-
var GetLinkedWhatsAppBusinessAccountOutput = [
|
|
542
|
+
var GetLinkedWhatsAppBusinessAccountOutput$ = [
|
|
543
543
|
3,
|
|
544
544
|
n0,
|
|
545
545
|
_GLWABAO,
|
|
546
546
|
0,
|
|
547
547
|
[_a],
|
|
548
|
-
[() => LinkedWhatsAppBusinessAccount],
|
|
548
|
+
[() => LinkedWhatsAppBusinessAccount$],
|
|
549
549
|
];
|
|
550
|
-
var GetLinkedWhatsAppBusinessAccountPhoneNumberInput = [
|
|
550
|
+
var GetLinkedWhatsAppBusinessAccountPhoneNumberInput$ = [
|
|
551
551
|
3,
|
|
552
552
|
n0,
|
|
553
553
|
_GLWABAPNI,
|
|
@@ -555,24 +555,24 @@ var GetLinkedWhatsAppBusinessAccountPhoneNumberInput = [
|
|
|
555
555
|
[_i],
|
|
556
556
|
[[0, { [_hQ]: _i }]],
|
|
557
557
|
];
|
|
558
|
-
var GetLinkedWhatsAppBusinessAccountPhoneNumberOutput = [
|
|
558
|
+
var GetLinkedWhatsAppBusinessAccountPhoneNumberOutput$ = [
|
|
559
559
|
3,
|
|
560
560
|
n0,
|
|
561
561
|
_GLWABAPNO,
|
|
562
562
|
0,
|
|
563
563
|
[_pN, _lWABAI],
|
|
564
|
-
[() => WhatsAppPhoneNumberDetail
|
|
564
|
+
[() => WhatsAppPhoneNumberDetail$, 0],
|
|
565
565
|
];
|
|
566
|
-
var GetWhatsAppMessageMediaInput = [
|
|
566
|
+
var GetWhatsAppMessageMediaInput$ = [
|
|
567
567
|
3,
|
|
568
568
|
n0,
|
|
569
569
|
_GWAMMI,
|
|
570
570
|
0,
|
|
571
571
|
[_mI, _oPNI, _mO, _dSPU, _dSF],
|
|
572
|
-
[0, 0, 2, [() => S3PresignedUrl
|
|
572
|
+
[0, 0, 2, [() => S3PresignedUrl$, 0], [() => S3File$, 0]],
|
|
573
573
|
];
|
|
574
|
-
var GetWhatsAppMessageMediaOutput = [3, n0, _GWAMMO, 0, [_mT, _fS], [0, 1]];
|
|
575
|
-
var GetWhatsAppMessageTemplateInput = [
|
|
574
|
+
var GetWhatsAppMessageMediaOutput$ = [3, n0, _GWAMMO, 0, [_mT, _fS], [0, 1]];
|
|
575
|
+
var GetWhatsAppMessageTemplateInput$ = [
|
|
576
576
|
3,
|
|
577
577
|
n0,
|
|
578
578
|
_GWAMTI,
|
|
@@ -583,12 +583,12 @@ var GetWhatsAppMessageTemplateInput = [
|
|
|
583
583
|
[0, { [_hQ]: _i }],
|
|
584
584
|
],
|
|
585
585
|
];
|
|
586
|
-
var GetWhatsAppMessageTemplateOutput = [3, n0, _GWAMTO, 0, [_t], [0]];
|
|
587
|
-
var InternalServiceException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
588
|
-
schema.TypeRegistry.for(n0).registerError(InternalServiceException
|
|
589
|
-
var InvalidParametersException = [-3, n0, _IPE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
590
|
-
schema.TypeRegistry.for(n0).registerError(InvalidParametersException
|
|
591
|
-
var LibraryTemplateBodyInputs = [
|
|
586
|
+
var GetWhatsAppMessageTemplateOutput$ = [3, n0, _GWAMTO, 0, [_t], [0]];
|
|
587
|
+
var InternalServiceException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
588
|
+
schema.TypeRegistry.for(n0).registerError(InternalServiceException$, InternalServiceException);
|
|
589
|
+
var InvalidParametersException$ = [-3, n0, _IPE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
590
|
+
schema.TypeRegistry.for(n0).registerError(InvalidParametersException$, InvalidParametersException);
|
|
591
|
+
var LibraryTemplateBodyInputs$ = [
|
|
592
592
|
3,
|
|
593
593
|
n0,
|
|
594
594
|
_LTBI,
|
|
@@ -596,7 +596,7 @@ var LibraryTemplateBodyInputs = [
|
|
|
596
596
|
[_aCN, _aLML, _aSR, _aTPL, _cEM],
|
|
597
597
|
[2, 2, 2, 2, 1],
|
|
598
598
|
];
|
|
599
|
-
var LibraryTemplateButtonInput = [
|
|
599
|
+
var LibraryTemplateButtonInput$ = [
|
|
600
600
|
3,
|
|
601
601
|
n0,
|
|
602
602
|
_LTBIi,
|
|
@@ -604,7 +604,7 @@ var LibraryTemplateButtonInput = [
|
|
|
604
604
|
[_ty, _pN, _u, _oT, _zTTA, _sA],
|
|
605
605
|
[0, 0, 128 | 0, 0, 2, [1, n0, _SA, 0, 128 | 0]],
|
|
606
606
|
];
|
|
607
|
-
var LibraryTemplateButtonList = [
|
|
607
|
+
var LibraryTemplateButtonList$ = [
|
|
608
608
|
3,
|
|
609
609
|
n0,
|
|
610
610
|
_LTBL,
|
|
@@ -612,9 +612,9 @@ var LibraryTemplateButtonList = [
|
|
|
612
612
|
[_ty, _te, _pN, _u, _oT, _zTTA, _sA],
|
|
613
613
|
[0, 0, 0, 0, 0, 2, [1, n0, _SA, 0, 128 | 0]],
|
|
614
614
|
];
|
|
615
|
-
var LimitExceededException = [-3, n0, _LEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
616
|
-
schema.TypeRegistry.for(n0).registerError(LimitExceededException
|
|
617
|
-
var LinkedWhatsAppBusinessAccount = [
|
|
615
|
+
var LimitExceededException$ = [-3, n0, _LEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
616
|
+
schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
617
|
+
var LinkedWhatsAppBusinessAccount$ = [
|
|
618
618
|
3,
|
|
619
619
|
n0,
|
|
620
620
|
_LWABA,
|
|
@@ -622,7 +622,7 @@ var LinkedWhatsAppBusinessAccount = [
|
|
|
622
622
|
[_ar, _i, _wI, _rS, _lD, _wN, _eD, _pNh],
|
|
623
623
|
[0, 0, 0, 0, 4, 0, () => WhatsAppBusinessAccountEventDestinations, () => WhatsAppPhoneNumberSummaryList],
|
|
624
624
|
];
|
|
625
|
-
var LinkedWhatsAppBusinessAccountIdMetaData = [
|
|
625
|
+
var LinkedWhatsAppBusinessAccountIdMetaData$ = [
|
|
626
626
|
3,
|
|
627
627
|
n0,
|
|
628
628
|
_LWABAIMD,
|
|
@@ -630,7 +630,7 @@ var LinkedWhatsAppBusinessAccountIdMetaData = [
|
|
|
630
630
|
[_aN, _rS, _uWAPN, _wI],
|
|
631
631
|
[0, 0, () => WhatsAppPhoneNumberDetailList, 0],
|
|
632
632
|
];
|
|
633
|
-
var LinkedWhatsAppBusinessAccountSummary = [
|
|
633
|
+
var LinkedWhatsAppBusinessAccountSummary$ = [
|
|
634
634
|
3,
|
|
635
635
|
n0,
|
|
636
636
|
_LWABAS,
|
|
@@ -638,7 +638,7 @@ var LinkedWhatsAppBusinessAccountSummary = [
|
|
|
638
638
|
[_ar, _i, _wI, _rS, _lD, _wN, _eD],
|
|
639
639
|
[0, 0, 0, 0, 4, 0, () => WhatsAppBusinessAccountEventDestinations],
|
|
640
640
|
];
|
|
641
|
-
var ListLinkedWhatsAppBusinessAccountsInput = [
|
|
641
|
+
var ListLinkedWhatsAppBusinessAccountsInput$ = [
|
|
642
642
|
3,
|
|
643
643
|
n0,
|
|
644
644
|
_LLWABAI,
|
|
@@ -649,7 +649,7 @@ var ListLinkedWhatsAppBusinessAccountsInput = [
|
|
|
649
649
|
[1, { [_hQ]: _mR }],
|
|
650
650
|
],
|
|
651
651
|
];
|
|
652
|
-
var ListLinkedWhatsAppBusinessAccountsOutput = [
|
|
652
|
+
var ListLinkedWhatsAppBusinessAccountsOutput$ = [
|
|
653
653
|
3,
|
|
654
654
|
n0,
|
|
655
655
|
_LLWABAO,
|
|
@@ -657,9 +657,9 @@ var ListLinkedWhatsAppBusinessAccountsOutput = [
|
|
|
657
657
|
[_lA, _nT],
|
|
658
658
|
[() => LinkedWhatsAppBusinessAccountSummaryList, 0],
|
|
659
659
|
];
|
|
660
|
-
var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_rA], [[0, { [_hQ]: _rA }]]];
|
|
661
|
-
var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_sCt, _ta], [1, () => TagList]];
|
|
662
|
-
var ListWhatsAppMessageTemplatesInput = [
|
|
660
|
+
var ListTagsForResourceInput$ = [3, n0, _LTFRI, 0, [_rA], [[0, { [_hQ]: _rA }]]];
|
|
661
|
+
var ListTagsForResourceOutput$ = [3, n0, _LTFRO, 0, [_sCt, _ta], [1, () => TagList]];
|
|
662
|
+
var ListWhatsAppMessageTemplatesInput$ = [
|
|
663
663
|
3,
|
|
664
664
|
n0,
|
|
665
665
|
_LWAMTI,
|
|
@@ -671,7 +671,7 @@ var ListWhatsAppMessageTemplatesInput = [
|
|
|
671
671
|
[1, { [_hQ]: _mR }],
|
|
672
672
|
],
|
|
673
673
|
];
|
|
674
|
-
var ListWhatsAppMessageTemplatesOutput = [
|
|
674
|
+
var ListWhatsAppMessageTemplatesOutput$ = [
|
|
675
675
|
3,
|
|
676
676
|
n0,
|
|
677
677
|
_LWAMTO,
|
|
@@ -679,7 +679,7 @@ var ListWhatsAppMessageTemplatesOutput = [
|
|
|
679
679
|
[_tem, _nT],
|
|
680
680
|
[() => TemplateSummaryList, 0],
|
|
681
681
|
];
|
|
682
|
-
var ListWhatsAppTemplateLibraryInput = [
|
|
682
|
+
var ListWhatsAppTemplateLibraryInput$ = [
|
|
683
683
|
3,
|
|
684
684
|
n0,
|
|
685
685
|
_LWATLI,
|
|
@@ -687,7 +687,7 @@ var ListWhatsAppTemplateLibraryInput = [
|
|
|
687
687
|
[_nT, _mR, _i, _f],
|
|
688
688
|
[0, 1, [0, { [_hQ]: _i }], 128 | 0],
|
|
689
689
|
];
|
|
690
|
-
var ListWhatsAppTemplateLibraryOutput = [
|
|
690
|
+
var ListWhatsAppTemplateLibraryOutput$ = [
|
|
691
691
|
3,
|
|
692
692
|
n0,
|
|
693
693
|
_LWATLO,
|
|
@@ -695,15 +695,15 @@ var ListWhatsAppTemplateLibraryOutput = [
|
|
|
695
695
|
[_mLTe, _nT],
|
|
696
696
|
[() => MetaLibraryTemplatesList, 0],
|
|
697
697
|
];
|
|
698
|
-
var MetaLibraryTemplate = [
|
|
698
|
+
var MetaLibraryTemplate$ = [
|
|
699
699
|
3,
|
|
700
700
|
n0,
|
|
701
701
|
_MLT,
|
|
702
702
|
0,
|
|
703
703
|
[_tN, _lTN, _tC, _tL, _lTBI, _lTBIi],
|
|
704
|
-
[0, 0, 0, 0, () => MetaLibraryTemplateButtonInputs, () => LibraryTemplateBodyInputs],
|
|
704
|
+
[0, 0, 0, 0, () => MetaLibraryTemplateButtonInputs, () => LibraryTemplateBodyInputs$],
|
|
705
705
|
];
|
|
706
|
-
var MetaLibraryTemplateDefinition = [
|
|
706
|
+
var MetaLibraryTemplateDefinition$ = [
|
|
707
707
|
3,
|
|
708
708
|
n0,
|
|
709
709
|
_MLTD,
|
|
@@ -711,16 +711,16 @@ var MetaLibraryTemplateDefinition = [
|
|
|
711
711
|
[_tN, _tL, _tC, _tT, _tUC, _tI, _tH, _tB, _tBe, _tIe],
|
|
712
712
|
[0, 0, 0, 0, 0, 64 | 0, 0, 0, () => MetaLibraryTemplateButtonList, 0],
|
|
713
713
|
];
|
|
714
|
-
var PostWhatsAppMessageMediaInput = [
|
|
714
|
+
var PostWhatsAppMessageMediaInput$ = [
|
|
715
715
|
3,
|
|
716
716
|
n0,
|
|
717
717
|
_PWAMMI,
|
|
718
718
|
0,
|
|
719
719
|
[_oPNI, _sSPU, _sSF],
|
|
720
|
-
[0, [() => S3PresignedUrl
|
|
720
|
+
[0, [() => S3PresignedUrl$, 0], [() => S3File$, 0]],
|
|
721
721
|
];
|
|
722
|
-
var PostWhatsAppMessageMediaOutput = [3, n0, _PWAMMO, 0, [_mI], [0]];
|
|
723
|
-
var PutWhatsAppBusinessAccountEventDestinationsInput = [
|
|
722
|
+
var PostWhatsAppMessageMediaOutput$ = [3, n0, _PWAMMO, 0, [_mI], [0]];
|
|
723
|
+
var PutWhatsAppBusinessAccountEventDestinationsInput$ = [
|
|
724
724
|
3,
|
|
725
725
|
n0,
|
|
726
726
|
_PWABAEDI,
|
|
@@ -728,12 +728,12 @@ var PutWhatsAppBusinessAccountEventDestinationsInput = [
|
|
|
728
728
|
[_i, _eD],
|
|
729
729
|
[0, () => WhatsAppBusinessAccountEventDestinations],
|
|
730
730
|
];
|
|
731
|
-
var PutWhatsAppBusinessAccountEventDestinationsOutput = [3, n0, _PWABAEDO, 0, [], []];
|
|
732
|
-
var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
733
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
734
|
-
var S3File = [3, n0, _SF, 8, [_bN, _k], [0, 0]];
|
|
735
|
-
var S3PresignedUrl = [3, n0, _SPU, 8, [_u, _h], [0, 128 | 0]];
|
|
736
|
-
var SendWhatsAppMessageInput = [
|
|
731
|
+
var PutWhatsAppBusinessAccountEventDestinationsOutput$ = [3, n0, _PWABAEDO, 0, [], []];
|
|
732
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
733
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
734
|
+
var S3File$ = [3, n0, _SF, 8, [_bN, _k], [0, 0]];
|
|
735
|
+
var S3PresignedUrl$ = [3, n0, _SPU, 8, [_u, _h], [0, 128 | 0]];
|
|
736
|
+
var SendWhatsAppMessageInput$ = [
|
|
737
737
|
3,
|
|
738
738
|
n0,
|
|
739
739
|
_SWAMI,
|
|
@@ -741,11 +741,11 @@ var SendWhatsAppMessageInput = [
|
|
|
741
741
|
[_oPNI, _m, _mAV],
|
|
742
742
|
[0, [() => WhatsAppMessageBlob, 0], 0],
|
|
743
743
|
];
|
|
744
|
-
var SendWhatsAppMessageOutput = [3, n0, _SWAMO, 0, [_mIe], [0]];
|
|
745
|
-
var Tag = [3, n0, _T, 0, [_k, _v], [0, 0]];
|
|
746
|
-
var TagResourceInput = [3, n0, _TRI, 0, [_rA, _ta], [0, () => TagList]];
|
|
747
|
-
var TagResourceOutput = [3, n0, _TRO, 0, [_sCt], [1]];
|
|
748
|
-
var TemplateSummary = [
|
|
744
|
+
var SendWhatsAppMessageOutput$ = [3, n0, _SWAMO, 0, [_mIe], [0]];
|
|
745
|
+
var Tag$ = [3, n0, _T, 0, [_k, _v], [0, 0]];
|
|
746
|
+
var TagResourceInput$ = [3, n0, _TRI, 0, [_rA, _ta], [0, () => TagList]];
|
|
747
|
+
var TagResourceOutput$ = [3, n0, _TRO, 0, [_sCt], [1]];
|
|
748
|
+
var TemplateSummary$ = [
|
|
749
749
|
3,
|
|
750
750
|
n0,
|
|
751
751
|
_TS,
|
|
@@ -753,11 +753,11 @@ var TemplateSummary = [
|
|
|
753
753
|
[_tN, _mTI, _tS, _tQS, _tL, _tC],
|
|
754
754
|
[0, 0, 0, 0, 0, 0],
|
|
755
755
|
];
|
|
756
|
-
var ThrottledRequestException = [-3, n0, _TRE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
757
|
-
schema.TypeRegistry.for(n0).registerError(ThrottledRequestException
|
|
758
|
-
var UntagResourceInput = [3, n0, _URI, 0, [_rA, _tK], [0, 64 | 0]];
|
|
759
|
-
var UntagResourceOutput = [3, n0, _URO, 0, [_sCt], [1]];
|
|
760
|
-
var UpdateWhatsAppMessageTemplateInput = [
|
|
756
|
+
var ThrottledRequestException$ = [-3, n0, _TRE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
757
|
+
schema.TypeRegistry.for(n0).registerError(ThrottledRequestException$, ThrottledRequestException);
|
|
758
|
+
var UntagResourceInput$ = [3, n0, _URI, 0, [_rA, _tK], [0, 64 | 0]];
|
|
759
|
+
var UntagResourceOutput$ = [3, n0, _URO, 0, [_sCt], [1]];
|
|
760
|
+
var UpdateWhatsAppMessageTemplateInput$ = [
|
|
761
761
|
3,
|
|
762
762
|
n0,
|
|
763
763
|
_UWAMTI,
|
|
@@ -765,10 +765,10 @@ var UpdateWhatsAppMessageTemplateInput = [
|
|
|
765
765
|
[_i, _mTI, _tC, _tCe],
|
|
766
766
|
[0, 0, 0, 21],
|
|
767
767
|
];
|
|
768
|
-
var UpdateWhatsAppMessageTemplateOutput = [3, n0, _UWAMTO, 0, [], []];
|
|
769
|
-
var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
770
|
-
schema.TypeRegistry.for(n0).registerError(ValidationException
|
|
771
|
-
var WabaPhoneNumberSetupFinalization = [
|
|
768
|
+
var UpdateWhatsAppMessageTemplateOutput$ = [3, n0, _UWAMTO, 0, [], []];
|
|
769
|
+
var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
770
|
+
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
771
|
+
var WabaPhoneNumberSetupFinalization$ = [
|
|
772
772
|
3,
|
|
773
773
|
n0,
|
|
774
774
|
_WPNSF,
|
|
@@ -776,7 +776,7 @@ var WabaPhoneNumberSetupFinalization = [
|
|
|
776
776
|
[_i, _tFP, _dLR, _ta],
|
|
777
777
|
[0, [() => TwoFactorPin, 0], 0, () => TagList],
|
|
778
778
|
];
|
|
779
|
-
var WabaSetupFinalization = [
|
|
779
|
+
var WabaSetupFinalization$ = [
|
|
780
780
|
3,
|
|
781
781
|
n0,
|
|
782
782
|
_WSF,
|
|
@@ -784,8 +784,8 @@ var WabaSetupFinalization = [
|
|
|
784
784
|
[_i, _eD, _ta],
|
|
785
785
|
[0, () => WhatsAppBusinessAccountEventDestinations, () => TagList],
|
|
786
786
|
];
|
|
787
|
-
var WhatsAppBusinessAccountEventDestination = [3, n0, _WABAED, 0, [_eDA, _rAo], [0, 0]];
|
|
788
|
-
var WhatsAppPhoneNumberDetail = [
|
|
787
|
+
var WhatsAppBusinessAccountEventDestination$ = [3, n0, _WABAED, 0, [_eDA, _rAo], [0, 0]];
|
|
788
|
+
var WhatsAppPhoneNumberDetail$ = [
|
|
789
789
|
3,
|
|
790
790
|
n0,
|
|
791
791
|
_WAPND,
|
|
@@ -793,7 +793,7 @@ var WhatsAppPhoneNumberDetail = [
|
|
|
793
793
|
[_ar, _pN, _pNI, _mPNI, _dPNN, _dPN, _qR, _dLR],
|
|
794
794
|
[0, 0, 0, 0, 0, 0, 0, 0],
|
|
795
795
|
];
|
|
796
|
-
var WhatsAppPhoneNumberSummary = [
|
|
796
|
+
var WhatsAppPhoneNumberSummary$ = [
|
|
797
797
|
3,
|
|
798
798
|
n0,
|
|
799
799
|
_WAPNS,
|
|
@@ -801,7 +801,7 @@ var WhatsAppPhoneNumberSummary = [
|
|
|
801
801
|
[_ar, _pN, _pNI, _mPNI, _dPNN, _dPN, _qR, _dLR],
|
|
802
802
|
[0, 0, 0, 0, 0, 0, 0, 0],
|
|
803
803
|
];
|
|
804
|
-
var WhatsAppSetupFinalization = [
|
|
804
|
+
var WhatsAppSetupFinalization$ = [
|
|
805
805
|
3,
|
|
806
806
|
n0,
|
|
807
807
|
_WASF,
|
|
@@ -811,11 +811,11 @@ var WhatsAppSetupFinalization = [
|
|
|
811
811
|
[() => AssociateInProgressToken, 0],
|
|
812
812
|
[() => WabaPhoneNumberSetupFinalizationList, 0],
|
|
813
813
|
0,
|
|
814
|
-
() => WabaSetupFinalization
|
|
814
|
+
() => WabaSetupFinalization$,
|
|
815
815
|
],
|
|
816
816
|
];
|
|
817
|
-
var WhatsAppSignupCallback = [3, n0, _WASC, 0, [_aT, _cU], [0, 0]];
|
|
818
|
-
var WhatsAppSignupCallbackResult = [
|
|
817
|
+
var WhatsAppSignupCallback$ = [3, n0, _WASC, 0, [_aT, _cU], [0, 0]];
|
|
818
|
+
var WhatsAppSignupCallbackResult$ = [
|
|
819
819
|
3,
|
|
820
820
|
n0,
|
|
821
821
|
_WASCR,
|
|
@@ -823,211 +823,218 @@ var WhatsAppSignupCallbackResult = [
|
|
|
823
823
|
[_aIPT, _lAWIS],
|
|
824
824
|
[[() => AssociateInProgressToken, 0], () => LinkedAccountWithIncompleteSetup],
|
|
825
825
|
];
|
|
826
|
-
var SocialMessagingServiceException = [
|
|
827
|
-
|
|
826
|
+
var SocialMessagingServiceException$ = [
|
|
827
|
+
-3,
|
|
828
|
+
_sm,
|
|
829
|
+
"SocialMessagingServiceException",
|
|
830
|
+
0,
|
|
831
|
+
[],
|
|
832
|
+
[],
|
|
833
|
+
];
|
|
834
|
+
schema.TypeRegistry.for(_sm).registerError(SocialMessagingServiceException$, SocialMessagingServiceException);
|
|
828
835
|
var LinkedWhatsAppBusinessAccountSummaryList = [
|
|
829
836
|
1,
|
|
830
837
|
n0,
|
|
831
838
|
_LWABASL,
|
|
832
839
|
0,
|
|
833
|
-
() => LinkedWhatsAppBusinessAccountSummary
|
|
840
|
+
() => LinkedWhatsAppBusinessAccountSummary$,
|
|
834
841
|
];
|
|
835
|
-
var MetaLibraryTemplateButtonInputs = [1, n0, _MLTBI, 0, () => LibraryTemplateButtonInput];
|
|
836
|
-
var MetaLibraryTemplateButtonList = [1, n0, _MLTBL, 0, () => LibraryTemplateButtonList];
|
|
837
|
-
var MetaLibraryTemplatesList = [1, n0, _MLTL, 0, () => MetaLibraryTemplateDefinition];
|
|
838
|
-
var TagList = [1, n0, _TL, 0, () => Tag];
|
|
839
|
-
var TemplateSummaryList = [1, n0, _TSL, 0, () => TemplateSummary];
|
|
842
|
+
var MetaLibraryTemplateButtonInputs = [1, n0, _MLTBI, 0, () => LibraryTemplateButtonInput$];
|
|
843
|
+
var MetaLibraryTemplateButtonList = [1, n0, _MLTBL, 0, () => LibraryTemplateButtonList$];
|
|
844
|
+
var MetaLibraryTemplatesList = [1, n0, _MLTL, 0, () => MetaLibraryTemplateDefinition$];
|
|
845
|
+
var TagList = [1, n0, _TL, 0, () => Tag$];
|
|
846
|
+
var TemplateSummaryList = [1, n0, _TSL, 0, () => TemplateSummary$];
|
|
840
847
|
var WabaPhoneNumberSetupFinalizationList = [
|
|
841
848
|
1,
|
|
842
849
|
n0,
|
|
843
850
|
_WPNSFL,
|
|
844
851
|
0,
|
|
845
|
-
[() => WabaPhoneNumberSetupFinalization
|
|
852
|
+
[() => WabaPhoneNumberSetupFinalization$, 0],
|
|
846
853
|
];
|
|
847
854
|
var WhatsAppBusinessAccountEventDestinations = [
|
|
848
855
|
1,
|
|
849
856
|
n0,
|
|
850
857
|
_WABAEDh,
|
|
851
858
|
0,
|
|
852
|
-
() => WhatsAppBusinessAccountEventDestination
|
|
859
|
+
() => WhatsAppBusinessAccountEventDestination$,
|
|
853
860
|
];
|
|
854
|
-
var WhatsAppPhoneNumberDetailList = [1, n0, _WAPNDL, 0, () => WhatsAppPhoneNumberDetail];
|
|
855
|
-
var WhatsAppPhoneNumberSummaryList = [1, n0, _WAPNSL, 0, () => WhatsAppPhoneNumberSummary];
|
|
861
|
+
var WhatsAppPhoneNumberDetailList = [1, n0, _WAPNDL, 0, () => WhatsAppPhoneNumberDetail$];
|
|
862
|
+
var WhatsAppPhoneNumberSummaryList = [1, n0, _WAPNSL, 0, () => WhatsAppPhoneNumberSummary$];
|
|
856
863
|
var LinkedAccountWithIncompleteSetup = [
|
|
857
864
|
2,
|
|
858
865
|
n0,
|
|
859
866
|
_LAWIS,
|
|
860
867
|
0,
|
|
861
868
|
0,
|
|
862
|
-
() => LinkedWhatsAppBusinessAccountIdMetaData
|
|
869
|
+
() => LinkedWhatsAppBusinessAccountIdMetaData$,
|
|
863
870
|
];
|
|
864
|
-
var AssociateWhatsAppBusinessAccount = [
|
|
871
|
+
var AssociateWhatsAppBusinessAccount$ = [
|
|
865
872
|
9,
|
|
866
873
|
n0,
|
|
867
874
|
_AWABA,
|
|
868
875
|
{ [_ht]: ["POST", "/v1/whatsapp/signup", 200] },
|
|
869
|
-
() => AssociateWhatsAppBusinessAccountInput
|
|
870
|
-
() => AssociateWhatsAppBusinessAccountOutput
|
|
876
|
+
() => AssociateWhatsAppBusinessAccountInput$,
|
|
877
|
+
() => AssociateWhatsAppBusinessAccountOutput$,
|
|
871
878
|
];
|
|
872
|
-
var CreateWhatsAppMessageTemplate = [
|
|
879
|
+
var CreateWhatsAppMessageTemplate$ = [
|
|
873
880
|
9,
|
|
874
881
|
n0,
|
|
875
882
|
_CWAMT,
|
|
876
883
|
{ [_ht]: ["POST", "/v1/whatsapp/template/put", 200] },
|
|
877
|
-
() => CreateWhatsAppMessageTemplateInput
|
|
878
|
-
() => CreateWhatsAppMessageTemplateOutput
|
|
884
|
+
() => CreateWhatsAppMessageTemplateInput$,
|
|
885
|
+
() => CreateWhatsAppMessageTemplateOutput$,
|
|
879
886
|
];
|
|
880
|
-
var CreateWhatsAppMessageTemplateFromLibrary = [
|
|
887
|
+
var CreateWhatsAppMessageTemplateFromLibrary$ = [
|
|
881
888
|
9,
|
|
882
889
|
n0,
|
|
883
890
|
_CWAMTFL,
|
|
884
891
|
{ [_ht]: ["POST", "/v1/whatsapp/template/create", 200] },
|
|
885
|
-
() => CreateWhatsAppMessageTemplateFromLibraryInput
|
|
886
|
-
() => CreateWhatsAppMessageTemplateFromLibraryOutput
|
|
892
|
+
() => CreateWhatsAppMessageTemplateFromLibraryInput$,
|
|
893
|
+
() => CreateWhatsAppMessageTemplateFromLibraryOutput$,
|
|
887
894
|
];
|
|
888
|
-
var CreateWhatsAppMessageTemplateMedia = [
|
|
895
|
+
var CreateWhatsAppMessageTemplateMedia$ = [
|
|
889
896
|
9,
|
|
890
897
|
n0,
|
|
891
898
|
_CWAMTM,
|
|
892
899
|
{ [_ht]: ["POST", "/v1/whatsapp/template/media", 200] },
|
|
893
|
-
() => CreateWhatsAppMessageTemplateMediaInput
|
|
894
|
-
() => CreateWhatsAppMessageTemplateMediaOutput
|
|
900
|
+
() => CreateWhatsAppMessageTemplateMediaInput$,
|
|
901
|
+
() => CreateWhatsAppMessageTemplateMediaOutput$,
|
|
895
902
|
];
|
|
896
|
-
var DeleteWhatsAppMessageMedia = [
|
|
903
|
+
var DeleteWhatsAppMessageMedia$ = [
|
|
897
904
|
9,
|
|
898
905
|
n0,
|
|
899
906
|
_DWAMM,
|
|
900
907
|
{ [_ht]: ["DELETE", "/v1/whatsapp/media", 200] },
|
|
901
|
-
() => DeleteWhatsAppMessageMediaInput
|
|
902
|
-
() => DeleteWhatsAppMessageMediaOutput
|
|
908
|
+
() => DeleteWhatsAppMessageMediaInput$,
|
|
909
|
+
() => DeleteWhatsAppMessageMediaOutput$,
|
|
903
910
|
];
|
|
904
|
-
var DeleteWhatsAppMessageTemplate = [
|
|
911
|
+
var DeleteWhatsAppMessageTemplate$ = [
|
|
905
912
|
9,
|
|
906
913
|
n0,
|
|
907
914
|
_DWAMT,
|
|
908
915
|
{ [_ht]: ["DELETE", "/v1/whatsapp/template", 200] },
|
|
909
|
-
() => DeleteWhatsAppMessageTemplateInput
|
|
910
|
-
() => DeleteWhatsAppMessageTemplateOutput
|
|
916
|
+
() => DeleteWhatsAppMessageTemplateInput$,
|
|
917
|
+
() => DeleteWhatsAppMessageTemplateOutput$,
|
|
911
918
|
];
|
|
912
|
-
var DisassociateWhatsAppBusinessAccount = [
|
|
919
|
+
var DisassociateWhatsAppBusinessAccount$ = [
|
|
913
920
|
9,
|
|
914
921
|
n0,
|
|
915
922
|
_DWABA,
|
|
916
923
|
{ [_ht]: ["DELETE", "/v1/whatsapp/waba/disassociate", 200] },
|
|
917
|
-
() => DisassociateWhatsAppBusinessAccountInput
|
|
918
|
-
() => DisassociateWhatsAppBusinessAccountOutput
|
|
924
|
+
() => DisassociateWhatsAppBusinessAccountInput$,
|
|
925
|
+
() => DisassociateWhatsAppBusinessAccountOutput$,
|
|
919
926
|
];
|
|
920
|
-
var GetLinkedWhatsAppBusinessAccount = [
|
|
927
|
+
var GetLinkedWhatsAppBusinessAccount$ = [
|
|
921
928
|
9,
|
|
922
929
|
n0,
|
|
923
930
|
_GLWABA,
|
|
924
931
|
{ [_ht]: ["GET", "/v1/whatsapp/waba/details", 200] },
|
|
925
|
-
() => GetLinkedWhatsAppBusinessAccountInput
|
|
926
|
-
() => GetLinkedWhatsAppBusinessAccountOutput
|
|
932
|
+
() => GetLinkedWhatsAppBusinessAccountInput$,
|
|
933
|
+
() => GetLinkedWhatsAppBusinessAccountOutput$,
|
|
927
934
|
];
|
|
928
|
-
var GetLinkedWhatsAppBusinessAccountPhoneNumber = [
|
|
935
|
+
var GetLinkedWhatsAppBusinessAccountPhoneNumber$ = [
|
|
929
936
|
9,
|
|
930
937
|
n0,
|
|
931
938
|
_GLWABAPN,
|
|
932
939
|
{ [_ht]: ["GET", "/v1/whatsapp/waba/phone/details", 200] },
|
|
933
|
-
() => GetLinkedWhatsAppBusinessAccountPhoneNumberInput
|
|
934
|
-
() => GetLinkedWhatsAppBusinessAccountPhoneNumberOutput
|
|
940
|
+
() => GetLinkedWhatsAppBusinessAccountPhoneNumberInput$,
|
|
941
|
+
() => GetLinkedWhatsAppBusinessAccountPhoneNumberOutput$,
|
|
935
942
|
];
|
|
936
|
-
var GetWhatsAppMessageMedia = [
|
|
943
|
+
var GetWhatsAppMessageMedia$ = [
|
|
937
944
|
9,
|
|
938
945
|
n0,
|
|
939
946
|
_GWAMM,
|
|
940
947
|
{ [_ht]: ["POST", "/v1/whatsapp/media/get", 200] },
|
|
941
|
-
() => GetWhatsAppMessageMediaInput
|
|
942
|
-
() => GetWhatsAppMessageMediaOutput
|
|
948
|
+
() => GetWhatsAppMessageMediaInput$,
|
|
949
|
+
() => GetWhatsAppMessageMediaOutput$,
|
|
943
950
|
];
|
|
944
|
-
var GetWhatsAppMessageTemplate = [
|
|
951
|
+
var GetWhatsAppMessageTemplate$ = [
|
|
945
952
|
9,
|
|
946
953
|
n0,
|
|
947
954
|
_GWAMT,
|
|
948
955
|
{ [_ht]: ["GET", "/v1/whatsapp/template", 200] },
|
|
949
|
-
() => GetWhatsAppMessageTemplateInput
|
|
950
|
-
() => GetWhatsAppMessageTemplateOutput
|
|
956
|
+
() => GetWhatsAppMessageTemplateInput$,
|
|
957
|
+
() => GetWhatsAppMessageTemplateOutput$,
|
|
951
958
|
];
|
|
952
|
-
var ListLinkedWhatsAppBusinessAccounts = [
|
|
959
|
+
var ListLinkedWhatsAppBusinessAccounts$ = [
|
|
953
960
|
9,
|
|
954
961
|
n0,
|
|
955
962
|
_LLWABA,
|
|
956
963
|
{ [_ht]: ["GET", "/v1/whatsapp/waba/list", 200] },
|
|
957
|
-
() => ListLinkedWhatsAppBusinessAccountsInput
|
|
958
|
-
() => ListLinkedWhatsAppBusinessAccountsOutput
|
|
964
|
+
() => ListLinkedWhatsAppBusinessAccountsInput$,
|
|
965
|
+
() => ListLinkedWhatsAppBusinessAccountsOutput$,
|
|
959
966
|
];
|
|
960
|
-
var ListTagsForResource = [
|
|
967
|
+
var ListTagsForResource$ = [
|
|
961
968
|
9,
|
|
962
969
|
n0,
|
|
963
970
|
_LTFR,
|
|
964
971
|
{ [_ht]: ["GET", "/v1/tags/list", 200] },
|
|
965
|
-
() => ListTagsForResourceInput
|
|
966
|
-
() => ListTagsForResourceOutput
|
|
972
|
+
() => ListTagsForResourceInput$,
|
|
973
|
+
() => ListTagsForResourceOutput$,
|
|
967
974
|
];
|
|
968
|
-
var ListWhatsAppMessageTemplates = [
|
|
975
|
+
var ListWhatsAppMessageTemplates$ = [
|
|
969
976
|
9,
|
|
970
977
|
n0,
|
|
971
978
|
_LWAMT,
|
|
972
979
|
{ [_ht]: ["GET", "/v1/whatsapp/template/list", 200] },
|
|
973
|
-
() => ListWhatsAppMessageTemplatesInput
|
|
974
|
-
() => ListWhatsAppMessageTemplatesOutput
|
|
980
|
+
() => ListWhatsAppMessageTemplatesInput$,
|
|
981
|
+
() => ListWhatsAppMessageTemplatesOutput$,
|
|
975
982
|
];
|
|
976
|
-
var ListWhatsAppTemplateLibrary = [
|
|
983
|
+
var ListWhatsAppTemplateLibrary$ = [
|
|
977
984
|
9,
|
|
978
985
|
n0,
|
|
979
986
|
_LWATL,
|
|
980
987
|
{ [_ht]: ["POST", "/v1/whatsapp/template/library", 200] },
|
|
981
|
-
() => ListWhatsAppTemplateLibraryInput
|
|
982
|
-
() => ListWhatsAppTemplateLibraryOutput
|
|
988
|
+
() => ListWhatsAppTemplateLibraryInput$,
|
|
989
|
+
() => ListWhatsAppTemplateLibraryOutput$,
|
|
983
990
|
];
|
|
984
|
-
var PostWhatsAppMessageMedia = [
|
|
991
|
+
var PostWhatsAppMessageMedia$ = [
|
|
985
992
|
9,
|
|
986
993
|
n0,
|
|
987
994
|
_PWAMM,
|
|
988
995
|
{ [_ht]: ["POST", "/v1/whatsapp/media", 200] },
|
|
989
|
-
() => PostWhatsAppMessageMediaInput
|
|
990
|
-
() => PostWhatsAppMessageMediaOutput
|
|
996
|
+
() => PostWhatsAppMessageMediaInput$,
|
|
997
|
+
() => PostWhatsAppMessageMediaOutput$,
|
|
991
998
|
];
|
|
992
|
-
var PutWhatsAppBusinessAccountEventDestinations = [
|
|
999
|
+
var PutWhatsAppBusinessAccountEventDestinations$ = [
|
|
993
1000
|
9,
|
|
994
1001
|
n0,
|
|
995
1002
|
_PWABAED,
|
|
996
1003
|
{ [_ht]: ["PUT", "/v1/whatsapp/waba/eventdestinations", 200] },
|
|
997
|
-
() => PutWhatsAppBusinessAccountEventDestinationsInput
|
|
998
|
-
() => PutWhatsAppBusinessAccountEventDestinationsOutput
|
|
1004
|
+
() => PutWhatsAppBusinessAccountEventDestinationsInput$,
|
|
1005
|
+
() => PutWhatsAppBusinessAccountEventDestinationsOutput$,
|
|
999
1006
|
];
|
|
1000
|
-
var SendWhatsAppMessage = [
|
|
1007
|
+
var SendWhatsAppMessage$ = [
|
|
1001
1008
|
9,
|
|
1002
1009
|
n0,
|
|
1003
1010
|
_SWAM,
|
|
1004
1011
|
{ [_ht]: ["POST", "/v1/whatsapp/send", 200] },
|
|
1005
|
-
() => SendWhatsAppMessageInput
|
|
1006
|
-
() => SendWhatsAppMessageOutput
|
|
1012
|
+
() => SendWhatsAppMessageInput$,
|
|
1013
|
+
() => SendWhatsAppMessageOutput$,
|
|
1007
1014
|
];
|
|
1008
|
-
var TagResource = [
|
|
1015
|
+
var TagResource$ = [
|
|
1009
1016
|
9,
|
|
1010
1017
|
n0,
|
|
1011
1018
|
_TR,
|
|
1012
1019
|
{ [_ht]: ["POST", "/v1/tags/tag-resource", 200] },
|
|
1013
|
-
() => TagResourceInput
|
|
1014
|
-
() => TagResourceOutput
|
|
1020
|
+
() => TagResourceInput$,
|
|
1021
|
+
() => TagResourceOutput$,
|
|
1015
1022
|
];
|
|
1016
|
-
var UntagResource = [
|
|
1023
|
+
var UntagResource$ = [
|
|
1017
1024
|
9,
|
|
1018
1025
|
n0,
|
|
1019
1026
|
_UR,
|
|
1020
1027
|
{ [_ht]: ["POST", "/v1/tags/untag-resource", 200] },
|
|
1021
|
-
() => UntagResourceInput
|
|
1022
|
-
() => UntagResourceOutput
|
|
1028
|
+
() => UntagResourceInput$,
|
|
1029
|
+
() => UntagResourceOutput$,
|
|
1023
1030
|
];
|
|
1024
|
-
var UpdateWhatsAppMessageTemplate = [
|
|
1031
|
+
var UpdateWhatsAppMessageTemplate$ = [
|
|
1025
1032
|
9,
|
|
1026
1033
|
n0,
|
|
1027
1034
|
_UWAMT,
|
|
1028
1035
|
{ [_ht]: ["POST", "/v1/whatsapp/template", 200] },
|
|
1029
|
-
() => UpdateWhatsAppMessageTemplateInput
|
|
1030
|
-
() => UpdateWhatsAppMessageTemplateOutput
|
|
1036
|
+
() => UpdateWhatsAppMessageTemplateInput$,
|
|
1037
|
+
() => UpdateWhatsAppMessageTemplateOutput$,
|
|
1031
1038
|
];
|
|
1032
1039
|
|
|
1033
1040
|
class AssociateWhatsAppBusinessAccountCommand extends smithyClient.Command
|
|
@@ -1038,7 +1045,7 @@ class AssociateWhatsAppBusinessAccountCommand extends smithyClient.Command
|
|
|
1038
1045
|
})
|
|
1039
1046
|
.s("SocialMessaging", "AssociateWhatsAppBusinessAccount", {})
|
|
1040
1047
|
.n("SocialMessagingClient", "AssociateWhatsAppBusinessAccountCommand")
|
|
1041
|
-
.sc(AssociateWhatsAppBusinessAccount)
|
|
1048
|
+
.sc(AssociateWhatsAppBusinessAccount$)
|
|
1042
1049
|
.build() {
|
|
1043
1050
|
}
|
|
1044
1051
|
|
|
@@ -1050,7 +1057,7 @@ class CreateWhatsAppMessageTemplateCommand extends smithyClient.Command
|
|
|
1050
1057
|
})
|
|
1051
1058
|
.s("SocialMessaging", "CreateWhatsAppMessageTemplate", {})
|
|
1052
1059
|
.n("SocialMessagingClient", "CreateWhatsAppMessageTemplateCommand")
|
|
1053
|
-
.sc(CreateWhatsAppMessageTemplate)
|
|
1060
|
+
.sc(CreateWhatsAppMessageTemplate$)
|
|
1054
1061
|
.build() {
|
|
1055
1062
|
}
|
|
1056
1063
|
|
|
@@ -1062,7 +1069,7 @@ class CreateWhatsAppMessageTemplateFromLibraryCommand extends smithyClient.Comma
|
|
|
1062
1069
|
})
|
|
1063
1070
|
.s("SocialMessaging", "CreateWhatsAppMessageTemplateFromLibrary", {})
|
|
1064
1071
|
.n("SocialMessagingClient", "CreateWhatsAppMessageTemplateFromLibraryCommand")
|
|
1065
|
-
.sc(CreateWhatsAppMessageTemplateFromLibrary)
|
|
1072
|
+
.sc(CreateWhatsAppMessageTemplateFromLibrary$)
|
|
1066
1073
|
.build() {
|
|
1067
1074
|
}
|
|
1068
1075
|
|
|
@@ -1074,7 +1081,7 @@ class CreateWhatsAppMessageTemplateMediaCommand extends smithyClient.Command
|
|
|
1074
1081
|
})
|
|
1075
1082
|
.s("SocialMessaging", "CreateWhatsAppMessageTemplateMedia", {})
|
|
1076
1083
|
.n("SocialMessagingClient", "CreateWhatsAppMessageTemplateMediaCommand")
|
|
1077
|
-
.sc(CreateWhatsAppMessageTemplateMedia)
|
|
1084
|
+
.sc(CreateWhatsAppMessageTemplateMedia$)
|
|
1078
1085
|
.build() {
|
|
1079
1086
|
}
|
|
1080
1087
|
|
|
@@ -1086,7 +1093,7 @@ class DeleteWhatsAppMessageMediaCommand extends smithyClient.Command
|
|
|
1086
1093
|
})
|
|
1087
1094
|
.s("SocialMessaging", "DeleteWhatsAppMessageMedia", {})
|
|
1088
1095
|
.n("SocialMessagingClient", "DeleteWhatsAppMessageMediaCommand")
|
|
1089
|
-
.sc(DeleteWhatsAppMessageMedia)
|
|
1096
|
+
.sc(DeleteWhatsAppMessageMedia$)
|
|
1090
1097
|
.build() {
|
|
1091
1098
|
}
|
|
1092
1099
|
|
|
@@ -1098,7 +1105,7 @@ class DeleteWhatsAppMessageTemplateCommand extends smithyClient.Command
|
|
|
1098
1105
|
})
|
|
1099
1106
|
.s("SocialMessaging", "DeleteWhatsAppMessageTemplate", {})
|
|
1100
1107
|
.n("SocialMessagingClient", "DeleteWhatsAppMessageTemplateCommand")
|
|
1101
|
-
.sc(DeleteWhatsAppMessageTemplate)
|
|
1108
|
+
.sc(DeleteWhatsAppMessageTemplate$)
|
|
1102
1109
|
.build() {
|
|
1103
1110
|
}
|
|
1104
1111
|
|
|
@@ -1110,7 +1117,7 @@ class DisassociateWhatsAppBusinessAccountCommand extends smithyClient.Command
|
|
|
1110
1117
|
})
|
|
1111
1118
|
.s("SocialMessaging", "DisassociateWhatsAppBusinessAccount", {})
|
|
1112
1119
|
.n("SocialMessagingClient", "DisassociateWhatsAppBusinessAccountCommand")
|
|
1113
|
-
.sc(DisassociateWhatsAppBusinessAccount)
|
|
1120
|
+
.sc(DisassociateWhatsAppBusinessAccount$)
|
|
1114
1121
|
.build() {
|
|
1115
1122
|
}
|
|
1116
1123
|
|
|
@@ -1122,7 +1129,7 @@ class GetLinkedWhatsAppBusinessAccountCommand extends smithyClient.Command
|
|
|
1122
1129
|
})
|
|
1123
1130
|
.s("SocialMessaging", "GetLinkedWhatsAppBusinessAccount", {})
|
|
1124
1131
|
.n("SocialMessagingClient", "GetLinkedWhatsAppBusinessAccountCommand")
|
|
1125
|
-
.sc(GetLinkedWhatsAppBusinessAccount)
|
|
1132
|
+
.sc(GetLinkedWhatsAppBusinessAccount$)
|
|
1126
1133
|
.build() {
|
|
1127
1134
|
}
|
|
1128
1135
|
|
|
@@ -1134,7 +1141,7 @@ class GetLinkedWhatsAppBusinessAccountPhoneNumberCommand extends smithyClient.Co
|
|
|
1134
1141
|
})
|
|
1135
1142
|
.s("SocialMessaging", "GetLinkedWhatsAppBusinessAccountPhoneNumber", {})
|
|
1136
1143
|
.n("SocialMessagingClient", "GetLinkedWhatsAppBusinessAccountPhoneNumberCommand")
|
|
1137
|
-
.sc(GetLinkedWhatsAppBusinessAccountPhoneNumber)
|
|
1144
|
+
.sc(GetLinkedWhatsAppBusinessAccountPhoneNumber$)
|
|
1138
1145
|
.build() {
|
|
1139
1146
|
}
|
|
1140
1147
|
|
|
@@ -1146,7 +1153,7 @@ class GetWhatsAppMessageMediaCommand extends smithyClient.Command
|
|
|
1146
1153
|
})
|
|
1147
1154
|
.s("SocialMessaging", "GetWhatsAppMessageMedia", {})
|
|
1148
1155
|
.n("SocialMessagingClient", "GetWhatsAppMessageMediaCommand")
|
|
1149
|
-
.sc(GetWhatsAppMessageMedia)
|
|
1156
|
+
.sc(GetWhatsAppMessageMedia$)
|
|
1150
1157
|
.build() {
|
|
1151
1158
|
}
|
|
1152
1159
|
|
|
@@ -1158,7 +1165,7 @@ class GetWhatsAppMessageTemplateCommand extends smithyClient.Command
|
|
|
1158
1165
|
})
|
|
1159
1166
|
.s("SocialMessaging", "GetWhatsAppMessageTemplate", {})
|
|
1160
1167
|
.n("SocialMessagingClient", "GetWhatsAppMessageTemplateCommand")
|
|
1161
|
-
.sc(GetWhatsAppMessageTemplate)
|
|
1168
|
+
.sc(GetWhatsAppMessageTemplate$)
|
|
1162
1169
|
.build() {
|
|
1163
1170
|
}
|
|
1164
1171
|
|
|
@@ -1170,7 +1177,7 @@ class ListLinkedWhatsAppBusinessAccountsCommand extends smithyClient.Command
|
|
|
1170
1177
|
})
|
|
1171
1178
|
.s("SocialMessaging", "ListLinkedWhatsAppBusinessAccounts", {})
|
|
1172
1179
|
.n("SocialMessagingClient", "ListLinkedWhatsAppBusinessAccountsCommand")
|
|
1173
|
-
.sc(ListLinkedWhatsAppBusinessAccounts)
|
|
1180
|
+
.sc(ListLinkedWhatsAppBusinessAccounts$)
|
|
1174
1181
|
.build() {
|
|
1175
1182
|
}
|
|
1176
1183
|
|
|
@@ -1182,7 +1189,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
1182
1189
|
})
|
|
1183
1190
|
.s("SocialMessaging", "ListTagsForResource", {})
|
|
1184
1191
|
.n("SocialMessagingClient", "ListTagsForResourceCommand")
|
|
1185
|
-
.sc(ListTagsForResource)
|
|
1192
|
+
.sc(ListTagsForResource$)
|
|
1186
1193
|
.build() {
|
|
1187
1194
|
}
|
|
1188
1195
|
|
|
@@ -1194,7 +1201,7 @@ class ListWhatsAppMessageTemplatesCommand extends smithyClient.Command
|
|
|
1194
1201
|
})
|
|
1195
1202
|
.s("SocialMessaging", "ListWhatsAppMessageTemplates", {})
|
|
1196
1203
|
.n("SocialMessagingClient", "ListWhatsAppMessageTemplatesCommand")
|
|
1197
|
-
.sc(ListWhatsAppMessageTemplates)
|
|
1204
|
+
.sc(ListWhatsAppMessageTemplates$)
|
|
1198
1205
|
.build() {
|
|
1199
1206
|
}
|
|
1200
1207
|
|
|
@@ -1206,7 +1213,7 @@ class ListWhatsAppTemplateLibraryCommand extends smithyClient.Command
|
|
|
1206
1213
|
})
|
|
1207
1214
|
.s("SocialMessaging", "ListWhatsAppTemplateLibrary", {})
|
|
1208
1215
|
.n("SocialMessagingClient", "ListWhatsAppTemplateLibraryCommand")
|
|
1209
|
-
.sc(ListWhatsAppTemplateLibrary)
|
|
1216
|
+
.sc(ListWhatsAppTemplateLibrary$)
|
|
1210
1217
|
.build() {
|
|
1211
1218
|
}
|
|
1212
1219
|
|
|
@@ -1218,7 +1225,7 @@ class PostWhatsAppMessageMediaCommand extends smithyClient.Command
|
|
|
1218
1225
|
})
|
|
1219
1226
|
.s("SocialMessaging", "PostWhatsAppMessageMedia", {})
|
|
1220
1227
|
.n("SocialMessagingClient", "PostWhatsAppMessageMediaCommand")
|
|
1221
|
-
.sc(PostWhatsAppMessageMedia)
|
|
1228
|
+
.sc(PostWhatsAppMessageMedia$)
|
|
1222
1229
|
.build() {
|
|
1223
1230
|
}
|
|
1224
1231
|
|
|
@@ -1230,7 +1237,7 @@ class PutWhatsAppBusinessAccountEventDestinationsCommand extends smithyClient.Co
|
|
|
1230
1237
|
})
|
|
1231
1238
|
.s("SocialMessaging", "PutWhatsAppBusinessAccountEventDestinations", {})
|
|
1232
1239
|
.n("SocialMessagingClient", "PutWhatsAppBusinessAccountEventDestinationsCommand")
|
|
1233
|
-
.sc(PutWhatsAppBusinessAccountEventDestinations)
|
|
1240
|
+
.sc(PutWhatsAppBusinessAccountEventDestinations$)
|
|
1234
1241
|
.build() {
|
|
1235
1242
|
}
|
|
1236
1243
|
|
|
@@ -1242,7 +1249,7 @@ class SendWhatsAppMessageCommand extends smithyClient.Command
|
|
|
1242
1249
|
})
|
|
1243
1250
|
.s("SocialMessaging", "SendWhatsAppMessage", {})
|
|
1244
1251
|
.n("SocialMessagingClient", "SendWhatsAppMessageCommand")
|
|
1245
|
-
.sc(SendWhatsAppMessage)
|
|
1252
|
+
.sc(SendWhatsAppMessage$)
|
|
1246
1253
|
.build() {
|
|
1247
1254
|
}
|
|
1248
1255
|
|
|
@@ -1254,7 +1261,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
1254
1261
|
})
|
|
1255
1262
|
.s("SocialMessaging", "TagResource", {})
|
|
1256
1263
|
.n("SocialMessagingClient", "TagResourceCommand")
|
|
1257
|
-
.sc(TagResource)
|
|
1264
|
+
.sc(TagResource$)
|
|
1258
1265
|
.build() {
|
|
1259
1266
|
}
|
|
1260
1267
|
|
|
@@ -1266,7 +1273,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
1266
1273
|
})
|
|
1267
1274
|
.s("SocialMessaging", "UntagResource", {})
|
|
1268
1275
|
.n("SocialMessagingClient", "UntagResourceCommand")
|
|
1269
|
-
.sc(UntagResource)
|
|
1276
|
+
.sc(UntagResource$)
|
|
1270
1277
|
.build() {
|
|
1271
1278
|
}
|
|
1272
1279
|
|
|
@@ -1278,7 +1285,7 @@ class UpdateWhatsAppMessageTemplateCommand extends smithyClient.Command
|
|
|
1278
1285
|
})
|
|
1279
1286
|
.s("SocialMessaging", "UpdateWhatsAppMessageTemplate", {})
|
|
1280
1287
|
.n("SocialMessagingClient", "UpdateWhatsAppMessageTemplateCommand")
|
|
1281
|
-
.sc(UpdateWhatsAppMessageTemplate)
|
|
1288
|
+
.sc(UpdateWhatsAppMessageTemplate$)
|
|
1282
1289
|
.build() {
|
|
1283
1290
|
}
|
|
1284
1291
|
|
|
@@ -1328,40 +1335,133 @@ Object.defineProperty(exports, "__Client", {
|
|
|
1328
1335
|
enumerable: true,
|
|
1329
1336
|
get: function () { return smithyClient.Client; }
|
|
1330
1337
|
});
|
|
1331
|
-
exports.AccessDeniedByMetaException = AccessDeniedByMetaException
|
|
1332
|
-
exports.
|
|
1338
|
+
exports.AccessDeniedByMetaException = AccessDeniedByMetaException;
|
|
1339
|
+
exports.AccessDeniedByMetaException$ = AccessDeniedByMetaException$;
|
|
1340
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
1341
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
1342
|
+
exports.AssociateWhatsAppBusinessAccount$ = AssociateWhatsAppBusinessAccount$;
|
|
1333
1343
|
exports.AssociateWhatsAppBusinessAccountCommand = AssociateWhatsAppBusinessAccountCommand;
|
|
1344
|
+
exports.AssociateWhatsAppBusinessAccountInput$ = AssociateWhatsAppBusinessAccountInput$;
|
|
1345
|
+
exports.AssociateWhatsAppBusinessAccountOutput$ = AssociateWhatsAppBusinessAccountOutput$;
|
|
1346
|
+
exports.CreateWhatsAppMessageTemplate$ = CreateWhatsAppMessageTemplate$;
|
|
1334
1347
|
exports.CreateWhatsAppMessageTemplateCommand = CreateWhatsAppMessageTemplateCommand;
|
|
1348
|
+
exports.CreateWhatsAppMessageTemplateFromLibrary$ = CreateWhatsAppMessageTemplateFromLibrary$;
|
|
1335
1349
|
exports.CreateWhatsAppMessageTemplateFromLibraryCommand = CreateWhatsAppMessageTemplateFromLibraryCommand;
|
|
1350
|
+
exports.CreateWhatsAppMessageTemplateFromLibraryInput$ = CreateWhatsAppMessageTemplateFromLibraryInput$;
|
|
1351
|
+
exports.CreateWhatsAppMessageTemplateFromLibraryOutput$ = CreateWhatsAppMessageTemplateFromLibraryOutput$;
|
|
1352
|
+
exports.CreateWhatsAppMessageTemplateInput$ = CreateWhatsAppMessageTemplateInput$;
|
|
1353
|
+
exports.CreateWhatsAppMessageTemplateMedia$ = CreateWhatsAppMessageTemplateMedia$;
|
|
1336
1354
|
exports.CreateWhatsAppMessageTemplateMediaCommand = CreateWhatsAppMessageTemplateMediaCommand;
|
|
1355
|
+
exports.CreateWhatsAppMessageTemplateMediaInput$ = CreateWhatsAppMessageTemplateMediaInput$;
|
|
1356
|
+
exports.CreateWhatsAppMessageTemplateMediaOutput$ = CreateWhatsAppMessageTemplateMediaOutput$;
|
|
1357
|
+
exports.CreateWhatsAppMessageTemplateOutput$ = CreateWhatsAppMessageTemplateOutput$;
|
|
1358
|
+
exports.DeleteWhatsAppMessageMedia$ = DeleteWhatsAppMessageMedia$;
|
|
1337
1359
|
exports.DeleteWhatsAppMessageMediaCommand = DeleteWhatsAppMessageMediaCommand;
|
|
1360
|
+
exports.DeleteWhatsAppMessageMediaInput$ = DeleteWhatsAppMessageMediaInput$;
|
|
1361
|
+
exports.DeleteWhatsAppMessageMediaOutput$ = DeleteWhatsAppMessageMediaOutput$;
|
|
1362
|
+
exports.DeleteWhatsAppMessageTemplate$ = DeleteWhatsAppMessageTemplate$;
|
|
1338
1363
|
exports.DeleteWhatsAppMessageTemplateCommand = DeleteWhatsAppMessageTemplateCommand;
|
|
1339
|
-
exports.
|
|
1364
|
+
exports.DeleteWhatsAppMessageTemplateInput$ = DeleteWhatsAppMessageTemplateInput$;
|
|
1365
|
+
exports.DeleteWhatsAppMessageTemplateOutput$ = DeleteWhatsAppMessageTemplateOutput$;
|
|
1366
|
+
exports.DependencyException = DependencyException;
|
|
1367
|
+
exports.DependencyException$ = DependencyException$;
|
|
1368
|
+
exports.DisassociateWhatsAppBusinessAccount$ = DisassociateWhatsAppBusinessAccount$;
|
|
1340
1369
|
exports.DisassociateWhatsAppBusinessAccountCommand = DisassociateWhatsAppBusinessAccountCommand;
|
|
1370
|
+
exports.DisassociateWhatsAppBusinessAccountInput$ = DisassociateWhatsAppBusinessAccountInput$;
|
|
1371
|
+
exports.DisassociateWhatsAppBusinessAccountOutput$ = DisassociateWhatsAppBusinessAccountOutput$;
|
|
1372
|
+
exports.GetLinkedWhatsAppBusinessAccount$ = GetLinkedWhatsAppBusinessAccount$;
|
|
1341
1373
|
exports.GetLinkedWhatsAppBusinessAccountCommand = GetLinkedWhatsAppBusinessAccountCommand;
|
|
1374
|
+
exports.GetLinkedWhatsAppBusinessAccountInput$ = GetLinkedWhatsAppBusinessAccountInput$;
|
|
1375
|
+
exports.GetLinkedWhatsAppBusinessAccountOutput$ = GetLinkedWhatsAppBusinessAccountOutput$;
|
|
1376
|
+
exports.GetLinkedWhatsAppBusinessAccountPhoneNumber$ = GetLinkedWhatsAppBusinessAccountPhoneNumber$;
|
|
1342
1377
|
exports.GetLinkedWhatsAppBusinessAccountPhoneNumberCommand = GetLinkedWhatsAppBusinessAccountPhoneNumberCommand;
|
|
1378
|
+
exports.GetLinkedWhatsAppBusinessAccountPhoneNumberInput$ = GetLinkedWhatsAppBusinessAccountPhoneNumberInput$;
|
|
1379
|
+
exports.GetLinkedWhatsAppBusinessAccountPhoneNumberOutput$ = GetLinkedWhatsAppBusinessAccountPhoneNumberOutput$;
|
|
1380
|
+
exports.GetWhatsAppMessageMedia$ = GetWhatsAppMessageMedia$;
|
|
1343
1381
|
exports.GetWhatsAppMessageMediaCommand = GetWhatsAppMessageMediaCommand;
|
|
1382
|
+
exports.GetWhatsAppMessageMediaInput$ = GetWhatsAppMessageMediaInput$;
|
|
1383
|
+
exports.GetWhatsAppMessageMediaOutput$ = GetWhatsAppMessageMediaOutput$;
|
|
1384
|
+
exports.GetWhatsAppMessageTemplate$ = GetWhatsAppMessageTemplate$;
|
|
1344
1385
|
exports.GetWhatsAppMessageTemplateCommand = GetWhatsAppMessageTemplateCommand;
|
|
1345
|
-
exports.
|
|
1346
|
-
exports.
|
|
1347
|
-
exports.
|
|
1386
|
+
exports.GetWhatsAppMessageTemplateInput$ = GetWhatsAppMessageTemplateInput$;
|
|
1387
|
+
exports.GetWhatsAppMessageTemplateOutput$ = GetWhatsAppMessageTemplateOutput$;
|
|
1388
|
+
exports.InternalServiceException = InternalServiceException;
|
|
1389
|
+
exports.InternalServiceException$ = InternalServiceException$;
|
|
1390
|
+
exports.InvalidParametersException = InvalidParametersException;
|
|
1391
|
+
exports.InvalidParametersException$ = InvalidParametersException$;
|
|
1392
|
+
exports.LibraryTemplateBodyInputs$ = LibraryTemplateBodyInputs$;
|
|
1393
|
+
exports.LibraryTemplateButtonInput$ = LibraryTemplateButtonInput$;
|
|
1394
|
+
exports.LibraryTemplateButtonList$ = LibraryTemplateButtonList$;
|
|
1395
|
+
exports.LimitExceededException = LimitExceededException;
|
|
1396
|
+
exports.LimitExceededException$ = LimitExceededException$;
|
|
1397
|
+
exports.LinkedWhatsAppBusinessAccount$ = LinkedWhatsAppBusinessAccount$;
|
|
1398
|
+
exports.LinkedWhatsAppBusinessAccountIdMetaData$ = LinkedWhatsAppBusinessAccountIdMetaData$;
|
|
1399
|
+
exports.LinkedWhatsAppBusinessAccountSummary$ = LinkedWhatsAppBusinessAccountSummary$;
|
|
1400
|
+
exports.ListLinkedWhatsAppBusinessAccounts$ = ListLinkedWhatsAppBusinessAccounts$;
|
|
1348
1401
|
exports.ListLinkedWhatsAppBusinessAccountsCommand = ListLinkedWhatsAppBusinessAccountsCommand;
|
|
1402
|
+
exports.ListLinkedWhatsAppBusinessAccountsInput$ = ListLinkedWhatsAppBusinessAccountsInput$;
|
|
1403
|
+
exports.ListLinkedWhatsAppBusinessAccountsOutput$ = ListLinkedWhatsAppBusinessAccountsOutput$;
|
|
1404
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
1349
1405
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
1406
|
+
exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
|
|
1407
|
+
exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
|
|
1408
|
+
exports.ListWhatsAppMessageTemplates$ = ListWhatsAppMessageTemplates$;
|
|
1350
1409
|
exports.ListWhatsAppMessageTemplatesCommand = ListWhatsAppMessageTemplatesCommand;
|
|
1410
|
+
exports.ListWhatsAppMessageTemplatesInput$ = ListWhatsAppMessageTemplatesInput$;
|
|
1411
|
+
exports.ListWhatsAppMessageTemplatesOutput$ = ListWhatsAppMessageTemplatesOutput$;
|
|
1412
|
+
exports.ListWhatsAppTemplateLibrary$ = ListWhatsAppTemplateLibrary$;
|
|
1351
1413
|
exports.ListWhatsAppTemplateLibraryCommand = ListWhatsAppTemplateLibraryCommand;
|
|
1414
|
+
exports.ListWhatsAppTemplateLibraryInput$ = ListWhatsAppTemplateLibraryInput$;
|
|
1415
|
+
exports.ListWhatsAppTemplateLibraryOutput$ = ListWhatsAppTemplateLibraryOutput$;
|
|
1416
|
+
exports.MetaLibraryTemplate$ = MetaLibraryTemplate$;
|
|
1417
|
+
exports.MetaLibraryTemplateDefinition$ = MetaLibraryTemplateDefinition$;
|
|
1418
|
+
exports.PostWhatsAppMessageMedia$ = PostWhatsAppMessageMedia$;
|
|
1352
1419
|
exports.PostWhatsAppMessageMediaCommand = PostWhatsAppMessageMediaCommand;
|
|
1420
|
+
exports.PostWhatsAppMessageMediaInput$ = PostWhatsAppMessageMediaInput$;
|
|
1421
|
+
exports.PostWhatsAppMessageMediaOutput$ = PostWhatsAppMessageMediaOutput$;
|
|
1422
|
+
exports.PutWhatsAppBusinessAccountEventDestinations$ = PutWhatsAppBusinessAccountEventDestinations$;
|
|
1353
1423
|
exports.PutWhatsAppBusinessAccountEventDestinationsCommand = PutWhatsAppBusinessAccountEventDestinationsCommand;
|
|
1424
|
+
exports.PutWhatsAppBusinessAccountEventDestinationsInput$ = PutWhatsAppBusinessAccountEventDestinationsInput$;
|
|
1425
|
+
exports.PutWhatsAppBusinessAccountEventDestinationsOutput$ = PutWhatsAppBusinessAccountEventDestinationsOutput$;
|
|
1354
1426
|
exports.RegistrationStatus = RegistrationStatus;
|
|
1355
|
-
exports.ResourceNotFoundException = ResourceNotFoundException
|
|
1427
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
1428
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
1429
|
+
exports.S3File$ = S3File$;
|
|
1430
|
+
exports.S3PresignedUrl$ = S3PresignedUrl$;
|
|
1431
|
+
exports.SendWhatsAppMessage$ = SendWhatsAppMessage$;
|
|
1356
1432
|
exports.SendWhatsAppMessageCommand = SendWhatsAppMessageCommand;
|
|
1433
|
+
exports.SendWhatsAppMessageInput$ = SendWhatsAppMessageInput$;
|
|
1434
|
+
exports.SendWhatsAppMessageOutput$ = SendWhatsAppMessageOutput$;
|
|
1357
1435
|
exports.SocialMessaging = SocialMessaging;
|
|
1358
1436
|
exports.SocialMessagingClient = SocialMessagingClient;
|
|
1359
|
-
exports.SocialMessagingServiceException = SocialMessagingServiceException
|
|
1437
|
+
exports.SocialMessagingServiceException = SocialMessagingServiceException;
|
|
1438
|
+
exports.SocialMessagingServiceException$ = SocialMessagingServiceException$;
|
|
1439
|
+
exports.Tag$ = Tag$;
|
|
1440
|
+
exports.TagResource$ = TagResource$;
|
|
1360
1441
|
exports.TagResourceCommand = TagResourceCommand;
|
|
1361
|
-
exports.
|
|
1442
|
+
exports.TagResourceInput$ = TagResourceInput$;
|
|
1443
|
+
exports.TagResourceOutput$ = TagResourceOutput$;
|
|
1444
|
+
exports.TemplateSummary$ = TemplateSummary$;
|
|
1445
|
+
exports.ThrottledRequestException = ThrottledRequestException;
|
|
1446
|
+
exports.ThrottledRequestException$ = ThrottledRequestException$;
|
|
1447
|
+
exports.UntagResource$ = UntagResource$;
|
|
1362
1448
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1449
|
+
exports.UntagResourceInput$ = UntagResourceInput$;
|
|
1450
|
+
exports.UntagResourceOutput$ = UntagResourceOutput$;
|
|
1451
|
+
exports.UpdateWhatsAppMessageTemplate$ = UpdateWhatsAppMessageTemplate$;
|
|
1363
1452
|
exports.UpdateWhatsAppMessageTemplateCommand = UpdateWhatsAppMessageTemplateCommand;
|
|
1364
|
-
exports.
|
|
1453
|
+
exports.UpdateWhatsAppMessageTemplateInput$ = UpdateWhatsAppMessageTemplateInput$;
|
|
1454
|
+
exports.UpdateWhatsAppMessageTemplateOutput$ = UpdateWhatsAppMessageTemplateOutput$;
|
|
1455
|
+
exports.ValidationException = ValidationException;
|
|
1456
|
+
exports.ValidationException$ = ValidationException$;
|
|
1457
|
+
exports.WabaPhoneNumberSetupFinalization$ = WabaPhoneNumberSetupFinalization$;
|
|
1458
|
+
exports.WabaSetupFinalization$ = WabaSetupFinalization$;
|
|
1459
|
+
exports.WhatsAppBusinessAccountEventDestination$ = WhatsAppBusinessAccountEventDestination$;
|
|
1460
|
+
exports.WhatsAppPhoneNumberDetail$ = WhatsAppPhoneNumberDetail$;
|
|
1461
|
+
exports.WhatsAppPhoneNumberSummary$ = WhatsAppPhoneNumberSummary$;
|
|
1462
|
+
exports.WhatsAppSetupFinalization$ = WhatsAppSetupFinalization$;
|
|
1463
|
+
exports.WhatsAppSignupCallback$ = WhatsAppSignupCallback$;
|
|
1464
|
+
exports.WhatsAppSignupCallbackResult$ = WhatsAppSignupCallbackResult$;
|
|
1365
1465
|
exports.paginateListLinkedWhatsAppBusinessAccounts = paginateListLinkedWhatsAppBusinessAccounts;
|
|
1366
1466
|
exports.paginateListWhatsAppMessageTemplates = paginateListWhatsAppMessageTemplates;
|
|
1367
1467
|
exports.paginateListWhatsAppTemplateLibrary = paginateListWhatsAppTemplateLibrary;
|