@azure/arm-batch 5.0.0 → 7.0.0-alpha.20211214.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 (258) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/{LICENSE.txt → LICENSE} +2 -2
  3. package/README.md +72 -77
  4. package/dist/index.js +6873 -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/batchManagementClient.d.ts +24 -0
  9. package/dist-esm/src/batchManagementClient.d.ts.map +1 -0
  10. package/dist-esm/src/batchManagementClient.js +31 -0
  11. package/dist-esm/src/batchManagementClient.js.map +1 -0
  12. package/dist-esm/src/batchManagementClientContext.d.ts +17 -0
  13. package/dist-esm/src/batchManagementClientContext.d.ts.map +1 -0
  14. package/dist-esm/src/batchManagementClientContext.js +50 -0
  15. package/dist-esm/src/batchManagementClientContext.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 +1780 -0
  25. package/dist-esm/src/models/index.d.ts.map +1 -0
  26. package/dist-esm/src/models/index.js +9 -0
  27. package/dist-esm/src/models/index.js.map +1 -0
  28. package/dist-esm/src/models/mappers.d.ts +112 -0
  29. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  30. package/{esm → dist-esm/src}/models/mappers.js +1814 -1452
  31. package/dist-esm/src/models/mappers.js.map +1 -0
  32. package/dist-esm/src/models/parameters.d.ts +34 -0
  33. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  34. package/dist-esm/src/models/parameters.js +303 -0
  35. package/dist-esm/src/models/parameters.js.map +1 -0
  36. package/dist-esm/src/operations/applicationOperations.d.ts +71 -0
  37. package/dist-esm/src/operations/applicationOperations.d.ts.map +1 -0
  38. package/dist-esm/src/operations/applicationOperations.js +269 -0
  39. package/dist-esm/src/operations/applicationOperations.js.map +1 -0
  40. package/dist-esm/src/operations/applicationPackageOperations.d.ts +83 -0
  41. package/dist-esm/src/operations/applicationPackageOperations.d.ts.map +1 -0
  42. package/dist-esm/src/operations/applicationPackageOperations.js +294 -0
  43. package/dist-esm/src/operations/applicationPackageOperations.js.map +1 -0
  44. package/dist-esm/src/operations/batchAccountOperations.d.ts +171 -0
  45. package/dist-esm/src/operations/batchAccountOperations.d.ts.map +1 -0
  46. package/dist-esm/src/operations/batchAccountOperations.js +681 -0
  47. package/dist-esm/src/operations/batchAccountOperations.js.map +1 -0
  48. package/dist-esm/src/operations/certificateOperations.d.ts +106 -0
  49. package/dist-esm/src/operations/certificateOperations.d.ts.map +1 -0
  50. package/dist-esm/src/operations/certificateOperations.js +388 -0
  51. package/dist-esm/src/operations/certificateOperations.js.map +1 -0
  52. package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
  53. package/dist-esm/src/operations/index.d.ts.map +1 -0
  54. package/{esm → dist-esm/src}/operations/index.js +3 -5
  55. package/dist-esm/src/operations/index.js.map +1 -0
  56. package/dist-esm/src/operations/location.d.ts +71 -0
  57. package/dist-esm/src/operations/location.d.ts.map +1 -0
  58. package/dist-esm/src/operations/location.js +316 -0
  59. package/dist-esm/src/operations/location.js.map +1 -0
  60. package/dist-esm/src/operations/operations.d.ts +32 -0
  61. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  62. package/dist-esm/src/operations/operations.js +120 -0
  63. package/dist-esm/src/operations/operations.js.map +1 -0
  64. package/dist-esm/src/operations/poolOperations.d.ts +103 -0
  65. package/dist-esm/src/operations/poolOperations.d.ts.map +1 -0
  66. package/dist-esm/src/operations/poolOperations.js +410 -0
  67. package/dist-esm/src/operations/poolOperations.js.map +1 -0
  68. package/dist-esm/src/operations/privateEndpointConnectionOperations.d.ts +70 -0
  69. package/dist-esm/src/operations/privateEndpointConnectionOperations.d.ts.map +1 -0
  70. package/dist-esm/src/operations/privateEndpointConnectionOperations.js +278 -0
  71. package/dist-esm/src/operations/privateEndpointConnectionOperations.js.map +1 -0
  72. package/dist-esm/src/operations/privateLinkResourceOperations.d.ts +47 -0
  73. package/dist-esm/src/operations/privateLinkResourceOperations.d.ts.map +1 -0
  74. package/dist-esm/src/operations/privateLinkResourceOperations.js +170 -0
  75. package/dist-esm/src/operations/privateLinkResourceOperations.js.map +1 -0
  76. package/dist-esm/src/operationsInterfaces/applicationOperations.d.ts +46 -0
  77. package/dist-esm/src/operationsInterfaces/applicationOperations.d.ts.map +1 -0
  78. package/dist-esm/src/operationsInterfaces/applicationOperations.js +9 -0
  79. package/dist-esm/src/operationsInterfaces/applicationOperations.js.map +1 -0
  80. package/dist-esm/src/operationsInterfaces/applicationPackageOperations.d.ts +56 -0
  81. package/dist-esm/src/operationsInterfaces/applicationPackageOperations.d.ts.map +1 -0
  82. package/dist-esm/src/operationsInterfaces/applicationPackageOperations.js +9 -0
  83. package/dist-esm/src/operationsInterfaces/applicationPackageOperations.js.map +1 -0
  84. package/dist-esm/src/operationsInterfaces/batchAccountOperations.d.ts +112 -0
  85. package/dist-esm/src/operationsInterfaces/batchAccountOperations.d.ts.map +1 -0
  86. package/dist-esm/src/operationsInterfaces/batchAccountOperations.js +9 -0
  87. package/dist-esm/src/operationsInterfaces/batchAccountOperations.js.map +1 -0
  88. package/dist-esm/src/operationsInterfaces/certificateOperations.d.ts +81 -0
  89. package/dist-esm/src/operationsInterfaces/certificateOperations.d.ts.map +1 -0
  90. package/dist-esm/src/operationsInterfaces/certificateOperations.js +9 -0
  91. package/dist-esm/src/operationsInterfaces/certificateOperations.js.map +1 -0
  92. package/dist-esm/src/operationsInterfaces/index.d.ts +10 -0
  93. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  94. package/dist-esm/src/operationsInterfaces/index.js +17 -0
  95. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  96. package/dist-esm/src/operationsInterfaces/location.d.ts +31 -0
  97. package/dist-esm/src/operationsInterfaces/location.d.ts.map +1 -0
  98. package/dist-esm/src/operationsInterfaces/location.js +9 -0
  99. package/dist-esm/src/operationsInterfaces/location.js.map +1 -0
  100. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  101. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  102. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  103. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  104. package/dist-esm/src/operationsInterfaces/poolOperations.d.ts +78 -0
  105. package/dist-esm/src/operationsInterfaces/poolOperations.d.ts.map +1 -0
  106. package/dist-esm/src/operationsInterfaces/poolOperations.js +9 -0
  107. package/dist-esm/src/operationsInterfaces/poolOperations.js.map +1 -0
  108. package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.d.ts +45 -0
  109. package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +1 -0
  110. package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.js +9 -0
  111. package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.js.map +1 -0
  112. package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.d.ts +22 -0
  113. package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.d.ts.map +1 -0
  114. package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.js +9 -0
  115. package/dist-esm/src/operationsInterfaces/privateLinkResourceOperations.js.map +1 -0
  116. package/dist-esm/test/sampleTest.d.ts +4 -0
  117. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  118. package/dist-esm/test/sampleTest.js +479 -0
  119. package/dist-esm/test/sampleTest.js.map +1 -0
  120. package/package.json +65 -29
  121. package/review/arm-batch.api.md +1459 -0
  122. package/rollup.config.js +181 -30
  123. package/src/batchManagementClient.ts +61 -45
  124. package/src/batchManagementClientContext.ts +48 -40
  125. package/src/index.ts +13 -0
  126. package/src/lroImpl.ts +34 -0
  127. package/src/models/index.ts +1469 -3055
  128. package/src/models/mappers.ts +1967 -1573
  129. package/src/models/parameters.ts +218 -120
  130. package/src/operations/applicationOperations.ts +217 -262
  131. package/src/operations/applicationPackageOperations.ts +254 -277
  132. package/src/operations/batchAccountOperations.ts +682 -466
  133. package/src/operations/certificateOperations.ts +365 -353
  134. package/src/operations/index.ts +3 -5
  135. package/src/operations/location.ts +344 -78
  136. package/src/operations/operations.ts +84 -70
  137. package/src/operations/poolOperations.ts +379 -375
  138. package/src/operations/privateEndpointConnectionOperations.ts +271 -168
  139. package/src/operations/privateLinkResourceOperations.ts +158 -125
  140. package/src/operationsInterfaces/applicationOperations.ts +90 -0
  141. package/src/operationsInterfaces/applicationPackageOperations.ts +106 -0
  142. package/src/operationsInterfaces/batchAccountOperations.ts +196 -0
  143. package/src/operationsInterfaces/certificateOperations.ts +139 -0
  144. package/src/operationsInterfaces/index.ts +17 -0
  145. package/src/operationsInterfaces/location.ts +62 -0
  146. package/src/operationsInterfaces/operations.ts +22 -0
  147. package/src/operationsInterfaces/poolOperations.ts +142 -0
  148. package/src/operationsInterfaces/privateEndpointConnectionOperations.ts +87 -0
  149. package/src/operationsInterfaces/privateLinkResourceOperations.ts +45 -0
  150. package/tsconfig.json +3 -3
  151. package/types/arm-batch.d.ts +2528 -0
  152. package/types/tsdoc-metadata.json +11 -0
  153. package/dist/arm-batch.js +0 -6207
  154. package/dist/arm-batch.js.map +0 -1
  155. package/dist/arm-batch.min.js +0 -1
  156. package/dist/arm-batch.min.js.map +0 -1
  157. package/esm/batchManagementClient.d.ts +0 -27
  158. package/esm/batchManagementClient.d.ts.map +0 -1
  159. package/esm/batchManagementClient.js +0 -42
  160. package/esm/batchManagementClient.js.map +0 -1
  161. package/esm/batchManagementClientContext.d.ts +0 -17
  162. package/esm/batchManagementClientContext.d.ts.map +0 -1
  163. package/esm/batchManagementClientContext.js +0 -57
  164. package/esm/batchManagementClientContext.js.map +0 -1
  165. package/esm/models/applicationOperationsMappers.d.ts +0 -2
  166. package/esm/models/applicationOperationsMappers.d.ts.map +0 -1
  167. package/esm/models/applicationOperationsMappers.js +0 -9
  168. package/esm/models/applicationOperationsMappers.js.map +0 -1
  169. package/esm/models/applicationPackageOperationsMappers.d.ts +0 -2
  170. package/esm/models/applicationPackageOperationsMappers.d.ts.map +0 -1
  171. package/esm/models/applicationPackageOperationsMappers.js +0 -9
  172. package/esm/models/applicationPackageOperationsMappers.js.map +0 -1
  173. package/esm/models/batchAccountOperationsMappers.d.ts +0 -2
  174. package/esm/models/batchAccountOperationsMappers.d.ts.map +0 -1
  175. package/esm/models/batchAccountOperationsMappers.js +0 -9
  176. package/esm/models/batchAccountOperationsMappers.js.map +0 -1
  177. package/esm/models/certificateOperationsMappers.d.ts +0 -2
  178. package/esm/models/certificateOperationsMappers.d.ts.map +0 -1
  179. package/esm/models/certificateOperationsMappers.js +0 -9
  180. package/esm/models/certificateOperationsMappers.js.map +0 -1
  181. package/esm/models/index.d.ts +0 -3392
  182. package/esm/models/index.d.ts.map +0 -1
  183. package/esm/models/index.js +0 -8
  184. package/esm/models/index.js.map +0 -1
  185. package/esm/models/locationMappers.d.ts +0 -2
  186. package/esm/models/locationMappers.d.ts.map +0 -1
  187. package/esm/models/locationMappers.js +0 -9
  188. package/esm/models/locationMappers.js.map +0 -1
  189. package/esm/models/mappers.d.ts +0 -96
  190. package/esm/models/mappers.d.ts.map +0 -1
  191. package/esm/models/mappers.js.map +0 -1
  192. package/esm/models/operationsMappers.d.ts +0 -2
  193. package/esm/models/operationsMappers.d.ts.map +0 -1
  194. package/esm/models/operationsMappers.js +0 -9
  195. package/esm/models/operationsMappers.js.map +0 -1
  196. package/esm/models/parameters.d.ts +0 -21
  197. package/esm/models/parameters.d.ts.map +0 -1
  198. package/esm/models/parameters.js +0 -251
  199. package/esm/models/parameters.js.map +0 -1
  200. package/esm/models/poolOperationsMappers.d.ts +0 -2
  201. package/esm/models/poolOperationsMappers.d.ts.map +0 -1
  202. package/esm/models/poolOperationsMappers.js +0 -9
  203. package/esm/models/poolOperationsMappers.js.map +0 -1
  204. package/esm/models/privateEndpointConnectionOperationsMappers.d.ts +0 -2
  205. package/esm/models/privateEndpointConnectionOperationsMappers.d.ts.map +0 -1
  206. package/esm/models/privateEndpointConnectionOperationsMappers.js +0 -9
  207. package/esm/models/privateEndpointConnectionOperationsMappers.js.map +0 -1
  208. package/esm/models/privateLinkResourceOperationsMappers.d.ts +0 -2
  209. package/esm/models/privateLinkResourceOperationsMappers.d.ts.map +0 -1
  210. package/esm/models/privateLinkResourceOperationsMappers.js +0 -9
  211. package/esm/models/privateLinkResourceOperationsMappers.js.map +0 -1
  212. package/esm/operations/applicationOperations.d.ts +0 -151
  213. package/esm/operations/applicationOperations.d.ts.map +0 -1
  214. package/esm/operations/applicationOperations.js +0 -229
  215. package/esm/operations/applicationOperations.js.map +0 -1
  216. package/esm/operations/applicationPackageOperations.d.ts +0 -170
  217. package/esm/operations/applicationPackageOperations.d.ts.map +0 -1
  218. package/esm/operations/applicationPackageOperations.js +0 -241
  219. package/esm/operations/applicationPackageOperations.js.map +0 -1
  220. package/esm/operations/batchAccountOperations.d.ts +0 -246
  221. package/esm/operations/batchAccountOperations.d.ts.map +0 -1
  222. package/esm/operations/batchAccountOperations.js +0 -428
  223. package/esm/operations/batchAccountOperations.js.map +0 -1
  224. package/esm/operations/certificateOperations.d.ts +0 -198
  225. package/esm/operations/certificateOperations.d.ts.map +0 -1
  226. package/esm/operations/certificateOperations.js +0 -331
  227. package/esm/operations/certificateOperations.js.map +0 -1
  228. package/esm/operations/index.d.ts.map +0 -1
  229. package/esm/operations/index.js.map +0 -1
  230. package/esm/operations/location.d.ts +0 -52
  231. package/esm/operations/location.d.ts.map +0 -1
  232. package/esm/operations/location.js +0 -93
  233. package/esm/operations/location.js.map +0 -1
  234. package/esm/operations/operations.d.ts +0 -46
  235. package/esm/operations/operations.d.ts.map +0 -1
  236. package/esm/operations/operations.js +0 -77
  237. package/esm/operations/operations.js.map +0 -1
  238. package/esm/operations/poolOperations.d.ts +0 -199
  239. package/esm/operations/poolOperations.d.ts.map +0 -1
  240. package/esm/operations/poolOperations.js +0 -358
  241. package/esm/operations/poolOperations.js.map +0 -1
  242. package/esm/operations/privateEndpointConnectionOperations.d.ts +0 -104
  243. package/esm/operations/privateEndpointConnectionOperations.d.ts.map +0 -1
  244. package/esm/operations/privateEndpointConnectionOperations.js +0 -192
  245. package/esm/operations/privateEndpointConnectionOperations.js.map +0 -1
  246. package/esm/operations/privateLinkResourceOperations.d.ts +0 -79
  247. package/esm/operations/privateLinkResourceOperations.d.ts.map +0 -1
  248. package/esm/operations/privateLinkResourceOperations.js +0 -118
  249. package/esm/operations/privateLinkResourceOperations.js.map +0 -1
  250. package/src/models/applicationOperationsMappers.ts +0 -72
  251. package/src/models/applicationPackageOperationsMappers.ts +0 -73
  252. package/src/models/batchAccountOperationsMappers.ts +0 -78
  253. package/src/models/certificateOperationsMappers.ts +0 -77
  254. package/src/models/locationMappers.ts +0 -14
  255. package/src/models/operationsMappers.ts +0 -14
  256. package/src/models/poolOperationsMappers.ts +0 -78
  257. package/src/models/privateEndpointConnectionOperationsMappers.ts +0 -73
  258. package/src/models/privateLinkResourceOperationsMappers.ts +0 -72
@@ -1 +0,0 @@
1
- {"version":3,"file":"batchAccountOperations.js","sourceRoot":"","sources":["../../src/operations/batchAccountOperations.ts"],"names":[],"mappings":"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"}
@@ -1,198 +0,0 @@
1
- import * as msRest from "@azure/ms-rest-js";
2
- import * as msRestAzure from "@azure/ms-rest-azure-js";
3
- import * as Models from "../models";
4
- import { BatchManagementClientContext } from "../batchManagementClientContext";
5
- /** Class representing a CertificateOperations. */
6
- export declare class CertificateOperations {
7
- private readonly client;
8
- /**
9
- * Create a CertificateOperations.
10
- * @param {BatchManagementClientContext} client Reference to the service client.
11
- */
12
- constructor(client: BatchManagementClientContext);
13
- /**
14
- * Lists all of the certificates in the specified account.
15
- * @param resourceGroupName The name of the resource group that contains the Batch account.
16
- * @param accountName The name of the Batch account.
17
- * @param [options] The optional parameters
18
- * @returns Promise<Models.CertificateListByBatchAccountResponse>
19
- */
20
- listByBatchAccount(resourceGroupName: string, accountName: string, options?: Models.CertificateListByBatchAccountOptionalParams): Promise<Models.CertificateListByBatchAccountResponse>;
21
- /**
22
- * @param resourceGroupName The name of the resource group that contains the Batch account.
23
- * @param accountName The name of the Batch account.
24
- * @param callback The callback
25
- */
26
- listByBatchAccount(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.ListCertificatesResult>): void;
27
- /**
28
- * @param resourceGroupName The name of the resource group that contains the Batch account.
29
- * @param accountName The name of the Batch account.
30
- * @param options The optional parameters
31
- * @param callback The callback
32
- */
33
- listByBatchAccount(resourceGroupName: string, accountName: string, options: Models.CertificateListByBatchAccountOptionalParams, callback: msRest.ServiceCallback<Models.ListCertificatesResult>): void;
34
- /**
35
- * Creates a new certificate inside the specified account.
36
- * @param resourceGroupName The name of the resource group that contains the Batch account.
37
- * @param accountName The name of the Batch account.
38
- * @param certificateName The identifier for the certificate. This must be made up of algorithm and
39
- * thumbprint separated by a dash, and must match the certificate data in the request. For example
40
- * SHA1-a3d1c5.
41
- * @param parameters Additional parameters for certificate creation.
42
- * @param [options] The optional parameters
43
- * @returns Promise<Models.CertificateCreateResponse>
44
- */
45
- create(resourceGroupName: string, accountName: string, certificateName: string, parameters: Models.CertificateCreateOrUpdateParameters, options?: Models.CertificateCreateOptionalParams): Promise<Models.CertificateCreateResponse>;
46
- /**
47
- * Updates the properties of an existing certificate.
48
- * @param resourceGroupName The name of the resource group that contains the Batch account.
49
- * @param accountName The name of the Batch account.
50
- * @param certificateName The identifier for the certificate. This must be made up of algorithm and
51
- * thumbprint separated by a dash, and must match the certificate data in the request. For example
52
- * SHA1-a3d1c5.
53
- * @param parameters Certificate entity to update.
54
- * @param [options] The optional parameters
55
- * @returns Promise<Models.CertificateUpdateResponse>
56
- */
57
- update(resourceGroupName: string, accountName: string, certificateName: string, parameters: Models.CertificateCreateOrUpdateParameters, options?: Models.CertificateUpdateOptionalParams): Promise<Models.CertificateUpdateResponse>;
58
- /**
59
- * @param resourceGroupName The name of the resource group that contains the Batch account.
60
- * @param accountName The name of the Batch account.
61
- * @param certificateName The identifier for the certificate. This must be made up of algorithm and
62
- * thumbprint separated by a dash, and must match the certificate data in the request. For example
63
- * SHA1-a3d1c5.
64
- * @param parameters Certificate entity to update.
65
- * @param callback The callback
66
- */
67
- update(resourceGroupName: string, accountName: string, certificateName: string, parameters: Models.CertificateCreateOrUpdateParameters, callback: msRest.ServiceCallback<Models.Certificate>): void;
68
- /**
69
- * @param resourceGroupName The name of the resource group that contains the Batch account.
70
- * @param accountName The name of the Batch account.
71
- * @param certificateName The identifier for the certificate. This must be made up of algorithm and
72
- * thumbprint separated by a dash, and must match the certificate data in the request. For example
73
- * SHA1-a3d1c5.
74
- * @param parameters Certificate entity to update.
75
- * @param options The optional parameters
76
- * @param callback The callback
77
- */
78
- update(resourceGroupName: string, accountName: string, certificateName: string, parameters: Models.CertificateCreateOrUpdateParameters, options: Models.CertificateUpdateOptionalParams, callback: msRest.ServiceCallback<Models.Certificate>): void;
79
- /**
80
- * Deletes the specified certificate.
81
- * @param resourceGroupName The name of the resource group that contains the Batch account.
82
- * @param accountName The name of the Batch account.
83
- * @param certificateName The identifier for the certificate. This must be made up of algorithm and
84
- * thumbprint separated by a dash, and must match the certificate data in the request. For example
85
- * SHA1-a3d1c5.
86
- * @param [options] The optional parameters
87
- * @returns Promise<Models.CertificateDeleteResponse>
88
- */
89
- deleteMethod(resourceGroupName: string, accountName: string, certificateName: string, options?: msRest.RequestOptionsBase): Promise<Models.CertificateDeleteResponse>;
90
- /**
91
- * Gets information about the specified certificate.
92
- * @param resourceGroupName The name of the resource group that contains the Batch account.
93
- * @param accountName The name of the Batch account.
94
- * @param certificateName The identifier for the certificate. This must be made up of algorithm and
95
- * thumbprint separated by a dash, and must match the certificate data in the request. For example
96
- * SHA1-a3d1c5.
97
- * @param [options] The optional parameters
98
- * @returns Promise<Models.CertificateGetResponse>
99
- */
100
- get(resourceGroupName: string, accountName: string, certificateName: string, options?: msRest.RequestOptionsBase): Promise<Models.CertificateGetResponse>;
101
- /**
102
- * @param resourceGroupName The name of the resource group that contains the Batch account.
103
- * @param accountName The name of the Batch account.
104
- * @param certificateName The identifier for the certificate. This must be made up of algorithm and
105
- * thumbprint separated by a dash, and must match the certificate data in the request. For example
106
- * SHA1-a3d1c5.
107
- * @param callback The callback
108
- */
109
- get(resourceGroupName: string, accountName: string, certificateName: string, callback: msRest.ServiceCallback<Models.Certificate>): void;
110
- /**
111
- * @param resourceGroupName The name of the resource group that contains the Batch account.
112
- * @param accountName The name of the Batch account.
113
- * @param certificateName The identifier for the certificate. This must be made up of algorithm and
114
- * thumbprint separated by a dash, and must match the certificate data in the request. For example
115
- * SHA1-a3d1c5.
116
- * @param options The optional parameters
117
- * @param callback The callback
118
- */
119
- get(resourceGroupName: string, accountName: string, certificateName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Certificate>): void;
120
- /**
121
- * If you try to delete a certificate that is being used by a pool or compute node, the status of
122
- * the certificate changes to deleteFailed. If you decide that you want to continue using the
123
- * certificate, you can use this operation to set the status of the certificate back to active. If
124
- * you intend to delete the certificate, you do not need to run this operation after the deletion
125
- * failed. You must make sure that the certificate is not being used by any resources, and then you
126
- * can try again to delete the certificate.
127
- * @summary Cancels a failed deletion of a certificate from the specified account.
128
- * @param resourceGroupName The name of the resource group that contains the Batch account.
129
- * @param accountName The name of the Batch account.
130
- * @param certificateName The identifier for the certificate. This must be made up of algorithm and
131
- * thumbprint separated by a dash, and must match the certificate data in the request. For example
132
- * SHA1-a3d1c5.
133
- * @param [options] The optional parameters
134
- * @returns Promise<Models.CertificateCancelDeletionResponse>
135
- */
136
- cancelDeletion(resourceGroupName: string, accountName: string, certificateName: string, options?: msRest.RequestOptionsBase): Promise<Models.CertificateCancelDeletionResponse>;
137
- /**
138
- * @param resourceGroupName The name of the resource group that contains the Batch account.
139
- * @param accountName The name of the Batch account.
140
- * @param certificateName The identifier for the certificate. This must be made up of algorithm and
141
- * thumbprint separated by a dash, and must match the certificate data in the request. For example
142
- * SHA1-a3d1c5.
143
- * @param callback The callback
144
- */
145
- cancelDeletion(resourceGroupName: string, accountName: string, certificateName: string, callback: msRest.ServiceCallback<Models.Certificate>): void;
146
- /**
147
- * @param resourceGroupName The name of the resource group that contains the Batch account.
148
- * @param accountName The name of the Batch account.
149
- * @param certificateName The identifier for the certificate. This must be made up of algorithm and
150
- * thumbprint separated by a dash, and must match the certificate data in the request. For example
151
- * SHA1-a3d1c5.
152
- * @param options The optional parameters
153
- * @param callback The callback
154
- */
155
- cancelDeletion(resourceGroupName: string, accountName: string, certificateName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Certificate>): void;
156
- /**
157
- * Creates a new certificate inside the specified account.
158
- * @param resourceGroupName The name of the resource group that contains the Batch account.
159
- * @param accountName The name of the Batch account.
160
- * @param certificateName The identifier for the certificate. This must be made up of algorithm and
161
- * thumbprint separated by a dash, and must match the certificate data in the request. For example
162
- * SHA1-a3d1c5.
163
- * @param parameters Additional parameters for certificate creation.
164
- * @param [options] The optional parameters
165
- * @returns Promise<msRestAzure.LROPoller>
166
- */
167
- beginCreate(resourceGroupName: string, accountName: string, certificateName: string, parameters: Models.CertificateCreateOrUpdateParameters, options?: Models.CertificateBeginCreateOptionalParams): Promise<msRestAzure.LROPoller>;
168
- /**
169
- * Deletes the specified certificate.
170
- * @param resourceGroupName The name of the resource group that contains the Batch account.
171
- * @param accountName The name of the Batch account.
172
- * @param certificateName The identifier for the certificate. This must be made up of algorithm and
173
- * thumbprint separated by a dash, and must match the certificate data in the request. For example
174
- * SHA1-a3d1c5.
175
- * @param [options] The optional parameters
176
- * @returns Promise<msRestAzure.LROPoller>
177
- */
178
- beginDeleteMethod(resourceGroupName: string, accountName: string, certificateName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
179
- /**
180
- * Lists all of the certificates in the specified account.
181
- * @param nextPageLink The NextLink from the previous successful call to List operation.
182
- * @param [options] The optional parameters
183
- * @returns Promise<Models.CertificateListByBatchAccountNextResponse>
184
- */
185
- listByBatchAccountNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.CertificateListByBatchAccountNextResponse>;
186
- /**
187
- * @param nextPageLink The NextLink from the previous successful call to List operation.
188
- * @param callback The callback
189
- */
190
- listByBatchAccountNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ListCertificatesResult>): void;
191
- /**
192
- * @param nextPageLink The NextLink from the previous successful call to List operation.
193
- * @param options The optional parameters
194
- * @param callback The callback
195
- */
196
- listByBatchAccountNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ListCertificatesResult>): void;
197
- }
198
- //# sourceMappingURL=certificateOperations.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"certificateOperations.d.ts","sourceRoot":"","sources":["../../src/operations/certificateOperations.ts"],"names":[],"mappings":"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"}
@@ -1,331 +0,0 @@
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.
5
- *
6
- * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is
8
- * regenerated.
9
- */
10
- import { __assign } from "tslib";
11
- import * as msRest from "@azure/ms-rest-js";
12
- import * as Mappers from "../models/certificateOperationsMappers";
13
- import * as Parameters from "../models/parameters";
14
- /** Class representing a CertificateOperations. */
15
- var CertificateOperations = /** @class */ (function () {
16
- /**
17
- * Create a CertificateOperations.
18
- * @param {BatchManagementClientContext} client Reference to the service client.
19
- */
20
- function CertificateOperations(client) {
21
- this.client = client;
22
- }
23
- CertificateOperations.prototype.listByBatchAccount = function (resourceGroupName, accountName, options, callback) {
24
- return this.client.sendOperationRequest({
25
- resourceGroupName: resourceGroupName,
26
- accountName: accountName,
27
- options: options
28
- }, listByBatchAccountOperationSpec, callback);
29
- };
30
- /**
31
- * Creates a new certificate inside the specified account.
32
- * @param resourceGroupName The name of the resource group that contains the Batch account.
33
- * @param accountName The name of the Batch account.
34
- * @param certificateName The identifier for the certificate. This must be made up of algorithm and
35
- * thumbprint separated by a dash, and must match the certificate data in the request. For example
36
- * SHA1-a3d1c5.
37
- * @param parameters Additional parameters for certificate creation.
38
- * @param [options] The optional parameters
39
- * @returns Promise<Models.CertificateCreateResponse>
40
- */
41
- CertificateOperations.prototype.create = function (resourceGroupName, accountName, certificateName, parameters, options) {
42
- return this.beginCreate(resourceGroupName, accountName, certificateName, parameters, options)
43
- .then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
44
- };
45
- CertificateOperations.prototype.update = function (resourceGroupName, accountName, certificateName, parameters, options, callback) {
46
- return this.client.sendOperationRequest({
47
- resourceGroupName: resourceGroupName,
48
- accountName: accountName,
49
- certificateName: certificateName,
50
- parameters: parameters,
51
- options: options
52
- }, updateOperationSpec, callback);
53
- };
54
- /**
55
- * Deletes the specified certificate.
56
- * @param resourceGroupName The name of the resource group that contains the Batch account.
57
- * @param accountName The name of the Batch account.
58
- * @param certificateName The identifier for the certificate. This must be made up of algorithm and
59
- * thumbprint separated by a dash, and must match the certificate data in the request. For example
60
- * SHA1-a3d1c5.
61
- * @param [options] The optional parameters
62
- * @returns Promise<Models.CertificateDeleteResponse>
63
- */
64
- CertificateOperations.prototype.deleteMethod = function (resourceGroupName, accountName, certificateName, options) {
65
- return this.beginDeleteMethod(resourceGroupName, accountName, certificateName, options)
66
- .then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
67
- };
68
- CertificateOperations.prototype.get = function (resourceGroupName, accountName, certificateName, options, callback) {
69
- return this.client.sendOperationRequest({
70
- resourceGroupName: resourceGroupName,
71
- accountName: accountName,
72
- certificateName: certificateName,
73
- options: options
74
- }, getOperationSpec, callback);
75
- };
76
- CertificateOperations.prototype.cancelDeletion = function (resourceGroupName, accountName, certificateName, options, callback) {
77
- return this.client.sendOperationRequest({
78
- resourceGroupName: resourceGroupName,
79
- accountName: accountName,
80
- certificateName: certificateName,
81
- options: options
82
- }, cancelDeletionOperationSpec, callback);
83
- };
84
- /**
85
- * Creates a new certificate inside the specified account.
86
- * @param resourceGroupName The name of the resource group that contains the Batch account.
87
- * @param accountName The name of the Batch account.
88
- * @param certificateName The identifier for the certificate. This must be made up of algorithm and
89
- * thumbprint separated by a dash, and must match the certificate data in the request. For example
90
- * SHA1-a3d1c5.
91
- * @param parameters Additional parameters for certificate creation.
92
- * @param [options] The optional parameters
93
- * @returns Promise<msRestAzure.LROPoller>
94
- */
95
- CertificateOperations.prototype.beginCreate = function (resourceGroupName, accountName, certificateName, parameters, options) {
96
- return this.client.sendLRORequest({
97
- resourceGroupName: resourceGroupName,
98
- accountName: accountName,
99
- certificateName: certificateName,
100
- parameters: parameters,
101
- options: options
102
- }, beginCreateOperationSpec, options);
103
- };
104
- /**
105
- * Deletes the specified certificate.
106
- * @param resourceGroupName The name of the resource group that contains the Batch account.
107
- * @param accountName The name of the Batch account.
108
- * @param certificateName The identifier for the certificate. This must be made up of algorithm and
109
- * thumbprint separated by a dash, and must match the certificate data in the request. For example
110
- * SHA1-a3d1c5.
111
- * @param [options] The optional parameters
112
- * @returns Promise<msRestAzure.LROPoller>
113
- */
114
- CertificateOperations.prototype.beginDeleteMethod = function (resourceGroupName, accountName, certificateName, options) {
115
- return this.client.sendLRORequest({
116
- resourceGroupName: resourceGroupName,
117
- accountName: accountName,
118
- certificateName: certificateName,
119
- options: options
120
- }, beginDeleteMethodOperationSpec, options);
121
- };
122
- CertificateOperations.prototype.listByBatchAccountNext = function (nextPageLink, options, callback) {
123
- return this.client.sendOperationRequest({
124
- nextPageLink: nextPageLink,
125
- options: options
126
- }, listByBatchAccountNextOperationSpec, callback);
127
- };
128
- return CertificateOperations;
129
- }());
130
- export { CertificateOperations };
131
- // Operation Specifications
132
- var serializer = new msRest.Serializer(Mappers);
133
- var listByBatchAccountOperationSpec = {
134
- httpMethod: "GET",
135
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/certificates",
136
- urlParameters: [
137
- Parameters.resourceGroupName,
138
- Parameters.accountName1,
139
- Parameters.subscriptionId
140
- ],
141
- queryParameters: [
142
- Parameters.maxresults,
143
- Parameters.select,
144
- Parameters.filter,
145
- Parameters.apiVersion
146
- ],
147
- headerParameters: [
148
- Parameters.acceptLanguage
149
- ],
150
- responses: {
151
- 200: {
152
- bodyMapper: Mappers.ListCertificatesResult
153
- },
154
- default: {
155
- bodyMapper: Mappers.CloudError
156
- }
157
- },
158
- serializer: serializer
159
- };
160
- var updateOperationSpec = {
161
- httpMethod: "PATCH",
162
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/certificates/{certificateName}",
163
- urlParameters: [
164
- Parameters.resourceGroupName,
165
- Parameters.accountName1,
166
- Parameters.certificateName,
167
- Parameters.subscriptionId
168
- ],
169
- queryParameters: [
170
- Parameters.apiVersion
171
- ],
172
- headerParameters: [
173
- Parameters.ifMatch,
174
- Parameters.acceptLanguage
175
- ],
176
- requestBody: {
177
- parameterPath: "parameters",
178
- mapper: __assign(__assign({}, Mappers.CertificateCreateOrUpdateParameters), { required: true })
179
- },
180
- responses: {
181
- 200: {
182
- bodyMapper: Mappers.Certificate,
183
- headersMapper: Mappers.CertificateUpdateHeaders
184
- },
185
- default: {
186
- bodyMapper: Mappers.CloudError,
187
- headersMapper: Mappers.CertificateUpdateHeaders
188
- }
189
- },
190
- serializer: serializer
191
- };
192
- var getOperationSpec = {
193
- httpMethod: "GET",
194
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/certificates/{certificateName}",
195
- urlParameters: [
196
- Parameters.resourceGroupName,
197
- Parameters.accountName1,
198
- Parameters.certificateName,
199
- Parameters.subscriptionId
200
- ],
201
- queryParameters: [
202
- Parameters.apiVersion
203
- ],
204
- headerParameters: [
205
- Parameters.acceptLanguage
206
- ],
207
- responses: {
208
- 200: {
209
- bodyMapper: Mappers.Certificate,
210
- headersMapper: Mappers.CertificateGetHeaders
211
- },
212
- default: {
213
- bodyMapper: Mappers.CloudError,
214
- headersMapper: Mappers.CertificateGetHeaders
215
- }
216
- },
217
- serializer: serializer
218
- };
219
- var cancelDeletionOperationSpec = {
220
- httpMethod: "POST",
221
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/certificates/{certificateName}/cancelDelete",
222
- urlParameters: [
223
- Parameters.resourceGroupName,
224
- Parameters.accountName1,
225
- Parameters.certificateName,
226
- Parameters.subscriptionId
227
- ],
228
- queryParameters: [
229
- Parameters.apiVersion
230
- ],
231
- headerParameters: [
232
- Parameters.acceptLanguage
233
- ],
234
- responses: {
235
- 200: {
236
- bodyMapper: Mappers.Certificate,
237
- headersMapper: Mappers.CertificateCancelDeletionHeaders
238
- },
239
- default: {
240
- bodyMapper: Mappers.CloudError,
241
- headersMapper: Mappers.CertificateCancelDeletionHeaders
242
- }
243
- },
244
- serializer: serializer
245
- };
246
- var beginCreateOperationSpec = {
247
- httpMethod: "PUT",
248
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/certificates/{certificateName}",
249
- urlParameters: [
250
- Parameters.resourceGroupName,
251
- Parameters.accountName1,
252
- Parameters.certificateName,
253
- Parameters.subscriptionId
254
- ],
255
- queryParameters: [
256
- Parameters.apiVersion
257
- ],
258
- headerParameters: [
259
- Parameters.ifMatch,
260
- Parameters.ifNoneMatch,
261
- Parameters.acceptLanguage
262
- ],
263
- requestBody: {
264
- parameterPath: "parameters",
265
- mapper: __assign(__assign({}, Mappers.CertificateCreateOrUpdateParameters), { required: true })
266
- },
267
- responses: {
268
- 200: {
269
- bodyMapper: Mappers.Certificate,
270
- headersMapper: Mappers.CertificateCreateHeaders
271
- },
272
- default: {
273
- bodyMapper: Mappers.CloudError,
274
- headersMapper: Mappers.CertificateCreateHeaders
275
- }
276
- },
277
- serializer: serializer
278
- };
279
- var beginDeleteMethodOperationSpec = {
280
- httpMethod: "DELETE",
281
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/certificates/{certificateName}",
282
- urlParameters: [
283
- Parameters.resourceGroupName,
284
- Parameters.accountName1,
285
- Parameters.certificateName,
286
- Parameters.subscriptionId
287
- ],
288
- queryParameters: [
289
- Parameters.apiVersion
290
- ],
291
- headerParameters: [
292
- Parameters.acceptLanguage
293
- ],
294
- responses: {
295
- 200: {
296
- headersMapper: Mappers.CertificateDeleteHeaders
297
- },
298
- 202: {
299
- headersMapper: Mappers.CertificateDeleteHeaders
300
- },
301
- 204: {
302
- headersMapper: Mappers.CertificateDeleteHeaders
303
- },
304
- default: {
305
- bodyMapper: Mappers.CloudError,
306
- headersMapper: Mappers.CertificateDeleteHeaders
307
- }
308
- },
309
- serializer: serializer
310
- };
311
- var listByBatchAccountNextOperationSpec = {
312
- httpMethod: "GET",
313
- baseUrl: "https://management.azure.com",
314
- path: "{nextLink}",
315
- urlParameters: [
316
- Parameters.nextPageLink
317
- ],
318
- headerParameters: [
319
- Parameters.acceptLanguage
320
- ],
321
- responses: {
322
- 200: {
323
- bodyMapper: Mappers.ListCertificatesResult
324
- },
325
- default: {
326
- bodyMapper: Mappers.CloudError
327
- }
328
- },
329
- serializer: serializer
330
- };
331
- //# sourceMappingURL=certificateOperations.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"certificateOperations.js","sourceRoot":"","sources":["../../src/operations/certificateOperations.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/operations/index.ts"],"names":[],"mappings":"AAUA,cAAc,0BAA0B,CAAC;AACzC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,yBAAyB,CAAC;AACxC,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,yBAAyB,CAAC;AACxC,cAAc,iCAAiC,CAAC;AAChD,cAAc,uCAAuC,CAAC;AACtD,cAAc,kBAAkB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,cAAc,0BAA0B,CAAC;AACzC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,yBAAyB,CAAC;AACxC,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,yBAAyB,CAAC;AACxC,cAAc,iCAAiC,CAAC;AAChD,cAAc,uCAAuC,CAAC;AACtD,cAAc,kBAAkB,CAAC"}
@@ -1,52 +0,0 @@
1
- import * as msRest from "@azure/ms-rest-js";
2
- import * as Models from "../models";
3
- import { BatchManagementClientContext } from "../batchManagementClientContext";
4
- /** Class representing a Location. */
5
- export declare class Location {
6
- private readonly client;
7
- /**
8
- * Create a Location.
9
- * @param {BatchManagementClientContext} client Reference to the service client.
10
- */
11
- constructor(client: BatchManagementClientContext);
12
- /**
13
- * Gets the Batch service quotas for the specified subscription at the given location.
14
- * @param locationName The region for which to retrieve Batch service quotas.
15
- * @param [options] The optional parameters
16
- * @returns Promise<Models.LocationGetQuotasResponse>
17
- */
18
- getQuotas(locationName: string, options?: msRest.RequestOptionsBase): Promise<Models.LocationGetQuotasResponse>;
19
- /**
20
- * @param locationName The region for which to retrieve Batch service quotas.
21
- * @param callback The callback
22
- */
23
- getQuotas(locationName: string, callback: msRest.ServiceCallback<Models.BatchLocationQuota>): void;
24
- /**
25
- * @param locationName The region for which to retrieve Batch service quotas.
26
- * @param options The optional parameters
27
- * @param callback The callback
28
- */
29
- getQuotas(locationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.BatchLocationQuota>): void;
30
- /**
31
- * Checks whether the Batch account name is available in the specified region.
32
- * @param locationName The desired region for the name check.
33
- * @param name The name to check for availability
34
- * @param [options] The optional parameters
35
- * @returns Promise<Models.LocationCheckNameAvailabilityResponse>
36
- */
37
- checkNameAvailability(locationName: string, name: string, options?: msRest.RequestOptionsBase): Promise<Models.LocationCheckNameAvailabilityResponse>;
38
- /**
39
- * @param locationName The desired region for the name check.
40
- * @param name The name to check for availability
41
- * @param callback The callback
42
- */
43
- checkNameAvailability(locationName: string, name: string, callback: msRest.ServiceCallback<Models.CheckNameAvailabilityResult>): void;
44
- /**
45
- * @param locationName The desired region for the name check.
46
- * @param name The name to check for availability
47
- * @param options The optional parameters
48
- * @param callback The callback
49
- */
50
- checkNameAvailability(locationName: string, name: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CheckNameAvailabilityResult>): void;
51
- }
52
- //# sourceMappingURL=location.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"location.d.ts","sourceRoot":"","sources":["../../src/operations/location.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,MAAM,MAAM,WAAW,CAAC;AAGpC,OAAO,EAAE,4BAA4B,EAAE,MAAM,iCAAiC,CAAC;AAE/E,qCAAqC;AACrC,qBAAa,QAAQ;IACnB,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA+B;IAEtD;;;OAGG;gBACS,MAAM,EAAE,4BAA4B;IAIhD;;;;;OAKG;IACH,SAAS,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,yBAAyB,CAAC;IAC/G;;;OAGG;IACH,SAAS,CAAC,YAAY,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,kBAAkB,CAAC,GAAG,IAAI;IAClG;;;;OAIG;IACH,SAAS,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,kBAAkB,CAAC,GAAG,IAAI;IAWtI;;;;;;OAMG;IACH,qBAAqB,CAAC,YAAY,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,qCAAqC,CAAC;IACrJ;;;;OAIG;IACH,qBAAqB,CAAC,YAAY,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,2BAA2B,CAAC,GAAG,IAAI;IACrI;;;;;OAKG;IACH,qBAAqB,CAAC,YAAY,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,2BAA2B,CAAC,GAAG,IAAI;CAW1K"}