@aws-sdk/client-connectcases 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 (66) hide show
  1. package/dist-cjs/index.js +1928 -2305
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/ConnectCasesClient.js +2 -0
  4. package/dist-es/commands/BatchGetCaseRuleCommand.js +3 -9
  5. package/dist-es/commands/BatchGetFieldCommand.js +3 -9
  6. package/dist-es/commands/BatchPutFieldOptionsCommand.js +3 -9
  7. package/dist-es/commands/CreateCaseCommand.js +3 -10
  8. package/dist-es/commands/CreateCaseRuleCommand.js +3 -9
  9. package/dist-es/commands/CreateDomainCommand.js +3 -9
  10. package/dist-es/commands/CreateFieldCommand.js +3 -9
  11. package/dist-es/commands/CreateLayoutCommand.js +3 -9
  12. package/dist-es/commands/CreateRelatedItemCommand.js +3 -10
  13. package/dist-es/commands/CreateTemplateCommand.js +3 -9
  14. package/dist-es/commands/DeleteCaseCommand.js +3 -9
  15. package/dist-es/commands/DeleteCaseRuleCommand.js +3 -9
  16. package/dist-es/commands/DeleteDomainCommand.js +3 -9
  17. package/dist-es/commands/DeleteFieldCommand.js +3 -9
  18. package/dist-es/commands/DeleteLayoutCommand.js +3 -9
  19. package/dist-es/commands/DeleteRelatedItemCommand.js +3 -9
  20. package/dist-es/commands/DeleteTemplateCommand.js +3 -9
  21. package/dist-es/commands/GetCaseAuditEventsCommand.js +3 -10
  22. package/dist-es/commands/GetCaseCommand.js +3 -9
  23. package/dist-es/commands/GetCaseEventConfigurationCommand.js +3 -9
  24. package/dist-es/commands/GetDomainCommand.js +3 -9
  25. package/dist-es/commands/GetLayoutCommand.js +3 -9
  26. package/dist-es/commands/GetTemplateCommand.js +3 -9
  27. package/dist-es/commands/ListCaseRulesCommand.js +3 -9
  28. package/dist-es/commands/ListCasesForContactCommand.js +3 -9
  29. package/dist-es/commands/ListDomainsCommand.js +3 -9
  30. package/dist-es/commands/ListFieldOptionsCommand.js +3 -9
  31. package/dist-es/commands/ListFieldsCommand.js +3 -9
  32. package/dist-es/commands/ListLayoutsCommand.js +3 -9
  33. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  34. package/dist-es/commands/ListTemplatesCommand.js +3 -9
  35. package/dist-es/commands/PutCaseEventConfigurationCommand.js +3 -9
  36. package/dist-es/commands/SearchAllRelatedItemsCommand.js +3 -10
  37. package/dist-es/commands/SearchCasesCommand.js +3 -9
  38. package/dist-es/commands/SearchRelatedItemsCommand.js +3 -10
  39. package/dist-es/commands/TagResourceCommand.js +3 -9
  40. package/dist-es/commands/UntagResourceCommand.js +3 -9
  41. package/dist-es/commands/UpdateCaseCommand.js +3 -10
  42. package/dist-es/commands/UpdateCaseRuleCommand.js +3 -9
  43. package/dist-es/commands/UpdateFieldCommand.js +3 -9
  44. package/dist-es/commands/UpdateLayoutCommand.js +3 -9
  45. package/dist-es/commands/UpdateTemplateCommand.js +3 -9
  46. package/dist-es/models/models_0.js +0 -139
  47. package/dist-es/runtimeConfig.shared.js +2 -0
  48. package/dist-es/schemas/schemas_0.js +1832 -0
  49. package/dist-types/ConnectCasesClient.d.ts +10 -1
  50. package/dist-types/models/models_0.d.ts +0 -84
  51. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  52. package/dist-types/runtimeConfig.d.ts +1 -0
  53. package/dist-types/runtimeConfig.native.d.ts +1 -0
  54. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  55. package/dist-types/schemas/schemas_0.d.ts +250 -0
  56. package/dist-types/ts3.4/ConnectCasesClient.d.ts +4 -0
  57. package/dist-types/ts3.4/models/models_0.d.ts +0 -55
  58. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  59. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  60. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  61. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  62. package/dist-types/ts3.4/schemas/schemas_0.d.ts +257 -0
  63. package/package.json +2 -3
  64. package/dist-es/protocols/Aws_restJson1.js +0 -1837
  65. package/dist-types/protocols/Aws_restJson1.d.ts +0 -380
  66. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -509
@@ -1,509 +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
- BatchGetCaseRuleCommandInput,
8
- BatchGetCaseRuleCommandOutput,
9
- } from "../commands/BatchGetCaseRuleCommand";
10
- import {
11
- BatchGetFieldCommandInput,
12
- BatchGetFieldCommandOutput,
13
- } from "../commands/BatchGetFieldCommand";
14
- import {
15
- BatchPutFieldOptionsCommandInput,
16
- BatchPutFieldOptionsCommandOutput,
17
- } from "../commands/BatchPutFieldOptionsCommand";
18
- import {
19
- CreateCaseCommandInput,
20
- CreateCaseCommandOutput,
21
- } from "../commands/CreateCaseCommand";
22
- import {
23
- CreateCaseRuleCommandInput,
24
- CreateCaseRuleCommandOutput,
25
- } from "../commands/CreateCaseRuleCommand";
26
- import {
27
- CreateDomainCommandInput,
28
- CreateDomainCommandOutput,
29
- } from "../commands/CreateDomainCommand";
30
- import {
31
- CreateFieldCommandInput,
32
- CreateFieldCommandOutput,
33
- } from "../commands/CreateFieldCommand";
34
- import {
35
- CreateLayoutCommandInput,
36
- CreateLayoutCommandOutput,
37
- } from "../commands/CreateLayoutCommand";
38
- import {
39
- CreateRelatedItemCommandInput,
40
- CreateRelatedItemCommandOutput,
41
- } from "../commands/CreateRelatedItemCommand";
42
- import {
43
- CreateTemplateCommandInput,
44
- CreateTemplateCommandOutput,
45
- } from "../commands/CreateTemplateCommand";
46
- import {
47
- DeleteCaseCommandInput,
48
- DeleteCaseCommandOutput,
49
- } from "../commands/DeleteCaseCommand";
50
- import {
51
- DeleteCaseRuleCommandInput,
52
- DeleteCaseRuleCommandOutput,
53
- } from "../commands/DeleteCaseRuleCommand";
54
- import {
55
- DeleteDomainCommandInput,
56
- DeleteDomainCommandOutput,
57
- } from "../commands/DeleteDomainCommand";
58
- import {
59
- DeleteFieldCommandInput,
60
- DeleteFieldCommandOutput,
61
- } from "../commands/DeleteFieldCommand";
62
- import {
63
- DeleteLayoutCommandInput,
64
- DeleteLayoutCommandOutput,
65
- } from "../commands/DeleteLayoutCommand";
66
- import {
67
- DeleteRelatedItemCommandInput,
68
- DeleteRelatedItemCommandOutput,
69
- } from "../commands/DeleteRelatedItemCommand";
70
- import {
71
- DeleteTemplateCommandInput,
72
- DeleteTemplateCommandOutput,
73
- } from "../commands/DeleteTemplateCommand";
74
- import {
75
- GetCaseAuditEventsCommandInput,
76
- GetCaseAuditEventsCommandOutput,
77
- } from "../commands/GetCaseAuditEventsCommand";
78
- import {
79
- GetCaseCommandInput,
80
- GetCaseCommandOutput,
81
- } from "../commands/GetCaseCommand";
82
- import {
83
- GetCaseEventConfigurationCommandInput,
84
- GetCaseEventConfigurationCommandOutput,
85
- } from "../commands/GetCaseEventConfigurationCommand";
86
- import {
87
- GetDomainCommandInput,
88
- GetDomainCommandOutput,
89
- } from "../commands/GetDomainCommand";
90
- import {
91
- GetLayoutCommandInput,
92
- GetLayoutCommandOutput,
93
- } from "../commands/GetLayoutCommand";
94
- import {
95
- GetTemplateCommandInput,
96
- GetTemplateCommandOutput,
97
- } from "../commands/GetTemplateCommand";
98
- import {
99
- ListCaseRulesCommandInput,
100
- ListCaseRulesCommandOutput,
101
- } from "../commands/ListCaseRulesCommand";
102
- import {
103
- ListCasesForContactCommandInput,
104
- ListCasesForContactCommandOutput,
105
- } from "../commands/ListCasesForContactCommand";
106
- import {
107
- ListDomainsCommandInput,
108
- ListDomainsCommandOutput,
109
- } from "../commands/ListDomainsCommand";
110
- import {
111
- ListFieldOptionsCommandInput,
112
- ListFieldOptionsCommandOutput,
113
- } from "../commands/ListFieldOptionsCommand";
114
- import {
115
- ListFieldsCommandInput,
116
- ListFieldsCommandOutput,
117
- } from "../commands/ListFieldsCommand";
118
- import {
119
- ListLayoutsCommandInput,
120
- ListLayoutsCommandOutput,
121
- } from "../commands/ListLayoutsCommand";
122
- import {
123
- ListTagsForResourceCommandInput,
124
- ListTagsForResourceCommandOutput,
125
- } from "../commands/ListTagsForResourceCommand";
126
- import {
127
- ListTemplatesCommandInput,
128
- ListTemplatesCommandOutput,
129
- } from "../commands/ListTemplatesCommand";
130
- import {
131
- PutCaseEventConfigurationCommandInput,
132
- PutCaseEventConfigurationCommandOutput,
133
- } from "../commands/PutCaseEventConfigurationCommand";
134
- import {
135
- SearchAllRelatedItemsCommandInput,
136
- SearchAllRelatedItemsCommandOutput,
137
- } from "../commands/SearchAllRelatedItemsCommand";
138
- import {
139
- SearchCasesCommandInput,
140
- SearchCasesCommandOutput,
141
- } from "../commands/SearchCasesCommand";
142
- import {
143
- SearchRelatedItemsCommandInput,
144
- SearchRelatedItemsCommandOutput,
145
- } from "../commands/SearchRelatedItemsCommand";
146
- import {
147
- TagResourceCommandInput,
148
- TagResourceCommandOutput,
149
- } from "../commands/TagResourceCommand";
150
- import {
151
- UntagResourceCommandInput,
152
- UntagResourceCommandOutput,
153
- } from "../commands/UntagResourceCommand";
154
- import {
155
- UpdateCaseCommandInput,
156
- UpdateCaseCommandOutput,
157
- } from "../commands/UpdateCaseCommand";
158
- import {
159
- UpdateCaseRuleCommandInput,
160
- UpdateCaseRuleCommandOutput,
161
- } from "../commands/UpdateCaseRuleCommand";
162
- import {
163
- UpdateFieldCommandInput,
164
- UpdateFieldCommandOutput,
165
- } from "../commands/UpdateFieldCommand";
166
- import {
167
- UpdateLayoutCommandInput,
168
- UpdateLayoutCommandOutput,
169
- } from "../commands/UpdateLayoutCommand";
170
- import {
171
- UpdateTemplateCommandInput,
172
- UpdateTemplateCommandOutput,
173
- } from "../commands/UpdateTemplateCommand";
174
- export declare const se_BatchGetCaseRuleCommand: (
175
- input: BatchGetCaseRuleCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_BatchGetFieldCommand: (
179
- input: BatchGetFieldCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_BatchPutFieldOptionsCommand: (
183
- input: BatchPutFieldOptionsCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_CreateCaseCommand: (
187
- input: CreateCaseCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_CreateCaseRuleCommand: (
191
- input: CreateCaseRuleCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_CreateDomainCommand: (
195
- input: CreateDomainCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_CreateFieldCommand: (
199
- input: CreateFieldCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_CreateLayoutCommand: (
203
- input: CreateLayoutCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_CreateRelatedItemCommand: (
207
- input: CreateRelatedItemCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_CreateTemplateCommand: (
211
- input: CreateTemplateCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_DeleteCaseCommand: (
215
- input: DeleteCaseCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_DeleteCaseRuleCommand: (
219
- input: DeleteCaseRuleCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_DeleteDomainCommand: (
223
- input: DeleteDomainCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_DeleteFieldCommand: (
227
- input: DeleteFieldCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_DeleteLayoutCommand: (
231
- input: DeleteLayoutCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_DeleteRelatedItemCommand: (
235
- input: DeleteRelatedItemCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_DeleteTemplateCommand: (
239
- input: DeleteTemplateCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_GetCaseCommand: (
243
- input: GetCaseCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_GetCaseAuditEventsCommand: (
247
- input: GetCaseAuditEventsCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_GetCaseEventConfigurationCommand: (
251
- input: GetCaseEventConfigurationCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_GetDomainCommand: (
255
- input: GetDomainCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_GetLayoutCommand: (
259
- input: GetLayoutCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_GetTemplateCommand: (
263
- input: GetTemplateCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_ListCaseRulesCommand: (
267
- input: ListCaseRulesCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_ListCasesForContactCommand: (
271
- input: ListCasesForContactCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_ListDomainsCommand: (
275
- input: ListDomainsCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_ListFieldOptionsCommand: (
279
- input: ListFieldOptionsCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_ListFieldsCommand: (
283
- input: ListFieldsCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_ListLayoutsCommand: (
287
- input: ListLayoutsCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_ListTagsForResourceCommand: (
291
- input: ListTagsForResourceCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_ListTemplatesCommand: (
295
- input: ListTemplatesCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_PutCaseEventConfigurationCommand: (
299
- input: PutCaseEventConfigurationCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_SearchAllRelatedItemsCommand: (
303
- input: SearchAllRelatedItemsCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_SearchCasesCommand: (
307
- input: SearchCasesCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_SearchRelatedItemsCommand: (
311
- input: SearchRelatedItemsCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_TagResourceCommand: (
315
- input: TagResourceCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_UntagResourceCommand: (
319
- input: UntagResourceCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_UpdateCaseCommand: (
323
- input: UpdateCaseCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_UpdateCaseRuleCommand: (
327
- input: UpdateCaseRuleCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_UpdateFieldCommand: (
331
- input: UpdateFieldCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_UpdateLayoutCommand: (
335
- input: UpdateLayoutCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_UpdateTemplateCommand: (
339
- input: UpdateTemplateCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const de_BatchGetCaseRuleCommand: (
343
- output: __HttpResponse,
344
- context: __SerdeContext
345
- ) => Promise<BatchGetCaseRuleCommandOutput>;
346
- export declare const de_BatchGetFieldCommand: (
347
- output: __HttpResponse,
348
- context: __SerdeContext
349
- ) => Promise<BatchGetFieldCommandOutput>;
350
- export declare const de_BatchPutFieldOptionsCommand: (
351
- output: __HttpResponse,
352
- context: __SerdeContext
353
- ) => Promise<BatchPutFieldOptionsCommandOutput>;
354
- export declare const de_CreateCaseCommand: (
355
- output: __HttpResponse,
356
- context: __SerdeContext
357
- ) => Promise<CreateCaseCommandOutput>;
358
- export declare const de_CreateCaseRuleCommand: (
359
- output: __HttpResponse,
360
- context: __SerdeContext
361
- ) => Promise<CreateCaseRuleCommandOutput>;
362
- export declare const de_CreateDomainCommand: (
363
- output: __HttpResponse,
364
- context: __SerdeContext
365
- ) => Promise<CreateDomainCommandOutput>;
366
- export declare const de_CreateFieldCommand: (
367
- output: __HttpResponse,
368
- context: __SerdeContext
369
- ) => Promise<CreateFieldCommandOutput>;
370
- export declare const de_CreateLayoutCommand: (
371
- output: __HttpResponse,
372
- context: __SerdeContext
373
- ) => Promise<CreateLayoutCommandOutput>;
374
- export declare const de_CreateRelatedItemCommand: (
375
- output: __HttpResponse,
376
- context: __SerdeContext
377
- ) => Promise<CreateRelatedItemCommandOutput>;
378
- export declare const de_CreateTemplateCommand: (
379
- output: __HttpResponse,
380
- context: __SerdeContext
381
- ) => Promise<CreateTemplateCommandOutput>;
382
- export declare const de_DeleteCaseCommand: (
383
- output: __HttpResponse,
384
- context: __SerdeContext
385
- ) => Promise<DeleteCaseCommandOutput>;
386
- export declare const de_DeleteCaseRuleCommand: (
387
- output: __HttpResponse,
388
- context: __SerdeContext
389
- ) => Promise<DeleteCaseRuleCommandOutput>;
390
- export declare const de_DeleteDomainCommand: (
391
- output: __HttpResponse,
392
- context: __SerdeContext
393
- ) => Promise<DeleteDomainCommandOutput>;
394
- export declare const de_DeleteFieldCommand: (
395
- output: __HttpResponse,
396
- context: __SerdeContext
397
- ) => Promise<DeleteFieldCommandOutput>;
398
- export declare const de_DeleteLayoutCommand: (
399
- output: __HttpResponse,
400
- context: __SerdeContext
401
- ) => Promise<DeleteLayoutCommandOutput>;
402
- export declare const de_DeleteRelatedItemCommand: (
403
- output: __HttpResponse,
404
- context: __SerdeContext
405
- ) => Promise<DeleteRelatedItemCommandOutput>;
406
- export declare const de_DeleteTemplateCommand: (
407
- output: __HttpResponse,
408
- context: __SerdeContext
409
- ) => Promise<DeleteTemplateCommandOutput>;
410
- export declare const de_GetCaseCommand: (
411
- output: __HttpResponse,
412
- context: __SerdeContext
413
- ) => Promise<GetCaseCommandOutput>;
414
- export declare const de_GetCaseAuditEventsCommand: (
415
- output: __HttpResponse,
416
- context: __SerdeContext
417
- ) => Promise<GetCaseAuditEventsCommandOutput>;
418
- export declare const de_GetCaseEventConfigurationCommand: (
419
- output: __HttpResponse,
420
- context: __SerdeContext
421
- ) => Promise<GetCaseEventConfigurationCommandOutput>;
422
- export declare const de_GetDomainCommand: (
423
- output: __HttpResponse,
424
- context: __SerdeContext
425
- ) => Promise<GetDomainCommandOutput>;
426
- export declare const de_GetLayoutCommand: (
427
- output: __HttpResponse,
428
- context: __SerdeContext
429
- ) => Promise<GetLayoutCommandOutput>;
430
- export declare const de_GetTemplateCommand: (
431
- output: __HttpResponse,
432
- context: __SerdeContext
433
- ) => Promise<GetTemplateCommandOutput>;
434
- export declare const de_ListCaseRulesCommand: (
435
- output: __HttpResponse,
436
- context: __SerdeContext
437
- ) => Promise<ListCaseRulesCommandOutput>;
438
- export declare const de_ListCasesForContactCommand: (
439
- output: __HttpResponse,
440
- context: __SerdeContext
441
- ) => Promise<ListCasesForContactCommandOutput>;
442
- export declare const de_ListDomainsCommand: (
443
- output: __HttpResponse,
444
- context: __SerdeContext
445
- ) => Promise<ListDomainsCommandOutput>;
446
- export declare const de_ListFieldOptionsCommand: (
447
- output: __HttpResponse,
448
- context: __SerdeContext
449
- ) => Promise<ListFieldOptionsCommandOutput>;
450
- export declare const de_ListFieldsCommand: (
451
- output: __HttpResponse,
452
- context: __SerdeContext
453
- ) => Promise<ListFieldsCommandOutput>;
454
- export declare const de_ListLayoutsCommand: (
455
- output: __HttpResponse,
456
- context: __SerdeContext
457
- ) => Promise<ListLayoutsCommandOutput>;
458
- export declare const de_ListTagsForResourceCommand: (
459
- output: __HttpResponse,
460
- context: __SerdeContext
461
- ) => Promise<ListTagsForResourceCommandOutput>;
462
- export declare const de_ListTemplatesCommand: (
463
- output: __HttpResponse,
464
- context: __SerdeContext
465
- ) => Promise<ListTemplatesCommandOutput>;
466
- export declare const de_PutCaseEventConfigurationCommand: (
467
- output: __HttpResponse,
468
- context: __SerdeContext
469
- ) => Promise<PutCaseEventConfigurationCommandOutput>;
470
- export declare const de_SearchAllRelatedItemsCommand: (
471
- output: __HttpResponse,
472
- context: __SerdeContext
473
- ) => Promise<SearchAllRelatedItemsCommandOutput>;
474
- export declare const de_SearchCasesCommand: (
475
- output: __HttpResponse,
476
- context: __SerdeContext
477
- ) => Promise<SearchCasesCommandOutput>;
478
- export declare const de_SearchRelatedItemsCommand: (
479
- output: __HttpResponse,
480
- context: __SerdeContext
481
- ) => Promise<SearchRelatedItemsCommandOutput>;
482
- export declare const de_TagResourceCommand: (
483
- output: __HttpResponse,
484
- context: __SerdeContext
485
- ) => Promise<TagResourceCommandOutput>;
486
- export declare const de_UntagResourceCommand: (
487
- output: __HttpResponse,
488
- context: __SerdeContext
489
- ) => Promise<UntagResourceCommandOutput>;
490
- export declare const de_UpdateCaseCommand: (
491
- output: __HttpResponse,
492
- context: __SerdeContext
493
- ) => Promise<UpdateCaseCommandOutput>;
494
- export declare const de_UpdateCaseRuleCommand: (
495
- output: __HttpResponse,
496
- context: __SerdeContext
497
- ) => Promise<UpdateCaseRuleCommandOutput>;
498
- export declare const de_UpdateFieldCommand: (
499
- output: __HttpResponse,
500
- context: __SerdeContext
501
- ) => Promise<UpdateFieldCommandOutput>;
502
- export declare const de_UpdateLayoutCommand: (
503
- output: __HttpResponse,
504
- context: __SerdeContext
505
- ) => Promise<UpdateLayoutCommandOutput>;
506
- export declare const de_UpdateTemplateCommand: (
507
- output: __HttpResponse,
508
- context: __SerdeContext
509
- ) => Promise<UpdateTemplateCommandOutput>;