@aws-sdk/client-appstream 3.39.0 → 3.43.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 (121) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/README.md +7 -7
  3. package/dist-cjs/AppStream.js +150 -0
  4. package/dist-cjs/commands/AssociateApplicationFleetCommand.js +36 -0
  5. package/dist-cjs/commands/CreateAppBlockCommand.js +36 -0
  6. package/dist-cjs/commands/CreateApplicationCommand.js +36 -0
  7. package/dist-cjs/commands/DeleteAppBlockCommand.js +36 -0
  8. package/dist-cjs/commands/DeleteApplicationCommand.js +36 -0
  9. package/dist-cjs/commands/DescribeAppBlocksCommand.js +36 -0
  10. package/dist-cjs/commands/DescribeApplicationFleetAssociationsCommand.js +36 -0
  11. package/dist-cjs/commands/DescribeApplicationsCommand.js +36 -0
  12. package/dist-cjs/commands/DisassociateApplicationFleetCommand.js +36 -0
  13. package/dist-cjs/commands/UpdateApplicationCommand.js +36 -0
  14. package/dist-cjs/commands/index.js +10 -0
  15. package/dist-cjs/endpoints.js +112 -9
  16. package/dist-cjs/models/models_0.js +185 -34
  17. package/dist-cjs/protocols/Aws_json1_1.js +1335 -239
  18. package/dist-cjs/runtimeConfig.browser.js +6 -3
  19. package/dist-cjs/runtimeConfig.js +5 -3
  20. package/dist-es/AppStream.js +150 -0
  21. package/dist-es/commands/AssociateApplicationFleetCommand.js +39 -0
  22. package/dist-es/commands/CreateAppBlockCommand.js +39 -0
  23. package/dist-es/commands/CreateApplicationCommand.js +39 -0
  24. package/dist-es/commands/DeleteAppBlockCommand.js +39 -0
  25. package/dist-es/commands/DeleteApplicationCommand.js +39 -0
  26. package/dist-es/commands/DescribeAppBlocksCommand.js +39 -0
  27. package/dist-es/commands/DescribeApplicationFleetAssociationsCommand.js +39 -0
  28. package/dist-es/commands/DescribeApplicationsCommand.js +39 -0
  29. package/dist-es/commands/DisassociateApplicationFleetCommand.js +39 -0
  30. package/dist-es/commands/UpdateApplicationCommand.js +39 -0
  31. package/dist-es/commands/index.js +10 -0
  32. package/dist-es/endpoints.js +112 -9
  33. package/dist-es/models/models_0.js +127 -24
  34. package/dist-es/protocols/Aws_json1_1.js +1291 -162
  35. package/dist-es/runtimeConfig.browser.js +3 -2
  36. package/dist-es/runtimeConfig.js +3 -3
  37. package/dist-types/AppStream.d.ts +104 -4
  38. package/dist-types/AppStreamClient.d.ts +20 -2
  39. package/dist-types/commands/AssociateApplicationFleetCommand.d.ts +35 -0
  40. package/dist-types/commands/AssociateFleetCommand.d.ts +1 -1
  41. package/dist-types/commands/BatchAssociateUserStackCommand.d.ts +1 -1
  42. package/dist-types/commands/BatchDisassociateUserStackCommand.d.ts +1 -1
  43. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateAppBlockCommand.d.ts +41 -0
  45. package/dist-types/commands/CreateApplicationCommand.d.ts +41 -0
  46. package/dist-types/commands/CreateDirectoryConfigCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateFleetCommand.d.ts +2 -2
  48. package/dist-types/commands/CreateImageBuilderCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateImageBuilderStreamingURLCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateStackCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateStreamingURLCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateUpdatedImageCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateUsageReportSubscriptionCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateUserCommand.d.ts +1 -1
  55. package/dist-types/commands/DeleteAppBlockCommand.d.ts +35 -0
  56. package/dist-types/commands/DeleteApplicationCommand.d.ts +35 -0
  57. package/dist-types/commands/DeleteDirectoryConfigCommand.d.ts +1 -1
  58. package/dist-types/commands/DeleteFleetCommand.d.ts +1 -1
  59. package/dist-types/commands/DeleteImageBuilderCommand.d.ts +1 -1
  60. package/dist-types/commands/DeleteImageCommand.d.ts +1 -1
  61. package/dist-types/commands/DeleteImagePermissionsCommand.d.ts +1 -1
  62. package/dist-types/commands/DeleteStackCommand.d.ts +1 -1
  63. package/dist-types/commands/DeleteUsageReportSubscriptionCommand.d.ts +1 -1
  64. package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
  65. package/dist-types/commands/DescribeAppBlocksCommand.d.ts +35 -0
  66. package/dist-types/commands/DescribeApplicationFleetAssociationsCommand.d.ts +35 -0
  67. package/dist-types/commands/DescribeApplicationsCommand.d.ts +35 -0
  68. package/dist-types/commands/DescribeDirectoryConfigsCommand.d.ts +1 -1
  69. package/dist-types/commands/DescribeFleetsCommand.d.ts +1 -1
  70. package/dist-types/commands/DescribeImageBuildersCommand.d.ts +1 -1
  71. package/dist-types/commands/DescribeImagePermissionsCommand.d.ts +1 -1
  72. package/dist-types/commands/DescribeImagesCommand.d.ts +1 -1
  73. package/dist-types/commands/DescribeSessionsCommand.d.ts +1 -1
  74. package/dist-types/commands/DescribeStacksCommand.d.ts +1 -1
  75. package/dist-types/commands/DescribeUsageReportSubscriptionsCommand.d.ts +1 -1
  76. package/dist-types/commands/DescribeUserStackAssociationsCommand.d.ts +1 -1
  77. package/dist-types/commands/DescribeUsersCommand.d.ts +1 -1
  78. package/dist-types/commands/DisableUserCommand.d.ts +1 -1
  79. package/dist-types/commands/DisassociateApplicationFleetCommand.d.ts +35 -0
  80. package/dist-types/commands/DisassociateFleetCommand.d.ts +1 -1
  81. package/dist-types/commands/EnableUserCommand.d.ts +1 -1
  82. package/dist-types/commands/ExpireSessionCommand.d.ts +1 -1
  83. package/dist-types/commands/ListAssociatedFleetsCommand.d.ts +1 -1
  84. package/dist-types/commands/ListAssociatedStacksCommand.d.ts +1 -1
  85. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  86. package/dist-types/commands/StartFleetCommand.d.ts +1 -1
  87. package/dist-types/commands/StartImageBuilderCommand.d.ts +1 -1
  88. package/dist-types/commands/StopFleetCommand.d.ts +1 -1
  89. package/dist-types/commands/StopImageBuilderCommand.d.ts +1 -1
  90. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  91. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  92. package/dist-types/commands/UpdateApplicationCommand.d.ts +35 -0
  93. package/dist-types/commands/UpdateDirectoryConfigCommand.d.ts +1 -1
  94. package/dist-types/commands/UpdateFleetCommand.d.ts +22 -4
  95. package/dist-types/commands/UpdateImagePermissionsCommand.d.ts +1 -1
  96. package/dist-types/commands/UpdateStackCommand.d.ts +1 -1
  97. package/dist-types/commands/index.d.ts +10 -0
  98. package/dist-types/models/models_0.d.ts +647 -63
  99. package/dist-types/protocols/Aws_json1_1.d.ts +30 -0
  100. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  101. package/dist-types/runtimeConfig.d.ts +2 -0
  102. package/dist-types/runtimeConfig.native.d.ts +2 -0
  103. package/dist-types/ts3.4/AppStream.d.ts +50 -0
  104. package/dist-types/ts3.4/AppStreamClient.d.ts +16 -2
  105. package/dist-types/ts3.4/commands/AssociateApplicationFleetCommand.d.ts +17 -0
  106. package/dist-types/ts3.4/commands/CreateAppBlockCommand.d.ts +17 -0
  107. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +17 -0
  108. package/dist-types/ts3.4/commands/DeleteAppBlockCommand.d.ts +17 -0
  109. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +17 -0
  110. package/dist-types/ts3.4/commands/DescribeAppBlocksCommand.d.ts +17 -0
  111. package/dist-types/ts3.4/commands/DescribeApplicationFleetAssociationsCommand.d.ts +17 -0
  112. package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +17 -0
  113. package/dist-types/ts3.4/commands/DisassociateApplicationFleetCommand.d.ts +17 -0
  114. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +17 -0
  115. package/dist-types/ts3.4/commands/index.d.ts +10 -0
  116. package/dist-types/ts3.4/models/models_0.d.ts +368 -42
  117. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +30 -0
  118. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  119. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  120. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  121. package/package.json +24 -24
@@ -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,35 @@ export declare namespace ApplicationSettingsResponse {
114
261
  */
115
262
  const filterSensitiveLog: (obj: ApplicationSettingsResponse) => any;
116
263
  }
117
- export interface AssociateFleetRequest {
264
+ export interface AssociateApplicationFleetRequest {
118
265
  /**
119
- * <p>The name of the fleet. </p>
266
+ * <p>The name of the fleet.</p>
120
267
  */
121
268
  FleetName: string | undefined;
122
269
  /**
123
- * <p>The name of the stack.</p>
270
+ * <p>The ARN of the application.</p>
124
271
  */
125
- StackName: string | undefined;
272
+ ApplicationArn: string | undefined;
126
273
  }
127
- export declare namespace AssociateFleetRequest {
274
+ export declare namespace AssociateApplicationFleetRequest {
128
275
  /**
129
276
  * @internal
130
277
  */
131
- const filterSensitiveLog: (obj: AssociateFleetRequest) => any;
278
+ const filterSensitiveLog: (obj: AssociateApplicationFleetRequest) => any;
132
279
  }
133
- export interface AssociateFleetResult {
280
+ export interface AssociateApplicationFleetResult {
281
+ /**
282
+ * <p>If fleet name is specified, this returns the list of applications that are associated
283
+ * to it. If application ARN is specified, this returns the list of fleets to which it is
284
+ * associated.</p>
285
+ */
286
+ ApplicationFleetAssociation?: ApplicationFleetAssociation;
134
287
  }
135
- export declare namespace AssociateFleetResult {
288
+ export declare namespace AssociateApplicationFleetResult {
136
289
  /**
137
290
  * @internal
138
291
  */
139
- const filterSensitiveLog: (obj: AssociateFleetResult) => any;
292
+ const filterSensitiveLog: (obj: AssociateApplicationFleetResult) => any;
140
293
  }
141
294
  /**
142
295
  * <p>An API error occurred. Wait a few minutes and try again.</p>
@@ -156,38 +309,21 @@ export declare namespace ConcurrentModificationException {
156
309
  const filterSensitiveLog: (obj: ConcurrentModificationException) => any;
157
310
  }
158
311
  /**
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>
312
+ * <p>Indicates an incorrect combination of parameters, or a missing parameter.</p>
177
313
  */
178
- export interface InvalidAccountStatusException extends __SmithyException, $MetadataBearer {
179
- name: "InvalidAccountStatusException";
314
+ export interface InvalidParameterCombinationException extends __SmithyException, $MetadataBearer {
315
+ name: "InvalidParameterCombinationException";
180
316
  $fault: "client";
181
317
  /**
182
318
  * <p>The error message in the exception.</p>
183
319
  */
184
320
  Message?: string;
185
321
  }
186
- export declare namespace InvalidAccountStatusException {
322
+ export declare namespace InvalidParameterCombinationException {
187
323
  /**
188
324
  * @internal
189
325
  */
190
- const filterSensitiveLog: (obj: InvalidAccountStatusException) => any;
326
+ const filterSensitiveLog: (obj: InvalidParameterCombinationException) => any;
191
327
  }
192
328
  /**
193
329
  * <p>The requested limit exceeds the permitted limit for an account.</p>
@@ -240,6 +376,64 @@ export declare namespace ResourceNotFoundException {
240
376
  */
241
377
  const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
242
378
  }
379
+ export interface AssociateFleetRequest {
380
+ /**
381
+ * <p>The name of the fleet. </p>
382
+ */
383
+ FleetName: string | undefined;
384
+ /**
385
+ * <p>The name of the stack.</p>
386
+ */
387
+ StackName: string | undefined;
388
+ }
389
+ export declare namespace AssociateFleetRequest {
390
+ /**
391
+ * @internal
392
+ */
393
+ const filterSensitiveLog: (obj: AssociateFleetRequest) => any;
394
+ }
395
+ export interface AssociateFleetResult {
396
+ }
397
+ export declare namespace AssociateFleetResult {
398
+ /**
399
+ * @internal
400
+ */
401
+ const filterSensitiveLog: (obj: AssociateFleetResult) => any;
402
+ }
403
+ /**
404
+ * <p>The image can't be updated because it's not compatible for updates.</p>
405
+ */
406
+ export interface IncompatibleImageException extends __SmithyException, $MetadataBearer {
407
+ name: "IncompatibleImageException";
408
+ $fault: "client";
409
+ /**
410
+ * <p>The error message in the exception.</p>
411
+ */
412
+ Message?: string;
413
+ }
414
+ export declare namespace IncompatibleImageException {
415
+ /**
416
+ * @internal
417
+ */
418
+ const filterSensitiveLog: (obj: IncompatibleImageException) => any;
419
+ }
420
+ /**
421
+ * <p>The resource cannot be created because your AWS account is suspended. For assistance, contact AWS Support. </p>
422
+ */
423
+ export interface InvalidAccountStatusException extends __SmithyException, $MetadataBearer {
424
+ name: "InvalidAccountStatusException";
425
+ $fault: "client";
426
+ /**
427
+ * <p>The error message in the exception.</p>
428
+ */
429
+ Message?: string;
430
+ }
431
+ export declare namespace InvalidAccountStatusException {
432
+ /**
433
+ * @internal
434
+ */
435
+ const filterSensitiveLog: (obj: InvalidAccountStatusException) => any;
436
+ }
243
437
  export declare enum AuthenticationType {
244
438
  API = "API",
245
439
  SAML = "SAML",
@@ -329,23 +523,6 @@ export declare namespace BatchAssociateUserStackResult {
329
523
  */
330
524
  const filterSensitiveLog: (obj: BatchAssociateUserStackResult) => any;
331
525
  }
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
526
  export interface BatchDisassociateUserStackRequest {
350
527
  /**
351
528
  * <p>The list of UserStackAssociation objects.</p>
@@ -483,6 +660,118 @@ export declare namespace ResourceNotAvailableException {
483
660
  */
484
661
  const filterSensitiveLog: (obj: ResourceNotAvailableException) => any;
485
662
  }
663
+ export interface CreateAppBlockRequest {
664
+ /**
665
+ * <p>The name of the app block.</p>
666
+ */
667
+ Name: string | undefined;
668
+ /**
669
+ * <p>The description of the app block.</p>
670
+ */
671
+ Description?: string;
672
+ /**
673
+ * <p>The display name of the app block. This is not displayed to the user.</p>
674
+ */
675
+ DisplayName?: string;
676
+ /**
677
+ * <p>The source S3 location of the app block.</p>
678
+ */
679
+ SourceS3Location: S3Location | undefined;
680
+ /**
681
+ * <p>The setup script details of the app block.</p>
682
+ */
683
+ SetupScriptDetails: ScriptDetails | undefined;
684
+ /**
685
+ * <p>The tags assigned to the app block.</p>
686
+ */
687
+ Tags?: {
688
+ [key: string]: string;
689
+ };
690
+ }
691
+ export declare namespace CreateAppBlockRequest {
692
+ /**
693
+ * @internal
694
+ */
695
+ const filterSensitiveLog: (obj: CreateAppBlockRequest) => any;
696
+ }
697
+ export interface CreateAppBlockResult {
698
+ /**
699
+ * <p>The app block.</p>
700
+ */
701
+ AppBlock?: AppBlock;
702
+ }
703
+ export declare namespace CreateAppBlockResult {
704
+ /**
705
+ * @internal
706
+ */
707
+ const filterSensitiveLog: (obj: CreateAppBlockResult) => any;
708
+ }
709
+ export interface CreateApplicationRequest {
710
+ /**
711
+ * <p>The name of the application. This name is visible to users when display name is not specified.</p>
712
+ */
713
+ Name: string | undefined;
714
+ /**
715
+ * <p>The display name of the application. This name is visible to users in the application catalog.</p>
716
+ */
717
+ DisplayName?: string;
718
+ /**
719
+ * <p>The description of the application.</p>
720
+ */
721
+ Description?: string;
722
+ /**
723
+ * <p>The location in S3 of the application icon.</p>
724
+ */
725
+ IconS3Location: S3Location | undefined;
726
+ /**
727
+ * <p>The launch path of the application.</p>
728
+ */
729
+ LaunchPath: string | undefined;
730
+ /**
731
+ * <p>The working directory of the application.</p>
732
+ */
733
+ WorkingDirectory?: string;
734
+ /**
735
+ * <p>The launch parameters of the application.</p>
736
+ */
737
+ LaunchParameters?: string;
738
+ /**
739
+ * <p>The platforms the application supports. WINDOWS_SERVER_2019 and AMAZON_LINUX2 are supported for Elastic fleets.</p>
740
+ */
741
+ Platforms: (PlatformType | string)[] | undefined;
742
+ /**
743
+ * <p>The instance families the application supports. Valid values are GENERAL_PURPOSE and GRAPHICS_G4.</p>
744
+ */
745
+ InstanceFamilies: string[] | undefined;
746
+ /**
747
+ * <p>The app block ARN to which the application should be associated</p>
748
+ */
749
+ AppBlockArn: string | undefined;
750
+ /**
751
+ * <p>The tags assigned to the application.</p>
752
+ */
753
+ Tags?: {
754
+ [key: string]: string;
755
+ };
756
+ }
757
+ export declare namespace CreateApplicationRequest {
758
+ /**
759
+ * @internal
760
+ */
761
+ const filterSensitiveLog: (obj: CreateApplicationRequest) => any;
762
+ }
763
+ export interface CreateApplicationResult {
764
+ /**
765
+ * <p>Describes an application in the application catalog.</p>
766
+ */
767
+ Application?: Application;
768
+ }
769
+ export declare namespace CreateApplicationResult {
770
+ /**
771
+ * @internal
772
+ */
773
+ const filterSensitiveLog: (obj: CreateApplicationResult) => any;
774
+ }
486
775
  /**
487
776
  * <p>Describes the credentials for the service account used by the fleet or image builder to connect to the directory.</p>
488
777
  */
@@ -601,6 +890,7 @@ export declare namespace DomainJoinInfo {
601
890
  }
602
891
  export declare enum FleetType {
603
892
  ALWAYS_ON = "ALWAYS_ON",
893
+ ELASTIC = "ELASTIC",
604
894
  ON_DEMAND = "ON_DEMAND"
605
895
  }
606
896
  export declare enum StreamView {
@@ -742,6 +1032,15 @@ export interface CreateFleetRequest {
742
1032
  * <p>stream.graphics-pro.16xlarge</p>
743
1033
  * </li>
744
1034
  * </ul>
1035
+ * <p>The following instance types are available for Elastic fleets:</p>
1036
+ * <ul>
1037
+ * <li>
1038
+ * <p>stream.standard.small</p>
1039
+ * </li>
1040
+ * <li>
1041
+ * <p>stream.standard.medium</p>
1042
+ * </li>
1043
+ * </ul>
745
1044
  */
746
1045
  InstanceType: string | undefined;
747
1046
  /**
@@ -762,11 +1061,11 @@ export interface CreateFleetRequest {
762
1061
  */
763
1062
  FleetType?: FleetType | string;
764
1063
  /**
765
- * <p>The desired capacity for the fleet.</p>
1064
+ * <p>The desired capacity for the fleet. This is not allowed for Elastic fleets. For Elastic fleets, specify MaxConcurrentSessions instead.</p>
766
1065
  */
767
- ComputeCapacity: ComputeCapacity | undefined;
1066
+ ComputeCapacity?: ComputeCapacity;
768
1067
  /**
769
- * <p>The VPC configuration for the fleet.</p>
1068
+ * <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
1069
  */
771
1070
  VpcConfig?: VpcConfig;
772
1071
  /**
@@ -792,7 +1091,7 @@ export interface CreateFleetRequest {
792
1091
  */
793
1092
  EnableDefaultInternetAccess?: boolean;
794
1093
  /**
795
- * <p>The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain. </p>
1094
+ * <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
1095
  */
797
1096
  DomainJoinInfo?: DomainJoinInfo;
798
1097
  /**
@@ -837,6 +1136,20 @@ export interface CreateFleetRequest {
837
1136
  * <p>The default value is <code>APP</code>.</p>
838
1137
  */
839
1138
  StreamView?: StreamView | string;
1139
+ /**
1140
+ * <p>The fleet platform. WINDOWS_SERVER_2019 and AMAZON_LINUX2 are supported for Elastic
1141
+ * fleets. </p>
1142
+ */
1143
+ Platform?: PlatformType | string;
1144
+ /**
1145
+ * <p>The maximum concurrent sessions of the Elastic fleet. This is required for Elastic
1146
+ * fleets, and not allowed for other fleet types.</p>
1147
+ */
1148
+ MaxConcurrentSessions?: number;
1149
+ /**
1150
+ * <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>
1151
+ */
1152
+ UsbDeviceFilterStrings?: string[];
840
1153
  }
841
1154
  export declare namespace CreateFleetRequest {
842
1155
  /**
@@ -1119,6 +1432,18 @@ export interface Fleet {
1119
1432
  * <p>The default value is <code>APP</code>.</p>
1120
1433
  */
1121
1434
  StreamView?: StreamView | string;
1435
+ /**
1436
+ * <p>The platform of the fleet.</p>
1437
+ */
1438
+ Platform?: PlatformType | string;
1439
+ /**
1440
+ * <p>The maximum number of concurrent sessions for the fleet.</p>
1441
+ */
1442
+ MaxConcurrentSessions?: number;
1443
+ /**
1444
+ * <p>The USB device filter strings associated with the fleet.</p>
1445
+ */
1446
+ UsbDeviceFilterStrings?: string[];
1122
1447
  }
1123
1448
  export declare namespace Fleet {
1124
1449
  /**
@@ -1369,7 +1694,6 @@ export declare namespace NetworkAccessConfiguration {
1369
1694
  */
1370
1695
  const filterSensitiveLog: (obj: NetworkAccessConfiguration) => any;
1371
1696
  }
1372
- export declare type PlatformType = "WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019";
1373
1697
  export declare enum ImageBuilderState {
1374
1698
  DELETING = "DELETING",
1375
1699
  FAILED = "FAILED",
@@ -2170,25 +2494,25 @@ export declare namespace CreateUserResult {
2170
2494
  */
2171
2495
  const filterSensitiveLog: (obj: CreateUserResult) => any;
2172
2496
  }
2173
- export interface DeleteDirectoryConfigRequest {
2497
+ export interface DeleteAppBlockRequest {
2174
2498
  /**
2175
- * <p>The name of the directory configuration.</p>
2499
+ * <p>The name of the app block.</p>
2176
2500
  */
2177
- DirectoryName: string | undefined;
2501
+ Name: string | undefined;
2178
2502
  }
2179
- export declare namespace DeleteDirectoryConfigRequest {
2503
+ export declare namespace DeleteAppBlockRequest {
2180
2504
  /**
2181
2505
  * @internal
2182
2506
  */
2183
- const filterSensitiveLog: (obj: DeleteDirectoryConfigRequest) => any;
2507
+ const filterSensitiveLog: (obj: DeleteAppBlockRequest) => any;
2184
2508
  }
2185
- export interface DeleteDirectoryConfigResult {
2509
+ export interface DeleteAppBlockResult {
2186
2510
  }
2187
- export declare namespace DeleteDirectoryConfigResult {
2511
+ export declare namespace DeleteAppBlockResult {
2188
2512
  /**
2189
2513
  * @internal
2190
2514
  */
2191
- const filterSensitiveLog: (obj: DeleteDirectoryConfigResult) => any;
2515
+ const filterSensitiveLog: (obj: DeleteAppBlockResult) => any;
2192
2516
  }
2193
2517
  /**
2194
2518
  * <p>The specified resource is in use.</p>
@@ -2207,6 +2531,46 @@ export declare namespace ResourceInUseException {
2207
2531
  */
2208
2532
  const filterSensitiveLog: (obj: ResourceInUseException) => any;
2209
2533
  }
2534
+ export interface DeleteApplicationRequest {
2535
+ /**
2536
+ * <p>The name of the application.</p>
2537
+ */
2538
+ Name: string | undefined;
2539
+ }
2540
+ export declare namespace DeleteApplicationRequest {
2541
+ /**
2542
+ * @internal
2543
+ */
2544
+ const filterSensitiveLog: (obj: DeleteApplicationRequest) => any;
2545
+ }
2546
+ export interface DeleteApplicationResult {
2547
+ }
2548
+ export declare namespace DeleteApplicationResult {
2549
+ /**
2550
+ * @internal
2551
+ */
2552
+ const filterSensitiveLog: (obj: DeleteApplicationResult) => any;
2553
+ }
2554
+ export interface DeleteDirectoryConfigRequest {
2555
+ /**
2556
+ * <p>The name of the directory configuration.</p>
2557
+ */
2558
+ DirectoryName: string | undefined;
2559
+ }
2560
+ export declare namespace DeleteDirectoryConfigRequest {
2561
+ /**
2562
+ * @internal
2563
+ */
2564
+ const filterSensitiveLog: (obj: DeleteDirectoryConfigRequest) => any;
2565
+ }
2566
+ export interface DeleteDirectoryConfigResult {
2567
+ }
2568
+ export declare namespace DeleteDirectoryConfigResult {
2569
+ /**
2570
+ * @internal
2571
+ */
2572
+ const filterSensitiveLog: (obj: DeleteDirectoryConfigResult) => any;
2573
+ }
2210
2574
  export interface DeleteFleetRequest {
2211
2575
  /**
2212
2576
  * <p>The name of the fleet.</p>
@@ -2363,6 +2727,124 @@ export declare namespace DeleteUserResult {
2363
2727
  */
2364
2728
  const filterSensitiveLog: (obj: DeleteUserResult) => any;
2365
2729
  }
2730
+ export interface DescribeAppBlocksRequest {
2731
+ /**
2732
+ * <p>The ARNs of the app blocks.</p>
2733
+ */
2734
+ Arns?: string[];
2735
+ /**
2736
+ * <p>The pagination token used to retrieve the next page of results for this
2737
+ * operation.</p>
2738
+ */
2739
+ NextToken?: string;
2740
+ /**
2741
+ * <p>The maximum size of each page of results.</p>
2742
+ */
2743
+ MaxResults?: number;
2744
+ }
2745
+ export declare namespace DescribeAppBlocksRequest {
2746
+ /**
2747
+ * @internal
2748
+ */
2749
+ const filterSensitiveLog: (obj: DescribeAppBlocksRequest) => any;
2750
+ }
2751
+ export interface DescribeAppBlocksResult {
2752
+ /**
2753
+ * <p>The app blocks in the list.</p>
2754
+ */
2755
+ AppBlocks?: AppBlock[];
2756
+ /**
2757
+ * <p>The pagination token used to retrieve the next page of results for this
2758
+ * operation.</p>
2759
+ */
2760
+ NextToken?: string;
2761
+ }
2762
+ export declare namespace DescribeAppBlocksResult {
2763
+ /**
2764
+ * @internal
2765
+ */
2766
+ const filterSensitiveLog: (obj: DescribeAppBlocksResult) => any;
2767
+ }
2768
+ export interface DescribeApplicationFleetAssociationsRequest {
2769
+ /**
2770
+ * <p>The name of the fleet.</p>
2771
+ */
2772
+ FleetName?: string;
2773
+ /**
2774
+ * <p>The ARN of the application.</p>
2775
+ */
2776
+ ApplicationArn?: string;
2777
+ /**
2778
+ * <p>The maximum size of each page of results.</p>
2779
+ */
2780
+ MaxResults?: number;
2781
+ /**
2782
+ * <p>The pagination token used to retrieve the next page of results for this
2783
+ * operation.</p>
2784
+ */
2785
+ NextToken?: string;
2786
+ }
2787
+ export declare namespace DescribeApplicationFleetAssociationsRequest {
2788
+ /**
2789
+ * @internal
2790
+ */
2791
+ const filterSensitiveLog: (obj: DescribeApplicationFleetAssociationsRequest) => any;
2792
+ }
2793
+ export interface DescribeApplicationFleetAssociationsResult {
2794
+ /**
2795
+ * <p>The application fleet associations in the list.</p>
2796
+ */
2797
+ ApplicationFleetAssociations?: ApplicationFleetAssociation[];
2798
+ /**
2799
+ * <p>The pagination token used to retrieve the next page of results for this
2800
+ * operation.</p>
2801
+ */
2802
+ NextToken?: string;
2803
+ }
2804
+ export declare namespace DescribeApplicationFleetAssociationsResult {
2805
+ /**
2806
+ * @internal
2807
+ */
2808
+ const filterSensitiveLog: (obj: DescribeApplicationFleetAssociationsResult) => any;
2809
+ }
2810
+ export interface DescribeApplicationsRequest {
2811
+ /**
2812
+ * <p>The ARNs for the applications.</p>
2813
+ */
2814
+ Arns?: string[];
2815
+ /**
2816
+ * <p>The pagination token used to retrieve the next page of results for this
2817
+ * operation.</p>
2818
+ */
2819
+ NextToken?: string;
2820
+ /**
2821
+ * <p>The maximum size of each page of results.</p>
2822
+ */
2823
+ MaxResults?: number;
2824
+ }
2825
+ export declare namespace DescribeApplicationsRequest {
2826
+ /**
2827
+ * @internal
2828
+ */
2829
+ const filterSensitiveLog: (obj: DescribeApplicationsRequest) => any;
2830
+ }
2831
+ export interface DescribeApplicationsResult {
2832
+ /**
2833
+ * <p>The applications in the list.</p>
2834
+ */
2835
+ Applications?: Application[];
2836
+ /**
2837
+ * <p>The pagination token used to retrieve the next page of results for this
2838
+ * operation.</p>
2839
+ */
2840
+ NextToken?: string;
2841
+ }
2842
+ export declare namespace DescribeApplicationsResult {
2843
+ /**
2844
+ * @internal
2845
+ */
2846
+ const filterSensitiveLog: (obj: DescribeApplicationsResult) => any;
2847
+ }
2366
2848
  export interface DescribeDirectoryConfigsRequest {
2367
2849
  /**
2368
2850
  * <p>The directory names.</p>
@@ -2982,6 +3464,30 @@ export declare namespace DisableUserResult {
2982
3464
  */
2983
3465
  const filterSensitiveLog: (obj: DisableUserResult) => any;
2984
3466
  }
3467
+ export interface DisassociateApplicationFleetRequest {
3468
+ /**
3469
+ * <p>The name of the fleet.</p>
3470
+ */
3471
+ FleetName: string | undefined;
3472
+ /**
3473
+ * <p>The ARN of the application.</p>
3474
+ */
3475
+ ApplicationArn: string | undefined;
3476
+ }
3477
+ export declare namespace DisassociateApplicationFleetRequest {
3478
+ /**
3479
+ * @internal
3480
+ */
3481
+ const filterSensitiveLog: (obj: DisassociateApplicationFleetRequest) => any;
3482
+ }
3483
+ export interface DisassociateApplicationFleetResult {
3484
+ }
3485
+ export declare namespace DisassociateApplicationFleetResult {
3486
+ /**
3487
+ * @internal
3488
+ */
3489
+ const filterSensitiveLog: (obj: DisassociateApplicationFleetResult) => any;
3490
+ }
2985
3491
  export interface DisassociateFleetRequest {
2986
3492
  /**
2987
3493
  * <p>The name of the fleet.</p>
@@ -3057,6 +3563,7 @@ export declare namespace ExpireSessionResult {
3057
3563
  export declare enum FleetAttribute {
3058
3564
  DOMAIN_JOIN_INFO = "DOMAIN_JOIN_INFO",
3059
3565
  IAM_ROLE_ARN = "IAM_ROLE_ARN",
3566
+ USB_DEVICE_FILTER_STRINGS = "USB_DEVICE_FILTER_STRINGS",
3060
3567
  VPC_CONFIGURATION = "VPC_CONFIGURATION",
3061
3568
  VPC_CONFIGURATION_SECURITY_GROUP_IDS = "VPC_CONFIGURATION_SECURITY_GROUP_IDS"
3062
3569
  }
@@ -3297,6 +3804,62 @@ export declare namespace UntagResourceResponse {
3297
3804
  */
3298
3805
  const filterSensitiveLog: (obj: UntagResourceResponse) => any;
3299
3806
  }
3807
+ export interface UpdateApplicationRequest {
3808
+ /**
3809
+ * <p>The name of the application. This name is visible to users when display name is not specified.</p>
3810
+ */
3811
+ Name: string | undefined;
3812
+ /**
3813
+ * <p>The display name of the application. This name is visible to users in the application catalog.</p>
3814
+ */
3815
+ DisplayName?: string;
3816
+ /**
3817
+ * <p>The description of the application.</p>
3818
+ */
3819
+ Description?: string;
3820
+ /**
3821
+ * <p>The icon S3 location of the application.</p>
3822
+ */
3823
+ IconS3Location?: S3Location;
3824
+ /**
3825
+ * <p>The launch path of the application.</p>
3826
+ */
3827
+ LaunchPath?: string;
3828
+ /**
3829
+ * <p>The working directory of the application.</p>
3830
+ */
3831
+ WorkingDirectory?: string;
3832
+ /**
3833
+ * <p>The launch parameters of the application.</p>
3834
+ */
3835
+ LaunchParameters?: string;
3836
+ /**
3837
+ * <p>The ARN of the app block.</p>
3838
+ */
3839
+ AppBlockArn?: string;
3840
+ /**
3841
+ * <p>The attributes to delete for an application.</p>
3842
+ */
3843
+ AttributesToDelete?: (ApplicationAttribute | string)[];
3844
+ }
3845
+ export declare namespace UpdateApplicationRequest {
3846
+ /**
3847
+ * @internal
3848
+ */
3849
+ const filterSensitiveLog: (obj: UpdateApplicationRequest) => any;
3850
+ }
3851
+ export interface UpdateApplicationResult {
3852
+ /**
3853
+ * <p>Describes an application in the application catalog.</p>
3854
+ */
3855
+ Application?: Application;
3856
+ }
3857
+ export declare namespace UpdateApplicationResult {
3858
+ /**
3859
+ * @internal
3860
+ */
3861
+ const filterSensitiveLog: (obj: UpdateApplicationResult) => any;
3862
+ }
3300
3863
  export interface UpdateDirectoryConfigRequest {
3301
3864
  /**
3302
3865
  * <p>The name of the Directory Config object.</p>
@@ -3445,14 +4008,23 @@ export interface UpdateFleetRequest {
3445
4008
  * <p>stream.graphics-pro.16xlarge</p>
3446
4009
  * </li>
3447
4010
  * </ul>
4011
+ * <p>The following instance types are available for Elastic fleets:</p>
4012
+ * <ul>
4013
+ * <li>
4014
+ * <p>stream.standard.small</p>
4015
+ * </li>
4016
+ * <li>
4017
+ * <p>stream.standard.medium</p>
4018
+ * </li>
4019
+ * </ul>
3448
4020
  */
3449
4021
  InstanceType?: string;
3450
4022
  /**
3451
- * <p>The desired capacity for the fleet.</p>
4023
+ * <p>The desired capacity for the fleet. This is not allowed for Elastic fleets.</p>
3452
4024
  */
3453
4025
  ComputeCapacity?: ComputeCapacity;
3454
4026
  /**
3455
- * <p>The VPC configuration for the fleet.</p>
4027
+ * <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
4028
  */
3457
4029
  VpcConfig?: VpcConfig;
3458
4030
  /**
@@ -3521,6 +4093,18 @@ export interface UpdateFleetRequest {
3521
4093
  * <p>The default value is <code>APP</code>.</p>
3522
4094
  */
3523
4095
  StreamView?: StreamView | string;
4096
+ /**
4097
+ * <p>The platform of the fleet. WINDOWS_SERVER_2019 and AMAZON_LINUX2 are supported for Elastic fleets. </p>
4098
+ */
4099
+ Platform?: PlatformType | string;
4100
+ /**
4101
+ * <p>The maximum number of concurrent sessions for a fleet.</p>
4102
+ */
4103
+ MaxConcurrentSessions?: number;
4104
+ /**
4105
+ * <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>
4106
+ */
4107
+ UsbDeviceFilterStrings?: string[];
3524
4108
  }
3525
4109
  export declare namespace UpdateFleetRequest {
3526
4110
  /**