@aws-sdk/client-workspaces-thin-client 3.934.0 → 3.936.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.
@@ -0,0 +1,169 @@
1
+ /**
2
+ * @public
3
+ * @enum
4
+ */
5
+ export declare const ApplyTimeOf: {
6
+ readonly DEVICE: "DEVICE";
7
+ readonly UTC: "UTC";
8
+ };
9
+ /**
10
+ * @public
11
+ */
12
+ export type ApplyTimeOf = (typeof ApplyTimeOf)[keyof typeof ApplyTimeOf];
13
+ /**
14
+ * @public
15
+ * @enum
16
+ */
17
+ export declare const DayOfWeek: {
18
+ readonly FRIDAY: "FRIDAY";
19
+ readonly MONDAY: "MONDAY";
20
+ readonly SATURDAY: "SATURDAY";
21
+ readonly SUNDAY: "SUNDAY";
22
+ readonly THURSDAY: "THURSDAY";
23
+ readonly TUESDAY: "TUESDAY";
24
+ readonly WEDNESDAY: "WEDNESDAY";
25
+ };
26
+ /**
27
+ * @public
28
+ */
29
+ export type DayOfWeek = (typeof DayOfWeek)[keyof typeof DayOfWeek];
30
+ /**
31
+ * @public
32
+ * @enum
33
+ */
34
+ export declare const MaintenanceWindowType: {
35
+ readonly CUSTOM: "CUSTOM";
36
+ readonly SYSTEM: "SYSTEM";
37
+ };
38
+ /**
39
+ * @public
40
+ */
41
+ export type MaintenanceWindowType = (typeof MaintenanceWindowType)[keyof typeof MaintenanceWindowType];
42
+ /**
43
+ * @public
44
+ * @enum
45
+ */
46
+ export declare const SoftwareSetUpdateMode: {
47
+ readonly USE_DESIRED: "USE_DESIRED";
48
+ readonly USE_LATEST: "USE_LATEST";
49
+ };
50
+ /**
51
+ * @public
52
+ */
53
+ export type SoftwareSetUpdateMode = (typeof SoftwareSetUpdateMode)[keyof typeof SoftwareSetUpdateMode];
54
+ /**
55
+ * @public
56
+ * @enum
57
+ */
58
+ export declare const SoftwareSetUpdateSchedule: {
59
+ readonly APPLY_IMMEDIATELY: "APPLY_IMMEDIATELY";
60
+ readonly USE_MAINTENANCE_WINDOW: "USE_MAINTENANCE_WINDOW";
61
+ };
62
+ /**
63
+ * @public
64
+ */
65
+ export type SoftwareSetUpdateSchedule = (typeof SoftwareSetUpdateSchedule)[keyof typeof SoftwareSetUpdateSchedule];
66
+ /**
67
+ * @public
68
+ * @enum
69
+ */
70
+ export declare const DesktopType: {
71
+ readonly APPSTREAM: "appstream";
72
+ readonly WORKSPACES: "workspaces";
73
+ readonly WORKSPACES_WEB: "workspaces-web";
74
+ };
75
+ /**
76
+ * @public
77
+ */
78
+ export type DesktopType = (typeof DesktopType)[keyof typeof DesktopType];
79
+ /**
80
+ * @public
81
+ * @enum
82
+ */
83
+ export declare const ValidationExceptionReason: {
84
+ readonly CANNOT_PARSE: "cannotParse";
85
+ readonly FIELD_VALIDATION_FAILED: "fieldValidationFailed";
86
+ readonly OTHER: "other";
87
+ readonly UNKNOWN_OPERATION: "unknownOperation";
88
+ };
89
+ /**
90
+ * @public
91
+ */
92
+ export type ValidationExceptionReason = (typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
93
+ /**
94
+ * @public
95
+ * @enum
96
+ */
97
+ export declare const TargetDeviceStatus: {
98
+ readonly ARCHIVED: "ARCHIVED";
99
+ readonly DEREGISTERED: "DEREGISTERED";
100
+ };
101
+ /**
102
+ * @public
103
+ */
104
+ export type TargetDeviceStatus = (typeof TargetDeviceStatus)[keyof typeof TargetDeviceStatus];
105
+ /**
106
+ * @public
107
+ * @enum
108
+ */
109
+ export declare const DeviceSoftwareSetComplianceStatus: {
110
+ readonly COMPLIANT: "COMPLIANT";
111
+ readonly NONE: "NONE";
112
+ readonly NOT_COMPLIANT: "NOT_COMPLIANT";
113
+ };
114
+ /**
115
+ * @public
116
+ */
117
+ export type DeviceSoftwareSetComplianceStatus = (typeof DeviceSoftwareSetComplianceStatus)[keyof typeof DeviceSoftwareSetComplianceStatus];
118
+ /**
119
+ * @public
120
+ * @enum
121
+ */
122
+ export declare const SoftwareSetUpdateStatus: {
123
+ readonly AVAILABLE: "AVAILABLE";
124
+ readonly IN_PROGRESS: "IN_PROGRESS";
125
+ readonly UP_TO_DATE: "UP_TO_DATE";
126
+ };
127
+ /**
128
+ * @public
129
+ */
130
+ export type SoftwareSetUpdateStatus = (typeof SoftwareSetUpdateStatus)[keyof typeof SoftwareSetUpdateStatus];
131
+ /**
132
+ * @public
133
+ * @enum
134
+ */
135
+ export declare const DeviceStatus: {
136
+ readonly ARCHIVED: "ARCHIVED";
137
+ readonly DEREGISTERED: "DEREGISTERED";
138
+ readonly DEREGISTERING: "DEREGISTERING";
139
+ readonly REGISTERED: "REGISTERED";
140
+ };
141
+ /**
142
+ * @public
143
+ */
144
+ export type DeviceStatus = (typeof DeviceStatus)[keyof typeof DeviceStatus];
145
+ /**
146
+ * @public
147
+ * @enum
148
+ */
149
+ export declare const EnvironmentSoftwareSetComplianceStatus: {
150
+ readonly COMPLIANT: "COMPLIANT";
151
+ readonly NOT_COMPLIANT: "NOT_COMPLIANT";
152
+ readonly NO_REGISTERED_DEVICES: "NO_REGISTERED_DEVICES";
153
+ };
154
+ /**
155
+ * @public
156
+ */
157
+ export type EnvironmentSoftwareSetComplianceStatus = (typeof EnvironmentSoftwareSetComplianceStatus)[keyof typeof EnvironmentSoftwareSetComplianceStatus];
158
+ /**
159
+ * @public
160
+ * @enum
161
+ */
162
+ export declare const SoftwareSetValidationStatus: {
163
+ readonly NOT_VALIDATED: "NOT_VALIDATED";
164
+ readonly VALIDATED: "VALIDATED";
165
+ };
166
+ /**
167
+ * @public
168
+ */
169
+ export type SoftwareSetValidationStatus = (typeof SoftwareSetValidationStatus)[keyof typeof SoftwareSetValidationStatus];
@@ -0,0 +1,158 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { ValidationExceptionReason } from "./enums";
3
+ import { ValidationExceptionField } from "./models_0";
4
+ import { WorkSpacesThinClientServiceException as __BaseException } from "./WorkSpacesThinClientServiceException";
5
+ /**
6
+ * <p>You do not have sufficient access to perform this action.</p>
7
+ * @public
8
+ */
9
+ export declare class AccessDeniedException extends __BaseException {
10
+ readonly name: "AccessDeniedException";
11
+ readonly $fault: "client";
12
+ /**
13
+ * @internal
14
+ */
15
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
16
+ }
17
+ /**
18
+ * <p>The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request.</p>
19
+ * @public
20
+ */
21
+ export declare class ConflictException extends __BaseException {
22
+ readonly name: "ConflictException";
23
+ readonly $fault: "client";
24
+ /**
25
+ * <p>The ID of the resource associated with the request.</p>
26
+ * @public
27
+ */
28
+ resourceId?: string | undefined;
29
+ /**
30
+ * <p>The type of the resource associated with the request.</p>
31
+ * @public
32
+ */
33
+ resourceType?: string | undefined;
34
+ /**
35
+ * @internal
36
+ */
37
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
38
+ }
39
+ /**
40
+ * <p>The server encountered an internal error and is unable to complete the request.</p>
41
+ * @public
42
+ */
43
+ export declare class InternalServerException extends __BaseException {
44
+ readonly name: "InternalServerException";
45
+ readonly $fault: "server";
46
+ /**
47
+ * <p>The number of seconds to wait before retrying the next request.</p>
48
+ * @public
49
+ */
50
+ retryAfterSeconds?: number | undefined;
51
+ /**
52
+ * @internal
53
+ */
54
+ constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
55
+ }
56
+ /**
57
+ * <p>The resource specified in the request was not found.</p>
58
+ * @public
59
+ */
60
+ export declare class ResourceNotFoundException extends __BaseException {
61
+ readonly name: "ResourceNotFoundException";
62
+ readonly $fault: "client";
63
+ /**
64
+ * <p>The ID of the resource associated with the request.</p>
65
+ * @public
66
+ */
67
+ resourceId?: string | undefined;
68
+ /**
69
+ * <p>The type of the resource associated with the request.</p>
70
+ * @public
71
+ */
72
+ resourceType?: string | undefined;
73
+ /**
74
+ * @internal
75
+ */
76
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
77
+ }
78
+ /**
79
+ * <p>Your request exceeds a service quota.</p>
80
+ * @public
81
+ */
82
+ export declare class ServiceQuotaExceededException extends __BaseException {
83
+ readonly name: "ServiceQuotaExceededException";
84
+ readonly $fault: "client";
85
+ /**
86
+ * <p>The ID of the resource that exceeds the service quota.</p>
87
+ * @public
88
+ */
89
+ resourceId?: string | undefined;
90
+ /**
91
+ * <p>The type of the resource that exceeds the service quota.</p>
92
+ * @public
93
+ */
94
+ resourceType?: string | undefined;
95
+ /**
96
+ * <p>The code for the service in <a href="https://docs.aws.amazon.com/servicequotas/latest/userguide/intro.html">Service Quotas</a>.</p>
97
+ * @public
98
+ */
99
+ serviceCode?: string | undefined;
100
+ /**
101
+ * <p>The code for the quota in <a href="https://docs.aws.amazon.com/servicequotas/latest/userguide/intro.html">Service Quotas</a>.</p>
102
+ * @public
103
+ */
104
+ quotaCode?: string | undefined;
105
+ /**
106
+ * @internal
107
+ */
108
+ constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
109
+ }
110
+ /**
111
+ * <p>The request was denied due to request throttling.</p>
112
+ * @public
113
+ */
114
+ export declare class ThrottlingException extends __BaseException {
115
+ readonly name: "ThrottlingException";
116
+ readonly $fault: "client";
117
+ /**
118
+ * <p>The code for the service in <a href="https://docs.aws.amazon.com/servicequotas/latest/userguide/intro.html">Service Quotas</a>.</p>
119
+ * @public
120
+ */
121
+ serviceCode?: string | undefined;
122
+ /**
123
+ * <p>The code for the quota in <a href="https://docs.aws.amazon.com/servicequotas/latest/userguide/intro.html">Service Quotas</a>.</p>
124
+ * @public
125
+ */
126
+ quotaCode?: string | undefined;
127
+ /**
128
+ * <p>The number of seconds to wait before retrying the next request.</p>
129
+ * @public
130
+ */
131
+ retryAfterSeconds?: number | undefined;
132
+ /**
133
+ * @internal
134
+ */
135
+ constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
136
+ }
137
+ /**
138
+ * <p>The input fails to satisfy the specified constraints.</p>
139
+ * @public
140
+ */
141
+ export declare class ValidationException extends __BaseException {
142
+ readonly name: "ValidationException";
143
+ readonly $fault: "client";
144
+ /**
145
+ * <p>The reason for the exception.</p>
146
+ * @public
147
+ */
148
+ reason?: ValidationExceptionReason | undefined;
149
+ /**
150
+ * <p>A list of fields that didn't validate.</p>
151
+ * @public
152
+ */
153
+ fieldList?: ValidationExceptionField[] | undefined;
154
+ /**
155
+ * @internal
156
+ */
157
+ constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
158
+ }
@@ -1,80 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { WorkSpacesThinClientServiceException as __BaseException } from "./WorkSpacesThinClientServiceException";
3
- /**
4
- * <p>You do not have sufficient access to perform this action.</p>
5
- * @public
6
- */
7
- export declare class AccessDeniedException extends __BaseException {
8
- readonly name: "AccessDeniedException";
9
- readonly $fault: "client";
10
- /**
11
- * @internal
12
- */
13
- constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
14
- }
15
- /**
16
- * @public
17
- * @enum
18
- */
19
- export declare const ApplyTimeOf: {
20
- readonly DEVICE: "DEVICE";
21
- readonly UTC: "UTC";
22
- };
23
- /**
24
- * @public
25
- */
26
- export type ApplyTimeOf = (typeof ApplyTimeOf)[keyof typeof ApplyTimeOf];
27
- /**
28
- * <p>The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request.</p>
29
- * @public
30
- */
31
- export declare class ConflictException extends __BaseException {
32
- readonly name: "ConflictException";
33
- readonly $fault: "client";
34
- /**
35
- * <p>The ID of the resource associated with the request.</p>
36
- * @public
37
- */
38
- resourceId?: string | undefined;
39
- /**
40
- * <p>The type of the resource associated with the request.</p>
41
- * @public
42
- */
43
- resourceType?: string | undefined;
44
- /**
45
- * @internal
46
- */
47
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
48
- }
49
- /**
50
- * @public
51
- * @enum
52
- */
53
- export declare const DayOfWeek: {
54
- readonly FRIDAY: "FRIDAY";
55
- readonly MONDAY: "MONDAY";
56
- readonly SATURDAY: "SATURDAY";
57
- readonly SUNDAY: "SUNDAY";
58
- readonly THURSDAY: "THURSDAY";
59
- readonly TUESDAY: "TUESDAY";
60
- readonly WEDNESDAY: "WEDNESDAY";
61
- };
62
- /**
63
- * @public
64
- */
65
- export type DayOfWeek = (typeof DayOfWeek)[keyof typeof DayOfWeek];
66
- /**
67
- * @public
68
- * @enum
69
- */
70
- export declare const MaintenanceWindowType: {
71
- readonly CUSTOM: "CUSTOM";
72
- readonly SYSTEM: "SYSTEM";
73
- };
74
- /**
75
- * @public
76
- */
77
- export type MaintenanceWindowType = (typeof MaintenanceWindowType)[keyof typeof MaintenanceWindowType];
1
+ import { ApplyTimeOf, DayOfWeek, DesktopType, DeviceSoftwareSetComplianceStatus, DeviceStatus, EnvironmentSoftwareSetComplianceStatus, MaintenanceWindowType, SoftwareSetUpdateMode, SoftwareSetUpdateSchedule, SoftwareSetUpdateStatus, SoftwareSetValidationStatus, TargetDeviceStatus } from "./enums";
78
2
  /**
79
3
  * <p>Describes the maintenance window for a thin client device.</p>
80
4
  * @public
@@ -116,30 +40,6 @@ export interface MaintenanceWindow {
116
40
  */
117
41
  applyTimeOf?: ApplyTimeOf | undefined;
118
42
  }
119
- /**
120
- * @public
121
- * @enum
122
- */
123
- export declare const SoftwareSetUpdateMode: {
124
- readonly USE_DESIRED: "USE_DESIRED";
125
- readonly USE_LATEST: "USE_LATEST";
126
- };
127
- /**
128
- * @public
129
- */
130
- export type SoftwareSetUpdateMode = (typeof SoftwareSetUpdateMode)[keyof typeof SoftwareSetUpdateMode];
131
- /**
132
- * @public
133
- * @enum
134
- */
135
- export declare const SoftwareSetUpdateSchedule: {
136
- readonly APPLY_IMMEDIATELY: "APPLY_IMMEDIATELY";
137
- readonly USE_MAINTENANCE_WINDOW: "USE_MAINTENANCE_WINDOW";
138
- };
139
- /**
140
- * @public
141
- */
142
- export type SoftwareSetUpdateSchedule = (typeof SoftwareSetUpdateSchedule)[keyof typeof SoftwareSetUpdateSchedule];
143
43
  /**
144
44
  * @public
145
45
  */
@@ -200,19 +100,6 @@ export interface CreateEnvironmentRequest {
200
100
  */
201
101
  deviceCreationTags?: Record<string, string> | undefined;
202
102
  }
203
- /**
204
- * @public
205
- * @enum
206
- */
207
- export declare const DesktopType: {
208
- readonly APPSTREAM: "appstream";
209
- readonly WORKSPACES: "workspaces";
210
- readonly WORKSPACES_WEB: "workspaces-web";
211
- };
212
- /**
213
- * @public
214
- */
215
- export type DesktopType = (typeof DesktopType)[keyof typeof DesktopType];
216
103
  /**
217
104
  * <p>Describes an environment.</p>
218
105
  * @public
@@ -299,104 +186,6 @@ export interface CreateEnvironmentResponse {
299
186
  */
300
187
  environment?: EnvironmentSummary | undefined;
301
188
  }
302
- /**
303
- * <p>The server encountered an internal error and is unable to complete the request.</p>
304
- * @public
305
- */
306
- export declare class InternalServerException extends __BaseException {
307
- readonly name: "InternalServerException";
308
- readonly $fault: "server";
309
- /**
310
- * <p>The number of seconds to wait before retrying the next request.</p>
311
- * @public
312
- */
313
- retryAfterSeconds?: number | undefined;
314
- /**
315
- * @internal
316
- */
317
- constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
318
- }
319
- /**
320
- * <p>The resource specified in the request was not found.</p>
321
- * @public
322
- */
323
- export declare class ResourceNotFoundException extends __BaseException {
324
- readonly name: "ResourceNotFoundException";
325
- readonly $fault: "client";
326
- /**
327
- * <p>The ID of the resource associated with the request.</p>
328
- * @public
329
- */
330
- resourceId?: string | undefined;
331
- /**
332
- * <p>The type of the resource associated with the request.</p>
333
- * @public
334
- */
335
- resourceType?: string | undefined;
336
- /**
337
- * @internal
338
- */
339
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
340
- }
341
- /**
342
- * <p>Your request exceeds a service quota.</p>
343
- * @public
344
- */
345
- export declare class ServiceQuotaExceededException extends __BaseException {
346
- readonly name: "ServiceQuotaExceededException";
347
- readonly $fault: "client";
348
- /**
349
- * <p>The ID of the resource that exceeds the service quota.</p>
350
- * @public
351
- */
352
- resourceId?: string | undefined;
353
- /**
354
- * <p>The type of the resource that exceeds the service quota.</p>
355
- * @public
356
- */
357
- resourceType?: string | undefined;
358
- /**
359
- * <p>The code for the service in <a href="https://docs.aws.amazon.com/servicequotas/latest/userguide/intro.html">Service Quotas</a>.</p>
360
- * @public
361
- */
362
- serviceCode?: string | undefined;
363
- /**
364
- * <p>The code for the quota in <a href="https://docs.aws.amazon.com/servicequotas/latest/userguide/intro.html">Service Quotas</a>.</p>
365
- * @public
366
- */
367
- quotaCode?: string | undefined;
368
- /**
369
- * @internal
370
- */
371
- constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
372
- }
373
- /**
374
- * <p>The request was denied due to request throttling.</p>
375
- * @public
376
- */
377
- export declare class ThrottlingException extends __BaseException {
378
- readonly name: "ThrottlingException";
379
- readonly $fault: "client";
380
- /**
381
- * <p>The code for the service in <a href="https://docs.aws.amazon.com/servicequotas/latest/userguide/intro.html">Service Quotas</a>.</p>
382
- * @public
383
- */
384
- serviceCode?: string | undefined;
385
- /**
386
- * <p>The code for the quota in <a href="https://docs.aws.amazon.com/servicequotas/latest/userguide/intro.html">Service Quotas</a>.</p>
387
- * @public
388
- */
389
- quotaCode?: string | undefined;
390
- /**
391
- * <p>The number of seconds to wait before retrying the next request.</p>
392
- * @public
393
- */
394
- retryAfterSeconds?: number | undefined;
395
- /**
396
- * @internal
397
- */
398
- constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
399
- }
400
189
  /**
401
190
  * <p>Describes a validation exception.</p>
402
191
  * @public
@@ -413,42 +202,6 @@ export interface ValidationExceptionField {
413
202
  */
414
203
  message: string | undefined;
415
204
  }
416
- /**
417
- * @public
418
- * @enum
419
- */
420
- export declare const ValidationExceptionReason: {
421
- readonly CANNOT_PARSE: "cannotParse";
422
- readonly FIELD_VALIDATION_FAILED: "fieldValidationFailed";
423
- readonly OTHER: "other";
424
- readonly UNKNOWN_OPERATION: "unknownOperation";
425
- };
426
- /**
427
- * @public
428
- */
429
- export type ValidationExceptionReason = (typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
430
- /**
431
- * <p>The input fails to satisfy the specified constraints.</p>
432
- * @public
433
- */
434
- export declare class ValidationException extends __BaseException {
435
- readonly name: "ValidationException";
436
- readonly $fault: "client";
437
- /**
438
- * <p>The reason for the exception.</p>
439
- * @public
440
- */
441
- reason?: ValidationExceptionReason | undefined;
442
- /**
443
- * <p>A list of fields that didn't validate.</p>
444
- * @public
445
- */
446
- fieldList?: ValidationExceptionField[] | undefined;
447
- /**
448
- * @internal
449
- */
450
- constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
451
- }
452
205
  /**
453
206
  * @public
454
207
  */
@@ -489,18 +242,6 @@ export interface DeleteEnvironmentRequest {
489
242
  */
490
243
  export interface DeleteEnvironmentResponse {
491
244
  }
492
- /**
493
- * @public
494
- * @enum
495
- */
496
- export declare const TargetDeviceStatus: {
497
- readonly ARCHIVED: "ARCHIVED";
498
- readonly DEREGISTERED: "DEREGISTERED";
499
- };
500
- /**
501
- * @public
502
- */
503
- export type TargetDeviceStatus = (typeof TargetDeviceStatus)[keyof typeof TargetDeviceStatus];
504
245
  /**
505
246
  * @public
506
247
  */
@@ -526,46 +267,6 @@ export interface DeregisterDeviceRequest {
526
267
  */
527
268
  export interface DeregisterDeviceResponse {
528
269
  }
529
- /**
530
- * @public
531
- * @enum
532
- */
533
- export declare const DeviceSoftwareSetComplianceStatus: {
534
- readonly COMPLIANT: "COMPLIANT";
535
- readonly NONE: "NONE";
536
- readonly NOT_COMPLIANT: "NOT_COMPLIANT";
537
- };
538
- /**
539
- * @public
540
- */
541
- export type DeviceSoftwareSetComplianceStatus = (typeof DeviceSoftwareSetComplianceStatus)[keyof typeof DeviceSoftwareSetComplianceStatus];
542
- /**
543
- * @public
544
- * @enum
545
- */
546
- export declare const SoftwareSetUpdateStatus: {
547
- readonly AVAILABLE: "AVAILABLE";
548
- readonly IN_PROGRESS: "IN_PROGRESS";
549
- readonly UP_TO_DATE: "UP_TO_DATE";
550
- };
551
- /**
552
- * @public
553
- */
554
- export type SoftwareSetUpdateStatus = (typeof SoftwareSetUpdateStatus)[keyof typeof SoftwareSetUpdateStatus];
555
- /**
556
- * @public
557
- * @enum
558
- */
559
- export declare const DeviceStatus: {
560
- readonly ARCHIVED: "ARCHIVED";
561
- readonly DEREGISTERED: "DEREGISTERED";
562
- readonly DEREGISTERING: "DEREGISTERING";
563
- readonly REGISTERED: "REGISTERED";
564
- };
565
- /**
566
- * @public
567
- */
568
- export type DeviceStatus = (typeof DeviceStatus)[keyof typeof DeviceStatus];
569
270
  /**
570
271
  * <p>Describes a thin client device.</p>
571
272
  * @public
@@ -763,19 +464,6 @@ export interface DeviceSummary {
763
464
  */
764
465
  lastUserId?: string | undefined;
765
466
  }
766
- /**
767
- * @public
768
- * @enum
769
- */
770
- export declare const EnvironmentSoftwareSetComplianceStatus: {
771
- readonly COMPLIANT: "COMPLIANT";
772
- readonly NOT_COMPLIANT: "NOT_COMPLIANT";
773
- readonly NO_REGISTERED_DEVICES: "NO_REGISTERED_DEVICES";
774
- };
775
- /**
776
- * @public
777
- */
778
- export type EnvironmentSoftwareSetComplianceStatus = (typeof EnvironmentSoftwareSetComplianceStatus)[keyof typeof EnvironmentSoftwareSetComplianceStatus];
779
467
  /**
780
468
  * <p>Describes an environment.</p>
781
469
  * @public
@@ -943,18 +631,6 @@ export interface Software {
943
631
  */
944
632
  version?: string | undefined;
945
633
  }
946
- /**
947
- * @public
948
- * @enum
949
- */
950
- export declare const SoftwareSetValidationStatus: {
951
- readonly NOT_VALIDATED: "NOT_VALIDATED";
952
- readonly VALIDATED: "VALIDATED";
953
- };
954
- /**
955
- * @public
956
- */
957
- export type SoftwareSetValidationStatus = (typeof SoftwareSetValidationStatus)[keyof typeof SoftwareSetValidationStatus];
958
634
  /**
959
635
  * <p>Describes a software set.</p>
960
636
  * @public