@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,279 @@
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ BatchGetFieldCommandInput,
47
+ BatchGetFieldCommandOutput,
48
+ } from "./commands/BatchGetFieldCommand";
49
+ import {
50
+ BatchPutFieldOptionsCommandInput,
51
+ BatchPutFieldOptionsCommandOutput,
52
+ } from "./commands/BatchPutFieldOptionsCommand";
53
+ import {
54
+ CreateCaseCommandInput,
55
+ CreateCaseCommandOutput,
56
+ } from "./commands/CreateCaseCommand";
57
+ import {
58
+ CreateDomainCommandInput,
59
+ CreateDomainCommandOutput,
60
+ } from "./commands/CreateDomainCommand";
61
+ import {
62
+ CreateFieldCommandInput,
63
+ CreateFieldCommandOutput,
64
+ } from "./commands/CreateFieldCommand";
65
+ import {
66
+ CreateLayoutCommandInput,
67
+ CreateLayoutCommandOutput,
68
+ } from "./commands/CreateLayoutCommand";
69
+ import {
70
+ CreateRelatedItemCommandInput,
71
+ CreateRelatedItemCommandOutput,
72
+ } from "./commands/CreateRelatedItemCommand";
73
+ import {
74
+ CreateTemplateCommandInput,
75
+ CreateTemplateCommandOutput,
76
+ } from "./commands/CreateTemplateCommand";
77
+ import {
78
+ GetCaseCommandInput,
79
+ GetCaseCommandOutput,
80
+ } from "./commands/GetCaseCommand";
81
+ import {
82
+ GetCaseEventConfigurationCommandInput,
83
+ GetCaseEventConfigurationCommandOutput,
84
+ } from "./commands/GetCaseEventConfigurationCommand";
85
+ import {
86
+ GetDomainCommandInput,
87
+ GetDomainCommandOutput,
88
+ } from "./commands/GetDomainCommand";
89
+ import {
90
+ GetLayoutCommandInput,
91
+ GetLayoutCommandOutput,
92
+ } from "./commands/GetLayoutCommand";
93
+ import {
94
+ GetTemplateCommandInput,
95
+ GetTemplateCommandOutput,
96
+ } from "./commands/GetTemplateCommand";
97
+ import {
98
+ ListCasesForContactCommandInput,
99
+ ListCasesForContactCommandOutput,
100
+ } from "./commands/ListCasesForContactCommand";
101
+ import {
102
+ ListDomainsCommandInput,
103
+ ListDomainsCommandOutput,
104
+ } from "./commands/ListDomainsCommand";
105
+ import {
106
+ ListFieldOptionsCommandInput,
107
+ ListFieldOptionsCommandOutput,
108
+ } from "./commands/ListFieldOptionsCommand";
109
+ import {
110
+ ListFieldsCommandInput,
111
+ ListFieldsCommandOutput,
112
+ } from "./commands/ListFieldsCommand";
113
+ import {
114
+ ListLayoutsCommandInput,
115
+ ListLayoutsCommandOutput,
116
+ } from "./commands/ListLayoutsCommand";
117
+ import {
118
+ ListTagsForResourceCommandInput,
119
+ ListTagsForResourceCommandOutput,
120
+ } from "./commands/ListTagsForResourceCommand";
121
+ import {
122
+ ListTemplatesCommandInput,
123
+ ListTemplatesCommandOutput,
124
+ } from "./commands/ListTemplatesCommand";
125
+ import {
126
+ PutCaseEventConfigurationCommandInput,
127
+ PutCaseEventConfigurationCommandOutput,
128
+ } from "./commands/PutCaseEventConfigurationCommand";
129
+ import {
130
+ SearchCasesCommandInput,
131
+ SearchCasesCommandOutput,
132
+ } from "./commands/SearchCasesCommand";
133
+ import {
134
+ SearchRelatedItemsCommandInput,
135
+ SearchRelatedItemsCommandOutput,
136
+ } from "./commands/SearchRelatedItemsCommand";
137
+ import {
138
+ TagResourceCommandInput,
139
+ TagResourceCommandOutput,
140
+ } from "./commands/TagResourceCommand";
141
+ import {
142
+ UntagResourceCommandInput,
143
+ UntagResourceCommandOutput,
144
+ } from "./commands/UntagResourceCommand";
145
+ import {
146
+ UpdateCaseCommandInput,
147
+ UpdateCaseCommandOutput,
148
+ } from "./commands/UpdateCaseCommand";
149
+ import {
150
+ UpdateFieldCommandInput,
151
+ UpdateFieldCommandOutput,
152
+ } from "./commands/UpdateFieldCommand";
153
+ import {
154
+ UpdateLayoutCommandInput,
155
+ UpdateLayoutCommandOutput,
156
+ } from "./commands/UpdateLayoutCommand";
157
+ import {
158
+ UpdateTemplateCommandInput,
159
+ UpdateTemplateCommandOutput,
160
+ } from "./commands/UpdateTemplateCommand";
161
+ export declare type ServiceInputTypes =
162
+ | BatchGetFieldCommandInput
163
+ | BatchPutFieldOptionsCommandInput
164
+ | CreateCaseCommandInput
165
+ | CreateDomainCommandInput
166
+ | CreateFieldCommandInput
167
+ | CreateLayoutCommandInput
168
+ | CreateRelatedItemCommandInput
169
+ | CreateTemplateCommandInput
170
+ | GetCaseCommandInput
171
+ | GetCaseEventConfigurationCommandInput
172
+ | GetDomainCommandInput
173
+ | GetLayoutCommandInput
174
+ | GetTemplateCommandInput
175
+ | ListCasesForContactCommandInput
176
+ | ListDomainsCommandInput
177
+ | ListFieldOptionsCommandInput
178
+ | ListFieldsCommandInput
179
+ | ListLayoutsCommandInput
180
+ | ListTagsForResourceCommandInput
181
+ | ListTemplatesCommandInput
182
+ | PutCaseEventConfigurationCommandInput
183
+ | SearchCasesCommandInput
184
+ | SearchRelatedItemsCommandInput
185
+ | TagResourceCommandInput
186
+ | UntagResourceCommandInput
187
+ | UpdateCaseCommandInput
188
+ | UpdateFieldCommandInput
189
+ | UpdateLayoutCommandInput
190
+ | UpdateTemplateCommandInput;
191
+ export declare type ServiceOutputTypes =
192
+ | BatchGetFieldCommandOutput
193
+ | BatchPutFieldOptionsCommandOutput
194
+ | CreateCaseCommandOutput
195
+ | CreateDomainCommandOutput
196
+ | CreateFieldCommandOutput
197
+ | CreateLayoutCommandOutput
198
+ | CreateRelatedItemCommandOutput
199
+ | CreateTemplateCommandOutput
200
+ | GetCaseCommandOutput
201
+ | GetCaseEventConfigurationCommandOutput
202
+ | GetDomainCommandOutput
203
+ | GetLayoutCommandOutput
204
+ | GetTemplateCommandOutput
205
+ | ListCasesForContactCommandOutput
206
+ | ListDomainsCommandOutput
207
+ | ListFieldOptionsCommandOutput
208
+ | ListFieldsCommandOutput
209
+ | ListLayoutsCommandOutput
210
+ | ListTagsForResourceCommandOutput
211
+ | ListTemplatesCommandOutput
212
+ | PutCaseEventConfigurationCommandOutput
213
+ | SearchCasesCommandOutput
214
+ | SearchRelatedItemsCommandOutput
215
+ | TagResourceCommandOutput
216
+ | UntagResourceCommandOutput
217
+ | UpdateCaseCommandOutput
218
+ | UpdateFieldCommandOutput
219
+ | UpdateLayoutCommandOutput
220
+ | UpdateTemplateCommandOutput;
221
+ export interface ClientDefaults
222
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
223
+ requestHandler?: __HttpHandler;
224
+ sha256?: __HashConstructor;
225
+ urlParser?: __UrlParser;
226
+ bodyLengthChecker?: __BodyLengthCalculator;
227
+ streamCollector?: __StreamCollector;
228
+ base64Decoder?: __Decoder;
229
+ base64Encoder?: __Encoder;
230
+ utf8Decoder?: __Decoder;
231
+ utf8Encoder?: __Encoder;
232
+ runtime?: string;
233
+ disableHostPrefix?: boolean;
234
+ maxAttempts?: number | __Provider<number>;
235
+ retryMode?: string | __Provider<string>;
236
+ logger?: __Logger;
237
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
238
+ useFipsEndpoint?: boolean | __Provider<boolean>;
239
+ serviceId?: string;
240
+ region?: string | __Provider<string>;
241
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
242
+ regionInfoProvider?: RegionInfoProvider;
243
+ defaultUserAgentProvider?: Provider<__UserAgent>;
244
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
245
+ }
246
+ declare type ConnectCasesClientConfigType = Partial<
247
+ __SmithyConfiguration<__HttpHandlerOptions>
248
+ > &
249
+ ClientDefaults &
250
+ RegionInputConfig &
251
+ EndpointsInputConfig &
252
+ RetryInputConfig &
253
+ HostHeaderInputConfig &
254
+ AwsAuthInputConfig &
255
+ UserAgentInputConfig;
256
+ export interface ConnectCasesClientConfig
257
+ extends ConnectCasesClientConfigType {}
258
+ declare type ConnectCasesClientResolvedConfigType =
259
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
260
+ Required<ClientDefaults> &
261
+ RegionResolvedConfig &
262
+ EndpointsResolvedConfig &
263
+ RetryResolvedConfig &
264
+ HostHeaderResolvedConfig &
265
+ AwsAuthResolvedConfig &
266
+ UserAgentResolvedConfig;
267
+ export interface ConnectCasesClientResolvedConfig
268
+ extends ConnectCasesClientResolvedConfigType {}
269
+ export declare class ConnectCasesClient extends __Client<
270
+ __HttpHandlerOptions,
271
+ ServiceInputTypes,
272
+ ServiceOutputTypes,
273
+ ConnectCasesClientResolvedConfig
274
+ > {
275
+ readonly config: ConnectCasesClientResolvedConfig;
276
+ constructor(configuration: ConnectCasesClientConfig);
277
+ destroy(): void;
278
+ }
279
+ export {};
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ConnectCasesClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ConnectCasesClient";
13
+ import {
14
+ BatchGetFieldRequest,
15
+ BatchGetFieldResponse,
16
+ } from "../models/models_0";
17
+ export interface BatchGetFieldCommandInput extends BatchGetFieldRequest {}
18
+ export interface BatchGetFieldCommandOutput
19
+ extends BatchGetFieldResponse,
20
+ __MetadataBearer {}
21
+ export declare class BatchGetFieldCommand extends $Command<
22
+ BatchGetFieldCommandInput,
23
+ BatchGetFieldCommandOutput,
24
+ ConnectCasesClientResolvedConfig
25
+ > {
26
+ readonly input: BatchGetFieldCommandInput;
27
+ constructor(input: BatchGetFieldCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: ConnectCasesClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<BatchGetFieldCommandInput, BatchGetFieldCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,39 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ConnectCasesClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ConnectCasesClient";
13
+ import {
14
+ BatchPutFieldOptionsRequest,
15
+ BatchPutFieldOptionsResponse,
16
+ } from "../models/models_0";
17
+ export interface BatchPutFieldOptionsCommandInput
18
+ extends BatchPutFieldOptionsRequest {}
19
+ export interface BatchPutFieldOptionsCommandOutput
20
+ extends BatchPutFieldOptionsResponse,
21
+ __MetadataBearer {}
22
+ export declare class BatchPutFieldOptionsCommand extends $Command<
23
+ BatchPutFieldOptionsCommandInput,
24
+ BatchPutFieldOptionsCommandOutput,
25
+ ConnectCasesClientResolvedConfig
26
+ > {
27
+ readonly input: BatchPutFieldOptionsCommandInput;
28
+ constructor(input: BatchPutFieldOptionsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ConnectCasesClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ BatchPutFieldOptionsCommandInput,
35
+ BatchPutFieldOptionsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -0,0 +1,32 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ConnectCasesClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ConnectCasesClient";
13
+ import { CreateCaseRequest, CreateCaseResponse } from "../models/models_0";
14
+ export interface CreateCaseCommandInput extends CreateCaseRequest {}
15
+ export interface CreateCaseCommandOutput
16
+ extends CreateCaseResponse,
17
+ __MetadataBearer {}
18
+ export declare class CreateCaseCommand extends $Command<
19
+ CreateCaseCommandInput,
20
+ CreateCaseCommandOutput,
21
+ ConnectCasesClientResolvedConfig
22
+ > {
23
+ readonly input: CreateCaseCommandInput;
24
+ constructor(input: CreateCaseCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ConnectCasesClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<CreateCaseCommandInput, CreateCaseCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -0,0 +1,32 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ConnectCasesClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ConnectCasesClient";
13
+ import { CreateDomainRequest, CreateDomainResponse } from "../models/models_0";
14
+ export interface CreateDomainCommandInput extends CreateDomainRequest {}
15
+ export interface CreateDomainCommandOutput
16
+ extends CreateDomainResponse,
17
+ __MetadataBearer {}
18
+ export declare class CreateDomainCommand extends $Command<
19
+ CreateDomainCommandInput,
20
+ CreateDomainCommandOutput,
21
+ ConnectCasesClientResolvedConfig
22
+ > {
23
+ readonly input: CreateDomainCommandInput;
24
+ constructor(input: CreateDomainCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ConnectCasesClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<CreateDomainCommandInput, CreateDomainCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -0,0 +1,32 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ConnectCasesClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ConnectCasesClient";
13
+ import { CreateFieldRequest, CreateFieldResponse } from "../models/models_0";
14
+ export interface CreateFieldCommandInput extends CreateFieldRequest {}
15
+ export interface CreateFieldCommandOutput
16
+ extends CreateFieldResponse,
17
+ __MetadataBearer {}
18
+ export declare class CreateFieldCommand extends $Command<
19
+ CreateFieldCommandInput,
20
+ CreateFieldCommandOutput,
21
+ ConnectCasesClientResolvedConfig
22
+ > {
23
+ readonly input: CreateFieldCommandInput;
24
+ constructor(input: CreateFieldCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ConnectCasesClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<CreateFieldCommandInput, CreateFieldCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -0,0 +1,32 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ConnectCasesClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ConnectCasesClient";
13
+ import { CreateLayoutRequest, CreateLayoutResponse } from "../models/models_0";
14
+ export interface CreateLayoutCommandInput extends CreateLayoutRequest {}
15
+ export interface CreateLayoutCommandOutput
16
+ extends CreateLayoutResponse,
17
+ __MetadataBearer {}
18
+ export declare class CreateLayoutCommand extends $Command<
19
+ CreateLayoutCommandInput,
20
+ CreateLayoutCommandOutput,
21
+ ConnectCasesClientResolvedConfig
22
+ > {
23
+ readonly input: CreateLayoutCommandInput;
24
+ constructor(input: CreateLayoutCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ConnectCasesClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<CreateLayoutCommandInput, CreateLayoutCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -0,0 +1,36 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ConnectCasesClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ConnectCasesClient";
13
+ import {
14
+ CreateRelatedItemRequest,
15
+ CreateRelatedItemResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateRelatedItemCommandInput
18
+ extends CreateRelatedItemRequest {}
19
+ export interface CreateRelatedItemCommandOutput
20
+ extends CreateRelatedItemResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreateRelatedItemCommand extends $Command<
23
+ CreateRelatedItemCommandInput,
24
+ CreateRelatedItemCommandOutput,
25
+ ConnectCasesClientResolvedConfig
26
+ > {
27
+ readonly input: CreateRelatedItemCommandInput;
28
+ constructor(input: CreateRelatedItemCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ConnectCasesClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<CreateRelatedItemCommandInput, CreateRelatedItemCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -0,0 +1,35 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ConnectCasesClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ConnectCasesClient";
13
+ import {
14
+ CreateTemplateRequest,
15
+ CreateTemplateResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateTemplateCommandInput extends CreateTemplateRequest {}
18
+ export interface CreateTemplateCommandOutput
19
+ extends CreateTemplateResponse,
20
+ __MetadataBearer {}
21
+ export declare class CreateTemplateCommand extends $Command<
22
+ CreateTemplateCommandInput,
23
+ CreateTemplateCommandOutput,
24
+ ConnectCasesClientResolvedConfig
25
+ > {
26
+ readonly input: CreateTemplateCommandInput;
27
+ constructor(input: CreateTemplateCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: ConnectCasesClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<CreateTemplateCommandInput, CreateTemplateCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,32 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ConnectCasesClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ConnectCasesClient";
13
+ import { GetCaseRequest, GetCaseResponse } from "../models/models_0";
14
+ export interface GetCaseCommandInput extends GetCaseRequest {}
15
+ export interface GetCaseCommandOutput
16
+ extends GetCaseResponse,
17
+ __MetadataBearer {}
18
+ export declare class GetCaseCommand extends $Command<
19
+ GetCaseCommandInput,
20
+ GetCaseCommandOutput,
21
+ ConnectCasesClientResolvedConfig
22
+ > {
23
+ readonly input: GetCaseCommandInput;
24
+ constructor(input: GetCaseCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ConnectCasesClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<GetCaseCommandInput, GetCaseCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -0,0 +1,39 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ConnectCasesClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ConnectCasesClient";
13
+ import {
14
+ GetCaseEventConfigurationRequest,
15
+ GetCaseEventConfigurationResponse,
16
+ } from "../models/models_0";
17
+ export interface GetCaseEventConfigurationCommandInput
18
+ extends GetCaseEventConfigurationRequest {}
19
+ export interface GetCaseEventConfigurationCommandOutput
20
+ extends GetCaseEventConfigurationResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetCaseEventConfigurationCommand extends $Command<
23
+ GetCaseEventConfigurationCommandInput,
24
+ GetCaseEventConfigurationCommandOutput,
25
+ ConnectCasesClientResolvedConfig
26
+ > {
27
+ readonly input: GetCaseEventConfigurationCommandInput;
28
+ constructor(input: GetCaseEventConfigurationCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ConnectCasesClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ GetCaseEventConfigurationCommandInput,
35
+ GetCaseEventConfigurationCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -0,0 +1,32 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ConnectCasesClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ConnectCasesClient";
13
+ import { GetDomainRequest, GetDomainResponse } from "../models/models_0";
14
+ export interface GetDomainCommandInput extends GetDomainRequest {}
15
+ export interface GetDomainCommandOutput
16
+ extends GetDomainResponse,
17
+ __MetadataBearer {}
18
+ export declare class GetDomainCommand extends $Command<
19
+ GetDomainCommandInput,
20
+ GetDomainCommandOutput,
21
+ ConnectCasesClientResolvedConfig
22
+ > {
23
+ readonly input: GetDomainCommandInput;
24
+ constructor(input: GetDomainCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ConnectCasesClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<GetDomainCommandInput, GetDomainCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }