@azure/arm-communication 4.2.0 → 5.0.0-beta.1

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 (931) hide show
  1. package/README.md +10 -10
  2. package/dist/browser/api/communicationServiceManagementContext.d.ts +22 -0
  3. package/dist/browser/api/communicationServiceManagementContext.js +24 -0
  4. package/dist/browser/api/communicationServiceManagementContext.js.map +1 -0
  5. package/dist/browser/api/communicationServices/index.d.ts +3 -0
  6. package/dist/browser/api/communicationServices/index.js +4 -0
  7. package/dist/browser/api/communicationServices/index.js.map +1 -0
  8. package/dist/browser/api/communicationServices/operations.d.ts +52 -0
  9. package/dist/browser/api/communicationServices/operations.js +305 -0
  10. package/dist/browser/api/communicationServices/operations.js.map +1 -0
  11. package/dist/browser/api/communicationServices/options.d.ts +39 -0
  12. package/dist/browser/api/communicationServices/options.js +4 -0
  13. package/dist/browser/api/communicationServices/options.js.map +1 -0
  14. package/dist/browser/api/domains/index.d.ts +3 -0
  15. package/dist/browser/api/domains/index.js +4 -0
  16. package/dist/browser/api/domains/index.js.map +1 -0
  17. package/dist/browser/api/domains/operations.d.ts +40 -0
  18. package/dist/browser/api/domains/operations.js +242 -0
  19. package/dist/browser/api/domains/operations.js.map +1 -0
  20. package/dist/browser/api/domains/options.d.ts +33 -0
  21. package/dist/browser/api/domains/options.js +4 -0
  22. package/dist/browser/api/domains/options.js.map +1 -0
  23. package/dist/browser/api/emailServices/index.d.ts +3 -0
  24. package/dist/browser/api/emailServices/index.js +4 -0
  25. package/dist/browser/api/emailServices/index.js.map +1 -0
  26. package/dist/browser/api/emailServices/operations.d.ts +40 -0
  27. package/dist/browser/api/emailServices/operations.js +222 -0
  28. package/dist/browser/api/emailServices/operations.js.map +1 -0
  29. package/dist/browser/api/emailServices/options.d.ts +29 -0
  30. package/dist/browser/api/emailServices/options.js +4 -0
  31. package/dist/browser/api/emailServices/options.js.map +1 -0
  32. package/dist/browser/api/index.d.ts +3 -0
  33. package/dist/browser/api/index.js +4 -0
  34. package/dist/browser/api/index.js.map +1 -0
  35. package/dist/browser/api/operations/index.d.ts +3 -0
  36. package/dist/browser/api/operations/index.js +4 -0
  37. package/dist/browser/api/operations/index.js.map +1 -0
  38. package/dist/browser/api/operations/operations.d.ts +10 -0
  39. package/dist/browser/api/operations/operations.js +31 -0
  40. package/dist/browser/api/operations/operations.js.map +1 -0
  41. package/dist/browser/api/operations/options.d.ts +5 -0
  42. package/dist/browser/api/operations/options.js +4 -0
  43. package/dist/browser/api/operations/options.js.map +1 -0
  44. package/dist/browser/api/senderUsernames/index.d.ts +3 -0
  45. package/dist/browser/api/senderUsernames/index.js +4 -0
  46. package/dist/browser/api/senderUsernames/index.js.map +1 -0
  47. package/dist/browser/api/senderUsernames/operations.d.ts +27 -0
  48. package/dist/browser/api/senderUsernames/operations.js +129 -0
  49. package/dist/browser/api/senderUsernames/operations.js.map +1 -0
  50. package/dist/browser/api/senderUsernames/options.d.ts +14 -0
  51. package/dist/browser/api/senderUsernames/options.js +4 -0
  52. package/dist/browser/api/senderUsernames/options.js.map +1 -0
  53. package/dist/browser/api/smtpUsernames/index.d.ts +3 -0
  54. package/dist/browser/api/smtpUsernames/index.js +4 -0
  55. package/dist/browser/api/smtpUsernames/index.js.map +1 -0
  56. package/dist/browser/api/smtpUsernames/operations.d.ts +27 -0
  57. package/dist/browser/api/smtpUsernames/operations.js +125 -0
  58. package/dist/browser/api/smtpUsernames/operations.js.map +1 -0
  59. package/dist/browser/api/smtpUsernames/options.d.ts +14 -0
  60. package/dist/browser/api/smtpUsernames/options.js +4 -0
  61. package/dist/browser/api/smtpUsernames/options.js.map +1 -0
  62. package/dist/browser/api/suppressionListAddresses/index.d.ts +3 -0
  63. package/dist/browser/api/suppressionListAddresses/index.js +4 -0
  64. package/dist/browser/api/suppressionListAddresses/index.js.map +1 -0
  65. package/dist/browser/api/suppressionListAddresses/operations.d.ts +27 -0
  66. package/dist/browser/api/suppressionListAddresses/operations.js +133 -0
  67. package/dist/browser/api/suppressionListAddresses/operations.js.map +1 -0
  68. package/dist/browser/api/suppressionListAddresses/options.d.ts +14 -0
  69. package/dist/browser/api/suppressionListAddresses/options.js +4 -0
  70. package/dist/browser/api/suppressionListAddresses/options.js.map +1 -0
  71. package/dist/browser/api/suppressionLists/index.d.ts +3 -0
  72. package/dist/browser/api/suppressionLists/index.js +4 -0
  73. package/dist/browser/api/suppressionLists/index.js.map +1 -0
  74. package/dist/browser/api/suppressionLists/operations.d.ts +27 -0
  75. package/dist/browser/api/suppressionLists/operations.js +129 -0
  76. package/dist/browser/api/suppressionLists/operations.js.map +1 -0
  77. package/dist/browser/api/suppressionLists/options.d.ts +14 -0
  78. package/dist/browser/api/suppressionLists/options.js +4 -0
  79. package/dist/browser/api/suppressionLists/options.js.map +1 -0
  80. package/dist/browser/classic/communicationServices/index.d.ts +44 -0
  81. package/dist/browser/classic/communicationServices/index.js +40 -0
  82. package/dist/browser/classic/communicationServices/index.js.map +1 -0
  83. package/dist/browser/classic/domains/index.d.ts +50 -0
  84. package/dist/browser/classic/domains/index.js +61 -0
  85. package/dist/browser/classic/domains/index.js.map +1 -0
  86. package/dist/browser/classic/emailServices/index.d.ts +42 -0
  87. package/dist/browser/classic/emailServices/index.js +45 -0
  88. package/dist/browser/classic/emailServices/index.js.map +1 -0
  89. package/dist/browser/classic/index.d.ts +9 -0
  90. package/dist/browser/classic/index.js +4 -0
  91. package/dist/browser/classic/index.js.map +1 -0
  92. package/dist/browser/classic/operations/index.d.ts +11 -0
  93. package/dist/browser/classic/operations/index.js +14 -0
  94. package/dist/browser/classic/operations/index.js.map +1 -0
  95. package/dist/browser/classic/senderUsernames/index.d.ts +22 -0
  96. package/dist/browser/classic/senderUsernames/index.js +17 -0
  97. package/dist/browser/classic/senderUsernames/index.js.map +1 -0
  98. package/dist/browser/classic/smtpUsernames/index.d.ts +22 -0
  99. package/dist/browser/classic/smtpUsernames/index.js +17 -0
  100. package/dist/browser/classic/smtpUsernames/index.js.map +1 -0
  101. package/dist/browser/classic/suppressionListAddresses/index.d.ts +22 -0
  102. package/dist/browser/classic/suppressionListAddresses/index.js +17 -0
  103. package/dist/browser/classic/suppressionListAddresses/index.js.map +1 -0
  104. package/dist/browser/classic/suppressionLists/index.d.ts +22 -0
  105. package/dist/browser/classic/suppressionLists/index.js +17 -0
  106. package/dist/browser/classic/suppressionLists/index.js.map +1 -0
  107. package/dist/browser/communicationServiceManagementClient.d.ts +34 -25
  108. package/dist/browser/communicationServiceManagementClient.js +46 -108
  109. package/dist/browser/communicationServiceManagementClient.js.map +1 -1
  110. package/dist/browser/index.d.ts +21 -3
  111. package/dist/browser/index.js +4 -6
  112. package/dist/browser/index.js.map +1 -1
  113. package/dist/browser/logger.d.ts +2 -0
  114. package/dist/browser/logger.js +5 -0
  115. package/dist/browser/logger.js.map +1 -0
  116. package/dist/browser/models/index.d.ts +2 -1267
  117. package/dist/browser/models/index.js +1 -194
  118. package/dist/browser/models/index.js.map +1 -1
  119. package/dist/browser/models/models.d.ts +991 -0
  120. package/dist/browser/models/models.js +979 -0
  121. package/dist/browser/models/models.js.map +1 -0
  122. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  123. package/dist/browser/restorePollerHelpers.js +111 -0
  124. package/dist/browser/restorePollerHelpers.js.map +1 -0
  125. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  126. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  127. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  128. package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
  129. package/dist/browser/static-helpers/pagingHelpers.js +143 -0
  130. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  131. package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
  132. package/dist/browser/static-helpers/pollingHelpers.js +95 -0
  133. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  134. package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  135. package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
  136. package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  137. package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
  138. package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
  139. package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
  140. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  141. package/dist/browser/static-helpers/urlTemplate.js +200 -0
  142. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  143. package/dist/commonjs/api/communicationServiceManagementContext.d.ts +22 -0
  144. package/dist/commonjs/api/communicationServiceManagementContext.js +45 -0
  145. package/dist/commonjs/api/communicationServiceManagementContext.js.map +7 -0
  146. package/dist/commonjs/api/communicationServices/index.d.ts +3 -0
  147. package/dist/commonjs/api/communicationServices/index.js +46 -0
  148. package/dist/commonjs/api/communicationServices/index.js.map +7 -0
  149. package/dist/commonjs/api/communicationServices/operations.d.ts +52 -0
  150. package/dist/commonjs/api/communicationServices/operations.js +445 -0
  151. package/dist/commonjs/api/communicationServices/operations.js.map +7 -0
  152. package/dist/commonjs/api/communicationServices/options.d.ts +39 -0
  153. package/dist/commonjs/api/communicationServices/options.js +16 -0
  154. package/dist/commonjs/api/communicationServices/options.js.map +7 -0
  155. package/dist/commonjs/api/domains/index.d.ts +3 -0
  156. package/dist/commonjs/api/domains/index.js +40 -0
  157. package/dist/commonjs/api/domains/index.js.map +7 -0
  158. package/dist/commonjs/api/domains/operations.d.ts +40 -0
  159. package/dist/commonjs/api/domains/operations.js +349 -0
  160. package/dist/commonjs/api/domains/operations.js.map +7 -0
  161. package/dist/commonjs/api/domains/options.d.ts +33 -0
  162. package/dist/commonjs/api/domains/options.js +16 -0
  163. package/dist/commonjs/api/domains/options.js.map +7 -0
  164. package/dist/commonjs/api/emailServices/index.d.ts +3 -0
  165. package/dist/commonjs/api/emailServices/index.js +40 -0
  166. package/dist/commonjs/api/emailServices/index.js.map +7 -0
  167. package/dist/commonjs/api/emailServices/operations.d.ts +40 -0
  168. package/dist/commonjs/api/emailServices/operations.js +314 -0
  169. package/dist/commonjs/api/emailServices/operations.js.map +7 -0
  170. package/dist/commonjs/api/emailServices/options.d.ts +29 -0
  171. package/dist/commonjs/api/emailServices/options.js +16 -0
  172. package/dist/commonjs/api/emailServices/options.js.map +7 -0
  173. package/dist/commonjs/api/index.d.ts +3 -0
  174. package/dist/commonjs/api/index.js +28 -0
  175. package/dist/commonjs/api/index.js.map +7 -0
  176. package/dist/commonjs/api/operations/index.d.ts +3 -0
  177. package/dist/commonjs/api/operations/index.js +28 -0
  178. package/dist/commonjs/api/operations/index.js.map +7 -0
  179. package/dist/commonjs/api/operations/operations.d.ts +10 -0
  180. package/dist/commonjs/api/operations/operations.js +68 -0
  181. package/dist/commonjs/api/operations/operations.js.map +7 -0
  182. package/dist/commonjs/api/operations/options.d.ts +5 -0
  183. package/dist/commonjs/api/operations/options.js +16 -0
  184. package/dist/commonjs/api/operations/options.js.map +7 -0
  185. package/dist/commonjs/api/senderUsernames/index.d.ts +3 -0
  186. package/dist/commonjs/api/senderUsernames/index.js +34 -0
  187. package/dist/commonjs/api/senderUsernames/index.js.map +7 -0
  188. package/dist/commonjs/api/senderUsernames/operations.d.ts +27 -0
  189. package/dist/commonjs/api/senderUsernames/operations.js +210 -0
  190. package/dist/commonjs/api/senderUsernames/operations.js.map +7 -0
  191. package/dist/commonjs/api/senderUsernames/options.d.ts +14 -0
  192. package/dist/commonjs/api/senderUsernames/options.js +16 -0
  193. package/dist/commonjs/api/senderUsernames/options.js.map +7 -0
  194. package/dist/commonjs/api/smtpUsernames/index.d.ts +3 -0
  195. package/dist/commonjs/api/smtpUsernames/index.js +34 -0
  196. package/dist/commonjs/api/smtpUsernames/index.js.map +7 -0
  197. package/dist/commonjs/api/smtpUsernames/operations.d.ts +27 -0
  198. package/dist/commonjs/api/smtpUsernames/operations.js +203 -0
  199. package/dist/commonjs/api/smtpUsernames/operations.js.map +7 -0
  200. package/dist/commonjs/api/smtpUsernames/options.d.ts +14 -0
  201. package/dist/commonjs/api/smtpUsernames/options.js +16 -0
  202. package/dist/commonjs/api/smtpUsernames/options.js.map +7 -0
  203. package/dist/commonjs/api/suppressionListAddresses/index.d.ts +3 -0
  204. package/dist/commonjs/api/suppressionListAddresses/index.js +34 -0
  205. package/dist/commonjs/api/suppressionListAddresses/index.js.map +7 -0
  206. package/dist/commonjs/api/suppressionListAddresses/operations.d.ts +27 -0
  207. package/dist/commonjs/api/suppressionListAddresses/operations.js +224 -0
  208. package/dist/commonjs/api/suppressionListAddresses/operations.js.map +7 -0
  209. package/dist/commonjs/api/suppressionListAddresses/options.d.ts +14 -0
  210. package/dist/commonjs/api/suppressionListAddresses/options.js +16 -0
  211. package/dist/commonjs/api/suppressionListAddresses/options.js.map +7 -0
  212. package/dist/commonjs/api/suppressionLists/index.d.ts +3 -0
  213. package/dist/commonjs/api/suppressionLists/index.js +34 -0
  214. package/dist/commonjs/api/suppressionLists/index.js.map +7 -0
  215. package/dist/commonjs/api/suppressionLists/operations.d.ts +27 -0
  216. package/dist/commonjs/api/suppressionLists/operations.js +210 -0
  217. package/dist/commonjs/api/suppressionLists/operations.js.map +7 -0
  218. package/dist/commonjs/api/suppressionLists/options.d.ts +14 -0
  219. package/dist/commonjs/api/suppressionLists/options.js +16 -0
  220. package/dist/commonjs/api/suppressionLists/options.js.map +7 -0
  221. package/dist/commonjs/classic/communicationServices/index.d.ts +44 -0
  222. package/dist/commonjs/classic/communicationServices/index.js +76 -0
  223. package/dist/commonjs/classic/communicationServices/index.js.map +7 -0
  224. package/dist/commonjs/classic/domains/index.d.ts +50 -0
  225. package/dist/commonjs/classic/domains/index.js +155 -0
  226. package/dist/commonjs/classic/domains/index.js.map +7 -0
  227. package/dist/commonjs/classic/emailServices/index.d.ts +42 -0
  228. package/dist/commonjs/classic/emailServices/index.js +81 -0
  229. package/dist/commonjs/classic/emailServices/index.js.map +7 -0
  230. package/dist/commonjs/classic/index.d.ts +9 -0
  231. package/dist/commonjs/classic/index.js +16 -0
  232. package/dist/commonjs/classic/index.js.map +7 -0
  233. package/dist/commonjs/classic/operations/index.d.ts +11 -0
  234. package/dist/commonjs/classic/operations/index.js +38 -0
  235. package/dist/commonjs/classic/operations/index.js.map +7 -0
  236. package/dist/commonjs/classic/senderUsernames/index.d.ts +22 -0
  237. package/dist/commonjs/classic/senderUsernames/index.js +49 -0
  238. package/dist/commonjs/classic/senderUsernames/index.js.map +7 -0
  239. package/dist/commonjs/classic/smtpUsernames/index.d.ts +22 -0
  240. package/dist/commonjs/classic/smtpUsernames/index.js +48 -0
  241. package/dist/commonjs/classic/smtpUsernames/index.js.map +7 -0
  242. package/dist/commonjs/classic/suppressionListAddresses/index.d.ts +22 -0
  243. package/dist/commonjs/classic/suppressionListAddresses/index.js +66 -0
  244. package/dist/commonjs/classic/suppressionListAddresses/index.js.map +7 -0
  245. package/dist/commonjs/classic/suppressionLists/index.d.ts +22 -0
  246. package/dist/commonjs/classic/suppressionLists/index.js +56 -0
  247. package/dist/commonjs/classic/suppressionLists/index.js.map +7 -0
  248. package/dist/commonjs/communicationServiceManagementClient.d.ts +34 -25
  249. package/dist/commonjs/communicationServiceManagementClient.js +74 -119
  250. package/dist/commonjs/communicationServiceManagementClient.js.map +7 -1
  251. package/dist/commonjs/index.d.ts +21 -3
  252. package/dist/commonjs/index.js +65 -16
  253. package/dist/commonjs/index.js.map +7 -1
  254. package/dist/commonjs/logger.d.ts +2 -0
  255. package/dist/commonjs/logger.js +29 -0
  256. package/dist/commonjs/logger.js.map +7 -0
  257. package/dist/commonjs/models/index.d.ts +2 -1267
  258. package/dist/commonjs/models/index.js +56 -200
  259. package/dist/commonjs/models/index.js.map +7 -1
  260. package/dist/commonjs/models/models.d.ts +991 -0
  261. package/dist/commonjs/models/models.js +1061 -0
  262. package/dist/commonjs/models/models.js.map +7 -0
  263. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  264. package/dist/commonjs/restorePollerHelpers.js +124 -0
  265. package/dist/commonjs/restorePollerHelpers.js.map +7 -0
  266. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  267. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
  268. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
  269. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
  270. package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
  271. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
  272. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
  273. package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
  274. package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
  275. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  276. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
  277. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
  278. package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
  279. package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
  280. package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
  281. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  282. package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
  283. package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
  284. package/dist/commonjs/tsdoc-metadata.json +1 -1
  285. package/dist/esm/api/communicationServiceManagementContext.d.ts +22 -0
  286. package/dist/esm/api/communicationServiceManagementContext.js +24 -0
  287. package/dist/esm/api/communicationServiceManagementContext.js.map +1 -0
  288. package/dist/esm/api/communicationServices/index.d.ts +3 -0
  289. package/dist/esm/api/communicationServices/index.js +4 -0
  290. package/dist/esm/api/communicationServices/index.js.map +1 -0
  291. package/dist/esm/api/communicationServices/operations.d.ts +52 -0
  292. package/dist/esm/api/communicationServices/operations.js +305 -0
  293. package/dist/esm/api/communicationServices/operations.js.map +1 -0
  294. package/dist/esm/api/communicationServices/options.d.ts +39 -0
  295. package/dist/esm/api/communicationServices/options.js +4 -0
  296. package/dist/esm/api/communicationServices/options.js.map +1 -0
  297. package/dist/esm/api/domains/index.d.ts +3 -0
  298. package/dist/esm/api/domains/index.js +4 -0
  299. package/dist/esm/api/domains/index.js.map +1 -0
  300. package/dist/esm/api/domains/operations.d.ts +40 -0
  301. package/dist/esm/api/domains/operations.js +242 -0
  302. package/dist/esm/api/domains/operations.js.map +1 -0
  303. package/dist/esm/api/domains/options.d.ts +33 -0
  304. package/dist/esm/api/domains/options.js +4 -0
  305. package/dist/esm/api/domains/options.js.map +1 -0
  306. package/dist/esm/api/emailServices/index.d.ts +3 -0
  307. package/dist/esm/api/emailServices/index.js +4 -0
  308. package/dist/esm/api/emailServices/index.js.map +1 -0
  309. package/dist/esm/api/emailServices/operations.d.ts +40 -0
  310. package/dist/esm/api/emailServices/operations.js +222 -0
  311. package/dist/esm/api/emailServices/operations.js.map +1 -0
  312. package/dist/esm/api/emailServices/options.d.ts +29 -0
  313. package/dist/esm/api/emailServices/options.js +4 -0
  314. package/dist/esm/api/emailServices/options.js.map +1 -0
  315. package/dist/esm/api/index.d.ts +3 -0
  316. package/dist/esm/api/index.js +4 -0
  317. package/dist/esm/api/index.js.map +1 -0
  318. package/dist/esm/api/operations/index.d.ts +3 -0
  319. package/dist/esm/api/operations/index.js +4 -0
  320. package/dist/esm/api/operations/index.js.map +1 -0
  321. package/dist/esm/api/operations/operations.d.ts +10 -0
  322. package/dist/esm/api/operations/operations.js +31 -0
  323. package/dist/esm/api/operations/operations.js.map +1 -0
  324. package/dist/esm/api/operations/options.d.ts +5 -0
  325. package/dist/esm/api/operations/options.js +4 -0
  326. package/dist/esm/api/operations/options.js.map +1 -0
  327. package/dist/esm/api/senderUsernames/index.d.ts +3 -0
  328. package/dist/esm/api/senderUsernames/index.js +4 -0
  329. package/dist/esm/api/senderUsernames/index.js.map +1 -0
  330. package/dist/esm/api/senderUsernames/operations.d.ts +27 -0
  331. package/dist/esm/api/senderUsernames/operations.js +129 -0
  332. package/dist/esm/api/senderUsernames/operations.js.map +1 -0
  333. package/dist/esm/api/senderUsernames/options.d.ts +14 -0
  334. package/dist/esm/api/senderUsernames/options.js +4 -0
  335. package/dist/esm/api/senderUsernames/options.js.map +1 -0
  336. package/dist/esm/api/smtpUsernames/index.d.ts +3 -0
  337. package/dist/esm/api/smtpUsernames/index.js +4 -0
  338. package/dist/esm/api/smtpUsernames/index.js.map +1 -0
  339. package/dist/esm/api/smtpUsernames/operations.d.ts +27 -0
  340. package/dist/esm/api/smtpUsernames/operations.js +125 -0
  341. package/dist/esm/api/smtpUsernames/operations.js.map +1 -0
  342. package/dist/esm/api/smtpUsernames/options.d.ts +14 -0
  343. package/dist/esm/api/smtpUsernames/options.js +4 -0
  344. package/dist/esm/api/smtpUsernames/options.js.map +1 -0
  345. package/dist/esm/api/suppressionListAddresses/index.d.ts +3 -0
  346. package/dist/esm/api/suppressionListAddresses/index.js +4 -0
  347. package/dist/esm/api/suppressionListAddresses/index.js.map +1 -0
  348. package/dist/esm/api/suppressionListAddresses/operations.d.ts +27 -0
  349. package/dist/esm/api/suppressionListAddresses/operations.js +133 -0
  350. package/dist/esm/api/suppressionListAddresses/operations.js.map +1 -0
  351. package/dist/esm/api/suppressionListAddresses/options.d.ts +14 -0
  352. package/dist/esm/api/suppressionListAddresses/options.js +4 -0
  353. package/dist/esm/api/suppressionListAddresses/options.js.map +1 -0
  354. package/dist/esm/api/suppressionLists/index.d.ts +3 -0
  355. package/dist/esm/api/suppressionLists/index.js +4 -0
  356. package/dist/esm/api/suppressionLists/index.js.map +1 -0
  357. package/dist/esm/api/suppressionLists/operations.d.ts +27 -0
  358. package/dist/esm/api/suppressionLists/operations.js +129 -0
  359. package/dist/esm/api/suppressionLists/operations.js.map +1 -0
  360. package/dist/esm/api/suppressionLists/options.d.ts +14 -0
  361. package/dist/esm/api/suppressionLists/options.js +4 -0
  362. package/dist/esm/api/suppressionLists/options.js.map +1 -0
  363. package/dist/esm/classic/communicationServices/index.d.ts +44 -0
  364. package/dist/esm/classic/communicationServices/index.js +40 -0
  365. package/dist/esm/classic/communicationServices/index.js.map +1 -0
  366. package/dist/esm/classic/domains/index.d.ts +50 -0
  367. package/dist/esm/classic/domains/index.js +61 -0
  368. package/dist/esm/classic/domains/index.js.map +1 -0
  369. package/dist/esm/classic/emailServices/index.d.ts +42 -0
  370. package/dist/esm/classic/emailServices/index.js +45 -0
  371. package/dist/esm/classic/emailServices/index.js.map +1 -0
  372. package/dist/esm/classic/index.d.ts +9 -0
  373. package/dist/esm/classic/index.js +4 -0
  374. package/dist/esm/classic/index.js.map +1 -0
  375. package/dist/esm/classic/operations/index.d.ts +11 -0
  376. package/dist/esm/classic/operations/index.js +14 -0
  377. package/dist/esm/classic/operations/index.js.map +1 -0
  378. package/dist/esm/classic/senderUsernames/index.d.ts +22 -0
  379. package/dist/esm/classic/senderUsernames/index.js +17 -0
  380. package/dist/esm/classic/senderUsernames/index.js.map +1 -0
  381. package/dist/esm/classic/smtpUsernames/index.d.ts +22 -0
  382. package/dist/esm/classic/smtpUsernames/index.js +17 -0
  383. package/dist/esm/classic/smtpUsernames/index.js.map +1 -0
  384. package/dist/esm/classic/suppressionListAddresses/index.d.ts +22 -0
  385. package/dist/esm/classic/suppressionListAddresses/index.js +17 -0
  386. package/dist/esm/classic/suppressionListAddresses/index.js.map +1 -0
  387. package/dist/esm/classic/suppressionLists/index.d.ts +22 -0
  388. package/dist/esm/classic/suppressionLists/index.js +17 -0
  389. package/dist/esm/classic/suppressionLists/index.js.map +1 -0
  390. package/dist/esm/communicationServiceManagementClient.d.ts +34 -25
  391. package/dist/esm/communicationServiceManagementClient.js +46 -108
  392. package/dist/esm/communicationServiceManagementClient.js.map +1 -1
  393. package/dist/esm/index.d.ts +21 -3
  394. package/dist/esm/index.js +4 -6
  395. package/dist/esm/index.js.map +1 -1
  396. package/dist/esm/logger.d.ts +2 -0
  397. package/dist/esm/logger.js +5 -0
  398. package/dist/esm/logger.js.map +1 -0
  399. package/dist/esm/models/index.d.ts +2 -1267
  400. package/dist/esm/models/index.js +1 -194
  401. package/dist/esm/models/index.js.map +1 -1
  402. package/dist/esm/models/models.d.ts +991 -0
  403. package/dist/esm/models/models.js +979 -0
  404. package/dist/esm/models/models.js.map +1 -0
  405. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  406. package/dist/esm/restorePollerHelpers.js +111 -0
  407. package/dist/esm/restorePollerHelpers.js.map +1 -0
  408. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  409. package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
  410. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
  411. package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
  412. package/dist/esm/static-helpers/pagingHelpers.js +143 -0
  413. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  414. package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
  415. package/dist/esm/static-helpers/pollingHelpers.js +95 -0
  416. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  417. package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  418. package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
  419. package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  420. package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
  421. package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
  422. package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
  423. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  424. package/dist/esm/static-helpers/urlTemplate.js +200 -0
  425. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  426. package/dist/react-native/api/communicationServiceManagementContext.d.ts +22 -0
  427. package/dist/react-native/api/communicationServiceManagementContext.js +24 -0
  428. package/dist/react-native/api/communicationServiceManagementContext.js.map +1 -0
  429. package/dist/react-native/api/communicationServices/index.d.ts +3 -0
  430. package/dist/react-native/api/communicationServices/index.js +4 -0
  431. package/dist/react-native/api/communicationServices/index.js.map +1 -0
  432. package/dist/react-native/api/communicationServices/operations.d.ts +52 -0
  433. package/dist/react-native/api/communicationServices/operations.js +305 -0
  434. package/dist/react-native/api/communicationServices/operations.js.map +1 -0
  435. package/dist/react-native/api/communicationServices/options.d.ts +39 -0
  436. package/dist/react-native/api/communicationServices/options.js +4 -0
  437. package/dist/react-native/api/communicationServices/options.js.map +1 -0
  438. package/dist/react-native/api/domains/index.d.ts +3 -0
  439. package/dist/react-native/api/domains/index.js +4 -0
  440. package/dist/react-native/api/domains/index.js.map +1 -0
  441. package/dist/react-native/api/domains/operations.d.ts +40 -0
  442. package/dist/react-native/api/domains/operations.js +242 -0
  443. package/dist/react-native/api/domains/operations.js.map +1 -0
  444. package/dist/react-native/api/domains/options.d.ts +33 -0
  445. package/dist/react-native/api/domains/options.js +4 -0
  446. package/dist/react-native/api/domains/options.js.map +1 -0
  447. package/dist/react-native/api/emailServices/index.d.ts +3 -0
  448. package/dist/react-native/api/emailServices/index.js +4 -0
  449. package/dist/react-native/api/emailServices/index.js.map +1 -0
  450. package/dist/react-native/api/emailServices/operations.d.ts +40 -0
  451. package/dist/react-native/api/emailServices/operations.js +222 -0
  452. package/dist/react-native/api/emailServices/operations.js.map +1 -0
  453. package/dist/react-native/api/emailServices/options.d.ts +29 -0
  454. package/dist/react-native/api/emailServices/options.js +4 -0
  455. package/dist/react-native/api/emailServices/options.js.map +1 -0
  456. package/dist/react-native/api/index.d.ts +3 -0
  457. package/dist/react-native/api/index.js +4 -0
  458. package/dist/react-native/api/index.js.map +1 -0
  459. package/dist/react-native/api/operations/index.d.ts +3 -0
  460. package/dist/react-native/api/operations/index.js +4 -0
  461. package/dist/react-native/api/operations/index.js.map +1 -0
  462. package/dist/react-native/api/operations/operations.d.ts +10 -0
  463. package/dist/react-native/api/operations/operations.js +31 -0
  464. package/dist/react-native/api/operations/operations.js.map +1 -0
  465. package/dist/react-native/api/operations/options.d.ts +5 -0
  466. package/dist/react-native/api/operations/options.js +4 -0
  467. package/dist/react-native/api/operations/options.js.map +1 -0
  468. package/dist/react-native/api/senderUsernames/index.d.ts +3 -0
  469. package/dist/react-native/api/senderUsernames/index.js +4 -0
  470. package/dist/react-native/api/senderUsernames/index.js.map +1 -0
  471. package/dist/react-native/api/senderUsernames/operations.d.ts +27 -0
  472. package/dist/react-native/api/senderUsernames/operations.js +129 -0
  473. package/dist/react-native/api/senderUsernames/operations.js.map +1 -0
  474. package/dist/react-native/api/senderUsernames/options.d.ts +14 -0
  475. package/dist/react-native/api/senderUsernames/options.js +4 -0
  476. package/dist/react-native/api/senderUsernames/options.js.map +1 -0
  477. package/dist/react-native/api/smtpUsernames/index.d.ts +3 -0
  478. package/dist/react-native/api/smtpUsernames/index.js +4 -0
  479. package/dist/react-native/api/smtpUsernames/index.js.map +1 -0
  480. package/dist/react-native/api/smtpUsernames/operations.d.ts +27 -0
  481. package/dist/react-native/api/smtpUsernames/operations.js +125 -0
  482. package/dist/react-native/api/smtpUsernames/operations.js.map +1 -0
  483. package/dist/react-native/api/smtpUsernames/options.d.ts +14 -0
  484. package/dist/react-native/api/smtpUsernames/options.js +4 -0
  485. package/dist/react-native/api/smtpUsernames/options.js.map +1 -0
  486. package/dist/react-native/api/suppressionListAddresses/index.d.ts +3 -0
  487. package/dist/react-native/api/suppressionListAddresses/index.js +4 -0
  488. package/dist/react-native/api/suppressionListAddresses/index.js.map +1 -0
  489. package/dist/react-native/api/suppressionListAddresses/operations.d.ts +27 -0
  490. package/dist/react-native/api/suppressionListAddresses/operations.js +133 -0
  491. package/dist/react-native/api/suppressionListAddresses/operations.js.map +1 -0
  492. package/dist/react-native/api/suppressionListAddresses/options.d.ts +14 -0
  493. package/dist/react-native/api/suppressionListAddresses/options.js +4 -0
  494. package/dist/react-native/api/suppressionListAddresses/options.js.map +1 -0
  495. package/dist/react-native/api/suppressionLists/index.d.ts +3 -0
  496. package/dist/react-native/api/suppressionLists/index.js +4 -0
  497. package/dist/react-native/api/suppressionLists/index.js.map +1 -0
  498. package/dist/react-native/api/suppressionLists/operations.d.ts +27 -0
  499. package/dist/react-native/api/suppressionLists/operations.js +129 -0
  500. package/dist/react-native/api/suppressionLists/operations.js.map +1 -0
  501. package/dist/react-native/api/suppressionLists/options.d.ts +14 -0
  502. package/dist/react-native/api/suppressionLists/options.js +4 -0
  503. package/dist/react-native/api/suppressionLists/options.js.map +1 -0
  504. package/dist/react-native/classic/communicationServices/index.d.ts +44 -0
  505. package/dist/react-native/classic/communicationServices/index.js +40 -0
  506. package/dist/react-native/classic/communicationServices/index.js.map +1 -0
  507. package/dist/react-native/classic/domains/index.d.ts +50 -0
  508. package/dist/react-native/classic/domains/index.js +61 -0
  509. package/dist/react-native/classic/domains/index.js.map +1 -0
  510. package/dist/react-native/classic/emailServices/index.d.ts +42 -0
  511. package/dist/react-native/classic/emailServices/index.js +45 -0
  512. package/dist/react-native/classic/emailServices/index.js.map +1 -0
  513. package/dist/react-native/classic/index.d.ts +9 -0
  514. package/dist/react-native/classic/index.js +4 -0
  515. package/dist/react-native/classic/index.js.map +1 -0
  516. package/dist/react-native/classic/operations/index.d.ts +11 -0
  517. package/dist/react-native/classic/operations/index.js +14 -0
  518. package/dist/react-native/classic/operations/index.js.map +1 -0
  519. package/dist/react-native/classic/senderUsernames/index.d.ts +22 -0
  520. package/dist/react-native/classic/senderUsernames/index.js +17 -0
  521. package/dist/react-native/classic/senderUsernames/index.js.map +1 -0
  522. package/dist/react-native/classic/smtpUsernames/index.d.ts +22 -0
  523. package/dist/react-native/classic/smtpUsernames/index.js +17 -0
  524. package/dist/react-native/classic/smtpUsernames/index.js.map +1 -0
  525. package/dist/react-native/classic/suppressionListAddresses/index.d.ts +22 -0
  526. package/dist/react-native/classic/suppressionListAddresses/index.js +17 -0
  527. package/dist/react-native/classic/suppressionListAddresses/index.js.map +1 -0
  528. package/dist/react-native/classic/suppressionLists/index.d.ts +22 -0
  529. package/dist/react-native/classic/suppressionLists/index.js +17 -0
  530. package/dist/react-native/classic/suppressionLists/index.js.map +1 -0
  531. package/dist/react-native/communicationServiceManagementClient.d.ts +34 -25
  532. package/dist/react-native/communicationServiceManagementClient.js +46 -108
  533. package/dist/react-native/communicationServiceManagementClient.js.map +1 -1
  534. package/dist/react-native/index.d.ts +21 -3
  535. package/dist/react-native/index.js +4 -6
  536. package/dist/react-native/index.js.map +1 -1
  537. package/dist/react-native/logger.d.ts +2 -0
  538. package/dist/react-native/logger.js +5 -0
  539. package/dist/react-native/logger.js.map +1 -0
  540. package/dist/react-native/models/index.d.ts +2 -1267
  541. package/dist/react-native/models/index.js +1 -194
  542. package/dist/react-native/models/index.js.map +1 -1
  543. package/dist/react-native/models/models.d.ts +991 -0
  544. package/dist/react-native/models/models.js +979 -0
  545. package/dist/react-native/models/models.js.map +1 -0
  546. package/dist/react-native/restorePollerHelpers.d.ts +21 -0
  547. package/dist/react-native/restorePollerHelpers.js +111 -0
  548. package/dist/react-native/restorePollerHelpers.js.map +1 -0
  549. package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +22 -0
  550. package/dist/react-native/static-helpers/cloudSettingHelpers.js +38 -0
  551. package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +1 -0
  552. package/dist/react-native/static-helpers/pagingHelpers.d.ts +74 -0
  553. package/dist/react-native/static-helpers/pagingHelpers.js +143 -0
  554. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
  555. package/dist/react-native/static-helpers/pollingHelpers.d.ts +34 -0
  556. package/dist/react-native/static-helpers/pollingHelpers.js +95 -0
  557. package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
  558. package/dist/react-native/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  559. package/dist/react-native/static-helpers/serialization/check-prop-undefined.js +17 -0
  560. package/dist/react-native/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  561. package/dist/react-native/static-helpers/simplePollerHelpers.d.ts +73 -0
  562. package/dist/react-native/static-helpers/simplePollerHelpers.js +44 -0
  563. package/dist/react-native/static-helpers/simplePollerHelpers.js.map +1 -0
  564. package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
  565. package/dist/react-native/static-helpers/urlTemplate.js +200 -0
  566. package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
  567. package/package.json +267 -95
  568. package/dist/browser/communicationServiceManagementClient.d.ts.map +0 -1
  569. package/dist/browser/index.d.ts.map +0 -1
  570. package/dist/browser/lroImpl.d.ts +0 -11
  571. package/dist/browser/lroImpl.d.ts.map +0 -1
  572. package/dist/browser/lroImpl.js +0 -20
  573. package/dist/browser/lroImpl.js.map +0 -1
  574. package/dist/browser/models/index.d.ts.map +0 -1
  575. package/dist/browser/models/mappers.d.ts +0 -56
  576. package/dist/browser/models/mappers.d.ts.map +0 -1
  577. package/dist/browser/models/mappers.js +0 -1452
  578. package/dist/browser/models/mappers.js.map +0 -1
  579. package/dist/browser/models/parameters.d.ts +0 -31
  580. package/dist/browser/models/parameters.d.ts.map +0 -1
  581. package/dist/browser/models/parameters.js +0 -257
  582. package/dist/browser/models/parameters.js.map +0 -1
  583. package/dist/browser/operations/communicationServices.d.ts +0 -128
  584. package/dist/browser/operations/communicationServices.d.ts.map +0 -1
  585. package/dist/browser/operations/communicationServices.js +0 -571
  586. package/dist/browser/operations/communicationServices.js.map +0 -1
  587. package/dist/browser/operations/domains.d.ts +0 -138
  588. package/dist/browser/operations/domains.d.ts.map +0 -1
  589. package/dist/browser/operations/domains.js +0 -647
  590. package/dist/browser/operations/domains.js.map +0 -1
  591. package/dist/browser/operations/emailServices.d.ts +0 -112
  592. package/dist/browser/operations/emailServices.d.ts.map +0 -1
  593. package/dist/browser/operations/emailServices.js +0 -527
  594. package/dist/browser/operations/emailServices.js.map +0 -1
  595. package/dist/browser/operations/index.d.ts +0 -9
  596. package/dist/browser/operations/index.d.ts.map +0 -1
  597. package/dist/browser/operations/index.js +0 -13
  598. package/dist/browser/operations/index.js.map +0 -1
  599. package/dist/browser/operations/operations.d.ts +0 -32
  600. package/dist/browser/operations/operations.d.ts.map +0 -1
  601. package/dist/browser/operations/operations.js +0 -111
  602. package/dist/browser/operations/operations.js.map +0 -1
  603. package/dist/browser/operations/senderUsernames.d.ts +0 -70
  604. package/dist/browser/operations/senderUsernames.d.ts.map +0 -1
  605. package/dist/browser/operations/senderUsernames.js +0 -260
  606. package/dist/browser/operations/senderUsernames.js.map +0 -1
  607. package/dist/browser/operations/smtpUsernames.d.ts +0 -63
  608. package/dist/browser/operations/smtpUsernames.d.ts.map +0 -1
  609. package/dist/browser/operations/smtpUsernames.js +0 -235
  610. package/dist/browser/operations/smtpUsernames.js.map +0 -1
  611. package/dist/browser/operations/suppressionListAddresses.d.ts +0 -75
  612. package/dist/browser/operations/suppressionListAddresses.d.ts.map +0 -1
  613. package/dist/browser/operations/suppressionListAddresses.js +0 -286
  614. package/dist/browser/operations/suppressionListAddresses.js.map +0 -1
  615. package/dist/browser/operations/suppressionLists.d.ts +0 -70
  616. package/dist/browser/operations/suppressionLists.d.ts.map +0 -1
  617. package/dist/browser/operations/suppressionLists.js +0 -260
  618. package/dist/browser/operations/suppressionLists.js.map +0 -1
  619. package/dist/browser/operationsInterfaces/communicationServices.d.ts +0 -92
  620. package/dist/browser/operationsInterfaces/communicationServices.d.ts.map +0 -1
  621. package/dist/browser/operationsInterfaces/communicationServices.js +0 -4
  622. package/dist/browser/operationsInterfaces/communicationServices.js.map +0 -1
  623. package/dist/browser/operationsInterfaces/domains.d.ts +0 -112
  624. package/dist/browser/operationsInterfaces/domains.d.ts.map +0 -1
  625. package/dist/browser/operationsInterfaces/domains.js +0 -4
  626. package/dist/browser/operationsInterfaces/domains.js.map +0 -1
  627. package/dist/browser/operationsInterfaces/emailServices.d.ts +0 -76
  628. package/dist/browser/operationsInterfaces/emailServices.d.ts.map +0 -1
  629. package/dist/browser/operationsInterfaces/emailServices.js +0 -4
  630. package/dist/browser/operationsInterfaces/emailServices.js.map +0 -1
  631. package/dist/browser/operationsInterfaces/index.d.ts +0 -9
  632. package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
  633. package/dist/browser/operationsInterfaces/index.js +0 -13
  634. package/dist/browser/operationsInterfaces/index.js.map +0 -1
  635. package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
  636. package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
  637. package/dist/browser/operationsInterfaces/operations.js +0 -4
  638. package/dist/browser/operationsInterfaces/operations.js.map +0 -1
  639. package/dist/browser/operationsInterfaces/senderUsernames.d.ts +0 -43
  640. package/dist/browser/operationsInterfaces/senderUsernames.d.ts.map +0 -1
  641. package/dist/browser/operationsInterfaces/senderUsernames.js +0 -4
  642. package/dist/browser/operationsInterfaces/senderUsernames.js.map +0 -1
  643. package/dist/browser/operationsInterfaces/smtpUsernames.d.ts +0 -38
  644. package/dist/browser/operationsInterfaces/smtpUsernames.d.ts.map +0 -1
  645. package/dist/browser/operationsInterfaces/smtpUsernames.js +0 -4
  646. package/dist/browser/operationsInterfaces/smtpUsernames.js.map +0 -1
  647. package/dist/browser/operationsInterfaces/suppressionListAddresses.d.ts +0 -46
  648. package/dist/browser/operationsInterfaces/suppressionListAddresses.d.ts.map +0 -1
  649. package/dist/browser/operationsInterfaces/suppressionListAddresses.js +0 -4
  650. package/dist/browser/operationsInterfaces/suppressionListAddresses.js.map +0 -1
  651. package/dist/browser/operationsInterfaces/suppressionLists.d.ts +0 -43
  652. package/dist/browser/operationsInterfaces/suppressionLists.d.ts.map +0 -1
  653. package/dist/browser/operationsInterfaces/suppressionLists.js +0 -4
  654. package/dist/browser/operationsInterfaces/suppressionLists.js.map +0 -1
  655. package/dist/browser/pagingHelper.d.ts +0 -13
  656. package/dist/browser/pagingHelper.d.ts.map +0 -1
  657. package/dist/browser/pagingHelper.js +0 -25
  658. package/dist/browser/pagingHelper.js.map +0 -1
  659. package/dist/commonjs/communicationServiceManagementClient.d.ts.map +0 -1
  660. package/dist/commonjs/index.d.ts.map +0 -1
  661. package/dist/commonjs/lroImpl.d.ts +0 -11
  662. package/dist/commonjs/lroImpl.d.ts.map +0 -1
  663. package/dist/commonjs/lroImpl.js +0 -23
  664. package/dist/commonjs/lroImpl.js.map +0 -1
  665. package/dist/commonjs/models/index.d.ts.map +0 -1
  666. package/dist/commonjs/models/mappers.d.ts +0 -56
  667. package/dist/commonjs/models/mappers.d.ts.map +0 -1
  668. package/dist/commonjs/models/mappers.js +0 -1456
  669. package/dist/commonjs/models/mappers.js.map +0 -1
  670. package/dist/commonjs/models/parameters.d.ts +0 -31
  671. package/dist/commonjs/models/parameters.d.ts.map +0 -1
  672. package/dist/commonjs/models/parameters.js +0 -260
  673. package/dist/commonjs/models/parameters.js.map +0 -1
  674. package/dist/commonjs/operations/communicationServices.d.ts +0 -128
  675. package/dist/commonjs/operations/communicationServices.d.ts.map +0 -1
  676. package/dist/commonjs/operations/communicationServices.js +0 -576
  677. package/dist/commonjs/operations/communicationServices.js.map +0 -1
  678. package/dist/commonjs/operations/domains.d.ts +0 -138
  679. package/dist/commonjs/operations/domains.d.ts.map +0 -1
  680. package/dist/commonjs/operations/domains.js +0 -652
  681. package/dist/commonjs/operations/domains.js.map +0 -1
  682. package/dist/commonjs/operations/emailServices.d.ts +0 -112
  683. package/dist/commonjs/operations/emailServices.d.ts.map +0 -1
  684. package/dist/commonjs/operations/emailServices.js +0 -532
  685. package/dist/commonjs/operations/emailServices.js.map +0 -1
  686. package/dist/commonjs/operations/index.d.ts +0 -9
  687. package/dist/commonjs/operations/index.d.ts.map +0 -1
  688. package/dist/commonjs/operations/index.js +0 -16
  689. package/dist/commonjs/operations/index.js.map +0 -1
  690. package/dist/commonjs/operations/operations.d.ts +0 -32
  691. package/dist/commonjs/operations/operations.d.ts.map +0 -1
  692. package/dist/commonjs/operations/operations.js +0 -116
  693. package/dist/commonjs/operations/operations.js.map +0 -1
  694. package/dist/commonjs/operations/senderUsernames.d.ts +0 -70
  695. package/dist/commonjs/operations/senderUsernames.d.ts.map +0 -1
  696. package/dist/commonjs/operations/senderUsernames.js +0 -265
  697. package/dist/commonjs/operations/senderUsernames.js.map +0 -1
  698. package/dist/commonjs/operations/smtpUsernames.d.ts +0 -63
  699. package/dist/commonjs/operations/smtpUsernames.d.ts.map +0 -1
  700. package/dist/commonjs/operations/smtpUsernames.js +0 -240
  701. package/dist/commonjs/operations/smtpUsernames.js.map +0 -1
  702. package/dist/commonjs/operations/suppressionListAddresses.d.ts +0 -75
  703. package/dist/commonjs/operations/suppressionListAddresses.d.ts.map +0 -1
  704. package/dist/commonjs/operations/suppressionListAddresses.js +0 -291
  705. package/dist/commonjs/operations/suppressionListAddresses.js.map +0 -1
  706. package/dist/commonjs/operations/suppressionLists.d.ts +0 -70
  707. package/dist/commonjs/operations/suppressionLists.d.ts.map +0 -1
  708. package/dist/commonjs/operations/suppressionLists.js +0 -265
  709. package/dist/commonjs/operations/suppressionLists.js.map +0 -1
  710. package/dist/commonjs/operationsInterfaces/communicationServices.d.ts +0 -92
  711. package/dist/commonjs/operationsInterfaces/communicationServices.d.ts.map +0 -1
  712. package/dist/commonjs/operationsInterfaces/communicationServices.js +0 -5
  713. package/dist/commonjs/operationsInterfaces/communicationServices.js.map +0 -1
  714. package/dist/commonjs/operationsInterfaces/domains.d.ts +0 -112
  715. package/dist/commonjs/operationsInterfaces/domains.d.ts.map +0 -1
  716. package/dist/commonjs/operationsInterfaces/domains.js +0 -5
  717. package/dist/commonjs/operationsInterfaces/domains.js.map +0 -1
  718. package/dist/commonjs/operationsInterfaces/emailServices.d.ts +0 -76
  719. package/dist/commonjs/operationsInterfaces/emailServices.d.ts.map +0 -1
  720. package/dist/commonjs/operationsInterfaces/emailServices.js +0 -5
  721. package/dist/commonjs/operationsInterfaces/emailServices.js.map +0 -1
  722. package/dist/commonjs/operationsInterfaces/index.d.ts +0 -9
  723. package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
  724. package/dist/commonjs/operationsInterfaces/index.js +0 -16
  725. package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
  726. package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
  727. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
  728. package/dist/commonjs/operationsInterfaces/operations.js +0 -5
  729. package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
  730. package/dist/commonjs/operationsInterfaces/senderUsernames.d.ts +0 -43
  731. package/dist/commonjs/operationsInterfaces/senderUsernames.d.ts.map +0 -1
  732. package/dist/commonjs/operationsInterfaces/senderUsernames.js +0 -5
  733. package/dist/commonjs/operationsInterfaces/senderUsernames.js.map +0 -1
  734. package/dist/commonjs/operationsInterfaces/smtpUsernames.d.ts +0 -38
  735. package/dist/commonjs/operationsInterfaces/smtpUsernames.d.ts.map +0 -1
  736. package/dist/commonjs/operationsInterfaces/smtpUsernames.js +0 -5
  737. package/dist/commonjs/operationsInterfaces/smtpUsernames.js.map +0 -1
  738. package/dist/commonjs/operationsInterfaces/suppressionListAddresses.d.ts +0 -46
  739. package/dist/commonjs/operationsInterfaces/suppressionListAddresses.d.ts.map +0 -1
  740. package/dist/commonjs/operationsInterfaces/suppressionListAddresses.js +0 -5
  741. package/dist/commonjs/operationsInterfaces/suppressionListAddresses.js.map +0 -1
  742. package/dist/commonjs/operationsInterfaces/suppressionLists.d.ts +0 -43
  743. package/dist/commonjs/operationsInterfaces/suppressionLists.d.ts.map +0 -1
  744. package/dist/commonjs/operationsInterfaces/suppressionLists.js +0 -5
  745. package/dist/commonjs/operationsInterfaces/suppressionLists.js.map +0 -1
  746. package/dist/commonjs/pagingHelper.d.ts +0 -13
  747. package/dist/commonjs/pagingHelper.d.ts.map +0 -1
  748. package/dist/commonjs/pagingHelper.js +0 -29
  749. package/dist/commonjs/pagingHelper.js.map +0 -1
  750. package/dist/esm/communicationServiceManagementClient.d.ts.map +0 -1
  751. package/dist/esm/index.d.ts.map +0 -1
  752. package/dist/esm/lroImpl.d.ts +0 -11
  753. package/dist/esm/lroImpl.d.ts.map +0 -1
  754. package/dist/esm/lroImpl.js +0 -20
  755. package/dist/esm/lroImpl.js.map +0 -1
  756. package/dist/esm/models/index.d.ts.map +0 -1
  757. package/dist/esm/models/mappers.d.ts +0 -56
  758. package/dist/esm/models/mappers.d.ts.map +0 -1
  759. package/dist/esm/models/mappers.js +0 -1452
  760. package/dist/esm/models/mappers.js.map +0 -1
  761. package/dist/esm/models/parameters.d.ts +0 -31
  762. package/dist/esm/models/parameters.d.ts.map +0 -1
  763. package/dist/esm/models/parameters.js +0 -257
  764. package/dist/esm/models/parameters.js.map +0 -1
  765. package/dist/esm/operations/communicationServices.d.ts +0 -128
  766. package/dist/esm/operations/communicationServices.d.ts.map +0 -1
  767. package/dist/esm/operations/communicationServices.js +0 -571
  768. package/dist/esm/operations/communicationServices.js.map +0 -1
  769. package/dist/esm/operations/domains.d.ts +0 -138
  770. package/dist/esm/operations/domains.d.ts.map +0 -1
  771. package/dist/esm/operations/domains.js +0 -647
  772. package/dist/esm/operations/domains.js.map +0 -1
  773. package/dist/esm/operations/emailServices.d.ts +0 -112
  774. package/dist/esm/operations/emailServices.d.ts.map +0 -1
  775. package/dist/esm/operations/emailServices.js +0 -527
  776. package/dist/esm/operations/emailServices.js.map +0 -1
  777. package/dist/esm/operations/index.d.ts +0 -9
  778. package/dist/esm/operations/index.d.ts.map +0 -1
  779. package/dist/esm/operations/index.js +0 -13
  780. package/dist/esm/operations/index.js.map +0 -1
  781. package/dist/esm/operations/operations.d.ts +0 -32
  782. package/dist/esm/operations/operations.d.ts.map +0 -1
  783. package/dist/esm/operations/operations.js +0 -111
  784. package/dist/esm/operations/operations.js.map +0 -1
  785. package/dist/esm/operations/senderUsernames.d.ts +0 -70
  786. package/dist/esm/operations/senderUsernames.d.ts.map +0 -1
  787. package/dist/esm/operations/senderUsernames.js +0 -260
  788. package/dist/esm/operations/senderUsernames.js.map +0 -1
  789. package/dist/esm/operations/smtpUsernames.d.ts +0 -63
  790. package/dist/esm/operations/smtpUsernames.d.ts.map +0 -1
  791. package/dist/esm/operations/smtpUsernames.js +0 -235
  792. package/dist/esm/operations/smtpUsernames.js.map +0 -1
  793. package/dist/esm/operations/suppressionListAddresses.d.ts +0 -75
  794. package/dist/esm/operations/suppressionListAddresses.d.ts.map +0 -1
  795. package/dist/esm/operations/suppressionListAddresses.js +0 -286
  796. package/dist/esm/operations/suppressionListAddresses.js.map +0 -1
  797. package/dist/esm/operations/suppressionLists.d.ts +0 -70
  798. package/dist/esm/operations/suppressionLists.d.ts.map +0 -1
  799. package/dist/esm/operations/suppressionLists.js +0 -260
  800. package/dist/esm/operations/suppressionLists.js.map +0 -1
  801. package/dist/esm/operationsInterfaces/communicationServices.d.ts +0 -92
  802. package/dist/esm/operationsInterfaces/communicationServices.d.ts.map +0 -1
  803. package/dist/esm/operationsInterfaces/communicationServices.js +0 -4
  804. package/dist/esm/operationsInterfaces/communicationServices.js.map +0 -1
  805. package/dist/esm/operationsInterfaces/domains.d.ts +0 -112
  806. package/dist/esm/operationsInterfaces/domains.d.ts.map +0 -1
  807. package/dist/esm/operationsInterfaces/domains.js +0 -4
  808. package/dist/esm/operationsInterfaces/domains.js.map +0 -1
  809. package/dist/esm/operationsInterfaces/emailServices.d.ts +0 -76
  810. package/dist/esm/operationsInterfaces/emailServices.d.ts.map +0 -1
  811. package/dist/esm/operationsInterfaces/emailServices.js +0 -4
  812. package/dist/esm/operationsInterfaces/emailServices.js.map +0 -1
  813. package/dist/esm/operationsInterfaces/index.d.ts +0 -9
  814. package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
  815. package/dist/esm/operationsInterfaces/index.js +0 -13
  816. package/dist/esm/operationsInterfaces/index.js.map +0 -1
  817. package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
  818. package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
  819. package/dist/esm/operationsInterfaces/operations.js +0 -4
  820. package/dist/esm/operationsInterfaces/operations.js.map +0 -1
  821. package/dist/esm/operationsInterfaces/senderUsernames.d.ts +0 -43
  822. package/dist/esm/operationsInterfaces/senderUsernames.d.ts.map +0 -1
  823. package/dist/esm/operationsInterfaces/senderUsernames.js +0 -4
  824. package/dist/esm/operationsInterfaces/senderUsernames.js.map +0 -1
  825. package/dist/esm/operationsInterfaces/smtpUsernames.d.ts +0 -38
  826. package/dist/esm/operationsInterfaces/smtpUsernames.d.ts.map +0 -1
  827. package/dist/esm/operationsInterfaces/smtpUsernames.js +0 -4
  828. package/dist/esm/operationsInterfaces/smtpUsernames.js.map +0 -1
  829. package/dist/esm/operationsInterfaces/suppressionListAddresses.d.ts +0 -46
  830. package/dist/esm/operationsInterfaces/suppressionListAddresses.d.ts.map +0 -1
  831. package/dist/esm/operationsInterfaces/suppressionListAddresses.js +0 -4
  832. package/dist/esm/operationsInterfaces/suppressionListAddresses.js.map +0 -1
  833. package/dist/esm/operationsInterfaces/suppressionLists.d.ts +0 -43
  834. package/dist/esm/operationsInterfaces/suppressionLists.d.ts.map +0 -1
  835. package/dist/esm/operationsInterfaces/suppressionLists.js +0 -4
  836. package/dist/esm/operationsInterfaces/suppressionLists.js.map +0 -1
  837. package/dist/esm/pagingHelper.d.ts +0 -13
  838. package/dist/esm/pagingHelper.d.ts.map +0 -1
  839. package/dist/esm/pagingHelper.js +0 -25
  840. package/dist/esm/pagingHelper.js.map +0 -1
  841. package/dist/react-native/communicationServiceManagementClient.d.ts.map +0 -1
  842. package/dist/react-native/index.d.ts.map +0 -1
  843. package/dist/react-native/lroImpl.d.ts +0 -11
  844. package/dist/react-native/lroImpl.d.ts.map +0 -1
  845. package/dist/react-native/lroImpl.js +0 -20
  846. package/dist/react-native/lroImpl.js.map +0 -1
  847. package/dist/react-native/models/index.d.ts.map +0 -1
  848. package/dist/react-native/models/mappers.d.ts +0 -56
  849. package/dist/react-native/models/mappers.d.ts.map +0 -1
  850. package/dist/react-native/models/mappers.js +0 -1452
  851. package/dist/react-native/models/mappers.js.map +0 -1
  852. package/dist/react-native/models/parameters.d.ts +0 -31
  853. package/dist/react-native/models/parameters.d.ts.map +0 -1
  854. package/dist/react-native/models/parameters.js +0 -257
  855. package/dist/react-native/models/parameters.js.map +0 -1
  856. package/dist/react-native/operations/communicationServices.d.ts +0 -128
  857. package/dist/react-native/operations/communicationServices.d.ts.map +0 -1
  858. package/dist/react-native/operations/communicationServices.js +0 -571
  859. package/dist/react-native/operations/communicationServices.js.map +0 -1
  860. package/dist/react-native/operations/domains.d.ts +0 -138
  861. package/dist/react-native/operations/domains.d.ts.map +0 -1
  862. package/dist/react-native/operations/domains.js +0 -647
  863. package/dist/react-native/operations/domains.js.map +0 -1
  864. package/dist/react-native/operations/emailServices.d.ts +0 -112
  865. package/dist/react-native/operations/emailServices.d.ts.map +0 -1
  866. package/dist/react-native/operations/emailServices.js +0 -527
  867. package/dist/react-native/operations/emailServices.js.map +0 -1
  868. package/dist/react-native/operations/index.d.ts +0 -9
  869. package/dist/react-native/operations/index.d.ts.map +0 -1
  870. package/dist/react-native/operations/index.js +0 -13
  871. package/dist/react-native/operations/index.js.map +0 -1
  872. package/dist/react-native/operations/operations.d.ts +0 -32
  873. package/dist/react-native/operations/operations.d.ts.map +0 -1
  874. package/dist/react-native/operations/operations.js +0 -111
  875. package/dist/react-native/operations/operations.js.map +0 -1
  876. package/dist/react-native/operations/senderUsernames.d.ts +0 -70
  877. package/dist/react-native/operations/senderUsernames.d.ts.map +0 -1
  878. package/dist/react-native/operations/senderUsernames.js +0 -260
  879. package/dist/react-native/operations/senderUsernames.js.map +0 -1
  880. package/dist/react-native/operations/smtpUsernames.d.ts +0 -63
  881. package/dist/react-native/operations/smtpUsernames.d.ts.map +0 -1
  882. package/dist/react-native/operations/smtpUsernames.js +0 -235
  883. package/dist/react-native/operations/smtpUsernames.js.map +0 -1
  884. package/dist/react-native/operations/suppressionListAddresses.d.ts +0 -75
  885. package/dist/react-native/operations/suppressionListAddresses.d.ts.map +0 -1
  886. package/dist/react-native/operations/suppressionListAddresses.js +0 -286
  887. package/dist/react-native/operations/suppressionListAddresses.js.map +0 -1
  888. package/dist/react-native/operations/suppressionLists.d.ts +0 -70
  889. package/dist/react-native/operations/suppressionLists.d.ts.map +0 -1
  890. package/dist/react-native/operations/suppressionLists.js +0 -260
  891. package/dist/react-native/operations/suppressionLists.js.map +0 -1
  892. package/dist/react-native/operationsInterfaces/communicationServices.d.ts +0 -92
  893. package/dist/react-native/operationsInterfaces/communicationServices.d.ts.map +0 -1
  894. package/dist/react-native/operationsInterfaces/communicationServices.js +0 -4
  895. package/dist/react-native/operationsInterfaces/communicationServices.js.map +0 -1
  896. package/dist/react-native/operationsInterfaces/domains.d.ts +0 -112
  897. package/dist/react-native/operationsInterfaces/domains.d.ts.map +0 -1
  898. package/dist/react-native/operationsInterfaces/domains.js +0 -4
  899. package/dist/react-native/operationsInterfaces/domains.js.map +0 -1
  900. package/dist/react-native/operationsInterfaces/emailServices.d.ts +0 -76
  901. package/dist/react-native/operationsInterfaces/emailServices.d.ts.map +0 -1
  902. package/dist/react-native/operationsInterfaces/emailServices.js +0 -4
  903. package/dist/react-native/operationsInterfaces/emailServices.js.map +0 -1
  904. package/dist/react-native/operationsInterfaces/index.d.ts +0 -9
  905. package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
  906. package/dist/react-native/operationsInterfaces/index.js +0 -13
  907. package/dist/react-native/operationsInterfaces/index.js.map +0 -1
  908. package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
  909. package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
  910. package/dist/react-native/operationsInterfaces/operations.js +0 -4
  911. package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
  912. package/dist/react-native/operationsInterfaces/senderUsernames.d.ts +0 -43
  913. package/dist/react-native/operationsInterfaces/senderUsernames.d.ts.map +0 -1
  914. package/dist/react-native/operationsInterfaces/senderUsernames.js +0 -4
  915. package/dist/react-native/operationsInterfaces/senderUsernames.js.map +0 -1
  916. package/dist/react-native/operationsInterfaces/smtpUsernames.d.ts +0 -38
  917. package/dist/react-native/operationsInterfaces/smtpUsernames.d.ts.map +0 -1
  918. package/dist/react-native/operationsInterfaces/smtpUsernames.js +0 -4
  919. package/dist/react-native/operationsInterfaces/smtpUsernames.js.map +0 -1
  920. package/dist/react-native/operationsInterfaces/suppressionListAddresses.d.ts +0 -46
  921. package/dist/react-native/operationsInterfaces/suppressionListAddresses.d.ts.map +0 -1
  922. package/dist/react-native/operationsInterfaces/suppressionListAddresses.js +0 -4
  923. package/dist/react-native/operationsInterfaces/suppressionListAddresses.js.map +0 -1
  924. package/dist/react-native/operationsInterfaces/suppressionLists.d.ts +0 -43
  925. package/dist/react-native/operationsInterfaces/suppressionLists.d.ts.map +0 -1
  926. package/dist/react-native/operationsInterfaces/suppressionLists.js +0 -4
  927. package/dist/react-native/operationsInterfaces/suppressionLists.js.map +0 -1
  928. package/dist/react-native/pagingHelper.d.ts +0 -13
  929. package/dist/react-native/pagingHelper.d.ts.map +0 -1
  930. package/dist/react-native/pagingHelper.js +0 -25
  931. package/dist/react-native/pagingHelper.js.map +0 -1
@@ -0,0 +1,991 @@
1
+ /**
2
+ * This file contains only generated model types and their (de)serializers.
3
+ * Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.
4
+ */
5
+ /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
6
+ export interface _OperationListResult {
7
+ /** The Operation items on this page */
8
+ value: Operation[];
9
+ /** The link to the next page of items */
10
+ nextLink?: string;
11
+ }
12
+ export declare function _operationListResultDeserializer(item: any): _OperationListResult;
13
+ export declare function operationArrayDeserializer(result: Array<Operation>): any[];
14
+ /** Details of a REST API operation, returned from the Resource Provider Operations API */
15
+ export interface Operation {
16
+ /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" */
17
+ readonly name?: string;
18
+ /** Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for Azure Resource Manager/control-plane operations. */
19
+ readonly isDataAction?: boolean;
20
+ /** Localized display information for this particular operation. */
21
+ display?: OperationDisplay;
22
+ /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
23
+ readonly origin?: Origin;
24
+ /** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
25
+ readonly actionType?: ActionType;
26
+ }
27
+ export declare function operationDeserializer(item: any): Operation;
28
+ /** Localized display information for an operation. */
29
+ export interface OperationDisplay {
30
+ /** The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". */
31
+ readonly provider?: string;
32
+ /** The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". */
33
+ readonly resource?: string;
34
+ /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". */
35
+ readonly operation?: string;
36
+ /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */
37
+ readonly description?: string;
38
+ }
39
+ export declare function operationDisplayDeserializer(item: any): OperationDisplay;
40
+ /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
41
+ export declare enum KnownOrigin {
42
+ /** Indicates the operation is initiated by a user. */
43
+ User = "user",
44
+ /** Indicates the operation is initiated by a system. */
45
+ System = "system",
46
+ /** Indicates the operation is initiated by a user or system. */
47
+ UserSystem = "user,system"
48
+ }
49
+ /**
50
+ * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" \
51
+ * {@link KnownOrigin} can be used interchangeably with Origin,
52
+ * this enum contains the known values that the service supports.
53
+ * ### Known values supported by the service
54
+ * **user**: Indicates the operation is initiated by a user. \
55
+ * **system**: Indicates the operation is initiated by a system. \
56
+ * **user,system**: Indicates the operation is initiated by a user or system.
57
+ */
58
+ export type Origin = string;
59
+ /** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
60
+ export declare enum KnownActionType {
61
+ /** Actions are for internal-only APIs. */
62
+ Internal = "Internal"
63
+ }
64
+ /**
65
+ * Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. \
66
+ * {@link KnownActionType} can be used interchangeably with ActionType,
67
+ * this enum contains the known values that the service supports.
68
+ * ### Known values supported by the service
69
+ * **Internal**: Actions are for internal-only APIs.
70
+ */
71
+ export type ActionType = string;
72
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
73
+ export interface ErrorResponse {
74
+ /** The error object. */
75
+ error?: ErrorDetail;
76
+ }
77
+ export declare function errorResponseDeserializer(item: any): ErrorResponse;
78
+ /** The error detail. */
79
+ export interface ErrorDetail {
80
+ /** The error code. */
81
+ readonly code?: string;
82
+ /** The error message. */
83
+ readonly message?: string;
84
+ /** The error target. */
85
+ readonly target?: string;
86
+ /** The error details. */
87
+ readonly details?: ErrorDetail[];
88
+ /** The error additional info. */
89
+ readonly additionalInfo?: ErrorAdditionalInfo[];
90
+ }
91
+ export declare function errorDetailDeserializer(item: any): ErrorDetail;
92
+ export declare function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[];
93
+ export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
94
+ /** The resource management error additional info. */
95
+ export interface ErrorAdditionalInfo {
96
+ /** The additional info type. */
97
+ readonly type?: string;
98
+ /** The additional info. */
99
+ readonly info?: any;
100
+ }
101
+ export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
102
+ /** A class representing a CommunicationService resource. */
103
+ export interface CommunicationServiceResource extends TrackedResource {
104
+ /** The managed service identities assigned to this resource. */
105
+ identity?: ManagedServiceIdentity;
106
+ /** Provisioning state of the resource. */
107
+ readonly provisioningState?: CommunicationServicesProvisioningState;
108
+ /** FQDN of the CommunicationService instance. */
109
+ readonly hostName?: string;
110
+ /** The location where the communication service stores its data at rest. */
111
+ dataLocation?: string;
112
+ /** Resource ID of an Azure Notification Hub linked to this resource. */
113
+ readonly notificationHubId?: string;
114
+ /** Version of the CommunicationService resource. Probably you need the same or higher version of client SDKs. */
115
+ readonly version?: string;
116
+ /** The immutable resource Id of the communication service. */
117
+ readonly immutableResourceId?: string;
118
+ /** List of email Domain resource Ids. */
119
+ linkedDomains?: string[];
120
+ /** Allow, disallow, or let network security perimeter configuration control public network access to the protected resource. Value is optional but if passed in, it must be 'Enabled', 'Disabled' or 'SecuredByPerimeter'. */
121
+ publicNetworkAccess?: PublicNetworkAccess;
122
+ /** Disable local authentication for the CommunicationService. */
123
+ disableLocalAuth?: boolean;
124
+ }
125
+ export declare function communicationServiceResourceSerializer(item: CommunicationServiceResource): any;
126
+ export declare function communicationServiceResourceDeserializer(item: any): CommunicationServiceResource;
127
+ /** A class that describes the properties of the CommunicationService. */
128
+ export interface CommunicationServiceProperties {
129
+ /** Provisioning state of the resource. */
130
+ readonly provisioningState?: CommunicationServicesProvisioningState;
131
+ /** FQDN of the CommunicationService instance. */
132
+ readonly hostName?: string;
133
+ /** The location where the communication service stores its data at rest. */
134
+ dataLocation: string;
135
+ /** Resource ID of an Azure Notification Hub linked to this resource. */
136
+ readonly notificationHubId?: string;
137
+ /** Version of the CommunicationService resource. Probably you need the same or higher version of client SDKs. */
138
+ readonly version?: string;
139
+ /** The immutable resource Id of the communication service. */
140
+ readonly immutableResourceId?: string;
141
+ /** List of email Domain resource Ids. */
142
+ linkedDomains?: string[];
143
+ /** Allow, disallow, or let network security perimeter configuration control public network access to the protected resource. Value is optional but if passed in, it must be 'Enabled', 'Disabled' or 'SecuredByPerimeter'. */
144
+ publicNetworkAccess?: PublicNetworkAccess;
145
+ /** Disable local authentication for the CommunicationService. */
146
+ disableLocalAuth?: boolean;
147
+ }
148
+ export declare function communicationServicePropertiesSerializer(item: CommunicationServiceProperties): any;
149
+ export declare function communicationServicePropertiesDeserializer(item: any): CommunicationServiceProperties;
150
+ /** Provisioning state of the resource. */
151
+ export declare enum KnownCommunicationServicesProvisioningState {
152
+ /** Unknown */
153
+ Unknown = "Unknown",
154
+ /** Succeeded */
155
+ Succeeded = "Succeeded",
156
+ /** Failed */
157
+ Failed = "Failed",
158
+ /** Canceled */
159
+ Canceled = "Canceled",
160
+ /** Running */
161
+ Running = "Running",
162
+ /** Creating */
163
+ Creating = "Creating",
164
+ /** Updating */
165
+ Updating = "Updating",
166
+ /** Deleting */
167
+ Deleting = "Deleting",
168
+ /** Moving */
169
+ Moving = "Moving"
170
+ }
171
+ /**
172
+ * Provisioning state of the resource. \
173
+ * {@link KnownCommunicationServicesProvisioningState} can be used interchangeably with CommunicationServicesProvisioningState,
174
+ * this enum contains the known values that the service supports.
175
+ * ### Known values supported by the service
176
+ * **Unknown**: Unknown \
177
+ * **Succeeded**: Succeeded \
178
+ * **Failed**: Failed \
179
+ * **Canceled**: Canceled \
180
+ * **Running**: Running \
181
+ * **Creating**: Creating \
182
+ * **Updating**: Updating \
183
+ * **Deleting**: Deleting \
184
+ * **Moving**: Moving
185
+ */
186
+ export type CommunicationServicesProvisioningState = string;
187
+ /** Allow, disallow, or let network security perimeter configuration control public network access to the protected resource. Value is optional but if passed in, it must be 'Enabled', 'Disabled' or 'SecuredByPerimeter'. */
188
+ export declare enum KnownPublicNetworkAccess {
189
+ /** Allows public network access to the resource */
190
+ Enabled = "Enabled",
191
+ /** Disallows public network access to the resource */
192
+ Disabled = "Disabled",
193
+ /** The network security perimeter configuration rules allow or disallow public network access to the resource. Requires an associated network security perimeter. */
194
+ SecuredByPerimeter = "SecuredByPerimeter"
195
+ }
196
+ /**
197
+ * Allow, disallow, or let network security perimeter configuration control public network access to the protected resource. Value is optional but if passed in, it must be 'Enabled', 'Disabled' or 'SecuredByPerimeter'. \
198
+ * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
199
+ * this enum contains the known values that the service supports.
200
+ * ### Known values supported by the service
201
+ * **Enabled**: Allows public network access to the resource \
202
+ * **Disabled**: Disallows public network access to the resource \
203
+ * **SecuredByPerimeter**: The network security perimeter configuration rules allow or disallow public network access to the resource. Requires an associated network security perimeter.
204
+ */
205
+ export type PublicNetworkAccess = string;
206
+ /** Managed service identity (system assigned and/or user assigned identities) */
207
+ export interface ManagedServiceIdentity {
208
+ /** The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. */
209
+ readonly principalId?: string;
210
+ /** The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. */
211
+ readonly tenantId?: string;
212
+ /** The type of managed identity assigned to this resource. */
213
+ type: ManagedServiceIdentityType;
214
+ /** The identities assigned to this resource by the user. */
215
+ userAssignedIdentities?: Record<string, UserAssignedIdentity>;
216
+ }
217
+ export declare function managedServiceIdentitySerializer(item: ManagedServiceIdentity): any;
218
+ export declare function managedServiceIdentityDeserializer(item: any): ManagedServiceIdentity;
219
+ /** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
220
+ export declare enum KnownManagedServiceIdentityType {
221
+ /** No managed identity. */
222
+ None = "None",
223
+ /** System assigned managed identity. */
224
+ SystemAssigned = "SystemAssigned",
225
+ /** User assigned managed identity. */
226
+ UserAssigned = "UserAssigned",
227
+ /** System and user assigned managed identity. */
228
+ SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
229
+ }
230
+ /**
231
+ * Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). \
232
+ * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
233
+ * this enum contains the known values that the service supports.
234
+ * ### Known values supported by the service
235
+ * **None**: No managed identity. \
236
+ * **SystemAssigned**: System assigned managed identity. \
237
+ * **UserAssigned**: User assigned managed identity. \
238
+ * **SystemAssigned,UserAssigned**: System and user assigned managed identity.
239
+ */
240
+ export type ManagedServiceIdentityType = string;
241
+ /** User assigned identity properties */
242
+ export interface UserAssignedIdentity {
243
+ /** The principal ID of the assigned identity. */
244
+ readonly principalId?: string;
245
+ /** The client ID of the assigned identity. */
246
+ readonly clientId?: string;
247
+ }
248
+ export declare function userAssignedIdentitySerializer(_item: UserAssignedIdentity): any;
249
+ export declare function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity;
250
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
251
+ export interface TrackedResource extends Resource {
252
+ /** Resource tags. */
253
+ tags?: Record<string, string>;
254
+ /** The geo-location where the resource lives */
255
+ location: string;
256
+ }
257
+ export declare function trackedResourceSerializer(item: TrackedResource): any;
258
+ export declare function trackedResourceDeserializer(item: any): TrackedResource;
259
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
260
+ export interface Resource {
261
+ /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
262
+ readonly id?: string;
263
+ /** The name of the resource */
264
+ readonly name?: string;
265
+ /** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
266
+ readonly type?: string;
267
+ /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
268
+ readonly systemData?: SystemData;
269
+ }
270
+ export declare function resourceSerializer(_item: Resource): any;
271
+ export declare function resourceDeserializer(item: any): Resource;
272
+ /** Metadata pertaining to creation and last modification of the resource. */
273
+ export interface SystemData {
274
+ /** The identity that created the resource. */
275
+ createdBy?: string;
276
+ /** The type of identity that created the resource. */
277
+ createdByType?: CreatedByType;
278
+ /** The timestamp of resource creation (UTC). */
279
+ createdAt?: Date;
280
+ /** The identity that last modified the resource. */
281
+ lastModifiedBy?: string;
282
+ /** The type of identity that last modified the resource. */
283
+ lastModifiedByType?: CreatedByType;
284
+ /** The timestamp of resource last modification (UTC) */
285
+ lastModifiedAt?: Date;
286
+ }
287
+ export declare function systemDataDeserializer(item: any): SystemData;
288
+ /** The kind of entity that created the resource. */
289
+ export declare enum KnownCreatedByType {
290
+ /** The entity was created by a user. */
291
+ User = "User",
292
+ /** The entity was created by an application. */
293
+ Application = "Application",
294
+ /** The entity was created by a managed identity. */
295
+ ManagedIdentity = "ManagedIdentity",
296
+ /** The entity was created by a key. */
297
+ Key = "Key"
298
+ }
299
+ /**
300
+ * The kind of entity that created the resource. \
301
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
302
+ * this enum contains the known values that the service supports.
303
+ * ### Known values supported by the service
304
+ * **User**: The entity was created by a user. \
305
+ * **Application**: The entity was created by an application. \
306
+ * **ManagedIdentity**: The entity was created by a managed identity. \
307
+ * **Key**: The entity was created by a key.
308
+ */
309
+ export type CreatedByType = string;
310
+ /** A class representing update parameters for CommunicationService resource. */
311
+ export interface CommunicationServiceResourceUpdate extends TaggedResource {
312
+ /** Managed service identity (system assigned and/or user assigned identities) */
313
+ identity?: ManagedServiceIdentity;
314
+ /** List of email Domain resource Ids. */
315
+ linkedDomains?: string[];
316
+ /** Allow, disallow, or let network security perimeter configuration control public network access to the protected resource. Value is optional but if passed in, it must be 'Enabled', 'Disabled' or 'SecuredByPerimeter'. */
317
+ publicNetworkAccess?: PublicNetworkAccess;
318
+ /** Disable local authentication for the CommunicationService. */
319
+ disableLocalAuth?: boolean;
320
+ }
321
+ export declare function communicationServiceResourceUpdateSerializer(item: CommunicationServiceResourceUpdate): any;
322
+ /** A class that describes the properties that can be updated for CommunicationService resource. */
323
+ export interface CommunicationServiceUpdateProperties {
324
+ /** List of email Domain resource Ids. */
325
+ linkedDomains?: string[];
326
+ /** Allow, disallow, or let network security perimeter configuration control public network access to the protected resource. Value is optional but if passed in, it must be 'Enabled', 'Disabled' or 'SecuredByPerimeter'. */
327
+ publicNetworkAccess?: PublicNetworkAccess;
328
+ /** Disable local authentication for the CommunicationService. */
329
+ disableLocalAuth?: boolean;
330
+ }
331
+ export declare function communicationServiceUpdatePropertiesSerializer(item: CommunicationServiceUpdateProperties): any;
332
+ /** An ARM resource with that can accept tags */
333
+ export interface TaggedResource {
334
+ /** Tags of the service which is a list of key value pairs that describe the resource. */
335
+ tags?: Record<string, string>;
336
+ }
337
+ export declare function taggedResourceSerializer(item: TaggedResource): any;
338
+ /** Object that includes an array of CommunicationServices and a possible link for next set. */
339
+ export interface _CommunicationServiceResourceList {
340
+ /** The CommunicationServiceResource items on this page */
341
+ value: CommunicationServiceResource[];
342
+ /** The link to the next page of items */
343
+ nextLink?: string;
344
+ }
345
+ export declare function _communicationServiceResourceListDeserializer(item: any): _CommunicationServiceResourceList;
346
+ export declare function communicationServiceResourceArraySerializer(result: Array<CommunicationServiceResource>): any[];
347
+ export declare function communicationServiceResourceArrayDeserializer(result: Array<CommunicationServiceResource>): any[];
348
+ /** Description of an Azure Notification Hub to link to the communication service */
349
+ export interface LinkNotificationHubParameters {
350
+ /** The resource ID of the notification hub */
351
+ resourceId: string;
352
+ /** Connection string for the notification hub */
353
+ connectionString: string;
354
+ }
355
+ export declare function linkNotificationHubParametersSerializer(item: LinkNotificationHubParameters): any;
356
+ /** A notification hub that has been linked to the communication service */
357
+ export interface LinkedNotificationHub {
358
+ /** The resource ID of the notification hub */
359
+ resourceId?: string;
360
+ }
361
+ export declare function linkedNotificationHubDeserializer(item: any): LinkedNotificationHub;
362
+ /** A class representing the access keys of a CommunicationService. */
363
+ export interface CommunicationServiceKeys {
364
+ /** The primary access key. */
365
+ primaryKey?: string;
366
+ /** The secondary access key. */
367
+ secondaryKey?: string;
368
+ /** CommunicationService connection string constructed via the primaryKey */
369
+ primaryConnectionString?: string;
370
+ /** CommunicationService connection string constructed via the secondaryKey */
371
+ secondaryConnectionString?: string;
372
+ }
373
+ export declare function communicationServiceKeysDeserializer(item: any): CommunicationServiceKeys;
374
+ /** Parameters describes the request to regenerate access keys */
375
+ export interface RegenerateKeyParameters {
376
+ /** The keyType to regenerate. Must be either 'primary' or 'secondary'(case-insensitive). */
377
+ keyType?: KeyType;
378
+ }
379
+ export declare function regenerateKeyParametersSerializer(item: RegenerateKeyParameters): any;
380
+ /** The keyType to regenerate. Must be either 'primary' or 'secondary'(case-insensitive). */
381
+ export type KeyType = "Primary" | "Secondary";
382
+ /** Data POST-ed to the nameAvailability action */
383
+ export interface NameAvailabilityParameters extends CheckNameAvailabilityRequest {
384
+ }
385
+ export declare function nameAvailabilityParametersSerializer(item: NameAvailabilityParameters): any;
386
+ /** The check availability request body. */
387
+ export interface CheckNameAvailabilityRequest {
388
+ /** The name of the resource for which availability needs to be checked. */
389
+ name?: string;
390
+ /** The resource type. */
391
+ type?: string;
392
+ }
393
+ export declare function checkNameAvailabilityRequestSerializer(item: CheckNameAvailabilityRequest): any;
394
+ /** The check availability result. */
395
+ export interface CheckNameAvailabilityResponse {
396
+ /** Indicates if the resource name is available. */
397
+ nameAvailable?: boolean;
398
+ /** The reason why the given name is not available. */
399
+ reason?: CheckNameAvailabilityReason;
400
+ /** Detailed reason why the given name is not available. */
401
+ message?: string;
402
+ }
403
+ export declare function checkNameAvailabilityResponseDeserializer(item: any): CheckNameAvailabilityResponse;
404
+ /** Possible reasons for a name not being available. */
405
+ export declare enum KnownCheckNameAvailabilityReason {
406
+ /** Name is invalid. */
407
+ Invalid = "Invalid",
408
+ /** Name already exists. */
409
+ AlreadyExists = "AlreadyExists"
410
+ }
411
+ /**
412
+ * Possible reasons for a name not being available. \
413
+ * {@link KnownCheckNameAvailabilityReason} can be used interchangeably with CheckNameAvailabilityReason,
414
+ * this enum contains the known values that the service supports.
415
+ * ### Known values supported by the service
416
+ * **Invalid**: Name is invalid. \
417
+ * **AlreadyExists**: Name already exists.
418
+ */
419
+ export type CheckNameAvailabilityReason = string;
420
+ /** A class representing a Domains resource. */
421
+ export interface DomainResource extends TrackedResource {
422
+ /** Provisioning state of the resource. */
423
+ readonly provisioningState?: DomainsProvisioningState;
424
+ /** The location where the Domains resource data is stored at rest. */
425
+ readonly dataLocation?: string;
426
+ /** P2 sender domain that is displayed to the email recipients [RFC 5322]. */
427
+ readonly fromSenderDomain?: string;
428
+ /** P1 sender domain that is present on the email envelope [RFC 5321]. */
429
+ readonly mailFromSenderDomain?: string;
430
+ /** Describes how a Domains resource is being managed. */
431
+ domainManagement?: DomainManagement;
432
+ /** List of VerificationStatusRecord */
433
+ readonly verificationStates?: DomainPropertiesVerificationStates;
434
+ /** List of DnsRecord */
435
+ readonly verificationRecords?: DomainPropertiesVerificationRecords;
436
+ /** Describes whether user engagement tracking is enabled or disabled. */
437
+ userEngagementTracking?: UserEngagementTracking;
438
+ }
439
+ export declare function domainResourceSerializer(item: DomainResource): any;
440
+ export declare function domainResourceDeserializer(item: any): DomainResource;
441
+ /** A class that describes the properties of a Domains resource. */
442
+ export interface DomainProperties {
443
+ /** Provisioning state of the resource. */
444
+ readonly provisioningState?: DomainsProvisioningState;
445
+ /** The location where the Domains resource data is stored at rest. */
446
+ readonly dataLocation?: string;
447
+ /** P2 sender domain that is displayed to the email recipients [RFC 5322]. */
448
+ readonly fromSenderDomain?: string;
449
+ /** P1 sender domain that is present on the email envelope [RFC 5321]. */
450
+ readonly mailFromSenderDomain?: string;
451
+ /** Describes how a Domains resource is being managed. */
452
+ domainManagement: DomainManagement;
453
+ /** List of VerificationStatusRecord */
454
+ readonly verificationStates?: DomainPropertiesVerificationStates;
455
+ /** List of DnsRecord */
456
+ readonly verificationRecords?: DomainPropertiesVerificationRecords;
457
+ /** Describes whether user engagement tracking is enabled or disabled. */
458
+ userEngagementTracking?: UserEngagementTracking;
459
+ }
460
+ export declare function domainPropertiesSerializer(item: DomainProperties): any;
461
+ export declare function domainPropertiesDeserializer(item: any): DomainProperties;
462
+ /** Provisioning state of the resource. */
463
+ export declare enum KnownDomainsProvisioningState {
464
+ /** Unknown */
465
+ Unknown = "Unknown",
466
+ /** Succeeded */
467
+ Succeeded = "Succeeded",
468
+ /** Failed */
469
+ Failed = "Failed",
470
+ /** Canceled */
471
+ Canceled = "Canceled",
472
+ /** Running */
473
+ Running = "Running",
474
+ /** Creating */
475
+ Creating = "Creating",
476
+ /** Updating */
477
+ Updating = "Updating",
478
+ /** Deleting */
479
+ Deleting = "Deleting",
480
+ /** Moving */
481
+ Moving = "Moving"
482
+ }
483
+ /**
484
+ * Provisioning state of the resource. \
485
+ * {@link KnownDomainsProvisioningState} can be used interchangeably with DomainsProvisioningState,
486
+ * this enum contains the known values that the service supports.
487
+ * ### Known values supported by the service
488
+ * **Unknown**: Unknown \
489
+ * **Succeeded**: Succeeded \
490
+ * **Failed**: Failed \
491
+ * **Canceled**: Canceled \
492
+ * **Running**: Running \
493
+ * **Creating**: Creating \
494
+ * **Updating**: Updating \
495
+ * **Deleting**: Deleting \
496
+ * **Moving**: Moving
497
+ */
498
+ export type DomainsProvisioningState = string;
499
+ /** Describes how a Domains resource is being managed. */
500
+ export declare enum KnownDomainManagement {
501
+ /** AzureManaged */
502
+ AzureManaged = "AzureManaged",
503
+ /** CustomerManaged */
504
+ CustomerManaged = "CustomerManaged",
505
+ /** CustomerManagedInExchangeOnline */
506
+ CustomerManagedInExchangeOnline = "CustomerManagedInExchangeOnline"
507
+ }
508
+ /**
509
+ * Describes how a Domains resource is being managed. \
510
+ * {@link KnownDomainManagement} can be used interchangeably with DomainManagement,
511
+ * this enum contains the known values that the service supports.
512
+ * ### Known values supported by the service
513
+ * **AzureManaged**: AzureManaged \
514
+ * **CustomerManaged**: CustomerManaged \
515
+ * **CustomerManagedInExchangeOnline**: CustomerManagedInExchangeOnline
516
+ */
517
+ export type DomainManagement = string;
518
+ /** List of VerificationStatusRecord */
519
+ export interface DomainPropertiesVerificationStates {
520
+ /** A class that represents a VerificationStatus record. */
521
+ domain?: VerificationStatusRecord;
522
+ /** A class that represents a VerificationStatus record. */
523
+ spf?: VerificationStatusRecord;
524
+ /** A class that represents a VerificationStatus record. */
525
+ dkim?: VerificationStatusRecord;
526
+ /** A class that represents a VerificationStatus record. */
527
+ dkim2?: VerificationStatusRecord;
528
+ /** A class that represents a VerificationStatus record. */
529
+ dmarc?: VerificationStatusRecord;
530
+ }
531
+ export declare function domainPropertiesVerificationStatesDeserializer(item: any): DomainPropertiesVerificationStates;
532
+ /** A class that represents a VerificationStatus record. */
533
+ export interface VerificationStatusRecord {
534
+ /** Status of the verification operation. */
535
+ readonly status?: VerificationStatus;
536
+ /** Error code. This property will only be present if the status is UnableToVerify. */
537
+ readonly errorCode?: string;
538
+ }
539
+ export declare function verificationStatusRecordDeserializer(item: any): VerificationStatusRecord;
540
+ /** Status of the verification operation. */
541
+ export declare enum KnownVerificationStatus {
542
+ /** NotStarted */
543
+ NotStarted = "NotStarted",
544
+ /** VerificationRequested */
545
+ VerificationRequested = "VerificationRequested",
546
+ /** VerificationInProgress */
547
+ VerificationInProgress = "VerificationInProgress",
548
+ /** VerificationFailed */
549
+ VerificationFailed = "VerificationFailed",
550
+ /** Verified */
551
+ Verified = "Verified",
552
+ /** CancellationRequested */
553
+ CancellationRequested = "CancellationRequested"
554
+ }
555
+ /**
556
+ * Status of the verification operation. \
557
+ * {@link KnownVerificationStatus} can be used interchangeably with VerificationStatus,
558
+ * this enum contains the known values that the service supports.
559
+ * ### Known values supported by the service
560
+ * **NotStarted**: NotStarted \
561
+ * **VerificationRequested**: VerificationRequested \
562
+ * **VerificationInProgress**: VerificationInProgress \
563
+ * **VerificationFailed**: VerificationFailed \
564
+ * **Verified**: Verified \
565
+ * **CancellationRequested**: CancellationRequested
566
+ */
567
+ export type VerificationStatus = string;
568
+ /** List of DnsRecord */
569
+ export interface DomainPropertiesVerificationRecords {
570
+ /** A class that represents a VerificationStatus record. */
571
+ domain?: DnsRecord;
572
+ /** A class that represents a VerificationStatus record. */
573
+ spf?: DnsRecord;
574
+ /** A class that represents a VerificationStatus record. */
575
+ dkim?: DnsRecord;
576
+ /** A class that represents a VerificationStatus record. */
577
+ dkim2?: DnsRecord;
578
+ /** A class that represents a VerificationStatus record. */
579
+ dmarc?: DnsRecord;
580
+ }
581
+ export declare function domainPropertiesVerificationRecordsDeserializer(item: any): DomainPropertiesVerificationRecords;
582
+ /** A class that represents a VerificationStatus record. */
583
+ export interface DnsRecord {
584
+ /** Type of the DNS record. Example: TXT */
585
+ readonly type?: string;
586
+ /** Name of the DNS record. */
587
+ readonly name?: string;
588
+ /** Value of the DNS record. */
589
+ readonly value?: string;
590
+ /** Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec. */
591
+ readonly ttl?: number;
592
+ }
593
+ export declare function dnsRecordDeserializer(item: any): DnsRecord;
594
+ /** Describes whether user engagement tracking is enabled or disabled. */
595
+ export declare enum KnownUserEngagementTracking {
596
+ /** Disabled */
597
+ Disabled = "Disabled",
598
+ /** Enabled */
599
+ Enabled = "Enabled"
600
+ }
601
+ /**
602
+ * Describes whether user engagement tracking is enabled or disabled. \
603
+ * {@link KnownUserEngagementTracking} can be used interchangeably with UserEngagementTracking,
604
+ * this enum contains the known values that the service supports.
605
+ * ### Known values supported by the service
606
+ * **Disabled**: Disabled \
607
+ * **Enabled**: Enabled
608
+ */
609
+ export type UserEngagementTracking = string;
610
+ /** A class that describes the PATCH request parameters of a Domains resource. */
611
+ export interface UpdateDomainRequestParameters extends TaggedResource {
612
+ /** Describes whether user engagement tracking is enabled or disabled. */
613
+ userEngagementTracking?: UserEngagementTracking;
614
+ }
615
+ export declare function updateDomainRequestParametersSerializer(item: UpdateDomainRequestParameters): any;
616
+ /** A class that describes the updatable properties of a Domains resource. */
617
+ export interface UpdateDomainProperties {
618
+ /** Describes whether user engagement tracking is enabled or disabled. */
619
+ userEngagementTracking?: UserEngagementTracking;
620
+ }
621
+ export declare function updateDomainPropertiesSerializer(item: UpdateDomainProperties): any;
622
+ /** Object that includes an array of Domains resource and a possible link for next set. */
623
+ export interface _DomainResourceList {
624
+ /** The DomainResource items on this page */
625
+ value: DomainResource[];
626
+ /** The link to the next page of items */
627
+ nextLink?: string;
628
+ }
629
+ export declare function _domainResourceListDeserializer(item: any): _DomainResourceList;
630
+ export declare function domainResourceArraySerializer(result: Array<DomainResource>): any[];
631
+ export declare function domainResourceArrayDeserializer(result: Array<DomainResource>): any[];
632
+ /** Input parameter for verification APIs */
633
+ export interface VerificationParameter {
634
+ /** Type of verification. */
635
+ verificationType: VerificationType;
636
+ }
637
+ export declare function verificationParameterSerializer(item: VerificationParameter): any;
638
+ /** Type of verification. */
639
+ export declare enum KnownVerificationType {
640
+ /** Domain */
641
+ Domain = "Domain",
642
+ /** SPF */
643
+ SPF = "SPF",
644
+ /** DKIM */
645
+ Dkim = "DKIM",
646
+ /** DKIM2 */
647
+ Dkim2 = "DKIM2",
648
+ /** DMARC */
649
+ Dmarc = "DMARC"
650
+ }
651
+ /**
652
+ * Type of verification. \
653
+ * {@link KnownVerificationType} can be used interchangeably with VerificationType,
654
+ * this enum contains the known values that the service supports.
655
+ * ### Known values supported by the service
656
+ * **Domain**: Domain \
657
+ * **SPF**: SPF \
658
+ * **DKIM**: DKIM \
659
+ * **DKIM2**: DKIM2 \
660
+ * **DMARC**: DMARC
661
+ */
662
+ export type VerificationType = string;
663
+ /** A class representing an EmailService resource. */
664
+ export interface EmailServiceResource extends TrackedResource {
665
+ /** Provisioning state of the resource. */
666
+ readonly provisioningState?: EmailServicesProvisioningState;
667
+ /** The location where the email service stores its data at rest. */
668
+ dataLocation?: string;
669
+ }
670
+ export declare function emailServiceResourceSerializer(item: EmailServiceResource): any;
671
+ export declare function emailServiceResourceDeserializer(item: any): EmailServiceResource;
672
+ /** A class that describes the properties of the EmailService. */
673
+ export interface EmailServiceProperties {
674
+ /** Provisioning state of the resource. */
675
+ readonly provisioningState?: EmailServicesProvisioningState;
676
+ /** The location where the email service stores its data at rest. */
677
+ dataLocation: string;
678
+ }
679
+ export declare function emailServicePropertiesSerializer(item: EmailServiceProperties): any;
680
+ export declare function emailServicePropertiesDeserializer(item: any): EmailServiceProperties;
681
+ /** Provisioning state of the resource. */
682
+ export declare enum KnownEmailServicesProvisioningState {
683
+ /** Unknown */
684
+ Unknown = "Unknown",
685
+ /** Succeeded */
686
+ Succeeded = "Succeeded",
687
+ /** Failed */
688
+ Failed = "Failed",
689
+ /** Canceled */
690
+ Canceled = "Canceled",
691
+ /** Running */
692
+ Running = "Running",
693
+ /** Creating */
694
+ Creating = "Creating",
695
+ /** Updating */
696
+ Updating = "Updating",
697
+ /** Deleting */
698
+ Deleting = "Deleting",
699
+ /** Moving */
700
+ Moving = "Moving"
701
+ }
702
+ /**
703
+ * Provisioning state of the resource. \
704
+ * {@link KnownEmailServicesProvisioningState} can be used interchangeably with EmailServicesProvisioningState,
705
+ * this enum contains the known values that the service supports.
706
+ * ### Known values supported by the service
707
+ * **Unknown**: Unknown \
708
+ * **Succeeded**: Succeeded \
709
+ * **Failed**: Failed \
710
+ * **Canceled**: Canceled \
711
+ * **Running**: Running \
712
+ * **Creating**: Creating \
713
+ * **Updating**: Updating \
714
+ * **Deleting**: Deleting \
715
+ * **Moving**: Moving
716
+ */
717
+ export type EmailServicesProvisioningState = string;
718
+ /** A class representing update parameters for EmailService resource. */
719
+ export interface EmailServiceResourceUpdate extends TaggedResource {
720
+ }
721
+ export declare function emailServiceResourceUpdateSerializer(item: EmailServiceResourceUpdate): any;
722
+ /** Object that includes an array of EmailServices and a possible link for next set. */
723
+ export interface _EmailServiceResourceList {
724
+ /** The EmailServiceResource items on this page */
725
+ value: EmailServiceResource[];
726
+ /** The link to the next page of items */
727
+ nextLink?: string;
728
+ }
729
+ export declare function _emailServiceResourceListDeserializer(item: any): _EmailServiceResourceList;
730
+ export declare function emailServiceResourceArraySerializer(result: Array<EmailServiceResource>): any[];
731
+ export declare function emailServiceResourceArrayDeserializer(result: Array<EmailServiceResource>): any[];
732
+ /** A class representing a SenderUsername resource. */
733
+ export interface SenderUsernameResource extends ProxyResource {
734
+ /** The location where the SenderUsername resource data is stored at rest. */
735
+ readonly dataLocation?: string;
736
+ /** A sender senderUsername to be used when sending emails. */
737
+ username?: string;
738
+ /** The display name for the senderUsername. */
739
+ displayName?: string;
740
+ /** Provisioning state of the resource. Unknown is the default state for Communication Services. */
741
+ readonly provisioningState?: ProvisioningState;
742
+ }
743
+ export declare function senderUsernameResourceSerializer(item: SenderUsernameResource): any;
744
+ export declare function senderUsernameResourceDeserializer(item: any): SenderUsernameResource;
745
+ /** A class that describes the properties of a SenderUsername resource. */
746
+ export interface SenderUsernameProperties {
747
+ /** The location where the SenderUsername resource data is stored at rest. */
748
+ readonly dataLocation?: string;
749
+ /** A sender senderUsername to be used when sending emails. */
750
+ username: string;
751
+ /** The display name for the senderUsername. */
752
+ displayName?: string;
753
+ /** Provisioning state of the resource. Unknown is the default state for Communication Services. */
754
+ readonly provisioningState?: ProvisioningState;
755
+ }
756
+ export declare function senderUsernamePropertiesSerializer(item: SenderUsernameProperties): any;
757
+ export declare function senderUsernamePropertiesDeserializer(item: any): SenderUsernameProperties;
758
+ /** Provisioning state of the resource. Unknown is the default state for Communication Services. */
759
+ export declare enum KnownProvisioningState {
760
+ /** Unknown */
761
+ Unknown = "Unknown",
762
+ /** Succeeded */
763
+ Succeeded = "Succeeded",
764
+ /** Failed */
765
+ Failed = "Failed",
766
+ /** Canceled */
767
+ Canceled = "Canceled",
768
+ /** Running */
769
+ Running = "Running",
770
+ /** Creating */
771
+ Creating = "Creating",
772
+ /** Updating */
773
+ Updating = "Updating",
774
+ /** Deleting */
775
+ Deleting = "Deleting",
776
+ /** Moving */
777
+ Moving = "Moving"
778
+ }
779
+ /**
780
+ * Provisioning state of the resource. Unknown is the default state for Communication Services. \
781
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
782
+ * this enum contains the known values that the service supports.
783
+ * ### Known values supported by the service
784
+ * **Unknown**: Unknown \
785
+ * **Succeeded**: Succeeded \
786
+ * **Failed**: Failed \
787
+ * **Canceled**: Canceled \
788
+ * **Running**: Running \
789
+ * **Creating**: Creating \
790
+ * **Updating**: Updating \
791
+ * **Deleting**: Deleting \
792
+ * **Moving**: Moving
793
+ */
794
+ export type ProvisioningState = string;
795
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
796
+ export interface ProxyResource extends Resource {
797
+ }
798
+ export declare function proxyResourceSerializer(_item: ProxyResource): any;
799
+ export declare function proxyResourceDeserializer(item: any): ProxyResource;
800
+ /** A class representing a Domains SenderUsernames collection. */
801
+ export interface _SenderUsernameResourceCollection {
802
+ /** The SenderUsernameResource items on this page */
803
+ value: SenderUsernameResource[];
804
+ /** The link to the next page of items */
805
+ nextLink?: string;
806
+ }
807
+ export declare function _senderUsernameResourceCollectionDeserializer(item: any): _SenderUsernameResourceCollection;
808
+ export declare function senderUsernameResourceArraySerializer(result: Array<SenderUsernameResource>): any[];
809
+ export declare function senderUsernameResourceArrayDeserializer(result: Array<SenderUsernameResource>): any[];
810
+ /** The object describing the smtp username resource. */
811
+ export interface SmtpUsernameResource extends ProxyResource {
812
+ /** The SMTP username. Could be free form or in the email address format. */
813
+ username?: string;
814
+ /** The application Id for the linked Entra Application. */
815
+ entraApplicationId?: string;
816
+ /** The tenant of the linked Entra Application. */
817
+ tenantId?: string;
818
+ }
819
+ export declare function smtpUsernameResourceSerializer(item: SmtpUsernameResource): any;
820
+ export declare function smtpUsernameResourceDeserializer(item: any): SmtpUsernameResource;
821
+ /** A class that describes the properties of a SmtpUsername resource. */
822
+ export interface SmtpUsernameProperties {
823
+ /** The SMTP username. Could be free form or in the email address format. */
824
+ username: string;
825
+ /** The application Id for the linked Entra Application. */
826
+ entraApplicationId: string;
827
+ /** The tenant of the linked Entra Application. */
828
+ tenantId: string;
829
+ }
830
+ export declare function smtpUsernamePropertiesSerializer(item: SmtpUsernameProperties): any;
831
+ export declare function smtpUsernamePropertiesDeserializer(item: any): SmtpUsernameProperties;
832
+ /** Collection of SmtpUsername resources. Response will include a nextLink if response contains more pages. */
833
+ export interface _SmtpUsernameResourceCollection {
834
+ /** The SmtpUsernameResource items on this page */
835
+ value: SmtpUsernameResource[];
836
+ /** The link to the next page of items */
837
+ nextLink?: string;
838
+ }
839
+ export declare function _smtpUsernameResourceCollectionDeserializer(item: any): _SmtpUsernameResourceCollection;
840
+ export declare function smtpUsernameResourceArraySerializer(result: Array<SmtpUsernameResource>): any[];
841
+ export declare function smtpUsernameResourceArrayDeserializer(result: Array<SmtpUsernameResource>): any[];
842
+ /** A class representing a SuppressionList resource. */
843
+ export interface SuppressionListResource extends ProxyResource {
844
+ /** The name of the suppression list. This value must match one of the valid sender usernames of the sending domain. */
845
+ listName?: string;
846
+ /** The date the resource was last updated. */
847
+ readonly lastUpdatedTimeStamp?: string;
848
+ /** The date the resource was created. */
849
+ readonly createdTimeStamp?: string;
850
+ /** The location where the SuppressionListAddress data is stored at rest. This value is inherited from the parent Domains resource. */
851
+ readonly dataLocation?: string;
852
+ }
853
+ export declare function suppressionListResourceSerializer(item: SuppressionListResource): any;
854
+ export declare function suppressionListResourceDeserializer(item: any): SuppressionListResource;
855
+ /** A class that describes the properties of a SuppressionList resource. */
856
+ export interface SuppressionListProperties {
857
+ /** The name of the suppression list. This value must match one of the valid sender usernames of the sending domain. */
858
+ listName?: string;
859
+ /** The date the resource was last updated. */
860
+ readonly lastUpdatedTimeStamp?: string;
861
+ /** The date the resource was created. */
862
+ readonly createdTimeStamp?: string;
863
+ /** The location where the SuppressionListAddress data is stored at rest. This value is inherited from the parent Domains resource. */
864
+ readonly dataLocation?: string;
865
+ }
866
+ export declare function suppressionListPropertiesSerializer(item: SuppressionListProperties): any;
867
+ export declare function suppressionListPropertiesDeserializer(item: any): SuppressionListProperties;
868
+ /** A class representing a Domains SuppressionListResource collection. */
869
+ export interface _SuppressionListResourceCollection {
870
+ /** The SuppressionListResource items on this page */
871
+ value: SuppressionListResource[];
872
+ /** The link to the next page of items */
873
+ nextLink?: string;
874
+ }
875
+ export declare function _suppressionListResourceCollectionDeserializer(item: any): _SuppressionListResourceCollection;
876
+ export declare function suppressionListResourceArraySerializer(result: Array<SuppressionListResource>): any[];
877
+ export declare function suppressionListResourceArrayDeserializer(result: Array<SuppressionListResource>): any[];
878
+ /** A object that represents a SuppressionList record. */
879
+ export interface SuppressionListAddressResource extends ProxyResource {
880
+ /** Email address of the recipient. */
881
+ email?: string;
882
+ /** The first name of the email recipient. */
883
+ firstName?: string;
884
+ /** The last name of the email recipient. */
885
+ lastName?: string;
886
+ /** An optional property to provide contextual notes or a description for an address. */
887
+ notes?: string;
888
+ /** The date the address was last updated in a suppression list. */
889
+ readonly lastModified?: Date;
890
+ /** The location where the SuppressionListAddress data is stored at rest. This value is inherited from the parent Domains resource. */
891
+ readonly dataLocation?: string;
892
+ }
893
+ export declare function suppressionListAddressResourceSerializer(item: SuppressionListAddressResource): any;
894
+ export declare function suppressionListAddressResourceDeserializer(item: any): SuppressionListAddressResource;
895
+ /** A class that describes the properties of a SuppressionListAddress resource. */
896
+ export interface SuppressionListAddressProperties {
897
+ /** Email address of the recipient. */
898
+ email: string;
899
+ /** The first name of the email recipient. */
900
+ firstName?: string;
901
+ /** The last name of the email recipient. */
902
+ lastName?: string;
903
+ /** An optional property to provide contextual notes or a description for an address. */
904
+ notes?: string;
905
+ /** The date the address was last updated in a suppression list. */
906
+ readonly lastModified?: Date;
907
+ /** The location where the SuppressionListAddress data is stored at rest. This value is inherited from the parent Domains resource. */
908
+ readonly dataLocation?: string;
909
+ }
910
+ export declare function suppressionListAddressPropertiesSerializer(item: SuppressionListAddressProperties): any;
911
+ export declare function suppressionListAddressPropertiesDeserializer(item: any): SuppressionListAddressProperties;
912
+ /** Collection of addresses in a suppression list. Response will include a nextLink if response contains more pages. */
913
+ export interface _SuppressionListAddressResourceCollection {
914
+ /** The SuppressionListAddressResource items on this page */
915
+ value: SuppressionListAddressResource[];
916
+ /** The link to the next page of items */
917
+ nextLink?: string;
918
+ }
919
+ export declare function _suppressionListAddressResourceCollectionDeserializer(item: any): _SuppressionListAddressResourceCollection;
920
+ export declare function suppressionListAddressResourceArraySerializer(result: Array<SuppressionListAddressResource>): any[];
921
+ export declare function suppressionListAddressResourceArrayDeserializer(result: Array<SuppressionListAddressResource>): any[];
922
+ /** The available API versions. */
923
+ export declare enum KnownVersions {
924
+ /** The 2025-09-01 API version. */
925
+ V20250901 = "2025-09-01",
926
+ /** The 2026-03-18 API version. */
927
+ V20260318 = "2026-03-18"
928
+ }
929
+ export declare function _communicationServiceResourcePropertiesSerializer(item: CommunicationServiceResource): any;
930
+ export declare function _communicationServiceResourcePropertiesDeserializer(item: any): {
931
+ provisioningState: any;
932
+ hostName: any;
933
+ dataLocation: any;
934
+ notificationHubId: any;
935
+ version: any;
936
+ immutableResourceId: any;
937
+ linkedDomains: any;
938
+ publicNetworkAccess: any;
939
+ disableLocalAuth: any;
940
+ };
941
+ export declare function _communicationServiceResourceUpdatePropertiesSerializer(item: CommunicationServiceResourceUpdate): any;
942
+ export declare function _domainResourcePropertiesSerializer(item: DomainResource): any;
943
+ export declare function _domainResourcePropertiesDeserializer(item: any): {
944
+ provisioningState: any;
945
+ dataLocation: any;
946
+ fromSenderDomain: any;
947
+ mailFromSenderDomain: any;
948
+ domainManagement: any;
949
+ verificationStates: any;
950
+ verificationRecords: any;
951
+ userEngagementTracking: any;
952
+ };
953
+ export declare function _updateDomainRequestParametersPropertiesSerializer(item: UpdateDomainRequestParameters): any;
954
+ export declare function _emailServiceResourcePropertiesSerializer(item: EmailServiceResource): any;
955
+ export declare function _emailServiceResourcePropertiesDeserializer(item: any): {
956
+ provisioningState: any;
957
+ dataLocation: any;
958
+ };
959
+ export declare function _senderUsernameResourcePropertiesSerializer(item: SenderUsernameResource): any;
960
+ export declare function _senderUsernameResourcePropertiesDeserializer(item: any): {
961
+ dataLocation: any;
962
+ username: any;
963
+ displayName: any;
964
+ provisioningState: any;
965
+ };
966
+ export declare function _smtpUsernameResourcePropertiesSerializer(item: SmtpUsernameResource): any;
967
+ export declare function _smtpUsernameResourcePropertiesDeserializer(item: any): {
968
+ username: any;
969
+ entraApplicationId: any;
970
+ tenantId: any;
971
+ };
972
+ export declare function _suppressionListResourcePropertiesSerializer(item: SuppressionListResource): any;
973
+ export declare function _suppressionListResourcePropertiesDeserializer(item: any): {
974
+ listName: any;
975
+ lastUpdatedTimeStamp: any;
976
+ createdTimeStamp: any;
977
+ dataLocation: any;
978
+ };
979
+ export declare function _suppressionListAddressResourcePropertiesSerializer(item: SuppressionListAddressResource): any;
980
+ export declare function _suppressionListAddressResourcePropertiesDeserializer(item: any): {
981
+ email: any;
982
+ firstName: any;
983
+ lastName: any;
984
+ notes: any;
985
+ lastModified: any;
986
+ dataLocation: any;
987
+ };
988
+ export type EmailServicesListVerifiedExchangeOnlineDomainsResponse = {
989
+ body: string[];
990
+ };
991
+ //# sourceMappingURL=models.d.ts.map