@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
|
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
|
6
6
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
7
7
|
import { defaultSocialMessagingHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
8
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
|
+
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
9
10
|
export const getRuntimeConfig = (config) => {
|
|
10
11
|
return {
|
|
11
12
|
apiVersion: "2024-01-01",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.socialmessaging",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
version: "2024-01-01",
|
|
30
32
|
serviceTarget: "SocialMessaging",
|
|
31
33
|
},
|
|
@@ -169,7 +169,7 @@ const _qR = "qualityRating";
|
|
|
169
169
|
const _rA = "resourceArn";
|
|
170
170
|
const _rAo = "roleArn";
|
|
171
171
|
const _rS = "registrationStatus";
|
|
172
|
-
const _s = "
|
|
172
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.socialmessaging";
|
|
173
173
|
const _sA = "supportedApps";
|
|
174
174
|
const _sC = "signupCallback";
|
|
175
175
|
const _sCR = "signupCallbackResult";
|
|
@@ -178,7 +178,7 @@ const _sF = "setupFinalization";
|
|
|
178
178
|
const _sSF = "sourceS3File";
|
|
179
179
|
const _sSPU = "sourceS3PresignedUrl";
|
|
180
180
|
const _se = "server";
|
|
181
|
-
const
|
|
181
|
+
const _su = "success";
|
|
182
182
|
const _t = "template";
|
|
183
183
|
const _tB = "templateBody";
|
|
184
184
|
const _tBEP = "templateBodyExampleParams";
|
|
@@ -212,21 +212,71 @@ const n0 = "com.amazonaws.socialmessaging";
|
|
|
212
212
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
213
213
|
import { AccessDeniedByMetaException, AccessDeniedException, DependencyException, InternalServiceException, InvalidParametersException, LimitExceededException, ResourceNotFoundException, ThrottledRequestException, ValidationException, } from "../models/errors";
|
|
214
214
|
import { SocialMessagingServiceException } from "../models/SocialMessagingServiceException";
|
|
215
|
-
|
|
216
|
-
var
|
|
217
|
-
|
|
215
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
216
|
+
export var SocialMessagingServiceException$ = [-3, _s, "SocialMessagingServiceException", 0, [], []];
|
|
217
|
+
_s_registry.registerError(SocialMessagingServiceException$, SocialMessagingServiceException);
|
|
218
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
218
219
|
export var AccessDeniedByMetaException$ = [-3, n0, _ADBME,
|
|
219
220
|
{ [_e]: _c, [_hE]: 403 },
|
|
220
221
|
[_m],
|
|
221
222
|
[0]
|
|
222
223
|
];
|
|
223
|
-
|
|
224
|
+
n0_registry.registerError(AccessDeniedByMetaException$, AccessDeniedByMetaException);
|
|
224
225
|
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
225
226
|
{ [_e]: _c, [_hE]: 403 },
|
|
226
227
|
[_m],
|
|
227
228
|
[0]
|
|
228
229
|
];
|
|
229
|
-
|
|
230
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
231
|
+
export var DependencyException$ = [-3, n0, _DE,
|
|
232
|
+
{ [_e]: _se, [_hE]: 502 },
|
|
233
|
+
[_m],
|
|
234
|
+
[0]
|
|
235
|
+
];
|
|
236
|
+
n0_registry.registerError(DependencyException$, DependencyException);
|
|
237
|
+
export var InternalServiceException$ = [-3, n0, _ISE,
|
|
238
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
239
|
+
[_m],
|
|
240
|
+
[0]
|
|
241
|
+
];
|
|
242
|
+
n0_registry.registerError(InternalServiceException$, InternalServiceException);
|
|
243
|
+
export var InvalidParametersException$ = [-3, n0, _IPE,
|
|
244
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
245
|
+
[_m],
|
|
246
|
+
[0]
|
|
247
|
+
];
|
|
248
|
+
n0_registry.registerError(InvalidParametersException$, InvalidParametersException);
|
|
249
|
+
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
250
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
251
|
+
[_m],
|
|
252
|
+
[0]
|
|
253
|
+
];
|
|
254
|
+
n0_registry.registerError(LimitExceededException$, LimitExceededException);
|
|
255
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
256
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
257
|
+
[_m],
|
|
258
|
+
[0]
|
|
259
|
+
];
|
|
260
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
261
|
+
export var ThrottledRequestException$ = [-3, n0, _TRE,
|
|
262
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
263
|
+
[_m],
|
|
264
|
+
[0]
|
|
265
|
+
];
|
|
266
|
+
n0_registry.registerError(ThrottledRequestException$, ThrottledRequestException);
|
|
267
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
268
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
269
|
+
[_m],
|
|
270
|
+
[0]
|
|
271
|
+
];
|
|
272
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
273
|
+
export const errorTypeRegistries = [
|
|
274
|
+
_s_registry,
|
|
275
|
+
n0_registry,
|
|
276
|
+
];
|
|
277
|
+
var AssociateInProgressToken = [0, n0, _AIPT, 8, 0];
|
|
278
|
+
var TwoFactorPin = [0, n0, _TFP, 8, 0];
|
|
279
|
+
var WhatsAppMessageBlob = [0, n0, _WAMB, 8, 21];
|
|
230
280
|
export var AssociateWhatsAppBusinessAccountInput$ = [3, n0, _AWABAI,
|
|
231
281
|
0,
|
|
232
282
|
[_sC, _sF],
|
|
@@ -274,7 +324,7 @@ export var DeleteWhatsAppMessageMediaInput$ = [3, n0, _DWAMMI,
|
|
|
274
324
|
];
|
|
275
325
|
export var DeleteWhatsAppMessageMediaOutput$ = [3, n0, _DWAMMO,
|
|
276
326
|
0,
|
|
277
|
-
[
|
|
327
|
+
[_su],
|
|
278
328
|
[2]
|
|
279
329
|
];
|
|
280
330
|
export var DeleteWhatsAppMessageTemplateInput$ = [3, n0, _DWAMTI,
|
|
@@ -287,12 +337,6 @@ export var DeleteWhatsAppMessageTemplateOutput$ = [3, n0, _DWAMTO,
|
|
|
287
337
|
[],
|
|
288
338
|
[]
|
|
289
339
|
];
|
|
290
|
-
export var DependencyException$ = [-3, n0, _DE,
|
|
291
|
-
{ [_e]: _se, [_hE]: 502 },
|
|
292
|
-
[_m],
|
|
293
|
-
[0]
|
|
294
|
-
];
|
|
295
|
-
TypeRegistry.for(n0).registerError(DependencyException$, DependencyException);
|
|
296
340
|
export var DisassociateWhatsAppBusinessAccountInput$ = [3, n0, _DWABAI,
|
|
297
341
|
0,
|
|
298
342
|
[_i],
|
|
@@ -343,18 +387,6 @@ export var GetWhatsAppMessageTemplateOutput$ = [3, n0, _GWAMTO,
|
|
|
343
387
|
[_t],
|
|
344
388
|
[0]
|
|
345
389
|
];
|
|
346
|
-
export var InternalServiceException$ = [-3, n0, _ISE,
|
|
347
|
-
{ [_e]: _se, [_hE]: 500 },
|
|
348
|
-
[_m],
|
|
349
|
-
[0]
|
|
350
|
-
];
|
|
351
|
-
TypeRegistry.for(n0).registerError(InternalServiceException$, InternalServiceException);
|
|
352
|
-
export var InvalidParametersException$ = [-3, n0, _IPE,
|
|
353
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
354
|
-
[_m],
|
|
355
|
-
[0]
|
|
356
|
-
];
|
|
357
|
-
TypeRegistry.for(n0).registerError(InvalidParametersException$, InvalidParametersException);
|
|
358
390
|
export var LibraryTemplateBodyInputs$ = [3, n0, _LTBI,
|
|
359
391
|
0,
|
|
360
392
|
[_aCN, _aLML, _aSR, _aTPL, _cEM],
|
|
@@ -370,12 +402,6 @@ export var LibraryTemplateButtonList$ = [3, n0, _LTBL,
|
|
|
370
402
|
[_ty, _te, _pN, _u, _oT, _zTTA, _sA],
|
|
371
403
|
[0, 0, 0, 0, 0, 2, [1, n0, _SA, 0, 128 | 0]]
|
|
372
404
|
];
|
|
373
|
-
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
374
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
375
|
-
[_m],
|
|
376
|
-
[0]
|
|
377
|
-
];
|
|
378
|
-
TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
379
405
|
export var LinkedWhatsAppBusinessAccount$ = [3, n0, _LWABA,
|
|
380
406
|
0,
|
|
381
407
|
[_ar, _i, _wI, _rS, _lD, _wN, _eD, _pNh],
|
|
@@ -461,12 +487,6 @@ export var PutWhatsAppBusinessAccountEventDestinationsOutput$ = [3, n0, _PWABAED
|
|
|
461
487
|
[],
|
|
462
488
|
[]
|
|
463
489
|
];
|
|
464
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
465
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
466
|
-
[_m],
|
|
467
|
-
[0]
|
|
468
|
-
];
|
|
469
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
470
490
|
export var S3File$ = [3, n0, _SF,
|
|
471
491
|
8,
|
|
472
492
|
[_bN, _k],
|
|
@@ -507,12 +527,6 @@ export var TemplateSummary$ = [3, n0, _TS,
|
|
|
507
527
|
[_tN, _mTI, _tS, _tQS, _tL, _tC],
|
|
508
528
|
[0, 0, 0, 0, 0, 0]
|
|
509
529
|
];
|
|
510
|
-
export var ThrottledRequestException$ = [-3, n0, _TRE,
|
|
511
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
512
|
-
[_m],
|
|
513
|
-
[0]
|
|
514
|
-
];
|
|
515
|
-
TypeRegistry.for(n0).registerError(ThrottledRequestException$, ThrottledRequestException);
|
|
516
530
|
export var UntagResourceInput$ = [3, n0, _URI,
|
|
517
531
|
0,
|
|
518
532
|
[_rA, _tK],
|
|
@@ -533,12 +547,6 @@ export var UpdateWhatsAppMessageTemplateOutput$ = [3, n0, _UWAMTO,
|
|
|
533
547
|
[],
|
|
534
548
|
[]
|
|
535
549
|
];
|
|
536
|
-
export var ValidationException$ = [-3, n0, _VE,
|
|
537
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
538
|
-
[_m],
|
|
539
|
-
[0]
|
|
540
|
-
];
|
|
541
|
-
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
542
550
|
export var WabaPhoneNumberSetupFinalization$ = [3, n0, _WPNSF,
|
|
543
551
|
0,
|
|
544
552
|
[_i, _tFP, _dLR, _ta],
|
|
@@ -579,8 +587,6 @@ export var WhatsAppSignupCallbackResult$ = [3, n0, _WASCR,
|
|
|
579
587
|
[_aIPT, _lAWIS],
|
|
580
588
|
[[() => AssociateInProgressToken, 0], () => LinkedAccountWithIncompleteSetup]
|
|
581
589
|
];
|
|
582
|
-
export var SocialMessagingServiceException$ = [-3, _sm, "SocialMessagingServiceException", 0, [], []];
|
|
583
|
-
TypeRegistry.for(_sm).registerError(SocialMessagingServiceException$, SocialMessagingServiceException);
|
|
584
590
|
var LinkedWhatsAppBusinessAccountSummaryList = [1, n0, _LWABASL,
|
|
585
591
|
0, () => LinkedWhatsAppBusinessAccountSummary$
|
|
586
592
|
];
|
|
@@ -1,6 +1,21 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
3
|
+
export declare var SocialMessagingServiceException$: StaticErrorSchema;
|
|
2
4
|
export declare var AccessDeniedByMetaException$: StaticErrorSchema;
|
|
3
5
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
6
|
+
export declare var DependencyException$: StaticErrorSchema;
|
|
7
|
+
export declare var InternalServiceException$: StaticErrorSchema;
|
|
8
|
+
export declare var InvalidParametersException$: StaticErrorSchema;
|
|
9
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
10
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
11
|
+
export declare var ThrottledRequestException$: StaticErrorSchema;
|
|
12
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
13
|
+
/**
|
|
14
|
+
* TypeRegistry instances containing modeled errors.
|
|
15
|
+
* @internal
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
4
19
|
export declare var AssociateWhatsAppBusinessAccountInput$: StaticStructureSchema;
|
|
5
20
|
export declare var AssociateWhatsAppBusinessAccountOutput$: StaticStructureSchema;
|
|
6
21
|
export declare var CreateWhatsAppMessageTemplateFromLibraryInput$: StaticStructureSchema;
|
|
@@ -13,7 +28,6 @@ export declare var DeleteWhatsAppMessageMediaInput$: StaticStructureSchema;
|
|
|
13
28
|
export declare var DeleteWhatsAppMessageMediaOutput$: StaticStructureSchema;
|
|
14
29
|
export declare var DeleteWhatsAppMessageTemplateInput$: StaticStructureSchema;
|
|
15
30
|
export declare var DeleteWhatsAppMessageTemplateOutput$: StaticStructureSchema;
|
|
16
|
-
export declare var DependencyException$: StaticErrorSchema;
|
|
17
31
|
export declare var DisassociateWhatsAppBusinessAccountInput$: StaticStructureSchema;
|
|
18
32
|
export declare var DisassociateWhatsAppBusinessAccountOutput$: StaticStructureSchema;
|
|
19
33
|
export declare var GetLinkedWhatsAppBusinessAccountInput$: StaticStructureSchema;
|
|
@@ -24,12 +38,9 @@ export declare var GetWhatsAppMessageMediaInput$: StaticStructureSchema;
|
|
|
24
38
|
export declare var GetWhatsAppMessageMediaOutput$: StaticStructureSchema;
|
|
25
39
|
export declare var GetWhatsAppMessageTemplateInput$: StaticStructureSchema;
|
|
26
40
|
export declare var GetWhatsAppMessageTemplateOutput$: StaticStructureSchema;
|
|
27
|
-
export declare var InternalServiceException$: StaticErrorSchema;
|
|
28
|
-
export declare var InvalidParametersException$: StaticErrorSchema;
|
|
29
41
|
export declare var LibraryTemplateBodyInputs$: StaticStructureSchema;
|
|
30
42
|
export declare var LibraryTemplateButtonInput$: StaticStructureSchema;
|
|
31
43
|
export declare var LibraryTemplateButtonList$: StaticStructureSchema;
|
|
32
|
-
export declare var LimitExceededException$: StaticErrorSchema;
|
|
33
44
|
export declare var LinkedWhatsAppBusinessAccount$: StaticStructureSchema;
|
|
34
45
|
export declare var LinkedWhatsAppBusinessAccountIdMetaData$: StaticStructureSchema;
|
|
35
46
|
export declare var LinkedWhatsAppBusinessAccountSummary$: StaticStructureSchema;
|
|
@@ -47,7 +58,6 @@ export declare var PostWhatsAppMessageMediaInput$: StaticStructureSchema;
|
|
|
47
58
|
export declare var PostWhatsAppMessageMediaOutput$: StaticStructureSchema;
|
|
48
59
|
export declare var PutWhatsAppBusinessAccountEventDestinationsInput$: StaticStructureSchema;
|
|
49
60
|
export declare var PutWhatsAppBusinessAccountEventDestinationsOutput$: StaticStructureSchema;
|
|
50
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
51
61
|
export declare var S3File$: StaticStructureSchema;
|
|
52
62
|
export declare var S3PresignedUrl$: StaticStructureSchema;
|
|
53
63
|
export declare var SendWhatsAppMessageInput$: StaticStructureSchema;
|
|
@@ -56,12 +66,10 @@ export declare var Tag$: StaticStructureSchema;
|
|
|
56
66
|
export declare var TagResourceInput$: StaticStructureSchema;
|
|
57
67
|
export declare var TagResourceOutput$: StaticStructureSchema;
|
|
58
68
|
export declare var TemplateSummary$: StaticStructureSchema;
|
|
59
|
-
export declare var ThrottledRequestException$: StaticErrorSchema;
|
|
60
69
|
export declare var UntagResourceInput$: StaticStructureSchema;
|
|
61
70
|
export declare var UntagResourceOutput$: StaticStructureSchema;
|
|
62
71
|
export declare var UpdateWhatsAppMessageTemplateInput$: StaticStructureSchema;
|
|
63
72
|
export declare var UpdateWhatsAppMessageTemplateOutput$: StaticStructureSchema;
|
|
64
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
65
73
|
export declare var WabaPhoneNumberSetupFinalization$: StaticStructureSchema;
|
|
66
74
|
export declare var WabaSetupFinalization$: StaticStructureSchema;
|
|
67
75
|
export declare var WhatsAppBusinessAccountEventDestination$: StaticStructureSchema;
|
|
@@ -70,7 +78,6 @@ export declare var WhatsAppPhoneNumberSummary$: StaticStructureSchema;
|
|
|
70
78
|
export declare var WhatsAppSetupFinalization$: StaticStructureSchema;
|
|
71
79
|
export declare var WhatsAppSignupCallback$: StaticStructureSchema;
|
|
72
80
|
export declare var WhatsAppSignupCallbackResult$: StaticStructureSchema;
|
|
73
|
-
export declare var SocialMessagingServiceException$: StaticErrorSchema;
|
|
74
81
|
export declare var AssociateWhatsAppBusinessAccount$: StaticOperationSchema;
|
|
75
82
|
export declare var CreateWhatsAppMessageTemplate$: StaticOperationSchema;
|
|
76
83
|
export declare var CreateWhatsAppMessageTemplateFromLibrary$: StaticOperationSchema;
|
|
@@ -1,10 +1,20 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
7
|
+
export declare var SocialMessagingServiceException$: StaticErrorSchema;
|
|
6
8
|
export declare var AccessDeniedByMetaException$: StaticErrorSchema;
|
|
7
9
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
10
|
+
export declare var DependencyException$: StaticErrorSchema;
|
|
11
|
+
export declare var InternalServiceException$: StaticErrorSchema;
|
|
12
|
+
export declare var InvalidParametersException$: StaticErrorSchema;
|
|
13
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
14
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
15
|
+
export declare var ThrottledRequestException$: StaticErrorSchema;
|
|
16
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
17
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
8
18
|
export declare var AssociateWhatsAppBusinessAccountInput$: StaticStructureSchema;
|
|
9
19
|
export declare var AssociateWhatsAppBusinessAccountOutput$: StaticStructureSchema;
|
|
10
20
|
export declare var CreateWhatsAppMessageTemplateFromLibraryInput$: StaticStructureSchema;
|
|
@@ -17,7 +27,6 @@ export declare var DeleteWhatsAppMessageMediaInput$: StaticStructureSchema;
|
|
|
17
27
|
export declare var DeleteWhatsAppMessageMediaOutput$: StaticStructureSchema;
|
|
18
28
|
export declare var DeleteWhatsAppMessageTemplateInput$: StaticStructureSchema;
|
|
19
29
|
export declare var DeleteWhatsAppMessageTemplateOutput$: StaticStructureSchema;
|
|
20
|
-
export declare var DependencyException$: StaticErrorSchema;
|
|
21
30
|
export declare var DisassociateWhatsAppBusinessAccountInput$: StaticStructureSchema;
|
|
22
31
|
export declare var DisassociateWhatsAppBusinessAccountOutput$: StaticStructureSchema;
|
|
23
32
|
export declare var GetLinkedWhatsAppBusinessAccountInput$: StaticStructureSchema;
|
|
@@ -28,12 +37,9 @@ export declare var GetWhatsAppMessageMediaInput$: StaticStructureSchema;
|
|
|
28
37
|
export declare var GetWhatsAppMessageMediaOutput$: StaticStructureSchema;
|
|
29
38
|
export declare var GetWhatsAppMessageTemplateInput$: StaticStructureSchema;
|
|
30
39
|
export declare var GetWhatsAppMessageTemplateOutput$: StaticStructureSchema;
|
|
31
|
-
export declare var InternalServiceException$: StaticErrorSchema;
|
|
32
|
-
export declare var InvalidParametersException$: StaticErrorSchema;
|
|
33
40
|
export declare var LibraryTemplateBodyInputs$: StaticStructureSchema;
|
|
34
41
|
export declare var LibraryTemplateButtonInput$: StaticStructureSchema;
|
|
35
42
|
export declare var LibraryTemplateButtonList$: StaticStructureSchema;
|
|
36
|
-
export declare var LimitExceededException$: StaticErrorSchema;
|
|
37
43
|
export declare var LinkedWhatsAppBusinessAccount$: StaticStructureSchema;
|
|
38
44
|
export declare var LinkedWhatsAppBusinessAccountIdMetaData$: StaticStructureSchema;
|
|
39
45
|
export declare var LinkedWhatsAppBusinessAccountSummary$: StaticStructureSchema;
|
|
@@ -51,7 +57,6 @@ export declare var PostWhatsAppMessageMediaInput$: StaticStructureSchema;
|
|
|
51
57
|
export declare var PostWhatsAppMessageMediaOutput$: StaticStructureSchema;
|
|
52
58
|
export declare var PutWhatsAppBusinessAccountEventDestinationsInput$: StaticStructureSchema;
|
|
53
59
|
export declare var PutWhatsAppBusinessAccountEventDestinationsOutput$: StaticStructureSchema;
|
|
54
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
55
60
|
export declare var S3File$: StaticStructureSchema;
|
|
56
61
|
export declare var S3PresignedUrl$: StaticStructureSchema;
|
|
57
62
|
export declare var SendWhatsAppMessageInput$: StaticStructureSchema;
|
|
@@ -60,12 +65,10 @@ export declare var Tag$: StaticStructureSchema;
|
|
|
60
65
|
export declare var TagResourceInput$: StaticStructureSchema;
|
|
61
66
|
export declare var TagResourceOutput$: StaticStructureSchema;
|
|
62
67
|
export declare var TemplateSummary$: StaticStructureSchema;
|
|
63
|
-
export declare var ThrottledRequestException$: StaticErrorSchema;
|
|
64
68
|
export declare var UntagResourceInput$: StaticStructureSchema;
|
|
65
69
|
export declare var UntagResourceOutput$: StaticStructureSchema;
|
|
66
70
|
export declare var UpdateWhatsAppMessageTemplateInput$: StaticStructureSchema;
|
|
67
71
|
export declare var UpdateWhatsAppMessageTemplateOutput$: StaticStructureSchema;
|
|
68
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
69
72
|
export declare var WabaPhoneNumberSetupFinalization$: StaticStructureSchema;
|
|
70
73
|
export declare var WabaSetupFinalization$: StaticStructureSchema;
|
|
71
74
|
export declare var WhatsAppBusinessAccountEventDestination$: StaticStructureSchema;
|
|
@@ -74,7 +77,6 @@ export declare var WhatsAppPhoneNumberSummary$: StaticStructureSchema;
|
|
|
74
77
|
export declare var WhatsAppSetupFinalization$: StaticStructureSchema;
|
|
75
78
|
export declare var WhatsAppSignupCallback$: StaticStructureSchema;
|
|
76
79
|
export declare var WhatsAppSignupCallbackResult$: StaticStructureSchema;
|
|
77
|
-
export declare var SocialMessagingServiceException$: StaticErrorSchema;
|
|
78
80
|
export declare var AssociateWhatsAppBusinessAccount$: StaticOperationSchema;
|
|
79
81
|
export declare var CreateWhatsAppMessageTemplate$: StaticOperationSchema;
|
|
80
82
|
export declare var CreateWhatsAppMessageTemplateFromLibrary$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-socialmessaging",
|
|
3
3
|
"description": "AWS SDK for JavaScript Socialmessaging Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.988.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-socialmessaging",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.8",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.7",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.8",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.988.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.6",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.23.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|