@aws-sdk/client-workspaces-thin-client 3.1068.0 → 3.1070.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/dist-cjs/auth/httpAuthSchemeProvider.js +9 -15
- package/dist-cjs/endpoint/bdd.js +2 -5
- package/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/dist-cjs/index.js +91 -111
- package/dist-cjs/models/WorkSpacesThinClientServiceException.js +4 -8
- package/dist-cjs/models/errors.js +15 -25
- package/dist-cjs/runtimeConfig.browser.js +22 -26
- package/dist-cjs/runtimeConfig.js +30 -34
- package/dist-cjs/runtimeConfig.native.js +4 -7
- package/dist-cjs/runtimeConfig.shared.js +20 -24
- package/dist-cjs/schemas/schemas_0.js +142 -97
- package/package.json +8 -8
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ValidationExceptionField$ = exports.UpdateSoftwareSetResponse$ = exports.UpdateSoftwareSetRequest$ = exports.UpdateEnvironmentResponse$ = exports.UpdateEnvironmentRequest$ = exports.UpdateDeviceResponse$ = exports.UpdateDeviceRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.SoftwareSetSummary$ = exports.SoftwareSet$ = exports.Software$ = exports.MaintenanceWindow$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListSoftwareSetsResponse$ = exports.ListSoftwareSetsRequest$ = exports.ListEnvironmentsResponse$ = exports.ListEnvironmentsRequest$ = exports.ListDevicesResponse$ = exports.ListDevicesRequest$ = exports.GetSoftwareSetResponse$ = exports.GetSoftwareSetRequest$ = exports.GetEnvironmentResponse$ = exports.GetEnvironmentRequest$ = exports.GetDeviceResponse$ = exports.GetDeviceRequest$ = exports.EnvironmentSummary$ = exports.Environment$ = exports.DeviceSummary$ = exports.Device$ = exports.DeregisterDeviceResponse$ = exports.DeregisterDeviceRequest$ = exports.DeleteEnvironmentResponse$ = exports.DeleteEnvironmentRequest$ = exports.DeleteDeviceResponse$ = exports.DeleteDeviceRequest$ = exports.CreateEnvironmentResponse$ = exports.CreateEnvironmentRequest$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.WorkSpacesThinClientServiceException$ = void 0;
|
|
4
|
-
exports.UpdateSoftwareSet$ = exports.UpdateEnvironment$ = exports.UpdateDevice$ = exports.UntagResource$ = exports.TagResource$ = exports.ListTagsForResource$ = exports.ListSoftwareSets$ = exports.ListEnvironments$ = exports.ListDevices$ = exports.GetSoftwareSet$ = exports.GetEnvironment$ = exports.GetDevice$ = exports.DeregisterDevice$ = exports.DeleteEnvironment$ = exports.DeleteDevice$ = exports.CreateEnvironment$ = void 0;
|
|
5
1
|
const _AC = "ActivationCode";
|
|
6
2
|
const _ADE = "AccessDeniedException";
|
|
7
3
|
const _CE = "ConflictException";
|
|
@@ -153,55 +149,63 @@ const _uA = "updatedAt";
|
|
|
153
149
|
const _v = "version";
|
|
154
150
|
const _vS = "validationStatus";
|
|
155
151
|
const n0 = "com.amazonaws.workspacesthinclient";
|
|
156
|
-
const
|
|
157
|
-
const
|
|
158
|
-
const
|
|
159
|
-
const _s_registry =
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
152
|
+
const { TypeRegistry } = require("@smithy/core/schema");
|
|
153
|
+
const { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException } = require("../models/errors");
|
|
154
|
+
const { WorkSpacesThinClientServiceException } = require("../models/WorkSpacesThinClientServiceException");
|
|
155
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
156
|
+
const WorkSpacesThinClientServiceException$ = [-3, _s, "WorkSpacesThinClientServiceException", 0, [], []];
|
|
157
|
+
exports.WorkSpacesThinClientServiceException$ = WorkSpacesThinClientServiceException$;
|
|
158
|
+
_s_registry.registerError(WorkSpacesThinClientServiceException$, WorkSpacesThinClientServiceException);
|
|
159
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
160
|
+
const AccessDeniedException$ = [-3, n0, _ADE,
|
|
164
161
|
{ [_e]: _c, [_hE]: 403 },
|
|
165
162
|
[_m],
|
|
166
163
|
[0]
|
|
167
164
|
];
|
|
168
|
-
|
|
169
|
-
|
|
165
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
166
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
167
|
+
const ConflictException$ = [-3, n0, _CE,
|
|
170
168
|
{ [_e]: _c, [_hE]: 409 },
|
|
171
169
|
[_m, _rI, _rT],
|
|
172
170
|
[0, 0, 0]
|
|
173
171
|
];
|
|
174
|
-
|
|
175
|
-
|
|
172
|
+
exports.ConflictException$ = ConflictException$;
|
|
173
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
174
|
+
const InternalServerException$ = [-3, n0, _ISE,
|
|
176
175
|
{ [_e]: _se, [_hE]: 500 },
|
|
177
176
|
[_m, _rAS],
|
|
178
177
|
[0, [1, { [_hH]: _RA }]]
|
|
179
178
|
];
|
|
180
|
-
|
|
181
|
-
|
|
179
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
180
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
181
|
+
const ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
182
182
|
{ [_e]: _c, [_hE]: 404 },
|
|
183
183
|
[_m, _rI, _rT],
|
|
184
184
|
[0, 0, 0]
|
|
185
185
|
];
|
|
186
|
-
|
|
187
|
-
|
|
186
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
187
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
188
|
+
const ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
188
189
|
{ [_e]: _c, [_hE]: 402 },
|
|
189
190
|
[_m, _rI, _rT, _sC, _qC],
|
|
190
191
|
[0, 0, 0, 0, 0]
|
|
191
192
|
];
|
|
192
|
-
|
|
193
|
-
|
|
193
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
194
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
195
|
+
const ThrottlingException$ = [-3, n0, _TE,
|
|
194
196
|
{ [_e]: _c, [_hE]: 429 },
|
|
195
197
|
[_m, _sC, _qC, _rAS],
|
|
196
198
|
[0, 0, 0, [1, { [_hH]: _RA }]]
|
|
197
199
|
];
|
|
198
|
-
|
|
199
|
-
|
|
200
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
201
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
202
|
+
const ValidationException$ = [-3, n0, _VE,
|
|
200
203
|
{ [_e]: _c, [_hE]: 400 },
|
|
201
204
|
[_m, _r, _fL],
|
|
202
205
|
[0, 0, () => ValidationExceptionFieldList]
|
|
203
206
|
];
|
|
204
|
-
|
|
207
|
+
exports.ValidationException$ = ValidationException$;
|
|
208
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
205
209
|
exports.errorTypeRegistries = [
|
|
206
210
|
_s_registry,
|
|
207
211
|
n0_registry,
|
|
@@ -211,231 +215,272 @@ var DesktopEndpoint = [0, n0, _DE, 8, 0];
|
|
|
211
215
|
var DeviceName = [0, n0, _DN, 8, 0];
|
|
212
216
|
var EnvironmentName = [0, n0, _EN, 8, 0];
|
|
213
217
|
var UserId = [0, n0, _UI, 8, 0];
|
|
214
|
-
|
|
218
|
+
const CreateEnvironmentRequest$ = [3, n0, _CER,
|
|
215
219
|
0,
|
|
216
220
|
[_dA, _n, _dE, _sSUS, _mW, _sSUM, _dSSI, _kKA, _cT, _t, _dCT],
|
|
217
|
-
[0, [() => EnvironmentName, 0], [() => DesktopEndpoint, 0], 0, () =>
|
|
221
|
+
[0, [() => EnvironmentName, 0], [() => DesktopEndpoint, 0], 0, () => MaintenanceWindow$, 0, 0, 0, [0, 4], [() => TagsMap, 0], [() => DeviceCreationTagsMap, 0]], 1
|
|
218
222
|
];
|
|
219
|
-
exports.
|
|
223
|
+
exports.CreateEnvironmentRequest$ = CreateEnvironmentRequest$;
|
|
224
|
+
const CreateEnvironmentResponse$ = [3, n0, _CERr,
|
|
220
225
|
0,
|
|
221
226
|
[_en],
|
|
222
|
-
[[() =>
|
|
227
|
+
[[() => EnvironmentSummary$, 0]]
|
|
223
228
|
];
|
|
224
|
-
exports.
|
|
229
|
+
exports.CreateEnvironmentResponse$ = CreateEnvironmentResponse$;
|
|
230
|
+
const DeleteDeviceRequest$ = [3, n0, _DDR,
|
|
225
231
|
0,
|
|
226
232
|
[_i, _cT],
|
|
227
233
|
[[0, 1], [0, { [_hQ]: _cT, [_iT]: 1 }]], 1
|
|
228
234
|
];
|
|
229
|
-
exports.
|
|
235
|
+
exports.DeleteDeviceRequest$ = DeleteDeviceRequest$;
|
|
236
|
+
const DeleteDeviceResponse$ = [3, n0, _DDRe,
|
|
230
237
|
0,
|
|
231
238
|
[],
|
|
232
239
|
[]
|
|
233
240
|
];
|
|
234
|
-
exports.
|
|
241
|
+
exports.DeleteDeviceResponse$ = DeleteDeviceResponse$;
|
|
242
|
+
const DeleteEnvironmentRequest$ = [3, n0, _DER,
|
|
235
243
|
0,
|
|
236
244
|
[_i, _cT],
|
|
237
245
|
[[0, 1], [0, { [_hQ]: _cT, [_iT]: 1 }]], 1
|
|
238
246
|
];
|
|
239
|
-
exports.
|
|
247
|
+
exports.DeleteEnvironmentRequest$ = DeleteEnvironmentRequest$;
|
|
248
|
+
const DeleteEnvironmentResponse$ = [3, n0, _DERe,
|
|
240
249
|
0,
|
|
241
250
|
[],
|
|
242
251
|
[]
|
|
243
252
|
];
|
|
244
|
-
exports.
|
|
253
|
+
exports.DeleteEnvironmentResponse$ = DeleteEnvironmentResponse$;
|
|
254
|
+
const DeregisterDeviceRequest$ = [3, n0, _DDRer,
|
|
245
255
|
0,
|
|
246
256
|
[_i, _tDS, _cT],
|
|
247
257
|
[[0, 1], 0, [0, 4]], 1
|
|
248
258
|
];
|
|
249
|
-
exports.
|
|
259
|
+
exports.DeregisterDeviceRequest$ = DeregisterDeviceRequest$;
|
|
260
|
+
const DeregisterDeviceResponse$ = [3, n0, _DDRere,
|
|
250
261
|
0,
|
|
251
262
|
[],
|
|
252
263
|
[]
|
|
253
264
|
];
|
|
254
|
-
exports.
|
|
265
|
+
exports.DeregisterDeviceResponse$ = DeregisterDeviceResponse$;
|
|
266
|
+
const Device$ = [3, n0, _D,
|
|
255
267
|
0,
|
|
256
268
|
[_i, _sN, _n, _mo, _eI, _st, _cSSI, _cSSV, _dSSI, _pSSI, _pSSV, _sSUS, _sSCS, _sSUSo, _lCA, _lPA, _cA, _uA, _a, _kKA, _lUI],
|
|
257
269
|
[0, 0, [() => DeviceName, 0], 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 4, 4, 4, 0, 0, [() => UserId, 0]]
|
|
258
270
|
];
|
|
259
|
-
exports.
|
|
271
|
+
exports.Device$ = Device$;
|
|
272
|
+
const DeviceSummary$ = [3, n0, _DS,
|
|
260
273
|
0,
|
|
261
274
|
[_i, _sN, _n, _mo, _eI, _st, _cSSI, _dSSI, _pSSI, _sSUS, _lCA, _lPA, _cA, _uA, _a, _lUI],
|
|
262
275
|
[0, 0, [() => DeviceName, 0], 0, 0, 0, 0, 0, 0, 0, 4, 4, 4, 4, 0, [() => UserId, 0]]
|
|
263
276
|
];
|
|
264
|
-
exports.
|
|
277
|
+
exports.DeviceSummary$ = DeviceSummary$;
|
|
278
|
+
const Environment$ = [3, n0, _E,
|
|
265
279
|
0,
|
|
266
280
|
[_i, _n, _dA, _dE, _dT, _aC, _rDC, _sSUS, _mW, _sSUM, _dSSI, _pSSI, _pSSV, _sSCS, _cA, _uA, _a, _kKA, _dCT],
|
|
267
|
-
[0, [() => EnvironmentName, 0], 0, [() => DesktopEndpoint, 0], 0, [() => ActivationCode, 0], 1, 0, () =>
|
|
281
|
+
[0, [() => EnvironmentName, 0], 0, [() => DesktopEndpoint, 0], 0, [() => ActivationCode, 0], 1, 0, () => MaintenanceWindow$, 0, 0, 0, 0, 0, 4, 4, 0, 0, [() => DeviceCreationTagsMap, 0]]
|
|
268
282
|
];
|
|
269
|
-
exports.
|
|
283
|
+
exports.Environment$ = Environment$;
|
|
284
|
+
const EnvironmentSummary$ = [3, n0, _ES,
|
|
270
285
|
0,
|
|
271
286
|
[_i, _n, _dA, _dE, _dT, _aC, _sSUS, _mW, _sSUM, _dSSI, _pSSI, _cA, _uA, _a],
|
|
272
|
-
[0, [() => EnvironmentName, 0], 0, [() => DesktopEndpoint, 0], 0, [() => ActivationCode, 0], 0, () =>
|
|
287
|
+
[0, [() => EnvironmentName, 0], 0, [() => DesktopEndpoint, 0], 0, [() => ActivationCode, 0], 0, () => MaintenanceWindow$, 0, 0, 0, 4, 4, 0]
|
|
273
288
|
];
|
|
274
|
-
exports.
|
|
289
|
+
exports.EnvironmentSummary$ = EnvironmentSummary$;
|
|
290
|
+
const GetDeviceRequest$ = [3, n0, _GDR,
|
|
275
291
|
0,
|
|
276
292
|
[_i],
|
|
277
293
|
[[0, 1]], 1
|
|
278
294
|
];
|
|
279
|
-
exports.
|
|
295
|
+
exports.GetDeviceRequest$ = GetDeviceRequest$;
|
|
296
|
+
const GetDeviceResponse$ = [3, n0, _GDRe,
|
|
280
297
|
0,
|
|
281
298
|
[_d],
|
|
282
|
-
[[() =>
|
|
299
|
+
[[() => Device$, 0]]
|
|
283
300
|
];
|
|
284
|
-
exports.
|
|
301
|
+
exports.GetDeviceResponse$ = GetDeviceResponse$;
|
|
302
|
+
const GetEnvironmentRequest$ = [3, n0, _GER,
|
|
285
303
|
0,
|
|
286
304
|
[_i],
|
|
287
305
|
[[0, 1]], 1
|
|
288
306
|
];
|
|
289
|
-
exports.
|
|
307
|
+
exports.GetEnvironmentRequest$ = GetEnvironmentRequest$;
|
|
308
|
+
const GetEnvironmentResponse$ = [3, n0, _GERe,
|
|
290
309
|
0,
|
|
291
310
|
[_en],
|
|
292
|
-
[[() =>
|
|
311
|
+
[[() => Environment$, 0]]
|
|
293
312
|
];
|
|
294
|
-
exports.
|
|
313
|
+
exports.GetEnvironmentResponse$ = GetEnvironmentResponse$;
|
|
314
|
+
const GetSoftwareSetRequest$ = [3, n0, _GSSR,
|
|
295
315
|
0,
|
|
296
316
|
[_i],
|
|
297
317
|
[[0, 1]], 1
|
|
298
318
|
];
|
|
299
|
-
exports.
|
|
319
|
+
exports.GetSoftwareSetRequest$ = GetSoftwareSetRequest$;
|
|
320
|
+
const GetSoftwareSetResponse$ = [3, n0, _GSSRe,
|
|
300
321
|
0,
|
|
301
322
|
[_sS],
|
|
302
|
-
[() =>
|
|
323
|
+
[() => SoftwareSet$]
|
|
303
324
|
];
|
|
304
|
-
exports.
|
|
325
|
+
exports.GetSoftwareSetResponse$ = GetSoftwareSetResponse$;
|
|
326
|
+
const ListDevicesRequest$ = [3, n0, _LDR,
|
|
305
327
|
0,
|
|
306
328
|
[_nT, _mR],
|
|
307
329
|
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
|
|
308
330
|
];
|
|
309
|
-
exports.
|
|
331
|
+
exports.ListDevicesRequest$ = ListDevicesRequest$;
|
|
332
|
+
const ListDevicesResponse$ = [3, n0, _LDRi,
|
|
310
333
|
0,
|
|
311
334
|
[_de, _nT],
|
|
312
335
|
[[() => DeviceList, 0], 0]
|
|
313
336
|
];
|
|
314
|
-
exports.
|
|
337
|
+
exports.ListDevicesResponse$ = ListDevicesResponse$;
|
|
338
|
+
const ListEnvironmentsRequest$ = [3, n0, _LER,
|
|
315
339
|
0,
|
|
316
340
|
[_nT, _mR],
|
|
317
341
|
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
|
|
318
342
|
];
|
|
319
|
-
exports.
|
|
343
|
+
exports.ListEnvironmentsRequest$ = ListEnvironmentsRequest$;
|
|
344
|
+
const ListEnvironmentsResponse$ = [3, n0, _LERi,
|
|
320
345
|
0,
|
|
321
346
|
[_env, _nT],
|
|
322
347
|
[[() => EnvironmentList, 0], 0]
|
|
323
348
|
];
|
|
324
|
-
exports.
|
|
349
|
+
exports.ListEnvironmentsResponse$ = ListEnvironmentsResponse$;
|
|
350
|
+
const ListSoftwareSetsRequest$ = [3, n0, _LSSR,
|
|
325
351
|
0,
|
|
326
352
|
[_nT, _mR],
|
|
327
353
|
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
|
|
328
354
|
];
|
|
329
|
-
exports.
|
|
355
|
+
exports.ListSoftwareSetsRequest$ = ListSoftwareSetsRequest$;
|
|
356
|
+
const ListSoftwareSetsResponse$ = [3, n0, _LSSRi,
|
|
330
357
|
0,
|
|
331
358
|
[_sSo, _nT],
|
|
332
359
|
[() => SoftwareSetList, 0]
|
|
333
360
|
];
|
|
334
|
-
exports.
|
|
361
|
+
exports.ListSoftwareSetsResponse$ = ListSoftwareSetsResponse$;
|
|
362
|
+
const ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
335
363
|
0,
|
|
336
364
|
[_rA],
|
|
337
365
|
[[0, 1]], 1
|
|
338
366
|
];
|
|
339
|
-
exports.
|
|
367
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
368
|
+
const ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
340
369
|
0,
|
|
341
370
|
[_t],
|
|
342
371
|
[[() => TagsMap, 0]]
|
|
343
372
|
];
|
|
344
|
-
exports.
|
|
373
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
374
|
+
const MaintenanceWindow$ = [3, n0, _MW,
|
|
345
375
|
0,
|
|
346
376
|
[_ty, _sTH, _sTM, _eTH, _eTM, _dOTW, _aTO],
|
|
347
377
|
[0, 1, 1, 1, 1, 64 | 0, 0], 1
|
|
348
378
|
];
|
|
349
|
-
exports.
|
|
379
|
+
exports.MaintenanceWindow$ = MaintenanceWindow$;
|
|
380
|
+
const Software$ = [3, n0, _S,
|
|
350
381
|
0,
|
|
351
382
|
[_n, _v],
|
|
352
383
|
[0, 0]
|
|
353
384
|
];
|
|
354
|
-
exports.
|
|
385
|
+
exports.Software$ = Software$;
|
|
386
|
+
const SoftwareSet$ = [3, n0, _SS,
|
|
355
387
|
0,
|
|
356
388
|
[_i, _v, _rAe, _sU, _vS, _so, _a],
|
|
357
389
|
[0, 0, 4, 4, 0, () => SoftwareList, 0]
|
|
358
390
|
];
|
|
359
|
-
exports.
|
|
391
|
+
exports.SoftwareSet$ = SoftwareSet$;
|
|
392
|
+
const SoftwareSetSummary$ = [3, n0, _SSS,
|
|
360
393
|
0,
|
|
361
394
|
[_i, _v, _rAe, _sU, _vS, _a],
|
|
362
395
|
[0, 0, 4, 4, 0, 0]
|
|
363
396
|
];
|
|
364
|
-
exports.
|
|
397
|
+
exports.SoftwareSetSummary$ = SoftwareSetSummary$;
|
|
398
|
+
const TagResourceRequest$ = [3, n0, _TRR,
|
|
365
399
|
0,
|
|
366
400
|
[_rA, _t],
|
|
367
401
|
[[0, 1], [() => TagsMap, 0]], 2
|
|
368
402
|
];
|
|
369
|
-
exports.
|
|
403
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
404
|
+
const TagResourceResponse$ = [3, n0, _TRRa,
|
|
370
405
|
0,
|
|
371
406
|
[],
|
|
372
407
|
[]
|
|
373
408
|
];
|
|
374
|
-
exports.
|
|
409
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
410
|
+
const UntagResourceRequest$ = [3, n0, _URR,
|
|
375
411
|
0,
|
|
376
412
|
[_rA, _tK],
|
|
377
413
|
[[0, 1], [() => TagKeys, { [_hQ]: _tK }]], 2
|
|
378
414
|
];
|
|
379
|
-
exports.
|
|
415
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
416
|
+
const UntagResourceResponse$ = [3, n0, _URRn,
|
|
380
417
|
0,
|
|
381
418
|
[],
|
|
382
419
|
[]
|
|
383
420
|
];
|
|
384
|
-
exports.
|
|
421
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
422
|
+
const UpdateDeviceRequest$ = [3, n0, _UDR,
|
|
385
423
|
0,
|
|
386
424
|
[_i, _n, _dSSI, _sSUS],
|
|
387
425
|
[[0, 1], [() => DeviceName, 0], 0, 0], 1
|
|
388
426
|
];
|
|
389
|
-
exports.
|
|
427
|
+
exports.UpdateDeviceRequest$ = UpdateDeviceRequest$;
|
|
428
|
+
const UpdateDeviceResponse$ = [3, n0, _UDRp,
|
|
390
429
|
0,
|
|
391
430
|
[_d],
|
|
392
|
-
[[() =>
|
|
431
|
+
[[() => DeviceSummary$, 0]]
|
|
393
432
|
];
|
|
394
|
-
exports.
|
|
433
|
+
exports.UpdateDeviceResponse$ = UpdateDeviceResponse$;
|
|
434
|
+
const UpdateEnvironmentRequest$ = [3, n0, _UER,
|
|
395
435
|
0,
|
|
396
436
|
[_i, _n, _dA, _dE, _sSUS, _mW, _sSUM, _dSSI, _dCT],
|
|
397
|
-
[[0, 1], [() => EnvironmentName, 0], 0, [() => DesktopEndpoint, 0], 0, () =>
|
|
437
|
+
[[0, 1], [() => EnvironmentName, 0], 0, [() => DesktopEndpoint, 0], 0, () => MaintenanceWindow$, 0, 0, [() => DeviceCreationTagsMap, 0]], 1
|
|
398
438
|
];
|
|
399
|
-
exports.
|
|
439
|
+
exports.UpdateEnvironmentRequest$ = UpdateEnvironmentRequest$;
|
|
440
|
+
const UpdateEnvironmentResponse$ = [3, n0, _UERp,
|
|
400
441
|
0,
|
|
401
442
|
[_en],
|
|
402
|
-
[[() =>
|
|
443
|
+
[[() => EnvironmentSummary$, 0]]
|
|
403
444
|
];
|
|
404
|
-
exports.
|
|
445
|
+
exports.UpdateEnvironmentResponse$ = UpdateEnvironmentResponse$;
|
|
446
|
+
const UpdateSoftwareSetRequest$ = [3, n0, _USSR,
|
|
405
447
|
0,
|
|
406
448
|
[_i, _vS],
|
|
407
449
|
[[0, 1], 0], 2
|
|
408
450
|
];
|
|
409
|
-
exports.
|
|
451
|
+
exports.UpdateSoftwareSetRequest$ = UpdateSoftwareSetRequest$;
|
|
452
|
+
const UpdateSoftwareSetResponse$ = [3, n0, _USSRp,
|
|
410
453
|
0,
|
|
411
454
|
[],
|
|
412
455
|
[]
|
|
413
456
|
];
|
|
414
|
-
exports.
|
|
457
|
+
exports.UpdateSoftwareSetResponse$ = UpdateSoftwareSetResponse$;
|
|
458
|
+
const ValidationExceptionField$ = [3, n0, _VEF,
|
|
415
459
|
0,
|
|
416
460
|
[_n, _m],
|
|
417
461
|
[0, 0], 2
|
|
418
462
|
];
|
|
463
|
+
exports.ValidationExceptionField$ = ValidationExceptionField$;
|
|
419
464
|
var DayOfWeekList = 64 | 0;
|
|
420
465
|
var DeviceList = [1, n0, _DL,
|
|
421
|
-
0, [() =>
|
|
466
|
+
0, [() => DeviceSummary$,
|
|
422
467
|
0]
|
|
423
468
|
];
|
|
424
469
|
var EnvironmentList = [1, n0, _EL,
|
|
425
|
-
0, [() =>
|
|
470
|
+
0, [() => EnvironmentSummary$,
|
|
426
471
|
0]
|
|
427
472
|
];
|
|
428
473
|
var SoftwareList = [1, n0, _SL,
|
|
429
|
-
0, () =>
|
|
474
|
+
0, () => Software$
|
|
430
475
|
];
|
|
431
476
|
var SoftwareSetList = [1, n0, _SSL,
|
|
432
|
-
0, () =>
|
|
477
|
+
0, () => SoftwareSetSummary$
|
|
433
478
|
];
|
|
434
479
|
var TagKeys = [1, n0, _TK,
|
|
435
480
|
8, 0
|
|
436
481
|
];
|
|
437
482
|
var ValidationExceptionFieldList = [1, n0, _VEFL,
|
|
438
|
-
0, () =>
|
|
483
|
+
0, () => ValidationExceptionField$
|
|
439
484
|
];
|
|
440
485
|
var DeviceCreationTagsMap = [2, n0, _DCTM,
|
|
441
486
|
8, 0, 0
|
|
@@ -444,50 +489,50 @@ var TagsMap = [2, n0, _TM,
|
|
|
444
489
|
8, 0, 0
|
|
445
490
|
];
|
|
446
491
|
exports.CreateEnvironment$ = [9, n0, _CEr,
|
|
447
|
-
{ [_end]: ["api."], [_h]: ["POST", "/environments", 201] }, () =>
|
|
492
|
+
{ [_end]: ["api."], [_h]: ["POST", "/environments", 201] }, () => CreateEnvironmentRequest$, () => CreateEnvironmentResponse$
|
|
448
493
|
];
|
|
449
494
|
exports.DeleteDevice$ = [9, n0, _DD,
|
|
450
|
-
{ [_end]: ["api."], [_h]: ["DELETE", "/devices/{id}", 204] }, () =>
|
|
495
|
+
{ [_end]: ["api."], [_h]: ["DELETE", "/devices/{id}", 204] }, () => DeleteDeviceRequest$, () => DeleteDeviceResponse$
|
|
451
496
|
];
|
|
452
497
|
exports.DeleteEnvironment$ = [9, n0, _DEe,
|
|
453
|
-
{ [_end]: ["api."], [_h]: ["DELETE", "/environments/{id}", 204] }, () =>
|
|
498
|
+
{ [_end]: ["api."], [_h]: ["DELETE", "/environments/{id}", 204] }, () => DeleteEnvironmentRequest$, () => DeleteEnvironmentResponse$
|
|
454
499
|
];
|
|
455
500
|
exports.DeregisterDevice$ = [9, n0, _DDe,
|
|
456
|
-
{ [_end]: ["api."], [_h]: ["POST", "/deregister-device/{id}", 202] }, () =>
|
|
501
|
+
{ [_end]: ["api."], [_h]: ["POST", "/deregister-device/{id}", 202] }, () => DeregisterDeviceRequest$, () => DeregisterDeviceResponse$
|
|
457
502
|
];
|
|
458
503
|
exports.GetDevice$ = [9, n0, _GD,
|
|
459
|
-
{ [_end]: ["api."], [_h]: ["GET", "/devices/{id}", 200] }, () =>
|
|
504
|
+
{ [_end]: ["api."], [_h]: ["GET", "/devices/{id}", 200] }, () => GetDeviceRequest$, () => GetDeviceResponse$
|
|
460
505
|
];
|
|
461
506
|
exports.GetEnvironment$ = [9, n0, _GE,
|
|
462
|
-
{ [_end]: ["api."], [_h]: ["GET", "/environments/{id}", 200] }, () =>
|
|
507
|
+
{ [_end]: ["api."], [_h]: ["GET", "/environments/{id}", 200] }, () => GetEnvironmentRequest$, () => GetEnvironmentResponse$
|
|
463
508
|
];
|
|
464
509
|
exports.GetSoftwareSet$ = [9, n0, _GSS,
|
|
465
|
-
{ [_end]: ["api."], [_h]: ["GET", "/softwaresets/{id}", 200] }, () =>
|
|
510
|
+
{ [_end]: ["api."], [_h]: ["GET", "/softwaresets/{id}", 200] }, () => GetSoftwareSetRequest$, () => GetSoftwareSetResponse$
|
|
466
511
|
];
|
|
467
512
|
exports.ListDevices$ = [9, n0, _LD,
|
|
468
|
-
{ [_end]: ["api."], [_h]: ["GET", "/devices", 200] }, () =>
|
|
513
|
+
{ [_end]: ["api."], [_h]: ["GET", "/devices", 200] }, () => ListDevicesRequest$, () => ListDevicesResponse$
|
|
469
514
|
];
|
|
470
515
|
exports.ListEnvironments$ = [9, n0, _LE,
|
|
471
|
-
{ [_end]: ["api."], [_h]: ["GET", "/environments", 200] }, () =>
|
|
516
|
+
{ [_end]: ["api."], [_h]: ["GET", "/environments", 200] }, () => ListEnvironmentsRequest$, () => ListEnvironmentsResponse$
|
|
472
517
|
];
|
|
473
518
|
exports.ListSoftwareSets$ = [9, n0, _LSS,
|
|
474
|
-
{ [_end]: ["api."], [_h]: ["GET", "/softwaresets", 200] }, () =>
|
|
519
|
+
{ [_end]: ["api."], [_h]: ["GET", "/softwaresets", 200] }, () => ListSoftwareSetsRequest$, () => ListSoftwareSetsResponse$
|
|
475
520
|
];
|
|
476
521
|
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
477
|
-
{ [_end]: ["api."], [_h]: ["GET", "/tags/{resourceArn}", 200] }, () =>
|
|
522
|
+
{ [_end]: ["api."], [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
478
523
|
];
|
|
479
524
|
exports.TagResource$ = [9, n0, _TR,
|
|
480
|
-
{ [_end]: ["api."], [_h]: ["POST", "/tags/{resourceArn}", 200] }, () =>
|
|
525
|
+
{ [_end]: ["api."], [_h]: ["POST", "/tags/{resourceArn}", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
|
|
481
526
|
];
|
|
482
527
|
exports.UntagResource$ = [9, n0, _UR,
|
|
483
|
-
{ [_end]: ["api."], [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () =>
|
|
528
|
+
{ [_end]: ["api."], [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
484
529
|
];
|
|
485
530
|
exports.UpdateDevice$ = [9, n0, _UD,
|
|
486
|
-
{ [_end]: ["api."], [_h]: ["PATCH", "/devices/{id}", 200] }, () =>
|
|
531
|
+
{ [_end]: ["api."], [_h]: ["PATCH", "/devices/{id}", 200] }, () => UpdateDeviceRequest$, () => UpdateDeviceResponse$
|
|
487
532
|
];
|
|
488
533
|
exports.UpdateEnvironment$ = [9, n0, _UE,
|
|
489
|
-
{ [_end]: ["api."], [_h]: ["PATCH", "/environments/{id}", 200] }, () =>
|
|
534
|
+
{ [_end]: ["api."], [_h]: ["PATCH", "/environments/{id}", 200] }, () => UpdateEnvironmentRequest$, () => UpdateEnvironmentResponse$
|
|
490
535
|
];
|
|
491
536
|
exports.UpdateSoftwareSet$ = [9, n0, _USS,
|
|
492
|
-
{ [_end]: ["api."], [_h]: ["PATCH", "/softwaresets/{id}", 204] }, () =>
|
|
537
|
+
{ [_end]: ["api."], [_h]: ["PATCH", "/softwaresets/{id}", 204] }, () => UpdateSoftwareSetRequest$, () => UpdateSoftwareSetResponse$
|
|
493
538
|
];
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-workspaces-thin-client",
|
|
3
3
|
"description": "AWS SDK for JavaScript Workspaces Thin Client Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1070.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
8
|
-
"build:es": "tsc -p tsconfig.es.json",
|
|
8
|
+
"build:es": "premove dist-es && tsc -p tsconfig.es.json",
|
|
9
9
|
"build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
|
|
10
|
-
"build:types": "tsc -p tsconfig.types.json",
|
|
10
|
+
"build:types": "premove dist-types && tsc -p tsconfig.types.json",
|
|
11
11
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
|
-
"clean": "premove dist-cjs dist-es dist-types
|
|
12
|
+
"clean": "premove dist-cjs dist-es dist-types",
|
|
13
13
|
"extract:docs": "api-extractor run --local",
|
|
14
|
-
"generate:client": "node ../../scripts/generate-clients/single-service
|
|
14
|
+
"generate:client": "node ../../scripts/generate-clients/single-service",
|
|
15
15
|
"test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
|
|
16
16
|
},
|
|
17
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.974.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/types": "^3.973.
|
|
24
|
+
"@aws-sdk/core": "^3.974.21",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.56",
|
|
26
|
+
"@aws-sdk/types": "^3.973.13",
|
|
27
27
|
"@smithy/core": "^3.24.6",
|
|
28
28
|
"@smithy/fetch-http-handler": "^5.4.6",
|
|
29
29
|
"@smithy/node-http-handler": "^4.7.6",
|