@aws-sdk/client-socialmessaging 3.928.0 → 3.929.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.
Files changed (45) hide show
  1. package/dist-cjs/index.js +1106 -1014
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/SocialMessagingClient.js +2 -0
  4. package/dist-es/commands/AssociateWhatsAppBusinessAccountCommand.js +3 -10
  5. package/dist-es/commands/CreateWhatsAppMessageTemplateCommand.js +3 -9
  6. package/dist-es/commands/CreateWhatsAppMessageTemplateFromLibraryCommand.js +3 -9
  7. package/dist-es/commands/CreateWhatsAppMessageTemplateMediaCommand.js +3 -10
  8. package/dist-es/commands/DeleteWhatsAppMessageMediaCommand.js +3 -9
  9. package/dist-es/commands/DeleteWhatsAppMessageTemplateCommand.js +3 -9
  10. package/dist-es/commands/DisassociateWhatsAppBusinessAccountCommand.js +3 -9
  11. package/dist-es/commands/GetLinkedWhatsAppBusinessAccountCommand.js +3 -9
  12. package/dist-es/commands/GetLinkedWhatsAppBusinessAccountPhoneNumberCommand.js +3 -9
  13. package/dist-es/commands/GetWhatsAppMessageMediaCommand.js +3 -10
  14. package/dist-es/commands/GetWhatsAppMessageTemplateCommand.js +3 -9
  15. package/dist-es/commands/ListLinkedWhatsAppBusinessAccountsCommand.js +3 -9
  16. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  17. package/dist-es/commands/ListWhatsAppMessageTemplatesCommand.js +3 -9
  18. package/dist-es/commands/ListWhatsAppTemplateLibraryCommand.js +3 -9
  19. package/dist-es/commands/PostWhatsAppMessageMediaCommand.js +3 -10
  20. package/dist-es/commands/PutWhatsAppBusinessAccountEventDestinationsCommand.js +3 -9
  21. package/dist-es/commands/SendWhatsAppMessageCommand.js +3 -10
  22. package/dist-es/commands/TagResourceCommand.js +3 -9
  23. package/dist-es/commands/UntagResourceCommand.js +3 -9
  24. package/dist-es/commands/UpdateWhatsAppMessageTemplateCommand.js +3 -9
  25. package/dist-es/models/models_0.js +0 -52
  26. package/dist-es/runtimeConfig.shared.js +2 -0
  27. package/dist-es/schemas/schemas_0.js +1053 -0
  28. package/dist-types/SocialMessagingClient.d.ts +10 -1
  29. package/dist-types/models/models_0.d.ts +0 -44
  30. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  31. package/dist-types/runtimeConfig.d.ts +1 -0
  32. package/dist-types/runtimeConfig.native.d.ts +1 -0
  33. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  34. package/dist-types/schemas/schemas_0.d.ts +116 -0
  35. package/dist-types/ts3.4/SocialMessagingClient.d.ts +4 -0
  36. package/dist-types/ts3.4/models/models_0.d.ts +0 -31
  37. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  38. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  39. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  40. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  41. package/dist-types/ts3.4/schemas/schemas_0.d.ts +123 -0
  42. package/package.json +2 -2
  43. package/dist-es/protocols/Aws_restJson1.js +0 -789
  44. package/dist-types/protocols/Aws_restJson1.d.ts +0 -191
  45. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -257
@@ -1,191 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AssociateWhatsAppBusinessAccountCommandInput, AssociateWhatsAppBusinessAccountCommandOutput } from "../commands/AssociateWhatsAppBusinessAccountCommand";
4
- import { CreateWhatsAppMessageTemplateCommandInput, CreateWhatsAppMessageTemplateCommandOutput } from "../commands/CreateWhatsAppMessageTemplateCommand";
5
- import { CreateWhatsAppMessageTemplateFromLibraryCommandInput, CreateWhatsAppMessageTemplateFromLibraryCommandOutput } from "../commands/CreateWhatsAppMessageTemplateFromLibraryCommand";
6
- import { CreateWhatsAppMessageTemplateMediaCommandInput, CreateWhatsAppMessageTemplateMediaCommandOutput } from "../commands/CreateWhatsAppMessageTemplateMediaCommand";
7
- import { DeleteWhatsAppMessageMediaCommandInput, DeleteWhatsAppMessageMediaCommandOutput } from "../commands/DeleteWhatsAppMessageMediaCommand";
8
- import { DeleteWhatsAppMessageTemplateCommandInput, DeleteWhatsAppMessageTemplateCommandOutput } from "../commands/DeleteWhatsAppMessageTemplateCommand";
9
- import { DisassociateWhatsAppBusinessAccountCommandInput, DisassociateWhatsAppBusinessAccountCommandOutput } from "../commands/DisassociateWhatsAppBusinessAccountCommand";
10
- import { GetLinkedWhatsAppBusinessAccountCommandInput, GetLinkedWhatsAppBusinessAccountCommandOutput } from "../commands/GetLinkedWhatsAppBusinessAccountCommand";
11
- import { GetLinkedWhatsAppBusinessAccountPhoneNumberCommandInput, GetLinkedWhatsAppBusinessAccountPhoneNumberCommandOutput } from "../commands/GetLinkedWhatsAppBusinessAccountPhoneNumberCommand";
12
- import { GetWhatsAppMessageMediaCommandInput, GetWhatsAppMessageMediaCommandOutput } from "../commands/GetWhatsAppMessageMediaCommand";
13
- import { GetWhatsAppMessageTemplateCommandInput, GetWhatsAppMessageTemplateCommandOutput } from "../commands/GetWhatsAppMessageTemplateCommand";
14
- import { ListLinkedWhatsAppBusinessAccountsCommandInput, ListLinkedWhatsAppBusinessAccountsCommandOutput } from "../commands/ListLinkedWhatsAppBusinessAccountsCommand";
15
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
16
- import { ListWhatsAppMessageTemplatesCommandInput, ListWhatsAppMessageTemplatesCommandOutput } from "../commands/ListWhatsAppMessageTemplatesCommand";
17
- import { ListWhatsAppTemplateLibraryCommandInput, ListWhatsAppTemplateLibraryCommandOutput } from "../commands/ListWhatsAppTemplateLibraryCommand";
18
- import { PostWhatsAppMessageMediaCommandInput, PostWhatsAppMessageMediaCommandOutput } from "../commands/PostWhatsAppMessageMediaCommand";
19
- import { PutWhatsAppBusinessAccountEventDestinationsCommandInput, PutWhatsAppBusinessAccountEventDestinationsCommandOutput } from "../commands/PutWhatsAppBusinessAccountEventDestinationsCommand";
20
- import { SendWhatsAppMessageCommandInput, SendWhatsAppMessageCommandOutput } from "../commands/SendWhatsAppMessageCommand";
21
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
22
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
23
- import { UpdateWhatsAppMessageTemplateCommandInput, UpdateWhatsAppMessageTemplateCommandOutput } from "../commands/UpdateWhatsAppMessageTemplateCommand";
24
- /**
25
- * serializeAws_restJson1AssociateWhatsAppBusinessAccountCommand
26
- */
27
- export declare const se_AssociateWhatsAppBusinessAccountCommand: (input: AssociateWhatsAppBusinessAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
28
- /**
29
- * serializeAws_restJson1CreateWhatsAppMessageTemplateCommand
30
- */
31
- export declare const se_CreateWhatsAppMessageTemplateCommand: (input: CreateWhatsAppMessageTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
- /**
33
- * serializeAws_restJson1CreateWhatsAppMessageTemplateFromLibraryCommand
34
- */
35
- export declare const se_CreateWhatsAppMessageTemplateFromLibraryCommand: (input: CreateWhatsAppMessageTemplateFromLibraryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- /**
37
- * serializeAws_restJson1CreateWhatsAppMessageTemplateMediaCommand
38
- */
39
- export declare const se_CreateWhatsAppMessageTemplateMediaCommand: (input: CreateWhatsAppMessageTemplateMediaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- /**
41
- * serializeAws_restJson1DeleteWhatsAppMessageMediaCommand
42
- */
43
- export declare const se_DeleteWhatsAppMessageMediaCommand: (input: DeleteWhatsAppMessageMediaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- /**
45
- * serializeAws_restJson1DeleteWhatsAppMessageTemplateCommand
46
- */
47
- export declare const se_DeleteWhatsAppMessageTemplateCommand: (input: DeleteWhatsAppMessageTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- /**
49
- * serializeAws_restJson1DisassociateWhatsAppBusinessAccountCommand
50
- */
51
- export declare const se_DisassociateWhatsAppBusinessAccountCommand: (input: DisassociateWhatsAppBusinessAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- /**
53
- * serializeAws_restJson1GetLinkedWhatsAppBusinessAccountCommand
54
- */
55
- export declare const se_GetLinkedWhatsAppBusinessAccountCommand: (input: GetLinkedWhatsAppBusinessAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- /**
57
- * serializeAws_restJson1GetLinkedWhatsAppBusinessAccountPhoneNumberCommand
58
- */
59
- export declare const se_GetLinkedWhatsAppBusinessAccountPhoneNumberCommand: (input: GetLinkedWhatsAppBusinessAccountPhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- /**
61
- * serializeAws_restJson1GetWhatsAppMessageMediaCommand
62
- */
63
- export declare const se_GetWhatsAppMessageMediaCommand: (input: GetWhatsAppMessageMediaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- /**
65
- * serializeAws_restJson1GetWhatsAppMessageTemplateCommand
66
- */
67
- export declare const se_GetWhatsAppMessageTemplateCommand: (input: GetWhatsAppMessageTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- /**
69
- * serializeAws_restJson1ListLinkedWhatsAppBusinessAccountsCommand
70
- */
71
- export declare const se_ListLinkedWhatsAppBusinessAccountsCommand: (input: ListLinkedWhatsAppBusinessAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- /**
73
- * serializeAws_restJson1ListTagsForResourceCommand
74
- */
75
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- /**
77
- * serializeAws_restJson1ListWhatsAppMessageTemplatesCommand
78
- */
79
- export declare const se_ListWhatsAppMessageTemplatesCommand: (input: ListWhatsAppMessageTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- /**
81
- * serializeAws_restJson1ListWhatsAppTemplateLibraryCommand
82
- */
83
- export declare const se_ListWhatsAppTemplateLibraryCommand: (input: ListWhatsAppTemplateLibraryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- /**
85
- * serializeAws_restJson1PostWhatsAppMessageMediaCommand
86
- */
87
- export declare const se_PostWhatsAppMessageMediaCommand: (input: PostWhatsAppMessageMediaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- /**
89
- * serializeAws_restJson1PutWhatsAppBusinessAccountEventDestinationsCommand
90
- */
91
- export declare const se_PutWhatsAppBusinessAccountEventDestinationsCommand: (input: PutWhatsAppBusinessAccountEventDestinationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- /**
93
- * serializeAws_restJson1SendWhatsAppMessageCommand
94
- */
95
- export declare const se_SendWhatsAppMessageCommand: (input: SendWhatsAppMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- /**
97
- * serializeAws_restJson1TagResourceCommand
98
- */
99
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- /**
101
- * serializeAws_restJson1UntagResourceCommand
102
- */
103
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- /**
105
- * serializeAws_restJson1UpdateWhatsAppMessageTemplateCommand
106
- */
107
- export declare const se_UpdateWhatsAppMessageTemplateCommand: (input: UpdateWhatsAppMessageTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- /**
109
- * deserializeAws_restJson1AssociateWhatsAppBusinessAccountCommand
110
- */
111
- export declare const de_AssociateWhatsAppBusinessAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateWhatsAppBusinessAccountCommandOutput>;
112
- /**
113
- * deserializeAws_restJson1CreateWhatsAppMessageTemplateCommand
114
- */
115
- export declare const de_CreateWhatsAppMessageTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWhatsAppMessageTemplateCommandOutput>;
116
- /**
117
- * deserializeAws_restJson1CreateWhatsAppMessageTemplateFromLibraryCommand
118
- */
119
- export declare const de_CreateWhatsAppMessageTemplateFromLibraryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWhatsAppMessageTemplateFromLibraryCommandOutput>;
120
- /**
121
- * deserializeAws_restJson1CreateWhatsAppMessageTemplateMediaCommand
122
- */
123
- export declare const de_CreateWhatsAppMessageTemplateMediaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWhatsAppMessageTemplateMediaCommandOutput>;
124
- /**
125
- * deserializeAws_restJson1DeleteWhatsAppMessageMediaCommand
126
- */
127
- export declare const de_DeleteWhatsAppMessageMediaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWhatsAppMessageMediaCommandOutput>;
128
- /**
129
- * deserializeAws_restJson1DeleteWhatsAppMessageTemplateCommand
130
- */
131
- export declare const de_DeleteWhatsAppMessageTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWhatsAppMessageTemplateCommandOutput>;
132
- /**
133
- * deserializeAws_restJson1DisassociateWhatsAppBusinessAccountCommand
134
- */
135
- export declare const de_DisassociateWhatsAppBusinessAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateWhatsAppBusinessAccountCommandOutput>;
136
- /**
137
- * deserializeAws_restJson1GetLinkedWhatsAppBusinessAccountCommand
138
- */
139
- export declare const de_GetLinkedWhatsAppBusinessAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLinkedWhatsAppBusinessAccountCommandOutput>;
140
- /**
141
- * deserializeAws_restJson1GetLinkedWhatsAppBusinessAccountPhoneNumberCommand
142
- */
143
- export declare const de_GetLinkedWhatsAppBusinessAccountPhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLinkedWhatsAppBusinessAccountPhoneNumberCommandOutput>;
144
- /**
145
- * deserializeAws_restJson1GetWhatsAppMessageMediaCommand
146
- */
147
- export declare const de_GetWhatsAppMessageMediaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWhatsAppMessageMediaCommandOutput>;
148
- /**
149
- * deserializeAws_restJson1GetWhatsAppMessageTemplateCommand
150
- */
151
- export declare const de_GetWhatsAppMessageTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWhatsAppMessageTemplateCommandOutput>;
152
- /**
153
- * deserializeAws_restJson1ListLinkedWhatsAppBusinessAccountsCommand
154
- */
155
- export declare const de_ListLinkedWhatsAppBusinessAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLinkedWhatsAppBusinessAccountsCommandOutput>;
156
- /**
157
- * deserializeAws_restJson1ListTagsForResourceCommand
158
- */
159
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
160
- /**
161
- * deserializeAws_restJson1ListWhatsAppMessageTemplatesCommand
162
- */
163
- export declare const de_ListWhatsAppMessageTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWhatsAppMessageTemplatesCommandOutput>;
164
- /**
165
- * deserializeAws_restJson1ListWhatsAppTemplateLibraryCommand
166
- */
167
- export declare const de_ListWhatsAppTemplateLibraryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWhatsAppTemplateLibraryCommandOutput>;
168
- /**
169
- * deserializeAws_restJson1PostWhatsAppMessageMediaCommand
170
- */
171
- export declare const de_PostWhatsAppMessageMediaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PostWhatsAppMessageMediaCommandOutput>;
172
- /**
173
- * deserializeAws_restJson1PutWhatsAppBusinessAccountEventDestinationsCommand
174
- */
175
- export declare const de_PutWhatsAppBusinessAccountEventDestinationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutWhatsAppBusinessAccountEventDestinationsCommandOutput>;
176
- /**
177
- * deserializeAws_restJson1SendWhatsAppMessageCommand
178
- */
179
- export declare const de_SendWhatsAppMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendWhatsAppMessageCommandOutput>;
180
- /**
181
- * deserializeAws_restJson1TagResourceCommand
182
- */
183
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
184
- /**
185
- * deserializeAws_restJson1UntagResourceCommand
186
- */
187
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
188
- /**
189
- * deserializeAws_restJson1UpdateWhatsAppMessageTemplateCommand
190
- */
191
- export declare const de_UpdateWhatsAppMessageTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWhatsAppMessageTemplateCommandOutput>;
@@ -1,257 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AssociateWhatsAppBusinessAccountCommandInput,
8
- AssociateWhatsAppBusinessAccountCommandOutput,
9
- } from "../commands/AssociateWhatsAppBusinessAccountCommand";
10
- import {
11
- CreateWhatsAppMessageTemplateCommandInput,
12
- CreateWhatsAppMessageTemplateCommandOutput,
13
- } from "../commands/CreateWhatsAppMessageTemplateCommand";
14
- import {
15
- CreateWhatsAppMessageTemplateFromLibraryCommandInput,
16
- CreateWhatsAppMessageTemplateFromLibraryCommandOutput,
17
- } from "../commands/CreateWhatsAppMessageTemplateFromLibraryCommand";
18
- import {
19
- CreateWhatsAppMessageTemplateMediaCommandInput,
20
- CreateWhatsAppMessageTemplateMediaCommandOutput,
21
- } from "../commands/CreateWhatsAppMessageTemplateMediaCommand";
22
- import {
23
- DeleteWhatsAppMessageMediaCommandInput,
24
- DeleteWhatsAppMessageMediaCommandOutput,
25
- } from "../commands/DeleteWhatsAppMessageMediaCommand";
26
- import {
27
- DeleteWhatsAppMessageTemplateCommandInput,
28
- DeleteWhatsAppMessageTemplateCommandOutput,
29
- } from "../commands/DeleteWhatsAppMessageTemplateCommand";
30
- import {
31
- DisassociateWhatsAppBusinessAccountCommandInput,
32
- DisassociateWhatsAppBusinessAccountCommandOutput,
33
- } from "../commands/DisassociateWhatsAppBusinessAccountCommand";
34
- import {
35
- GetLinkedWhatsAppBusinessAccountCommandInput,
36
- GetLinkedWhatsAppBusinessAccountCommandOutput,
37
- } from "../commands/GetLinkedWhatsAppBusinessAccountCommand";
38
- import {
39
- GetLinkedWhatsAppBusinessAccountPhoneNumberCommandInput,
40
- GetLinkedWhatsAppBusinessAccountPhoneNumberCommandOutput,
41
- } from "../commands/GetLinkedWhatsAppBusinessAccountPhoneNumberCommand";
42
- import {
43
- GetWhatsAppMessageMediaCommandInput,
44
- GetWhatsAppMessageMediaCommandOutput,
45
- } from "../commands/GetWhatsAppMessageMediaCommand";
46
- import {
47
- GetWhatsAppMessageTemplateCommandInput,
48
- GetWhatsAppMessageTemplateCommandOutput,
49
- } from "../commands/GetWhatsAppMessageTemplateCommand";
50
- import {
51
- ListLinkedWhatsAppBusinessAccountsCommandInput,
52
- ListLinkedWhatsAppBusinessAccountsCommandOutput,
53
- } from "../commands/ListLinkedWhatsAppBusinessAccountsCommand";
54
- import {
55
- ListTagsForResourceCommandInput,
56
- ListTagsForResourceCommandOutput,
57
- } from "../commands/ListTagsForResourceCommand";
58
- import {
59
- ListWhatsAppMessageTemplatesCommandInput,
60
- ListWhatsAppMessageTemplatesCommandOutput,
61
- } from "../commands/ListWhatsAppMessageTemplatesCommand";
62
- import {
63
- ListWhatsAppTemplateLibraryCommandInput,
64
- ListWhatsAppTemplateLibraryCommandOutput,
65
- } from "../commands/ListWhatsAppTemplateLibraryCommand";
66
- import {
67
- PostWhatsAppMessageMediaCommandInput,
68
- PostWhatsAppMessageMediaCommandOutput,
69
- } from "../commands/PostWhatsAppMessageMediaCommand";
70
- import {
71
- PutWhatsAppBusinessAccountEventDestinationsCommandInput,
72
- PutWhatsAppBusinessAccountEventDestinationsCommandOutput,
73
- } from "../commands/PutWhatsAppBusinessAccountEventDestinationsCommand";
74
- import {
75
- SendWhatsAppMessageCommandInput,
76
- SendWhatsAppMessageCommandOutput,
77
- } from "../commands/SendWhatsAppMessageCommand";
78
- import {
79
- TagResourceCommandInput,
80
- TagResourceCommandOutput,
81
- } from "../commands/TagResourceCommand";
82
- import {
83
- UntagResourceCommandInput,
84
- UntagResourceCommandOutput,
85
- } from "../commands/UntagResourceCommand";
86
- import {
87
- UpdateWhatsAppMessageTemplateCommandInput,
88
- UpdateWhatsAppMessageTemplateCommandOutput,
89
- } from "../commands/UpdateWhatsAppMessageTemplateCommand";
90
- export declare const se_AssociateWhatsAppBusinessAccountCommand: (
91
- input: AssociateWhatsAppBusinessAccountCommandInput,
92
- context: __SerdeContext
93
- ) => Promise<__HttpRequest>;
94
- export declare const se_CreateWhatsAppMessageTemplateCommand: (
95
- input: CreateWhatsAppMessageTemplateCommandInput,
96
- context: __SerdeContext
97
- ) => Promise<__HttpRequest>;
98
- export declare const se_CreateWhatsAppMessageTemplateFromLibraryCommand: (
99
- input: CreateWhatsAppMessageTemplateFromLibraryCommandInput,
100
- context: __SerdeContext
101
- ) => Promise<__HttpRequest>;
102
- export declare const se_CreateWhatsAppMessageTemplateMediaCommand: (
103
- input: CreateWhatsAppMessageTemplateMediaCommandInput,
104
- context: __SerdeContext
105
- ) => Promise<__HttpRequest>;
106
- export declare const se_DeleteWhatsAppMessageMediaCommand: (
107
- input: DeleteWhatsAppMessageMediaCommandInput,
108
- context: __SerdeContext
109
- ) => Promise<__HttpRequest>;
110
- export declare const se_DeleteWhatsAppMessageTemplateCommand: (
111
- input: DeleteWhatsAppMessageTemplateCommandInput,
112
- context: __SerdeContext
113
- ) => Promise<__HttpRequest>;
114
- export declare const se_DisassociateWhatsAppBusinessAccountCommand: (
115
- input: DisassociateWhatsAppBusinessAccountCommandInput,
116
- context: __SerdeContext
117
- ) => Promise<__HttpRequest>;
118
- export declare const se_GetLinkedWhatsAppBusinessAccountCommand: (
119
- input: GetLinkedWhatsAppBusinessAccountCommandInput,
120
- context: __SerdeContext
121
- ) => Promise<__HttpRequest>;
122
- export declare const se_GetLinkedWhatsAppBusinessAccountPhoneNumberCommand: (
123
- input: GetLinkedWhatsAppBusinessAccountPhoneNumberCommandInput,
124
- context: __SerdeContext
125
- ) => Promise<__HttpRequest>;
126
- export declare const se_GetWhatsAppMessageMediaCommand: (
127
- input: GetWhatsAppMessageMediaCommandInput,
128
- context: __SerdeContext
129
- ) => Promise<__HttpRequest>;
130
- export declare const se_GetWhatsAppMessageTemplateCommand: (
131
- input: GetWhatsAppMessageTemplateCommandInput,
132
- context: __SerdeContext
133
- ) => Promise<__HttpRequest>;
134
- export declare const se_ListLinkedWhatsAppBusinessAccountsCommand: (
135
- input: ListLinkedWhatsAppBusinessAccountsCommandInput,
136
- context: __SerdeContext
137
- ) => Promise<__HttpRequest>;
138
- export declare const se_ListTagsForResourceCommand: (
139
- input: ListTagsForResourceCommandInput,
140
- context: __SerdeContext
141
- ) => Promise<__HttpRequest>;
142
- export declare const se_ListWhatsAppMessageTemplatesCommand: (
143
- input: ListWhatsAppMessageTemplatesCommandInput,
144
- context: __SerdeContext
145
- ) => Promise<__HttpRequest>;
146
- export declare const se_ListWhatsAppTemplateLibraryCommand: (
147
- input: ListWhatsAppTemplateLibraryCommandInput,
148
- context: __SerdeContext
149
- ) => Promise<__HttpRequest>;
150
- export declare const se_PostWhatsAppMessageMediaCommand: (
151
- input: PostWhatsAppMessageMediaCommandInput,
152
- context: __SerdeContext
153
- ) => Promise<__HttpRequest>;
154
- export declare const se_PutWhatsAppBusinessAccountEventDestinationsCommand: (
155
- input: PutWhatsAppBusinessAccountEventDestinationsCommandInput,
156
- context: __SerdeContext
157
- ) => Promise<__HttpRequest>;
158
- export declare const se_SendWhatsAppMessageCommand: (
159
- input: SendWhatsAppMessageCommandInput,
160
- context: __SerdeContext
161
- ) => Promise<__HttpRequest>;
162
- export declare const se_TagResourceCommand: (
163
- input: TagResourceCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_UntagResourceCommand: (
167
- input: UntagResourceCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_UpdateWhatsAppMessageTemplateCommand: (
171
- input: UpdateWhatsAppMessageTemplateCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const de_AssociateWhatsAppBusinessAccountCommand: (
175
- output: __HttpResponse,
176
- context: __SerdeContext
177
- ) => Promise<AssociateWhatsAppBusinessAccountCommandOutput>;
178
- export declare const de_CreateWhatsAppMessageTemplateCommand: (
179
- output: __HttpResponse,
180
- context: __SerdeContext
181
- ) => Promise<CreateWhatsAppMessageTemplateCommandOutput>;
182
- export declare const de_CreateWhatsAppMessageTemplateFromLibraryCommand: (
183
- output: __HttpResponse,
184
- context: __SerdeContext
185
- ) => Promise<CreateWhatsAppMessageTemplateFromLibraryCommandOutput>;
186
- export declare const de_CreateWhatsAppMessageTemplateMediaCommand: (
187
- output: __HttpResponse,
188
- context: __SerdeContext
189
- ) => Promise<CreateWhatsAppMessageTemplateMediaCommandOutput>;
190
- export declare const de_DeleteWhatsAppMessageMediaCommand: (
191
- output: __HttpResponse,
192
- context: __SerdeContext
193
- ) => Promise<DeleteWhatsAppMessageMediaCommandOutput>;
194
- export declare const de_DeleteWhatsAppMessageTemplateCommand: (
195
- output: __HttpResponse,
196
- context: __SerdeContext
197
- ) => Promise<DeleteWhatsAppMessageTemplateCommandOutput>;
198
- export declare const de_DisassociateWhatsAppBusinessAccountCommand: (
199
- output: __HttpResponse,
200
- context: __SerdeContext
201
- ) => Promise<DisassociateWhatsAppBusinessAccountCommandOutput>;
202
- export declare const de_GetLinkedWhatsAppBusinessAccountCommand: (
203
- output: __HttpResponse,
204
- context: __SerdeContext
205
- ) => Promise<GetLinkedWhatsAppBusinessAccountCommandOutput>;
206
- export declare const de_GetLinkedWhatsAppBusinessAccountPhoneNumberCommand: (
207
- output: __HttpResponse,
208
- context: __SerdeContext
209
- ) => Promise<GetLinkedWhatsAppBusinessAccountPhoneNumberCommandOutput>;
210
- export declare const de_GetWhatsAppMessageMediaCommand: (
211
- output: __HttpResponse,
212
- context: __SerdeContext
213
- ) => Promise<GetWhatsAppMessageMediaCommandOutput>;
214
- export declare const de_GetWhatsAppMessageTemplateCommand: (
215
- output: __HttpResponse,
216
- context: __SerdeContext
217
- ) => Promise<GetWhatsAppMessageTemplateCommandOutput>;
218
- export declare const de_ListLinkedWhatsAppBusinessAccountsCommand: (
219
- output: __HttpResponse,
220
- context: __SerdeContext
221
- ) => Promise<ListLinkedWhatsAppBusinessAccountsCommandOutput>;
222
- export declare const de_ListTagsForResourceCommand: (
223
- output: __HttpResponse,
224
- context: __SerdeContext
225
- ) => Promise<ListTagsForResourceCommandOutput>;
226
- export declare const de_ListWhatsAppMessageTemplatesCommand: (
227
- output: __HttpResponse,
228
- context: __SerdeContext
229
- ) => Promise<ListWhatsAppMessageTemplatesCommandOutput>;
230
- export declare const de_ListWhatsAppTemplateLibraryCommand: (
231
- output: __HttpResponse,
232
- context: __SerdeContext
233
- ) => Promise<ListWhatsAppTemplateLibraryCommandOutput>;
234
- export declare const de_PostWhatsAppMessageMediaCommand: (
235
- output: __HttpResponse,
236
- context: __SerdeContext
237
- ) => Promise<PostWhatsAppMessageMediaCommandOutput>;
238
- export declare const de_PutWhatsAppBusinessAccountEventDestinationsCommand: (
239
- output: __HttpResponse,
240
- context: __SerdeContext
241
- ) => Promise<PutWhatsAppBusinessAccountEventDestinationsCommandOutput>;
242
- export declare const de_SendWhatsAppMessageCommand: (
243
- output: __HttpResponse,
244
- context: __SerdeContext
245
- ) => Promise<SendWhatsAppMessageCommandOutput>;
246
- export declare const de_TagResourceCommand: (
247
- output: __HttpResponse,
248
- context: __SerdeContext
249
- ) => Promise<TagResourceCommandOutput>;
250
- export declare const de_UntagResourceCommand: (
251
- output: __HttpResponse,
252
- context: __SerdeContext
253
- ) => Promise<UntagResourceCommandOutput>;
254
- export declare const de_UpdateWhatsAppMessageTemplateCommand: (
255
- output: __HttpResponse,
256
- context: __SerdeContext
257
- ) => Promise<UpdateWhatsAppMessageTemplateCommandOutput>;