@aws-sdk/client-connectcases 3.184.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 (216) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +201 -0
  3. package/README.md +210 -0
  4. package/dist-cjs/ConnectCases.js +442 -0
  5. package/dist-cjs/ConnectCasesClient.js +37 -0
  6. package/dist-cjs/commands/BatchGetFieldCommand.js +36 -0
  7. package/dist-cjs/commands/BatchPutFieldOptionsCommand.js +36 -0
  8. package/dist-cjs/commands/CreateCaseCommand.js +36 -0
  9. package/dist-cjs/commands/CreateDomainCommand.js +36 -0
  10. package/dist-cjs/commands/CreateFieldCommand.js +36 -0
  11. package/dist-cjs/commands/CreateLayoutCommand.js +36 -0
  12. package/dist-cjs/commands/CreateRelatedItemCommand.js +36 -0
  13. package/dist-cjs/commands/CreateTemplateCommand.js +36 -0
  14. package/dist-cjs/commands/GetCaseCommand.js +36 -0
  15. package/dist-cjs/commands/GetCaseEventConfigurationCommand.js +36 -0
  16. package/dist-cjs/commands/GetDomainCommand.js +36 -0
  17. package/dist-cjs/commands/GetLayoutCommand.js +36 -0
  18. package/dist-cjs/commands/GetTemplateCommand.js +36 -0
  19. package/dist-cjs/commands/ListCasesForContactCommand.js +36 -0
  20. package/dist-cjs/commands/ListDomainsCommand.js +36 -0
  21. package/dist-cjs/commands/ListFieldOptionsCommand.js +36 -0
  22. package/dist-cjs/commands/ListFieldsCommand.js +36 -0
  23. package/dist-cjs/commands/ListLayoutsCommand.js +36 -0
  24. package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
  25. package/dist-cjs/commands/ListTemplatesCommand.js +36 -0
  26. package/dist-cjs/commands/PutCaseEventConfigurationCommand.js +36 -0
  27. package/dist-cjs/commands/SearchCasesCommand.js +36 -0
  28. package/dist-cjs/commands/SearchRelatedItemsCommand.js +36 -0
  29. package/dist-cjs/commands/TagResourceCommand.js +36 -0
  30. package/dist-cjs/commands/UntagResourceCommand.js +36 -0
  31. package/dist-cjs/commands/UpdateCaseCommand.js +36 -0
  32. package/dist-cjs/commands/UpdateFieldCommand.js +36 -0
  33. package/dist-cjs/commands/UpdateLayoutCommand.js +36 -0
  34. package/dist-cjs/commands/UpdateTemplateCommand.js +36 -0
  35. package/dist-cjs/commands/index.js +32 -0
  36. package/dist-cjs/endpoints.js +132 -0
  37. package/dist-cjs/index.js +11 -0
  38. package/dist-cjs/models/ConnectCasesServiceException.js +11 -0
  39. package/dist-cjs/models/index.js +4 -0
  40. package/dist-cjs/models/models_0.js +661 -0
  41. package/dist-cjs/pagination/GetCasePaginator.js +35 -0
  42. package/dist-cjs/pagination/Interfaces.js +2 -0
  43. package/dist-cjs/pagination/ListCasesForContactPaginator.js +36 -0
  44. package/dist-cjs/pagination/ListDomainsPaginator.js +36 -0
  45. package/dist-cjs/pagination/ListFieldOptionsPaginator.js +36 -0
  46. package/dist-cjs/pagination/ListFieldsPaginator.js +36 -0
  47. package/dist-cjs/pagination/ListLayoutsPaginator.js +36 -0
  48. package/dist-cjs/pagination/ListTemplatesPaginator.js +36 -0
  49. package/dist-cjs/pagination/SearchCasesPaginator.js +36 -0
  50. package/dist-cjs/pagination/SearchRelatedItemsPaginator.js +36 -0
  51. package/dist-cjs/pagination/index.js +13 -0
  52. package/dist-cjs/protocols/Aws_restJson1.js +2920 -0
  53. package/dist-cjs/runtimeConfig.browser.js +45 -0
  54. package/dist-cjs/runtimeConfig.js +52 -0
  55. package/dist-cjs/runtimeConfig.native.js +16 -0
  56. package/dist-cjs/runtimeConfig.shared.js +17 -0
  57. package/dist-es/ConnectCases.js +438 -0
  58. package/dist-es/ConnectCasesClient.js +33 -0
  59. package/dist-es/commands/BatchGetFieldCommand.js +32 -0
  60. package/dist-es/commands/BatchPutFieldOptionsCommand.js +32 -0
  61. package/dist-es/commands/CreateCaseCommand.js +32 -0
  62. package/dist-es/commands/CreateDomainCommand.js +32 -0
  63. package/dist-es/commands/CreateFieldCommand.js +32 -0
  64. package/dist-es/commands/CreateLayoutCommand.js +32 -0
  65. package/dist-es/commands/CreateRelatedItemCommand.js +32 -0
  66. package/dist-es/commands/CreateTemplateCommand.js +32 -0
  67. package/dist-es/commands/GetCaseCommand.js +32 -0
  68. package/dist-es/commands/GetCaseEventConfigurationCommand.js +32 -0
  69. package/dist-es/commands/GetDomainCommand.js +32 -0
  70. package/dist-es/commands/GetLayoutCommand.js +32 -0
  71. package/dist-es/commands/GetTemplateCommand.js +32 -0
  72. package/dist-es/commands/ListCasesForContactCommand.js +32 -0
  73. package/dist-es/commands/ListDomainsCommand.js +32 -0
  74. package/dist-es/commands/ListFieldOptionsCommand.js +32 -0
  75. package/dist-es/commands/ListFieldsCommand.js +32 -0
  76. package/dist-es/commands/ListLayoutsCommand.js +32 -0
  77. package/dist-es/commands/ListTagsForResourceCommand.js +32 -0
  78. package/dist-es/commands/ListTemplatesCommand.js +32 -0
  79. package/dist-es/commands/PutCaseEventConfigurationCommand.js +32 -0
  80. package/dist-es/commands/SearchCasesCommand.js +32 -0
  81. package/dist-es/commands/SearchRelatedItemsCommand.js +32 -0
  82. package/dist-es/commands/TagResourceCommand.js +32 -0
  83. package/dist-es/commands/UntagResourceCommand.js +32 -0
  84. package/dist-es/commands/UpdateCaseCommand.js +32 -0
  85. package/dist-es/commands/UpdateFieldCommand.js +32 -0
  86. package/dist-es/commands/UpdateLayoutCommand.js +32 -0
  87. package/dist-es/commands/UpdateTemplateCommand.js +32 -0
  88. package/dist-es/commands/index.js +29 -0
  89. package/dist-es/endpoints.js +128 -0
  90. package/dist-es/index.js +6 -0
  91. package/dist-es/models/ConnectCasesServiceException.js +7 -0
  92. package/dist-es/models/index.js +1 -0
  93. package/dist-es/models/models_0.js +556 -0
  94. package/dist-es/pagination/GetCasePaginator.js +31 -0
  95. package/dist-es/pagination/Interfaces.js +1 -0
  96. package/dist-es/pagination/ListCasesForContactPaginator.js +32 -0
  97. package/dist-es/pagination/ListDomainsPaginator.js +32 -0
  98. package/dist-es/pagination/ListFieldOptionsPaginator.js +32 -0
  99. package/dist-es/pagination/ListFieldsPaginator.js +32 -0
  100. package/dist-es/pagination/ListLayoutsPaginator.js +32 -0
  101. package/dist-es/pagination/ListTemplatesPaginator.js +32 -0
  102. package/dist-es/pagination/SearchCasesPaginator.js +32 -0
  103. package/dist-es/pagination/SearchRelatedItemsPaginator.js +32 -0
  104. package/dist-es/pagination/index.js +10 -0
  105. package/dist-es/protocols/Aws_restJson1.js +2853 -0
  106. package/dist-es/runtimeConfig.browser.js +40 -0
  107. package/dist-es/runtimeConfig.js +48 -0
  108. package/dist-es/runtimeConfig.native.js +11 -0
  109. package/dist-es/runtimeConfig.shared.js +10 -0
  110. package/dist-types/ConnectCases.d.ts +276 -0
  111. package/dist-types/ConnectCasesClient.d.ts +178 -0
  112. package/dist-types/commands/BatchGetFieldCommand.d.ts +35 -0
  113. package/dist-types/commands/BatchPutFieldOptionsCommand.d.ts +36 -0
  114. package/dist-types/commands/CreateCaseCommand.d.ts +40 -0
  115. package/dist-types/commands/CreateDomainCommand.d.ts +42 -0
  116. package/dist-types/commands/CreateFieldCommand.d.ts +36 -0
  117. package/dist-types/commands/CreateLayoutCommand.d.ts +48 -0
  118. package/dist-types/commands/CreateRelatedItemCommand.d.ts +43 -0
  119. package/dist-types/commands/CreateTemplateCommand.d.ts +38 -0
  120. package/dist-types/commands/GetCaseCommand.d.ts +35 -0
  121. package/dist-types/commands/GetCaseEventConfigurationCommand.d.ts +35 -0
  122. package/dist-types/commands/GetDomainCommand.d.ts +35 -0
  123. package/dist-types/commands/GetLayoutCommand.d.ts +35 -0
  124. package/dist-types/commands/GetTemplateCommand.d.ts +35 -0
  125. package/dist-types/commands/ListCasesForContactCommand.d.ts +35 -0
  126. package/dist-types/commands/ListDomainsCommand.d.ts +36 -0
  127. package/dist-types/commands/ListFieldOptionsCommand.d.ts +35 -0
  128. package/dist-types/commands/ListFieldsCommand.d.ts +35 -0
  129. package/dist-types/commands/ListLayoutsCommand.d.ts +36 -0
  130. package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
  131. package/dist-types/commands/ListTemplatesCommand.d.ts +36 -0
  132. package/dist-types/commands/PutCaseEventConfigurationCommand.d.ts +35 -0
  133. package/dist-types/commands/SearchCasesCommand.d.ts +36 -0
  134. package/dist-types/commands/SearchRelatedItemsCommand.d.ts +39 -0
  135. package/dist-types/commands/TagResourceCommand.d.ts +35 -0
  136. package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
  137. package/dist-types/commands/UpdateCaseCommand.d.ts +38 -0
  138. package/dist-types/commands/UpdateFieldCommand.d.ts +35 -0
  139. package/dist-types/commands/UpdateLayoutCommand.d.ts +43 -0
  140. package/dist-types/commands/UpdateTemplateCommand.d.ts +39 -0
  141. package/dist-types/commands/index.d.ts +29 -0
  142. package/dist-types/endpoints.d.ts +2 -0
  143. package/dist-types/index.d.ts +6 -0
  144. package/dist-types/models/ConnectCasesServiceException.d.ts +10 -0
  145. package/dist-types/models/index.d.ts +1 -0
  146. package/dist-types/models/models_0.d.ts +1985 -0
  147. package/dist-types/pagination/GetCasePaginator.d.ts +4 -0
  148. package/dist-types/pagination/Interfaces.d.ts +6 -0
  149. package/dist-types/pagination/ListCasesForContactPaginator.d.ts +4 -0
  150. package/dist-types/pagination/ListDomainsPaginator.d.ts +4 -0
  151. package/dist-types/pagination/ListFieldOptionsPaginator.d.ts +4 -0
  152. package/dist-types/pagination/ListFieldsPaginator.d.ts +4 -0
  153. package/dist-types/pagination/ListLayoutsPaginator.d.ts +4 -0
  154. package/dist-types/pagination/ListTemplatesPaginator.d.ts +4 -0
  155. package/dist-types/pagination/SearchCasesPaginator.d.ts +4 -0
  156. package/dist-types/pagination/SearchRelatedItemsPaginator.d.ts +4 -0
  157. package/dist-types/pagination/index.d.ts +10 -0
  158. package/dist-types/protocols/Aws_restJson1.d.ts +89 -0
  159. package/dist-types/runtimeConfig.browser.d.ts +40 -0
  160. package/dist-types/runtimeConfig.d.ts +40 -0
  161. package/dist-types/runtimeConfig.native.d.ts +39 -0
  162. package/dist-types/runtimeConfig.shared.d.ts +13 -0
  163. package/dist-types/ts3.4/ConnectCases.d.ts +497 -0
  164. package/dist-types/ts3.4/ConnectCasesClient.d.ts +279 -0
  165. package/dist-types/ts3.4/commands/BatchGetFieldCommand.d.ts +35 -0
  166. package/dist-types/ts3.4/commands/BatchPutFieldOptionsCommand.d.ts +39 -0
  167. package/dist-types/ts3.4/commands/CreateCaseCommand.d.ts +32 -0
  168. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +32 -0
  169. package/dist-types/ts3.4/commands/CreateFieldCommand.d.ts +32 -0
  170. package/dist-types/ts3.4/commands/CreateLayoutCommand.d.ts +32 -0
  171. package/dist-types/ts3.4/commands/CreateRelatedItemCommand.d.ts +36 -0
  172. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +35 -0
  173. package/dist-types/ts3.4/commands/GetCaseCommand.d.ts +32 -0
  174. package/dist-types/ts3.4/commands/GetCaseEventConfigurationCommand.d.ts +39 -0
  175. package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +32 -0
  176. package/dist-types/ts3.4/commands/GetLayoutCommand.d.ts +32 -0
  177. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +32 -0
  178. package/dist-types/ts3.4/commands/ListCasesForContactCommand.d.ts +36 -0
  179. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +32 -0
  180. package/dist-types/ts3.4/commands/ListFieldOptionsCommand.d.ts +35 -0
  181. package/dist-types/ts3.4/commands/ListFieldsCommand.d.ts +32 -0
  182. package/dist-types/ts3.4/commands/ListLayoutsCommand.d.ts +32 -0
  183. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -0
  184. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +35 -0
  185. package/dist-types/ts3.4/commands/PutCaseEventConfigurationCommand.d.ts +39 -0
  186. package/dist-types/ts3.4/commands/SearchCasesCommand.d.ts +32 -0
  187. package/dist-types/ts3.4/commands/SearchRelatedItemsCommand.d.ts +36 -0
  188. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -0
  189. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -0
  190. package/dist-types/ts3.4/commands/UpdateCaseCommand.d.ts +32 -0
  191. package/dist-types/ts3.4/commands/UpdateFieldCommand.d.ts +32 -0
  192. package/dist-types/ts3.4/commands/UpdateLayoutCommand.d.ts +32 -0
  193. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +35 -0
  194. package/dist-types/ts3.4/commands/index.d.ts +29 -0
  195. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  196. package/dist-types/ts3.4/index.d.ts +6 -0
  197. package/dist-types/ts3.4/models/ConnectCasesServiceException.d.ts +7 -0
  198. package/dist-types/ts3.4/models/index.d.ts +1 -0
  199. package/dist-types/ts3.4/models/models_0.d.ts +988 -0
  200. package/dist-types/ts3.4/pagination/GetCasePaginator.d.ts +11 -0
  201. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -0
  202. package/dist-types/ts3.4/pagination/ListCasesForContactPaginator.d.ts +11 -0
  203. package/dist-types/ts3.4/pagination/ListDomainsPaginator.d.ts +11 -0
  204. package/dist-types/ts3.4/pagination/ListFieldOptionsPaginator.d.ts +11 -0
  205. package/dist-types/ts3.4/pagination/ListFieldsPaginator.d.ts +11 -0
  206. package/dist-types/ts3.4/pagination/ListLayoutsPaginator.d.ts +11 -0
  207. package/dist-types/ts3.4/pagination/ListTemplatesPaginator.d.ts +11 -0
  208. package/dist-types/ts3.4/pagination/SearchCasesPaginator.d.ts +11 -0
  209. package/dist-types/ts3.4/pagination/SearchRelatedItemsPaginator.d.ts +11 -0
  210. package/dist-types/ts3.4/pagination/index.d.ts +10 -0
  211. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +353 -0
  212. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -0
  213. package/dist-types/ts3.4/runtimeConfig.d.ts +67 -0
  214. package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -0
  215. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -0
  216. package/package.json +102 -0
@@ -0,0 +1,497 @@
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ BatchGetFieldCommandInput,
4
+ BatchGetFieldCommandOutput,
5
+ } from "./commands/BatchGetFieldCommand";
6
+ import {
7
+ BatchPutFieldOptionsCommandInput,
8
+ BatchPutFieldOptionsCommandOutput,
9
+ } from "./commands/BatchPutFieldOptionsCommand";
10
+ import {
11
+ CreateCaseCommandInput,
12
+ CreateCaseCommandOutput,
13
+ } from "./commands/CreateCaseCommand";
14
+ import {
15
+ CreateDomainCommandInput,
16
+ CreateDomainCommandOutput,
17
+ } from "./commands/CreateDomainCommand";
18
+ import {
19
+ CreateFieldCommandInput,
20
+ CreateFieldCommandOutput,
21
+ } from "./commands/CreateFieldCommand";
22
+ import {
23
+ CreateLayoutCommandInput,
24
+ CreateLayoutCommandOutput,
25
+ } from "./commands/CreateLayoutCommand";
26
+ import {
27
+ CreateRelatedItemCommandInput,
28
+ CreateRelatedItemCommandOutput,
29
+ } from "./commands/CreateRelatedItemCommand";
30
+ import {
31
+ CreateTemplateCommandInput,
32
+ CreateTemplateCommandOutput,
33
+ } from "./commands/CreateTemplateCommand";
34
+ import {
35
+ GetCaseCommandInput,
36
+ GetCaseCommandOutput,
37
+ } from "./commands/GetCaseCommand";
38
+ import {
39
+ GetCaseEventConfigurationCommandInput,
40
+ GetCaseEventConfigurationCommandOutput,
41
+ } from "./commands/GetCaseEventConfigurationCommand";
42
+ import {
43
+ GetDomainCommandInput,
44
+ GetDomainCommandOutput,
45
+ } from "./commands/GetDomainCommand";
46
+ import {
47
+ GetLayoutCommandInput,
48
+ GetLayoutCommandOutput,
49
+ } from "./commands/GetLayoutCommand";
50
+ import {
51
+ GetTemplateCommandInput,
52
+ GetTemplateCommandOutput,
53
+ } from "./commands/GetTemplateCommand";
54
+ import {
55
+ ListCasesForContactCommandInput,
56
+ ListCasesForContactCommandOutput,
57
+ } from "./commands/ListCasesForContactCommand";
58
+ import {
59
+ ListDomainsCommandInput,
60
+ ListDomainsCommandOutput,
61
+ } from "./commands/ListDomainsCommand";
62
+ import {
63
+ ListFieldOptionsCommandInput,
64
+ ListFieldOptionsCommandOutput,
65
+ } from "./commands/ListFieldOptionsCommand";
66
+ import {
67
+ ListFieldsCommandInput,
68
+ ListFieldsCommandOutput,
69
+ } from "./commands/ListFieldsCommand";
70
+ import {
71
+ ListLayoutsCommandInput,
72
+ ListLayoutsCommandOutput,
73
+ } from "./commands/ListLayoutsCommand";
74
+ import {
75
+ ListTagsForResourceCommandInput,
76
+ ListTagsForResourceCommandOutput,
77
+ } from "./commands/ListTagsForResourceCommand";
78
+ import {
79
+ ListTemplatesCommandInput,
80
+ ListTemplatesCommandOutput,
81
+ } from "./commands/ListTemplatesCommand";
82
+ import {
83
+ PutCaseEventConfigurationCommandInput,
84
+ PutCaseEventConfigurationCommandOutput,
85
+ } from "./commands/PutCaseEventConfigurationCommand";
86
+ import {
87
+ SearchCasesCommandInput,
88
+ SearchCasesCommandOutput,
89
+ } from "./commands/SearchCasesCommand";
90
+ import {
91
+ SearchRelatedItemsCommandInput,
92
+ SearchRelatedItemsCommandOutput,
93
+ } from "./commands/SearchRelatedItemsCommand";
94
+ import {
95
+ TagResourceCommandInput,
96
+ TagResourceCommandOutput,
97
+ } from "./commands/TagResourceCommand";
98
+ import {
99
+ UntagResourceCommandInput,
100
+ UntagResourceCommandOutput,
101
+ } from "./commands/UntagResourceCommand";
102
+ import {
103
+ UpdateCaseCommandInput,
104
+ UpdateCaseCommandOutput,
105
+ } from "./commands/UpdateCaseCommand";
106
+ import {
107
+ UpdateFieldCommandInput,
108
+ UpdateFieldCommandOutput,
109
+ } from "./commands/UpdateFieldCommand";
110
+ import {
111
+ UpdateLayoutCommandInput,
112
+ UpdateLayoutCommandOutput,
113
+ } from "./commands/UpdateLayoutCommand";
114
+ import {
115
+ UpdateTemplateCommandInput,
116
+ UpdateTemplateCommandOutput,
117
+ } from "./commands/UpdateTemplateCommand";
118
+ import { ConnectCasesClient } from "./ConnectCasesClient";
119
+ export declare class ConnectCases extends ConnectCasesClient {
120
+ batchGetField(
121
+ args: BatchGetFieldCommandInput,
122
+ options?: __HttpHandlerOptions
123
+ ): Promise<BatchGetFieldCommandOutput>;
124
+ batchGetField(
125
+ args: BatchGetFieldCommandInput,
126
+ cb: (err: any, data?: BatchGetFieldCommandOutput) => void
127
+ ): void;
128
+ batchGetField(
129
+ args: BatchGetFieldCommandInput,
130
+ options: __HttpHandlerOptions,
131
+ cb: (err: any, data?: BatchGetFieldCommandOutput) => void
132
+ ): void;
133
+ batchPutFieldOptions(
134
+ args: BatchPutFieldOptionsCommandInput,
135
+ options?: __HttpHandlerOptions
136
+ ): Promise<BatchPutFieldOptionsCommandOutput>;
137
+ batchPutFieldOptions(
138
+ args: BatchPutFieldOptionsCommandInput,
139
+ cb: (err: any, data?: BatchPutFieldOptionsCommandOutput) => void
140
+ ): void;
141
+ batchPutFieldOptions(
142
+ args: BatchPutFieldOptionsCommandInput,
143
+ options: __HttpHandlerOptions,
144
+ cb: (err: any, data?: BatchPutFieldOptionsCommandOutput) => void
145
+ ): void;
146
+ createCase(
147
+ args: CreateCaseCommandInput,
148
+ options?: __HttpHandlerOptions
149
+ ): Promise<CreateCaseCommandOutput>;
150
+ createCase(
151
+ args: CreateCaseCommandInput,
152
+ cb: (err: any, data?: CreateCaseCommandOutput) => void
153
+ ): void;
154
+ createCase(
155
+ args: CreateCaseCommandInput,
156
+ options: __HttpHandlerOptions,
157
+ cb: (err: any, data?: CreateCaseCommandOutput) => void
158
+ ): void;
159
+ createDomain(
160
+ args: CreateDomainCommandInput,
161
+ options?: __HttpHandlerOptions
162
+ ): Promise<CreateDomainCommandOutput>;
163
+ createDomain(
164
+ args: CreateDomainCommandInput,
165
+ cb: (err: any, data?: CreateDomainCommandOutput) => void
166
+ ): void;
167
+ createDomain(
168
+ args: CreateDomainCommandInput,
169
+ options: __HttpHandlerOptions,
170
+ cb: (err: any, data?: CreateDomainCommandOutput) => void
171
+ ): void;
172
+ createField(
173
+ args: CreateFieldCommandInput,
174
+ options?: __HttpHandlerOptions
175
+ ): Promise<CreateFieldCommandOutput>;
176
+ createField(
177
+ args: CreateFieldCommandInput,
178
+ cb: (err: any, data?: CreateFieldCommandOutput) => void
179
+ ): void;
180
+ createField(
181
+ args: CreateFieldCommandInput,
182
+ options: __HttpHandlerOptions,
183
+ cb: (err: any, data?: CreateFieldCommandOutput) => void
184
+ ): void;
185
+ createLayout(
186
+ args: CreateLayoutCommandInput,
187
+ options?: __HttpHandlerOptions
188
+ ): Promise<CreateLayoutCommandOutput>;
189
+ createLayout(
190
+ args: CreateLayoutCommandInput,
191
+ cb: (err: any, data?: CreateLayoutCommandOutput) => void
192
+ ): void;
193
+ createLayout(
194
+ args: CreateLayoutCommandInput,
195
+ options: __HttpHandlerOptions,
196
+ cb: (err: any, data?: CreateLayoutCommandOutput) => void
197
+ ): void;
198
+ createRelatedItem(
199
+ args: CreateRelatedItemCommandInput,
200
+ options?: __HttpHandlerOptions
201
+ ): Promise<CreateRelatedItemCommandOutput>;
202
+ createRelatedItem(
203
+ args: CreateRelatedItemCommandInput,
204
+ cb: (err: any, data?: CreateRelatedItemCommandOutput) => void
205
+ ): void;
206
+ createRelatedItem(
207
+ args: CreateRelatedItemCommandInput,
208
+ options: __HttpHandlerOptions,
209
+ cb: (err: any, data?: CreateRelatedItemCommandOutput) => void
210
+ ): void;
211
+ createTemplate(
212
+ args: CreateTemplateCommandInput,
213
+ options?: __HttpHandlerOptions
214
+ ): Promise<CreateTemplateCommandOutput>;
215
+ createTemplate(
216
+ args: CreateTemplateCommandInput,
217
+ cb: (err: any, data?: CreateTemplateCommandOutput) => void
218
+ ): void;
219
+ createTemplate(
220
+ args: CreateTemplateCommandInput,
221
+ options: __HttpHandlerOptions,
222
+ cb: (err: any, data?: CreateTemplateCommandOutput) => void
223
+ ): void;
224
+ getCase(
225
+ args: GetCaseCommandInput,
226
+ options?: __HttpHandlerOptions
227
+ ): Promise<GetCaseCommandOutput>;
228
+ getCase(
229
+ args: GetCaseCommandInput,
230
+ cb: (err: any, data?: GetCaseCommandOutput) => void
231
+ ): void;
232
+ getCase(
233
+ args: GetCaseCommandInput,
234
+ options: __HttpHandlerOptions,
235
+ cb: (err: any, data?: GetCaseCommandOutput) => void
236
+ ): void;
237
+ getCaseEventConfiguration(
238
+ args: GetCaseEventConfigurationCommandInput,
239
+ options?: __HttpHandlerOptions
240
+ ): Promise<GetCaseEventConfigurationCommandOutput>;
241
+ getCaseEventConfiguration(
242
+ args: GetCaseEventConfigurationCommandInput,
243
+ cb: (err: any, data?: GetCaseEventConfigurationCommandOutput) => void
244
+ ): void;
245
+ getCaseEventConfiguration(
246
+ args: GetCaseEventConfigurationCommandInput,
247
+ options: __HttpHandlerOptions,
248
+ cb: (err: any, data?: GetCaseEventConfigurationCommandOutput) => void
249
+ ): void;
250
+ getDomain(
251
+ args: GetDomainCommandInput,
252
+ options?: __HttpHandlerOptions
253
+ ): Promise<GetDomainCommandOutput>;
254
+ getDomain(
255
+ args: GetDomainCommandInput,
256
+ cb: (err: any, data?: GetDomainCommandOutput) => void
257
+ ): void;
258
+ getDomain(
259
+ args: GetDomainCommandInput,
260
+ options: __HttpHandlerOptions,
261
+ cb: (err: any, data?: GetDomainCommandOutput) => void
262
+ ): void;
263
+ getLayout(
264
+ args: GetLayoutCommandInput,
265
+ options?: __HttpHandlerOptions
266
+ ): Promise<GetLayoutCommandOutput>;
267
+ getLayout(
268
+ args: GetLayoutCommandInput,
269
+ cb: (err: any, data?: GetLayoutCommandOutput) => void
270
+ ): void;
271
+ getLayout(
272
+ args: GetLayoutCommandInput,
273
+ options: __HttpHandlerOptions,
274
+ cb: (err: any, data?: GetLayoutCommandOutput) => void
275
+ ): void;
276
+ getTemplate(
277
+ args: GetTemplateCommandInput,
278
+ options?: __HttpHandlerOptions
279
+ ): Promise<GetTemplateCommandOutput>;
280
+ getTemplate(
281
+ args: GetTemplateCommandInput,
282
+ cb: (err: any, data?: GetTemplateCommandOutput) => void
283
+ ): void;
284
+ getTemplate(
285
+ args: GetTemplateCommandInput,
286
+ options: __HttpHandlerOptions,
287
+ cb: (err: any, data?: GetTemplateCommandOutput) => void
288
+ ): void;
289
+ listCasesForContact(
290
+ args: ListCasesForContactCommandInput,
291
+ options?: __HttpHandlerOptions
292
+ ): Promise<ListCasesForContactCommandOutput>;
293
+ listCasesForContact(
294
+ args: ListCasesForContactCommandInput,
295
+ cb: (err: any, data?: ListCasesForContactCommandOutput) => void
296
+ ): void;
297
+ listCasesForContact(
298
+ args: ListCasesForContactCommandInput,
299
+ options: __HttpHandlerOptions,
300
+ cb: (err: any, data?: ListCasesForContactCommandOutput) => void
301
+ ): void;
302
+ listDomains(
303
+ args: ListDomainsCommandInput,
304
+ options?: __HttpHandlerOptions
305
+ ): Promise<ListDomainsCommandOutput>;
306
+ listDomains(
307
+ args: ListDomainsCommandInput,
308
+ cb: (err: any, data?: ListDomainsCommandOutput) => void
309
+ ): void;
310
+ listDomains(
311
+ args: ListDomainsCommandInput,
312
+ options: __HttpHandlerOptions,
313
+ cb: (err: any, data?: ListDomainsCommandOutput) => void
314
+ ): void;
315
+ listFieldOptions(
316
+ args: ListFieldOptionsCommandInput,
317
+ options?: __HttpHandlerOptions
318
+ ): Promise<ListFieldOptionsCommandOutput>;
319
+ listFieldOptions(
320
+ args: ListFieldOptionsCommandInput,
321
+ cb: (err: any, data?: ListFieldOptionsCommandOutput) => void
322
+ ): void;
323
+ listFieldOptions(
324
+ args: ListFieldOptionsCommandInput,
325
+ options: __HttpHandlerOptions,
326
+ cb: (err: any, data?: ListFieldOptionsCommandOutput) => void
327
+ ): void;
328
+ listFields(
329
+ args: ListFieldsCommandInput,
330
+ options?: __HttpHandlerOptions
331
+ ): Promise<ListFieldsCommandOutput>;
332
+ listFields(
333
+ args: ListFieldsCommandInput,
334
+ cb: (err: any, data?: ListFieldsCommandOutput) => void
335
+ ): void;
336
+ listFields(
337
+ args: ListFieldsCommandInput,
338
+ options: __HttpHandlerOptions,
339
+ cb: (err: any, data?: ListFieldsCommandOutput) => void
340
+ ): void;
341
+ listLayouts(
342
+ args: ListLayoutsCommandInput,
343
+ options?: __HttpHandlerOptions
344
+ ): Promise<ListLayoutsCommandOutput>;
345
+ listLayouts(
346
+ args: ListLayoutsCommandInput,
347
+ cb: (err: any, data?: ListLayoutsCommandOutput) => void
348
+ ): void;
349
+ listLayouts(
350
+ args: ListLayoutsCommandInput,
351
+ options: __HttpHandlerOptions,
352
+ cb: (err: any, data?: ListLayoutsCommandOutput) => void
353
+ ): void;
354
+ listTagsForResource(
355
+ args: ListTagsForResourceCommandInput,
356
+ options?: __HttpHandlerOptions
357
+ ): Promise<ListTagsForResourceCommandOutput>;
358
+ listTagsForResource(
359
+ args: ListTagsForResourceCommandInput,
360
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
361
+ ): void;
362
+ listTagsForResource(
363
+ args: ListTagsForResourceCommandInput,
364
+ options: __HttpHandlerOptions,
365
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
366
+ ): void;
367
+ listTemplates(
368
+ args: ListTemplatesCommandInput,
369
+ options?: __HttpHandlerOptions
370
+ ): Promise<ListTemplatesCommandOutput>;
371
+ listTemplates(
372
+ args: ListTemplatesCommandInput,
373
+ cb: (err: any, data?: ListTemplatesCommandOutput) => void
374
+ ): void;
375
+ listTemplates(
376
+ args: ListTemplatesCommandInput,
377
+ options: __HttpHandlerOptions,
378
+ cb: (err: any, data?: ListTemplatesCommandOutput) => void
379
+ ): void;
380
+ putCaseEventConfiguration(
381
+ args: PutCaseEventConfigurationCommandInput,
382
+ options?: __HttpHandlerOptions
383
+ ): Promise<PutCaseEventConfigurationCommandOutput>;
384
+ putCaseEventConfiguration(
385
+ args: PutCaseEventConfigurationCommandInput,
386
+ cb: (err: any, data?: PutCaseEventConfigurationCommandOutput) => void
387
+ ): void;
388
+ putCaseEventConfiguration(
389
+ args: PutCaseEventConfigurationCommandInput,
390
+ options: __HttpHandlerOptions,
391
+ cb: (err: any, data?: PutCaseEventConfigurationCommandOutput) => void
392
+ ): void;
393
+ searchCases(
394
+ args: SearchCasesCommandInput,
395
+ options?: __HttpHandlerOptions
396
+ ): Promise<SearchCasesCommandOutput>;
397
+ searchCases(
398
+ args: SearchCasesCommandInput,
399
+ cb: (err: any, data?: SearchCasesCommandOutput) => void
400
+ ): void;
401
+ searchCases(
402
+ args: SearchCasesCommandInput,
403
+ options: __HttpHandlerOptions,
404
+ cb: (err: any, data?: SearchCasesCommandOutput) => void
405
+ ): void;
406
+ searchRelatedItems(
407
+ args: SearchRelatedItemsCommandInput,
408
+ options?: __HttpHandlerOptions
409
+ ): Promise<SearchRelatedItemsCommandOutput>;
410
+ searchRelatedItems(
411
+ args: SearchRelatedItemsCommandInput,
412
+ cb: (err: any, data?: SearchRelatedItemsCommandOutput) => void
413
+ ): void;
414
+ searchRelatedItems(
415
+ args: SearchRelatedItemsCommandInput,
416
+ options: __HttpHandlerOptions,
417
+ cb: (err: any, data?: SearchRelatedItemsCommandOutput) => void
418
+ ): void;
419
+ tagResource(
420
+ args: TagResourceCommandInput,
421
+ options?: __HttpHandlerOptions
422
+ ): Promise<TagResourceCommandOutput>;
423
+ tagResource(
424
+ args: TagResourceCommandInput,
425
+ cb: (err: any, data?: TagResourceCommandOutput) => void
426
+ ): void;
427
+ tagResource(
428
+ args: TagResourceCommandInput,
429
+ options: __HttpHandlerOptions,
430
+ cb: (err: any, data?: TagResourceCommandOutput) => void
431
+ ): void;
432
+ untagResource(
433
+ args: UntagResourceCommandInput,
434
+ options?: __HttpHandlerOptions
435
+ ): Promise<UntagResourceCommandOutput>;
436
+ untagResource(
437
+ args: UntagResourceCommandInput,
438
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
439
+ ): void;
440
+ untagResource(
441
+ args: UntagResourceCommandInput,
442
+ options: __HttpHandlerOptions,
443
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
444
+ ): void;
445
+ updateCase(
446
+ args: UpdateCaseCommandInput,
447
+ options?: __HttpHandlerOptions
448
+ ): Promise<UpdateCaseCommandOutput>;
449
+ updateCase(
450
+ args: UpdateCaseCommandInput,
451
+ cb: (err: any, data?: UpdateCaseCommandOutput) => void
452
+ ): void;
453
+ updateCase(
454
+ args: UpdateCaseCommandInput,
455
+ options: __HttpHandlerOptions,
456
+ cb: (err: any, data?: UpdateCaseCommandOutput) => void
457
+ ): void;
458
+ updateField(
459
+ args: UpdateFieldCommandInput,
460
+ options?: __HttpHandlerOptions
461
+ ): Promise<UpdateFieldCommandOutput>;
462
+ updateField(
463
+ args: UpdateFieldCommandInput,
464
+ cb: (err: any, data?: UpdateFieldCommandOutput) => void
465
+ ): void;
466
+ updateField(
467
+ args: UpdateFieldCommandInput,
468
+ options: __HttpHandlerOptions,
469
+ cb: (err: any, data?: UpdateFieldCommandOutput) => void
470
+ ): void;
471
+ updateLayout(
472
+ args: UpdateLayoutCommandInput,
473
+ options?: __HttpHandlerOptions
474
+ ): Promise<UpdateLayoutCommandOutput>;
475
+ updateLayout(
476
+ args: UpdateLayoutCommandInput,
477
+ cb: (err: any, data?: UpdateLayoutCommandOutput) => void
478
+ ): void;
479
+ updateLayout(
480
+ args: UpdateLayoutCommandInput,
481
+ options: __HttpHandlerOptions,
482
+ cb: (err: any, data?: UpdateLayoutCommandOutput) => void
483
+ ): void;
484
+ updateTemplate(
485
+ args: UpdateTemplateCommandInput,
486
+ options?: __HttpHandlerOptions
487
+ ): Promise<UpdateTemplateCommandOutput>;
488
+ updateTemplate(
489
+ args: UpdateTemplateCommandInput,
490
+ cb: (err: any, data?: UpdateTemplateCommandOutput) => void
491
+ ): void;
492
+ updateTemplate(
493
+ args: UpdateTemplateCommandInput,
494
+ options: __HttpHandlerOptions,
495
+ cb: (err: any, data?: UpdateTemplateCommandOutput) => void
496
+ ): void;
497
+ }