@aws-sdk/client-socialmessaging 3.1087.0 → 3.1088.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 +1 -1
- package/dist-types/ts3.4/SocialMessaging.d.ts +100 -141
- package/dist-types/ts3.4/SocialMessagingClient.d.ts +7 -20
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AssociateWhatsAppBusinessAccountCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateWhatsAppFlowCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateWhatsAppMessageTemplateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateWhatsAppMessageTemplateFromLibraryCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateWhatsAppMessageTemplateMediaCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteWhatsAppFlowCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteWhatsAppMessageMediaCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteWhatsAppMessageTemplateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeprecateWhatsAppFlowCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DisassociateWhatsAppBusinessAccountCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetLinkedWhatsAppBusinessAccountCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetLinkedWhatsAppBusinessAccountPhoneNumberCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetWhatsAppFlowCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetWhatsAppFlowPreviewCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetWhatsAppMessageMediaCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetWhatsAppMessageTemplateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListLinkedWhatsAppBusinessAccountsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListWhatsAppFlowAssetsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListWhatsAppFlowsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListWhatsAppMessageTemplatesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListWhatsAppTemplateLibraryCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PostWhatsAppMessageMediaCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PublishWhatsAppFlowCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutWhatsAppBusinessAccountEventDestinationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SendWhatsAppMessageCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateWhatsAppFlowAssetsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateWhatsAppFlowCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateWhatsAppMessageTemplateCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +2 -4
- package/dist-types/ts3.4/models/errors.d.ts +9 -27
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
package/dist-cjs/index.js
CHANGED
|
@@ -107,10 +107,7 @@ import {
|
|
|
107
107
|
SendWhatsAppMessageCommandInput,
|
|
108
108
|
SendWhatsAppMessageCommandOutput,
|
|
109
109
|
} from "./commands/SendWhatsAppMessageCommand";
|
|
110
|
-
import {
|
|
111
|
-
TagResourceCommandInput,
|
|
112
|
-
TagResourceCommandOutput,
|
|
113
|
-
} from "./commands/TagResourceCommand";
|
|
110
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
114
111
|
import {
|
|
115
112
|
UntagResourceCommandInput,
|
|
116
113
|
UntagResourceCommandOutput,
|
|
@@ -132,480 +129,442 @@ export interface SocialMessaging {
|
|
|
132
129
|
associateWhatsAppBusinessAccount(): Promise<AssociateWhatsAppBusinessAccountCommandOutput>;
|
|
133
130
|
associateWhatsAppBusinessAccount(
|
|
134
131
|
args: AssociateWhatsAppBusinessAccountCommandInput,
|
|
135
|
-
options?: __HttpHandlerOptions
|
|
132
|
+
options?: __HttpHandlerOptions,
|
|
136
133
|
): Promise<AssociateWhatsAppBusinessAccountCommandOutput>;
|
|
137
134
|
associateWhatsAppBusinessAccount(
|
|
138
135
|
args: AssociateWhatsAppBusinessAccountCommandInput,
|
|
139
|
-
cb: (err: any, data?: AssociateWhatsAppBusinessAccountCommandOutput) => void
|
|
136
|
+
cb: (err: any, data?: AssociateWhatsAppBusinessAccountCommandOutput) => void,
|
|
140
137
|
): void;
|
|
141
138
|
associateWhatsAppBusinessAccount(
|
|
142
139
|
args: AssociateWhatsAppBusinessAccountCommandInput,
|
|
143
140
|
options: __HttpHandlerOptions,
|
|
144
|
-
cb: (err: any, data?: AssociateWhatsAppBusinessAccountCommandOutput) => void
|
|
141
|
+
cb: (err: any, data?: AssociateWhatsAppBusinessAccountCommandOutput) => void,
|
|
145
142
|
): void;
|
|
146
143
|
createWhatsAppFlow(
|
|
147
144
|
args: CreateWhatsAppFlowCommandInput,
|
|
148
|
-
options?: __HttpHandlerOptions
|
|
145
|
+
options?: __HttpHandlerOptions,
|
|
149
146
|
): Promise<CreateWhatsAppFlowCommandOutput>;
|
|
150
147
|
createWhatsAppFlow(
|
|
151
148
|
args: CreateWhatsAppFlowCommandInput,
|
|
152
|
-
cb: (err: any, data?: CreateWhatsAppFlowCommandOutput) => void
|
|
149
|
+
cb: (err: any, data?: CreateWhatsAppFlowCommandOutput) => void,
|
|
153
150
|
): void;
|
|
154
151
|
createWhatsAppFlow(
|
|
155
152
|
args: CreateWhatsAppFlowCommandInput,
|
|
156
153
|
options: __HttpHandlerOptions,
|
|
157
|
-
cb: (err: any, data?: CreateWhatsAppFlowCommandOutput) => void
|
|
154
|
+
cb: (err: any, data?: CreateWhatsAppFlowCommandOutput) => void,
|
|
158
155
|
): void;
|
|
159
156
|
createWhatsAppMessageTemplate(
|
|
160
157
|
args: CreateWhatsAppMessageTemplateCommandInput,
|
|
161
|
-
options?: __HttpHandlerOptions
|
|
158
|
+
options?: __HttpHandlerOptions,
|
|
162
159
|
): Promise<CreateWhatsAppMessageTemplateCommandOutput>;
|
|
163
160
|
createWhatsAppMessageTemplate(
|
|
164
161
|
args: CreateWhatsAppMessageTemplateCommandInput,
|
|
165
|
-
cb: (err: any, data?: CreateWhatsAppMessageTemplateCommandOutput) => void
|
|
162
|
+
cb: (err: any, data?: CreateWhatsAppMessageTemplateCommandOutput) => void,
|
|
166
163
|
): void;
|
|
167
164
|
createWhatsAppMessageTemplate(
|
|
168
165
|
args: CreateWhatsAppMessageTemplateCommandInput,
|
|
169
166
|
options: __HttpHandlerOptions,
|
|
170
|
-
cb: (err: any, data?: CreateWhatsAppMessageTemplateCommandOutput) => void
|
|
167
|
+
cb: (err: any, data?: CreateWhatsAppMessageTemplateCommandOutput) => void,
|
|
171
168
|
): void;
|
|
172
169
|
createWhatsAppMessageTemplateFromLibrary(
|
|
173
170
|
args: CreateWhatsAppMessageTemplateFromLibraryCommandInput,
|
|
174
|
-
options?: __HttpHandlerOptions
|
|
171
|
+
options?: __HttpHandlerOptions,
|
|
175
172
|
): Promise<CreateWhatsAppMessageTemplateFromLibraryCommandOutput>;
|
|
176
173
|
createWhatsAppMessageTemplateFromLibrary(
|
|
177
174
|
args: CreateWhatsAppMessageTemplateFromLibraryCommandInput,
|
|
178
|
-
cb: (
|
|
179
|
-
err: any,
|
|
180
|
-
data?: CreateWhatsAppMessageTemplateFromLibraryCommandOutput
|
|
181
|
-
) => void
|
|
175
|
+
cb: (err: any, data?: CreateWhatsAppMessageTemplateFromLibraryCommandOutput) => void,
|
|
182
176
|
): void;
|
|
183
177
|
createWhatsAppMessageTemplateFromLibrary(
|
|
184
178
|
args: CreateWhatsAppMessageTemplateFromLibraryCommandInput,
|
|
185
179
|
options: __HttpHandlerOptions,
|
|
186
|
-
cb: (
|
|
187
|
-
err: any,
|
|
188
|
-
data?: CreateWhatsAppMessageTemplateFromLibraryCommandOutput
|
|
189
|
-
) => void
|
|
180
|
+
cb: (err: any, data?: CreateWhatsAppMessageTemplateFromLibraryCommandOutput) => void,
|
|
190
181
|
): void;
|
|
191
182
|
createWhatsAppMessageTemplateMedia(
|
|
192
183
|
args: CreateWhatsAppMessageTemplateMediaCommandInput,
|
|
193
|
-
options?: __HttpHandlerOptions
|
|
184
|
+
options?: __HttpHandlerOptions,
|
|
194
185
|
): Promise<CreateWhatsAppMessageTemplateMediaCommandOutput>;
|
|
195
186
|
createWhatsAppMessageTemplateMedia(
|
|
196
187
|
args: CreateWhatsAppMessageTemplateMediaCommandInput,
|
|
197
|
-
cb: (
|
|
198
|
-
err: any,
|
|
199
|
-
data?: CreateWhatsAppMessageTemplateMediaCommandOutput
|
|
200
|
-
) => void
|
|
188
|
+
cb: (err: any, data?: CreateWhatsAppMessageTemplateMediaCommandOutput) => void,
|
|
201
189
|
): void;
|
|
202
190
|
createWhatsAppMessageTemplateMedia(
|
|
203
191
|
args: CreateWhatsAppMessageTemplateMediaCommandInput,
|
|
204
192
|
options: __HttpHandlerOptions,
|
|
205
|
-
cb: (
|
|
206
|
-
err: any,
|
|
207
|
-
data?: CreateWhatsAppMessageTemplateMediaCommandOutput
|
|
208
|
-
) => void
|
|
193
|
+
cb: (err: any, data?: CreateWhatsAppMessageTemplateMediaCommandOutput) => void,
|
|
209
194
|
): void;
|
|
210
195
|
deleteWhatsAppFlow(
|
|
211
196
|
args: DeleteWhatsAppFlowCommandInput,
|
|
212
|
-
options?: __HttpHandlerOptions
|
|
197
|
+
options?: __HttpHandlerOptions,
|
|
213
198
|
): Promise<DeleteWhatsAppFlowCommandOutput>;
|
|
214
199
|
deleteWhatsAppFlow(
|
|
215
200
|
args: DeleteWhatsAppFlowCommandInput,
|
|
216
|
-
cb: (err: any, data?: DeleteWhatsAppFlowCommandOutput) => void
|
|
201
|
+
cb: (err: any, data?: DeleteWhatsAppFlowCommandOutput) => void,
|
|
217
202
|
): void;
|
|
218
203
|
deleteWhatsAppFlow(
|
|
219
204
|
args: DeleteWhatsAppFlowCommandInput,
|
|
220
205
|
options: __HttpHandlerOptions,
|
|
221
|
-
cb: (err: any, data?: DeleteWhatsAppFlowCommandOutput) => void
|
|
206
|
+
cb: (err: any, data?: DeleteWhatsAppFlowCommandOutput) => void,
|
|
222
207
|
): void;
|
|
223
208
|
deleteWhatsAppMessageMedia(
|
|
224
209
|
args: DeleteWhatsAppMessageMediaCommandInput,
|
|
225
|
-
options?: __HttpHandlerOptions
|
|
210
|
+
options?: __HttpHandlerOptions,
|
|
226
211
|
): Promise<DeleteWhatsAppMessageMediaCommandOutput>;
|
|
227
212
|
deleteWhatsAppMessageMedia(
|
|
228
213
|
args: DeleteWhatsAppMessageMediaCommandInput,
|
|
229
|
-
cb: (err: any, data?: DeleteWhatsAppMessageMediaCommandOutput) => void
|
|
214
|
+
cb: (err: any, data?: DeleteWhatsAppMessageMediaCommandOutput) => void,
|
|
230
215
|
): void;
|
|
231
216
|
deleteWhatsAppMessageMedia(
|
|
232
217
|
args: DeleteWhatsAppMessageMediaCommandInput,
|
|
233
218
|
options: __HttpHandlerOptions,
|
|
234
|
-
cb: (err: any, data?: DeleteWhatsAppMessageMediaCommandOutput) => void
|
|
219
|
+
cb: (err: any, data?: DeleteWhatsAppMessageMediaCommandOutput) => void,
|
|
235
220
|
): void;
|
|
236
221
|
deleteWhatsAppMessageTemplate(
|
|
237
222
|
args: DeleteWhatsAppMessageTemplateCommandInput,
|
|
238
|
-
options?: __HttpHandlerOptions
|
|
223
|
+
options?: __HttpHandlerOptions,
|
|
239
224
|
): Promise<DeleteWhatsAppMessageTemplateCommandOutput>;
|
|
240
225
|
deleteWhatsAppMessageTemplate(
|
|
241
226
|
args: DeleteWhatsAppMessageTemplateCommandInput,
|
|
242
|
-
cb: (err: any, data?: DeleteWhatsAppMessageTemplateCommandOutput) => void
|
|
227
|
+
cb: (err: any, data?: DeleteWhatsAppMessageTemplateCommandOutput) => void,
|
|
243
228
|
): void;
|
|
244
229
|
deleteWhatsAppMessageTemplate(
|
|
245
230
|
args: DeleteWhatsAppMessageTemplateCommandInput,
|
|
246
231
|
options: __HttpHandlerOptions,
|
|
247
|
-
cb: (err: any, data?: DeleteWhatsAppMessageTemplateCommandOutput) => void
|
|
232
|
+
cb: (err: any, data?: DeleteWhatsAppMessageTemplateCommandOutput) => void,
|
|
248
233
|
): void;
|
|
249
234
|
deprecateWhatsAppFlow(
|
|
250
235
|
args: DeprecateWhatsAppFlowCommandInput,
|
|
251
|
-
options?: __HttpHandlerOptions
|
|
236
|
+
options?: __HttpHandlerOptions,
|
|
252
237
|
): Promise<DeprecateWhatsAppFlowCommandOutput>;
|
|
253
238
|
deprecateWhatsAppFlow(
|
|
254
239
|
args: DeprecateWhatsAppFlowCommandInput,
|
|
255
|
-
cb: (err: any, data?: DeprecateWhatsAppFlowCommandOutput) => void
|
|
240
|
+
cb: (err: any, data?: DeprecateWhatsAppFlowCommandOutput) => void,
|
|
256
241
|
): void;
|
|
257
242
|
deprecateWhatsAppFlow(
|
|
258
243
|
args: DeprecateWhatsAppFlowCommandInput,
|
|
259
244
|
options: __HttpHandlerOptions,
|
|
260
|
-
cb: (err: any, data?: DeprecateWhatsAppFlowCommandOutput) => void
|
|
245
|
+
cb: (err: any, data?: DeprecateWhatsAppFlowCommandOutput) => void,
|
|
261
246
|
): void;
|
|
262
247
|
disassociateWhatsAppBusinessAccount(
|
|
263
248
|
args: DisassociateWhatsAppBusinessAccountCommandInput,
|
|
264
|
-
options?: __HttpHandlerOptions
|
|
249
|
+
options?: __HttpHandlerOptions,
|
|
265
250
|
): Promise<DisassociateWhatsAppBusinessAccountCommandOutput>;
|
|
266
251
|
disassociateWhatsAppBusinessAccount(
|
|
267
252
|
args: DisassociateWhatsAppBusinessAccountCommandInput,
|
|
268
|
-
cb: (
|
|
269
|
-
err: any,
|
|
270
|
-
data?: DisassociateWhatsAppBusinessAccountCommandOutput
|
|
271
|
-
) => void
|
|
253
|
+
cb: (err: any, data?: DisassociateWhatsAppBusinessAccountCommandOutput) => void,
|
|
272
254
|
): void;
|
|
273
255
|
disassociateWhatsAppBusinessAccount(
|
|
274
256
|
args: DisassociateWhatsAppBusinessAccountCommandInput,
|
|
275
257
|
options: __HttpHandlerOptions,
|
|
276
|
-
cb: (
|
|
277
|
-
err: any,
|
|
278
|
-
data?: DisassociateWhatsAppBusinessAccountCommandOutput
|
|
279
|
-
) => void
|
|
258
|
+
cb: (err: any, data?: DisassociateWhatsAppBusinessAccountCommandOutput) => void,
|
|
280
259
|
): void;
|
|
281
260
|
getLinkedWhatsAppBusinessAccount(
|
|
282
261
|
args: GetLinkedWhatsAppBusinessAccountCommandInput,
|
|
283
|
-
options?: __HttpHandlerOptions
|
|
262
|
+
options?: __HttpHandlerOptions,
|
|
284
263
|
): Promise<GetLinkedWhatsAppBusinessAccountCommandOutput>;
|
|
285
264
|
getLinkedWhatsAppBusinessAccount(
|
|
286
265
|
args: GetLinkedWhatsAppBusinessAccountCommandInput,
|
|
287
|
-
cb: (err: any, data?: GetLinkedWhatsAppBusinessAccountCommandOutput) => void
|
|
266
|
+
cb: (err: any, data?: GetLinkedWhatsAppBusinessAccountCommandOutput) => void,
|
|
288
267
|
): void;
|
|
289
268
|
getLinkedWhatsAppBusinessAccount(
|
|
290
269
|
args: GetLinkedWhatsAppBusinessAccountCommandInput,
|
|
291
270
|
options: __HttpHandlerOptions,
|
|
292
|
-
cb: (err: any, data?: GetLinkedWhatsAppBusinessAccountCommandOutput) => void
|
|
271
|
+
cb: (err: any, data?: GetLinkedWhatsAppBusinessAccountCommandOutput) => void,
|
|
293
272
|
): void;
|
|
294
273
|
getLinkedWhatsAppBusinessAccountPhoneNumber(
|
|
295
274
|
args: GetLinkedWhatsAppBusinessAccountPhoneNumberCommandInput,
|
|
296
|
-
options?: __HttpHandlerOptions
|
|
275
|
+
options?: __HttpHandlerOptions,
|
|
297
276
|
): Promise<GetLinkedWhatsAppBusinessAccountPhoneNumberCommandOutput>;
|
|
298
277
|
getLinkedWhatsAppBusinessAccountPhoneNumber(
|
|
299
278
|
args: GetLinkedWhatsAppBusinessAccountPhoneNumberCommandInput,
|
|
300
|
-
cb: (
|
|
301
|
-
err: any,
|
|
302
|
-
data?: GetLinkedWhatsAppBusinessAccountPhoneNumberCommandOutput
|
|
303
|
-
) => void
|
|
279
|
+
cb: (err: any, data?: GetLinkedWhatsAppBusinessAccountPhoneNumberCommandOutput) => void,
|
|
304
280
|
): void;
|
|
305
281
|
getLinkedWhatsAppBusinessAccountPhoneNumber(
|
|
306
282
|
args: GetLinkedWhatsAppBusinessAccountPhoneNumberCommandInput,
|
|
307
283
|
options: __HttpHandlerOptions,
|
|
308
|
-
cb: (
|
|
309
|
-
err: any,
|
|
310
|
-
data?: GetLinkedWhatsAppBusinessAccountPhoneNumberCommandOutput
|
|
311
|
-
) => void
|
|
284
|
+
cb: (err: any, data?: GetLinkedWhatsAppBusinessAccountPhoneNumberCommandOutput) => void,
|
|
312
285
|
): void;
|
|
313
286
|
getWhatsAppFlow(
|
|
314
287
|
args: GetWhatsAppFlowCommandInput,
|
|
315
|
-
options?: __HttpHandlerOptions
|
|
288
|
+
options?: __HttpHandlerOptions,
|
|
316
289
|
): Promise<GetWhatsAppFlowCommandOutput>;
|
|
317
290
|
getWhatsAppFlow(
|
|
318
291
|
args: GetWhatsAppFlowCommandInput,
|
|
319
|
-
cb: (err: any, data?: GetWhatsAppFlowCommandOutput) => void
|
|
292
|
+
cb: (err: any, data?: GetWhatsAppFlowCommandOutput) => void,
|
|
320
293
|
): void;
|
|
321
294
|
getWhatsAppFlow(
|
|
322
295
|
args: GetWhatsAppFlowCommandInput,
|
|
323
296
|
options: __HttpHandlerOptions,
|
|
324
|
-
cb: (err: any, data?: GetWhatsAppFlowCommandOutput) => void
|
|
297
|
+
cb: (err: any, data?: GetWhatsAppFlowCommandOutput) => void,
|
|
325
298
|
): void;
|
|
326
299
|
getWhatsAppFlowPreview(
|
|
327
300
|
args: GetWhatsAppFlowPreviewCommandInput,
|
|
328
|
-
options?: __HttpHandlerOptions
|
|
301
|
+
options?: __HttpHandlerOptions,
|
|
329
302
|
): Promise<GetWhatsAppFlowPreviewCommandOutput>;
|
|
330
303
|
getWhatsAppFlowPreview(
|
|
331
304
|
args: GetWhatsAppFlowPreviewCommandInput,
|
|
332
|
-
cb: (err: any, data?: GetWhatsAppFlowPreviewCommandOutput) => void
|
|
305
|
+
cb: (err: any, data?: GetWhatsAppFlowPreviewCommandOutput) => void,
|
|
333
306
|
): void;
|
|
334
307
|
getWhatsAppFlowPreview(
|
|
335
308
|
args: GetWhatsAppFlowPreviewCommandInput,
|
|
336
309
|
options: __HttpHandlerOptions,
|
|
337
|
-
cb: (err: any, data?: GetWhatsAppFlowPreviewCommandOutput) => void
|
|
310
|
+
cb: (err: any, data?: GetWhatsAppFlowPreviewCommandOutput) => void,
|
|
338
311
|
): void;
|
|
339
312
|
getWhatsAppMessageMedia(
|
|
340
313
|
args: GetWhatsAppMessageMediaCommandInput,
|
|
341
|
-
options?: __HttpHandlerOptions
|
|
314
|
+
options?: __HttpHandlerOptions,
|
|
342
315
|
): Promise<GetWhatsAppMessageMediaCommandOutput>;
|
|
343
316
|
getWhatsAppMessageMedia(
|
|
344
317
|
args: GetWhatsAppMessageMediaCommandInput,
|
|
345
|
-
cb: (err: any, data?: GetWhatsAppMessageMediaCommandOutput) => void
|
|
318
|
+
cb: (err: any, data?: GetWhatsAppMessageMediaCommandOutput) => void,
|
|
346
319
|
): void;
|
|
347
320
|
getWhatsAppMessageMedia(
|
|
348
321
|
args: GetWhatsAppMessageMediaCommandInput,
|
|
349
322
|
options: __HttpHandlerOptions,
|
|
350
|
-
cb: (err: any, data?: GetWhatsAppMessageMediaCommandOutput) => void
|
|
323
|
+
cb: (err: any, data?: GetWhatsAppMessageMediaCommandOutput) => void,
|
|
351
324
|
): void;
|
|
352
325
|
getWhatsAppMessageTemplate(
|
|
353
326
|
args: GetWhatsAppMessageTemplateCommandInput,
|
|
354
|
-
options?: __HttpHandlerOptions
|
|
327
|
+
options?: __HttpHandlerOptions,
|
|
355
328
|
): Promise<GetWhatsAppMessageTemplateCommandOutput>;
|
|
356
329
|
getWhatsAppMessageTemplate(
|
|
357
330
|
args: GetWhatsAppMessageTemplateCommandInput,
|
|
358
|
-
cb: (err: any, data?: GetWhatsAppMessageTemplateCommandOutput) => void
|
|
331
|
+
cb: (err: any, data?: GetWhatsAppMessageTemplateCommandOutput) => void,
|
|
359
332
|
): void;
|
|
360
333
|
getWhatsAppMessageTemplate(
|
|
361
334
|
args: GetWhatsAppMessageTemplateCommandInput,
|
|
362
335
|
options: __HttpHandlerOptions,
|
|
363
|
-
cb: (err: any, data?: GetWhatsAppMessageTemplateCommandOutput) => void
|
|
336
|
+
cb: (err: any, data?: GetWhatsAppMessageTemplateCommandOutput) => void,
|
|
364
337
|
): void;
|
|
365
338
|
listLinkedWhatsAppBusinessAccounts(): Promise<ListLinkedWhatsAppBusinessAccountsCommandOutput>;
|
|
366
339
|
listLinkedWhatsAppBusinessAccounts(
|
|
367
340
|
args: ListLinkedWhatsAppBusinessAccountsCommandInput,
|
|
368
|
-
options?: __HttpHandlerOptions
|
|
341
|
+
options?: __HttpHandlerOptions,
|
|
369
342
|
): Promise<ListLinkedWhatsAppBusinessAccountsCommandOutput>;
|
|
370
343
|
listLinkedWhatsAppBusinessAccounts(
|
|
371
344
|
args: ListLinkedWhatsAppBusinessAccountsCommandInput,
|
|
372
|
-
cb: (
|
|
373
|
-
err: any,
|
|
374
|
-
data?: ListLinkedWhatsAppBusinessAccountsCommandOutput
|
|
375
|
-
) => void
|
|
345
|
+
cb: (err: any, data?: ListLinkedWhatsAppBusinessAccountsCommandOutput) => void,
|
|
376
346
|
): void;
|
|
377
347
|
listLinkedWhatsAppBusinessAccounts(
|
|
378
348
|
args: ListLinkedWhatsAppBusinessAccountsCommandInput,
|
|
379
349
|
options: __HttpHandlerOptions,
|
|
380
|
-
cb: (
|
|
381
|
-
err: any,
|
|
382
|
-
data?: ListLinkedWhatsAppBusinessAccountsCommandOutput
|
|
383
|
-
) => void
|
|
350
|
+
cb: (err: any, data?: ListLinkedWhatsAppBusinessAccountsCommandOutput) => void,
|
|
384
351
|
): void;
|
|
385
352
|
listTagsForResource(
|
|
386
353
|
args: ListTagsForResourceCommandInput,
|
|
387
|
-
options?: __HttpHandlerOptions
|
|
354
|
+
options?: __HttpHandlerOptions,
|
|
388
355
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
389
356
|
listTagsForResource(
|
|
390
357
|
args: ListTagsForResourceCommandInput,
|
|
391
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
358
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
392
359
|
): void;
|
|
393
360
|
listTagsForResource(
|
|
394
361
|
args: ListTagsForResourceCommandInput,
|
|
395
362
|
options: __HttpHandlerOptions,
|
|
396
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
363
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
397
364
|
): void;
|
|
398
365
|
listWhatsAppFlowAssets(
|
|
399
366
|
args: ListWhatsAppFlowAssetsCommandInput,
|
|
400
|
-
options?: __HttpHandlerOptions
|
|
367
|
+
options?: __HttpHandlerOptions,
|
|
401
368
|
): Promise<ListWhatsAppFlowAssetsCommandOutput>;
|
|
402
369
|
listWhatsAppFlowAssets(
|
|
403
370
|
args: ListWhatsAppFlowAssetsCommandInput,
|
|
404
|
-
cb: (err: any, data?: ListWhatsAppFlowAssetsCommandOutput) => void
|
|
371
|
+
cb: (err: any, data?: ListWhatsAppFlowAssetsCommandOutput) => void,
|
|
405
372
|
): void;
|
|
406
373
|
listWhatsAppFlowAssets(
|
|
407
374
|
args: ListWhatsAppFlowAssetsCommandInput,
|
|
408
375
|
options: __HttpHandlerOptions,
|
|
409
|
-
cb: (err: any, data?: ListWhatsAppFlowAssetsCommandOutput) => void
|
|
376
|
+
cb: (err: any, data?: ListWhatsAppFlowAssetsCommandOutput) => void,
|
|
410
377
|
): void;
|
|
411
378
|
listWhatsAppFlows(
|
|
412
379
|
args: ListWhatsAppFlowsCommandInput,
|
|
413
|
-
options?: __HttpHandlerOptions
|
|
380
|
+
options?: __HttpHandlerOptions,
|
|
414
381
|
): Promise<ListWhatsAppFlowsCommandOutput>;
|
|
415
382
|
listWhatsAppFlows(
|
|
416
383
|
args: ListWhatsAppFlowsCommandInput,
|
|
417
|
-
cb: (err: any, data?: ListWhatsAppFlowsCommandOutput) => void
|
|
384
|
+
cb: (err: any, data?: ListWhatsAppFlowsCommandOutput) => void,
|
|
418
385
|
): void;
|
|
419
386
|
listWhatsAppFlows(
|
|
420
387
|
args: ListWhatsAppFlowsCommandInput,
|
|
421
388
|
options: __HttpHandlerOptions,
|
|
422
|
-
cb: (err: any, data?: ListWhatsAppFlowsCommandOutput) => void
|
|
389
|
+
cb: (err: any, data?: ListWhatsAppFlowsCommandOutput) => void,
|
|
423
390
|
): void;
|
|
424
391
|
listWhatsAppMessageTemplates(
|
|
425
392
|
args: ListWhatsAppMessageTemplatesCommandInput,
|
|
426
|
-
options?: __HttpHandlerOptions
|
|
393
|
+
options?: __HttpHandlerOptions,
|
|
427
394
|
): Promise<ListWhatsAppMessageTemplatesCommandOutput>;
|
|
428
395
|
listWhatsAppMessageTemplates(
|
|
429
396
|
args: ListWhatsAppMessageTemplatesCommandInput,
|
|
430
|
-
cb: (err: any, data?: ListWhatsAppMessageTemplatesCommandOutput) => void
|
|
397
|
+
cb: (err: any, data?: ListWhatsAppMessageTemplatesCommandOutput) => void,
|
|
431
398
|
): void;
|
|
432
399
|
listWhatsAppMessageTemplates(
|
|
433
400
|
args: ListWhatsAppMessageTemplatesCommandInput,
|
|
434
401
|
options: __HttpHandlerOptions,
|
|
435
|
-
cb: (err: any, data?: ListWhatsAppMessageTemplatesCommandOutput) => void
|
|
402
|
+
cb: (err: any, data?: ListWhatsAppMessageTemplatesCommandOutput) => void,
|
|
436
403
|
): void;
|
|
437
404
|
listWhatsAppTemplateLibrary(
|
|
438
405
|
args: ListWhatsAppTemplateLibraryCommandInput,
|
|
439
|
-
options?: __HttpHandlerOptions
|
|
406
|
+
options?: __HttpHandlerOptions,
|
|
440
407
|
): Promise<ListWhatsAppTemplateLibraryCommandOutput>;
|
|
441
408
|
listWhatsAppTemplateLibrary(
|
|
442
409
|
args: ListWhatsAppTemplateLibraryCommandInput,
|
|
443
|
-
cb: (err: any, data?: ListWhatsAppTemplateLibraryCommandOutput) => void
|
|
410
|
+
cb: (err: any, data?: ListWhatsAppTemplateLibraryCommandOutput) => void,
|
|
444
411
|
): void;
|
|
445
412
|
listWhatsAppTemplateLibrary(
|
|
446
413
|
args: ListWhatsAppTemplateLibraryCommandInput,
|
|
447
414
|
options: __HttpHandlerOptions,
|
|
448
|
-
cb: (err: any, data?: ListWhatsAppTemplateLibraryCommandOutput) => void
|
|
415
|
+
cb: (err: any, data?: ListWhatsAppTemplateLibraryCommandOutput) => void,
|
|
449
416
|
): void;
|
|
450
417
|
postWhatsAppMessageMedia(
|
|
451
418
|
args: PostWhatsAppMessageMediaCommandInput,
|
|
452
|
-
options?: __HttpHandlerOptions
|
|
419
|
+
options?: __HttpHandlerOptions,
|
|
453
420
|
): Promise<PostWhatsAppMessageMediaCommandOutput>;
|
|
454
421
|
postWhatsAppMessageMedia(
|
|
455
422
|
args: PostWhatsAppMessageMediaCommandInput,
|
|
456
|
-
cb: (err: any, data?: PostWhatsAppMessageMediaCommandOutput) => void
|
|
423
|
+
cb: (err: any, data?: PostWhatsAppMessageMediaCommandOutput) => void,
|
|
457
424
|
): void;
|
|
458
425
|
postWhatsAppMessageMedia(
|
|
459
426
|
args: PostWhatsAppMessageMediaCommandInput,
|
|
460
427
|
options: __HttpHandlerOptions,
|
|
461
|
-
cb: (err: any, data?: PostWhatsAppMessageMediaCommandOutput) => void
|
|
428
|
+
cb: (err: any, data?: PostWhatsAppMessageMediaCommandOutput) => void,
|
|
462
429
|
): void;
|
|
463
430
|
publishWhatsAppFlow(
|
|
464
431
|
args: PublishWhatsAppFlowCommandInput,
|
|
465
|
-
options?: __HttpHandlerOptions
|
|
432
|
+
options?: __HttpHandlerOptions,
|
|
466
433
|
): Promise<PublishWhatsAppFlowCommandOutput>;
|
|
467
434
|
publishWhatsAppFlow(
|
|
468
435
|
args: PublishWhatsAppFlowCommandInput,
|
|
469
|
-
cb: (err: any, data?: PublishWhatsAppFlowCommandOutput) => void
|
|
436
|
+
cb: (err: any, data?: PublishWhatsAppFlowCommandOutput) => void,
|
|
470
437
|
): void;
|
|
471
438
|
publishWhatsAppFlow(
|
|
472
439
|
args: PublishWhatsAppFlowCommandInput,
|
|
473
440
|
options: __HttpHandlerOptions,
|
|
474
|
-
cb: (err: any, data?: PublishWhatsAppFlowCommandOutput) => void
|
|
441
|
+
cb: (err: any, data?: PublishWhatsAppFlowCommandOutput) => void,
|
|
475
442
|
): void;
|
|
476
443
|
putWhatsAppBusinessAccountEventDestinations(
|
|
477
444
|
args: PutWhatsAppBusinessAccountEventDestinationsCommandInput,
|
|
478
|
-
options?: __HttpHandlerOptions
|
|
445
|
+
options?: __HttpHandlerOptions,
|
|
479
446
|
): Promise<PutWhatsAppBusinessAccountEventDestinationsCommandOutput>;
|
|
480
447
|
putWhatsAppBusinessAccountEventDestinations(
|
|
481
448
|
args: PutWhatsAppBusinessAccountEventDestinationsCommandInput,
|
|
482
|
-
cb: (
|
|
483
|
-
err: any,
|
|
484
|
-
data?: PutWhatsAppBusinessAccountEventDestinationsCommandOutput
|
|
485
|
-
) => void
|
|
449
|
+
cb: (err: any, data?: PutWhatsAppBusinessAccountEventDestinationsCommandOutput) => void,
|
|
486
450
|
): void;
|
|
487
451
|
putWhatsAppBusinessAccountEventDestinations(
|
|
488
452
|
args: PutWhatsAppBusinessAccountEventDestinationsCommandInput,
|
|
489
453
|
options: __HttpHandlerOptions,
|
|
490
|
-
cb: (
|
|
491
|
-
err: any,
|
|
492
|
-
data?: PutWhatsAppBusinessAccountEventDestinationsCommandOutput
|
|
493
|
-
) => void
|
|
454
|
+
cb: (err: any, data?: PutWhatsAppBusinessAccountEventDestinationsCommandOutput) => void,
|
|
494
455
|
): void;
|
|
495
456
|
sendWhatsAppMessage(
|
|
496
457
|
args: SendWhatsAppMessageCommandInput,
|
|
497
|
-
options?: __HttpHandlerOptions
|
|
458
|
+
options?: __HttpHandlerOptions,
|
|
498
459
|
): Promise<SendWhatsAppMessageCommandOutput>;
|
|
499
460
|
sendWhatsAppMessage(
|
|
500
461
|
args: SendWhatsAppMessageCommandInput,
|
|
501
|
-
cb: (err: any, data?: SendWhatsAppMessageCommandOutput) => void
|
|
462
|
+
cb: (err: any, data?: SendWhatsAppMessageCommandOutput) => void,
|
|
502
463
|
): void;
|
|
503
464
|
sendWhatsAppMessage(
|
|
504
465
|
args: SendWhatsAppMessageCommandInput,
|
|
505
466
|
options: __HttpHandlerOptions,
|
|
506
|
-
cb: (err: any, data?: SendWhatsAppMessageCommandOutput) => void
|
|
467
|
+
cb: (err: any, data?: SendWhatsAppMessageCommandOutput) => void,
|
|
507
468
|
): void;
|
|
508
469
|
tagResource(
|
|
509
470
|
args: TagResourceCommandInput,
|
|
510
|
-
options?: __HttpHandlerOptions
|
|
471
|
+
options?: __HttpHandlerOptions,
|
|
511
472
|
): Promise<TagResourceCommandOutput>;
|
|
512
473
|
tagResource(
|
|
513
474
|
args: TagResourceCommandInput,
|
|
514
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
475
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
515
476
|
): void;
|
|
516
477
|
tagResource(
|
|
517
478
|
args: TagResourceCommandInput,
|
|
518
479
|
options: __HttpHandlerOptions,
|
|
519
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
480
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
520
481
|
): void;
|
|
521
482
|
untagResource(
|
|
522
483
|
args: UntagResourceCommandInput,
|
|
523
|
-
options?: __HttpHandlerOptions
|
|
484
|
+
options?: __HttpHandlerOptions,
|
|
524
485
|
): Promise<UntagResourceCommandOutput>;
|
|
525
486
|
untagResource(
|
|
526
487
|
args: UntagResourceCommandInput,
|
|
527
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
488
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
528
489
|
): void;
|
|
529
490
|
untagResource(
|
|
530
491
|
args: UntagResourceCommandInput,
|
|
531
492
|
options: __HttpHandlerOptions,
|
|
532
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
493
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
533
494
|
): void;
|
|
534
495
|
updateWhatsAppFlow(
|
|
535
496
|
args: UpdateWhatsAppFlowCommandInput,
|
|
536
|
-
options?: __HttpHandlerOptions
|
|
497
|
+
options?: __HttpHandlerOptions,
|
|
537
498
|
): Promise<UpdateWhatsAppFlowCommandOutput>;
|
|
538
499
|
updateWhatsAppFlow(
|
|
539
500
|
args: UpdateWhatsAppFlowCommandInput,
|
|
540
|
-
cb: (err: any, data?: UpdateWhatsAppFlowCommandOutput) => void
|
|
501
|
+
cb: (err: any, data?: UpdateWhatsAppFlowCommandOutput) => void,
|
|
541
502
|
): void;
|
|
542
503
|
updateWhatsAppFlow(
|
|
543
504
|
args: UpdateWhatsAppFlowCommandInput,
|
|
544
505
|
options: __HttpHandlerOptions,
|
|
545
|
-
cb: (err: any, data?: UpdateWhatsAppFlowCommandOutput) => void
|
|
506
|
+
cb: (err: any, data?: UpdateWhatsAppFlowCommandOutput) => void,
|
|
546
507
|
): void;
|
|
547
508
|
updateWhatsAppFlowAssets(
|
|
548
509
|
args: UpdateWhatsAppFlowAssetsCommandInput,
|
|
549
|
-
options?: __HttpHandlerOptions
|
|
510
|
+
options?: __HttpHandlerOptions,
|
|
550
511
|
): Promise<UpdateWhatsAppFlowAssetsCommandOutput>;
|
|
551
512
|
updateWhatsAppFlowAssets(
|
|
552
513
|
args: UpdateWhatsAppFlowAssetsCommandInput,
|
|
553
|
-
cb: (err: any, data?: UpdateWhatsAppFlowAssetsCommandOutput) => void
|
|
514
|
+
cb: (err: any, data?: UpdateWhatsAppFlowAssetsCommandOutput) => void,
|
|
554
515
|
): void;
|
|
555
516
|
updateWhatsAppFlowAssets(
|
|
556
517
|
args: UpdateWhatsAppFlowAssetsCommandInput,
|
|
557
518
|
options: __HttpHandlerOptions,
|
|
558
|
-
cb: (err: any, data?: UpdateWhatsAppFlowAssetsCommandOutput) => void
|
|
519
|
+
cb: (err: any, data?: UpdateWhatsAppFlowAssetsCommandOutput) => void,
|
|
559
520
|
): void;
|
|
560
521
|
updateWhatsAppMessageTemplate(
|
|
561
522
|
args: UpdateWhatsAppMessageTemplateCommandInput,
|
|
562
|
-
options?: __HttpHandlerOptions
|
|
523
|
+
options?: __HttpHandlerOptions,
|
|
563
524
|
): Promise<UpdateWhatsAppMessageTemplateCommandOutput>;
|
|
564
525
|
updateWhatsAppMessageTemplate(
|
|
565
526
|
args: UpdateWhatsAppMessageTemplateCommandInput,
|
|
566
|
-
cb: (err: any, data?: UpdateWhatsAppMessageTemplateCommandOutput) => void
|
|
527
|
+
cb: (err: any, data?: UpdateWhatsAppMessageTemplateCommandOutput) => void,
|
|
567
528
|
): void;
|
|
568
529
|
updateWhatsAppMessageTemplate(
|
|
569
530
|
args: UpdateWhatsAppMessageTemplateCommandInput,
|
|
570
531
|
options: __HttpHandlerOptions,
|
|
571
|
-
cb: (err: any, data?: UpdateWhatsAppMessageTemplateCommandOutput) => void
|
|
532
|
+
cb: (err: any, data?: UpdateWhatsAppMessageTemplateCommandOutput) => void,
|
|
572
533
|
): void;
|
|
573
534
|
paginateListLinkedWhatsAppBusinessAccounts(
|
|
574
535
|
args?: ListLinkedWhatsAppBusinessAccountsCommandInput,
|
|
575
536
|
paginationConfig?: Pick<
|
|
576
537
|
PaginationConfiguration,
|
|
577
538
|
Exclude<keyof PaginationConfiguration, "client">
|
|
578
|
-
|
|
539
|
+
>,
|
|
579
540
|
): Paginator<ListLinkedWhatsAppBusinessAccountsCommandOutput>;
|
|
580
541
|
paginateListWhatsAppFlowAssets(
|
|
581
542
|
args: ListWhatsAppFlowAssetsCommandInput,
|
|
582
543
|
paginationConfig?: Pick<
|
|
583
544
|
PaginationConfiguration,
|
|
584
545
|
Exclude<keyof PaginationConfiguration, "client">
|
|
585
|
-
|
|
546
|
+
>,
|
|
586
547
|
): Paginator<ListWhatsAppFlowAssetsCommandOutput>;
|
|
587
548
|
paginateListWhatsAppFlows(
|
|
588
549
|
args: ListWhatsAppFlowsCommandInput,
|
|
589
550
|
paginationConfig?: Pick<
|
|
590
551
|
PaginationConfiguration,
|
|
591
552
|
Exclude<keyof PaginationConfiguration, "client">
|
|
592
|
-
|
|
553
|
+
>,
|
|
593
554
|
): Paginator<ListWhatsAppFlowsCommandOutput>;
|
|
594
555
|
paginateListWhatsAppMessageTemplates(
|
|
595
556
|
args: ListWhatsAppMessageTemplatesCommandInput,
|
|
596
557
|
paginationConfig?: Pick<
|
|
597
558
|
PaginationConfiguration,
|
|
598
559
|
Exclude<keyof PaginationConfiguration, "client">
|
|
599
|
-
|
|
560
|
+
>,
|
|
600
561
|
): Paginator<ListWhatsAppMessageTemplatesCommandOutput>;
|
|
601
562
|
paginateListWhatsAppTemplateLibrary(
|
|
602
563
|
args: ListWhatsAppTemplateLibraryCommandInput,
|
|
603
564
|
paginationConfig?: Pick<
|
|
604
565
|
PaginationConfiguration,
|
|
605
566
|
Exclude<keyof PaginationConfiguration, "client">
|
|
606
|
-
|
|
567
|
+
>,
|
|
607
568
|
): Paginator<ListWhatsAppTemplateLibraryCommandOutput>;
|
|
608
569
|
}
|
|
609
|
-
export declare class SocialMessaging
|
|
610
|
-
extends SocialMessagingClient
|
|
611
|
-
implements SocialMessaging {}
|
|
570
|
+
export declare class SocialMessaging extends SocialMessagingClient implements SocialMessaging {}
|
|
@@ -11,10 +11,7 @@ import {
|
|
|
11
11
|
Client as __Client,
|
|
12
12
|
} from "@smithy/core/client";
|
|
13
13
|
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
14
|
-
import {
|
|
15
|
-
EndpointInputConfig,
|
|
16
|
-
EndpointResolvedConfig,
|
|
17
|
-
} from "@smithy/core/endpoints";
|
|
14
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
18
15
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
19
16
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
20
17
|
import {
|
|
@@ -140,10 +137,7 @@ import {
|
|
|
140
137
|
SendWhatsAppMessageCommandInput,
|
|
141
138
|
SendWhatsAppMessageCommandOutput,
|
|
142
139
|
} from "./commands/SendWhatsAppMessageCommand";
|
|
143
|
-
import {
|
|
144
|
-
TagResourceCommandInput,
|
|
145
|
-
TagResourceCommandOutput,
|
|
146
|
-
} from "./commands/TagResourceCommand";
|
|
140
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
147
141
|
import {
|
|
148
142
|
UntagResourceCommandInput,
|
|
149
143
|
UntagResourceCommandOutput,
|
|
@@ -231,8 +225,7 @@ export type ServiceOutputTypes =
|
|
|
231
225
|
| UpdateWhatsAppFlowAssetsCommandOutput
|
|
232
226
|
| UpdateWhatsAppFlowCommandOutput
|
|
233
227
|
| UpdateWhatsAppMessageTemplateCommandOutput;
|
|
234
|
-
export interface ClientDefaults
|
|
235
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
228
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
236
229
|
requestHandler?: __HttpHandlerUserInput;
|
|
237
230
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
238
231
|
urlParser?: __UrlParser;
|
|
@@ -257,9 +250,7 @@ export interface ClientDefaults
|
|
|
257
250
|
extensions?: RuntimeExtension[];
|
|
258
251
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
259
252
|
}
|
|
260
|
-
export type SocialMessagingClientConfigType = Partial<
|
|
261
|
-
__SmithyConfiguration<__HttpHandlerOptions>
|
|
262
|
-
> &
|
|
253
|
+
export type SocialMessagingClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
263
254
|
ClientDefaults &
|
|
264
255
|
UserAgentInputConfig &
|
|
265
256
|
RetryInputConfig &
|
|
@@ -268,8 +259,7 @@ export type SocialMessagingClientConfigType = Partial<
|
|
|
268
259
|
EndpointInputConfig<EndpointParameters> &
|
|
269
260
|
HttpAuthSchemeInputConfig &
|
|
270
261
|
ClientInputEndpointParameters;
|
|
271
|
-
export interface SocialMessagingClientConfig
|
|
272
|
-
extends SocialMessagingClientConfigType {}
|
|
262
|
+
export interface SocialMessagingClientConfig extends SocialMessagingClientConfigType {}
|
|
273
263
|
export type SocialMessagingClientResolvedConfigType =
|
|
274
264
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
275
265
|
Required<ClientDefaults> &
|
|
@@ -281,8 +271,7 @@ export type SocialMessagingClientResolvedConfigType =
|
|
|
281
271
|
EndpointResolvedConfig<EndpointParameters> &
|
|
282
272
|
HttpAuthSchemeResolvedConfig &
|
|
283
273
|
ClientResolvedEndpointParameters;
|
|
284
|
-
export interface SocialMessagingClientResolvedConfig
|
|
285
|
-
extends SocialMessagingClientResolvedConfigType {}
|
|
274
|
+
export interface SocialMessagingClientResolvedConfig extends SocialMessagingClientResolvedConfigType {}
|
|
286
275
|
export declare class SocialMessagingClient extends __Client<
|
|
287
276
|
__HttpHandlerOptions,
|
|
288
277
|
ServiceInputTypes,
|
|
@@ -290,8 +279,6 @@ export declare class SocialMessagingClient extends __Client<
|
|
|
290
279
|
SocialMessagingClientResolvedConfig
|
|
291
280
|
> {
|
|
292
281
|
readonly config: SocialMessagingClientResolvedConfig;
|
|
293
|
-
constructor(
|
|
294
|
-
...[configuration]: __CheckOptionalClientConfig<SocialMessagingClientConfig>
|
|
295
|
-
);
|
|
282
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<SocialMessagingClientConfig>);
|
|
296
283
|
destroy(): void;
|
|
297
284
|
}
|