@aws-sdk/client-connectcases 3.303.0 → 3.309.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 (65) hide show
  1. package/dist-cjs/commands/BatchGetFieldCommand.js +2 -2
  2. package/dist-cjs/commands/BatchPutFieldOptionsCommand.js +2 -2
  3. package/dist-cjs/commands/CreateCaseCommand.js +2 -2
  4. package/dist-cjs/commands/CreateDomainCommand.js +2 -2
  5. package/dist-cjs/commands/CreateFieldCommand.js +2 -2
  6. package/dist-cjs/commands/CreateLayoutCommand.js +2 -2
  7. package/dist-cjs/commands/CreateRelatedItemCommand.js +2 -2
  8. package/dist-cjs/commands/CreateTemplateCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteDomainCommand.js +2 -2
  10. package/dist-cjs/commands/GetCaseCommand.js +2 -2
  11. package/dist-cjs/commands/GetCaseEventConfigurationCommand.js +2 -2
  12. package/dist-cjs/commands/GetDomainCommand.js +2 -2
  13. package/dist-cjs/commands/GetLayoutCommand.js +2 -2
  14. package/dist-cjs/commands/GetTemplateCommand.js +2 -2
  15. package/dist-cjs/commands/ListCasesForContactCommand.js +2 -2
  16. package/dist-cjs/commands/ListDomainsCommand.js +2 -2
  17. package/dist-cjs/commands/ListFieldOptionsCommand.js +2 -2
  18. package/dist-cjs/commands/ListFieldsCommand.js +2 -2
  19. package/dist-cjs/commands/ListLayoutsCommand.js +2 -2
  20. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  21. package/dist-cjs/commands/ListTemplatesCommand.js +2 -2
  22. package/dist-cjs/commands/PutCaseEventConfigurationCommand.js +2 -2
  23. package/dist-cjs/commands/SearchCasesCommand.js +2 -2
  24. package/dist-cjs/commands/SearchRelatedItemsCommand.js +2 -2
  25. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  26. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  27. package/dist-cjs/commands/UpdateCaseCommand.js +2 -2
  28. package/dist-cjs/commands/UpdateFieldCommand.js +2 -2
  29. package/dist-cjs/commands/UpdateLayoutCommand.js +2 -2
  30. package/dist-cjs/commands/UpdateTemplateCommand.js +2 -2
  31. package/dist-cjs/protocols/Aws_restJson1.js +544 -556
  32. package/dist-es/commands/BatchGetFieldCommand.js +3 -3
  33. package/dist-es/commands/BatchPutFieldOptionsCommand.js +3 -3
  34. package/dist-es/commands/CreateCaseCommand.js +3 -3
  35. package/dist-es/commands/CreateDomainCommand.js +3 -3
  36. package/dist-es/commands/CreateFieldCommand.js +3 -3
  37. package/dist-es/commands/CreateLayoutCommand.js +3 -3
  38. package/dist-es/commands/CreateRelatedItemCommand.js +3 -3
  39. package/dist-es/commands/CreateTemplateCommand.js +3 -3
  40. package/dist-es/commands/DeleteDomainCommand.js +3 -3
  41. package/dist-es/commands/GetCaseCommand.js +3 -3
  42. package/dist-es/commands/GetCaseEventConfigurationCommand.js +3 -3
  43. package/dist-es/commands/GetDomainCommand.js +3 -3
  44. package/dist-es/commands/GetLayoutCommand.js +3 -3
  45. package/dist-es/commands/GetTemplateCommand.js +3 -3
  46. package/dist-es/commands/ListCasesForContactCommand.js +3 -3
  47. package/dist-es/commands/ListDomainsCommand.js +3 -3
  48. package/dist-es/commands/ListFieldOptionsCommand.js +3 -3
  49. package/dist-es/commands/ListFieldsCommand.js +3 -3
  50. package/dist-es/commands/ListLayoutsCommand.js +3 -3
  51. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  52. package/dist-es/commands/ListTemplatesCommand.js +3 -3
  53. package/dist-es/commands/PutCaseEventConfigurationCommand.js +3 -3
  54. package/dist-es/commands/SearchCasesCommand.js +3 -3
  55. package/dist-es/commands/SearchRelatedItemsCommand.js +3 -3
  56. package/dist-es/commands/TagResourceCommand.js +3 -3
  57. package/dist-es/commands/UntagResourceCommand.js +3 -3
  58. package/dist-es/commands/UpdateCaseCommand.js +3 -3
  59. package/dist-es/commands/UpdateFieldCommand.js +3 -3
  60. package/dist-es/commands/UpdateLayoutCommand.js +3 -3
  61. package/dist-es/commands/UpdateTemplateCommand.js +3 -3
  62. package/dist-es/protocols/Aws_restJson1.js +482 -494
  63. package/dist-types/protocols/Aws_restJson1.d.ts +240 -60
  64. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -60
  65. package/package.json +29 -29
@@ -30,63 +30,243 @@ import { UpdateCaseCommandInput, UpdateCaseCommandOutput } from "../commands/Upd
30
30
  import { UpdateFieldCommandInput, UpdateFieldCommandOutput } from "../commands/UpdateFieldCommand";
31
31
  import { UpdateLayoutCommandInput, UpdateLayoutCommandOutput } from "../commands/UpdateLayoutCommand";
32
32
  import { UpdateTemplateCommandInput, UpdateTemplateCommandOutput } from "../commands/UpdateTemplateCommand";
33
- export declare const serializeAws_restJson1BatchGetFieldCommand: (input: BatchGetFieldCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- export declare const serializeAws_restJson1BatchPutFieldOptionsCommand: (input: BatchPutFieldOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- export declare const serializeAws_restJson1CreateCaseCommand: (input: CreateCaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_restJson1CreateDomainCommand: (input: CreateDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_restJson1CreateFieldCommand: (input: CreateFieldCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_restJson1CreateLayoutCommand: (input: CreateLayoutCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_restJson1CreateRelatedItemCommand: (input: CreateRelatedItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_restJson1CreateTemplateCommand: (input: CreateTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_restJson1DeleteDomainCommand: (input: DeleteDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_restJson1GetCaseCommand: (input: GetCaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_restJson1GetCaseEventConfigurationCommand: (input: GetCaseEventConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_restJson1GetDomainCommand: (input: GetDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_restJson1GetLayoutCommand: (input: GetLayoutCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_restJson1GetTemplateCommand: (input: GetTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_restJson1ListCasesForContactCommand: (input: ListCasesForContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_restJson1ListDomainsCommand: (input: ListDomainsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_restJson1ListFieldOptionsCommand: (input: ListFieldOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1ListFieldsCommand: (input: ListFieldsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_restJson1ListLayoutsCommand: (input: ListLayoutsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_restJson1ListTemplatesCommand: (input: ListTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_restJson1PutCaseEventConfigurationCommand: (input: PutCaseEventConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_restJson1SearchCasesCommand: (input: SearchCasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_restJson1SearchRelatedItemsCommand: (input: SearchRelatedItemsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_restJson1UpdateCaseCommand: (input: UpdateCaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_restJson1UpdateFieldCommand: (input: UpdateFieldCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_restJson1UpdateLayoutCommand: (input: UpdateLayoutCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_restJson1UpdateTemplateCommand: (input: UpdateTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const deserializeAws_restJson1BatchGetFieldCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetFieldCommandOutput>;
64
- export declare const deserializeAws_restJson1BatchPutFieldOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchPutFieldOptionsCommandOutput>;
65
- export declare const deserializeAws_restJson1CreateCaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCaseCommandOutput>;
66
- export declare const deserializeAws_restJson1CreateDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDomainCommandOutput>;
67
- export declare const deserializeAws_restJson1CreateFieldCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFieldCommandOutput>;
68
- export declare const deserializeAws_restJson1CreateLayoutCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLayoutCommandOutput>;
69
- export declare const deserializeAws_restJson1CreateRelatedItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRelatedItemCommandOutput>;
70
- export declare const deserializeAws_restJson1CreateTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTemplateCommandOutput>;
71
- export declare const deserializeAws_restJson1DeleteDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDomainCommandOutput>;
72
- export declare const deserializeAws_restJson1GetCaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCaseCommandOutput>;
73
- export declare const deserializeAws_restJson1GetCaseEventConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCaseEventConfigurationCommandOutput>;
74
- export declare const deserializeAws_restJson1GetDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDomainCommandOutput>;
75
- export declare const deserializeAws_restJson1GetLayoutCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLayoutCommandOutput>;
76
- export declare const deserializeAws_restJson1GetTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTemplateCommandOutput>;
77
- export declare const deserializeAws_restJson1ListCasesForContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCasesForContactCommandOutput>;
78
- export declare const deserializeAws_restJson1ListDomainsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDomainsCommandOutput>;
79
- export declare const deserializeAws_restJson1ListFieldOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFieldOptionsCommandOutput>;
80
- export declare const deserializeAws_restJson1ListFieldsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFieldsCommandOutput>;
81
- export declare const deserializeAws_restJson1ListLayoutsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLayoutsCommandOutput>;
82
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
83
- export declare const deserializeAws_restJson1ListTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTemplatesCommandOutput>;
84
- export declare const deserializeAws_restJson1PutCaseEventConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutCaseEventConfigurationCommandOutput>;
85
- export declare const deserializeAws_restJson1SearchCasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchCasesCommandOutput>;
86
- export declare const deserializeAws_restJson1SearchRelatedItemsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchRelatedItemsCommandOutput>;
87
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
88
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
89
- export declare const deserializeAws_restJson1UpdateCaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCaseCommandOutput>;
90
- export declare const deserializeAws_restJson1UpdateFieldCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFieldCommandOutput>;
91
- export declare const deserializeAws_restJson1UpdateLayoutCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLayoutCommandOutput>;
92
- export declare const deserializeAws_restJson1UpdateTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTemplateCommandOutput>;
33
+ /**
34
+ * serializeAws_restJson1BatchGetFieldCommand
35
+ */
36
+ export declare const se_BatchGetFieldCommand: (input: BatchGetFieldCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
+ /**
38
+ * serializeAws_restJson1BatchPutFieldOptionsCommand
39
+ */
40
+ export declare const se_BatchPutFieldOptionsCommand: (input: BatchPutFieldOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
+ /**
42
+ * serializeAws_restJson1CreateCaseCommand
43
+ */
44
+ export declare const se_CreateCaseCommand: (input: CreateCaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
+ /**
46
+ * serializeAws_restJson1CreateDomainCommand
47
+ */
48
+ export declare const se_CreateDomainCommand: (input: CreateDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
+ /**
50
+ * serializeAws_restJson1CreateFieldCommand
51
+ */
52
+ export declare const se_CreateFieldCommand: (input: CreateFieldCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
+ /**
54
+ * serializeAws_restJson1CreateLayoutCommand
55
+ */
56
+ export declare const se_CreateLayoutCommand: (input: CreateLayoutCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
+ /**
58
+ * serializeAws_restJson1CreateRelatedItemCommand
59
+ */
60
+ export declare const se_CreateRelatedItemCommand: (input: CreateRelatedItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
+ /**
62
+ * serializeAws_restJson1CreateTemplateCommand
63
+ */
64
+ export declare const se_CreateTemplateCommand: (input: CreateTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
+ /**
66
+ * serializeAws_restJson1DeleteDomainCommand
67
+ */
68
+ export declare const se_DeleteDomainCommand: (input: DeleteDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
+ /**
70
+ * serializeAws_restJson1GetCaseCommand
71
+ */
72
+ export declare const se_GetCaseCommand: (input: GetCaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
+ /**
74
+ * serializeAws_restJson1GetCaseEventConfigurationCommand
75
+ */
76
+ export declare const se_GetCaseEventConfigurationCommand: (input: GetCaseEventConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
+ /**
78
+ * serializeAws_restJson1GetDomainCommand
79
+ */
80
+ export declare const se_GetDomainCommand: (input: GetDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
+ /**
82
+ * serializeAws_restJson1GetLayoutCommand
83
+ */
84
+ export declare const se_GetLayoutCommand: (input: GetLayoutCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
+ /**
86
+ * serializeAws_restJson1GetTemplateCommand
87
+ */
88
+ export declare const se_GetTemplateCommand: (input: GetTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
+ /**
90
+ * serializeAws_restJson1ListCasesForContactCommand
91
+ */
92
+ export declare const se_ListCasesForContactCommand: (input: ListCasesForContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
+ /**
94
+ * serializeAws_restJson1ListDomainsCommand
95
+ */
96
+ export declare const se_ListDomainsCommand: (input: ListDomainsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
+ /**
98
+ * serializeAws_restJson1ListFieldOptionsCommand
99
+ */
100
+ export declare const se_ListFieldOptionsCommand: (input: ListFieldOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
+ /**
102
+ * serializeAws_restJson1ListFieldsCommand
103
+ */
104
+ export declare const se_ListFieldsCommand: (input: ListFieldsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
+ /**
106
+ * serializeAws_restJson1ListLayoutsCommand
107
+ */
108
+ export declare const se_ListLayoutsCommand: (input: ListLayoutsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
+ /**
110
+ * serializeAws_restJson1ListTagsForResourceCommand
111
+ */
112
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
+ /**
114
+ * serializeAws_restJson1ListTemplatesCommand
115
+ */
116
+ export declare const se_ListTemplatesCommand: (input: ListTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
+ /**
118
+ * serializeAws_restJson1PutCaseEventConfigurationCommand
119
+ */
120
+ export declare const se_PutCaseEventConfigurationCommand: (input: PutCaseEventConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
+ /**
122
+ * serializeAws_restJson1SearchCasesCommand
123
+ */
124
+ export declare const se_SearchCasesCommand: (input: SearchCasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
+ /**
126
+ * serializeAws_restJson1SearchRelatedItemsCommand
127
+ */
128
+ export declare const se_SearchRelatedItemsCommand: (input: SearchRelatedItemsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
+ /**
130
+ * serializeAws_restJson1TagResourceCommand
131
+ */
132
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
+ /**
134
+ * serializeAws_restJson1UntagResourceCommand
135
+ */
136
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
+ /**
138
+ * serializeAws_restJson1UpdateCaseCommand
139
+ */
140
+ export declare const se_UpdateCaseCommand: (input: UpdateCaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
+ /**
142
+ * serializeAws_restJson1UpdateFieldCommand
143
+ */
144
+ export declare const se_UpdateFieldCommand: (input: UpdateFieldCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
+ /**
146
+ * serializeAws_restJson1UpdateLayoutCommand
147
+ */
148
+ export declare const se_UpdateLayoutCommand: (input: UpdateLayoutCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
149
+ /**
150
+ * serializeAws_restJson1UpdateTemplateCommand
151
+ */
152
+ export declare const se_UpdateTemplateCommand: (input: UpdateTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
+ /**
154
+ * deserializeAws_restJson1BatchGetFieldCommand
155
+ */
156
+ export declare const de_BatchGetFieldCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetFieldCommandOutput>;
157
+ /**
158
+ * deserializeAws_restJson1BatchPutFieldOptionsCommand
159
+ */
160
+ export declare const de_BatchPutFieldOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchPutFieldOptionsCommandOutput>;
161
+ /**
162
+ * deserializeAws_restJson1CreateCaseCommand
163
+ */
164
+ export declare const de_CreateCaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCaseCommandOutput>;
165
+ /**
166
+ * deserializeAws_restJson1CreateDomainCommand
167
+ */
168
+ export declare const de_CreateDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDomainCommandOutput>;
169
+ /**
170
+ * deserializeAws_restJson1CreateFieldCommand
171
+ */
172
+ export declare const de_CreateFieldCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFieldCommandOutput>;
173
+ /**
174
+ * deserializeAws_restJson1CreateLayoutCommand
175
+ */
176
+ export declare const de_CreateLayoutCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLayoutCommandOutput>;
177
+ /**
178
+ * deserializeAws_restJson1CreateRelatedItemCommand
179
+ */
180
+ export declare const de_CreateRelatedItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRelatedItemCommandOutput>;
181
+ /**
182
+ * deserializeAws_restJson1CreateTemplateCommand
183
+ */
184
+ export declare const de_CreateTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTemplateCommandOutput>;
185
+ /**
186
+ * deserializeAws_restJson1DeleteDomainCommand
187
+ */
188
+ export declare const de_DeleteDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDomainCommandOutput>;
189
+ /**
190
+ * deserializeAws_restJson1GetCaseCommand
191
+ */
192
+ export declare const de_GetCaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCaseCommandOutput>;
193
+ /**
194
+ * deserializeAws_restJson1GetCaseEventConfigurationCommand
195
+ */
196
+ export declare const de_GetCaseEventConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCaseEventConfigurationCommandOutput>;
197
+ /**
198
+ * deserializeAws_restJson1GetDomainCommand
199
+ */
200
+ export declare const de_GetDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDomainCommandOutput>;
201
+ /**
202
+ * deserializeAws_restJson1GetLayoutCommand
203
+ */
204
+ export declare const de_GetLayoutCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLayoutCommandOutput>;
205
+ /**
206
+ * deserializeAws_restJson1GetTemplateCommand
207
+ */
208
+ export declare const de_GetTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTemplateCommandOutput>;
209
+ /**
210
+ * deserializeAws_restJson1ListCasesForContactCommand
211
+ */
212
+ export declare const de_ListCasesForContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCasesForContactCommandOutput>;
213
+ /**
214
+ * deserializeAws_restJson1ListDomainsCommand
215
+ */
216
+ export declare const de_ListDomainsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDomainsCommandOutput>;
217
+ /**
218
+ * deserializeAws_restJson1ListFieldOptionsCommand
219
+ */
220
+ export declare const de_ListFieldOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFieldOptionsCommandOutput>;
221
+ /**
222
+ * deserializeAws_restJson1ListFieldsCommand
223
+ */
224
+ export declare const de_ListFieldsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFieldsCommandOutput>;
225
+ /**
226
+ * deserializeAws_restJson1ListLayoutsCommand
227
+ */
228
+ export declare const de_ListLayoutsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLayoutsCommandOutput>;
229
+ /**
230
+ * deserializeAws_restJson1ListTagsForResourceCommand
231
+ */
232
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
233
+ /**
234
+ * deserializeAws_restJson1ListTemplatesCommand
235
+ */
236
+ export declare const de_ListTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTemplatesCommandOutput>;
237
+ /**
238
+ * deserializeAws_restJson1PutCaseEventConfigurationCommand
239
+ */
240
+ export declare const de_PutCaseEventConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutCaseEventConfigurationCommandOutput>;
241
+ /**
242
+ * deserializeAws_restJson1SearchCasesCommand
243
+ */
244
+ export declare const de_SearchCasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchCasesCommandOutput>;
245
+ /**
246
+ * deserializeAws_restJson1SearchRelatedItemsCommand
247
+ */
248
+ export declare const de_SearchRelatedItemsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchRelatedItemsCommandOutput>;
249
+ /**
250
+ * deserializeAws_restJson1TagResourceCommand
251
+ */
252
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
253
+ /**
254
+ * deserializeAws_restJson1UntagResourceCommand
255
+ */
256
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
257
+ /**
258
+ * deserializeAws_restJson1UpdateCaseCommand
259
+ */
260
+ export declare const de_UpdateCaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCaseCommandOutput>;
261
+ /**
262
+ * deserializeAws_restJson1UpdateFieldCommand
263
+ */
264
+ export declare const de_UpdateFieldCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFieldCommandOutput>;
265
+ /**
266
+ * deserializeAws_restJson1UpdateLayoutCommand
267
+ */
268
+ export declare const de_UpdateLayoutCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLayoutCommandOutput>;
269
+ /**
270
+ * deserializeAws_restJson1UpdateTemplateCommand
271
+ */
272
+ export declare const de_UpdateTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTemplateCommandOutput>;
@@ -123,243 +123,243 @@ import {
123
123
  UpdateTemplateCommandInput,
124
124
  UpdateTemplateCommandOutput,
125
125
  } from "../commands/UpdateTemplateCommand";
126
- export declare const serializeAws_restJson1BatchGetFieldCommand: (
126
+ export declare const se_BatchGetFieldCommand: (
127
127
  input: BatchGetFieldCommandInput,
128
128
  context: __SerdeContext
129
129
  ) => Promise<__HttpRequest>;
130
- export declare const serializeAws_restJson1BatchPutFieldOptionsCommand: (
130
+ export declare const se_BatchPutFieldOptionsCommand: (
131
131
  input: BatchPutFieldOptionsCommandInput,
132
132
  context: __SerdeContext
133
133
  ) => Promise<__HttpRequest>;
134
- export declare const serializeAws_restJson1CreateCaseCommand: (
134
+ export declare const se_CreateCaseCommand: (
135
135
  input: CreateCaseCommandInput,
136
136
  context: __SerdeContext
137
137
  ) => Promise<__HttpRequest>;
138
- export declare const serializeAws_restJson1CreateDomainCommand: (
138
+ export declare const se_CreateDomainCommand: (
139
139
  input: CreateDomainCommandInput,
140
140
  context: __SerdeContext
141
141
  ) => Promise<__HttpRequest>;
142
- export declare const serializeAws_restJson1CreateFieldCommand: (
142
+ export declare const se_CreateFieldCommand: (
143
143
  input: CreateFieldCommandInput,
144
144
  context: __SerdeContext
145
145
  ) => Promise<__HttpRequest>;
146
- export declare const serializeAws_restJson1CreateLayoutCommand: (
146
+ export declare const se_CreateLayoutCommand: (
147
147
  input: CreateLayoutCommandInput,
148
148
  context: __SerdeContext
149
149
  ) => Promise<__HttpRequest>;
150
- export declare const serializeAws_restJson1CreateRelatedItemCommand: (
150
+ export declare const se_CreateRelatedItemCommand: (
151
151
  input: CreateRelatedItemCommandInput,
152
152
  context: __SerdeContext
153
153
  ) => Promise<__HttpRequest>;
154
- export declare const serializeAws_restJson1CreateTemplateCommand: (
154
+ export declare const se_CreateTemplateCommand: (
155
155
  input: CreateTemplateCommandInput,
156
156
  context: __SerdeContext
157
157
  ) => Promise<__HttpRequest>;
158
- export declare const serializeAws_restJson1DeleteDomainCommand: (
158
+ export declare const se_DeleteDomainCommand: (
159
159
  input: DeleteDomainCommandInput,
160
160
  context: __SerdeContext
161
161
  ) => Promise<__HttpRequest>;
162
- export declare const serializeAws_restJson1GetCaseCommand: (
162
+ export declare const se_GetCaseCommand: (
163
163
  input: GetCaseCommandInput,
164
164
  context: __SerdeContext
165
165
  ) => Promise<__HttpRequest>;
166
- export declare const serializeAws_restJson1GetCaseEventConfigurationCommand: (
166
+ export declare const se_GetCaseEventConfigurationCommand: (
167
167
  input: GetCaseEventConfigurationCommandInput,
168
168
  context: __SerdeContext
169
169
  ) => Promise<__HttpRequest>;
170
- export declare const serializeAws_restJson1GetDomainCommand: (
170
+ export declare const se_GetDomainCommand: (
171
171
  input: GetDomainCommandInput,
172
172
  context: __SerdeContext
173
173
  ) => Promise<__HttpRequest>;
174
- export declare const serializeAws_restJson1GetLayoutCommand: (
174
+ export declare const se_GetLayoutCommand: (
175
175
  input: GetLayoutCommandInput,
176
176
  context: __SerdeContext
177
177
  ) => Promise<__HttpRequest>;
178
- export declare const serializeAws_restJson1GetTemplateCommand: (
178
+ export declare const se_GetTemplateCommand: (
179
179
  input: GetTemplateCommandInput,
180
180
  context: __SerdeContext
181
181
  ) => Promise<__HttpRequest>;
182
- export declare const serializeAws_restJson1ListCasesForContactCommand: (
182
+ export declare const se_ListCasesForContactCommand: (
183
183
  input: ListCasesForContactCommandInput,
184
184
  context: __SerdeContext
185
185
  ) => Promise<__HttpRequest>;
186
- export declare const serializeAws_restJson1ListDomainsCommand: (
186
+ export declare const se_ListDomainsCommand: (
187
187
  input: ListDomainsCommandInput,
188
188
  context: __SerdeContext
189
189
  ) => Promise<__HttpRequest>;
190
- export declare const serializeAws_restJson1ListFieldOptionsCommand: (
190
+ export declare const se_ListFieldOptionsCommand: (
191
191
  input: ListFieldOptionsCommandInput,
192
192
  context: __SerdeContext
193
193
  ) => Promise<__HttpRequest>;
194
- export declare const serializeAws_restJson1ListFieldsCommand: (
194
+ export declare const se_ListFieldsCommand: (
195
195
  input: ListFieldsCommandInput,
196
196
  context: __SerdeContext
197
197
  ) => Promise<__HttpRequest>;
198
- export declare const serializeAws_restJson1ListLayoutsCommand: (
198
+ export declare const se_ListLayoutsCommand: (
199
199
  input: ListLayoutsCommandInput,
200
200
  context: __SerdeContext
201
201
  ) => Promise<__HttpRequest>;
202
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (
202
+ export declare const se_ListTagsForResourceCommand: (
203
203
  input: ListTagsForResourceCommandInput,
204
204
  context: __SerdeContext
205
205
  ) => Promise<__HttpRequest>;
206
- export declare const serializeAws_restJson1ListTemplatesCommand: (
206
+ export declare const se_ListTemplatesCommand: (
207
207
  input: ListTemplatesCommandInput,
208
208
  context: __SerdeContext
209
209
  ) => Promise<__HttpRequest>;
210
- export declare const serializeAws_restJson1PutCaseEventConfigurationCommand: (
210
+ export declare const se_PutCaseEventConfigurationCommand: (
211
211
  input: PutCaseEventConfigurationCommandInput,
212
212
  context: __SerdeContext
213
213
  ) => Promise<__HttpRequest>;
214
- export declare const serializeAws_restJson1SearchCasesCommand: (
214
+ export declare const se_SearchCasesCommand: (
215
215
  input: SearchCasesCommandInput,
216
216
  context: __SerdeContext
217
217
  ) => Promise<__HttpRequest>;
218
- export declare const serializeAws_restJson1SearchRelatedItemsCommand: (
218
+ export declare const se_SearchRelatedItemsCommand: (
219
219
  input: SearchRelatedItemsCommandInput,
220
220
  context: __SerdeContext
221
221
  ) => Promise<__HttpRequest>;
222
- export declare const serializeAws_restJson1TagResourceCommand: (
222
+ export declare const se_TagResourceCommand: (
223
223
  input: TagResourceCommandInput,
224
224
  context: __SerdeContext
225
225
  ) => Promise<__HttpRequest>;
226
- export declare const serializeAws_restJson1UntagResourceCommand: (
226
+ export declare const se_UntagResourceCommand: (
227
227
  input: UntagResourceCommandInput,
228
228
  context: __SerdeContext
229
229
  ) => Promise<__HttpRequest>;
230
- export declare const serializeAws_restJson1UpdateCaseCommand: (
230
+ export declare const se_UpdateCaseCommand: (
231
231
  input: UpdateCaseCommandInput,
232
232
  context: __SerdeContext
233
233
  ) => Promise<__HttpRequest>;
234
- export declare const serializeAws_restJson1UpdateFieldCommand: (
234
+ export declare const se_UpdateFieldCommand: (
235
235
  input: UpdateFieldCommandInput,
236
236
  context: __SerdeContext
237
237
  ) => Promise<__HttpRequest>;
238
- export declare const serializeAws_restJson1UpdateLayoutCommand: (
238
+ export declare const se_UpdateLayoutCommand: (
239
239
  input: UpdateLayoutCommandInput,
240
240
  context: __SerdeContext
241
241
  ) => Promise<__HttpRequest>;
242
- export declare const serializeAws_restJson1UpdateTemplateCommand: (
242
+ export declare const se_UpdateTemplateCommand: (
243
243
  input: UpdateTemplateCommandInput,
244
244
  context: __SerdeContext
245
245
  ) => Promise<__HttpRequest>;
246
- export declare const deserializeAws_restJson1BatchGetFieldCommand: (
246
+ export declare const de_BatchGetFieldCommand: (
247
247
  output: __HttpResponse,
248
248
  context: __SerdeContext
249
249
  ) => Promise<BatchGetFieldCommandOutput>;
250
- export declare const deserializeAws_restJson1BatchPutFieldOptionsCommand: (
250
+ export declare const de_BatchPutFieldOptionsCommand: (
251
251
  output: __HttpResponse,
252
252
  context: __SerdeContext
253
253
  ) => Promise<BatchPutFieldOptionsCommandOutput>;
254
- export declare const deserializeAws_restJson1CreateCaseCommand: (
254
+ export declare const de_CreateCaseCommand: (
255
255
  output: __HttpResponse,
256
256
  context: __SerdeContext
257
257
  ) => Promise<CreateCaseCommandOutput>;
258
- export declare const deserializeAws_restJson1CreateDomainCommand: (
258
+ export declare const de_CreateDomainCommand: (
259
259
  output: __HttpResponse,
260
260
  context: __SerdeContext
261
261
  ) => Promise<CreateDomainCommandOutput>;
262
- export declare const deserializeAws_restJson1CreateFieldCommand: (
262
+ export declare const de_CreateFieldCommand: (
263
263
  output: __HttpResponse,
264
264
  context: __SerdeContext
265
265
  ) => Promise<CreateFieldCommandOutput>;
266
- export declare const deserializeAws_restJson1CreateLayoutCommand: (
266
+ export declare const de_CreateLayoutCommand: (
267
267
  output: __HttpResponse,
268
268
  context: __SerdeContext
269
269
  ) => Promise<CreateLayoutCommandOutput>;
270
- export declare const deserializeAws_restJson1CreateRelatedItemCommand: (
270
+ export declare const de_CreateRelatedItemCommand: (
271
271
  output: __HttpResponse,
272
272
  context: __SerdeContext
273
273
  ) => Promise<CreateRelatedItemCommandOutput>;
274
- export declare const deserializeAws_restJson1CreateTemplateCommand: (
274
+ export declare const de_CreateTemplateCommand: (
275
275
  output: __HttpResponse,
276
276
  context: __SerdeContext
277
277
  ) => Promise<CreateTemplateCommandOutput>;
278
- export declare const deserializeAws_restJson1DeleteDomainCommand: (
278
+ export declare const de_DeleteDomainCommand: (
279
279
  output: __HttpResponse,
280
280
  context: __SerdeContext
281
281
  ) => Promise<DeleteDomainCommandOutput>;
282
- export declare const deserializeAws_restJson1GetCaseCommand: (
282
+ export declare const de_GetCaseCommand: (
283
283
  output: __HttpResponse,
284
284
  context: __SerdeContext
285
285
  ) => Promise<GetCaseCommandOutput>;
286
- export declare const deserializeAws_restJson1GetCaseEventConfigurationCommand: (
286
+ export declare const de_GetCaseEventConfigurationCommand: (
287
287
  output: __HttpResponse,
288
288
  context: __SerdeContext
289
289
  ) => Promise<GetCaseEventConfigurationCommandOutput>;
290
- export declare const deserializeAws_restJson1GetDomainCommand: (
290
+ export declare const de_GetDomainCommand: (
291
291
  output: __HttpResponse,
292
292
  context: __SerdeContext
293
293
  ) => Promise<GetDomainCommandOutput>;
294
- export declare const deserializeAws_restJson1GetLayoutCommand: (
294
+ export declare const de_GetLayoutCommand: (
295
295
  output: __HttpResponse,
296
296
  context: __SerdeContext
297
297
  ) => Promise<GetLayoutCommandOutput>;
298
- export declare const deserializeAws_restJson1GetTemplateCommand: (
298
+ export declare const de_GetTemplateCommand: (
299
299
  output: __HttpResponse,
300
300
  context: __SerdeContext
301
301
  ) => Promise<GetTemplateCommandOutput>;
302
- export declare const deserializeAws_restJson1ListCasesForContactCommand: (
302
+ export declare const de_ListCasesForContactCommand: (
303
303
  output: __HttpResponse,
304
304
  context: __SerdeContext
305
305
  ) => Promise<ListCasesForContactCommandOutput>;
306
- export declare const deserializeAws_restJson1ListDomainsCommand: (
306
+ export declare const de_ListDomainsCommand: (
307
307
  output: __HttpResponse,
308
308
  context: __SerdeContext
309
309
  ) => Promise<ListDomainsCommandOutput>;
310
- export declare const deserializeAws_restJson1ListFieldOptionsCommand: (
310
+ export declare const de_ListFieldOptionsCommand: (
311
311
  output: __HttpResponse,
312
312
  context: __SerdeContext
313
313
  ) => Promise<ListFieldOptionsCommandOutput>;
314
- export declare const deserializeAws_restJson1ListFieldsCommand: (
314
+ export declare const de_ListFieldsCommand: (
315
315
  output: __HttpResponse,
316
316
  context: __SerdeContext
317
317
  ) => Promise<ListFieldsCommandOutput>;
318
- export declare const deserializeAws_restJson1ListLayoutsCommand: (
318
+ export declare const de_ListLayoutsCommand: (
319
319
  output: __HttpResponse,
320
320
  context: __SerdeContext
321
321
  ) => Promise<ListLayoutsCommandOutput>;
322
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
322
+ export declare const de_ListTagsForResourceCommand: (
323
323
  output: __HttpResponse,
324
324
  context: __SerdeContext
325
325
  ) => Promise<ListTagsForResourceCommandOutput>;
326
- export declare const deserializeAws_restJson1ListTemplatesCommand: (
326
+ export declare const de_ListTemplatesCommand: (
327
327
  output: __HttpResponse,
328
328
  context: __SerdeContext
329
329
  ) => Promise<ListTemplatesCommandOutput>;
330
- export declare const deserializeAws_restJson1PutCaseEventConfigurationCommand: (
330
+ export declare const de_PutCaseEventConfigurationCommand: (
331
331
  output: __HttpResponse,
332
332
  context: __SerdeContext
333
333
  ) => Promise<PutCaseEventConfigurationCommandOutput>;
334
- export declare const deserializeAws_restJson1SearchCasesCommand: (
334
+ export declare const de_SearchCasesCommand: (
335
335
  output: __HttpResponse,
336
336
  context: __SerdeContext
337
337
  ) => Promise<SearchCasesCommandOutput>;
338
- export declare const deserializeAws_restJson1SearchRelatedItemsCommand: (
338
+ export declare const de_SearchRelatedItemsCommand: (
339
339
  output: __HttpResponse,
340
340
  context: __SerdeContext
341
341
  ) => Promise<SearchRelatedItemsCommandOutput>;
342
- export declare const deserializeAws_restJson1TagResourceCommand: (
342
+ export declare const de_TagResourceCommand: (
343
343
  output: __HttpResponse,
344
344
  context: __SerdeContext
345
345
  ) => Promise<TagResourceCommandOutput>;
346
- export declare const deserializeAws_restJson1UntagResourceCommand: (
346
+ export declare const de_UntagResourceCommand: (
347
347
  output: __HttpResponse,
348
348
  context: __SerdeContext
349
349
  ) => Promise<UntagResourceCommandOutput>;
350
- export declare const deserializeAws_restJson1UpdateCaseCommand: (
350
+ export declare const de_UpdateCaseCommand: (
351
351
  output: __HttpResponse,
352
352
  context: __SerdeContext
353
353
  ) => Promise<UpdateCaseCommandOutput>;
354
- export declare const deserializeAws_restJson1UpdateFieldCommand: (
354
+ export declare const de_UpdateFieldCommand: (
355
355
  output: __HttpResponse,
356
356
  context: __SerdeContext
357
357
  ) => Promise<UpdateFieldCommandOutput>;
358
- export declare const deserializeAws_restJson1UpdateLayoutCommand: (
358
+ export declare const de_UpdateLayoutCommand: (
359
359
  output: __HttpResponse,
360
360
  context: __SerdeContext
361
361
  ) => Promise<UpdateLayoutCommandOutput>;
362
- export declare const deserializeAws_restJson1UpdateTemplateCommand: (
362
+ export declare const de_UpdateTemplateCommand: (
363
363
  output: __HttpResponse,
364
364
  context: __SerdeContext
365
365
  ) => Promise<UpdateTemplateCommandOutput>;