@aws-sdk/client-socialmessaging 3.987.0 → 3.988.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 +40 -921
- package/dist-cjs/models/SocialMessagingServiceException.js +12 -0
- package/dist-cjs/models/errors.js +124 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +700 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +58 -52
- package/dist-types/schemas/schemas_0.d.ts +15 -8
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +10 -8
- package/package.json +13 -13
|
@@ -0,0 +1,700 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PostWhatsAppMessageMediaInput$ = exports.MetaLibraryTemplateDefinition$ = exports.MetaLibraryTemplate$ = exports.ListWhatsAppTemplateLibraryOutput$ = exports.ListWhatsAppTemplateLibraryInput$ = exports.ListWhatsAppMessageTemplatesOutput$ = exports.ListWhatsAppMessageTemplatesInput$ = exports.ListTagsForResourceOutput$ = exports.ListTagsForResourceInput$ = exports.ListLinkedWhatsAppBusinessAccountsOutput$ = exports.ListLinkedWhatsAppBusinessAccountsInput$ = exports.LinkedWhatsAppBusinessAccountSummary$ = exports.LinkedWhatsAppBusinessAccountIdMetaData$ = exports.LinkedWhatsAppBusinessAccount$ = exports.LibraryTemplateButtonList$ = exports.LibraryTemplateButtonInput$ = exports.LibraryTemplateBodyInputs$ = exports.GetWhatsAppMessageTemplateOutput$ = exports.GetWhatsAppMessageTemplateInput$ = exports.GetWhatsAppMessageMediaOutput$ = exports.GetWhatsAppMessageMediaInput$ = exports.GetLinkedWhatsAppBusinessAccountPhoneNumberOutput$ = exports.GetLinkedWhatsAppBusinessAccountPhoneNumberInput$ = exports.GetLinkedWhatsAppBusinessAccountOutput$ = exports.GetLinkedWhatsAppBusinessAccountInput$ = exports.DisassociateWhatsAppBusinessAccountOutput$ = exports.DisassociateWhatsAppBusinessAccountInput$ = exports.DeleteWhatsAppMessageTemplateOutput$ = exports.DeleteWhatsAppMessageTemplateInput$ = exports.DeleteWhatsAppMessageMediaOutput$ = exports.DeleteWhatsAppMessageMediaInput$ = exports.CreateWhatsAppMessageTemplateOutput$ = exports.CreateWhatsAppMessageTemplateMediaOutput$ = exports.CreateWhatsAppMessageTemplateMediaInput$ = exports.CreateWhatsAppMessageTemplateInput$ = exports.CreateWhatsAppMessageTemplateFromLibraryOutput$ = exports.CreateWhatsAppMessageTemplateFromLibraryInput$ = exports.AssociateWhatsAppBusinessAccountOutput$ = exports.AssociateWhatsAppBusinessAccountInput$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottledRequestException$ = exports.ResourceNotFoundException$ = exports.LimitExceededException$ = exports.InvalidParametersException$ = exports.InternalServiceException$ = exports.DependencyException$ = exports.AccessDeniedException$ = exports.AccessDeniedByMetaException$ = exports.SocialMessagingServiceException$ = void 0;
|
|
4
|
+
exports.UpdateWhatsAppMessageTemplate$ = exports.UntagResource$ = exports.TagResource$ = exports.SendWhatsAppMessage$ = exports.PutWhatsAppBusinessAccountEventDestinations$ = exports.PostWhatsAppMessageMedia$ = exports.ListWhatsAppTemplateLibrary$ = exports.ListWhatsAppMessageTemplates$ = exports.ListTagsForResource$ = exports.ListLinkedWhatsAppBusinessAccounts$ = exports.GetWhatsAppMessageTemplate$ = exports.GetWhatsAppMessageMedia$ = exports.GetLinkedWhatsAppBusinessAccountPhoneNumber$ = exports.GetLinkedWhatsAppBusinessAccount$ = exports.DisassociateWhatsAppBusinessAccount$ = exports.DeleteWhatsAppMessageTemplate$ = exports.DeleteWhatsAppMessageMedia$ = exports.CreateWhatsAppMessageTemplateMedia$ = exports.CreateWhatsAppMessageTemplateFromLibrary$ = exports.CreateWhatsAppMessageTemplate$ = exports.AssociateWhatsAppBusinessAccount$ = exports.WhatsAppSignupCallbackResult$ = exports.WhatsAppSignupCallback$ = exports.WhatsAppSetupFinalization$ = exports.WhatsAppPhoneNumberSummary$ = exports.WhatsAppPhoneNumberDetail$ = exports.WhatsAppBusinessAccountEventDestination$ = exports.WabaSetupFinalization$ = exports.WabaPhoneNumberSetupFinalization$ = exports.UpdateWhatsAppMessageTemplateOutput$ = exports.UpdateWhatsAppMessageTemplateInput$ = exports.UntagResourceOutput$ = exports.UntagResourceInput$ = exports.TemplateSummary$ = exports.TagResourceOutput$ = exports.TagResourceInput$ = exports.Tag$ = exports.SendWhatsAppMessageOutput$ = exports.SendWhatsAppMessageInput$ = exports.S3PresignedUrl$ = exports.S3File$ = exports.PutWhatsAppBusinessAccountEventDestinationsOutput$ = exports.PutWhatsAppBusinessAccountEventDestinationsInput$ = exports.PostWhatsAppMessageMediaOutput$ = void 0;
|
|
5
|
+
const _ADBME = "AccessDeniedByMetaException";
|
|
6
|
+
const _ADE = "AccessDeniedException";
|
|
7
|
+
const _AIPT = "AssociateInProgressToken";
|
|
8
|
+
const _AWABA = "AssociateWhatsAppBusinessAccount";
|
|
9
|
+
const _AWABAI = "AssociateWhatsAppBusinessAccountInput";
|
|
10
|
+
const _AWABAO = "AssociateWhatsAppBusinessAccountOutput";
|
|
11
|
+
const _CWAMT = "CreateWhatsAppMessageTemplate";
|
|
12
|
+
const _CWAMTFL = "CreateWhatsAppMessageTemplateFromLibrary";
|
|
13
|
+
const _CWAMTFLI = "CreateWhatsAppMessageTemplateFromLibraryInput";
|
|
14
|
+
const _CWAMTFLO = "CreateWhatsAppMessageTemplateFromLibraryOutput";
|
|
15
|
+
const _CWAMTI = "CreateWhatsAppMessageTemplateInput";
|
|
16
|
+
const _CWAMTM = "CreateWhatsAppMessageTemplateMedia";
|
|
17
|
+
const _CWAMTMI = "CreateWhatsAppMessageTemplateMediaInput";
|
|
18
|
+
const _CWAMTMO = "CreateWhatsAppMessageTemplateMediaOutput";
|
|
19
|
+
const _CWAMTO = "CreateWhatsAppMessageTemplateOutput";
|
|
20
|
+
const _DE = "DependencyException";
|
|
21
|
+
const _DWABA = "DisassociateWhatsAppBusinessAccount";
|
|
22
|
+
const _DWABAI = "DisassociateWhatsAppBusinessAccountInput";
|
|
23
|
+
const _DWABAO = "DisassociateWhatsAppBusinessAccountOutput";
|
|
24
|
+
const _DWAMM = "DeleteWhatsAppMessageMedia";
|
|
25
|
+
const _DWAMMI = "DeleteWhatsAppMessageMediaInput";
|
|
26
|
+
const _DWAMMO = "DeleteWhatsAppMessageMediaOutput";
|
|
27
|
+
const _DWAMT = "DeleteWhatsAppMessageTemplate";
|
|
28
|
+
const _DWAMTI = "DeleteWhatsAppMessageTemplateInput";
|
|
29
|
+
const _DWAMTO = "DeleteWhatsAppMessageTemplateOutput";
|
|
30
|
+
const _GLWABA = "GetLinkedWhatsAppBusinessAccount";
|
|
31
|
+
const _GLWABAI = "GetLinkedWhatsAppBusinessAccountInput";
|
|
32
|
+
const _GLWABAO = "GetLinkedWhatsAppBusinessAccountOutput";
|
|
33
|
+
const _GLWABAPN = "GetLinkedWhatsAppBusinessAccountPhoneNumber";
|
|
34
|
+
const _GLWABAPNI = "GetLinkedWhatsAppBusinessAccountPhoneNumberInput";
|
|
35
|
+
const _GLWABAPNO = "GetLinkedWhatsAppBusinessAccountPhoneNumberOutput";
|
|
36
|
+
const _GWAMM = "GetWhatsAppMessageMedia";
|
|
37
|
+
const _GWAMMI = "GetWhatsAppMessageMediaInput";
|
|
38
|
+
const _GWAMMO = "GetWhatsAppMessageMediaOutput";
|
|
39
|
+
const _GWAMT = "GetWhatsAppMessageTemplate";
|
|
40
|
+
const _GWAMTI = "GetWhatsAppMessageTemplateInput";
|
|
41
|
+
const _GWAMTO = "GetWhatsAppMessageTemplateOutput";
|
|
42
|
+
const _IPE = "InvalidParametersException";
|
|
43
|
+
const _ISE = "InternalServiceException";
|
|
44
|
+
const _LAWIS = "LinkedAccountWithIncompleteSetup";
|
|
45
|
+
const _LEE = "LimitExceededException";
|
|
46
|
+
const _LLWABA = "ListLinkedWhatsAppBusinessAccounts";
|
|
47
|
+
const _LLWABAI = "ListLinkedWhatsAppBusinessAccountsInput";
|
|
48
|
+
const _LLWABAO = "ListLinkedWhatsAppBusinessAccountsOutput";
|
|
49
|
+
const _LTBI = "LibraryTemplateBodyInputs";
|
|
50
|
+
const _LTBIi = "LibraryTemplateButtonInput";
|
|
51
|
+
const _LTBL = "LibraryTemplateButtonList";
|
|
52
|
+
const _LTFR = "ListTagsForResource";
|
|
53
|
+
const _LTFRI = "ListTagsForResourceInput";
|
|
54
|
+
const _LTFRO = "ListTagsForResourceOutput";
|
|
55
|
+
const _LWABA = "LinkedWhatsAppBusinessAccount";
|
|
56
|
+
const _LWABAIMD = "LinkedWhatsAppBusinessAccountIdMetaData";
|
|
57
|
+
const _LWABAS = "LinkedWhatsAppBusinessAccountSummary";
|
|
58
|
+
const _LWABASL = "LinkedWhatsAppBusinessAccountSummaryList";
|
|
59
|
+
const _LWAMT = "ListWhatsAppMessageTemplates";
|
|
60
|
+
const _LWAMTI = "ListWhatsAppMessageTemplatesInput";
|
|
61
|
+
const _LWAMTO = "ListWhatsAppMessageTemplatesOutput";
|
|
62
|
+
const _LWATL = "ListWhatsAppTemplateLibrary";
|
|
63
|
+
const _LWATLI = "ListWhatsAppTemplateLibraryInput";
|
|
64
|
+
const _LWATLO = "ListWhatsAppTemplateLibraryOutput";
|
|
65
|
+
const _MLT = "MetaLibraryTemplate";
|
|
66
|
+
const _MLTBI = "MetaLibraryTemplateButtonInputs";
|
|
67
|
+
const _MLTBL = "MetaLibraryTemplateButtonList";
|
|
68
|
+
const _MLTD = "MetaLibraryTemplateDefinition";
|
|
69
|
+
const _MLTL = "MetaLibraryTemplatesList";
|
|
70
|
+
const _PWABAED = "PutWhatsAppBusinessAccountEventDestinations";
|
|
71
|
+
const _PWABAEDI = "PutWhatsAppBusinessAccountEventDestinationsInput";
|
|
72
|
+
const _PWABAEDO = "PutWhatsAppBusinessAccountEventDestinationsOutput";
|
|
73
|
+
const _PWAMM = "PostWhatsAppMessageMedia";
|
|
74
|
+
const _PWAMMI = "PostWhatsAppMessageMediaInput";
|
|
75
|
+
const _PWAMMO = "PostWhatsAppMessageMediaOutput";
|
|
76
|
+
const _RNFE = "ResourceNotFoundException";
|
|
77
|
+
const _SA = "SupportedApps";
|
|
78
|
+
const _SF = "S3File";
|
|
79
|
+
const _SPU = "S3PresignedUrl";
|
|
80
|
+
const _SWAM = "SendWhatsAppMessage";
|
|
81
|
+
const _SWAMI = "SendWhatsAppMessageInput";
|
|
82
|
+
const _SWAMO = "SendWhatsAppMessageOutput";
|
|
83
|
+
const _T = "Tag";
|
|
84
|
+
const _TFP = "TwoFactorPin";
|
|
85
|
+
const _TL = "TagList";
|
|
86
|
+
const _TR = "TagResource";
|
|
87
|
+
const _TRE = "ThrottledRequestException";
|
|
88
|
+
const _TRI = "TagResourceInput";
|
|
89
|
+
const _TRO = "TagResourceOutput";
|
|
90
|
+
const _TS = "TemplateSummary";
|
|
91
|
+
const _TSL = "TemplateSummaryList";
|
|
92
|
+
const _UR = "UntagResource";
|
|
93
|
+
const _URI = "UntagResourceInput";
|
|
94
|
+
const _URO = "UntagResourceOutput";
|
|
95
|
+
const _UWAMT = "UpdateWhatsAppMessageTemplate";
|
|
96
|
+
const _UWAMTI = "UpdateWhatsAppMessageTemplateInput";
|
|
97
|
+
const _UWAMTO = "UpdateWhatsAppMessageTemplateOutput";
|
|
98
|
+
const _VE = "ValidationException";
|
|
99
|
+
const _WABAED = "WhatsAppBusinessAccountEventDestination";
|
|
100
|
+
const _WABAEDh = "WhatsAppBusinessAccountEventDestinations";
|
|
101
|
+
const _WAMB = "WhatsAppMessageBlob";
|
|
102
|
+
const _WAPND = "WhatsAppPhoneNumberDetail";
|
|
103
|
+
const _WAPNDL = "WhatsAppPhoneNumberDetailList";
|
|
104
|
+
const _WAPNS = "WhatsAppPhoneNumberSummary";
|
|
105
|
+
const _WAPNSL = "WhatsAppPhoneNumberSummaryList";
|
|
106
|
+
const _WASC = "WhatsAppSignupCallback";
|
|
107
|
+
const _WASCR = "WhatsAppSignupCallbackResult";
|
|
108
|
+
const _WASF = "WhatsAppSetupFinalization";
|
|
109
|
+
const _WPNSF = "WabaPhoneNumberSetupFinalization";
|
|
110
|
+
const _WPNSFL = "WabaPhoneNumberSetupFinalizationList";
|
|
111
|
+
const _WSF = "WabaSetupFinalization";
|
|
112
|
+
const _a = "account";
|
|
113
|
+
const _aCN = "addContactNumber";
|
|
114
|
+
const _aIPT = "associateInProgressToken";
|
|
115
|
+
const _aLML = "addLearnMoreLink";
|
|
116
|
+
const _aN = "accountName";
|
|
117
|
+
const _aSR = "addSecurityRecommendation";
|
|
118
|
+
const _aT = "accessToken";
|
|
119
|
+
const _aTPL = "addTrackPackageLink";
|
|
120
|
+
const _ar = "arn";
|
|
121
|
+
const _bN = "bucketName";
|
|
122
|
+
const _c = "client";
|
|
123
|
+
const _cEM = "codeExpirationMinutes";
|
|
124
|
+
const _cU = "callbackUrl";
|
|
125
|
+
const _cULTOO = "ctaUrlLinkTrackingOptedOut";
|
|
126
|
+
const _ca = "category";
|
|
127
|
+
const _dAL = "deleteAllLanguages";
|
|
128
|
+
const _dAT = "deleteAllTemplates";
|
|
129
|
+
const _dLR = "dataLocalizationRegion";
|
|
130
|
+
const _dPN = "displayPhoneNumber";
|
|
131
|
+
const _dPNN = "displayPhoneNumberName";
|
|
132
|
+
const _dSF = "destinationS3File";
|
|
133
|
+
const _dSPU = "destinationS3PresignedUrl";
|
|
134
|
+
const _e = "error";
|
|
135
|
+
const _eD = "eventDestinations";
|
|
136
|
+
const _eDA = "eventDestinationArn";
|
|
137
|
+
const _f = "filters";
|
|
138
|
+
const _fS = "fileSize";
|
|
139
|
+
const _h = "headers";
|
|
140
|
+
const _hE = "httpError";
|
|
141
|
+
const _hQ = "httpQuery";
|
|
142
|
+
const _ht = "http";
|
|
143
|
+
const _i = "id";
|
|
144
|
+
const _k = "key";
|
|
145
|
+
const _lA = "linkedAccounts";
|
|
146
|
+
const _lAWIS = "linkedAccountsWithIncompleteSetup";
|
|
147
|
+
const _lD = "linkDate";
|
|
148
|
+
const _lTBI = "libraryTemplateButtonInputs";
|
|
149
|
+
const _lTBIi = "libraryTemplateBodyInputs";
|
|
150
|
+
const _lTN = "libraryTemplateName";
|
|
151
|
+
const _lWABAI = "linkedWhatsAppBusinessAccountId";
|
|
152
|
+
const _m = "message";
|
|
153
|
+
const _mAV = "metaApiVersion";
|
|
154
|
+
const _mHH = "metaHeaderHandle";
|
|
155
|
+
const _mI = "mediaId";
|
|
156
|
+
const _mIe = "messageId";
|
|
157
|
+
const _mLT = "metaLibraryTemplate";
|
|
158
|
+
const _mLTe = "metaLibraryTemplates";
|
|
159
|
+
const _mO = "metadataOnly";
|
|
160
|
+
const _mPNI = "metaPhoneNumberId";
|
|
161
|
+
const _mR = "maxResults";
|
|
162
|
+
const _mT = "mimeType";
|
|
163
|
+
const _mTI = "metaTemplateId";
|
|
164
|
+
const _nT = "nextToken";
|
|
165
|
+
const _oPNI = "originationPhoneNumberId";
|
|
166
|
+
const _oT = "otpType";
|
|
167
|
+
const _pF = "parameterFormat";
|
|
168
|
+
const _pN = "phoneNumber";
|
|
169
|
+
const _pNI = "phoneNumberId";
|
|
170
|
+
const _pNP = "phoneNumberParent";
|
|
171
|
+
const _pNh = "phoneNumbers";
|
|
172
|
+
const _qR = "qualityRating";
|
|
173
|
+
const _rA = "resourceArn";
|
|
174
|
+
const _rAo = "roleArn";
|
|
175
|
+
const _rS = "registrationStatus";
|
|
176
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.socialmessaging";
|
|
177
|
+
const _sA = "supportedApps";
|
|
178
|
+
const _sC = "signupCallback";
|
|
179
|
+
const _sCR = "signupCallbackResult";
|
|
180
|
+
const _sCt = "statusCode";
|
|
181
|
+
const _sF = "setupFinalization";
|
|
182
|
+
const _sSF = "sourceS3File";
|
|
183
|
+
const _sSPU = "sourceS3PresignedUrl";
|
|
184
|
+
const _se = "server";
|
|
185
|
+
const _su = "success";
|
|
186
|
+
const _t = "template";
|
|
187
|
+
const _tB = "templateBody";
|
|
188
|
+
const _tBEP = "templateBodyExampleParams";
|
|
189
|
+
const _tBe = "templateButtons";
|
|
190
|
+
const _tC = "templateCategory";
|
|
191
|
+
const _tCe = "templateComponents";
|
|
192
|
+
const _tD = "templateDefinition";
|
|
193
|
+
const _tFP = "twoFactorPin";
|
|
194
|
+
const _tH = "templateHeader";
|
|
195
|
+
const _tI = "templateIndustry";
|
|
196
|
+
const _tIe = "templateId";
|
|
197
|
+
const _tK = "tagKeys";
|
|
198
|
+
const _tL = "templateLanguage";
|
|
199
|
+
const _tN = "templateName";
|
|
200
|
+
const _tQS = "templateQualityScore";
|
|
201
|
+
const _tS = "templateStatus";
|
|
202
|
+
const _tT = "templateTopic";
|
|
203
|
+
const _tUC = "templateUseCase";
|
|
204
|
+
const _ta = "tags";
|
|
205
|
+
const _te = "text";
|
|
206
|
+
const _tem = "templates";
|
|
207
|
+
const _ty = "type";
|
|
208
|
+
const _u = "url";
|
|
209
|
+
const _uWAPN = "unregisteredWhatsAppPhoneNumbers";
|
|
210
|
+
const _v = "value";
|
|
211
|
+
const _w = "waba";
|
|
212
|
+
const _wI = "wabaId";
|
|
213
|
+
const _wN = "wabaName";
|
|
214
|
+
const _zTTA = "zeroTapTermsAccepted";
|
|
215
|
+
const n0 = "com.amazonaws.socialmessaging";
|
|
216
|
+
const schema_1 = require("@smithy/core/schema");
|
|
217
|
+
const errors_1 = require("../models/errors");
|
|
218
|
+
const SocialMessagingServiceException_1 = require("../models/SocialMessagingServiceException");
|
|
219
|
+
const _s_registry = schema_1.TypeRegistry.for(_s);
|
|
220
|
+
exports.SocialMessagingServiceException$ = [-3, _s, "SocialMessagingServiceException", 0, [], []];
|
|
221
|
+
_s_registry.registerError(exports.SocialMessagingServiceException$, SocialMessagingServiceException_1.SocialMessagingServiceException);
|
|
222
|
+
const n0_registry = schema_1.TypeRegistry.for(n0);
|
|
223
|
+
exports.AccessDeniedByMetaException$ = [-3, n0, _ADBME,
|
|
224
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
225
|
+
[_m],
|
|
226
|
+
[0]
|
|
227
|
+
];
|
|
228
|
+
n0_registry.registerError(exports.AccessDeniedByMetaException$, errors_1.AccessDeniedByMetaException);
|
|
229
|
+
exports.AccessDeniedException$ = [-3, n0, _ADE,
|
|
230
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
231
|
+
[_m],
|
|
232
|
+
[0]
|
|
233
|
+
];
|
|
234
|
+
n0_registry.registerError(exports.AccessDeniedException$, errors_1.AccessDeniedException);
|
|
235
|
+
exports.DependencyException$ = [-3, n0, _DE,
|
|
236
|
+
{ [_e]: _se, [_hE]: 502 },
|
|
237
|
+
[_m],
|
|
238
|
+
[0]
|
|
239
|
+
];
|
|
240
|
+
n0_registry.registerError(exports.DependencyException$, errors_1.DependencyException);
|
|
241
|
+
exports.InternalServiceException$ = [-3, n0, _ISE,
|
|
242
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
243
|
+
[_m],
|
|
244
|
+
[0]
|
|
245
|
+
];
|
|
246
|
+
n0_registry.registerError(exports.InternalServiceException$, errors_1.InternalServiceException);
|
|
247
|
+
exports.InvalidParametersException$ = [-3, n0, _IPE,
|
|
248
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
249
|
+
[_m],
|
|
250
|
+
[0]
|
|
251
|
+
];
|
|
252
|
+
n0_registry.registerError(exports.InvalidParametersException$, errors_1.InvalidParametersException);
|
|
253
|
+
exports.LimitExceededException$ = [-3, n0, _LEE,
|
|
254
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
255
|
+
[_m],
|
|
256
|
+
[0]
|
|
257
|
+
];
|
|
258
|
+
n0_registry.registerError(exports.LimitExceededException$, errors_1.LimitExceededException);
|
|
259
|
+
exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
260
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
261
|
+
[_m],
|
|
262
|
+
[0]
|
|
263
|
+
];
|
|
264
|
+
n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
|
|
265
|
+
exports.ThrottledRequestException$ = [-3, n0, _TRE,
|
|
266
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
267
|
+
[_m],
|
|
268
|
+
[0]
|
|
269
|
+
];
|
|
270
|
+
n0_registry.registerError(exports.ThrottledRequestException$, errors_1.ThrottledRequestException);
|
|
271
|
+
exports.ValidationException$ = [-3, n0, _VE,
|
|
272
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
273
|
+
[_m],
|
|
274
|
+
[0]
|
|
275
|
+
];
|
|
276
|
+
n0_registry.registerError(exports.ValidationException$, errors_1.ValidationException);
|
|
277
|
+
exports.errorTypeRegistries = [
|
|
278
|
+
_s_registry,
|
|
279
|
+
n0_registry,
|
|
280
|
+
];
|
|
281
|
+
var AssociateInProgressToken = [0, n0, _AIPT, 8, 0];
|
|
282
|
+
var TwoFactorPin = [0, n0, _TFP, 8, 0];
|
|
283
|
+
var WhatsAppMessageBlob = [0, n0, _WAMB, 8, 21];
|
|
284
|
+
exports.AssociateWhatsAppBusinessAccountInput$ = [3, n0, _AWABAI,
|
|
285
|
+
0,
|
|
286
|
+
[_sC, _sF],
|
|
287
|
+
[() => exports.WhatsAppSignupCallback$, [() => exports.WhatsAppSetupFinalization$, 0]]
|
|
288
|
+
];
|
|
289
|
+
exports.AssociateWhatsAppBusinessAccountOutput$ = [3, n0, _AWABAO,
|
|
290
|
+
0,
|
|
291
|
+
[_sCR, _sCt],
|
|
292
|
+
[[() => exports.WhatsAppSignupCallbackResult$, 0], 1]
|
|
293
|
+
];
|
|
294
|
+
exports.CreateWhatsAppMessageTemplateFromLibraryInput$ = [3, n0, _CWAMTFLI,
|
|
295
|
+
0,
|
|
296
|
+
[_mLT, _i],
|
|
297
|
+
[() => exports.MetaLibraryTemplate$, 0], 2
|
|
298
|
+
];
|
|
299
|
+
exports.CreateWhatsAppMessageTemplateFromLibraryOutput$ = [3, n0, _CWAMTFLO,
|
|
300
|
+
0,
|
|
301
|
+
[_mTI, _tS, _ca],
|
|
302
|
+
[0, 0, 0]
|
|
303
|
+
];
|
|
304
|
+
exports.CreateWhatsAppMessageTemplateInput$ = [3, n0, _CWAMTI,
|
|
305
|
+
0,
|
|
306
|
+
[_tD, _i],
|
|
307
|
+
[21, 0], 2
|
|
308
|
+
];
|
|
309
|
+
exports.CreateWhatsAppMessageTemplateMediaInput$ = [3, n0, _CWAMTMI,
|
|
310
|
+
0,
|
|
311
|
+
[_i, _sSF],
|
|
312
|
+
[0, [() => exports.S3File$, 0]], 1
|
|
313
|
+
];
|
|
314
|
+
exports.CreateWhatsAppMessageTemplateMediaOutput$ = [3, n0, _CWAMTMO,
|
|
315
|
+
0,
|
|
316
|
+
[_mHH],
|
|
317
|
+
[0]
|
|
318
|
+
];
|
|
319
|
+
exports.CreateWhatsAppMessageTemplateOutput$ = [3, n0, _CWAMTO,
|
|
320
|
+
0,
|
|
321
|
+
[_mTI, _tS, _ca],
|
|
322
|
+
[0, 0, 0]
|
|
323
|
+
];
|
|
324
|
+
exports.DeleteWhatsAppMessageMediaInput$ = [3, n0, _DWAMMI,
|
|
325
|
+
0,
|
|
326
|
+
[_mI, _oPNI],
|
|
327
|
+
[[0, { [_hQ]: _mI }], [0, { [_hQ]: _oPNI }]], 2
|
|
328
|
+
];
|
|
329
|
+
exports.DeleteWhatsAppMessageMediaOutput$ = [3, n0, _DWAMMO,
|
|
330
|
+
0,
|
|
331
|
+
[_su],
|
|
332
|
+
[2]
|
|
333
|
+
];
|
|
334
|
+
exports.DeleteWhatsAppMessageTemplateInput$ = [3, n0, _DWAMTI,
|
|
335
|
+
0,
|
|
336
|
+
[_i, _tN, _mTI, _dAL],
|
|
337
|
+
[[0, { [_hQ]: _i }], [0, { [_hQ]: _tN }], [0, { [_hQ]: _mTI }], [2, { [_hQ]: _dAT }]], 2
|
|
338
|
+
];
|
|
339
|
+
exports.DeleteWhatsAppMessageTemplateOutput$ = [3, n0, _DWAMTO,
|
|
340
|
+
0,
|
|
341
|
+
[],
|
|
342
|
+
[]
|
|
343
|
+
];
|
|
344
|
+
exports.DisassociateWhatsAppBusinessAccountInput$ = [3, n0, _DWABAI,
|
|
345
|
+
0,
|
|
346
|
+
[_i],
|
|
347
|
+
[[0, { [_hQ]: _i }]], 1
|
|
348
|
+
];
|
|
349
|
+
exports.DisassociateWhatsAppBusinessAccountOutput$ = [3, n0, _DWABAO,
|
|
350
|
+
0,
|
|
351
|
+
[],
|
|
352
|
+
[]
|
|
353
|
+
];
|
|
354
|
+
exports.GetLinkedWhatsAppBusinessAccountInput$ = [3, n0, _GLWABAI,
|
|
355
|
+
0,
|
|
356
|
+
[_i],
|
|
357
|
+
[[0, { [_hQ]: _i }]], 1
|
|
358
|
+
];
|
|
359
|
+
exports.GetLinkedWhatsAppBusinessAccountOutput$ = [3, n0, _GLWABAO,
|
|
360
|
+
0,
|
|
361
|
+
[_a],
|
|
362
|
+
[() => exports.LinkedWhatsAppBusinessAccount$]
|
|
363
|
+
];
|
|
364
|
+
exports.GetLinkedWhatsAppBusinessAccountPhoneNumberInput$ = [3, n0, _GLWABAPNI,
|
|
365
|
+
0,
|
|
366
|
+
[_i],
|
|
367
|
+
[[0, { [_hQ]: _i }]], 1
|
|
368
|
+
];
|
|
369
|
+
exports.GetLinkedWhatsAppBusinessAccountPhoneNumberOutput$ = [3, n0, _GLWABAPNO,
|
|
370
|
+
0,
|
|
371
|
+
[_pN, _lWABAI],
|
|
372
|
+
[() => exports.WhatsAppPhoneNumberDetail$, 0]
|
|
373
|
+
];
|
|
374
|
+
exports.GetWhatsAppMessageMediaInput$ = [3, n0, _GWAMMI,
|
|
375
|
+
0,
|
|
376
|
+
[_mI, _oPNI, _mO, _dSPU, _dSF],
|
|
377
|
+
[0, 0, 2, [() => exports.S3PresignedUrl$, 0], [() => exports.S3File$, 0]], 2
|
|
378
|
+
];
|
|
379
|
+
exports.GetWhatsAppMessageMediaOutput$ = [3, n0, _GWAMMO,
|
|
380
|
+
0,
|
|
381
|
+
[_mT, _fS],
|
|
382
|
+
[0, 1]
|
|
383
|
+
];
|
|
384
|
+
exports.GetWhatsAppMessageTemplateInput$ = [3, n0, _GWAMTI,
|
|
385
|
+
0,
|
|
386
|
+
[_mTI, _i],
|
|
387
|
+
[[0, { [_hQ]: _mTI }], [0, { [_hQ]: _i }]], 2
|
|
388
|
+
];
|
|
389
|
+
exports.GetWhatsAppMessageTemplateOutput$ = [3, n0, _GWAMTO,
|
|
390
|
+
0,
|
|
391
|
+
[_t],
|
|
392
|
+
[0]
|
|
393
|
+
];
|
|
394
|
+
exports.LibraryTemplateBodyInputs$ = [3, n0, _LTBI,
|
|
395
|
+
0,
|
|
396
|
+
[_aCN, _aLML, _aSR, _aTPL, _cEM],
|
|
397
|
+
[2, 2, 2, 2, 1]
|
|
398
|
+
];
|
|
399
|
+
exports.LibraryTemplateButtonInput$ = [3, n0, _LTBIi,
|
|
400
|
+
0,
|
|
401
|
+
[_ty, _pN, _u, _oT, _zTTA, _sA],
|
|
402
|
+
[0, 0, 128 | 0, 0, 2, [1, n0, _SA, 0, 128 | 0]]
|
|
403
|
+
];
|
|
404
|
+
exports.LibraryTemplateButtonList$ = [3, n0, _LTBL,
|
|
405
|
+
0,
|
|
406
|
+
[_ty, _te, _pN, _u, _oT, _zTTA, _sA],
|
|
407
|
+
[0, 0, 0, 0, 0, 2, [1, n0, _SA, 0, 128 | 0]]
|
|
408
|
+
];
|
|
409
|
+
exports.LinkedWhatsAppBusinessAccount$ = [3, n0, _LWABA,
|
|
410
|
+
0,
|
|
411
|
+
[_ar, _i, _wI, _rS, _lD, _wN, _eD, _pNh],
|
|
412
|
+
[0, 0, 0, 0, 4, 0, () => WhatsAppBusinessAccountEventDestinations, () => WhatsAppPhoneNumberSummaryList], 8
|
|
413
|
+
];
|
|
414
|
+
exports.LinkedWhatsAppBusinessAccountIdMetaData$ = [3, n0, _LWABAIMD,
|
|
415
|
+
0,
|
|
416
|
+
[_aN, _rS, _uWAPN, _wI],
|
|
417
|
+
[0, 0, () => WhatsAppPhoneNumberDetailList, 0]
|
|
418
|
+
];
|
|
419
|
+
exports.LinkedWhatsAppBusinessAccountSummary$ = [3, n0, _LWABAS,
|
|
420
|
+
0,
|
|
421
|
+
[_ar, _i, _wI, _rS, _lD, _wN, _eD],
|
|
422
|
+
[0, 0, 0, 0, 4, 0, () => WhatsAppBusinessAccountEventDestinations], 7
|
|
423
|
+
];
|
|
424
|
+
exports.ListLinkedWhatsAppBusinessAccountsInput$ = [3, n0, _LLWABAI,
|
|
425
|
+
0,
|
|
426
|
+
[_nT, _mR],
|
|
427
|
+
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
|
|
428
|
+
];
|
|
429
|
+
exports.ListLinkedWhatsAppBusinessAccountsOutput$ = [3, n0, _LLWABAO,
|
|
430
|
+
0,
|
|
431
|
+
[_lA, _nT],
|
|
432
|
+
[() => LinkedWhatsAppBusinessAccountSummaryList, 0]
|
|
433
|
+
];
|
|
434
|
+
exports.ListTagsForResourceInput$ = [3, n0, _LTFRI,
|
|
435
|
+
0,
|
|
436
|
+
[_rA],
|
|
437
|
+
[[0, { [_hQ]: _rA }]], 1
|
|
438
|
+
];
|
|
439
|
+
exports.ListTagsForResourceOutput$ = [3, n0, _LTFRO,
|
|
440
|
+
0,
|
|
441
|
+
[_sCt, _ta],
|
|
442
|
+
[1, () => TagList]
|
|
443
|
+
];
|
|
444
|
+
exports.ListWhatsAppMessageTemplatesInput$ = [3, n0, _LWAMTI,
|
|
445
|
+
0,
|
|
446
|
+
[_i, _nT, _mR],
|
|
447
|
+
[[0, { [_hQ]: _i }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
|
|
448
|
+
];
|
|
449
|
+
exports.ListWhatsAppMessageTemplatesOutput$ = [3, n0, _LWAMTO,
|
|
450
|
+
0,
|
|
451
|
+
[_tem, _nT],
|
|
452
|
+
[() => TemplateSummaryList, 0]
|
|
453
|
+
];
|
|
454
|
+
exports.ListWhatsAppTemplateLibraryInput$ = [3, n0, _LWATLI,
|
|
455
|
+
0,
|
|
456
|
+
[_i, _nT, _mR, _f],
|
|
457
|
+
[[0, { [_hQ]: _i }], 0, 1, 128 | 0], 1
|
|
458
|
+
];
|
|
459
|
+
exports.ListWhatsAppTemplateLibraryOutput$ = [3, n0, _LWATLO,
|
|
460
|
+
0,
|
|
461
|
+
[_mLTe, _nT],
|
|
462
|
+
[() => MetaLibraryTemplatesList, 0]
|
|
463
|
+
];
|
|
464
|
+
exports.MetaLibraryTemplate$ = [3, n0, _MLT,
|
|
465
|
+
0,
|
|
466
|
+
[_tN, _lTN, _tC, _tL, _lTBI, _lTBIi],
|
|
467
|
+
[0, 0, 0, 0, () => MetaLibraryTemplateButtonInputs, () => exports.LibraryTemplateBodyInputs$], 4
|
|
468
|
+
];
|
|
469
|
+
exports.MetaLibraryTemplateDefinition$ = [3, n0, _MLTD,
|
|
470
|
+
0,
|
|
471
|
+
[_tN, _tL, _tC, _tT, _tUC, _tI, _tH, _tB, _tBe, _tIe, _tBEP],
|
|
472
|
+
[0, 0, 0, 0, 0, 64 | 0, 0, 0, () => MetaLibraryTemplateButtonList, 0, 64 | 0]
|
|
473
|
+
];
|
|
474
|
+
exports.PostWhatsAppMessageMediaInput$ = [3, n0, _PWAMMI,
|
|
475
|
+
0,
|
|
476
|
+
[_oPNI, _sSPU, _sSF],
|
|
477
|
+
[0, [() => exports.S3PresignedUrl$, 0], [() => exports.S3File$, 0]], 1
|
|
478
|
+
];
|
|
479
|
+
exports.PostWhatsAppMessageMediaOutput$ = [3, n0, _PWAMMO,
|
|
480
|
+
0,
|
|
481
|
+
[_mI],
|
|
482
|
+
[0]
|
|
483
|
+
];
|
|
484
|
+
exports.PutWhatsAppBusinessAccountEventDestinationsInput$ = [3, n0, _PWABAEDI,
|
|
485
|
+
0,
|
|
486
|
+
[_i, _eD],
|
|
487
|
+
[0, () => WhatsAppBusinessAccountEventDestinations], 2
|
|
488
|
+
];
|
|
489
|
+
exports.PutWhatsAppBusinessAccountEventDestinationsOutput$ = [3, n0, _PWABAEDO,
|
|
490
|
+
0,
|
|
491
|
+
[],
|
|
492
|
+
[]
|
|
493
|
+
];
|
|
494
|
+
exports.S3File$ = [3, n0, _SF,
|
|
495
|
+
8,
|
|
496
|
+
[_bN, _k],
|
|
497
|
+
[0, 0], 2
|
|
498
|
+
];
|
|
499
|
+
exports.S3PresignedUrl$ = [3, n0, _SPU,
|
|
500
|
+
8,
|
|
501
|
+
[_u, _h],
|
|
502
|
+
[0, 128 | 0], 2
|
|
503
|
+
];
|
|
504
|
+
exports.SendWhatsAppMessageInput$ = [3, n0, _SWAMI,
|
|
505
|
+
0,
|
|
506
|
+
[_oPNI, _m, _mAV],
|
|
507
|
+
[0, [() => WhatsAppMessageBlob, 0], 0], 3
|
|
508
|
+
];
|
|
509
|
+
exports.SendWhatsAppMessageOutput$ = [3, n0, _SWAMO,
|
|
510
|
+
0,
|
|
511
|
+
[_mIe],
|
|
512
|
+
[0]
|
|
513
|
+
];
|
|
514
|
+
exports.Tag$ = [3, n0, _T,
|
|
515
|
+
0,
|
|
516
|
+
[_k, _v],
|
|
517
|
+
[0, 0], 1
|
|
518
|
+
];
|
|
519
|
+
exports.TagResourceInput$ = [3, n0, _TRI,
|
|
520
|
+
0,
|
|
521
|
+
[_rA, _ta],
|
|
522
|
+
[0, () => TagList], 2
|
|
523
|
+
];
|
|
524
|
+
exports.TagResourceOutput$ = [3, n0, _TRO,
|
|
525
|
+
0,
|
|
526
|
+
[_sCt],
|
|
527
|
+
[1]
|
|
528
|
+
];
|
|
529
|
+
exports.TemplateSummary$ = [3, n0, _TS,
|
|
530
|
+
0,
|
|
531
|
+
[_tN, _mTI, _tS, _tQS, _tL, _tC],
|
|
532
|
+
[0, 0, 0, 0, 0, 0]
|
|
533
|
+
];
|
|
534
|
+
exports.UntagResourceInput$ = [3, n0, _URI,
|
|
535
|
+
0,
|
|
536
|
+
[_rA, _tK],
|
|
537
|
+
[0, 64 | 0], 2
|
|
538
|
+
];
|
|
539
|
+
exports.UntagResourceOutput$ = [3, n0, _URO,
|
|
540
|
+
0,
|
|
541
|
+
[_sCt],
|
|
542
|
+
[1]
|
|
543
|
+
];
|
|
544
|
+
exports.UpdateWhatsAppMessageTemplateInput$ = [3, n0, _UWAMTI,
|
|
545
|
+
0,
|
|
546
|
+
[_i, _mTI, _pF, _tC, _tCe, _cULTOO],
|
|
547
|
+
[0, 0, 0, 0, 21, 2], 2
|
|
548
|
+
];
|
|
549
|
+
exports.UpdateWhatsAppMessageTemplateOutput$ = [3, n0, _UWAMTO,
|
|
550
|
+
0,
|
|
551
|
+
[],
|
|
552
|
+
[]
|
|
553
|
+
];
|
|
554
|
+
exports.WabaPhoneNumberSetupFinalization$ = [3, n0, _WPNSF,
|
|
555
|
+
0,
|
|
556
|
+
[_i, _tFP, _dLR, _ta],
|
|
557
|
+
[0, [() => TwoFactorPin, 0], 0, () => TagList], 2
|
|
558
|
+
];
|
|
559
|
+
exports.WabaSetupFinalization$ = [3, n0, _WSF,
|
|
560
|
+
0,
|
|
561
|
+
[_i, _eD, _ta],
|
|
562
|
+
[0, () => WhatsAppBusinessAccountEventDestinations, () => TagList]
|
|
563
|
+
];
|
|
564
|
+
exports.WhatsAppBusinessAccountEventDestination$ = [3, n0, _WABAED,
|
|
565
|
+
0,
|
|
566
|
+
[_eDA, _rAo],
|
|
567
|
+
[0, 0], 1
|
|
568
|
+
];
|
|
569
|
+
exports.WhatsAppPhoneNumberDetail$ = [3, n0, _WAPND,
|
|
570
|
+
0,
|
|
571
|
+
[_ar, _pN, _pNI, _mPNI, _dPNN, _dPN, _qR, _dLR],
|
|
572
|
+
[0, 0, 0, 0, 0, 0, 0, 0], 7
|
|
573
|
+
];
|
|
574
|
+
exports.WhatsAppPhoneNumberSummary$ = [3, n0, _WAPNS,
|
|
575
|
+
0,
|
|
576
|
+
[_ar, _pN, _pNI, _mPNI, _dPNN, _dPN, _qR, _dLR],
|
|
577
|
+
[0, 0, 0, 0, 0, 0, 0, 0], 7
|
|
578
|
+
];
|
|
579
|
+
exports.WhatsAppSetupFinalization$ = [3, n0, _WASF,
|
|
580
|
+
0,
|
|
581
|
+
[_aIPT, _pNh, _pNP, _w],
|
|
582
|
+
[[() => AssociateInProgressToken, 0], [() => WabaPhoneNumberSetupFinalizationList, 0], 0, () => exports.WabaSetupFinalization$], 2
|
|
583
|
+
];
|
|
584
|
+
exports.WhatsAppSignupCallback$ = [3, n0, _WASC,
|
|
585
|
+
0,
|
|
586
|
+
[_aT, _cU],
|
|
587
|
+
[0, 0], 1
|
|
588
|
+
];
|
|
589
|
+
exports.WhatsAppSignupCallbackResult$ = [3, n0, _WASCR,
|
|
590
|
+
0,
|
|
591
|
+
[_aIPT, _lAWIS],
|
|
592
|
+
[[() => AssociateInProgressToken, 0], () => LinkedAccountWithIncompleteSetup]
|
|
593
|
+
];
|
|
594
|
+
var LinkedWhatsAppBusinessAccountSummaryList = [1, n0, _LWABASL,
|
|
595
|
+
0, () => exports.LinkedWhatsAppBusinessAccountSummary$
|
|
596
|
+
];
|
|
597
|
+
var MetaIndustries = 64 | 0;
|
|
598
|
+
var MetaLibraryTemplateButtonInputs = [1, n0, _MLTBI,
|
|
599
|
+
0, () => exports.LibraryTemplateButtonInput$
|
|
600
|
+
];
|
|
601
|
+
var MetaLibraryTemplateButtonList = [1, n0, _MLTBL,
|
|
602
|
+
0, () => exports.LibraryTemplateButtonList$
|
|
603
|
+
];
|
|
604
|
+
var MetaLibraryTemplatesList = [1, n0, _MLTL,
|
|
605
|
+
0, () => exports.MetaLibraryTemplateDefinition$
|
|
606
|
+
];
|
|
607
|
+
var MetaTemplateBodyExampleParams = 64 | 0;
|
|
608
|
+
var StringList = 64 | 0;
|
|
609
|
+
var SupportedApps = [1, n0, _SA,
|
|
610
|
+
0, 128 | 0
|
|
611
|
+
];
|
|
612
|
+
var TagList = [1, n0, _TL,
|
|
613
|
+
0, () => exports.Tag$
|
|
614
|
+
];
|
|
615
|
+
var TemplateSummaryList = [1, n0, _TSL,
|
|
616
|
+
0, () => exports.TemplateSummary$
|
|
617
|
+
];
|
|
618
|
+
var WabaPhoneNumberSetupFinalizationList = [1, n0, _WPNSFL,
|
|
619
|
+
0, [() => exports.WabaPhoneNumberSetupFinalization$,
|
|
620
|
+
0]
|
|
621
|
+
];
|
|
622
|
+
var WhatsAppBusinessAccountEventDestinations = [1, n0, _WABAEDh,
|
|
623
|
+
0, () => exports.WhatsAppBusinessAccountEventDestination$
|
|
624
|
+
];
|
|
625
|
+
var WhatsAppPhoneNumberDetailList = [1, n0, _WAPNDL,
|
|
626
|
+
0, () => exports.WhatsAppPhoneNumberDetail$
|
|
627
|
+
];
|
|
628
|
+
var WhatsAppPhoneNumberSummaryList = [1, n0, _WAPNSL,
|
|
629
|
+
0, () => exports.WhatsAppPhoneNumberSummary$
|
|
630
|
+
];
|
|
631
|
+
var Filter = 128 | 0;
|
|
632
|
+
var Headers = 128 | 0;
|
|
633
|
+
var LinkedAccountWithIncompleteSetup = [2, n0, _LAWIS,
|
|
634
|
+
0, 0, () => exports.LinkedWhatsAppBusinessAccountIdMetaData$
|
|
635
|
+
];
|
|
636
|
+
var MetaUrlWithSuffixExample = 128 | 0;
|
|
637
|
+
var SupportedApp = 128 | 0;
|
|
638
|
+
exports.AssociateWhatsAppBusinessAccount$ = [9, n0, _AWABA,
|
|
639
|
+
{ [_ht]: ["POST", "/v1/whatsapp/signup", 200] }, () => exports.AssociateWhatsAppBusinessAccountInput$, () => exports.AssociateWhatsAppBusinessAccountOutput$
|
|
640
|
+
];
|
|
641
|
+
exports.CreateWhatsAppMessageTemplate$ = [9, n0, _CWAMT,
|
|
642
|
+
{ [_ht]: ["POST", "/v1/whatsapp/template/put", 200] }, () => exports.CreateWhatsAppMessageTemplateInput$, () => exports.CreateWhatsAppMessageTemplateOutput$
|
|
643
|
+
];
|
|
644
|
+
exports.CreateWhatsAppMessageTemplateFromLibrary$ = [9, n0, _CWAMTFL,
|
|
645
|
+
{ [_ht]: ["POST", "/v1/whatsapp/template/create", 200] }, () => exports.CreateWhatsAppMessageTemplateFromLibraryInput$, () => exports.CreateWhatsAppMessageTemplateFromLibraryOutput$
|
|
646
|
+
];
|
|
647
|
+
exports.CreateWhatsAppMessageTemplateMedia$ = [9, n0, _CWAMTM,
|
|
648
|
+
{ [_ht]: ["POST", "/v1/whatsapp/template/media", 200] }, () => exports.CreateWhatsAppMessageTemplateMediaInput$, () => exports.CreateWhatsAppMessageTemplateMediaOutput$
|
|
649
|
+
];
|
|
650
|
+
exports.DeleteWhatsAppMessageMedia$ = [9, n0, _DWAMM,
|
|
651
|
+
{ [_ht]: ["DELETE", "/v1/whatsapp/media", 200] }, () => exports.DeleteWhatsAppMessageMediaInput$, () => exports.DeleteWhatsAppMessageMediaOutput$
|
|
652
|
+
];
|
|
653
|
+
exports.DeleteWhatsAppMessageTemplate$ = [9, n0, _DWAMT,
|
|
654
|
+
{ [_ht]: ["DELETE", "/v1/whatsapp/template", 200] }, () => exports.DeleteWhatsAppMessageTemplateInput$, () => exports.DeleteWhatsAppMessageTemplateOutput$
|
|
655
|
+
];
|
|
656
|
+
exports.DisassociateWhatsAppBusinessAccount$ = [9, n0, _DWABA,
|
|
657
|
+
{ [_ht]: ["DELETE", "/v1/whatsapp/waba/disassociate", 200] }, () => exports.DisassociateWhatsAppBusinessAccountInput$, () => exports.DisassociateWhatsAppBusinessAccountOutput$
|
|
658
|
+
];
|
|
659
|
+
exports.GetLinkedWhatsAppBusinessAccount$ = [9, n0, _GLWABA,
|
|
660
|
+
{ [_ht]: ["GET", "/v1/whatsapp/waba/details", 200] }, () => exports.GetLinkedWhatsAppBusinessAccountInput$, () => exports.GetLinkedWhatsAppBusinessAccountOutput$
|
|
661
|
+
];
|
|
662
|
+
exports.GetLinkedWhatsAppBusinessAccountPhoneNumber$ = [9, n0, _GLWABAPN,
|
|
663
|
+
{ [_ht]: ["GET", "/v1/whatsapp/waba/phone/details", 200] }, () => exports.GetLinkedWhatsAppBusinessAccountPhoneNumberInput$, () => exports.GetLinkedWhatsAppBusinessAccountPhoneNumberOutput$
|
|
664
|
+
];
|
|
665
|
+
exports.GetWhatsAppMessageMedia$ = [9, n0, _GWAMM,
|
|
666
|
+
{ [_ht]: ["POST", "/v1/whatsapp/media/get", 200] }, () => exports.GetWhatsAppMessageMediaInput$, () => exports.GetWhatsAppMessageMediaOutput$
|
|
667
|
+
];
|
|
668
|
+
exports.GetWhatsAppMessageTemplate$ = [9, n0, _GWAMT,
|
|
669
|
+
{ [_ht]: ["GET", "/v1/whatsapp/template", 200] }, () => exports.GetWhatsAppMessageTemplateInput$, () => exports.GetWhatsAppMessageTemplateOutput$
|
|
670
|
+
];
|
|
671
|
+
exports.ListLinkedWhatsAppBusinessAccounts$ = [9, n0, _LLWABA,
|
|
672
|
+
{ [_ht]: ["GET", "/v1/whatsapp/waba/list", 200] }, () => exports.ListLinkedWhatsAppBusinessAccountsInput$, () => exports.ListLinkedWhatsAppBusinessAccountsOutput$
|
|
673
|
+
];
|
|
674
|
+
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
675
|
+
{ [_ht]: ["GET", "/v1/tags/list", 200] }, () => exports.ListTagsForResourceInput$, () => exports.ListTagsForResourceOutput$
|
|
676
|
+
];
|
|
677
|
+
exports.ListWhatsAppMessageTemplates$ = [9, n0, _LWAMT,
|
|
678
|
+
{ [_ht]: ["GET", "/v1/whatsapp/template/list", 200] }, () => exports.ListWhatsAppMessageTemplatesInput$, () => exports.ListWhatsAppMessageTemplatesOutput$
|
|
679
|
+
];
|
|
680
|
+
exports.ListWhatsAppTemplateLibrary$ = [9, n0, _LWATL,
|
|
681
|
+
{ [_ht]: ["POST", "/v1/whatsapp/template/library", 200] }, () => exports.ListWhatsAppTemplateLibraryInput$, () => exports.ListWhatsAppTemplateLibraryOutput$
|
|
682
|
+
];
|
|
683
|
+
exports.PostWhatsAppMessageMedia$ = [9, n0, _PWAMM,
|
|
684
|
+
{ [_ht]: ["POST", "/v1/whatsapp/media", 200] }, () => exports.PostWhatsAppMessageMediaInput$, () => exports.PostWhatsAppMessageMediaOutput$
|
|
685
|
+
];
|
|
686
|
+
exports.PutWhatsAppBusinessAccountEventDestinations$ = [9, n0, _PWABAED,
|
|
687
|
+
{ [_ht]: ["PUT", "/v1/whatsapp/waba/eventdestinations", 200] }, () => exports.PutWhatsAppBusinessAccountEventDestinationsInput$, () => exports.PutWhatsAppBusinessAccountEventDestinationsOutput$
|
|
688
|
+
];
|
|
689
|
+
exports.SendWhatsAppMessage$ = [9, n0, _SWAM,
|
|
690
|
+
{ [_ht]: ["POST", "/v1/whatsapp/send", 200] }, () => exports.SendWhatsAppMessageInput$, () => exports.SendWhatsAppMessageOutput$
|
|
691
|
+
];
|
|
692
|
+
exports.TagResource$ = [9, n0, _TR,
|
|
693
|
+
{ [_ht]: ["POST", "/v1/tags/tag-resource", 200] }, () => exports.TagResourceInput$, () => exports.TagResourceOutput$
|
|
694
|
+
];
|
|
695
|
+
exports.UntagResource$ = [9, n0, _UR,
|
|
696
|
+
{ [_ht]: ["POST", "/v1/tags/untag-resource", 200] }, () => exports.UntagResourceInput$, () => exports.UntagResourceOutput$
|
|
697
|
+
];
|
|
698
|
+
exports.UpdateWhatsAppMessageTemplate$ = [9, n0, _UWAMT,
|
|
699
|
+
{ [_ht]: ["POST", "/v1/whatsapp/template", 200] }, () => exports.UpdateWhatsAppMessageTemplateInput$, () => exports.UpdateWhatsAppMessageTemplateOutput$
|
|
700
|
+
];
|