@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.
Files changed (68) hide show
  1. package/dist-cjs/models/models_0.js +186 -214
  2. package/dist-es/models/models_0.js +186 -214
  3. package/dist-types/commands/AssociateApplicationFleetCommand.d.ts +1 -1
  4. package/dist-types/commands/AssociateApplicationToEntitlementCommand.d.ts +1 -1
  5. package/dist-types/commands/AssociateFleetCommand.d.ts +1 -1
  6. package/dist-types/commands/BatchAssociateUserStackCommand.d.ts +3 -3
  7. package/dist-types/commands/BatchDisassociateUserStackCommand.d.ts +3 -3
  8. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateAppBlockCommand.d.ts +4 -4
  10. package/dist-types/commands/CreateApplicationCommand.d.ts +5 -5
  11. package/dist-types/commands/CreateDirectoryConfigCommand.d.ts +4 -4
  12. package/dist-types/commands/CreateEntitlementCommand.d.ts +3 -3
  13. package/dist-types/commands/CreateFleetCommand.d.ts +9 -9
  14. package/dist-types/commands/CreateImageBuilderCommand.d.ts +8 -8
  15. package/dist-types/commands/CreateImageBuilderStreamingURLCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateStackCommand.d.ts +12 -12
  17. package/dist-types/commands/CreateStreamingURLCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateUpdatedImageCommand.d.ts +2 -2
  19. package/dist-types/commands/CreateUserCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteAppBlockCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteApplicationCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteDirectoryConfigCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteEntitlementCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteFleetCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteImageBuilderCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteImageCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteImagePermissionsCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteStackCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeAppBlocksCommand.d.ts +2 -2
  31. package/dist-types/commands/DescribeApplicationFleetAssociationsCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeApplicationsCommand.d.ts +2 -2
  33. package/dist-types/commands/DescribeDirectoryConfigsCommand.d.ts +2 -2
  34. package/dist-types/commands/DescribeEntitlementsCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeFleetsCommand.d.ts +2 -2
  36. package/dist-types/commands/DescribeImageBuildersCommand.d.ts +2 -2
  37. package/dist-types/commands/DescribeImagePermissionsCommand.d.ts +2 -2
  38. package/dist-types/commands/DescribeImagesCommand.d.ts +3 -3
  39. package/dist-types/commands/DescribeSessionsCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribeStacksCommand.d.ts +2 -2
  41. package/dist-types/commands/DescribeUsageReportSubscriptionsCommand.d.ts +1 -1
  42. package/dist-types/commands/DescribeUserStackAssociationsCommand.d.ts +1 -1
  43. package/dist-types/commands/DescribeUsersCommand.d.ts +1 -1
  44. package/dist-types/commands/DisableUserCommand.d.ts +1 -1
  45. package/dist-types/commands/DisassociateApplicationFleetCommand.d.ts +1 -1
  46. package/dist-types/commands/DisassociateApplicationFromEntitlementCommand.d.ts +1 -1
  47. package/dist-types/commands/DisassociateFleetCommand.d.ts +1 -1
  48. package/dist-types/commands/EnableUserCommand.d.ts +1 -1
  49. package/dist-types/commands/ExpireSessionCommand.d.ts +1 -1
  50. package/dist-types/commands/ListAssociatedFleetsCommand.d.ts +1 -1
  51. package/dist-types/commands/ListAssociatedStacksCommand.d.ts +1 -1
  52. package/dist-types/commands/ListEntitledApplicationsCommand.d.ts +1 -1
  53. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  54. package/dist-types/commands/StartFleetCommand.d.ts +1 -1
  55. package/dist-types/commands/StartImageBuilderCommand.d.ts +1 -1
  56. package/dist-types/commands/StopFleetCommand.d.ts +1 -1
  57. package/dist-types/commands/StopImageBuilderCommand.d.ts +1 -1
  58. package/dist-types/commands/TagResourceCommand.d.ts +2 -2
  59. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  60. package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -3
  61. package/dist-types/commands/UpdateDirectoryConfigCommand.d.ts +4 -4
  62. package/dist-types/commands/UpdateEntitlementCommand.d.ts +3 -3
  63. package/dist-types/commands/UpdateFleetCommand.d.ts +9 -9
  64. package/dist-types/commands/UpdateImagePermissionsCommand.d.ts +2 -2
  65. package/dist-types/commands/UpdateStackCommand.d.ts +12 -12
  66. package/dist-types/models/models_0.d.ts +327 -187
  67. package/dist-types/ts3.4/models/models_0.d.ts +232 -186
  68. 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 var AccessEndpointType;
4
- (function (AccessEndpointType) {
5
- AccessEndpointType["STREAMING"] = "STREAMING";
6
- })(AccessEndpointType || (AccessEndpointType = {}));
7
- export var Action;
8
- (function (Action) {
9
- Action["CLIPBOARD_COPY_FROM_LOCAL_DEVICE"] = "CLIPBOARD_COPY_FROM_LOCAL_DEVICE";
10
- Action["CLIPBOARD_COPY_TO_LOCAL_DEVICE"] = "CLIPBOARD_COPY_TO_LOCAL_DEVICE";
11
- Action["DOMAIN_PASSWORD_SIGNIN"] = "DOMAIN_PASSWORD_SIGNIN";
12
- Action["DOMAIN_SMART_CARD_SIGNIN"] = "DOMAIN_SMART_CARD_SIGNIN";
13
- Action["FILE_DOWNLOAD"] = "FILE_DOWNLOAD";
14
- Action["FILE_UPLOAD"] = "FILE_UPLOAD";
15
- Action["PRINTING_TO_LOCAL_DEVICE"] = "PRINTING_TO_LOCAL_DEVICE";
16
- })(Action || (Action = {}));
17
- export var PlatformType;
18
- (function (PlatformType) {
19
- PlatformType["AMAZON_LINUX2"] = "AMAZON_LINUX2";
20
- PlatformType["WINDOWS"] = "WINDOWS";
21
- PlatformType["WINDOWS_SERVER_2016"] = "WINDOWS_SERVER_2016";
22
- PlatformType["WINDOWS_SERVER_2019"] = "WINDOWS_SERVER_2019";
23
- })(PlatformType || (PlatformType = {}));
24
- export var ApplicationAttribute;
25
- (function (ApplicationAttribute) {
26
- ApplicationAttribute["LAUNCH_PARAMETERS"] = "LAUNCH_PARAMETERS";
27
- ApplicationAttribute["WORKING_DIRECTORY"] = "WORKING_DIRECTORY";
28
- })(ApplicationAttribute || (ApplicationAttribute = {}));
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 var AuthenticationType;
139
- (function (AuthenticationType) {
140
- AuthenticationType["API"] = "API";
141
- AuthenticationType["AWS_AD"] = "AWS_AD";
142
- AuthenticationType["SAML"] = "SAML";
143
- AuthenticationType["USERPOOL"] = "USERPOOL";
144
- })(AuthenticationType || (AuthenticationType = {}));
145
- export var UserStackAssociationErrorCode;
146
- (function (UserStackAssociationErrorCode) {
147
- UserStackAssociationErrorCode["DIRECTORY_NOT_FOUND"] = "DIRECTORY_NOT_FOUND";
148
- UserStackAssociationErrorCode["INTERNAL_ERROR"] = "INTERNAL_ERROR";
149
- UserStackAssociationErrorCode["STACK_NOT_FOUND"] = "STACK_NOT_FOUND";
150
- UserStackAssociationErrorCode["USER_NAME_NOT_FOUND"] = "USER_NAME_NOT_FOUND";
151
- })(UserStackAssociationErrorCode || (UserStackAssociationErrorCode = {}));
152
- export var CertificateBasedAuthStatus;
153
- (function (CertificateBasedAuthStatus) {
154
- CertificateBasedAuthStatus["DISABLED"] = "DISABLED";
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 var FleetType;
211
- (function (FleetType) {
212
- FleetType["ALWAYS_ON"] = "ALWAYS_ON";
213
- FleetType["ELASTIC"] = "ELASTIC";
214
- FleetType["ON_DEMAND"] = "ON_DEMAND";
215
- })(FleetType || (FleetType = {}));
216
- export var StreamView;
217
- (function (StreamView) {
218
- StreamView["APP"] = "APP";
219
- StreamView["DESKTOP"] = "DESKTOP";
220
- })(StreamView || (StreamView = {}));
221
- export var FleetErrorCode;
222
- (function (FleetErrorCode) {
223
- FleetErrorCode["DOMAIN_JOIN_ERROR_ACCESS_DENIED"] = "DOMAIN_JOIN_ERROR_ACCESS_DENIED";
224
- FleetErrorCode["DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED"] = "DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED";
225
- FleetErrorCode["DOMAIN_JOIN_ERROR_FILE_NOT_FOUND"] = "DOMAIN_JOIN_ERROR_FILE_NOT_FOUND";
226
- FleetErrorCode["DOMAIN_JOIN_ERROR_INVALID_PARAMETER"] = "DOMAIN_JOIN_ERROR_INVALID_PARAMETER";
227
- FleetErrorCode["DOMAIN_JOIN_ERROR_LOGON_FAILURE"] = "DOMAIN_JOIN_ERROR_LOGON_FAILURE";
228
- FleetErrorCode["DOMAIN_JOIN_ERROR_MORE_DATA"] = "DOMAIN_JOIN_ERROR_MORE_DATA";
229
- FleetErrorCode["DOMAIN_JOIN_ERROR_NOT_SUPPORTED"] = "DOMAIN_JOIN_ERROR_NOT_SUPPORTED";
230
- FleetErrorCode["DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN"] = "DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN";
231
- FleetErrorCode["DOMAIN_JOIN_INTERNAL_SERVICE_ERROR"] = "DOMAIN_JOIN_INTERNAL_SERVICE_ERROR";
232
- FleetErrorCode["DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME"] = "DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME";
233
- FleetErrorCode["DOMAIN_JOIN_NERR_PASSWORD_EXPIRED"] = "DOMAIN_JOIN_NERR_PASSWORD_EXPIRED";
234
- FleetErrorCode["DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED"] = "DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED";
235
- FleetErrorCode["FLEET_INSTANCE_PROVISIONING_FAILURE"] = "FLEET_INSTANCE_PROVISIONING_FAILURE";
236
- FleetErrorCode["FLEET_STOPPED"] = "FLEET_STOPPED";
237
- FleetErrorCode["IAM_SERVICE_ROLE_IS_MISSING"] = "IAM_SERVICE_ROLE_IS_MISSING";
238
- FleetErrorCode["IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION"] = "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION";
239
- FleetErrorCode["IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION"] = "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION";
240
- FleetErrorCode["IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION"] = "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION";
241
- FleetErrorCode["IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION"] = "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION";
242
- FleetErrorCode["IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION"] = "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION";
243
- FleetErrorCode["IGW_NOT_ATTACHED"] = "IGW_NOT_ATTACHED";
244
- FleetErrorCode["IMAGE_NOT_FOUND"] = "IMAGE_NOT_FOUND";
245
- FleetErrorCode["INTERNAL_SERVICE_ERROR"] = "INTERNAL_SERVICE_ERROR";
246
- FleetErrorCode["INVALID_SUBNET_CONFIGURATION"] = "INVALID_SUBNET_CONFIGURATION";
247
- FleetErrorCode["MACHINE_ROLE_IS_MISSING"] = "MACHINE_ROLE_IS_MISSING";
248
- FleetErrorCode["NETWORK_INTERFACE_LIMIT_EXCEEDED"] = "NETWORK_INTERFACE_LIMIT_EXCEEDED";
249
- FleetErrorCode["SECURITY_GROUPS_NOT_FOUND"] = "SECURITY_GROUPS_NOT_FOUND";
250
- FleetErrorCode["STS_DISABLED_IN_REGION"] = "STS_DISABLED_IN_REGION";
251
- FleetErrorCode["SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES"] = "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES";
252
- FleetErrorCode["SUBNET_NOT_FOUND"] = "SUBNET_NOT_FOUND";
253
- })(FleetErrorCode || (FleetErrorCode = {}));
254
- export var FleetState;
255
- (function (FleetState) {
256
- FleetState["RUNNING"] = "RUNNING";
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 var ImageBuilderState;
275
- (function (ImageBuilderState) {
276
- ImageBuilderState["DELETING"] = "DELETING";
277
- ImageBuilderState["FAILED"] = "FAILED";
278
- ImageBuilderState["PENDING"] = "PENDING";
279
- ImageBuilderState["PENDING_QUALIFICATION"] = "PENDING_QUALIFICATION";
280
- ImageBuilderState["REBOOTING"] = "REBOOTING";
281
- ImageBuilderState["RUNNING"] = "RUNNING";
282
- ImageBuilderState["SNAPSHOTTING"] = "SNAPSHOTTING";
283
- ImageBuilderState["STOPPED"] = "STOPPED";
284
- ImageBuilderState["STOPPING"] = "STOPPING";
285
- ImageBuilderState["UPDATING"] = "UPDATING";
286
- ImageBuilderState["UPDATING_AGENT"] = "UPDATING_AGENT";
287
- })(ImageBuilderState || (ImageBuilderState = {}));
288
- export var ImageBuilderStateChangeReasonCode;
289
- (function (ImageBuilderStateChangeReasonCode) {
290
- ImageBuilderStateChangeReasonCode["IMAGE_UNAVAILABLE"] = "IMAGE_UNAVAILABLE";
291
- ImageBuilderStateChangeReasonCode["INTERNAL_ERROR"] = "INTERNAL_ERROR";
292
- })(ImageBuilderStateChangeReasonCode || (ImageBuilderStateChangeReasonCode = {}));
293
- export var StorageConnectorType;
294
- (function (StorageConnectorType) {
295
- StorageConnectorType["GOOGLE_DRIVE"] = "GOOGLE_DRIVE";
296
- StorageConnectorType["HOMEFOLDERS"] = "HOMEFOLDERS";
297
- StorageConnectorType["ONE_DRIVE"] = "ONE_DRIVE";
298
- })(StorageConnectorType || (StorageConnectorType = {}));
299
- export var PreferredProtocol;
300
- (function (PreferredProtocol) {
301
- PreferredProtocol["TCP"] = "TCP";
302
- PreferredProtocol["UDP"] = "UDP";
303
- })(PreferredProtocol || (PreferredProtocol = {}));
304
- export var Permission;
305
- (function (Permission) {
306
- Permission["DISABLED"] = "DISABLED";
307
- Permission["ENABLED"] = "ENABLED";
308
- })(Permission || (Permission = {}));
309
- export var StackErrorCode;
310
- (function (StackErrorCode) {
311
- StackErrorCode["INTERNAL_SERVICE_ERROR"] = "INTERNAL_SERVICE_ERROR";
312
- StackErrorCode["STORAGE_CONNECTOR_ERROR"] = "STORAGE_CONNECTOR_ERROR";
313
- })(StackErrorCode || (StackErrorCode = {}));
314
- export var ImageState;
315
- (function (ImageState) {
316
- ImageState["AVAILABLE"] = "AVAILABLE";
317
- ImageState["COPYING"] = "COPYING";
318
- ImageState["CREATING"] = "CREATING";
319
- ImageState["DELETING"] = "DELETING";
320
- ImageState["FAILED"] = "FAILED";
321
- ImageState["IMPORTING"] = "IMPORTING";
322
- ImageState["PENDING"] = "PENDING";
323
- })(ImageState || (ImageState = {}));
324
- export var ImageStateChangeReasonCode;
325
- (function (ImageStateChangeReasonCode) {
326
- ImageStateChangeReasonCode["IMAGE_BUILDER_NOT_AVAILABLE"] = "IMAGE_BUILDER_NOT_AVAILABLE";
327
- ImageStateChangeReasonCode["IMAGE_COPY_FAILURE"] = "IMAGE_COPY_FAILURE";
328
- ImageStateChangeReasonCode["INTERNAL_ERROR"] = "INTERNAL_ERROR";
329
- })(ImageStateChangeReasonCode || (ImageStateChangeReasonCode = {}));
330
- export var VisibilityType;
331
- (function (VisibilityType) {
332
- VisibilityType["PRIVATE"] = "PRIVATE";
333
- VisibilityType["PUBLIC"] = "PUBLIC";
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 var SessionConnectionState;
359
- (function (SessionConnectionState) {
360
- SessionConnectionState["CONNECTED"] = "CONNECTED";
361
- SessionConnectionState["NOT_CONNECTED"] = "NOT_CONNECTED";
362
- })(SessionConnectionState || (SessionConnectionState = {}));
363
- export var SessionState;
364
- (function (SessionState) {
365
- SessionState["ACTIVE"] = "ACTIVE";
366
- SessionState["EXPIRED"] = "EXPIRED";
367
- SessionState["PENDING"] = "PENDING";
368
- })(SessionState || (SessionState = {}));
369
- export var UsageReportExecutionErrorCode;
370
- (function (UsageReportExecutionErrorCode) {
371
- UsageReportExecutionErrorCode["ACCESS_DENIED"] = "ACCESS_DENIED";
372
- UsageReportExecutionErrorCode["INTERNAL_SERVICE_ERROR"] = "INTERNAL_SERVICE_ERROR";
373
- UsageReportExecutionErrorCode["RESOURCE_NOT_FOUND"] = "RESOURCE_NOT_FOUND";
374
- })(UsageReportExecutionErrorCode || (UsageReportExecutionErrorCode = {}));
375
- export var FleetAttribute;
376
- (function (FleetAttribute) {
377
- FleetAttribute["DOMAIN_JOIN_INFO"] = "DOMAIN_JOIN_INFO";
378
- FleetAttribute["IAM_ROLE_ARN"] = "IAM_ROLE_ARN";
379
- FleetAttribute["SESSION_SCRIPT_S3_LOCATION"] = "SESSION_SCRIPT_S3_LOCATION";
380
- FleetAttribute["USB_DEVICE_FILTER_STRINGS"] = "USB_DEVICE_FILTER_STRINGS";
381
- FleetAttribute["VPC_CONFIGURATION"] = "VPC_CONFIGURATION";
382
- FleetAttribute["VPC_CONFIGURATION_SECURITY_GROUP_IDS"] = "VPC_CONFIGURATION_SECURITY_GROUP_IDS";
383
- })(FleetAttribute || (FleetAttribute = {}));
384
- export var StackAttribute;
385
- (function (StackAttribute) {
386
- StackAttribute["ACCESS_ENDPOINTS"] = "ACCESS_ENDPOINTS";
387
- StackAttribute["EMBED_HOST_DOMAINS"] = "EMBED_HOST_DOMAINS";
388
- StackAttribute["FEEDBACK_URL"] = "FEEDBACK_URL";
389
- StackAttribute["IAM_ROLE_ARN"] = "IAM_ROLE_ARN";
390
- StackAttribute["REDIRECT_URL"] = "REDIRECT_URL";
391
- StackAttribute["STORAGE_CONNECTORS"] = "STORAGE_CONNECTORS";
392
- StackAttribute["STORAGE_CONNECTOR_GOOGLE_DRIVE"] = "STORAGE_CONNECTOR_GOOGLE_DRIVE";
393
- StackAttribute["STORAGE_CONNECTOR_HOMEFOLDERS"] = "STORAGE_CONNECTOR_HOMEFOLDERS";
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
  * },