@azure-rest/batch 1.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (199) hide show
  1. package/README.md +75 -0
  2. package/dist/browser/batchClient.d.ts +16 -0
  3. package/dist/browser/batchClient.d.ts.map +1 -0
  4. package/dist/browser/batchClient.js +66 -0
  5. package/dist/browser/batchClient.js.map +1 -0
  6. package/dist/browser/clientDefinitions.d.ts +569 -0
  7. package/dist/browser/clientDefinitions.d.ts.map +1 -0
  8. package/dist/browser/clientDefinitions.js +4 -0
  9. package/dist/browser/clientDefinitions.js.map +1 -0
  10. package/dist/browser/credentials/batchSharedKeyCredentials-browser.d.mts.map +1 -0
  11. package/dist/browser/credentials/batchSharedKeyCredentials-browser.mjs.map +1 -0
  12. package/dist/browser/credentials/batchSharedKeyCredentials.d.ts +3 -0
  13. package/dist/browser/credentials/batchSharedKeyCredentials.js +8 -0
  14. package/dist/browser/index.d.ts +12 -0
  15. package/dist/browser/index.d.ts.map +1 -0
  16. package/dist/browser/index.js +14 -0
  17. package/dist/browser/index.js.map +1 -0
  18. package/dist/browser/isUnexpected.d.ts +71 -0
  19. package/dist/browser/isUnexpected.d.ts.map +1 -0
  20. package/dist/browser/isUnexpected.js +138 -0
  21. package/dist/browser/isUnexpected.js.map +1 -0
  22. package/dist/browser/logger.d.ts +2 -0
  23. package/dist/browser/logger.d.ts.map +1 -0
  24. package/dist/browser/logger.js +5 -0
  25. package/dist/browser/logger.js.map +1 -0
  26. package/dist/browser/models.d.ts +1473 -0
  27. package/dist/browser/models.d.ts.map +1 -0
  28. package/dist/browser/models.js +4 -0
  29. package/dist/browser/models.js.map +1 -0
  30. package/dist/browser/outputModels.d.ts +2055 -0
  31. package/dist/browser/outputModels.d.ts.map +1 -0
  32. package/dist/browser/outputModels.js +4 -0
  33. package/dist/browser/outputModels.js.map +1 -0
  34. package/dist/browser/package.json +3 -0
  35. package/dist/browser/paginateHelper.d.ts +43 -0
  36. package/dist/browser/paginateHelper.d.ts.map +1 -0
  37. package/dist/browser/paginateHelper.js +103 -0
  38. package/dist/browser/paginateHelper.js.map +1 -0
  39. package/dist/browser/parameters.d.ts +2923 -0
  40. package/dist/browser/parameters.d.ts.map +1 -0
  41. package/dist/browser/parameters.js +4 -0
  42. package/dist/browser/parameters.js.map +1 -0
  43. package/dist/browser/replacePoolPropertiesPolicy.d.ts +11 -0
  44. package/dist/browser/replacePoolPropertiesPolicy.d.ts.map +1 -0
  45. package/dist/browser/replacePoolPropertiesPolicy.js +33 -0
  46. package/dist/browser/replacePoolPropertiesPolicy.js.map +1 -0
  47. package/dist/browser/responses.d.ts +1432 -0
  48. package/dist/browser/responses.d.ts.map +1 -0
  49. package/dist/browser/responses.js +4 -0
  50. package/dist/browser/responses.js.map +1 -0
  51. package/dist/commonjs/batchClient.d.ts +16 -0
  52. package/dist/commonjs/batchClient.d.ts.map +1 -0
  53. package/dist/commonjs/batchClient.js +69 -0
  54. package/dist/commonjs/batchClient.js.map +1 -0
  55. package/dist/commonjs/clientDefinitions.d.ts +569 -0
  56. package/dist/commonjs/clientDefinitions.d.ts.map +1 -0
  57. package/dist/commonjs/clientDefinitions.js +5 -0
  58. package/dist/commonjs/clientDefinitions.js.map +1 -0
  59. package/dist/commonjs/credentials/batchSharedKeyCredentials.d.ts +4 -0
  60. package/dist/commonjs/credentials/batchSharedKeyCredentials.d.ts.map +1 -0
  61. package/dist/commonjs/credentials/batchSharedKeyCredentials.js +129 -0
  62. package/dist/commonjs/credentials/batchSharedKeyCredentials.js.map +1 -0
  63. package/dist/commonjs/index.d.ts +12 -0
  64. package/dist/commonjs/index.d.ts.map +1 -0
  65. package/dist/commonjs/index.js +17 -0
  66. package/dist/commonjs/index.js.map +1 -0
  67. package/dist/commonjs/isUnexpected.d.ts +71 -0
  68. package/dist/commonjs/isUnexpected.d.ts.map +1 -0
  69. package/dist/commonjs/isUnexpected.js +141 -0
  70. package/dist/commonjs/isUnexpected.js.map +1 -0
  71. package/dist/commonjs/logger.d.ts +2 -0
  72. package/dist/commonjs/logger.d.ts.map +1 -0
  73. package/dist/commonjs/logger.js +8 -0
  74. package/dist/commonjs/logger.js.map +1 -0
  75. package/dist/commonjs/models.d.ts +1473 -0
  76. package/dist/commonjs/models.d.ts.map +1 -0
  77. package/dist/commonjs/models.js +5 -0
  78. package/dist/commonjs/models.js.map +1 -0
  79. package/dist/commonjs/outputModels.d.ts +2055 -0
  80. package/dist/commonjs/outputModels.d.ts.map +1 -0
  81. package/dist/commonjs/outputModels.js +5 -0
  82. package/dist/commonjs/outputModels.js.map +1 -0
  83. package/dist/commonjs/package.json +3 -0
  84. package/dist/commonjs/paginateHelper.d.ts +43 -0
  85. package/dist/commonjs/paginateHelper.d.ts.map +1 -0
  86. package/dist/commonjs/paginateHelper.js +106 -0
  87. package/dist/commonjs/paginateHelper.js.map +1 -0
  88. package/dist/commonjs/parameters.d.ts +2923 -0
  89. package/dist/commonjs/parameters.d.ts.map +1 -0
  90. package/dist/commonjs/parameters.js +5 -0
  91. package/dist/commonjs/parameters.js.map +1 -0
  92. package/dist/commonjs/replacePoolPropertiesPolicy.d.ts +11 -0
  93. package/dist/commonjs/replacePoolPropertiesPolicy.d.ts.map +1 -0
  94. package/dist/commonjs/replacePoolPropertiesPolicy.js +36 -0
  95. package/dist/commonjs/replacePoolPropertiesPolicy.js.map +1 -0
  96. package/dist/commonjs/responses.d.ts +1432 -0
  97. package/dist/commonjs/responses.d.ts.map +1 -0
  98. package/dist/commonjs/responses.js +5 -0
  99. package/dist/commonjs/responses.js.map +1 -0
  100. package/dist/commonjs/tsdoc-metadata.json +11 -0
  101. package/dist/esm/batchClient.d.ts +16 -0
  102. package/dist/esm/batchClient.d.ts.map +1 -0
  103. package/dist/esm/batchClient.js +66 -0
  104. package/dist/esm/batchClient.js.map +1 -0
  105. package/dist/esm/clientDefinitions.d.ts +569 -0
  106. package/dist/esm/clientDefinitions.d.ts.map +1 -0
  107. package/dist/esm/clientDefinitions.js +4 -0
  108. package/dist/esm/clientDefinitions.js.map +1 -0
  109. package/dist/esm/credentials/batchSharedKeyCredentials.d.ts +4 -0
  110. package/dist/esm/credentials/batchSharedKeyCredentials.d.ts.map +1 -0
  111. package/dist/esm/credentials/batchSharedKeyCredentials.js +126 -0
  112. package/dist/esm/credentials/batchSharedKeyCredentials.js.map +1 -0
  113. package/dist/esm/index.d.ts +12 -0
  114. package/dist/esm/index.d.ts.map +1 -0
  115. package/dist/esm/index.js +14 -0
  116. package/dist/esm/index.js.map +1 -0
  117. package/dist/esm/isUnexpected.d.ts +71 -0
  118. package/dist/esm/isUnexpected.d.ts.map +1 -0
  119. package/dist/esm/isUnexpected.js +138 -0
  120. package/dist/esm/isUnexpected.js.map +1 -0
  121. package/dist/esm/logger.d.ts +2 -0
  122. package/dist/esm/logger.d.ts.map +1 -0
  123. package/dist/esm/logger.js +5 -0
  124. package/dist/esm/logger.js.map +1 -0
  125. package/dist/esm/models.d.ts +1473 -0
  126. package/dist/esm/models.d.ts.map +1 -0
  127. package/dist/esm/models.js +4 -0
  128. package/dist/esm/models.js.map +1 -0
  129. package/dist/esm/outputModels.d.ts +2055 -0
  130. package/dist/esm/outputModels.d.ts.map +1 -0
  131. package/dist/esm/outputModels.js +4 -0
  132. package/dist/esm/outputModels.js.map +1 -0
  133. package/dist/esm/package.json +3 -0
  134. package/dist/esm/paginateHelper.d.ts +43 -0
  135. package/dist/esm/paginateHelper.d.ts.map +1 -0
  136. package/dist/esm/paginateHelper.js +103 -0
  137. package/dist/esm/paginateHelper.js.map +1 -0
  138. package/dist/esm/parameters.d.ts +2923 -0
  139. package/dist/esm/parameters.d.ts.map +1 -0
  140. package/dist/esm/parameters.js +4 -0
  141. package/dist/esm/parameters.js.map +1 -0
  142. package/dist/esm/replacePoolPropertiesPolicy.d.ts +11 -0
  143. package/dist/esm/replacePoolPropertiesPolicy.d.ts.map +1 -0
  144. package/dist/esm/replacePoolPropertiesPolicy.js +33 -0
  145. package/dist/esm/replacePoolPropertiesPolicy.js.map +1 -0
  146. package/dist/esm/responses.d.ts +1432 -0
  147. package/dist/esm/responses.d.ts.map +1 -0
  148. package/dist/esm/responses.js +4 -0
  149. package/dist/esm/responses.js.map +1 -0
  150. package/dist/react-native/batchClient.d.ts +16 -0
  151. package/dist/react-native/batchClient.d.ts.map +1 -0
  152. package/dist/react-native/batchClient.js +66 -0
  153. package/dist/react-native/batchClient.js.map +1 -0
  154. package/dist/react-native/clientDefinitions.d.ts +569 -0
  155. package/dist/react-native/clientDefinitions.d.ts.map +1 -0
  156. package/dist/react-native/clientDefinitions.js +4 -0
  157. package/dist/react-native/clientDefinitions.js.map +1 -0
  158. package/dist/react-native/credentials/batchSharedKeyCredentials-react-native.d.mts.map +1 -0
  159. package/dist/react-native/credentials/batchSharedKeyCredentials-react-native.mjs.map +1 -0
  160. package/dist/react-native/credentials/batchSharedKeyCredentials.d.ts +3 -0
  161. package/dist/react-native/credentials/batchSharedKeyCredentials.js +8 -0
  162. package/dist/react-native/index.d.ts +12 -0
  163. package/dist/react-native/index.d.ts.map +1 -0
  164. package/dist/react-native/index.js +14 -0
  165. package/dist/react-native/index.js.map +1 -0
  166. package/dist/react-native/isUnexpected.d.ts +71 -0
  167. package/dist/react-native/isUnexpected.d.ts.map +1 -0
  168. package/dist/react-native/isUnexpected.js +138 -0
  169. package/dist/react-native/isUnexpected.js.map +1 -0
  170. package/dist/react-native/logger.d.ts +2 -0
  171. package/dist/react-native/logger.d.ts.map +1 -0
  172. package/dist/react-native/logger.js +5 -0
  173. package/dist/react-native/logger.js.map +1 -0
  174. package/dist/react-native/models.d.ts +1473 -0
  175. package/dist/react-native/models.d.ts.map +1 -0
  176. package/dist/react-native/models.js +4 -0
  177. package/dist/react-native/models.js.map +1 -0
  178. package/dist/react-native/outputModels.d.ts +2055 -0
  179. package/dist/react-native/outputModels.d.ts.map +1 -0
  180. package/dist/react-native/outputModels.js +4 -0
  181. package/dist/react-native/outputModels.js.map +1 -0
  182. package/dist/react-native/package.json +3 -0
  183. package/dist/react-native/paginateHelper.d.ts +43 -0
  184. package/dist/react-native/paginateHelper.d.ts.map +1 -0
  185. package/dist/react-native/paginateHelper.js +103 -0
  186. package/dist/react-native/paginateHelper.js.map +1 -0
  187. package/dist/react-native/parameters.d.ts +2923 -0
  188. package/dist/react-native/parameters.d.ts.map +1 -0
  189. package/dist/react-native/parameters.js +4 -0
  190. package/dist/react-native/parameters.js.map +1 -0
  191. package/dist/react-native/replacePoolPropertiesPolicy.d.ts +11 -0
  192. package/dist/react-native/replacePoolPropertiesPolicy.d.ts.map +1 -0
  193. package/dist/react-native/replacePoolPropertiesPolicy.js +33 -0
  194. package/dist/react-native/replacePoolPropertiesPolicy.js.map +1 -0
  195. package/dist/react-native/responses.d.ts +1432 -0
  196. package/dist/react-native/responses.d.ts.map +1 -0
  197. package/dist/react-native/responses.js +4 -0
  198. package/dist/react-native/responses.js.map +1 -0
  199. package/package.json +142 -0
@@ -0,0 +1,569 @@
1
+ import { ListApplicationsParameters, GetApplicationParameters, ListPoolUsageMetricsParameters, CreatePoolParameters, ListPoolsParameters, DeletePoolParameters, PoolExistsParameters, GetPoolParameters, UpdatePoolParameters, DisablePoolAutoScaleParameters, EnablePoolAutoScaleParameters, EvaluatePoolAutoScaleParameters, ResizePoolParameters, StopPoolResizeParameters, ReplacePoolPropertiesParameters, RemoveNodesParameters, ListSupportedImagesParameters, ListPoolNodeCountsParameters, DeleteJobParameters, GetJobParameters, UpdateJobParameters, ReplaceJobParameters, DisableJobParameters, EnableJobParameters, TerminateJobParameters, CreateJobParameters, ListJobsParameters, ListJobsFromScheduleParameters, ListJobPreparationAndReleaseTaskStatusParameters, GetJobTaskCountsParameters, JobScheduleExistsParameters, DeleteJobScheduleParameters, GetJobScheduleParameters, UpdateJobScheduleParameters, ReplaceJobScheduleParameters, DisableJobScheduleParameters, EnableJobScheduleParameters, TerminateJobScheduleParameters, CreateJobScheduleParameters, ListJobSchedulesParameters, CreateTaskParameters, ListTasksParameters, CreateTaskCollectionParameters, DeleteTaskParameters, GetTaskParameters, ReplaceTaskParameters, ListSubTasksParameters, TerminateTaskParameters, ReactivateTaskParameters, DeleteTaskFileParameters, GetTaskFileParameters, GetTaskFilePropertiesParameters, ListTaskFilesParameters, CreateNodeUserParameters, DeleteNodeUserParameters, ReplaceNodeUserParameters, GetNodeParameters, RebootNodeParameters, DisableNodeSchedulingParameters, EnableNodeSchedulingParameters, GetNodeRemoteLoginSettingsParameters, UploadNodeLogsParameters, ListNodesParameters, GetNodeExtensionParameters, ListNodeExtensionsParameters, DeleteNodeFileParameters, GetNodeFileParameters, GetNodeFilePropertiesParameters, ListNodeFilesParameters } from "./parameters.js";
2
+ import { ListApplications200Response, ListApplicationsDefaultResponse, GetApplication200Response, GetApplicationDefaultResponse, ListPoolUsageMetrics200Response, ListPoolUsageMetricsDefaultResponse, CreatePool201Response, CreatePoolDefaultResponse, ListPools200Response, ListPoolsDefaultResponse, DeletePool202Response, DeletePoolDefaultResponse, PoolExists200Response, PoolExists404Response, PoolExistsDefaultResponse, GetPool200Response, GetPoolDefaultResponse, UpdatePool200Response, UpdatePoolDefaultResponse, DisablePoolAutoScale200Response, DisablePoolAutoScaleDefaultResponse, EnablePoolAutoScale200Response, EnablePoolAutoScaleDefaultResponse, EvaluatePoolAutoScale200Response, EvaluatePoolAutoScaleDefaultResponse, ResizePool202Response, ResizePoolDefaultResponse, StopPoolResize202Response, StopPoolResizeDefaultResponse, ReplacePoolProperties204Response, ReplacePoolPropertiesDefaultResponse, RemoveNodes202Response, RemoveNodesDefaultResponse, ListSupportedImages200Response, ListSupportedImagesDefaultResponse, ListPoolNodeCounts200Response, ListPoolNodeCountsDefaultResponse, DeleteJob202Response, DeleteJobDefaultResponse, GetJob200Response, GetJobDefaultResponse, UpdateJob200Response, UpdateJobDefaultResponse, ReplaceJob200Response, ReplaceJobDefaultResponse, DisableJob202Response, DisableJobDefaultResponse, EnableJob202Response, EnableJobDefaultResponse, TerminateJob202Response, TerminateJobDefaultResponse, CreateJob201Response, CreateJobDefaultResponse, ListJobs200Response, ListJobsDefaultResponse, ListJobsFromSchedule200Response, ListJobsFromScheduleDefaultResponse, ListJobPreparationAndReleaseTaskStatus200Response, ListJobPreparationAndReleaseTaskStatusDefaultResponse, GetJobTaskCounts200Response, GetJobTaskCountsDefaultResponse, JobScheduleExists200Response, JobScheduleExists404Response, JobScheduleExistsDefaultResponse, DeleteJobSchedule202Response, DeleteJobScheduleDefaultResponse, GetJobSchedule200Response, GetJobScheduleDefaultResponse, UpdateJobSchedule200Response, UpdateJobScheduleDefaultResponse, ReplaceJobSchedule200Response, ReplaceJobScheduleDefaultResponse, DisableJobSchedule204Response, DisableJobScheduleDefaultResponse, EnableJobSchedule204Response, EnableJobScheduleDefaultResponse, TerminateJobSchedule202Response, TerminateJobScheduleDefaultResponse, CreateJobSchedule201Response, CreateJobScheduleDefaultResponse, ListJobSchedules200Response, ListJobSchedulesDefaultResponse, CreateTask201Response, CreateTaskDefaultResponse, ListTasks200Response, ListTasksDefaultResponse, CreateTaskCollection200Response, CreateTaskCollectionDefaultResponse, DeleteTask200Response, DeleteTaskDefaultResponse, GetTask200Response, GetTaskDefaultResponse, ReplaceTask200Response, ReplaceTaskDefaultResponse, ListSubTasks200Response, ListSubTasksDefaultResponse, TerminateTask204Response, TerminateTaskDefaultResponse, ReactivateTask204Response, ReactivateTaskDefaultResponse, DeleteTaskFile200Response, DeleteTaskFileDefaultResponse, GetTaskFile200Response, GetTaskFileDefaultResponse, GetTaskFileProperties200Response, GetTaskFilePropertiesDefaultResponse, ListTaskFiles200Response, ListTaskFilesDefaultResponse, CreateNodeUser201Response, CreateNodeUserDefaultResponse, DeleteNodeUser200Response, DeleteNodeUserDefaultResponse, ReplaceNodeUser200Response, ReplaceNodeUserDefaultResponse, GetNode200Response, GetNodeDefaultResponse, RebootNode202Response, RebootNodeDefaultResponse, DisableNodeScheduling200Response, DisableNodeSchedulingDefaultResponse, EnableNodeScheduling200Response, EnableNodeSchedulingDefaultResponse, GetNodeRemoteLoginSettings200Response, GetNodeRemoteLoginSettingsDefaultResponse, UploadNodeLogs200Response, UploadNodeLogsDefaultResponse, ListNodes200Response, ListNodesDefaultResponse, GetNodeExtension200Response, GetNodeExtensionDefaultResponse, ListNodeExtensions200Response, ListNodeExtensionsDefaultResponse, DeleteNodeFile200Response, DeleteNodeFileDefaultResponse, GetNodeFile200Response, GetNodeFileDefaultResponse, GetNodeFileProperties200Response, GetNodeFilePropertiesDefaultResponse, ListNodeFiles200Response, ListNodeFilesDefaultResponse } from "./responses.js";
3
+ import { Client, StreamableMethod } from "@azure-rest/core-client";
4
+ export interface ListApplications {
5
+ /**
6
+ * This operation returns only Applications and versions that are available for
7
+ * use on Compute Nodes; that is, that can be used in an Package reference. For
8
+ * administrator information about applications and versions that are not yet
9
+ * available to Compute Nodes, use the Azure portal or the Azure Resource Manager
10
+ * API.
11
+ */
12
+ get(options?: ListApplicationsParameters): StreamableMethod<ListApplications200Response | ListApplicationsDefaultResponse>;
13
+ }
14
+ export interface GetApplication {
15
+ /**
16
+ * This operation returns only Applications and versions that are available for
17
+ * use on Compute Nodes; that is, that can be used in an Package reference. For
18
+ * administrator information about Applications and versions that are not yet
19
+ * available to Compute Nodes, use the Azure portal or the Azure Resource Manager
20
+ * API.
21
+ */
22
+ get(options?: GetApplicationParameters): StreamableMethod<GetApplication200Response | GetApplicationDefaultResponse>;
23
+ }
24
+ export interface ListPoolUsageMetrics {
25
+ /**
26
+ * If you do not specify a $filter clause including a poolId, the response
27
+ * includes all Pools that existed in the Account in the time range of the
28
+ * returned aggregation intervals. If you do not specify a $filter clause
29
+ * including a startTime or endTime these filters default to the start and end
30
+ * times of the last aggregation interval currently available; that is, only the
31
+ * last aggregation interval is returned.
32
+ */
33
+ get(options?: ListPoolUsageMetricsParameters): StreamableMethod<ListPoolUsageMetrics200Response | ListPoolUsageMetricsDefaultResponse>;
34
+ }
35
+ export interface CreatePool {
36
+ /**
37
+ * When naming Pools, avoid including sensitive information such as user names or
38
+ * secret project names. This information may appear in telemetry logs accessible
39
+ * to Microsoft Support engineers.
40
+ */
41
+ post(options: CreatePoolParameters): StreamableMethod<CreatePool201Response | CreatePoolDefaultResponse>;
42
+ /** Lists all of the Pools in the specified Account. */
43
+ get(options?: ListPoolsParameters): StreamableMethod<ListPools200Response | ListPoolsDefaultResponse>;
44
+ }
45
+ export interface DeletePool {
46
+ /**
47
+ * When you request that a Pool be deleted, the following actions occur: the Pool
48
+ * state is set to deleting; any ongoing resize operation on the Pool are stopped;
49
+ * the Batch service starts resizing the Pool to zero Compute Nodes; any Tasks
50
+ * running on existing Compute Nodes are terminated and requeued (as if a resize
51
+ * Pool operation had been requested with the default requeue option); finally,
52
+ * the Pool is removed from the system. Because running Tasks are requeued, the
53
+ * user can rerun these Tasks by updating their Job to target a different Pool.
54
+ * The Tasks can then run on the new Pool. If you want to override the requeue
55
+ * behavior, then you should call resize Pool explicitly to shrink the Pool to
56
+ * zero size before deleting the Pool. If you call an Update, Patch or Delete API
57
+ * on a Pool in the deleting state, it will fail with HTTP status code 409 with
58
+ * error code PoolBeingDeleted.
59
+ */
60
+ delete(options?: DeletePoolParameters): StreamableMethod<DeletePool202Response | DeletePoolDefaultResponse>;
61
+ /** Gets basic properties of a Pool. */
62
+ head(options?: PoolExistsParameters): StreamableMethod<PoolExists200Response | PoolExists404Response | PoolExistsDefaultResponse>;
63
+ /** Gets information about the specified Pool. */
64
+ get(options?: GetPoolParameters): StreamableMethod<GetPool200Response | GetPoolDefaultResponse>;
65
+ /**
66
+ * This only replaces the Pool properties specified in the request. For example,
67
+ * if the Pool has a StartTask associated with it, and a request does not specify
68
+ * a StartTask element, then the Pool keeps the existing StartTask.
69
+ */
70
+ patch(options: UpdatePoolParameters): StreamableMethod<UpdatePool200Response | UpdatePoolDefaultResponse>;
71
+ }
72
+ export interface DisablePoolAutoScale {
73
+ /** Disables automatic scaling for a Pool. */
74
+ post(options?: DisablePoolAutoScaleParameters): StreamableMethod<DisablePoolAutoScale200Response | DisablePoolAutoScaleDefaultResponse>;
75
+ }
76
+ export interface EnablePoolAutoScale {
77
+ /**
78
+ * You cannot enable automatic scaling on a Pool if a resize operation is in
79
+ * progress on the Pool. If automatic scaling of the Pool is currently disabled,
80
+ * you must specify a valid autoscale formula as part of the request. If automatic
81
+ * scaling of the Pool is already enabled, you may specify a new autoscale formula
82
+ * and/or a new evaluation interval. You cannot call this API for the same Pool
83
+ * more than once every 30 seconds.
84
+ */
85
+ post(options: EnablePoolAutoScaleParameters): StreamableMethod<EnablePoolAutoScale200Response | EnablePoolAutoScaleDefaultResponse>;
86
+ }
87
+ export interface EvaluatePoolAutoScale {
88
+ /**
89
+ * This API is primarily for validating an autoscale formula, as it simply returns
90
+ * the result without applying the formula to the Pool. The Pool must have auto
91
+ * scaling enabled in order to evaluate a formula.
92
+ */
93
+ post(options: EvaluatePoolAutoScaleParameters): StreamableMethod<EvaluatePoolAutoScale200Response | EvaluatePoolAutoScaleDefaultResponse>;
94
+ }
95
+ export interface ResizePool {
96
+ /**
97
+ * You can only resize a Pool when its allocation state is steady. If the Pool is
98
+ * already resizing, the request fails with status code 409. When you resize a
99
+ * Pool, the Pool's allocation state changes from steady to resizing. You cannot
100
+ * resize Pools which are configured for automatic scaling. If you try to do this,
101
+ * the Batch service returns an error 409. If you resize a Pool downwards, the
102
+ * Batch service chooses which Compute Nodes to remove. To remove specific Compute
103
+ * Nodes, use the Pool remove Compute Nodes API instead.
104
+ */
105
+ post(options: ResizePoolParameters): StreamableMethod<ResizePool202Response | ResizePoolDefaultResponse>;
106
+ }
107
+ export interface StopPoolResize {
108
+ /**
109
+ * This does not restore the Pool to its previous state before the resize
110
+ * operation: it only stops any further changes being made, and the Pool maintains
111
+ * its current state. After stopping, the Pool stabilizes at the number of Compute
112
+ * Nodes it was at when the stop operation was done. During the stop operation,
113
+ * the Pool allocation state changes first to stopping and then to steady. A
114
+ * resize operation need not be an explicit resize Pool request; this API can also
115
+ * be used to halt the initial sizing of the Pool when it is created.
116
+ */
117
+ post(options?: StopPoolResizeParameters): StreamableMethod<StopPoolResize202Response | StopPoolResizeDefaultResponse>;
118
+ }
119
+ export interface ReplacePoolProperties {
120
+ /**
121
+ * This fully replaces all the updatable properties of the Pool. For example, if
122
+ * the Pool has a StartTask associated with it and if StartTask is not specified
123
+ * with this request, then the Batch service will remove the existing StartTask.
124
+ */
125
+ post(options: ReplacePoolPropertiesParameters): StreamableMethod<ReplacePoolProperties204Response | ReplacePoolPropertiesDefaultResponse>;
126
+ }
127
+ export interface RemoveNodes {
128
+ /**
129
+ * This operation can only run when the allocation state of the Pool is steady.
130
+ * When this operation runs, the allocation state changes from steady to resizing.
131
+ * Each request may remove up to 100 nodes.
132
+ */
133
+ post(options: RemoveNodesParameters): StreamableMethod<RemoveNodes202Response | RemoveNodesDefaultResponse>;
134
+ }
135
+ export interface ListSupportedImages {
136
+ /** Lists all Virtual Machine Images supported by the Azure Batch service. */
137
+ get(options?: ListSupportedImagesParameters): StreamableMethod<ListSupportedImages200Response | ListSupportedImagesDefaultResponse>;
138
+ }
139
+ export interface ListPoolNodeCounts {
140
+ /**
141
+ * Gets the number of Compute Nodes in each state, grouped by Pool. Note that the
142
+ * numbers returned may not always be up to date. If you need exact node counts,
143
+ * use a list query.
144
+ */
145
+ get(options?: ListPoolNodeCountsParameters): StreamableMethod<ListPoolNodeCounts200Response | ListPoolNodeCountsDefaultResponse>;
146
+ }
147
+ export interface DeleteJob {
148
+ /**
149
+ * Deleting a Job also deletes all Tasks that are part of that Job, and all Job
150
+ * statistics. This also overrides the retention period for Task data; that is, if
151
+ * the Job contains Tasks which are still retained on Compute Nodes, the Batch
152
+ * services deletes those Tasks' working directories and all their contents. When
153
+ * a Delete Job request is received, the Batch service sets the Job to the
154
+ * deleting state. All update operations on a Job that is in deleting state will
155
+ * fail with status code 409 (Conflict), with additional information indicating
156
+ * that the Job is being deleted.
157
+ */
158
+ delete(options?: DeleteJobParameters): StreamableMethod<DeleteJob202Response | DeleteJobDefaultResponse>;
159
+ /** Gets information about the specified Job. */
160
+ get(options?: GetJobParameters): StreamableMethod<GetJob200Response | GetJobDefaultResponse>;
161
+ /**
162
+ * This replaces only the Job properties specified in the request. For example, if
163
+ * the Job has constraints, and a request does not specify the constraints
164
+ * element, then the Job keeps the existing constraints.
165
+ */
166
+ patch(options: UpdateJobParameters): StreamableMethod<UpdateJob200Response | UpdateJobDefaultResponse>;
167
+ /**
168
+ * This fully replaces all the updatable properties of the Job. For example, if
169
+ * the Job has constraints associated with it and if constraints is not specified
170
+ * with this request, then the Batch service will remove the existing constraints.
171
+ */
172
+ put(options: ReplaceJobParameters): StreamableMethod<ReplaceJob200Response | ReplaceJobDefaultResponse>;
173
+ }
174
+ export interface DisableJob {
175
+ /**
176
+ * The Batch Service immediately moves the Job to the disabling state. Batch then
177
+ * uses the disableTasks parameter to determine what to do with the currently
178
+ * running Tasks of the Job. The Job remains in the disabling state until the
179
+ * disable operation is completed and all Tasks have been dealt with according to
180
+ * the disableTasks option; the Job then moves to the disabled state. No new Tasks
181
+ * are started under the Job until it moves back to active state. If you try to
182
+ * disable a Job that is in any state other than active, disabling, or disabled,
183
+ * the request fails with status code 409.
184
+ */
185
+ post(options: DisableJobParameters): StreamableMethod<DisableJob202Response | DisableJobDefaultResponse>;
186
+ }
187
+ export interface EnableJob {
188
+ /**
189
+ * When you call this API, the Batch service sets a disabled Job to the enabling
190
+ * state. After the this operation is completed, the Job moves to the active
191
+ * state, and scheduling of new Tasks under the Job resumes. The Batch service
192
+ * does not allow a Task to remain in the active state for more than 180 days.
193
+ * Therefore, if you enable a Job containing active Tasks which were added more
194
+ * than 180 days ago, those Tasks will not run.
195
+ */
196
+ post(options?: EnableJobParameters): StreamableMethod<EnableJob202Response | EnableJobDefaultResponse>;
197
+ }
198
+ export interface TerminateJob {
199
+ /**
200
+ * When a Terminate Job request is received, the Batch service sets the Job to the
201
+ * terminating state. The Batch service then terminates any running Tasks
202
+ * associated with the Job and runs any required Job release Tasks. Then the Job
203
+ * moves into the completed state. If there are any Tasks in the Job in the active
204
+ * state, they will remain in the active state. Once a Job is terminated, new
205
+ * Tasks cannot be added and any remaining active Tasks will not be scheduled.
206
+ */
207
+ post(options: TerminateJobParameters): StreamableMethod<TerminateJob202Response | TerminateJobDefaultResponse>;
208
+ }
209
+ export interface CreateJob {
210
+ /**
211
+ * The Batch service supports two ways to control the work done as part of a Job.
212
+ * In the first approach, the user specifies a Job Manager Task. The Batch service
213
+ * launches this Task when it is ready to start the Job. The Job Manager Task
214
+ * controls all other Tasks that run under this Job, by using the Task APIs. In
215
+ * the second approach, the user directly controls the execution of Tasks under an
216
+ * active Job, by using the Task APIs. Also note: when naming Jobs, avoid
217
+ * including sensitive information such as user names or secret project names.
218
+ * This information may appear in telemetry logs accessible to Microsoft Support
219
+ * engineers.
220
+ */
221
+ post(options: CreateJobParameters): StreamableMethod<CreateJob201Response | CreateJobDefaultResponse>;
222
+ /** Lists all of the Jobs in the specified Account. */
223
+ get(options?: ListJobsParameters): StreamableMethod<ListJobs200Response | ListJobsDefaultResponse>;
224
+ }
225
+ export interface ListJobsFromSchedule {
226
+ /** Lists the Jobs that have been created under the specified Job Schedule. */
227
+ get(options?: ListJobsFromScheduleParameters): StreamableMethod<ListJobsFromSchedule200Response | ListJobsFromScheduleDefaultResponse>;
228
+ }
229
+ export interface ListJobPreparationAndReleaseTaskStatus {
230
+ /**
231
+ * This API returns the Job Preparation and Job Release Task status on all Compute
232
+ * Nodes that have run the Job Preparation or Job Release Task. This includes
233
+ * Compute Nodes which have since been removed from the Pool. If this API is
234
+ * invoked on a Job which has no Job Preparation or Job Release Task, the Batch
235
+ * service returns HTTP status code 409 (Conflict) with an error code of
236
+ * JobPreparationTaskNotSpecified.
237
+ */
238
+ get(options?: ListJobPreparationAndReleaseTaskStatusParameters): StreamableMethod<ListJobPreparationAndReleaseTaskStatus200Response | ListJobPreparationAndReleaseTaskStatusDefaultResponse>;
239
+ }
240
+ export interface GetJobTaskCounts {
241
+ /**
242
+ * Task counts provide a count of the Tasks by active, running or completed Task
243
+ * state, and a count of Tasks which succeeded or failed. Tasks in the preparing
244
+ * state are counted as running. Note that the numbers returned may not always be
245
+ * up to date. If you need exact task counts, use a list query.
246
+ */
247
+ get(options?: GetJobTaskCountsParameters): StreamableMethod<GetJobTaskCounts200Response | GetJobTaskCountsDefaultResponse>;
248
+ }
249
+ export interface JobScheduleExists {
250
+ /** Checks the specified Job Schedule exists. */
251
+ head(options?: JobScheduleExistsParameters): StreamableMethod<JobScheduleExists200Response | JobScheduleExists404Response | JobScheduleExistsDefaultResponse>;
252
+ /**
253
+ * When you delete a Job Schedule, this also deletes all Jobs and Tasks under that
254
+ * schedule. When Tasks are deleted, all the files in their working directories on
255
+ * the Compute Nodes are also deleted (the retention period is ignored). The Job
256
+ * Schedule statistics are no longer accessible once the Job Schedule is deleted,
257
+ * though they are still counted towards Account lifetime statistics.
258
+ */
259
+ delete(options?: DeleteJobScheduleParameters): StreamableMethod<DeleteJobSchedule202Response | DeleteJobScheduleDefaultResponse>;
260
+ /** Gets information about the specified Job Schedule. */
261
+ get(options?: GetJobScheduleParameters): StreamableMethod<GetJobSchedule200Response | GetJobScheduleDefaultResponse>;
262
+ /**
263
+ * This replaces only the Job Schedule properties specified in the request. For
264
+ * example, if the schedule property is not specified with this request, then the
265
+ * Batch service will keep the existing schedule. Changes to a Job Schedule only
266
+ * impact Jobs created by the schedule after the update has taken place; currently
267
+ * running Jobs are unaffected.
268
+ */
269
+ patch(options: UpdateJobScheduleParameters): StreamableMethod<UpdateJobSchedule200Response | UpdateJobScheduleDefaultResponse>;
270
+ /**
271
+ * This fully replaces all the updatable properties of the Job Schedule. For
272
+ * example, if the schedule property is not specified with this request, then the
273
+ * Batch service will remove the existing schedule. Changes to a Job Schedule only
274
+ * impact Jobs created by the schedule after the update has taken place; currently
275
+ * running Jobs are unaffected.
276
+ */
277
+ put(options: ReplaceJobScheduleParameters): StreamableMethod<ReplaceJobSchedule200Response | ReplaceJobScheduleDefaultResponse>;
278
+ }
279
+ export interface DisableJobSchedule {
280
+ /** No new Jobs will be created until the Job Schedule is enabled again. */
281
+ post(options?: DisableJobScheduleParameters): StreamableMethod<DisableJobSchedule204Response | DisableJobScheduleDefaultResponse>;
282
+ }
283
+ export interface EnableJobSchedule {
284
+ /** Enables a Job Schedule. */
285
+ post(options?: EnableJobScheduleParameters): StreamableMethod<EnableJobSchedule204Response | EnableJobScheduleDefaultResponse>;
286
+ }
287
+ export interface TerminateJobSchedule {
288
+ /** Terminates a Job Schedule. */
289
+ post(options?: TerminateJobScheduleParameters): StreamableMethod<TerminateJobSchedule202Response | TerminateJobScheduleDefaultResponse>;
290
+ }
291
+ export interface CreateJobSchedule {
292
+ /** Creates a Job Schedule to the specified Account. */
293
+ post(options: CreateJobScheduleParameters): StreamableMethod<CreateJobSchedule201Response | CreateJobScheduleDefaultResponse>;
294
+ /** Lists all of the Job Schedules in the specified Account. */
295
+ get(options?: ListJobSchedulesParameters): StreamableMethod<ListJobSchedules200Response | ListJobSchedulesDefaultResponse>;
296
+ }
297
+ export interface CreateTask {
298
+ /**
299
+ * The maximum lifetime of a Task from addition to completion is 180 days. If a
300
+ * Task has not completed within 180 days of being added it will be terminated by
301
+ * the Batch service and left in whatever state it was in at that time.
302
+ */
303
+ post(options: CreateTaskParameters): StreamableMethod<CreateTask201Response | CreateTaskDefaultResponse>;
304
+ /**
305
+ * For multi-instance Tasks, information such as affinityId, executionInfo and
306
+ * nodeInfo refer to the primary Task. Use the list subtasks API to retrieve
307
+ * information about subtasks.
308
+ */
309
+ get(options?: ListTasksParameters): StreamableMethod<ListTasks200Response | ListTasksDefaultResponse>;
310
+ }
311
+ export interface CreateTaskCollection {
312
+ /**
313
+ * Note that each Task must have a unique ID. The Batch service may not return the
314
+ * results for each Task in the same order the Tasks were submitted in this
315
+ * request. If the server times out or the connection is closed during the
316
+ * request, the request may have been partially or fully processed, or not at all.
317
+ * In such cases, the user should re-issue the request. Note that it is up to the
318
+ * user to correctly handle failures when re-issuing a request. For example, you
319
+ * should use the same Task IDs during a retry so that if the prior operation
320
+ * succeeded, the retry will not create extra Tasks unexpectedly. If the response
321
+ * contains any Tasks which failed to add, a client can retry the request. In a
322
+ * retry, it is most efficient to resubmit only Tasks that failed to add, and to
323
+ * omit Tasks that were successfully added on the first attempt. The maximum
324
+ * lifetime of a Task from addition to completion is 180 days. If a Task has not
325
+ * completed within 180 days of being added it will be terminated by the Batch
326
+ * service and left in whatever state it was in at that time.
327
+ */
328
+ post(options: CreateTaskCollectionParameters): StreamableMethod<CreateTaskCollection200Response | CreateTaskCollectionDefaultResponse>;
329
+ }
330
+ export interface DeleteTask {
331
+ /**
332
+ * When a Task is deleted, all of the files in its directory on the Compute Node
333
+ * where it ran are also deleted (regardless of the retention time). For
334
+ * multi-instance Tasks, the delete Task operation applies synchronously to the
335
+ * primary task; subtasks and their files are then deleted asynchronously in the
336
+ * background.
337
+ */
338
+ delete(options?: DeleteTaskParameters): StreamableMethod<DeleteTask200Response | DeleteTaskDefaultResponse>;
339
+ /**
340
+ * For multi-instance Tasks, information such as affinityId, executionInfo and
341
+ * nodeInfo refer to the primary Task. Use the list subtasks API to retrieve
342
+ * information about subtasks.
343
+ */
344
+ get(options?: GetTaskParameters): StreamableMethod<GetTask200Response | GetTaskDefaultResponse>;
345
+ /** Updates the properties of the specified Task. */
346
+ put(options: ReplaceTaskParameters): StreamableMethod<ReplaceTask200Response | ReplaceTaskDefaultResponse>;
347
+ }
348
+ export interface ListSubTasks {
349
+ /** If the Task is not a multi-instance Task then this returns an empty collection. */
350
+ get(options?: ListSubTasksParameters): StreamableMethod<ListSubTasks200Response | ListSubTasksDefaultResponse>;
351
+ }
352
+ export interface TerminateTask {
353
+ /**
354
+ * When the Task has been terminated, it moves to the completed state. For
355
+ * multi-instance Tasks, the terminate Task operation applies synchronously to the
356
+ * primary task; subtasks are then terminated asynchronously in the background.
357
+ */
358
+ post(options?: TerminateTaskParameters): StreamableMethod<TerminateTask204Response | TerminateTaskDefaultResponse>;
359
+ }
360
+ export interface ReactivateTask {
361
+ /**
362
+ * Reactivation makes a Task eligible to be retried again up to its maximum retry
363
+ * count. The Task's state is changed to active. As the Task is no longer in the
364
+ * completed state, any previous exit code or failure information is no longer
365
+ * available after reactivation. Each time a Task is reactivated, its retry count
366
+ * is reset to 0. Reactivation will fail for Tasks that are not completed or that
367
+ * previously completed successfully (with an exit code of 0). Additionally, it
368
+ * will fail if the Job has completed (or is terminating or deleting).
369
+ */
370
+ post(options?: ReactivateTaskParameters): StreamableMethod<ReactivateTask204Response | ReactivateTaskDefaultResponse>;
371
+ }
372
+ export interface DeleteTaskFile {
373
+ /** Deletes the specified Task file from the Compute Node where the Task ran. */
374
+ delete(options?: DeleteTaskFileParameters): StreamableMethod<DeleteTaskFile200Response | DeleteTaskFileDefaultResponse>;
375
+ /** Returns the content of the specified Task file. */
376
+ get(options?: GetTaskFileParameters): StreamableMethod<GetTaskFile200Response | GetTaskFileDefaultResponse>;
377
+ /** Gets the properties of the specified Task file. */
378
+ head(options?: GetTaskFilePropertiesParameters): StreamableMethod<GetTaskFileProperties200Response | GetTaskFilePropertiesDefaultResponse>;
379
+ }
380
+ export interface ListTaskFiles {
381
+ /** Lists the files in a Task's directory on its Compute Node. */
382
+ get(options?: ListTaskFilesParameters): StreamableMethod<ListTaskFiles200Response | ListTaskFilesDefaultResponse>;
383
+ }
384
+ export interface CreateNodeUser {
385
+ /**
386
+ * You can add a user Account to a Compute Node only when it is in the idle or
387
+ * running state.
388
+ */
389
+ post(options: CreateNodeUserParameters): StreamableMethod<CreateNodeUser201Response | CreateNodeUserDefaultResponse>;
390
+ }
391
+ export interface DeleteNodeUser {
392
+ /**
393
+ * You can delete a user Account to a Compute Node only when it is in the idle or
394
+ * running state.
395
+ */
396
+ delete(options?: DeleteNodeUserParameters): StreamableMethod<DeleteNodeUser200Response | DeleteNodeUserDefaultResponse>;
397
+ /**
398
+ * This operation replaces of all the updatable properties of the Account. For
399
+ * example, if the expiryTime element is not specified, the current value is
400
+ * replaced with the default value, not left unmodified. You can update a user
401
+ * Account on a Compute Node only when it is in the idle or running state.
402
+ */
403
+ put(options: ReplaceNodeUserParameters): StreamableMethod<ReplaceNodeUser200Response | ReplaceNodeUserDefaultResponse>;
404
+ }
405
+ export interface GetNode {
406
+ /** Gets information about the specified Compute Node. */
407
+ get(options?: GetNodeParameters): StreamableMethod<GetNode200Response | GetNodeDefaultResponse>;
408
+ }
409
+ export interface RebootNode {
410
+ /** You can restart a Compute Node only if it is in an idle or running state. */
411
+ post(options: RebootNodeParameters): StreamableMethod<RebootNode202Response | RebootNodeDefaultResponse>;
412
+ }
413
+ export interface DisableNodeScheduling {
414
+ /**
415
+ * You can disable Task scheduling on a Compute Node only if its current
416
+ * scheduling state is enabled.
417
+ */
418
+ post(options: DisableNodeSchedulingParameters): StreamableMethod<DisableNodeScheduling200Response | DisableNodeSchedulingDefaultResponse>;
419
+ }
420
+ export interface EnableNodeScheduling {
421
+ /**
422
+ * You can enable Task scheduling on a Compute Node only if its current scheduling
423
+ * state is disabled
424
+ */
425
+ post(options?: EnableNodeSchedulingParameters): StreamableMethod<EnableNodeScheduling200Response | EnableNodeSchedulingDefaultResponse>;
426
+ }
427
+ export interface GetNodeRemoteLoginSettings {
428
+ /**
429
+ * Before you can remotely login to a Compute Node using the remote login
430
+ * settings, you must create a user Account on the Compute Node. This API can be
431
+ * invoked only on Pools created with the virtual machine configuration property.
432
+ */
433
+ get(options?: GetNodeRemoteLoginSettingsParameters): StreamableMethod<GetNodeRemoteLoginSettings200Response | GetNodeRemoteLoginSettingsDefaultResponse>;
434
+ }
435
+ export interface UploadNodeLogs {
436
+ /**
437
+ * This is for gathering Azure Batch service log files in an automated fashion
438
+ * from Compute Nodes if you are experiencing an error and wish to escalate to
439
+ * Azure support. The Azure Batch service log files should be shared with Azure
440
+ * support to aid in debugging issues with the Batch service.
441
+ */
442
+ post(options: UploadNodeLogsParameters): StreamableMethod<UploadNodeLogs200Response | UploadNodeLogsDefaultResponse>;
443
+ }
444
+ export interface ListNodes {
445
+ /** Lists the Compute Nodes in the specified Pool. */
446
+ get(options?: ListNodesParameters): StreamableMethod<ListNodes200Response | ListNodesDefaultResponse>;
447
+ }
448
+ export interface GetNodeExtension {
449
+ /** Gets information about the specified Compute Node Extension. */
450
+ get(options?: GetNodeExtensionParameters): StreamableMethod<GetNodeExtension200Response | GetNodeExtensionDefaultResponse>;
451
+ }
452
+ export interface ListNodeExtensions {
453
+ /** Lists the Compute Nodes Extensions in the specified Pool. */
454
+ get(options?: ListNodeExtensionsParameters): StreamableMethod<ListNodeExtensions200Response | ListNodeExtensionsDefaultResponse>;
455
+ }
456
+ export interface DeleteNodeFile {
457
+ /** Deletes the specified file from the Compute Node. */
458
+ delete(options?: DeleteNodeFileParameters): StreamableMethod<DeleteNodeFile200Response | DeleteNodeFileDefaultResponse>;
459
+ /** Returns the content of the specified Compute Node file. */
460
+ get(options?: GetNodeFileParameters): StreamableMethod<GetNodeFile200Response | GetNodeFileDefaultResponse>;
461
+ /** Gets the properties of the specified Compute Node file. */
462
+ head(options?: GetNodeFilePropertiesParameters): StreamableMethod<GetNodeFileProperties200Response | GetNodeFilePropertiesDefaultResponse>;
463
+ }
464
+ export interface ListNodeFiles {
465
+ /** Lists all of the files in Task directories on the specified Compute Node. */
466
+ get(options?: ListNodeFilesParameters): StreamableMethod<ListNodeFiles200Response | ListNodeFilesDefaultResponse>;
467
+ }
468
+ export interface Routes {
469
+ /** Resource for '/applications' has methods for the following verbs: get */
470
+ (path: "/applications"): ListApplications;
471
+ /** Resource for '/applications/\{applicationId\}' has methods for the following verbs: get */
472
+ (path: "/applications/{applicationId}", applicationId: string): GetApplication;
473
+ /** Resource for '/poolusagemetrics' has methods for the following verbs: get */
474
+ (path: "/poolusagemetrics"): ListPoolUsageMetrics;
475
+ /** Resource for '/pools' has methods for the following verbs: post, get */
476
+ (path: "/pools"): CreatePool;
477
+ /** Resource for '/pools/\{poolId\}' has methods for the following verbs: delete, head, get, patch */
478
+ (path: "/pools/{poolId}", poolId: string): DeletePool;
479
+ /** Resource for '/pools/\{poolId\}/disableautoscale' has methods for the following verbs: post */
480
+ (path: "/pools/{poolId}/disableautoscale", poolId: string): DisablePoolAutoScale;
481
+ /** Resource for '/pools/\{poolId\}/enableautoscale' has methods for the following verbs: post */
482
+ (path: "/pools/{poolId}/enableautoscale", poolId: string): EnablePoolAutoScale;
483
+ /** Resource for '/pools/\{poolId\}/evaluateautoscale' has methods for the following verbs: post */
484
+ (path: "/pools/{poolId}/evaluateautoscale", poolId: string): EvaluatePoolAutoScale;
485
+ /** Resource for '/pools/\{poolId\}/resize' has methods for the following verbs: post */
486
+ (path: "/pools/{poolId}/resize", poolId: string): ResizePool;
487
+ /** Resource for '/pools/\{poolId\}/stopresize' has methods for the following verbs: post */
488
+ (path: "/pools/{poolId}/stopresize", poolId: string): StopPoolResize;
489
+ /** Resource for '/pools/\{poolId\}/updateproperties' has methods for the following verbs: post */
490
+ (path: "/pools/{poolId}/updateproperties", poolId: string): ReplacePoolProperties;
491
+ /** Resource for '/pools/\{poolId\}/removenodes' has methods for the following verbs: post */
492
+ (path: "/pools/{poolId}/removenodes", poolId: string): RemoveNodes;
493
+ /** Resource for '/supportedimages' has methods for the following verbs: get */
494
+ (path: "/supportedimages"): ListSupportedImages;
495
+ /** Resource for '/nodecounts' has methods for the following verbs: get */
496
+ (path: "/nodecounts"): ListPoolNodeCounts;
497
+ /** Resource for '/jobs/\{jobId\}' has methods for the following verbs: delete, get, patch, put */
498
+ (path: "/jobs/{jobId}", jobId: string): DeleteJob;
499
+ /** Resource for '/jobs/\{jobId\}/disable' has methods for the following verbs: post */
500
+ (path: "/jobs/{jobId}/disable", jobId: string): DisableJob;
501
+ /** Resource for '/jobs/\{jobId\}/enable' has methods for the following verbs: post */
502
+ (path: "/jobs/{jobId}/enable", jobId: string): EnableJob;
503
+ /** Resource for '/jobs/\{jobId\}/terminate' has methods for the following verbs: post */
504
+ (path: "/jobs/{jobId}/terminate", jobId: string): TerminateJob;
505
+ /** Resource for '/jobs' has methods for the following verbs: post, get */
506
+ (path: "/jobs"): CreateJob;
507
+ /** Resource for '/jobschedules/\{jobScheduleId\}/jobs' has methods for the following verbs: get */
508
+ (path: "/jobschedules/{jobScheduleId}/jobs", jobScheduleId: string): ListJobsFromSchedule;
509
+ /** Resource for '/jobs/\{jobId\}/jobpreparationandreleasetaskstatus' has methods for the following verbs: get */
510
+ (path: "/jobs/{jobId}/jobpreparationandreleasetaskstatus", jobId: string): ListJobPreparationAndReleaseTaskStatus;
511
+ /** Resource for '/jobs/\{jobId\}/taskcounts' has methods for the following verbs: get */
512
+ (path: "/jobs/{jobId}/taskcounts", jobId: string): GetJobTaskCounts;
513
+ /** Resource for '/jobschedules/\{jobScheduleId\}' has methods for the following verbs: head, delete, get, patch, put */
514
+ (path: "/jobschedules/{jobScheduleId}", jobScheduleId: string): JobScheduleExists;
515
+ /** Resource for '/jobschedules/\{jobScheduleId\}/disable' has methods for the following verbs: post */
516
+ (path: "/jobschedules/{jobScheduleId}/disable", jobScheduleId: string): DisableJobSchedule;
517
+ /** Resource for '/jobschedules/\{jobScheduleId\}/enable' has methods for the following verbs: post */
518
+ (path: "/jobschedules/{jobScheduleId}/enable", jobScheduleId: string): EnableJobSchedule;
519
+ /** Resource for '/jobschedules/\{jobScheduleId\}/terminate' has methods for the following verbs: post */
520
+ (path: "/jobschedules/{jobScheduleId}/terminate", jobScheduleId: string): TerminateJobSchedule;
521
+ /** Resource for '/jobschedules' has methods for the following verbs: post, get */
522
+ (path: "/jobschedules"): CreateJobSchedule;
523
+ /** Resource for '/jobs/\{jobId\}/tasks' has methods for the following verbs: post, get */
524
+ (path: "/jobs/{jobId}/tasks", jobId: string): CreateTask;
525
+ /** Resource for '/jobs/\{jobId\}/addtaskcollection' has methods for the following verbs: post */
526
+ (path: "/jobs/{jobId}/addtaskcollection", jobId: string): CreateTaskCollection;
527
+ /** Resource for '/jobs/\{jobId\}/tasks/\{taskId\}' has methods for the following verbs: delete, get, put */
528
+ (path: "/jobs/{jobId}/tasks/{taskId}", jobId: string, taskId: string): DeleteTask;
529
+ /** Resource for '/jobs/\{jobId\}/tasks/\{taskId\}/subtasksinfo' has methods for the following verbs: get */
530
+ (path: "/jobs/{jobId}/tasks/{taskId}/subtasksinfo", jobId: string, taskId: string): ListSubTasks;
531
+ /** Resource for '/jobs/\{jobId\}/tasks/\{taskId\}/terminate' has methods for the following verbs: post */
532
+ (path: "/jobs/{jobId}/tasks/{taskId}/terminate", jobId: string, taskId: string): TerminateTask;
533
+ /** Resource for '/jobs/\{jobId\}/tasks/\{taskId\}/reactivate' has methods for the following verbs: post */
534
+ (path: "/jobs/{jobId}/tasks/{taskId}/reactivate", jobId: string, taskId: string): ReactivateTask;
535
+ /** Resource for '/jobs/\{jobId\}/tasks/\{taskId\}/files/\{filePath\}' has methods for the following verbs: delete, get, head */
536
+ (path: "/jobs/{jobId}/tasks/{taskId}/files/{filePath}", jobId: string, taskId: string, filePath: string): DeleteTaskFile;
537
+ /** Resource for '/jobs/\{jobId\}/tasks/\{taskId\}/files' has methods for the following verbs: get */
538
+ (path: "/jobs/{jobId}/tasks/{taskId}/files", jobId: string, taskId: string): ListTaskFiles;
539
+ /** Resource for '/pools/\{poolId\}/nodes/\{nodeId\}/users' has methods for the following verbs: post */
540
+ (path: "/pools/{poolId}/nodes/{nodeId}/users", poolId: string, nodeId: string): CreateNodeUser;
541
+ /** Resource for '/pools/\{poolId\}/nodes/\{nodeId\}/users/\{userName\}' has methods for the following verbs: delete, put */
542
+ (path: "/pools/{poolId}/nodes/{nodeId}/users/{userName}", poolId: string, nodeId: string, userName: string): DeleteNodeUser;
543
+ /** Resource for '/pools/\{poolId\}/nodes/\{nodeId\}' has methods for the following verbs: get */
544
+ (path: "/pools/{poolId}/nodes/{nodeId}", poolId: string, nodeId: string): GetNode;
545
+ /** Resource for '/pools/\{poolId\}/nodes/\{nodeId\}/reboot' has methods for the following verbs: post */
546
+ (path: "/pools/{poolId}/nodes/{nodeId}/reboot", poolId: string, nodeId: string): RebootNode;
547
+ /** Resource for '/pools/\{poolId\}/nodes/\{nodeId\}/disablescheduling' has methods for the following verbs: post */
548
+ (path: "/pools/{poolId}/nodes/{nodeId}/disablescheduling", poolId: string, nodeId: string): DisableNodeScheduling;
549
+ /** Resource for '/pools/\{poolId\}/nodes/\{nodeId\}/enablescheduling' has methods for the following verbs: post */
550
+ (path: "/pools/{poolId}/nodes/{nodeId}/enablescheduling", poolId: string, nodeId: string): EnableNodeScheduling;
551
+ /** Resource for '/pools/\{poolId\}/nodes/\{nodeId\}/remoteloginsettings' has methods for the following verbs: get */
552
+ (path: "/pools/{poolId}/nodes/{nodeId}/remoteloginsettings", poolId: string, nodeId: string): GetNodeRemoteLoginSettings;
553
+ /** Resource for '/pools/\{poolId\}/nodes/\{nodeId\}/uploadbatchservicelogs' has methods for the following verbs: post */
554
+ (path: "/pools/{poolId}/nodes/{nodeId}/uploadbatchservicelogs", poolId: string, nodeId: string): UploadNodeLogs;
555
+ /** Resource for '/pools/\{poolId\}/nodes' has methods for the following verbs: get */
556
+ (path: "/pools/{poolId}/nodes", poolId: string): ListNodes;
557
+ /** Resource for '/pools/\{poolId\}/nodes/\{nodeId\}/extensions/\{extensionName\}' has methods for the following verbs: get */
558
+ (path: "/pools/{poolId}/nodes/{nodeId}/extensions/{extensionName}", poolId: string, nodeId: string, extensionName: string): GetNodeExtension;
559
+ /** Resource for '/pools/\{poolId\}/nodes/\{nodeId\}/extensions' has methods for the following verbs: get */
560
+ (path: "/pools/{poolId}/nodes/{nodeId}/extensions", poolId: string, nodeId: string): ListNodeExtensions;
561
+ /** Resource for '/pools/\{poolId\}/nodes/\{nodeId\}/files/\{filePath\}' has methods for the following verbs: delete, get, head */
562
+ (path: "/pools/{poolId}/nodes/{nodeId}/files/{filePath}", poolId: string, nodeId: string, filePath: string): DeleteNodeFile;
563
+ /** Resource for '/pools/\{poolId\}/nodes/\{nodeId\}/files' has methods for the following verbs: get */
564
+ (path: "/pools/{poolId}/nodes/{nodeId}/files", poolId: string, nodeId: string): ListNodeFiles;
565
+ }
566
+ export type BatchClient = Client & {
567
+ path: Routes;
568
+ };
569
+ //# sourceMappingURL=clientDefinitions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"clientDefinitions.d.ts","sourceRoot":"","sources":["../../src/clientDefinitions.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,0BAA0B,EAC1B,wBAAwB,EACxB,8BAA8B,EAC9B,oBAAoB,EACpB,mBAAmB,EACnB,oBAAoB,EACpB,oBAAoB,EACpB,iBAAiB,EACjB,oBAAoB,EACpB,8BAA8B,EAC9B,6BAA6B,EAC7B,+BAA+B,EAC/B,oBAAoB,EACpB,wBAAwB,EACxB,+BAA+B,EAC/B,qBAAqB,EACrB,6BAA6B,EAC7B,4BAA4B,EAC5B,mBAAmB,EACnB,gBAAgB,EAChB,mBAAmB,EACnB,oBAAoB,EACpB,oBAAoB,EACpB,mBAAmB,EACnB,sBAAsB,EACtB,mBAAmB,EACnB,kBAAkB,EAClB,8BAA8B,EAC9B,gDAAgD,EAChD,0BAA0B,EAC1B,2BAA2B,EAC3B,2BAA2B,EAC3B,wBAAwB,EACxB,2BAA2B,EAC3B,4BAA4B,EAC5B,4BAA4B,EAC5B,2BAA2B,EAC3B,8BAA8B,EAC9B,2BAA2B,EAC3B,0BAA0B,EAC1B,oBAAoB,EACpB,mBAAmB,EACnB,8BAA8B,EAC9B,oBAAoB,EACpB,iBAAiB,EACjB,qBAAqB,EACrB,sBAAsB,EACtB,uBAAuB,EACvB,wBAAwB,EACxB,wBAAwB,EACxB,qBAAqB,EACrB,+BAA+B,EAC/B,uBAAuB,EACvB,wBAAwB,EACxB,wBAAwB,EACxB,yBAAyB,EACzB,iBAAiB,EACjB,oBAAoB,EACpB,+BAA+B,EAC/B,8BAA8B,EAC9B,oCAAoC,EACpC,wBAAwB,EACxB,mBAAmB,EACnB,0BAA0B,EAC1B,4BAA4B,EAC5B,wBAAwB,EACxB,qBAAqB,EACrB,+BAA+B,EAC/B,uBAAuB,EACxB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EACL,2BAA2B,EAC3B,+BAA+B,EAC/B,yBAAyB,EACzB,6BAA6B,EAC7B,+BAA+B,EAC/B,mCAAmC,EACnC,qBAAqB,EACrB,yBAAyB,EACzB,oBAAoB,EACpB,wBAAwB,EACxB,qBAAqB,EACrB,yBAAyB,EACzB,qBAAqB,EACrB,qBAAqB,EACrB,yBAAyB,EACzB,kBAAkB,EAClB,sBAAsB,EACtB,qBAAqB,EACrB,yBAAyB,EACzB,+BAA+B,EAC/B,mCAAmC,EACnC,8BAA8B,EAC9B,kCAAkC,EAClC,gCAAgC,EAChC,oCAAoC,EACpC,qBAAqB,EACrB,yBAAyB,EACzB,yBAAyB,EACzB,6BAA6B,EAC7B,gCAAgC,EAChC,oCAAoC,EACpC,sBAAsB,EACtB,0BAA0B,EAC1B,8BAA8B,EAC9B,kCAAkC,EAClC,6BAA6B,EAC7B,iCAAiC,EACjC,oBAAoB,EACpB,wBAAwB,EACxB,iBAAiB,EACjB,qBAAqB,EACrB,oBAAoB,EACpB,wBAAwB,EACxB,qBAAqB,EACrB,yBAAyB,EACzB,qBAAqB,EACrB,yBAAyB,EACzB,oBAAoB,EACpB,wBAAwB,EACxB,uBAAuB,EACvB,2BAA2B,EAC3B,oBAAoB,EACpB,wBAAwB,EACxB,mBAAmB,EACnB,uBAAuB,EACvB,+BAA+B,EAC/B,mCAAmC,EACnC,iDAAiD,EACjD,qDAAqD,EACrD,2BAA2B,EAC3B,+BAA+B,EAC/B,4BAA4B,EAC5B,4BAA4B,EAC5B,gCAAgC,EAChC,4BAA4B,EAC5B,gCAAgC,EAChC,yBAAyB,EACzB,6BAA6B,EAC7B,4BAA4B,EAC5B,gCAAgC,EAChC,6BAA6B,EAC7B,iCAAiC,EACjC,6BAA6B,EAC7B,iCAAiC,EACjC,4BAA4B,EAC5B,gCAAgC,EAChC,+BAA+B,EAC/B,mCAAmC,EACnC,4BAA4B,EAC5B,gCAAgC,EAChC,2BAA2B,EAC3B,+BAA+B,EAC/B,qBAAqB,EACrB,yBAAyB,EACzB,oBAAoB,EACpB,wBAAwB,EACxB,+BAA+B,EAC/B,mCAAmC,EACnC,qBAAqB,EACrB,yBAAyB,EACzB,kBAAkB,EAClB,sBAAsB,EACtB,sBAAsB,EACtB,0BAA0B,EAC1B,uBAAuB,EACvB,2BAA2B,EAC3B,wBAAwB,EACxB,4BAA4B,EAC5B,yBAAyB,EACzB,6BAA6B,EAC7B,yBAAyB,EACzB,6BAA6B,EAC7B,sBAAsB,EACtB,0BAA0B,EAC1B,gCAAgC,EAChC,oCAAoC,EACpC,wBAAwB,EACxB,4BAA4B,EAC5B,yBAAyB,EACzB,6BAA6B,EAC7B,yBAAyB,EACzB,6BAA6B,EAC7B,0BAA0B,EAC1B,8BAA8B,EAC9B,kBAAkB,EAClB,sBAAsB,EACtB,qBAAqB,EACrB,yBAAyB,EACzB,gCAAgC,EAChC,oCAAoC,EACpC,+BAA+B,EAC/B,mCAAmC,EACnC,qCAAqC,EACrC,yCAAyC,EACzC,yBAAyB,EACzB,6BAA6B,EAC7B,oBAAoB,EACpB,wBAAwB,EACxB,2BAA2B,EAC3B,+BAA+B,EAC/B,6BAA6B,EAC7B,iCAAiC,EACjC,yBAAyB,EACzB,6BAA6B,EAC7B,sBAAsB,EACtB,0BAA0B,EAC1B,gCAAgC,EAChC,oCAAoC,EACpC,wBAAwB,EACxB,4BAA4B,EAC7B,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,MAAM,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAEnE,MAAM,WAAW,gBAAgB;IAC/B;;;;;;OAMG;IACH,GAAG,CACD,OAAO,CAAC,EAAE,0BAA0B,GACnC,gBAAgB,CAAC,2BAA2B,GAAG,+BAA+B,CAAC,CAAC;CACpF;AAED,MAAM,WAAW,cAAc;IAC7B;;;;;;OAMG;IACH,GAAG,CACD,OAAO,CAAC,EAAE,wBAAwB,GACjC,gBAAgB,CAAC,yBAAyB,GAAG,6BAA6B,CAAC,CAAC;CAChF;AAED,MAAM,WAAW,oBAAoB;IACnC;;;;;;;OAOG;IACH,GAAG,CACD,OAAO,CAAC,EAAE,8BAA8B,GACvC,gBAAgB,CAAC,+BAA+B,GAAG,mCAAmC,CAAC,CAAC;CAC5F;AAED,MAAM,WAAW,UAAU;IACzB;;;;OAIG;IACH,IAAI,CACF,OAAO,EAAE,oBAAoB,GAC5B,gBAAgB,CAAC,qBAAqB,GAAG,yBAAyB,CAAC,CAAC;IACvE,uDAAuD;IACvD,GAAG,CACD,OAAO,CAAC,EAAE,mBAAmB,GAC5B,gBAAgB,CAAC,oBAAoB,GAAG,wBAAwB,CAAC,CAAC;CACtE;AAED,MAAM,WAAW,UAAU;IACzB;;;;;;;;;;;;;OAaG;IACH,MAAM,CACJ,OAAO,CAAC,EAAE,oBAAoB,GAC7B,gBAAgB,CAAC,qBAAqB,GAAG,yBAAyB,CAAC,CAAC;IACvE,uCAAuC;IACvC,IAAI,CACF,OAAO,CAAC,EAAE,oBAAoB,GAC7B,gBAAgB,CAAC,qBAAqB,GAAG,qBAAqB,GAAG,yBAAyB,CAAC,CAAC;IAC/F,iDAAiD;IACjD,GAAG,CAAC,OAAO,CAAC,EAAE,iBAAiB,GAAG,gBAAgB,CAAC,kBAAkB,GAAG,sBAAsB,CAAC,CAAC;IAChG;;;;OAIG;IACH,KAAK,CACH,OAAO,EAAE,oBAAoB,GAC5B,gBAAgB,CAAC,qBAAqB,GAAG,yBAAyB,CAAC,CAAC;CACxE;AAED,MAAM,WAAW,oBAAoB;IACnC,6CAA6C;IAC7C,IAAI,CACF,OAAO,CAAC,EAAE,8BAA8B,GACvC,gBAAgB,CAAC,+BAA+B,GAAG,mCAAmC,CAAC,CAAC;CAC5F;AAED,MAAM,WAAW,mBAAmB;IAClC;;;;;;;OAOG;IACH,IAAI,CACF,OAAO,EAAE,6BAA6B,GACrC,gBAAgB,CAAC,8BAA8B,GAAG,kCAAkC,CAAC,CAAC;CAC1F;AAED,MAAM,WAAW,qBAAqB;IACpC;;;;OAIG;IACH,IAAI,CACF,OAAO,EAAE,+BAA+B,GACvC,gBAAgB,CAAC,gCAAgC,GAAG,oCAAoC,CAAC,CAAC;CAC9F;AAED,MAAM,WAAW,UAAU;IACzB;;;;;;;;OAQG;IACH,IAAI,CACF,OAAO,EAAE,oBAAoB,GAC5B,gBAAgB,CAAC,qBAAqB,GAAG,yBAAyB,CAAC,CAAC;CACxE;AAED,MAAM,WAAW,cAAc;IAC7B;;;;;;;;OAQG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,wBAAwB,GACjC,gBAAgB,CAAC,yBAAyB,GAAG,6BAA6B,CAAC,CAAC;CAChF;AAED,MAAM,WAAW,qBAAqB;IACpC;;;;OAIG;IACH,IAAI,CACF,OAAO,EAAE,+BAA+B,GACvC,gBAAgB,CAAC,gCAAgC,GAAG,oCAAoC,CAAC,CAAC;CAC9F;AAED,MAAM,WAAW,WAAW;IAC1B;;;;OAIG;IACH,IAAI,CACF,OAAO,EAAE,qBAAqB,GAC7B,gBAAgB,CAAC,sBAAsB,GAAG,0BAA0B,CAAC,CAAC;CAC1E;AAED,MAAM,WAAW,mBAAmB;IAClC,6EAA6E;IAC7E,GAAG,CACD,OAAO,CAAC,EAAE,6BAA6B,GACtC,gBAAgB,CAAC,8BAA8B,GAAG,kCAAkC,CAAC,CAAC;CAC1F;AAED,MAAM,WAAW,kBAAkB;IACjC;;;;OAIG;IACH,GAAG,CACD,OAAO,CAAC,EAAE,4BAA4B,GACrC,gBAAgB,CAAC,6BAA6B,GAAG,iCAAiC,CAAC,CAAC;CACxF;AAED,MAAM,WAAW,SAAS;IACxB;;;;;;;;;OASG;IACH,MAAM,CACJ,OAAO,CAAC,EAAE,mBAAmB,GAC5B,gBAAgB,CAAC,oBAAoB,GAAG,wBAAwB,CAAC,CAAC;IACrE,gDAAgD;IAChD,GAAG,CAAC,OAAO,CAAC,EAAE,gBAAgB,GAAG,gBAAgB,CAAC,iBAAiB,GAAG,qBAAqB,CAAC,CAAC;IAC7F;;;;OAIG;IACH,KAAK,CACH,OAAO,EAAE,mBAAmB,GAC3B,gBAAgB,CAAC,oBAAoB,GAAG,wBAAwB,CAAC,CAAC;IACrE;;;;OAIG;IACH,GAAG,CACD,OAAO,EAAE,oBAAoB,GAC5B,gBAAgB,CAAC,qBAAqB,GAAG,yBAAyB,CAAC,CAAC;CACxE;AAED,MAAM,WAAW,UAAU;IACzB;;;;;;;;;OASG;IACH,IAAI,CACF,OAAO,EAAE,oBAAoB,GAC5B,gBAAgB,CAAC,qBAAqB,GAAG,yBAAyB,CAAC,CAAC;CACxE;AAED,MAAM,WAAW,SAAS;IACxB;;;;;;;OAOG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,mBAAmB,GAC5B,gBAAgB,CAAC,oBAAoB,GAAG,wBAAwB,CAAC,CAAC;CACtE;AAED,MAAM,WAAW,YAAY;IAC3B;;;;;;;OAOG;IACH,IAAI,CACF,OAAO,EAAE,sBAAsB,GAC9B,gBAAgB,CAAC,uBAAuB,GAAG,2BAA2B,CAAC,CAAC;CAC5E;AAED,MAAM,WAAW,SAAS;IACxB;;;;;;;;;;OAUG;IACH,IAAI,CACF,OAAO,EAAE,mBAAmB,GAC3B,gBAAgB,CAAC,oBAAoB,GAAG,wBAAwB,CAAC,CAAC;IACrE,sDAAsD;IACtD,GAAG,CACD,OAAO,CAAC,EAAE,kBAAkB,GAC3B,gBAAgB,CAAC,mBAAmB,GAAG,uBAAuB,CAAC,CAAC;CACpE;AAED,MAAM,WAAW,oBAAoB;IACnC,8EAA8E;IAC9E,GAAG,CACD,OAAO,CAAC,EAAE,8BAA8B,GACvC,gBAAgB,CAAC,+BAA+B,GAAG,mCAAmC,CAAC,CAAC;CAC5F;AAED,MAAM,WAAW,sCAAsC;IACrD;;;;;;;OAOG;IACH,GAAG,CACD,OAAO,CAAC,EAAE,gDAAgD,GACzD,gBAAgB,CACf,iDAAiD,GACjD,qDAAqD,CACxD,CAAC;CACH;AAED,MAAM,WAAW,gBAAgB;IAC/B;;;;;OAKG;IACH,GAAG,CACD,OAAO,CAAC,EAAE,0BAA0B,GACnC,gBAAgB,CAAC,2BAA2B,GAAG,+BAA+B,CAAC,CAAC;CACpF;AAED,MAAM,WAAW,iBAAiB;IAChC,gDAAgD;IAChD,IAAI,CACF,OAAO,CAAC,EAAE,2BAA2B,GACpC,gBAAgB,CACjB,4BAA4B,GAAG,4BAA4B,GAAG,gCAAgC,CAC/F,CAAC;IACF;;;;;;OAMG;IACH,MAAM,CACJ,OAAO,CAAC,EAAE,2BAA2B,GACpC,gBAAgB,CAAC,4BAA4B,GAAG,gCAAgC,CAAC,CAAC;IACrF,yDAAyD;IACzD,GAAG,CACD,OAAO,CAAC,EAAE,wBAAwB,GACjC,gBAAgB,CAAC,yBAAyB,GAAG,6BAA6B,CAAC,CAAC;IAC/E;;;;;;OAMG;IACH,KAAK,CACH,OAAO,EAAE,2BAA2B,GACnC,gBAAgB,CAAC,4BAA4B,GAAG,gCAAgC,CAAC,CAAC;IACrF;;;;;;OAMG;IACH,GAAG,CACD,OAAO,EAAE,4BAA4B,GACpC,gBAAgB,CAAC,6BAA6B,GAAG,iCAAiC,CAAC,CAAC;CACxF;AAED,MAAM,WAAW,kBAAkB;IACjC,2EAA2E;IAC3E,IAAI,CACF,OAAO,CAAC,EAAE,4BAA4B,GACrC,gBAAgB,CAAC,6BAA6B,GAAG,iCAAiC,CAAC,CAAC;CACxF;AAED,MAAM,WAAW,iBAAiB;IAChC,8BAA8B;IAC9B,IAAI,CACF,OAAO,CAAC,EAAE,2BAA2B,GACpC,gBAAgB,CAAC,4BAA4B,GAAG,gCAAgC,CAAC,CAAC;CACtF;AAED,MAAM,WAAW,oBAAoB;IACnC,iCAAiC;IACjC,IAAI,CACF,OAAO,CAAC,EAAE,8BAA8B,GACvC,gBAAgB,CAAC,+BAA+B,GAAG,mCAAmC,CAAC,CAAC;CAC5F;AAED,MAAM,WAAW,iBAAiB;IAChC,uDAAuD;IACvD,IAAI,CACF,OAAO,EAAE,2BAA2B,GACnC,gBAAgB,CAAC,4BAA4B,GAAG,gCAAgC,CAAC,CAAC;IACrF,+DAA+D;IAC/D,GAAG,CACD,OAAO,CAAC,EAAE,0BAA0B,GACnC,gBAAgB,CAAC,2BAA2B,GAAG,+BAA+B,CAAC,CAAC;CACpF;AAED,MAAM,WAAW,UAAU;IACzB;;;;OAIG;IACH,IAAI,CACF,OAAO,EAAE,oBAAoB,GAC5B,gBAAgB,CAAC,qBAAqB,GAAG,yBAAyB,CAAC,CAAC;IACvE;;;;OAIG;IACH,GAAG,CACD,OAAO,CAAC,EAAE,mBAAmB,GAC5B,gBAAgB,CAAC,oBAAoB,GAAG,wBAAwB,CAAC,CAAC;CACtE;AAED,MAAM,WAAW,oBAAoB;IACnC;;;;;;;;;;;;;;;OAeG;IACH,IAAI,CACF,OAAO,EAAE,8BAA8B,GACtC,gBAAgB,CAAC,+BAA+B,GAAG,mCAAmC,CAAC,CAAC;CAC5F;AAED,MAAM,WAAW,UAAU;IACzB;;;;;;OAMG;IACH,MAAM,CACJ,OAAO,CAAC,EAAE,oBAAoB,GAC7B,gBAAgB,CAAC,qBAAqB,GAAG,yBAAyB,CAAC,CAAC;IACvE;;;;OAIG;IACH,GAAG,CAAC,OAAO,CAAC,EAAE,iBAAiB,GAAG,gBAAgB,CAAC,kBAAkB,GAAG,sBAAsB,CAAC,CAAC;IAChG,oDAAoD;IACpD,GAAG,CACD,OAAO,EAAE,qBAAqB,GAC7B,gBAAgB,CAAC,sBAAsB,GAAG,0BAA0B,CAAC,CAAC;CAC1E;AAED,MAAM,WAAW,YAAY;IAC3B,sFAAsF;IACtF,GAAG,CACD,OAAO,CAAC,EAAE,sBAAsB,GAC/B,gBAAgB,CAAC,uBAAuB,GAAG,2BAA2B,CAAC,CAAC;CAC5E;AAED,MAAM,WAAW,aAAa;IAC5B;;;;OAIG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,uBAAuB,GAChC,gBAAgB,CAAC,wBAAwB,GAAG,4BAA4B,CAAC,CAAC;CAC9E;AAED,MAAM,WAAW,cAAc;IAC7B;;;;;;;;OAQG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,wBAAwB,GACjC,gBAAgB,CAAC,yBAAyB,GAAG,6BAA6B,CAAC,CAAC;CAChF;AAED,MAAM,WAAW,cAAc;IAC7B,gFAAgF;IAChF,MAAM,CACJ,OAAO,CAAC,EAAE,wBAAwB,GACjC,gBAAgB,CAAC,yBAAyB,GAAG,6BAA6B,CAAC,CAAC;IAC/E,sDAAsD;IACtD,GAAG,CACD,OAAO,CAAC,EAAE,qBAAqB,GAC9B,gBAAgB,CAAC,sBAAsB,GAAG,0BAA0B,CAAC,CAAC;IACzE,sDAAsD;IACtD,IAAI,CACF,OAAO,CAAC,EAAE,+BAA+B,GACxC,gBAAgB,CAAC,gCAAgC,GAAG,oCAAoC,CAAC,CAAC;CAC9F;AAED,MAAM,WAAW,aAAa;IAC5B,iEAAiE;IACjE,GAAG,CACD,OAAO,CAAC,EAAE,uBAAuB,GAChC,gBAAgB,CAAC,wBAAwB,GAAG,4BAA4B,CAAC,CAAC;CAC9E;AAED,MAAM,WAAW,cAAc;IAC7B;;;OAGG;IACH,IAAI,CACF,OAAO,EAAE,wBAAwB,GAChC,gBAAgB,CAAC,yBAAyB,GAAG,6BAA6B,CAAC,CAAC;CAChF;AAED,MAAM,WAAW,cAAc;IAC7B;;;OAGG;IACH,MAAM,CACJ,OAAO,CAAC,EAAE,wBAAwB,GACjC,gBAAgB,CAAC,yBAAyB,GAAG,6BAA6B,CAAC,CAAC;IAC/E;;;;;OAKG;IACH,GAAG,CACD,OAAO,EAAE,yBAAyB,GACjC,gBAAgB,CAAC,0BAA0B,GAAG,8BAA8B,CAAC,CAAC;CAClF;AAED,MAAM,WAAW,OAAO;IACtB,yDAAyD;IACzD,GAAG,CAAC,OAAO,CAAC,EAAE,iBAAiB,GAAG,gBAAgB,CAAC,kBAAkB,GAAG,sBAAsB,CAAC,CAAC;CACjG;AAED,MAAM,WAAW,UAAU;IACzB,gFAAgF;IAChF,IAAI,CACF,OAAO,EAAE,oBAAoB,GAC5B,gBAAgB,CAAC,qBAAqB,GAAG,yBAAyB,CAAC,CAAC;CACxE;AAED,MAAM,WAAW,qBAAqB;IACpC;;;OAGG;IACH,IAAI,CACF,OAAO,EAAE,+BAA+B,GACvC,gBAAgB,CAAC,gCAAgC,GAAG,oCAAoC,CAAC,CAAC;CAC9F;AAED,MAAM,WAAW,oBAAoB;IACnC;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,8BAA8B,GACvC,gBAAgB,CAAC,+BAA+B,GAAG,mCAAmC,CAAC,CAAC;CAC5F;AAED,MAAM,WAAW,0BAA0B;IACzC;;;;OAIG;IACH,GAAG,CACD,OAAO,CAAC,EAAE,oCAAoC,GAC7C,gBAAgB,CACjB,qCAAqC,GAAG,yCAAyC,CAClF,CAAC;CACH;AAED,MAAM,WAAW,cAAc;IAC7B;;;;;OAKG;IACH,IAAI,CACF,OAAO,EAAE,wBAAwB,GAChC,gBAAgB,CAAC,yBAAyB,GAAG,6BAA6B,CAAC,CAAC;CAChF;AAED,MAAM,WAAW,SAAS;IACxB,qDAAqD;IACrD,GAAG,CACD,OAAO,CAAC,EAAE,mBAAmB,GAC5B,gBAAgB,CAAC,oBAAoB,GAAG,wBAAwB,CAAC,CAAC;CACtE;AAED,MAAM,WAAW,gBAAgB;IAC/B,mEAAmE;IACnE,GAAG,CACD,OAAO,CAAC,EAAE,0BAA0B,GACnC,gBAAgB,CAAC,2BAA2B,GAAG,+BAA+B,CAAC,CAAC;CACpF;AAED,MAAM,WAAW,kBAAkB;IACjC,gEAAgE;IAChE,GAAG,CACD,OAAO,CAAC,EAAE,4BAA4B,GACrC,gBAAgB,CAAC,6BAA6B,GAAG,iCAAiC,CAAC,CAAC;CACxF;AAED,MAAM,WAAW,cAAc;IAC7B,wDAAwD;IACxD,MAAM,CACJ,OAAO,CAAC,EAAE,wBAAwB,GACjC,gBAAgB,CAAC,yBAAyB,GAAG,6BAA6B,CAAC,CAAC;IAC/E,8DAA8D;IAC9D,GAAG,CACD,OAAO,CAAC,EAAE,qBAAqB,GAC9B,gBAAgB,CAAC,sBAAsB,GAAG,0BAA0B,CAAC,CAAC;IACzE,8DAA8D;IAC9D,IAAI,CACF,OAAO,CAAC,EAAE,+BAA+B,GACxC,gBAAgB,CAAC,gCAAgC,GAAG,oCAAoC,CAAC,CAAC;CAC9F;AAED,MAAM,WAAW,aAAa;IAC5B,gFAAgF;IAChF,GAAG,CACD,OAAO,CAAC,EAAE,uBAAuB,GAChC,gBAAgB,CAAC,wBAAwB,GAAG,4BAA4B,CAAC,CAAC;CAC9E;AAED,MAAM,WAAW,MAAM;IACrB,4EAA4E;IAC5E,CAAC,IAAI,EAAE,eAAe,GAAG,gBAAgB,CAAC;IAC1C,8FAA8F;IAC9F,CAAC,IAAI,EAAE,+BAA+B,EAAE,aAAa,EAAE,MAAM,GAAG,cAAc,CAAC;IAC/E,gFAAgF;IAChF,CAAC,IAAI,EAAE,mBAAmB,GAAG,oBAAoB,CAAC;IAClD,2EAA2E;IAC3E,CAAC,IAAI,EAAE,QAAQ,GAAG,UAAU,CAAC;IAC7B,qGAAqG;IACrG,CAAC,IAAI,EAAE,iBAAiB,EAAE,MAAM,EAAE,MAAM,GAAG,UAAU,CAAC;IACtD,kGAAkG;IAClG,CAAC,IAAI,EAAE,kCAAkC,EAAE,MAAM,EAAE,MAAM,GAAG,oBAAoB,CAAC;IACjF,iGAAiG;IACjG,CAAC,IAAI,EAAE,iCAAiC,EAAE,MAAM,EAAE,MAAM,GAAG,mBAAmB,CAAC;IAC/E,mGAAmG;IACnG,CAAC,IAAI,EAAE,mCAAmC,EAAE,MAAM,EAAE,MAAM,GAAG,qBAAqB,CAAC;IACnF,wFAAwF;IACxF,CAAC,IAAI,EAAE,wBAAwB,EAAE,MAAM,EAAE,MAAM,GAAG,UAAU,CAAC;IAC7D,4FAA4F;IAC5F,CAAC,IAAI,EAAE,4BAA4B,EAAE,MAAM,EAAE,MAAM,GAAG,cAAc,CAAC;IACrE,kGAAkG;IAClG,CAAC,IAAI,EAAE,kCAAkC,EAAE,MAAM,EAAE,MAAM,GAAG,qBAAqB,CAAC;IAClF,6FAA6F;IAC7F,CAAC,IAAI,EAAE,6BAA6B,EAAE,MAAM,EAAE,MAAM,GAAG,WAAW,CAAC;IACnE,+EAA+E;IAC/E,CAAC,IAAI,EAAE,kBAAkB,GAAG,mBAAmB,CAAC;IAChD,0EAA0E;IAC1E,CAAC,IAAI,EAAE,aAAa,GAAG,kBAAkB,CAAC;IAC1C,kGAAkG;IAClG,CAAC,IAAI,EAAE,eAAe,EAAE,KAAK,EAAE,MAAM,GAAG,SAAS,CAAC;IAClD,uFAAuF;IACvF,CAAC,IAAI,EAAE,uBAAuB,EAAE,KAAK,EAAE,MAAM,GAAG,UAAU,CAAC;IAC3D,sFAAsF;IACtF,CAAC,IAAI,EAAE,sBAAsB,EAAE,KAAK,EAAE,MAAM,GAAG,SAAS,CAAC;IACzD,yFAAyF;IACzF,CAAC,IAAI,EAAE,yBAAyB,EAAE,KAAK,EAAE,MAAM,GAAG,YAAY,CAAC;IAC/D,0EAA0E;IAC1E,CAAC,IAAI,EAAE,OAAO,GAAG,SAAS,CAAC;IAC3B,mGAAmG;IACnG,CAAC,IAAI,EAAE,oCAAoC,EAAE,aAAa,EAAE,MAAM,GAAG,oBAAoB,CAAC;IAC1F,iHAAiH;IACjH,CACE,IAAI,EAAE,kDAAkD,EACxD,KAAK,EAAE,MAAM,GACZ,sCAAsC,CAAC;IAC1C,yFAAyF;IACzF,CAAC,IAAI,EAAE,0BAA0B,EAAE,KAAK,EAAE,MAAM,GAAG,gBAAgB,CAAC;IACpE,wHAAwH;IACxH,CAAC,IAAI,EAAE,+BAA+B,EAAE,aAAa,EAAE,MAAM,GAAG,iBAAiB,CAAC;IAClF,uGAAuG;IACvG,CAAC,IAAI,EAAE,uCAAuC,EAAE,aAAa,EAAE,MAAM,GAAG,kBAAkB,CAAC;IAC3F,sGAAsG;IACtG,CAAC,IAAI,EAAE,sCAAsC,EAAE,aAAa,EAAE,MAAM,GAAG,iBAAiB,CAAC;IACzF,yGAAyG;IACzG,CAAC,IAAI,EAAE,yCAAyC,EAAE,aAAa,EAAE,MAAM,GAAG,oBAAoB,CAAC;IAC/F,kFAAkF;IAClF,CAAC,IAAI,EAAE,eAAe,GAAG,iBAAiB,CAAC;IAC3C,0FAA0F;IAC1F,CAAC,IAAI,EAAE,qBAAqB,EAAE,KAAK,EAAE,MAAM,GAAG,UAAU,CAAC;IACzD,iGAAiG;IACjG,CAAC,IAAI,EAAE,iCAAiC,EAAE,KAAK,EAAE,MAAM,GAAG,oBAAoB,CAAC;IAC/E,4GAA4G;IAC5G,CAAC,IAAI,EAAE,8BAA8B,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,UAAU,CAAC;IAClF,4GAA4G;IAC5G,CAAC,IAAI,EAAE,2CAA2C,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,YAAY,CAAC;IACjG,0GAA0G;IAC1G,CAAC,IAAI,EAAE,wCAAwC,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,aAAa,CAAC;IAC/F,2GAA2G;IAC3G,CAAC,IAAI,EAAE,yCAAyC,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,cAAc,CAAC;IACjG,gIAAgI;IAChI,CACE,IAAI,EAAE,+CAA+C,EACrD,KAAK,EAAE,MAAM,EACb,MAAM,EAAE,MAAM,EACd,QAAQ,EAAE,MAAM,GACf,cAAc,CAAC;IAClB,qGAAqG;IACrG,CAAC,IAAI,EAAE,oCAAoC,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,aAAa,CAAC;IAC3F,wGAAwG;IACxG,CAAC,IAAI,EAAE,sCAAsC,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,cAAc,CAAC;IAC/F,4HAA4H;IAC5H,CACE,IAAI,EAAE,iDAAiD,EACvD,MAAM,EAAE,MAAM,EACd,MAAM,EAAE,MAAM,EACd,QAAQ,EAAE,MAAM,GACf,cAAc,CAAC;IAClB,iGAAiG;IACjG,CAAC,IAAI,EAAE,gCAAgC,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC;IAClF,yGAAyG;IACzG,CAAC,IAAI,EAAE,uCAAuC,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,UAAU,CAAC;IAC5F,oHAAoH;IACpH,CACE,IAAI,EAAE,kDAAkD,EACxD,MAAM,EAAE,MAAM,EACd,MAAM,EAAE,MAAM,GACb,qBAAqB,CAAC;IACzB,mHAAmH;IACnH,CACE,IAAI,EAAE,iDAAiD,EACvD,MAAM,EAAE,MAAM,EACd,MAAM,EAAE,MAAM,GACb,oBAAoB,CAAC;IACxB,qHAAqH;IACrH,CACE,IAAI,EAAE,oDAAoD,EAC1D,MAAM,EAAE,MAAM,EACd,MAAM,EAAE,MAAM,GACb,0BAA0B,CAAC;IAC9B,yHAAyH;IACzH,CACE,IAAI,EAAE,uDAAuD,EAC7D,MAAM,EAAE,MAAM,EACd,MAAM,EAAE,MAAM,GACb,cAAc,CAAC;IAClB,sFAAsF;IACtF,CAAC,IAAI,EAAE,uBAAuB,EAAE,MAAM,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3D,8HAA8H;IAC9H,CACE,IAAI,EAAE,2DAA2D,EACjE,MAAM,EAAE,MAAM,EACd,MAAM,EAAE,MAAM,EACd,aAAa,EAAE,MAAM,GACpB,gBAAgB,CAAC;IACpB,4GAA4G;IAC5G,CACE,IAAI,EAAE,2CAA2C,EACjD,MAAM,EAAE,MAAM,EACd,MAAM,EAAE,MAAM,GACb,kBAAkB,CAAC;IACtB,kIAAkI;IAClI,CACE,IAAI,EAAE,iDAAiD,EACvD,MAAM,EAAE,MAAM,EACd,MAAM,EAAE,MAAM,EACd,QAAQ,EAAE,MAAM,GACf,cAAc,CAAC;IAClB,uGAAuG;IACvG,CAAC,IAAI,EAAE,sCAAsC,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,aAAa,CAAC;CAC/F;AAED,MAAM,MAAM,WAAW,GAAG,MAAM,GAAG;IACjC,IAAI,EAAE,MAAM,CAAC;CACd,CAAC"}
@@ -0,0 +1,4 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT license.
3
+ export {};
4
+ //# sourceMappingURL=clientDefinitions.js.map