@azure/arm-notificationhubs 3.0.0-alpha.20241212.1 → 3.0.0-alpha.20241218.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (341) hide show
  1. package/dist/commonjs/index.d.ts +5 -0
  2. package/dist/commonjs/index.d.ts.map +1 -0
  3. package/dist/commonjs/index.js +18 -0
  4. package/dist/commonjs/index.js.map +1 -0
  5. package/{dist-esm/src → dist/commonjs}/lroImpl.d.ts +1 -1
  6. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  7. package/dist/commonjs/lroImpl.js +24 -0
  8. package/dist/commonjs/lroImpl.js.map +1 -0
  9. package/{dist-esm/src → dist/commonjs}/models/index.d.ts +1 -1
  10. package/dist/commonjs/models/index.d.ts.map +1 -0
  11. package/dist/commonjs/models/index.js +157 -0
  12. package/dist/commonjs/models/index.js.map +1 -0
  13. package/{dist-esm/src → dist/commonjs}/models/mappers.d.ts +1 -1
  14. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  15. package/dist/commonjs/models/mappers.js +2419 -0
  16. package/dist/commonjs/models/mappers.js.map +1 -0
  17. package/{dist-esm/src → dist/commonjs}/models/parameters.d.ts +1 -1
  18. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  19. package/dist/commonjs/models/parameters.js +215 -0
  20. package/dist/commonjs/models/parameters.js.map +1 -0
  21. package/{dist-esm/src → dist/commonjs}/notificationHubsManagementClient.d.ts +3 -3
  22. package/dist/commonjs/notificationHubsManagementClient.d.ts.map +1 -0
  23. package/dist/commonjs/notificationHubsManagementClient.js +104 -0
  24. package/dist/commonjs/notificationHubsManagementClient.js.map +1 -0
  25. package/dist/commonjs/operations/index.d.ts +5 -0
  26. package/{dist-esm/src → dist/commonjs}/operations/index.d.ts.map +1 -1
  27. package/dist/commonjs/operations/index.js +15 -0
  28. package/dist/commonjs/operations/index.js.map +1 -0
  29. package/{dist-esm/src → dist/commonjs}/operations/namespaces.d.ts +5 -5
  30. package/dist/commonjs/operations/namespaces.d.ts.map +1 -0
  31. package/dist/commonjs/operations/namespaces.js +794 -0
  32. package/dist/commonjs/operations/namespaces.js.map +1 -0
  33. package/{dist-esm/src → dist/commonjs}/operations/notificationHubs.d.ts +4 -4
  34. package/dist/commonjs/operations/notificationHubs.d.ts.map +1 -0
  35. package/dist/commonjs/operations/notificationHubs.js +744 -0
  36. package/dist/commonjs/operations/notificationHubs.js.map +1 -0
  37. package/{dist-esm/src → dist/commonjs}/operations/operations.d.ts +4 -4
  38. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  39. package/dist/commonjs/operations/operations.js +137 -0
  40. package/dist/commonjs/operations/operations.js.map +1 -0
  41. package/{dist-esm/src → dist/commonjs}/operations/privateEndpointConnections.d.ts +5 -5
  42. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
  43. package/dist/commonjs/operations/privateEndpointConnections.js +462 -0
  44. package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
  45. package/dist/commonjs/operationsInterfaces/index.d.ts +5 -0
  46. package/{dist-esm/src → dist/commonjs}/operationsInterfaces/index.d.ts.map +1 -1
  47. package/dist/commonjs/operationsInterfaces/index.js +15 -0
  48. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  49. package/{dist-esm/src → dist/commonjs}/operationsInterfaces/namespaces.d.ts +3 -3
  50. package/dist/commonjs/operationsInterfaces/namespaces.d.ts.map +1 -0
  51. package/dist/commonjs/operationsInterfaces/namespaces.js +10 -0
  52. package/dist/commonjs/operationsInterfaces/namespaces.js.map +1 -0
  53. package/{dist-esm/src → dist/commonjs}/operationsInterfaces/notificationHubs.d.ts +2 -2
  54. package/dist/commonjs/operationsInterfaces/notificationHubs.d.ts.map +1 -0
  55. package/dist/commonjs/operationsInterfaces/notificationHubs.js +10 -0
  56. package/dist/commonjs/operationsInterfaces/notificationHubs.js.map +1 -0
  57. package/{dist-esm/src → dist/commonjs}/operationsInterfaces/operations.d.ts +2 -2
  58. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  59. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  60. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  61. package/{dist-esm/src → dist/commonjs}/operationsInterfaces/privateEndpointConnections.d.ts +3 -3
  62. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  63. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
  64. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  65. package/dist/commonjs/package.json +3 -0
  66. package/{dist-esm/src → dist/commonjs}/pagingHelper.d.ts.map +1 -1
  67. package/dist/commonjs/pagingHelper.js +36 -0
  68. package/dist/commonjs/pagingHelper.js.map +1 -0
  69. package/dist/esm/index.d.ts +5 -0
  70. package/dist/esm/index.d.ts.map +1 -0
  71. package/{src/index.ts → dist/esm/index.js} +5 -6
  72. package/dist/esm/index.js.map +1 -0
  73. package/dist/esm/lroImpl.d.ts +11 -0
  74. package/dist/esm/lroImpl.d.ts.map +1 -0
  75. package/dist/esm/lroImpl.js.map +1 -0
  76. package/{types/arm-notificationhubs.d.ts → dist/esm/models/index.d.ts} +1606 -2131
  77. package/dist/esm/models/index.d.ts.map +1 -0
  78. package/dist/esm/models/index.js.map +1 -0
  79. package/dist/esm/models/mappers.d.ts +60 -0
  80. package/dist/esm/models/mappers.d.ts.map +1 -0
  81. package/dist/esm/models/mappers.js.map +1 -0
  82. package/dist/esm/models/parameters.d.ts +24 -0
  83. package/dist/esm/models/parameters.d.ts.map +1 -0
  84. package/{dist-esm/src → dist/esm}/models/parameters.js +1 -1
  85. package/dist/esm/models/parameters.js.map +1 -0
  86. package/dist/esm/notificationHubsManagementClient.d.ts +23 -0
  87. package/dist/esm/notificationHubsManagementClient.d.ts.map +1 -0
  88. package/{dist-esm/src → dist/esm}/notificationHubsManagementClient.js +16 -20
  89. package/dist/esm/notificationHubsManagementClient.js.map +1 -0
  90. package/dist/esm/operations/index.d.ts +5 -0
  91. package/dist/esm/operations/index.d.ts.map +1 -0
  92. package/{dist-esm/src → dist/esm}/operations/index.js +4 -4
  93. package/dist/esm/operations/index.js.map +1 -0
  94. package/dist/esm/operations/namespaces.d.ts +173 -0
  95. package/dist/esm/operations/namespaces.d.ts.map +1 -0
  96. package/{dist-esm/src → dist/esm}/operations/namespaces.js +53 -73
  97. package/dist/esm/operations/namespaces.js.map +1 -0
  98. package/dist/esm/operations/notificationHubs.d.ts +170 -0
  99. package/dist/esm/operations/notificationHubs.d.ts.map +1 -0
  100. package/{dist-esm/src → dist/esm}/operations/notificationHubs.js +8 -12
  101. package/dist/esm/operations/notificationHubs.js.map +1 -0
  102. package/dist/esm/operations/operations.d.ts +32 -0
  103. package/dist/esm/operations/operations.d.ts.map +1 -0
  104. package/{dist-esm/src → dist/esm}/operations/operations.js +5 -5
  105. package/dist/esm/operations/operations.js.map +1 -0
  106. package/dist/esm/operations/privateEndpointConnections.d.ts +114 -0
  107. package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
  108. package/{dist-esm/src → dist/esm}/operations/privateEndpointConnections.js +88 -96
  109. package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
  110. package/dist/esm/operationsInterfaces/index.d.ts +5 -0
  111. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  112. package/{dist-esm/src → dist/esm}/operationsInterfaces/index.js +4 -4
  113. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  114. package/dist/esm/operationsInterfaces/namespaces.d.ts +120 -0
  115. package/dist/esm/operationsInterfaces/namespaces.d.ts.map +1 -0
  116. package/dist/esm/operationsInterfaces/namespaces.js.map +1 -0
  117. package/dist/esm/operationsInterfaces/notificationHubs.d.ts +126 -0
  118. package/dist/esm/operationsInterfaces/notificationHubs.d.ts.map +1 -0
  119. package/dist/esm/operationsInterfaces/notificationHubs.js.map +1 -0
  120. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  121. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  122. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  123. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +84 -0
  124. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  125. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  126. package/dist/esm/package.json +3 -0
  127. package/dist/esm/pagingHelper.d.ts +13 -0
  128. package/dist/esm/pagingHelper.d.ts.map +1 -0
  129. package/dist/esm/pagingHelper.js.map +1 -0
  130. package/package.json +61 -45
  131. package/review/arm-notificationhubs.api.md +4 -4
  132. package/dist/index.js +0 -5155
  133. package/dist/index.js.map +0 -1
  134. package/dist/index.min.js +0 -1
  135. package/dist/index.min.js.map +0 -1
  136. package/dist-esm/samples-dev/namespacesCheckAvailabilitySample.d.ts +0 -2
  137. package/dist-esm/samples-dev/namespacesCheckAvailabilitySample.d.ts.map +0 -1
  138. package/dist-esm/samples-dev/namespacesCheckAvailabilitySample.js +0 -40
  139. package/dist-esm/samples-dev/namespacesCheckAvailabilitySample.js.map +0 -1
  140. package/dist-esm/samples-dev/namespacesCreateOrUpdateAuthorizationRuleSample.d.ts +0 -2
  141. package/dist-esm/samples-dev/namespacesCreateOrUpdateAuthorizationRuleSample.d.ts.map +0 -1
  142. package/dist-esm/samples-dev/namespacesCreateOrUpdateAuthorizationRuleSample.js +0 -43
  143. package/dist-esm/samples-dev/namespacesCreateOrUpdateAuthorizationRuleSample.js.map +0 -1
  144. package/dist-esm/samples-dev/namespacesCreateOrUpdateSample.d.ts +0 -2
  145. package/dist-esm/samples-dev/namespacesCreateOrUpdateSample.d.ts.map +0 -1
  146. package/dist-esm/samples-dev/namespacesCreateOrUpdateSample.js +0 -51
  147. package/dist-esm/samples-dev/namespacesCreateOrUpdateSample.js.map +0 -1
  148. package/dist-esm/samples-dev/namespacesDeleteAuthorizationRuleSample.d.ts +0 -2
  149. package/dist-esm/samples-dev/namespacesDeleteAuthorizationRuleSample.d.ts.map +0 -1
  150. package/dist-esm/samples-dev/namespacesDeleteAuthorizationRuleSample.js +0 -40
  151. package/dist-esm/samples-dev/namespacesDeleteAuthorizationRuleSample.js.map +0 -1
  152. package/dist-esm/samples-dev/namespacesDeleteSample.d.ts +0 -2
  153. package/dist-esm/samples-dev/namespacesDeleteSample.d.ts.map +0 -1
  154. package/dist-esm/samples-dev/namespacesDeleteSample.js +0 -39
  155. package/dist-esm/samples-dev/namespacesDeleteSample.js.map +0 -1
  156. package/dist-esm/samples-dev/namespacesGetAuthorizationRuleSample.d.ts +0 -2
  157. package/dist-esm/samples-dev/namespacesGetAuthorizationRuleSample.d.ts.map +0 -1
  158. package/dist-esm/samples-dev/namespacesGetAuthorizationRuleSample.js +0 -40
  159. package/dist-esm/samples-dev/namespacesGetAuthorizationRuleSample.js.map +0 -1
  160. package/dist-esm/samples-dev/namespacesGetPnsCredentialsSample.d.ts +0 -2
  161. package/dist-esm/samples-dev/namespacesGetPnsCredentialsSample.d.ts.map +0 -1
  162. package/dist-esm/samples-dev/namespacesGetPnsCredentialsSample.js +0 -39
  163. package/dist-esm/samples-dev/namespacesGetPnsCredentialsSample.js.map +0 -1
  164. package/dist-esm/samples-dev/namespacesGetSample.d.ts +0 -2
  165. package/dist-esm/samples-dev/namespacesGetSample.d.ts.map +0 -1
  166. package/dist-esm/samples-dev/namespacesGetSample.js +0 -39
  167. package/dist-esm/samples-dev/namespacesGetSample.js.map +0 -1
  168. package/dist-esm/samples-dev/namespacesListAllSample.d.ts +0 -2
  169. package/dist-esm/samples-dev/namespacesListAllSample.d.ts.map +0 -1
  170. package/dist-esm/samples-dev/namespacesListAllSample.js +0 -53
  171. package/dist-esm/samples-dev/namespacesListAllSample.js.map +0 -1
  172. package/dist-esm/samples-dev/namespacesListAuthorizationRulesSample.d.ts +0 -2
  173. package/dist-esm/samples-dev/namespacesListAuthorizationRulesSample.d.ts.map +0 -1
  174. package/dist-esm/samples-dev/namespacesListAuthorizationRulesSample.js +0 -55
  175. package/dist-esm/samples-dev/namespacesListAuthorizationRulesSample.js.map +0 -1
  176. package/dist-esm/samples-dev/namespacesListKeysSample.d.ts +0 -2
  177. package/dist-esm/samples-dev/namespacesListKeysSample.d.ts.map +0 -1
  178. package/dist-esm/samples-dev/namespacesListKeysSample.js +0 -40
  179. package/dist-esm/samples-dev/namespacesListKeysSample.js.map +0 -1
  180. package/dist-esm/samples-dev/namespacesListSample.d.ts +0 -2
  181. package/dist-esm/samples-dev/namespacesListSample.d.ts.map +0 -1
  182. package/dist-esm/samples-dev/namespacesListSample.js +0 -54
  183. package/dist-esm/samples-dev/namespacesListSample.js.map +0 -1
  184. package/dist-esm/samples-dev/namespacesRegenerateKeysSample.d.ts +0 -2
  185. package/dist-esm/samples-dev/namespacesRegenerateKeysSample.d.ts.map +0 -1
  186. package/dist-esm/samples-dev/namespacesRegenerateKeysSample.js +0 -41
  187. package/dist-esm/samples-dev/namespacesRegenerateKeysSample.js.map +0 -1
  188. package/dist-esm/samples-dev/namespacesUpdateSample.d.ts +0 -2
  189. package/dist-esm/samples-dev/namespacesUpdateSample.d.ts.map +0 -1
  190. package/dist-esm/samples-dev/namespacesUpdateSample.js +0 -51
  191. package/dist-esm/samples-dev/namespacesUpdateSample.js.map +0 -1
  192. package/dist-esm/samples-dev/notificationHubsCheckNotificationHubAvailabilitySample.d.ts +0 -2
  193. package/dist-esm/samples-dev/notificationHubsCheckNotificationHubAvailabilitySample.d.ts.map +0 -1
  194. package/dist-esm/samples-dev/notificationHubsCheckNotificationHubAvailabilitySample.js +0 -43
  195. package/dist-esm/samples-dev/notificationHubsCheckNotificationHubAvailabilitySample.js.map +0 -1
  196. package/dist-esm/samples-dev/notificationHubsCreateOrUpdateAuthorizationRuleSample.d.ts +0 -2
  197. package/dist-esm/samples-dev/notificationHubsCreateOrUpdateAuthorizationRuleSample.d.ts.map +0 -1
  198. package/dist-esm/samples-dev/notificationHubsCreateOrUpdateAuthorizationRuleSample.js +0 -44
  199. package/dist-esm/samples-dev/notificationHubsCreateOrUpdateAuthorizationRuleSample.js.map +0 -1
  200. package/dist-esm/samples-dev/notificationHubsCreateOrUpdateSample.d.ts +0 -2
  201. package/dist-esm/samples-dev/notificationHubsCreateOrUpdateSample.d.ts.map +0 -1
  202. package/dist-esm/samples-dev/notificationHubsCreateOrUpdateSample.js +0 -41
  203. package/dist-esm/samples-dev/notificationHubsCreateOrUpdateSample.js.map +0 -1
  204. package/dist-esm/samples-dev/notificationHubsDebugSendSample.d.ts +0 -2
  205. package/dist-esm/samples-dev/notificationHubsDebugSendSample.d.ts.map +0 -1
  206. package/dist-esm/samples-dev/notificationHubsDebugSendSample.js +0 -40
  207. package/dist-esm/samples-dev/notificationHubsDebugSendSample.js.map +0 -1
  208. package/dist-esm/samples-dev/notificationHubsDeleteAuthorizationRuleSample.d.ts +0 -2
  209. package/dist-esm/samples-dev/notificationHubsDeleteAuthorizationRuleSample.d.ts.map +0 -1
  210. package/dist-esm/samples-dev/notificationHubsDeleteAuthorizationRuleSample.js +0 -41
  211. package/dist-esm/samples-dev/notificationHubsDeleteAuthorizationRuleSample.js.map +0 -1
  212. package/dist-esm/samples-dev/notificationHubsDeleteSample.d.ts +0 -2
  213. package/dist-esm/samples-dev/notificationHubsDeleteSample.d.ts.map +0 -1
  214. package/dist-esm/samples-dev/notificationHubsDeleteSample.js +0 -40
  215. package/dist-esm/samples-dev/notificationHubsDeleteSample.js.map +0 -1
  216. package/dist-esm/samples-dev/notificationHubsGetAuthorizationRuleSample.d.ts +0 -2
  217. package/dist-esm/samples-dev/notificationHubsGetAuthorizationRuleSample.d.ts.map +0 -1
  218. package/dist-esm/samples-dev/notificationHubsGetAuthorizationRuleSample.js +0 -41
  219. package/dist-esm/samples-dev/notificationHubsGetAuthorizationRuleSample.js.map +0 -1
  220. package/dist-esm/samples-dev/notificationHubsGetPnsCredentialsSample.d.ts +0 -2
  221. package/dist-esm/samples-dev/notificationHubsGetPnsCredentialsSample.d.ts.map +0 -1
  222. package/dist-esm/samples-dev/notificationHubsGetPnsCredentialsSample.js +0 -40
  223. package/dist-esm/samples-dev/notificationHubsGetPnsCredentialsSample.js.map +0 -1
  224. package/dist-esm/samples-dev/notificationHubsGetSample.d.ts +0 -2
  225. package/dist-esm/samples-dev/notificationHubsGetSample.d.ts.map +0 -1
  226. package/dist-esm/samples-dev/notificationHubsGetSample.js +0 -40
  227. package/dist-esm/samples-dev/notificationHubsGetSample.js.map +0 -1
  228. package/dist-esm/samples-dev/notificationHubsListAuthorizationRulesSample.d.ts +0 -2
  229. package/dist-esm/samples-dev/notificationHubsListAuthorizationRulesSample.d.ts.map +0 -1
  230. package/dist-esm/samples-dev/notificationHubsListAuthorizationRulesSample.js +0 -56
  231. package/dist-esm/samples-dev/notificationHubsListAuthorizationRulesSample.js.map +0 -1
  232. package/dist-esm/samples-dev/notificationHubsListKeysSample.d.ts +0 -2
  233. package/dist-esm/samples-dev/notificationHubsListKeysSample.d.ts.map +0 -1
  234. package/dist-esm/samples-dev/notificationHubsListKeysSample.js +0 -41
  235. package/dist-esm/samples-dev/notificationHubsListKeysSample.js.map +0 -1
  236. package/dist-esm/samples-dev/notificationHubsListSample.d.ts +0 -2
  237. package/dist-esm/samples-dev/notificationHubsListSample.d.ts.map +0 -1
  238. package/dist-esm/samples-dev/notificationHubsListSample.js +0 -55
  239. package/dist-esm/samples-dev/notificationHubsListSample.js.map +0 -1
  240. package/dist-esm/samples-dev/notificationHubsRegenerateKeysSample.d.ts +0 -2
  241. package/dist-esm/samples-dev/notificationHubsRegenerateKeysSample.d.ts.map +0 -1
  242. package/dist-esm/samples-dev/notificationHubsRegenerateKeysSample.js +0 -42
  243. package/dist-esm/samples-dev/notificationHubsRegenerateKeysSample.js.map +0 -1
  244. package/dist-esm/samples-dev/notificationHubsUpdateSample.d.ts +0 -2
  245. package/dist-esm/samples-dev/notificationHubsUpdateSample.d.ts.map +0 -1
  246. package/dist-esm/samples-dev/notificationHubsUpdateSample.js +0 -47
  247. package/dist-esm/samples-dev/notificationHubsUpdateSample.js.map +0 -1
  248. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  249. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  250. package/dist-esm/samples-dev/operationsListSample.js +0 -53
  251. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  252. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
  253. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
  254. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -42
  255. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
  256. package/dist-esm/samples-dev/privateEndpointConnectionsGetGroupIdSample.d.ts +0 -2
  257. package/dist-esm/samples-dev/privateEndpointConnectionsGetGroupIdSample.d.ts.map +0 -1
  258. package/dist-esm/samples-dev/privateEndpointConnectionsGetGroupIdSample.js +0 -42
  259. package/dist-esm/samples-dev/privateEndpointConnectionsGetGroupIdSample.js.map +0 -1
  260. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
  261. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
  262. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -42
  263. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
  264. package/dist-esm/samples-dev/privateEndpointConnectionsListGroupIdsSample.d.ts +0 -2
  265. package/dist-esm/samples-dev/privateEndpointConnectionsListGroupIdsSample.d.ts.map +0 -1
  266. package/dist-esm/samples-dev/privateEndpointConnectionsListGroupIdsSample.js +0 -57
  267. package/dist-esm/samples-dev/privateEndpointConnectionsListGroupIdsSample.js.map +0 -1
  268. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts +0 -2
  269. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts.map +0 -1
  270. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +0 -57
  271. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +0 -1
  272. package/dist-esm/samples-dev/privateEndpointConnectionsUpdateSample.d.ts +0 -2
  273. package/dist-esm/samples-dev/privateEndpointConnectionsUpdateSample.d.ts.map +0 -1
  274. package/dist-esm/samples-dev/privateEndpointConnectionsUpdateSample.js +0 -48
  275. package/dist-esm/samples-dev/privateEndpointConnectionsUpdateSample.js.map +0 -1
  276. package/dist-esm/src/index.d.ts +0 -5
  277. package/dist-esm/src/index.d.ts.map +0 -1
  278. package/dist-esm/src/index.js +0 -13
  279. package/dist-esm/src/index.js.map +0 -1
  280. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  281. package/dist-esm/src/lroImpl.js.map +0 -1
  282. package/dist-esm/src/models/index.d.ts.map +0 -1
  283. package/dist-esm/src/models/index.js.map +0 -1
  284. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  285. package/dist-esm/src/models/mappers.js.map +0 -1
  286. package/dist-esm/src/models/parameters.d.ts.map +0 -1
  287. package/dist-esm/src/models/parameters.js.map +0 -1
  288. package/dist-esm/src/notificationHubsManagementClient.d.ts.map +0 -1
  289. package/dist-esm/src/notificationHubsManagementClient.js.map +0 -1
  290. package/dist-esm/src/operations/index.d.ts +0 -5
  291. package/dist-esm/src/operations/index.js.map +0 -1
  292. package/dist-esm/src/operations/namespaces.d.ts.map +0 -1
  293. package/dist-esm/src/operations/namespaces.js.map +0 -1
  294. package/dist-esm/src/operations/notificationHubs.d.ts.map +0 -1
  295. package/dist-esm/src/operations/notificationHubs.js.map +0 -1
  296. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  297. package/dist-esm/src/operations/operations.js.map +0 -1
  298. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
  299. package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
  300. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -5
  301. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  302. package/dist-esm/src/operationsInterfaces/namespaces.d.ts.map +0 -1
  303. package/dist-esm/src/operationsInterfaces/namespaces.js.map +0 -1
  304. package/dist-esm/src/operationsInterfaces/notificationHubs.d.ts.map +0 -1
  305. package/dist-esm/src/operationsInterfaces/notificationHubs.js.map +0 -1
  306. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  307. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  308. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  309. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  310. package/dist-esm/src/pagingHelper.js.map +0 -1
  311. package/dist-esm/test/notificationhubs_examples.d.ts +0 -4
  312. package/dist-esm/test/notificationhubs_examples.d.ts.map +0 -1
  313. package/dist-esm/test/notificationhubs_examples.js +0 -140
  314. package/dist-esm/test/notificationhubs_examples.js.map +0 -1
  315. package/src/lroImpl.ts +0 -42
  316. package/src/models/index.ts +0 -1778
  317. package/src/models/mappers.ts +0 -2570
  318. package/src/models/parameters.ts +0 -248
  319. package/src/notificationHubsManagementClient.ts +0 -157
  320. package/src/operations/index.ts +0 -12
  321. package/src/operations/namespaces.ts +0 -1039
  322. package/src/operations/notificationHubs.ts +0 -983
  323. package/src/operations/operations.ts +0 -149
  324. package/src/operations/privateEndpointConnections.ts +0 -629
  325. package/src/operationsInterfaces/index.ts +0 -12
  326. package/src/operationsInterfaces/namespaces.ts +0 -229
  327. package/src/operationsInterfaces/notificationHubs.ts +0 -243
  328. package/src/operationsInterfaces/operations.ts +0 -22
  329. package/src/operationsInterfaces/privateEndpointConnections.ts +0 -156
  330. package/src/pagingHelper.ts +0 -39
  331. package/tsconfig.json +0 -33
  332. /package/{dist-esm/src → dist/commonjs}/pagingHelper.d.ts +0 -0
  333. /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
  334. /package/{dist-esm/src → dist/esm}/lroImpl.js +0 -0
  335. /package/{dist-esm/src → dist/esm}/models/index.js +0 -0
  336. /package/{dist-esm/src → dist/esm}/models/mappers.js +0 -0
  337. /package/{dist-esm/src → dist/esm}/operationsInterfaces/namespaces.js +0 -0
  338. /package/{dist-esm/src → dist/esm}/operationsInterfaces/notificationHubs.js +0 -0
  339. /package/{dist-esm/src → dist/esm}/operationsInterfaces/operations.js +0 -0
  340. /package/{dist-esm/src → dist/esm}/operationsInterfaces/privateEndpointConnections.js +0 -0
  341. /package/{dist-esm/src → dist/esm}/pagingHelper.js +0 -0
@@ -0,0 +1,462 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.PrivateEndpointConnectionsImpl = void 0;
11
+ const tslib_1 = require("tslib");
12
+ const coreClient = tslib_1.__importStar(require("@azure/core-client"));
13
+ const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
14
+ const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
15
+ const core_lro_1 = require("@azure/core-lro");
16
+ const lroImpl_js_1 = require("../lroImpl.js");
17
+ /// <reference lib="esnext.asynciterable" />
18
+ /** Class containing PrivateEndpointConnections operations. */
19
+ class PrivateEndpointConnectionsImpl {
20
+ /**
21
+ * Initialize a new instance of the class PrivateEndpointConnections class.
22
+ * @param client Reference to the service client
23
+ */
24
+ constructor(client) {
25
+ this.client = client;
26
+ }
27
+ /**
28
+ * Returns all Private Endpoint Connections that belong to the given Notification Hubs namespace.
29
+ * This is a public API that can be called directly by Notification Hubs users.
30
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
31
+ * @param namespaceName Namespace name
32
+ * @param options The options parameters.
33
+ */
34
+ list(resourceGroupName, namespaceName, options) {
35
+ const iter = this.listPagingAll(resourceGroupName, namespaceName, options);
36
+ return {
37
+ next() {
38
+ return iter.next();
39
+ },
40
+ [Symbol.asyncIterator]() {
41
+ return this;
42
+ },
43
+ byPage: (settings) => {
44
+ if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
45
+ throw new Error("maxPageSize is not supported by this operation.");
46
+ }
47
+ return this.listPagingPage(resourceGroupName, namespaceName, options, settings);
48
+ },
49
+ };
50
+ }
51
+ listPagingPage(resourceGroupName, namespaceName, options, _settings) {
52
+ return tslib_1.__asyncGenerator(this, arguments, function* listPagingPage_1() {
53
+ let result;
54
+ result = yield tslib_1.__await(this._list(resourceGroupName, namespaceName, options));
55
+ yield yield tslib_1.__await(result.value || []);
56
+ });
57
+ }
58
+ listPagingAll(resourceGroupName, namespaceName, options) {
59
+ return tslib_1.__asyncGenerator(this, arguments, function* listPagingAll_1() {
60
+ var _a, e_1, _b, _c;
61
+ try {
62
+ for (var _d = true, _e = tslib_1.__asyncValues(this.listPagingPage(resourceGroupName, namespaceName, options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
63
+ _c = _f.value;
64
+ _d = false;
65
+ const page = _c;
66
+ yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
67
+ }
68
+ }
69
+ catch (e_1_1) { e_1 = { error: e_1_1 }; }
70
+ finally {
71
+ try {
72
+ if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
73
+ }
74
+ finally { if (e_1) throw e_1.error; }
75
+ }
76
+ });
77
+ }
78
+ /**
79
+ * Even though this namespace requires subscription id, resource group and namespace name, it returns a
80
+ * constant payload (for a given namespacE) every time it's called.
81
+ * That's why we don't send it to the sibling RP, but process it directly in the scale unit that
82
+ * received the request.
83
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
84
+ * @param namespaceName Namespace name
85
+ * @param options The options parameters.
86
+ */
87
+ listGroupIds(resourceGroupName, namespaceName, options) {
88
+ const iter = this.listGroupIdsPagingAll(resourceGroupName, namespaceName, options);
89
+ return {
90
+ next() {
91
+ return iter.next();
92
+ },
93
+ [Symbol.asyncIterator]() {
94
+ return this;
95
+ },
96
+ byPage: (settings) => {
97
+ if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
98
+ throw new Error("maxPageSize is not supported by this operation.");
99
+ }
100
+ return this.listGroupIdsPagingPage(resourceGroupName, namespaceName, options, settings);
101
+ },
102
+ };
103
+ }
104
+ listGroupIdsPagingPage(resourceGroupName, namespaceName, options, _settings) {
105
+ return tslib_1.__asyncGenerator(this, arguments, function* listGroupIdsPagingPage_1() {
106
+ let result;
107
+ result = yield tslib_1.__await(this._listGroupIds(resourceGroupName, namespaceName, options));
108
+ yield yield tslib_1.__await(result.value || []);
109
+ });
110
+ }
111
+ listGroupIdsPagingAll(resourceGroupName, namespaceName, options) {
112
+ return tslib_1.__asyncGenerator(this, arguments, function* listGroupIdsPagingAll_1() {
113
+ var _a, e_2, _b, _c;
114
+ try {
115
+ for (var _d = true, _e = tslib_1.__asyncValues(this.listGroupIdsPagingPage(resourceGroupName, namespaceName, options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
116
+ _c = _f.value;
117
+ _d = false;
118
+ const page = _c;
119
+ yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
120
+ }
121
+ }
122
+ catch (e_2_1) { e_2 = { error: e_2_1 }; }
123
+ finally {
124
+ try {
125
+ if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
126
+ }
127
+ finally { if (e_2) throw e_2.error; }
128
+ }
129
+ });
130
+ }
131
+ /**
132
+ * Approves or rejects Private Endpoint Connection.
133
+ * This is a public API that can be called directly by Notification Hubs users.
134
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
135
+ * @param namespaceName Namespace name
136
+ * @param privateEndpointConnectionName Private Endpoint Connection Name
137
+ * @param parameters Description of the Private Endpoint Connection resource.
138
+ * @param options The options parameters.
139
+ */
140
+ async beginUpdate(resourceGroupName, namespaceName, privateEndpointConnectionName, parameters, options) {
141
+ const directSendOperation = async (args, spec) => {
142
+ return this.client.sendOperationRequest(args, spec);
143
+ };
144
+ const sendOperationFn = async (args, spec) => {
145
+ var _a;
146
+ let currentRawResponse = undefined;
147
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
148
+ const callback = (rawResponse, flatResponse) => {
149
+ currentRawResponse = rawResponse;
150
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
151
+ };
152
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
153
+ const flatResponse = await directSendOperation(updatedArgs, spec);
154
+ return {
155
+ flatResponse,
156
+ rawResponse: {
157
+ statusCode: currentRawResponse.status,
158
+ body: currentRawResponse.parsedBody,
159
+ headers: currentRawResponse.headers.toJSON(),
160
+ },
161
+ };
162
+ };
163
+ const lro = (0, lroImpl_js_1.createLroSpec)({
164
+ sendOperationFn,
165
+ args: {
166
+ resourceGroupName,
167
+ namespaceName,
168
+ privateEndpointConnectionName,
169
+ parameters,
170
+ options,
171
+ },
172
+ spec: updateOperationSpec,
173
+ });
174
+ const poller = await (0, core_lro_1.createHttpPoller)(lro, {
175
+ restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
176
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
177
+ resourceLocationConfig: "azure-async-operation",
178
+ });
179
+ await poller.poll();
180
+ return poller;
181
+ }
182
+ /**
183
+ * Approves or rejects Private Endpoint Connection.
184
+ * This is a public API that can be called directly by Notification Hubs users.
185
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
186
+ * @param namespaceName Namespace name
187
+ * @param privateEndpointConnectionName Private Endpoint Connection Name
188
+ * @param parameters Description of the Private Endpoint Connection resource.
189
+ * @param options The options parameters.
190
+ */
191
+ async beginUpdateAndWait(resourceGroupName, namespaceName, privateEndpointConnectionName, parameters, options) {
192
+ const poller = await this.beginUpdate(resourceGroupName, namespaceName, privateEndpointConnectionName, parameters, options);
193
+ return poller.pollUntilDone();
194
+ }
195
+ /**
196
+ * Deletes the Private Endpoint Connection.
197
+ * This is a public API that can be called directly by Notification Hubs users.
198
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
199
+ * @param namespaceName Namespace name
200
+ * @param privateEndpointConnectionName Private Endpoint Connection Name
201
+ * @param options The options parameters.
202
+ */
203
+ async beginDelete(resourceGroupName, namespaceName, privateEndpointConnectionName, options) {
204
+ const directSendOperation = async (args, spec) => {
205
+ return this.client.sendOperationRequest(args, spec);
206
+ };
207
+ const sendOperationFn = async (args, spec) => {
208
+ var _a;
209
+ let currentRawResponse = undefined;
210
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
211
+ const callback = (rawResponse, flatResponse) => {
212
+ currentRawResponse = rawResponse;
213
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
214
+ };
215
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
216
+ const flatResponse = await directSendOperation(updatedArgs, spec);
217
+ return {
218
+ flatResponse,
219
+ rawResponse: {
220
+ statusCode: currentRawResponse.status,
221
+ body: currentRawResponse.parsedBody,
222
+ headers: currentRawResponse.headers.toJSON(),
223
+ },
224
+ };
225
+ };
226
+ const lro = (0, lroImpl_js_1.createLroSpec)({
227
+ sendOperationFn,
228
+ args: {
229
+ resourceGroupName,
230
+ namespaceName,
231
+ privateEndpointConnectionName,
232
+ options,
233
+ },
234
+ spec: deleteOperationSpec,
235
+ });
236
+ const poller = await (0, core_lro_1.createHttpPoller)(lro, {
237
+ restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
238
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
239
+ resourceLocationConfig: "location",
240
+ });
241
+ await poller.poll();
242
+ return poller;
243
+ }
244
+ /**
245
+ * Deletes the Private Endpoint Connection.
246
+ * This is a public API that can be called directly by Notification Hubs users.
247
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
248
+ * @param namespaceName Namespace name
249
+ * @param privateEndpointConnectionName Private Endpoint Connection Name
250
+ * @param options The options parameters.
251
+ */
252
+ async beginDeleteAndWait(resourceGroupName, namespaceName, privateEndpointConnectionName, options) {
253
+ const poller = await this.beginDelete(resourceGroupName, namespaceName, privateEndpointConnectionName, options);
254
+ return poller.pollUntilDone();
255
+ }
256
+ /**
257
+ * Returns a Private Endpoint Connection with a given name.
258
+ * This is a public API that can be called directly by Notification Hubs users.
259
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
260
+ * @param namespaceName Namespace name
261
+ * @param privateEndpointConnectionName Private Endpoint Connection Name
262
+ * @param options The options parameters.
263
+ */
264
+ get(resourceGroupName, namespaceName, privateEndpointConnectionName, options) {
265
+ return this.client.sendOperationRequest({
266
+ resourceGroupName,
267
+ namespaceName,
268
+ privateEndpointConnectionName,
269
+ options,
270
+ }, getOperationSpec);
271
+ }
272
+ /**
273
+ * Returns all Private Endpoint Connections that belong to the given Notification Hubs namespace.
274
+ * This is a public API that can be called directly by Notification Hubs users.
275
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
276
+ * @param namespaceName Namespace name
277
+ * @param options The options parameters.
278
+ */
279
+ _list(resourceGroupName, namespaceName, options) {
280
+ return this.client.sendOperationRequest({ resourceGroupName, namespaceName, options }, listOperationSpec);
281
+ }
282
+ /**
283
+ * Even though this namespace requires subscription id, resource group and namespace name, it returns a
284
+ * constant payload (for a given namespacE) every time it's called.
285
+ * That's why we don't send it to the sibling RP, but process it directly in the scale unit that
286
+ * received the request.
287
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
288
+ * @param namespaceName Namespace name
289
+ * @param subResourceName Name of the Private Link sub-resource. The only supported sub-resource is
290
+ * "namespace"
291
+ * @param options The options parameters.
292
+ */
293
+ getGroupId(resourceGroupName, namespaceName, subResourceName, options) {
294
+ return this.client.sendOperationRequest({ resourceGroupName, namespaceName, subResourceName, options }, getGroupIdOperationSpec);
295
+ }
296
+ /**
297
+ * Even though this namespace requires subscription id, resource group and namespace name, it returns a
298
+ * constant payload (for a given namespacE) every time it's called.
299
+ * That's why we don't send it to the sibling RP, but process it directly in the scale unit that
300
+ * received the request.
301
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
302
+ * @param namespaceName Namespace name
303
+ * @param options The options parameters.
304
+ */
305
+ _listGroupIds(resourceGroupName, namespaceName, options) {
306
+ return this.client.sendOperationRequest({ resourceGroupName, namespaceName, options }, listGroupIdsOperationSpec);
307
+ }
308
+ }
309
+ exports.PrivateEndpointConnectionsImpl = PrivateEndpointConnectionsImpl;
310
+ // Operation Specifications
311
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
312
+ const updateOperationSpec = {
313
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/privateEndpointConnections/{privateEndpointConnectionName}",
314
+ httpMethod: "PUT",
315
+ responses: {
316
+ 200: {
317
+ bodyMapper: Mappers.PrivateEndpointConnectionResource,
318
+ },
319
+ 201: {
320
+ bodyMapper: Mappers.PrivateEndpointConnectionResource,
321
+ },
322
+ 202: {
323
+ bodyMapper: Mappers.PrivateEndpointConnectionResource,
324
+ },
325
+ 204: {
326
+ bodyMapper: Mappers.PrivateEndpointConnectionResource,
327
+ },
328
+ default: {
329
+ bodyMapper: Mappers.ErrorResponse,
330
+ },
331
+ },
332
+ requestBody: Parameters.parameters7,
333
+ queryParameters: [Parameters.apiVersion],
334
+ urlParameters: [
335
+ Parameters.$host,
336
+ Parameters.subscriptionId,
337
+ Parameters.resourceGroupName,
338
+ Parameters.namespaceName,
339
+ Parameters.privateEndpointConnectionName,
340
+ ],
341
+ headerParameters: [Parameters.contentType, Parameters.accept],
342
+ mediaType: "json",
343
+ serializer,
344
+ };
345
+ const deleteOperationSpec = {
346
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/privateEndpointConnections/{privateEndpointConnectionName}",
347
+ httpMethod: "DELETE",
348
+ responses: {
349
+ 200: {
350
+ headersMapper: Mappers.PrivateEndpointConnectionsDeleteHeaders,
351
+ },
352
+ 201: {
353
+ headersMapper: Mappers.PrivateEndpointConnectionsDeleteHeaders,
354
+ },
355
+ 202: {
356
+ headersMapper: Mappers.PrivateEndpointConnectionsDeleteHeaders,
357
+ },
358
+ 204: {
359
+ headersMapper: Mappers.PrivateEndpointConnectionsDeleteHeaders,
360
+ },
361
+ default: {
362
+ bodyMapper: Mappers.ErrorResponse,
363
+ },
364
+ },
365
+ queryParameters: [Parameters.apiVersion],
366
+ urlParameters: [
367
+ Parameters.$host,
368
+ Parameters.subscriptionId,
369
+ Parameters.resourceGroupName,
370
+ Parameters.namespaceName,
371
+ Parameters.privateEndpointConnectionName,
372
+ ],
373
+ headerParameters: [Parameters.accept],
374
+ serializer,
375
+ };
376
+ const getOperationSpec = {
377
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/privateEndpointConnections/{privateEndpointConnectionName}",
378
+ httpMethod: "GET",
379
+ responses: {
380
+ 200: {
381
+ bodyMapper: Mappers.PrivateEndpointConnectionResource,
382
+ },
383
+ default: {
384
+ bodyMapper: Mappers.ErrorResponse,
385
+ },
386
+ },
387
+ queryParameters: [Parameters.apiVersion],
388
+ urlParameters: [
389
+ Parameters.$host,
390
+ Parameters.subscriptionId,
391
+ Parameters.resourceGroupName,
392
+ Parameters.namespaceName,
393
+ Parameters.privateEndpointConnectionName,
394
+ ],
395
+ headerParameters: [Parameters.accept],
396
+ serializer,
397
+ };
398
+ const listOperationSpec = {
399
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/privateEndpointConnections",
400
+ httpMethod: "GET",
401
+ responses: {
402
+ 200: {
403
+ bodyMapper: Mappers.PrivateEndpointConnectionResourceListResult,
404
+ },
405
+ default: {
406
+ bodyMapper: Mappers.ErrorResponse,
407
+ },
408
+ },
409
+ queryParameters: [Parameters.apiVersion],
410
+ urlParameters: [
411
+ Parameters.$host,
412
+ Parameters.subscriptionId,
413
+ Parameters.resourceGroupName,
414
+ Parameters.namespaceName,
415
+ ],
416
+ headerParameters: [Parameters.accept],
417
+ serializer,
418
+ };
419
+ const getGroupIdOperationSpec = {
420
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/privateLinkResources/{subResourceName}",
421
+ httpMethod: "GET",
422
+ responses: {
423
+ 200: {
424
+ bodyMapper: Mappers.PrivateLinkResource,
425
+ },
426
+ default: {
427
+ bodyMapper: Mappers.ErrorResponse,
428
+ },
429
+ },
430
+ queryParameters: [Parameters.apiVersion],
431
+ urlParameters: [
432
+ Parameters.$host,
433
+ Parameters.subscriptionId,
434
+ Parameters.resourceGroupName,
435
+ Parameters.namespaceName,
436
+ Parameters.subResourceName,
437
+ ],
438
+ headerParameters: [Parameters.accept],
439
+ serializer,
440
+ };
441
+ const listGroupIdsOperationSpec = {
442
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/privateLinkResources",
443
+ httpMethod: "GET",
444
+ responses: {
445
+ 200: {
446
+ bodyMapper: Mappers.PrivateLinkResourceListResult,
447
+ },
448
+ default: {
449
+ bodyMapper: Mappers.ErrorResponse,
450
+ },
451
+ },
452
+ queryParameters: [Parameters.apiVersion],
453
+ urlParameters: [
454
+ Parameters.$host,
455
+ Parameters.subscriptionId,
456
+ Parameters.resourceGroupName,
457
+ Parameters.namespaceName,
458
+ ],
459
+ headerParameters: [Parameters.accept],
460
+ serializer,
461
+ };
462
+ //# sourceMappingURL=privateEndpointConnections.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"privateEndpointConnections.js","sourceRoot":"","sources":["../../../src/operations/privateEndpointConnections.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport type { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport type { PrivateEndpointConnections } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport type { NotificationHubsManagementClient } from \"../notificationHubsManagementClient.js\";\nimport type { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport { createHttpPoller } from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport type {\n PrivateEndpointConnectionResource,\n PrivateEndpointConnectionsListOptionalParams,\n PrivateEndpointConnectionsListResponse,\n PrivateLinkResource,\n PrivateEndpointConnectionsListGroupIdsOptionalParams,\n PrivateEndpointConnectionsListGroupIdsResponse,\n PrivateEndpointConnectionsUpdateOptionalParams,\n PrivateEndpointConnectionsUpdateResponse,\n PrivateEndpointConnectionsDeleteOptionalParams,\n PrivateEndpointConnectionsDeleteResponse,\n PrivateEndpointConnectionsGetOptionalParams,\n PrivateEndpointConnectionsGetResponse,\n PrivateEndpointConnectionsGetGroupIdOptionalParams,\n PrivateEndpointConnectionsGetGroupIdResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing PrivateEndpointConnections operations. */\nexport class PrivateEndpointConnectionsImpl implements PrivateEndpointConnections {\n private readonly client: NotificationHubsManagementClient;\n\n /**\n * Initialize a new instance of the class PrivateEndpointConnections class.\n * @param client Reference to the service client\n */\n constructor(client: NotificationHubsManagementClient) {\n this.client = client;\n }\n\n /**\n * Returns all Private Endpoint Connections that belong to the given Notification Hubs namespace.\n * This is a public API that can be called directly by Notification Hubs users.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param namespaceName Namespace name\n * @param options The options parameters.\n */\n public list(\n resourceGroupName: string,\n namespaceName: string,\n options?: PrivateEndpointConnectionsListOptionalParams,\n ): PagedAsyncIterableIterator<PrivateEndpointConnectionResource> {\n const iter = this.listPagingAll(resourceGroupName, namespaceName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(resourceGroupName, namespaceName, options, settings);\n },\n };\n }\n\n private async *listPagingPage(\n resourceGroupName: string,\n namespaceName: string,\n options?: PrivateEndpointConnectionsListOptionalParams,\n _settings?: PageSettings,\n ): AsyncIterableIterator<PrivateEndpointConnectionResource[]> {\n let result: PrivateEndpointConnectionsListResponse;\n result = await this._list(resourceGroupName, namespaceName, options);\n yield result.value || [];\n }\n\n private async *listPagingAll(\n resourceGroupName: string,\n namespaceName: string,\n options?: PrivateEndpointConnectionsListOptionalParams,\n ): AsyncIterableIterator<PrivateEndpointConnectionResource> {\n for await (const page of this.listPagingPage(resourceGroupName, namespaceName, options)) {\n yield* page;\n }\n }\n\n /**\n * Even though this namespace requires subscription id, resource group and namespace name, it returns a\n * constant payload (for a given namespacE) every time it's called.\n * That's why we don't send it to the sibling RP, but process it directly in the scale unit that\n * received the request.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param namespaceName Namespace name\n * @param options The options parameters.\n */\n public listGroupIds(\n resourceGroupName: string,\n namespaceName: string,\n options?: PrivateEndpointConnectionsListGroupIdsOptionalParams,\n ): PagedAsyncIterableIterator<PrivateLinkResource> {\n const iter = this.listGroupIdsPagingAll(resourceGroupName, namespaceName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listGroupIdsPagingPage(resourceGroupName, namespaceName, options, settings);\n },\n };\n }\n\n private async *listGroupIdsPagingPage(\n resourceGroupName: string,\n namespaceName: string,\n options?: PrivateEndpointConnectionsListGroupIdsOptionalParams,\n _settings?: PageSettings,\n ): AsyncIterableIterator<PrivateLinkResource[]> {\n let result: PrivateEndpointConnectionsListGroupIdsResponse;\n result = await this._listGroupIds(resourceGroupName, namespaceName, options);\n yield result.value || [];\n }\n\n private async *listGroupIdsPagingAll(\n resourceGroupName: string,\n namespaceName: string,\n options?: PrivateEndpointConnectionsListGroupIdsOptionalParams,\n ): AsyncIterableIterator<PrivateLinkResource> {\n for await (const page of this.listGroupIdsPagingPage(\n resourceGroupName,\n namespaceName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Approves or rejects Private Endpoint Connection.\n * This is a public API that can be called directly by Notification Hubs users.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param namespaceName Namespace name\n * @param privateEndpointConnectionName Private Endpoint Connection Name\n * @param parameters Description of the Private Endpoint Connection resource.\n * @param options The options parameters.\n */\n async beginUpdate(\n resourceGroupName: string,\n namespaceName: string,\n privateEndpointConnectionName: string,\n parameters: PrivateEndpointConnectionResource,\n options?: PrivateEndpointConnectionsUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<PrivateEndpointConnectionsUpdateResponse>,\n PrivateEndpointConnectionsUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<PrivateEndpointConnectionsUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n namespaceName,\n privateEndpointConnectionName,\n parameters,\n options,\n },\n spec: updateOperationSpec,\n });\n const poller = await createHttpPoller<\n PrivateEndpointConnectionsUpdateResponse,\n OperationState<PrivateEndpointConnectionsUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Approves or rejects Private Endpoint Connection.\n * This is a public API that can be called directly by Notification Hubs users.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param namespaceName Namespace name\n * @param privateEndpointConnectionName Private Endpoint Connection Name\n * @param parameters Description of the Private Endpoint Connection resource.\n * @param options The options parameters.\n */\n async beginUpdateAndWait(\n resourceGroupName: string,\n namespaceName: string,\n privateEndpointConnectionName: string,\n parameters: PrivateEndpointConnectionResource,\n options?: PrivateEndpointConnectionsUpdateOptionalParams,\n ): Promise<PrivateEndpointConnectionsUpdateResponse> {\n const poller = await this.beginUpdate(\n resourceGroupName,\n namespaceName,\n privateEndpointConnectionName,\n parameters,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Deletes the Private Endpoint Connection.\n * This is a public API that can be called directly by Notification Hubs users.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param namespaceName Namespace name\n * @param privateEndpointConnectionName Private Endpoint Connection Name\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n namespaceName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionsDeleteOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<PrivateEndpointConnectionsDeleteResponse>,\n PrivateEndpointConnectionsDeleteResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<PrivateEndpointConnectionsDeleteResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: {\n resourceGroupName,\n namespaceName,\n privateEndpointConnectionName,\n options,\n },\n spec: deleteOperationSpec,\n });\n const poller = await createHttpPoller<\n PrivateEndpointConnectionsDeleteResponse,\n OperationState<PrivateEndpointConnectionsDeleteResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Deletes the Private Endpoint Connection.\n * This is a public API that can be called directly by Notification Hubs users.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param namespaceName Namespace name\n * @param privateEndpointConnectionName Private Endpoint Connection Name\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n namespaceName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionsDeleteOptionalParams,\n ): Promise<PrivateEndpointConnectionsDeleteResponse> {\n const poller = await this.beginDelete(\n resourceGroupName,\n namespaceName,\n privateEndpointConnectionName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Returns a Private Endpoint Connection with a given name.\n * This is a public API that can be called directly by Notification Hubs users.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param namespaceName Namespace name\n * @param privateEndpointConnectionName Private Endpoint Connection Name\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n namespaceName: string,\n privateEndpointConnectionName: string,\n options?: PrivateEndpointConnectionsGetOptionalParams,\n ): Promise<PrivateEndpointConnectionsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n namespaceName,\n privateEndpointConnectionName,\n options,\n },\n getOperationSpec,\n );\n }\n\n /**\n * Returns all Private Endpoint Connections that belong to the given Notification Hubs namespace.\n * This is a public API that can be called directly by Notification Hubs users.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param namespaceName Namespace name\n * @param options The options parameters.\n */\n private _list(\n resourceGroupName: string,\n namespaceName: string,\n options?: PrivateEndpointConnectionsListOptionalParams,\n ): Promise<PrivateEndpointConnectionsListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, namespaceName, options },\n listOperationSpec,\n );\n }\n\n /**\n * Even though this namespace requires subscription id, resource group and namespace name, it returns a\n * constant payload (for a given namespacE) every time it's called.\n * That's why we don't send it to the sibling RP, but process it directly in the scale unit that\n * received the request.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param namespaceName Namespace name\n * @param subResourceName Name of the Private Link sub-resource. The only supported sub-resource is\n * \"namespace\"\n * @param options The options parameters.\n */\n getGroupId(\n resourceGroupName: string,\n namespaceName: string,\n subResourceName: string,\n options?: PrivateEndpointConnectionsGetGroupIdOptionalParams,\n ): Promise<PrivateEndpointConnectionsGetGroupIdResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, namespaceName, subResourceName, options },\n getGroupIdOperationSpec,\n );\n }\n\n /**\n * Even though this namespace requires subscription id, resource group and namespace name, it returns a\n * constant payload (for a given namespacE) every time it's called.\n * That's why we don't send it to the sibling RP, but process it directly in the scale unit that\n * received the request.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param namespaceName Namespace name\n * @param options The options parameters.\n */\n private _listGroupIds(\n resourceGroupName: string,\n namespaceName: string,\n options?: PrivateEndpointConnectionsListGroupIdsOptionalParams,\n ): Promise<PrivateEndpointConnectionsListGroupIdsResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, namespaceName, options },\n listGroupIdsOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst updateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnectionResource,\n },\n 201: {\n bodyMapper: Mappers.PrivateEndpointConnectionResource,\n },\n 202: {\n bodyMapper: Mappers.PrivateEndpointConnectionResource,\n },\n 204: {\n bodyMapper: Mappers.PrivateEndpointConnectionResource,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.parameters7,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.namespaceName,\n Parameters.privateEndpointConnectionName,\n ],\n headerParameters: [Parameters.contentType, Parameters.accept],\n mediaType: \"json\",\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {\n headersMapper: Mappers.PrivateEndpointConnectionsDeleteHeaders,\n },\n 201: {\n headersMapper: Mappers.PrivateEndpointConnectionsDeleteHeaders,\n },\n 202: {\n headersMapper: Mappers.PrivateEndpointConnectionsDeleteHeaders,\n },\n 204: {\n headersMapper: Mappers.PrivateEndpointConnectionsDeleteHeaders,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.namespaceName,\n Parameters.privateEndpointConnectionName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnectionResource,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.namespaceName,\n Parameters.privateEndpointConnectionName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/privateEndpointConnections\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateEndpointConnectionResourceListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.namespaceName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getGroupIdOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/privateLinkResources/{subResourceName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateLinkResource,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.namespaceName,\n Parameters.subResourceName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listGroupIdsOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/privateLinkResources\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.PrivateLinkResourceListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.namespaceName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
@@ -0,0 +1,5 @@
1
+ export * from "./notificationHubs.js";
2
+ export * from "./namespaces.js";
3
+ export * from "./operations.js";
4
+ export * from "./privateEndpointConnections.js";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,8BAA8B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,uBAAuB,CAAC;AACtC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iCAAiC,CAAC"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ const tslib_1 = require("tslib");
11
+ tslib_1.__exportStar(require("./notificationHubs.js"), exports);
12
+ tslib_1.__exportStar(require("./namespaces.js"), exports);
13
+ tslib_1.__exportStar(require("./operations.js"), exports);
14
+ tslib_1.__exportStar(require("./privateEndpointConnections.js"), exports);
15
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AAEH,gEAAsC;AACtC,0DAAgC;AAChC,0DAAgC;AAChC,0EAAgD","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./notificationHubs.js\";\nexport * from \"./namespaces.js\";\nexport * from \"./operations.js\";\nexport * from \"./privateEndpointConnections.js\";\n"]}
@@ -1,6 +1,6 @@
1
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { SimplePollerLike, OperationState } from "@azure/core-lro";
3
- import { NamespaceResource, NamespacesListAllOptionalParams, NamespacesListOptionalParams, SharedAccessAuthorizationRuleResource, NamespacesListAuthorizationRulesOptionalParams, CheckAvailabilityParameters, NamespacesCheckAvailabilityOptionalParams, NamespacesCheckAvailabilityResponse, NamespacesGetOptionalParams, NamespacesGetResponse, NamespacesCreateOrUpdateOptionalParams, NamespacesCreateOrUpdateResponse, NamespacePatchParameters, NamespacesUpdateOptionalParams, NamespacesUpdateResponse, NamespacesDeleteOptionalParams, NamespacesCreateOrUpdateAuthorizationRuleOptionalParams, NamespacesCreateOrUpdateAuthorizationRuleResponse, NamespacesDeleteAuthorizationRuleOptionalParams, NamespacesGetAuthorizationRuleOptionalParams, NamespacesGetAuthorizationRuleResponse, NamespacesListKeysOptionalParams, NamespacesListKeysResponse, PolicyKeyResource, NamespacesRegenerateKeysOptionalParams, NamespacesRegenerateKeysResponse, NamespacesGetPnsCredentialsOptionalParams, NamespacesGetPnsCredentialsResponse } from "../models";
1
+ import type { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import type { SimplePollerLike, OperationState } from "@azure/core-lro";
3
+ import type { NamespaceResource, NamespacesListAllOptionalParams, NamespacesListOptionalParams, SharedAccessAuthorizationRuleResource, NamespacesListAuthorizationRulesOptionalParams, CheckAvailabilityParameters, NamespacesCheckAvailabilityOptionalParams, NamespacesCheckAvailabilityResponse, NamespacesGetOptionalParams, NamespacesGetResponse, NamespacesCreateOrUpdateOptionalParams, NamespacesCreateOrUpdateResponse, NamespacePatchParameters, NamespacesUpdateOptionalParams, NamespacesUpdateResponse, NamespacesDeleteOptionalParams, NamespacesCreateOrUpdateAuthorizationRuleOptionalParams, NamespacesCreateOrUpdateAuthorizationRuleResponse, NamespacesDeleteAuthorizationRuleOptionalParams, NamespacesGetAuthorizationRuleOptionalParams, NamespacesGetAuthorizationRuleResponse, NamespacesListKeysOptionalParams, NamespacesListKeysResponse, PolicyKeyResource, NamespacesRegenerateKeysOptionalParams, NamespacesRegenerateKeysResponse, NamespacesGetPnsCredentialsOptionalParams, NamespacesGetPnsCredentialsResponse } from "../models/index.js";
4
4
  /** Interface representing a Namespaces. */
5
5
  export interface Namespaces {
6
6
  /**
@@ -0,0 +1 @@
1
+ {"version":3,"file":"namespaces.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/namespaces.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Microsoft Corporation.
4
+ * Licensed under the MIT License.
5
+ *
6
+ * Code generated by Microsoft (R) AutoRest Code Generator.
7
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ //# sourceMappingURL=namespaces.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"namespaces.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/namespaces.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport type { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport type { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport type {\n NamespaceResource,\n NamespacesListAllOptionalParams,\n NamespacesListOptionalParams,\n SharedAccessAuthorizationRuleResource,\n NamespacesListAuthorizationRulesOptionalParams,\n CheckAvailabilityParameters,\n NamespacesCheckAvailabilityOptionalParams,\n NamespacesCheckAvailabilityResponse,\n NamespacesGetOptionalParams,\n NamespacesGetResponse,\n NamespacesCreateOrUpdateOptionalParams,\n NamespacesCreateOrUpdateResponse,\n NamespacePatchParameters,\n NamespacesUpdateOptionalParams,\n NamespacesUpdateResponse,\n NamespacesDeleteOptionalParams,\n NamespacesCreateOrUpdateAuthorizationRuleOptionalParams,\n NamespacesCreateOrUpdateAuthorizationRuleResponse,\n NamespacesDeleteAuthorizationRuleOptionalParams,\n NamespacesGetAuthorizationRuleOptionalParams,\n NamespacesGetAuthorizationRuleResponse,\n NamespacesListKeysOptionalParams,\n NamespacesListKeysResponse,\n PolicyKeyResource,\n NamespacesRegenerateKeysOptionalParams,\n NamespacesRegenerateKeysResponse,\n NamespacesGetPnsCredentialsOptionalParams,\n NamespacesGetPnsCredentialsResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Namespaces. */\nexport interface Namespaces {\n /**\n * Lists all the available namespaces within the subscription.\n * @param options The options parameters.\n */\n listAll(options?: NamespacesListAllOptionalParams): PagedAsyncIterableIterator<NamespaceResource>;\n /**\n * Lists the available namespaces within a resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n options?: NamespacesListOptionalParams,\n ): PagedAsyncIterableIterator<NamespaceResource>;\n /**\n * Gets the authorization rules for a namespace.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param namespaceName Namespace name\n * @param options The options parameters.\n */\n listAuthorizationRules(\n resourceGroupName: string,\n namespaceName: string,\n options?: NamespacesListAuthorizationRulesOptionalParams,\n ): PagedAsyncIterableIterator<SharedAccessAuthorizationRuleResource>;\n /**\n * Checks the availability of the given service namespace across all Azure subscriptions. This is\n * useful because the domain name is created based on the service namespace name.\n * @param parameters Request content.\n * @param options The options parameters.\n */\n checkAvailability(\n parameters: CheckAvailabilityParameters,\n options?: NamespacesCheckAvailabilityOptionalParams,\n ): Promise<NamespacesCheckAvailabilityResponse>;\n /**\n * Returns the given namespace.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param namespaceName Namespace name\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n namespaceName: string,\n options?: NamespacesGetOptionalParams,\n ): Promise<NamespacesGetResponse>;\n /**\n * Creates / Updates a Notification Hub namespace. This operation is idempotent.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param namespaceName Namespace name\n * @param parameters Request content.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n namespaceName: string,\n parameters: NamespaceResource,\n options?: NamespacesCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<NamespacesCreateOrUpdateResponse>,\n NamespacesCreateOrUpdateResponse\n >\n >;\n /**\n * Creates / Updates a Notification Hub namespace. This operation is idempotent.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param namespaceName Namespace name\n * @param parameters Request content.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n namespaceName: string,\n parameters: NamespaceResource,\n options?: NamespacesCreateOrUpdateOptionalParams,\n ): Promise<NamespacesCreateOrUpdateResponse>;\n /**\n * Patches the existing namespace.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param namespaceName Namespace name\n * @param parameters Request content.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n namespaceName: string,\n parameters: NamespacePatchParameters,\n options?: NamespacesUpdateOptionalParams,\n ): Promise<NamespacesUpdateResponse>;\n /**\n * Deletes an existing namespace. This operation also removes all associated notificationHubs under the\n * namespace.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param namespaceName Namespace name\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n namespaceName: string,\n options?: NamespacesDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Creates an authorization rule for a namespace\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param namespaceName Namespace name\n * @param authorizationRuleName Authorization Rule Name\n * @param parameters Request content.\n * @param options The options parameters.\n */\n createOrUpdateAuthorizationRule(\n resourceGroupName: string,\n namespaceName: string,\n authorizationRuleName: string,\n parameters: SharedAccessAuthorizationRuleResource,\n options?: NamespacesCreateOrUpdateAuthorizationRuleOptionalParams,\n ): Promise<NamespacesCreateOrUpdateAuthorizationRuleResponse>;\n /**\n * Deletes a namespace authorization rule\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param namespaceName Namespace name\n * @param authorizationRuleName Authorization Rule Name\n * @param options The options parameters.\n */\n deleteAuthorizationRule(\n resourceGroupName: string,\n namespaceName: string,\n authorizationRuleName: string,\n options?: NamespacesDeleteAuthorizationRuleOptionalParams,\n ): Promise<void>;\n /**\n * Gets an authorization rule for a namespace by name.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param namespaceName Namespace name\n * @param authorizationRuleName Authorization Rule Name\n * @param options The options parameters.\n */\n getAuthorizationRule(\n resourceGroupName: string,\n namespaceName: string,\n authorizationRuleName: string,\n options?: NamespacesGetAuthorizationRuleOptionalParams,\n ): Promise<NamespacesGetAuthorizationRuleResponse>;\n /**\n * Gets the Primary and Secondary ConnectionStrings to the namespace.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param namespaceName Namespace name\n * @param authorizationRuleName Authorization Rule Name\n * @param options The options parameters.\n */\n listKeys(\n resourceGroupName: string,\n namespaceName: string,\n authorizationRuleName: string,\n options?: NamespacesListKeysOptionalParams,\n ): Promise<NamespacesListKeysResponse>;\n /**\n * Regenerates the Primary/Secondary Keys to the Namespace Authorization Rule\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param namespaceName Namespace name\n * @param authorizationRuleName Authorization Rule Name\n * @param parameters Request content.\n * @param options The options parameters.\n */\n regenerateKeys(\n resourceGroupName: string,\n namespaceName: string,\n authorizationRuleName: string,\n parameters: PolicyKeyResource,\n options?: NamespacesRegenerateKeysOptionalParams,\n ): Promise<NamespacesRegenerateKeysResponse>;\n /**\n * Lists the PNS credentials associated with a namespace.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param namespaceName Namespace name\n * @param options The options parameters.\n */\n getPnsCredentials(\n resourceGroupName: string,\n namespaceName: string,\n options?: NamespacesGetPnsCredentialsOptionalParams,\n ): Promise<NamespacesGetPnsCredentialsResponse>;\n}\n"]}
@@ -1,5 +1,5 @@
1
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { NotificationHubResource, NotificationHubsListOptionalParams, SharedAccessAuthorizationRuleResource, NotificationHubsListAuthorizationRulesOptionalParams, CheckAvailabilityParameters, NotificationHubsCheckNotificationHubAvailabilityOptionalParams, NotificationHubsCheckNotificationHubAvailabilityResponse, NotificationHubsGetOptionalParams, NotificationHubsGetResponse, NotificationHubsCreateOrUpdateOptionalParams, NotificationHubsCreateOrUpdateResponse, NotificationHubPatchParameters, NotificationHubsUpdateOptionalParams, NotificationHubsUpdateResponse, NotificationHubsDeleteOptionalParams, NotificationHubsDebugSendOptionalParams, NotificationHubsDebugSendResponse, NotificationHubsCreateOrUpdateAuthorizationRuleOptionalParams, NotificationHubsCreateOrUpdateAuthorizationRuleResponse, NotificationHubsDeleteAuthorizationRuleOptionalParams, NotificationHubsGetAuthorizationRuleOptionalParams, NotificationHubsGetAuthorizationRuleResponse, NotificationHubsListKeysOptionalParams, NotificationHubsListKeysResponse, PolicyKeyResource, NotificationHubsRegenerateKeysOptionalParams, NotificationHubsRegenerateKeysResponse, NotificationHubsGetPnsCredentialsOptionalParams, NotificationHubsGetPnsCredentialsResponse } from "../models";
1
+ import type { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import type { NotificationHubResource, NotificationHubsListOptionalParams, SharedAccessAuthorizationRuleResource, NotificationHubsListAuthorizationRulesOptionalParams, CheckAvailabilityParameters, NotificationHubsCheckNotificationHubAvailabilityOptionalParams, NotificationHubsCheckNotificationHubAvailabilityResponse, NotificationHubsGetOptionalParams, NotificationHubsGetResponse, NotificationHubsCreateOrUpdateOptionalParams, NotificationHubsCreateOrUpdateResponse, NotificationHubPatchParameters, NotificationHubsUpdateOptionalParams, NotificationHubsUpdateResponse, NotificationHubsDeleteOptionalParams, NotificationHubsDebugSendOptionalParams, NotificationHubsDebugSendResponse, NotificationHubsCreateOrUpdateAuthorizationRuleOptionalParams, NotificationHubsCreateOrUpdateAuthorizationRuleResponse, NotificationHubsDeleteAuthorizationRuleOptionalParams, NotificationHubsGetAuthorizationRuleOptionalParams, NotificationHubsGetAuthorizationRuleResponse, NotificationHubsListKeysOptionalParams, NotificationHubsListKeysResponse, PolicyKeyResource, NotificationHubsRegenerateKeysOptionalParams, NotificationHubsRegenerateKeysResponse, NotificationHubsGetPnsCredentialsOptionalParams, NotificationHubsGetPnsCredentialsResponse } from "../models/index.js";
3
3
  /** Interface representing a NotificationHubs. */
4
4
  export interface NotificationHubs {
5
5
  /**
@@ -0,0 +1 @@
1
+ {"version":3,"file":"notificationHubs.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/notificationHubs.ts"],"names":[],"mappings":"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"}