@aws-sdk/client-socialmessaging 3.846.0 → 3.854.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/README.md +64 -0
- package/dist-cjs/SocialMessaging.js +16 -0
- package/dist-cjs/commands/CreateWhatsAppMessageTemplateCommand.js +26 -0
- package/dist-cjs/commands/CreateWhatsAppMessageTemplateFromLibraryCommand.js +26 -0
- package/dist-cjs/commands/CreateWhatsAppMessageTemplateMediaCommand.js +27 -0
- package/dist-cjs/commands/DeleteWhatsAppMessageTemplateCommand.js +26 -0
- package/dist-cjs/commands/GetWhatsAppMessageTemplateCommand.js +26 -0
- package/dist-cjs/commands/ListWhatsAppMessageTemplatesCommand.js +26 -0
- package/dist-cjs/commands/ListWhatsAppTemplateLibraryCommand.js +26 -0
- package/dist-cjs/commands/UpdateWhatsAppMessageTemplateCommand.js +26 -0
- package/dist-cjs/commands/index.js +8 -0
- package/dist-cjs/models/models_0.js +19 -1
- package/dist-cjs/pagination/ListWhatsAppMessageTemplatesPaginator.js +7 -0
- package/dist-cjs/pagination/ListWhatsAppTemplateLibraryPaginator.js +7 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +265 -4
- package/dist-es/SocialMessaging.js +16 -0
- package/dist-es/commands/CreateWhatsAppMessageTemplateCommand.js +22 -0
- package/dist-es/commands/CreateWhatsAppMessageTemplateFromLibraryCommand.js +22 -0
- package/dist-es/commands/CreateWhatsAppMessageTemplateMediaCommand.js +23 -0
- package/dist-es/commands/DeleteWhatsAppMessageTemplateCommand.js +22 -0
- package/dist-es/commands/GetWhatsAppMessageTemplateCommand.js +22 -0
- package/dist-es/commands/ListWhatsAppMessageTemplatesCommand.js +22 -0
- package/dist-es/commands/ListWhatsAppTemplateLibraryCommand.js +22 -0
- package/dist-es/commands/UpdateWhatsAppMessageTemplateCommand.js +22 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/models/models_0.js +16 -0
- package/dist-es/pagination/ListWhatsAppMessageTemplatesPaginator.js +4 -0
- package/dist-es/pagination/ListWhatsAppTemplateLibraryPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +249 -4
- package/dist-types/SocialMessaging.d.ts +56 -0
- package/dist-types/SocialMessagingClient.d.ts +10 -2
- package/dist-types/commands/AssociateWhatsAppBusinessAccountCommand.d.ts +5 -0
- package/dist-types/commands/CreateWhatsAppMessageTemplateCommand.d.ts +97 -0
- package/dist-types/commands/CreateWhatsAppMessageTemplateFromLibraryCommand.d.ts +125 -0
- package/dist-types/commands/CreateWhatsAppMessageTemplateMediaCommand.d.ts +98 -0
- package/dist-types/commands/DeleteWhatsAppMessageTemplateCommand.d.ts +95 -0
- package/dist-types/commands/GetLinkedWhatsAppBusinessAccountCommand.d.ts +1 -0
- package/dist-types/commands/GetLinkedWhatsAppBusinessAccountPhoneNumberCommand.d.ts +1 -0
- package/dist-types/commands/GetWhatsAppMessageTemplateCommand.d.ts +95 -0
- package/dist-types/commands/ListWhatsAppMessageTemplatesCommand.d.ts +106 -0
- package/dist-types/commands/ListWhatsAppTemplateLibraryCommand.d.ts +129 -0
- package/dist-types/commands/UpdateWhatsAppMessageTemplateCommand.d.ts +95 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_0.d.ts +550 -28
- package/dist-types/pagination/ListWhatsAppMessageTemplatesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListWhatsAppTemplateLibraryPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +72 -0
- package/dist-types/ts3.4/SocialMessaging.d.ts +148 -0
- package/dist-types/ts3.4/SocialMessagingClient.d.ts +50 -2
- package/dist-types/ts3.4/commands/CreateWhatsAppMessageTemplateCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateWhatsAppMessageTemplateFromLibraryCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateWhatsAppMessageTemplateMediaCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteWhatsAppMessageTemplateCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetWhatsAppMessageTemplateCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListWhatsAppMessageTemplatesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListWhatsAppTemplateLibraryCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateWhatsAppMessageTemplateCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +139 -9
- package/dist-types/ts3.4/pagination/ListWhatsAppMessageTemplatesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListWhatsAppTemplateLibraryPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +96 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -235,6 +235,30 @@ AssociateWhatsAppBusinessAccount
|
|
|
235
235
|
|
|
236
236
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/socialmessaging/command/AssociateWhatsAppBusinessAccountCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-socialmessaging/Interface/AssociateWhatsAppBusinessAccountCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-socialmessaging/Interface/AssociateWhatsAppBusinessAccountCommandOutput/)
|
|
237
237
|
|
|
238
|
+
</details>
|
|
239
|
+
<details>
|
|
240
|
+
<summary>
|
|
241
|
+
CreateWhatsAppMessageTemplate
|
|
242
|
+
</summary>
|
|
243
|
+
|
|
244
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/socialmessaging/command/CreateWhatsAppMessageTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-socialmessaging/Interface/CreateWhatsAppMessageTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-socialmessaging/Interface/CreateWhatsAppMessageTemplateCommandOutput/)
|
|
245
|
+
|
|
246
|
+
</details>
|
|
247
|
+
<details>
|
|
248
|
+
<summary>
|
|
249
|
+
CreateWhatsAppMessageTemplateFromLibrary
|
|
250
|
+
</summary>
|
|
251
|
+
|
|
252
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/socialmessaging/command/CreateWhatsAppMessageTemplateFromLibraryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-socialmessaging/Interface/CreateWhatsAppMessageTemplateFromLibraryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-socialmessaging/Interface/CreateWhatsAppMessageTemplateFromLibraryCommandOutput/)
|
|
253
|
+
|
|
254
|
+
</details>
|
|
255
|
+
<details>
|
|
256
|
+
<summary>
|
|
257
|
+
CreateWhatsAppMessageTemplateMedia
|
|
258
|
+
</summary>
|
|
259
|
+
|
|
260
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/socialmessaging/command/CreateWhatsAppMessageTemplateMediaCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-socialmessaging/Interface/CreateWhatsAppMessageTemplateMediaCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-socialmessaging/Interface/CreateWhatsAppMessageTemplateMediaCommandOutput/)
|
|
261
|
+
|
|
238
262
|
</details>
|
|
239
263
|
<details>
|
|
240
264
|
<summary>
|
|
@@ -243,6 +267,14 @@ DeleteWhatsAppMessageMedia
|
|
|
243
267
|
|
|
244
268
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/socialmessaging/command/DeleteWhatsAppMessageMediaCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-socialmessaging/Interface/DeleteWhatsAppMessageMediaCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-socialmessaging/Interface/DeleteWhatsAppMessageMediaCommandOutput/)
|
|
245
269
|
|
|
270
|
+
</details>
|
|
271
|
+
<details>
|
|
272
|
+
<summary>
|
|
273
|
+
DeleteWhatsAppMessageTemplate
|
|
274
|
+
</summary>
|
|
275
|
+
|
|
276
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/socialmessaging/command/DeleteWhatsAppMessageTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-socialmessaging/Interface/DeleteWhatsAppMessageTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-socialmessaging/Interface/DeleteWhatsAppMessageTemplateCommandOutput/)
|
|
277
|
+
|
|
246
278
|
</details>
|
|
247
279
|
<details>
|
|
248
280
|
<summary>
|
|
@@ -275,6 +307,14 @@ GetWhatsAppMessageMedia
|
|
|
275
307
|
|
|
276
308
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/socialmessaging/command/GetWhatsAppMessageMediaCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-socialmessaging/Interface/GetWhatsAppMessageMediaCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-socialmessaging/Interface/GetWhatsAppMessageMediaCommandOutput/)
|
|
277
309
|
|
|
310
|
+
</details>
|
|
311
|
+
<details>
|
|
312
|
+
<summary>
|
|
313
|
+
GetWhatsAppMessageTemplate
|
|
314
|
+
</summary>
|
|
315
|
+
|
|
316
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/socialmessaging/command/GetWhatsAppMessageTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-socialmessaging/Interface/GetWhatsAppMessageTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-socialmessaging/Interface/GetWhatsAppMessageTemplateCommandOutput/)
|
|
317
|
+
|
|
278
318
|
</details>
|
|
279
319
|
<details>
|
|
280
320
|
<summary>
|
|
@@ -291,6 +331,22 @@ ListTagsForResource
|
|
|
291
331
|
|
|
292
332
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/socialmessaging/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-socialmessaging/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-socialmessaging/Interface/ListTagsForResourceCommandOutput/)
|
|
293
333
|
|
|
334
|
+
</details>
|
|
335
|
+
<details>
|
|
336
|
+
<summary>
|
|
337
|
+
ListWhatsAppMessageTemplates
|
|
338
|
+
</summary>
|
|
339
|
+
|
|
340
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/socialmessaging/command/ListWhatsAppMessageTemplatesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-socialmessaging/Interface/ListWhatsAppMessageTemplatesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-socialmessaging/Interface/ListWhatsAppMessageTemplatesCommandOutput/)
|
|
341
|
+
|
|
342
|
+
</details>
|
|
343
|
+
<details>
|
|
344
|
+
<summary>
|
|
345
|
+
ListWhatsAppTemplateLibrary
|
|
346
|
+
</summary>
|
|
347
|
+
|
|
348
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/socialmessaging/command/ListWhatsAppTemplateLibraryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-socialmessaging/Interface/ListWhatsAppTemplateLibraryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-socialmessaging/Interface/ListWhatsAppTemplateLibraryCommandOutput/)
|
|
349
|
+
|
|
294
350
|
</details>
|
|
295
351
|
<details>
|
|
296
352
|
<summary>
|
|
@@ -332,3 +388,11 @@ UntagResource
|
|
|
332
388
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/socialmessaging/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-socialmessaging/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-socialmessaging/Interface/UntagResourceCommandOutput/)
|
|
333
389
|
|
|
334
390
|
</details>
|
|
391
|
+
<details>
|
|
392
|
+
<summary>
|
|
393
|
+
UpdateWhatsAppMessageTemplate
|
|
394
|
+
</summary>
|
|
395
|
+
|
|
396
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/socialmessaging/command/UpdateWhatsAppMessageTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-socialmessaging/Interface/UpdateWhatsAppMessageTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-socialmessaging/Interface/UpdateWhatsAppMessageTemplateCommandOutput/)
|
|
397
|
+
|
|
398
|
+
</details>
|
|
@@ -3,33 +3,49 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.SocialMessaging = void 0;
|
|
4
4
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
5
|
const AssociateWhatsAppBusinessAccountCommand_1 = require("./commands/AssociateWhatsAppBusinessAccountCommand");
|
|
6
|
+
const CreateWhatsAppMessageTemplateCommand_1 = require("./commands/CreateWhatsAppMessageTemplateCommand");
|
|
7
|
+
const CreateWhatsAppMessageTemplateFromLibraryCommand_1 = require("./commands/CreateWhatsAppMessageTemplateFromLibraryCommand");
|
|
8
|
+
const CreateWhatsAppMessageTemplateMediaCommand_1 = require("./commands/CreateWhatsAppMessageTemplateMediaCommand");
|
|
6
9
|
const DeleteWhatsAppMessageMediaCommand_1 = require("./commands/DeleteWhatsAppMessageMediaCommand");
|
|
10
|
+
const DeleteWhatsAppMessageTemplateCommand_1 = require("./commands/DeleteWhatsAppMessageTemplateCommand");
|
|
7
11
|
const DisassociateWhatsAppBusinessAccountCommand_1 = require("./commands/DisassociateWhatsAppBusinessAccountCommand");
|
|
8
12
|
const GetLinkedWhatsAppBusinessAccountCommand_1 = require("./commands/GetLinkedWhatsAppBusinessAccountCommand");
|
|
9
13
|
const GetLinkedWhatsAppBusinessAccountPhoneNumberCommand_1 = require("./commands/GetLinkedWhatsAppBusinessAccountPhoneNumberCommand");
|
|
10
14
|
const GetWhatsAppMessageMediaCommand_1 = require("./commands/GetWhatsAppMessageMediaCommand");
|
|
15
|
+
const GetWhatsAppMessageTemplateCommand_1 = require("./commands/GetWhatsAppMessageTemplateCommand");
|
|
11
16
|
const ListLinkedWhatsAppBusinessAccountsCommand_1 = require("./commands/ListLinkedWhatsAppBusinessAccountsCommand");
|
|
12
17
|
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
18
|
+
const ListWhatsAppMessageTemplatesCommand_1 = require("./commands/ListWhatsAppMessageTemplatesCommand");
|
|
19
|
+
const ListWhatsAppTemplateLibraryCommand_1 = require("./commands/ListWhatsAppTemplateLibraryCommand");
|
|
13
20
|
const PostWhatsAppMessageMediaCommand_1 = require("./commands/PostWhatsAppMessageMediaCommand");
|
|
14
21
|
const PutWhatsAppBusinessAccountEventDestinationsCommand_1 = require("./commands/PutWhatsAppBusinessAccountEventDestinationsCommand");
|
|
15
22
|
const SendWhatsAppMessageCommand_1 = require("./commands/SendWhatsAppMessageCommand");
|
|
16
23
|
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
17
24
|
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
25
|
+
const UpdateWhatsAppMessageTemplateCommand_1 = require("./commands/UpdateWhatsAppMessageTemplateCommand");
|
|
18
26
|
const SocialMessagingClient_1 = require("./SocialMessagingClient");
|
|
19
27
|
const commands = {
|
|
20
28
|
AssociateWhatsAppBusinessAccountCommand: AssociateWhatsAppBusinessAccountCommand_1.AssociateWhatsAppBusinessAccountCommand,
|
|
29
|
+
CreateWhatsAppMessageTemplateCommand: CreateWhatsAppMessageTemplateCommand_1.CreateWhatsAppMessageTemplateCommand,
|
|
30
|
+
CreateWhatsAppMessageTemplateFromLibraryCommand: CreateWhatsAppMessageTemplateFromLibraryCommand_1.CreateWhatsAppMessageTemplateFromLibraryCommand,
|
|
31
|
+
CreateWhatsAppMessageTemplateMediaCommand: CreateWhatsAppMessageTemplateMediaCommand_1.CreateWhatsAppMessageTemplateMediaCommand,
|
|
21
32
|
DeleteWhatsAppMessageMediaCommand: DeleteWhatsAppMessageMediaCommand_1.DeleteWhatsAppMessageMediaCommand,
|
|
33
|
+
DeleteWhatsAppMessageTemplateCommand: DeleteWhatsAppMessageTemplateCommand_1.DeleteWhatsAppMessageTemplateCommand,
|
|
22
34
|
DisassociateWhatsAppBusinessAccountCommand: DisassociateWhatsAppBusinessAccountCommand_1.DisassociateWhatsAppBusinessAccountCommand,
|
|
23
35
|
GetLinkedWhatsAppBusinessAccountCommand: GetLinkedWhatsAppBusinessAccountCommand_1.GetLinkedWhatsAppBusinessAccountCommand,
|
|
24
36
|
GetLinkedWhatsAppBusinessAccountPhoneNumberCommand: GetLinkedWhatsAppBusinessAccountPhoneNumberCommand_1.GetLinkedWhatsAppBusinessAccountPhoneNumberCommand,
|
|
25
37
|
GetWhatsAppMessageMediaCommand: GetWhatsAppMessageMediaCommand_1.GetWhatsAppMessageMediaCommand,
|
|
38
|
+
GetWhatsAppMessageTemplateCommand: GetWhatsAppMessageTemplateCommand_1.GetWhatsAppMessageTemplateCommand,
|
|
26
39
|
ListLinkedWhatsAppBusinessAccountsCommand: ListLinkedWhatsAppBusinessAccountsCommand_1.ListLinkedWhatsAppBusinessAccountsCommand,
|
|
27
40
|
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
41
|
+
ListWhatsAppMessageTemplatesCommand: ListWhatsAppMessageTemplatesCommand_1.ListWhatsAppMessageTemplatesCommand,
|
|
42
|
+
ListWhatsAppTemplateLibraryCommand: ListWhatsAppTemplateLibraryCommand_1.ListWhatsAppTemplateLibraryCommand,
|
|
28
43
|
PostWhatsAppMessageMediaCommand: PostWhatsAppMessageMediaCommand_1.PostWhatsAppMessageMediaCommand,
|
|
29
44
|
PutWhatsAppBusinessAccountEventDestinationsCommand: PutWhatsAppBusinessAccountEventDestinationsCommand_1.PutWhatsAppBusinessAccountEventDestinationsCommand,
|
|
30
45
|
SendWhatsAppMessageCommand: SendWhatsAppMessageCommand_1.SendWhatsAppMessageCommand,
|
|
31
46
|
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
32
47
|
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
48
|
+
UpdateWhatsAppMessageTemplateCommand: UpdateWhatsAppMessageTemplateCommand_1.UpdateWhatsAppMessageTemplateCommand,
|
|
33
49
|
};
|
|
34
50
|
class SocialMessaging extends SocialMessagingClient_1.SocialMessagingClient {
|
|
35
51
|
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateWhatsAppMessageTemplateCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class CreateWhatsAppMessageTemplateCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("SocialMessaging", "CreateWhatsAppMessageTemplate", {})
|
|
20
|
+
.n("SocialMessagingClient", "CreateWhatsAppMessageTemplateCommand")
|
|
21
|
+
.f(void 0, void 0)
|
|
22
|
+
.ser(Aws_restJson1_1.se_CreateWhatsAppMessageTemplateCommand)
|
|
23
|
+
.de(Aws_restJson1_1.de_CreateWhatsAppMessageTemplateCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
26
|
+
exports.CreateWhatsAppMessageTemplateCommand = CreateWhatsAppMessageTemplateCommand;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateWhatsAppMessageTemplateFromLibraryCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class CreateWhatsAppMessageTemplateFromLibraryCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("SocialMessaging", "CreateWhatsAppMessageTemplateFromLibrary", {})
|
|
20
|
+
.n("SocialMessagingClient", "CreateWhatsAppMessageTemplateFromLibraryCommand")
|
|
21
|
+
.f(void 0, void 0)
|
|
22
|
+
.ser(Aws_restJson1_1.se_CreateWhatsAppMessageTemplateFromLibraryCommand)
|
|
23
|
+
.de(Aws_restJson1_1.de_CreateWhatsAppMessageTemplateFromLibraryCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
26
|
+
exports.CreateWhatsAppMessageTemplateFromLibraryCommand = CreateWhatsAppMessageTemplateFromLibraryCommand;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateWhatsAppMessageTemplateMediaCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const models_0_1 = require("../models/models_0");
|
|
10
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
+
class CreateWhatsAppMessageTemplateMediaCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep(EndpointParameters_1.commonParams)
|
|
14
|
+
.m(function (Command, cs, config, o) {
|
|
15
|
+
return [
|
|
16
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
17
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
18
|
+
];
|
|
19
|
+
})
|
|
20
|
+
.s("SocialMessaging", "CreateWhatsAppMessageTemplateMedia", {})
|
|
21
|
+
.n("SocialMessagingClient", "CreateWhatsAppMessageTemplateMediaCommand")
|
|
22
|
+
.f(models_0_1.CreateWhatsAppMessageTemplateMediaInputFilterSensitiveLog, void 0)
|
|
23
|
+
.ser(Aws_restJson1_1.se_CreateWhatsAppMessageTemplateMediaCommand)
|
|
24
|
+
.de(Aws_restJson1_1.de_CreateWhatsAppMessageTemplateMediaCommand)
|
|
25
|
+
.build() {
|
|
26
|
+
}
|
|
27
|
+
exports.CreateWhatsAppMessageTemplateMediaCommand = CreateWhatsAppMessageTemplateMediaCommand;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteWhatsAppMessageTemplateCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class DeleteWhatsAppMessageTemplateCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("SocialMessaging", "DeleteWhatsAppMessageTemplate", {})
|
|
20
|
+
.n("SocialMessagingClient", "DeleteWhatsAppMessageTemplateCommand")
|
|
21
|
+
.f(void 0, void 0)
|
|
22
|
+
.ser(Aws_restJson1_1.se_DeleteWhatsAppMessageTemplateCommand)
|
|
23
|
+
.de(Aws_restJson1_1.de_DeleteWhatsAppMessageTemplateCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
26
|
+
exports.DeleteWhatsAppMessageTemplateCommand = DeleteWhatsAppMessageTemplateCommand;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetWhatsAppMessageTemplateCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class GetWhatsAppMessageTemplateCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("SocialMessaging", "GetWhatsAppMessageTemplate", {})
|
|
20
|
+
.n("SocialMessagingClient", "GetWhatsAppMessageTemplateCommand")
|
|
21
|
+
.f(void 0, void 0)
|
|
22
|
+
.ser(Aws_restJson1_1.se_GetWhatsAppMessageTemplateCommand)
|
|
23
|
+
.de(Aws_restJson1_1.de_GetWhatsAppMessageTemplateCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
26
|
+
exports.GetWhatsAppMessageTemplateCommand = GetWhatsAppMessageTemplateCommand;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListWhatsAppMessageTemplatesCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class ListWhatsAppMessageTemplatesCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("SocialMessaging", "ListWhatsAppMessageTemplates", {})
|
|
20
|
+
.n("SocialMessagingClient", "ListWhatsAppMessageTemplatesCommand")
|
|
21
|
+
.f(void 0, void 0)
|
|
22
|
+
.ser(Aws_restJson1_1.se_ListWhatsAppMessageTemplatesCommand)
|
|
23
|
+
.de(Aws_restJson1_1.de_ListWhatsAppMessageTemplatesCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
26
|
+
exports.ListWhatsAppMessageTemplatesCommand = ListWhatsAppMessageTemplatesCommand;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListWhatsAppTemplateLibraryCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class ListWhatsAppTemplateLibraryCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("SocialMessaging", "ListWhatsAppTemplateLibrary", {})
|
|
20
|
+
.n("SocialMessagingClient", "ListWhatsAppTemplateLibraryCommand")
|
|
21
|
+
.f(void 0, void 0)
|
|
22
|
+
.ser(Aws_restJson1_1.se_ListWhatsAppTemplateLibraryCommand)
|
|
23
|
+
.de(Aws_restJson1_1.de_ListWhatsAppTemplateLibraryCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
26
|
+
exports.ListWhatsAppTemplateLibraryCommand = ListWhatsAppTemplateLibraryCommand;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateWhatsAppMessageTemplateCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class UpdateWhatsAppMessageTemplateCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep(EndpointParameters_1.commonParams)
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("SocialMessaging", "UpdateWhatsAppMessageTemplate", {})
|
|
20
|
+
.n("SocialMessagingClient", "UpdateWhatsAppMessageTemplateCommand")
|
|
21
|
+
.f(void 0, void 0)
|
|
22
|
+
.ser(Aws_restJson1_1.se_UpdateWhatsAppMessageTemplateCommand)
|
|
23
|
+
.de(Aws_restJson1_1.de_UpdateWhatsAppMessageTemplateCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
26
|
+
exports.UpdateWhatsAppMessageTemplateCommand = UpdateWhatsAppMessageTemplateCommand;
|
|
@@ -2,15 +2,23 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
4
|
tslib_1.__exportStar(require("./AssociateWhatsAppBusinessAccountCommand"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./CreateWhatsAppMessageTemplateCommand"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./CreateWhatsAppMessageTemplateFromLibraryCommand"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./CreateWhatsAppMessageTemplateMediaCommand"), exports);
|
|
5
8
|
tslib_1.__exportStar(require("./DeleteWhatsAppMessageMediaCommand"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./DeleteWhatsAppMessageTemplateCommand"), exports);
|
|
6
10
|
tslib_1.__exportStar(require("./DisassociateWhatsAppBusinessAccountCommand"), exports);
|
|
7
11
|
tslib_1.__exportStar(require("./GetLinkedWhatsAppBusinessAccountCommand"), exports);
|
|
8
12
|
tslib_1.__exportStar(require("./GetLinkedWhatsAppBusinessAccountPhoneNumberCommand"), exports);
|
|
9
13
|
tslib_1.__exportStar(require("./GetWhatsAppMessageMediaCommand"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./GetWhatsAppMessageTemplateCommand"), exports);
|
|
10
15
|
tslib_1.__exportStar(require("./ListLinkedWhatsAppBusinessAccountsCommand"), exports);
|
|
11
16
|
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./ListWhatsAppMessageTemplatesCommand"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./ListWhatsAppTemplateLibraryCommand"), exports);
|
|
12
19
|
tslib_1.__exportStar(require("./PostWhatsAppMessageMediaCommand"), exports);
|
|
13
20
|
tslib_1.__exportStar(require("./PutWhatsAppBusinessAccountEventDestinationsCommand"), exports);
|
|
14
21
|
tslib_1.__exportStar(require("./SendWhatsAppMessageCommand"), exports);
|
|
15
22
|
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
16
23
|
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./UpdateWhatsAppMessageTemplateCommand"), exports);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SendWhatsAppMessageInputFilterSensitiveLog = exports.PostWhatsAppMessageMediaInputFilterSensitiveLog = exports.GetWhatsAppMessageMediaInputFilterSensitiveLog = exports.S3PresignedUrlFilterSensitiveLog = exports.S3FileFilterSensitiveLog = exports.AssociateWhatsAppBusinessAccountOutputFilterSensitiveLog = exports.WhatsAppSignupCallbackResultFilterSensitiveLog = exports.AssociateWhatsAppBusinessAccountInputFilterSensitiveLog = exports.WhatsAppSetupFinalizationFilterSensitiveLog = exports.WabaPhoneNumberSetupFinalizationFilterSensitiveLog = exports.ResourceNotFoundException = exports.InternalServiceException = exports.ValidationException = exports.ThrottledRequestException = exports.InvalidParametersException = exports.DependencyException = exports.RegistrationStatus = exports.AccessDeniedException = exports.AccessDeniedByMetaException = void 0;
|
|
3
|
+
exports.SendWhatsAppMessageInputFilterSensitiveLog = exports.PostWhatsAppMessageMediaInputFilterSensitiveLog = exports.GetWhatsAppMessageMediaInputFilterSensitiveLog = exports.S3PresignedUrlFilterSensitiveLog = exports.CreateWhatsAppMessageTemplateMediaInputFilterSensitiveLog = exports.S3FileFilterSensitiveLog = exports.AssociateWhatsAppBusinessAccountOutputFilterSensitiveLog = exports.WhatsAppSignupCallbackResultFilterSensitiveLog = exports.AssociateWhatsAppBusinessAccountInputFilterSensitiveLog = exports.WhatsAppSetupFinalizationFilterSensitiveLog = exports.WabaPhoneNumberSetupFinalizationFilterSensitiveLog = exports.ResourceNotFoundException = exports.InternalServiceException = exports.ValidationException = exports.ThrottledRequestException = exports.LimitExceededException = exports.InvalidParametersException = exports.DependencyException = exports.RegistrationStatus = exports.AccessDeniedException = exports.AccessDeniedByMetaException = void 0;
|
|
4
4
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
5
|
const SocialMessagingServiceException_1 = require("./SocialMessagingServiceException");
|
|
6
6
|
class AccessDeniedByMetaException extends SocialMessagingServiceException_1.SocialMessagingServiceException {
|
|
@@ -60,6 +60,19 @@ class InvalidParametersException extends SocialMessagingServiceException_1.Socia
|
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
exports.InvalidParametersException = InvalidParametersException;
|
|
63
|
+
class LimitExceededException extends SocialMessagingServiceException_1.SocialMessagingServiceException {
|
|
64
|
+
name = "LimitExceededException";
|
|
65
|
+
$fault = "client";
|
|
66
|
+
constructor(opts) {
|
|
67
|
+
super({
|
|
68
|
+
name: "LimitExceededException",
|
|
69
|
+
$fault: "client",
|
|
70
|
+
...opts,
|
|
71
|
+
});
|
|
72
|
+
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
exports.LimitExceededException = LimitExceededException;
|
|
63
76
|
class ThrottledRequestException extends SocialMessagingServiceException_1.SocialMessagingServiceException {
|
|
64
77
|
name = "ThrottledRequestException";
|
|
65
78
|
$fault = "client";
|
|
@@ -150,6 +163,11 @@ const S3FileFilterSensitiveLog = (obj) => ({
|
|
|
150
163
|
...obj,
|
|
151
164
|
});
|
|
152
165
|
exports.S3FileFilterSensitiveLog = S3FileFilterSensitiveLog;
|
|
166
|
+
const CreateWhatsAppMessageTemplateMediaInputFilterSensitiveLog = (obj) => ({
|
|
167
|
+
...obj,
|
|
168
|
+
...(obj.sourceS3File && { sourceS3File: smithy_client_1.SENSITIVE_STRING }),
|
|
169
|
+
});
|
|
170
|
+
exports.CreateWhatsAppMessageTemplateMediaInputFilterSensitiveLog = CreateWhatsAppMessageTemplateMediaInputFilterSensitiveLog;
|
|
153
171
|
const S3PresignedUrlFilterSensitiveLog = (obj) => ({
|
|
154
172
|
...obj,
|
|
155
173
|
});
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListWhatsAppMessageTemplates = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
5
|
+
const ListWhatsAppMessageTemplatesCommand_1 = require("../commands/ListWhatsAppMessageTemplatesCommand");
|
|
6
|
+
const SocialMessagingClient_1 = require("../SocialMessagingClient");
|
|
7
|
+
exports.paginateListWhatsAppMessageTemplates = (0, core_1.createPaginator)(SocialMessagingClient_1.SocialMessagingClient, ListWhatsAppMessageTemplatesCommand_1.ListWhatsAppMessageTemplatesCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListWhatsAppTemplateLibrary = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
5
|
+
const ListWhatsAppTemplateLibraryCommand_1 = require("../commands/ListWhatsAppTemplateLibraryCommand");
|
|
6
|
+
const SocialMessagingClient_1 = require("../SocialMessagingClient");
|
|
7
|
+
exports.paginateListWhatsAppTemplateLibrary = (0, core_1.createPaginator)(SocialMessagingClient_1.SocialMessagingClient, ListWhatsAppTemplateLibraryCommand_1.ListWhatsAppTemplateLibraryCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -3,3 +3,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
4
|
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
5
|
tslib_1.__exportStar(require("./ListLinkedWhatsAppBusinessAccountsPaginator"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./ListWhatsAppMessageTemplatesPaginator"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./ListWhatsAppTemplateLibraryPaginator"), exports);
|