@azure/arm-storage-profile-2020-09-01-hybrid 1.0.0 → 2.0.0

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 (264) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +21 -0
  3. package/README.md +83 -73
  4. package/dist/index.js +5576 -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 +1772 -0
  17. package/dist-esm/src/models/index.d.ts.map +1 -0
  18. package/dist-esm/src/models/index.js +185 -0
  19. package/dist-esm/src/models/index.js.map +1 -0
  20. package/dist-esm/src/models/mappers.d.ts +84 -0
  21. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  22. package/{esm → dist-esm/src}/models/mappers.js +1591 -1449
  23. package/dist-esm/src/models/mappers.js.map +1 -0
  24. package/dist-esm/src/models/parameters.d.ts +30 -0
  25. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  26. package/dist-esm/src/models/parameters.js +242 -0
  27. package/dist-esm/src/models/parameters.js.map +1 -0
  28. package/dist-esm/src/operations/blobInventoryPolicies.d.ts +73 -0
  29. package/dist-esm/src/operations/blobInventoryPolicies.d.ts.map +1 -0
  30. package/dist-esm/src/operations/blobInventoryPolicies.js +221 -0
  31. package/dist-esm/src/operations/blobInventoryPolicies.js.map +1 -0
  32. package/dist-esm/src/operations/encryptionScopes.d.ts +94 -0
  33. package/dist-esm/src/operations/encryptionScopes.d.ts.map +1 -0
  34. package/dist-esm/src/operations/encryptionScopes.js +278 -0
  35. package/dist-esm/src/operations/encryptionScopes.js.map +1 -0
  36. package/{esm → dist-esm/src}/operations/index.d.ts +1 -0
  37. package/dist-esm/src/operations/index.d.ts.map +1 -0
  38. package/{esm → dist-esm/src}/operations/index.js +4 -5
  39. package/dist-esm/src/operations/index.js.map +1 -0
  40. package/dist-esm/src/operations/managementPolicies.d.ts +50 -0
  41. package/dist-esm/src/operations/managementPolicies.d.ts.map +1 -0
  42. package/dist-esm/src/operations/managementPolicies.js +126 -0
  43. package/dist-esm/src/operations/managementPolicies.js.map +1 -0
  44. package/dist-esm/src/operations/objectReplicationPoliciesOperations.d.ts +74 -0
  45. package/dist-esm/src/operations/objectReplicationPoliciesOperations.d.ts.map +1 -0
  46. package/dist-esm/src/operations/objectReplicationPoliciesOperations.js +222 -0
  47. package/dist-esm/src/operations/objectReplicationPoliciesOperations.js.map +1 -0
  48. package/dist-esm/src/operations/operations.d.ts +26 -0
  49. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  50. package/dist-esm/src/operations/operations.js +87 -0
  51. package/dist-esm/src/operations/operations.js.map +1 -0
  52. package/dist-esm/src/operations/privateEndpointConnections.d.ts +73 -0
  53. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
  54. package/dist-esm/src/operations/privateEndpointConnections.js +228 -0
  55. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
  56. package/dist-esm/src/operations/privateLinkResources.d.ts +23 -0
  57. package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
  58. package/dist-esm/src/operations/privateLinkResources.js +53 -0
  59. package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
  60. package/dist-esm/src/operations/skus.d.ts +26 -0
  61. package/dist-esm/src/operations/skus.d.ts.map +1 -0
  62. package/dist-esm/src/operations/skus.js +87 -0
  63. package/dist-esm/src/operations/skus.js.map +1 -0
  64. package/dist-esm/src/operations/storageAccounts.d.ts +228 -0
  65. package/dist-esm/src/operations/storageAccounts.d.ts.map +1 -0
  66. package/dist-esm/src/operations/storageAccounts.js +722 -0
  67. package/dist-esm/src/operations/storageAccounts.js.map +1 -0
  68. package/dist-esm/src/operations/usages.d.ts +28 -0
  69. package/dist-esm/src/operations/usages.d.ts.map +1 -0
  70. package/dist-esm/src/operations/usages.js +93 -0
  71. package/dist-esm/src/operations/usages.js.map +1 -0
  72. package/dist-esm/src/operationsInterfaces/blobInventoryPolicies.d.ts +53 -0
  73. package/dist-esm/src/operationsInterfaces/blobInventoryPolicies.d.ts.map +1 -0
  74. package/dist-esm/src/operationsInterfaces/blobInventoryPolicies.js +9 -0
  75. package/dist-esm/src/operationsInterfaces/blobInventoryPolicies.js.map +1 -0
  76. package/dist-esm/src/operationsInterfaces/encryptionScopes.d.ts +63 -0
  77. package/dist-esm/src/operationsInterfaces/encryptionScopes.d.ts.map +1 -0
  78. package/dist-esm/src/operationsInterfaces/encryptionScopes.js +9 -0
  79. package/dist-esm/src/operationsInterfaces/encryptionScopes.js.map +1 -0
  80. package/dist-esm/src/operationsInterfaces/index.d.ts +11 -0
  81. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  82. package/dist-esm/src/operationsInterfaces/index.js +18 -0
  83. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  84. package/dist-esm/src/operationsInterfaces/managementPolicies.d.ts +42 -0
  85. package/dist-esm/src/operationsInterfaces/managementPolicies.d.ts.map +1 -0
  86. package/dist-esm/src/operationsInterfaces/managementPolicies.js +9 -0
  87. package/dist-esm/src/operationsInterfaces/managementPolicies.js.map +1 -0
  88. package/dist-esm/src/operationsInterfaces/objectReplicationPoliciesOperations.d.ts +54 -0
  89. package/dist-esm/src/operationsInterfaces/objectReplicationPoliciesOperations.d.ts.map +1 -0
  90. package/dist-esm/src/operationsInterfaces/objectReplicationPoliciesOperations.js +9 -0
  91. package/dist-esm/src/operationsInterfaces/objectReplicationPoliciesOperations.js.map +1 -0
  92. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  93. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  94. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  95. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  96. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +53 -0
  97. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  98. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
  99. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  100. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +15 -0
  101. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  102. package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
  103. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
  104. package/dist-esm/src/operationsInterfaces/skus.d.ts +11 -0
  105. package/dist-esm/src/operationsInterfaces/skus.d.ts.map +1 -0
  106. package/dist-esm/src/operationsInterfaces/skus.js +9 -0
  107. package/dist-esm/src/operationsInterfaces/skus.js.map +1 -0
  108. package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts +196 -0
  109. package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts.map +1 -0
  110. package/dist-esm/src/operationsInterfaces/storageAccounts.js +9 -0
  111. package/dist-esm/src/operationsInterfaces/storageAccounts.js.map +1 -0
  112. package/dist-esm/src/operationsInterfaces/usages.d.ts +12 -0
  113. package/dist-esm/src/operationsInterfaces/usages.d.ts.map +1 -0
  114. package/dist-esm/src/operationsInterfaces/usages.js +9 -0
  115. package/dist-esm/src/operationsInterfaces/usages.js.map +1 -0
  116. package/dist-esm/src/storageManagementClient.d.ts +27 -0
  117. package/dist-esm/src/storageManagementClient.d.ts.map +1 -0
  118. package/dist-esm/src/storageManagementClient.js +60 -0
  119. package/dist-esm/src/storageManagementClient.js.map +1 -0
  120. package/dist-esm/test/sampleTest.d.ts +2 -0
  121. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  122. package/dist-esm/test/sampleTest.js +40 -0
  123. package/dist-esm/test/sampleTest.js.map +1 -0
  124. package/package.json +74 -22
  125. package/review/arm-storage-profile-2020-09-01-hybrid.api.md +1396 -0
  126. package/rollup.config.js +115 -30
  127. package/src/index.ts +12 -0
  128. package/src/lroImpl.ts +34 -0
  129. package/src/models/index.ts +1411 -2087
  130. package/src/models/mappers.ts +1470 -1320
  131. package/src/models/parameters.ts +186 -76
  132. package/src/operations/blobInventoryPolicies.ts +282 -0
  133. package/src/operations/encryptionScopes.ts +238 -295
  134. package/src/operations/index.ts +4 -5
  135. package/src/operations/managementPolicies.ts +108 -182
  136. package/src/operations/objectReplicationPoliciesOperations.ts +186 -234
  137. package/src/operations/operations.ts +66 -45
  138. package/src/operations/privateEndpointConnections.ts +182 -221
  139. package/src/operations/privateLinkResources.ts +43 -67
  140. package/src/operations/skus.ts +64 -48
  141. package/src/operations/storageAccounts.ts +759 -838
  142. package/src/operations/usages.ts +78 -52
  143. package/src/operationsInterfaces/blobInventoryPolicies.ts +91 -0
  144. package/src/operationsInterfaces/encryptionScopes.ts +102 -0
  145. package/src/operationsInterfaces/index.ts +18 -0
  146. package/src/operationsInterfaces/managementPolicies.ts +74 -0
  147. package/src/operationsInterfaces/objectReplicationPoliciesOperations.ts +91 -0
  148. package/src/operationsInterfaces/operations.ts +22 -0
  149. package/src/operationsInterfaces/privateEndpointConnections.ts +90 -0
  150. package/src/operationsInterfaces/privateLinkResources.ts +30 -0
  151. package/src/operationsInterfaces/skus.ts +22 -0
  152. package/src/operationsInterfaces/storageAccounts.ts +319 -0
  153. package/src/operationsInterfaces/usages.ts +24 -0
  154. package/src/storageManagementClient.ts +105 -46
  155. package/tsconfig.json +14 -6
  156. package/types/arm-storage-profile-2020-09-01-hybrid.d.ts +2508 -0
  157. package/types/tsdoc-metadata.json +11 -0
  158. package/dist/arm-storage-profile-2020-09-01-hybrid.js +0 -5017
  159. package/dist/arm-storage-profile-2020-09-01-hybrid.js.map +0 -1
  160. package/dist/arm-storage-profile-2020-09-01-hybrid.min.js +0 -1
  161. package/dist/arm-storage-profile-2020-09-01-hybrid.min.js.map +0 -1
  162. package/esm/models/encryptionScopesMappers.d.ts +0 -2
  163. package/esm/models/encryptionScopesMappers.d.ts.map +0 -1
  164. package/esm/models/encryptionScopesMappers.js +0 -9
  165. package/esm/models/encryptionScopesMappers.js.map +0 -1
  166. package/esm/models/index.d.ts +0 -2493
  167. package/esm/models/index.d.ts.map +0 -1
  168. package/esm/models/index.js +0 -8
  169. package/esm/models/index.js.map +0 -1
  170. package/esm/models/managementPoliciesMappers.d.ts +0 -2
  171. package/esm/models/managementPoliciesMappers.d.ts.map +0 -1
  172. package/esm/models/managementPoliciesMappers.js +0 -9
  173. package/esm/models/managementPoliciesMappers.js.map +0 -1
  174. package/esm/models/mappers.d.ts +0 -79
  175. package/esm/models/mappers.d.ts.map +0 -1
  176. package/esm/models/mappers.js.map +0 -1
  177. package/esm/models/objectReplicationPoliciesOperationsMappers.d.ts +0 -2
  178. package/esm/models/objectReplicationPoliciesOperationsMappers.d.ts.map +0 -1
  179. package/esm/models/objectReplicationPoliciesOperationsMappers.js +0 -9
  180. package/esm/models/objectReplicationPoliciesOperationsMappers.js.map +0 -1
  181. package/esm/models/operationsMappers.d.ts +0 -2
  182. package/esm/models/operationsMappers.d.ts.map +0 -1
  183. package/esm/models/operationsMappers.js +0 -9
  184. package/esm/models/operationsMappers.js.map +0 -1
  185. package/esm/models/parameters.d.ts +0 -15
  186. package/esm/models/parameters.d.ts.map +0 -1
  187. package/esm/models/parameters.js +0 -176
  188. package/esm/models/parameters.js.map +0 -1
  189. package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
  190. package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
  191. package/esm/models/privateEndpointConnectionsMappers.js +0 -9
  192. package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
  193. package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
  194. package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
  195. package/esm/models/privateLinkResourcesMappers.js +0 -9
  196. package/esm/models/privateLinkResourcesMappers.js.map +0 -1
  197. package/esm/models/skusMappers.d.ts +0 -2
  198. package/esm/models/skusMappers.d.ts.map +0 -1
  199. package/esm/models/skusMappers.js +0 -9
  200. package/esm/models/skusMappers.js.map +0 -1
  201. package/esm/models/storageAccountsMappers.d.ts +0 -2
  202. package/esm/models/storageAccountsMappers.d.ts.map +0 -1
  203. package/esm/models/storageAccountsMappers.js +0 -9
  204. package/esm/models/storageAccountsMappers.js.map +0 -1
  205. package/esm/models/usagesMappers.d.ts +0 -2
  206. package/esm/models/usagesMappers.d.ts.map +0 -1
  207. package/esm/models/usagesMappers.js +0 -9
  208. package/esm/models/usagesMappers.js.map +0 -1
  209. package/esm/operations/encryptionScopes.d.ts +0 -196
  210. package/esm/operations/encryptionScopes.d.ts.map +0 -1
  211. package/esm/operations/encryptionScopes.js +0 -197
  212. package/esm/operations/encryptionScopes.js.map +0 -1
  213. package/esm/operations/index.d.ts.map +0 -1
  214. package/esm/operations/index.js.map +0 -1
  215. package/esm/operations/managementPolicies.d.ts +0 -109
  216. package/esm/operations/managementPolicies.d.ts.map +0 -1
  217. package/esm/operations/managementPolicies.js +0 -130
  218. package/esm/operations/managementPolicies.js.map +0 -1
  219. package/esm/operations/objectReplicationPoliciesOperations.d.ts +0 -157
  220. package/esm/operations/objectReplicationPoliciesOperations.d.ts.map +0 -1
  221. package/esm/operations/objectReplicationPoliciesOperations.js +0 -162
  222. package/esm/operations/objectReplicationPoliciesOperations.js.map +0 -1
  223. package/esm/operations/operations.d.ts +0 -28
  224. package/esm/operations/operations.d.ts.map +0 -1
  225. package/esm/operations/operations.js +0 -51
  226. package/esm/operations/operations.js.map +0 -1
  227. package/esm/operations/privateEndpointConnections.d.ts +0 -154
  228. package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
  229. package/esm/operations/privateEndpointConnections.js +0 -162
  230. package/esm/operations/privateEndpointConnections.js.map +0 -1
  231. package/esm/operations/privateLinkResources.d.ts +0 -43
  232. package/esm/operations/privateLinkResources.d.ts.map +0 -1
  233. package/esm/operations/privateLinkResources.js +0 -58
  234. package/esm/operations/privateLinkResources.js.map +0 -1
  235. package/esm/operations/skus.d.ts +0 -28
  236. package/esm/operations/skus.d.ts.map +0 -1
  237. package/esm/operations/skus.js +0 -54
  238. package/esm/operations/skus.js.map +0 -1
  239. package/esm/operations/storageAccounts.d.ts +0 -436
  240. package/esm/operations/storageAccounts.d.ts.map +0 -1
  241. package/esm/operations/storageAccounts.js +0 -611
  242. package/esm/operations/storageAccounts.js.map +0 -1
  243. package/esm/operations/usages.d.ts +0 -32
  244. package/esm/operations/usages.d.ts.map +0 -1
  245. package/esm/operations/usages.js +0 -56
  246. package/esm/operations/usages.js.map +0 -1
  247. package/esm/storageManagementClient.d.ts +0 -26
  248. package/esm/storageManagementClient.d.ts.map +0 -1
  249. package/esm/storageManagementClient.js +0 -41
  250. package/esm/storageManagementClient.js.map +0 -1
  251. package/esm/storageManagementClientContext.d.ts +0 -16
  252. package/esm/storageManagementClientContext.d.ts.map +0 -1
  253. package/esm/storageManagementClientContext.js +0 -56
  254. package/esm/storageManagementClientContext.js.map +0 -1
  255. package/src/models/encryptionScopesMappers.ts +0 -59
  256. package/src/models/managementPoliciesMappers.ts +0 -57
  257. package/src/models/objectReplicationPoliciesOperationsMappers.ts +0 -58
  258. package/src/models/operationsMappers.ts +0 -17
  259. package/src/models/privateEndpointConnectionsMappers.ts +0 -59
  260. package/src/models/privateLinkResourcesMappers.ts +0 -58
  261. package/src/models/skusMappers.ts +0 -15
  262. package/src/models/storageAccountsMappers.ts +0 -69
  263. package/src/models/usagesMappers.ts +0 -14
  264. package/src/storageManagementClientContext.ts +0 -62
@@ -1,436 +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 { StorageManagementClientContext } from "../storageManagementClientContext";
5
- /** Class representing a StorageAccounts. */
6
- export declare class StorageAccounts {
7
- private readonly client;
8
- /**
9
- * Create a StorageAccounts.
10
- * @param {StorageManagementClientContext} client Reference to the service client.
11
- */
12
- constructor(client: StorageManagementClientContext);
13
- /**
14
- * Checks that the storage account name is valid and is not already in use.
15
- * @param name The storage account name.
16
- * @param [options] The optional parameters
17
- * @returns Promise<Models.StorageAccountsCheckNameAvailabilityResponse>
18
- */
19
- checkNameAvailability(name: string, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsCheckNameAvailabilityResponse>;
20
- /**
21
- * @param name The storage account name.
22
- * @param callback The callback
23
- */
24
- checkNameAvailability(name: string, callback: msRest.ServiceCallback<Models.CheckNameAvailabilityResult>): void;
25
- /**
26
- * @param name The storage account name.
27
- * @param options The optional parameters
28
- * @param callback The callback
29
- */
30
- checkNameAvailability(name: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.CheckNameAvailabilityResult>): void;
31
- /**
32
- * Asynchronously creates a new storage account with the specified parameters. If an account is
33
- * already created and a subsequent create request is issued with different properties, the account
34
- * properties will be updated. If an account is already created and a subsequent create or update
35
- * request is issued with the exact same set of properties, the request will succeed.
36
- * @param resourceGroupName The name of the resource group within the user's subscription. The name
37
- * is case insensitive.
38
- * @param accountName The name of the storage account within the specified resource group. Storage
39
- * account names must be between 3 and 24 characters in length and use numbers and lower-case
40
- * letters only.
41
- * @param parameters The parameters to provide for the created account.
42
- * @param [options] The optional parameters
43
- * @returns Promise<Models.StorageAccountsCreateResponse>
44
- */
45
- create(resourceGroupName: string, accountName: string, parameters: Models.StorageAccountCreateParameters, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsCreateResponse>;
46
- /**
47
- * Deletes a storage account in Microsoft Azure.
48
- * @param resourceGroupName The name of the resource group within the user's subscription. The name
49
- * is case insensitive.
50
- * @param accountName The name of the storage account within the specified resource group. Storage
51
- * account names must be between 3 and 24 characters in length and use numbers and lower-case
52
- * letters only.
53
- * @param [options] The optional parameters
54
- * @returns Promise<msRest.RestResponse>
55
- */
56
- deleteMethod(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
57
- /**
58
- * @param resourceGroupName The name of the resource group within the user's subscription. The name
59
- * is case insensitive.
60
- * @param accountName The name of the storage account within the specified resource group. Storage
61
- * account names must be between 3 and 24 characters in length and use numbers and lower-case
62
- * letters only.
63
- * @param callback The callback
64
- */
65
- deleteMethod(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<void>): void;
66
- /**
67
- * @param resourceGroupName The name of the resource group within the user's subscription. The name
68
- * is case insensitive.
69
- * @param accountName The name of the storage account within the specified resource group. Storage
70
- * account names must be between 3 and 24 characters in length and use numbers and lower-case
71
- * letters only.
72
- * @param options The optional parameters
73
- * @param callback The callback
74
- */
75
- deleteMethod(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;
76
- /**
77
- * Returns the properties for the specified storage account including but not limited to name, SKU
78
- * name, location, and account status. The ListKeys operation should be used to retrieve storage
79
- * keys.
80
- * @param resourceGroupName The name of the resource group within the user's subscription. The name
81
- * is case insensitive.
82
- * @param accountName The name of the storage account within the specified resource group. Storage
83
- * account names must be between 3 and 24 characters in length and use numbers and lower-case
84
- * letters only.
85
- * @param [options] The optional parameters
86
- * @returns Promise<Models.StorageAccountsGetPropertiesResponse>
87
- */
88
- getProperties(resourceGroupName: string, accountName: string, options?: Models.StorageAccountsGetPropertiesOptionalParams): Promise<Models.StorageAccountsGetPropertiesResponse>;
89
- /**
90
- * @param resourceGroupName The name of the resource group within the user's subscription. The name
91
- * is case insensitive.
92
- * @param accountName The name of the storage account within the specified resource group. Storage
93
- * account names must be between 3 and 24 characters in length and use numbers and lower-case
94
- * letters only.
95
- * @param callback The callback
96
- */
97
- getProperties(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.StorageAccount>): void;
98
- /**
99
- * @param resourceGroupName The name of the resource group within the user's subscription. The name
100
- * is case insensitive.
101
- * @param accountName The name of the storage account within the specified resource group. Storage
102
- * account names must be between 3 and 24 characters in length and use numbers and lower-case
103
- * letters only.
104
- * @param options The optional parameters
105
- * @param callback The callback
106
- */
107
- getProperties(resourceGroupName: string, accountName: string, options: Models.StorageAccountsGetPropertiesOptionalParams, callback: msRest.ServiceCallback<Models.StorageAccount>): void;
108
- /**
109
- * The update operation can be used to update the SKU, encryption, access tier, or tags for a
110
- * storage account. It can also be used to map the account to a custom domain. Only one custom
111
- * domain is supported per storage account; the replacement/change of custom domain is not
112
- * supported. In order to replace an old custom domain, the old value must be cleared/unregistered
113
- * before a new value can be set. The update of multiple properties is supported. This call does
114
- * not change the storage keys for the account. If you want to change the storage account keys, use
115
- * the regenerate keys operation. The location and name of the storage account cannot be changed
116
- * after creation.
117
- * @param resourceGroupName The name of the resource group within the user's subscription. The name
118
- * is case insensitive.
119
- * @param accountName The name of the storage account within the specified resource group. Storage
120
- * account names must be between 3 and 24 characters in length and use numbers and lower-case
121
- * letters only.
122
- * @param parameters The parameters to provide for the updated account.
123
- * @param [options] The optional parameters
124
- * @returns Promise<Models.StorageAccountsUpdateResponse>
125
- */
126
- update(resourceGroupName: string, accountName: string, parameters: Models.StorageAccountUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsUpdateResponse>;
127
- /**
128
- * @param resourceGroupName The name of the resource group within the user's subscription. The name
129
- * is case insensitive.
130
- * @param accountName The name of the storage account within the specified resource group. Storage
131
- * account names must be between 3 and 24 characters in length and use numbers and lower-case
132
- * letters only.
133
- * @param parameters The parameters to provide for the updated account.
134
- * @param callback The callback
135
- */
136
- update(resourceGroupName: string, accountName: string, parameters: Models.StorageAccountUpdateParameters, callback: msRest.ServiceCallback<Models.StorageAccount>): void;
137
- /**
138
- * @param resourceGroupName The name of the resource group within the user's subscription. The name
139
- * is case insensitive.
140
- * @param accountName The name of the storage account within the specified resource group. Storage
141
- * account names must be between 3 and 24 characters in length and use numbers and lower-case
142
- * letters only.
143
- * @param parameters The parameters to provide for the updated account.
144
- * @param options The optional parameters
145
- * @param callback The callback
146
- */
147
- update(resourceGroupName: string, accountName: string, parameters: Models.StorageAccountUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.StorageAccount>): void;
148
- /**
149
- * Lists all the storage accounts available under the subscription. Note that storage keys are not
150
- * returned; use the ListKeys operation for this.
151
- * @param [options] The optional parameters
152
- * @returns Promise<Models.StorageAccountsListResponse>
153
- */
154
- list(options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsListResponse>;
155
- /**
156
- * @param callback The callback
157
- */
158
- list(callback: msRest.ServiceCallback<Models.StorageAccountListResult>): void;
159
- /**
160
- * @param options The optional parameters
161
- * @param callback The callback
162
- */
163
- list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.StorageAccountListResult>): void;
164
- /**
165
- * Lists all the storage accounts available under the given resource group. Note that storage keys
166
- * are not returned; use the ListKeys operation for this.
167
- * @param resourceGroupName The name of the resource group within the user's subscription. The name
168
- * is case insensitive.
169
- * @param [options] The optional parameters
170
- * @returns Promise<Models.StorageAccountsListByResourceGroupResponse>
171
- */
172
- listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsListByResourceGroupResponse>;
173
- /**
174
- * @param resourceGroupName The name of the resource group within the user's subscription. The name
175
- * is case insensitive.
176
- * @param callback The callback
177
- */
178
- listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.StorageAccountListResult>): void;
179
- /**
180
- * @param resourceGroupName The name of the resource group within the user's subscription. The name
181
- * is case insensitive.
182
- * @param options The optional parameters
183
- * @param callback The callback
184
- */
185
- listByResourceGroup(resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.StorageAccountListResult>): void;
186
- /**
187
- * Lists the access keys or Kerberos keys (if active directory enabled) for the specified storage
188
- * account.
189
- * @param resourceGroupName The name of the resource group within the user's subscription. The name
190
- * is case insensitive.
191
- * @param accountName The name of the storage account within the specified resource group. Storage
192
- * account names must be between 3 and 24 characters in length and use numbers and lower-case
193
- * letters only.
194
- * @param [options] The optional parameters
195
- * @returns Promise<Models.StorageAccountsListKeysResponse>
196
- */
197
- listKeys(resourceGroupName: string, accountName: string, options?: Models.StorageAccountsListKeysOptionalParams): Promise<Models.StorageAccountsListKeysResponse>;
198
- /**
199
- * @param resourceGroupName The name of the resource group within the user's subscription. The name
200
- * is case insensitive.
201
- * @param accountName The name of the storage account within the specified resource group. Storage
202
- * account names must be between 3 and 24 characters in length and use numbers and lower-case
203
- * letters only.
204
- * @param callback The callback
205
- */
206
- listKeys(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Models.StorageAccountListKeysResult>): void;
207
- /**
208
- * @param resourceGroupName The name of the resource group within the user's subscription. The name
209
- * is case insensitive.
210
- * @param accountName The name of the storage account within the specified resource group. Storage
211
- * account names must be between 3 and 24 characters in length and use numbers and lower-case
212
- * letters only.
213
- * @param options The optional parameters
214
- * @param callback The callback
215
- */
216
- listKeys(resourceGroupName: string, accountName: string, options: Models.StorageAccountsListKeysOptionalParams, callback: msRest.ServiceCallback<Models.StorageAccountListKeysResult>): void;
217
- /**
218
- * Regenerates one of the access keys or Kerberos keys for the specified storage account.
219
- * @param resourceGroupName The name of the resource group within the user's subscription. The name
220
- * is case insensitive.
221
- * @param accountName The name of the storage account within the specified resource group. Storage
222
- * account names must be between 3 and 24 characters in length and use numbers and lower-case
223
- * letters only.
224
- * @param keyName The name of storage keys that want to be regenerated, possible values are key1,
225
- * key2, kerb1, kerb2.
226
- * @param [options] The optional parameters
227
- * @returns Promise<Models.StorageAccountsRegenerateKeyResponse>
228
- */
229
- regenerateKey(resourceGroupName: string, accountName: string, keyName: string, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsRegenerateKeyResponse>;
230
- /**
231
- * @param resourceGroupName The name of the resource group within the user's subscription. The name
232
- * is case insensitive.
233
- * @param accountName The name of the storage account within the specified resource group. Storage
234
- * account names must be between 3 and 24 characters in length and use numbers and lower-case
235
- * letters only.
236
- * @param keyName The name of storage keys that want to be regenerated, possible values are key1,
237
- * key2, kerb1, kerb2.
238
- * @param callback The callback
239
- */
240
- regenerateKey(resourceGroupName: string, accountName: string, keyName: string, callback: msRest.ServiceCallback<Models.StorageAccountListKeysResult>): void;
241
- /**
242
- * @param resourceGroupName The name of the resource group within the user's subscription. The name
243
- * is case insensitive.
244
- * @param accountName The name of the storage account within the specified resource group. Storage
245
- * account names must be between 3 and 24 characters in length and use numbers and lower-case
246
- * letters only.
247
- * @param keyName The name of storage keys that want to be regenerated, possible values are key1,
248
- * key2, kerb1, kerb2.
249
- * @param options The optional parameters
250
- * @param callback The callback
251
- */
252
- regenerateKey(resourceGroupName: string, accountName: string, keyName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.StorageAccountListKeysResult>): void;
253
- /**
254
- * List SAS credentials of a storage account.
255
- * @param resourceGroupName The name of the resource group within the user's subscription. The name
256
- * is case insensitive.
257
- * @param accountName The name of the storage account within the specified resource group. Storage
258
- * account names must be between 3 and 24 characters in length and use numbers and lower-case
259
- * letters only.
260
- * @param parameters The parameters to provide to list SAS credentials for the storage account.
261
- * @param [options] The optional parameters
262
- * @returns Promise<Models.StorageAccountsListAccountSASResponse>
263
- */
264
- listAccountSAS(resourceGroupName: string, accountName: string, parameters: Models.AccountSasParameters, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsListAccountSASResponse>;
265
- /**
266
- * @param resourceGroupName The name of the resource group within the user's subscription. The name
267
- * is case insensitive.
268
- * @param accountName The name of the storage account within the specified resource group. Storage
269
- * account names must be between 3 and 24 characters in length and use numbers and lower-case
270
- * letters only.
271
- * @param parameters The parameters to provide to list SAS credentials for the storage account.
272
- * @param callback The callback
273
- */
274
- listAccountSAS(resourceGroupName: string, accountName: string, parameters: Models.AccountSasParameters, callback: msRest.ServiceCallback<Models.ListAccountSasResponse>): void;
275
- /**
276
- * @param resourceGroupName The name of the resource group within the user's subscription. The name
277
- * is case insensitive.
278
- * @param accountName The name of the storage account within the specified resource group. Storage
279
- * account names must be between 3 and 24 characters in length and use numbers and lower-case
280
- * letters only.
281
- * @param parameters The parameters to provide to list SAS credentials for the storage account.
282
- * @param options The optional parameters
283
- * @param callback The callback
284
- */
285
- listAccountSAS(resourceGroupName: string, accountName: string, parameters: Models.AccountSasParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ListAccountSasResponse>): void;
286
- /**
287
- * List service SAS credentials of a specific resource.
288
- * @param resourceGroupName The name of the resource group within the user's subscription. The name
289
- * is case insensitive.
290
- * @param accountName The name of the storage account within the specified resource group. Storage
291
- * account names must be between 3 and 24 characters in length and use numbers and lower-case
292
- * letters only.
293
- * @param parameters The parameters to provide to list service SAS credentials.
294
- * @param [options] The optional parameters
295
- * @returns Promise<Models.StorageAccountsListServiceSASResponse>
296
- */
297
- listServiceSAS(resourceGroupName: string, accountName: string, parameters: Models.ServiceSasParameters, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsListServiceSASResponse>;
298
- /**
299
- * @param resourceGroupName The name of the resource group within the user's subscription. The name
300
- * is case insensitive.
301
- * @param accountName The name of the storage account within the specified resource group. Storage
302
- * account names must be between 3 and 24 characters in length and use numbers and lower-case
303
- * letters only.
304
- * @param parameters The parameters to provide to list service SAS credentials.
305
- * @param callback The callback
306
- */
307
- listServiceSAS(resourceGroupName: string, accountName: string, parameters: Models.ServiceSasParameters, callback: msRest.ServiceCallback<Models.ListServiceSasResponse>): void;
308
- /**
309
- * @param resourceGroupName The name of the resource group within the user's subscription. The name
310
- * is case insensitive.
311
- * @param accountName The name of the storage account within the specified resource group. Storage
312
- * account names must be between 3 and 24 characters in length and use numbers and lower-case
313
- * letters only.
314
- * @param parameters The parameters to provide to list service SAS credentials.
315
- * @param options The optional parameters
316
- * @param callback The callback
317
- */
318
- listServiceSAS(resourceGroupName: string, accountName: string, parameters: Models.ServiceSasParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ListServiceSasResponse>): void;
319
- /**
320
- * Failover request can be triggered for a storage account in case of availability issues. The
321
- * failover occurs from the storage account's primary cluster to secondary cluster for RA-GRS
322
- * accounts. The secondary cluster will become primary after failover.
323
- * @param resourceGroupName The name of the resource group within the user's subscription. The name
324
- * is case insensitive.
325
- * @param accountName The name of the storage account within the specified resource group. Storage
326
- * account names must be between 3 and 24 characters in length and use numbers and lower-case
327
- * letters only.
328
- * @param [options] The optional parameters
329
- * @returns Promise<msRest.RestResponse>
330
- */
331
- failover(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
332
- /**
333
- * Restore blobs in the specified blob ranges
334
- * @param resourceGroupName The name of the resource group within the user's subscription. The name
335
- * is case insensitive.
336
- * @param accountName The name of the storage account within the specified resource group. Storage
337
- * account names must be between 3 and 24 characters in length and use numbers and lower-case
338
- * letters only.
339
- * @param timeToRestore Restore blob to the specified time.
340
- * @param blobRanges Blob ranges to restore.
341
- * @param [options] The optional parameters
342
- * @returns Promise<Models.StorageAccountsRestoreBlobRangesResponse>
343
- */
344
- restoreBlobRanges(resourceGroupName: string, accountName: string, timeToRestore: Date | string, blobRanges: Models.BlobRestoreRange[], options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsRestoreBlobRangesResponse>;
345
- /**
346
- * Revoke user delegation keys.
347
- * @param resourceGroupName The name of the resource group within the user's subscription. The name
348
- * is case insensitive.
349
- * @param accountName The name of the storage account within the specified resource group. Storage
350
- * account names must be between 3 and 24 characters in length and use numbers and lower-case
351
- * letters only.
352
- * @param [options] The optional parameters
353
- * @returns Promise<msRest.RestResponse>
354
- */
355
- revokeUserDelegationKeys(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
356
- /**
357
- * @param resourceGroupName The name of the resource group within the user's subscription. The name
358
- * is case insensitive.
359
- * @param accountName The name of the storage account within the specified resource group. Storage
360
- * account names must be between 3 and 24 characters in length and use numbers and lower-case
361
- * letters only.
362
- * @param callback The callback
363
- */
364
- revokeUserDelegationKeys(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<void>): void;
365
- /**
366
- * @param resourceGroupName The name of the resource group within the user's subscription. The name
367
- * is case insensitive.
368
- * @param accountName The name of the storage account within the specified resource group. Storage
369
- * account names must be between 3 and 24 characters in length and use numbers and lower-case
370
- * letters only.
371
- * @param options The optional parameters
372
- * @param callback The callback
373
- */
374
- revokeUserDelegationKeys(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void;
375
- /**
376
- * Asynchronously creates a new storage account with the specified parameters. If an account is
377
- * already created and a subsequent create request is issued with different properties, the account
378
- * properties will be updated. If an account is already created and a subsequent create or update
379
- * request is issued with the exact same set of properties, the request will succeed.
380
- * @param resourceGroupName The name of the resource group within the user's subscription. The name
381
- * is case insensitive.
382
- * @param accountName The name of the storage account within the specified resource group. Storage
383
- * account names must be between 3 and 24 characters in length and use numbers and lower-case
384
- * letters only.
385
- * @param parameters The parameters to provide for the created account.
386
- * @param [options] The optional parameters
387
- * @returns Promise<msRestAzure.LROPoller>
388
- */
389
- beginCreate(resourceGroupName: string, accountName: string, parameters: Models.StorageAccountCreateParameters, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
390
- /**
391
- * Failover request can be triggered for a storage account in case of availability issues. The
392
- * failover occurs from the storage account's primary cluster to secondary cluster for RA-GRS
393
- * accounts. The secondary cluster will become primary after failover.
394
- * @param resourceGroupName The name of the resource group within the user's subscription. The name
395
- * is case insensitive.
396
- * @param accountName The name of the storage account within the specified resource group. Storage
397
- * account names must be between 3 and 24 characters in length and use numbers and lower-case
398
- * letters only.
399
- * @param [options] The optional parameters
400
- * @returns Promise<msRestAzure.LROPoller>
401
- */
402
- beginFailover(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
403
- /**
404
- * Restore blobs in the specified blob ranges
405
- * @param resourceGroupName The name of the resource group within the user's subscription. The name
406
- * is case insensitive.
407
- * @param accountName The name of the storage account within the specified resource group. Storage
408
- * account names must be between 3 and 24 characters in length and use numbers and lower-case
409
- * letters only.
410
- * @param timeToRestore Restore blob to the specified time.
411
- * @param blobRanges Blob ranges to restore.
412
- * @param [options] The optional parameters
413
- * @returns Promise<msRestAzure.LROPoller>
414
- */
415
- beginRestoreBlobRanges(resourceGroupName: string, accountName: string, timeToRestore: Date | string, blobRanges: Models.BlobRestoreRange[], options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
416
- /**
417
- * Lists all the storage accounts available under the subscription. Note that storage keys are not
418
- * returned; use the ListKeys operation for this.
419
- * @param nextPageLink The NextLink from the previous successful call to List operation.
420
- * @param [options] The optional parameters
421
- * @returns Promise<Models.StorageAccountsListNextResponse>
422
- */
423
- listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.StorageAccountsListNextResponse>;
424
- /**
425
- * @param nextPageLink The NextLink from the previous successful call to List operation.
426
- * @param callback The callback
427
- */
428
- listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.StorageAccountListResult>): void;
429
- /**
430
- * @param nextPageLink The NextLink from the previous successful call to List operation.
431
- * @param options The optional parameters
432
- * @param callback The callback
433
- */
434
- listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.StorageAccountListResult>): void;
435
- }
436
- //# sourceMappingURL=storageAccounts.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"storageAccounts.d.ts","sourceRoot":"","sources":["../../src/operations/storageAccounts.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC;AACvD,OAAO,KAAK,MAAM,MAAM,WAAW,CAAC;AAGpC,OAAO,EAAE,8BAA8B,EAAE,MAAM,mCAAmC,CAAC;AAEnF,4CAA4C;AAC5C,qBAAa,eAAe;IAC1B,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAiC;IAExD;;;OAGG;gBACS,MAAM,EAAE,8BAA8B;IAIlD;;;;;OAKG;IACH,qBAAqB,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,4CAA4C,CAAC;IACtI;;;OAGG;IACH,qBAAqB,CAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,2BAA2B,CAAC,GAAG,IAAI;IAC/G;;;;OAIG;IACH,qBAAqB,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,2BAA2B,CAAC,GAAG,IAAI;IAWnJ;;;;;;;;;;;;;OAaG;IACH,MAAM,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,CAAC,8BAA8B,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,6BAA6B,CAAC;IAK7L;;;;;;;;;OASG;IACH,YAAY,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,YAAY,CAAC;IAC/H;;;;;;;OAOG;IACH,YAAY,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,IAAI;IAC1G;;;;;;;;OAQG;IACH,YAAY,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,IAAI;IAY9I;;;;;;;;;;;OAWG;IACH,aAAa,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,0CAA0C,GAAG,OAAO,CAAC,MAAM,CAAC,oCAAoC,CAAC;IAChL;;;;;;;OAOG;IACH,aAAa,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,cAAc,CAAC,GAAG,IAAI;IAC5H;;;;;;;;OAQG;IACH,aAAa,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,0CAA0C,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,cAAc,CAAC,GAAG,IAAI;IAYxL;;;;;;;;;;;;;;;;;OAiBG;IACH,MAAM,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,CAAC,8BAA8B,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,6BAA6B,CAAC;IAC7L;;;;;;;;OAQG;IACH,MAAM,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,CAAC,8BAA8B,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,cAAc,CAAC,GAAG,IAAI;IACxK;;;;;;;;;OASG;IACH,MAAM,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,CAAC,8BAA8B,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,cAAc,CAAC,GAAG,IAAI;IAa5M;;;;;OAKG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,2BAA2B,CAAC;IACtF;;OAEG;IACH,IAAI,CAAC,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,wBAAwB,CAAC,GAAG,IAAI;IAC7E;;;OAGG;IACH,IAAI,CAAC,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,wBAAwB,CAAC,GAAG,IAAI;IAUjH;;;;;;;OAOG;IACH,mBAAmB,CAAC,iBAAiB,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,0CAA0C,CAAC;IAC/I;;;;OAIG;IACH,mBAAmB,CAAC,iBAAiB,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,wBAAwB,CAAC,GAAG,IAAI;IACvH;;;;;OAKG;IACH,mBAAmB,CAAC,iBAAiB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,wBAAwB,CAAC,GAAG,IAAI;IAW3J;;;;;;;;;;OAUG;IACH,QAAQ,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,qCAAqC,GAAG,OAAO,CAAC,MAAM,CAAC,+BAA+B,CAAC;IACjK;;;;;;;OAOG;IACH,QAAQ,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,4BAA4B,CAAC,GAAG,IAAI;IACrI;;;;;;;;OAQG;IACH,QAAQ,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,qCAAqC,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,4BAA4B,CAAC,GAAG,IAAI;IAY5L;;;;;;;;;;;OAWG;IACH,aAAa,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,oCAAoC,CAAC;IACzK;;;;;;;;;OASG;IACH,aAAa,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,4BAA4B,CAAC,GAAG,IAAI;IAC3J;;;;;;;;;;OAUG;IACH,aAAa,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,4BAA4B,CAAC,GAAG,IAAI;IAa/L;;;;;;;;;;OAUG;IACH,cAAc,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,CAAC,oBAAoB,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,qCAAqC,CAAC;IACnM;;;;;;;;OAQG;IACH,cAAc,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,CAAC,oBAAoB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,sBAAsB,CAAC,GAAG,IAAI;IAC9K;;;;;;;;;OASG;IACH,cAAc,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,CAAC,oBAAoB,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,sBAAsB,CAAC,GAAG,IAAI;IAalN;;;;;;;;;;OAUG;IACH,cAAc,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,CAAC,oBAAoB,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,qCAAqC,CAAC;IACnM;;;;;;;;OAQG;IACH,cAAc,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,CAAC,oBAAoB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,sBAAsB,CAAC,GAAG,IAAI;IAC9K;;;;;;;;;OASG;IACH,cAAc,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,CAAC,oBAAoB,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,sBAAsB,CAAC,GAAG,IAAI;IAalN;;;;;;;;;;;OAWG;IACH,QAAQ,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,YAAY,CAAC;IAK3H;;;;;;;;;;;OAWG;IACH,iBAAiB,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,aAAa,EAAE,IAAI,GAAG,MAAM,EAAE,UAAU,EAAE,MAAM,CAAC,gBAAgB,EAAE,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,wCAAwC,CAAC;IAKrO;;;;;;;;;OASG;IACH,wBAAwB,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,YAAY,CAAC;IAC3I;;;;;;;OAOG;IACH,wBAAwB,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,IAAI;IACtH;;;;;;;;OAQG;IACH,wBAAwB,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,IAAI;IAY1J;;;;;;;;;;;;;OAaG;IACH,WAAW,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,CAAC,8BAA8B,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,WAAW,CAAC,SAAS,CAAC;IAYnL;;;;;;;;;;;OAWG;IACH,aAAa,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,WAAW,CAAC,SAAS,CAAC;IAWlI;;;;;;;;;;;OAWG;IACH,sBAAsB,CAAC,iBAAiB,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,EAAE,aAAa,EAAE,IAAI,GAAG,MAAM,EAAE,UAAU,EAAE,MAAM,CAAC,gBAAgB,EAAE,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,WAAW,CAAC,SAAS,CAAC;IAahN;;;;;;OAMG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,kBAAkB,GAAG,OAAO,CAAC,MAAM,CAAC,+BAA+B,CAAC;IACpH;;;OAGG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,wBAAwB,CAAC,GAAG,IAAI;IACvG;;;;OAIG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,kBAAkB,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,wBAAwB,CAAC,GAAG,IAAI;CAU5I"}