@azure/arm-eventgrid 14.2.0 → 15.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (257) hide show
  1. package/README.md +5 -3
  2. package/dist/browser/eventGridManagementClient.d.ts +6 -4
  3. package/dist/browser/eventGridManagementClient.d.ts.map +1 -1
  4. package/dist/browser/eventGridManagementClient.js +10 -7
  5. package/dist/browser/eventGridManagementClient.js.map +1 -1
  6. package/dist/browser/lroImpl.d.ts.map +1 -1
  7. package/dist/browser/lroImpl.js.map +1 -1
  8. package/dist/browser/models/index.d.ts +1000 -283
  9. package/dist/browser/models/index.d.ts.map +1 -1
  10. package/dist/browser/models/index.js +174 -16
  11. package/dist/browser/models/index.js.map +1 -1
  12. package/dist/browser/models/mappers.d.ts +48 -8
  13. package/dist/browser/models/mappers.d.ts.map +1 -1
  14. package/dist/browser/models/mappers.js +1301 -268
  15. package/dist/browser/models/mappers.js.map +1 -1
  16. package/dist/browser/models/parameters.d.ts +13 -6
  17. package/dist/browser/models/parameters.d.ts.map +1 -1
  18. package/dist/browser/models/parameters.js +116 -48
  19. package/dist/browser/models/parameters.js.map +1 -1
  20. package/dist/browser/operations/domainTopicEventSubscriptions.d.ts +10 -10
  21. package/dist/browser/operations/domainTopicEventSubscriptions.d.ts.map +1 -1
  22. package/dist/browser/operations/domainTopicEventSubscriptions.js +38 -38
  23. package/dist/browser/operations/domainTopicEventSubscriptions.js.map +1 -1
  24. package/dist/browser/operations/eventSubscriptions.d.ts +15 -15
  25. package/dist/browser/operations/eventSubscriptions.d.ts.map +1 -1
  26. package/dist/browser/operations/eventSubscriptions.js +34 -34
  27. package/dist/browser/operations/eventSubscriptions.js.map +1 -1
  28. package/dist/browser/operations/index.d.ts +5 -3
  29. package/dist/browser/operations/index.d.ts.map +1 -1
  30. package/dist/browser/operations/index.js +5 -3
  31. package/dist/browser/operations/index.js.map +1 -1
  32. package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts +68 -0
  33. package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  34. package/dist/browser/operations/networkSecurityPerimeterConfigurations.js +256 -0
  35. package/dist/browser/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
  36. package/dist/browser/operations/partnerDestinations.d.ts +114 -0
  37. package/dist/browser/operations/partnerDestinations.d.ts.map +1 -0
  38. package/dist/browser/operations/partnerDestinations.js +574 -0
  39. package/dist/browser/operations/partnerDestinations.js.map +1 -0
  40. package/dist/browser/operations/systemTopicEventSubscriptions.d.ts +9 -9
  41. package/dist/browser/operations/systemTopicEventSubscriptions.d.ts.map +1 -1
  42. package/dist/browser/operations/systemTopicEventSubscriptions.js +30 -30
  43. package/dist/browser/operations/systemTopicEventSubscriptions.js.map +1 -1
  44. package/dist/browser/operationsInterfaces/domainTopicEventSubscriptions.d.ts +10 -10
  45. package/dist/browser/operationsInterfaces/domainTopicEventSubscriptions.d.ts.map +1 -1
  46. package/dist/browser/operationsInterfaces/domainTopicEventSubscriptions.js.map +1 -1
  47. package/dist/browser/operationsInterfaces/eventSubscriptions.d.ts +15 -15
  48. package/dist/browser/operationsInterfaces/eventSubscriptions.d.ts.map +1 -1
  49. package/dist/browser/operationsInterfaces/eventSubscriptions.js.map +1 -1
  50. package/dist/browser/operationsInterfaces/index.d.ts +5 -3
  51. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
  52. package/dist/browser/operationsInterfaces/index.js +5 -3
  53. package/dist/browser/operationsInterfaces/index.js.map +1 -1
  54. package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +50 -0
  55. package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  56. package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
  57. package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
  58. package/dist/browser/operationsInterfaces/partnerDestinations.d.ts +78 -0
  59. package/dist/browser/operationsInterfaces/partnerDestinations.d.ts.map +1 -0
  60. package/dist/browser/operationsInterfaces/partnerDestinations.js +9 -0
  61. package/dist/browser/operationsInterfaces/partnerDestinations.js.map +1 -0
  62. package/dist/browser/operationsInterfaces/systemTopicEventSubscriptions.d.ts +9 -9
  63. package/dist/browser/operationsInterfaces/systemTopicEventSubscriptions.d.ts.map +1 -1
  64. package/dist/browser/operationsInterfaces/systemTopicEventSubscriptions.js.map +1 -1
  65. package/dist/commonjs/eventGridManagementClient.d.ts +6 -4
  66. package/dist/commonjs/eventGridManagementClient.d.ts.map +1 -1
  67. package/dist/commonjs/eventGridManagementClient.js +9 -6
  68. package/dist/commonjs/eventGridManagementClient.js.map +1 -1
  69. package/dist/commonjs/lroImpl.d.ts.map +1 -1
  70. package/dist/commonjs/lroImpl.js.map +1 -1
  71. package/dist/commonjs/models/index.d.ts +1000 -283
  72. package/dist/commonjs/models/index.d.ts.map +1 -1
  73. package/dist/commonjs/models/index.js +176 -18
  74. package/dist/commonjs/models/index.js.map +1 -1
  75. package/dist/commonjs/models/mappers.d.ts +48 -8
  76. package/dist/commonjs/models/mappers.d.ts.map +1 -1
  77. package/dist/commonjs/models/mappers.js +1306 -273
  78. package/dist/commonjs/models/mappers.js.map +1 -1
  79. package/dist/commonjs/models/parameters.d.ts +13 -6
  80. package/dist/commonjs/models/parameters.d.ts.map +1 -1
  81. package/dist/commonjs/models/parameters.js +117 -49
  82. package/dist/commonjs/models/parameters.js.map +1 -1
  83. package/dist/commonjs/operations/domainTopicEventSubscriptions.d.ts +10 -10
  84. package/dist/commonjs/operations/domainTopicEventSubscriptions.d.ts.map +1 -1
  85. package/dist/commonjs/operations/domainTopicEventSubscriptions.js +38 -38
  86. package/dist/commonjs/operations/domainTopicEventSubscriptions.js.map +1 -1
  87. package/dist/commonjs/operations/eventSubscriptions.d.ts +15 -15
  88. package/dist/commonjs/operations/eventSubscriptions.d.ts.map +1 -1
  89. package/dist/commonjs/operations/eventSubscriptions.js +34 -34
  90. package/dist/commonjs/operations/eventSubscriptions.js.map +1 -1
  91. package/dist/commonjs/operations/index.d.ts +5 -3
  92. package/dist/commonjs/operations/index.d.ts.map +1 -1
  93. package/dist/commonjs/operations/index.js +5 -3
  94. package/dist/commonjs/operations/index.js.map +1 -1
  95. package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts +68 -0
  96. package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  97. package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js +260 -0
  98. package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
  99. package/dist/commonjs/operations/partnerDestinations.d.ts +114 -0
  100. package/dist/commonjs/operations/partnerDestinations.d.ts.map +1 -0
  101. package/dist/commonjs/operations/partnerDestinations.js +578 -0
  102. package/dist/commonjs/operations/partnerDestinations.js.map +1 -0
  103. package/dist/commonjs/operations/systemTopicEventSubscriptions.d.ts +9 -9
  104. package/dist/commonjs/operations/systemTopicEventSubscriptions.d.ts.map +1 -1
  105. package/dist/commonjs/operations/systemTopicEventSubscriptions.js +30 -30
  106. package/dist/commonjs/operations/systemTopicEventSubscriptions.js.map +1 -1
  107. package/dist/commonjs/operationsInterfaces/domainTopicEventSubscriptions.d.ts +10 -10
  108. package/dist/commonjs/operationsInterfaces/domainTopicEventSubscriptions.d.ts.map +1 -1
  109. package/dist/commonjs/operationsInterfaces/domainTopicEventSubscriptions.js.map +1 -1
  110. package/dist/commonjs/operationsInterfaces/eventSubscriptions.d.ts +15 -15
  111. package/dist/commonjs/operationsInterfaces/eventSubscriptions.d.ts.map +1 -1
  112. package/dist/commonjs/operationsInterfaces/eventSubscriptions.js.map +1 -1
  113. package/dist/commonjs/operationsInterfaces/index.d.ts +5 -3
  114. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
  115. package/dist/commonjs/operationsInterfaces/index.js +5 -3
  116. package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
  117. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +50 -0
  118. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  119. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js +10 -0
  120. package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
  121. package/dist/commonjs/operationsInterfaces/partnerDestinations.d.ts +78 -0
  122. package/dist/commonjs/operationsInterfaces/partnerDestinations.d.ts.map +1 -0
  123. package/dist/commonjs/operationsInterfaces/partnerDestinations.js +10 -0
  124. package/dist/commonjs/operationsInterfaces/partnerDestinations.js.map +1 -0
  125. package/dist/commonjs/operationsInterfaces/systemTopicEventSubscriptions.d.ts +9 -9
  126. package/dist/commonjs/operationsInterfaces/systemTopicEventSubscriptions.d.ts.map +1 -1
  127. package/dist/commonjs/operationsInterfaces/systemTopicEventSubscriptions.js.map +1 -1
  128. package/dist/commonjs/tsdoc-metadata.json +11 -11
  129. package/dist/esm/eventGridManagementClient.d.ts +6 -4
  130. package/dist/esm/eventGridManagementClient.d.ts.map +1 -1
  131. package/dist/esm/eventGridManagementClient.js +10 -7
  132. package/dist/esm/eventGridManagementClient.js.map +1 -1
  133. package/dist/esm/lroImpl.d.ts.map +1 -1
  134. package/dist/esm/lroImpl.js.map +1 -1
  135. package/dist/esm/models/index.d.ts +1000 -283
  136. package/dist/esm/models/index.d.ts.map +1 -1
  137. package/dist/esm/models/index.js +174 -16
  138. package/dist/esm/models/index.js.map +1 -1
  139. package/dist/esm/models/mappers.d.ts +48 -8
  140. package/dist/esm/models/mappers.d.ts.map +1 -1
  141. package/dist/esm/models/mappers.js +1301 -268
  142. package/dist/esm/models/mappers.js.map +1 -1
  143. package/dist/esm/models/parameters.d.ts +13 -6
  144. package/dist/esm/models/parameters.d.ts.map +1 -1
  145. package/dist/esm/models/parameters.js +116 -48
  146. package/dist/esm/models/parameters.js.map +1 -1
  147. package/dist/esm/operations/domainTopicEventSubscriptions.d.ts +10 -10
  148. package/dist/esm/operations/domainTopicEventSubscriptions.d.ts.map +1 -1
  149. package/dist/esm/operations/domainTopicEventSubscriptions.js +38 -38
  150. package/dist/esm/operations/domainTopicEventSubscriptions.js.map +1 -1
  151. package/dist/esm/operations/eventSubscriptions.d.ts +15 -15
  152. package/dist/esm/operations/eventSubscriptions.d.ts.map +1 -1
  153. package/dist/esm/operations/eventSubscriptions.js +34 -34
  154. package/dist/esm/operations/eventSubscriptions.js.map +1 -1
  155. package/dist/esm/operations/index.d.ts +5 -3
  156. package/dist/esm/operations/index.d.ts.map +1 -1
  157. package/dist/esm/operations/index.js +5 -3
  158. package/dist/esm/operations/index.js.map +1 -1
  159. package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts +68 -0
  160. package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  161. package/dist/esm/operations/networkSecurityPerimeterConfigurations.js +256 -0
  162. package/dist/esm/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
  163. package/dist/esm/operations/partnerDestinations.d.ts +114 -0
  164. package/dist/esm/operations/partnerDestinations.d.ts.map +1 -0
  165. package/dist/esm/operations/partnerDestinations.js +574 -0
  166. package/dist/esm/operations/partnerDestinations.js.map +1 -0
  167. package/dist/esm/operations/systemTopicEventSubscriptions.d.ts +9 -9
  168. package/dist/esm/operations/systemTopicEventSubscriptions.d.ts.map +1 -1
  169. package/dist/esm/operations/systemTopicEventSubscriptions.js +30 -30
  170. package/dist/esm/operations/systemTopicEventSubscriptions.js.map +1 -1
  171. package/dist/esm/operationsInterfaces/domainTopicEventSubscriptions.d.ts +10 -10
  172. package/dist/esm/operationsInterfaces/domainTopicEventSubscriptions.d.ts.map +1 -1
  173. package/dist/esm/operationsInterfaces/domainTopicEventSubscriptions.js.map +1 -1
  174. package/dist/esm/operationsInterfaces/eventSubscriptions.d.ts +15 -15
  175. package/dist/esm/operationsInterfaces/eventSubscriptions.d.ts.map +1 -1
  176. package/dist/esm/operationsInterfaces/eventSubscriptions.js.map +1 -1
  177. package/dist/esm/operationsInterfaces/index.d.ts +5 -3
  178. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
  179. package/dist/esm/operationsInterfaces/index.js +5 -3
  180. package/dist/esm/operationsInterfaces/index.js.map +1 -1
  181. package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +50 -0
  182. package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  183. package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
  184. package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
  185. package/dist/esm/operationsInterfaces/partnerDestinations.d.ts +78 -0
  186. package/dist/esm/operationsInterfaces/partnerDestinations.d.ts.map +1 -0
  187. package/dist/esm/operationsInterfaces/partnerDestinations.js +9 -0
  188. package/dist/esm/operationsInterfaces/partnerDestinations.js.map +1 -0
  189. package/dist/esm/operationsInterfaces/systemTopicEventSubscriptions.d.ts +9 -9
  190. package/dist/esm/operationsInterfaces/systemTopicEventSubscriptions.d.ts.map +1 -1
  191. package/dist/esm/operationsInterfaces/systemTopicEventSubscriptions.js.map +1 -1
  192. package/dist/react-native/eventGridManagementClient.d.ts +6 -4
  193. package/dist/react-native/eventGridManagementClient.d.ts.map +1 -1
  194. package/dist/react-native/eventGridManagementClient.js +10 -7
  195. package/dist/react-native/eventGridManagementClient.js.map +1 -1
  196. package/dist/react-native/lroImpl.d.ts.map +1 -1
  197. package/dist/react-native/lroImpl.js.map +1 -1
  198. package/dist/react-native/models/index.d.ts +1000 -283
  199. package/dist/react-native/models/index.d.ts.map +1 -1
  200. package/dist/react-native/models/index.js +174 -16
  201. package/dist/react-native/models/index.js.map +1 -1
  202. package/dist/react-native/models/mappers.d.ts +48 -8
  203. package/dist/react-native/models/mappers.d.ts.map +1 -1
  204. package/dist/react-native/models/mappers.js +1301 -268
  205. package/dist/react-native/models/mappers.js.map +1 -1
  206. package/dist/react-native/models/parameters.d.ts +13 -6
  207. package/dist/react-native/models/parameters.d.ts.map +1 -1
  208. package/dist/react-native/models/parameters.js +116 -48
  209. package/dist/react-native/models/parameters.js.map +1 -1
  210. package/dist/react-native/operations/domainTopicEventSubscriptions.d.ts +10 -10
  211. package/dist/react-native/operations/domainTopicEventSubscriptions.d.ts.map +1 -1
  212. package/dist/react-native/operations/domainTopicEventSubscriptions.js +38 -38
  213. package/dist/react-native/operations/domainTopicEventSubscriptions.js.map +1 -1
  214. package/dist/react-native/operations/eventSubscriptions.d.ts +15 -15
  215. package/dist/react-native/operations/eventSubscriptions.d.ts.map +1 -1
  216. package/dist/react-native/operations/eventSubscriptions.js +34 -34
  217. package/dist/react-native/operations/eventSubscriptions.js.map +1 -1
  218. package/dist/react-native/operations/index.d.ts +5 -3
  219. package/dist/react-native/operations/index.d.ts.map +1 -1
  220. package/dist/react-native/operations/index.js +5 -3
  221. package/dist/react-native/operations/index.js.map +1 -1
  222. package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts +68 -0
  223. package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  224. package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js +256 -0
  225. package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
  226. package/dist/react-native/operations/partnerDestinations.d.ts +114 -0
  227. package/dist/react-native/operations/partnerDestinations.d.ts.map +1 -0
  228. package/dist/react-native/operations/partnerDestinations.js +574 -0
  229. package/dist/react-native/operations/partnerDestinations.js.map +1 -0
  230. package/dist/react-native/operations/systemTopicEventSubscriptions.d.ts +9 -9
  231. package/dist/react-native/operations/systemTopicEventSubscriptions.d.ts.map +1 -1
  232. package/dist/react-native/operations/systemTopicEventSubscriptions.js +30 -30
  233. package/dist/react-native/operations/systemTopicEventSubscriptions.js.map +1 -1
  234. package/dist/react-native/operationsInterfaces/domainTopicEventSubscriptions.d.ts +10 -10
  235. package/dist/react-native/operationsInterfaces/domainTopicEventSubscriptions.d.ts.map +1 -1
  236. package/dist/react-native/operationsInterfaces/domainTopicEventSubscriptions.js.map +1 -1
  237. package/dist/react-native/operationsInterfaces/eventSubscriptions.d.ts +15 -15
  238. package/dist/react-native/operationsInterfaces/eventSubscriptions.d.ts.map +1 -1
  239. package/dist/react-native/operationsInterfaces/eventSubscriptions.js.map +1 -1
  240. package/dist/react-native/operationsInterfaces/index.d.ts +5 -3
  241. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
  242. package/dist/react-native/operationsInterfaces/index.js +5 -3
  243. package/dist/react-native/operationsInterfaces/index.js.map +1 -1
  244. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +50 -0
  245. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
  246. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
  247. package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
  248. package/dist/react-native/operationsInterfaces/partnerDestinations.d.ts +78 -0
  249. package/dist/react-native/operationsInterfaces/partnerDestinations.d.ts.map +1 -0
  250. package/dist/react-native/operationsInterfaces/partnerDestinations.js +9 -0
  251. package/dist/react-native/operationsInterfaces/partnerDestinations.js.map +1 -0
  252. package/dist/react-native/operationsInterfaces/systemTopicEventSubscriptions.d.ts +9 -9
  253. package/dist/react-native/operationsInterfaces/systemTopicEventSubscriptions.d.ts.map +1 -1
  254. package/dist/react-native/operationsInterfaces/systemTopicEventSubscriptions.js.map +1 -1
  255. package/package.json +32 -45
  256. package/CHANGELOG.md +0 -2065
  257. package/review/arm-eventgrid.api.md +0 -4226
@@ -2,7 +2,7 @@ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
2
  import { SystemTopicEventSubscriptions } from "../operationsInterfaces/index.js";
3
3
  import { EventGridManagementClient } from "../eventGridManagementClient.js";
4
4
  import { SimplePollerLike, OperationState } from "@azure/core-lro";
5
- import { EventSubscription, SystemTopicEventSubscriptionsListBySystemTopicOptionalParams, SystemTopicEventSubscriptionsGetOptionalParams, SystemTopicEventSubscriptionsGetResponse, SystemTopicEventSubscriptionsCreateOrUpdateOptionalParams, SystemTopicEventSubscriptionsCreateOrUpdateResponse, SystemTopicEventSubscriptionsDeleteOptionalParams, EventSubscriptionUpdateParameters, SystemTopicEventSubscriptionsUpdateOptionalParams, SystemTopicEventSubscriptionsUpdateResponse, SystemTopicEventSubscriptionsGetFullUrlOptionalParams, SystemTopicEventSubscriptionsGetFullUrlResponse, SystemTopicEventSubscriptionsGetDeliveryAttributesOptionalParams, SystemTopicEventSubscriptionsGetDeliveryAttributesResponse } from "../models/index.js";
5
+ import { EventSubscription, SystemTopicEventSubscriptionsListBySystemTopicOptionalParams, SystemTopicEventSubscriptionsGetDeliveryAttributesOptionalParams, SystemTopicEventSubscriptionsGetDeliveryAttributesResponse, SystemTopicEventSubscriptionsGetOptionalParams, SystemTopicEventSubscriptionsGetResponse, SystemTopicEventSubscriptionsCreateOrUpdateOptionalParams, SystemTopicEventSubscriptionsCreateOrUpdateResponse, SystemTopicEventSubscriptionsDeleteOptionalParams, EventSubscriptionUpdateParameters, SystemTopicEventSubscriptionsUpdateOptionalParams, SystemTopicEventSubscriptionsUpdateResponse, SystemTopicEventSubscriptionsGetFullUrlOptionalParams, SystemTopicEventSubscriptionsGetFullUrlResponse } from "../models/index.js";
6
6
  /** Class containing SystemTopicEventSubscriptions operations. */
7
7
  export declare class SystemTopicEventSubscriptionsImpl implements SystemTopicEventSubscriptions {
8
8
  private readonly client;
@@ -20,6 +20,14 @@ export declare class SystemTopicEventSubscriptionsImpl implements SystemTopicEve
20
20
  listBySystemTopic(resourceGroupName: string, systemTopicName: string, options?: SystemTopicEventSubscriptionsListBySystemTopicOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
21
21
  private listBySystemTopicPagingPage;
22
22
  private listBySystemTopicPagingAll;
23
+ /**
24
+ * Get all delivery attributes for an event subscription.
25
+ * @param resourceGroupName The name of the resource group within the user's subscription.
26
+ * @param systemTopicName Name of the system topic.
27
+ * @param eventSubscriptionName Name of the event subscription.
28
+ * @param options The options parameters.
29
+ */
30
+ getDeliveryAttributes(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, options?: SystemTopicEventSubscriptionsGetDeliveryAttributesOptionalParams): Promise<SystemTopicEventSubscriptionsGetDeliveryAttributesResponse>;
23
31
  /**
24
32
  * Get an event subscription.
25
33
  * @param resourceGroupName The name of the resource group within the user's subscription.
@@ -101,14 +109,6 @@ export declare class SystemTopicEventSubscriptionsImpl implements SystemTopicEve
101
109
  * @param options The options parameters.
102
110
  */
103
111
  private _listBySystemTopic;
104
- /**
105
- * Get all delivery attributes for an event subscription.
106
- * @param resourceGroupName The name of the resource group within the user's subscription.
107
- * @param systemTopicName Name of the system topic.
108
- * @param eventSubscriptionName Name of the event subscription.
109
- * @param options The options parameters.
110
- */
111
- getDeliveryAttributes(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, options?: SystemTopicEventSubscriptionsGetDeliveryAttributesOptionalParams): Promise<SystemTopicEventSubscriptionsGetDeliveryAttributesResponse>;
112
112
  /**
113
113
  * ListBySystemTopicNext
114
114
  * @param resourceGroupName The name of the resource group within the user's subscription.
@@ -1 +1 @@
1
- {"version":3,"file":"systemTopicEventSubscriptions.d.ts","sourceRoot":"","sources":["../../../src/operations/systemTopicEventSubscriptions.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,6BAA6B,EAAE,MAAM,kCAAkC,CAAC;AAIjF,OAAO,EAAE,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AAC5E,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,iBAAiB,EAEjB,4DAA4D,EAE5D,8CAA8C,EAC9C,wCAAwC,EACxC,yDAAyD,EACzD,mDAAmD,EACnD,iDAAiD,EACjD,iCAAiC,EACjC,iDAAiD,EACjD,2CAA2C,EAC3C,qDAAqD,EACrD,+CAA+C,EAC/C,gEAAgE,EAChE,0DAA0D,EAE3D,MAAM,oBAAoB,CAAC;AAG5B,iEAAiE;AACjE,qBAAa,iCACX,YAAW,6BAA6B;IAExC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA4B;IAEnD;;;OAGG;gBACS,MAAM,EAAE,yBAAyB;IAI7C;;;;;OAKG;IACI,iBAAiB,CACtB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,4DAA4D,GACrE,0BAA0B,CAAC,iBAAiB,CAAC;YA2BjC,2BAA2B;YAiC3B,0BAA0B;IAczC;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,qBAAqB,EAAE,MAAM,EAC7B,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,wCAAwC,CAAC;IAOpD;;;;;;;;;;OAUG;IACG,mBAAmB,CACvB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,qBAAqB,EAAE,MAAM,EAC7B,qBAAqB,EAAE,iBAAiB,EACxC,OAAO,CAAC,EAAE,yDAAyD,GAClE,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,mDAAmD,CAAC,EACnE,mDAAmD,CACpD,CACF;IA6DD;;;;;;;;;;OAUG;IACG,0BAA0B,CAC9B,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,qBAAqB,EAAE,MAAM,EAC7B,qBAAqB,EAAE,iBAAiB,EACxC,OAAO,CAAC,EAAE,yDAAyD,GAClE,OAAO,CAAC,mDAAmD,CAAC;IAW/D;;;;;;OAMG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,qBAAqB,EAAE,MAAM,EAC7B,OAAO,CAAC,EAAE,iDAAiD,GAC1D,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IAyDxD;;;;;;OAMG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,qBAAqB,EAAE,MAAM,EAC7B,OAAO,CAAC,EAAE,iDAAiD,GAC1D,OAAO,CAAC,IAAI,CAAC;IAUhB;;;;;;;OAOG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,qBAAqB,EAAE,MAAM,EAC7B,iCAAiC,EAAE,iCAAiC,EACpE,OAAO,CAAC,EAAE,iDAAiD,GAC1D,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,2CAA2C,CAAC,EAC3D,2CAA2C,CAC5C,CACF;IA6DD;;;;;;;OAOG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,qBAAqB,EAAE,MAAM,EAC7B,iCAAiC,EAAE,iCAAiC,EACpE,OAAO,CAAC,EAAE,iDAAiD,GAC1D,OAAO,CAAC,2CAA2C,CAAC;IAWvD;;;;;;OAMG;IACH,UAAU,CACR,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,qBAAqB,EAAE,MAAM,EAC7B,OAAO,CAAC,EAAE,qDAAqD,GAC9D,OAAO,CAAC,+CAA+C,CAAC;IAO3D;;;;;OAKG;IACH,OAAO,CAAC,kBAAkB;IAW1B;;;;;;OAMG;IACH,qBAAqB,CACnB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,qBAAqB,EAAE,MAAM,EAC7B,OAAO,CAAC,EAAE,gEAAgE,GACzE,OAAO,CAAC,0DAA0D,CAAC;IAOtE;;;;;;OAMG;IACH,OAAO,CAAC,sBAAsB;CAW/B"}
1
+ {"version":3,"file":"systemTopicEventSubscriptions.d.ts","sourceRoot":"","sources":["../../../src/operations/systemTopicEventSubscriptions.ts"],"names":[],"mappings":"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"}
@@ -88,6 +88,16 @@ class SystemTopicEventSubscriptionsImpl {
88
88
  }
89
89
  });
90
90
  }
91
+ /**
92
+ * Get all delivery attributes for an event subscription.
93
+ * @param resourceGroupName The name of the resource group within the user's subscription.
94
+ * @param systemTopicName Name of the system topic.
95
+ * @param eventSubscriptionName Name of the event subscription.
96
+ * @param options The options parameters.
97
+ */
98
+ getDeliveryAttributes(resourceGroupName, systemTopicName, eventSubscriptionName, options) {
99
+ return this.client.sendOperationRequest({ resourceGroupName, systemTopicName, eventSubscriptionName, options }, getDeliveryAttributesOperationSpec);
100
+ }
91
101
  /**
92
102
  * Get an event subscription.
93
103
  * @param resourceGroupName The name of the resource group within the user's subscription.
@@ -303,16 +313,6 @@ class SystemTopicEventSubscriptionsImpl {
303
313
  _listBySystemTopic(resourceGroupName, systemTopicName, options) {
304
314
  return this.client.sendOperationRequest({ resourceGroupName, systemTopicName, options }, listBySystemTopicOperationSpec);
305
315
  }
306
- /**
307
- * Get all delivery attributes for an event subscription.
308
- * @param resourceGroupName The name of the resource group within the user's subscription.
309
- * @param systemTopicName Name of the system topic.
310
- * @param eventSubscriptionName Name of the event subscription.
311
- * @param options The options parameters.
312
- */
313
- getDeliveryAttributes(resourceGroupName, systemTopicName, eventSubscriptionName, options) {
314
- return this.client.sendOperationRequest({ resourceGroupName, systemTopicName, eventSubscriptionName, options }, getDeliveryAttributesOperationSpec);
315
- }
316
316
  /**
317
317
  * ListBySystemTopicNext
318
318
  * @param resourceGroupName The name of the resource group within the user's subscription.
@@ -327,6 +327,26 @@ class SystemTopicEventSubscriptionsImpl {
327
327
  exports.SystemTopicEventSubscriptionsImpl = SystemTopicEventSubscriptionsImpl;
328
328
  // Operation Specifications
329
329
  const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
330
+ const getDeliveryAttributesOperationSpec = {
331
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}/getDeliveryAttributes",
332
+ httpMethod: "POST",
333
+ responses: {
334
+ 200: {
335
+ bodyMapper: Mappers.DeliveryAttributeListResult,
336
+ },
337
+ default: {},
338
+ },
339
+ queryParameters: [Parameters.apiVersion],
340
+ urlParameters: [
341
+ Parameters.$host,
342
+ Parameters.subscriptionId,
343
+ Parameters.resourceGroupName,
344
+ Parameters.eventSubscriptionName,
345
+ Parameters.systemTopicName,
346
+ ],
347
+ headerParameters: [Parameters.accept],
348
+ serializer,
349
+ };
330
350
  const getOperationSpec = {
331
351
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}",
332
352
  httpMethod: "GET",
@@ -462,26 +482,6 @@ const listBySystemTopicOperationSpec = {
462
482
  headerParameters: [Parameters.accept],
463
483
  serializer,
464
484
  };
465
- const getDeliveryAttributesOperationSpec = {
466
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}/getDeliveryAttributes",
467
- httpMethod: "POST",
468
- responses: {
469
- 200: {
470
- bodyMapper: Mappers.DeliveryAttributeListResult,
471
- },
472
- default: {},
473
- },
474
- queryParameters: [Parameters.apiVersion],
475
- urlParameters: [
476
- Parameters.$host,
477
- Parameters.subscriptionId,
478
- Parameters.resourceGroupName,
479
- Parameters.eventSubscriptionName,
480
- Parameters.systemTopicName,
481
- ],
482
- headerParameters: [Parameters.accept],
483
- serializer,
484
- };
485
485
  const listBySystemTopicNextOperationSpec = {
486
486
  path: "{nextLink}",
487
487
  httpMethod: "GET",
@@ -1 +1 @@
1
- {"version":3,"file":"systemTopicEventSubscriptions.js","sourceRoot":"","sources":["../../../src/operations/systemTopicEventSubscriptions.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 { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { SystemTopicEventSubscriptions } 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 { EventGridManagementClient } from \"../eventGridManagementClient.js\";\nimport {\n SimplePollerLike,\n OperationState,\n createHttpPoller,\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport {\n EventSubscription,\n SystemTopicEventSubscriptionsListBySystemTopicNextOptionalParams,\n SystemTopicEventSubscriptionsListBySystemTopicOptionalParams,\n SystemTopicEventSubscriptionsListBySystemTopicResponse,\n SystemTopicEventSubscriptionsGetOptionalParams,\n SystemTopicEventSubscriptionsGetResponse,\n SystemTopicEventSubscriptionsCreateOrUpdateOptionalParams,\n SystemTopicEventSubscriptionsCreateOrUpdateResponse,\n SystemTopicEventSubscriptionsDeleteOptionalParams,\n EventSubscriptionUpdateParameters,\n SystemTopicEventSubscriptionsUpdateOptionalParams,\n SystemTopicEventSubscriptionsUpdateResponse,\n SystemTopicEventSubscriptionsGetFullUrlOptionalParams,\n SystemTopicEventSubscriptionsGetFullUrlResponse,\n SystemTopicEventSubscriptionsGetDeliveryAttributesOptionalParams,\n SystemTopicEventSubscriptionsGetDeliveryAttributesResponse,\n SystemTopicEventSubscriptionsListBySystemTopicNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing SystemTopicEventSubscriptions operations. */\nexport class SystemTopicEventSubscriptionsImpl\n implements SystemTopicEventSubscriptions\n{\n private readonly client: EventGridManagementClient;\n\n /**\n * Initialize a new instance of the class SystemTopicEventSubscriptions class.\n * @param client Reference to the service client\n */\n constructor(client: EventGridManagementClient) {\n this.client = client;\n }\n\n /**\n * List event subscriptions that belong to a specific system topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param options The options parameters.\n */\n public listBySystemTopic(\n resourceGroupName: string,\n systemTopicName: string,\n options?: SystemTopicEventSubscriptionsListBySystemTopicOptionalParams,\n ): PagedAsyncIterableIterator<EventSubscription> {\n const iter = this.listBySystemTopicPagingAll(\n resourceGroupName,\n systemTopicName,\n options,\n );\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.listBySystemTopicPagingPage(\n resourceGroupName,\n systemTopicName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listBySystemTopicPagingPage(\n resourceGroupName: string,\n systemTopicName: string,\n options?: SystemTopicEventSubscriptionsListBySystemTopicOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<EventSubscription[]> {\n let result: SystemTopicEventSubscriptionsListBySystemTopicResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listBySystemTopic(\n resourceGroupName,\n systemTopicName,\n options,\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listBySystemTopicNext(\n resourceGroupName,\n systemTopicName,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listBySystemTopicPagingAll(\n resourceGroupName: string,\n systemTopicName: string,\n options?: SystemTopicEventSubscriptionsListBySystemTopicOptionalParams,\n ): AsyncIterableIterator<EventSubscription> {\n for await (const page of this.listBySystemTopicPagingPage(\n resourceGroupName,\n systemTopicName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Get an event subscription.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param eventSubscriptionName Name of the event subscription to be found.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n systemTopicName: string,\n eventSubscriptionName: string,\n options?: SystemTopicEventSubscriptionsGetOptionalParams,\n ): Promise<SystemTopicEventSubscriptionsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, systemTopicName, eventSubscriptionName, options },\n getOperationSpec,\n );\n }\n\n /**\n * Asynchronously creates or updates an event subscription with the specified parameters. Existing\n * event subscriptions will be updated with this API.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names\n * must be between 3 and 64 characters in length and use alphanumeric letters only.\n * @param eventSubscriptionInfo Event subscription properties containing the destination and filter\n * information.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n systemTopicName: string,\n eventSubscriptionName: string,\n eventSubscriptionInfo: EventSubscription,\n options?: SystemTopicEventSubscriptionsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<SystemTopicEventSubscriptionsCreateOrUpdateResponse>,\n SystemTopicEventSubscriptionsCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<SystemTopicEventSubscriptionsCreateOrUpdateResponse> => {\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 =\n 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 systemTopicName,\n eventSubscriptionName,\n eventSubscriptionInfo,\n options,\n },\n spec: createOrUpdateOperationSpec,\n });\n const poller = await createHttpPoller<\n SystemTopicEventSubscriptionsCreateOrUpdateResponse,\n OperationState<SystemTopicEventSubscriptionsCreateOrUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Asynchronously creates or updates an event subscription with the specified parameters. Existing\n * event subscriptions will be updated with this API.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names\n * must be between 3 and 64 characters in length and use alphanumeric letters only.\n * @param eventSubscriptionInfo Event subscription properties containing the destination and filter\n * information.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n systemTopicName: string,\n eventSubscriptionName: string,\n eventSubscriptionInfo: EventSubscription,\n options?: SystemTopicEventSubscriptionsCreateOrUpdateOptionalParams,\n ): Promise<SystemTopicEventSubscriptionsCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n systemTopicName,\n eventSubscriptionName,\n eventSubscriptionInfo,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Delete an existing event subscription of a system topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param eventSubscriptionName Name of the event subscription to be deleted.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n systemTopicName: string,\n eventSubscriptionName: string,\n options?: SystemTopicEventSubscriptionsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\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 =\n 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 systemTopicName,\n eventSubscriptionName,\n options,\n },\n spec: deleteOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Delete an existing event subscription of a system topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param eventSubscriptionName Name of the event subscription to be deleted.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n systemTopicName: string,\n eventSubscriptionName: string,\n options?: SystemTopicEventSubscriptionsDeleteOptionalParams,\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n systemTopicName,\n eventSubscriptionName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Update an existing event subscription of a system topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param eventSubscriptionName Name of the event subscription to be updated.\n * @param eventSubscriptionUpdateParameters Updated event subscription information.\n * @param options The options parameters.\n */\n async beginUpdate(\n resourceGroupName: string,\n systemTopicName: string,\n eventSubscriptionName: string,\n eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters,\n options?: SystemTopicEventSubscriptionsUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<SystemTopicEventSubscriptionsUpdateResponse>,\n SystemTopicEventSubscriptionsUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<SystemTopicEventSubscriptionsUpdateResponse> => {\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 =\n 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 systemTopicName,\n eventSubscriptionName,\n eventSubscriptionUpdateParameters,\n options,\n },\n spec: updateOperationSpec,\n });\n const poller = await createHttpPoller<\n SystemTopicEventSubscriptionsUpdateResponse,\n OperationState<SystemTopicEventSubscriptionsUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Update an existing event subscription of a system topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param eventSubscriptionName Name of the event subscription to be updated.\n * @param eventSubscriptionUpdateParameters Updated event subscription information.\n * @param options The options parameters.\n */\n async beginUpdateAndWait(\n resourceGroupName: string,\n systemTopicName: string,\n eventSubscriptionName: string,\n eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters,\n options?: SystemTopicEventSubscriptionsUpdateOptionalParams,\n ): Promise<SystemTopicEventSubscriptionsUpdateResponse> {\n const poller = await this.beginUpdate(\n resourceGroupName,\n systemTopicName,\n eventSubscriptionName,\n eventSubscriptionUpdateParameters,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Get the full endpoint URL for an event subscription of a system topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param eventSubscriptionName Name of the event subscription.\n * @param options The options parameters.\n */\n getFullUrl(\n resourceGroupName: string,\n systemTopicName: string,\n eventSubscriptionName: string,\n options?: SystemTopicEventSubscriptionsGetFullUrlOptionalParams,\n ): Promise<SystemTopicEventSubscriptionsGetFullUrlResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, systemTopicName, eventSubscriptionName, options },\n getFullUrlOperationSpec,\n );\n }\n\n /**\n * List event subscriptions that belong to a specific system topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param options The options parameters.\n */\n private _listBySystemTopic(\n resourceGroupName: string,\n systemTopicName: string,\n options?: SystemTopicEventSubscriptionsListBySystemTopicOptionalParams,\n ): Promise<SystemTopicEventSubscriptionsListBySystemTopicResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, systemTopicName, options },\n listBySystemTopicOperationSpec,\n );\n }\n\n /**\n * Get all delivery attributes for an event subscription.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param eventSubscriptionName Name of the event subscription.\n * @param options The options parameters.\n */\n getDeliveryAttributes(\n resourceGroupName: string,\n systemTopicName: string,\n eventSubscriptionName: string,\n options?: SystemTopicEventSubscriptionsGetDeliveryAttributesOptionalParams,\n ): Promise<SystemTopicEventSubscriptionsGetDeliveryAttributesResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, systemTopicName, eventSubscriptionName, options },\n getDeliveryAttributesOperationSpec,\n );\n }\n\n /**\n * ListBySystemTopicNext\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param nextLink The nextLink from the previous successful call to the ListBySystemTopic method.\n * @param options The options parameters.\n */\n private _listBySystemTopicNext(\n resourceGroupName: string,\n systemTopicName: string,\n nextLink: string,\n options?: SystemTopicEventSubscriptionsListBySystemTopicNextOptionalParams,\n ): Promise<SystemTopicEventSubscriptionsListBySystemTopicNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, systemTopicName, nextLink, options },\n listBySystemTopicNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscription,\n },\n default: {},\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.eventSubscriptionName,\n Parameters.systemTopicName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscription,\n },\n 201: {\n bodyMapper: Mappers.EventSubscription,\n },\n 202: {\n bodyMapper: Mappers.EventSubscription,\n },\n 204: {\n bodyMapper: Mappers.EventSubscription,\n },\n default: {},\n },\n requestBody: Parameters.eventSubscriptionInfo,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.eventSubscriptionName,\n Parameters.systemTopicName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}\",\n httpMethod: \"DELETE\",\n responses: { 200: {}, 201: {}, 202: {}, 204: {}, default: {} },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.eventSubscriptionName,\n Parameters.systemTopicName,\n ],\n serializer,\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscription,\n },\n 201: {\n bodyMapper: Mappers.EventSubscription,\n },\n 202: {\n bodyMapper: Mappers.EventSubscription,\n },\n 204: {\n bodyMapper: Mappers.EventSubscription,\n },\n default: {},\n },\n requestBody: Parameters.eventSubscriptionUpdateParameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.eventSubscriptionName,\n Parameters.systemTopicName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst getFullUrlOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}/getFullUrl\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionFullUrl,\n },\n default: {},\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.eventSubscriptionName,\n Parameters.systemTopicName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listBySystemTopicOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult,\n },\n default: {},\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.systemTopicName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getDeliveryAttributesOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}/getDeliveryAttributes\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.DeliveryAttributeListResult,\n },\n default: {},\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.eventSubscriptionName,\n Parameters.systemTopicName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listBySystemTopicNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult,\n },\n default: {},\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink,\n Parameters.systemTopicName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
1
+ {"version":3,"file":"systemTopicEventSubscriptions.js","sourceRoot":"","sources":["../../../src/operations/systemTopicEventSubscriptions.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;AAGH,wDAA0D;AAE1D,uEAAiD;AACjD,sEAAgD;AAChD,4EAAsD;AAEtD,8CAIyB;AACzB,8CAA8C;AAqB9C,4CAA4C;AAC5C,iEAAiE;AACjE,MAAa,iCAAiC;IAK5C;;;OAGG;IACH,YAAY,MAAiC;QAC3C,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;;OAKG;IACI,iBAAiB,CACtB,iBAAyB,EACzB,eAAuB,EACvB,OAAsE;QAEtE,MAAM,IAAI,GAAG,IAAI,CAAC,0BAA0B,CAC1C,iBAAiB,EACjB,eAAe,EACf,OAAO,CACR,CAAC;QACF,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;YACrB,CAAC;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;YACd,CAAC;YACD,MAAM,EAAE,CAAC,QAAuB,EAAE,EAAE;gBAClC,IAAI,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE,CAAC;oBAC1B,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;gBACrE,CAAC;gBACD,OAAO,IAAI,CAAC,2BAA2B,CACrC,iBAAiB,EACjB,eAAe,EACf,OAAO,EACP,QAAQ,CACT,CAAC;YACJ,CAAC;SACF,CAAC;IACJ,CAAC;IAEc,2BAA2B,CACxC,iBAAyB,EACzB,eAAuB,EACvB,OAAsE,EACtE,QAAuB;;YAEvB,IAAI,MAA8D,CAAC;YACnE,IAAI,iBAAiB,GAAG,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,iBAAiB,CAAC;YACpD,IAAI,CAAC,iBAAiB,EAAE,CAAC;gBACvB,MAAM,GAAG,sBAAM,IAAI,CAAC,kBAAkB,CACpC,iBAAiB,EACjB,eAAe,EACf,OAAO,CACR,CAAA,CAAC;gBACF,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;gBAC9B,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,IAAA,sCAAoB,EAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,4BAAM,IAAI,CAAA,CAAC;YACb,CAAC;YACD,OAAO,iBAAiB,EAAE,CAAC;gBACzB,MAAM,GAAG,sBAAM,IAAI,CAAC,sBAAsB,CACxC,iBAAiB,EACjB,eAAe,EACf,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;gBACF,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,IAAI,IAAI,GAAG,MAAM,CAAC,KAAK,IAAI,EAAE,CAAC;gBAC9B,IAAA,sCAAoB,EAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC;gBAC9C,4BAAM,IAAI,CAAA,CAAC;YACb,CAAC;QACH,CAAC;KAAA;IAEc,0BAA0B,CACvC,iBAAyB,EACzB,eAAuB,EACvB,OAAsE;;;;gBAEtE,KAAyB,eAAA,KAAA,sBAAA,IAAI,CAAC,2BAA2B,CACvD,iBAAiB,EACjB,eAAe,EACf,OAAO,CACR,CAAA,IAAA,uEAAE,CAAC;oBAJqB,cAIxB;oBAJwB,WAIxB;oBAJU,MAAM,IAAI,KAAA,CAAA;oBAKnB,sBAAA,KAAK,CAAC,CAAC,yBAAA,sBAAA,IAAI,CAAA,CAAA,CAAA,CAAC;gBACd,CAAC;;;;;;;;;QACH,CAAC;KAAA;IAED;;;;;;OAMG;IACH,qBAAqB,CACnB,iBAAyB,EACzB,eAAuB,EACvB,qBAA6B,EAC7B,OAA0E;QAE1E,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,eAAe,EAAE,qBAAqB,EAAE,OAAO,EAAE,EACtE,kCAAkC,CACnC,CAAC;IACJ,CAAC;IAED;;;;;;OAMG;IACH,GAAG,CACD,iBAAyB,EACzB,eAAuB,EACvB,qBAA6B,EAC7B,OAAwD;QAExD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,eAAe,EAAE,qBAAqB,EAAE,OAAO,EAAE,EACtE,gBAAgB,CACjB,CAAC;IACJ,CAAC;IAED;;;;;;;;;;OAUG;IACH,KAAK,CAAC,mBAAmB,CACvB,iBAAyB,EACzB,eAAuB,EACvB,qBAA6B,EAC7B,qBAAwC,EACxC,OAAmE;QAOnE,MAAM,mBAAmB,GAAG,KAAK,EAC/B,IAAmC,EACnC,IAA8B,EACgC,EAAE;YAChE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;QACtD,CAAC,CAAC;QACF,MAAM,eAAe,GAAG,KAAK,EAC3B,IAAmC,EACnC,IAA8B,EAC9B,EAAE;;YACF,IAAI,kBAAkB,GACpB,SAAS,CAAC;YACZ,MAAM,gBAAgB,GAAG,MAAA,IAAI,CAAC,OAAO,0CAAE,UAAU,CAAC;YAClD,MAAM,QAAQ,GAAmC,CAC/C,WAA6C,EAC7C,YAAqB,EACrB,EAAE;gBACF,kBAAkB,GAAG,WAAW,CAAC;gBACjC,gBAAgB,aAAhB,gBAAgB,uBAAhB,gBAAgB,CAAG,WAAW,EAAE,YAAY,CAAC,CAAC;YAChD,CAAC,CAAC;YACF,MAAM,WAAW,mCACZ,IAAI,KACP,OAAO,kCACF,IAAI,CAAC,OAAO,KACf,UAAU,EAAE,QAAQ,MAEvB,CAAC;YACF,MAAM,YAAY,GAAG,MAAM,mBAAmB,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;YAClE,OAAO;gBACL,YAAY;gBACZ,WAAW,EAAE;oBACX,UAAU,EAAE,kBAAmB,CAAC,MAAM;oBACtC,IAAI,EAAE,kBAAmB,CAAC,UAAU;oBACpC,OAAO,EAAE,kBAAmB,CAAC,OAAO,CAAC,MAAM,EAAE;iBAC9C;aACF,CAAC;QACJ,CAAC,CAAC;QAEF,MAAM,GAAG,GAAG,IAAA,0BAAa,EAAC;YACxB,eAAe;YACf,IAAI,EAAE;gBACJ,iBAAiB;gBACjB,eAAe;gBACf,qBAAqB;gBACrB,qBAAqB;gBACrB,OAAO;aACR;YACD,IAAI,EAAE,2BAA2B;SAClC,CAAC,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,IAAA,2BAAgB,EAGnC,GAAG,EAAE;YACL,WAAW,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,UAAU;YAChC,YAAY,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,kBAAkB;SAC1C,CAAC,CAAC;QACH,MAAM,MAAM,CAAC,IAAI,EAAE,CAAC;QACpB,OAAO,MAAM,CAAC;IAChB,CAAC;IAED;;;;;;;;;;OAUG;IACH,KAAK,CAAC,0BAA0B,CAC9B,iBAAyB,EACzB,eAAuB,EACvB,qBAA6B,EAC7B,qBAAwC,EACxC,OAAmE;QAEnE,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,mBAAmB,CAC3C,iBAAiB,EACjB,eAAe,EACf,qBAAqB,EACrB,qBAAqB,EACrB,OAAO,CACR,CAAC;QACF,OAAO,MAAM,CAAC,aAAa,EAAE,CAAC;IAChC,CAAC;IAED;;;;;;OAMG;IACH,KAAK,CAAC,WAAW,CACf,iBAAyB,EACzB,eAAuB,EACvB,qBAA6B,EAC7B,OAA2D;QAE3D,MAAM,mBAAmB,GAAG,KAAK,EAC/B,IAAmC,EACnC,IAA8B,EACf,EAAE;YACjB,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;QACtD,CAAC,CAAC;QACF,MAAM,eAAe,GAAG,KAAK,EAC3B,IAAmC,EACnC,IAA8B,EAC9B,EAAE;;YACF,IAAI,kBAAkB,GACpB,SAAS,CAAC;YACZ,MAAM,gBAAgB,GAAG,MAAA,IAAI,CAAC,OAAO,0CAAE,UAAU,CAAC;YAClD,MAAM,QAAQ,GAAmC,CAC/C,WAA6C,EAC7C,YAAqB,EACrB,EAAE;gBACF,kBAAkB,GAAG,WAAW,CAAC;gBACjC,gBAAgB,aAAhB,gBAAgB,uBAAhB,gBAAgB,CAAG,WAAW,EAAE,YAAY,CAAC,CAAC;YAChD,CAAC,CAAC;YACF,MAAM,WAAW,mCACZ,IAAI,KACP,OAAO,kCACF,IAAI,CAAC,OAAO,KACf,UAAU,EAAE,QAAQ,MAEvB,CAAC;YACF,MAAM,YAAY,GAAG,MAAM,mBAAmB,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;YAClE,OAAO;gBACL,YAAY;gBACZ,WAAW,EAAE;oBACX,UAAU,EAAE,kBAAmB,CAAC,MAAM;oBACtC,IAAI,EAAE,kBAAmB,CAAC,UAAU;oBACpC,OAAO,EAAE,kBAAmB,CAAC,OAAO,CAAC,MAAM,EAAE;iBAC9C;aACF,CAAC;QACJ,CAAC,CAAC;QAEF,MAAM,GAAG,GAAG,IAAA,0BAAa,EAAC;YACxB,eAAe;YACf,IAAI,EAAE;gBACJ,iBAAiB;gBACjB,eAAe;gBACf,qBAAqB;gBACrB,OAAO;aACR;YACD,IAAI,EAAE,mBAAmB;SAC1B,CAAC,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,IAAA,2BAAgB,EAA6B,GAAG,EAAE;YACrE,WAAW,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,UAAU;YAChC,YAAY,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,kBAAkB;SAC1C,CAAC,CAAC;QACH,MAAM,MAAM,CAAC,IAAI,EAAE,CAAC;QACpB,OAAO,MAAM,CAAC;IAChB,CAAC;IAED;;;;;;OAMG;IACH,KAAK,CAAC,kBAAkB,CACtB,iBAAyB,EACzB,eAAuB,EACvB,qBAA6B,EAC7B,OAA2D;QAE3D,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,WAAW,CACnC,iBAAiB,EACjB,eAAe,EACf,qBAAqB,EACrB,OAAO,CACR,CAAC;QACF,OAAO,MAAM,CAAC,aAAa,EAAE,CAAC;IAChC,CAAC;IAED;;;;;;;OAOG;IACH,KAAK,CAAC,WAAW,CACf,iBAAyB,EACzB,eAAuB,EACvB,qBAA6B,EAC7B,iCAAoE,EACpE,OAA2D;QAO3D,MAAM,mBAAmB,GAAG,KAAK,EAC/B,IAAmC,EACnC,IAA8B,EACwB,EAAE;YACxD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;QACtD,CAAC,CAAC;QACF,MAAM,eAAe,GAAG,KAAK,EAC3B,IAAmC,EACnC,IAA8B,EAC9B,EAAE;;YACF,IAAI,kBAAkB,GACpB,SAAS,CAAC;YACZ,MAAM,gBAAgB,GAAG,MAAA,IAAI,CAAC,OAAO,0CAAE,UAAU,CAAC;YAClD,MAAM,QAAQ,GAAmC,CAC/C,WAA6C,EAC7C,YAAqB,EACrB,EAAE;gBACF,kBAAkB,GAAG,WAAW,CAAC;gBACjC,gBAAgB,aAAhB,gBAAgB,uBAAhB,gBAAgB,CAAG,WAAW,EAAE,YAAY,CAAC,CAAC;YAChD,CAAC,CAAC;YACF,MAAM,WAAW,mCACZ,IAAI,KACP,OAAO,kCACF,IAAI,CAAC,OAAO,KACf,UAAU,EAAE,QAAQ,MAEvB,CAAC;YACF,MAAM,YAAY,GAAG,MAAM,mBAAmB,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;YAClE,OAAO;gBACL,YAAY;gBACZ,WAAW,EAAE;oBACX,UAAU,EAAE,kBAAmB,CAAC,MAAM;oBACtC,IAAI,EAAE,kBAAmB,CAAC,UAAU;oBACpC,OAAO,EAAE,kBAAmB,CAAC,OAAO,CAAC,MAAM,EAAE;iBAC9C;aACF,CAAC;QACJ,CAAC,CAAC;QAEF,MAAM,GAAG,GAAG,IAAA,0BAAa,EAAC;YACxB,eAAe;YACf,IAAI,EAAE;gBACJ,iBAAiB;gBACjB,eAAe;gBACf,qBAAqB;gBACrB,iCAAiC;gBACjC,OAAO;aACR;YACD,IAAI,EAAE,mBAAmB;SAC1B,CAAC,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,IAAA,2BAAgB,EAGnC,GAAG,EAAE;YACL,WAAW,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,UAAU;YAChC,YAAY,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,kBAAkB;SAC1C,CAAC,CAAC;QACH,MAAM,MAAM,CAAC,IAAI,EAAE,CAAC;QACpB,OAAO,MAAM,CAAC;IAChB,CAAC;IAED;;;;;;;OAOG;IACH,KAAK,CAAC,kBAAkB,CACtB,iBAAyB,EACzB,eAAuB,EACvB,qBAA6B,EAC7B,iCAAoE,EACpE,OAA2D;QAE3D,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,WAAW,CACnC,iBAAiB,EACjB,eAAe,EACf,qBAAqB,EACrB,iCAAiC,EACjC,OAAO,CACR,CAAC;QACF,OAAO,MAAM,CAAC,aAAa,EAAE,CAAC;IAChC,CAAC;IAED;;;;;;OAMG;IACH,UAAU,CACR,iBAAyB,EACzB,eAAuB,EACvB,qBAA6B,EAC7B,OAA+D;QAE/D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,eAAe,EAAE,qBAAqB,EAAE,OAAO,EAAE,EACtE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAED;;;;;OAKG;IACK,kBAAkB,CACxB,iBAAyB,EACzB,eAAuB,EACvB,OAAsE;QAEtE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,eAAe,EAAE,OAAO,EAAE,EAC/C,8BAA8B,CAC/B,CAAC;IACJ,CAAC;IAED;;;;;;OAMG;IACK,sBAAsB,CAC5B,iBAAyB,EACzB,eAAuB,EACvB,QAAgB,EAChB,OAA0E;QAE1E,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,eAAe,EAAE,QAAQ,EAAE,OAAO,EAAE,EACzD,kCAAkC,CACnC,CAAC;IACJ,CAAC;CACF;AAhfD,8EAgfC;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,kCAAkC,GAA6B;IACnE,IAAI,EAAE,kMAAkM;IACxM,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,2BAA2B;SAChD;QACD,OAAO,EAAE,EAAE;KACZ;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,qBAAqB;QAChC,UAAU,CAAC,eAAe;KAC3B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,gBAAgB,GAA6B;IACjD,IAAI,EAAE,4KAA4K;IAClL,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,iBAAiB;SACtC;QACD,OAAO,EAAE,EAAE;KACZ;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,qBAAqB;QAChC,UAAU,CAAC,eAAe;KAC3B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,2BAA2B,GAA6B;IAC5D,IAAI,EAAE,4KAA4K;IAClL,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,iBAAiB;SACtC;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,iBAAiB;SACtC;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,iBAAiB;SACtC;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,iBAAiB;SACtC;QACD,OAAO,EAAE,EAAE;KACZ;IACD,WAAW,EAAE,UAAU,CAAC,qBAAqB;IAC7C,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,qBAAqB;QAChC,UAAU,CAAC,eAAe;KAC3B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,mBAAmB,GAA6B;IACpD,IAAI,EAAE,4KAA4K;IAClL,UAAU,EAAE,QAAQ;IACpB,SAAS,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE;IAC9D,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,qBAAqB;QAChC,UAAU,CAAC,eAAe;KAC3B;IACD,UAAU;CACX,CAAC;AACF,MAAM,mBAAmB,GAA6B;IACpD,IAAI,EAAE,4KAA4K;IAClL,UAAU,EAAE,OAAO;IACnB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,iBAAiB;SACtC;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,iBAAiB;SACtC;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,iBAAiB;SACtC;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,iBAAiB;SACtC;QACD,OAAO,EAAE,EAAE;KACZ;IACD,WAAW,EAAE,UAAU,CAAC,iCAAiC;IACzD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,qBAAqB;QAChC,UAAU,CAAC,eAAe;KAC3B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,uBAAuB,GAA6B;IACxD,IAAI,EAAE,uLAAuL;IAC7L,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,wBAAwB;SAC7C;QACD,OAAO,EAAE,EAAE;KACZ;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,qBAAqB;QAChC,UAAU,CAAC,eAAe;KAC3B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,8BAA8B,GAA6B;IAC/D,IAAI,EAAE,oJAAoJ;IAC1J,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,4BAA4B;SACjD;QACD,OAAO,EAAE,EAAE;KACZ;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,EAAE,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,GAAG,CAAC;IAC3E,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,eAAe;KAC3B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,kCAAkC,GAA6B;IACnE,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,4BAA4B;SACjD;QACD,OAAO,EAAE,EAAE;KACZ;IACD,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,QAAQ;QACnB,UAAU,CAAC,eAAe;KAC3B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC","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 { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { SystemTopicEventSubscriptions } 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 { EventGridManagementClient } from \"../eventGridManagementClient.js\";\nimport {\n SimplePollerLike,\n OperationState,\n createHttpPoller,\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport {\n EventSubscription,\n SystemTopicEventSubscriptionsListBySystemTopicNextOptionalParams,\n SystemTopicEventSubscriptionsListBySystemTopicOptionalParams,\n SystemTopicEventSubscriptionsListBySystemTopicResponse,\n SystemTopicEventSubscriptionsGetDeliveryAttributesOptionalParams,\n SystemTopicEventSubscriptionsGetDeliveryAttributesResponse,\n SystemTopicEventSubscriptionsGetOptionalParams,\n SystemTopicEventSubscriptionsGetResponse,\n SystemTopicEventSubscriptionsCreateOrUpdateOptionalParams,\n SystemTopicEventSubscriptionsCreateOrUpdateResponse,\n SystemTopicEventSubscriptionsDeleteOptionalParams,\n EventSubscriptionUpdateParameters,\n SystemTopicEventSubscriptionsUpdateOptionalParams,\n SystemTopicEventSubscriptionsUpdateResponse,\n SystemTopicEventSubscriptionsGetFullUrlOptionalParams,\n SystemTopicEventSubscriptionsGetFullUrlResponse,\n SystemTopicEventSubscriptionsListBySystemTopicNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing SystemTopicEventSubscriptions operations. */\nexport class SystemTopicEventSubscriptionsImpl\n implements SystemTopicEventSubscriptions\n{\n private readonly client: EventGridManagementClient;\n\n /**\n * Initialize a new instance of the class SystemTopicEventSubscriptions class.\n * @param client Reference to the service client\n */\n constructor(client: EventGridManagementClient) {\n this.client = client;\n }\n\n /**\n * List event subscriptions that belong to a specific system topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param options The options parameters.\n */\n public listBySystemTopic(\n resourceGroupName: string,\n systemTopicName: string,\n options?: SystemTopicEventSubscriptionsListBySystemTopicOptionalParams,\n ): PagedAsyncIterableIterator<EventSubscription> {\n const iter = this.listBySystemTopicPagingAll(\n resourceGroupName,\n systemTopicName,\n options,\n );\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.listBySystemTopicPagingPage(\n resourceGroupName,\n systemTopicName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listBySystemTopicPagingPage(\n resourceGroupName: string,\n systemTopicName: string,\n options?: SystemTopicEventSubscriptionsListBySystemTopicOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<EventSubscription[]> {\n let result: SystemTopicEventSubscriptionsListBySystemTopicResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listBySystemTopic(\n resourceGroupName,\n systemTopicName,\n options,\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listBySystemTopicNext(\n resourceGroupName,\n systemTopicName,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listBySystemTopicPagingAll(\n resourceGroupName: string,\n systemTopicName: string,\n options?: SystemTopicEventSubscriptionsListBySystemTopicOptionalParams,\n ): AsyncIterableIterator<EventSubscription> {\n for await (const page of this.listBySystemTopicPagingPage(\n resourceGroupName,\n systemTopicName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Get all delivery attributes for an event subscription.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param eventSubscriptionName Name of the event subscription.\n * @param options The options parameters.\n */\n getDeliveryAttributes(\n resourceGroupName: string,\n systemTopicName: string,\n eventSubscriptionName: string,\n options?: SystemTopicEventSubscriptionsGetDeliveryAttributesOptionalParams,\n ): Promise<SystemTopicEventSubscriptionsGetDeliveryAttributesResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, systemTopicName, eventSubscriptionName, options },\n getDeliveryAttributesOperationSpec,\n );\n }\n\n /**\n * Get an event subscription.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param eventSubscriptionName Name of the event subscription to be found.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n systemTopicName: string,\n eventSubscriptionName: string,\n options?: SystemTopicEventSubscriptionsGetOptionalParams,\n ): Promise<SystemTopicEventSubscriptionsGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, systemTopicName, eventSubscriptionName, options },\n getOperationSpec,\n );\n }\n\n /**\n * Asynchronously creates or updates an event subscription with the specified parameters. Existing\n * event subscriptions will be updated with this API.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names\n * must be between 3 and 64 characters in length and use alphanumeric letters only.\n * @param eventSubscriptionInfo Event subscription properties containing the destination and filter\n * information.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resourceGroupName: string,\n systemTopicName: string,\n eventSubscriptionName: string,\n eventSubscriptionInfo: EventSubscription,\n options?: SystemTopicEventSubscriptionsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<SystemTopicEventSubscriptionsCreateOrUpdateResponse>,\n SystemTopicEventSubscriptionsCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<SystemTopicEventSubscriptionsCreateOrUpdateResponse> => {\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 =\n 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 systemTopicName,\n eventSubscriptionName,\n eventSubscriptionInfo,\n options,\n },\n spec: createOrUpdateOperationSpec,\n });\n const poller = await createHttpPoller<\n SystemTopicEventSubscriptionsCreateOrUpdateResponse,\n OperationState<SystemTopicEventSubscriptionsCreateOrUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Asynchronously creates or updates an event subscription with the specified parameters. Existing\n * event subscriptions will be updated with this API.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names\n * must be between 3 and 64 characters in length and use alphanumeric letters only.\n * @param eventSubscriptionInfo Event subscription properties containing the destination and filter\n * information.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n systemTopicName: string,\n eventSubscriptionName: string,\n eventSubscriptionInfo: EventSubscription,\n options?: SystemTopicEventSubscriptionsCreateOrUpdateOptionalParams,\n ): Promise<SystemTopicEventSubscriptionsCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(\n resourceGroupName,\n systemTopicName,\n eventSubscriptionName,\n eventSubscriptionInfo,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Delete an existing event subscription of a system topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param eventSubscriptionName Name of the event subscription to be deleted.\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n systemTopicName: string,\n eventSubscriptionName: string,\n options?: SystemTopicEventSubscriptionsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\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 =\n 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 systemTopicName,\n eventSubscriptionName,\n options,\n },\n spec: deleteOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Delete an existing event subscription of a system topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param eventSubscriptionName Name of the event subscription to be deleted.\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n systemTopicName: string,\n eventSubscriptionName: string,\n options?: SystemTopicEventSubscriptionsDeleteOptionalParams,\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n systemTopicName,\n eventSubscriptionName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Update an existing event subscription of a system topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param eventSubscriptionName Name of the event subscription to be updated.\n * @param eventSubscriptionUpdateParameters Updated event subscription information.\n * @param options The options parameters.\n */\n async beginUpdate(\n resourceGroupName: string,\n systemTopicName: string,\n eventSubscriptionName: string,\n eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters,\n options?: SystemTopicEventSubscriptionsUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<SystemTopicEventSubscriptionsUpdateResponse>,\n SystemTopicEventSubscriptionsUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<SystemTopicEventSubscriptionsUpdateResponse> => {\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 =\n 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 systemTopicName,\n eventSubscriptionName,\n eventSubscriptionUpdateParameters,\n options,\n },\n spec: updateOperationSpec,\n });\n const poller = await createHttpPoller<\n SystemTopicEventSubscriptionsUpdateResponse,\n OperationState<SystemTopicEventSubscriptionsUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Update an existing event subscription of a system topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param eventSubscriptionName Name of the event subscription to be updated.\n * @param eventSubscriptionUpdateParameters Updated event subscription information.\n * @param options The options parameters.\n */\n async beginUpdateAndWait(\n resourceGroupName: string,\n systemTopicName: string,\n eventSubscriptionName: string,\n eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters,\n options?: SystemTopicEventSubscriptionsUpdateOptionalParams,\n ): Promise<SystemTopicEventSubscriptionsUpdateResponse> {\n const poller = await this.beginUpdate(\n resourceGroupName,\n systemTopicName,\n eventSubscriptionName,\n eventSubscriptionUpdateParameters,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Get the full endpoint URL for an event subscription of a system topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param eventSubscriptionName Name of the event subscription.\n * @param options The options parameters.\n */\n getFullUrl(\n resourceGroupName: string,\n systemTopicName: string,\n eventSubscriptionName: string,\n options?: SystemTopicEventSubscriptionsGetFullUrlOptionalParams,\n ): Promise<SystemTopicEventSubscriptionsGetFullUrlResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, systemTopicName, eventSubscriptionName, options },\n getFullUrlOperationSpec,\n );\n }\n\n /**\n * List event subscriptions that belong to a specific system topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param options The options parameters.\n */\n private _listBySystemTopic(\n resourceGroupName: string,\n systemTopicName: string,\n options?: SystemTopicEventSubscriptionsListBySystemTopicOptionalParams,\n ): Promise<SystemTopicEventSubscriptionsListBySystemTopicResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, systemTopicName, options },\n listBySystemTopicOperationSpec,\n );\n }\n\n /**\n * ListBySystemTopicNext\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param systemTopicName Name of the system topic.\n * @param nextLink The nextLink from the previous successful call to the ListBySystemTopic method.\n * @param options The options parameters.\n */\n private _listBySystemTopicNext(\n resourceGroupName: string,\n systemTopicName: string,\n nextLink: string,\n options?: SystemTopicEventSubscriptionsListBySystemTopicNextOptionalParams,\n ): Promise<SystemTopicEventSubscriptionsListBySystemTopicNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, systemTopicName, nextLink, options },\n listBySystemTopicNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getDeliveryAttributesOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}/getDeliveryAttributes\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.DeliveryAttributeListResult,\n },\n default: {},\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.eventSubscriptionName,\n Parameters.systemTopicName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscription,\n },\n default: {},\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.eventSubscriptionName,\n Parameters.systemTopicName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscription,\n },\n 201: {\n bodyMapper: Mappers.EventSubscription,\n },\n 202: {\n bodyMapper: Mappers.EventSubscription,\n },\n 204: {\n bodyMapper: Mappers.EventSubscription,\n },\n default: {},\n },\n requestBody: Parameters.eventSubscriptionInfo,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.eventSubscriptionName,\n Parameters.systemTopicName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}\",\n httpMethod: \"DELETE\",\n responses: { 200: {}, 201: {}, 202: {}, 204: {}, default: {} },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.eventSubscriptionName,\n Parameters.systemTopicName,\n ],\n serializer,\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscription,\n },\n 201: {\n bodyMapper: Mappers.EventSubscription,\n },\n 202: {\n bodyMapper: Mappers.EventSubscription,\n },\n 204: {\n bodyMapper: Mappers.EventSubscription,\n },\n default: {},\n },\n requestBody: Parameters.eventSubscriptionUpdateParameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.eventSubscriptionName,\n Parameters.systemTopicName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst getFullUrlOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}/getFullUrl\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionFullUrl,\n },\n default: {},\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.eventSubscriptionName,\n Parameters.systemTopicName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listBySystemTopicOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult,\n },\n default: {},\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.systemTopicName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listBySystemTopicNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.EventSubscriptionsListResult,\n },\n default: {},\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.nextLink,\n Parameters.systemTopicName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
@@ -1,6 +1,6 @@
1
1
  import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
2
  import { SimplePollerLike, OperationState } from "@azure/core-lro";
3
- import { EventSubscription, DomainTopicEventSubscriptionsListOptionalParams, DomainTopicEventSubscriptionsGetOptionalParams, DomainTopicEventSubscriptionsGetResponse, DomainTopicEventSubscriptionsCreateOrUpdateOptionalParams, DomainTopicEventSubscriptionsCreateOrUpdateResponse, DomainTopicEventSubscriptionsDeleteOptionalParams, EventSubscriptionUpdateParameters, DomainTopicEventSubscriptionsUpdateOptionalParams, DomainTopicEventSubscriptionsUpdateResponse, DomainTopicEventSubscriptionsGetFullUrlOptionalParams, DomainTopicEventSubscriptionsGetFullUrlResponse, DomainTopicEventSubscriptionsGetDeliveryAttributesOptionalParams, DomainTopicEventSubscriptionsGetDeliveryAttributesResponse } from "../models/index.js";
3
+ import { EventSubscription, DomainTopicEventSubscriptionsListOptionalParams, DomainTopicEventSubscriptionsGetDeliveryAttributesOptionalParams, DomainTopicEventSubscriptionsGetDeliveryAttributesResponse, DomainTopicEventSubscriptionsGetOptionalParams, DomainTopicEventSubscriptionsGetResponse, DomainTopicEventSubscriptionsCreateOrUpdateOptionalParams, DomainTopicEventSubscriptionsCreateOrUpdateResponse, DomainTopicEventSubscriptionsDeleteOptionalParams, EventSubscriptionUpdateParameters, DomainTopicEventSubscriptionsUpdateOptionalParams, DomainTopicEventSubscriptionsUpdateResponse, DomainTopicEventSubscriptionsGetFullUrlOptionalParams, DomainTopicEventSubscriptionsGetFullUrlResponse } from "../models/index.js";
4
4
  /** Interface representing a DomainTopicEventSubscriptions. */
5
5
  export interface DomainTopicEventSubscriptions {
6
6
  /**
@@ -11,6 +11,15 @@ export interface DomainTopicEventSubscriptions {
11
11
  * @param options The options parameters.
12
12
  */
13
13
  list(resourceGroupName: string, domainName: string, topicName: string, options?: DomainTopicEventSubscriptionsListOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
14
+ /**
15
+ * Get all delivery attributes for an event subscription for domain topic.
16
+ * @param resourceGroupName The name of the resource group within the user's subscription.
17
+ * @param domainName Name of the top level domain.
18
+ * @param topicName Name of the domain topic.
19
+ * @param eventSubscriptionName Name of the event subscription.
20
+ * @param options The options parameters.
21
+ */
22
+ getDeliveryAttributes(resourceGroupName: string, domainName: string, topicName: string, eventSubscriptionName: string, options?: DomainTopicEventSubscriptionsGetDeliveryAttributesOptionalParams): Promise<DomainTopicEventSubscriptionsGetDeliveryAttributesResponse>;
14
23
  /**
15
24
  * Get properties of a nested event subscription for a domain topic.
16
25
  * @param resourceGroupName The name of the resource group within the user's subscription.
@@ -91,14 +100,5 @@ export interface DomainTopicEventSubscriptions {
91
100
  * @param options The options parameters.
92
101
  */
93
102
  getFullUrl(resourceGroupName: string, domainName: string, topicName: string, eventSubscriptionName: string, options?: DomainTopicEventSubscriptionsGetFullUrlOptionalParams): Promise<DomainTopicEventSubscriptionsGetFullUrlResponse>;
94
- /**
95
- * Get all delivery attributes for an event subscription for domain topic.
96
- * @param resourceGroupName The name of the resource group within the user's subscription.
97
- * @param domainName Name of the top level domain.
98
- * @param topicName Name of the domain topic.
99
- * @param eventSubscriptionName Name of the event subscription.
100
- * @param options The options parameters.
101
- */
102
- getDeliveryAttributes(resourceGroupName: string, domainName: string, topicName: string, eventSubscriptionName: string, options?: DomainTopicEventSubscriptionsGetDeliveryAttributesOptionalParams): Promise<DomainTopicEventSubscriptionsGetDeliveryAttributesResponse>;
103
103
  }
104
104
  //# sourceMappingURL=domainTopicEventSubscriptions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"domainTopicEventSubscriptions.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/domainTopicEventSubscriptions.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"domainTopicEventSubscriptions.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/domainTopicEventSubscriptions.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"domainTopicEventSubscriptions.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/domainTopicEventSubscriptions.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 { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n EventSubscription,\n DomainTopicEventSubscriptionsListOptionalParams,\n DomainTopicEventSubscriptionsGetOptionalParams,\n DomainTopicEventSubscriptionsGetResponse,\n DomainTopicEventSubscriptionsCreateOrUpdateOptionalParams,\n DomainTopicEventSubscriptionsCreateOrUpdateResponse,\n DomainTopicEventSubscriptionsDeleteOptionalParams,\n EventSubscriptionUpdateParameters,\n DomainTopicEventSubscriptionsUpdateOptionalParams,\n DomainTopicEventSubscriptionsUpdateResponse,\n DomainTopicEventSubscriptionsGetFullUrlOptionalParams,\n DomainTopicEventSubscriptionsGetFullUrlResponse,\n DomainTopicEventSubscriptionsGetDeliveryAttributesOptionalParams,\n DomainTopicEventSubscriptionsGetDeliveryAttributesResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a DomainTopicEventSubscriptions. */\nexport interface DomainTopicEventSubscriptions {\n /**\n * List all event subscriptions that have been created for a specific domain topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the top level domain.\n * @param topicName Name of the domain topic.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n domainName: string,\n topicName: string,\n options?: DomainTopicEventSubscriptionsListOptionalParams,\n ): PagedAsyncIterableIterator<EventSubscription>;\n /**\n * Get properties of a nested event subscription for a domain topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the top level domain.\n * @param topicName Name of the domain topic.\n * @param eventSubscriptionName Name of the event subscription to be found.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n domainName: string,\n topicName: string,\n eventSubscriptionName: string,\n options?: DomainTopicEventSubscriptionsGetOptionalParams,\n ): Promise<DomainTopicEventSubscriptionsGetResponse>;\n /**\n * Asynchronously creates a new event subscription or updates an existing event subscription.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the top level domain.\n * @param topicName Name of the domain topic.\n * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names\n * must be between 3 and 64 characters in length and use alphanumeric letters only.\n * @param eventSubscriptionInfo Event subscription properties containing the destination and filter\n * information.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n domainName: string,\n topicName: string,\n eventSubscriptionName: string,\n eventSubscriptionInfo: EventSubscription,\n options?: DomainTopicEventSubscriptionsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DomainTopicEventSubscriptionsCreateOrUpdateResponse>,\n DomainTopicEventSubscriptionsCreateOrUpdateResponse\n >\n >;\n /**\n * Asynchronously creates a new event subscription or updates an existing event subscription.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the top level domain.\n * @param topicName Name of the domain topic.\n * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names\n * must be between 3 and 64 characters in length and use alphanumeric letters only.\n * @param eventSubscriptionInfo Event subscription properties containing the destination and filter\n * information.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n domainName: string,\n topicName: string,\n eventSubscriptionName: string,\n eventSubscriptionInfo: EventSubscription,\n options?: DomainTopicEventSubscriptionsCreateOrUpdateOptionalParams,\n ): Promise<DomainTopicEventSubscriptionsCreateOrUpdateResponse>;\n /**\n * Delete a nested existing event subscription for a domain topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the top level domain.\n * @param topicName Name of the domain topic.\n * @param eventSubscriptionName Name of the event subscription to be deleted.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n domainName: string,\n topicName: string,\n eventSubscriptionName: string,\n options?: DomainTopicEventSubscriptionsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Delete a nested existing event subscription for a domain topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the top level domain.\n * @param topicName Name of the domain topic.\n * @param eventSubscriptionName Name of the event subscription to be deleted.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n domainName: string,\n topicName: string,\n eventSubscriptionName: string,\n options?: DomainTopicEventSubscriptionsDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Update an existing event subscription for a domain topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the domain.\n * @param topicName Name of the topic.\n * @param eventSubscriptionName Name of the event subscription to be updated.\n * @param eventSubscriptionUpdateParameters Updated event subscription information.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n domainName: string,\n topicName: string,\n eventSubscriptionName: string,\n eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters,\n options?: DomainTopicEventSubscriptionsUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DomainTopicEventSubscriptionsUpdateResponse>,\n DomainTopicEventSubscriptionsUpdateResponse\n >\n >;\n /**\n * Update an existing event subscription for a domain topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the domain.\n * @param topicName Name of the topic.\n * @param eventSubscriptionName Name of the event subscription to be updated.\n * @param eventSubscriptionUpdateParameters Updated event subscription information.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n domainName: string,\n topicName: string,\n eventSubscriptionName: string,\n eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters,\n options?: DomainTopicEventSubscriptionsUpdateOptionalParams,\n ): Promise<DomainTopicEventSubscriptionsUpdateResponse>;\n /**\n * Get the full endpoint URL for a nested event subscription for domain topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the top level domain.\n * @param topicName Name of the domain topic.\n * @param eventSubscriptionName Name of the event subscription.\n * @param options The options parameters.\n */\n getFullUrl(\n resourceGroupName: string,\n domainName: string,\n topicName: string,\n eventSubscriptionName: string,\n options?: DomainTopicEventSubscriptionsGetFullUrlOptionalParams,\n ): Promise<DomainTopicEventSubscriptionsGetFullUrlResponse>;\n /**\n * Get all delivery attributes for an event subscription for domain topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the top level domain.\n * @param topicName Name of the domain topic.\n * @param eventSubscriptionName Name of the event subscription.\n * @param options The options parameters.\n */\n getDeliveryAttributes(\n resourceGroupName: string,\n domainName: string,\n topicName: string,\n eventSubscriptionName: string,\n options?: DomainTopicEventSubscriptionsGetDeliveryAttributesOptionalParams,\n ): Promise<DomainTopicEventSubscriptionsGetDeliveryAttributesResponse>;\n}\n"]}
1
+ {"version":3,"file":"domainTopicEventSubscriptions.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/domainTopicEventSubscriptions.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 { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n EventSubscription,\n DomainTopicEventSubscriptionsListOptionalParams,\n DomainTopicEventSubscriptionsGetDeliveryAttributesOptionalParams,\n DomainTopicEventSubscriptionsGetDeliveryAttributesResponse,\n DomainTopicEventSubscriptionsGetOptionalParams,\n DomainTopicEventSubscriptionsGetResponse,\n DomainTopicEventSubscriptionsCreateOrUpdateOptionalParams,\n DomainTopicEventSubscriptionsCreateOrUpdateResponse,\n DomainTopicEventSubscriptionsDeleteOptionalParams,\n EventSubscriptionUpdateParameters,\n DomainTopicEventSubscriptionsUpdateOptionalParams,\n DomainTopicEventSubscriptionsUpdateResponse,\n DomainTopicEventSubscriptionsGetFullUrlOptionalParams,\n DomainTopicEventSubscriptionsGetFullUrlResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a DomainTopicEventSubscriptions. */\nexport interface DomainTopicEventSubscriptions {\n /**\n * List all event subscriptions that have been created for a specific domain topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the top level domain.\n * @param topicName Name of the domain topic.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n domainName: string,\n topicName: string,\n options?: DomainTopicEventSubscriptionsListOptionalParams,\n ): PagedAsyncIterableIterator<EventSubscription>;\n /**\n * Get all delivery attributes for an event subscription for domain topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the top level domain.\n * @param topicName Name of the domain topic.\n * @param eventSubscriptionName Name of the event subscription.\n * @param options The options parameters.\n */\n getDeliveryAttributes(\n resourceGroupName: string,\n domainName: string,\n topicName: string,\n eventSubscriptionName: string,\n options?: DomainTopicEventSubscriptionsGetDeliveryAttributesOptionalParams,\n ): Promise<DomainTopicEventSubscriptionsGetDeliveryAttributesResponse>;\n /**\n * Get properties of a nested event subscription for a domain topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the top level domain.\n * @param topicName Name of the domain topic.\n * @param eventSubscriptionName Name of the event subscription to be found.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n domainName: string,\n topicName: string,\n eventSubscriptionName: string,\n options?: DomainTopicEventSubscriptionsGetOptionalParams,\n ): Promise<DomainTopicEventSubscriptionsGetResponse>;\n /**\n * Asynchronously creates a new event subscription or updates an existing event subscription.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the top level domain.\n * @param topicName Name of the domain topic.\n * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names\n * must be between 3 and 64 characters in length and use alphanumeric letters only.\n * @param eventSubscriptionInfo Event subscription properties containing the destination and filter\n * information.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n domainName: string,\n topicName: string,\n eventSubscriptionName: string,\n eventSubscriptionInfo: EventSubscription,\n options?: DomainTopicEventSubscriptionsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DomainTopicEventSubscriptionsCreateOrUpdateResponse>,\n DomainTopicEventSubscriptionsCreateOrUpdateResponse\n >\n >;\n /**\n * Asynchronously creates a new event subscription or updates an existing event subscription.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the top level domain.\n * @param topicName Name of the domain topic.\n * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names\n * must be between 3 and 64 characters in length and use alphanumeric letters only.\n * @param eventSubscriptionInfo Event subscription properties containing the destination and filter\n * information.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n domainName: string,\n topicName: string,\n eventSubscriptionName: string,\n eventSubscriptionInfo: EventSubscription,\n options?: DomainTopicEventSubscriptionsCreateOrUpdateOptionalParams,\n ): Promise<DomainTopicEventSubscriptionsCreateOrUpdateResponse>;\n /**\n * Delete a nested existing event subscription for a domain topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the top level domain.\n * @param topicName Name of the domain topic.\n * @param eventSubscriptionName Name of the event subscription to be deleted.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n domainName: string,\n topicName: string,\n eventSubscriptionName: string,\n options?: DomainTopicEventSubscriptionsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Delete a nested existing event subscription for a domain topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the top level domain.\n * @param topicName Name of the domain topic.\n * @param eventSubscriptionName Name of the event subscription to be deleted.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n domainName: string,\n topicName: string,\n eventSubscriptionName: string,\n options?: DomainTopicEventSubscriptionsDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Update an existing event subscription for a domain topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the domain.\n * @param topicName Name of the topic.\n * @param eventSubscriptionName Name of the event subscription to be updated.\n * @param eventSubscriptionUpdateParameters Updated event subscription information.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n domainName: string,\n topicName: string,\n eventSubscriptionName: string,\n eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters,\n options?: DomainTopicEventSubscriptionsUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<DomainTopicEventSubscriptionsUpdateResponse>,\n DomainTopicEventSubscriptionsUpdateResponse\n >\n >;\n /**\n * Update an existing event subscription for a domain topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the domain.\n * @param topicName Name of the topic.\n * @param eventSubscriptionName Name of the event subscription to be updated.\n * @param eventSubscriptionUpdateParameters Updated event subscription information.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n domainName: string,\n topicName: string,\n eventSubscriptionName: string,\n eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters,\n options?: DomainTopicEventSubscriptionsUpdateOptionalParams,\n ): Promise<DomainTopicEventSubscriptionsUpdateResponse>;\n /**\n * Get the full endpoint URL for a nested event subscription for domain topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the top level domain.\n * @param topicName Name of the domain topic.\n * @param eventSubscriptionName Name of the event subscription.\n * @param options The options parameters.\n */\n getFullUrl(\n resourceGroupName: string,\n domainName: string,\n topicName: string,\n eventSubscriptionName: string,\n options?: DomainTopicEventSubscriptionsGetFullUrlOptionalParams,\n ): Promise<DomainTopicEventSubscriptionsGetFullUrlResponse>;\n}\n"]}
@@ -1,6 +1,6 @@
1
1
  import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
2
  import { SimplePollerLike, OperationState } from "@azure/core-lro";
3
- import { EventSubscription, EventSubscriptionsListGlobalBySubscriptionOptionalParams, EventSubscriptionsListGlobalBySubscriptionForTopicTypeOptionalParams, EventSubscriptionsListGlobalByResourceGroupOptionalParams, EventSubscriptionsListGlobalByResourceGroupForTopicTypeOptionalParams, EventSubscriptionsListRegionalBySubscriptionOptionalParams, EventSubscriptionsListRegionalByResourceGroupOptionalParams, EventSubscriptionsListRegionalBySubscriptionForTopicTypeOptionalParams, EventSubscriptionsListRegionalByResourceGroupForTopicTypeOptionalParams, EventSubscriptionsListByResourceOptionalParams, EventSubscriptionsListByDomainTopicOptionalParams, EventSubscriptionsGetOptionalParams, EventSubscriptionsGetResponse, EventSubscriptionsCreateOrUpdateOptionalParams, EventSubscriptionsCreateOrUpdateResponse, EventSubscriptionsDeleteOptionalParams, EventSubscriptionUpdateParameters, EventSubscriptionsUpdateOptionalParams, EventSubscriptionsUpdateResponse, EventSubscriptionsGetFullUrlOptionalParams, EventSubscriptionsGetFullUrlResponse, EventSubscriptionsGetDeliveryAttributesOptionalParams, EventSubscriptionsGetDeliveryAttributesResponse } from "../models/index.js";
3
+ import { EventSubscription, EventSubscriptionsListGlobalBySubscriptionOptionalParams, EventSubscriptionsListGlobalBySubscriptionForTopicTypeOptionalParams, EventSubscriptionsListGlobalByResourceGroupOptionalParams, EventSubscriptionsListGlobalByResourceGroupForTopicTypeOptionalParams, EventSubscriptionsListRegionalBySubscriptionOptionalParams, EventSubscriptionsListRegionalByResourceGroupOptionalParams, EventSubscriptionsListRegionalBySubscriptionForTopicTypeOptionalParams, EventSubscriptionsListRegionalByResourceGroupForTopicTypeOptionalParams, EventSubscriptionsListByResourceOptionalParams, EventSubscriptionsListByDomainTopicOptionalParams, EventSubscriptionsGetDeliveryAttributesOptionalParams, EventSubscriptionsGetDeliveryAttributesResponse, EventSubscriptionsGetOptionalParams, EventSubscriptionsGetResponse, EventSubscriptionsCreateOrUpdateOptionalParams, EventSubscriptionsCreateOrUpdateResponse, EventSubscriptionsDeleteOptionalParams, EventSubscriptionUpdateParameters, EventSubscriptionsUpdateOptionalParams, EventSubscriptionsUpdateResponse, EventSubscriptionsGetFullUrlOptionalParams, EventSubscriptionsGetFullUrlResponse } from "../models/index.js";
4
4
  /** Interface representing a EventSubscriptions. */
5
5
  export interface EventSubscriptions {
6
6
  /**
@@ -75,6 +75,20 @@ export interface EventSubscriptions {
75
75
  * @param options The options parameters.
76
76
  */
77
77
  listByDomainTopic(resourceGroupName: string, domainName: string, topicName: string, options?: EventSubscriptionsListByDomainTopicOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
78
+ /**
79
+ * Get all delivery attributes for an event subscription.
80
+ * @param scope The scope of the event subscription. The scope can be a subscription, or a resource
81
+ * group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic.
82
+ * For example, use '/subscriptions/{subscriptionId}/' for a subscription,
83
+ * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and
84
+ * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'
85
+ * for a resource, and
86
+ * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'
87
+ * for an EventGrid topic.
88
+ * @param eventSubscriptionName Name of the event subscription.
89
+ * @param options The options parameters.
90
+ */
91
+ getDeliveryAttributes(scope: string, eventSubscriptionName: string, options?: EventSubscriptionsGetDeliveryAttributesOptionalParams): Promise<EventSubscriptionsGetDeliveryAttributesResponse>;
78
92
  /**
79
93
  * Get properties of an event subscription.
80
94
  * @param scope The scope of the event subscription. The scope can be a subscription, or a resource
@@ -199,19 +213,5 @@ export interface EventSubscriptions {
199
213
  * @param options The options parameters.
200
214
  */
201
215
  getFullUrl(scope: string, eventSubscriptionName: string, options?: EventSubscriptionsGetFullUrlOptionalParams): Promise<EventSubscriptionsGetFullUrlResponse>;
202
- /**
203
- * Get all delivery attributes for an event subscription.
204
- * @param scope The scope of the event subscription. The scope can be a subscription, or a resource
205
- * group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic.
206
- * For example, use '/subscriptions/{subscriptionId}/' for a subscription,
207
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and
208
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'
209
- * for a resource, and
210
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'
211
- * for an EventGrid topic.
212
- * @param eventSubscriptionName Name of the event subscription.
213
- * @param options The options parameters.
214
- */
215
- getDeliveryAttributes(scope: string, eventSubscriptionName: string, options?: EventSubscriptionsGetDeliveryAttributesOptionalParams): Promise<EventSubscriptionsGetDeliveryAttributesResponse>;
216
216
  }
217
217
  //# sourceMappingURL=eventSubscriptions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"eventSubscriptions.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/eventSubscriptions.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"eventSubscriptions.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/eventSubscriptions.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"eventSubscriptions.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/eventSubscriptions.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 { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n EventSubscription,\n EventSubscriptionsListGlobalBySubscriptionOptionalParams,\n EventSubscriptionsListGlobalBySubscriptionForTopicTypeOptionalParams,\n EventSubscriptionsListGlobalByResourceGroupOptionalParams,\n EventSubscriptionsListGlobalByResourceGroupForTopicTypeOptionalParams,\n EventSubscriptionsListRegionalBySubscriptionOptionalParams,\n EventSubscriptionsListRegionalByResourceGroupOptionalParams,\n EventSubscriptionsListRegionalBySubscriptionForTopicTypeOptionalParams,\n EventSubscriptionsListRegionalByResourceGroupForTopicTypeOptionalParams,\n EventSubscriptionsListByResourceOptionalParams,\n EventSubscriptionsListByDomainTopicOptionalParams,\n EventSubscriptionsGetOptionalParams,\n EventSubscriptionsGetResponse,\n EventSubscriptionsCreateOrUpdateOptionalParams,\n EventSubscriptionsCreateOrUpdateResponse,\n EventSubscriptionsDeleteOptionalParams,\n EventSubscriptionUpdateParameters,\n EventSubscriptionsUpdateOptionalParams,\n EventSubscriptionsUpdateResponse,\n EventSubscriptionsGetFullUrlOptionalParams,\n EventSubscriptionsGetFullUrlResponse,\n EventSubscriptionsGetDeliveryAttributesOptionalParams,\n EventSubscriptionsGetDeliveryAttributesResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a EventSubscriptions. */\nexport interface EventSubscriptions {\n /**\n * List all aggregated global event subscriptions under a specific Azure subscription.\n * @param options The options parameters.\n */\n listGlobalBySubscription(\n options?: EventSubscriptionsListGlobalBySubscriptionOptionalParams,\n ): PagedAsyncIterableIterator<EventSubscription>;\n /**\n * List all global event subscriptions under an Azure subscription for a topic type.\n * @param topicTypeName Name of the topic type.\n * @param options The options parameters.\n */\n listGlobalBySubscriptionForTopicType(\n topicTypeName: string,\n options?: EventSubscriptionsListGlobalBySubscriptionForTopicTypeOptionalParams,\n ): PagedAsyncIterableIterator<EventSubscription>;\n /**\n * List all global event subscriptions under a specific Azure subscription and resource group.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param options The options parameters.\n */\n listGlobalByResourceGroup(\n resourceGroupName: string,\n options?: EventSubscriptionsListGlobalByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<EventSubscription>;\n /**\n * List all global event subscriptions under a resource group for a specific topic type.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param topicTypeName Name of the topic type.\n * @param options The options parameters.\n */\n listGlobalByResourceGroupForTopicType(\n resourceGroupName: string,\n topicTypeName: string,\n options?: EventSubscriptionsListGlobalByResourceGroupForTopicTypeOptionalParams,\n ): PagedAsyncIterableIterator<EventSubscription>;\n /**\n * List all event subscriptions from the given location under a specific Azure subscription.\n * @param location Name of the location.\n * @param options The options parameters.\n */\n listRegionalBySubscription(\n location: string,\n options?: EventSubscriptionsListRegionalBySubscriptionOptionalParams,\n ): PagedAsyncIterableIterator<EventSubscription>;\n /**\n * List all event subscriptions from the given location under a specific Azure subscription and\n * resource group.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param location Name of the location.\n * @param options The options parameters.\n */\n listRegionalByResourceGroup(\n resourceGroupName: string,\n location: string,\n options?: EventSubscriptionsListRegionalByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<EventSubscription>;\n /**\n * List all event subscriptions from the given location under a specific Azure subscription and topic\n * type.\n * @param location Name of the location.\n * @param topicTypeName Name of the topic type.\n * @param options The options parameters.\n */\n listRegionalBySubscriptionForTopicType(\n location: string,\n topicTypeName: string,\n options?: EventSubscriptionsListRegionalBySubscriptionForTopicTypeOptionalParams,\n ): PagedAsyncIterableIterator<EventSubscription>;\n /**\n * List all event subscriptions from the given location under a specific Azure subscription and\n * resource group and topic type.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param location Name of the location.\n * @param topicTypeName Name of the topic type.\n * @param options The options parameters.\n */\n listRegionalByResourceGroupForTopicType(\n resourceGroupName: string,\n location: string,\n topicTypeName: string,\n options?: EventSubscriptionsListRegionalByResourceGroupForTopicTypeOptionalParams,\n ): PagedAsyncIterableIterator<EventSubscription>;\n /**\n * List all event subscriptions that have been created for a specific resource.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param providerNamespace Namespace of the provider of the topic.\n * @param resourceTypeName Name of the resource type.\n * @param resourceName Name of the resource.\n * @param options The options parameters.\n */\n listByResource(\n resourceGroupName: string,\n providerNamespace: string,\n resourceTypeName: string,\n resourceName: string,\n options?: EventSubscriptionsListByResourceOptionalParams,\n ): PagedAsyncIterableIterator<EventSubscription>;\n /**\n * List all event subscriptions that have been created for a specific domain topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the top level domain.\n * @param topicName Name of the domain topic.\n * @param options The options parameters.\n */\n listByDomainTopic(\n resourceGroupName: string,\n domainName: string,\n topicName: string,\n options?: EventSubscriptionsListByDomainTopicOptionalParams,\n ): PagedAsyncIterableIterator<EventSubscription>;\n /**\n * Get properties of an event subscription.\n * @param scope The scope of the event subscription. The scope can be a subscription, or a resource\n * group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic.\n * For example, use '/subscriptions/{subscriptionId}/' for a subscription,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'\n * for a resource, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'\n * for an EventGrid topic.\n * @param eventSubscriptionName Name of the event subscription to be found.\n * @param options The options parameters.\n */\n get(\n scope: string,\n eventSubscriptionName: string,\n options?: EventSubscriptionsGetOptionalParams,\n ): Promise<EventSubscriptionsGetResponse>;\n /**\n * Asynchronously creates a new event subscription or updates an existing event subscription based on\n * the specified scope.\n * @param scope The identifier of the resource to which the event subscription needs to be created or\n * updated. The scope can be a subscription, or a resource group, or a top level resource belonging to\n * a resource provider namespace, or an EventGrid topic. For example, use\n * '/subscriptions/{subscriptionId}/' for a subscription,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'\n * for a resource, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'\n * for an EventGrid topic.\n * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names\n * must be between 3 and 64 characters in length and should use alphanumeric letters only.\n * @param eventSubscriptionInfo Event subscription properties containing the destination and filter\n * information.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n scope: string,\n eventSubscriptionName: string,\n eventSubscriptionInfo: EventSubscription,\n options?: EventSubscriptionsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<EventSubscriptionsCreateOrUpdateResponse>,\n EventSubscriptionsCreateOrUpdateResponse\n >\n >;\n /**\n * Asynchronously creates a new event subscription or updates an existing event subscription based on\n * the specified scope.\n * @param scope The identifier of the resource to which the event subscription needs to be created or\n * updated. The scope can be a subscription, or a resource group, or a top level resource belonging to\n * a resource provider namespace, or an EventGrid topic. For example, use\n * '/subscriptions/{subscriptionId}/' for a subscription,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'\n * for a resource, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'\n * for an EventGrid topic.\n * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names\n * must be between 3 and 64 characters in length and should use alphanumeric letters only.\n * @param eventSubscriptionInfo Event subscription properties containing the destination and filter\n * information.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n scope: string,\n eventSubscriptionName: string,\n eventSubscriptionInfo: EventSubscription,\n options?: EventSubscriptionsCreateOrUpdateOptionalParams,\n ): Promise<EventSubscriptionsCreateOrUpdateResponse>;\n /**\n * Delete an existing event subscription.\n * @param scope The scope of the event subscription. The scope can be a subscription, or a resource\n * group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic.\n * For example, use '/subscriptions/{subscriptionId}/' for a subscription,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'\n * for a resource, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'\n * for an EventGrid topic.\n * @param eventSubscriptionName Name of the event subscription to be deleted.\n * @param options The options parameters.\n */\n beginDelete(\n scope: string,\n eventSubscriptionName: string,\n options?: EventSubscriptionsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Delete an existing event subscription.\n * @param scope The scope of the event subscription. The scope can be a subscription, or a resource\n * group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic.\n * For example, use '/subscriptions/{subscriptionId}/' for a subscription,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'\n * for a resource, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'\n * for an EventGrid topic.\n * @param eventSubscriptionName Name of the event subscription to be deleted.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n scope: string,\n eventSubscriptionName: string,\n options?: EventSubscriptionsDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Asynchronously updates an existing event subscription.\n * @param scope The scope of existing event subscription. The scope can be a subscription, or a\n * resource group, or a top level resource belonging to a resource provider namespace, or an EventGrid\n * topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'\n * for a resource, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'\n * for an EventGrid topic.\n * @param eventSubscriptionName Name of the event subscription to be updated.\n * @param eventSubscriptionUpdateParameters Updated event subscription information.\n * @param options The options parameters.\n */\n beginUpdate(\n scope: string,\n eventSubscriptionName: string,\n eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters,\n options?: EventSubscriptionsUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<EventSubscriptionsUpdateResponse>,\n EventSubscriptionsUpdateResponse\n >\n >;\n /**\n * Asynchronously updates an existing event subscription.\n * @param scope The scope of existing event subscription. The scope can be a subscription, or a\n * resource group, or a top level resource belonging to a resource provider namespace, or an EventGrid\n * topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'\n * for a resource, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'\n * for an EventGrid topic.\n * @param eventSubscriptionName Name of the event subscription to be updated.\n * @param eventSubscriptionUpdateParameters Updated event subscription information.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n scope: string,\n eventSubscriptionName: string,\n eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters,\n options?: EventSubscriptionsUpdateOptionalParams,\n ): Promise<EventSubscriptionsUpdateResponse>;\n /**\n * Get the full endpoint URL for an event subscription.\n * @param scope The scope of the event subscription. The scope can be a subscription, or a resource\n * group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic.\n * For example, use '/subscriptions/{subscriptionId}/' for a subscription,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'\n * for a resource, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'\n * for an EventGrid topic.\n * @param eventSubscriptionName Name of the event subscription.\n * @param options The options parameters.\n */\n getFullUrl(\n scope: string,\n eventSubscriptionName: string,\n options?: EventSubscriptionsGetFullUrlOptionalParams,\n ): Promise<EventSubscriptionsGetFullUrlResponse>;\n /**\n * Get all delivery attributes for an event subscription.\n * @param scope The scope of the event subscription. The scope can be a subscription, or a resource\n * group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic.\n * For example, use '/subscriptions/{subscriptionId}/' for a subscription,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'\n * for a resource, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'\n * for an EventGrid topic.\n * @param eventSubscriptionName Name of the event subscription.\n * @param options The options parameters.\n */\n getDeliveryAttributes(\n scope: string,\n eventSubscriptionName: string,\n options?: EventSubscriptionsGetDeliveryAttributesOptionalParams,\n ): Promise<EventSubscriptionsGetDeliveryAttributesResponse>;\n}\n"]}
1
+ {"version":3,"file":"eventSubscriptions.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/eventSubscriptions.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 { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n EventSubscription,\n EventSubscriptionsListGlobalBySubscriptionOptionalParams,\n EventSubscriptionsListGlobalBySubscriptionForTopicTypeOptionalParams,\n EventSubscriptionsListGlobalByResourceGroupOptionalParams,\n EventSubscriptionsListGlobalByResourceGroupForTopicTypeOptionalParams,\n EventSubscriptionsListRegionalBySubscriptionOptionalParams,\n EventSubscriptionsListRegionalByResourceGroupOptionalParams,\n EventSubscriptionsListRegionalBySubscriptionForTopicTypeOptionalParams,\n EventSubscriptionsListRegionalByResourceGroupForTopicTypeOptionalParams,\n EventSubscriptionsListByResourceOptionalParams,\n EventSubscriptionsListByDomainTopicOptionalParams,\n EventSubscriptionsGetDeliveryAttributesOptionalParams,\n EventSubscriptionsGetDeliveryAttributesResponse,\n EventSubscriptionsGetOptionalParams,\n EventSubscriptionsGetResponse,\n EventSubscriptionsCreateOrUpdateOptionalParams,\n EventSubscriptionsCreateOrUpdateResponse,\n EventSubscriptionsDeleteOptionalParams,\n EventSubscriptionUpdateParameters,\n EventSubscriptionsUpdateOptionalParams,\n EventSubscriptionsUpdateResponse,\n EventSubscriptionsGetFullUrlOptionalParams,\n EventSubscriptionsGetFullUrlResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a EventSubscriptions. */\nexport interface EventSubscriptions {\n /**\n * List all aggregated global event subscriptions under a specific Azure subscription.\n * @param options The options parameters.\n */\n listGlobalBySubscription(\n options?: EventSubscriptionsListGlobalBySubscriptionOptionalParams,\n ): PagedAsyncIterableIterator<EventSubscription>;\n /**\n * List all global event subscriptions under an Azure subscription for a topic type.\n * @param topicTypeName Name of the topic type.\n * @param options The options parameters.\n */\n listGlobalBySubscriptionForTopicType(\n topicTypeName: string,\n options?: EventSubscriptionsListGlobalBySubscriptionForTopicTypeOptionalParams,\n ): PagedAsyncIterableIterator<EventSubscription>;\n /**\n * List all global event subscriptions under a specific Azure subscription and resource group.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param options The options parameters.\n */\n listGlobalByResourceGroup(\n resourceGroupName: string,\n options?: EventSubscriptionsListGlobalByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<EventSubscription>;\n /**\n * List all global event subscriptions under a resource group for a specific topic type.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param topicTypeName Name of the topic type.\n * @param options The options parameters.\n */\n listGlobalByResourceGroupForTopicType(\n resourceGroupName: string,\n topicTypeName: string,\n options?: EventSubscriptionsListGlobalByResourceGroupForTopicTypeOptionalParams,\n ): PagedAsyncIterableIterator<EventSubscription>;\n /**\n * List all event subscriptions from the given location under a specific Azure subscription.\n * @param location Name of the location.\n * @param options The options parameters.\n */\n listRegionalBySubscription(\n location: string,\n options?: EventSubscriptionsListRegionalBySubscriptionOptionalParams,\n ): PagedAsyncIterableIterator<EventSubscription>;\n /**\n * List all event subscriptions from the given location under a specific Azure subscription and\n * resource group.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param location Name of the location.\n * @param options The options parameters.\n */\n listRegionalByResourceGroup(\n resourceGroupName: string,\n location: string,\n options?: EventSubscriptionsListRegionalByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<EventSubscription>;\n /**\n * List all event subscriptions from the given location under a specific Azure subscription and topic\n * type.\n * @param location Name of the location.\n * @param topicTypeName Name of the topic type.\n * @param options The options parameters.\n */\n listRegionalBySubscriptionForTopicType(\n location: string,\n topicTypeName: string,\n options?: EventSubscriptionsListRegionalBySubscriptionForTopicTypeOptionalParams,\n ): PagedAsyncIterableIterator<EventSubscription>;\n /**\n * List all event subscriptions from the given location under a specific Azure subscription and\n * resource group and topic type.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param location Name of the location.\n * @param topicTypeName Name of the topic type.\n * @param options The options parameters.\n */\n listRegionalByResourceGroupForTopicType(\n resourceGroupName: string,\n location: string,\n topicTypeName: string,\n options?: EventSubscriptionsListRegionalByResourceGroupForTopicTypeOptionalParams,\n ): PagedAsyncIterableIterator<EventSubscription>;\n /**\n * List all event subscriptions that have been created for a specific resource.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param providerNamespace Namespace of the provider of the topic.\n * @param resourceTypeName Name of the resource type.\n * @param resourceName Name of the resource.\n * @param options The options parameters.\n */\n listByResource(\n resourceGroupName: string,\n providerNamespace: string,\n resourceTypeName: string,\n resourceName: string,\n options?: EventSubscriptionsListByResourceOptionalParams,\n ): PagedAsyncIterableIterator<EventSubscription>;\n /**\n * List all event subscriptions that have been created for a specific domain topic.\n * @param resourceGroupName The name of the resource group within the user's subscription.\n * @param domainName Name of the top level domain.\n * @param topicName Name of the domain topic.\n * @param options The options parameters.\n */\n listByDomainTopic(\n resourceGroupName: string,\n domainName: string,\n topicName: string,\n options?: EventSubscriptionsListByDomainTopicOptionalParams,\n ): PagedAsyncIterableIterator<EventSubscription>;\n /**\n * Get all delivery attributes for an event subscription.\n * @param scope The scope of the event subscription. The scope can be a subscription, or a resource\n * group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic.\n * For example, use '/subscriptions/{subscriptionId}/' for a subscription,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'\n * for a resource, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'\n * for an EventGrid topic.\n * @param eventSubscriptionName Name of the event subscription.\n * @param options The options parameters.\n */\n getDeliveryAttributes(\n scope: string,\n eventSubscriptionName: string,\n options?: EventSubscriptionsGetDeliveryAttributesOptionalParams,\n ): Promise<EventSubscriptionsGetDeliveryAttributesResponse>;\n /**\n * Get properties of an event subscription.\n * @param scope The scope of the event subscription. The scope can be a subscription, or a resource\n * group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic.\n * For example, use '/subscriptions/{subscriptionId}/' for a subscription,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'\n * for a resource, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'\n * for an EventGrid topic.\n * @param eventSubscriptionName Name of the event subscription to be found.\n * @param options The options parameters.\n */\n get(\n scope: string,\n eventSubscriptionName: string,\n options?: EventSubscriptionsGetOptionalParams,\n ): Promise<EventSubscriptionsGetResponse>;\n /**\n * Asynchronously creates a new event subscription or updates an existing event subscription based on\n * the specified scope.\n * @param scope The identifier of the resource to which the event subscription needs to be created or\n * updated. The scope can be a subscription, or a resource group, or a top level resource belonging to\n * a resource provider namespace, or an EventGrid topic. For example, use\n * '/subscriptions/{subscriptionId}/' for a subscription,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'\n * for a resource, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'\n * for an EventGrid topic.\n * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names\n * must be between 3 and 64 characters in length and should use alphanumeric letters only.\n * @param eventSubscriptionInfo Event subscription properties containing the destination and filter\n * information.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n scope: string,\n eventSubscriptionName: string,\n eventSubscriptionInfo: EventSubscription,\n options?: EventSubscriptionsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<EventSubscriptionsCreateOrUpdateResponse>,\n EventSubscriptionsCreateOrUpdateResponse\n >\n >;\n /**\n * Asynchronously creates a new event subscription or updates an existing event subscription based on\n * the specified scope.\n * @param scope The identifier of the resource to which the event subscription needs to be created or\n * updated. The scope can be a subscription, or a resource group, or a top level resource belonging to\n * a resource provider namespace, or an EventGrid topic. For example, use\n * '/subscriptions/{subscriptionId}/' for a subscription,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'\n * for a resource, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'\n * for an EventGrid topic.\n * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names\n * must be between 3 and 64 characters in length and should use alphanumeric letters only.\n * @param eventSubscriptionInfo Event subscription properties containing the destination and filter\n * information.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n scope: string,\n eventSubscriptionName: string,\n eventSubscriptionInfo: EventSubscription,\n options?: EventSubscriptionsCreateOrUpdateOptionalParams,\n ): Promise<EventSubscriptionsCreateOrUpdateResponse>;\n /**\n * Delete an existing event subscription.\n * @param scope The scope of the event subscription. The scope can be a subscription, or a resource\n * group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic.\n * For example, use '/subscriptions/{subscriptionId}/' for a subscription,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'\n * for a resource, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'\n * for an EventGrid topic.\n * @param eventSubscriptionName Name of the event subscription to be deleted.\n * @param options The options parameters.\n */\n beginDelete(\n scope: string,\n eventSubscriptionName: string,\n options?: EventSubscriptionsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Delete an existing event subscription.\n * @param scope The scope of the event subscription. The scope can be a subscription, or a resource\n * group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic.\n * For example, use '/subscriptions/{subscriptionId}/' for a subscription,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'\n * for a resource, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'\n * for an EventGrid topic.\n * @param eventSubscriptionName Name of the event subscription to be deleted.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n scope: string,\n eventSubscriptionName: string,\n options?: EventSubscriptionsDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Asynchronously updates an existing event subscription.\n * @param scope The scope of existing event subscription. The scope can be a subscription, or a\n * resource group, or a top level resource belonging to a resource provider namespace, or an EventGrid\n * topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'\n * for a resource, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'\n * for an EventGrid topic.\n * @param eventSubscriptionName Name of the event subscription to be updated.\n * @param eventSubscriptionUpdateParameters Updated event subscription information.\n * @param options The options parameters.\n */\n beginUpdate(\n scope: string,\n eventSubscriptionName: string,\n eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters,\n options?: EventSubscriptionsUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<EventSubscriptionsUpdateResponse>,\n EventSubscriptionsUpdateResponse\n >\n >;\n /**\n * Asynchronously updates an existing event subscription.\n * @param scope The scope of existing event subscription. The scope can be a subscription, or a\n * resource group, or a top level resource belonging to a resource provider namespace, or an EventGrid\n * topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'\n * for a resource, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'\n * for an EventGrid topic.\n * @param eventSubscriptionName Name of the event subscription to be updated.\n * @param eventSubscriptionUpdateParameters Updated event subscription information.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n scope: string,\n eventSubscriptionName: string,\n eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters,\n options?: EventSubscriptionsUpdateOptionalParams,\n ): Promise<EventSubscriptionsUpdateResponse>;\n /**\n * Get the full endpoint URL for an event subscription.\n * @param scope The scope of the event subscription. The scope can be a subscription, or a resource\n * group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic.\n * For example, use '/subscriptions/{subscriptionId}/' for a subscription,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'\n * for a resource, and\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'\n * for an EventGrid topic.\n * @param eventSubscriptionName Name of the event subscription.\n * @param options The options parameters.\n */\n getFullUrl(\n scope: string,\n eventSubscriptionName: string,\n options?: EventSubscriptionsGetFullUrlOptionalParams,\n ): Promise<EventSubscriptionsGetFullUrlResponse>;\n}\n"]}