@azure/arm-timeseriesinsights 1.3.1 → 2.0.0-alpha.20220208.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 (179) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +21 -0
  3. package/README.md +69 -80
  4. package/dist/index.js +3489 -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/index.d.ts +5 -0
  9. package/dist-esm/src/index.d.ts.map +1 -0
  10. package/dist-esm/src/index.js +12 -0
  11. package/dist-esm/src/index.js.map +1 -0
  12. package/dist-esm/src/lroImpl.d.ts +16 -0
  13. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  14. package/dist-esm/src/lroImpl.js +29 -0
  15. package/dist-esm/src/lroImpl.js.map +1 -0
  16. package/dist-esm/src/models/index.d.ts +1102 -0
  17. package/dist-esm/src/models/index.d.ts.map +1 -0
  18. package/dist-esm/src/models/index.js +109 -0
  19. package/dist-esm/src/models/index.js.map +1 -0
  20. package/dist-esm/src/models/mappers.d.ts +94 -0
  21. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  22. package/dist-esm/src/models/mappers.js +1965 -0
  23. package/dist-esm/src/models/mappers.js.map +1 -0
  24. package/dist-esm/src/models/parameters.d.ts +26 -0
  25. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  26. package/dist-esm/src/models/parameters.js +225 -0
  27. package/dist-esm/src/models/parameters.js.map +1 -0
  28. package/dist-esm/src/operations/accessPolicies.d.ts +65 -0
  29. package/dist-esm/src/operations/accessPolicies.d.ts.map +1 -0
  30. package/dist-esm/src/operations/accessPolicies.js +212 -0
  31. package/dist-esm/src/operations/accessPolicies.js.map +1 -0
  32. package/dist-esm/src/operations/environments.d.ts +78 -0
  33. package/dist-esm/src/operations/environments.d.ts.map +1 -0
  34. package/dist-esm/src/operations/environments.js +314 -0
  35. package/dist-esm/src/operations/environments.js.map +1 -0
  36. package/dist-esm/src/operations/eventSources.d.ts +66 -0
  37. package/dist-esm/src/operations/eventSources.d.ts.map +1 -0
  38. package/dist-esm/src/operations/eventSources.js +213 -0
  39. package/dist-esm/src/operations/eventSources.js.map +1 -0
  40. package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
  41. package/dist-esm/src/operations/index.d.ts.map +1 -0
  42. package/{esm → dist-esm/src}/operations/index.js +3 -5
  43. package/dist-esm/src/operations/index.js.map +1 -0
  44. package/dist-esm/src/operations/operations.d.ts +32 -0
  45. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  46. package/dist-esm/src/operations/operations.js +120 -0
  47. package/dist-esm/src/operations/operations.js.map +1 -0
  48. package/dist-esm/src/operations/referenceDataSets.d.ts +66 -0
  49. package/dist-esm/src/operations/referenceDataSets.d.ts.map +1 -0
  50. package/dist-esm/src/operations/referenceDataSets.js +213 -0
  51. package/dist-esm/src/operations/referenceDataSets.js.map +1 -0
  52. package/dist-esm/src/operationsInterfaces/accessPolicies.d.ts +57 -0
  53. package/dist-esm/src/operationsInterfaces/accessPolicies.d.ts.map +1 -0
  54. package/dist-esm/src/operationsInterfaces/accessPolicies.js +9 -0
  55. package/dist-esm/src/operationsInterfaces/accessPolicies.js.map +1 -0
  56. package/dist-esm/src/operationsInterfaces/environments.d.ts +70 -0
  57. package/dist-esm/src/operationsInterfaces/environments.d.ts.map +1 -0
  58. package/dist-esm/src/operationsInterfaces/environments.js +9 -0
  59. package/dist-esm/src/operationsInterfaces/environments.js.map +1 -0
  60. package/dist-esm/src/operationsInterfaces/eventSources.d.ts +58 -0
  61. package/dist-esm/src/operationsInterfaces/eventSources.d.ts.map +1 -0
  62. package/dist-esm/src/operationsInterfaces/eventSources.js +9 -0
  63. package/dist-esm/src/operationsInterfaces/eventSources.js.map +1 -0
  64. package/dist-esm/src/operationsInterfaces/index.d.ts +6 -0
  65. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  66. package/dist-esm/src/operationsInterfaces/index.js +13 -0
  67. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  68. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  69. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  70. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  71. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  72. package/dist-esm/src/operationsInterfaces/referenceDataSets.d.ts +58 -0
  73. package/dist-esm/src/operationsInterfaces/referenceDataSets.d.ts.map +1 -0
  74. package/dist-esm/src/operationsInterfaces/referenceDataSets.js +9 -0
  75. package/dist-esm/src/operationsInterfaces/referenceDataSets.js.map +1 -0
  76. package/dist-esm/src/timeSeriesInsightsClient.d.ts +22 -0
  77. package/dist-esm/src/timeSeriesInsightsClient.d.ts.map +1 -0
  78. package/dist-esm/src/timeSeriesInsightsClient.js +55 -0
  79. package/dist-esm/src/timeSeriesInsightsClient.js.map +1 -0
  80. package/dist-esm/test/sampleTest.d.ts +2 -0
  81. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  82. package/dist-esm/test/sampleTest.js +40 -0
  83. package/dist-esm/test/sampleTest.js.map +1 -0
  84. package/package.json +73 -22
  85. package/review/arm-timeseriesinsights.api.md +943 -0
  86. package/rollup.config.js +181 -30
  87. package/src/index.ts +12 -0
  88. package/src/lroImpl.ts +34 -0
  89. package/src/models/index.ts +1032 -1259
  90. package/src/models/mappers.ts +1568 -811
  91. package/src/models/parameters.ts +157 -69
  92. package/src/operations/accessPolicies.ts +144 -250
  93. package/src/operations/environments.ts +322 -267
  94. package/src/operations/eventSources.ts +144 -250
  95. package/src/operations/index.ts +3 -5
  96. package/src/operations/operations.ts +87 -73
  97. package/src/operations/referenceDataSets.ts +144 -250
  98. package/src/operationsInterfaces/accessPolicies.ts +103 -0
  99. package/src/operationsInterfaces/environments.ts +135 -0
  100. package/src/operationsInterfaces/eventSources.ts +104 -0
  101. package/src/operationsInterfaces/index.ts +13 -0
  102. package/src/operationsInterfaces/operations.ts +22 -0
  103. package/src/operationsInterfaces/referenceDataSets.ts +104 -0
  104. package/src/timeSeriesInsightsClient.ts +82 -43
  105. package/tsconfig.json +3 -3
  106. package/types/arm-timeseriesinsights.d.ts +1523 -0
  107. package/types/tsdoc-metadata.json +11 -0
  108. package/dist/arm-timeseriesinsights.js +0 -2806
  109. package/dist/arm-timeseriesinsights.js.map +0 -1
  110. package/dist/arm-timeseriesinsights.min.js +0 -1
  111. package/dist/arm-timeseriesinsights.min.js.map +0 -1
  112. package/esm/models/accessPoliciesMappers.d.ts +0 -2
  113. package/esm/models/accessPoliciesMappers.d.ts.map +0 -1
  114. package/esm/models/accessPoliciesMappers.js +0 -9
  115. package/esm/models/accessPoliciesMappers.js.map +0 -1
  116. package/esm/models/environmentsMappers.d.ts +0 -2
  117. package/esm/models/environmentsMappers.d.ts.map +0 -1
  118. package/esm/models/environmentsMappers.js +0 -9
  119. package/esm/models/environmentsMappers.js.map +0 -1
  120. package/esm/models/eventSourcesMappers.d.ts +0 -2
  121. package/esm/models/eventSourcesMappers.d.ts.map +0 -1
  122. package/esm/models/eventSourcesMappers.js +0 -9
  123. package/esm/models/eventSourcesMappers.js.map +0 -1
  124. package/esm/models/index.d.ts +0 -1413
  125. package/esm/models/index.d.ts.map +0 -1
  126. package/esm/models/index.js +0 -8
  127. package/esm/models/index.js.map +0 -1
  128. package/esm/models/mappers.d.ts +0 -54
  129. package/esm/models/mappers.d.ts.map +0 -1
  130. package/esm/models/mappers.js +0 -1321
  131. package/esm/models/mappers.js.map +0 -1
  132. package/esm/models/operationsMappers.d.ts +0 -2
  133. package/esm/models/operationsMappers.d.ts.map +0 -1
  134. package/esm/models/operationsMappers.js +0 -9
  135. package/esm/models/operationsMappers.js.map +0 -1
  136. package/esm/models/parameters.d.ts +0 -16
  137. package/esm/models/parameters.d.ts.map +0 -1
  138. package/esm/models/parameters.js +0 -173
  139. package/esm/models/parameters.js.map +0 -1
  140. package/esm/models/referenceDataSetsMappers.d.ts +0 -2
  141. package/esm/models/referenceDataSetsMappers.d.ts.map +0 -1
  142. package/esm/models/referenceDataSetsMappers.js +0 -9
  143. package/esm/models/referenceDataSetsMappers.js.map +0 -1
  144. package/esm/operations/accessPolicies.d.ts +0 -165
  145. package/esm/operations/accessPolicies.d.ts.map +0 -1
  146. package/esm/operations/accessPolicies.js +0 -203
  147. package/esm/operations/accessPolicies.js.map +0 -1
  148. package/esm/operations/environments.d.ts +0 -139
  149. package/esm/operations/environments.d.ts.map +0 -1
  150. package/esm/operations/environments.js +0 -268
  151. package/esm/operations/environments.js.map +0 -1
  152. package/esm/operations/eventSources.d.ts +0 -166
  153. package/esm/operations/eventSources.d.ts.map +0 -1
  154. package/esm/operations/eventSources.js +0 -203
  155. package/esm/operations/eventSources.js.map +0 -1
  156. package/esm/operations/index.d.ts.map +0 -1
  157. package/esm/operations/index.js.map +0 -1
  158. package/esm/operations/operations.d.ts +0 -46
  159. package/esm/operations/operations.d.ts.map +0 -1
  160. package/esm/operations/operations.js +0 -77
  161. package/esm/operations/operations.js.map +0 -1
  162. package/esm/operations/referenceDataSets.d.ts +0 -166
  163. package/esm/operations/referenceDataSets.d.ts.map +0 -1
  164. package/esm/operations/referenceDataSets.js +0 -203
  165. package/esm/operations/referenceDataSets.js.map +0 -1
  166. package/esm/timeSeriesInsightsClient.d.ts +0 -28
  167. package/esm/timeSeriesInsightsClient.d.ts.map +0 -1
  168. package/esm/timeSeriesInsightsClient.js +0 -42
  169. package/esm/timeSeriesInsightsClient.js.map +0 -1
  170. package/esm/timeSeriesInsightsClientContext.d.ts +0 -22
  171. package/esm/timeSeriesInsightsClientContext.d.ts.map +0 -1
  172. package/esm/timeSeriesInsightsClientContext.js +0 -61
  173. package/esm/timeSeriesInsightsClientContext.js.map +0 -1
  174. package/src/models/accessPoliciesMappers.ts +0 -30
  175. package/src/models/environmentsMappers.ts +0 -35
  176. package/src/models/eventSourcesMappers.ts +0 -39
  177. package/src/models/operationsMappers.ts +0 -15
  178. package/src/models/referenceDataSetsMappers.ts +0 -35
  179. package/src/timeSeriesInsightsClientContext.ts +0 -68
@@ -0,0 +1,213 @@
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 * as coreClient from "@azure/core-client";
9
+ import * as Mappers from "../models/mappers";
10
+ import * as Parameters from "../models/parameters";
11
+ /** Class containing EventSources operations. */
12
+ export class EventSourcesImpl {
13
+ /**
14
+ * Initialize a new instance of the class EventSources class.
15
+ * @param client Reference to the service client
16
+ */
17
+ constructor(client) {
18
+ this.client = client;
19
+ }
20
+ /**
21
+ * Create or update an event source under the specified environment.
22
+ * @param resourceGroupName Name of an Azure Resource group.
23
+ * @param environmentName The name of the Time Series Insights environment associated with the
24
+ * specified resource group.
25
+ * @param eventSourceName Name of the event source.
26
+ * @param parameters Parameters for creating an event source resource.
27
+ * @param options The options parameters.
28
+ */
29
+ createOrUpdate(resourceGroupName, environmentName, eventSourceName, parameters, options) {
30
+ return this.client.sendOperationRequest({
31
+ resourceGroupName,
32
+ environmentName,
33
+ eventSourceName,
34
+ parameters,
35
+ options
36
+ }, createOrUpdateOperationSpec);
37
+ }
38
+ /**
39
+ * Gets the event source with the specified name in the specified environment.
40
+ * @param resourceGroupName Name of an Azure Resource group.
41
+ * @param environmentName The name of the Time Series Insights environment associated with the
42
+ * specified resource group.
43
+ * @param eventSourceName The name of the Time Series Insights event source associated with the
44
+ * specified environment.
45
+ * @param options The options parameters.
46
+ */
47
+ get(resourceGroupName, environmentName, eventSourceName, options) {
48
+ return this.client.sendOperationRequest({ resourceGroupName, environmentName, eventSourceName, options }, getOperationSpec);
49
+ }
50
+ /**
51
+ * Updates the event source with the specified name in the specified subscription, resource group, and
52
+ * environment.
53
+ * @param resourceGroupName Name of an Azure Resource group.
54
+ * @param environmentName The name of the Time Series Insights environment associated with the
55
+ * specified resource group.
56
+ * @param eventSourceName The name of the Time Series Insights event source associated with the
57
+ * specified environment.
58
+ * @param eventSourceUpdateParameters Request object that contains the updated information for the
59
+ * event source.
60
+ * @param options The options parameters.
61
+ */
62
+ update(resourceGroupName, environmentName, eventSourceName, eventSourceUpdateParameters, options) {
63
+ return this.client.sendOperationRequest({
64
+ resourceGroupName,
65
+ environmentName,
66
+ eventSourceName,
67
+ eventSourceUpdateParameters,
68
+ options
69
+ }, updateOperationSpec);
70
+ }
71
+ /**
72
+ * Deletes the event source with the specified name in the specified subscription, resource group, and
73
+ * environment
74
+ * @param resourceGroupName Name of an Azure Resource group.
75
+ * @param environmentName The name of the Time Series Insights environment associated with the
76
+ * specified resource group.
77
+ * @param eventSourceName The name of the Time Series Insights event source associated with the
78
+ * specified environment.
79
+ * @param options The options parameters.
80
+ */
81
+ delete(resourceGroupName, environmentName, eventSourceName, options) {
82
+ return this.client.sendOperationRequest({ resourceGroupName, environmentName, eventSourceName, options }, deleteOperationSpec);
83
+ }
84
+ /**
85
+ * Lists all the available event sources associated with the subscription and within the specified
86
+ * resource group and environment.
87
+ * @param resourceGroupName Name of an Azure Resource group.
88
+ * @param environmentName The name of the Time Series Insights environment associated with the
89
+ * specified resource group.
90
+ * @param options The options parameters.
91
+ */
92
+ listByEnvironment(resourceGroupName, environmentName, options) {
93
+ return this.client.sendOperationRequest({ resourceGroupName, environmentName, options }, listByEnvironmentOperationSpec);
94
+ }
95
+ }
96
+ // Operation Specifications
97
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
98
+ const createOrUpdateOperationSpec = {
99
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/eventSources/{eventSourceName}",
100
+ httpMethod: "PUT",
101
+ responses: {
102
+ 200: {
103
+ bodyMapper: Mappers.EventSourceResource
104
+ },
105
+ 201: {
106
+ bodyMapper: Mappers.EventSourceResource
107
+ },
108
+ default: {
109
+ bodyMapper: Mappers.CloudError
110
+ }
111
+ },
112
+ requestBody: Parameters.parameters1,
113
+ queryParameters: [Parameters.apiVersion],
114
+ urlParameters: [
115
+ Parameters.$host,
116
+ Parameters.subscriptionId,
117
+ Parameters.resourceGroupName,
118
+ Parameters.environmentName1,
119
+ Parameters.eventSourceName
120
+ ],
121
+ headerParameters: [Parameters.accept, Parameters.contentType],
122
+ mediaType: "json",
123
+ serializer
124
+ };
125
+ const getOperationSpec = {
126
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/eventSources/{eventSourceName}",
127
+ httpMethod: "GET",
128
+ responses: {
129
+ 200: {
130
+ bodyMapper: Mappers.EventSourceResource
131
+ },
132
+ default: {
133
+ bodyMapper: Mappers.CloudError
134
+ }
135
+ },
136
+ queryParameters: [Parameters.apiVersion],
137
+ urlParameters: [
138
+ Parameters.$host,
139
+ Parameters.subscriptionId,
140
+ Parameters.resourceGroupName,
141
+ Parameters.environmentName1,
142
+ Parameters.eventSourceName1
143
+ ],
144
+ headerParameters: [Parameters.accept],
145
+ serializer
146
+ };
147
+ const updateOperationSpec = {
148
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/eventSources/{eventSourceName}",
149
+ httpMethod: "PATCH",
150
+ responses: {
151
+ 200: {
152
+ bodyMapper: Mappers.EventSourceResource
153
+ },
154
+ default: {
155
+ bodyMapper: Mappers.CloudError
156
+ }
157
+ },
158
+ requestBody: Parameters.eventSourceUpdateParameters,
159
+ queryParameters: [Parameters.apiVersion],
160
+ urlParameters: [
161
+ Parameters.$host,
162
+ Parameters.subscriptionId,
163
+ Parameters.resourceGroupName,
164
+ Parameters.environmentName1,
165
+ Parameters.eventSourceName1
166
+ ],
167
+ headerParameters: [Parameters.accept, Parameters.contentType],
168
+ mediaType: "json",
169
+ serializer
170
+ };
171
+ const deleteOperationSpec = {
172
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/eventSources/{eventSourceName}",
173
+ httpMethod: "DELETE",
174
+ responses: {
175
+ 200: {},
176
+ 204: {},
177
+ default: {
178
+ bodyMapper: Mappers.CloudError
179
+ }
180
+ },
181
+ queryParameters: [Parameters.apiVersion],
182
+ urlParameters: [
183
+ Parameters.$host,
184
+ Parameters.subscriptionId,
185
+ Parameters.resourceGroupName,
186
+ Parameters.environmentName1,
187
+ Parameters.eventSourceName1
188
+ ],
189
+ headerParameters: [Parameters.accept],
190
+ serializer
191
+ };
192
+ const listByEnvironmentOperationSpec = {
193
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.TimeSeriesInsights/environments/{environmentName}/eventSources",
194
+ httpMethod: "GET",
195
+ responses: {
196
+ 200: {
197
+ bodyMapper: Mappers.EventSourceListResponse
198
+ },
199
+ default: {
200
+ bodyMapper: Mappers.CloudError
201
+ }
202
+ },
203
+ queryParameters: [Parameters.apiVersion],
204
+ urlParameters: [
205
+ Parameters.$host,
206
+ Parameters.subscriptionId,
207
+ Parameters.resourceGroupName,
208
+ Parameters.environmentName1
209
+ ],
210
+ headerParameters: [Parameters.accept],
211
+ serializer
212
+ };
213
+ //# sourceMappingURL=eventSources.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"eventSources.js","sourceRoot":"","sources":["../../../src/operations/eventSources.ts"],"names":[],"mappings":"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"}
File without changes
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC"}
@@ -1,11 +1,9 @@
1
1
  /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for
4
- * license information.
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
5
4
  *
6
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is
8
- * regenerated.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
9
7
  */
10
8
  export * from "./operations";
11
9
  export * from "./environments";
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC"}
@@ -0,0 +1,32 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { Operations } from "../operationsInterfaces";
3
+ import { TimeSeriesInsightsClient } from "../timeSeriesInsightsClient";
4
+ import { Operation, OperationsListOptionalParams } from "../models";
5
+ /** Class containing Operations operations. */
6
+ export declare class OperationsImpl implements Operations {
7
+ private readonly client;
8
+ /**
9
+ * Initialize a new instance of the class Operations class.
10
+ * @param client Reference to the service client
11
+ */
12
+ constructor(client: TimeSeriesInsightsClient);
13
+ /**
14
+ * Lists all of the available Time Series Insights related operations.
15
+ * @param options The options parameters.
16
+ */
17
+ list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
18
+ private listPagingPage;
19
+ private listPagingAll;
20
+ /**
21
+ * Lists all of the available Time Series Insights related operations.
22
+ * @param options The options parameters.
23
+ */
24
+ private _list;
25
+ /**
26
+ * ListNext
27
+ * @param nextLink The nextLink from the previous successful call to the List method.
28
+ * @param options The options parameters.
29
+ */
30
+ private _listNext;
31
+ }
32
+ //# sourceMappingURL=operations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAIrD,OAAO,EAAE,wBAAwB,EAAE,MAAM,6BAA6B,CAAC;AACvE,OAAO,EACL,SAAS,EAET,4BAA4B,EAG7B,MAAM,WAAW,CAAC;AAGnB,8CAA8C;AAC9C,qBAAa,cAAe,YAAW,UAAU;IAC/C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA2B;IAElD;;;OAGG;gBACS,MAAM,EAAE,wBAAwB;IAI5C;;;OAGG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC;YAezB,cAAc;YAad,aAAa;IAQ5B;;;OAGG;IACH,OAAO,CAAC,KAAK;IAMb;;;;OAIG;IACH,OAAO,CAAC,SAAS;CASlB"}
@@ -0,0 +1,120 @@
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 } 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
+ /// <reference lib="esnext.asynciterable" />
13
+ /** Class containing Operations operations. */
14
+ export class OperationsImpl {
15
+ /**
16
+ * Initialize a new instance of the class Operations class.
17
+ * @param client Reference to the service client
18
+ */
19
+ constructor(client) {
20
+ this.client = client;
21
+ }
22
+ /**
23
+ * Lists all of the available Time Series Insights related operations.
24
+ * @param options The options parameters.
25
+ */
26
+ list(options) {
27
+ const iter = this.listPagingAll(options);
28
+ return {
29
+ next() {
30
+ return iter.next();
31
+ },
32
+ [Symbol.asyncIterator]() {
33
+ return this;
34
+ },
35
+ byPage: () => {
36
+ return this.listPagingPage(options);
37
+ }
38
+ };
39
+ }
40
+ listPagingPage(options) {
41
+ return __asyncGenerator(this, arguments, function* listPagingPage_1() {
42
+ let result = yield __await(this._list(options));
43
+ yield yield __await(result.value || []);
44
+ let continuationToken = result.nextLink;
45
+ while (continuationToken) {
46
+ result = yield __await(this._listNext(continuationToken, options));
47
+ continuationToken = result.nextLink;
48
+ yield yield __await(result.value || []);
49
+ }
50
+ });
51
+ }
52
+ listPagingAll(options) {
53
+ return __asyncGenerator(this, arguments, function* listPagingAll_1() {
54
+ var e_1, _a;
55
+ try {
56
+ for (var _b = __asyncValues(this.listPagingPage(options)), _c; _c = yield __await(_b.next()), !_c.done;) {
57
+ const page = _c.value;
58
+ yield __await(yield* __asyncDelegator(__asyncValues(page)));
59
+ }
60
+ }
61
+ catch (e_1_1) { e_1 = { error: e_1_1 }; }
62
+ finally {
63
+ try {
64
+ if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
65
+ }
66
+ finally { if (e_1) throw e_1.error; }
67
+ }
68
+ });
69
+ }
70
+ /**
71
+ * Lists all of the available Time Series Insights related operations.
72
+ * @param options The options parameters.
73
+ */
74
+ _list(options) {
75
+ return this.client.sendOperationRequest({ options }, listOperationSpec);
76
+ }
77
+ /**
78
+ * ListNext
79
+ * @param nextLink The nextLink from the previous successful call to the List method.
80
+ * @param options The options parameters.
81
+ */
82
+ _listNext(nextLink, options) {
83
+ return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);
84
+ }
85
+ }
86
+ // Operation Specifications
87
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
88
+ const listOperationSpec = {
89
+ path: "/providers/Microsoft.TimeSeriesInsights/operations",
90
+ httpMethod: "GET",
91
+ responses: {
92
+ 200: {
93
+ bodyMapper: Mappers.OperationListResult
94
+ },
95
+ default: {
96
+ bodyMapper: Mappers.CloudError
97
+ }
98
+ },
99
+ queryParameters: [Parameters.apiVersion],
100
+ urlParameters: [Parameters.$host],
101
+ headerParameters: [Parameters.accept],
102
+ serializer
103
+ };
104
+ const listNextOperationSpec = {
105
+ path: "{nextLink}",
106
+ httpMethod: "GET",
107
+ responses: {
108
+ 200: {
109
+ bodyMapper: Mappers.OperationListResult
110
+ },
111
+ default: {
112
+ bodyMapper: Mappers.CloudError
113
+ }
114
+ },
115
+ queryParameters: [Parameters.apiVersion],
116
+ urlParameters: [Parameters.$host, Parameters.nextLink],
117
+ headerParameters: [Parameters.accept],
118
+ serializer
119
+ };
120
+ //# sourceMappingURL=operations.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,66 @@
1
+ import { ReferenceDataSets } from "../operationsInterfaces";
2
+ import { TimeSeriesInsightsClient } from "../timeSeriesInsightsClient";
3
+ import { ReferenceDataSetCreateOrUpdateParameters, ReferenceDataSetsCreateOrUpdateOptionalParams, ReferenceDataSetsCreateOrUpdateResponse, ReferenceDataSetsGetOptionalParams, ReferenceDataSetsGetResponse, ReferenceDataSetUpdateParameters, ReferenceDataSetsUpdateOptionalParams, ReferenceDataSetsUpdateResponse, ReferenceDataSetsDeleteOptionalParams, ReferenceDataSetsListByEnvironmentOptionalParams, ReferenceDataSetsListByEnvironmentResponse } from "../models";
4
+ /** Class containing ReferenceDataSets operations. */
5
+ export declare class ReferenceDataSetsImpl implements ReferenceDataSets {
6
+ private readonly client;
7
+ /**
8
+ * Initialize a new instance of the class ReferenceDataSets class.
9
+ * @param client Reference to the service client
10
+ */
11
+ constructor(client: TimeSeriesInsightsClient);
12
+ /**
13
+ * Create or update a reference data set in the specified environment.
14
+ * @param resourceGroupName Name of an Azure Resource group.
15
+ * @param environmentName The name of the Time Series Insights environment associated with the
16
+ * specified resource group.
17
+ * @param referenceDataSetName Name of the reference data set.
18
+ * @param parameters Parameters for creating a reference data set.
19
+ * @param options The options parameters.
20
+ */
21
+ createOrUpdate(resourceGroupName: string, environmentName: string, referenceDataSetName: string, parameters: ReferenceDataSetCreateOrUpdateParameters, options?: ReferenceDataSetsCreateOrUpdateOptionalParams): Promise<ReferenceDataSetsCreateOrUpdateResponse>;
22
+ /**
23
+ * Gets the reference data set with the specified name in the specified environment.
24
+ * @param resourceGroupName Name of an Azure Resource group.
25
+ * @param environmentName The name of the Time Series Insights environment associated with the
26
+ * specified resource group.
27
+ * @param referenceDataSetName The name of the Time Series Insights reference data set associated with
28
+ * the specified environment.
29
+ * @param options The options parameters.
30
+ */
31
+ get(resourceGroupName: string, environmentName: string, referenceDataSetName: string, options?: ReferenceDataSetsGetOptionalParams): Promise<ReferenceDataSetsGetResponse>;
32
+ /**
33
+ * Updates the reference data set with the specified name in the specified subscription, resource
34
+ * group, and environment.
35
+ * @param resourceGroupName Name of an Azure Resource group.
36
+ * @param environmentName The name of the Time Series Insights environment associated with the
37
+ * specified resource group.
38
+ * @param referenceDataSetName The name of the Time Series Insights reference data set associated with
39
+ * the specified environment.
40
+ * @param referenceDataSetUpdateParameters Request object that contains the updated information for the
41
+ * reference data set.
42
+ * @param options The options parameters.
43
+ */
44
+ update(resourceGroupName: string, environmentName: string, referenceDataSetName: string, referenceDataSetUpdateParameters: ReferenceDataSetUpdateParameters, options?: ReferenceDataSetsUpdateOptionalParams): Promise<ReferenceDataSetsUpdateResponse>;
45
+ /**
46
+ * Deletes the reference data set with the specified name in the specified subscription, resource
47
+ * group, and environment
48
+ * @param resourceGroupName Name of an Azure Resource group.
49
+ * @param environmentName The name of the Time Series Insights environment associated with the
50
+ * specified resource group.
51
+ * @param referenceDataSetName The name of the Time Series Insights reference data set associated with
52
+ * the specified environment.
53
+ * @param options The options parameters.
54
+ */
55
+ delete(resourceGroupName: string, environmentName: string, referenceDataSetName: string, options?: ReferenceDataSetsDeleteOptionalParams): Promise<void>;
56
+ /**
57
+ * Lists all the available reference data sets associated with the subscription and within the
58
+ * specified resource group and environment.
59
+ * @param resourceGroupName Name of an Azure Resource group.
60
+ * @param environmentName The name of the Time Series Insights environment associated with the
61
+ * specified resource group.
62
+ * @param options The options parameters.
63
+ */
64
+ listByEnvironment(resourceGroupName: string, environmentName: string, options?: ReferenceDataSetsListByEnvironmentOptionalParams): Promise<ReferenceDataSetsListByEnvironmentResponse>;
65
+ }
66
+ //# sourceMappingURL=referenceDataSets.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"referenceDataSets.d.ts","sourceRoot":"","sources":["../../../src/operations/referenceDataSets.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAI5D,OAAO,EAAE,wBAAwB,EAAE,MAAM,6BAA6B,CAAC;AACvE,OAAO,EACL,wCAAwC,EACxC,6CAA6C,EAC7C,uCAAuC,EACvC,kCAAkC,EAClC,4BAA4B,EAC5B,gCAAgC,EAChC,qCAAqC,EACrC,+BAA+B,EAC/B,qCAAqC,EACrC,gDAAgD,EAChD,0CAA0C,EAC3C,MAAM,WAAW,CAAC;AAEnB,qDAAqD;AACrD,qBAAa,qBAAsB,YAAW,iBAAiB;IAC7D,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA2B;IAElD;;;OAGG;gBACS,MAAM,EAAE,wBAAwB;IAI5C;;;;;;;;OAQG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,oBAAoB,EAAE,MAAM,EAC5B,UAAU,EAAE,wCAAwC,EACpD,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CAAC,uCAAuC,CAAC;IAanD;;;;;;;;OAQG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,oBAAoB,EAAE,MAAM,EAC5B,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC;IAOxC;;;;;;;;;;;OAWG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,oBAAoB,EAAE,MAAM,EAC5B,gCAAgC,EAAE,gCAAgC,EAClE,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC;IAa3C;;;;;;;;;OASG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,oBAAoB,EAAE,MAAM,EAC5B,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,IAAI,CAAC;IAOhB;;;;;;;OAOG;IACH,iBAAiB,CACf,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,gDAAgD,GACzD,OAAO,CAAC,0CAA0C,CAAC;CAMvD"}