@aws-sdk/client-appstream 3.300.0 → 3.303.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/models/models_0.js +186 -214
- package/dist-es/models/models_0.js +186 -214
- package/dist-types/commands/AssociateApplicationFleetCommand.d.ts +1 -1
- package/dist-types/commands/AssociateApplicationToEntitlementCommand.d.ts +1 -1
- package/dist-types/commands/AssociateFleetCommand.d.ts +1 -1
- package/dist-types/commands/BatchAssociateUserStackCommand.d.ts +3 -3
- package/dist-types/commands/BatchDisassociateUserStackCommand.d.ts +3 -3
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateAppBlockCommand.d.ts +4 -4
- package/dist-types/commands/CreateApplicationCommand.d.ts +5 -5
- package/dist-types/commands/CreateDirectoryConfigCommand.d.ts +4 -4
- package/dist-types/commands/CreateEntitlementCommand.d.ts +3 -3
- package/dist-types/commands/CreateFleetCommand.d.ts +9 -9
- package/dist-types/commands/CreateImageBuilderCommand.d.ts +8 -8
- package/dist-types/commands/CreateImageBuilderStreamingURLCommand.d.ts +1 -1
- package/dist-types/commands/CreateStackCommand.d.ts +12 -12
- package/dist-types/commands/CreateStreamingURLCommand.d.ts +1 -1
- package/dist-types/commands/CreateUpdatedImageCommand.d.ts +2 -2
- package/dist-types/commands/CreateUserCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAppBlockCommand.d.ts +1 -1
- package/dist-types/commands/DeleteApplicationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDirectoryConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEntitlementCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFleetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImageBuilderCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImageCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImagePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteStackCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAppBlocksCommand.d.ts +2 -2
- package/dist-types/commands/DescribeApplicationFleetAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeApplicationsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDirectoryConfigsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeEntitlementsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeImageBuildersCommand.d.ts +2 -2
- package/dist-types/commands/DescribeImagePermissionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeImagesCommand.d.ts +3 -3
- package/dist-types/commands/DescribeSessionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStacksCommand.d.ts +2 -2
- package/dist-types/commands/DescribeUsageReportSubscriptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserStackAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUsersCommand.d.ts +1 -1
- package/dist-types/commands/DisableUserCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateApplicationFleetCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateApplicationFromEntitlementCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateFleetCommand.d.ts +1 -1
- package/dist-types/commands/EnableUserCommand.d.ts +1 -1
- package/dist-types/commands/ExpireSessionCommand.d.ts +1 -1
- package/dist-types/commands/ListAssociatedFleetsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssociatedStacksCommand.d.ts +1 -1
- package/dist-types/commands/ListEntitledApplicationsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/StartFleetCommand.d.ts +1 -1
- package/dist-types/commands/StartImageBuilderCommand.d.ts +1 -1
- package/dist-types/commands/StopFleetCommand.d.ts +1 -1
- package/dist-types/commands/StopImageBuilderCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDirectoryConfigCommand.d.ts +4 -4
- package/dist-types/commands/UpdateEntitlementCommand.d.ts +3 -3
- package/dist-types/commands/UpdateFleetCommand.d.ts +9 -9
- package/dist-types/commands/UpdateImagePermissionsCommand.d.ts +2 -2
- package/dist-types/commands/UpdateStackCommand.d.ts +12 -12
- package/dist-types/models/models_0.d.ts +327 -187
- package/dist-types/ts3.4/models/models_0.d.ts +232 -186
- package/package.json +35 -35
|
@@ -1,36 +1,31 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { AppStreamServiceException as __BaseException } from "./AppStreamServiceException";
|
|
3
|
-
export
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
}
|
|
29
|
-
export var AppVisibility;
|
|
30
|
-
(function (AppVisibility) {
|
|
31
|
-
AppVisibility["ALL"] = "ALL";
|
|
32
|
-
AppVisibility["ASSOCIATED"] = "ASSOCIATED";
|
|
33
|
-
})(AppVisibility || (AppVisibility = {}));
|
|
3
|
+
export const AccessEndpointType = {
|
|
4
|
+
STREAMING: "STREAMING",
|
|
5
|
+
};
|
|
6
|
+
export const Action = {
|
|
7
|
+
CLIPBOARD_COPY_FROM_LOCAL_DEVICE: "CLIPBOARD_COPY_FROM_LOCAL_DEVICE",
|
|
8
|
+
CLIPBOARD_COPY_TO_LOCAL_DEVICE: "CLIPBOARD_COPY_TO_LOCAL_DEVICE",
|
|
9
|
+
DOMAIN_PASSWORD_SIGNIN: "DOMAIN_PASSWORD_SIGNIN",
|
|
10
|
+
DOMAIN_SMART_CARD_SIGNIN: "DOMAIN_SMART_CARD_SIGNIN",
|
|
11
|
+
FILE_DOWNLOAD: "FILE_DOWNLOAD",
|
|
12
|
+
FILE_UPLOAD: "FILE_UPLOAD",
|
|
13
|
+
PRINTING_TO_LOCAL_DEVICE: "PRINTING_TO_LOCAL_DEVICE",
|
|
14
|
+
};
|
|
15
|
+
export const PlatformType = {
|
|
16
|
+
AMAZON_LINUX2: "AMAZON_LINUX2",
|
|
17
|
+
WINDOWS: "WINDOWS",
|
|
18
|
+
WINDOWS_SERVER_2016: "WINDOWS_SERVER_2016",
|
|
19
|
+
WINDOWS_SERVER_2019: "WINDOWS_SERVER_2019",
|
|
20
|
+
};
|
|
21
|
+
export const ApplicationAttribute = {
|
|
22
|
+
LAUNCH_PARAMETERS: "LAUNCH_PARAMETERS",
|
|
23
|
+
WORKING_DIRECTORY: "WORKING_DIRECTORY",
|
|
24
|
+
};
|
|
25
|
+
export const AppVisibility = {
|
|
26
|
+
ALL: "ALL",
|
|
27
|
+
ASSOCIATED: "ASSOCIATED",
|
|
28
|
+
};
|
|
34
29
|
export class ConcurrentModificationException extends __BaseException {
|
|
35
30
|
constructor(opts) {
|
|
36
31
|
super({
|
|
@@ -135,26 +130,23 @@ export class InvalidAccountStatusException extends __BaseException {
|
|
|
135
130
|
this.Message = opts.Message;
|
|
136
131
|
}
|
|
137
132
|
}
|
|
138
|
-
export
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
CertificateBasedAuthStatus["ENABLED"] = "ENABLED";
|
|
156
|
-
CertificateBasedAuthStatus["ENABLED_NO_DIRECTORY_LOGIN_FALLBACK"] = "ENABLED_NO_DIRECTORY_LOGIN_FALLBACK";
|
|
157
|
-
})(CertificateBasedAuthStatus || (CertificateBasedAuthStatus = {}));
|
|
133
|
+
export const AuthenticationType = {
|
|
134
|
+
API: "API",
|
|
135
|
+
AWS_AD: "AWS_AD",
|
|
136
|
+
SAML: "SAML",
|
|
137
|
+
USERPOOL: "USERPOOL",
|
|
138
|
+
};
|
|
139
|
+
export const UserStackAssociationErrorCode = {
|
|
140
|
+
DIRECTORY_NOT_FOUND: "DIRECTORY_NOT_FOUND",
|
|
141
|
+
INTERNAL_ERROR: "INTERNAL_ERROR",
|
|
142
|
+
STACK_NOT_FOUND: "STACK_NOT_FOUND",
|
|
143
|
+
USER_NAME_NOT_FOUND: "USER_NAME_NOT_FOUND",
|
|
144
|
+
};
|
|
145
|
+
export const CertificateBasedAuthStatus = {
|
|
146
|
+
DISABLED: "DISABLED",
|
|
147
|
+
ENABLED: "ENABLED",
|
|
148
|
+
ENABLED_NO_DIRECTORY_LOGIN_FALLBACK: "ENABLED_NO_DIRECTORY_LOGIN_FALLBACK",
|
|
149
|
+
};
|
|
158
150
|
export class ResourceAlreadyExistsException extends __BaseException {
|
|
159
151
|
constructor(opts) {
|
|
160
152
|
super({
|
|
@@ -207,57 +199,53 @@ export class EntitlementAlreadyExistsException extends __BaseException {
|
|
|
207
199
|
this.Message = opts.Message;
|
|
208
200
|
}
|
|
209
201
|
}
|
|
210
|
-
export
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
FleetState["STARTING"] = "STARTING";
|
|
258
|
-
FleetState["STOPPED"] = "STOPPED";
|
|
259
|
-
FleetState["STOPPING"] = "STOPPING";
|
|
260
|
-
})(FleetState || (FleetState = {}));
|
|
202
|
+
export const FleetType = {
|
|
203
|
+
ALWAYS_ON: "ALWAYS_ON",
|
|
204
|
+
ELASTIC: "ELASTIC",
|
|
205
|
+
ON_DEMAND: "ON_DEMAND",
|
|
206
|
+
};
|
|
207
|
+
export const StreamView = {
|
|
208
|
+
APP: "APP",
|
|
209
|
+
DESKTOP: "DESKTOP",
|
|
210
|
+
};
|
|
211
|
+
export const FleetErrorCode = {
|
|
212
|
+
DOMAIN_JOIN_ERROR_ACCESS_DENIED: "DOMAIN_JOIN_ERROR_ACCESS_DENIED",
|
|
213
|
+
DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED: "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED",
|
|
214
|
+
DOMAIN_JOIN_ERROR_FILE_NOT_FOUND: "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND",
|
|
215
|
+
DOMAIN_JOIN_ERROR_INVALID_PARAMETER: "DOMAIN_JOIN_ERROR_INVALID_PARAMETER",
|
|
216
|
+
DOMAIN_JOIN_ERROR_LOGON_FAILURE: "DOMAIN_JOIN_ERROR_LOGON_FAILURE",
|
|
217
|
+
DOMAIN_JOIN_ERROR_MORE_DATA: "DOMAIN_JOIN_ERROR_MORE_DATA",
|
|
218
|
+
DOMAIN_JOIN_ERROR_NOT_SUPPORTED: "DOMAIN_JOIN_ERROR_NOT_SUPPORTED",
|
|
219
|
+
DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN: "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN",
|
|
220
|
+
DOMAIN_JOIN_INTERNAL_SERVICE_ERROR: "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR",
|
|
221
|
+
DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME: "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME",
|
|
222
|
+
DOMAIN_JOIN_NERR_PASSWORD_EXPIRED: "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED",
|
|
223
|
+
DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED: "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED",
|
|
224
|
+
FLEET_INSTANCE_PROVISIONING_FAILURE: "FLEET_INSTANCE_PROVISIONING_FAILURE",
|
|
225
|
+
FLEET_STOPPED: "FLEET_STOPPED",
|
|
226
|
+
IAM_SERVICE_ROLE_IS_MISSING: "IAM_SERVICE_ROLE_IS_MISSING",
|
|
227
|
+
IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION: "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION",
|
|
228
|
+
IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION: "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION",
|
|
229
|
+
IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION: "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION",
|
|
230
|
+
IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION: "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION",
|
|
231
|
+
IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION: "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION",
|
|
232
|
+
IGW_NOT_ATTACHED: "IGW_NOT_ATTACHED",
|
|
233
|
+
IMAGE_NOT_FOUND: "IMAGE_NOT_FOUND",
|
|
234
|
+
INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR",
|
|
235
|
+
INVALID_SUBNET_CONFIGURATION: "INVALID_SUBNET_CONFIGURATION",
|
|
236
|
+
MACHINE_ROLE_IS_MISSING: "MACHINE_ROLE_IS_MISSING",
|
|
237
|
+
NETWORK_INTERFACE_LIMIT_EXCEEDED: "NETWORK_INTERFACE_LIMIT_EXCEEDED",
|
|
238
|
+
SECURITY_GROUPS_NOT_FOUND: "SECURITY_GROUPS_NOT_FOUND",
|
|
239
|
+
STS_DISABLED_IN_REGION: "STS_DISABLED_IN_REGION",
|
|
240
|
+
SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES: "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES",
|
|
241
|
+
SUBNET_NOT_FOUND: "SUBNET_NOT_FOUND",
|
|
242
|
+
};
|
|
243
|
+
export const FleetState = {
|
|
244
|
+
RUNNING: "RUNNING",
|
|
245
|
+
STARTING: "STARTING",
|
|
246
|
+
STOPPED: "STOPPED",
|
|
247
|
+
STOPPING: "STOPPING",
|
|
248
|
+
};
|
|
261
249
|
export class RequestLimitExceededException extends __BaseException {
|
|
262
250
|
constructor(opts) {
|
|
263
251
|
super({
|
|
@@ -271,77 +259,66 @@ export class RequestLimitExceededException extends __BaseException {
|
|
|
271
259
|
this.Message = opts.Message;
|
|
272
260
|
}
|
|
273
261
|
}
|
|
274
|
-
export
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
}
|
|
304
|
-
export
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
}
|
|
330
|
-
export
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
VisibilityType["SHARED"] = "SHARED";
|
|
335
|
-
})(VisibilityType || (VisibilityType = {}));
|
|
336
|
-
export var UsageReportSchedule;
|
|
337
|
-
(function (UsageReportSchedule) {
|
|
338
|
-
UsageReportSchedule["DAILY"] = "DAILY";
|
|
339
|
-
})(UsageReportSchedule || (UsageReportSchedule = {}));
|
|
340
|
-
export var MessageAction;
|
|
341
|
-
(function (MessageAction) {
|
|
342
|
-
MessageAction["RESEND"] = "RESEND";
|
|
343
|
-
MessageAction["SUPPRESS"] = "SUPPRESS";
|
|
344
|
-
})(MessageAction || (MessageAction = {}));
|
|
262
|
+
export const ImageBuilderState = {
|
|
263
|
+
DELETING: "DELETING",
|
|
264
|
+
FAILED: "FAILED",
|
|
265
|
+
PENDING: "PENDING",
|
|
266
|
+
PENDING_QUALIFICATION: "PENDING_QUALIFICATION",
|
|
267
|
+
REBOOTING: "REBOOTING",
|
|
268
|
+
RUNNING: "RUNNING",
|
|
269
|
+
SNAPSHOTTING: "SNAPSHOTTING",
|
|
270
|
+
STOPPED: "STOPPED",
|
|
271
|
+
STOPPING: "STOPPING",
|
|
272
|
+
UPDATING: "UPDATING",
|
|
273
|
+
UPDATING_AGENT: "UPDATING_AGENT",
|
|
274
|
+
};
|
|
275
|
+
export const ImageBuilderStateChangeReasonCode = {
|
|
276
|
+
IMAGE_UNAVAILABLE: "IMAGE_UNAVAILABLE",
|
|
277
|
+
INTERNAL_ERROR: "INTERNAL_ERROR",
|
|
278
|
+
};
|
|
279
|
+
export const StorageConnectorType = {
|
|
280
|
+
GOOGLE_DRIVE: "GOOGLE_DRIVE",
|
|
281
|
+
HOMEFOLDERS: "HOMEFOLDERS",
|
|
282
|
+
ONE_DRIVE: "ONE_DRIVE",
|
|
283
|
+
};
|
|
284
|
+
export const PreferredProtocol = {
|
|
285
|
+
TCP: "TCP",
|
|
286
|
+
UDP: "UDP",
|
|
287
|
+
};
|
|
288
|
+
export const Permission = {
|
|
289
|
+
DISABLED: "DISABLED",
|
|
290
|
+
ENABLED: "ENABLED",
|
|
291
|
+
};
|
|
292
|
+
export const StackErrorCode = {
|
|
293
|
+
INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR",
|
|
294
|
+
STORAGE_CONNECTOR_ERROR: "STORAGE_CONNECTOR_ERROR",
|
|
295
|
+
};
|
|
296
|
+
export const ImageState = {
|
|
297
|
+
AVAILABLE: "AVAILABLE",
|
|
298
|
+
COPYING: "COPYING",
|
|
299
|
+
CREATING: "CREATING",
|
|
300
|
+
DELETING: "DELETING",
|
|
301
|
+
FAILED: "FAILED",
|
|
302
|
+
IMPORTING: "IMPORTING",
|
|
303
|
+
PENDING: "PENDING",
|
|
304
|
+
};
|
|
305
|
+
export const ImageStateChangeReasonCode = {
|
|
306
|
+
IMAGE_BUILDER_NOT_AVAILABLE: "IMAGE_BUILDER_NOT_AVAILABLE",
|
|
307
|
+
IMAGE_COPY_FAILURE: "IMAGE_COPY_FAILURE",
|
|
308
|
+
INTERNAL_ERROR: "INTERNAL_ERROR",
|
|
309
|
+
};
|
|
310
|
+
export const VisibilityType = {
|
|
311
|
+
PRIVATE: "PRIVATE",
|
|
312
|
+
PUBLIC: "PUBLIC",
|
|
313
|
+
SHARED: "SHARED",
|
|
314
|
+
};
|
|
315
|
+
export const UsageReportSchedule = {
|
|
316
|
+
DAILY: "DAILY",
|
|
317
|
+
};
|
|
318
|
+
export const MessageAction = {
|
|
319
|
+
RESEND: "RESEND",
|
|
320
|
+
SUPPRESS: "SUPPRESS",
|
|
321
|
+
};
|
|
345
322
|
export class ResourceInUseException extends __BaseException {
|
|
346
323
|
constructor(opts) {
|
|
347
324
|
super({
|
|
@@ -355,47 +332,42 @@ export class ResourceInUseException extends __BaseException {
|
|
|
355
332
|
this.Message = opts.Message;
|
|
356
333
|
}
|
|
357
334
|
}
|
|
358
|
-
export
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
StackAttribute["STORAGE_CONNECTOR_ONE_DRIVE"] = "STORAGE_CONNECTOR_ONE_DRIVE";
|
|
395
|
-
StackAttribute["STREAMING_EXPERIENCE_SETTINGS"] = "STREAMING_EXPERIENCE_SETTINGS";
|
|
396
|
-
StackAttribute["THEME_NAME"] = "THEME_NAME";
|
|
397
|
-
StackAttribute["USER_SETTINGS"] = "USER_SETTINGS";
|
|
398
|
-
})(StackAttribute || (StackAttribute = {}));
|
|
335
|
+
export const SessionConnectionState = {
|
|
336
|
+
CONNECTED: "CONNECTED",
|
|
337
|
+
NOT_CONNECTED: "NOT_CONNECTED",
|
|
338
|
+
};
|
|
339
|
+
export const SessionState = {
|
|
340
|
+
ACTIVE: "ACTIVE",
|
|
341
|
+
EXPIRED: "EXPIRED",
|
|
342
|
+
PENDING: "PENDING",
|
|
343
|
+
};
|
|
344
|
+
export const UsageReportExecutionErrorCode = {
|
|
345
|
+
ACCESS_DENIED: "ACCESS_DENIED",
|
|
346
|
+
INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR",
|
|
347
|
+
RESOURCE_NOT_FOUND: "RESOURCE_NOT_FOUND",
|
|
348
|
+
};
|
|
349
|
+
export const FleetAttribute = {
|
|
350
|
+
DOMAIN_JOIN_INFO: "DOMAIN_JOIN_INFO",
|
|
351
|
+
IAM_ROLE_ARN: "IAM_ROLE_ARN",
|
|
352
|
+
SESSION_SCRIPT_S3_LOCATION: "SESSION_SCRIPT_S3_LOCATION",
|
|
353
|
+
USB_DEVICE_FILTER_STRINGS: "USB_DEVICE_FILTER_STRINGS",
|
|
354
|
+
VPC_CONFIGURATION: "VPC_CONFIGURATION",
|
|
355
|
+
VPC_CONFIGURATION_SECURITY_GROUP_IDS: "VPC_CONFIGURATION_SECURITY_GROUP_IDS",
|
|
356
|
+
};
|
|
357
|
+
export const StackAttribute = {
|
|
358
|
+
ACCESS_ENDPOINTS: "ACCESS_ENDPOINTS",
|
|
359
|
+
EMBED_HOST_DOMAINS: "EMBED_HOST_DOMAINS",
|
|
360
|
+
FEEDBACK_URL: "FEEDBACK_URL",
|
|
361
|
+
IAM_ROLE_ARN: "IAM_ROLE_ARN",
|
|
362
|
+
REDIRECT_URL: "REDIRECT_URL",
|
|
363
|
+
STORAGE_CONNECTORS: "STORAGE_CONNECTORS",
|
|
364
|
+
STORAGE_CONNECTOR_GOOGLE_DRIVE: "STORAGE_CONNECTOR_GOOGLE_DRIVE",
|
|
365
|
+
STORAGE_CONNECTOR_HOMEFOLDERS: "STORAGE_CONNECTOR_HOMEFOLDERS",
|
|
366
|
+
STORAGE_CONNECTOR_ONE_DRIVE: "STORAGE_CONNECTOR_ONE_DRIVE",
|
|
367
|
+
STREAMING_EXPERIENCE_SETTINGS: "STREAMING_EXPERIENCE_SETTINGS",
|
|
368
|
+
THEME_NAME: "THEME_NAME",
|
|
369
|
+
USER_SETTINGS: "USER_SETTINGS",
|
|
370
|
+
};
|
|
399
371
|
export const UserStackAssociationFilterSensitiveLog = (obj) => ({
|
|
400
372
|
...obj,
|
|
401
373
|
...(obj.UserName && { UserName: SENSITIVE_STRING }),
|
|
@@ -26,7 +26,7 @@ export interface AssociateApplicationFleetCommandOutput extends AssociateApplica
|
|
|
26
26
|
* import { AppStreamClient, AssociateApplicationFleetCommand } from "@aws-sdk/client-appstream"; // ES Modules import
|
|
27
27
|
* // const { AppStreamClient, AssociateApplicationFleetCommand } = require("@aws-sdk/client-appstream"); // CommonJS import
|
|
28
28
|
* const client = new AppStreamClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // AssociateApplicationFleetRequest
|
|
30
30
|
* FleetName: "STRING_VALUE", // required
|
|
31
31
|
* ApplicationArn: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface AssociateApplicationToEntitlementCommandOutput extends Associat
|
|
|
26
26
|
* import { AppStreamClient, AssociateApplicationToEntitlementCommand } from "@aws-sdk/client-appstream"; // ES Modules import
|
|
27
27
|
* // const { AppStreamClient, AssociateApplicationToEntitlementCommand } = require("@aws-sdk/client-appstream"); // CommonJS import
|
|
28
28
|
* const client = new AppStreamClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // AssociateApplicationToEntitlementRequest
|
|
30
30
|
* StackName: "STRING_VALUE", // required
|
|
31
31
|
* EntitlementName: "STRING_VALUE", // required
|
|
32
32
|
* ApplicationIdentifier: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface AssociateFleetCommandOutput extends AssociateFleetResult, __Met
|
|
|
26
26
|
* import { AppStreamClient, AssociateFleetCommand } from "@aws-sdk/client-appstream"; // ES Modules import
|
|
27
27
|
* // const { AppStreamClient, AssociateFleetCommand } = require("@aws-sdk/client-appstream"); // CommonJS import
|
|
28
28
|
* const client = new AppStreamClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // AssociateFleetRequest
|
|
30
30
|
* FleetName: "STRING_VALUE", // required
|
|
31
31
|
* StackName: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,9 +26,9 @@ export interface BatchAssociateUserStackCommandOutput extends BatchAssociateUser
|
|
|
26
26
|
* import { AppStreamClient, BatchAssociateUserStackCommand } from "@aws-sdk/client-appstream"; // ES Modules import
|
|
27
27
|
* // const { AppStreamClient, BatchAssociateUserStackCommand } = require("@aws-sdk/client-appstream"); // CommonJS import
|
|
28
28
|
* const client = new AppStreamClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* UserStackAssociations: [ // required
|
|
31
|
-
* {
|
|
29
|
+
* const input = { // BatchAssociateUserStackRequest
|
|
30
|
+
* UserStackAssociations: [ // UserStackAssociationList // required
|
|
31
|
+
* { // UserStackAssociation
|
|
32
32
|
* StackName: "STRING_VALUE", // required
|
|
33
33
|
* UserName: "STRING_VALUE", // required
|
|
34
34
|
* AuthenticationType: "API" || "SAML" || "USERPOOL" || "AWS_AD", // required
|
|
@@ -26,9 +26,9 @@ export interface BatchDisassociateUserStackCommandOutput extends BatchDisassocia
|
|
|
26
26
|
* import { AppStreamClient, BatchDisassociateUserStackCommand } from "@aws-sdk/client-appstream"; // ES Modules import
|
|
27
27
|
* // const { AppStreamClient, BatchDisassociateUserStackCommand } = require("@aws-sdk/client-appstream"); // CommonJS import
|
|
28
28
|
* const client = new AppStreamClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* UserStackAssociations: [ // required
|
|
31
|
-
* {
|
|
29
|
+
* const input = { // BatchDisassociateUserStackRequest
|
|
30
|
+
* UserStackAssociations: [ // UserStackAssociationList // required
|
|
31
|
+
* { // UserStackAssociation
|
|
32
32
|
* StackName: "STRING_VALUE", // required
|
|
33
33
|
* UserName: "STRING_VALUE", // required
|
|
34
34
|
* AuthenticationType: "API" || "SAML" || "USERPOOL" || "AWS_AD", // required
|
|
@@ -26,7 +26,7 @@ export interface CopyImageCommandOutput extends CopyImageResponse, __MetadataBea
|
|
|
26
26
|
* import { AppStreamClient, CopyImageCommand } from "@aws-sdk/client-appstream"; // ES Modules import
|
|
27
27
|
* // const { AppStreamClient, CopyImageCommand } = require("@aws-sdk/client-appstream"); // CommonJS import
|
|
28
28
|
* const client = new AppStreamClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CopyImageRequest
|
|
30
30
|
* SourceImageName: "STRING_VALUE", // required
|
|
31
31
|
* DestinationImageName: "STRING_VALUE", // required
|
|
32
32
|
* DestinationRegion: "STRING_VALUE", // required
|
|
@@ -32,15 +32,15 @@ export interface CreateAppBlockCommandOutput extends CreateAppBlockResult, __Met
|
|
|
32
32
|
* import { AppStreamClient, CreateAppBlockCommand } from "@aws-sdk/client-appstream"; // ES Modules import
|
|
33
33
|
* // const { AppStreamClient, CreateAppBlockCommand } = require("@aws-sdk/client-appstream"); // CommonJS import
|
|
34
34
|
* const client = new AppStreamClient(config);
|
|
35
|
-
* const input = {
|
|
35
|
+
* const input = { // CreateAppBlockRequest
|
|
36
36
|
* Name: "STRING_VALUE", // required
|
|
37
37
|
* Description: "STRING_VALUE",
|
|
38
38
|
* DisplayName: "STRING_VALUE",
|
|
39
|
-
* SourceS3Location: {
|
|
39
|
+
* SourceS3Location: { // S3Location
|
|
40
40
|
* S3Bucket: "STRING_VALUE", // required
|
|
41
41
|
* S3Key: "STRING_VALUE", // required
|
|
42
42
|
* },
|
|
43
|
-
* SetupScriptDetails: {
|
|
43
|
+
* SetupScriptDetails: { // ScriptDetails
|
|
44
44
|
* ScriptS3Location: {
|
|
45
45
|
* S3Bucket: "STRING_VALUE", // required
|
|
46
46
|
* S3Key: "STRING_VALUE", // required
|
|
@@ -49,7 +49,7 @@ export interface CreateAppBlockCommandOutput extends CreateAppBlockResult, __Met
|
|
|
49
49
|
* ExecutableParameters: "STRING_VALUE",
|
|
50
50
|
* TimeoutInSeconds: Number("int"), // required
|
|
51
51
|
* },
|
|
52
|
-
* Tags: {
|
|
52
|
+
* Tags: { // Tags
|
|
53
53
|
* "<keys>": "STRING_VALUE",
|
|
54
54
|
* },
|
|
55
55
|
* };
|
|
@@ -32,25 +32,25 @@ export interface CreateApplicationCommandOutput extends CreateApplicationResult,
|
|
|
32
32
|
* import { AppStreamClient, CreateApplicationCommand } from "@aws-sdk/client-appstream"; // ES Modules import
|
|
33
33
|
* // const { AppStreamClient, CreateApplicationCommand } = require("@aws-sdk/client-appstream"); // CommonJS import
|
|
34
34
|
* const client = new AppStreamClient(config);
|
|
35
|
-
* const input = {
|
|
35
|
+
* const input = { // CreateApplicationRequest
|
|
36
36
|
* Name: "STRING_VALUE", // required
|
|
37
37
|
* DisplayName: "STRING_VALUE",
|
|
38
38
|
* Description: "STRING_VALUE",
|
|
39
|
-
* IconS3Location: {
|
|
39
|
+
* IconS3Location: { // S3Location
|
|
40
40
|
* S3Bucket: "STRING_VALUE", // required
|
|
41
41
|
* S3Key: "STRING_VALUE", // required
|
|
42
42
|
* },
|
|
43
43
|
* LaunchPath: "STRING_VALUE", // required
|
|
44
44
|
* WorkingDirectory: "STRING_VALUE",
|
|
45
45
|
* LaunchParameters: "STRING_VALUE",
|
|
46
|
-
* Platforms: [ // required
|
|
46
|
+
* Platforms: [ // Platforms // required
|
|
47
47
|
* "WINDOWS" || "WINDOWS_SERVER_2016" || "WINDOWS_SERVER_2019" || "AMAZON_LINUX2",
|
|
48
48
|
* ],
|
|
49
|
-
* InstanceFamilies: [ // required
|
|
49
|
+
* InstanceFamilies: [ // StringList // required
|
|
50
50
|
* "STRING_VALUE",
|
|
51
51
|
* ],
|
|
52
52
|
* AppBlockArn: "STRING_VALUE", // required
|
|
53
|
-
* Tags: {
|
|
53
|
+
* Tags: { // Tags
|
|
54
54
|
* "<keys>": "STRING_VALUE",
|
|
55
55
|
* },
|
|
56
56
|
* };
|
|
@@ -26,16 +26,16 @@ export interface CreateDirectoryConfigCommandOutput extends CreateDirectoryConfi
|
|
|
26
26
|
* import { AppStreamClient, CreateDirectoryConfigCommand } from "@aws-sdk/client-appstream"; // ES Modules import
|
|
27
27
|
* // const { AppStreamClient, CreateDirectoryConfigCommand } = require("@aws-sdk/client-appstream"); // CommonJS import
|
|
28
28
|
* const client = new AppStreamClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateDirectoryConfigRequest
|
|
30
30
|
* DirectoryName: "STRING_VALUE", // required
|
|
31
|
-
* OrganizationalUnitDistinguishedNames: [ // required
|
|
31
|
+
* OrganizationalUnitDistinguishedNames: [ // OrganizationalUnitDistinguishedNamesList // required
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
|
-
* ServiceAccountCredentials: {
|
|
34
|
+
* ServiceAccountCredentials: { // ServiceAccountCredentials
|
|
35
35
|
* AccountName: "STRING_VALUE", // required
|
|
36
36
|
* AccountPassword: "STRING_VALUE", // required
|
|
37
37
|
* },
|
|
38
|
-
* CertificateBasedAuthProperties: {
|
|
38
|
+
* CertificateBasedAuthProperties: { // CertificateBasedAuthProperties
|
|
39
39
|
* Status: "DISABLED" || "ENABLED" || "ENABLED_NO_DIRECTORY_LOGIN_FALLBACK",
|
|
40
40
|
* CertificateAuthorityArn: "STRING_VALUE",
|
|
41
41
|
* },
|
|
@@ -31,13 +31,13 @@ export interface CreateEntitlementCommandOutput extends CreateEntitlementResult,
|
|
|
31
31
|
* import { AppStreamClient, CreateEntitlementCommand } from "@aws-sdk/client-appstream"; // ES Modules import
|
|
32
32
|
* // const { AppStreamClient, CreateEntitlementCommand } = require("@aws-sdk/client-appstream"); // CommonJS import
|
|
33
33
|
* const client = new AppStreamClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // CreateEntitlementRequest
|
|
35
35
|
* Name: "STRING_VALUE", // required
|
|
36
36
|
* StackName: "STRING_VALUE", // required
|
|
37
37
|
* Description: "STRING_VALUE",
|
|
38
38
|
* AppVisibility: "ALL" || "ASSOCIATED", // required
|
|
39
|
-
* Attributes: [ // required
|
|
40
|
-
* {
|
|
39
|
+
* Attributes: [ // EntitlementAttributeList // required
|
|
40
|
+
* { // EntitlementAttribute
|
|
41
41
|
* Name: "STRING_VALUE", // required
|
|
42
42
|
* Value: "STRING_VALUE", // required
|
|
43
43
|
* },
|