@aws-sdk/client-appstream 3.933.0 → 3.935.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,623 @@
1
+ /**
2
+ * @public
3
+ * @enum
4
+ */
5
+ export declare const AccessEndpointType: {
6
+ readonly STREAMING: "STREAMING";
7
+ };
8
+ /**
9
+ * @public
10
+ */
11
+ export type AccessEndpointType = (typeof AccessEndpointType)[keyof typeof AccessEndpointType];
12
+ /**
13
+ * @public
14
+ * @enum
15
+ */
16
+ export declare const Action: {
17
+ readonly AUTO_TIME_ZONE_REDIRECTION: "AUTO_TIME_ZONE_REDIRECTION";
18
+ readonly CLIPBOARD_COPY_FROM_LOCAL_DEVICE: "CLIPBOARD_COPY_FROM_LOCAL_DEVICE";
19
+ readonly CLIPBOARD_COPY_TO_LOCAL_DEVICE: "CLIPBOARD_COPY_TO_LOCAL_DEVICE";
20
+ readonly DOMAIN_PASSWORD_SIGNIN: "DOMAIN_PASSWORD_SIGNIN";
21
+ readonly DOMAIN_SMART_CARD_SIGNIN: "DOMAIN_SMART_CARD_SIGNIN";
22
+ readonly FILE_DOWNLOAD: "FILE_DOWNLOAD";
23
+ readonly FILE_UPLOAD: "FILE_UPLOAD";
24
+ readonly PRINTING_TO_LOCAL_DEVICE: "PRINTING_TO_LOCAL_DEVICE";
25
+ };
26
+ /**
27
+ * @public
28
+ */
29
+ export type Action = (typeof Action)[keyof typeof Action];
30
+ /**
31
+ * @public
32
+ * @enum
33
+ */
34
+ export declare const AgentSoftwareVersion: {
35
+ readonly ALWAYS_LATEST: "ALWAYS_LATEST";
36
+ readonly CURRENT_LATEST: "CURRENT_LATEST";
37
+ };
38
+ /**
39
+ * @public
40
+ */
41
+ export type AgentSoftwareVersion = (typeof AgentSoftwareVersion)[keyof typeof AgentSoftwareVersion];
42
+ /**
43
+ * @public
44
+ * @enum
45
+ */
46
+ export declare const PackagingType: {
47
+ readonly APPSTREAM2: "APPSTREAM2";
48
+ readonly CUSTOM: "CUSTOM";
49
+ };
50
+ /**
51
+ * @public
52
+ */
53
+ export type PackagingType = (typeof PackagingType)[keyof typeof PackagingType];
54
+ /**
55
+ * @public
56
+ * @enum
57
+ */
58
+ export declare const AppBlockState: {
59
+ readonly ACTIVE: "ACTIVE";
60
+ readonly INACTIVE: "INACTIVE";
61
+ };
62
+ /**
63
+ * @public
64
+ */
65
+ export type AppBlockState = (typeof AppBlockState)[keyof typeof AppBlockState];
66
+ /**
67
+ * @public
68
+ * @enum
69
+ */
70
+ export declare const FleetErrorCode: {
71
+ readonly DOMAIN_JOIN_ERROR_ACCESS_DENIED: "DOMAIN_JOIN_ERROR_ACCESS_DENIED";
72
+ readonly DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED: "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED";
73
+ readonly DOMAIN_JOIN_ERROR_FILE_NOT_FOUND: "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND";
74
+ readonly DOMAIN_JOIN_ERROR_INVALID_PARAMETER: "DOMAIN_JOIN_ERROR_INVALID_PARAMETER";
75
+ readonly DOMAIN_JOIN_ERROR_LOGON_FAILURE: "DOMAIN_JOIN_ERROR_LOGON_FAILURE";
76
+ readonly DOMAIN_JOIN_ERROR_MORE_DATA: "DOMAIN_JOIN_ERROR_MORE_DATA";
77
+ readonly DOMAIN_JOIN_ERROR_NOT_SUPPORTED: "DOMAIN_JOIN_ERROR_NOT_SUPPORTED";
78
+ readonly DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN: "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN";
79
+ readonly DOMAIN_JOIN_INTERNAL_SERVICE_ERROR: "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR";
80
+ readonly DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME: "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME";
81
+ readonly DOMAIN_JOIN_NERR_PASSWORD_EXPIRED: "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED";
82
+ readonly DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED: "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED";
83
+ readonly FLEET_INSTANCE_PROVISIONING_FAILURE: "FLEET_INSTANCE_PROVISIONING_FAILURE";
84
+ readonly FLEET_STOPPED: "FLEET_STOPPED";
85
+ readonly IAM_SERVICE_ROLE_IS_MISSING: "IAM_SERVICE_ROLE_IS_MISSING";
86
+ readonly IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION: "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION";
87
+ readonly IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION: "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION";
88
+ readonly IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION: "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION";
89
+ readonly IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION: "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION";
90
+ readonly IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION: "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION";
91
+ readonly IGW_NOT_ATTACHED: "IGW_NOT_ATTACHED";
92
+ readonly IMAGE_NOT_FOUND: "IMAGE_NOT_FOUND";
93
+ readonly INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR";
94
+ readonly INVALID_SUBNET_CONFIGURATION: "INVALID_SUBNET_CONFIGURATION";
95
+ readonly MACHINE_ROLE_IS_MISSING: "MACHINE_ROLE_IS_MISSING";
96
+ readonly NETWORK_INTERFACE_LIMIT_EXCEEDED: "NETWORK_INTERFACE_LIMIT_EXCEEDED";
97
+ readonly SECURITY_GROUPS_NOT_FOUND: "SECURITY_GROUPS_NOT_FOUND";
98
+ readonly STS_DISABLED_IN_REGION: "STS_DISABLED_IN_REGION";
99
+ readonly SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES: "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES";
100
+ readonly SUBNET_NOT_FOUND: "SUBNET_NOT_FOUND";
101
+ readonly VALIDATION_ERROR: "VALIDATION_ERROR";
102
+ };
103
+ /**
104
+ * @public
105
+ */
106
+ export type FleetErrorCode = (typeof FleetErrorCode)[keyof typeof FleetErrorCode];
107
+ /**
108
+ * @public
109
+ * @enum
110
+ */
111
+ export declare const AppBlockBuilderPlatformType: {
112
+ readonly WINDOWS_SERVER_2019: "WINDOWS_SERVER_2019";
113
+ };
114
+ /**
115
+ * @public
116
+ */
117
+ export type AppBlockBuilderPlatformType = (typeof AppBlockBuilderPlatformType)[keyof typeof AppBlockBuilderPlatformType];
118
+ /**
119
+ * @public
120
+ * @enum
121
+ */
122
+ export declare const AppBlockBuilderState: {
123
+ readonly RUNNING: "RUNNING";
124
+ readonly STARTING: "STARTING";
125
+ readonly STOPPED: "STOPPED";
126
+ readonly STOPPING: "STOPPING";
127
+ };
128
+ /**
129
+ * @public
130
+ */
131
+ export type AppBlockBuilderState = (typeof AppBlockBuilderState)[keyof typeof AppBlockBuilderState];
132
+ /**
133
+ * @public
134
+ * @enum
135
+ */
136
+ export declare const AppBlockBuilderStateChangeReasonCode: {
137
+ readonly INTERNAL_ERROR: "INTERNAL_ERROR";
138
+ };
139
+ /**
140
+ * @public
141
+ */
142
+ export type AppBlockBuilderStateChangeReasonCode = (typeof AppBlockBuilderStateChangeReasonCode)[keyof typeof AppBlockBuilderStateChangeReasonCode];
143
+ /**
144
+ * @public
145
+ * @enum
146
+ */
147
+ export declare const AppBlockBuilderAttribute: {
148
+ readonly ACCESS_ENDPOINTS: "ACCESS_ENDPOINTS";
149
+ readonly IAM_ROLE_ARN: "IAM_ROLE_ARN";
150
+ readonly VPC_CONFIGURATION_SECURITY_GROUP_IDS: "VPC_CONFIGURATION_SECURITY_GROUP_IDS";
151
+ };
152
+ /**
153
+ * @public
154
+ */
155
+ export type AppBlockBuilderAttribute = (typeof AppBlockBuilderAttribute)[keyof typeof AppBlockBuilderAttribute];
156
+ /**
157
+ * @public
158
+ * @enum
159
+ */
160
+ export declare const PlatformType: {
161
+ readonly AMAZON_LINUX2: "AMAZON_LINUX2";
162
+ readonly RHEL8: "RHEL8";
163
+ readonly ROCKY_LINUX8: "ROCKY_LINUX8";
164
+ readonly WINDOWS: "WINDOWS";
165
+ readonly WINDOWS_SERVER_2016: "WINDOWS_SERVER_2016";
166
+ readonly WINDOWS_SERVER_2019: "WINDOWS_SERVER_2019";
167
+ readonly WINDOWS_SERVER_2022: "WINDOWS_SERVER_2022";
168
+ };
169
+ /**
170
+ * @public
171
+ */
172
+ export type PlatformType = (typeof PlatformType)[keyof typeof PlatformType];
173
+ /**
174
+ * @public
175
+ * @enum
176
+ */
177
+ export declare const ApplicationAttribute: {
178
+ readonly LAUNCH_PARAMETERS: "LAUNCH_PARAMETERS";
179
+ readonly WORKING_DIRECTORY: "WORKING_DIRECTORY";
180
+ };
181
+ /**
182
+ * @public
183
+ */
184
+ export type ApplicationAttribute = (typeof ApplicationAttribute)[keyof typeof ApplicationAttribute];
185
+ /**
186
+ * @public
187
+ * @enum
188
+ */
189
+ export declare const AppVisibility: {
190
+ readonly ALL: "ALL";
191
+ readonly ASSOCIATED: "ASSOCIATED";
192
+ };
193
+ /**
194
+ * @public
195
+ */
196
+ export type AppVisibility = (typeof AppVisibility)[keyof typeof AppVisibility];
197
+ /**
198
+ * @public
199
+ * @enum
200
+ */
201
+ export declare const AuthenticationType: {
202
+ readonly API: "API";
203
+ readonly AWS_AD: "AWS_AD";
204
+ readonly SAML: "SAML";
205
+ readonly USERPOOL: "USERPOOL";
206
+ };
207
+ /**
208
+ * @public
209
+ */
210
+ export type AuthenticationType = (typeof AuthenticationType)[keyof typeof AuthenticationType];
211
+ /**
212
+ * @public
213
+ * @enum
214
+ */
215
+ export declare const UserStackAssociationErrorCode: {
216
+ readonly DIRECTORY_NOT_FOUND: "DIRECTORY_NOT_FOUND";
217
+ readonly INTERNAL_ERROR: "INTERNAL_ERROR";
218
+ readonly STACK_NOT_FOUND: "STACK_NOT_FOUND";
219
+ readonly USER_NAME_NOT_FOUND: "USER_NAME_NOT_FOUND";
220
+ };
221
+ /**
222
+ * @public
223
+ */
224
+ export type UserStackAssociationErrorCode = (typeof UserStackAssociationErrorCode)[keyof typeof UserStackAssociationErrorCode];
225
+ /**
226
+ * @public
227
+ * @enum
228
+ */
229
+ export declare const CertificateBasedAuthStatus: {
230
+ readonly DISABLED: "DISABLED";
231
+ readonly ENABLED: "ENABLED";
232
+ readonly ENABLED_NO_DIRECTORY_LOGIN_FALLBACK: "ENABLED_NO_DIRECTORY_LOGIN_FALLBACK";
233
+ };
234
+ /**
235
+ * @public
236
+ */
237
+ export type CertificateBasedAuthStatus = (typeof CertificateBasedAuthStatus)[keyof typeof CertificateBasedAuthStatus];
238
+ /**
239
+ * @public
240
+ * @enum
241
+ */
242
+ export declare const ExportImageTaskState: {
243
+ readonly COMPLETED: "COMPLETED";
244
+ readonly EXPORTING: "EXPORTING";
245
+ readonly FAILED: "FAILED";
246
+ };
247
+ /**
248
+ * @public
249
+ */
250
+ export type ExportImageTaskState = (typeof ExportImageTaskState)[keyof typeof ExportImageTaskState];
251
+ /**
252
+ * @public
253
+ * @enum
254
+ */
255
+ export declare const FleetType: {
256
+ readonly ALWAYS_ON: "ALWAYS_ON";
257
+ readonly ELASTIC: "ELASTIC";
258
+ readonly ON_DEMAND: "ON_DEMAND";
259
+ };
260
+ /**
261
+ * @public
262
+ */
263
+ export type FleetType = (typeof FleetType)[keyof typeof FleetType];
264
+ /**
265
+ * @public
266
+ * @enum
267
+ */
268
+ export declare const StreamView: {
269
+ readonly APP: "APP";
270
+ readonly DESKTOP: "DESKTOP";
271
+ };
272
+ /**
273
+ * @public
274
+ */
275
+ export type StreamView = (typeof StreamView)[keyof typeof StreamView];
276
+ /**
277
+ * @public
278
+ * @enum
279
+ */
280
+ export declare const FleetState: {
281
+ readonly RUNNING: "RUNNING";
282
+ readonly STARTING: "STARTING";
283
+ readonly STOPPED: "STOPPED";
284
+ readonly STOPPING: "STOPPING";
285
+ };
286
+ /**
287
+ * @public
288
+ */
289
+ export type FleetState = (typeof FleetState)[keyof typeof FleetState];
290
+ /**
291
+ * @public
292
+ * @enum
293
+ */
294
+ export declare const LatestAppstreamAgentVersion: {
295
+ readonly FALSE: "FALSE";
296
+ readonly TRUE: "TRUE";
297
+ };
298
+ /**
299
+ * @public
300
+ */
301
+ export type LatestAppstreamAgentVersion = (typeof LatestAppstreamAgentVersion)[keyof typeof LatestAppstreamAgentVersion];
302
+ /**
303
+ * @public
304
+ * @enum
305
+ */
306
+ export declare const ImageBuilderState: {
307
+ readonly DELETING: "DELETING";
308
+ readonly FAILED: "FAILED";
309
+ readonly PENDING: "PENDING";
310
+ readonly PENDING_IMAGE_IMPORT: "PENDING_IMAGE_IMPORT";
311
+ readonly PENDING_QUALIFICATION: "PENDING_QUALIFICATION";
312
+ readonly PENDING_SYNCING_APPS: "PENDING_SYNCING_APPS";
313
+ readonly REBOOTING: "REBOOTING";
314
+ readonly RUNNING: "RUNNING";
315
+ readonly SNAPSHOTTING: "SNAPSHOTTING";
316
+ readonly STOPPED: "STOPPED";
317
+ readonly STOPPING: "STOPPING";
318
+ readonly SYNCING_APPS: "SYNCING_APPS";
319
+ readonly UPDATING: "UPDATING";
320
+ readonly UPDATING_AGENT: "UPDATING_AGENT";
321
+ };
322
+ /**
323
+ * @public
324
+ */
325
+ export type ImageBuilderState = (typeof ImageBuilderState)[keyof typeof ImageBuilderState];
326
+ /**
327
+ * @public
328
+ * @enum
329
+ */
330
+ export declare const ImageBuilderStateChangeReasonCode: {
331
+ readonly IMAGE_UNAVAILABLE: "IMAGE_UNAVAILABLE";
332
+ readonly INTERNAL_ERROR: "INTERNAL_ERROR";
333
+ };
334
+ /**
335
+ * @public
336
+ */
337
+ export type ImageBuilderStateChangeReasonCode = (typeof ImageBuilderStateChangeReasonCode)[keyof typeof ImageBuilderStateChangeReasonCode];
338
+ /**
339
+ * @public
340
+ * @enum
341
+ */
342
+ export declare const DynamicAppProvidersEnabled: {
343
+ readonly DISABLED: "DISABLED";
344
+ readonly ENABLED: "ENABLED";
345
+ };
346
+ /**
347
+ * @public
348
+ */
349
+ export type DynamicAppProvidersEnabled = (typeof DynamicAppProvidersEnabled)[keyof typeof DynamicAppProvidersEnabled];
350
+ /**
351
+ * @public
352
+ * @enum
353
+ */
354
+ export declare const ImageSharedWithOthers: {
355
+ readonly FALSE: "FALSE";
356
+ readonly TRUE: "TRUE";
357
+ };
358
+ /**
359
+ * @public
360
+ */
361
+ export type ImageSharedWithOthers = (typeof ImageSharedWithOthers)[keyof typeof ImageSharedWithOthers];
362
+ /**
363
+ * @public
364
+ * @enum
365
+ */
366
+ export declare const ImageType: {
367
+ readonly CUSTOM: "CUSTOM";
368
+ readonly NATIVE: "NATIVE";
369
+ };
370
+ /**
371
+ * @public
372
+ */
373
+ export type ImageType = (typeof ImageType)[keyof typeof ImageType];
374
+ /**
375
+ * @public
376
+ * @enum
377
+ */
378
+ export declare const ImageState: {
379
+ readonly AVAILABLE: "AVAILABLE";
380
+ readonly COPYING: "COPYING";
381
+ readonly CREATING: "CREATING";
382
+ readonly DELETING: "DELETING";
383
+ readonly FAILED: "FAILED";
384
+ readonly IMPORTING: "IMPORTING";
385
+ readonly PENDING: "PENDING";
386
+ readonly VALIDATING: "VALIDATING";
387
+ };
388
+ /**
389
+ * @public
390
+ */
391
+ export type ImageState = (typeof ImageState)[keyof typeof ImageState];
392
+ /**
393
+ * @public
394
+ * @enum
395
+ */
396
+ export declare const ImageStateChangeReasonCode: {
397
+ readonly IMAGE_BUILDER_NOT_AVAILABLE: "IMAGE_BUILDER_NOT_AVAILABLE";
398
+ readonly IMAGE_COPY_FAILURE: "IMAGE_COPY_FAILURE";
399
+ readonly IMAGE_IMPORT_FAILURE: "IMAGE_IMPORT_FAILURE";
400
+ readonly IMAGE_UPDATE_FAILURE: "IMAGE_UPDATE_FAILURE";
401
+ readonly INTERNAL_ERROR: "INTERNAL_ERROR";
402
+ };
403
+ /**
404
+ * @public
405
+ */
406
+ export type ImageStateChangeReasonCode = (typeof ImageStateChangeReasonCode)[keyof typeof ImageStateChangeReasonCode];
407
+ /**
408
+ * @public
409
+ * @enum
410
+ */
411
+ export declare const VisibilityType: {
412
+ readonly PRIVATE: "PRIVATE";
413
+ readonly PUBLIC: "PUBLIC";
414
+ readonly SHARED: "SHARED";
415
+ };
416
+ /**
417
+ * @public
418
+ */
419
+ export type VisibilityType = (typeof VisibilityType)[keyof typeof VisibilityType];
420
+ /**
421
+ * @public
422
+ * @enum
423
+ */
424
+ export declare const StorageConnectorType: {
425
+ readonly GOOGLE_DRIVE: "GOOGLE_DRIVE";
426
+ readonly HOMEFOLDERS: "HOMEFOLDERS";
427
+ readonly ONE_DRIVE: "ONE_DRIVE";
428
+ };
429
+ /**
430
+ * @public
431
+ */
432
+ export type StorageConnectorType = (typeof StorageConnectorType)[keyof typeof StorageConnectorType];
433
+ /**
434
+ * @public
435
+ * @enum
436
+ */
437
+ export declare const PreferredProtocol: {
438
+ readonly TCP: "TCP";
439
+ readonly UDP: "UDP";
440
+ };
441
+ /**
442
+ * @public
443
+ */
444
+ export type PreferredProtocol = (typeof PreferredProtocol)[keyof typeof PreferredProtocol];
445
+ /**
446
+ * @public
447
+ * @enum
448
+ */
449
+ export declare const Permission: {
450
+ readonly DISABLED: "DISABLED";
451
+ readonly ENABLED: "ENABLED";
452
+ };
453
+ /**
454
+ * @public
455
+ */
456
+ export type Permission = (typeof Permission)[keyof typeof Permission];
457
+ /**
458
+ * @public
459
+ * @enum
460
+ */
461
+ export declare const StackErrorCode: {
462
+ readonly INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR";
463
+ readonly STORAGE_CONNECTOR_ERROR: "STORAGE_CONNECTOR_ERROR";
464
+ };
465
+ /**
466
+ * @public
467
+ */
468
+ export type StackErrorCode = (typeof StackErrorCode)[keyof typeof StackErrorCode];
469
+ /**
470
+ * @public
471
+ * @enum
472
+ */
473
+ export declare const ThemeStyling: {
474
+ readonly BLUE: "BLUE";
475
+ readonly LIGHT_BLUE: "LIGHT_BLUE";
476
+ readonly PINK: "PINK";
477
+ readonly RED: "RED";
478
+ };
479
+ /**
480
+ * @public
481
+ */
482
+ export type ThemeStyling = (typeof ThemeStyling)[keyof typeof ThemeStyling];
483
+ /**
484
+ * @public
485
+ * @enum
486
+ */
487
+ export declare const ThemeState: {
488
+ readonly DISABLED: "DISABLED";
489
+ readonly ENABLED: "ENABLED";
490
+ };
491
+ /**
492
+ * @public
493
+ */
494
+ export type ThemeState = (typeof ThemeState)[keyof typeof ThemeState];
495
+ /**
496
+ * @public
497
+ * @enum
498
+ */
499
+ export declare const UsageReportSchedule: {
500
+ readonly DAILY: "DAILY";
501
+ };
502
+ /**
503
+ * @public
504
+ */
505
+ export type UsageReportSchedule = (typeof UsageReportSchedule)[keyof typeof UsageReportSchedule];
506
+ /**
507
+ * @public
508
+ * @enum
509
+ */
510
+ export declare const MessageAction: {
511
+ readonly RESEND: "RESEND";
512
+ readonly SUPPRESS: "SUPPRESS";
513
+ };
514
+ /**
515
+ * @public
516
+ */
517
+ export type MessageAction = (typeof MessageAction)[keyof typeof MessageAction];
518
+ /**
519
+ * @public
520
+ * @enum
521
+ */
522
+ export declare const SessionConnectionState: {
523
+ readonly CONNECTED: "CONNECTED";
524
+ readonly NOT_CONNECTED: "NOT_CONNECTED";
525
+ };
526
+ /**
527
+ * @public
528
+ */
529
+ export type SessionConnectionState = (typeof SessionConnectionState)[keyof typeof SessionConnectionState];
530
+ /**
531
+ * @public
532
+ * @enum
533
+ */
534
+ export declare const SessionState: {
535
+ readonly ACTIVE: "ACTIVE";
536
+ readonly EXPIRED: "EXPIRED";
537
+ readonly PENDING: "PENDING";
538
+ };
539
+ /**
540
+ * @public
541
+ */
542
+ export type SessionState = (typeof SessionState)[keyof typeof SessionState];
543
+ /**
544
+ * @public
545
+ * @enum
546
+ */
547
+ export declare const SoftwareDeploymentStatus: {
548
+ readonly FAILED_TO_INSTALL: "FAILED_TO_INSTALL";
549
+ readonly FAILED_TO_UNINSTALL: "FAILED_TO_UNINSTALL";
550
+ readonly INSTALLED: "INSTALLED";
551
+ readonly PENDING_INSTALLATION: "PENDING_INSTALLATION";
552
+ readonly PENDING_UNINSTALLATION: "PENDING_UNINSTALLATION";
553
+ readonly STAGED_FOR_INSTALLATION: "STAGED_FOR_INSTALLATION";
554
+ readonly STAGED_FOR_UNINSTALLATION: "STAGED_FOR_UNINSTALLATION";
555
+ };
556
+ /**
557
+ * @public
558
+ */
559
+ export type SoftwareDeploymentStatus = (typeof SoftwareDeploymentStatus)[keyof typeof SoftwareDeploymentStatus];
560
+ /**
561
+ * @public
562
+ * @enum
563
+ */
564
+ export declare const UsageReportExecutionErrorCode: {
565
+ readonly ACCESS_DENIED: "ACCESS_DENIED";
566
+ readonly INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR";
567
+ readonly RESOURCE_NOT_FOUND: "RESOURCE_NOT_FOUND";
568
+ };
569
+ /**
570
+ * @public
571
+ */
572
+ export type UsageReportExecutionErrorCode = (typeof UsageReportExecutionErrorCode)[keyof typeof UsageReportExecutionErrorCode];
573
+ /**
574
+ * @public
575
+ * @enum
576
+ */
577
+ export declare const FleetAttribute: {
578
+ readonly DOMAIN_JOIN_INFO: "DOMAIN_JOIN_INFO";
579
+ readonly IAM_ROLE_ARN: "IAM_ROLE_ARN";
580
+ readonly MAX_SESSIONS_PER_INSTANCE: "MAX_SESSIONS_PER_INSTANCE";
581
+ readonly SESSION_SCRIPT_S3_LOCATION: "SESSION_SCRIPT_S3_LOCATION";
582
+ readonly USB_DEVICE_FILTER_STRINGS: "USB_DEVICE_FILTER_STRINGS";
583
+ readonly VOLUME_CONFIGURATION: "VOLUME_CONFIGURATION";
584
+ readonly VPC_CONFIGURATION: "VPC_CONFIGURATION";
585
+ readonly VPC_CONFIGURATION_SECURITY_GROUP_IDS: "VPC_CONFIGURATION_SECURITY_GROUP_IDS";
586
+ };
587
+ /**
588
+ * @public
589
+ */
590
+ export type FleetAttribute = (typeof FleetAttribute)[keyof typeof FleetAttribute];
591
+ /**
592
+ * @public
593
+ * @enum
594
+ */
595
+ export declare const StackAttribute: {
596
+ readonly ACCESS_ENDPOINTS: "ACCESS_ENDPOINTS";
597
+ readonly EMBED_HOST_DOMAINS: "EMBED_HOST_DOMAINS";
598
+ readonly FEEDBACK_URL: "FEEDBACK_URL";
599
+ readonly IAM_ROLE_ARN: "IAM_ROLE_ARN";
600
+ readonly REDIRECT_URL: "REDIRECT_URL";
601
+ readonly STORAGE_CONNECTORS: "STORAGE_CONNECTORS";
602
+ readonly STORAGE_CONNECTOR_GOOGLE_DRIVE: "STORAGE_CONNECTOR_GOOGLE_DRIVE";
603
+ readonly STORAGE_CONNECTOR_HOMEFOLDERS: "STORAGE_CONNECTOR_HOMEFOLDERS";
604
+ readonly STORAGE_CONNECTOR_ONE_DRIVE: "STORAGE_CONNECTOR_ONE_DRIVE";
605
+ readonly STREAMING_EXPERIENCE_SETTINGS: "STREAMING_EXPERIENCE_SETTINGS";
606
+ readonly THEME_NAME: "THEME_NAME";
607
+ readonly USER_SETTINGS: "USER_SETTINGS";
608
+ };
609
+ /**
610
+ * @public
611
+ */
612
+ export type StackAttribute = (typeof StackAttribute)[keyof typeof StackAttribute];
613
+ /**
614
+ * @public
615
+ * @enum
616
+ */
617
+ export declare const ThemeAttribute: {
618
+ readonly FOOTER_LINKS: "FOOTER_LINKS";
619
+ };
620
+ /**
621
+ * @public
622
+ */
623
+ export type ThemeAttribute = (typeof ThemeAttribute)[keyof typeof ThemeAttribute];