@azure-rest/developer-devcenter 1.0.0-beta.2 → 1.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.
- package/README.md +11 -10
- package/dist/browser/azureDeveloperDevCenter.d.ts +11 -0
- package/dist/browser/azureDeveloperDevCenter.d.ts.map +1 -0
- package/dist/browser/azureDeveloperDevCenter.js +29 -0
- package/dist/browser/azureDeveloperDevCenter.js.map +1 -0
- package/dist/browser/clientDefinitions.d.ts +191 -0
- package/dist/browser/clientDefinitions.d.ts.map +1 -0
- package/dist/browser/clientDefinitions.js.map +1 -0
- package/dist/browser/index.d.ts +12 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +14 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/isUnexpected.d.ts +35 -0
- package/dist/browser/isUnexpected.d.ts.map +1 -0
- package/dist/browser/isUnexpected.js +111 -0
- package/dist/browser/isUnexpected.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.d.ts.map +1 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models.d.ts +47 -0
- package/dist/browser/models.d.ts.map +1 -0
- package/dist/browser/models.js.map +1 -0
- package/dist/browser/outputModels.d.ts +338 -0
- package/dist/browser/outputModels.d.ts.map +1 -0
- package/dist/browser/outputModels.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/paginateHelper.d.ts +43 -0
- package/dist/browser/paginateHelper.d.ts.map +1 -0
- package/{dist-esm/src/generated → dist/browser}/paginateHelper.js +4 -17
- package/dist/browser/paginateHelper.js.map +1 -0
- package/dist/browser/parameters.d.ts +65 -0
- package/dist/browser/parameters.d.ts.map +1 -0
- package/dist/browser/parameters.js.map +1 -0
- package/dist/browser/pollingHelper.d.ts +83 -0
- package/dist/browser/pollingHelper.d.ts.map +1 -0
- package/dist/browser/pollingHelper.js +97 -0
- package/dist/browser/pollingHelper.js.map +1 -0
- package/dist/browser/responses.d.ts +547 -0
- package/dist/browser/responses.d.ts.map +1 -0
- package/dist/browser/responses.js.map +1 -0
- package/dist/commonjs/azureDeveloperDevCenter.d.ts +11 -0
- package/dist/commonjs/azureDeveloperDevCenter.d.ts.map +1 -0
- package/dist/commonjs/azureDeveloperDevCenter.js +32 -0
- package/dist/commonjs/azureDeveloperDevCenter.js.map +1 -0
- package/dist/commonjs/clientDefinitions.d.ts +191 -0
- package/dist/commonjs/clientDefinitions.d.ts.map +1 -0
- package/dist/commonjs/clientDefinitions.js +5 -0
- package/dist/commonjs/clientDefinitions.js.map +1 -0
- package/dist/commonjs/index.d.ts +12 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +17 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/isUnexpected.d.ts +35 -0
- package/dist/commonjs/isUnexpected.d.ts.map +1 -0
- package/dist/commonjs/isUnexpected.js +114 -0
- package/dist/commonjs/isUnexpected.js.map +1 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.d.ts.map +1 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models.d.ts +47 -0
- package/dist/commonjs/models.d.ts.map +1 -0
- package/dist/commonjs/models.js +5 -0
- package/dist/commonjs/models.js.map +1 -0
- package/dist/commonjs/outputModels.d.ts +338 -0
- package/dist/commonjs/outputModels.d.ts.map +1 -0
- package/dist/commonjs/outputModels.js +5 -0
- package/dist/commonjs/outputModels.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/paginateHelper.d.ts +43 -0
- package/dist/commonjs/paginateHelper.d.ts.map +1 -0
- package/dist/commonjs/paginateHelper.js +73 -0
- package/dist/commonjs/paginateHelper.js.map +1 -0
- package/dist/commonjs/parameters.d.ts +65 -0
- package/dist/commonjs/parameters.d.ts.map +1 -0
- package/dist/commonjs/parameters.js +5 -0
- package/dist/commonjs/parameters.js.map +1 -0
- package/dist/commonjs/pollingHelper.d.ts +83 -0
- package/dist/commonjs/pollingHelper.d.ts.map +1 -0
- package/dist/commonjs/pollingHelper.js +100 -0
- package/dist/commonjs/pollingHelper.js.map +1 -0
- package/dist/commonjs/responses.d.ts +547 -0
- package/dist/commonjs/responses.d.ts.map +1 -0
- package/dist/commonjs/responses.js +5 -0
- package/dist/commonjs/responses.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/azureDeveloperDevCenter.d.ts +11 -0
- package/dist/esm/azureDeveloperDevCenter.d.ts.map +1 -0
- package/dist/esm/azureDeveloperDevCenter.js +29 -0
- package/dist/esm/azureDeveloperDevCenter.js.map +1 -0
- package/dist/esm/clientDefinitions.d.ts +191 -0
- package/dist/esm/clientDefinitions.d.ts.map +1 -0
- package/dist/esm/clientDefinitions.js +4 -0
- package/dist/esm/clientDefinitions.js.map +1 -0
- package/dist/esm/index.d.ts +12 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +14 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/isUnexpected.d.ts +35 -0
- package/dist/esm/isUnexpected.d.ts.map +1 -0
- package/dist/esm/isUnexpected.js +111 -0
- package/dist/esm/isUnexpected.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.d.ts.map +1 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models.d.ts +47 -0
- package/dist/esm/models.d.ts.map +1 -0
- package/dist/esm/models.js +4 -0
- package/dist/esm/models.js.map +1 -0
- package/dist/esm/outputModels.d.ts +338 -0
- package/dist/esm/outputModels.d.ts.map +1 -0
- package/dist/esm/outputModels.js +4 -0
- package/dist/esm/outputModels.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/paginateHelper.d.ts +43 -0
- package/dist/esm/paginateHelper.d.ts.map +1 -0
- package/dist/esm/paginateHelper.js +70 -0
- package/dist/esm/paginateHelper.js.map +1 -0
- package/dist/esm/parameters.d.ts +65 -0
- package/dist/esm/parameters.d.ts.map +1 -0
- package/dist/esm/parameters.js +4 -0
- package/dist/esm/parameters.js.map +1 -0
- package/dist/esm/pollingHelper.d.ts +83 -0
- package/dist/esm/pollingHelper.d.ts.map +1 -0
- package/dist/esm/pollingHelper.js +97 -0
- package/dist/esm/pollingHelper.js.map +1 -0
- package/dist/esm/responses.d.ts +547 -0
- package/dist/esm/responses.d.ts.map +1 -0
- package/dist/esm/responses.js +4 -0
- package/dist/esm/responses.js.map +1 -0
- package/dist/react-native/azureDeveloperDevCenter.d.ts +11 -0
- package/dist/react-native/azureDeveloperDevCenter.d.ts.map +1 -0
- package/dist/react-native/azureDeveloperDevCenter.js +29 -0
- package/dist/react-native/azureDeveloperDevCenter.js.map +1 -0
- package/dist/react-native/clientDefinitions.d.ts +191 -0
- package/dist/react-native/clientDefinitions.d.ts.map +1 -0
- package/dist/react-native/clientDefinitions.js +4 -0
- package/dist/react-native/clientDefinitions.js.map +1 -0
- package/dist/react-native/index.d.ts +12 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +14 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/isUnexpected.d.ts +35 -0
- package/dist/react-native/isUnexpected.d.ts.map +1 -0
- package/dist/react-native/isUnexpected.js +111 -0
- package/dist/react-native/isUnexpected.js.map +1 -0
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.d.ts.map +1 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models.d.ts +47 -0
- package/dist/react-native/models.d.ts.map +1 -0
- package/dist/react-native/models.js +4 -0
- package/dist/react-native/models.js.map +1 -0
- package/dist/react-native/outputModels.d.ts +338 -0
- package/dist/react-native/outputModels.d.ts.map +1 -0
- package/dist/react-native/outputModels.js +4 -0
- package/dist/react-native/outputModels.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/paginateHelper.d.ts +43 -0
- package/dist/react-native/paginateHelper.d.ts.map +1 -0
- package/dist/react-native/paginateHelper.js +70 -0
- package/dist/react-native/paginateHelper.js.map +1 -0
- package/dist/react-native/parameters.d.ts +65 -0
- package/dist/react-native/parameters.d.ts.map +1 -0
- package/dist/react-native/parameters.js +4 -0
- package/dist/react-native/parameters.js.map +1 -0
- package/dist/react-native/pollingHelper.d.ts +83 -0
- package/dist/react-native/pollingHelper.d.ts.map +1 -0
- package/dist/react-native/pollingHelper.js +97 -0
- package/dist/react-native/pollingHelper.js.map +1 -0
- package/dist/react-native/responses.d.ts +547 -0
- package/dist/react-native/responses.d.ts.map +1 -0
- package/dist/react-native/responses.js +4 -0
- package/dist/react-native/responses.js.map +1 -0
- package/package.json +115 -94
- package/review/developer-devcenter.api.md +910 -967
- package/dist/index.js +0 -323
- package/dist/index.js.map +0 -1
- package/dist-esm/src/generated/azureDevCenter.js +0 -26
- package/dist-esm/src/generated/azureDevCenter.js.map +0 -1
- package/dist-esm/src/generated/clientDefinitions.js.map +0 -1
- package/dist-esm/src/generated/index.js +0 -14
- package/dist-esm/src/generated/index.js.map +0 -1
- package/dist-esm/src/generated/isUnexpected.js +0 -155
- package/dist-esm/src/generated/isUnexpected.js.map +0 -1
- package/dist-esm/src/generated/models.js.map +0 -1
- package/dist-esm/src/generated/outputModels.js.map +0 -1
- package/dist-esm/src/generated/paginateHelper.js.map +0 -1
- package/dist-esm/src/generated/parameters.js.map +0 -1
- package/dist-esm/src/generated/pollingHelper.js +0 -51
- package/dist-esm/src/generated/pollingHelper.js.map +0 -1
- package/dist-esm/src/generated/responses.js.map +0 -1
- package/dist-esm/src/index.js +0 -14
- package/dist-esm/src/index.js.map +0 -1
- package/types/developer-devcenter.d.ts +0 -1735
- /package/{dist-esm/src/generated → dist/browser}/clientDefinitions.js +0 -0
- /package/{dist-esm/src/generated → dist/browser}/models.js +0 -0
- /package/{dist-esm/src/generated → dist/browser}/outputModels.js +0 -0
- /package/{dist-esm/src/generated → dist/browser}/parameters.js +0 -0
- /package/{dist-esm/src/generated → dist/browser}/responses.js +0 -0
|
@@ -0,0 +1,547 @@
|
|
|
1
|
+
import { RawHttpHeaders } from "@azure/core-rest-pipeline";
|
|
2
|
+
import { HttpResponse, ErrorResponse } from "@azure-rest/core-client";
|
|
3
|
+
import { PagedProjectOutput, ProjectOutput, OperationStatusOutput, PagedPoolOutput, PoolOutput, PagedDevBoxOutput, PagedScheduleOutput, ScheduleOutput, DevBoxOutput, RemoteConnectionOutput, PagedDevBoxActionOutput, DevBoxActionOutput, PagedDevBoxActionDelayResultOutput, PagedEnvironmentOutput, EnvironmentOutput, PagedCatalogOutput, CatalogOutput, PagedEnvironmentDefinitionOutput, EnvironmentDefinitionOutput, PagedEnvironmentTypeOutput } from "./outputModels.js";
|
|
4
|
+
/** The request has succeeded. */
|
|
5
|
+
export interface ListProjects200Response extends HttpResponse {
|
|
6
|
+
status: "200";
|
|
7
|
+
body: PagedProjectOutput;
|
|
8
|
+
}
|
|
9
|
+
export interface ListProjectsDefaultHeaders {
|
|
10
|
+
/** String error code indicating what went wrong. */
|
|
11
|
+
"x-ms-error-code"?: string;
|
|
12
|
+
}
|
|
13
|
+
export interface ListProjectsDefaultResponse extends HttpResponse {
|
|
14
|
+
status: string;
|
|
15
|
+
body: ErrorResponse;
|
|
16
|
+
headers: RawHttpHeaders & ListProjectsDefaultHeaders;
|
|
17
|
+
}
|
|
18
|
+
/** The request has succeeded. */
|
|
19
|
+
export interface GetProject200Response extends HttpResponse {
|
|
20
|
+
status: "200";
|
|
21
|
+
body: ProjectOutput;
|
|
22
|
+
}
|
|
23
|
+
export interface GetProjectDefaultHeaders {
|
|
24
|
+
/** String error code indicating what went wrong. */
|
|
25
|
+
"x-ms-error-code"?: string;
|
|
26
|
+
}
|
|
27
|
+
export interface GetProjectDefaultResponse extends HttpResponse {
|
|
28
|
+
status: string;
|
|
29
|
+
body: ErrorResponse;
|
|
30
|
+
headers: RawHttpHeaders & GetProjectDefaultHeaders;
|
|
31
|
+
}
|
|
32
|
+
/** The request has succeeded. */
|
|
33
|
+
export interface Get200Response extends HttpResponse {
|
|
34
|
+
status: "200";
|
|
35
|
+
body: OperationStatusOutput;
|
|
36
|
+
}
|
|
37
|
+
export interface GetDefaultHeaders {
|
|
38
|
+
/** String error code indicating what went wrong. */
|
|
39
|
+
"x-ms-error-code"?: string;
|
|
40
|
+
}
|
|
41
|
+
export interface GetDefaultResponse extends HttpResponse {
|
|
42
|
+
status: string;
|
|
43
|
+
body: ErrorResponse;
|
|
44
|
+
headers: RawHttpHeaders & GetDefaultHeaders;
|
|
45
|
+
}
|
|
46
|
+
/** The request has succeeded. */
|
|
47
|
+
export interface ListPools200Response extends HttpResponse {
|
|
48
|
+
status: "200";
|
|
49
|
+
body: PagedPoolOutput;
|
|
50
|
+
}
|
|
51
|
+
export interface ListPoolsDefaultHeaders {
|
|
52
|
+
/** String error code indicating what went wrong. */
|
|
53
|
+
"x-ms-error-code"?: string;
|
|
54
|
+
}
|
|
55
|
+
export interface ListPoolsDefaultResponse extends HttpResponse {
|
|
56
|
+
status: string;
|
|
57
|
+
body: ErrorResponse;
|
|
58
|
+
headers: RawHttpHeaders & ListPoolsDefaultHeaders;
|
|
59
|
+
}
|
|
60
|
+
/** The request has succeeded. */
|
|
61
|
+
export interface GetPool200Response extends HttpResponse {
|
|
62
|
+
status: "200";
|
|
63
|
+
body: PoolOutput;
|
|
64
|
+
}
|
|
65
|
+
export interface GetPoolDefaultHeaders {
|
|
66
|
+
/** String error code indicating what went wrong. */
|
|
67
|
+
"x-ms-error-code"?: string;
|
|
68
|
+
}
|
|
69
|
+
export interface GetPoolDefaultResponse extends HttpResponse {
|
|
70
|
+
status: string;
|
|
71
|
+
body: ErrorResponse;
|
|
72
|
+
headers: RawHttpHeaders & GetPoolDefaultHeaders;
|
|
73
|
+
}
|
|
74
|
+
/** The request has succeeded. */
|
|
75
|
+
export interface ListAllDevBoxes200Response extends HttpResponse {
|
|
76
|
+
status: "200";
|
|
77
|
+
body: PagedDevBoxOutput;
|
|
78
|
+
}
|
|
79
|
+
export interface ListAllDevBoxesDefaultHeaders {
|
|
80
|
+
/** String error code indicating what went wrong. */
|
|
81
|
+
"x-ms-error-code"?: string;
|
|
82
|
+
}
|
|
83
|
+
export interface ListAllDevBoxesDefaultResponse extends HttpResponse {
|
|
84
|
+
status: string;
|
|
85
|
+
body: ErrorResponse;
|
|
86
|
+
headers: RawHttpHeaders & ListAllDevBoxesDefaultHeaders;
|
|
87
|
+
}
|
|
88
|
+
/** The request has succeeded. */
|
|
89
|
+
export interface ListAllDevBoxesByUser200Response extends HttpResponse {
|
|
90
|
+
status: "200";
|
|
91
|
+
body: PagedDevBoxOutput;
|
|
92
|
+
}
|
|
93
|
+
export interface ListAllDevBoxesByUserDefaultHeaders {
|
|
94
|
+
/** String error code indicating what went wrong. */
|
|
95
|
+
"x-ms-error-code"?: string;
|
|
96
|
+
}
|
|
97
|
+
export interface ListAllDevBoxesByUserDefaultResponse extends HttpResponse {
|
|
98
|
+
status: string;
|
|
99
|
+
body: ErrorResponse;
|
|
100
|
+
headers: RawHttpHeaders & ListAllDevBoxesByUserDefaultHeaders;
|
|
101
|
+
}
|
|
102
|
+
/** The request has succeeded. */
|
|
103
|
+
export interface ListSchedulesByPool200Response extends HttpResponse {
|
|
104
|
+
status: "200";
|
|
105
|
+
body: PagedScheduleOutput;
|
|
106
|
+
}
|
|
107
|
+
export interface ListSchedulesByPoolDefaultHeaders {
|
|
108
|
+
/** String error code indicating what went wrong. */
|
|
109
|
+
"x-ms-error-code"?: string;
|
|
110
|
+
}
|
|
111
|
+
export interface ListSchedulesByPoolDefaultResponse extends HttpResponse {
|
|
112
|
+
status: string;
|
|
113
|
+
body: ErrorResponse;
|
|
114
|
+
headers: RawHttpHeaders & ListSchedulesByPoolDefaultHeaders;
|
|
115
|
+
}
|
|
116
|
+
/** The request has succeeded. */
|
|
117
|
+
export interface GetScheduleByPool200Response extends HttpResponse {
|
|
118
|
+
status: "200";
|
|
119
|
+
body: ScheduleOutput;
|
|
120
|
+
}
|
|
121
|
+
export interface GetScheduleByPoolDefaultHeaders {
|
|
122
|
+
/** String error code indicating what went wrong. */
|
|
123
|
+
"x-ms-error-code"?: string;
|
|
124
|
+
}
|
|
125
|
+
export interface GetScheduleByPoolDefaultResponse extends HttpResponse {
|
|
126
|
+
status: string;
|
|
127
|
+
body: ErrorResponse;
|
|
128
|
+
headers: RawHttpHeaders & GetScheduleByPoolDefaultHeaders;
|
|
129
|
+
}
|
|
130
|
+
/** The request has succeeded. */
|
|
131
|
+
export interface ListDevBoxesByUser200Response extends HttpResponse {
|
|
132
|
+
status: "200";
|
|
133
|
+
body: PagedDevBoxOutput;
|
|
134
|
+
}
|
|
135
|
+
export interface ListDevBoxesByUserDefaultHeaders {
|
|
136
|
+
/** String error code indicating what went wrong. */
|
|
137
|
+
"x-ms-error-code"?: string;
|
|
138
|
+
}
|
|
139
|
+
export interface ListDevBoxesByUserDefaultResponse extends HttpResponse {
|
|
140
|
+
status: string;
|
|
141
|
+
body: ErrorResponse;
|
|
142
|
+
headers: RawHttpHeaders & ListDevBoxesByUserDefaultHeaders;
|
|
143
|
+
}
|
|
144
|
+
/** The request has succeeded. */
|
|
145
|
+
export interface GetDevBoxByUser200Response extends HttpResponse {
|
|
146
|
+
status: "200";
|
|
147
|
+
body: DevBoxOutput;
|
|
148
|
+
}
|
|
149
|
+
export interface GetDevBoxByUserDefaultHeaders {
|
|
150
|
+
/** String error code indicating what went wrong. */
|
|
151
|
+
"x-ms-error-code"?: string;
|
|
152
|
+
}
|
|
153
|
+
export interface GetDevBoxByUserDefaultResponse extends HttpResponse {
|
|
154
|
+
status: string;
|
|
155
|
+
body: ErrorResponse;
|
|
156
|
+
headers: RawHttpHeaders & GetDevBoxByUserDefaultHeaders;
|
|
157
|
+
}
|
|
158
|
+
/** The request has succeeded. */
|
|
159
|
+
export interface CreateDevBox200Response extends HttpResponse {
|
|
160
|
+
status: "200";
|
|
161
|
+
body: DevBoxOutput;
|
|
162
|
+
}
|
|
163
|
+
export interface CreateDevBox201Headers {
|
|
164
|
+
location: string;
|
|
165
|
+
"operation-location": string;
|
|
166
|
+
}
|
|
167
|
+
/** The request has succeeded and a new resource has been created as a result. */
|
|
168
|
+
export interface CreateDevBox201Response extends HttpResponse {
|
|
169
|
+
status: "201";
|
|
170
|
+
body: DevBoxOutput;
|
|
171
|
+
headers: RawHttpHeaders & CreateDevBox201Headers;
|
|
172
|
+
}
|
|
173
|
+
export interface CreateDevBoxDefaultHeaders {
|
|
174
|
+
/** String error code indicating what went wrong. */
|
|
175
|
+
"x-ms-error-code"?: string;
|
|
176
|
+
}
|
|
177
|
+
export interface CreateDevBoxDefaultResponse extends HttpResponse {
|
|
178
|
+
status: string;
|
|
179
|
+
body: ErrorResponse;
|
|
180
|
+
headers: RawHttpHeaders & CreateDevBoxDefaultHeaders;
|
|
181
|
+
}
|
|
182
|
+
/** The final response for long-running createDevBox operation */
|
|
183
|
+
export interface CreateDevBoxLogicalResponse extends HttpResponse {
|
|
184
|
+
status: "200";
|
|
185
|
+
body: DevBoxOutput;
|
|
186
|
+
}
|
|
187
|
+
export interface DeleteDevBox202Headers {
|
|
188
|
+
location: string;
|
|
189
|
+
"operation-location": string;
|
|
190
|
+
}
|
|
191
|
+
/** The request has been accepted for processing, but processing has not yet completed. */
|
|
192
|
+
export interface DeleteDevBox202Response extends HttpResponse {
|
|
193
|
+
status: "202";
|
|
194
|
+
body: OperationStatusOutput;
|
|
195
|
+
headers: RawHttpHeaders & DeleteDevBox202Headers;
|
|
196
|
+
}
|
|
197
|
+
/** There is no content to send for this request, but the headers may be useful. */
|
|
198
|
+
export interface DeleteDevBox204Response extends HttpResponse {
|
|
199
|
+
status: "204";
|
|
200
|
+
}
|
|
201
|
+
export interface DeleteDevBoxDefaultHeaders {
|
|
202
|
+
/** String error code indicating what went wrong. */
|
|
203
|
+
"x-ms-error-code"?: string;
|
|
204
|
+
}
|
|
205
|
+
export interface DeleteDevBoxDefaultResponse extends HttpResponse {
|
|
206
|
+
status: string;
|
|
207
|
+
body: ErrorResponse;
|
|
208
|
+
headers: RawHttpHeaders & DeleteDevBoxDefaultHeaders;
|
|
209
|
+
}
|
|
210
|
+
/** The final response for long-running deleteDevBox operation */
|
|
211
|
+
export interface DeleteDevBoxLogicalResponse extends HttpResponse {
|
|
212
|
+
status: "200";
|
|
213
|
+
body: OperationStatusOutput;
|
|
214
|
+
}
|
|
215
|
+
export interface StartDevBox202Headers {
|
|
216
|
+
/** The location for monitoring the operation state. */
|
|
217
|
+
"operation-location": string;
|
|
218
|
+
}
|
|
219
|
+
/** The request has been accepted for processing, but processing has not yet completed. */
|
|
220
|
+
export interface StartDevBox202Response extends HttpResponse {
|
|
221
|
+
status: "202";
|
|
222
|
+
body: OperationStatusOutput;
|
|
223
|
+
headers: RawHttpHeaders & StartDevBox202Headers;
|
|
224
|
+
}
|
|
225
|
+
export interface StartDevBoxDefaultHeaders {
|
|
226
|
+
/** String error code indicating what went wrong. */
|
|
227
|
+
"x-ms-error-code"?: string;
|
|
228
|
+
}
|
|
229
|
+
export interface StartDevBoxDefaultResponse extends HttpResponse {
|
|
230
|
+
status: string;
|
|
231
|
+
body: ErrorResponse;
|
|
232
|
+
headers: RawHttpHeaders & StartDevBoxDefaultHeaders;
|
|
233
|
+
}
|
|
234
|
+
/** The final response for long-running startDevBox operation */
|
|
235
|
+
export interface StartDevBoxLogicalResponse extends HttpResponse {
|
|
236
|
+
status: "200";
|
|
237
|
+
body: OperationStatusOutput;
|
|
238
|
+
}
|
|
239
|
+
export interface StopDevBox202Headers {
|
|
240
|
+
/** The location for monitoring the operation state. */
|
|
241
|
+
"operation-location": string;
|
|
242
|
+
}
|
|
243
|
+
/** The request has been accepted for processing, but processing has not yet completed. */
|
|
244
|
+
export interface StopDevBox202Response extends HttpResponse {
|
|
245
|
+
status: "202";
|
|
246
|
+
body: OperationStatusOutput;
|
|
247
|
+
headers: RawHttpHeaders & StopDevBox202Headers;
|
|
248
|
+
}
|
|
249
|
+
export interface StopDevBoxDefaultHeaders {
|
|
250
|
+
/** String error code indicating what went wrong. */
|
|
251
|
+
"x-ms-error-code"?: string;
|
|
252
|
+
}
|
|
253
|
+
export interface StopDevBoxDefaultResponse extends HttpResponse {
|
|
254
|
+
status: string;
|
|
255
|
+
body: ErrorResponse;
|
|
256
|
+
headers: RawHttpHeaders & StopDevBoxDefaultHeaders;
|
|
257
|
+
}
|
|
258
|
+
/** The final response for long-running stopDevBox operation */
|
|
259
|
+
export interface StopDevBoxLogicalResponse extends HttpResponse {
|
|
260
|
+
status: "200";
|
|
261
|
+
body: OperationStatusOutput;
|
|
262
|
+
}
|
|
263
|
+
export interface RestartDevBox202Headers {
|
|
264
|
+
/** The location for monitoring the operation state. */
|
|
265
|
+
"operation-location": string;
|
|
266
|
+
}
|
|
267
|
+
/** The request has been accepted for processing, but processing has not yet completed. */
|
|
268
|
+
export interface RestartDevBox202Response extends HttpResponse {
|
|
269
|
+
status: "202";
|
|
270
|
+
body: OperationStatusOutput;
|
|
271
|
+
headers: RawHttpHeaders & RestartDevBox202Headers;
|
|
272
|
+
}
|
|
273
|
+
export interface RestartDevBoxDefaultHeaders {
|
|
274
|
+
/** String error code indicating what went wrong. */
|
|
275
|
+
"x-ms-error-code"?: string;
|
|
276
|
+
}
|
|
277
|
+
export interface RestartDevBoxDefaultResponse extends HttpResponse {
|
|
278
|
+
status: string;
|
|
279
|
+
body: ErrorResponse;
|
|
280
|
+
headers: RawHttpHeaders & RestartDevBoxDefaultHeaders;
|
|
281
|
+
}
|
|
282
|
+
/** The final response for long-running restartDevBox operation */
|
|
283
|
+
export interface RestartDevBoxLogicalResponse extends HttpResponse {
|
|
284
|
+
status: "200";
|
|
285
|
+
body: OperationStatusOutput;
|
|
286
|
+
}
|
|
287
|
+
/** The request has succeeded. */
|
|
288
|
+
export interface GetRemoteConnection200Response extends HttpResponse {
|
|
289
|
+
status: "200";
|
|
290
|
+
body: RemoteConnectionOutput;
|
|
291
|
+
}
|
|
292
|
+
export interface GetRemoteConnectionDefaultHeaders {
|
|
293
|
+
/** String error code indicating what went wrong. */
|
|
294
|
+
"x-ms-error-code"?: string;
|
|
295
|
+
}
|
|
296
|
+
export interface GetRemoteConnectionDefaultResponse extends HttpResponse {
|
|
297
|
+
status: string;
|
|
298
|
+
body: ErrorResponse;
|
|
299
|
+
headers: RawHttpHeaders & GetRemoteConnectionDefaultHeaders;
|
|
300
|
+
}
|
|
301
|
+
/** The request has succeeded. */
|
|
302
|
+
export interface ListActions200Response extends HttpResponse {
|
|
303
|
+
status: "200";
|
|
304
|
+
body: PagedDevBoxActionOutput;
|
|
305
|
+
}
|
|
306
|
+
export interface ListActionsDefaultHeaders {
|
|
307
|
+
/** String error code indicating what went wrong. */
|
|
308
|
+
"x-ms-error-code"?: string;
|
|
309
|
+
}
|
|
310
|
+
export interface ListActionsDefaultResponse extends HttpResponse {
|
|
311
|
+
status: string;
|
|
312
|
+
body: ErrorResponse;
|
|
313
|
+
headers: RawHttpHeaders & ListActionsDefaultHeaders;
|
|
314
|
+
}
|
|
315
|
+
/** The request has succeeded. */
|
|
316
|
+
export interface GetAction200Response extends HttpResponse {
|
|
317
|
+
status: "200";
|
|
318
|
+
body: DevBoxActionOutput;
|
|
319
|
+
}
|
|
320
|
+
export interface GetActionDefaultHeaders {
|
|
321
|
+
/** String error code indicating what went wrong. */
|
|
322
|
+
"x-ms-error-code"?: string;
|
|
323
|
+
}
|
|
324
|
+
export interface GetActionDefaultResponse extends HttpResponse {
|
|
325
|
+
status: string;
|
|
326
|
+
body: ErrorResponse;
|
|
327
|
+
headers: RawHttpHeaders & GetActionDefaultHeaders;
|
|
328
|
+
}
|
|
329
|
+
/** There is no content to send for this request, but the headers may be useful. */
|
|
330
|
+
export interface SkipAction204Response extends HttpResponse {
|
|
331
|
+
status: "204";
|
|
332
|
+
}
|
|
333
|
+
export interface SkipActionDefaultHeaders {
|
|
334
|
+
/** String error code indicating what went wrong. */
|
|
335
|
+
"x-ms-error-code"?: string;
|
|
336
|
+
}
|
|
337
|
+
export interface SkipActionDefaultResponse extends HttpResponse {
|
|
338
|
+
status: string;
|
|
339
|
+
body: ErrorResponse;
|
|
340
|
+
headers: RawHttpHeaders & SkipActionDefaultHeaders;
|
|
341
|
+
}
|
|
342
|
+
/** The request has succeeded. */
|
|
343
|
+
export interface DelayAction200Response extends HttpResponse {
|
|
344
|
+
status: "200";
|
|
345
|
+
body: DevBoxActionOutput;
|
|
346
|
+
}
|
|
347
|
+
export interface DelayActionDefaultHeaders {
|
|
348
|
+
/** String error code indicating what went wrong. */
|
|
349
|
+
"x-ms-error-code"?: string;
|
|
350
|
+
}
|
|
351
|
+
export interface DelayActionDefaultResponse extends HttpResponse {
|
|
352
|
+
status: string;
|
|
353
|
+
body: ErrorResponse;
|
|
354
|
+
headers: RawHttpHeaders & DelayActionDefaultHeaders;
|
|
355
|
+
}
|
|
356
|
+
/** The request has succeeded. */
|
|
357
|
+
export interface DelayActions200Response extends HttpResponse {
|
|
358
|
+
status: "200";
|
|
359
|
+
body: PagedDevBoxActionDelayResultOutput;
|
|
360
|
+
}
|
|
361
|
+
export interface DelayActionsDefaultHeaders {
|
|
362
|
+
/** String error code indicating what went wrong. */
|
|
363
|
+
"x-ms-error-code"?: string;
|
|
364
|
+
}
|
|
365
|
+
export interface DelayActionsDefaultResponse extends HttpResponse {
|
|
366
|
+
status: string;
|
|
367
|
+
body: ErrorResponse;
|
|
368
|
+
headers: RawHttpHeaders & DelayActionsDefaultHeaders;
|
|
369
|
+
}
|
|
370
|
+
/** The request has succeeded. */
|
|
371
|
+
export interface ListEnvironments200Response extends HttpResponse {
|
|
372
|
+
status: "200";
|
|
373
|
+
body: PagedEnvironmentOutput;
|
|
374
|
+
}
|
|
375
|
+
export interface ListEnvironmentsDefaultHeaders {
|
|
376
|
+
/** String error code indicating what went wrong. */
|
|
377
|
+
"x-ms-error-code"?: string;
|
|
378
|
+
}
|
|
379
|
+
export interface ListEnvironmentsDefaultResponse extends HttpResponse {
|
|
380
|
+
status: string;
|
|
381
|
+
body: ErrorResponse;
|
|
382
|
+
headers: RawHttpHeaders & ListEnvironmentsDefaultHeaders;
|
|
383
|
+
}
|
|
384
|
+
/** The request has succeeded. */
|
|
385
|
+
export interface ListEnvironmentsByUser200Response extends HttpResponse {
|
|
386
|
+
status: "200";
|
|
387
|
+
body: PagedEnvironmentOutput;
|
|
388
|
+
}
|
|
389
|
+
export interface ListEnvironmentsByUserDefaultHeaders {
|
|
390
|
+
/** String error code indicating what went wrong. */
|
|
391
|
+
"x-ms-error-code"?: string;
|
|
392
|
+
}
|
|
393
|
+
export interface ListEnvironmentsByUserDefaultResponse extends HttpResponse {
|
|
394
|
+
status: string;
|
|
395
|
+
body: ErrorResponse;
|
|
396
|
+
headers: RawHttpHeaders & ListEnvironmentsByUserDefaultHeaders;
|
|
397
|
+
}
|
|
398
|
+
/** The request has succeeded. */
|
|
399
|
+
export interface GetEnvironmentByUser200Response extends HttpResponse {
|
|
400
|
+
status: "200";
|
|
401
|
+
body: EnvironmentOutput;
|
|
402
|
+
}
|
|
403
|
+
export interface GetEnvironmentByUserDefaultHeaders {
|
|
404
|
+
/** String error code indicating what went wrong. */
|
|
405
|
+
"x-ms-error-code"?: string;
|
|
406
|
+
}
|
|
407
|
+
export interface GetEnvironmentByUserDefaultResponse extends HttpResponse {
|
|
408
|
+
status: string;
|
|
409
|
+
body: ErrorResponse;
|
|
410
|
+
headers: RawHttpHeaders & GetEnvironmentByUserDefaultHeaders;
|
|
411
|
+
}
|
|
412
|
+
export interface CreateOrReplaceEnvironment201Headers {
|
|
413
|
+
"operation-location": string;
|
|
414
|
+
}
|
|
415
|
+
/** The request has succeeded and a new resource has been created as a result. */
|
|
416
|
+
export interface CreateOrReplaceEnvironment201Response extends HttpResponse {
|
|
417
|
+
status: "201";
|
|
418
|
+
body: EnvironmentOutput;
|
|
419
|
+
headers: RawHttpHeaders & CreateOrReplaceEnvironment201Headers;
|
|
420
|
+
}
|
|
421
|
+
export interface CreateOrReplaceEnvironmentDefaultHeaders {
|
|
422
|
+
/** String error code indicating what went wrong. */
|
|
423
|
+
"x-ms-error-code"?: string;
|
|
424
|
+
}
|
|
425
|
+
export interface CreateOrReplaceEnvironmentDefaultResponse extends HttpResponse {
|
|
426
|
+
status: string;
|
|
427
|
+
body: ErrorResponse;
|
|
428
|
+
headers: RawHttpHeaders & CreateOrReplaceEnvironmentDefaultHeaders;
|
|
429
|
+
}
|
|
430
|
+
/** The final response for long-running createOrReplaceEnvironment operation */
|
|
431
|
+
export interface CreateOrReplaceEnvironmentLogicalResponse extends HttpResponse {
|
|
432
|
+
status: "200";
|
|
433
|
+
body: EnvironmentOutput;
|
|
434
|
+
}
|
|
435
|
+
export interface DeleteEnvironment202Headers {
|
|
436
|
+
location: string;
|
|
437
|
+
"operation-location": string;
|
|
438
|
+
}
|
|
439
|
+
/** The request has been accepted for processing, but processing has not yet completed. */
|
|
440
|
+
export interface DeleteEnvironment202Response extends HttpResponse {
|
|
441
|
+
status: "202";
|
|
442
|
+
body: OperationStatusOutput;
|
|
443
|
+
headers: RawHttpHeaders & DeleteEnvironment202Headers;
|
|
444
|
+
}
|
|
445
|
+
/** There is no content to send for this request, but the headers may be useful. */
|
|
446
|
+
export interface DeleteEnvironment204Response extends HttpResponse {
|
|
447
|
+
status: "204";
|
|
448
|
+
}
|
|
449
|
+
export interface DeleteEnvironmentDefaultHeaders {
|
|
450
|
+
/** String error code indicating what went wrong. */
|
|
451
|
+
"x-ms-error-code"?: string;
|
|
452
|
+
}
|
|
453
|
+
export interface DeleteEnvironmentDefaultResponse extends HttpResponse {
|
|
454
|
+
status: string;
|
|
455
|
+
body: ErrorResponse;
|
|
456
|
+
headers: RawHttpHeaders & DeleteEnvironmentDefaultHeaders;
|
|
457
|
+
}
|
|
458
|
+
/** The final response for long-running deleteEnvironment operation */
|
|
459
|
+
export interface DeleteEnvironmentLogicalResponse extends HttpResponse {
|
|
460
|
+
status: "200";
|
|
461
|
+
body: OperationStatusOutput;
|
|
462
|
+
}
|
|
463
|
+
/** The request has succeeded. */
|
|
464
|
+
export interface ListCatalogsByProject200Response extends HttpResponse {
|
|
465
|
+
status: "200";
|
|
466
|
+
body: PagedCatalogOutput;
|
|
467
|
+
}
|
|
468
|
+
export interface ListCatalogsByProjectDefaultHeaders {
|
|
469
|
+
/** String error code indicating what went wrong. */
|
|
470
|
+
"x-ms-error-code"?: string;
|
|
471
|
+
}
|
|
472
|
+
export interface ListCatalogsByProjectDefaultResponse extends HttpResponse {
|
|
473
|
+
status: string;
|
|
474
|
+
body: ErrorResponse;
|
|
475
|
+
headers: RawHttpHeaders & ListCatalogsByProjectDefaultHeaders;
|
|
476
|
+
}
|
|
477
|
+
/** The request has succeeded. */
|
|
478
|
+
export interface GetCatalog200Response extends HttpResponse {
|
|
479
|
+
status: "200";
|
|
480
|
+
body: CatalogOutput;
|
|
481
|
+
}
|
|
482
|
+
export interface GetCatalogDefaultHeaders {
|
|
483
|
+
/** String error code indicating what went wrong. */
|
|
484
|
+
"x-ms-error-code"?: string;
|
|
485
|
+
}
|
|
486
|
+
export interface GetCatalogDefaultResponse extends HttpResponse {
|
|
487
|
+
status: string;
|
|
488
|
+
body: ErrorResponse;
|
|
489
|
+
headers: RawHttpHeaders & GetCatalogDefaultHeaders;
|
|
490
|
+
}
|
|
491
|
+
/** The request has succeeded. */
|
|
492
|
+
export interface ListEnvironmentDefinitionsByProject200Response extends HttpResponse {
|
|
493
|
+
status: "200";
|
|
494
|
+
body: PagedEnvironmentDefinitionOutput;
|
|
495
|
+
}
|
|
496
|
+
export interface ListEnvironmentDefinitionsByProjectDefaultHeaders {
|
|
497
|
+
/** String error code indicating what went wrong. */
|
|
498
|
+
"x-ms-error-code"?: string;
|
|
499
|
+
}
|
|
500
|
+
export interface ListEnvironmentDefinitionsByProjectDefaultResponse extends HttpResponse {
|
|
501
|
+
status: string;
|
|
502
|
+
body: ErrorResponse;
|
|
503
|
+
headers: RawHttpHeaders & ListEnvironmentDefinitionsByProjectDefaultHeaders;
|
|
504
|
+
}
|
|
505
|
+
/** The request has succeeded. */
|
|
506
|
+
export interface ListEnvironmentDefinitionsByCatalog200Response extends HttpResponse {
|
|
507
|
+
status: "200";
|
|
508
|
+
body: PagedEnvironmentDefinitionOutput;
|
|
509
|
+
}
|
|
510
|
+
export interface ListEnvironmentDefinitionsByCatalogDefaultHeaders {
|
|
511
|
+
/** String error code indicating what went wrong. */
|
|
512
|
+
"x-ms-error-code"?: string;
|
|
513
|
+
}
|
|
514
|
+
export interface ListEnvironmentDefinitionsByCatalogDefaultResponse extends HttpResponse {
|
|
515
|
+
status: string;
|
|
516
|
+
body: ErrorResponse;
|
|
517
|
+
headers: RawHttpHeaders & ListEnvironmentDefinitionsByCatalogDefaultHeaders;
|
|
518
|
+
}
|
|
519
|
+
/** The request has succeeded. */
|
|
520
|
+
export interface GetEnvironmentDefinition200Response extends HttpResponse {
|
|
521
|
+
status: "200";
|
|
522
|
+
body: EnvironmentDefinitionOutput;
|
|
523
|
+
}
|
|
524
|
+
export interface GetEnvironmentDefinitionDefaultHeaders {
|
|
525
|
+
/** String error code indicating what went wrong. */
|
|
526
|
+
"x-ms-error-code"?: string;
|
|
527
|
+
}
|
|
528
|
+
export interface GetEnvironmentDefinitionDefaultResponse extends HttpResponse {
|
|
529
|
+
status: string;
|
|
530
|
+
body: ErrorResponse;
|
|
531
|
+
headers: RawHttpHeaders & GetEnvironmentDefinitionDefaultHeaders;
|
|
532
|
+
}
|
|
533
|
+
/** The request has succeeded. */
|
|
534
|
+
export interface ListEnvironmentTypes200Response extends HttpResponse {
|
|
535
|
+
status: "200";
|
|
536
|
+
body: PagedEnvironmentTypeOutput;
|
|
537
|
+
}
|
|
538
|
+
export interface ListEnvironmentTypesDefaultHeaders {
|
|
539
|
+
/** String error code indicating what went wrong. */
|
|
540
|
+
"x-ms-error-code"?: string;
|
|
541
|
+
}
|
|
542
|
+
export interface ListEnvironmentTypesDefaultResponse extends HttpResponse {
|
|
543
|
+
status: string;
|
|
544
|
+
body: ErrorResponse;
|
|
545
|
+
headers: RawHttpHeaders & ListEnvironmentTypesDefaultHeaders;
|
|
546
|
+
}
|
|
547
|
+
//# sourceMappingURL=responses.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"responses.d.ts","sourceRoot":"","sources":["../../src/responses.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"responses.js","sourceRoot":"","sources":["../../src/responses.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nimport { RawHttpHeaders } from \"@azure/core-rest-pipeline\";\nimport { HttpResponse, ErrorResponse } from \"@azure-rest/core-client\";\nimport {\n PagedProjectOutput,\n ProjectOutput,\n OperationStatusOutput,\n PagedPoolOutput,\n PoolOutput,\n PagedDevBoxOutput,\n PagedScheduleOutput,\n ScheduleOutput,\n DevBoxOutput,\n RemoteConnectionOutput,\n PagedDevBoxActionOutput,\n DevBoxActionOutput,\n PagedDevBoxActionDelayResultOutput,\n PagedEnvironmentOutput,\n EnvironmentOutput,\n PagedCatalogOutput,\n CatalogOutput,\n PagedEnvironmentDefinitionOutput,\n EnvironmentDefinitionOutput,\n PagedEnvironmentTypeOutput,\n} from \"./outputModels.js\";\n\n/** The request has succeeded. */\nexport interface ListProjects200Response extends HttpResponse {\n status: \"200\";\n body: PagedProjectOutput;\n}\n\nexport interface ListProjectsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListProjectsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListProjectsDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface GetProject200Response extends HttpResponse {\n status: \"200\";\n body: ProjectOutput;\n}\n\nexport interface GetProjectDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetProjectDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetProjectDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface Get200Response extends HttpResponse {\n status: \"200\";\n body: OperationStatusOutput;\n}\n\nexport interface GetDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface ListPools200Response extends HttpResponse {\n status: \"200\";\n body: PagedPoolOutput;\n}\n\nexport interface ListPoolsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListPoolsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListPoolsDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface GetPool200Response extends HttpResponse {\n status: \"200\";\n body: PoolOutput;\n}\n\nexport interface GetPoolDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetPoolDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetPoolDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface ListAllDevBoxes200Response extends HttpResponse {\n status: \"200\";\n body: PagedDevBoxOutput;\n}\n\nexport interface ListAllDevBoxesDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListAllDevBoxesDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListAllDevBoxesDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface ListAllDevBoxesByUser200Response extends HttpResponse {\n status: \"200\";\n body: PagedDevBoxOutput;\n}\n\nexport interface ListAllDevBoxesByUserDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListAllDevBoxesByUserDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListAllDevBoxesByUserDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface ListSchedulesByPool200Response extends HttpResponse {\n status: \"200\";\n body: PagedScheduleOutput;\n}\n\nexport interface ListSchedulesByPoolDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListSchedulesByPoolDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListSchedulesByPoolDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface GetScheduleByPool200Response extends HttpResponse {\n status: \"200\";\n body: ScheduleOutput;\n}\n\nexport interface GetScheduleByPoolDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetScheduleByPoolDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetScheduleByPoolDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface ListDevBoxesByUser200Response extends HttpResponse {\n status: \"200\";\n body: PagedDevBoxOutput;\n}\n\nexport interface ListDevBoxesByUserDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListDevBoxesByUserDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListDevBoxesByUserDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface GetDevBoxByUser200Response extends HttpResponse {\n status: \"200\";\n body: DevBoxOutput;\n}\n\nexport interface GetDevBoxByUserDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetDevBoxByUserDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetDevBoxByUserDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface CreateDevBox200Response extends HttpResponse {\n status: \"200\";\n body: DevBoxOutput;\n}\n\nexport interface CreateDevBox201Headers {\n location: string;\n \"operation-location\": string;\n}\n\n/** The request has succeeded and a new resource has been created as a result. */\nexport interface CreateDevBox201Response extends HttpResponse {\n status: \"201\";\n body: DevBoxOutput;\n headers: RawHttpHeaders & CreateDevBox201Headers;\n}\n\nexport interface CreateDevBoxDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface CreateDevBoxDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & CreateDevBoxDefaultHeaders;\n}\n\n/** The final response for long-running createDevBox operation */\nexport interface CreateDevBoxLogicalResponse extends HttpResponse {\n status: \"200\";\n body: DevBoxOutput;\n}\n\nexport interface DeleteDevBox202Headers {\n location: string;\n \"operation-location\": string;\n}\n\n/** The request has been accepted for processing, but processing has not yet completed. */\nexport interface DeleteDevBox202Response extends HttpResponse {\n status: \"202\";\n body: OperationStatusOutput;\n headers: RawHttpHeaders & DeleteDevBox202Headers;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface DeleteDevBox204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface DeleteDevBoxDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface DeleteDevBoxDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & DeleteDevBoxDefaultHeaders;\n}\n\n/** The final response for long-running deleteDevBox operation */\nexport interface DeleteDevBoxLogicalResponse extends HttpResponse {\n status: \"200\";\n body: OperationStatusOutput;\n}\n\nexport interface StartDevBox202Headers {\n /** The location for monitoring the operation state. */\n \"operation-location\": string;\n}\n\n/** The request has been accepted for processing, but processing has not yet completed. */\nexport interface StartDevBox202Response extends HttpResponse {\n status: \"202\";\n body: OperationStatusOutput;\n headers: RawHttpHeaders & StartDevBox202Headers;\n}\n\nexport interface StartDevBoxDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface StartDevBoxDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & StartDevBoxDefaultHeaders;\n}\n\n/** The final response for long-running startDevBox operation */\nexport interface StartDevBoxLogicalResponse extends HttpResponse {\n status: \"200\";\n body: OperationStatusOutput;\n}\n\nexport interface StopDevBox202Headers {\n /** The location for monitoring the operation state. */\n \"operation-location\": string;\n}\n\n/** The request has been accepted for processing, but processing has not yet completed. */\nexport interface StopDevBox202Response extends HttpResponse {\n status: \"202\";\n body: OperationStatusOutput;\n headers: RawHttpHeaders & StopDevBox202Headers;\n}\n\nexport interface StopDevBoxDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface StopDevBoxDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & StopDevBoxDefaultHeaders;\n}\n\n/** The final response for long-running stopDevBox operation */\nexport interface StopDevBoxLogicalResponse extends HttpResponse {\n status: \"200\";\n body: OperationStatusOutput;\n}\n\nexport interface RestartDevBox202Headers {\n /** The location for monitoring the operation state. */\n \"operation-location\": string;\n}\n\n/** The request has been accepted for processing, but processing has not yet completed. */\nexport interface RestartDevBox202Response extends HttpResponse {\n status: \"202\";\n body: OperationStatusOutput;\n headers: RawHttpHeaders & RestartDevBox202Headers;\n}\n\nexport interface RestartDevBoxDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface RestartDevBoxDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & RestartDevBoxDefaultHeaders;\n}\n\n/** The final response for long-running restartDevBox operation */\nexport interface RestartDevBoxLogicalResponse extends HttpResponse {\n status: \"200\";\n body: OperationStatusOutput;\n}\n\n/** The request has succeeded. */\nexport interface GetRemoteConnection200Response extends HttpResponse {\n status: \"200\";\n body: RemoteConnectionOutput;\n}\n\nexport interface GetRemoteConnectionDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetRemoteConnectionDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetRemoteConnectionDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface ListActions200Response extends HttpResponse {\n status: \"200\";\n body: PagedDevBoxActionOutput;\n}\n\nexport interface ListActionsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListActionsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListActionsDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface GetAction200Response extends HttpResponse {\n status: \"200\";\n body: DevBoxActionOutput;\n}\n\nexport interface GetActionDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetActionDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetActionDefaultHeaders;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface SkipAction204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface SkipActionDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface SkipActionDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & SkipActionDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface DelayAction200Response extends HttpResponse {\n status: \"200\";\n body: DevBoxActionOutput;\n}\n\nexport interface DelayActionDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface DelayActionDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & DelayActionDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface DelayActions200Response extends HttpResponse {\n status: \"200\";\n body: PagedDevBoxActionDelayResultOutput;\n}\n\nexport interface DelayActionsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface DelayActionsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & DelayActionsDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface ListEnvironments200Response extends HttpResponse {\n status: \"200\";\n body: PagedEnvironmentOutput;\n}\n\nexport interface ListEnvironmentsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListEnvironmentsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListEnvironmentsDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface ListEnvironmentsByUser200Response extends HttpResponse {\n status: \"200\";\n body: PagedEnvironmentOutput;\n}\n\nexport interface ListEnvironmentsByUserDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListEnvironmentsByUserDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListEnvironmentsByUserDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface GetEnvironmentByUser200Response extends HttpResponse {\n status: \"200\";\n body: EnvironmentOutput;\n}\n\nexport interface GetEnvironmentByUserDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetEnvironmentByUserDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetEnvironmentByUserDefaultHeaders;\n}\n\nexport interface CreateOrReplaceEnvironment201Headers {\n \"operation-location\": string;\n}\n\n/** The request has succeeded and a new resource has been created as a result. */\nexport interface CreateOrReplaceEnvironment201Response extends HttpResponse {\n status: \"201\";\n body: EnvironmentOutput;\n headers: RawHttpHeaders & CreateOrReplaceEnvironment201Headers;\n}\n\nexport interface CreateOrReplaceEnvironmentDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface CreateOrReplaceEnvironmentDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & CreateOrReplaceEnvironmentDefaultHeaders;\n}\n\n/** The final response for long-running createOrReplaceEnvironment operation */\nexport interface CreateOrReplaceEnvironmentLogicalResponse extends HttpResponse {\n status: \"200\";\n body: EnvironmentOutput;\n}\n\nexport interface DeleteEnvironment202Headers {\n location: string;\n \"operation-location\": string;\n}\n\n/** The request has been accepted for processing, but processing has not yet completed. */\nexport interface DeleteEnvironment202Response extends HttpResponse {\n status: \"202\";\n body: OperationStatusOutput;\n headers: RawHttpHeaders & DeleteEnvironment202Headers;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface DeleteEnvironment204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface DeleteEnvironmentDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface DeleteEnvironmentDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & DeleteEnvironmentDefaultHeaders;\n}\n\n/** The final response for long-running deleteEnvironment operation */\nexport interface DeleteEnvironmentLogicalResponse extends HttpResponse {\n status: \"200\";\n body: OperationStatusOutput;\n}\n\n/** The request has succeeded. */\nexport interface ListCatalogsByProject200Response extends HttpResponse {\n status: \"200\";\n body: PagedCatalogOutput;\n}\n\nexport interface ListCatalogsByProjectDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListCatalogsByProjectDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListCatalogsByProjectDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface GetCatalog200Response extends HttpResponse {\n status: \"200\";\n body: CatalogOutput;\n}\n\nexport interface GetCatalogDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetCatalogDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetCatalogDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface ListEnvironmentDefinitionsByProject200Response extends HttpResponse {\n status: \"200\";\n body: PagedEnvironmentDefinitionOutput;\n}\n\nexport interface ListEnvironmentDefinitionsByProjectDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListEnvironmentDefinitionsByProjectDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListEnvironmentDefinitionsByProjectDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface ListEnvironmentDefinitionsByCatalog200Response extends HttpResponse {\n status: \"200\";\n body: PagedEnvironmentDefinitionOutput;\n}\n\nexport interface ListEnvironmentDefinitionsByCatalogDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListEnvironmentDefinitionsByCatalogDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListEnvironmentDefinitionsByCatalogDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface GetEnvironmentDefinition200Response extends HttpResponse {\n status: \"200\";\n body: EnvironmentDefinitionOutput;\n}\n\nexport interface GetEnvironmentDefinitionDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetEnvironmentDefinitionDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetEnvironmentDefinitionDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface ListEnvironmentTypes200Response extends HttpResponse {\n status: \"200\";\n body: PagedEnvironmentTypeOutput;\n}\n\nexport interface ListEnvironmentTypesDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListEnvironmentTypesDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListEnvironmentTypesDefaultHeaders;\n}\n"]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ClientOptions } from "@azure-rest/core-client";
|
|
2
|
+
import { TokenCredential } from "@azure/core-auth";
|
|
3
|
+
import { AzureDeveloperDevCenterClient } from "./clientDefinitions.js";
|
|
4
|
+
/**
|
|
5
|
+
* Initialize a new instance of `AzureDeveloperDevCenterClient`
|
|
6
|
+
* @param endpointParam - The DevCenter-specific URI to operate on.
|
|
7
|
+
* @param credentials - uniquely identify client credential
|
|
8
|
+
* @param options - the parameter for all optional parameters
|
|
9
|
+
*/
|
|
10
|
+
export default function createClient(endpointParam: string, credentials: TokenCredential, options?: ClientOptions): AzureDeveloperDevCenterClient;
|
|
11
|
+
//# sourceMappingURL=azureDeveloperDevCenter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"azureDeveloperDevCenter.d.ts","sourceRoot":"","sources":["../../src/azureDeveloperDevCenter.ts"],"names":[],"mappings":"AAGA,OAAO,EAAa,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAEnE,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,EAAE,6BAA6B,EAAE,MAAM,wBAAwB,CAAC;AAEvE;;;;;GAKG;AACH,MAAM,CAAC,OAAO,UAAU,YAAY,CAClC,aAAa,EAAE,MAAM,EACrB,WAAW,EAAE,eAAe,EAC5B,OAAO,GAAE,aAAkB,GAC1B,6BAA6B,CAwB/B"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT license.
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.default = createClient;
|
|
6
|
+
const core_client_1 = require("@azure-rest/core-client");
|
|
7
|
+
const logger_js_1 = require("./logger.js");
|
|
8
|
+
/**
|
|
9
|
+
* Initialize a new instance of `AzureDeveloperDevCenterClient`
|
|
10
|
+
* @param endpointParam - The DevCenter-specific URI to operate on.
|
|
11
|
+
* @param credentials - uniquely identify client credential
|
|
12
|
+
* @param options - the parameter for all optional parameters
|
|
13
|
+
*/
|
|
14
|
+
function createClient(endpointParam, credentials, options = {}) {
|
|
15
|
+
var _a, _b, _c, _d, _e, _f, _g;
|
|
16
|
+
const endpointUrl = (_b = (_a = options.endpoint) !== null && _a !== void 0 ? _a : options.baseUrl) !== null && _b !== void 0 ? _b : `${endpointParam}`;
|
|
17
|
+
options.apiVersion = (_c = options.apiVersion) !== null && _c !== void 0 ? _c : "2023-04-01";
|
|
18
|
+
const userAgentInfo = `azsdk-js-developer-devcenter-rest/1.0.0`;
|
|
19
|
+
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
20
|
+
? `${options.userAgentOptions.userAgentPrefix} ${userAgentInfo}`
|
|
21
|
+
: `${userAgentInfo}`;
|
|
22
|
+
options = Object.assign(Object.assign({}, options), { userAgentOptions: {
|
|
23
|
+
userAgentPrefix,
|
|
24
|
+
}, loggingOptions: {
|
|
25
|
+
logger: (_e = (_d = options.loggingOptions) === null || _d === void 0 ? void 0 : _d.logger) !== null && _e !== void 0 ? _e : logger_js_1.logger.info,
|
|
26
|
+
}, credentials: {
|
|
27
|
+
scopes: (_g = (_f = options.credentials) === null || _f === void 0 ? void 0 : _f.scopes) !== null && _g !== void 0 ? _g : ["https://devcenter.azure.com/.default"],
|
|
28
|
+
} });
|
|
29
|
+
const client = (0, core_client_1.getClient)(endpointUrl, credentials, options);
|
|
30
|
+
return client;
|
|
31
|
+
}
|
|
32
|
+
//# sourceMappingURL=azureDeveloperDevCenter.js.map
|