@aws-sdk/client-appstream 3.41.0 → 3.46.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 (95) hide show
  1. package/CHANGELOG.md +51 -0
  2. package/README.md +7 -7
  3. package/dist-cjs/AppStream.js +255 -0
  4. package/dist-cjs/commands/AssociateApplicationFleetCommand.js +36 -0
  5. package/dist-cjs/commands/AssociateApplicationToEntitlementCommand.js +36 -0
  6. package/dist-cjs/commands/CreateAppBlockCommand.js +36 -0
  7. package/dist-cjs/commands/CreateApplicationCommand.js +36 -0
  8. package/dist-cjs/commands/CreateEntitlementCommand.js +36 -0
  9. package/dist-cjs/commands/DeleteAppBlockCommand.js +36 -0
  10. package/dist-cjs/commands/DeleteApplicationCommand.js +36 -0
  11. package/dist-cjs/commands/DeleteEntitlementCommand.js +36 -0
  12. package/dist-cjs/commands/DescribeAppBlocksCommand.js +36 -0
  13. package/dist-cjs/commands/DescribeApplicationFleetAssociationsCommand.js +36 -0
  14. package/dist-cjs/commands/DescribeApplicationsCommand.js +36 -0
  15. package/dist-cjs/commands/DescribeEntitlementsCommand.js +36 -0
  16. package/dist-cjs/commands/DisassociateApplicationFleetCommand.js +36 -0
  17. package/dist-cjs/commands/DisassociateApplicationFromEntitlementCommand.js +36 -0
  18. package/dist-cjs/commands/ListEntitledApplicationsCommand.js +36 -0
  19. package/dist-cjs/commands/UpdateApplicationCommand.js +36 -0
  20. package/dist-cjs/commands/UpdateEntitlementCommand.js +36 -0
  21. package/dist-cjs/commands/index.js +17 -0
  22. package/dist-cjs/endpoints.js +1 -0
  23. package/dist-cjs/models/models_0.js +303 -32
  24. package/dist-cjs/protocols/Aws_json1_1.js +1969 -112
  25. package/dist-cjs/runtimeConfig.js +0 -2
  26. package/dist-es/AppStream.js +255 -0
  27. package/dist-es/commands/AssociateApplicationFleetCommand.js +39 -0
  28. package/dist-es/commands/AssociateApplicationToEntitlementCommand.js +39 -0
  29. package/dist-es/commands/CreateAppBlockCommand.js +39 -0
  30. package/dist-es/commands/CreateApplicationCommand.js +39 -0
  31. package/dist-es/commands/CreateEntitlementCommand.js +39 -0
  32. package/dist-es/commands/DeleteAppBlockCommand.js +39 -0
  33. package/dist-es/commands/DeleteApplicationCommand.js +39 -0
  34. package/dist-es/commands/DeleteEntitlementCommand.js +39 -0
  35. package/dist-es/commands/DescribeAppBlocksCommand.js +39 -0
  36. package/dist-es/commands/DescribeApplicationFleetAssociationsCommand.js +39 -0
  37. package/dist-es/commands/DescribeApplicationsCommand.js +39 -0
  38. package/dist-es/commands/DescribeEntitlementsCommand.js +39 -0
  39. package/dist-es/commands/DisassociateApplicationFleetCommand.js +39 -0
  40. package/dist-es/commands/DisassociateApplicationFromEntitlementCommand.js +39 -0
  41. package/dist-es/commands/ListEntitledApplicationsCommand.js +39 -0
  42. package/dist-es/commands/UpdateApplicationCommand.js +39 -0
  43. package/dist-es/commands/UpdateEntitlementCommand.js +39 -0
  44. package/dist-es/commands/index.js +17 -0
  45. package/dist-es/endpoints.js +1 -0
  46. package/dist-es/models/models_0.js +208 -24
  47. package/dist-es/protocols/Aws_json1_1.js +2284 -364
  48. package/dist-es/runtimeConfig.js +0 -2
  49. package/dist-types/AppStream.d.ts +158 -4
  50. package/dist-types/AppStreamClient.d.ts +19 -2
  51. package/dist-types/commands/AssociateApplicationFleetCommand.d.ts +35 -0
  52. package/dist-types/commands/AssociateApplicationToEntitlementCommand.d.ts +35 -0
  53. package/dist-types/commands/CreateAppBlockCommand.d.ts +41 -0
  54. package/dist-types/commands/CreateApplicationCommand.d.ts +41 -0
  55. package/dist-types/commands/CreateEntitlementCommand.d.ts +40 -0
  56. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  57. package/dist-types/commands/DeleteAppBlockCommand.d.ts +35 -0
  58. package/dist-types/commands/DeleteApplicationCommand.d.ts +35 -0
  59. package/dist-types/commands/DeleteEntitlementCommand.d.ts +35 -0
  60. package/dist-types/commands/DescribeAppBlocksCommand.d.ts +35 -0
  61. package/dist-types/commands/DescribeApplicationFleetAssociationsCommand.d.ts +35 -0
  62. package/dist-types/commands/DescribeApplicationsCommand.d.ts +35 -0
  63. package/dist-types/commands/DescribeEntitlementsCommand.d.ts +35 -0
  64. package/dist-types/commands/DisassociateApplicationFleetCommand.d.ts +35 -0
  65. package/dist-types/commands/DisassociateApplicationFromEntitlementCommand.d.ts +35 -0
  66. package/dist-types/commands/ListEntitledApplicationsCommand.d.ts +35 -0
  67. package/dist-types/commands/UpdateApplicationCommand.d.ts +35 -0
  68. package/dist-types/commands/UpdateEntitlementCommand.d.ts +35 -0
  69. package/dist-types/commands/UpdateFleetCommand.d.ts +21 -3
  70. package/dist-types/commands/index.d.ts +17 -0
  71. package/dist-types/models/models_0.d.ts +1036 -65
  72. package/dist-types/protocols/Aws_json1_1.d.ts +51 -0
  73. package/dist-types/ts3.4/AppStream.d.ts +85 -0
  74. package/dist-types/ts3.4/AppStreamClient.d.ts +19 -2
  75. package/dist-types/ts3.4/commands/AssociateApplicationFleetCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/AssociateApplicationToEntitlementCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/CreateAppBlockCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/CreateEntitlementCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/DeleteAppBlockCommand.d.ts +17 -0
  81. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +17 -0
  82. package/dist-types/ts3.4/commands/DeleteEntitlementCommand.d.ts +17 -0
  83. package/dist-types/ts3.4/commands/DescribeAppBlocksCommand.d.ts +17 -0
  84. package/dist-types/ts3.4/commands/DescribeApplicationFleetAssociationsCommand.d.ts +17 -0
  85. package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +17 -0
  86. package/dist-types/ts3.4/commands/DescribeEntitlementsCommand.d.ts +17 -0
  87. package/dist-types/ts3.4/commands/DisassociateApplicationFleetCommand.d.ts +17 -0
  88. package/dist-types/ts3.4/commands/DisassociateApplicationFromEntitlementCommand.d.ts +17 -0
  89. package/dist-types/ts3.4/commands/ListEntitledApplicationsCommand.d.ts +17 -0
  90. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +17 -0
  91. package/dist-types/ts3.4/commands/UpdateEntitlementCommand.d.ts +17 -0
  92. package/dist-types/ts3.4/commands/index.d.ts +17 -0
  93. package/dist-types/ts3.4/models/models_0.d.ts +583 -42
  94. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +51 -0
  95. package/package.json +37 -44
@@ -30,6 +30,98 @@ export declare enum Action {
30
30
  FILE_UPLOAD = "FILE_UPLOAD",
31
31
  PRINTING_TO_LOCAL_DEVICE = "PRINTING_TO_LOCAL_DEVICE"
32
32
  }
33
+ /**
34
+ * <p>Describes the S3 location.</p>
35
+ */
36
+ export interface S3Location {
37
+ /**
38
+ * <p>The S3 bucket of the S3 object.</p>
39
+ */
40
+ S3Bucket: string | undefined;
41
+ /**
42
+ * <p>The S3 key of the S3 object.</p>
43
+ */
44
+ S3Key: string | undefined;
45
+ }
46
+ export declare namespace S3Location {
47
+ /**
48
+ * @internal
49
+ */
50
+ const filterSensitiveLog: (obj: S3Location) => any;
51
+ }
52
+ /**
53
+ * <p>Describes the details of the script.</p>
54
+ */
55
+ export interface ScriptDetails {
56
+ /**
57
+ * <p>The S3 object location for the script.</p>
58
+ */
59
+ ScriptS3Location: S3Location | undefined;
60
+ /**
61
+ * <p>The run path for the script.</p>
62
+ */
63
+ ExecutablePath: string | undefined;
64
+ /**
65
+ * <p>The runtime parameters passed to the run path for the script.</p>
66
+ */
67
+ ExecutableParameters?: string;
68
+ /**
69
+ * <p>The run timeout, in seconds, for the script.</p>
70
+ */
71
+ TimeoutInSeconds: number | undefined;
72
+ }
73
+ export declare namespace ScriptDetails {
74
+ /**
75
+ * @internal
76
+ */
77
+ const filterSensitiveLog: (obj: ScriptDetails) => any;
78
+ }
79
+ /**
80
+ * <p>Describes an app block.</p>
81
+ * <p>App blocks are an Amazon AppStream 2.0 resource that stores the details about the
82
+ * virtual hard disk in an S3 bucket. It also stores the setup script with details about
83
+ * how to mount the virtual hard disk. The virtual hard disk includes the application
84
+ * binaries and other files necessary to launch your applications. Multiple applications
85
+ * can be assigned to a single app block.</p>
86
+ * <p>This is only supported for Elastic fleets.</p>
87
+ */
88
+ export interface AppBlock {
89
+ /**
90
+ * <p>The name of the app block.</p>
91
+ */
92
+ Name: string | undefined;
93
+ /**
94
+ * <p>The ARN of the app block.</p>
95
+ */
96
+ Arn: string | undefined;
97
+ /**
98
+ * <p>The description of the app block.</p>
99
+ */
100
+ Description?: string;
101
+ /**
102
+ * <p>The display name of the app block.</p>
103
+ */
104
+ DisplayName?: string;
105
+ /**
106
+ * <p>The source S3 location of the app block.</p>
107
+ */
108
+ SourceS3Location?: S3Location;
109
+ /**
110
+ * <p>The setup script details of the app block.</p>
111
+ */
112
+ SetupScriptDetails: ScriptDetails | undefined;
113
+ /**
114
+ * <p>The created time of the app block.</p>
115
+ */
116
+ CreatedTime?: Date;
117
+ }
118
+ export declare namespace AppBlock {
119
+ /**
120
+ * @internal
121
+ */
122
+ const filterSensitiveLog: (obj: AppBlock) => any;
123
+ }
124
+ export declare type PlatformType = "AMAZON_LINUX2" | "WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019";
33
125
  /**
34
126
  * <p>Describes an application in the application catalog.</p>
35
127
  */
@@ -64,6 +156,38 @@ export interface Application {
64
156
  Metadata?: {
65
157
  [key: string]: string;
66
158
  };
159
+ /**
160
+ * <p>The working directory for the application.</p>
161
+ */
162
+ WorkingDirectory?: string;
163
+ /**
164
+ * <p>The description of the application.</p>
165
+ */
166
+ Description?: string;
167
+ /**
168
+ * <p>The ARN of the application.</p>
169
+ */
170
+ Arn?: string;
171
+ /**
172
+ * <p>The app block ARN of the application.</p>
173
+ */
174
+ AppBlockArn?: string;
175
+ /**
176
+ * <p>The S3 location of the application icon.</p>
177
+ */
178
+ IconS3Location?: S3Location;
179
+ /**
180
+ * <p>The platforms on which the application can run.</p>
181
+ */
182
+ Platforms?: (PlatformType | string)[];
183
+ /**
184
+ * <p>The instance families for the application.</p>
185
+ */
186
+ InstanceFamilies?: string[];
187
+ /**
188
+ * <p>The time at which the application was created within the app block.</p>
189
+ */
190
+ CreatedTime?: Date;
67
191
  }
68
192
  export declare namespace Application {
69
193
  /**
@@ -71,6 +195,29 @@ export declare namespace Application {
71
195
  */
72
196
  const filterSensitiveLog: (obj: Application) => any;
73
197
  }
198
+ export declare enum ApplicationAttribute {
199
+ LAUNCH_PARAMETERS = "LAUNCH_PARAMETERS",
200
+ WORKING_DIRECTORY = "WORKING_DIRECTORY"
201
+ }
202
+ /**
203
+ * <p>Describes the application fleet association.</p>
204
+ */
205
+ export interface ApplicationFleetAssociation {
206
+ /**
207
+ * <p>The name of the fleet associated with the application.</p>
208
+ */
209
+ FleetName: string | undefined;
210
+ /**
211
+ * <p>The ARN of the application associated with the fleet.</p>
212
+ */
213
+ ApplicationArn: string | undefined;
214
+ }
215
+ export declare namespace ApplicationFleetAssociation {
216
+ /**
217
+ * @internal
218
+ */
219
+ const filterSensitiveLog: (obj: ApplicationFleetAssociation) => any;
220
+ }
74
221
  /**
75
222
  * <p>The persistent application settings for users of a stack.</p>
76
223
  */
@@ -114,29 +261,39 @@ export declare namespace ApplicationSettingsResponse {
114
261
  */
115
262
  const filterSensitiveLog: (obj: ApplicationSettingsResponse) => any;
116
263
  }
117
- export interface AssociateFleetRequest {
264
+ export declare enum AppVisibility {
265
+ ALL = "ALL",
266
+ ASSOCIATED = "ASSOCIATED"
267
+ }
268
+ export interface AssociateApplicationFleetRequest {
118
269
  /**
119
- * <p>The name of the fleet. </p>
270
+ * <p>The name of the fleet.</p>
120
271
  */
121
272
  FleetName: string | undefined;
122
273
  /**
123
- * <p>The name of the stack.</p>
274
+ * <p>The ARN of the application.</p>
124
275
  */
125
- StackName: string | undefined;
276
+ ApplicationArn: string | undefined;
126
277
  }
127
- export declare namespace AssociateFleetRequest {
278
+ export declare namespace AssociateApplicationFleetRequest {
128
279
  /**
129
280
  * @internal
130
281
  */
131
- const filterSensitiveLog: (obj: AssociateFleetRequest) => any;
282
+ const filterSensitiveLog: (obj: AssociateApplicationFleetRequest) => any;
132
283
  }
133
- export interface AssociateFleetResult {
284
+ export interface AssociateApplicationFleetResult {
285
+ /**
286
+ * <p>If fleet name is specified, this returns the list of applications that are associated
287
+ * to it. If application ARN is specified, this returns the list of fleets to which it is
288
+ * associated.</p>
289
+ */
290
+ ApplicationFleetAssociation?: ApplicationFleetAssociation;
134
291
  }
135
- export declare namespace AssociateFleetResult {
292
+ export declare namespace AssociateApplicationFleetResult {
136
293
  /**
137
294
  * @internal
138
295
  */
139
- const filterSensitiveLog: (obj: AssociateFleetResult) => any;
296
+ const filterSensitiveLog: (obj: AssociateApplicationFleetResult) => any;
140
297
  }
141
298
  /**
142
299
  * <p>An API error occurred. Wait a few minutes and try again.</p>
@@ -156,38 +313,21 @@ export declare namespace ConcurrentModificationException {
156
313
  const filterSensitiveLog: (obj: ConcurrentModificationException) => any;
157
314
  }
158
315
  /**
159
- * <p>The image can't be updated because it's not compatible for updates.</p>
160
- */
161
- export interface IncompatibleImageException extends __SmithyException, $MetadataBearer {
162
- name: "IncompatibleImageException";
163
- $fault: "client";
164
- /**
165
- * <p>The error message in the exception.</p>
166
- */
167
- Message?: string;
168
- }
169
- export declare namespace IncompatibleImageException {
170
- /**
171
- * @internal
172
- */
173
- const filterSensitiveLog: (obj: IncompatibleImageException) => any;
174
- }
175
- /**
176
- * <p>The resource cannot be created because your AWS account is suspended. For assistance, contact AWS Support. </p>
316
+ * <p>Indicates an incorrect combination of parameters, or a missing parameter.</p>
177
317
  */
178
- export interface InvalidAccountStatusException extends __SmithyException, $MetadataBearer {
179
- name: "InvalidAccountStatusException";
318
+ export interface InvalidParameterCombinationException extends __SmithyException, $MetadataBearer {
319
+ name: "InvalidParameterCombinationException";
180
320
  $fault: "client";
181
321
  /**
182
322
  * <p>The error message in the exception.</p>
183
323
  */
184
324
  Message?: string;
185
325
  }
186
- export declare namespace InvalidAccountStatusException {
326
+ export declare namespace InvalidParameterCombinationException {
187
327
  /**
188
328
  * @internal
189
329
  */
190
- const filterSensitiveLog: (obj: InvalidAccountStatusException) => any;
330
+ const filterSensitiveLog: (obj: InvalidParameterCombinationException) => any;
191
331
  }
192
332
  /**
193
333
  * <p>The requested limit exceeds the permitted limit for an account.</p>
@@ -240,6 +380,109 @@ export declare namespace ResourceNotFoundException {
240
380
  */
241
381
  const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
242
382
  }
383
+ export interface AssociateApplicationToEntitlementRequest {
384
+ /**
385
+ * <p>The name of the stack.</p>
386
+ */
387
+ StackName: string | undefined;
388
+ /**
389
+ * <p>The name of the entitlement.</p>
390
+ */
391
+ EntitlementName: string | undefined;
392
+ /**
393
+ * <p>The identifier of the application.</p>
394
+ */
395
+ ApplicationIdentifier: string | undefined;
396
+ }
397
+ export declare namespace AssociateApplicationToEntitlementRequest {
398
+ /**
399
+ * @internal
400
+ */
401
+ const filterSensitiveLog: (obj: AssociateApplicationToEntitlementRequest) => any;
402
+ }
403
+ export interface AssociateApplicationToEntitlementResult {
404
+ }
405
+ export declare namespace AssociateApplicationToEntitlementResult {
406
+ /**
407
+ * @internal
408
+ */
409
+ const filterSensitiveLog: (obj: AssociateApplicationToEntitlementResult) => any;
410
+ }
411
+ /**
412
+ * <p>The entitlement can't be found.</p>
413
+ */
414
+ export interface EntitlementNotFoundException extends __SmithyException, $MetadataBearer {
415
+ name: "EntitlementNotFoundException";
416
+ $fault: "client";
417
+ /**
418
+ * <p>The error message in the exception.</p>
419
+ */
420
+ Message?: string;
421
+ }
422
+ export declare namespace EntitlementNotFoundException {
423
+ /**
424
+ * @internal
425
+ */
426
+ const filterSensitiveLog: (obj: EntitlementNotFoundException) => any;
427
+ }
428
+ export interface AssociateFleetRequest {
429
+ /**
430
+ * <p>The name of the fleet. </p>
431
+ */
432
+ FleetName: string | undefined;
433
+ /**
434
+ * <p>The name of the stack.</p>
435
+ */
436
+ StackName: string | undefined;
437
+ }
438
+ export declare namespace AssociateFleetRequest {
439
+ /**
440
+ * @internal
441
+ */
442
+ const filterSensitiveLog: (obj: AssociateFleetRequest) => any;
443
+ }
444
+ export interface AssociateFleetResult {
445
+ }
446
+ export declare namespace AssociateFleetResult {
447
+ /**
448
+ * @internal
449
+ */
450
+ const filterSensitiveLog: (obj: AssociateFleetResult) => any;
451
+ }
452
+ /**
453
+ * <p>The image can't be updated because it's not compatible for updates.</p>
454
+ */
455
+ export interface IncompatibleImageException extends __SmithyException, $MetadataBearer {
456
+ name: "IncompatibleImageException";
457
+ $fault: "client";
458
+ /**
459
+ * <p>The error message in the exception.</p>
460
+ */
461
+ Message?: string;
462
+ }
463
+ export declare namespace IncompatibleImageException {
464
+ /**
465
+ * @internal
466
+ */
467
+ const filterSensitiveLog: (obj: IncompatibleImageException) => any;
468
+ }
469
+ /**
470
+ * <p>The resource cannot be created because your AWS account is suspended. For assistance, contact AWS Support. </p>
471
+ */
472
+ export interface InvalidAccountStatusException extends __SmithyException, $MetadataBearer {
473
+ name: "InvalidAccountStatusException";
474
+ $fault: "client";
475
+ /**
476
+ * <p>The error message in the exception.</p>
477
+ */
478
+ Message?: string;
479
+ }
480
+ export declare namespace InvalidAccountStatusException {
481
+ /**
482
+ * @internal
483
+ */
484
+ const filterSensitiveLog: (obj: InvalidAccountStatusException) => any;
485
+ }
243
486
  export declare enum AuthenticationType {
244
487
  API = "API",
245
488
  SAML = "SAML",
@@ -329,23 +572,6 @@ export declare namespace BatchAssociateUserStackResult {
329
572
  */
330
573
  const filterSensitiveLog: (obj: BatchAssociateUserStackResult) => any;
331
574
  }
332
- /**
333
- * <p>Indicates an incorrect combination of parameters, or a missing parameter.</p>
334
- */
335
- export interface InvalidParameterCombinationException extends __SmithyException, $MetadataBearer {
336
- name: "InvalidParameterCombinationException";
337
- $fault: "client";
338
- /**
339
- * <p>The error message in the exception.</p>
340
- */
341
- Message?: string;
342
- }
343
- export declare namespace InvalidParameterCombinationException {
344
- /**
345
- * @internal
346
- */
347
- const filterSensitiveLog: (obj: InvalidParameterCombinationException) => any;
348
- }
349
575
  export interface BatchDisassociateUserStackRequest {
350
576
  /**
351
577
  * <p>The list of UserStackAssociation objects.</p>
@@ -483,6 +709,118 @@ export declare namespace ResourceNotAvailableException {
483
709
  */
484
710
  const filterSensitiveLog: (obj: ResourceNotAvailableException) => any;
485
711
  }
712
+ export interface CreateAppBlockRequest {
713
+ /**
714
+ * <p>The name of the app block.</p>
715
+ */
716
+ Name: string | undefined;
717
+ /**
718
+ * <p>The description of the app block.</p>
719
+ */
720
+ Description?: string;
721
+ /**
722
+ * <p>The display name of the app block. This is not displayed to the user.</p>
723
+ */
724
+ DisplayName?: string;
725
+ /**
726
+ * <p>The source S3 location of the app block.</p>
727
+ */
728
+ SourceS3Location: S3Location | undefined;
729
+ /**
730
+ * <p>The setup script details of the app block.</p>
731
+ */
732
+ SetupScriptDetails: ScriptDetails | undefined;
733
+ /**
734
+ * <p>The tags assigned to the app block.</p>
735
+ */
736
+ Tags?: {
737
+ [key: string]: string;
738
+ };
739
+ }
740
+ export declare namespace CreateAppBlockRequest {
741
+ /**
742
+ * @internal
743
+ */
744
+ const filterSensitiveLog: (obj: CreateAppBlockRequest) => any;
745
+ }
746
+ export interface CreateAppBlockResult {
747
+ /**
748
+ * <p>The app block.</p>
749
+ */
750
+ AppBlock?: AppBlock;
751
+ }
752
+ export declare namespace CreateAppBlockResult {
753
+ /**
754
+ * @internal
755
+ */
756
+ const filterSensitiveLog: (obj: CreateAppBlockResult) => any;
757
+ }
758
+ export interface CreateApplicationRequest {
759
+ /**
760
+ * <p>The name of the application. This name is visible to users when display name is not specified.</p>
761
+ */
762
+ Name: string | undefined;
763
+ /**
764
+ * <p>The display name of the application. This name is visible to users in the application catalog.</p>
765
+ */
766
+ DisplayName?: string;
767
+ /**
768
+ * <p>The description of the application.</p>
769
+ */
770
+ Description?: string;
771
+ /**
772
+ * <p>The location in S3 of the application icon.</p>
773
+ */
774
+ IconS3Location: S3Location | undefined;
775
+ /**
776
+ * <p>The launch path of the application.</p>
777
+ */
778
+ LaunchPath: string | undefined;
779
+ /**
780
+ * <p>The working directory of the application.</p>
781
+ */
782
+ WorkingDirectory?: string;
783
+ /**
784
+ * <p>The launch parameters of the application.</p>
785
+ */
786
+ LaunchParameters?: string;
787
+ /**
788
+ * <p>The platforms the application supports. WINDOWS_SERVER_2019 and AMAZON_LINUX2 are supported for Elastic fleets.</p>
789
+ */
790
+ Platforms: (PlatformType | string)[] | undefined;
791
+ /**
792
+ * <p>The instance families the application supports. Valid values are GENERAL_PURPOSE and GRAPHICS_G4.</p>
793
+ */
794
+ InstanceFamilies: string[] | undefined;
795
+ /**
796
+ * <p>The app block ARN to which the application should be associated</p>
797
+ */
798
+ AppBlockArn: string | undefined;
799
+ /**
800
+ * <p>The tags assigned to the application.</p>
801
+ */
802
+ Tags?: {
803
+ [key: string]: string;
804
+ };
805
+ }
806
+ export declare namespace CreateApplicationRequest {
807
+ /**
808
+ * @internal
809
+ */
810
+ const filterSensitiveLog: (obj: CreateApplicationRequest) => any;
811
+ }
812
+ export interface CreateApplicationResult {
813
+ /**
814
+ * <p>Describes an application in the application catalog.</p>
815
+ */
816
+ Application?: Application;
817
+ }
818
+ export declare namespace CreateApplicationResult {
819
+ /**
820
+ * @internal
821
+ */
822
+ const filterSensitiveLog: (obj: CreateApplicationResult) => any;
823
+ }
486
824
  /**
487
825
  * <p>Describes the credentials for the service account used by the fleet or image builder to connect to the directory.</p>
488
826
  */
@@ -580,6 +918,156 @@ export declare namespace InvalidRoleException {
580
918
  */
581
919
  const filterSensitiveLog: (obj: InvalidRoleException) => any;
582
920
  }
921
+ /**
922
+ * <p>An attribute associated with an entitlement. Application entitlements work by matching
923
+ * a supported SAML 2.0 attribute name to a value when a user identity federates to an
924
+ * Amazon AppStream 2.0 SAML application.</p>
925
+ */
926
+ export interface EntitlementAttribute {
927
+ /**
928
+ * <p>A supported AWS IAM SAML <code>PrincipalTag</code> attribute that is matched to the
929
+ * associated value when a user identity federates into an Amazon AppStream 2.0 SAML
930
+ * application.</p>
931
+ * <p>The following are valid values:</p>
932
+ * <ul>
933
+ * <li>
934
+ * <p>roles</p>
935
+ * </li>
936
+ * <li>
937
+ * <p>department </p>
938
+ * </li>
939
+ * <li>
940
+ * <p>organization </p>
941
+ * </li>
942
+ * <li>
943
+ * <p>groups </p>
944
+ * </li>
945
+ * <li>
946
+ * <p>title </p>
947
+ * </li>
948
+ * <li>
949
+ * <p>costCenter </p>
950
+ * </li>
951
+ * <li>
952
+ * <p>userType</p>
953
+ * </li>
954
+ * </ul>
955
+ * <p> </p>
956
+ */
957
+ Name: string | undefined;
958
+ /**
959
+ * <p>A value that is matched to a supported SAML attribute name when a user identity
960
+ * federates into an Amazon AppStream 2.0 SAML application. </p>
961
+ */
962
+ Value: string | undefined;
963
+ }
964
+ export declare namespace EntitlementAttribute {
965
+ /**
966
+ * @internal
967
+ */
968
+ const filterSensitiveLog: (obj: EntitlementAttribute) => any;
969
+ }
970
+ export interface CreateEntitlementRequest {
971
+ /**
972
+ * <p>The name of the entitlement.</p>
973
+ */
974
+ Name: string | undefined;
975
+ /**
976
+ * <p>The name of the stack with which the entitlement is associated.</p>
977
+ */
978
+ StackName: string | undefined;
979
+ /**
980
+ * <p>The description of the entitlement.</p>
981
+ */
982
+ Description?: string;
983
+ /**
984
+ * <p>Specifies whether all or selected apps are entitled.</p>
985
+ */
986
+ AppVisibility: AppVisibility | string | undefined;
987
+ /**
988
+ * <p>The attributes of the entitlement.</p>
989
+ */
990
+ Attributes: EntitlementAttribute[] | undefined;
991
+ }
992
+ export declare namespace CreateEntitlementRequest {
993
+ /**
994
+ * @internal
995
+ */
996
+ const filterSensitiveLog: (obj: CreateEntitlementRequest) => any;
997
+ }
998
+ /**
999
+ * <p>Specifies an entitlement. Entitlements control access to specific applications within
1000
+ * a stack, based on user attributes. Entitlements apply to SAML 2.0 federated user
1001
+ * identities. Amazon AppStream 2.0 user pool and streaming URL users are entitled to all
1002
+ * applications in a stack. Entitlements don't apply to the desktop stream view
1003
+ * application, or to applications managed by a dynamic app provider using the Dynamic
1004
+ * Application Framework.</p>
1005
+ */
1006
+ export interface Entitlement {
1007
+ /**
1008
+ * <p>The name of the entitlement.</p>
1009
+ */
1010
+ Name: string | undefined;
1011
+ /**
1012
+ * <p>The name of the stack with which the entitlement is associated.</p>
1013
+ */
1014
+ StackName: string | undefined;
1015
+ /**
1016
+ * <p>The description of the entitlement.</p>
1017
+ */
1018
+ Description?: string;
1019
+ /**
1020
+ * <p>Specifies whether all or selected apps are entitled.</p>
1021
+ */
1022
+ AppVisibility: AppVisibility | string | undefined;
1023
+ /**
1024
+ * <p>The attributes of the entitlement.</p>
1025
+ */
1026
+ Attributes: EntitlementAttribute[] | undefined;
1027
+ /**
1028
+ * <p>The time when the entitlement was created.</p>
1029
+ */
1030
+ CreatedTime?: Date;
1031
+ /**
1032
+ * <p>The time when the entitlement was last modified.</p>
1033
+ */
1034
+ LastModifiedTime?: Date;
1035
+ }
1036
+ export declare namespace Entitlement {
1037
+ /**
1038
+ * @internal
1039
+ */
1040
+ const filterSensitiveLog: (obj: Entitlement) => any;
1041
+ }
1042
+ export interface CreateEntitlementResult {
1043
+ /**
1044
+ * <p>The entitlement.</p>
1045
+ */
1046
+ Entitlement?: Entitlement;
1047
+ }
1048
+ export declare namespace CreateEntitlementResult {
1049
+ /**
1050
+ * @internal
1051
+ */
1052
+ const filterSensitiveLog: (obj: CreateEntitlementResult) => any;
1053
+ }
1054
+ /**
1055
+ * <p>The entitlement already exists.</p>
1056
+ */
1057
+ export interface EntitlementAlreadyExistsException extends __SmithyException, $MetadataBearer {
1058
+ name: "EntitlementAlreadyExistsException";
1059
+ $fault: "client";
1060
+ /**
1061
+ * <p>The error message in the exception.</p>
1062
+ */
1063
+ Message?: string;
1064
+ }
1065
+ export declare namespace EntitlementAlreadyExistsException {
1066
+ /**
1067
+ * @internal
1068
+ */
1069
+ const filterSensitiveLog: (obj: EntitlementAlreadyExistsException) => any;
1070
+ }
583
1071
  /**
584
1072
  * <p>Describes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.</p>
585
1073
  */
@@ -601,6 +1089,7 @@ export declare namespace DomainJoinInfo {
601
1089
  }
602
1090
  export declare enum FleetType {
603
1091
  ALWAYS_ON = "ALWAYS_ON",
1092
+ ELASTIC = "ELASTIC",
604
1093
  ON_DEMAND = "ON_DEMAND"
605
1094
  }
606
1095
  export declare enum StreamView {
@@ -742,6 +1231,15 @@ export interface CreateFleetRequest {
742
1231
  * <p>stream.graphics-pro.16xlarge</p>
743
1232
  * </li>
744
1233
  * </ul>
1234
+ * <p>The following instance types are available for Elastic fleets:</p>
1235
+ * <ul>
1236
+ * <li>
1237
+ * <p>stream.standard.small</p>
1238
+ * </li>
1239
+ * <li>
1240
+ * <p>stream.standard.medium</p>
1241
+ * </li>
1242
+ * </ul>
745
1243
  */
746
1244
  InstanceType: string | undefined;
747
1245
  /**
@@ -762,11 +1260,11 @@ export interface CreateFleetRequest {
762
1260
  */
763
1261
  FleetType?: FleetType | string;
764
1262
  /**
765
- * <p>The desired capacity for the fleet.</p>
1263
+ * <p>The desired capacity for the fleet. This is not allowed for Elastic fleets. For Elastic fleets, specify MaxConcurrentSessions instead.</p>
766
1264
  */
767
- ComputeCapacity: ComputeCapacity | undefined;
1265
+ ComputeCapacity?: ComputeCapacity;
768
1266
  /**
769
- * <p>The VPC configuration for the fleet.</p>
1267
+ * <p>The VPC configuration for the fleet. This is required for Elastic fleets, but not required for other fleet types. Elastic fleets require that you specify at least two subnets in different availability zones.</p>
770
1268
  */
771
1269
  VpcConfig?: VpcConfig;
772
1270
  /**
@@ -792,7 +1290,7 @@ export interface CreateFleetRequest {
792
1290
  */
793
1291
  EnableDefaultInternetAccess?: boolean;
794
1292
  /**
795
- * <p>The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain. </p>
1293
+ * <p>The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain. This is not allowed for Elastic fleets. </p>
796
1294
  */
797
1295
  DomainJoinInfo?: DomainJoinInfo;
798
1296
  /**
@@ -837,6 +1335,20 @@ export interface CreateFleetRequest {
837
1335
  * <p>The default value is <code>APP</code>.</p>
838
1336
  */
839
1337
  StreamView?: StreamView | string;
1338
+ /**
1339
+ * <p>The fleet platform. WINDOWS_SERVER_2019 and AMAZON_LINUX2 are supported for Elastic
1340
+ * fleets. </p>
1341
+ */
1342
+ Platform?: PlatformType | string;
1343
+ /**
1344
+ * <p>The maximum concurrent sessions of the Elastic fleet. This is required for Elastic
1345
+ * fleets, and not allowed for other fleet types.</p>
1346
+ */
1347
+ MaxConcurrentSessions?: number;
1348
+ /**
1349
+ * <p>The USB device filter strings that specify which USB devices a user can redirect to the fleet streaming session, when using the Windows native client. This is allowed but not required for Elastic fleets.</p>
1350
+ */
1351
+ UsbDeviceFilterStrings?: string[];
840
1352
  }
841
1353
  export declare namespace CreateFleetRequest {
842
1354
  /**
@@ -1119,6 +1631,18 @@ export interface Fleet {
1119
1631
  * <p>The default value is <code>APP</code>.</p>
1120
1632
  */
1121
1633
  StreamView?: StreamView | string;
1634
+ /**
1635
+ * <p>The platform of the fleet.</p>
1636
+ */
1637
+ Platform?: PlatformType | string;
1638
+ /**
1639
+ * <p>The maximum number of concurrent sessions for the fleet.</p>
1640
+ */
1641
+ MaxConcurrentSessions?: number;
1642
+ /**
1643
+ * <p>The USB device filter strings associated with the fleet.</p>
1644
+ */
1645
+ UsbDeviceFilterStrings?: string[];
1122
1646
  }
1123
1647
  export declare namespace Fleet {
1124
1648
  /**
@@ -1369,7 +1893,6 @@ export declare namespace NetworkAccessConfiguration {
1369
1893
  */
1370
1894
  const filterSensitiveLog: (obj: NetworkAccessConfiguration) => any;
1371
1895
  }
1372
- export declare type PlatformType = "WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019";
1373
1896
  export declare enum ImageBuilderState {
1374
1897
  DELETING = "DELETING",
1375
1898
  FAILED = "FAILED",
@@ -2170,6 +2693,63 @@ export declare namespace CreateUserResult {
2170
2693
  */
2171
2694
  const filterSensitiveLog: (obj: CreateUserResult) => any;
2172
2695
  }
2696
+ export interface DeleteAppBlockRequest {
2697
+ /**
2698
+ * <p>The name of the app block.</p>
2699
+ */
2700
+ Name: string | undefined;
2701
+ }
2702
+ export declare namespace DeleteAppBlockRequest {
2703
+ /**
2704
+ * @internal
2705
+ */
2706
+ const filterSensitiveLog: (obj: DeleteAppBlockRequest) => any;
2707
+ }
2708
+ export interface DeleteAppBlockResult {
2709
+ }
2710
+ export declare namespace DeleteAppBlockResult {
2711
+ /**
2712
+ * @internal
2713
+ */
2714
+ const filterSensitiveLog: (obj: DeleteAppBlockResult) => any;
2715
+ }
2716
+ /**
2717
+ * <p>The specified resource is in use.</p>
2718
+ */
2719
+ export interface ResourceInUseException extends __SmithyException, $MetadataBearer {
2720
+ name: "ResourceInUseException";
2721
+ $fault: "client";
2722
+ /**
2723
+ * <p>The error message in the exception.</p>
2724
+ */
2725
+ Message?: string;
2726
+ }
2727
+ export declare namespace ResourceInUseException {
2728
+ /**
2729
+ * @internal
2730
+ */
2731
+ const filterSensitiveLog: (obj: ResourceInUseException) => any;
2732
+ }
2733
+ export interface DeleteApplicationRequest {
2734
+ /**
2735
+ * <p>The name of the application.</p>
2736
+ */
2737
+ Name: string | undefined;
2738
+ }
2739
+ export declare namespace DeleteApplicationRequest {
2740
+ /**
2741
+ * @internal
2742
+ */
2743
+ const filterSensitiveLog: (obj: DeleteApplicationRequest) => any;
2744
+ }
2745
+ export interface DeleteApplicationResult {
2746
+ }
2747
+ export declare namespace DeleteApplicationResult {
2748
+ /**
2749
+ * @internal
2750
+ */
2751
+ const filterSensitiveLog: (obj: DeleteApplicationResult) => any;
2752
+ }
2173
2753
  export interface DeleteDirectoryConfigRequest {
2174
2754
  /**
2175
2755
  * <p>The name of the directory configuration.</p>
@@ -2190,22 +2770,29 @@ export declare namespace DeleteDirectoryConfigResult {
2190
2770
  */
2191
2771
  const filterSensitiveLog: (obj: DeleteDirectoryConfigResult) => any;
2192
2772
  }
2193
- /**
2194
- * <p>The specified resource is in use.</p>
2195
- */
2196
- export interface ResourceInUseException extends __SmithyException, $MetadataBearer {
2197
- name: "ResourceInUseException";
2198
- $fault: "client";
2773
+ export interface DeleteEntitlementRequest {
2199
2774
  /**
2200
- * <p>The error message in the exception.</p>
2775
+ * <p>The name of the entitlement.</p>
2776
+ */
2777
+ Name: string | undefined;
2778
+ /**
2779
+ * <p>The name of the stack with which the entitlement is associated.</p>
2780
+ */
2781
+ StackName: string | undefined;
2782
+ }
2783
+ export declare namespace DeleteEntitlementRequest {
2784
+ /**
2785
+ * @internal
2201
2786
  */
2202
- Message?: string;
2787
+ const filterSensitiveLog: (obj: DeleteEntitlementRequest) => any;
2203
2788
  }
2204
- export declare namespace ResourceInUseException {
2789
+ export interface DeleteEntitlementResult {
2790
+ }
2791
+ export declare namespace DeleteEntitlementResult {
2205
2792
  /**
2206
2793
  * @internal
2207
2794
  */
2208
- const filterSensitiveLog: (obj: ResourceInUseException) => any;
2795
+ const filterSensitiveLog: (obj: DeleteEntitlementResult) => any;
2209
2796
  }
2210
2797
  export interface DeleteFleetRequest {
2211
2798
  /**
@@ -2363,6 +2950,124 @@ export declare namespace DeleteUserResult {
2363
2950
  */
2364
2951
  const filterSensitiveLog: (obj: DeleteUserResult) => any;
2365
2952
  }
2953
+ export interface DescribeAppBlocksRequest {
2954
+ /**
2955
+ * <p>The ARNs of the app blocks.</p>
2956
+ */
2957
+ Arns?: string[];
2958
+ /**
2959
+ * <p>The pagination token used to retrieve the next page of results for this
2960
+ * operation.</p>
2961
+ */
2962
+ NextToken?: string;
2963
+ /**
2964
+ * <p>The maximum size of each page of results.</p>
2965
+ */
2966
+ MaxResults?: number;
2967
+ }
2968
+ export declare namespace DescribeAppBlocksRequest {
2969
+ /**
2970
+ * @internal
2971
+ */
2972
+ const filterSensitiveLog: (obj: DescribeAppBlocksRequest) => any;
2973
+ }
2974
+ export interface DescribeAppBlocksResult {
2975
+ /**
2976
+ * <p>The app blocks in the list.</p>
2977
+ */
2978
+ AppBlocks?: AppBlock[];
2979
+ /**
2980
+ * <p>The pagination token used to retrieve the next page of results for this
2981
+ * operation.</p>
2982
+ */
2983
+ NextToken?: string;
2984
+ }
2985
+ export declare namespace DescribeAppBlocksResult {
2986
+ /**
2987
+ * @internal
2988
+ */
2989
+ const filterSensitiveLog: (obj: DescribeAppBlocksResult) => any;
2990
+ }
2991
+ export interface DescribeApplicationFleetAssociationsRequest {
2992
+ /**
2993
+ * <p>The name of the fleet.</p>
2994
+ */
2995
+ FleetName?: string;
2996
+ /**
2997
+ * <p>The ARN of the application.</p>
2998
+ */
2999
+ ApplicationArn?: string;
3000
+ /**
3001
+ * <p>The maximum size of each page of results.</p>
3002
+ */
3003
+ MaxResults?: number;
3004
+ /**
3005
+ * <p>The pagination token used to retrieve the next page of results for this
3006
+ * operation.</p>
3007
+ */
3008
+ NextToken?: string;
3009
+ }
3010
+ export declare namespace DescribeApplicationFleetAssociationsRequest {
3011
+ /**
3012
+ * @internal
3013
+ */
3014
+ const filterSensitiveLog: (obj: DescribeApplicationFleetAssociationsRequest) => any;
3015
+ }
3016
+ export interface DescribeApplicationFleetAssociationsResult {
3017
+ /**
3018
+ * <p>The application fleet associations in the list.</p>
3019
+ */
3020
+ ApplicationFleetAssociations?: ApplicationFleetAssociation[];
3021
+ /**
3022
+ * <p>The pagination token used to retrieve the next page of results for this
3023
+ * operation.</p>
3024
+ */
3025
+ NextToken?: string;
3026
+ }
3027
+ export declare namespace DescribeApplicationFleetAssociationsResult {
3028
+ /**
3029
+ * @internal
3030
+ */
3031
+ const filterSensitiveLog: (obj: DescribeApplicationFleetAssociationsResult) => any;
3032
+ }
3033
+ export interface DescribeApplicationsRequest {
3034
+ /**
3035
+ * <p>The ARNs for the applications.</p>
3036
+ */
3037
+ Arns?: string[];
3038
+ /**
3039
+ * <p>The pagination token used to retrieve the next page of results for this
3040
+ * operation.</p>
3041
+ */
3042
+ NextToken?: string;
3043
+ /**
3044
+ * <p>The maximum size of each page of results.</p>
3045
+ */
3046
+ MaxResults?: number;
3047
+ }
3048
+ export declare namespace DescribeApplicationsRequest {
3049
+ /**
3050
+ * @internal
3051
+ */
3052
+ const filterSensitiveLog: (obj: DescribeApplicationsRequest) => any;
3053
+ }
3054
+ export interface DescribeApplicationsResult {
3055
+ /**
3056
+ * <p>The applications in the list.</p>
3057
+ */
3058
+ Applications?: Application[];
3059
+ /**
3060
+ * <p>The pagination token used to retrieve the next page of results for this
3061
+ * operation.</p>
3062
+ */
3063
+ NextToken?: string;
3064
+ }
3065
+ export declare namespace DescribeApplicationsResult {
3066
+ /**
3067
+ * @internal
3068
+ */
3069
+ const filterSensitiveLog: (obj: DescribeApplicationsResult) => any;
3070
+ }
2366
3071
  export interface DescribeDirectoryConfigsRequest {
2367
3072
  /**
2368
3073
  * <p>The directory names.</p>
@@ -2399,6 +3104,47 @@ export declare namespace DescribeDirectoryConfigsResult {
2399
3104
  */
2400
3105
  const filterSensitiveLog: (obj: DescribeDirectoryConfigsResult) => any;
2401
3106
  }
3107
+ export interface DescribeEntitlementsRequest {
3108
+ /**
3109
+ * <p>The name of the entitlement.</p>
3110
+ */
3111
+ Name?: string;
3112
+ /**
3113
+ * <p>The name of the stack with which the entitlement is associated.</p>
3114
+ */
3115
+ StackName: string | undefined;
3116
+ /**
3117
+ * <p>The pagination token used to retrieve the next page of results for this operation.</p>
3118
+ */
3119
+ NextToken?: string;
3120
+ /**
3121
+ * <p>The maximum size of each page of results.</p>
3122
+ */
3123
+ MaxResults?: number;
3124
+ }
3125
+ export declare namespace DescribeEntitlementsRequest {
3126
+ /**
3127
+ * @internal
3128
+ */
3129
+ const filterSensitiveLog: (obj: DescribeEntitlementsRequest) => any;
3130
+ }
3131
+ export interface DescribeEntitlementsResult {
3132
+ /**
3133
+ * <p>The entitlements.</p>
3134
+ */
3135
+ Entitlements?: Entitlement[];
3136
+ /**
3137
+ * <p>The pagination token used to retrieve the next page of results for this
3138
+ * operation.</p>
3139
+ */
3140
+ NextToken?: string;
3141
+ }
3142
+ export declare namespace DescribeEntitlementsResult {
3143
+ /**
3144
+ * @internal
3145
+ */
3146
+ const filterSensitiveLog: (obj: DescribeEntitlementsResult) => any;
3147
+ }
2402
3148
  export interface DescribeFleetsRequest {
2403
3149
  /**
2404
3150
  * <p>The names of the fleets to describe.</p>
@@ -2982,6 +3728,58 @@ export declare namespace DisableUserResult {
2982
3728
  */
2983
3729
  const filterSensitiveLog: (obj: DisableUserResult) => any;
2984
3730
  }
3731
+ export interface DisassociateApplicationFleetRequest {
3732
+ /**
3733
+ * <p>The name of the fleet.</p>
3734
+ */
3735
+ FleetName: string | undefined;
3736
+ /**
3737
+ * <p>The ARN of the application.</p>
3738
+ */
3739
+ ApplicationArn: string | undefined;
3740
+ }
3741
+ export declare namespace DisassociateApplicationFleetRequest {
3742
+ /**
3743
+ * @internal
3744
+ */
3745
+ const filterSensitiveLog: (obj: DisassociateApplicationFleetRequest) => any;
3746
+ }
3747
+ export interface DisassociateApplicationFleetResult {
3748
+ }
3749
+ export declare namespace DisassociateApplicationFleetResult {
3750
+ /**
3751
+ * @internal
3752
+ */
3753
+ const filterSensitiveLog: (obj: DisassociateApplicationFleetResult) => any;
3754
+ }
3755
+ export interface DisassociateApplicationFromEntitlementRequest {
3756
+ /**
3757
+ * <p>The name of the stack with which the entitlement is associated.</p>
3758
+ */
3759
+ StackName: string | undefined;
3760
+ /**
3761
+ * <p>The name of the entitlement.</p>
3762
+ */
3763
+ EntitlementName: string | undefined;
3764
+ /**
3765
+ * <p>The identifier of the application to remove from the entitlement.</p>
3766
+ */
3767
+ ApplicationIdentifier: string | undefined;
3768
+ }
3769
+ export declare namespace DisassociateApplicationFromEntitlementRequest {
3770
+ /**
3771
+ * @internal
3772
+ */
3773
+ const filterSensitiveLog: (obj: DisassociateApplicationFromEntitlementRequest) => any;
3774
+ }
3775
+ export interface DisassociateApplicationFromEntitlementResult {
3776
+ }
3777
+ export declare namespace DisassociateApplicationFromEntitlementResult {
3778
+ /**
3779
+ * @internal
3780
+ */
3781
+ const filterSensitiveLog: (obj: DisassociateApplicationFromEntitlementResult) => any;
3782
+ }
2985
3783
  export interface DisassociateFleetRequest {
2986
3784
  /**
2987
3785
  * <p>The name of the fleet.</p>
@@ -3034,6 +3832,21 @@ export declare namespace EnableUserResult {
3034
3832
  */
3035
3833
  const filterSensitiveLog: (obj: EnableUserResult) => any;
3036
3834
  }
3835
+ /**
3836
+ * <p>The application associated to an entitlement. Access is controlled based on user attributes.</p>
3837
+ */
3838
+ export interface EntitledApplication {
3839
+ /**
3840
+ * <p>The identifier of the application.</p>
3841
+ */
3842
+ ApplicationIdentifier: string | undefined;
3843
+ }
3844
+ export declare namespace EntitledApplication {
3845
+ /**
3846
+ * @internal
3847
+ */
3848
+ const filterSensitiveLog: (obj: EntitledApplication) => any;
3849
+ }
3037
3850
  export interface ExpireSessionRequest {
3038
3851
  /**
3039
3852
  * <p>The identifier of the streaming session.</p>
@@ -3057,6 +3870,7 @@ export declare namespace ExpireSessionResult {
3057
3870
  export declare enum FleetAttribute {
3058
3871
  DOMAIN_JOIN_INFO = "DOMAIN_JOIN_INFO",
3059
3872
  IAM_ROLE_ARN = "IAM_ROLE_ARN",
3873
+ USB_DEVICE_FILTER_STRINGS = "USB_DEVICE_FILTER_STRINGS",
3060
3874
  VPC_CONFIGURATION = "VPC_CONFIGURATION",
3061
3875
  VPC_CONFIGURATION_SECURITY_GROUP_IDS = "VPC_CONFIGURATION_SECURITY_GROUP_IDS"
3062
3876
  }
@@ -3124,6 +3938,46 @@ export declare namespace ListAssociatedStacksResult {
3124
3938
  */
3125
3939
  const filterSensitiveLog: (obj: ListAssociatedStacksResult) => any;
3126
3940
  }
3941
+ export interface ListEntitledApplicationsRequest {
3942
+ /**
3943
+ * <p>The name of the stack with which the entitlement is associated.</p>
3944
+ */
3945
+ StackName: string | undefined;
3946
+ /**
3947
+ * <p>The name of the entitlement.</p>
3948
+ */
3949
+ EntitlementName: string | undefined;
3950
+ /**
3951
+ * <p>The pagination token used to retrieve the next page of results for this operation.</p>
3952
+ */
3953
+ NextToken?: string;
3954
+ /**
3955
+ * <p>The maximum size of each page of results.</p>
3956
+ */
3957
+ MaxResults?: number;
3958
+ }
3959
+ export declare namespace ListEntitledApplicationsRequest {
3960
+ /**
3961
+ * @internal
3962
+ */
3963
+ const filterSensitiveLog: (obj: ListEntitledApplicationsRequest) => any;
3964
+ }
3965
+ export interface ListEntitledApplicationsResult {
3966
+ /**
3967
+ * <p>The entitled applications.</p>
3968
+ */
3969
+ EntitledApplications?: EntitledApplication[];
3970
+ /**
3971
+ * <p>The pagination token used to retrieve the next page of results for this operation.</p>
3972
+ */
3973
+ NextToken?: string;
3974
+ }
3975
+ export declare namespace ListEntitledApplicationsResult {
3976
+ /**
3977
+ * @internal
3978
+ */
3979
+ const filterSensitiveLog: (obj: ListEntitledApplicationsResult) => any;
3980
+ }
3127
3981
  export interface ListTagsForResourceRequest {
3128
3982
  /**
3129
3983
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
@@ -3297,6 +4151,62 @@ export declare namespace UntagResourceResponse {
3297
4151
  */
3298
4152
  const filterSensitiveLog: (obj: UntagResourceResponse) => any;
3299
4153
  }
4154
+ export interface UpdateApplicationRequest {
4155
+ /**
4156
+ * <p>The name of the application. This name is visible to users when display name is not specified.</p>
4157
+ */
4158
+ Name: string | undefined;
4159
+ /**
4160
+ * <p>The display name of the application. This name is visible to users in the application catalog.</p>
4161
+ */
4162
+ DisplayName?: string;
4163
+ /**
4164
+ * <p>The description of the application.</p>
4165
+ */
4166
+ Description?: string;
4167
+ /**
4168
+ * <p>The icon S3 location of the application.</p>
4169
+ */
4170
+ IconS3Location?: S3Location;
4171
+ /**
4172
+ * <p>The launch path of the application.</p>
4173
+ */
4174
+ LaunchPath?: string;
4175
+ /**
4176
+ * <p>The working directory of the application.</p>
4177
+ */
4178
+ WorkingDirectory?: string;
4179
+ /**
4180
+ * <p>The launch parameters of the application.</p>
4181
+ */
4182
+ LaunchParameters?: string;
4183
+ /**
4184
+ * <p>The ARN of the app block.</p>
4185
+ */
4186
+ AppBlockArn?: string;
4187
+ /**
4188
+ * <p>The attributes to delete for an application.</p>
4189
+ */
4190
+ AttributesToDelete?: (ApplicationAttribute | string)[];
4191
+ }
4192
+ export declare namespace UpdateApplicationRequest {
4193
+ /**
4194
+ * @internal
4195
+ */
4196
+ const filterSensitiveLog: (obj: UpdateApplicationRequest) => any;
4197
+ }
4198
+ export interface UpdateApplicationResult {
4199
+ /**
4200
+ * <p>Describes an application in the application catalog.</p>
4201
+ */
4202
+ Application?: Application;
4203
+ }
4204
+ export declare namespace UpdateApplicationResult {
4205
+ /**
4206
+ * @internal
4207
+ */
4208
+ const filterSensitiveLog: (obj: UpdateApplicationResult) => any;
4209
+ }
3300
4210
  export interface UpdateDirectoryConfigRequest {
3301
4211
  /**
3302
4212
  * <p>The name of the Directory Config object.</p>
@@ -3329,6 +4239,46 @@ export declare namespace UpdateDirectoryConfigResult {
3329
4239
  */
3330
4240
  const filterSensitiveLog: (obj: UpdateDirectoryConfigResult) => any;
3331
4241
  }
4242
+ export interface UpdateEntitlementRequest {
4243
+ /**
4244
+ * <p>The name of the entitlement.</p>
4245
+ */
4246
+ Name: string | undefined;
4247
+ /**
4248
+ * <p>The name of the stack with which the entitlement is associated.</p>
4249
+ */
4250
+ StackName: string | undefined;
4251
+ /**
4252
+ * <p>The description of the entitlement.</p>
4253
+ */
4254
+ Description?: string;
4255
+ /**
4256
+ * <p>Specifies whether all or only selected apps are entitled.</p>
4257
+ */
4258
+ AppVisibility?: AppVisibility | string;
4259
+ /**
4260
+ * <p>The attributes of the entitlement.</p>
4261
+ */
4262
+ Attributes?: EntitlementAttribute[];
4263
+ }
4264
+ export declare namespace UpdateEntitlementRequest {
4265
+ /**
4266
+ * @internal
4267
+ */
4268
+ const filterSensitiveLog: (obj: UpdateEntitlementRequest) => any;
4269
+ }
4270
+ export interface UpdateEntitlementResult {
4271
+ /**
4272
+ * <p>The entitlement.</p>
4273
+ */
4274
+ Entitlement?: Entitlement;
4275
+ }
4276
+ export declare namespace UpdateEntitlementResult {
4277
+ /**
4278
+ * @internal
4279
+ */
4280
+ const filterSensitiveLog: (obj: UpdateEntitlementResult) => any;
4281
+ }
3332
4282
  export interface UpdateFleetRequest {
3333
4283
  /**
3334
4284
  * <p>The name of the image used to create the fleet.</p>
@@ -3445,14 +4395,23 @@ export interface UpdateFleetRequest {
3445
4395
  * <p>stream.graphics-pro.16xlarge</p>
3446
4396
  * </li>
3447
4397
  * </ul>
4398
+ * <p>The following instance types are available for Elastic fleets:</p>
4399
+ * <ul>
4400
+ * <li>
4401
+ * <p>stream.standard.small</p>
4402
+ * </li>
4403
+ * <li>
4404
+ * <p>stream.standard.medium</p>
4405
+ * </li>
4406
+ * </ul>
3448
4407
  */
3449
4408
  InstanceType?: string;
3450
4409
  /**
3451
- * <p>The desired capacity for the fleet.</p>
4410
+ * <p>The desired capacity for the fleet. This is not allowed for Elastic fleets.</p>
3452
4411
  */
3453
4412
  ComputeCapacity?: ComputeCapacity;
3454
4413
  /**
3455
- * <p>The VPC configuration for the fleet.</p>
4414
+ * <p>The VPC configuration for the fleet. This is required for Elastic fleets, but not required for other fleet types. Elastic fleets require that you specify at least two subnets in different availability zones. </p>
3456
4415
  */
3457
4416
  VpcConfig?: VpcConfig;
3458
4417
  /**
@@ -3521,6 +4480,18 @@ export interface UpdateFleetRequest {
3521
4480
  * <p>The default value is <code>APP</code>.</p>
3522
4481
  */
3523
4482
  StreamView?: StreamView | string;
4483
+ /**
4484
+ * <p>The platform of the fleet. WINDOWS_SERVER_2019 and AMAZON_LINUX2 are supported for Elastic fleets. </p>
4485
+ */
4486
+ Platform?: PlatformType | string;
4487
+ /**
4488
+ * <p>The maximum number of concurrent sessions for a fleet.</p>
4489
+ */
4490
+ MaxConcurrentSessions?: number;
4491
+ /**
4492
+ * <p>The USB device filter strings that specify which USB devices a user can redirect to the fleet streaming session, when using the Windows native client. This is allowed but not required for Elastic fleets.</p>
4493
+ */
4494
+ UsbDeviceFilterStrings?: string[];
3524
4495
  }
3525
4496
  export declare namespace UpdateFleetRequest {
3526
4497
  /**