@aws-sdk/client-connectcases 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.
Files changed (67) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/ConnectCases.d.ts +157 -210
  3. package/dist-types/ts3.4/ConnectCasesClient.d.ts +21 -76
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/BatchGetCaseRuleCommand.d.ts +4 -9
  8. package/dist-types/ts3.4/commands/BatchGetFieldCommand.d.ts +4 -9
  9. package/dist-types/ts3.4/commands/BatchPutFieldOptionsCommand.d.ts +5 -10
  10. package/dist-types/ts3.4/commands/CreateCaseCommand.d.ts +3 -5
  11. package/dist-types/ts3.4/commands/CreateCaseRuleCommand.d.ts +4 -9
  12. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +3 -5
  13. package/dist-types/ts3.4/commands/CreateFieldCommand.d.ts +3 -5
  14. package/dist-types/ts3.4/commands/CreateLayoutCommand.d.ts +3 -5
  15. package/dist-types/ts3.4/commands/CreateRelatedItemCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +4 -9
  17. package/dist-types/ts3.4/commands/DeleteCaseCommand.d.ts +3 -5
  18. package/dist-types/ts3.4/commands/DeleteCaseRuleCommand.d.ts +4 -9
  19. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/DeleteFieldCommand.d.ts +3 -5
  21. package/dist-types/ts3.4/commands/DeleteLayoutCommand.d.ts +3 -5
  22. package/dist-types/ts3.4/commands/DeleteRelatedItemCommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +4 -9
  24. package/dist-types/ts3.4/commands/GetCaseAuditEventsCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/GetCaseCommand.d.ts +7 -5
  26. package/dist-types/ts3.4/commands/GetCaseEventConfigurationCommand.d.ts +4 -6
  27. package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +7 -5
  28. package/dist-types/ts3.4/commands/GetLayoutCommand.d.ts +7 -5
  29. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +3 -5
  30. package/dist-types/ts3.4/commands/ListCaseRulesCommand.d.ts +4 -9
  31. package/dist-types/ts3.4/commands/ListCasesForContactCommand.d.ts +5 -10
  32. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +2 -4
  33. package/dist-types/ts3.4/commands/ListFieldOptionsCommand.d.ts +4 -9
  34. package/dist-types/ts3.4/commands/ListFieldsCommand.d.ts +3 -5
  35. package/dist-types/ts3.4/commands/ListLayoutsCommand.d.ts +3 -5
  36. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  37. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +4 -9
  38. package/dist-types/ts3.4/commands/PutCaseEventConfigurationCommand.d.ts +4 -6
  39. package/dist-types/ts3.4/commands/SearchAllRelatedItemsCommand.d.ts +5 -10
  40. package/dist-types/ts3.4/commands/SearchCasesCommand.d.ts +3 -5
  41. package/dist-types/ts3.4/commands/SearchRelatedItemsCommand.d.ts +5 -10
  42. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  43. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  44. package/dist-types/ts3.4/commands/UpdateCaseCommand.d.ts +3 -5
  45. package/dist-types/ts3.4/commands/UpdateCaseRuleCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/UpdateFieldCommand.d.ts +3 -5
  47. package/dist-types/ts3.4/commands/UpdateLayoutCommand.d.ts +3 -5
  48. package/dist-types/ts3.4/commands/UpdateRelatedItemCommand.d.ts +5 -10
  49. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +4 -9
  50. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  51. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  52. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  53. package/dist-types/ts3.4/models/enums.d.ts +5 -10
  54. package/dist-types/ts3.4/models/errors.d.ts +6 -18
  55. package/dist-types/ts3.4/models/models_0.d.ts +2 -6
  56. package/dist-types/ts3.4/pagination/GetCasePaginator.d.ts +1 -4
  57. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  58. package/dist-types/ts3.4/pagination/ListDomainsPaginator.d.ts +1 -4
  59. package/dist-types/ts3.4/pagination/ListFieldsPaginator.d.ts +1 -4
  60. package/dist-types/ts3.4/pagination/ListLayoutsPaginator.d.ts +1 -4
  61. package/dist-types/ts3.4/pagination/SearchCasesPaginator.d.ts +1 -4
  62. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  63. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  64. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  65. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  66. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  67. package/package.json +38 -38
@@ -15,10 +15,7 @@ import {
15
15
  BatchPutFieldOptionsCommandInput,
16
16
  BatchPutFieldOptionsCommandOutput,
17
17
  } from "./commands/BatchPutFieldOptionsCommand";
18
- import {
19
- CreateCaseCommandInput,
20
- CreateCaseCommandOutput,
21
- } from "./commands/CreateCaseCommand";
18
+ import { CreateCaseCommandInput, CreateCaseCommandOutput } from "./commands/CreateCaseCommand";
22
19
  import {
23
20
  CreateCaseRuleCommandInput,
24
21
  CreateCaseRuleCommandOutput,
@@ -27,10 +24,7 @@ import {
27
24
  CreateDomainCommandInput,
28
25
  CreateDomainCommandOutput,
29
26
  } from "./commands/CreateDomainCommand";
30
- import {
31
- CreateFieldCommandInput,
32
- CreateFieldCommandOutput,
33
- } from "./commands/CreateFieldCommand";
27
+ import { CreateFieldCommandInput, CreateFieldCommandOutput } from "./commands/CreateFieldCommand";
34
28
  import {
35
29
  CreateLayoutCommandInput,
36
30
  CreateLayoutCommandOutput,
@@ -43,10 +37,7 @@ import {
43
37
  CreateTemplateCommandInput,
44
38
  CreateTemplateCommandOutput,
45
39
  } from "./commands/CreateTemplateCommand";
46
- import {
47
- DeleteCaseCommandInput,
48
- DeleteCaseCommandOutput,
49
- } from "./commands/DeleteCaseCommand";
40
+ import { DeleteCaseCommandInput, DeleteCaseCommandOutput } from "./commands/DeleteCaseCommand";
50
41
  import {
51
42
  DeleteCaseRuleCommandInput,
52
43
  DeleteCaseRuleCommandOutput,
@@ -55,10 +46,7 @@ import {
55
46
  DeleteDomainCommandInput,
56
47
  DeleteDomainCommandOutput,
57
48
  } from "./commands/DeleteDomainCommand";
58
- import {
59
- DeleteFieldCommandInput,
60
- DeleteFieldCommandOutput,
61
- } from "./commands/DeleteFieldCommand";
49
+ import { DeleteFieldCommandInput, DeleteFieldCommandOutput } from "./commands/DeleteFieldCommand";
62
50
  import {
63
51
  DeleteLayoutCommandInput,
64
52
  DeleteLayoutCommandOutput,
@@ -75,26 +63,14 @@ import {
75
63
  GetCaseAuditEventsCommandInput,
76
64
  GetCaseAuditEventsCommandOutput,
77
65
  } from "./commands/GetCaseAuditEventsCommand";
78
- import {
79
- GetCaseCommandInput,
80
- GetCaseCommandOutput,
81
- } from "./commands/GetCaseCommand";
66
+ import { GetCaseCommandInput, GetCaseCommandOutput } from "./commands/GetCaseCommand";
82
67
  import {
83
68
  GetCaseEventConfigurationCommandInput,
84
69
  GetCaseEventConfigurationCommandOutput,
85
70
  } 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";
71
+ import { GetDomainCommandInput, GetDomainCommandOutput } from "./commands/GetDomainCommand";
72
+ import { GetLayoutCommandInput, GetLayoutCommandOutput } from "./commands/GetLayoutCommand";
73
+ import { GetTemplateCommandInput, GetTemplateCommandOutput } from "./commands/GetTemplateCommand";
98
74
  import {
99
75
  ListCaseRulesCommandInput,
100
76
  ListCaseRulesCommandOutput,
@@ -103,22 +79,13 @@ import {
103
79
  ListCasesForContactCommandInput,
104
80
  ListCasesForContactCommandOutput,
105
81
  } from "./commands/ListCasesForContactCommand";
106
- import {
107
- ListDomainsCommandInput,
108
- ListDomainsCommandOutput,
109
- } from "./commands/ListDomainsCommand";
82
+ import { ListDomainsCommandInput, ListDomainsCommandOutput } from "./commands/ListDomainsCommand";
110
83
  import {
111
84
  ListFieldOptionsCommandInput,
112
85
  ListFieldOptionsCommandOutput,
113
86
  } from "./commands/ListFieldOptionsCommand";
114
- import {
115
- ListFieldsCommandInput,
116
- ListFieldsCommandOutput,
117
- } from "./commands/ListFieldsCommand";
118
- import {
119
- ListLayoutsCommandInput,
120
- ListLayoutsCommandOutput,
121
- } from "./commands/ListLayoutsCommand";
87
+ import { ListFieldsCommandInput, ListFieldsCommandOutput } from "./commands/ListFieldsCommand";
88
+ import { ListLayoutsCommandInput, ListLayoutsCommandOutput } from "./commands/ListLayoutsCommand";
122
89
  import {
123
90
  ListTagsForResourceCommandInput,
124
91
  ListTagsForResourceCommandOutput,
@@ -135,34 +102,22 @@ import {
135
102
  SearchAllRelatedItemsCommandInput,
136
103
  SearchAllRelatedItemsCommandOutput,
137
104
  } from "./commands/SearchAllRelatedItemsCommand";
138
- import {
139
- SearchCasesCommandInput,
140
- SearchCasesCommandOutput,
141
- } from "./commands/SearchCasesCommand";
105
+ import { SearchCasesCommandInput, SearchCasesCommandOutput } from "./commands/SearchCasesCommand";
142
106
  import {
143
107
  SearchRelatedItemsCommandInput,
144
108
  SearchRelatedItemsCommandOutput,
145
109
  } from "./commands/SearchRelatedItemsCommand";
146
- import {
147
- TagResourceCommandInput,
148
- TagResourceCommandOutput,
149
- } from "./commands/TagResourceCommand";
110
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
150
111
  import {
151
112
  UntagResourceCommandInput,
152
113
  UntagResourceCommandOutput,
153
114
  } from "./commands/UntagResourceCommand";
154
- import {
155
- UpdateCaseCommandInput,
156
- UpdateCaseCommandOutput,
157
- } from "./commands/UpdateCaseCommand";
115
+ import { UpdateCaseCommandInput, UpdateCaseCommandOutput } from "./commands/UpdateCaseCommand";
158
116
  import {
159
117
  UpdateCaseRuleCommandInput,
160
118
  UpdateCaseRuleCommandOutput,
161
119
  } from "./commands/UpdateCaseRuleCommand";
162
- import {
163
- UpdateFieldCommandInput,
164
- UpdateFieldCommandOutput,
165
- } from "./commands/UpdateFieldCommand";
120
+ import { UpdateFieldCommandInput, UpdateFieldCommandOutput } from "./commands/UpdateFieldCommand";
166
121
  import {
167
122
  UpdateLayoutCommandInput,
168
123
  UpdateLayoutCommandOutput,
@@ -179,649 +134,641 @@ import { ConnectCasesClient } from "./ConnectCasesClient";
179
134
  export interface ConnectCases {
180
135
  batchGetCaseRule(
181
136
  args: BatchGetCaseRuleCommandInput,
182
- options?: __HttpHandlerOptions
137
+ options?: __HttpHandlerOptions,
183
138
  ): Promise<BatchGetCaseRuleCommandOutput>;
184
139
  batchGetCaseRule(
185
140
  args: BatchGetCaseRuleCommandInput,
186
- cb: (err: any, data?: BatchGetCaseRuleCommandOutput) => void
141
+ cb: (err: any, data?: BatchGetCaseRuleCommandOutput) => void,
187
142
  ): void;
188
143
  batchGetCaseRule(
189
144
  args: BatchGetCaseRuleCommandInput,
190
145
  options: __HttpHandlerOptions,
191
- cb: (err: any, data?: BatchGetCaseRuleCommandOutput) => void
146
+ cb: (err: any, data?: BatchGetCaseRuleCommandOutput) => void,
192
147
  ): void;
193
148
  batchGetField(
194
149
  args: BatchGetFieldCommandInput,
195
- options?: __HttpHandlerOptions
150
+ options?: __HttpHandlerOptions,
196
151
  ): Promise<BatchGetFieldCommandOutput>;
197
152
  batchGetField(
198
153
  args: BatchGetFieldCommandInput,
199
- cb: (err: any, data?: BatchGetFieldCommandOutput) => void
154
+ cb: (err: any, data?: BatchGetFieldCommandOutput) => void,
200
155
  ): void;
201
156
  batchGetField(
202
157
  args: BatchGetFieldCommandInput,
203
158
  options: __HttpHandlerOptions,
204
- cb: (err: any, data?: BatchGetFieldCommandOutput) => void
159
+ cb: (err: any, data?: BatchGetFieldCommandOutput) => void,
205
160
  ): void;
206
161
  batchPutFieldOptions(
207
162
  args: BatchPutFieldOptionsCommandInput,
208
- options?: __HttpHandlerOptions
163
+ options?: __HttpHandlerOptions,
209
164
  ): Promise<BatchPutFieldOptionsCommandOutput>;
210
165
  batchPutFieldOptions(
211
166
  args: BatchPutFieldOptionsCommandInput,
212
- cb: (err: any, data?: BatchPutFieldOptionsCommandOutput) => void
167
+ cb: (err: any, data?: BatchPutFieldOptionsCommandOutput) => void,
213
168
  ): void;
214
169
  batchPutFieldOptions(
215
170
  args: BatchPutFieldOptionsCommandInput,
216
171
  options: __HttpHandlerOptions,
217
- cb: (err: any, data?: BatchPutFieldOptionsCommandOutput) => void
172
+ cb: (err: any, data?: BatchPutFieldOptionsCommandOutput) => void,
218
173
  ): void;
219
174
  createCase(
220
175
  args: CreateCaseCommandInput,
221
- options?: __HttpHandlerOptions
176
+ options?: __HttpHandlerOptions,
222
177
  ): Promise<CreateCaseCommandOutput>;
223
178
  createCase(
224
179
  args: CreateCaseCommandInput,
225
- cb: (err: any, data?: CreateCaseCommandOutput) => void
180
+ cb: (err: any, data?: CreateCaseCommandOutput) => void,
226
181
  ): void;
227
182
  createCase(
228
183
  args: CreateCaseCommandInput,
229
184
  options: __HttpHandlerOptions,
230
- cb: (err: any, data?: CreateCaseCommandOutput) => void
185
+ cb: (err: any, data?: CreateCaseCommandOutput) => void,
231
186
  ): void;
232
187
  createCaseRule(
233
188
  args: CreateCaseRuleCommandInput,
234
- options?: __HttpHandlerOptions
189
+ options?: __HttpHandlerOptions,
235
190
  ): Promise<CreateCaseRuleCommandOutput>;
236
191
  createCaseRule(
237
192
  args: CreateCaseRuleCommandInput,
238
- cb: (err: any, data?: CreateCaseRuleCommandOutput) => void
193
+ cb: (err: any, data?: CreateCaseRuleCommandOutput) => void,
239
194
  ): void;
240
195
  createCaseRule(
241
196
  args: CreateCaseRuleCommandInput,
242
197
  options: __HttpHandlerOptions,
243
- cb: (err: any, data?: CreateCaseRuleCommandOutput) => void
198
+ cb: (err: any, data?: CreateCaseRuleCommandOutput) => void,
244
199
  ): void;
245
200
  createDomain(
246
201
  args: CreateDomainCommandInput,
247
- options?: __HttpHandlerOptions
202
+ options?: __HttpHandlerOptions,
248
203
  ): Promise<CreateDomainCommandOutput>;
249
204
  createDomain(
250
205
  args: CreateDomainCommandInput,
251
- cb: (err: any, data?: CreateDomainCommandOutput) => void
206
+ cb: (err: any, data?: CreateDomainCommandOutput) => void,
252
207
  ): void;
253
208
  createDomain(
254
209
  args: CreateDomainCommandInput,
255
210
  options: __HttpHandlerOptions,
256
- cb: (err: any, data?: CreateDomainCommandOutput) => void
211
+ cb: (err: any, data?: CreateDomainCommandOutput) => void,
257
212
  ): void;
258
213
  createField(
259
214
  args: CreateFieldCommandInput,
260
- options?: __HttpHandlerOptions
215
+ options?: __HttpHandlerOptions,
261
216
  ): Promise<CreateFieldCommandOutput>;
262
217
  createField(
263
218
  args: CreateFieldCommandInput,
264
- cb: (err: any, data?: CreateFieldCommandOutput) => void
219
+ cb: (err: any, data?: CreateFieldCommandOutput) => void,
265
220
  ): void;
266
221
  createField(
267
222
  args: CreateFieldCommandInput,
268
223
  options: __HttpHandlerOptions,
269
- cb: (err: any, data?: CreateFieldCommandOutput) => void
224
+ cb: (err: any, data?: CreateFieldCommandOutput) => void,
270
225
  ): void;
271
226
  createLayout(
272
227
  args: CreateLayoutCommandInput,
273
- options?: __HttpHandlerOptions
228
+ options?: __HttpHandlerOptions,
274
229
  ): Promise<CreateLayoutCommandOutput>;
275
230
  createLayout(
276
231
  args: CreateLayoutCommandInput,
277
- cb: (err: any, data?: CreateLayoutCommandOutput) => void
232
+ cb: (err: any, data?: CreateLayoutCommandOutput) => void,
278
233
  ): void;
279
234
  createLayout(
280
235
  args: CreateLayoutCommandInput,
281
236
  options: __HttpHandlerOptions,
282
- cb: (err: any, data?: CreateLayoutCommandOutput) => void
237
+ cb: (err: any, data?: CreateLayoutCommandOutput) => void,
283
238
  ): void;
284
239
  createRelatedItem(
285
240
  args: CreateRelatedItemCommandInput,
286
- options?: __HttpHandlerOptions
241
+ options?: __HttpHandlerOptions,
287
242
  ): Promise<CreateRelatedItemCommandOutput>;
288
243
  createRelatedItem(
289
244
  args: CreateRelatedItemCommandInput,
290
- cb: (err: any, data?: CreateRelatedItemCommandOutput) => void
245
+ cb: (err: any, data?: CreateRelatedItemCommandOutput) => void,
291
246
  ): void;
292
247
  createRelatedItem(
293
248
  args: CreateRelatedItemCommandInput,
294
249
  options: __HttpHandlerOptions,
295
- cb: (err: any, data?: CreateRelatedItemCommandOutput) => void
250
+ cb: (err: any, data?: CreateRelatedItemCommandOutput) => void,
296
251
  ): void;
297
252
  createTemplate(
298
253
  args: CreateTemplateCommandInput,
299
- options?: __HttpHandlerOptions
254
+ options?: __HttpHandlerOptions,
300
255
  ): Promise<CreateTemplateCommandOutput>;
301
256
  createTemplate(
302
257
  args: CreateTemplateCommandInput,
303
- cb: (err: any, data?: CreateTemplateCommandOutput) => void
258
+ cb: (err: any, data?: CreateTemplateCommandOutput) => void,
304
259
  ): void;
305
260
  createTemplate(
306
261
  args: CreateTemplateCommandInput,
307
262
  options: __HttpHandlerOptions,
308
- cb: (err: any, data?: CreateTemplateCommandOutput) => void
263
+ cb: (err: any, data?: CreateTemplateCommandOutput) => void,
309
264
  ): void;
310
265
  deleteCase(
311
266
  args: DeleteCaseCommandInput,
312
- options?: __HttpHandlerOptions
267
+ options?: __HttpHandlerOptions,
313
268
  ): Promise<DeleteCaseCommandOutput>;
314
269
  deleteCase(
315
270
  args: DeleteCaseCommandInput,
316
- cb: (err: any, data?: DeleteCaseCommandOutput) => void
271
+ cb: (err: any, data?: DeleteCaseCommandOutput) => void,
317
272
  ): void;
318
273
  deleteCase(
319
274
  args: DeleteCaseCommandInput,
320
275
  options: __HttpHandlerOptions,
321
- cb: (err: any, data?: DeleteCaseCommandOutput) => void
276
+ cb: (err: any, data?: DeleteCaseCommandOutput) => void,
322
277
  ): void;
323
278
  deleteCaseRule(
324
279
  args: DeleteCaseRuleCommandInput,
325
- options?: __HttpHandlerOptions
280
+ options?: __HttpHandlerOptions,
326
281
  ): Promise<DeleteCaseRuleCommandOutput>;
327
282
  deleteCaseRule(
328
283
  args: DeleteCaseRuleCommandInput,
329
- cb: (err: any, data?: DeleteCaseRuleCommandOutput) => void
284
+ cb: (err: any, data?: DeleteCaseRuleCommandOutput) => void,
330
285
  ): void;
331
286
  deleteCaseRule(
332
287
  args: DeleteCaseRuleCommandInput,
333
288
  options: __HttpHandlerOptions,
334
- cb: (err: any, data?: DeleteCaseRuleCommandOutput) => void
289
+ cb: (err: any, data?: DeleteCaseRuleCommandOutput) => void,
335
290
  ): void;
336
291
  deleteDomain(
337
292
  args: DeleteDomainCommandInput,
338
- options?: __HttpHandlerOptions
293
+ options?: __HttpHandlerOptions,
339
294
  ): Promise<DeleteDomainCommandOutput>;
340
295
  deleteDomain(
341
296
  args: DeleteDomainCommandInput,
342
- cb: (err: any, data?: DeleteDomainCommandOutput) => void
297
+ cb: (err: any, data?: DeleteDomainCommandOutput) => void,
343
298
  ): void;
344
299
  deleteDomain(
345
300
  args: DeleteDomainCommandInput,
346
301
  options: __HttpHandlerOptions,
347
- cb: (err: any, data?: DeleteDomainCommandOutput) => void
302
+ cb: (err: any, data?: DeleteDomainCommandOutput) => void,
348
303
  ): void;
349
304
  deleteField(
350
305
  args: DeleteFieldCommandInput,
351
- options?: __HttpHandlerOptions
306
+ options?: __HttpHandlerOptions,
352
307
  ): Promise<DeleteFieldCommandOutput>;
353
308
  deleteField(
354
309
  args: DeleteFieldCommandInput,
355
- cb: (err: any, data?: DeleteFieldCommandOutput) => void
310
+ cb: (err: any, data?: DeleteFieldCommandOutput) => void,
356
311
  ): void;
357
312
  deleteField(
358
313
  args: DeleteFieldCommandInput,
359
314
  options: __HttpHandlerOptions,
360
- cb: (err: any, data?: DeleteFieldCommandOutput) => void
315
+ cb: (err: any, data?: DeleteFieldCommandOutput) => void,
361
316
  ): void;
362
317
  deleteLayout(
363
318
  args: DeleteLayoutCommandInput,
364
- options?: __HttpHandlerOptions
319
+ options?: __HttpHandlerOptions,
365
320
  ): Promise<DeleteLayoutCommandOutput>;
366
321
  deleteLayout(
367
322
  args: DeleteLayoutCommandInput,
368
- cb: (err: any, data?: DeleteLayoutCommandOutput) => void
323
+ cb: (err: any, data?: DeleteLayoutCommandOutput) => void,
369
324
  ): void;
370
325
  deleteLayout(
371
326
  args: DeleteLayoutCommandInput,
372
327
  options: __HttpHandlerOptions,
373
- cb: (err: any, data?: DeleteLayoutCommandOutput) => void
328
+ cb: (err: any, data?: DeleteLayoutCommandOutput) => void,
374
329
  ): void;
375
330
  deleteRelatedItem(
376
331
  args: DeleteRelatedItemCommandInput,
377
- options?: __HttpHandlerOptions
332
+ options?: __HttpHandlerOptions,
378
333
  ): Promise<DeleteRelatedItemCommandOutput>;
379
334
  deleteRelatedItem(
380
335
  args: DeleteRelatedItemCommandInput,
381
- cb: (err: any, data?: DeleteRelatedItemCommandOutput) => void
336
+ cb: (err: any, data?: DeleteRelatedItemCommandOutput) => void,
382
337
  ): void;
383
338
  deleteRelatedItem(
384
339
  args: DeleteRelatedItemCommandInput,
385
340
  options: __HttpHandlerOptions,
386
- cb: (err: any, data?: DeleteRelatedItemCommandOutput) => void
341
+ cb: (err: any, data?: DeleteRelatedItemCommandOutput) => void,
387
342
  ): void;
388
343
  deleteTemplate(
389
344
  args: DeleteTemplateCommandInput,
390
- options?: __HttpHandlerOptions
345
+ options?: __HttpHandlerOptions,
391
346
  ): Promise<DeleteTemplateCommandOutput>;
392
347
  deleteTemplate(
393
348
  args: DeleteTemplateCommandInput,
394
- cb: (err: any, data?: DeleteTemplateCommandOutput) => void
349
+ cb: (err: any, data?: DeleteTemplateCommandOutput) => void,
395
350
  ): void;
396
351
  deleteTemplate(
397
352
  args: DeleteTemplateCommandInput,
398
353
  options: __HttpHandlerOptions,
399
- cb: (err: any, data?: DeleteTemplateCommandOutput) => void
400
- ): void;
401
- getCase(
402
- args: GetCaseCommandInput,
403
- options?: __HttpHandlerOptions
404
- ): Promise<GetCaseCommandOutput>;
405
- getCase(
406
- args: GetCaseCommandInput,
407
- cb: (err: any, data?: GetCaseCommandOutput) => void
354
+ cb: (err: any, data?: DeleteTemplateCommandOutput) => void,
408
355
  ): void;
356
+ getCase(args: GetCaseCommandInput, options?: __HttpHandlerOptions): Promise<GetCaseCommandOutput>;
357
+ getCase(args: GetCaseCommandInput, cb: (err: any, data?: GetCaseCommandOutput) => void): void;
409
358
  getCase(
410
359
  args: GetCaseCommandInput,
411
360
  options: __HttpHandlerOptions,
412
- cb: (err: any, data?: GetCaseCommandOutput) => void
361
+ cb: (err: any, data?: GetCaseCommandOutput) => void,
413
362
  ): void;
414
363
  getCaseAuditEvents(
415
364
  args: GetCaseAuditEventsCommandInput,
416
- options?: __HttpHandlerOptions
365
+ options?: __HttpHandlerOptions,
417
366
  ): Promise<GetCaseAuditEventsCommandOutput>;
418
367
  getCaseAuditEvents(
419
368
  args: GetCaseAuditEventsCommandInput,
420
- cb: (err: any, data?: GetCaseAuditEventsCommandOutput) => void
369
+ cb: (err: any, data?: GetCaseAuditEventsCommandOutput) => void,
421
370
  ): void;
422
371
  getCaseAuditEvents(
423
372
  args: GetCaseAuditEventsCommandInput,
424
373
  options: __HttpHandlerOptions,
425
- cb: (err: any, data?: GetCaseAuditEventsCommandOutput) => void
374
+ cb: (err: any, data?: GetCaseAuditEventsCommandOutput) => void,
426
375
  ): void;
427
376
  getCaseEventConfiguration(
428
377
  args: GetCaseEventConfigurationCommandInput,
429
- options?: __HttpHandlerOptions
378
+ options?: __HttpHandlerOptions,
430
379
  ): Promise<GetCaseEventConfigurationCommandOutput>;
431
380
  getCaseEventConfiguration(
432
381
  args: GetCaseEventConfigurationCommandInput,
433
- cb: (err: any, data?: GetCaseEventConfigurationCommandOutput) => void
382
+ cb: (err: any, data?: GetCaseEventConfigurationCommandOutput) => void,
434
383
  ): void;
435
384
  getCaseEventConfiguration(
436
385
  args: GetCaseEventConfigurationCommandInput,
437
386
  options: __HttpHandlerOptions,
438
- cb: (err: any, data?: GetCaseEventConfigurationCommandOutput) => void
387
+ cb: (err: any, data?: GetCaseEventConfigurationCommandOutput) => void,
439
388
  ): void;
440
389
  getDomain(
441
390
  args: GetDomainCommandInput,
442
- options?: __HttpHandlerOptions
391
+ options?: __HttpHandlerOptions,
443
392
  ): Promise<GetDomainCommandOutput>;
444
393
  getDomain(
445
394
  args: GetDomainCommandInput,
446
- cb: (err: any, data?: GetDomainCommandOutput) => void
395
+ cb: (err: any, data?: GetDomainCommandOutput) => void,
447
396
  ): void;
448
397
  getDomain(
449
398
  args: GetDomainCommandInput,
450
399
  options: __HttpHandlerOptions,
451
- cb: (err: any, data?: GetDomainCommandOutput) => void
400
+ cb: (err: any, data?: GetDomainCommandOutput) => void,
452
401
  ): void;
453
402
  getLayout(
454
403
  args: GetLayoutCommandInput,
455
- options?: __HttpHandlerOptions
404
+ options?: __HttpHandlerOptions,
456
405
  ): Promise<GetLayoutCommandOutput>;
457
406
  getLayout(
458
407
  args: GetLayoutCommandInput,
459
- cb: (err: any, data?: GetLayoutCommandOutput) => void
408
+ cb: (err: any, data?: GetLayoutCommandOutput) => void,
460
409
  ): void;
461
410
  getLayout(
462
411
  args: GetLayoutCommandInput,
463
412
  options: __HttpHandlerOptions,
464
- cb: (err: any, data?: GetLayoutCommandOutput) => void
413
+ cb: (err: any, data?: GetLayoutCommandOutput) => void,
465
414
  ): void;
466
415
  getTemplate(
467
416
  args: GetTemplateCommandInput,
468
- options?: __HttpHandlerOptions
417
+ options?: __HttpHandlerOptions,
469
418
  ): Promise<GetTemplateCommandOutput>;
470
419
  getTemplate(
471
420
  args: GetTemplateCommandInput,
472
- cb: (err: any, data?: GetTemplateCommandOutput) => void
421
+ cb: (err: any, data?: GetTemplateCommandOutput) => void,
473
422
  ): void;
474
423
  getTemplate(
475
424
  args: GetTemplateCommandInput,
476
425
  options: __HttpHandlerOptions,
477
- cb: (err: any, data?: GetTemplateCommandOutput) => void
426
+ cb: (err: any, data?: GetTemplateCommandOutput) => void,
478
427
  ): void;
479
428
  listCaseRules(
480
429
  args: ListCaseRulesCommandInput,
481
- options?: __HttpHandlerOptions
430
+ options?: __HttpHandlerOptions,
482
431
  ): Promise<ListCaseRulesCommandOutput>;
483
432
  listCaseRules(
484
433
  args: ListCaseRulesCommandInput,
485
- cb: (err: any, data?: ListCaseRulesCommandOutput) => void
434
+ cb: (err: any, data?: ListCaseRulesCommandOutput) => void,
486
435
  ): void;
487
436
  listCaseRules(
488
437
  args: ListCaseRulesCommandInput,
489
438
  options: __HttpHandlerOptions,
490
- cb: (err: any, data?: ListCaseRulesCommandOutput) => void
439
+ cb: (err: any, data?: ListCaseRulesCommandOutput) => void,
491
440
  ): void;
492
441
  listCasesForContact(
493
442
  args: ListCasesForContactCommandInput,
494
- options?: __HttpHandlerOptions
443
+ options?: __HttpHandlerOptions,
495
444
  ): Promise<ListCasesForContactCommandOutput>;
496
445
  listCasesForContact(
497
446
  args: ListCasesForContactCommandInput,
498
- cb: (err: any, data?: ListCasesForContactCommandOutput) => void
447
+ cb: (err: any, data?: ListCasesForContactCommandOutput) => void,
499
448
  ): void;
500
449
  listCasesForContact(
501
450
  args: ListCasesForContactCommandInput,
502
451
  options: __HttpHandlerOptions,
503
- cb: (err: any, data?: ListCasesForContactCommandOutput) => void
452
+ cb: (err: any, data?: ListCasesForContactCommandOutput) => void,
504
453
  ): void;
505
454
  listDomains(): Promise<ListDomainsCommandOutput>;
506
455
  listDomains(
507
456
  args: ListDomainsCommandInput,
508
- options?: __HttpHandlerOptions
457
+ options?: __HttpHandlerOptions,
509
458
  ): Promise<ListDomainsCommandOutput>;
510
459
  listDomains(
511
460
  args: ListDomainsCommandInput,
512
- cb: (err: any, data?: ListDomainsCommandOutput) => void
461
+ cb: (err: any, data?: ListDomainsCommandOutput) => void,
513
462
  ): void;
514
463
  listDomains(
515
464
  args: ListDomainsCommandInput,
516
465
  options: __HttpHandlerOptions,
517
- cb: (err: any, data?: ListDomainsCommandOutput) => void
466
+ cb: (err: any, data?: ListDomainsCommandOutput) => void,
518
467
  ): void;
519
468
  listFieldOptions(
520
469
  args: ListFieldOptionsCommandInput,
521
- options?: __HttpHandlerOptions
470
+ options?: __HttpHandlerOptions,
522
471
  ): Promise<ListFieldOptionsCommandOutput>;
523
472
  listFieldOptions(
524
473
  args: ListFieldOptionsCommandInput,
525
- cb: (err: any, data?: ListFieldOptionsCommandOutput) => void
474
+ cb: (err: any, data?: ListFieldOptionsCommandOutput) => void,
526
475
  ): void;
527
476
  listFieldOptions(
528
477
  args: ListFieldOptionsCommandInput,
529
478
  options: __HttpHandlerOptions,
530
- cb: (err: any, data?: ListFieldOptionsCommandOutput) => void
479
+ cb: (err: any, data?: ListFieldOptionsCommandOutput) => void,
531
480
  ): void;
532
481
  listFields(
533
482
  args: ListFieldsCommandInput,
534
- options?: __HttpHandlerOptions
483
+ options?: __HttpHandlerOptions,
535
484
  ): Promise<ListFieldsCommandOutput>;
536
485
  listFields(
537
486
  args: ListFieldsCommandInput,
538
- cb: (err: any, data?: ListFieldsCommandOutput) => void
487
+ cb: (err: any, data?: ListFieldsCommandOutput) => void,
539
488
  ): void;
540
489
  listFields(
541
490
  args: ListFieldsCommandInput,
542
491
  options: __HttpHandlerOptions,
543
- cb: (err: any, data?: ListFieldsCommandOutput) => void
492
+ cb: (err: any, data?: ListFieldsCommandOutput) => void,
544
493
  ): void;
545
494
  listLayouts(
546
495
  args: ListLayoutsCommandInput,
547
- options?: __HttpHandlerOptions
496
+ options?: __HttpHandlerOptions,
548
497
  ): Promise<ListLayoutsCommandOutput>;
549
498
  listLayouts(
550
499
  args: ListLayoutsCommandInput,
551
- cb: (err: any, data?: ListLayoutsCommandOutput) => void
500
+ cb: (err: any, data?: ListLayoutsCommandOutput) => void,
552
501
  ): void;
553
502
  listLayouts(
554
503
  args: ListLayoutsCommandInput,
555
504
  options: __HttpHandlerOptions,
556
- cb: (err: any, data?: ListLayoutsCommandOutput) => void
505
+ cb: (err: any, data?: ListLayoutsCommandOutput) => void,
557
506
  ): void;
558
507
  listTagsForResource(
559
508
  args: ListTagsForResourceCommandInput,
560
- options?: __HttpHandlerOptions
509
+ options?: __HttpHandlerOptions,
561
510
  ): Promise<ListTagsForResourceCommandOutput>;
562
511
  listTagsForResource(
563
512
  args: ListTagsForResourceCommandInput,
564
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
513
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
565
514
  ): void;
566
515
  listTagsForResource(
567
516
  args: ListTagsForResourceCommandInput,
568
517
  options: __HttpHandlerOptions,
569
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
518
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
570
519
  ): void;
571
520
  listTemplates(
572
521
  args: ListTemplatesCommandInput,
573
- options?: __HttpHandlerOptions
522
+ options?: __HttpHandlerOptions,
574
523
  ): Promise<ListTemplatesCommandOutput>;
575
524
  listTemplates(
576
525
  args: ListTemplatesCommandInput,
577
- cb: (err: any, data?: ListTemplatesCommandOutput) => void
526
+ cb: (err: any, data?: ListTemplatesCommandOutput) => void,
578
527
  ): void;
579
528
  listTemplates(
580
529
  args: ListTemplatesCommandInput,
581
530
  options: __HttpHandlerOptions,
582
- cb: (err: any, data?: ListTemplatesCommandOutput) => void
531
+ cb: (err: any, data?: ListTemplatesCommandOutput) => void,
583
532
  ): void;
584
533
  putCaseEventConfiguration(
585
534
  args: PutCaseEventConfigurationCommandInput,
586
- options?: __HttpHandlerOptions
535
+ options?: __HttpHandlerOptions,
587
536
  ): Promise<PutCaseEventConfigurationCommandOutput>;
588
537
  putCaseEventConfiguration(
589
538
  args: PutCaseEventConfigurationCommandInput,
590
- cb: (err: any, data?: PutCaseEventConfigurationCommandOutput) => void
539
+ cb: (err: any, data?: PutCaseEventConfigurationCommandOutput) => void,
591
540
  ): void;
592
541
  putCaseEventConfiguration(
593
542
  args: PutCaseEventConfigurationCommandInput,
594
543
  options: __HttpHandlerOptions,
595
- cb: (err: any, data?: PutCaseEventConfigurationCommandOutput) => void
544
+ cb: (err: any, data?: PutCaseEventConfigurationCommandOutput) => void,
596
545
  ): void;
597
546
  searchAllRelatedItems(
598
547
  args: SearchAllRelatedItemsCommandInput,
599
- options?: __HttpHandlerOptions
548
+ options?: __HttpHandlerOptions,
600
549
  ): Promise<SearchAllRelatedItemsCommandOutput>;
601
550
  searchAllRelatedItems(
602
551
  args: SearchAllRelatedItemsCommandInput,
603
- cb: (err: any, data?: SearchAllRelatedItemsCommandOutput) => void
552
+ cb: (err: any, data?: SearchAllRelatedItemsCommandOutput) => void,
604
553
  ): void;
605
554
  searchAllRelatedItems(
606
555
  args: SearchAllRelatedItemsCommandInput,
607
556
  options: __HttpHandlerOptions,
608
- cb: (err: any, data?: SearchAllRelatedItemsCommandOutput) => void
557
+ cb: (err: any, data?: SearchAllRelatedItemsCommandOutput) => void,
609
558
  ): void;
610
559
  searchCases(
611
560
  args: SearchCasesCommandInput,
612
- options?: __HttpHandlerOptions
561
+ options?: __HttpHandlerOptions,
613
562
  ): Promise<SearchCasesCommandOutput>;
614
563
  searchCases(
615
564
  args: SearchCasesCommandInput,
616
- cb: (err: any, data?: SearchCasesCommandOutput) => void
565
+ cb: (err: any, data?: SearchCasesCommandOutput) => void,
617
566
  ): void;
618
567
  searchCases(
619
568
  args: SearchCasesCommandInput,
620
569
  options: __HttpHandlerOptions,
621
- cb: (err: any, data?: SearchCasesCommandOutput) => void
570
+ cb: (err: any, data?: SearchCasesCommandOutput) => void,
622
571
  ): void;
623
572
  searchRelatedItems(
624
573
  args: SearchRelatedItemsCommandInput,
625
- options?: __HttpHandlerOptions
574
+ options?: __HttpHandlerOptions,
626
575
  ): Promise<SearchRelatedItemsCommandOutput>;
627
576
  searchRelatedItems(
628
577
  args: SearchRelatedItemsCommandInput,
629
- cb: (err: any, data?: SearchRelatedItemsCommandOutput) => void
578
+ cb: (err: any, data?: SearchRelatedItemsCommandOutput) => void,
630
579
  ): void;
631
580
  searchRelatedItems(
632
581
  args: SearchRelatedItemsCommandInput,
633
582
  options: __HttpHandlerOptions,
634
- cb: (err: any, data?: SearchRelatedItemsCommandOutput) => void
583
+ cb: (err: any, data?: SearchRelatedItemsCommandOutput) => void,
635
584
  ): void;
636
585
  tagResource(
637
586
  args: TagResourceCommandInput,
638
- options?: __HttpHandlerOptions
587
+ options?: __HttpHandlerOptions,
639
588
  ): Promise<TagResourceCommandOutput>;
640
589
  tagResource(
641
590
  args: TagResourceCommandInput,
642
- cb: (err: any, data?: TagResourceCommandOutput) => void
591
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
643
592
  ): void;
644
593
  tagResource(
645
594
  args: TagResourceCommandInput,
646
595
  options: __HttpHandlerOptions,
647
- cb: (err: any, data?: TagResourceCommandOutput) => void
596
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
648
597
  ): void;
649
598
  untagResource(
650
599
  args: UntagResourceCommandInput,
651
- options?: __HttpHandlerOptions
600
+ options?: __HttpHandlerOptions,
652
601
  ): Promise<UntagResourceCommandOutput>;
653
602
  untagResource(
654
603
  args: UntagResourceCommandInput,
655
- cb: (err: any, data?: UntagResourceCommandOutput) => void
604
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
656
605
  ): void;
657
606
  untagResource(
658
607
  args: UntagResourceCommandInput,
659
608
  options: __HttpHandlerOptions,
660
- cb: (err: any, data?: UntagResourceCommandOutput) => void
609
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
661
610
  ): void;
662
611
  updateCase(
663
612
  args: UpdateCaseCommandInput,
664
- options?: __HttpHandlerOptions
613
+ options?: __HttpHandlerOptions,
665
614
  ): Promise<UpdateCaseCommandOutput>;
666
615
  updateCase(
667
616
  args: UpdateCaseCommandInput,
668
- cb: (err: any, data?: UpdateCaseCommandOutput) => void
617
+ cb: (err: any, data?: UpdateCaseCommandOutput) => void,
669
618
  ): void;
670
619
  updateCase(
671
620
  args: UpdateCaseCommandInput,
672
621
  options: __HttpHandlerOptions,
673
- cb: (err: any, data?: UpdateCaseCommandOutput) => void
622
+ cb: (err: any, data?: UpdateCaseCommandOutput) => void,
674
623
  ): void;
675
624
  updateCaseRule(
676
625
  args: UpdateCaseRuleCommandInput,
677
- options?: __HttpHandlerOptions
626
+ options?: __HttpHandlerOptions,
678
627
  ): Promise<UpdateCaseRuleCommandOutput>;
679
628
  updateCaseRule(
680
629
  args: UpdateCaseRuleCommandInput,
681
- cb: (err: any, data?: UpdateCaseRuleCommandOutput) => void
630
+ cb: (err: any, data?: UpdateCaseRuleCommandOutput) => void,
682
631
  ): void;
683
632
  updateCaseRule(
684
633
  args: UpdateCaseRuleCommandInput,
685
634
  options: __HttpHandlerOptions,
686
- cb: (err: any, data?: UpdateCaseRuleCommandOutput) => void
635
+ cb: (err: any, data?: UpdateCaseRuleCommandOutput) => void,
687
636
  ): void;
688
637
  updateField(
689
638
  args: UpdateFieldCommandInput,
690
- options?: __HttpHandlerOptions
639
+ options?: __HttpHandlerOptions,
691
640
  ): Promise<UpdateFieldCommandOutput>;
692
641
  updateField(
693
642
  args: UpdateFieldCommandInput,
694
- cb: (err: any, data?: UpdateFieldCommandOutput) => void
643
+ cb: (err: any, data?: UpdateFieldCommandOutput) => void,
695
644
  ): void;
696
645
  updateField(
697
646
  args: UpdateFieldCommandInput,
698
647
  options: __HttpHandlerOptions,
699
- cb: (err: any, data?: UpdateFieldCommandOutput) => void
648
+ cb: (err: any, data?: UpdateFieldCommandOutput) => void,
700
649
  ): void;
701
650
  updateLayout(
702
651
  args: UpdateLayoutCommandInput,
703
- options?: __HttpHandlerOptions
652
+ options?: __HttpHandlerOptions,
704
653
  ): Promise<UpdateLayoutCommandOutput>;
705
654
  updateLayout(
706
655
  args: UpdateLayoutCommandInput,
707
- cb: (err: any, data?: UpdateLayoutCommandOutput) => void
656
+ cb: (err: any, data?: UpdateLayoutCommandOutput) => void,
708
657
  ): void;
709
658
  updateLayout(
710
659
  args: UpdateLayoutCommandInput,
711
660
  options: __HttpHandlerOptions,
712
- cb: (err: any, data?: UpdateLayoutCommandOutput) => void
661
+ cb: (err: any, data?: UpdateLayoutCommandOutput) => void,
713
662
  ): void;
714
663
  updateRelatedItem(
715
664
  args: UpdateRelatedItemCommandInput,
716
- options?: __HttpHandlerOptions
665
+ options?: __HttpHandlerOptions,
717
666
  ): Promise<UpdateRelatedItemCommandOutput>;
718
667
  updateRelatedItem(
719
668
  args: UpdateRelatedItemCommandInput,
720
- cb: (err: any, data?: UpdateRelatedItemCommandOutput) => void
669
+ cb: (err: any, data?: UpdateRelatedItemCommandOutput) => void,
721
670
  ): void;
722
671
  updateRelatedItem(
723
672
  args: UpdateRelatedItemCommandInput,
724
673
  options: __HttpHandlerOptions,
725
- cb: (err: any, data?: UpdateRelatedItemCommandOutput) => void
674
+ cb: (err: any, data?: UpdateRelatedItemCommandOutput) => void,
726
675
  ): void;
727
676
  updateTemplate(
728
677
  args: UpdateTemplateCommandInput,
729
- options?: __HttpHandlerOptions
678
+ options?: __HttpHandlerOptions,
730
679
  ): Promise<UpdateTemplateCommandOutput>;
731
680
  updateTemplate(
732
681
  args: UpdateTemplateCommandInput,
733
- cb: (err: any, data?: UpdateTemplateCommandOutput) => void
682
+ cb: (err: any, data?: UpdateTemplateCommandOutput) => void,
734
683
  ): void;
735
684
  updateTemplate(
736
685
  args: UpdateTemplateCommandInput,
737
686
  options: __HttpHandlerOptions,
738
- cb: (err: any, data?: UpdateTemplateCommandOutput) => void
687
+ cb: (err: any, data?: UpdateTemplateCommandOutput) => void,
739
688
  ): void;
740
689
  paginateGetCase(
741
690
  args: GetCaseCommandInput,
742
691
  paginationConfig?: Pick<
743
692
  PaginationConfiguration,
744
693
  Exclude<keyof PaginationConfiguration, "client">
745
- >
694
+ >,
746
695
  ): Paginator<GetCaseCommandOutput>;
747
696
  paginateGetCaseAuditEvents(
748
697
  args: GetCaseAuditEventsCommandInput,
749
698
  paginationConfig?: Pick<
750
699
  PaginationConfiguration,
751
700
  Exclude<keyof PaginationConfiguration, "client">
752
- >
701
+ >,
753
702
  ): Paginator<GetCaseAuditEventsCommandOutput>;
754
703
  paginateListCaseRules(
755
704
  args: ListCaseRulesCommandInput,
756
705
  paginationConfig?: Pick<
757
706
  PaginationConfiguration,
758
707
  Exclude<keyof PaginationConfiguration, "client">
759
- >
708
+ >,
760
709
  ): Paginator<ListCaseRulesCommandOutput>;
761
710
  paginateListCasesForContact(
762
711
  args: ListCasesForContactCommandInput,
763
712
  paginationConfig?: Pick<
764
713
  PaginationConfiguration,
765
714
  Exclude<keyof PaginationConfiguration, "client">
766
- >
715
+ >,
767
716
  ): Paginator<ListCasesForContactCommandOutput>;
768
717
  paginateListDomains(
769
718
  args?: ListDomainsCommandInput,
770
719
  paginationConfig?: Pick<
771
720
  PaginationConfiguration,
772
721
  Exclude<keyof PaginationConfiguration, "client">
773
- >
722
+ >,
774
723
  ): Paginator<ListDomainsCommandOutput>;
775
724
  paginateListFieldOptions(
776
725
  args: ListFieldOptionsCommandInput,
777
726
  paginationConfig?: Pick<
778
727
  PaginationConfiguration,
779
728
  Exclude<keyof PaginationConfiguration, "client">
780
- >
729
+ >,
781
730
  ): Paginator<ListFieldOptionsCommandOutput>;
782
731
  paginateListFields(
783
732
  args: ListFieldsCommandInput,
784
733
  paginationConfig?: Pick<
785
734
  PaginationConfiguration,
786
735
  Exclude<keyof PaginationConfiguration, "client">
787
- >
736
+ >,
788
737
  ): Paginator<ListFieldsCommandOutput>;
789
738
  paginateListLayouts(
790
739
  args: ListLayoutsCommandInput,
791
740
  paginationConfig?: Pick<
792
741
  PaginationConfiguration,
793
742
  Exclude<keyof PaginationConfiguration, "client">
794
- >
743
+ >,
795
744
  ): Paginator<ListLayoutsCommandOutput>;
796
745
  paginateListTemplates(
797
746
  args: ListTemplatesCommandInput,
798
747
  paginationConfig?: Pick<
799
748
  PaginationConfiguration,
800
749
  Exclude<keyof PaginationConfiguration, "client">
801
- >
750
+ >,
802
751
  ): Paginator<ListTemplatesCommandOutput>;
803
752
  paginateSearchAllRelatedItems(
804
753
  args: SearchAllRelatedItemsCommandInput,
805
754
  paginationConfig?: Pick<
806
755
  PaginationConfiguration,
807
756
  Exclude<keyof PaginationConfiguration, "client">
808
- >
757
+ >,
809
758
  ): Paginator<SearchAllRelatedItemsCommandOutput>;
810
759
  paginateSearchCases(
811
760
  args: SearchCasesCommandInput,
812
761
  paginationConfig?: Pick<
813
762
  PaginationConfiguration,
814
763
  Exclude<keyof PaginationConfiguration, "client">
815
- >
764
+ >,
816
765
  ): Paginator<SearchCasesCommandOutput>;
817
766
  paginateSearchRelatedItems(
818
767
  args: SearchRelatedItemsCommandInput,
819
768
  paginationConfig?: Pick<
820
769
  PaginationConfiguration,
821
770
  Exclude<keyof PaginationConfiguration, "client">
822
- >
771
+ >,
823
772
  ): Paginator<SearchRelatedItemsCommandOutput>;
824
773
  }
825
- export declare class ConnectCases
826
- extends ConnectCasesClient
827
- implements ConnectCases {}
774
+ export declare class ConnectCases extends ConnectCasesClient implements ConnectCases {}