@azure/arm-eventgrid 30.0.0-alpha.20210929.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 (222) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/LICENSE +21 -0
  3. package/README.md +94 -0
  4. package/dist/index.js +10620 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/eventGridManagementClient.d.ts +31 -0
  9. package/dist-esm/src/eventGridManagementClient.d.ts.map +1 -0
  10. package/dist-esm/src/eventGridManagementClient.js +38 -0
  11. package/dist-esm/src/eventGridManagementClient.js.map +1 -0
  12. package/dist-esm/src/eventGridManagementClientContext.d.ts +17 -0
  13. package/dist-esm/src/eventGridManagementClientContext.d.ts.map +1 -0
  14. package/dist-esm/src/eventGridManagementClientContext.js +50 -0
  15. package/dist-esm/src/eventGridManagementClientContext.js.map +1 -0
  16. package/dist-esm/src/index.d.ts +6 -0
  17. package/dist-esm/src/index.d.ts.map +1 -0
  18. package/dist-esm/src/index.js +13 -0
  19. package/dist-esm/src/index.js.map +1 -0
  20. package/dist-esm/src/lroImpl.d.ts +16 -0
  21. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  22. package/dist-esm/src/lroImpl.js +29 -0
  23. package/dist-esm/src/lroImpl.js.map +1 -0
  24. package/dist-esm/src/models/index.d.ts +2765 -0
  25. package/dist-esm/src/models/index.d.ts.map +1 -0
  26. package/dist-esm/src/models/index.js +289 -0
  27. package/dist-esm/src/models/index.js.map +1 -0
  28. package/dist-esm/src/models/mappers.d.ts +139 -0
  29. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  30. package/dist-esm/src/models/mappers.js +2979 -0
  31. package/dist-esm/src/models/mappers.js.map +1 -0
  32. package/dist-esm/src/models/parameters.d.ts +53 -0
  33. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  34. package/dist-esm/src/models/parameters.js +415 -0
  35. package/dist-esm/src/models/parameters.js.map +1 -0
  36. package/dist-esm/src/operations/domainTopics.d.ts +79 -0
  37. package/dist-esm/src/operations/domainTopics.d.ts.map +1 -0
  38. package/dist-esm/src/operations/domainTopics.js +310 -0
  39. package/dist-esm/src/operations/domainTopics.js.map +1 -0
  40. package/dist-esm/src/operations/domains.d.ts +122 -0
  41. package/dist-esm/src/operations/domains.d.ts.map +1 -0
  42. package/dist-esm/src/operations/domains.js +522 -0
  43. package/dist-esm/src/operations/domains.js.map +1 -0
  44. package/dist-esm/src/operations/eventChannels.d.ts +72 -0
  45. package/dist-esm/src/operations/eventChannels.d.ts.map +1 -0
  46. package/dist-esm/src/operations/eventChannels.js +269 -0
  47. package/dist-esm/src/operations/eventChannels.js.map +1 -0
  48. package/dist-esm/src/operations/eventSubscriptions.d.ts +404 -0
  49. package/dist-esm/src/operations/eventSubscriptions.d.ts.map +1 -0
  50. package/dist-esm/src/operations/eventSubscriptions.js +1504 -0
  51. package/dist-esm/src/operations/eventSubscriptions.js.map +1 -0
  52. package/dist-esm/src/operations/extensionTopics.d.ts +24 -0
  53. package/dist-esm/src/operations/extensionTopics.d.ts.map +1 -0
  54. package/dist-esm/src/operations/extensionTopics.js +50 -0
  55. package/dist-esm/src/operations/extensionTopics.js.map +1 -0
  56. package/dist-esm/src/operations/index.d.ts +17 -0
  57. package/dist-esm/src/operations/index.d.ts.map +1 -0
  58. package/dist-esm/src/operations/index.js +24 -0
  59. package/dist-esm/src/operations/index.js.map +1 -0
  60. package/dist-esm/src/operations/operations.d.ts +26 -0
  61. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  62. package/dist-esm/src/operations/operations.js +88 -0
  63. package/dist-esm/src/operations/operations.js.map +1 -0
  64. package/dist-esm/src/operations/partnerNamespaces.d.ts +122 -0
  65. package/dist-esm/src/operations/partnerNamespaces.d.ts.map +1 -0
  66. package/dist-esm/src/operations/partnerNamespaces.js +537 -0
  67. package/dist-esm/src/operations/partnerNamespaces.js.map +1 -0
  68. package/dist-esm/src/operations/partnerRegistrations.d.ts +83 -0
  69. package/dist-esm/src/operations/partnerRegistrations.d.ts.map +1 -0
  70. package/dist-esm/src/operations/partnerRegistrations.js +349 -0
  71. package/dist-esm/src/operations/partnerRegistrations.js.map +1 -0
  72. package/dist-esm/src/operations/partnerTopicEventSubscriptions.d.ts +128 -0
  73. package/dist-esm/src/operations/partnerTopicEventSubscriptions.d.ts.map +1 -0
  74. package/dist-esm/src/operations/partnerTopicEventSubscriptions.js +483 -0
  75. package/dist-esm/src/operations/partnerTopicEventSubscriptions.js.map +1 -0
  76. package/dist-esm/src/operations/partnerTopics.d.ts +97 -0
  77. package/dist-esm/src/operations/partnerTopics.d.ts.map +1 -0
  78. package/dist-esm/src/operations/partnerTopics.js +408 -0
  79. package/dist-esm/src/operations/partnerTopics.js.map +1 -0
  80. package/dist-esm/src/operations/privateEndpointConnections.d.ts +105 -0
  81. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
  82. package/dist-esm/src/operations/privateEndpointConnections.js +362 -0
  83. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
  84. package/dist-esm/src/operations/privateLinkResources.d.ts +58 -0
  85. package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
  86. package/dist-esm/src/operations/privateLinkResources.js +184 -0
  87. package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
  88. package/dist-esm/src/operations/systemTopicEventSubscriptions.d.ts +128 -0
  89. package/dist-esm/src/operations/systemTopicEventSubscriptions.d.ts.map +1 -0
  90. package/dist-esm/src/operations/systemTopicEventSubscriptions.js +483 -0
  91. package/dist-esm/src/operations/systemTopicEventSubscriptions.js.map +1 -0
  92. package/dist-esm/src/operations/systemTopics.d.ts +107 -0
  93. package/dist-esm/src/operations/systemTopics.d.ts.map +1 -0
  94. package/dist-esm/src/operations/systemTopics.js +482 -0
  95. package/dist-esm/src/operations/systemTopics.js.map +1 -0
  96. package/dist-esm/src/operations/topicTypes.d.ts +46 -0
  97. package/dist-esm/src/operations/topicTypes.d.ts.map +1 -0
  98. package/dist-esm/src/operations/topicTypes.js +175 -0
  99. package/dist-esm/src/operations/topicTypes.js.map +1 -0
  100. package/dist-esm/src/operations/topics.d.ts +150 -0
  101. package/dist-esm/src/operations/topics.d.ts.map +1 -0
  102. package/dist-esm/src/operations/topics.js +656 -0
  103. package/dist-esm/src/operations/topics.js.map +1 -0
  104. package/dist-esm/src/operationsInterfaces/domainTopics.d.ts +54 -0
  105. package/dist-esm/src/operationsInterfaces/domainTopics.d.ts.map +1 -0
  106. package/dist-esm/src/operationsInterfaces/domainTopics.js +9 -0
  107. package/dist-esm/src/operationsInterfaces/domainTopics.js.map +1 -0
  108. package/dist-esm/src/operationsInterfaces/domains.d.ts +86 -0
  109. package/dist-esm/src/operationsInterfaces/domains.d.ts.map +1 -0
  110. package/dist-esm/src/operationsInterfaces/domains.js +9 -0
  111. package/dist-esm/src/operationsInterfaces/domains.js.map +1 -0
  112. package/dist-esm/src/operationsInterfaces/eventChannels.d.ts +47 -0
  113. package/dist-esm/src/operationsInterfaces/eventChannels.d.ts.map +1 -0
  114. package/dist-esm/src/operationsInterfaces/eventChannels.js +9 -0
  115. package/dist-esm/src/operationsInterfaces/eventChannels.js.map +1 -0
  116. package/dist-esm/src/operationsInterfaces/eventSubscriptions.d.ts +217 -0
  117. package/dist-esm/src/operationsInterfaces/eventSubscriptions.d.ts.map +1 -0
  118. package/dist-esm/src/operationsInterfaces/eventSubscriptions.js +9 -0
  119. package/dist-esm/src/operationsInterfaces/eventSubscriptions.js.map +1 -0
  120. package/dist-esm/src/operationsInterfaces/extensionTopics.d.ts +16 -0
  121. package/dist-esm/src/operationsInterfaces/extensionTopics.d.ts.map +1 -0
  122. package/dist-esm/src/operationsInterfaces/extensionTopics.js +9 -0
  123. package/dist-esm/src/operationsInterfaces/extensionTopics.js.map +1 -0
  124. package/dist-esm/src/operationsInterfaces/index.d.ts +17 -0
  125. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  126. package/dist-esm/src/operationsInterfaces/index.js +24 -0
  127. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  128. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  129. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  130. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  131. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  132. package/dist-esm/src/operationsInterfaces/partnerNamespaces.d.ts +86 -0
  133. package/dist-esm/src/operationsInterfaces/partnerNamespaces.d.ts.map +1 -0
  134. package/dist-esm/src/operationsInterfaces/partnerNamespaces.js +9 -0
  135. package/dist-esm/src/operationsInterfaces/partnerNamespaces.js.map +1 -0
  136. package/dist-esm/src/operationsInterfaces/partnerRegistrations.d.ts +47 -0
  137. package/dist-esm/src/operationsInterfaces/partnerRegistrations.d.ts.map +1 -0
  138. package/dist-esm/src/operationsInterfaces/partnerRegistrations.js +9 -0
  139. package/dist-esm/src/operationsInterfaces/partnerRegistrations.js.map +1 -0
  140. package/dist-esm/src/operationsInterfaces/partnerTopicEventSubscriptions.d.ts +103 -0
  141. package/dist-esm/src/operationsInterfaces/partnerTopicEventSubscriptions.d.ts.map +1 -0
  142. package/dist-esm/src/operationsInterfaces/partnerTopicEventSubscriptions.js +9 -0
  143. package/dist-esm/src/operationsInterfaces/partnerTopicEventSubscriptions.js.map +1 -0
  144. package/dist-esm/src/operationsInterfaces/partnerTopics.d.ts +61 -0
  145. package/dist-esm/src/operationsInterfaces/partnerTopics.d.ts.map +1 -0
  146. package/dist-esm/src/operationsInterfaces/partnerTopics.js +9 -0
  147. package/dist-esm/src/operationsInterfaces/partnerTopics.js.map +1 -0
  148. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +74 -0
  149. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  150. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
  151. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  152. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +27 -0
  153. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  154. package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
  155. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
  156. package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.d.ts +103 -0
  157. package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.d.ts.map +1 -0
  158. package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.js +9 -0
  159. package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.js.map +1 -0
  160. package/dist-esm/src/operationsInterfaces/systemTopics.d.ts +71 -0
  161. package/dist-esm/src/operationsInterfaces/systemTopics.d.ts.map +1 -0
  162. package/dist-esm/src/operationsInterfaces/systemTopics.js +9 -0
  163. package/dist-esm/src/operationsInterfaces/systemTopics.js.map +1 -0
  164. package/dist-esm/src/operationsInterfaces/topicTypes.d.ts +23 -0
  165. package/dist-esm/src/operationsInterfaces/topicTypes.d.ts.map +1 -0
  166. package/dist-esm/src/operationsInterfaces/topicTypes.js +9 -0
  167. package/dist-esm/src/operationsInterfaces/topicTypes.js.map +1 -0
  168. package/dist-esm/src/operationsInterfaces/topics.d.ts +103 -0
  169. package/dist-esm/src/operationsInterfaces/topics.d.ts.map +1 -0
  170. package/dist-esm/src/operationsInterfaces/topics.js +9 -0
  171. package/dist-esm/src/operationsInterfaces/topics.js.map +1 -0
  172. package/dist-esm/test/eventgrid_examples.d.ts +2 -0
  173. package/dist-esm/test/eventgrid_examples.d.ts.map +1 -0
  174. package/dist-esm/test/eventgrid_examples.js +163 -0
  175. package/dist-esm/test/eventgrid_examples.js.map +1 -0
  176. package/package.json +102 -0
  177. package/review/arm-eventgrid.api.md +2518 -0
  178. package/rollup.config.js +188 -0
  179. package/src/eventGridManagementClient.ts +101 -0
  180. package/src/eventGridManagementClientContext.ts +71 -0
  181. package/src/index.ts +13 -0
  182. package/src/lroImpl.ts +34 -0
  183. package/src/models/index.ts +3297 -0
  184. package/src/models/mappers.ts +3334 -0
  185. package/src/models/parameters.ts +490 -0
  186. package/src/operations/domainTopics.ts +452 -0
  187. package/src/operations/domains.ts +713 -0
  188. package/src/operations/eventChannels.ts +382 -0
  189. package/src/operations/eventSubscriptions.ts +2077 -0
  190. package/src/operations/extensionTopics.ts +67 -0
  191. package/src/operations/index.ts +24 -0
  192. package/src/operations/operations.ts +96 -0
  193. package/src/operations/partnerNamespaces.ts +729 -0
  194. package/src/operations/partnerRegistrations.ts +440 -0
  195. package/src/operations/partnerTopicEventSubscriptions.ts +699 -0
  196. package/src/operations/partnerTopics.ts +532 -0
  197. package/src/operations/privateEndpointConnections.ts +529 -0
  198. package/src/operations/privateLinkResources.ts +259 -0
  199. package/src/operations/systemTopicEventSubscriptions.ts +699 -0
  200. package/src/operations/systemTopics.ts +656 -0
  201. package/src/operations/topicTypes.ts +202 -0
  202. package/src/operations/topics.ts +921 -0
  203. package/src/operationsInterfaces/domainTopics.ts +105 -0
  204. package/src/operationsInterfaces/domains.ts +162 -0
  205. package/src/operationsInterfaces/eventChannels.ts +89 -0
  206. package/src/operationsInterfaces/eventSubscriptions.ts +339 -0
  207. package/src/operationsInterfaces/extensionTopics.ts +30 -0
  208. package/src/operationsInterfaces/index.ts +24 -0
  209. package/src/operationsInterfaces/operations.ts +22 -0
  210. package/src/operationsInterfaces/partnerNamespaces.ts +162 -0
  211. package/src/operationsInterfaces/partnerRegistrations.ts +91 -0
  212. package/src/operationsInterfaces/partnerTopicEventSubscriptions.ts +190 -0
  213. package/src/operationsInterfaces/partnerTopics.ts +114 -0
  214. package/src/operationsInterfaces/privateEndpointConnections.ts +137 -0
  215. package/src/operationsInterfaces/privateLinkResources.ts +52 -0
  216. package/src/operationsInterfaces/systemTopicEventSubscriptions.ts +190 -0
  217. package/src/operationsInterfaces/systemTopics.ts +139 -0
  218. package/src/operationsInterfaces/topicTypes.ts +47 -0
  219. package/src/operationsInterfaces/topics.ts +197 -0
  220. package/tsconfig.json +19 -0
  221. package/types/arm-eventgrid.d.ts +4299 -0
  222. package/types/tsdoc-metadata.json +11 -0
@@ -0,0 +1,128 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { SystemTopicEventSubscriptions } from "../operationsInterfaces";
3
+ import { EventGridManagementClientContext } from "../eventGridManagementClientContext";
4
+ import { PollerLike, PollOperationState } from "@azure/core-lro";
5
+ import { EventSubscription, SystemTopicEventSubscriptionsListBySystemTopicOptionalParams, SystemTopicEventSubscriptionsGetOptionalParams, SystemTopicEventSubscriptionsGetResponse, SystemTopicEventSubscriptionsCreateOrUpdateOptionalParams, SystemTopicEventSubscriptionsCreateOrUpdateResponse, SystemTopicEventSubscriptionsDeleteOptionalParams, EventSubscriptionUpdateParameters, SystemTopicEventSubscriptionsUpdateOptionalParams, SystemTopicEventSubscriptionsUpdateResponse, SystemTopicEventSubscriptionsGetFullUrlOptionalParams, SystemTopicEventSubscriptionsGetFullUrlResponse, SystemTopicEventSubscriptionsGetDeliveryAttributesOptionalParams, SystemTopicEventSubscriptionsGetDeliveryAttributesResponse } from "../models";
6
+ /** Class containing SystemTopicEventSubscriptions operations. */
7
+ export declare class SystemTopicEventSubscriptionsImpl implements SystemTopicEventSubscriptions {
8
+ private readonly client;
9
+ /**
10
+ * Initialize a new instance of the class SystemTopicEventSubscriptions class.
11
+ * @param client Reference to the service client
12
+ */
13
+ constructor(client: EventGridManagementClientContext);
14
+ /**
15
+ * List event subscriptions that belong to a specific system topic.
16
+ * @param resourceGroupName The name of the resource group within the user's subscription.
17
+ * @param systemTopicName Name of the system topic.
18
+ * @param options The options parameters.
19
+ */
20
+ listBySystemTopic(resourceGroupName: string, systemTopicName: string, options?: SystemTopicEventSubscriptionsListBySystemTopicOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
21
+ private listBySystemTopicPagingPage;
22
+ private listBySystemTopicPagingAll;
23
+ /**
24
+ * Get 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 to be created. Event subscription names
28
+ * must be between 3 and 100 characters in length and use alphanumeric letters only.
29
+ * @param options The options parameters.
30
+ */
31
+ get(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, options?: SystemTopicEventSubscriptionsGetOptionalParams): Promise<SystemTopicEventSubscriptionsGetResponse>;
32
+ /**
33
+ * Asynchronously creates or updates an event subscription with the specified parameters. Existing
34
+ * event subscriptions will be updated with this API.
35
+ * @param resourceGroupName The name of the resource group within the user's subscription.
36
+ * @param systemTopicName Name of the system topic.
37
+ * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
38
+ * must be between 3 and 100 characters in length and use alphanumeric letters only.
39
+ * @param eventSubscriptionInfo Event subscription properties containing the destination and filter
40
+ * information.
41
+ * @param options The options parameters.
42
+ */
43
+ beginCreateOrUpdate(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: SystemTopicEventSubscriptionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<SystemTopicEventSubscriptionsCreateOrUpdateResponse>, SystemTopicEventSubscriptionsCreateOrUpdateResponse>>;
44
+ /**
45
+ * Asynchronously creates or updates an event subscription with the specified parameters. Existing
46
+ * event subscriptions will be updated with this API.
47
+ * @param resourceGroupName The name of the resource group within the user's subscription.
48
+ * @param systemTopicName Name of the system topic.
49
+ * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
50
+ * must be between 3 and 100 characters in length and use alphanumeric letters only.
51
+ * @param eventSubscriptionInfo Event subscription properties containing the destination and filter
52
+ * information.
53
+ * @param options The options parameters.
54
+ */
55
+ beginCreateOrUpdateAndWait(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: SystemTopicEventSubscriptionsCreateOrUpdateOptionalParams): Promise<SystemTopicEventSubscriptionsCreateOrUpdateResponse>;
56
+ /**
57
+ * Delete an event subscription of a system topic.
58
+ * @param resourceGroupName The name of the resource group within the user's subscription.
59
+ * @param systemTopicName Name of the system topic.
60
+ * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
61
+ * must be between 3 and 100 characters in length and use alphanumeric letters only.
62
+ * @param options The options parameters.
63
+ */
64
+ beginDelete(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, options?: SystemTopicEventSubscriptionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
65
+ /**
66
+ * Delete an event subscription of a system topic.
67
+ * @param resourceGroupName The name of the resource group within the user's subscription.
68
+ * @param systemTopicName Name of the system topic.
69
+ * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
70
+ * must be between 3 and 100 characters in length and use alphanumeric letters only.
71
+ * @param options The options parameters.
72
+ */
73
+ beginDeleteAndWait(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, options?: SystemTopicEventSubscriptionsDeleteOptionalParams): Promise<void>;
74
+ /**
75
+ * Update event subscription of a system topic.
76
+ * @param resourceGroupName The name of the resource group within the user's subscription.
77
+ * @param systemTopicName Name of the system topic.
78
+ * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
79
+ * must be between 3 and 100 characters in length and use alphanumeric letters only.
80
+ * @param eventSubscriptionUpdateParameters Updated event subscription information.
81
+ * @param options The options parameters.
82
+ */
83
+ beginUpdate(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: SystemTopicEventSubscriptionsUpdateOptionalParams): Promise<PollerLike<PollOperationState<SystemTopicEventSubscriptionsUpdateResponse>, SystemTopicEventSubscriptionsUpdateResponse>>;
84
+ /**
85
+ * Update event subscription of a system topic.
86
+ * @param resourceGroupName The name of the resource group within the user's subscription.
87
+ * @param systemTopicName Name of the system topic.
88
+ * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
89
+ * must be between 3 and 100 characters in length and use alphanumeric letters only.
90
+ * @param eventSubscriptionUpdateParameters Updated event subscription information.
91
+ * @param options The options parameters.
92
+ */
93
+ beginUpdateAndWait(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: SystemTopicEventSubscriptionsUpdateOptionalParams): Promise<SystemTopicEventSubscriptionsUpdateResponse>;
94
+ /**
95
+ * Get the full endpoint URL for an event subscription of a system topic.
96
+ * @param resourceGroupName The name of the resource group within the user's subscription.
97
+ * @param systemTopicName Name of the system topic.
98
+ * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
99
+ * must be between 3 and 100 characters in length and use alphanumeric letters only.
100
+ * @param options The options parameters.
101
+ */
102
+ getFullUrl(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, options?: SystemTopicEventSubscriptionsGetFullUrlOptionalParams): Promise<SystemTopicEventSubscriptionsGetFullUrlResponse>;
103
+ /**
104
+ * List event subscriptions that belong to a specific system topic.
105
+ * @param resourceGroupName The name of the resource group within the user's subscription.
106
+ * @param systemTopicName Name of the system topic.
107
+ * @param options The options parameters.
108
+ */
109
+ private _listBySystemTopic;
110
+ /**
111
+ * Get all delivery attributes for an event subscription.
112
+ * @param resourceGroupName The name of the resource group within the user's subscription.
113
+ * @param systemTopicName Name of the system topic.
114
+ * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
115
+ * must be between 3 and 100 characters in length and use alphanumeric letters only.
116
+ * @param options The options parameters.
117
+ */
118
+ getDeliveryAttributes(resourceGroupName: string, systemTopicName: string, eventSubscriptionName: string, options?: SystemTopicEventSubscriptionsGetDeliveryAttributesOptionalParams): Promise<SystemTopicEventSubscriptionsGetDeliveryAttributesResponse>;
119
+ /**
120
+ * ListBySystemTopicNext
121
+ * @param resourceGroupName The name of the resource group within the user's subscription.
122
+ * @param systemTopicName Name of the system topic.
123
+ * @param nextLink The nextLink from the previous successful call to the ListBySystemTopic method.
124
+ * @param options The options parameters.
125
+ */
126
+ private _listBySystemTopicNext;
127
+ }
128
+ //# sourceMappingURL=systemTopicEventSubscriptions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"systemTopicEventSubscriptions.d.ts","sourceRoot":"","sources":["../../../src/operations/systemTopicEventSubscriptions.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,483 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import { __asyncDelegator, __asyncGenerator, __asyncValues, __await, __awaiter } from "tslib";
9
+ import * as coreClient from "@azure/core-client";
10
+ import * as Mappers from "../models/mappers";
11
+ import * as Parameters from "../models/parameters";
12
+ import { LroEngine } from "@azure/core-lro";
13
+ import { LroImpl } from "../lroImpl";
14
+ /// <reference lib="esnext.asynciterable" />
15
+ /** Class containing SystemTopicEventSubscriptions operations. */
16
+ export class SystemTopicEventSubscriptionsImpl {
17
+ /**
18
+ * Initialize a new instance of the class SystemTopicEventSubscriptions class.
19
+ * @param client Reference to the service client
20
+ */
21
+ constructor(client) {
22
+ this.client = client;
23
+ }
24
+ /**
25
+ * List event subscriptions that belong to a specific system topic.
26
+ * @param resourceGroupName The name of the resource group within the user's subscription.
27
+ * @param systemTopicName Name of the system topic.
28
+ * @param options The options parameters.
29
+ */
30
+ listBySystemTopic(resourceGroupName, systemTopicName, options) {
31
+ const iter = this.listBySystemTopicPagingAll(resourceGroupName, systemTopicName, options);
32
+ return {
33
+ next() {
34
+ return iter.next();
35
+ },
36
+ [Symbol.asyncIterator]() {
37
+ return this;
38
+ },
39
+ byPage: () => {
40
+ return this.listBySystemTopicPagingPage(resourceGroupName, systemTopicName, options);
41
+ }
42
+ };
43
+ }
44
+ listBySystemTopicPagingPage(resourceGroupName, systemTopicName, options) {
45
+ return __asyncGenerator(this, arguments, function* listBySystemTopicPagingPage_1() {
46
+ let result = yield __await(this._listBySystemTopic(resourceGroupName, systemTopicName, options));
47
+ yield yield __await(result.value || []);
48
+ let continuationToken = result.nextLink;
49
+ while (continuationToken) {
50
+ result = yield __await(this._listBySystemTopicNext(resourceGroupName, systemTopicName, continuationToken, options));
51
+ continuationToken = result.nextLink;
52
+ yield yield __await(result.value || []);
53
+ }
54
+ });
55
+ }
56
+ listBySystemTopicPagingAll(resourceGroupName, systemTopicName, options) {
57
+ return __asyncGenerator(this, arguments, function* listBySystemTopicPagingAll_1() {
58
+ var e_1, _a;
59
+ try {
60
+ for (var _b = __asyncValues(this.listBySystemTopicPagingPage(resourceGroupName, systemTopicName, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
61
+ const page = _c.value;
62
+ yield __await(yield* __asyncDelegator(__asyncValues(page)));
63
+ }
64
+ }
65
+ catch (e_1_1) { e_1 = { error: e_1_1 }; }
66
+ finally {
67
+ try {
68
+ if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
69
+ }
70
+ finally { if (e_1) throw e_1.error; }
71
+ }
72
+ });
73
+ }
74
+ /**
75
+ * Get an event subscription.
76
+ * @param resourceGroupName The name of the resource group within the user's subscription.
77
+ * @param systemTopicName Name of the system topic.
78
+ * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
79
+ * must be between 3 and 100 characters in length and use alphanumeric letters only.
80
+ * @param options The options parameters.
81
+ */
82
+ get(resourceGroupName, systemTopicName, eventSubscriptionName, options) {
83
+ return this.client.sendOperationRequest({ resourceGroupName, systemTopicName, eventSubscriptionName, options }, getOperationSpec);
84
+ }
85
+ /**
86
+ * Asynchronously creates or updates an event subscription with the specified parameters. Existing
87
+ * event subscriptions will be updated with this API.
88
+ * @param resourceGroupName The name of the resource group within the user's subscription.
89
+ * @param systemTopicName Name of the system topic.
90
+ * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
91
+ * must be between 3 and 100 characters in length and use alphanumeric letters only.
92
+ * @param eventSubscriptionInfo Event subscription properties containing the destination and filter
93
+ * information.
94
+ * @param options The options parameters.
95
+ */
96
+ beginCreateOrUpdate(resourceGroupName, systemTopicName, eventSubscriptionName, eventSubscriptionInfo, options) {
97
+ return __awaiter(this, void 0, void 0, function* () {
98
+ const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
99
+ return this.client.sendOperationRequest(args, spec);
100
+ });
101
+ const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
102
+ var _a;
103
+ let currentRawResponse = undefined;
104
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
105
+ const callback = (rawResponse, flatResponse) => {
106
+ currentRawResponse = rawResponse;
107
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
108
+ };
109
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
110
+ const flatResponse = yield directSendOperation(updatedArgs, spec);
111
+ return {
112
+ flatResponse,
113
+ rawResponse: {
114
+ statusCode: currentRawResponse.status,
115
+ body: currentRawResponse.parsedBody,
116
+ headers: currentRawResponse.headers.toJSON()
117
+ }
118
+ };
119
+ });
120
+ const lro = new LroImpl(sendOperation, {
121
+ resourceGroupName,
122
+ systemTopicName,
123
+ eventSubscriptionName,
124
+ eventSubscriptionInfo,
125
+ options
126
+ }, createOrUpdateOperationSpec);
127
+ return new LroEngine(lro, {
128
+ resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
129
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
130
+ });
131
+ });
132
+ }
133
+ /**
134
+ * Asynchronously creates or updates an event subscription with the specified parameters. Existing
135
+ * event subscriptions will be updated with this API.
136
+ * @param resourceGroupName The name of the resource group within the user's subscription.
137
+ * @param systemTopicName Name of the system topic.
138
+ * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
139
+ * must be between 3 and 100 characters in length and use alphanumeric letters only.
140
+ * @param eventSubscriptionInfo Event subscription properties containing the destination and filter
141
+ * information.
142
+ * @param options The options parameters.
143
+ */
144
+ beginCreateOrUpdateAndWait(resourceGroupName, systemTopicName, eventSubscriptionName, eventSubscriptionInfo, options) {
145
+ return __awaiter(this, void 0, void 0, function* () {
146
+ const poller = yield this.beginCreateOrUpdate(resourceGroupName, systemTopicName, eventSubscriptionName, eventSubscriptionInfo, options);
147
+ return poller.pollUntilDone();
148
+ });
149
+ }
150
+ /**
151
+ * Delete an event subscription of a system topic.
152
+ * @param resourceGroupName The name of the resource group within the user's subscription.
153
+ * @param systemTopicName Name of the system topic.
154
+ * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
155
+ * must be between 3 and 100 characters in length and use alphanumeric letters only.
156
+ * @param options The options parameters.
157
+ */
158
+ beginDelete(resourceGroupName, systemTopicName, eventSubscriptionName, options) {
159
+ return __awaiter(this, void 0, void 0, function* () {
160
+ const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
161
+ return this.client.sendOperationRequest(args, spec);
162
+ });
163
+ const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
164
+ var _a;
165
+ let currentRawResponse = undefined;
166
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
167
+ const callback = (rawResponse, flatResponse) => {
168
+ currentRawResponse = rawResponse;
169
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
170
+ };
171
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
172
+ const flatResponse = yield directSendOperation(updatedArgs, spec);
173
+ return {
174
+ flatResponse,
175
+ rawResponse: {
176
+ statusCode: currentRawResponse.status,
177
+ body: currentRawResponse.parsedBody,
178
+ headers: currentRawResponse.headers.toJSON()
179
+ }
180
+ };
181
+ });
182
+ const lro = new LroImpl(sendOperation, { resourceGroupName, systemTopicName, eventSubscriptionName, options }, deleteOperationSpec);
183
+ return new LroEngine(lro, {
184
+ resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
185
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
186
+ });
187
+ });
188
+ }
189
+ /**
190
+ * Delete an event subscription of a system topic.
191
+ * @param resourceGroupName The name of the resource group within the user's subscription.
192
+ * @param systemTopicName Name of the system topic.
193
+ * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
194
+ * must be between 3 and 100 characters in length and use alphanumeric letters only.
195
+ * @param options The options parameters.
196
+ */
197
+ beginDeleteAndWait(resourceGroupName, systemTopicName, eventSubscriptionName, options) {
198
+ return __awaiter(this, void 0, void 0, function* () {
199
+ const poller = yield this.beginDelete(resourceGroupName, systemTopicName, eventSubscriptionName, options);
200
+ return poller.pollUntilDone();
201
+ });
202
+ }
203
+ /**
204
+ * Update event subscription of a system topic.
205
+ * @param resourceGroupName The name of the resource group within the user's subscription.
206
+ * @param systemTopicName Name of the system topic.
207
+ * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
208
+ * must be between 3 and 100 characters in length and use alphanumeric letters only.
209
+ * @param eventSubscriptionUpdateParameters Updated event subscription information.
210
+ * @param options The options parameters.
211
+ */
212
+ beginUpdate(resourceGroupName, systemTopicName, eventSubscriptionName, eventSubscriptionUpdateParameters, options) {
213
+ return __awaiter(this, void 0, void 0, function* () {
214
+ const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
215
+ return this.client.sendOperationRequest(args, spec);
216
+ });
217
+ const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
218
+ var _a;
219
+ let currentRawResponse = undefined;
220
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
221
+ const callback = (rawResponse, flatResponse) => {
222
+ currentRawResponse = rawResponse;
223
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
224
+ };
225
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
226
+ const flatResponse = yield directSendOperation(updatedArgs, spec);
227
+ return {
228
+ flatResponse,
229
+ rawResponse: {
230
+ statusCode: currentRawResponse.status,
231
+ body: currentRawResponse.parsedBody,
232
+ headers: currentRawResponse.headers.toJSON()
233
+ }
234
+ };
235
+ });
236
+ const lro = new LroImpl(sendOperation, {
237
+ resourceGroupName,
238
+ systemTopicName,
239
+ eventSubscriptionName,
240
+ eventSubscriptionUpdateParameters,
241
+ options
242
+ }, updateOperationSpec);
243
+ return new LroEngine(lro, {
244
+ resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
245
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
246
+ });
247
+ });
248
+ }
249
+ /**
250
+ * Update event subscription of a system topic.
251
+ * @param resourceGroupName The name of the resource group within the user's subscription.
252
+ * @param systemTopicName Name of the system topic.
253
+ * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
254
+ * must be between 3 and 100 characters in length and use alphanumeric letters only.
255
+ * @param eventSubscriptionUpdateParameters Updated event subscription information.
256
+ * @param options The options parameters.
257
+ */
258
+ beginUpdateAndWait(resourceGroupName, systemTopicName, eventSubscriptionName, eventSubscriptionUpdateParameters, options) {
259
+ return __awaiter(this, void 0, void 0, function* () {
260
+ const poller = yield this.beginUpdate(resourceGroupName, systemTopicName, eventSubscriptionName, eventSubscriptionUpdateParameters, options);
261
+ return poller.pollUntilDone();
262
+ });
263
+ }
264
+ /**
265
+ * Get the full endpoint URL for an event subscription of a system topic.
266
+ * @param resourceGroupName The name of the resource group within the user's subscription.
267
+ * @param systemTopicName Name of the system topic.
268
+ * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
269
+ * must be between 3 and 100 characters in length and use alphanumeric letters only.
270
+ * @param options The options parameters.
271
+ */
272
+ getFullUrl(resourceGroupName, systemTopicName, eventSubscriptionName, options) {
273
+ return this.client.sendOperationRequest({ resourceGroupName, systemTopicName, eventSubscriptionName, options }, getFullUrlOperationSpec);
274
+ }
275
+ /**
276
+ * List event subscriptions that belong to a specific system topic.
277
+ * @param resourceGroupName The name of the resource group within the user's subscription.
278
+ * @param systemTopicName Name of the system topic.
279
+ * @param options The options parameters.
280
+ */
281
+ _listBySystemTopic(resourceGroupName, systemTopicName, options) {
282
+ return this.client.sendOperationRequest({ resourceGroupName, systemTopicName, options }, listBySystemTopicOperationSpec);
283
+ }
284
+ /**
285
+ * Get all delivery attributes for an event subscription.
286
+ * @param resourceGroupName The name of the resource group within the user's subscription.
287
+ * @param systemTopicName Name of the system topic.
288
+ * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
289
+ * must be between 3 and 100 characters in length and use alphanumeric letters only.
290
+ * @param options The options parameters.
291
+ */
292
+ getDeliveryAttributes(resourceGroupName, systemTopicName, eventSubscriptionName, options) {
293
+ return this.client.sendOperationRequest({ resourceGroupName, systemTopicName, eventSubscriptionName, options }, getDeliveryAttributesOperationSpec);
294
+ }
295
+ /**
296
+ * ListBySystemTopicNext
297
+ * @param resourceGroupName The name of the resource group within the user's subscription.
298
+ * @param systemTopicName Name of the system topic.
299
+ * @param nextLink The nextLink from the previous successful call to the ListBySystemTopic method.
300
+ * @param options The options parameters.
301
+ */
302
+ _listBySystemTopicNext(resourceGroupName, systemTopicName, nextLink, options) {
303
+ return this.client.sendOperationRequest({ resourceGroupName, systemTopicName, nextLink, options }, listBySystemTopicNextOperationSpec);
304
+ }
305
+ }
306
+ // Operation Specifications
307
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
308
+ const getOperationSpec = {
309
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}",
310
+ httpMethod: "GET",
311
+ responses: {
312
+ 200: {
313
+ bodyMapper: Mappers.EventSubscription
314
+ },
315
+ default: {}
316
+ },
317
+ queryParameters: [Parameters.apiVersion],
318
+ urlParameters: [
319
+ Parameters.$host,
320
+ Parameters.subscriptionId,
321
+ Parameters.resourceGroupName,
322
+ Parameters.eventSubscriptionName,
323
+ Parameters.systemTopicName
324
+ ],
325
+ headerParameters: [Parameters.accept],
326
+ serializer
327
+ };
328
+ const createOrUpdateOperationSpec = {
329
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}",
330
+ httpMethod: "PUT",
331
+ responses: {
332
+ 200: {
333
+ bodyMapper: Mappers.EventSubscription
334
+ },
335
+ 201: {
336
+ bodyMapper: Mappers.EventSubscription
337
+ },
338
+ 202: {
339
+ bodyMapper: Mappers.EventSubscription
340
+ },
341
+ 204: {
342
+ bodyMapper: Mappers.EventSubscription
343
+ },
344
+ default: {}
345
+ },
346
+ requestBody: Parameters.eventSubscriptionInfo,
347
+ queryParameters: [Parameters.apiVersion],
348
+ urlParameters: [
349
+ Parameters.$host,
350
+ Parameters.subscriptionId,
351
+ Parameters.resourceGroupName,
352
+ Parameters.eventSubscriptionName,
353
+ Parameters.systemTopicName
354
+ ],
355
+ headerParameters: [Parameters.accept, Parameters.contentType],
356
+ mediaType: "json",
357
+ serializer
358
+ };
359
+ const deleteOperationSpec = {
360
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}",
361
+ httpMethod: "DELETE",
362
+ responses: { 200: {}, 201: {}, 202: {}, 204: {}, default: {} },
363
+ queryParameters: [Parameters.apiVersion],
364
+ urlParameters: [
365
+ Parameters.$host,
366
+ Parameters.subscriptionId,
367
+ Parameters.resourceGroupName,
368
+ Parameters.eventSubscriptionName,
369
+ Parameters.systemTopicName
370
+ ],
371
+ serializer
372
+ };
373
+ const updateOperationSpec = {
374
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}",
375
+ httpMethod: "PATCH",
376
+ responses: {
377
+ 200: {
378
+ bodyMapper: Mappers.EventSubscription
379
+ },
380
+ 201: {
381
+ bodyMapper: Mappers.EventSubscription
382
+ },
383
+ 202: {
384
+ bodyMapper: Mappers.EventSubscription
385
+ },
386
+ 204: {
387
+ bodyMapper: Mappers.EventSubscription
388
+ },
389
+ default: {}
390
+ },
391
+ requestBody: Parameters.eventSubscriptionUpdateParameters,
392
+ queryParameters: [Parameters.apiVersion],
393
+ urlParameters: [
394
+ Parameters.$host,
395
+ Parameters.subscriptionId,
396
+ Parameters.resourceGroupName,
397
+ Parameters.eventSubscriptionName,
398
+ Parameters.systemTopicName
399
+ ],
400
+ headerParameters: [Parameters.accept, Parameters.contentType],
401
+ mediaType: "json",
402
+ serializer
403
+ };
404
+ const getFullUrlOperationSpec = {
405
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}/getFullUrl",
406
+ httpMethod: "POST",
407
+ responses: {
408
+ 200: {
409
+ bodyMapper: Mappers.EventSubscriptionFullUrl
410
+ },
411
+ default: {}
412
+ },
413
+ queryParameters: [Parameters.apiVersion],
414
+ urlParameters: [
415
+ Parameters.$host,
416
+ Parameters.subscriptionId,
417
+ Parameters.resourceGroupName,
418
+ Parameters.eventSubscriptionName,
419
+ Parameters.systemTopicName
420
+ ],
421
+ headerParameters: [Parameters.accept],
422
+ serializer
423
+ };
424
+ const listBySystemTopicOperationSpec = {
425
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions",
426
+ httpMethod: "GET",
427
+ responses: {
428
+ 200: {
429
+ bodyMapper: Mappers.EventSubscriptionsListResult
430
+ },
431
+ default: {}
432
+ },
433
+ queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],
434
+ urlParameters: [
435
+ Parameters.$host,
436
+ Parameters.subscriptionId,
437
+ Parameters.resourceGroupName,
438
+ Parameters.systemTopicName
439
+ ],
440
+ headerParameters: [Parameters.accept],
441
+ serializer
442
+ };
443
+ const getDeliveryAttributesOperationSpec = {
444
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}/getDeliveryAttributes",
445
+ httpMethod: "POST",
446
+ responses: {
447
+ 200: {
448
+ bodyMapper: Mappers.DeliveryAttributeListResult
449
+ },
450
+ default: {}
451
+ },
452
+ queryParameters: [Parameters.apiVersion],
453
+ urlParameters: [
454
+ Parameters.$host,
455
+ Parameters.subscriptionId,
456
+ Parameters.resourceGroupName,
457
+ Parameters.eventSubscriptionName,
458
+ Parameters.systemTopicName
459
+ ],
460
+ headerParameters: [Parameters.accept],
461
+ serializer
462
+ };
463
+ const listBySystemTopicNextOperationSpec = {
464
+ path: "{nextLink}",
465
+ httpMethod: "GET",
466
+ responses: {
467
+ 200: {
468
+ bodyMapper: Mappers.EventSubscriptionsListResult
469
+ },
470
+ default: {}
471
+ },
472
+ queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],
473
+ urlParameters: [
474
+ Parameters.$host,
475
+ Parameters.subscriptionId,
476
+ Parameters.resourceGroupName,
477
+ Parameters.nextLink,
478
+ Parameters.systemTopicName
479
+ ],
480
+ headerParameters: [Parameters.accept],
481
+ serializer
482
+ };
483
+ //# sourceMappingURL=systemTopicEventSubscriptions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"systemTopicEventSubscriptions.js","sourceRoot":"","sources":["../../../src/operations/systemTopicEventSubscriptions.ts"],"names":[],"mappings":"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"}