@azure/arm-confidentialledger 1.3.0-beta.2 → 1.3.0-beta.3

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 (370) hide show
  1. package/CHANGELOG.md +73 -4
  2. package/LICENSE +3 -3
  3. package/README.md +24 -18
  4. package/{dist-esm/src → dist/browser}/confidentialLedgerClient.d.ts +2 -2
  5. package/dist/browser/confidentialLedgerClient.d.ts.map +1 -0
  6. package/{dist-esm/src → dist/browser}/confidentialLedgerClient.js +19 -22
  7. package/dist/browser/confidentialLedgerClient.js.map +1 -0
  8. package/dist/browser/index.d.ts +5 -0
  9. package/dist/browser/index.d.ts.map +1 -0
  10. package/{dist-esm/src → dist/browser}/index.js +4 -4
  11. package/dist/browser/index.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +1 -1
  13. package/dist/browser/lroImpl.js.map +1 -0
  14. package/{dist-esm/src → dist/browser}/models/index.d.ts +50 -0
  15. package/dist/browser/models/index.d.ts.map +1 -0
  16. package/{dist-esm/src → dist/browser}/models/index.js +16 -0
  17. package/dist/browser/models/index.js.map +1 -0
  18. package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +1 -1
  19. package/{dist-esm/src → dist/browser}/models/mappers.js +54 -0
  20. package/dist/browser/models/mappers.js.map +1 -0
  21. package/{dist-esm/src → dist/browser}/models/parameters.js +3 -3
  22. package/dist/browser/models/parameters.js.map +1 -0
  23. package/dist/browser/operations/index.d.ts +4 -0
  24. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  25. package/{dist-esm/src → dist/browser}/operations/index.js +3 -3
  26. package/dist/browser/operations/index.js.map +1 -0
  27. package/{dist-esm/src → dist/browser}/operations/ledger.d.ts +3 -3
  28. package/dist/browser/operations/ledger.d.ts.map +1 -0
  29. package/{dist-esm/src → dist/browser}/operations/ledger.js +186 -206
  30. package/dist/browser/operations/ledger.js.map +1 -0
  31. package/{dist-esm/src → dist/browser}/operations/managedCCFOperations.d.ts +3 -3
  32. package/dist/browser/operations/managedCCFOperations.d.ts.map +1 -0
  33. package/{dist-esm/src → dist/browser}/operations/managedCCFOperations.js +186 -206
  34. package/dist/browser/operations/managedCCFOperations.js.map +1 -0
  35. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  36. package/dist/browser/operations/operations.d.ts.map +1 -0
  37. package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
  38. package/dist/browser/operations/operations.js.map +1 -0
  39. package/dist/browser/operationsInterfaces/index.d.ts +4 -0
  40. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  41. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.js +3 -3
  42. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  43. package/{dist-esm/src → dist/browser}/operationsInterfaces/ledger.d.ts +1 -1
  44. package/dist/browser/operationsInterfaces/ledger.d.ts.map +1 -0
  45. package/dist/browser/operationsInterfaces/ledger.js.map +1 -0
  46. package/{dist-esm/src → dist/browser}/operationsInterfaces/managedCCFOperations.d.ts +1 -1
  47. package/dist/browser/operationsInterfaces/managedCCFOperations.d.ts.map +1 -0
  48. package/dist/browser/operationsInterfaces/managedCCFOperations.js.map +1 -0
  49. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  50. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  51. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  52. package/dist/browser/package.json +3 -0
  53. package/dist/browser/pagingHelper.js.map +1 -0
  54. package/dist/commonjs/confidentialLedgerClient.d.ts +28 -0
  55. package/dist/commonjs/confidentialLedgerClient.d.ts.map +1 -0
  56. package/dist/commonjs/confidentialLedgerClient.js +134 -0
  57. package/dist/commonjs/confidentialLedgerClient.js.map +1 -0
  58. package/dist/commonjs/index.d.ts +5 -0
  59. package/dist/commonjs/index.d.ts.map +1 -0
  60. package/dist/commonjs/index.js +19 -0
  61. package/dist/commonjs/index.js.map +1 -0
  62. package/dist/commonjs/lroImpl.d.ts +11 -0
  63. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  64. package/dist/commonjs/lroImpl.js +24 -0
  65. package/dist/commonjs/lroImpl.js.map +1 -0
  66. package/{types/arm-confidentialledger.d.ts → dist/commonjs/models/index.d.ts} +725 -1013
  67. package/dist/commonjs/models/index.d.ts.map +1 -0
  68. package/dist/commonjs/models/index.js +117 -0
  69. package/dist/commonjs/models/index.js.map +1 -0
  70. package/dist/commonjs/models/mappers.d.ts +32 -0
  71. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  72. package/dist/commonjs/models/mappers.js +888 -0
  73. package/dist/commonjs/models/mappers.js.map +1 -0
  74. package/dist/commonjs/models/parameters.d.ts +19 -0
  75. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  76. package/dist/commonjs/models/parameters.js +157 -0
  77. package/dist/commonjs/models/parameters.js.map +1 -0
  78. package/dist/commonjs/operations/index.d.ts +4 -0
  79. package/dist/commonjs/operations/index.d.ts.map +1 -0
  80. package/dist/commonjs/operations/index.js +14 -0
  81. package/dist/commonjs/operations/index.js.map +1 -0
  82. package/dist/commonjs/operations/ledger.d.ts +139 -0
  83. package/dist/commonjs/operations/ledger.d.ts.map +1 -0
  84. package/dist/commonjs/operations/ledger.js +706 -0
  85. package/dist/commonjs/operations/ledger.js.map +1 -0
  86. package/dist/commonjs/operations/managedCCFOperations.d.ts +139 -0
  87. package/dist/commonjs/operations/managedCCFOperations.d.ts.map +1 -0
  88. package/dist/commonjs/operations/managedCCFOperations.js +706 -0
  89. package/dist/commonjs/operations/managedCCFOperations.js.map +1 -0
  90. package/dist/commonjs/operations/operations.d.ts +32 -0
  91. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  92. package/dist/commonjs/operations/operations.js +137 -0
  93. package/dist/commonjs/operations/operations.js.map +1 -0
  94. package/dist/commonjs/operationsInterfaces/index.d.ts +4 -0
  95. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  96. package/dist/commonjs/operationsInterfaces/index.js +14 -0
  97. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  98. package/dist/commonjs/operationsInterfaces/ledger.d.ts +103 -0
  99. package/dist/commonjs/operationsInterfaces/ledger.d.ts.map +1 -0
  100. package/dist/commonjs/operationsInterfaces/ledger.js +10 -0
  101. package/dist/commonjs/operationsInterfaces/ledger.js.map +1 -0
  102. package/dist/commonjs/operationsInterfaces/managedCCFOperations.d.ts +103 -0
  103. package/dist/commonjs/operationsInterfaces/managedCCFOperations.d.ts.map +1 -0
  104. package/dist/commonjs/operationsInterfaces/managedCCFOperations.js +10 -0
  105. package/dist/commonjs/operationsInterfaces/managedCCFOperations.js.map +1 -0
  106. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  107. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  108. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  109. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  110. package/dist/commonjs/package.json +3 -0
  111. package/dist/commonjs/pagingHelper.d.ts +13 -0
  112. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  113. package/dist/commonjs/pagingHelper.js +36 -0
  114. package/dist/commonjs/pagingHelper.js.map +1 -0
  115. package/{types → dist/commonjs}/tsdoc-metadata.json +1 -1
  116. package/dist/esm/confidentialLedgerClient.d.ts +28 -0
  117. package/dist/esm/confidentialLedgerClient.d.ts.map +1 -0
  118. package/dist/esm/confidentialLedgerClient.js +129 -0
  119. package/dist/esm/confidentialLedgerClient.js.map +1 -0
  120. package/dist/esm/index.d.ts +5 -0
  121. package/dist/esm/index.d.ts.map +1 -0
  122. package/{src/index.ts → dist/esm/index.js} +5 -5
  123. package/dist/esm/index.js.map +1 -0
  124. package/dist/esm/lroImpl.d.ts +11 -0
  125. package/dist/esm/lroImpl.d.ts.map +1 -0
  126. package/dist/esm/lroImpl.js +21 -0
  127. package/dist/esm/lroImpl.js.map +1 -0
  128. package/dist/esm/models/index.d.ts +725 -0
  129. package/dist/esm/models/index.d.ts.map +1 -0
  130. package/dist/esm/models/index.js +114 -0
  131. package/dist/esm/models/index.js.map +1 -0
  132. package/dist/esm/models/mappers.d.ts +32 -0
  133. package/dist/esm/models/mappers.d.ts.map +1 -0
  134. package/dist/esm/models/mappers.js +885 -0
  135. package/dist/esm/models/mappers.js.map +1 -0
  136. package/dist/esm/models/parameters.d.ts +19 -0
  137. package/dist/esm/models/parameters.d.ts.map +1 -0
  138. package/dist/esm/models/parameters.js +154 -0
  139. package/dist/esm/models/parameters.js.map +1 -0
  140. package/dist/esm/operations/index.d.ts +4 -0
  141. package/dist/esm/operations/index.d.ts.map +1 -0
  142. package/dist/esm/operations/index.js +11 -0
  143. package/dist/esm/operations/index.js.map +1 -0
  144. package/dist/esm/operations/ledger.d.ts +139 -0
  145. package/dist/esm/operations/ledger.d.ts.map +1 -0
  146. package/dist/esm/operations/ledger.js +702 -0
  147. package/dist/esm/operations/ledger.js.map +1 -0
  148. package/dist/esm/operations/managedCCFOperations.d.ts +139 -0
  149. package/dist/esm/operations/managedCCFOperations.d.ts.map +1 -0
  150. package/dist/esm/operations/managedCCFOperations.js +702 -0
  151. package/dist/esm/operations/managedCCFOperations.js.map +1 -0
  152. package/dist/esm/operations/operations.d.ts +32 -0
  153. package/dist/esm/operations/operations.d.ts.map +1 -0
  154. package/dist/esm/operations/operations.js +133 -0
  155. package/dist/esm/operations/operations.js.map +1 -0
  156. package/dist/esm/operationsInterfaces/index.d.ts +4 -0
  157. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  158. package/dist/esm/operationsInterfaces/index.js +11 -0
  159. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  160. package/dist/esm/operationsInterfaces/ledger.d.ts +103 -0
  161. package/dist/esm/operationsInterfaces/ledger.d.ts.map +1 -0
  162. package/{src/operations/index.ts → dist/esm/operationsInterfaces/ledger.js} +2 -4
  163. package/dist/esm/operationsInterfaces/ledger.js.map +1 -0
  164. package/dist/esm/operationsInterfaces/managedCCFOperations.d.ts +103 -0
  165. package/dist/esm/operationsInterfaces/managedCCFOperations.d.ts.map +1 -0
  166. package/dist/esm/operationsInterfaces/managedCCFOperations.js +9 -0
  167. package/dist/esm/operationsInterfaces/managedCCFOperations.js.map +1 -0
  168. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  169. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  170. package/dist/esm/operationsInterfaces/operations.js +9 -0
  171. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  172. package/dist/esm/package.json +3 -0
  173. package/dist/esm/pagingHelper.d.ts +13 -0
  174. package/dist/esm/pagingHelper.d.ts.map +1 -0
  175. package/dist/esm/pagingHelper.js +32 -0
  176. package/dist/esm/pagingHelper.js.map +1 -0
  177. package/dist/react-native/confidentialLedgerClient.d.ts +28 -0
  178. package/dist/react-native/confidentialLedgerClient.d.ts.map +1 -0
  179. package/dist/react-native/confidentialLedgerClient.js +129 -0
  180. package/dist/react-native/confidentialLedgerClient.js.map +1 -0
  181. package/dist/react-native/index.d.ts +5 -0
  182. package/dist/react-native/index.d.ts.map +1 -0
  183. package/dist/react-native/index.js +13 -0
  184. package/dist/react-native/index.js.map +1 -0
  185. package/dist/react-native/lroImpl.d.ts +11 -0
  186. package/dist/react-native/lroImpl.d.ts.map +1 -0
  187. package/dist/react-native/lroImpl.js +21 -0
  188. package/dist/react-native/lroImpl.js.map +1 -0
  189. package/dist/react-native/models/index.d.ts +725 -0
  190. package/dist/react-native/models/index.d.ts.map +1 -0
  191. package/dist/react-native/models/index.js +114 -0
  192. package/dist/react-native/models/index.js.map +1 -0
  193. package/dist/react-native/models/mappers.d.ts +32 -0
  194. package/dist/react-native/models/mappers.d.ts.map +1 -0
  195. package/dist/react-native/models/mappers.js +885 -0
  196. package/dist/react-native/models/mappers.js.map +1 -0
  197. package/dist/react-native/models/parameters.d.ts +19 -0
  198. package/dist/react-native/models/parameters.d.ts.map +1 -0
  199. package/dist/react-native/models/parameters.js +154 -0
  200. package/dist/react-native/models/parameters.js.map +1 -0
  201. package/dist/react-native/operations/index.d.ts +4 -0
  202. package/dist/react-native/operations/index.d.ts.map +1 -0
  203. package/dist/react-native/operations/index.js +11 -0
  204. package/dist/react-native/operations/index.js.map +1 -0
  205. package/dist/react-native/operations/ledger.d.ts +139 -0
  206. package/dist/react-native/operations/ledger.d.ts.map +1 -0
  207. package/dist/react-native/operations/ledger.js +702 -0
  208. package/dist/react-native/operations/ledger.js.map +1 -0
  209. package/dist/react-native/operations/managedCCFOperations.d.ts +139 -0
  210. package/dist/react-native/operations/managedCCFOperations.d.ts.map +1 -0
  211. package/dist/react-native/operations/managedCCFOperations.js +702 -0
  212. package/dist/react-native/operations/managedCCFOperations.js.map +1 -0
  213. package/dist/react-native/operations/operations.d.ts +32 -0
  214. package/dist/react-native/operations/operations.d.ts.map +1 -0
  215. package/dist/react-native/operations/operations.js +133 -0
  216. package/dist/react-native/operations/operations.js.map +1 -0
  217. package/dist/react-native/operationsInterfaces/index.d.ts +4 -0
  218. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  219. package/dist/react-native/operationsInterfaces/index.js +11 -0
  220. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  221. package/dist/react-native/operationsInterfaces/ledger.d.ts +103 -0
  222. package/dist/react-native/operationsInterfaces/ledger.d.ts.map +1 -0
  223. package/dist/react-native/operationsInterfaces/ledger.js +9 -0
  224. package/dist/react-native/operationsInterfaces/ledger.js.map +1 -0
  225. package/dist/react-native/operationsInterfaces/managedCCFOperations.d.ts +103 -0
  226. package/dist/react-native/operationsInterfaces/managedCCFOperations.d.ts.map +1 -0
  227. package/dist/react-native/operationsInterfaces/managedCCFOperations.js +9 -0
  228. package/dist/react-native/operationsInterfaces/managedCCFOperations.js.map +1 -0
  229. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  230. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  231. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  232. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  233. package/dist/react-native/package.json +3 -0
  234. package/dist/react-native/pagingHelper.d.ts +13 -0
  235. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  236. package/dist/react-native/pagingHelper.js +32 -0
  237. package/dist/react-native/pagingHelper.js.map +1 -0
  238. package/package.json +77 -62
  239. package/review/arm-confidentialledger.api.md +27 -0
  240. package/dist/index.js +0 -2884
  241. package/dist/index.js.map +0 -1
  242. package/dist/index.min.js +0 -1
  243. package/dist/index.min.js.map +0 -1
  244. package/dist-esm/samples-dev/checkNameAvailabilitySample.d.ts +0 -2
  245. package/dist-esm/samples-dev/checkNameAvailabilitySample.d.ts.map +0 -1
  246. package/dist-esm/samples-dev/checkNameAvailabilitySample.js +0 -41
  247. package/dist-esm/samples-dev/checkNameAvailabilitySample.js.map +0 -1
  248. package/dist-esm/samples-dev/ledgerBackupSample.d.ts +0 -2
  249. package/dist-esm/samples-dev/ledgerBackupSample.d.ts.map +0 -1
  250. package/dist-esm/samples-dev/ledgerBackupSample.js +0 -44
  251. package/dist-esm/samples-dev/ledgerBackupSample.js.map +0 -1
  252. package/dist-esm/samples-dev/ledgerCreateSample.d.ts +0 -2
  253. package/dist-esm/samples-dev/ledgerCreateSample.d.ts.map +0 -1
  254. package/dist-esm/samples-dev/ledgerCreateSample.js +0 -61
  255. package/dist-esm/samples-dev/ledgerCreateSample.js.map +0 -1
  256. package/dist-esm/samples-dev/ledgerDeleteSample.d.ts +0 -2
  257. package/dist-esm/samples-dev/ledgerDeleteSample.d.ts.map +0 -1
  258. package/dist-esm/samples-dev/ledgerDeleteSample.js +0 -40
  259. package/dist-esm/samples-dev/ledgerDeleteSample.js.map +0 -1
  260. package/dist-esm/samples-dev/ledgerGetSample.d.ts +0 -2
  261. package/dist-esm/samples-dev/ledgerGetSample.d.ts.map +0 -1
  262. package/dist-esm/samples-dev/ledgerGetSample.js +0 -40
  263. package/dist-esm/samples-dev/ledgerGetSample.js.map +0 -1
  264. package/dist-esm/samples-dev/ledgerListByResourceGroupSample.d.ts +0 -2
  265. package/dist-esm/samples-dev/ledgerListByResourceGroupSample.d.ts.map +0 -1
  266. package/dist-esm/samples-dev/ledgerListByResourceGroupSample.js +0 -55
  267. package/dist-esm/samples-dev/ledgerListByResourceGroupSample.js.map +0 -1
  268. package/dist-esm/samples-dev/ledgerListBySubscriptionSample.d.ts +0 -2
  269. package/dist-esm/samples-dev/ledgerListBySubscriptionSample.d.ts.map +0 -1
  270. package/dist-esm/samples-dev/ledgerListBySubscriptionSample.js +0 -53
  271. package/dist-esm/samples-dev/ledgerListBySubscriptionSample.js.map +0 -1
  272. package/dist-esm/samples-dev/ledgerRestoreSample.d.ts +0 -2
  273. package/dist-esm/samples-dev/ledgerRestoreSample.d.ts.map +0 -1
  274. package/dist-esm/samples-dev/ledgerRestoreSample.js +0 -45
  275. package/dist-esm/samples-dev/ledgerRestoreSample.js.map +0 -1
  276. package/dist-esm/samples-dev/ledgerUpdateSample.d.ts +0 -2
  277. package/dist-esm/samples-dev/ledgerUpdateSample.d.ts.map +0 -1
  278. package/dist-esm/samples-dev/ledgerUpdateSample.js +0 -63
  279. package/dist-esm/samples-dev/ledgerUpdateSample.js.map +0 -1
  280. package/dist-esm/samples-dev/managedCcfBackupSample.d.ts +0 -2
  281. package/dist-esm/samples-dev/managedCcfBackupSample.d.ts.map +0 -1
  282. package/dist-esm/samples-dev/managedCcfBackupSample.js +0 -44
  283. package/dist-esm/samples-dev/managedCcfBackupSample.js.map +0 -1
  284. package/dist-esm/samples-dev/managedCcfCreateSample.d.ts +0 -2
  285. package/dist-esm/samples-dev/managedCcfCreateSample.d.ts.map +0 -1
  286. package/dist-esm/samples-dev/managedCcfCreateSample.js +0 -58
  287. package/dist-esm/samples-dev/managedCcfCreateSample.js.map +0 -1
  288. package/dist-esm/samples-dev/managedCcfDeleteSample.d.ts +0 -2
  289. package/dist-esm/samples-dev/managedCcfDeleteSample.d.ts.map +0 -1
  290. package/dist-esm/samples-dev/managedCcfDeleteSample.js +0 -40
  291. package/dist-esm/samples-dev/managedCcfDeleteSample.js.map +0 -1
  292. package/dist-esm/samples-dev/managedCcfGetSample.d.ts +0 -2
  293. package/dist-esm/samples-dev/managedCcfGetSample.d.ts.map +0 -1
  294. package/dist-esm/samples-dev/managedCcfGetSample.js +0 -40
  295. package/dist-esm/samples-dev/managedCcfGetSample.js.map +0 -1
  296. package/dist-esm/samples-dev/managedCcfListByResourceGroupSample.d.ts +0 -2
  297. package/dist-esm/samples-dev/managedCcfListByResourceGroupSample.d.ts.map +0 -1
  298. package/dist-esm/samples-dev/managedCcfListByResourceGroupSample.js +0 -55
  299. package/dist-esm/samples-dev/managedCcfListByResourceGroupSample.js.map +0 -1
  300. package/dist-esm/samples-dev/managedCcfListBySubscriptionSample.d.ts +0 -2
  301. package/dist-esm/samples-dev/managedCcfListBySubscriptionSample.d.ts.map +0 -1
  302. package/dist-esm/samples-dev/managedCcfListBySubscriptionSample.js +0 -53
  303. package/dist-esm/samples-dev/managedCcfListBySubscriptionSample.js.map +0 -1
  304. package/dist-esm/samples-dev/managedCcfRestoreSample.d.ts +0 -2
  305. package/dist-esm/samples-dev/managedCcfRestoreSample.d.ts.map +0 -1
  306. package/dist-esm/samples-dev/managedCcfRestoreSample.js +0 -45
  307. package/dist-esm/samples-dev/managedCcfRestoreSample.js.map +0 -1
  308. package/dist-esm/samples-dev/managedCcfUpdateSample.d.ts +0 -2
  309. package/dist-esm/samples-dev/managedCcfUpdateSample.d.ts.map +0 -1
  310. package/dist-esm/samples-dev/managedCcfUpdateSample.js +0 -50
  311. package/dist-esm/samples-dev/managedCcfUpdateSample.js.map +0 -1
  312. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  313. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  314. package/dist-esm/samples-dev/operationsListSample.js +0 -53
  315. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  316. package/dist-esm/src/confidentialLedgerClient.d.ts.map +0 -1
  317. package/dist-esm/src/confidentialLedgerClient.js.map +0 -1
  318. package/dist-esm/src/index.d.ts +0 -6
  319. package/dist-esm/src/index.d.ts.map +0 -1
  320. package/dist-esm/src/index.js.map +0 -1
  321. package/dist-esm/src/lroImpl.js.map +0 -1
  322. package/dist-esm/src/models/index.d.ts.map +0 -1
  323. package/dist-esm/src/models/index.js.map +0 -1
  324. package/dist-esm/src/models/mappers.js.map +0 -1
  325. package/dist-esm/src/models/parameters.js.map +0 -1
  326. package/dist-esm/src/operations/index.d.ts +0 -4
  327. package/dist-esm/src/operations/index.js.map +0 -1
  328. package/dist-esm/src/operations/ledger.d.ts.map +0 -1
  329. package/dist-esm/src/operations/ledger.js.map +0 -1
  330. package/dist-esm/src/operations/managedCCFOperations.d.ts.map +0 -1
  331. package/dist-esm/src/operations/managedCCFOperations.js.map +0 -1
  332. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  333. package/dist-esm/src/operations/operations.js.map +0 -1
  334. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -4
  335. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  336. package/dist-esm/src/operationsInterfaces/ledger.d.ts.map +0 -1
  337. package/dist-esm/src/operationsInterfaces/ledger.js.map +0 -1
  338. package/dist-esm/src/operationsInterfaces/managedCCFOperations.d.ts.map +0 -1
  339. package/dist-esm/src/operationsInterfaces/managedCCFOperations.js.map +0 -1
  340. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  341. package/dist-esm/src/pagingHelper.js.map +0 -1
  342. package/dist-esm/test/confidentialledger_operations_test.spec.d.ts +0 -4
  343. package/dist-esm/test/confidentialledger_operations_test.spec.d.ts.map +0 -1
  344. package/dist-esm/test/confidentialledger_operations_test.spec.js +0 -71
  345. package/dist-esm/test/confidentialledger_operations_test.spec.js.map +0 -1
  346. package/src/confidentialLedgerClient.ts +0 -196
  347. package/src/lroImpl.ts +0 -42
  348. package/src/models/index.ts +0 -784
  349. package/src/models/mappers.ts +0 -872
  350. package/src/models/parameters.ts +0 -184
  351. package/src/operations/ledger.ts +0 -957
  352. package/src/operations/managedCCFOperations.ts +0 -962
  353. package/src/operations/operations.ts +0 -149
  354. package/src/operationsInterfaces/index.ts +0 -11
  355. package/src/operationsInterfaces/ledger.ts +0 -197
  356. package/src/operationsInterfaces/managedCCFOperations.ts +0 -206
  357. package/src/operationsInterfaces/operations.ts +0 -25
  358. package/src/pagingHelper.ts +0 -39
  359. package/tsconfig.json +0 -33
  360. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  361. /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
  362. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  363. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  364. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  365. /package/{dist-esm/src → dist/browser}/operationsInterfaces/ledger.js +0 -0
  366. /package/{dist-esm/src → dist/browser}/operationsInterfaces/managedCCFOperations.js +0 -0
  367. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  368. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  369. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  370. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
@@ -1,1013 +1,725 @@
1
- import * as coreAuth from '@azure/core-auth';
2
- import * as coreClient from '@azure/core-client';
3
- import { OperationState } from '@azure/core-lro';
4
- import { PagedAsyncIterableIterator } from '@azure/core-paging';
5
- import { SimplePollerLike } from '@azure/core-lro';
6
-
7
- /** AAD based security principal with associated Ledger RoleName */
8
- export declare interface AADBasedSecurityPrincipal {
9
- /** UUID/GUID based Principal Id of the Security Principal */
10
- principalId?: string;
11
- /** UUID/GUID based Tenant Id of the Security Principal */
12
- tenantId?: string;
13
- /** LedgerRole associated with the Security Principal of Ledger */
14
- ledgerRoleName?: LedgerRoleName;
15
- }
16
-
17
- /** Cert based security principal with Ledger RoleName */
18
- export declare interface CertBasedSecurityPrincipal {
19
- /** Public key of the user cert (.pem or .cer) */
20
- cert?: string;
21
- /** LedgerRole associated with the Security Principal of Ledger */
22
- ledgerRoleName?: LedgerRoleName;
23
- }
24
-
25
- /** Tags for Managed CCF Certificates */
26
- export declare interface CertificateTags {
27
- /** Additional tags for Managed CCF Certificates */
28
- tags?: {
29
- [propertyName: string]: string;
30
- };
31
- }
32
-
33
- /** Contains response data for the checkNameAvailability operation. */
34
- export declare type CheckNameAvailabilityOperationResponse = CheckNameAvailabilityResponse;
35
-
36
- /** Optional parameters. */
37
- export declare interface CheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
38
- }
39
-
40
- /**
41
- * Defines values for CheckNameAvailabilityReason. \
42
- * {@link KnownCheckNameAvailabilityReason} can be used interchangeably with CheckNameAvailabilityReason,
43
- * this enum contains the known values that the service supports.
44
- * ### Known values supported by the service
45
- * **Invalid** \
46
- * **AlreadyExists**
47
- */
48
- export declare type CheckNameAvailabilityReason = string;
49
-
50
- /** The check availability request body. */
51
- export declare interface CheckNameAvailabilityRequest {
52
- /** The name of the resource for which availability needs to be checked. */
53
- name?: string;
54
- /** The resource type. */
55
- type?: string;
56
- }
57
-
58
- /** The check availability result. */
59
- export declare interface CheckNameAvailabilityResponse {
60
- /** Indicates if the resource name is available. */
61
- nameAvailable?: boolean;
62
- /** The reason why the given name is not available. */
63
- reason?: CheckNameAvailabilityReason;
64
- /** Detailed reason why the given name is available. */
65
- message?: string;
66
- }
67
-
68
- /** Confidential Ledger. Contains the properties of Confidential Ledger Resource. */
69
- export declare interface ConfidentialLedger extends TrackedResource {
70
- /** Properties of Confidential Ledger Resource. */
71
- properties?: LedgerProperties;
72
- }
73
-
74
- /** Object representing Backup properties of a Confidential Ledger Resource. */
75
- export declare interface ConfidentialLedgerBackup {
76
- /** The region where the backup of the ledger will eventually be restored to. */
77
- restoreRegion?: string;
78
- /** SAS URI used to access the backup Fileshare. */
79
- uri: string;
80
- }
81
-
82
- /** Object representing the backup response of a Confidential Ledger Resource. */
83
- export declare interface ConfidentialLedgerBackupResponse {
84
- /**
85
- * Response body stating if the ledger is being backed up.
86
- * NOTE: This property will not be serialized. It can only be populated by the server.
87
- */
88
- readonly message?: string;
89
- }
90
-
91
- export declare class ConfidentialLedgerClient extends coreClient.ServiceClient {
92
- $host: string;
93
- apiVersion: string;
94
- subscriptionId: string;
95
- /**
96
- * Initializes a new instance of the ConfidentialLedgerClient class.
97
- * @param credentials Subscription credentials which uniquely identify client subscription.
98
- * @param subscriptionId The ID of the target subscription.
99
- * @param options The parameter options
100
- */
101
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ConfidentialLedgerClientOptionalParams);
102
- /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
103
- private addCustomApiVersionPolicy;
104
- /**
105
- * To check whether a resource name is available.
106
- * @param nameAvailabilityRequest Name availability request payload.
107
- * @param options The options parameters.
108
- */
109
- checkNameAvailability(nameAvailabilityRequest: CheckNameAvailabilityRequest, options?: CheckNameAvailabilityOptionalParams): Promise<CheckNameAvailabilityOperationResponse>;
110
- operations: Operations;
111
- ledger: Ledger;
112
- managedCCFOperations: ManagedCCFOperations;
113
- }
114
-
115
- /** Optional parameters. */
116
- export declare interface ConfidentialLedgerClientOptionalParams extends coreClient.ServiceClientOptions {
117
- /** server parameter */
118
- $host?: string;
119
- /** Api Version */
120
- apiVersion?: string;
121
- /** Overrides client endpoint. */
122
- endpoint?: string;
123
- }
124
-
125
- /** Object that includes an array of Confidential Ledgers and a possible link for next set. */
126
- export declare interface ConfidentialLedgerList {
127
- /** List of Confidential Ledgers */
128
- value?: ConfidentialLedger[];
129
- /** The URL the client should use to fetch the next page (per server side paging). */
130
- nextLink?: string;
131
- }
132
-
133
- /** Object representing Restore properties of a Confidential Ledger Resource. */
134
- export declare interface ConfidentialLedgerRestore {
135
- /** Fileshare where the ledger backup is stored. */
136
- fileShareName: string;
137
- /** The region the ledger is being restored to. */
138
- restoreRegion: string;
139
- /** SAS URI used to access the backup fileshare. */
140
- uri: string;
141
- }
142
-
143
- /** Object representing the restore response of a Confidential Ledger Resource. */
144
- export declare interface ConfidentialLedgerRestoreResponse {
145
- /**
146
- * Response body stating if the ledger is being restored.
147
- * NOTE: This property will not be serialized. It can only be populated by the server.
148
- */
149
- readonly message?: string;
150
- }
151
-
152
- /**
153
- * Defines values for CreatedByType. \
154
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
155
- * this enum contains the known values that the service supports.
156
- * ### Known values supported by the service
157
- * **User** \
158
- * **Application** \
159
- * **ManagedIdentity** \
160
- * **Key**
161
- */
162
- export declare type CreatedByType = string;
163
-
164
- /** Object representing DeploymentType for Managed CCF. */
165
- export declare interface DeploymentType {
166
- /** Unique name for the Managed CCF. */
167
- languageRuntime?: LanguageRuntime;
168
- /** Source Uri containing ManagedCCF code */
169
- appSourceUri?: string;
170
- }
171
-
172
- /** The resource management error additional info. */
173
- export declare interface ErrorAdditionalInfo {
174
- /**
175
- * The additional info type.
176
- * NOTE: This property will not be serialized. It can only be populated by the server.
177
- */
178
- readonly type?: string;
179
- /**
180
- * The additional info.
181
- * NOTE: This property will not be serialized. It can only be populated by the server.
182
- */
183
- readonly info?: Record<string, unknown>;
184
- }
185
-
186
- /** The error detail. */
187
- export declare interface ErrorDetail {
188
- /**
189
- * The error code.
190
- * NOTE: This property will not be serialized. It can only be populated by the server.
191
- */
192
- readonly code?: string;
193
- /**
194
- * The error message.
195
- * NOTE: This property will not be serialized. It can only be populated by the server.
196
- */
197
- readonly message?: string;
198
- /**
199
- * The error target.
200
- * NOTE: This property will not be serialized. It can only be populated by the server.
201
- */
202
- readonly target?: string;
203
- /**
204
- * The error details.
205
- * NOTE: This property will not be serialized. It can only be populated by the server.
206
- */
207
- readonly details?: ErrorDetail[];
208
- /**
209
- * The error additional info.
210
- * NOTE: This property will not be serialized. It can only be populated by the server.
211
- */
212
- readonly additionalInfo?: ErrorAdditionalInfo[];
213
- }
214
-
215
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
216
- export declare interface ErrorResponse {
217
- /** The error object. */
218
- error?: ErrorDetail;
219
- }
220
-
221
- /**
222
- * Given the last `.value` produced by the `byPage` iterator,
223
- * returns a continuation token that can be used to begin paging from
224
- * that point later.
225
- * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
226
- * @returns The continuation token that can be passed into byPage() during future calls.
227
- */
228
- export declare function getContinuationToken(page: unknown): string | undefined;
229
-
230
- /** Known values of {@link CheckNameAvailabilityReason} that the service accepts. */
231
- export declare enum KnownCheckNameAvailabilityReason {
232
- /** Invalid */
233
- Invalid = "Invalid",
234
- /** AlreadyExists */
235
- AlreadyExists = "AlreadyExists"
236
- }
237
-
238
- /** Known values of {@link CreatedByType} that the service accepts. */
239
- export declare enum KnownCreatedByType {
240
- /** User */
241
- User = "User",
242
- /** Application */
243
- Application = "Application",
244
- /** ManagedIdentity */
245
- ManagedIdentity = "ManagedIdentity",
246
- /** Key */
247
- Key = "Key"
248
- }
249
-
250
- /** Known values of {@link LanguageRuntime} that the service accepts. */
251
- export declare enum KnownLanguageRuntime {
252
- /** CPP */
253
- CPP = "CPP",
254
- /** JS */
255
- JS = "JS"
256
- }
257
-
258
- /** Known values of {@link LedgerRoleName} that the service accepts. */
259
- export declare enum KnownLedgerRoleName {
260
- /** Reader */
261
- Reader = "Reader",
262
- /** Contributor */
263
- Contributor = "Contributor",
264
- /** Administrator */
265
- Administrator = "Administrator"
266
- }
267
-
268
- /** Known values of {@link LedgerSku} that the service accepts. */
269
- export declare enum KnownLedgerSku {
270
- /** Standard */
271
- Standard = "Standard",
272
- /** Basic */
273
- Basic = "Basic",
274
- /** Unknown */
275
- Unknown = "Unknown"
276
- }
277
-
278
- /** Known values of {@link LedgerType} that the service accepts. */
279
- export declare enum KnownLedgerType {
280
- /** Unknown */
281
- Unknown = "Unknown",
282
- /** Public */
283
- Public = "Public",
284
- /** Private */
285
- Private = "Private"
286
- }
287
-
288
- /** Known values of {@link ProvisioningState} that the service accepts. */
289
- export declare enum KnownProvisioningState {
290
- /** Unknown */
291
- Unknown = "Unknown",
292
- /** Succeeded */
293
- Succeeded = "Succeeded",
294
- /** Failed */
295
- Failed = "Failed",
296
- /** Canceled */
297
- Canceled = "Canceled",
298
- /** Creating */
299
- Creating = "Creating",
300
- /** Deleting */
301
- Deleting = "Deleting",
302
- /** Updating */
303
- Updating = "Updating"
304
- }
305
-
306
- /** Known values of {@link RunningState} that the service accepts. */
307
- export declare enum KnownRunningState {
308
- /** Active */
309
- Active = "Active",
310
- /** Paused */
311
- Paused = "Paused",
312
- /** Unknown */
313
- Unknown = "Unknown",
314
- /** Pausing */
315
- Pausing = "Pausing",
316
- /** Resuming */
317
- Resuming = "Resuming"
318
- }
319
-
320
- /**
321
- * Defines values for LanguageRuntime. \
322
- * {@link KnownLanguageRuntime} can be used interchangeably with LanguageRuntime,
323
- * this enum contains the known values that the service supports.
324
- * ### Known values supported by the service
325
- * **CPP** \
326
- * **JS**
327
- */
328
- export declare type LanguageRuntime = string;
329
-
330
- /** Interface representing a Ledger. */
331
- export declare interface Ledger {
332
- /**
333
- * Retrieves the properties of all Confidential Ledgers.
334
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
335
- * @param options The options parameters.
336
- */
337
- listByResourceGroup(resourceGroupName: string, options?: LedgerListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ConfidentialLedger>;
338
- /**
339
- * Retrieves the properties of all Confidential Ledgers.
340
- * @param options The options parameters.
341
- */
342
- listBySubscription(options?: LedgerListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ConfidentialLedger>;
343
- /**
344
- * Retrieves the properties of a Confidential Ledger.
345
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
346
- * @param ledgerName Name of the Confidential Ledger
347
- * @param options The options parameters.
348
- */
349
- get(resourceGroupName: string, ledgerName: string, options?: LedgerGetOptionalParams): Promise<LedgerGetResponse>;
350
- /**
351
- * Deletes an existing Confidential Ledger.
352
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
353
- * @param ledgerName Name of the Confidential Ledger
354
- * @param options The options parameters.
355
- */
356
- beginDelete(resourceGroupName: string, ledgerName: string, options?: LedgerDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
357
- /**
358
- * Deletes an existing Confidential Ledger.
359
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
360
- * @param ledgerName Name of the Confidential Ledger
361
- * @param options The options parameters.
362
- */
363
- beginDeleteAndWait(resourceGroupName: string, ledgerName: string, options?: LedgerDeleteOptionalParams): Promise<void>;
364
- /**
365
- * Creates a Confidential Ledger with the specified ledger parameters.
366
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
367
- * @param ledgerName Name of the Confidential Ledger
368
- * @param confidentialLedger Confidential Ledger Create Request Body
369
- * @param options The options parameters.
370
- */
371
- beginCreate(resourceGroupName: string, ledgerName: string, confidentialLedger: ConfidentialLedger, options?: LedgerCreateOptionalParams): Promise<SimplePollerLike<OperationState<LedgerCreateResponse>, LedgerCreateResponse>>;
372
- /**
373
- * Creates a Confidential Ledger with the specified ledger parameters.
374
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
375
- * @param ledgerName Name of the Confidential Ledger
376
- * @param confidentialLedger Confidential Ledger Create Request Body
377
- * @param options The options parameters.
378
- */
379
- beginCreateAndWait(resourceGroupName: string, ledgerName: string, confidentialLedger: ConfidentialLedger, options?: LedgerCreateOptionalParams): Promise<LedgerCreateResponse>;
380
- /**
381
- * Updates properties of Confidential Ledger
382
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
383
- * @param ledgerName Name of the Confidential Ledger
384
- * @param confidentialLedger Confidential Ledger request body for Updating Ledger
385
- * @param options The options parameters.
386
- */
387
- beginUpdate(resourceGroupName: string, ledgerName: string, confidentialLedger: ConfidentialLedger, options?: LedgerUpdateOptionalParams): Promise<SimplePollerLike<OperationState<LedgerUpdateResponse>, LedgerUpdateResponse>>;
388
- /**
389
- * Updates properties of Confidential Ledger
390
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
391
- * @param ledgerName Name of the Confidential Ledger
392
- * @param confidentialLedger Confidential Ledger request body for Updating Ledger
393
- * @param options The options parameters.
394
- */
395
- beginUpdateAndWait(resourceGroupName: string, ledgerName: string, confidentialLedger: ConfidentialLedger, options?: LedgerUpdateOptionalParams): Promise<LedgerUpdateResponse>;
396
- /**
397
- * Backs up a Confidential Ledger Resource.
398
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
399
- * @param ledgerName Name of the Confidential Ledger
400
- * @param confidentialLedger Confidential Ledger Backup Request Body
401
- * @param options The options parameters.
402
- */
403
- beginBackup(resourceGroupName: string, ledgerName: string, confidentialLedger: ConfidentialLedgerBackup, options?: LedgerBackupOptionalParams): Promise<SimplePollerLike<OperationState<LedgerBackupResponse>, LedgerBackupResponse>>;
404
- /**
405
- * Backs up a Confidential Ledger Resource.
406
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
407
- * @param ledgerName Name of the Confidential Ledger
408
- * @param confidentialLedger Confidential Ledger Backup Request Body
409
- * @param options The options parameters.
410
- */
411
- beginBackupAndWait(resourceGroupName: string, ledgerName: string, confidentialLedger: ConfidentialLedgerBackup, options?: LedgerBackupOptionalParams): Promise<LedgerBackupResponse>;
412
- /**
413
- * Restores a Confidential Ledger Resource.
414
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
415
- * @param ledgerName Name of the Confidential Ledger
416
- * @param confidentialLedger Confidential Ledger Restore Request Body
417
- * @param options The options parameters.
418
- */
419
- beginRestore(resourceGroupName: string, ledgerName: string, confidentialLedger: ConfidentialLedgerRestore, options?: LedgerRestoreOptionalParams): Promise<SimplePollerLike<OperationState<LedgerRestoreResponse>, LedgerRestoreResponse>>;
420
- /**
421
- * Restores a Confidential Ledger Resource.
422
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
423
- * @param ledgerName Name of the Confidential Ledger
424
- * @param confidentialLedger Confidential Ledger Restore Request Body
425
- * @param options The options parameters.
426
- */
427
- beginRestoreAndWait(resourceGroupName: string, ledgerName: string, confidentialLedger: ConfidentialLedgerRestore, options?: LedgerRestoreOptionalParams): Promise<LedgerRestoreResponse>;
428
- }
429
-
430
- /** Optional parameters. */
431
- export declare interface LedgerBackupOptionalParams extends coreClient.OperationOptions {
432
- /** Delay to wait until next poll, in milliseconds. */
433
- updateIntervalInMs?: number;
434
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
435
- resumeFrom?: string;
436
- }
437
-
438
- /** Contains response data for the backup operation. */
439
- export declare type LedgerBackupResponse = ConfidentialLedgerBackupResponse;
440
-
441
- /** Optional parameters. */
442
- export declare interface LedgerCreateOptionalParams extends coreClient.OperationOptions {
443
- /** Delay to wait until next poll, in milliseconds. */
444
- updateIntervalInMs?: number;
445
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
446
- resumeFrom?: string;
447
- }
448
-
449
- /** Contains response data for the create operation. */
450
- export declare type LedgerCreateResponse = ConfidentialLedger;
451
-
452
- /** Optional parameters. */
453
- export declare interface LedgerDeleteOptionalParams extends coreClient.OperationOptions {
454
- /** Delay to wait until next poll, in milliseconds. */
455
- updateIntervalInMs?: number;
456
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
457
- resumeFrom?: string;
458
- }
459
-
460
- /** Optional parameters. */
461
- export declare interface LedgerGetOptionalParams extends coreClient.OperationOptions {
462
- }
463
-
464
- /** Contains response data for the get operation. */
465
- export declare type LedgerGetResponse = ConfidentialLedger;
466
-
467
- /** Optional parameters. */
468
- export declare interface LedgerListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
469
- }
470
-
471
- /** Contains response data for the listByResourceGroupNext operation. */
472
- export declare type LedgerListByResourceGroupNextResponse = ConfidentialLedgerList;
473
-
474
- /** Optional parameters. */
475
- export declare interface LedgerListByResourceGroupOptionalParams extends coreClient.OperationOptions {
476
- /** The filter to apply on the list operation. eg. $filter=ledgerType eq 'Public' */
477
- filter?: string;
478
- }
479
-
480
- /** Contains response data for the listByResourceGroup operation. */
481
- export declare type LedgerListByResourceGroupResponse = ConfidentialLedgerList;
482
-
483
- /** Optional parameters. */
484
- export declare interface LedgerListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
485
- }
486
-
487
- /** Contains response data for the listBySubscriptionNext operation. */
488
- export declare type LedgerListBySubscriptionNextResponse = ConfidentialLedgerList;
489
-
490
- /** Optional parameters. */
491
- export declare interface LedgerListBySubscriptionOptionalParams extends coreClient.OperationOptions {
492
- /** The filter to apply on the list operation. eg. $filter=ledgerType eq 'Public' */
493
- filter?: string;
494
- }
495
-
496
- /** Contains response data for the listBySubscription operation. */
497
- export declare type LedgerListBySubscriptionResponse = ConfidentialLedgerList;
498
-
499
- /** Additional Confidential Ledger properties. */
500
- export declare interface LedgerProperties {
501
- /**
502
- * Unique name for the Confidential Ledger.
503
- * NOTE: This property will not be serialized. It can only be populated by the server.
504
- */
505
- readonly ledgerName?: string;
506
- /**
507
- * Endpoint for calling Ledger Service.
508
- * NOTE: This property will not be serialized. It can only be populated by the server.
509
- */
510
- readonly ledgerUri?: string;
511
- /**
512
- * Endpoint for accessing network identity.
513
- * NOTE: This property will not be serialized. It can only be populated by the server.
514
- */
515
- readonly identityServiceUri?: string;
516
- /**
517
- * Internal namespace for the Ledger
518
- * NOTE: This property will not be serialized. It can only be populated by the server.
519
- */
520
- readonly ledgerInternalNamespace?: string;
521
- /** Object representing RunningState for Ledger. */
522
- runningState?: RunningState;
523
- /** Type of Confidential Ledger */
524
- ledgerType?: LedgerType;
525
- /**
526
- * Provisioning state of Ledger Resource
527
- * NOTE: This property will not be serialized. It can only be populated by the server.
528
- */
529
- readonly provisioningState?: ProvisioningState;
530
- /** SKU associated with the ledger */
531
- ledgerSku?: LedgerSku;
532
- /** Array of all AAD based Security Principals. */
533
- aadBasedSecurityPrincipals?: AADBasedSecurityPrincipal[];
534
- /** Array of all cert based Security Principals. */
535
- certBasedSecurityPrincipals?: CertBasedSecurityPrincipal[];
536
- }
537
-
538
- /** Optional parameters. */
539
- export declare interface LedgerRestoreOptionalParams extends coreClient.OperationOptions {
540
- /** Delay to wait until next poll, in milliseconds. */
541
- updateIntervalInMs?: number;
542
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
543
- resumeFrom?: string;
544
- }
545
-
546
- /** Contains response data for the restore operation. */
547
- export declare type LedgerRestoreResponse = ConfidentialLedgerRestoreResponse;
548
-
549
- /**
550
- * Defines values for LedgerRoleName. \
551
- * {@link KnownLedgerRoleName} can be used interchangeably with LedgerRoleName,
552
- * this enum contains the known values that the service supports.
553
- * ### Known values supported by the service
554
- * **Reader** \
555
- * **Contributor** \
556
- * **Administrator**
557
- */
558
- export declare type LedgerRoleName = string;
559
-
560
- /**
561
- * Defines values for LedgerSku. \
562
- * {@link KnownLedgerSku} can be used interchangeably with LedgerSku,
563
- * this enum contains the known values that the service supports.
564
- * ### Known values supported by the service
565
- * **Standard** \
566
- * **Basic** \
567
- * **Unknown**
568
- */
569
- export declare type LedgerSku = string;
570
-
571
- /**
572
- * Defines values for LedgerType. \
573
- * {@link KnownLedgerType} can be used interchangeably with LedgerType,
574
- * this enum contains the known values that the service supports.
575
- * ### Known values supported by the service
576
- * **Unknown** \
577
- * **Public** \
578
- * **Private**
579
- */
580
- export declare type LedgerType = string;
581
-
582
- /** Optional parameters. */
583
- export declare interface LedgerUpdateOptionalParams extends coreClient.OperationOptions {
584
- /** Delay to wait until next poll, in milliseconds. */
585
- updateIntervalInMs?: number;
586
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
587
- resumeFrom?: string;
588
- }
589
-
590
- /** Contains response data for the update operation. */
591
- export declare type LedgerUpdateResponse = ConfidentialLedger;
592
-
593
- /** Managed CCF. Contains the properties of Managed CCF Resource. */
594
- export declare interface ManagedCCF extends TrackedResource {
595
- /** Properties of Managed CCF Resource. */
596
- properties?: ManagedCCFProperties;
597
- }
598
-
599
- /** Object representing Backup properties of a Managed CCF Resource. */
600
- export declare interface ManagedCCFBackup {
601
- /** The region where the backup of the managed CCF resource will eventually be restored to. */
602
- restoreRegion?: string;
603
- /** SAS URI used to access the backup Fileshare. */
604
- uri: string;
605
- }
606
-
607
- /** Contains response data for the backup operation. */
608
- export declare type ManagedCCFBackupOperationResponse = ManagedCCFBackupResponse;
609
-
610
- /** Optional parameters. */
611
- export declare interface ManagedCCFBackupOptionalParams extends coreClient.OperationOptions {
612
- /** Delay to wait until next poll, in milliseconds. */
613
- updateIntervalInMs?: number;
614
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
615
- resumeFrom?: string;
616
- }
617
-
618
- /** Object representing the backup response of a Managed CCF Resource. */
619
- export declare interface ManagedCCFBackupResponse {
620
- /**
621
- * Response body stating if the managed CCF resource is being backed up.
622
- * NOTE: This property will not be serialized. It can only be populated by the server.
623
- */
624
- readonly message?: string;
625
- }
626
-
627
- /** Optional parameters. */
628
- export declare interface ManagedCCFCreateOptionalParams extends coreClient.OperationOptions {
629
- /** Delay to wait until next poll, in milliseconds. */
630
- updateIntervalInMs?: number;
631
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
632
- resumeFrom?: string;
633
- }
634
-
635
- /** Contains response data for the create operation. */
636
- export declare type ManagedCCFCreateResponse = ManagedCCF;
637
-
638
- /** Optional parameters. */
639
- export declare interface ManagedCCFDeleteOptionalParams extends coreClient.OperationOptions {
640
- /** Delay to wait until next poll, in milliseconds. */
641
- updateIntervalInMs?: number;
642
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
643
- resumeFrom?: string;
644
- }
645
-
646
- /** Optional parameters. */
647
- export declare interface ManagedCCFGetOptionalParams extends coreClient.OperationOptions {
648
- }
649
-
650
- /** Contains response data for the get operation. */
651
- export declare type ManagedCCFGetResponse = ManagedCCF;
652
-
653
- /** Object that includes an array of Managed CCF and a possible link for next set. */
654
- export declare interface ManagedCCFList {
655
- /** List of Managed CCF */
656
- value?: ManagedCCF[];
657
- /** The URL the client should use to fetch the next page (per server side paging). */
658
- nextLink?: string;
659
- }
660
-
661
- /** Optional parameters. */
662
- export declare interface ManagedCCFListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
663
- }
664
-
665
- /** Contains response data for the listByResourceGroupNext operation. */
666
- export declare type ManagedCCFListByResourceGroupNextResponse = ManagedCCFList;
667
-
668
- /** Optional parameters. */
669
- export declare interface ManagedCCFListByResourceGroupOptionalParams extends coreClient.OperationOptions {
670
- /** The filter to apply on the list operation. eg. $filter=ledgerType eq 'Public' */
671
- filter?: string;
672
- }
673
-
674
- /** Contains response data for the listByResourceGroup operation. */
675
- export declare type ManagedCCFListByResourceGroupResponse = ManagedCCFList;
676
-
677
- /** Optional parameters. */
678
- export declare interface ManagedCCFListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
679
- }
680
-
681
- /** Contains response data for the listBySubscriptionNext operation. */
682
- export declare type ManagedCCFListBySubscriptionNextResponse = ManagedCCFList;
683
-
684
- /** Optional parameters. */
685
- export declare interface ManagedCCFListBySubscriptionOptionalParams extends coreClient.OperationOptions {
686
- /** The filter to apply on the list operation. eg. $filter=ledgerType eq 'Public' */
687
- filter?: string;
688
- }
689
-
690
- /** Contains response data for the listBySubscription operation. */
691
- export declare type ManagedCCFListBySubscriptionResponse = ManagedCCFList;
692
-
693
- /** Interface representing a ManagedCCFOperations. */
694
- export declare interface ManagedCCFOperations {
695
- /**
696
- * Retrieves the properties of all Managed CCF apps.
697
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
698
- * @param options The options parameters.
699
- */
700
- listByResourceGroup(resourceGroupName: string, options?: ManagedCCFListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ManagedCCF>;
701
- /**
702
- * Retrieves the properties of all Managed CCF.
703
- * @param options The options parameters.
704
- */
705
- listBySubscription(options?: ManagedCCFListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ManagedCCF>;
706
- /**
707
- * Retrieves the properties of a Managed CCF app.
708
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
709
- * @param appName Name of the Managed CCF
710
- * @param options The options parameters.
711
- */
712
- get(resourceGroupName: string, appName: string, options?: ManagedCCFGetOptionalParams): Promise<ManagedCCFGetResponse>;
713
- /**
714
- * Deletes an existing Managed CCF.
715
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
716
- * @param appName Name of the Managed CCF
717
- * @param options The options parameters.
718
- */
719
- beginDelete(resourceGroupName: string, appName: string, options?: ManagedCCFDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
720
- /**
721
- * Deletes an existing Managed CCF.
722
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
723
- * @param appName Name of the Managed CCF
724
- * @param options The options parameters.
725
- */
726
- beginDeleteAndWait(resourceGroupName: string, appName: string, options?: ManagedCCFDeleteOptionalParams): Promise<void>;
727
- /**
728
- * Creates a Managed CCF with the specified Managed CCF parameters.
729
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
730
- * @param appName Name of the Managed CCF
731
- * @param managedCCF Managed CCF Create Request Body
732
- * @param options The options parameters.
733
- */
734
- beginCreate(resourceGroupName: string, appName: string, managedCCF: ManagedCCF, options?: ManagedCCFCreateOptionalParams): Promise<SimplePollerLike<OperationState<ManagedCCFCreateResponse>, ManagedCCFCreateResponse>>;
735
- /**
736
- * Creates a Managed CCF with the specified Managed CCF parameters.
737
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
738
- * @param appName Name of the Managed CCF
739
- * @param managedCCF Managed CCF Create Request Body
740
- * @param options The options parameters.
741
- */
742
- beginCreateAndWait(resourceGroupName: string, appName: string, managedCCF: ManagedCCF, options?: ManagedCCFCreateOptionalParams): Promise<ManagedCCFCreateResponse>;
743
- /**
744
- * Updates properties of Managed CCF
745
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
746
- * @param appName Name of the Managed CCF
747
- * @param managedCCF Request body for Updating Managed CCF App
748
- * @param options The options parameters.
749
- */
750
- beginUpdate(resourceGroupName: string, appName: string, managedCCF: ManagedCCF, options?: ManagedCCFUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ManagedCCFUpdateResponse>, ManagedCCFUpdateResponse>>;
751
- /**
752
- * Updates properties of Managed CCF
753
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
754
- * @param appName Name of the Managed CCF
755
- * @param managedCCF Request body for Updating Managed CCF App
756
- * @param options The options parameters.
757
- */
758
- beginUpdateAndWait(resourceGroupName: string, appName: string, managedCCF: ManagedCCF, options?: ManagedCCFUpdateOptionalParams): Promise<ManagedCCFUpdateResponse>;
759
- /**
760
- * Backs up a Managed CCF Resource.
761
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
762
- * @param appName Name of the Managed CCF
763
- * @param managedCCF Managed CCF Backup Request Body
764
- * @param options The options parameters.
765
- */
766
- beginBackup(resourceGroupName: string, appName: string, managedCCF: ManagedCCFBackup, options?: ManagedCCFBackupOptionalParams): Promise<SimplePollerLike<OperationState<ManagedCCFBackupOperationResponse>, ManagedCCFBackupOperationResponse>>;
767
- /**
768
- * Backs up a Managed CCF Resource.
769
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
770
- * @param appName Name of the Managed CCF
771
- * @param managedCCF Managed CCF Backup Request Body
772
- * @param options The options parameters.
773
- */
774
- beginBackupAndWait(resourceGroupName: string, appName: string, managedCCF: ManagedCCFBackup, options?: ManagedCCFBackupOptionalParams): Promise<ManagedCCFBackupOperationResponse>;
775
- /**
776
- * Restores a Managed CCF Resource.
777
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
778
- * @param appName Name of the Managed CCF
779
- * @param managedCCF Managed CCF Restore Request Body
780
- * @param options The options parameters.
781
- */
782
- beginRestore(resourceGroupName: string, appName: string, managedCCF: ManagedCCFRestore, options?: ManagedCCFRestoreOptionalParams): Promise<SimplePollerLike<OperationState<ManagedCCFRestoreOperationResponse>, ManagedCCFRestoreOperationResponse>>;
783
- /**
784
- * Restores a Managed CCF Resource.
785
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
786
- * @param appName Name of the Managed CCF
787
- * @param managedCCF Managed CCF Restore Request Body
788
- * @param options The options parameters.
789
- */
790
- beginRestoreAndWait(resourceGroupName: string, appName: string, managedCCF: ManagedCCFRestore, options?: ManagedCCFRestoreOptionalParams): Promise<ManagedCCFRestoreOperationResponse>;
791
- }
792
-
793
- /** Additional Managed CCF properties. */
794
- export declare interface ManagedCCFProperties {
795
- /**
796
- * Unique name for the Managed CCF.
797
- * NOTE: This property will not be serialized. It can only be populated by the server.
798
- */
799
- readonly appName?: string;
800
- /**
801
- * Endpoint for calling Managed CCF Service.
802
- * NOTE: This property will not be serialized. It can only be populated by the server.
803
- */
804
- readonly appUri?: string;
805
- /**
806
- * Endpoint for accessing network identity.
807
- * NOTE: This property will not be serialized. It can only be populated by the server.
808
- */
809
- readonly identityServiceUri?: string;
810
- /** List of member identity certificates for Managed CCF */
811
- memberIdentityCertificates?: MemberIdentityCertificate[];
812
- /** Deployment Type of Managed CCF */
813
- deploymentType?: DeploymentType;
814
- /** Object representing RunningState for Managed CCF. */
815
- runningState?: RunningState;
816
- /**
817
- * Provisioning state of Managed CCF Resource
818
- * NOTE: This property will not be serialized. It can only be populated by the server.
819
- */
820
- readonly provisioningState?: ProvisioningState;
821
- /** Number of CCF nodes in the Managed CCF. */
822
- nodeCount?: number;
823
- }
824
-
825
- /** Object representing Restore properties of Managed CCF Resource. */
826
- export declare interface ManagedCCFRestore {
827
- /** Fileshare where the managed CCF resource backup is stored. */
828
- fileShareName: string;
829
- /** The region the managed CCF resource is being restored to. */
830
- restoreRegion: string;
831
- /** SAS URI used to access the backup Fileshare. */
832
- uri: string;
833
- }
834
-
835
- /** Contains response data for the restore operation. */
836
- export declare type ManagedCCFRestoreOperationResponse = ManagedCCFRestoreResponse;
837
-
838
- /** Optional parameters. */
839
- export declare interface ManagedCCFRestoreOptionalParams extends coreClient.OperationOptions {
840
- /** Delay to wait until next poll, in milliseconds. */
841
- updateIntervalInMs?: number;
842
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
843
- resumeFrom?: string;
844
- }
845
-
846
- /** Object representing the restore response of a Managed CCF Resource. */
847
- export declare interface ManagedCCFRestoreResponse {
848
- /**
849
- * Response body stating if the managed CCF resource is being restored.
850
- * NOTE: This property will not be serialized. It can only be populated by the server.
851
- */
852
- readonly message?: string;
853
- }
854
-
855
- /** Optional parameters. */
856
- export declare interface ManagedCCFUpdateOptionalParams extends coreClient.OperationOptions {
857
- /** Delay to wait until next poll, in milliseconds. */
858
- updateIntervalInMs?: number;
859
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
860
- resumeFrom?: string;
861
- }
862
-
863
- /** Contains response data for the update operation. */
864
- export declare type ManagedCCFUpdateResponse = ManagedCCF;
865
-
866
- /** Object representing MemberIdentityCertificate for Managed CCF. */
867
- export declare interface MemberIdentityCertificate {
868
- /** Member Identity Certificate */
869
- certificate?: string;
870
- /** Member Identity Certificate Encryption Key */
871
- encryptionkey?: string;
872
- /** Anything */
873
- tags?: any;
874
- }
875
-
876
- /** Interface representing a Operations. */
877
- export declare interface Operations {
878
- /**
879
- * Retrieves a list of available API operations
880
- * @param options The options parameters.
881
- */
882
- list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<ResourceProviderOperationDefinition>;
883
- }
884
-
885
- /** Optional parameters. */
886
- export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
887
- }
888
-
889
- /** Contains response data for the listNext operation. */
890
- export declare type OperationsListNextResponse = ResourceProviderOperationList;
891
-
892
- /** Optional parameters. */
893
- export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
894
- }
895
-
896
- /** Contains response data for the list operation. */
897
- export declare type OperationsListResponse = ResourceProviderOperationList;
898
-
899
- /**
900
- * Defines values for ProvisioningState. \
901
- * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
902
- * this enum contains the known values that the service supports.
903
- * ### Known values supported by the service
904
- * **Unknown** \
905
- * **Succeeded** \
906
- * **Failed** \
907
- * **Canceled** \
908
- * **Creating** \
909
- * **Deleting** \
910
- * **Updating**
911
- */
912
- export declare type ProvisioningState = string;
913
-
914
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
915
- export declare interface Resource {
916
- /**
917
- * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
918
- * NOTE: This property will not be serialized. It can only be populated by the server.
919
- */
920
- readonly id?: string;
921
- /**
922
- * The name of the resource
923
- * NOTE: This property will not be serialized. It can only be populated by the server.
924
- */
925
- readonly name?: string;
926
- /**
927
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
928
- * NOTE: This property will not be serialized. It can only be populated by the server.
929
- */
930
- readonly type?: string;
931
- /**
932
- * Azure Resource Manager metadata containing createdBy and modifiedBy information.
933
- * NOTE: This property will not be serialized. It can only be populated by the server.
934
- */
935
- readonly systemData?: SystemData;
936
- }
937
-
938
- /** Describes the Resource Provider Operation. */
939
- export declare interface ResourceProviderOperationDefinition {
940
- /** Resource provider operation name. */
941
- name?: string;
942
- /** Indicates whether the operation is data action or not. */
943
- isDataAction?: boolean;
944
- /** Details about the operations */
945
- display?: ResourceProviderOperationDisplay;
946
- }
947
-
948
- /** Describes the properties of the Operation. */
949
- export declare interface ResourceProviderOperationDisplay {
950
- /** Name of the resource provider. */
951
- provider?: string;
952
- /** Name of the resource type. */
953
- resource?: string;
954
- /** Name of the resource provider operation. */
955
- operation?: string;
956
- /** Description of the resource provider operation. */
957
- description?: string;
958
- }
959
-
960
- /** List containing this Resource Provider's available operations. */
961
- export declare interface ResourceProviderOperationList {
962
- /**
963
- * Resource provider operations list.
964
- * NOTE: This property will not be serialized. It can only be populated by the server.
965
- */
966
- readonly value?: ResourceProviderOperationDefinition[];
967
- /**
968
- * The URI that can be used to request the next page for list of Azure operations.
969
- * NOTE: This property will not be serialized. It can only be populated by the server.
970
- */
971
- readonly nextLink?: string;
972
- }
973
-
974
- /**
975
- * Defines values for RunningState. \
976
- * {@link KnownRunningState} can be used interchangeably with RunningState,
977
- * this enum contains the known values that the service supports.
978
- * ### Known values supported by the service
979
- * **Active** \
980
- * **Paused** \
981
- * **Unknown** \
982
- * **Pausing** \
983
- * **Resuming**
984
- */
985
- export declare type RunningState = string;
986
-
987
- /** Metadata pertaining to creation and last modification of the resource. */
988
- export declare interface SystemData {
989
- /** The identity that created the resource. */
990
- createdBy?: string;
991
- /** The type of identity that created the resource. */
992
- createdByType?: CreatedByType;
993
- /** The timestamp of resource creation (UTC). */
994
- createdAt?: Date;
995
- /** The identity that last modified the resource. */
996
- lastModifiedBy?: string;
997
- /** The type of identity that last modified the resource. */
998
- lastModifiedByType?: CreatedByType;
999
- /** The timestamp of resource last modification (UTC) */
1000
- lastModifiedAt?: Date;
1001
- }
1002
-
1003
- /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
1004
- export declare interface TrackedResource extends Resource {
1005
- /** Resource tags. */
1006
- tags?: {
1007
- [propertyName: string]: string;
1008
- };
1009
- /** The geo-location where the resource lives */
1010
- location: string;
1011
- }
1012
-
1013
- export { }
1
+ import * as coreClient from "@azure/core-client";
2
+ /** List containing this Resource Provider's available operations. */
3
+ export interface ResourceProviderOperationList {
4
+ /**
5
+ * Resource provider operations list.
6
+ * NOTE: This property will not be serialized. It can only be populated by the server.
7
+ */
8
+ readonly value?: ResourceProviderOperationDefinition[];
9
+ /**
10
+ * The URI that can be used to request the next page for list of Azure operations.
11
+ * NOTE: This property will not be serialized. It can only be populated by the server.
12
+ */
13
+ readonly nextLink?: string;
14
+ }
15
+ /** Describes the Resource Provider Operation. */
16
+ export interface ResourceProviderOperationDefinition {
17
+ /** Resource provider operation name. */
18
+ name?: string;
19
+ /** Indicates whether the operation is data action or not. */
20
+ isDataAction?: boolean;
21
+ /** Details about the operations */
22
+ display?: ResourceProviderOperationDisplay;
23
+ }
24
+ /** Describes the properties of the Operation. */
25
+ export interface ResourceProviderOperationDisplay {
26
+ /** Name of the resource provider. */
27
+ provider?: string;
28
+ /** Name of the resource type. */
29
+ resource?: string;
30
+ /** Name of the resource provider operation. */
31
+ operation?: string;
32
+ /** Description of the resource provider operation. */
33
+ description?: string;
34
+ }
35
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
36
+ export interface ErrorResponse {
37
+ /** The error object. */
38
+ error?: ErrorDetail;
39
+ }
40
+ /** The error detail. */
41
+ export interface ErrorDetail {
42
+ /**
43
+ * The error code.
44
+ * NOTE: This property will not be serialized. It can only be populated by the server.
45
+ */
46
+ readonly code?: string;
47
+ /**
48
+ * The error message.
49
+ * NOTE: This property will not be serialized. It can only be populated by the server.
50
+ */
51
+ readonly message?: string;
52
+ /**
53
+ * The error target.
54
+ * NOTE: This property will not be serialized. It can only be populated by the server.
55
+ */
56
+ readonly target?: string;
57
+ /**
58
+ * The error details.
59
+ * NOTE: This property will not be serialized. It can only be populated by the server.
60
+ */
61
+ readonly details?: ErrorDetail[];
62
+ /**
63
+ * The error additional info.
64
+ * NOTE: This property will not be serialized. It can only be populated by the server.
65
+ */
66
+ readonly additionalInfo?: ErrorAdditionalInfo[];
67
+ }
68
+ /** The resource management error additional info. */
69
+ export interface ErrorAdditionalInfo {
70
+ /**
71
+ * The additional info type.
72
+ * NOTE: This property will not be serialized. It can only be populated by the server.
73
+ */
74
+ readonly type?: string;
75
+ /**
76
+ * The additional info.
77
+ * NOTE: This property will not be serialized. It can only be populated by the server.
78
+ */
79
+ readonly info?: Record<string, unknown>;
80
+ }
81
+ /** The check availability request body. */
82
+ export interface CheckNameAvailabilityRequest {
83
+ /** The name of the resource for which availability needs to be checked. */
84
+ name?: string;
85
+ /** The resource type. */
86
+ type?: string;
87
+ }
88
+ /** The check availability result. */
89
+ export interface CheckNameAvailabilityResponse {
90
+ /** Indicates if the resource name is available. */
91
+ nameAvailable?: boolean;
92
+ /** The reason why the given name is not available. */
93
+ reason?: CheckNameAvailabilityReason;
94
+ /** Detailed reason why the given name is available. */
95
+ message?: string;
96
+ }
97
+ /** Additional Confidential Ledger properties. */
98
+ export interface LedgerProperties {
99
+ /**
100
+ * Unique name for the Confidential Ledger.
101
+ * NOTE: This property will not be serialized. It can only be populated by the server.
102
+ */
103
+ readonly ledgerName?: string;
104
+ /**
105
+ * Endpoint for calling Ledger Service.
106
+ * NOTE: This property will not be serialized. It can only be populated by the server.
107
+ */
108
+ readonly ledgerUri?: string;
109
+ /**
110
+ * Endpoint for accessing network identity.
111
+ * NOTE: This property will not be serialized. It can only be populated by the server.
112
+ */
113
+ readonly identityServiceUri?: string;
114
+ /**
115
+ * Internal namespace for the Ledger
116
+ * NOTE: This property will not be serialized. It can only be populated by the server.
117
+ */
118
+ readonly ledgerInternalNamespace?: string;
119
+ /** Object representing RunningState for Ledger. */
120
+ runningState?: RunningState;
121
+ /** Type of Confidential Ledger */
122
+ ledgerType?: LedgerType;
123
+ /**
124
+ * Provisioning state of Ledger Resource
125
+ * NOTE: This property will not be serialized. It can only be populated by the server.
126
+ */
127
+ readonly provisioningState?: ProvisioningState;
128
+ /** SKU associated with the ledger */
129
+ ledgerSku?: LedgerSku;
130
+ /** Array of all AAD based Security Principals. */
131
+ aadBasedSecurityPrincipals?: AADBasedSecurityPrincipal[];
132
+ /** Array of all cert based Security Principals. */
133
+ certBasedSecurityPrincipals?: CertBasedSecurityPrincipal[];
134
+ /** CCF Property for the logging level for the untrusted host: Trace, Debug, Info, Fail, Fatal. */
135
+ hostLevel?: string;
136
+ /** CCF Property for the maximum size of the http request body: 1MB, 5MB, 10MB. */
137
+ maxBodySizeInMb?: number;
138
+ /** CCF Property for the subject name to include in the node certificate. Default: CN=CCF Node. */
139
+ subjectName?: string;
140
+ /** Number of CCF nodes in the ACC Ledger. */
141
+ nodeCount?: number;
142
+ /** Prefix for the write load balancer. Example: write */
143
+ writeLBAddressPrefix?: string;
144
+ /** Number of additional threads processing incoming client requests in the enclave (modify with care!) */
145
+ workerThreads?: number;
146
+ /** Enclave platform of the Confidential Ledger. */
147
+ enclavePlatform?: EnclavePlatform;
148
+ /** Application type of the Confidential Ledger. */
149
+ applicationType?: ApplicationType;
150
+ }
151
+ /** AAD based security principal with associated Ledger RoleName */
152
+ export interface AADBasedSecurityPrincipal {
153
+ /** UUID/GUID based Principal Id of the Security Principal */
154
+ principalId?: string;
155
+ /** UUID/GUID based Tenant Id of the Security Principal */
156
+ tenantId?: string;
157
+ /** LedgerRole associated with the Security Principal of Ledger */
158
+ ledgerRoleName?: LedgerRoleName;
159
+ }
160
+ /** Cert based security principal with Ledger RoleName */
161
+ export interface CertBasedSecurityPrincipal {
162
+ /** Public key of the user cert (.pem or .cer) */
163
+ cert?: string;
164
+ /** LedgerRole associated with the Security Principal of Ledger */
165
+ ledgerRoleName?: LedgerRoleName;
166
+ }
167
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
168
+ export interface Resource {
169
+ /**
170
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
171
+ * NOTE: This property will not be serialized. It can only be populated by the server.
172
+ */
173
+ readonly id?: string;
174
+ /**
175
+ * The name of the resource
176
+ * NOTE: This property will not be serialized. It can only be populated by the server.
177
+ */
178
+ readonly name?: string;
179
+ /**
180
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
181
+ * NOTE: This property will not be serialized. It can only be populated by the server.
182
+ */
183
+ readonly type?: string;
184
+ /**
185
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
186
+ * NOTE: This property will not be serialized. It can only be populated by the server.
187
+ */
188
+ readonly systemData?: SystemData;
189
+ }
190
+ /** Metadata pertaining to creation and last modification of the resource. */
191
+ export interface SystemData {
192
+ /** The identity that created the resource. */
193
+ createdBy?: string;
194
+ /** The type of identity that created the resource. */
195
+ createdByType?: CreatedByType;
196
+ /** The timestamp of resource creation (UTC). */
197
+ createdAt?: Date;
198
+ /** The identity that last modified the resource. */
199
+ lastModifiedBy?: string;
200
+ /** The type of identity that last modified the resource. */
201
+ lastModifiedByType?: CreatedByType;
202
+ /** The timestamp of resource last modification (UTC) */
203
+ lastModifiedAt?: Date;
204
+ }
205
+ /** Object that includes an array of Confidential Ledgers and a possible link for next set. */
206
+ export interface ConfidentialLedgerList {
207
+ /** List of Confidential Ledgers */
208
+ value?: ConfidentialLedger[];
209
+ /** The URL the client should use to fetch the next page (per server side paging). */
210
+ nextLink?: string;
211
+ }
212
+ /** Object representing Backup properties of a Confidential Ledger Resource. */
213
+ export interface ConfidentialLedgerBackup {
214
+ /** The region where the backup of the ledger will eventually be restored to. */
215
+ restoreRegion?: string;
216
+ /** SAS URI used to access the backup Fileshare. */
217
+ uri: string;
218
+ }
219
+ /** Object representing the backup response of a Confidential Ledger Resource. */
220
+ export interface ConfidentialLedgerBackupResponse {
221
+ /**
222
+ * Response body stating if the ledger is being backed up.
223
+ * NOTE: This property will not be serialized. It can only be populated by the server.
224
+ */
225
+ readonly message?: string;
226
+ }
227
+ /** Object representing Restore properties of a Confidential Ledger Resource. */
228
+ export interface ConfidentialLedgerRestore {
229
+ /** Fileshare where the ledger backup is stored. */
230
+ fileShareName: string;
231
+ /** The region the ledger is being restored to. */
232
+ restoreRegion: string;
233
+ /** SAS URI used to access the backup fileshare. */
234
+ uri: string;
235
+ }
236
+ /** Object representing the restore response of a Confidential Ledger Resource. */
237
+ export interface ConfidentialLedgerRestoreResponse {
238
+ /**
239
+ * Response body stating if the ledger is being restored.
240
+ * NOTE: This property will not be serialized. It can only be populated by the server.
241
+ */
242
+ readonly message?: string;
243
+ }
244
+ /** Additional Managed CCF properties. */
245
+ export interface ManagedCCFProperties {
246
+ /**
247
+ * Unique name for the Managed CCF.
248
+ * NOTE: This property will not be serialized. It can only be populated by the server.
249
+ */
250
+ readonly appName?: string;
251
+ /**
252
+ * Endpoint for calling Managed CCF Service.
253
+ * NOTE: This property will not be serialized. It can only be populated by the server.
254
+ */
255
+ readonly appUri?: string;
256
+ /**
257
+ * Endpoint for accessing network identity.
258
+ * NOTE: This property will not be serialized. It can only be populated by the server.
259
+ */
260
+ readonly identityServiceUri?: string;
261
+ /** List of member identity certificates for Managed CCF */
262
+ memberIdentityCertificates?: MemberIdentityCertificate[];
263
+ /** Deployment Type of Managed CCF */
264
+ deploymentType?: DeploymentType;
265
+ /** Object representing RunningState for Managed CCF. */
266
+ runningState?: RunningState;
267
+ /**
268
+ * Provisioning state of Managed CCF Resource
269
+ * NOTE: This property will not be serialized. It can only be populated by the server.
270
+ */
271
+ readonly provisioningState?: ProvisioningState;
272
+ /** Number of CCF nodes in the Managed CCF. */
273
+ nodeCount?: number;
274
+ /** Enclave platform of Managed CCF. */
275
+ enclavePlatform?: EnclavePlatform;
276
+ }
277
+ /** Object representing MemberIdentityCertificate for Managed CCF. */
278
+ export interface MemberIdentityCertificate {
279
+ /** Member Identity Certificate */
280
+ certificate?: string;
281
+ /** Member Identity Certificate Encryption Key */
282
+ encryptionkey?: string;
283
+ /** Anything */
284
+ tags?: any;
285
+ }
286
+ /** Object representing DeploymentType for Managed CCF. */
287
+ export interface DeploymentType {
288
+ /** Unique name for the Managed CCF. */
289
+ languageRuntime?: LanguageRuntime;
290
+ /** Source Uri containing ManagedCCF code */
291
+ appSourceUri?: string;
292
+ }
293
+ /** Object that includes an array of Managed CCF and a possible link for next set. */
294
+ export interface ManagedCCFList {
295
+ /** List of Managed CCF */
296
+ value?: ManagedCCF[];
297
+ /** The URL the client should use to fetch the next page (per server side paging). */
298
+ nextLink?: string;
299
+ }
300
+ /** Object representing Backup properties of a Managed CCF Resource. */
301
+ export interface ManagedCCFBackup {
302
+ /** The region where the backup of the managed CCF resource will eventually be restored to. */
303
+ restoreRegion?: string;
304
+ /** SAS URI used to access the backup Fileshare. */
305
+ uri: string;
306
+ }
307
+ /** Object representing the backup response of a Managed CCF Resource. */
308
+ export interface ManagedCCFBackupResponse {
309
+ /**
310
+ * Response body stating if the managed CCF resource is being backed up.
311
+ * NOTE: This property will not be serialized. It can only be populated by the server.
312
+ */
313
+ readonly message?: string;
314
+ }
315
+ /** Object representing Restore properties of Managed CCF Resource. */
316
+ export interface ManagedCCFRestore {
317
+ /** Fileshare where the managed CCF resource backup is stored. */
318
+ fileShareName: string;
319
+ /** The region the managed CCF resource is being restored to. */
320
+ restoreRegion: string;
321
+ /** SAS URI used to access the backup Fileshare. */
322
+ uri: string;
323
+ }
324
+ /** Object representing the restore response of a Managed CCF Resource. */
325
+ export interface ManagedCCFRestoreResponse {
326
+ /**
327
+ * Response body stating if the managed CCF resource is being restored.
328
+ * NOTE: This property will not be serialized. It can only be populated by the server.
329
+ */
330
+ readonly message?: string;
331
+ }
332
+ /** Tags for Managed CCF Certificates */
333
+ export interface CertificateTags {
334
+ /** Additional tags for Managed CCF Certificates */
335
+ tags?: {
336
+ [propertyName: string]: string;
337
+ };
338
+ }
339
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
340
+ export interface TrackedResource extends Resource {
341
+ /** Resource tags. */
342
+ tags?: {
343
+ [propertyName: string]: string;
344
+ };
345
+ /** The geo-location where the resource lives */
346
+ location: string;
347
+ }
348
+ /** Confidential Ledger. Contains the properties of Confidential Ledger Resource. */
349
+ export interface ConfidentialLedger extends TrackedResource {
350
+ /** Properties of Confidential Ledger Resource. */
351
+ properties?: LedgerProperties;
352
+ }
353
+ /** Managed CCF. Contains the properties of Managed CCF Resource. */
354
+ export interface ManagedCCF extends TrackedResource {
355
+ /** Properties of Managed CCF Resource. */
356
+ properties?: ManagedCCFProperties;
357
+ }
358
+ /** Known values of {@link CheckNameAvailabilityReason} that the service accepts. */
359
+ export declare enum KnownCheckNameAvailabilityReason {
360
+ /** Invalid */
361
+ Invalid = "Invalid",
362
+ /** AlreadyExists */
363
+ AlreadyExists = "AlreadyExists"
364
+ }
365
+ /**
366
+ * Defines values for CheckNameAvailabilityReason. \
367
+ * {@link KnownCheckNameAvailabilityReason} can be used interchangeably with CheckNameAvailabilityReason,
368
+ * this enum contains the known values that the service supports.
369
+ * ### Known values supported by the service
370
+ * **Invalid** \
371
+ * **AlreadyExists**
372
+ */
373
+ export type CheckNameAvailabilityReason = string;
374
+ /** Known values of {@link RunningState} that the service accepts. */
375
+ export declare enum KnownRunningState {
376
+ /** Active */
377
+ Active = "Active",
378
+ /** Paused */
379
+ Paused = "Paused",
380
+ /** Unknown */
381
+ Unknown = "Unknown",
382
+ /** Pausing */
383
+ Pausing = "Pausing",
384
+ /** Resuming */
385
+ Resuming = "Resuming"
386
+ }
387
+ /**
388
+ * Defines values for RunningState. \
389
+ * {@link KnownRunningState} can be used interchangeably with RunningState,
390
+ * this enum contains the known values that the service supports.
391
+ * ### Known values supported by the service
392
+ * **Active** \
393
+ * **Paused** \
394
+ * **Unknown** \
395
+ * **Pausing** \
396
+ * **Resuming**
397
+ */
398
+ export type RunningState = string;
399
+ /** Known values of {@link LedgerType} that the service accepts. */
400
+ export declare enum KnownLedgerType {
401
+ /** Unknown */
402
+ Unknown = "Unknown",
403
+ /** Public */
404
+ Public = "Public",
405
+ /** Private */
406
+ Private = "Private"
407
+ }
408
+ /**
409
+ * Defines values for LedgerType. \
410
+ * {@link KnownLedgerType} can be used interchangeably with LedgerType,
411
+ * this enum contains the known values that the service supports.
412
+ * ### Known values supported by the service
413
+ * **Unknown** \
414
+ * **Public** \
415
+ * **Private**
416
+ */
417
+ export type LedgerType = string;
418
+ /** Known values of {@link ProvisioningState} that the service accepts. */
419
+ export declare enum KnownProvisioningState {
420
+ /** Unknown */
421
+ Unknown = "Unknown",
422
+ /** Succeeded */
423
+ Succeeded = "Succeeded",
424
+ /** Failed */
425
+ Failed = "Failed",
426
+ /** Canceled */
427
+ Canceled = "Canceled",
428
+ /** Creating */
429
+ Creating = "Creating",
430
+ /** Deleting */
431
+ Deleting = "Deleting",
432
+ /** Updating */
433
+ Updating = "Updating"
434
+ }
435
+ /**
436
+ * Defines values for ProvisioningState. \
437
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
438
+ * this enum contains the known values that the service supports.
439
+ * ### Known values supported by the service
440
+ * **Unknown** \
441
+ * **Succeeded** \
442
+ * **Failed** \
443
+ * **Canceled** \
444
+ * **Creating** \
445
+ * **Deleting** \
446
+ * **Updating**
447
+ */
448
+ export type ProvisioningState = string;
449
+ /** Known values of {@link LedgerSku} that the service accepts. */
450
+ export declare enum KnownLedgerSku {
451
+ /** Standard */
452
+ Standard = "Standard",
453
+ /** Basic */
454
+ Basic = "Basic",
455
+ /** Unknown */
456
+ Unknown = "Unknown"
457
+ }
458
+ /**
459
+ * Defines values for LedgerSku. \
460
+ * {@link KnownLedgerSku} can be used interchangeably with LedgerSku,
461
+ * this enum contains the known values that the service supports.
462
+ * ### Known values supported by the service
463
+ * **Standard** \
464
+ * **Basic** \
465
+ * **Unknown**
466
+ */
467
+ export type LedgerSku = string;
468
+ /** Known values of {@link LedgerRoleName} that the service accepts. */
469
+ export declare enum KnownLedgerRoleName {
470
+ /** Reader */
471
+ Reader = "Reader",
472
+ /** Contributor */
473
+ Contributor = "Contributor",
474
+ /** Administrator */
475
+ Administrator = "Administrator"
476
+ }
477
+ /**
478
+ * Defines values for LedgerRoleName. \
479
+ * {@link KnownLedgerRoleName} can be used interchangeably with LedgerRoleName,
480
+ * this enum contains the known values that the service supports.
481
+ * ### Known values supported by the service
482
+ * **Reader** \
483
+ * **Contributor** \
484
+ * **Administrator**
485
+ */
486
+ export type LedgerRoleName = string;
487
+ /** Known values of {@link EnclavePlatform} that the service accepts. */
488
+ export declare enum KnownEnclavePlatform {
489
+ /** IntelSgx */
490
+ IntelSgx = "IntelSgx",
491
+ /** AmdSevSnp */
492
+ AmdSevSnp = "AmdSevSnp"
493
+ }
494
+ /**
495
+ * Defines values for EnclavePlatform. \
496
+ * {@link KnownEnclavePlatform} can be used interchangeably with EnclavePlatform,
497
+ * this enum contains the known values that the service supports.
498
+ * ### Known values supported by the service
499
+ * **IntelSgx** \
500
+ * **AmdSevSnp**
501
+ */
502
+ export type EnclavePlatform = string;
503
+ /** Known values of {@link ApplicationType} that the service accepts. */
504
+ export declare enum KnownApplicationType {
505
+ /** ConfidentialLedger */
506
+ ConfidentialLedger = "ConfidentialLedger",
507
+ /** CodeTransparency */
508
+ CodeTransparency = "CodeTransparency"
509
+ }
510
+ /**
511
+ * Defines values for ApplicationType. \
512
+ * {@link KnownApplicationType} can be used interchangeably with ApplicationType,
513
+ * this enum contains the known values that the service supports.
514
+ * ### Known values supported by the service
515
+ * **ConfidentialLedger** \
516
+ * **CodeTransparency**
517
+ */
518
+ export type ApplicationType = string;
519
+ /** Known values of {@link CreatedByType} that the service accepts. */
520
+ export declare enum KnownCreatedByType {
521
+ /** User */
522
+ User = "User",
523
+ /** Application */
524
+ Application = "Application",
525
+ /** ManagedIdentity */
526
+ ManagedIdentity = "ManagedIdentity",
527
+ /** Key */
528
+ Key = "Key"
529
+ }
530
+ /**
531
+ * Defines values for CreatedByType. \
532
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
533
+ * this enum contains the known values that the service supports.
534
+ * ### Known values supported by the service
535
+ * **User** \
536
+ * **Application** \
537
+ * **ManagedIdentity** \
538
+ * **Key**
539
+ */
540
+ export type CreatedByType = string;
541
+ /** Known values of {@link LanguageRuntime} that the service accepts. */
542
+ export declare enum KnownLanguageRuntime {
543
+ /** CPP */
544
+ CPP = "CPP",
545
+ /** JS */
546
+ JS = "JS"
547
+ }
548
+ /**
549
+ * Defines values for LanguageRuntime. \
550
+ * {@link KnownLanguageRuntime} can be used interchangeably with LanguageRuntime,
551
+ * this enum contains the known values that the service supports.
552
+ * ### Known values supported by the service
553
+ * **CPP** \
554
+ * **JS**
555
+ */
556
+ export type LanguageRuntime = string;
557
+ /** Optional parameters. */
558
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
559
+ }
560
+ /** Contains response data for the list operation. */
561
+ export type OperationsListResponse = ResourceProviderOperationList;
562
+ /** Optional parameters. */
563
+ export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
564
+ }
565
+ /** Contains response data for the listNext operation. */
566
+ export type OperationsListNextResponse = ResourceProviderOperationList;
567
+ /** Optional parameters. */
568
+ export interface CheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
569
+ }
570
+ /** Contains response data for the checkNameAvailability operation. */
571
+ export type CheckNameAvailabilityOperationResponse = CheckNameAvailabilityResponse;
572
+ /** Optional parameters. */
573
+ export interface LedgerGetOptionalParams extends coreClient.OperationOptions {
574
+ }
575
+ /** Contains response data for the get operation. */
576
+ export type LedgerGetResponse = ConfidentialLedger;
577
+ /** Optional parameters. */
578
+ export interface LedgerDeleteOptionalParams extends coreClient.OperationOptions {
579
+ /** Delay to wait until next poll, in milliseconds. */
580
+ updateIntervalInMs?: number;
581
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
582
+ resumeFrom?: string;
583
+ }
584
+ /** Optional parameters. */
585
+ export interface LedgerCreateOptionalParams extends coreClient.OperationOptions {
586
+ /** Delay to wait until next poll, in milliseconds. */
587
+ updateIntervalInMs?: number;
588
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
589
+ resumeFrom?: string;
590
+ }
591
+ /** Contains response data for the create operation. */
592
+ export type LedgerCreateResponse = ConfidentialLedger;
593
+ /** Optional parameters. */
594
+ export interface LedgerUpdateOptionalParams extends coreClient.OperationOptions {
595
+ /** Delay to wait until next poll, in milliseconds. */
596
+ updateIntervalInMs?: number;
597
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
598
+ resumeFrom?: string;
599
+ }
600
+ /** Contains response data for the update operation. */
601
+ export type LedgerUpdateResponse = ConfidentialLedger;
602
+ /** Optional parameters. */
603
+ export interface LedgerListByResourceGroupOptionalParams extends coreClient.OperationOptions {
604
+ /** The filter to apply on the list operation. eg. $filter=ledgerType eq 'Public' */
605
+ filter?: string;
606
+ }
607
+ /** Contains response data for the listByResourceGroup operation. */
608
+ export type LedgerListByResourceGroupResponse = ConfidentialLedgerList;
609
+ /** Optional parameters. */
610
+ export interface LedgerListBySubscriptionOptionalParams extends coreClient.OperationOptions {
611
+ /** The filter to apply on the list operation. eg. $filter=ledgerType eq 'Public' */
612
+ filter?: string;
613
+ }
614
+ /** Contains response data for the listBySubscription operation. */
615
+ export type LedgerListBySubscriptionResponse = ConfidentialLedgerList;
616
+ /** Optional parameters. */
617
+ export interface LedgerBackupOptionalParams extends coreClient.OperationOptions {
618
+ /** Delay to wait until next poll, in milliseconds. */
619
+ updateIntervalInMs?: number;
620
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
621
+ resumeFrom?: string;
622
+ }
623
+ /** Contains response data for the backup operation. */
624
+ export type LedgerBackupResponse = ConfidentialLedgerBackupResponse;
625
+ /** Optional parameters. */
626
+ export interface LedgerRestoreOptionalParams extends coreClient.OperationOptions {
627
+ /** Delay to wait until next poll, in milliseconds. */
628
+ updateIntervalInMs?: number;
629
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
630
+ resumeFrom?: string;
631
+ }
632
+ /** Contains response data for the restore operation. */
633
+ export type LedgerRestoreResponse = ConfidentialLedgerRestoreResponse;
634
+ /** Optional parameters. */
635
+ export interface LedgerListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
636
+ }
637
+ /** Contains response data for the listByResourceGroupNext operation. */
638
+ export type LedgerListByResourceGroupNextResponse = ConfidentialLedgerList;
639
+ /** Optional parameters. */
640
+ export interface LedgerListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
641
+ }
642
+ /** Contains response data for the listBySubscriptionNext operation. */
643
+ export type LedgerListBySubscriptionNextResponse = ConfidentialLedgerList;
644
+ /** Optional parameters. */
645
+ export interface ManagedCCFGetOptionalParams extends coreClient.OperationOptions {
646
+ }
647
+ /** Contains response data for the get operation. */
648
+ export type ManagedCCFGetResponse = ManagedCCF;
649
+ /** Optional parameters. */
650
+ export interface ManagedCCFDeleteOptionalParams extends coreClient.OperationOptions {
651
+ /** Delay to wait until next poll, in milliseconds. */
652
+ updateIntervalInMs?: number;
653
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
654
+ resumeFrom?: string;
655
+ }
656
+ /** Optional parameters. */
657
+ export interface ManagedCCFCreateOptionalParams extends coreClient.OperationOptions {
658
+ /** Delay to wait until next poll, in milliseconds. */
659
+ updateIntervalInMs?: number;
660
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
661
+ resumeFrom?: string;
662
+ }
663
+ /** Contains response data for the create operation. */
664
+ export type ManagedCCFCreateResponse = ManagedCCF;
665
+ /** Optional parameters. */
666
+ export interface ManagedCCFUpdateOptionalParams extends coreClient.OperationOptions {
667
+ /** Delay to wait until next poll, in milliseconds. */
668
+ updateIntervalInMs?: number;
669
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
670
+ resumeFrom?: string;
671
+ }
672
+ /** Contains response data for the update operation. */
673
+ export type ManagedCCFUpdateResponse = ManagedCCF;
674
+ /** Optional parameters. */
675
+ export interface ManagedCCFListByResourceGroupOptionalParams extends coreClient.OperationOptions {
676
+ /** The filter to apply on the list operation. eg. $filter=ledgerType eq 'Public' */
677
+ filter?: string;
678
+ }
679
+ /** Contains response data for the listByResourceGroup operation. */
680
+ export type ManagedCCFListByResourceGroupResponse = ManagedCCFList;
681
+ /** Optional parameters. */
682
+ export interface ManagedCCFListBySubscriptionOptionalParams extends coreClient.OperationOptions {
683
+ /** The filter to apply on the list operation. eg. $filter=ledgerType eq 'Public' */
684
+ filter?: string;
685
+ }
686
+ /** Contains response data for the listBySubscription operation. */
687
+ export type ManagedCCFListBySubscriptionResponse = ManagedCCFList;
688
+ /** Optional parameters. */
689
+ export interface ManagedCCFBackupOptionalParams extends coreClient.OperationOptions {
690
+ /** Delay to wait until next poll, in milliseconds. */
691
+ updateIntervalInMs?: number;
692
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
693
+ resumeFrom?: string;
694
+ }
695
+ /** Contains response data for the backup operation. */
696
+ export type ManagedCCFBackupOperationResponse = ManagedCCFBackupResponse;
697
+ /** Optional parameters. */
698
+ export interface ManagedCCFRestoreOptionalParams extends coreClient.OperationOptions {
699
+ /** Delay to wait until next poll, in milliseconds. */
700
+ updateIntervalInMs?: number;
701
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
702
+ resumeFrom?: string;
703
+ }
704
+ /** Contains response data for the restore operation. */
705
+ export type ManagedCCFRestoreOperationResponse = ManagedCCFRestoreResponse;
706
+ /** Optional parameters. */
707
+ export interface ManagedCCFListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
708
+ }
709
+ /** Contains response data for the listByResourceGroupNext operation. */
710
+ export type ManagedCCFListByResourceGroupNextResponse = ManagedCCFList;
711
+ /** Optional parameters. */
712
+ export interface ManagedCCFListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
713
+ }
714
+ /** Contains response data for the listBySubscriptionNext operation. */
715
+ export type ManagedCCFListBySubscriptionNextResponse = ManagedCCFList;
716
+ /** Optional parameters. */
717
+ export interface ConfidentialLedgerClientOptionalParams extends coreClient.ServiceClientOptions {
718
+ /** server parameter */
719
+ $host?: string;
720
+ /** Api Version */
721
+ apiVersion?: string;
722
+ /** Overrides client endpoint. */
723
+ endpoint?: string;
724
+ }
725
+ //# sourceMappingURL=index.d.ts.map