@aws-sdk/client-appstream 3.533.0 → 3.535.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 (155) hide show
  1. package/dist-types/AppStream.d.ts +16 -1
  2. package/dist-types/AppStreamClient.d.ts +1 -1
  3. package/dist-types/commands/AssociateAppBlockBuilderAppBlockCommand.d.ts +2 -1
  4. package/dist-types/commands/AssociateApplicationFleetCommand.d.ts +2 -1
  5. package/dist-types/commands/AssociateApplicationToEntitlementCommand.d.ts +2 -1
  6. package/dist-types/commands/AssociateFleetCommand.d.ts +2 -1
  7. package/dist-types/commands/BatchAssociateUserStackCommand.d.ts +2 -1
  8. package/dist-types/commands/BatchDisassociateUserStackCommand.d.ts +2 -1
  9. package/dist-types/commands/CopyImageCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateAppBlockBuilderCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateAppBlockBuilderStreamingURLCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateAppBlockCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateDirectoryConfigCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateEntitlementCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateFleetCommand.d.ts +2 -1
  17. package/dist-types/commands/CreateImageBuilderCommand.d.ts +2 -1
  18. package/dist-types/commands/CreateImageBuilderStreamingURLCommand.d.ts +2 -1
  19. package/dist-types/commands/CreateStackCommand.d.ts +2 -1
  20. package/dist-types/commands/CreateStreamingURLCommand.d.ts +2 -1
  21. package/dist-types/commands/CreateUpdatedImageCommand.d.ts +2 -1
  22. package/dist-types/commands/CreateUsageReportSubscriptionCommand.d.ts +2 -1
  23. package/dist-types/commands/CreateUserCommand.d.ts +2 -1
  24. package/dist-types/commands/DeleteAppBlockBuilderCommand.d.ts +2 -1
  25. package/dist-types/commands/DeleteAppBlockCommand.d.ts +2 -1
  26. package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -1
  27. package/dist-types/commands/DeleteDirectoryConfigCommand.d.ts +2 -1
  28. package/dist-types/commands/DeleteEntitlementCommand.d.ts +2 -1
  29. package/dist-types/commands/DeleteFleetCommand.d.ts +2 -1
  30. package/dist-types/commands/DeleteImageBuilderCommand.d.ts +2 -1
  31. package/dist-types/commands/DeleteImageCommand.d.ts +2 -1
  32. package/dist-types/commands/DeleteImagePermissionsCommand.d.ts +2 -1
  33. package/dist-types/commands/DeleteStackCommand.d.ts +2 -1
  34. package/dist-types/commands/DeleteUsageReportSubscriptionCommand.d.ts +2 -1
  35. package/dist-types/commands/DeleteUserCommand.d.ts +2 -1
  36. package/dist-types/commands/DescribeAppBlockBuilderAppBlockAssociationsCommand.d.ts +2 -1
  37. package/dist-types/commands/DescribeAppBlockBuildersCommand.d.ts +2 -1
  38. package/dist-types/commands/DescribeAppBlocksCommand.d.ts +2 -1
  39. package/dist-types/commands/DescribeApplicationFleetAssociationsCommand.d.ts +2 -1
  40. package/dist-types/commands/DescribeApplicationsCommand.d.ts +2 -1
  41. package/dist-types/commands/DescribeDirectoryConfigsCommand.d.ts +2 -1
  42. package/dist-types/commands/DescribeEntitlementsCommand.d.ts +2 -1
  43. package/dist-types/commands/DescribeFleetsCommand.d.ts +2 -1
  44. package/dist-types/commands/DescribeImageBuildersCommand.d.ts +2 -1
  45. package/dist-types/commands/DescribeImagePermissionsCommand.d.ts +2 -1
  46. package/dist-types/commands/DescribeImagesCommand.d.ts +2 -1
  47. package/dist-types/commands/DescribeSessionsCommand.d.ts +2 -1
  48. package/dist-types/commands/DescribeStacksCommand.d.ts +2 -1
  49. package/dist-types/commands/DescribeUsageReportSubscriptionsCommand.d.ts +2 -1
  50. package/dist-types/commands/DescribeUserStackAssociationsCommand.d.ts +2 -1
  51. package/dist-types/commands/DescribeUsersCommand.d.ts +2 -1
  52. package/dist-types/commands/DisableUserCommand.d.ts +2 -1
  53. package/dist-types/commands/DisassociateAppBlockBuilderAppBlockCommand.d.ts +2 -1
  54. package/dist-types/commands/DisassociateApplicationFleetCommand.d.ts +2 -1
  55. package/dist-types/commands/DisassociateApplicationFromEntitlementCommand.d.ts +2 -1
  56. package/dist-types/commands/DisassociateFleetCommand.d.ts +2 -1
  57. package/dist-types/commands/EnableUserCommand.d.ts +2 -1
  58. package/dist-types/commands/ExpireSessionCommand.d.ts +2 -1
  59. package/dist-types/commands/ListAssociatedFleetsCommand.d.ts +2 -1
  60. package/dist-types/commands/ListAssociatedStacksCommand.d.ts +2 -1
  61. package/dist-types/commands/ListEntitledApplicationsCommand.d.ts +2 -1
  62. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  63. package/dist-types/commands/StartAppBlockBuilderCommand.d.ts +2 -1
  64. package/dist-types/commands/StartFleetCommand.d.ts +2 -1
  65. package/dist-types/commands/StartImageBuilderCommand.d.ts +2 -1
  66. package/dist-types/commands/StopAppBlockBuilderCommand.d.ts +2 -1
  67. package/dist-types/commands/StopFleetCommand.d.ts +2 -1
  68. package/dist-types/commands/StopImageBuilderCommand.d.ts +2 -1
  69. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  70. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  71. package/dist-types/commands/UpdateAppBlockBuilderCommand.d.ts +2 -1
  72. package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -1
  73. package/dist-types/commands/UpdateDirectoryConfigCommand.d.ts +2 -1
  74. package/dist-types/commands/UpdateEntitlementCommand.d.ts +2 -1
  75. package/dist-types/commands/UpdateFleetCommand.d.ts +2 -1
  76. package/dist-types/commands/UpdateImagePermissionsCommand.d.ts +2 -1
  77. package/dist-types/commands/UpdateStackCommand.d.ts +2 -1
  78. package/dist-types/models/models_0.d.ts +662 -662
  79. package/dist-types/ts3.4/AppStream.d.ts +15 -0
  80. package/dist-types/ts3.4/commands/AssociateAppBlockBuilderAppBlockCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/AssociateApplicationFleetCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/AssociateApplicationToEntitlementCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/AssociateFleetCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/BatchAssociateUserStackCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/BatchDisassociateUserStackCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/CreateAppBlockBuilderCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/CreateAppBlockBuilderStreamingURLCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/CreateAppBlockCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/CreateDirectoryConfigCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/CreateEntitlementCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/CreateImageBuilderCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/CreateImageBuilderStreamingURLCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/CreateStackCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/CreateStreamingURLCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/CreateUpdatedImageCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/CreateUsageReportSubscriptionCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/DeleteAppBlockBuilderCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/DeleteAppBlockCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/DeleteDirectoryConfigCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/DeleteEntitlementCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/DeleteFleetCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/DeleteImageBuilderCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/DeleteImagePermissionsCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/DeleteStackCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/DeleteUsageReportSubscriptionCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/DescribeAppBlockBuilderAppBlockAssociationsCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/DescribeAppBlockBuildersCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/DescribeAppBlocksCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/DescribeApplicationFleetAssociationsCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/DescribeDirectoryConfigsCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/DescribeEntitlementsCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/DescribeImageBuildersCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/DescribeImagePermissionsCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/DescribeSessionsCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/DescribeStacksCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/DescribeUsageReportSubscriptionsCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/DescribeUserStackAssociationsCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/DescribeUsersCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/DisableUserCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/DisassociateAppBlockBuilderAppBlockCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/DisassociateApplicationFleetCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/DisassociateApplicationFromEntitlementCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/DisassociateFleetCommand.d.ts +9 -0
  134. package/dist-types/ts3.4/commands/EnableUserCommand.d.ts +9 -0
  135. package/dist-types/ts3.4/commands/ExpireSessionCommand.d.ts +9 -0
  136. package/dist-types/ts3.4/commands/ListAssociatedFleetsCommand.d.ts +9 -0
  137. package/dist-types/ts3.4/commands/ListAssociatedStacksCommand.d.ts +9 -0
  138. package/dist-types/ts3.4/commands/ListEntitledApplicationsCommand.d.ts +9 -0
  139. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  140. package/dist-types/ts3.4/commands/StartAppBlockBuilderCommand.d.ts +9 -0
  141. package/dist-types/ts3.4/commands/StartFleetCommand.d.ts +9 -0
  142. package/dist-types/ts3.4/commands/StartImageBuilderCommand.d.ts +9 -0
  143. package/dist-types/ts3.4/commands/StopAppBlockBuilderCommand.d.ts +9 -0
  144. package/dist-types/ts3.4/commands/StopFleetCommand.d.ts +9 -0
  145. package/dist-types/ts3.4/commands/StopImageBuilderCommand.d.ts +9 -0
  146. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  147. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  148. package/dist-types/ts3.4/commands/UpdateAppBlockBuilderCommand.d.ts +9 -0
  149. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +9 -0
  150. package/dist-types/ts3.4/commands/UpdateDirectoryConfigCommand.d.ts +9 -0
  151. package/dist-types/ts3.4/commands/UpdateEntitlementCommand.d.ts +9 -0
  152. package/dist-types/ts3.4/commands/UpdateFleetCommand.d.ts +9 -0
  153. package/dist-types/ts3.4/commands/UpdateImagePermissionsCommand.d.ts +9 -0
  154. package/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +9 -0
  155. package/package.json +41 -41
@@ -12,18 +12,18 @@ export declare const AccessEndpointType: {
12
12
  */
13
13
  export type AccessEndpointType = (typeof AccessEndpointType)[keyof typeof AccessEndpointType];
14
14
  /**
15
- * @public
16
15
  * <p>Describes an interface VPC endpoint (interface endpoint) that lets you create a private connection between the virtual private cloud (VPC) that you specify and AppStream 2.0. When you specify an interface endpoint for a stack, users of the stack can connect to AppStream 2.0 only through that endpoint. When you specify an interface endpoint for an image builder, administrators can connect to the image builder only through that endpoint.</p>
16
+ * @public
17
17
  */
18
18
  export interface AccessEndpoint {
19
19
  /**
20
- * @public
21
20
  * <p>The type of interface endpoint.</p>
21
+ * @public
22
22
  */
23
23
  EndpointType: AccessEndpointType | undefined;
24
24
  /**
25
- * @public
26
25
  * <p>The identifier (ID) of the VPC in which the interface endpoint is used.</p>
26
+ * @public
27
27
  */
28
28
  VpceId?: string;
29
29
  }
@@ -45,18 +45,18 @@ export declare const Action: {
45
45
  */
46
46
  export type Action = (typeof Action)[keyof typeof Action];
47
47
  /**
48
- * @public
49
48
  * <p>The error details.</p>
49
+ * @public
50
50
  */
51
51
  export interface ErrorDetails {
52
52
  /**
53
- * @public
54
53
  * <p>The error code.</p>
54
+ * @public
55
55
  */
56
56
  ErrorCode?: string;
57
57
  /**
58
- * @public
59
58
  * <p>The error message.</p>
59
+ * @public
60
60
  */
61
61
  ErrorMessage?: string;
62
62
  }
@@ -73,17 +73,16 @@ export declare const PackagingType: {
73
73
  */
74
74
  export type PackagingType = (typeof PackagingType)[keyof typeof PackagingType];
75
75
  /**
76
- * @public
77
76
  * <p>Describes the S3 location.</p>
77
+ * @public
78
78
  */
79
79
  export interface S3Location {
80
80
  /**
81
- * @public
82
81
  * <p>The S3 bucket of the S3 object.</p>
82
+ * @public
83
83
  */
84
84
  S3Bucket: string | undefined;
85
85
  /**
86
- * @public
87
86
  * <p>The S3 key of the S3 object.</p>
88
87
  * <p>This is required when used for the following:</p>
89
88
  * <ul>
@@ -108,32 +107,33 @@ export interface S3Location {
108
107
  * CreateAppBlock)</p>
109
108
  * </li>
110
109
  * </ul>
110
+ * @public
111
111
  */
112
112
  S3Key?: string;
113
113
  }
114
114
  /**
115
- * @public
116
115
  * <p>Describes the details of the script.</p>
116
+ * @public
117
117
  */
118
118
  export interface ScriptDetails {
119
119
  /**
120
- * @public
121
120
  * <p>The S3 object location for the script.</p>
121
+ * @public
122
122
  */
123
123
  ScriptS3Location: S3Location | undefined;
124
124
  /**
125
- * @public
126
125
  * <p>The run path for the script.</p>
126
+ * @public
127
127
  */
128
128
  ExecutablePath: string | undefined;
129
129
  /**
130
- * @public
131
130
  * <p>The runtime parameters passed to the run path for the script.</p>
131
+ * @public
132
132
  */
133
133
  ExecutableParameters?: string;
134
134
  /**
135
- * @public
136
135
  * <p>The run timeout, in seconds, for the script.</p>
136
+ * @public
137
137
  */
138
138
  TimeoutInSeconds: number | undefined;
139
139
  }
@@ -150,7 +150,6 @@ export declare const AppBlockState: {
150
150
  */
151
151
  export type AppBlockState = (typeof AppBlockState)[keyof typeof AppBlockState];
152
152
  /**
153
- * @public
154
153
  * <p>Describes an app block.</p>
155
154
  * <p>App blocks are an Amazon AppStream 2.0 resource that stores the details about the
156
155
  * virtual hard disk in an S3 bucket. It also stores the setup script with details about
@@ -158,67 +157,68 @@ export type AppBlockState = (typeof AppBlockState)[keyof typeof AppBlockState];
158
157
  * binaries and other files necessary to launch your applications. Multiple applications
159
158
  * can be assigned to a single app block.</p>
160
159
  * <p>This is only supported for Elastic fleets.</p>
160
+ * @public
161
161
  */
162
162
  export interface AppBlock {
163
163
  /**
164
- * @public
165
164
  * <p>The name of the app block.</p>
165
+ * @public
166
166
  */
167
167
  Name: string | undefined;
168
168
  /**
169
- * @public
170
169
  * <p>The ARN of the app block.</p>
170
+ * @public
171
171
  */
172
172
  Arn: string | undefined;
173
173
  /**
174
- * @public
175
174
  * <p>The description of the app block.</p>
175
+ * @public
176
176
  */
177
177
  Description?: string;
178
178
  /**
179
- * @public
180
179
  * <p>The display name of the app block.</p>
180
+ * @public
181
181
  */
182
182
  DisplayName?: string;
183
183
  /**
184
- * @public
185
184
  * <p>The source S3 location of the app block.</p>
185
+ * @public
186
186
  */
187
187
  SourceS3Location?: S3Location;
188
188
  /**
189
- * @public
190
189
  * <p>The setup script details of the app block.</p>
191
190
  * <p>This only applies to app blocks with PackagingType <code>CUSTOM</code>.</p>
191
+ * @public
192
192
  */
193
193
  SetupScriptDetails?: ScriptDetails;
194
194
  /**
195
- * @public
196
195
  * <p>The created time of the app block.</p>
196
+ * @public
197
197
  */
198
198
  CreatedTime?: Date;
199
199
  /**
200
- * @public
201
200
  * <p>The post setup script details of the app block.</p>
202
201
  * <p>This only applies to app blocks with PackagingType <code>APPSTREAM2</code>.</p>
202
+ * @public
203
203
  */
204
204
  PostSetupScriptDetails?: ScriptDetails;
205
205
  /**
206
- * @public
207
206
  * <p>The packaging type of the app block.</p>
207
+ * @public
208
208
  */
209
209
  PackagingType?: PackagingType;
210
210
  /**
211
- * @public
212
211
  * <p>The state of the app block.</p>
213
212
  * <p>An app block with AppStream 2.0 packaging will be in the <code>INACTIVE</code> state
214
213
  * if no application package (VHD) is assigned to it. After an application package (VHD) is
215
214
  * created by an app block builder for an app block, it becomes <code>ACTIVE</code>. </p>
216
215
  * <p>Custom app blocks are always in the <code>ACTIVE</code> state and no action is required to use them.</p>
216
+ * @public
217
217
  */
218
218
  State?: AppBlockState;
219
219
  /**
220
- * @public
221
220
  * <p>The errors of the app block.</p>
221
+ * @public
222
222
  */
223
223
  AppBlockErrors?: ErrorDetails[];
224
224
  }
@@ -263,23 +263,23 @@ export declare const FleetErrorCode: {
263
263
  */
264
264
  export type FleetErrorCode = (typeof FleetErrorCode)[keyof typeof FleetErrorCode];
265
265
  /**
266
- * @public
267
266
  * <p>Describes a resource error.</p>
267
+ * @public
268
268
  */
269
269
  export interface ResourceError {
270
270
  /**
271
- * @public
272
271
  * <p>The error code.</p>
272
+ * @public
273
273
  */
274
274
  ErrorCode?: FleetErrorCode;
275
275
  /**
276
- * @public
277
276
  * <p>The error message.</p>
277
+ * @public
278
278
  */
279
279
  ErrorMessage?: string;
280
280
  /**
281
- * @public
282
281
  * <p>The time the error occurred.</p>
282
+ * @public
283
283
  */
284
284
  ErrorTimestamp?: Date;
285
285
  }
@@ -320,128 +320,128 @@ export declare const AppBlockBuilderStateChangeReasonCode: {
320
320
  */
321
321
  export type AppBlockBuilderStateChangeReasonCode = (typeof AppBlockBuilderStateChangeReasonCode)[keyof typeof AppBlockBuilderStateChangeReasonCode];
322
322
  /**
323
- * @public
324
323
  * <p>Describes the reason why the last app block builder state change occurred.</p>
324
+ * @public
325
325
  */
326
326
  export interface AppBlockBuilderStateChangeReason {
327
327
  /**
328
- * @public
329
328
  * <p>The state change reason code.</p>
329
+ * @public
330
330
  */
331
331
  Code?: AppBlockBuilderStateChangeReasonCode;
332
332
  /**
333
- * @public
334
333
  * <p>The state change reason message.</p>
334
+ * @public
335
335
  */
336
336
  Message?: string;
337
337
  }
338
338
  /**
339
- * @public
340
339
  * <p>Describes VPC configuration information for fleets and image builders.</p>
340
+ * @public
341
341
  */
342
342
  export interface VpcConfig {
343
343
  /**
344
- * @public
345
344
  * <p>The identifiers of the subnets to which a network interface is attached from the fleet instance or image builder instance. Fleet instances use one or more subnets. Image builder instances use one subnet.</p>
345
+ * @public
346
346
  */
347
347
  SubnetIds?: string[];
348
348
  /**
349
- * @public
350
349
  * <p>The identifiers of the security groups for the fleet or image builder.</p>
350
+ * @public
351
351
  */
352
352
  SecurityGroupIds?: string[];
353
353
  }
354
354
  /**
355
- * @public
356
355
  * <p>Describes an app block builder.</p>
356
+ * @public
357
357
  */
358
358
  export interface AppBlockBuilder {
359
359
  /**
360
- * @public
361
360
  * <p>The ARN of the app block builder.</p>
361
+ * @public
362
362
  */
363
363
  Arn: string | undefined;
364
364
  /**
365
- * @public
366
365
  * <p>The name of the app block builder.</p>
366
+ * @public
367
367
  */
368
368
  Name: string | undefined;
369
369
  /**
370
- * @public
371
370
  * <p>The display name of the app block builder.</p>
371
+ * @public
372
372
  */
373
373
  DisplayName?: string;
374
374
  /**
375
- * @public
376
375
  * <p>The description of the app block builder.</p>
376
+ * @public
377
377
  */
378
378
  Description?: string;
379
379
  /**
380
- * @public
381
380
  * <p>The platform of the app block builder.</p>
382
381
  * <p>
383
382
  * <code>WINDOWS_SERVER_2019</code> is the only valid value.</p>
383
+ * @public
384
384
  */
385
385
  Platform: AppBlockBuilderPlatformType | undefined;
386
386
  /**
387
- * @public
388
387
  * <p>The instance type of the app block builder.</p>
388
+ * @public
389
389
  */
390
390
  InstanceType: string | undefined;
391
391
  /**
392
- * @public
393
392
  * <p>Indicates whether default internet access is enabled for the app block builder.</p>
393
+ * @public
394
394
  */
395
395
  EnableDefaultInternetAccess?: boolean;
396
396
  /**
397
- * @public
398
397
  * <p>The ARN of the IAM role that is applied to the app block builder.</p>
398
+ * @public
399
399
  */
400
400
  IamRoleArn?: string;
401
401
  /**
402
- * @public
403
402
  * <p>The VPC configuration for the app block builder.</p>
403
+ * @public
404
404
  */
405
405
  VpcConfig: VpcConfig | undefined;
406
406
  /**
407
- * @public
408
407
  * <p>The state of the app block builder.</p>
408
+ * @public
409
409
  */
410
410
  State: AppBlockBuilderState | undefined;
411
411
  /**
412
- * @public
413
412
  * <p>The creation time of the app block builder.</p>
413
+ * @public
414
414
  */
415
415
  CreatedTime?: Date;
416
416
  /**
417
- * @public
418
417
  * <p>The app block builder errors.</p>
418
+ * @public
419
419
  */
420
420
  AppBlockBuilderErrors?: ResourceError[];
421
421
  /**
422
- * @public
423
422
  * <p>The state change reason.</p>
423
+ * @public
424
424
  */
425
425
  StateChangeReason?: AppBlockBuilderStateChangeReason;
426
426
  /**
427
- * @public
428
427
  * <p>The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.</p>
428
+ * @public
429
429
  */
430
430
  AccessEndpoints?: AccessEndpoint[];
431
431
  }
432
432
  /**
433
- * @public
434
433
  * <p>Describes an association between an app block builder and app block.</p>
434
+ * @public
435
435
  */
436
436
  export interface AppBlockBuilderAppBlockAssociation {
437
437
  /**
438
- * @public
439
438
  * <p>The ARN of the app block.</p>
439
+ * @public
440
440
  */
441
441
  AppBlockArn: string | undefined;
442
442
  /**
443
- * @public
444
443
  * <p>The name of the app block builder.</p>
444
+ * @public
445
445
  */
446
446
  AppBlockBuilderName: string | undefined;
447
447
  }
@@ -474,83 +474,83 @@ export declare const PlatformType: {
474
474
  */
475
475
  export type PlatformType = (typeof PlatformType)[keyof typeof PlatformType];
476
476
  /**
477
- * @public
478
477
  * <p>Describes an application in the application catalog.</p>
478
+ * @public
479
479
  */
480
480
  export interface Application {
481
481
  /**
482
- * @public
483
482
  * <p>The name of the application.</p>
483
+ * @public
484
484
  */
485
485
  Name?: string;
486
486
  /**
487
- * @public
488
487
  * <p>The application name to display.</p>
488
+ * @public
489
489
  */
490
490
  DisplayName?: string;
491
491
  /**
492
- * @public
493
492
  * <p>The URL for the application icon. This URL might be time-limited.</p>
493
+ * @public
494
494
  */
495
495
  IconURL?: string;
496
496
  /**
497
- * @public
498
497
  * <p>The path to the application executable in the instance.</p>
498
+ * @public
499
499
  */
500
500
  LaunchPath?: string;
501
501
  /**
502
- * @public
503
502
  * <p>The arguments that are passed to the application at launch.</p>
503
+ * @public
504
504
  */
505
505
  LaunchParameters?: string;
506
506
  /**
507
- * @public
508
507
  * <p>If there is a problem, the application can be disabled after image creation.</p>
508
+ * @public
509
509
  */
510
510
  Enabled?: boolean;
511
511
  /**
512
- * @public
513
512
  * <p>Additional attributes that describe the application.</p>
513
+ * @public
514
514
  */
515
515
  Metadata?: Record<string, string>;
516
516
  /**
517
- * @public
518
517
  * <p>The working directory for the application.</p>
518
+ * @public
519
519
  */
520
520
  WorkingDirectory?: string;
521
521
  /**
522
- * @public
523
522
  * <p>The description of the application.</p>
523
+ * @public
524
524
  */
525
525
  Description?: string;
526
526
  /**
527
- * @public
528
527
  * <p>The ARN of the application.</p>
528
+ * @public
529
529
  */
530
530
  Arn?: string;
531
531
  /**
532
- * @public
533
532
  * <p>The app block ARN of the application.</p>
533
+ * @public
534
534
  */
535
535
  AppBlockArn?: string;
536
536
  /**
537
- * @public
538
537
  * <p>The S3 location of the application icon.</p>
538
+ * @public
539
539
  */
540
540
  IconS3Location?: S3Location;
541
541
  /**
542
- * @public
543
542
  * <p>The platforms on which the application can run.</p>
543
+ * @public
544
544
  */
545
545
  Platforms?: PlatformType[];
546
546
  /**
547
- * @public
548
547
  * <p>The instance families for the application.</p>
548
+ * @public
549
549
  */
550
550
  InstanceFamilies?: string[];
551
551
  /**
552
- * @public
553
552
  * <p>The time at which the application was created within the app block.</p>
553
+ * @public
554
554
  */
555
555
  CreatedTime?: Date;
556
556
  }
@@ -567,56 +567,56 @@ export declare const ApplicationAttribute: {
567
567
  */
568
568
  export type ApplicationAttribute = (typeof ApplicationAttribute)[keyof typeof ApplicationAttribute];
569
569
  /**
570
- * @public
571
570
  * <p>Describes the application fleet association.</p>
571
+ * @public
572
572
  */
573
573
  export interface ApplicationFleetAssociation {
574
574
  /**
575
- * @public
576
575
  * <p>The name of the fleet associated with the application.</p>
576
+ * @public
577
577
  */
578
578
  FleetName: string | undefined;
579
579
  /**
580
- * @public
581
580
  * <p>The ARN of the application associated with the fleet.</p>
581
+ * @public
582
582
  */
583
583
  ApplicationArn: string | undefined;
584
584
  }
585
585
  /**
586
- * @public
587
586
  * <p>The persistent application settings for users of a stack.</p>
587
+ * @public
588
588
  */
589
589
  export interface ApplicationSettings {
590
590
  /**
591
- * @public
592
591
  * <p>Enables or disables persistent application settings for users during their streaming sessions. </p>
592
+ * @public
593
593
  */
594
594
  Enabled: boolean | undefined;
595
595
  /**
596
- * @public
597
596
  * <p>The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack. </p>
597
+ * @public
598
598
  */
599
599
  SettingsGroup?: string;
600
600
  }
601
601
  /**
602
- * @public
603
602
  * <p>Describes the persistent application settings for users of a stack.</p>
603
+ * @public
604
604
  */
605
605
  export interface ApplicationSettingsResponse {
606
606
  /**
607
- * @public
608
607
  * <p>Specifies whether persistent application settings are enabled for users during their streaming sessions.</p>
608
+ * @public
609
609
  */
610
610
  Enabled?: boolean;
611
611
  /**
612
- * @public
613
612
  * <p>The path prefix for the S3 bucket where users’ persistent application settings are stored.</p>
613
+ * @public
614
614
  */
615
615
  SettingsGroup?: string;
616
616
  /**
617
- * @public
618
617
  * <p>The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an AWS Region, an S3 bucket is created. The bucket is unique to the AWS account and the Region.
619
618
  * </p>
619
+ * @public
620
620
  */
621
621
  S3BucketName?: string;
622
622
  }
@@ -637,13 +637,13 @@ export type AppVisibility = (typeof AppVisibility)[keyof typeof AppVisibility];
637
637
  */
638
638
  export interface AssociateAppBlockBuilderAppBlockRequest {
639
639
  /**
640
- * @public
641
640
  * <p>The ARN of the app block.</p>
641
+ * @public
642
642
  */
643
643
  AppBlockArn: string | undefined;
644
644
  /**
645
- * @public
646
645
  * <p>The name of the app block builder.</p>
646
+ * @public
647
647
  */
648
648
  AppBlockBuilderName: string | undefined;
649
649
  }
@@ -652,21 +652,21 @@ export interface AssociateAppBlockBuilderAppBlockRequest {
652
652
  */
653
653
  export interface AssociateAppBlockBuilderAppBlockResult {
654
654
  /**
655
- * @public
656
655
  * <p>The list of app block builders associated with app blocks.</p>
656
+ * @public
657
657
  */
658
658
  AppBlockBuilderAppBlockAssociation?: AppBlockBuilderAppBlockAssociation;
659
659
  }
660
660
  /**
661
- * @public
662
661
  * <p>An API error occurred. Wait a few minutes and try again.</p>
662
+ * @public
663
663
  */
664
664
  export declare class ConcurrentModificationException extends __BaseException {
665
665
  readonly name: "ConcurrentModificationException";
666
666
  readonly $fault: "client";
667
667
  /**
668
- * @public
669
668
  * <p>The error message in the exception.</p>
669
+ * @public
670
670
  */
671
671
  Message?: string;
672
672
  /**
@@ -675,15 +675,15 @@ export declare class ConcurrentModificationException extends __BaseException {
675
675
  constructor(opts: __ExceptionOptionType<ConcurrentModificationException, __BaseException>);
676
676
  }
677
677
  /**
678
- * @public
679
678
  * <p>Indicates an incorrect combination of parameters, or a missing parameter.</p>
679
+ * @public
680
680
  */
681
681
  export declare class InvalidParameterCombinationException extends __BaseException {
682
682
  readonly name: "InvalidParameterCombinationException";
683
683
  readonly $fault: "client";
684
684
  /**
685
- * @public
686
685
  * <p>The error message in the exception.</p>
686
+ * @public
687
687
  */
688
688
  Message?: string;
689
689
  /**
@@ -692,15 +692,15 @@ export declare class InvalidParameterCombinationException extends __BaseExceptio
692
692
  constructor(opts: __ExceptionOptionType<InvalidParameterCombinationException, __BaseException>);
693
693
  }
694
694
  /**
695
- * @public
696
695
  * <p>The requested limit exceeds the permitted limit for an account.</p>
696
+ * @public
697
697
  */
698
698
  export declare class LimitExceededException extends __BaseException {
699
699
  readonly name: "LimitExceededException";
700
700
  readonly $fault: "client";
701
701
  /**
702
- * @public
703
702
  * <p>The error message in the exception.</p>
703
+ * @public
704
704
  */
705
705
  Message?: string;
706
706
  /**
@@ -709,15 +709,15 @@ export declare class LimitExceededException extends __BaseException {
709
709
  constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
710
710
  }
711
711
  /**
712
- * @public
713
712
  * <p>The attempted operation is not permitted.</p>
713
+ * @public
714
714
  */
715
715
  export declare class OperationNotPermittedException extends __BaseException {
716
716
  readonly name: "OperationNotPermittedException";
717
717
  readonly $fault: "client";
718
718
  /**
719
- * @public
720
719
  * <p>The error message in the exception.</p>
720
+ * @public
721
721
  */
722
722
  Message?: string;
723
723
  /**
@@ -726,15 +726,15 @@ export declare class OperationNotPermittedException extends __BaseException {
726
726
  constructor(opts: __ExceptionOptionType<OperationNotPermittedException, __BaseException>);
727
727
  }
728
728
  /**
729
- * @public
730
729
  * <p>The specified resource was not found.</p>
730
+ * @public
731
731
  */
732
732
  export declare class ResourceNotFoundException extends __BaseException {
733
733
  readonly name: "ResourceNotFoundException";
734
734
  readonly $fault: "client";
735
735
  /**
736
- * @public
737
736
  * <p>The error message in the exception.</p>
737
+ * @public
738
738
  */
739
739
  Message?: string;
740
740
  /**
@@ -747,13 +747,13 @@ export declare class ResourceNotFoundException extends __BaseException {
747
747
  */
748
748
  export interface AssociateApplicationFleetRequest {
749
749
  /**
750
- * @public
751
750
  * <p>The name of the fleet.</p>
751
+ * @public
752
752
  */
753
753
  FleetName: string | undefined;
754
754
  /**
755
- * @public
756
755
  * <p>The ARN of the application.</p>
756
+ * @public
757
757
  */
758
758
  ApplicationArn: string | undefined;
759
759
  }
@@ -762,10 +762,10 @@ export interface AssociateApplicationFleetRequest {
762
762
  */
763
763
  export interface AssociateApplicationFleetResult {
764
764
  /**
765
- * @public
766
765
  * <p>If fleet name is specified, this returns the list of applications that are associated
767
766
  * to it. If application ARN is specified, this returns the list of fleets to which it is
768
767
  * associated.</p>
768
+ * @public
769
769
  */
770
770
  ApplicationFleetAssociation?: ApplicationFleetAssociation;
771
771
  }
@@ -774,18 +774,18 @@ export interface AssociateApplicationFleetResult {
774
774
  */
775
775
  export interface AssociateApplicationToEntitlementRequest {
776
776
  /**
777
- * @public
778
777
  * <p>The name of the stack.</p>
778
+ * @public
779
779
  */
780
780
  StackName: string | undefined;
781
781
  /**
782
- * @public
783
782
  * <p>The name of the entitlement.</p>
783
+ * @public
784
784
  */
785
785
  EntitlementName: string | undefined;
786
786
  /**
787
- * @public
788
787
  * <p>The identifier of the application.</p>
788
+ * @public
789
789
  */
790
790
  ApplicationIdentifier: string | undefined;
791
791
  }
@@ -795,15 +795,15 @@ export interface AssociateApplicationToEntitlementRequest {
795
795
  export interface AssociateApplicationToEntitlementResult {
796
796
  }
797
797
  /**
798
- * @public
799
798
  * <p>The entitlement can't be found.</p>
799
+ * @public
800
800
  */
801
801
  export declare class EntitlementNotFoundException extends __BaseException {
802
802
  readonly name: "EntitlementNotFoundException";
803
803
  readonly $fault: "client";
804
804
  /**
805
- * @public
806
805
  * <p>The error message in the exception.</p>
806
+ * @public
807
807
  */
808
808
  Message?: string;
809
809
  /**
@@ -816,13 +816,13 @@ export declare class EntitlementNotFoundException extends __BaseException {
816
816
  */
817
817
  export interface AssociateFleetRequest {
818
818
  /**
819
- * @public
820
819
  * <p>The name of the fleet. </p>
820
+ * @public
821
821
  */
822
822
  FleetName: string | undefined;
823
823
  /**
824
- * @public
825
824
  * <p>The name of the stack.</p>
825
+ * @public
826
826
  */
827
827
  StackName: string | undefined;
828
828
  }
@@ -832,15 +832,15 @@ export interface AssociateFleetRequest {
832
832
  export interface AssociateFleetResult {
833
833
  }
834
834
  /**
835
- * @public
836
835
  * <p>The image can't be updated because it's not compatible for updates.</p>
836
+ * @public
837
837
  */
838
838
  export declare class IncompatibleImageException extends __BaseException {
839
839
  readonly name: "IncompatibleImageException";
840
840
  readonly $fault: "client";
841
841
  /**
842
- * @public
843
842
  * <p>The error message in the exception.</p>
843
+ * @public
844
844
  */
845
845
  Message?: string;
846
846
  /**
@@ -849,15 +849,15 @@ export declare class IncompatibleImageException extends __BaseException {
849
849
  constructor(opts: __ExceptionOptionType<IncompatibleImageException, __BaseException>);
850
850
  }
851
851
  /**
852
- * @public
853
852
  * <p>The resource cannot be created because your AWS account is suspended. For assistance, contact AWS Support. </p>
853
+ * @public
854
854
  */
855
855
  export declare class InvalidAccountStatusException extends __BaseException {
856
856
  readonly name: "InvalidAccountStatusException";
857
857
  readonly $fault: "client";
858
858
  /**
859
- * @public
860
859
  * <p>The error message in the exception.</p>
860
+ * @public
861
861
  */
862
862
  Message?: string;
863
863
  /**
@@ -880,31 +880,31 @@ export declare const AuthenticationType: {
880
880
  */
881
881
  export type AuthenticationType = (typeof AuthenticationType)[keyof typeof AuthenticationType];
882
882
  /**
883
- * @public
884
883
  * <p>Describes a user in the user pool and the associated stack.</p>
884
+ * @public
885
885
  */
886
886
  export interface UserStackAssociation {
887
887
  /**
888
- * @public
889
888
  * <p>The name of the stack that is associated with the user.</p>
889
+ * @public
890
890
  */
891
891
  StackName: string | undefined;
892
892
  /**
893
- * @public
894
893
  * <p>The email address of the user who is associated with the stack.</p>
895
894
  * <note>
896
895
  * <p>Users' email addresses are case-sensitive.</p>
897
896
  * </note>
897
+ * @public
898
898
  */
899
899
  UserName: string | undefined;
900
900
  /**
901
- * @public
902
901
  * <p>The authentication type for the user.</p>
902
+ * @public
903
903
  */
904
904
  AuthenticationType: AuthenticationType | undefined;
905
905
  /**
906
- * @public
907
906
  * <p>Specifies whether a welcome email is sent to a user after the user is created in the user pool.</p>
907
+ * @public
908
908
  */
909
909
  SendEmailNotification?: boolean;
910
910
  }
@@ -913,8 +913,8 @@ export interface UserStackAssociation {
913
913
  */
914
914
  export interface BatchAssociateUserStackRequest {
915
915
  /**
916
- * @public
917
916
  * <p>The list of UserStackAssociation objects.</p>
917
+ * @public
918
918
  */
919
919
  UserStackAssociations: UserStackAssociation[] | undefined;
920
920
  }
@@ -933,23 +933,23 @@ export declare const UserStackAssociationErrorCode: {
933
933
  */
934
934
  export type UserStackAssociationErrorCode = (typeof UserStackAssociationErrorCode)[keyof typeof UserStackAssociationErrorCode];
935
935
  /**
936
- * @public
937
936
  * <p>Describes the error that is returned when a user can’t be associated with or disassociated from a stack. </p>
937
+ * @public
938
938
  */
939
939
  export interface UserStackAssociationError {
940
940
  /**
941
- * @public
942
941
  * <p>Information about the user and associated stack.</p>
942
+ * @public
943
943
  */
944
944
  UserStackAssociation?: UserStackAssociation;
945
945
  /**
946
- * @public
947
946
  * <p>The error code for the error that is returned when a user can’t be associated with or disassociated from a stack.</p>
947
+ * @public
948
948
  */
949
949
  ErrorCode?: UserStackAssociationErrorCode;
950
950
  /**
951
- * @public
952
951
  * <p>The error message for the error that is returned when a user can’t be associated with or disassociated from a stack.</p>
952
+ * @public
953
953
  */
954
954
  ErrorMessage?: string;
955
955
  }
@@ -958,8 +958,8 @@ export interface UserStackAssociationError {
958
958
  */
959
959
  export interface BatchAssociateUserStackResult {
960
960
  /**
961
- * @public
962
961
  * <p>The list of UserStackAssociationError objects.</p>
962
+ * @public
963
963
  */
964
964
  errors?: UserStackAssociationError[];
965
965
  }
@@ -968,8 +968,8 @@ export interface BatchAssociateUserStackResult {
968
968
  */
969
969
  export interface BatchDisassociateUserStackRequest {
970
970
  /**
971
- * @public
972
971
  * <p>The list of UserStackAssociation objects.</p>
972
+ * @public
973
973
  */
974
974
  UserStackAssociations: UserStackAssociation[] | undefined;
975
975
  }
@@ -978,8 +978,8 @@ export interface BatchDisassociateUserStackRequest {
978
978
  */
979
979
  export interface BatchDisassociateUserStackResult {
980
980
  /**
981
- * @public
982
981
  * <p>The list of UserStackAssociationError objects.</p>
982
+ * @public
983
983
  */
984
984
  errors?: UserStackAssociationError[];
985
985
  }
@@ -997,7 +997,6 @@ export declare const CertificateBasedAuthStatus: {
997
997
  */
998
998
  export type CertificateBasedAuthStatus = (typeof CertificateBasedAuthStatus)[keyof typeof CertificateBasedAuthStatus];
999
999
  /**
1000
- * @public
1001
1000
  * <p>The certificate-based authentication properties used to authenticate SAML 2.0 Identity
1002
1001
  * Provider (IdP) user identities to Active Directory domain-joined streaming instances.
1003
1002
  * Fallback is turned on by default when certificate-based authentication is <b>Enabled</b> . Fallback allows users to log in using their AD
@@ -1005,86 +1004,87 @@ export type CertificateBasedAuthStatus = (typeof CertificateBasedAuthStatus)[key
1005
1004
  * desktop lock screen. <b>Enabled_no_directory_login_fallback</b> enables certificate-based
1006
1005
  * authentication, but does not allow users to log in using their AD domain password. Users
1007
1006
  * will be disconnected to re-authenticate using certificates.</p>
1007
+ * @public
1008
1008
  */
1009
1009
  export interface CertificateBasedAuthProperties {
1010
1010
  /**
1011
- * @public
1012
1011
  * <p>The status of the certificate-based authentication properties.</p>
1012
+ * @public
1013
1013
  */
1014
1014
  Status?: CertificateBasedAuthStatus;
1015
1015
  /**
1016
- * @public
1017
1016
  * <p>The ARN of the AWS Certificate Manager Private CA resource.</p>
1017
+ * @public
1018
1018
  */
1019
1019
  CertificateAuthorityArn?: string;
1020
1020
  }
1021
1021
  /**
1022
- * @public
1023
1022
  * <p>Describes the capacity for a fleet.</p>
1023
+ * @public
1024
1024
  */
1025
1025
  export interface ComputeCapacity {
1026
1026
  /**
1027
- * @public
1028
1027
  * <p>The desired number of streaming instances.</p>
1028
+ * @public
1029
1029
  */
1030
1030
  DesiredInstances?: number;
1031
1031
  /**
1032
- * @public
1033
1032
  * <p>The desired number of user sessions for a multi-session fleet. This is not allowed for single-session fleets.</p>
1034
1033
  * <p>When you create a fleet, you must set either the DesiredSessions or DesiredInstances attribute, based on the type of fleet you create. You can’t define both attributes or leave both attributes blank.</p>
1034
+ * @public
1035
1035
  */
1036
1036
  DesiredSessions?: number;
1037
1037
  }
1038
1038
  /**
1039
- * @public
1040
1039
  * <p>Describes the capacity status for a fleet.</p>
1040
+ * @public
1041
1041
  */
1042
1042
  export interface ComputeCapacityStatus {
1043
1043
  /**
1044
- * @public
1045
1044
  * <p>The desired number of streaming instances.</p>
1045
+ * @public
1046
1046
  */
1047
1047
  Desired: number | undefined;
1048
1048
  /**
1049
- * @public
1050
1049
  * <p>The total number of simultaneous streaming instances that are running.</p>
1050
+ * @public
1051
1051
  */
1052
1052
  Running?: number;
1053
1053
  /**
1054
- * @public
1055
1054
  * <p>The number of instances in use for streaming.</p>
1055
+ * @public
1056
1056
  */
1057
1057
  InUse?: number;
1058
1058
  /**
1059
- * @public
1060
1059
  * <p>The number of currently available instances that can be used to stream
1061
1060
  * sessions.</p>
1061
+ * @public
1062
1062
  */
1063
1063
  Available?: number;
1064
1064
  /**
1065
- * @public
1066
1065
  * <p>The total number of sessions slots that are either running or pending. This represents the total number of concurrent streaming sessions your fleet can support in a steady state.</p>
1067
1066
  * <p>DesiredUserSessionCapacity = ActualUserSessionCapacity + PendingUserSessionCapacity</p>
1068
1067
  * <p>This only applies to multi-session fleets.</p>
1068
+ * @public
1069
1069
  */
1070
1070
  DesiredUserSessions?: number;
1071
1071
  /**
1072
- * @public
1073
1072
  * <p>The number of idle session slots currently available for user sessions.</p>
1074
1073
  * <p>AvailableUserSessionCapacity = ActualUserSessionCapacity - ActiveUserSessions</p>
1075
1074
  * <p>This only applies to multi-session fleets.</p>
1075
+ * @public
1076
1076
  */
1077
1077
  AvailableUserSessions?: number;
1078
1078
  /**
1079
- * @public
1080
1079
  * <p>The number of user sessions currently being used for streaming sessions. This only applies to multi-session fleets.</p>
1080
+ * @public
1081
1081
  */
1082
1082
  ActiveUserSessions?: number;
1083
1083
  /**
1084
- * @public
1085
1084
  * <p>The total number of session slots that are available for streaming or are currently streaming.</p>
1086
1085
  * <p>ActualUserSessionCapacity = AvailableUserSessionCapacity + ActiveUserSessions</p>
1087
1086
  * <p>This only applies to multi-session fleets.</p>
1087
+ * @public
1088
1088
  */
1089
1089
  ActualUserSessions?: number;
1090
1090
  }
@@ -1093,23 +1093,23 @@ export interface ComputeCapacityStatus {
1093
1093
  */
1094
1094
  export interface CopyImageRequest {
1095
1095
  /**
1096
- * @public
1097
1096
  * <p>The name of the image to copy.</p>
1097
+ * @public
1098
1098
  */
1099
1099
  SourceImageName: string | undefined;
1100
1100
  /**
1101
- * @public
1102
1101
  * <p>The name that the image will have when it is copied to the destination.</p>
1102
+ * @public
1103
1103
  */
1104
1104
  DestinationImageName: string | undefined;
1105
1105
  /**
1106
- * @public
1107
1106
  * <p>The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.</p>
1107
+ * @public
1108
1108
  */
1109
1109
  DestinationRegion: string | undefined;
1110
1110
  /**
1111
- * @public
1112
1111
  * <p>The description that the image will have when it is copied to the destination.</p>
1112
+ * @public
1113
1113
  */
1114
1114
  DestinationImageDescription?: string;
1115
1115
  }
@@ -1118,21 +1118,21 @@ export interface CopyImageRequest {
1118
1118
  */
1119
1119
  export interface CopyImageResponse {
1120
1120
  /**
1121
- * @public
1122
1121
  * <p>The name of the destination image.</p>
1122
+ * @public
1123
1123
  */
1124
1124
  DestinationImageName?: string;
1125
1125
  }
1126
1126
  /**
1127
- * @public
1128
1127
  * <p>The specified resource already exists.</p>
1128
+ * @public
1129
1129
  */
1130
1130
  export declare class ResourceAlreadyExistsException extends __BaseException {
1131
1131
  readonly name: "ResourceAlreadyExistsException";
1132
1132
  readonly $fault: "client";
1133
1133
  /**
1134
- * @public
1135
1134
  * <p>The error message in the exception.</p>
1135
+ * @public
1136
1136
  */
1137
1137
  Message?: string;
1138
1138
  /**
@@ -1141,15 +1141,15 @@ export declare class ResourceAlreadyExistsException extends __BaseException {
1141
1141
  constructor(opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>);
1142
1142
  }
1143
1143
  /**
1144
- * @public
1145
1144
  * <p>The specified resource exists and is not in use, but isn't available.</p>
1145
+ * @public
1146
1146
  */
1147
1147
  export declare class ResourceNotAvailableException extends __BaseException {
1148
1148
  readonly name: "ResourceNotAvailableException";
1149
1149
  readonly $fault: "client";
1150
1150
  /**
1151
- * @public
1152
1151
  * <p>The error message in the exception.</p>
1152
+ * @public
1153
1153
  */
1154
1154
  Message?: string;
1155
1155
  /**
@@ -1162,45 +1162,45 @@ export declare class ResourceNotAvailableException extends __BaseException {
1162
1162
  */
1163
1163
  export interface CreateAppBlockRequest {
1164
1164
  /**
1165
- * @public
1166
1165
  * <p>The name of the app block.</p>
1166
+ * @public
1167
1167
  */
1168
1168
  Name: string | undefined;
1169
1169
  /**
1170
- * @public
1171
1170
  * <p>The description of the app block.</p>
1171
+ * @public
1172
1172
  */
1173
1173
  Description?: string;
1174
1174
  /**
1175
- * @public
1176
1175
  * <p>The display name of the app block. This is not displayed to the user.</p>
1176
+ * @public
1177
1177
  */
1178
1178
  DisplayName?: string;
1179
1179
  /**
1180
- * @public
1181
1180
  * <p>The source S3 location of the app block.</p>
1181
+ * @public
1182
1182
  */
1183
1183
  SourceS3Location: S3Location | undefined;
1184
1184
  /**
1185
- * @public
1186
1185
  * <p>The setup script details of the app block. This must be provided for the
1187
1186
  * <code>CUSTOM</code> PackagingType.</p>
1187
+ * @public
1188
1188
  */
1189
1189
  SetupScriptDetails?: ScriptDetails;
1190
1190
  /**
1191
- * @public
1192
1191
  * <p>The tags assigned to the app block.</p>
1192
+ * @public
1193
1193
  */
1194
1194
  Tags?: Record<string, string>;
1195
1195
  /**
1196
- * @public
1197
1196
  * <p>The post setup script details of the app block. This can only be provided for the
1198
1197
  * <code>APPSTREAM2</code> PackagingType.</p>
1198
+ * @public
1199
1199
  */
1200
1200
  PostSetupScriptDetails?: ScriptDetails;
1201
1201
  /**
1202
- * @public
1203
1202
  * <p>The packaging type of the app block.</p>
1203
+ * @public
1204
1204
  */
1205
1205
  PackagingType?: PackagingType;
1206
1206
  }
@@ -1209,8 +1209,8 @@ export interface CreateAppBlockRequest {
1209
1209
  */
1210
1210
  export interface CreateAppBlockResult {
1211
1211
  /**
1212
- * @public
1213
1212
  * <p>The app block.</p>
1213
+ * @public
1214
1214
  */
1215
1215
  AppBlock?: AppBlock;
1216
1216
  }
@@ -1219,22 +1219,21 @@ export interface CreateAppBlockResult {
1219
1219
  */
1220
1220
  export interface CreateAppBlockBuilderRequest {
1221
1221
  /**
1222
- * @public
1223
1222
  * <p>The unique name for the app block builder.</p>
1223
+ * @public
1224
1224
  */
1225
1225
  Name: string | undefined;
1226
1226
  /**
1227
- * @public
1228
1227
  * <p>The description of the app block builder.</p>
1228
+ * @public
1229
1229
  */
1230
1230
  Description?: string;
1231
1231
  /**
1232
- * @public
1233
1232
  * <p>The display name of the app block builder.</p>
1233
+ * @public
1234
1234
  */
1235
1235
  DisplayName?: string;
1236
1236
  /**
1237
- * @public
1238
1237
  * <p>The tags to associate with the app block builder. A tag is a key-value pair, and the
1239
1238
  * value is optional. For example, Environment=Test. If you do not specify a value,
1240
1239
  * Environment=. </p>
@@ -1242,17 +1241,17 @@ export interface CreateAppBlockBuilderRequest {
1242
1241
  * <p>Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters: </p>
1243
1242
  * <p>_ . : / = + \ - @</p>
1244
1243
  * <p>For more information, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html">Tagging Your Resources</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
1244
+ * @public
1245
1245
  */
1246
1246
  Tags?: Record<string, string>;
1247
1247
  /**
1248
- * @public
1249
1248
  * <p>The platform of the app block builder.</p>
1250
1249
  * <p>
1251
1250
  * <code>WINDOWS_SERVER_2019</code> is the only valid value.</p>
1251
+ * @public
1252
1252
  */
1253
1253
  Platform: AppBlockBuilderPlatformType | undefined;
1254
1254
  /**
1255
- * @public
1256
1255
  * <p>The instance type to use when launching the app block builder. The following instance
1257
1256
  * types are available:</p>
1258
1257
  * <ul>
@@ -1272,33 +1271,34 @@ export interface CreateAppBlockBuilderRequest {
1272
1271
  * <p>stream.standard.2xlarge</p>
1273
1272
  * </li>
1274
1273
  * </ul>
1274
+ * @public
1275
1275
  */
1276
1276
  InstanceType: string | undefined;
1277
1277
  /**
1278
- * @public
1279
1278
  * <p>The VPC configuration for the app block builder.</p>
1280
1279
  * <p>App block builders require that you specify at least two subnets in different availability
1281
1280
  * zones.</p>
1281
+ * @public
1282
1282
  */
1283
1283
  VpcConfig: VpcConfig | undefined;
1284
1284
  /**
1285
- * @public
1286
1285
  * <p>Enables or disables default internet access for the app block builder.</p>
1286
+ * @public
1287
1287
  */
1288
1288
  EnableDefaultInternetAccess?: boolean;
1289
1289
  /**
1290
- * @public
1291
1290
  * <p>The Amazon Resource Name (ARN) of the IAM role to apply to the app block builder. To
1292
1291
  * assume a role, the app block builder calls the AWS Security Token Service (STS)
1293
1292
  * <code>AssumeRole</code> API operation and passes the ARN of the role to use. The
1294
1293
  * operation creates a new session with temporary credentials. AppStream 2.0 retrieves the
1295
1294
  * temporary credentials and creates the <b>appstream_machine_role</b> credential profile on the instance.</p>
1296
1295
  * <p>For more information, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html">Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
1296
+ * @public
1297
1297
  */
1298
1298
  IamRoleArn?: string;
1299
1299
  /**
1300
- * @public
1301
1300
  * <p>The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.</p>
1301
+ * @public
1302
1302
  */
1303
1303
  AccessEndpoints?: AccessEndpoint[];
1304
1304
  }
@@ -1307,21 +1307,21 @@ export interface CreateAppBlockBuilderRequest {
1307
1307
  */
1308
1308
  export interface CreateAppBlockBuilderResult {
1309
1309
  /**
1310
- * @public
1311
1310
  * <p>Describes an app block builder.</p>
1311
+ * @public
1312
1312
  */
1313
1313
  AppBlockBuilder?: AppBlockBuilder;
1314
1314
  }
1315
1315
  /**
1316
- * @public
1317
1316
  * <p>The specified role is invalid.</p>
1317
+ * @public
1318
1318
  */
1319
1319
  export declare class InvalidRoleException extends __BaseException {
1320
1320
  readonly name: "InvalidRoleException";
1321
1321
  readonly $fault: "client";
1322
1322
  /**
1323
- * @public
1324
1323
  * <p>The error message in the exception.</p>
1324
+ * @public
1325
1325
  */
1326
1326
  Message?: string;
1327
1327
  /**
@@ -1330,15 +1330,15 @@ export declare class InvalidRoleException extends __BaseException {
1330
1330
  constructor(opts: __ExceptionOptionType<InvalidRoleException, __BaseException>);
1331
1331
  }
1332
1332
  /**
1333
- * @public
1334
1333
  * <p>AppStream 2.0 can’t process the request right now because the Describe calls from your AWS account are being throttled by Amazon EC2. Try again later.</p>
1334
+ * @public
1335
1335
  */
1336
1336
  export declare class RequestLimitExceededException extends __BaseException {
1337
1337
  readonly name: "RequestLimitExceededException";
1338
1338
  readonly $fault: "client";
1339
1339
  /**
1340
- * @public
1341
1340
  * <p>The error message in the exception.</p>
1341
+ * @public
1342
1342
  */
1343
1343
  Message?: string;
1344
1344
  /**
@@ -1351,14 +1351,14 @@ export declare class RequestLimitExceededException extends __BaseException {
1351
1351
  */
1352
1352
  export interface CreateAppBlockBuilderStreamingURLRequest {
1353
1353
  /**
1354
- * @public
1355
1354
  * <p>The name of the app block builder.</p>
1355
+ * @public
1356
1356
  */
1357
1357
  AppBlockBuilderName: string | undefined;
1358
1358
  /**
1359
- * @public
1360
1359
  * <p>The time that the streaming URL will be valid, in seconds.
1361
1360
  * Specify a value between 1 and 604800 seconds. The default is 3600 seconds.</p>
1361
+ * @public
1362
1362
  */
1363
1363
  Validity?: number;
1364
1364
  }
@@ -1367,13 +1367,13 @@ export interface CreateAppBlockBuilderStreamingURLRequest {
1367
1367
  */
1368
1368
  export interface CreateAppBlockBuilderStreamingURLResult {
1369
1369
  /**
1370
- * @public
1371
1370
  * <p>The URL to start the streaming session.</p>
1371
+ * @public
1372
1372
  */
1373
1373
  StreamingURL?: string;
1374
1374
  /**
1375
- * @public
1376
1375
  * <p>The elapsed time, in seconds after the Unix epoch, when this URL expires.</p>
1376
+ * @public
1377
1377
  */
1378
1378
  Expires?: Date;
1379
1379
  }
@@ -1382,58 +1382,58 @@ export interface CreateAppBlockBuilderStreamingURLResult {
1382
1382
  */
1383
1383
  export interface CreateApplicationRequest {
1384
1384
  /**
1385
- * @public
1386
1385
  * <p>The name of the application. This name is visible to users when display name is not specified.</p>
1386
+ * @public
1387
1387
  */
1388
1388
  Name: string | undefined;
1389
1389
  /**
1390
- * @public
1391
1390
  * <p>The display name of the application. This name is visible to users in the application catalog.</p>
1391
+ * @public
1392
1392
  */
1393
1393
  DisplayName?: string;
1394
1394
  /**
1395
- * @public
1396
1395
  * <p>The description of the application.</p>
1396
+ * @public
1397
1397
  */
1398
1398
  Description?: string;
1399
1399
  /**
1400
- * @public
1401
1400
  * <p>The location in S3 of the application icon.</p>
1401
+ * @public
1402
1402
  */
1403
1403
  IconS3Location: S3Location | undefined;
1404
1404
  /**
1405
- * @public
1406
1405
  * <p>The launch path of the application.</p>
1406
+ * @public
1407
1407
  */
1408
1408
  LaunchPath: string | undefined;
1409
1409
  /**
1410
- * @public
1411
1410
  * <p>The working directory of the application.</p>
1411
+ * @public
1412
1412
  */
1413
1413
  WorkingDirectory?: string;
1414
1414
  /**
1415
- * @public
1416
1415
  * <p>The launch parameters of the application.</p>
1416
+ * @public
1417
1417
  */
1418
1418
  LaunchParameters?: string;
1419
1419
  /**
1420
- * @public
1421
1420
  * <p>The platforms the application supports. WINDOWS_SERVER_2019 and AMAZON_LINUX2 are supported for Elastic fleets.</p>
1421
+ * @public
1422
1422
  */
1423
1423
  Platforms: PlatformType[] | undefined;
1424
1424
  /**
1425
- * @public
1426
1425
  * <p>The instance families the application supports. Valid values are GENERAL_PURPOSE and GRAPHICS_G4.</p>
1426
+ * @public
1427
1427
  */
1428
1428
  InstanceFamilies: string[] | undefined;
1429
1429
  /**
1430
- * @public
1431
1430
  * <p>The app block ARN to which the application should be associated</p>
1431
+ * @public
1432
1432
  */
1433
1433
  AppBlockArn: string | undefined;
1434
1434
  /**
1435
- * @public
1436
1435
  * <p>The tags assigned to the application.</p>
1436
+ * @public
1437
1437
  */
1438
1438
  Tags?: Record<string, string>;
1439
1439
  }
@@ -1442,26 +1442,26 @@ export interface CreateApplicationRequest {
1442
1442
  */
1443
1443
  export interface CreateApplicationResult {
1444
1444
  /**
1445
- * @public
1446
1445
  * <p>Describes an application in the application catalog.</p>
1446
+ * @public
1447
1447
  */
1448
1448
  Application?: Application;
1449
1449
  }
1450
1450
  /**
1451
- * @public
1452
1451
  * <p>Describes the credentials for the service account used by the fleet or image builder to connect to the directory.</p>
1452
+ * @public
1453
1453
  */
1454
1454
  export interface ServiceAccountCredentials {
1455
1455
  /**
1456
- * @public
1457
1456
  * <p>The user name of the account. This account must have the following privileges: create computer objects,
1458
1457
  * join computers to the domain, and change/reset the password on descendant computer objects for the
1459
1458
  * organizational units specified.</p>
1459
+ * @public
1460
1460
  */
1461
1461
  AccountName: string | undefined;
1462
1462
  /**
1463
- * @public
1464
1463
  * <p>The password for the account.</p>
1464
+ * @public
1465
1465
  */
1466
1466
  AccountPassword: string | undefined;
1467
1467
  }
@@ -1470,22 +1470,21 @@ export interface ServiceAccountCredentials {
1470
1470
  */
1471
1471
  export interface CreateDirectoryConfigRequest {
1472
1472
  /**
1473
- * @public
1474
1473
  * <p>The fully qualified name of the directory (for example, corp.example.com).</p>
1474
+ * @public
1475
1475
  */
1476
1476
  DirectoryName: string | undefined;
1477
1477
  /**
1478
- * @public
1479
1478
  * <p>The distinguished names of the organizational units for computer accounts.</p>
1479
+ * @public
1480
1480
  */
1481
1481
  OrganizationalUnitDistinguishedNames: string[] | undefined;
1482
1482
  /**
1483
- * @public
1484
1483
  * <p>The credentials for the service account used by the fleet or image builder to connect to the directory.</p>
1484
+ * @public
1485
1485
  */
1486
1486
  ServiceAccountCredentials?: ServiceAccountCredentials;
1487
1487
  /**
1488
- * @public
1489
1488
  * <p>The certificate-based authentication properties used to authenticate SAML 2.0 Identity
1490
1489
  * Provider (IdP) user identities to Active Directory domain-joined streaming instances.
1491
1490
  * Fallback is turned on by default when certificate-based authentication is <b>Enabled</b> . Fallback allows users to log in using their AD
@@ -1493,36 +1492,36 @@ export interface CreateDirectoryConfigRequest {
1493
1492
  * desktop lock screen. <b>Enabled_no_directory_login_fallback</b> enables certificate-based
1494
1493
  * authentication, but does not allow users to log in using their AD domain password. Users
1495
1494
  * will be disconnected to re-authenticate using certificates.</p>
1495
+ * @public
1496
1496
  */
1497
1497
  CertificateBasedAuthProperties?: CertificateBasedAuthProperties;
1498
1498
  }
1499
1499
  /**
1500
- * @public
1501
1500
  * <p>Describes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.</p>
1501
+ * @public
1502
1502
  */
1503
1503
  export interface DirectoryConfig {
1504
1504
  /**
1505
- * @public
1506
1505
  * <p>The fully qualified name of the directory (for example, corp.example.com).</p>
1506
+ * @public
1507
1507
  */
1508
1508
  DirectoryName: string | undefined;
1509
1509
  /**
1510
- * @public
1511
1510
  * <p>The distinguished names of the organizational units for computer accounts.</p>
1511
+ * @public
1512
1512
  */
1513
1513
  OrganizationalUnitDistinguishedNames?: string[];
1514
1514
  /**
1515
- * @public
1516
1515
  * <p>The credentials for the service account used by the fleet or image builder to connect to the directory.</p>
1516
+ * @public
1517
1517
  */
1518
1518
  ServiceAccountCredentials?: ServiceAccountCredentials;
1519
1519
  /**
1520
- * @public
1521
1520
  * <p>The time the directory configuration was created.</p>
1521
+ * @public
1522
1522
  */
1523
1523
  CreatedTime?: Date;
1524
1524
  /**
1525
- * @public
1526
1525
  * <p>The certificate-based authentication properties used to authenticate SAML 2.0 Identity
1527
1526
  * Provider (IdP) user identities to Active Directory domain-joined streaming instances.
1528
1527
  * Fallback is turned on by default when certificate-based authentication is <b>Enabled</b> . Fallback allows users to log in using their AD
@@ -1530,6 +1529,7 @@ export interface DirectoryConfig {
1530
1529
  * desktop lock screen. <b>Enabled_no_directory_login_fallback</b> enables certificate-based
1531
1530
  * authentication, but does not allow users to log in using their AD domain password. Users
1532
1531
  * will be disconnected to re-authenticate using certificates.</p>
1532
+ * @public
1533
1533
  */
1534
1534
  CertificateBasedAuthProperties?: CertificateBasedAuthProperties;
1535
1535
  }
@@ -1538,20 +1538,19 @@ export interface DirectoryConfig {
1538
1538
  */
1539
1539
  export interface CreateDirectoryConfigResult {
1540
1540
  /**
1541
- * @public
1542
1541
  * <p>Information about the directory configuration.</p>
1542
+ * @public
1543
1543
  */
1544
1544
  DirectoryConfig?: DirectoryConfig;
1545
1545
  }
1546
1546
  /**
1547
- * @public
1548
1547
  * <p>An attribute associated with an entitlement. Application entitlements work by matching
1549
1548
  * a supported SAML 2.0 attribute name to a value when a user identity federates to an
1550
1549
  * Amazon AppStream 2.0 SAML application.</p>
1550
+ * @public
1551
1551
  */
1552
1552
  export interface EntitlementAttribute {
1553
1553
  /**
1554
- * @public
1555
1554
  * <p>A supported AWS IAM SAML <code>PrincipalTag</code> attribute that is matched to the
1556
1555
  * associated value when a user identity federates into an Amazon AppStream 2.0 SAML
1557
1556
  * application.</p>
@@ -1580,12 +1579,13 @@ export interface EntitlementAttribute {
1580
1579
  * </li>
1581
1580
  * </ul>
1582
1581
  * <p> </p>
1582
+ * @public
1583
1583
  */
1584
1584
  Name: string | undefined;
1585
1585
  /**
1586
- * @public
1587
1586
  * <p>A value that is matched to a supported SAML attribute name when a user identity
1588
1587
  * federates into an Amazon AppStream 2.0 SAML application. </p>
1588
+ * @public
1589
1589
  */
1590
1590
  Value: string | undefined;
1591
1591
  }
@@ -1594,74 +1594,74 @@ export interface EntitlementAttribute {
1594
1594
  */
1595
1595
  export interface CreateEntitlementRequest {
1596
1596
  /**
1597
- * @public
1598
1597
  * <p>The name of the entitlement.</p>
1598
+ * @public
1599
1599
  */
1600
1600
  Name: string | undefined;
1601
1601
  /**
1602
- * @public
1603
1602
  * <p>The name of the stack with which the entitlement is associated.</p>
1603
+ * @public
1604
1604
  */
1605
1605
  StackName: string | undefined;
1606
1606
  /**
1607
- * @public
1608
1607
  * <p>The description of the entitlement.</p>
1608
+ * @public
1609
1609
  */
1610
1610
  Description?: string;
1611
1611
  /**
1612
- * @public
1613
1612
  * <p>Specifies whether all or selected apps are entitled.</p>
1613
+ * @public
1614
1614
  */
1615
1615
  AppVisibility: AppVisibility | undefined;
1616
1616
  /**
1617
- * @public
1618
1617
  * <p>The attributes of the entitlement.</p>
1618
+ * @public
1619
1619
  */
1620
1620
  Attributes: EntitlementAttribute[] | undefined;
1621
1621
  }
1622
1622
  /**
1623
- * @public
1624
1623
  * <p>Specifies an entitlement. Entitlements control access to specific applications within
1625
1624
  * a stack, based on user attributes. Entitlements apply to SAML 2.0 federated user
1626
1625
  * identities. Amazon AppStream 2.0 user pool and streaming URL users are entitled to all
1627
1626
  * applications in a stack. Entitlements don't apply to the desktop stream view
1628
1627
  * application, or to applications managed by a dynamic app provider using the Dynamic
1629
1628
  * Application Framework.</p>
1629
+ * @public
1630
1630
  */
1631
1631
  export interface Entitlement {
1632
1632
  /**
1633
- * @public
1634
1633
  * <p>The name of the entitlement.</p>
1634
+ * @public
1635
1635
  */
1636
1636
  Name: string | undefined;
1637
1637
  /**
1638
- * @public
1639
1638
  * <p>The name of the stack with which the entitlement is associated.</p>
1639
+ * @public
1640
1640
  */
1641
1641
  StackName: string | undefined;
1642
1642
  /**
1643
- * @public
1644
1643
  * <p>The description of the entitlement.</p>
1644
+ * @public
1645
1645
  */
1646
1646
  Description?: string;
1647
1647
  /**
1648
- * @public
1649
1648
  * <p>Specifies whether all or selected apps are entitled.</p>
1649
+ * @public
1650
1650
  */
1651
1651
  AppVisibility: AppVisibility | undefined;
1652
1652
  /**
1653
- * @public
1654
1653
  * <p>The attributes of the entitlement.</p>
1654
+ * @public
1655
1655
  */
1656
1656
  Attributes: EntitlementAttribute[] | undefined;
1657
1657
  /**
1658
- * @public
1659
1658
  * <p>The time when the entitlement was created.</p>
1659
+ * @public
1660
1660
  */
1661
1661
  CreatedTime?: Date;
1662
1662
  /**
1663
- * @public
1664
1663
  * <p>The time when the entitlement was last modified.</p>
1664
+ * @public
1665
1665
  */
1666
1666
  LastModifiedTime?: Date;
1667
1667
  }
@@ -1670,21 +1670,21 @@ export interface Entitlement {
1670
1670
  */
1671
1671
  export interface CreateEntitlementResult {
1672
1672
  /**
1673
- * @public
1674
1673
  * <p>The entitlement.</p>
1674
+ * @public
1675
1675
  */
1676
1676
  Entitlement?: Entitlement;
1677
1677
  }
1678
1678
  /**
1679
- * @public
1680
1679
  * <p>The entitlement already exists.</p>
1680
+ * @public
1681
1681
  */
1682
1682
  export declare class EntitlementAlreadyExistsException extends __BaseException {
1683
1683
  readonly name: "EntitlementAlreadyExistsException";
1684
1684
  readonly $fault: "client";
1685
1685
  /**
1686
- * @public
1687
1686
  * <p>The error message in the exception.</p>
1687
+ * @public
1688
1688
  */
1689
1689
  Message?: string;
1690
1690
  /**
@@ -1693,18 +1693,18 @@ export declare class EntitlementAlreadyExistsException extends __BaseException {
1693
1693
  constructor(opts: __ExceptionOptionType<EntitlementAlreadyExistsException, __BaseException>);
1694
1694
  }
1695
1695
  /**
1696
- * @public
1697
1696
  * <p>Describes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.</p>
1697
+ * @public
1698
1698
  */
1699
1699
  export interface DomainJoinInfo {
1700
1700
  /**
1701
- * @public
1702
1701
  * <p>The fully qualified name of the directory (for example, corp.example.com).</p>
1702
+ * @public
1703
1703
  */
1704
1704
  DirectoryName?: string;
1705
1705
  /**
1706
- * @public
1707
1706
  * <p>The distinguished name of the organizational unit for computer accounts.</p>
1707
+ * @public
1708
1708
  */
1709
1709
  OrganizationalUnitDistinguishedName?: string;
1710
1710
  }
@@ -1738,22 +1738,21 @@ export type StreamView = (typeof StreamView)[keyof typeof StreamView];
1738
1738
  */
1739
1739
  export interface CreateFleetRequest {
1740
1740
  /**
1741
- * @public
1742
1741
  * <p>A unique name for the fleet.</p>
1742
+ * @public
1743
1743
  */
1744
1744
  Name: string | undefined;
1745
1745
  /**
1746
- * @public
1747
1746
  * <p>The name of the image used to create the fleet.</p>
1747
+ * @public
1748
1748
  */
1749
1749
  ImageName?: string;
1750
1750
  /**
1751
- * @public
1752
1751
  * <p>The ARN of the public, private, or shared image to use.</p>
1752
+ * @public
1753
1753
  */
1754
1754
  ImageArn?: string;
1755
1755
  /**
1756
- * @public
1757
1756
  * <p>The instance type to use when launching fleet instances. The following instance types are available:</p>
1758
1757
  * <ul>
1759
1758
  * <li>
@@ -1880,10 +1879,10 @@ export interface CreateFleetRequest {
1880
1879
  * <p>stream.standard.2xlarge</p>
1881
1880
  * </li>
1882
1881
  * </ul>
1882
+ * @public
1883
1883
  */
1884
1884
  InstanceType: string | undefined;
1885
1885
  /**
1886
- * @public
1887
1886
  * <p>The fleet type.</p>
1888
1887
  * <dl>
1889
1888
  * <dt>ALWAYS_ON</dt>
@@ -1898,61 +1897,61 @@ export interface CreateFleetRequest {
1898
1897
  * small hourly fee for instances that are not streaming apps.</p>
1899
1898
  * </dd>
1900
1899
  * </dl>
1900
+ * @public
1901
1901
  */
1902
1902
  FleetType?: FleetType;
1903
1903
  /**
1904
- * @public
1905
1904
  * <p>The desired capacity for the fleet. This is not allowed for Elastic fleets. For Elastic fleets, specify MaxConcurrentSessions instead.</p>
1905
+ * @public
1906
1906
  */
1907
1907
  ComputeCapacity?: ComputeCapacity;
1908
1908
  /**
1909
- * @public
1910
1909
  * <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>
1910
+ * @public
1911
1911
  */
1912
1912
  VpcConfig?: VpcConfig;
1913
1913
  /**
1914
- * @public
1915
1914
  * <p>The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance.</p>
1916
1915
  * <p>Specify a value between 600 and 432000.</p>
1916
+ * @public
1917
1917
  */
1918
1918
  MaxUserDurationInSeconds?: number;
1919
1919
  /**
1920
- * @public
1921
1920
  * <p>The amount of time that a streaming session remains active after users disconnect. If users try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance. </p>
1922
1921
  * <p>Specify a value between 60 and 360000.</p>
1922
+ * @public
1923
1923
  */
1924
1924
  DisconnectTimeoutInSeconds?: number;
1925
1925
  /**
1926
- * @public
1927
1926
  * <p>The description to display.</p>
1927
+ * @public
1928
1928
  */
1929
1929
  Description?: string;
1930
1930
  /**
1931
- * @public
1932
1931
  * <p>The fleet name to display.</p>
1932
+ * @public
1933
1933
  */
1934
1934
  DisplayName?: string;
1935
1935
  /**
1936
- * @public
1937
1936
  * <p>Enables or disables default internet access for the fleet.</p>
1937
+ * @public
1938
1938
  */
1939
1939
  EnableDefaultInternetAccess?: boolean;
1940
1940
  /**
1941
- * @public
1942
1941
  * <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>
1942
+ * @public
1943
1943
  */
1944
1944
  DomainJoinInfo?: DomainJoinInfo;
1945
1945
  /**
1946
- * @public
1947
1946
  * <p>The tags to associate with the fleet. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=. </p>
1948
1947
  * <p>If you do not specify a value, the value is set to an empty string.</p>
1949
1948
  * <p>Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters: </p>
1950
1949
  * <p>_ . : / = + \ - @</p>
1951
1950
  * <p>For more information, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html">Tagging Your Resources</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
1951
+ * @public
1952
1952
  */
1953
1953
  Tags?: Record<string, string>;
1954
1954
  /**
1955
- * @public
1956
1955
  * <p>The amount of time that users can be idle (inactive) before they are disconnected
1957
1956
  * from their streaming session and the <code>DisconnectTimeoutInSeconds</code> time
1958
1957
  * interval begins. Users are notified before they are disconnected due to inactivity. If
@@ -1967,61 +1966,62 @@ export interface CreateFleetRequest {
1967
1966
  * <note>
1968
1967
  * <p>If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don't do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity. </p>
1969
1968
  * </note>
1969
+ * @public
1970
1970
  */
1971
1971
  IdleDisconnectTimeoutInSeconds?: number;
1972
1972
  /**
1973
- * @public
1974
1973
  * <p>The Amazon Resource Name (ARN) of the IAM role to apply to the fleet. To assume a role, a fleet instance calls the AWS Security Token Service (STS) <code>AssumeRole</code> API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the <b>appstream_machine_role</b> credential profile on the instance.</p>
1975
1974
  * <p>For more information, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html">Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
1975
+ * @public
1976
1976
  */
1977
1977
  IamRoleArn?: string;
1978
1978
  /**
1979
- * @public
1980
1979
  * <p>The AppStream 2.0 view that is displayed to your users when they stream from the fleet. When <code>APP</code> is specified, only the windows of applications opened by users display. When <code>DESKTOP</code> is specified, the standard desktop that is provided by the operating system displays.</p>
1981
1980
  * <p>The default value is <code>APP</code>.</p>
1981
+ * @public
1982
1982
  */
1983
1983
  StreamView?: StreamView;
1984
1984
  /**
1985
- * @public
1986
1985
  * <p>The fleet platform. WINDOWS_SERVER_2019 and AMAZON_LINUX2 are supported for Elastic
1987
1986
  * fleets. </p>
1987
+ * @public
1988
1988
  */
1989
1989
  Platform?: PlatformType;
1990
1990
  /**
1991
- * @public
1992
1991
  * <p>The maximum concurrent sessions of the Elastic fleet. This is required for Elastic
1993
1992
  * fleets, and not allowed for other fleet types.</p>
1993
+ * @public
1994
1994
  */
1995
1995
  MaxConcurrentSessions?: number;
1996
1996
  /**
1997
- * @public
1998
1997
  * <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>
1998
+ * @public
1999
1999
  */
2000
2000
  UsbDeviceFilterStrings?: string[];
2001
2001
  /**
2002
- * @public
2003
2002
  * <p>The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.</p>
2003
+ * @public
2004
2004
  */
2005
2005
  SessionScriptS3Location?: S3Location;
2006
2006
  /**
2007
- * @public
2008
2007
  * <p>The maximum number of user sessions on an instance. This only applies to multi-session fleets.</p>
2008
+ * @public
2009
2009
  */
2010
2010
  MaxSessionsPerInstance?: number;
2011
2011
  }
2012
2012
  /**
2013
- * @public
2014
2013
  * <p>Describes a fleet error.</p>
2014
+ * @public
2015
2015
  */
2016
2016
  export interface FleetError {
2017
2017
  /**
2018
- * @public
2019
2018
  * <p>The error code.</p>
2019
+ * @public
2020
2020
  */
2021
2021
  ErrorCode?: FleetErrorCode;
2022
2022
  /**
2023
- * @public
2024
2023
  * <p>The error message.</p>
2024
+ * @public
2025
2025
  */
2026
2026
  ErrorMessage?: string;
2027
2027
  }
@@ -2040,42 +2040,41 @@ export declare const FleetState: {
2040
2040
  */
2041
2041
  export type FleetState = (typeof FleetState)[keyof typeof FleetState];
2042
2042
  /**
2043
- * @public
2044
2043
  * <p>Describes a fleet.</p>
2044
+ * @public
2045
2045
  */
2046
2046
  export interface Fleet {
2047
2047
  /**
2048
- * @public
2049
2048
  * <p>The Amazon Resource Name (ARN) for the fleet.</p>
2049
+ * @public
2050
2050
  */
2051
2051
  Arn: string | undefined;
2052
2052
  /**
2053
- * @public
2054
2053
  * <p>The name of the fleet.</p>
2054
+ * @public
2055
2055
  */
2056
2056
  Name: string | undefined;
2057
2057
  /**
2058
- * @public
2059
2058
  * <p>The fleet name to display.</p>
2059
+ * @public
2060
2060
  */
2061
2061
  DisplayName?: string;
2062
2062
  /**
2063
- * @public
2064
2063
  * <p>The description to display.</p>
2064
+ * @public
2065
2065
  */
2066
2066
  Description?: string;
2067
2067
  /**
2068
- * @public
2069
2068
  * <p>The name of the image used to create the fleet.</p>
2069
+ * @public
2070
2070
  */
2071
2071
  ImageName?: string;
2072
2072
  /**
2073
- * @public
2074
2073
  * <p>The ARN for the public, private, or shared image.</p>
2074
+ * @public
2075
2075
  */
2076
2076
  ImageArn?: string;
2077
2077
  /**
2078
- * @public
2079
2078
  * <p>The instance type to use when launching fleet instances. The following instance types are available:</p>
2080
2079
  * <ul>
2081
2080
  * <li>
@@ -2178,10 +2177,10 @@ export interface Fleet {
2178
2177
  * <p>stream.graphics-pro.16xlarge</p>
2179
2178
  * </li>
2180
2179
  * </ul>
2180
+ * @public
2181
2181
  */
2182
2182
  InstanceType: string | undefined;
2183
2183
  /**
2184
- * @public
2185
2184
  * <p>The fleet type.</p>
2186
2185
  * <dl>
2187
2186
  * <dt>ALWAYS_ON</dt>
@@ -2196,57 +2195,57 @@ export interface Fleet {
2196
2195
  * small hourly fee for instances that are not streaming apps.</p>
2197
2196
  * </dd>
2198
2197
  * </dl>
2198
+ * @public
2199
2199
  */
2200
2200
  FleetType?: FleetType;
2201
2201
  /**
2202
- * @public
2203
2202
  * <p>The capacity status for the fleet.</p>
2203
+ * @public
2204
2204
  */
2205
2205
  ComputeCapacityStatus: ComputeCapacityStatus | undefined;
2206
2206
  /**
2207
- * @public
2208
2207
  * <p>The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance. </p>
2209
2208
  * <p>Specify a value between 600 and 360000.</p>
2209
+ * @public
2210
2210
  */
2211
2211
  MaxUserDurationInSeconds?: number;
2212
2212
  /**
2213
- * @public
2214
2213
  * <p>The amount of time that a streaming session remains active after users disconnect. If they try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance.</p>
2215
2214
  * <p>Specify a value between 60 and 360000.</p>
2215
+ * @public
2216
2216
  */
2217
2217
  DisconnectTimeoutInSeconds?: number;
2218
2218
  /**
2219
- * @public
2220
2219
  * <p>The current state for the fleet.</p>
2220
+ * @public
2221
2221
  */
2222
2222
  State: FleetState | undefined;
2223
2223
  /**
2224
- * @public
2225
2224
  * <p>The VPC configuration for the fleet.</p>
2225
+ * @public
2226
2226
  */
2227
2227
  VpcConfig?: VpcConfig;
2228
2228
  /**
2229
- * @public
2230
2229
  * <p>The time the fleet was created.</p>
2230
+ * @public
2231
2231
  */
2232
2232
  CreatedTime?: Date;
2233
2233
  /**
2234
- * @public
2235
2234
  * <p>The fleet errors.</p>
2235
+ * @public
2236
2236
  */
2237
2237
  FleetErrors?: FleetError[];
2238
2238
  /**
2239
- * @public
2240
2239
  * <p>Indicates whether default internet access is enabled for the fleet.</p>
2240
+ * @public
2241
2241
  */
2242
2242
  EnableDefaultInternetAccess?: boolean;
2243
2243
  /**
2244
- * @public
2245
2244
  * <p>The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain. </p>
2245
+ * @public
2246
2246
  */
2247
2247
  DomainJoinInfo?: DomainJoinInfo;
2248
2248
  /**
2249
- * @public
2250
2249
  * <p>The amount of time that users can be idle (inactive) before they are disconnected
2251
2250
  * from their streaming session and the <code>DisconnectTimeoutInSeconds</code> time
2252
2251
  * interval begins. Users are notified before they are disconnected due to inactivity. If
@@ -2261,43 +2260,44 @@ export interface Fleet {
2261
2260
  * <note>
2262
2261
  * <p>If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don't do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity. </p>
2263
2262
  * </note>
2263
+ * @public
2264
2264
  */
2265
2265
  IdleDisconnectTimeoutInSeconds?: number;
2266
2266
  /**
2267
- * @public
2268
2267
  * <p>The ARN of the IAM role that is applied to the fleet. To assume a role, the fleet instance calls the AWS Security Token Service (STS) <code>AssumeRole</code> API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the <b>appstream_machine_role</b> credential profile on the instance.</p>
2269
2268
  * <p>For more information, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html">Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
2269
+ * @public
2270
2270
  */
2271
2271
  IamRoleArn?: string;
2272
2272
  /**
2273
- * @public
2274
2273
  * <p>The AppStream 2.0 view that is displayed to your users when they stream from the fleet. When <code>APP</code> is specified, only the windows of applications opened by users display. When <code>DESKTOP</code> is specified, the standard desktop that is provided by the operating system displays.</p>
2275
2274
  * <p>The default value is <code>APP</code>.</p>
2275
+ * @public
2276
2276
  */
2277
2277
  StreamView?: StreamView;
2278
2278
  /**
2279
- * @public
2280
2279
  * <p>The platform of the fleet.</p>
2280
+ * @public
2281
2281
  */
2282
2282
  Platform?: PlatformType;
2283
2283
  /**
2284
- * @public
2285
2284
  * <p>The maximum number of concurrent sessions for the fleet.</p>
2285
+ * @public
2286
2286
  */
2287
2287
  MaxConcurrentSessions?: number;
2288
2288
  /**
2289
- * @public
2290
2289
  * <p>The USB device filter strings associated with the fleet.</p>
2290
+ * @public
2291
2291
  */
2292
2292
  UsbDeviceFilterStrings?: string[];
2293
2293
  /**
2294
- * @public
2295
2294
  * <p>The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.</p>
2295
+ * @public
2296
2296
  */
2297
2297
  SessionScriptS3Location?: S3Location;
2298
2298
  /**
2299
- * @public
2300
2299
  * <p>The maximum number of user sessions on an instance. This only applies to multi-session fleets.</p>
2300
+ * @public
2301
2301
  */
2302
2302
  MaxSessionsPerInstance?: number;
2303
2303
  }
@@ -2306,8 +2306,8 @@ export interface Fleet {
2306
2306
  */
2307
2307
  export interface CreateFleetResult {
2308
2308
  /**
2309
- * @public
2310
2309
  * <p>Information about the fleet.</p>
2310
+ * @public
2311
2311
  */
2312
2312
  Fleet?: Fleet;
2313
2313
  }
@@ -2316,22 +2316,21 @@ export interface CreateFleetResult {
2316
2316
  */
2317
2317
  export interface CreateImageBuilderRequest {
2318
2318
  /**
2319
- * @public
2320
2319
  * <p>A unique name for the image builder.</p>
2320
+ * @public
2321
2321
  */
2322
2322
  Name: string | undefined;
2323
2323
  /**
2324
- * @public
2325
2324
  * <p>The name of the image used to create the image builder.</p>
2325
+ * @public
2326
2326
  */
2327
2327
  ImageName?: string;
2328
2328
  /**
2329
- * @public
2330
2329
  * <p>The ARN of the public, private, or shared image to use.</p>
2330
+ * @public
2331
2331
  */
2332
2332
  ImageArn?: string;
2333
2333
  /**
2334
- * @public
2335
2334
  * <p>The instance type to use when launching the image builder. The following instance types are available:</p>
2336
2335
  * <ul>
2337
2336
  * <li>
@@ -2434,72 +2433,73 @@ export interface CreateImageBuilderRequest {
2434
2433
  * <p>stream.graphics-pro.16xlarge</p>
2435
2434
  * </li>
2436
2435
  * </ul>
2436
+ * @public
2437
2437
  */
2438
2438
  InstanceType: string | undefined;
2439
2439
  /**
2440
- * @public
2441
2440
  * <p>The description to display.</p>
2441
+ * @public
2442
2442
  */
2443
2443
  Description?: string;
2444
2444
  /**
2445
- * @public
2446
2445
  * <p>The image builder name to display.</p>
2446
+ * @public
2447
2447
  */
2448
2448
  DisplayName?: string;
2449
2449
  /**
2450
- * @public
2451
2450
  * <p>The VPC configuration for the image builder. You can specify only one subnet.</p>
2451
+ * @public
2452
2452
  */
2453
2453
  VpcConfig?: VpcConfig;
2454
2454
  /**
2455
- * @public
2456
2455
  * <p>The Amazon Resource Name (ARN) of the IAM role to apply to the image builder. To assume a role, the image builder calls the AWS Security Token Service (STS) <code>AssumeRole</code> API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the <b>appstream_machine_role</b> credential profile on the instance.</p>
2457
2456
  * <p>For more information, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html">Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
2457
+ * @public
2458
2458
  */
2459
2459
  IamRoleArn?: string;
2460
2460
  /**
2461
- * @public
2462
2461
  * <p>Enables or disables default internet access for the image builder.</p>
2462
+ * @public
2463
2463
  */
2464
2464
  EnableDefaultInternetAccess?: boolean;
2465
2465
  /**
2466
- * @public
2467
2466
  * <p>The name of the directory and organizational unit (OU) to use to join the image builder to a Microsoft Active Directory domain. </p>
2467
+ * @public
2468
2468
  */
2469
2469
  DomainJoinInfo?: DomainJoinInfo;
2470
2470
  /**
2471
- * @public
2472
2471
  * <p>The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST]. </p>
2472
+ * @public
2473
2473
  */
2474
2474
  AppstreamAgentVersion?: string;
2475
2475
  /**
2476
- * @public
2477
2476
  * <p>The tags to associate with the image builder. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=. </p>
2478
2477
  * <p>Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters: </p>
2479
2478
  * <p>_ . : / = + \ - @</p>
2480
2479
  * <p>If you do not specify a value, the value is set to an empty string.</p>
2481
2480
  * <p>For more information about tags, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html">Tagging Your Resources</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
2481
+ * @public
2482
2482
  */
2483
2483
  Tags?: Record<string, string>;
2484
2484
  /**
2485
- * @public
2486
2485
  * <p>The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the image builder only through the specified endpoints.</p>
2486
+ * @public
2487
2487
  */
2488
2488
  AccessEndpoints?: AccessEndpoint[];
2489
2489
  }
2490
2490
  /**
2491
- * @public
2492
2491
  * <p>Describes the network details of the fleet or image builder instance.</p>
2492
+ * @public
2493
2493
  */
2494
2494
  export interface NetworkAccessConfiguration {
2495
2495
  /**
2496
- * @public
2497
2496
  * <p>The private IP address of the elastic network interface that is attached to instances in your VPC.</p>
2497
+ * @public
2498
2498
  */
2499
2499
  EniPrivateIpAddress?: string;
2500
2500
  /**
2501
- * @public
2502
2501
  * <p>The resource identifier of the elastic network interface that is attached to instances in your VPC. All network interfaces have the eni-xxxxxxxx resource identifier.</p>
2502
+ * @public
2503
2503
  */
2504
2504
  EniId?: string;
2505
2505
  }
@@ -2537,58 +2537,57 @@ export declare const ImageBuilderStateChangeReasonCode: {
2537
2537
  */
2538
2538
  export type ImageBuilderStateChangeReasonCode = (typeof ImageBuilderStateChangeReasonCode)[keyof typeof ImageBuilderStateChangeReasonCode];
2539
2539
  /**
2540
- * @public
2541
2540
  * <p>Describes the reason why the last image builder state change occurred.</p>
2541
+ * @public
2542
2542
  */
2543
2543
  export interface ImageBuilderStateChangeReason {
2544
2544
  /**
2545
- * @public
2546
2545
  * <p>The state change reason code.</p>
2546
+ * @public
2547
2547
  */
2548
2548
  Code?: ImageBuilderStateChangeReasonCode;
2549
2549
  /**
2550
- * @public
2551
2550
  * <p>The state change reason message.</p>
2551
+ * @public
2552
2552
  */
2553
2553
  Message?: string;
2554
2554
  }
2555
2555
  /**
2556
- * @public
2557
2556
  * <p>Describes a virtual machine that is used to create an image. </p>
2557
+ * @public
2558
2558
  */
2559
2559
  export interface ImageBuilder {
2560
2560
  /**
2561
- * @public
2562
2561
  * <p>The name of the image builder.</p>
2562
+ * @public
2563
2563
  */
2564
2564
  Name: string | undefined;
2565
2565
  /**
2566
- * @public
2567
2566
  * <p>The ARN for the image builder.</p>
2567
+ * @public
2568
2568
  */
2569
2569
  Arn?: string;
2570
2570
  /**
2571
- * @public
2572
2571
  * <p>The ARN of the image from which this builder was created.</p>
2572
+ * @public
2573
2573
  */
2574
2574
  ImageArn?: string;
2575
2575
  /**
2576
- * @public
2577
2576
  * <p>The description to display.</p>
2577
+ * @public
2578
2578
  */
2579
2579
  Description?: string;
2580
2580
  /**
2581
- * @public
2582
2581
  * <p>The image builder name to display.</p>
2582
+ * @public
2583
2583
  */
2584
2584
  DisplayName?: string;
2585
2585
  /**
2586
- * @public
2587
2586
  * <p>The VPC configuration of the image builder.</p>
2587
+ * @public
2588
2588
  */
2589
2589
  VpcConfig?: VpcConfig;
2590
2590
  /**
2591
- * @public
2592
2591
  * <p>The instance type for the image builder. The following instance types are available:</p>
2593
2592
  * <ul>
2594
2593
  * <li>
@@ -2691,62 +2690,63 @@ export interface ImageBuilder {
2691
2690
  * <p>stream.graphics-pro.16xlarge</p>
2692
2691
  * </li>
2693
2692
  * </ul>
2693
+ * @public
2694
2694
  */
2695
2695
  InstanceType?: string;
2696
2696
  /**
2697
- * @public
2698
2697
  * <p>The operating system platform of the image builder.</p>
2698
+ * @public
2699
2699
  */
2700
2700
  Platform?: PlatformType;
2701
2701
  /**
2702
- * @public
2703
2702
  * <p>The ARN of the IAM role that is applied to the image builder. To assume a role, the image builder calls the AWS Security Token Service (STS) <code>AssumeRole</code> API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the <b>appstream_machine_role</b> credential profile on the instance.</p>
2704
2703
  * <p>For more information, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html">Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
2704
+ * @public
2705
2705
  */
2706
2706
  IamRoleArn?: string;
2707
2707
  /**
2708
- * @public
2709
2708
  * <p>The state of the image builder.</p>
2709
+ * @public
2710
2710
  */
2711
2711
  State?: ImageBuilderState;
2712
2712
  /**
2713
- * @public
2714
2713
  * <p>The reason why the last state change occurred.</p>
2714
+ * @public
2715
2715
  */
2716
2716
  StateChangeReason?: ImageBuilderStateChangeReason;
2717
2717
  /**
2718
- * @public
2719
2718
  * <p>The time stamp when the image builder was created.</p>
2719
+ * @public
2720
2720
  */
2721
2721
  CreatedTime?: Date;
2722
2722
  /**
2723
- * @public
2724
2723
  * <p>Enables or disables default internet access for the image builder.</p>
2724
+ * @public
2725
2725
  */
2726
2726
  EnableDefaultInternetAccess?: boolean;
2727
2727
  /**
2728
- * @public
2729
2728
  * <p>The name of the directory and organizational unit (OU) to use to join the image builder to a Microsoft Active Directory domain. </p>
2729
+ * @public
2730
2730
  */
2731
2731
  DomainJoinInfo?: DomainJoinInfo;
2732
2732
  /**
2733
- * @public
2734
2733
  * <p>Describes the network details of the fleet or image builder instance.</p>
2734
+ * @public
2735
2735
  */
2736
2736
  NetworkAccessConfiguration?: NetworkAccessConfiguration;
2737
2737
  /**
2738
- * @public
2739
2738
  * <p>The image builder errors.</p>
2739
+ * @public
2740
2740
  */
2741
2741
  ImageBuilderErrors?: ResourceError[];
2742
2742
  /**
2743
- * @public
2744
2743
  * <p>The version of the AppStream 2.0 agent that is currently being used by the image builder. </p>
2744
+ * @public
2745
2745
  */
2746
2746
  AppstreamAgentVersion?: string;
2747
2747
  /**
2748
- * @public
2749
2748
  * <p>The list of virtual private cloud (VPC) interface endpoint objects. Administrators can connect to the image builder only through the specified endpoints.</p>
2749
+ * @public
2750
2750
  */
2751
2751
  AccessEndpoints?: AccessEndpoint[];
2752
2752
  }
@@ -2755,8 +2755,8 @@ export interface ImageBuilder {
2755
2755
  */
2756
2756
  export interface CreateImageBuilderResult {
2757
2757
  /**
2758
- * @public
2759
2758
  * <p>Information about the image builder.</p>
2759
+ * @public
2760
2760
  */
2761
2761
  ImageBuilder?: ImageBuilder;
2762
2762
  }
@@ -2765,14 +2765,14 @@ export interface CreateImageBuilderResult {
2765
2765
  */
2766
2766
  export interface CreateImageBuilderStreamingURLRequest {
2767
2767
  /**
2768
- * @public
2769
2768
  * <p>The name of the image builder.</p>
2769
+ * @public
2770
2770
  */
2771
2771
  Name: string | undefined;
2772
2772
  /**
2773
- * @public
2774
2773
  * <p>The time that the streaming URL will be valid, in seconds.
2775
2774
  * Specify a value between 1 and 604800 seconds. The default is 3600 seconds.</p>
2775
+ * @public
2776
2776
  */
2777
2777
  Validity?: number;
2778
2778
  }
@@ -2781,13 +2781,13 @@ export interface CreateImageBuilderStreamingURLRequest {
2781
2781
  */
2782
2782
  export interface CreateImageBuilderStreamingURLResult {
2783
2783
  /**
2784
- * @public
2785
2784
  * <p>The URL to start the AppStream 2.0 streaming session.</p>
2785
+ * @public
2786
2786
  */
2787
2787
  StreamingURL?: string;
2788
2788
  /**
2789
- * @public
2790
2789
  * <p>The elapsed time, in seconds after the Unix epoch, when this URL expires.</p>
2790
+ * @public
2791
2791
  */
2792
2792
  Expires?: Date;
2793
2793
  }
@@ -2805,23 +2805,23 @@ export declare const StorageConnectorType: {
2805
2805
  */
2806
2806
  export type StorageConnectorType = (typeof StorageConnectorType)[keyof typeof StorageConnectorType];
2807
2807
  /**
2808
- * @public
2809
2808
  * <p>Describes a connector that enables persistent storage for users.</p>
2809
+ * @public
2810
2810
  */
2811
2811
  export interface StorageConnector {
2812
2812
  /**
2813
- * @public
2814
2813
  * <p>The type of storage connector.</p>
2814
+ * @public
2815
2815
  */
2816
2816
  ConnectorType: StorageConnectorType | undefined;
2817
2817
  /**
2818
- * @public
2819
2818
  * <p>The ARN of the storage connector.</p>
2819
+ * @public
2820
2820
  */
2821
2821
  ResourceIdentifier?: string;
2822
2822
  /**
2823
- * @public
2824
2823
  * <p>The names of the domains for the account.</p>
2824
+ * @public
2825
2825
  */
2826
2826
  Domains?: string[];
2827
2827
  }
@@ -2838,13 +2838,13 @@ export declare const PreferredProtocol: {
2838
2838
  */
2839
2839
  export type PreferredProtocol = (typeof PreferredProtocol)[keyof typeof PreferredProtocol];
2840
2840
  /**
2841
- * @public
2842
2841
  * <p>The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.</p>
2842
+ * @public
2843
2843
  */
2844
2844
  export interface StreamingExperienceSettings {
2845
2845
  /**
2846
- * @public
2847
2846
  * <p>The preferred protocol that you want to use while streaming your application.</p>
2847
+ * @public
2848
2848
  */
2849
2849
  PreferredProtocol?: PreferredProtocol;
2850
2850
  }
@@ -2861,27 +2861,27 @@ export declare const Permission: {
2861
2861
  */
2862
2862
  export type Permission = (typeof Permission)[keyof typeof Permission];
2863
2863
  /**
2864
- * @public
2865
2864
  * <p>Describes an action and whether the action is enabled or disabled for users during their streaming sessions.</p>
2865
+ * @public
2866
2866
  */
2867
2867
  export interface UserSetting {
2868
2868
  /**
2869
- * @public
2870
2869
  * <p>The action that is enabled or disabled.</p>
2870
+ * @public
2871
2871
  */
2872
2872
  Action: Action | undefined;
2873
2873
  /**
2874
- * @public
2875
2874
  * <p>Indicates whether the action is enabled or disabled.</p>
2875
+ * @public
2876
2876
  */
2877
2877
  Permission: Permission | undefined;
2878
2878
  /**
2879
- * @public
2880
2879
  * <p>Specifies the number of characters that can be copied by end users from the local device to the remote session, and to the local device from the remote session.</p>
2881
2880
  * <p>This can be specified only for the <code>CLIPBOARD_COPY_FROM_LOCAL_DEVICE</code> and <code>CLIPBOARD_COPY_TO_LOCAL_DEVICE</code> actions.</p>
2882
2881
  * <p>This defaults to 20,971,520 (20 MB) when unspecified and the permission is <code>ENABLED</code>. This can't be specified when the permission is <code>DISABLED</code>. </p>
2883
2882
  * <p>This can only be specified for AlwaysOn and OnDemand fleets. The attribute is not supported on Elastic fleets.</p>
2884
2883
  * <p>The value can be between 1 and 20,971,520 (20 MB).</p>
2884
+ * @public
2885
2885
  */
2886
2886
  MaximumLength?: number;
2887
2887
  }
@@ -2890,67 +2890,67 @@ export interface UserSetting {
2890
2890
  */
2891
2891
  export interface CreateStackRequest {
2892
2892
  /**
2893
- * @public
2894
2893
  * <p>The name of the stack.</p>
2894
+ * @public
2895
2895
  */
2896
2896
  Name: string | undefined;
2897
2897
  /**
2898
- * @public
2899
2898
  * <p>The description to display.</p>
2899
+ * @public
2900
2900
  */
2901
2901
  Description?: string;
2902
2902
  /**
2903
- * @public
2904
2903
  * <p>The stack name to display.</p>
2904
+ * @public
2905
2905
  */
2906
2906
  DisplayName?: string;
2907
2907
  /**
2908
- * @public
2909
2908
  * <p>The storage connectors to enable.</p>
2909
+ * @public
2910
2910
  */
2911
2911
  StorageConnectors?: StorageConnector[];
2912
2912
  /**
2913
- * @public
2914
2913
  * <p>The URL that users are redirected to after their streaming session ends.</p>
2914
+ * @public
2915
2915
  */
2916
2916
  RedirectURL?: string;
2917
2917
  /**
2918
- * @public
2919
2918
  * <p>The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.</p>
2919
+ * @public
2920
2920
  */
2921
2921
  FeedbackURL?: string;
2922
2922
  /**
2923
- * @public
2924
2923
  * <p>The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled. </p>
2924
+ * @public
2925
2925
  */
2926
2926
  UserSettings?: UserSetting[];
2927
2927
  /**
2928
- * @public
2929
2928
  * <p>The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.</p>
2929
+ * @public
2930
2930
  */
2931
2931
  ApplicationSettings?: ApplicationSettings;
2932
2932
  /**
2933
- * @public
2934
2933
  * <p>The tags to associate with the stack. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=. </p>
2935
2934
  * <p>If you do not specify a value, the value is set to an empty string.</p>
2936
2935
  * <p>Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters: </p>
2937
2936
  * <p>_ . : / = + \ - @</p>
2938
2937
  * <p>For more information about tags, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html">Tagging Your Resources</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
2938
+ * @public
2939
2939
  */
2940
2940
  Tags?: Record<string, string>;
2941
2941
  /**
2942
- * @public
2943
2942
  * <p>The list of interface VPC endpoint (interface endpoint) objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.</p>
2943
+ * @public
2944
2944
  */
2945
2945
  AccessEndpoints?: AccessEndpoint[];
2946
2946
  /**
2947
- * @public
2948
2947
  * <p>The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions. </p>
2948
+ * @public
2949
2949
  */
2950
2950
  EmbedHostDomains?: string[];
2951
2951
  /**
2952
- * @public
2953
2952
  * <p>The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.</p>
2953
+ * @public
2954
2954
  */
2955
2955
  StreamingExperienceSettings?: StreamingExperienceSettings;
2956
2956
  }
@@ -2967,94 +2967,94 @@ export declare const StackErrorCode: {
2967
2967
  */
2968
2968
  export type StackErrorCode = (typeof StackErrorCode)[keyof typeof StackErrorCode];
2969
2969
  /**
2970
- * @public
2971
2970
  * <p>Describes a stack error.</p>
2971
+ * @public
2972
2972
  */
2973
2973
  export interface StackError {
2974
2974
  /**
2975
- * @public
2976
2975
  * <p>The error code.</p>
2976
+ * @public
2977
2977
  */
2978
2978
  ErrorCode?: StackErrorCode;
2979
2979
  /**
2980
- * @public
2981
2980
  * <p>The error message.</p>
2981
+ * @public
2982
2982
  */
2983
2983
  ErrorMessage?: string;
2984
2984
  }
2985
2985
  /**
2986
- * @public
2987
2986
  * <p>Describes a stack.</p>
2987
+ * @public
2988
2988
  */
2989
2989
  export interface Stack {
2990
2990
  /**
2991
- * @public
2992
2991
  * <p>The ARN of the stack.</p>
2992
+ * @public
2993
2993
  */
2994
2994
  Arn?: string;
2995
2995
  /**
2996
- * @public
2997
2996
  * <p>The name of the stack.</p>
2997
+ * @public
2998
2998
  */
2999
2999
  Name: string | undefined;
3000
3000
  /**
3001
- * @public
3002
3001
  * <p>The description to display.</p>
3002
+ * @public
3003
3003
  */
3004
3004
  Description?: string;
3005
3005
  /**
3006
- * @public
3007
3006
  * <p>The stack name to display.</p>
3007
+ * @public
3008
3008
  */
3009
3009
  DisplayName?: string;
3010
3010
  /**
3011
- * @public
3012
3011
  * <p>The time the stack was created.</p>
3012
+ * @public
3013
3013
  */
3014
3014
  CreatedTime?: Date;
3015
3015
  /**
3016
- * @public
3017
3016
  * <p>The storage connectors to enable.</p>
3017
+ * @public
3018
3018
  */
3019
3019
  StorageConnectors?: StorageConnector[];
3020
3020
  /**
3021
- * @public
3022
3021
  * <p>The URL that users are redirected to after their streaming session ends.</p>
3022
+ * @public
3023
3023
  */
3024
3024
  RedirectURL?: string;
3025
3025
  /**
3026
- * @public
3027
3026
  * <p>The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.</p>
3027
+ * @public
3028
3028
  */
3029
3029
  FeedbackURL?: string;
3030
3030
  /**
3031
- * @public
3032
3031
  * <p>The errors for the stack.</p>
3032
+ * @public
3033
3033
  */
3034
3034
  StackErrors?: StackError[];
3035
3035
  /**
3036
- * @public
3037
3036
  * <p>The actions that are enabled or disabled for users during their streaming sessions. By default these actions are enabled.</p>
3037
+ * @public
3038
3038
  */
3039
3039
  UserSettings?: UserSetting[];
3040
3040
  /**
3041
- * @public
3042
3041
  * <p>The persistent application settings for users of the stack.</p>
3042
+ * @public
3043
3043
  */
3044
3044
  ApplicationSettings?: ApplicationSettingsResponse;
3045
3045
  /**
3046
- * @public
3047
3046
  * <p>The list of virtual private cloud (VPC) interface endpoint objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints. </p>
3047
+ * @public
3048
3048
  */
3049
3049
  AccessEndpoints?: AccessEndpoint[];
3050
3050
  /**
3051
- * @public
3052
3051
  * <p>The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.</p>
3052
+ * @public
3053
3053
  */
3054
3054
  EmbedHostDomains?: string[];
3055
3055
  /**
3056
- * @public
3057
3056
  * <p>The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.</p>
3057
+ * @public
3058
3058
  */
3059
3059
  StreamingExperienceSettings?: StreamingExperienceSettings;
3060
3060
  }
@@ -3063,8 +3063,8 @@ export interface Stack {
3063
3063
  */
3064
3064
  export interface CreateStackResult {
3065
3065
  /**
3066
- * @public
3067
3066
  * <p>Information about the stack.</p>
3067
+ * @public
3068
3068
  */
3069
3069
  Stack?: Stack;
3070
3070
  }
@@ -3073,35 +3073,35 @@ export interface CreateStackResult {
3073
3073
  */
3074
3074
  export interface CreateStreamingURLRequest {
3075
3075
  /**
3076
- * @public
3077
3076
  * <p>The name of the stack.</p>
3077
+ * @public
3078
3078
  */
3079
3079
  StackName: string | undefined;
3080
3080
  /**
3081
- * @public
3082
3081
  * <p>The name of the fleet.</p>
3082
+ * @public
3083
3083
  */
3084
3084
  FleetName: string | undefined;
3085
3085
  /**
3086
- * @public
3087
3086
  * <p>The identifier of the user.</p>
3087
+ * @public
3088
3088
  */
3089
3089
  UserId: string | undefined;
3090
3090
  /**
3091
- * @public
3092
3091
  * <p>The name of the application to launch after the session starts. This is the name that you specified
3093
3092
  * as <b>Name</b> in the Image Assistant. If your fleet is enabled for the <b>Desktop</b> stream view, you can also choose to launch directly to the operating system desktop. To do so, specify <b>Desktop</b>.</p>
3093
+ * @public
3094
3094
  */
3095
3095
  ApplicationId?: string;
3096
3096
  /**
3097
- * @public
3098
3097
  * <p>The time that the streaming URL will be valid, in seconds.
3099
3098
  * Specify a value between 1 and 604800 seconds. The default is 60 seconds.</p>
3099
+ * @public
3100
3100
  */
3101
3101
  Validity?: number;
3102
3102
  /**
3103
- * @public
3104
3103
  * <p>The session context. For more information, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/managing-stacks-fleets.html#managing-stacks-fleets-parameters">Session Context</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
3104
+ * @public
3105
3105
  */
3106
3106
  SessionContext?: string;
3107
3107
  }
@@ -3110,13 +3110,13 @@ export interface CreateStreamingURLRequest {
3110
3110
  */
3111
3111
  export interface CreateStreamingURLResult {
3112
3112
  /**
3113
- * @public
3114
3113
  * <p>The URL to start the AppStream 2.0 streaming session.</p>
3114
+ * @public
3115
3115
  */
3116
3116
  StreamingURL?: string;
3117
3117
  /**
3118
- * @public
3119
3118
  * <p>The elapsed time, in seconds after the Unix epoch, when this URL expires.</p>
3119
+ * @public
3120
3120
  */
3121
3121
  Expires?: Date;
3122
3122
  }
@@ -3125,53 +3125,53 @@ export interface CreateStreamingURLResult {
3125
3125
  */
3126
3126
  export interface CreateUpdatedImageRequest {
3127
3127
  /**
3128
- * @public
3129
3128
  * <p>The name of the image to update.</p>
3129
+ * @public
3130
3130
  */
3131
3131
  existingImageName: string | undefined;
3132
3132
  /**
3133
- * @public
3134
3133
  * <p>The name of the new image. The name must be unique within the AWS account and Region.</p>
3134
+ * @public
3135
3135
  */
3136
3136
  newImageName: string | undefined;
3137
3137
  /**
3138
- * @public
3139
3138
  * <p>The description to display for the new image.</p>
3139
+ * @public
3140
3140
  */
3141
3141
  newImageDescription?: string;
3142
3142
  /**
3143
- * @public
3144
3143
  * <p>The name to display for the new image.</p>
3144
+ * @public
3145
3145
  */
3146
3146
  newImageDisplayName?: string;
3147
3147
  /**
3148
- * @public
3149
3148
  * <p>The tags to associate with the new image. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=. </p>
3150
3149
  * <p>Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters: </p>
3151
3150
  * <p>_ . : / = + \ - @</p>
3152
3151
  * <p>If you do not specify a value, the value is set to an empty string.</p>
3153
3152
  * <p>For more information about tags, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html">Tagging Your Resources</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
3153
+ * @public
3154
3154
  */
3155
3155
  newImageTags?: Record<string, string>;
3156
3156
  /**
3157
- * @public
3158
3157
  * <p>Indicates whether to display the status of image update availability before AppStream 2.0 initiates the process of creating a new updated image. If this value is set to <code>true</code>, AppStream 2.0 displays whether image updates are available. If this value is set to <code>false</code>, AppStream 2.0 initiates the process of creating a new updated image without displaying whether image updates are available.</p>
3158
+ * @public
3159
3159
  */
3160
3160
  dryRun?: boolean;
3161
3161
  }
3162
3162
  /**
3163
- * @public
3164
3163
  * <p>Describes the permissions for an image. </p>
3164
+ * @public
3165
3165
  */
3166
3166
  export interface ImagePermissions {
3167
3167
  /**
3168
- * @public
3169
3168
  * <p>Indicates whether the image can be used for a fleet.</p>
3169
+ * @public
3170
3170
  */
3171
3171
  allowFleet?: boolean;
3172
3172
  /**
3173
- * @public
3174
3173
  * <p>Indicates whether the image can be used for an image builder.</p>
3174
+ * @public
3175
3175
  */
3176
3176
  allowImageBuilder?: boolean;
3177
3177
  }
@@ -3206,18 +3206,18 @@ export declare const ImageStateChangeReasonCode: {
3206
3206
  */
3207
3207
  export type ImageStateChangeReasonCode = (typeof ImageStateChangeReasonCode)[keyof typeof ImageStateChangeReasonCode];
3208
3208
  /**
3209
- * @public
3210
3209
  * <p>Describes the reason why the last image state change occurred.</p>
3210
+ * @public
3211
3211
  */
3212
3212
  export interface ImageStateChangeReason {
3213
3213
  /**
3214
- * @public
3215
3214
  * <p>The state change reason code.</p>
3215
+ * @public
3216
3216
  */
3217
3217
  Code?: ImageStateChangeReasonCode;
3218
3218
  /**
3219
- * @public
3220
3219
  * <p>The state change reason message.</p>
3220
+ * @public
3221
3221
  */
3222
3222
  Message?: string;
3223
3223
  }
@@ -3235,95 +3235,95 @@ export declare const VisibilityType: {
3235
3235
  */
3236
3236
  export type VisibilityType = (typeof VisibilityType)[keyof typeof VisibilityType];
3237
3237
  /**
3238
- * @public
3239
3238
  * <p>Describes an image.</p>
3239
+ * @public
3240
3240
  */
3241
3241
  export interface Image {
3242
3242
  /**
3243
- * @public
3244
3243
  * <p>The name of the image.</p>
3244
+ * @public
3245
3245
  */
3246
3246
  Name: string | undefined;
3247
3247
  /**
3248
- * @public
3249
3248
  * <p>The ARN of the image.</p>
3249
+ * @public
3250
3250
  */
3251
3251
  Arn?: string;
3252
3252
  /**
3253
- * @public
3254
3253
  * <p>The ARN of the image from which this image was created.</p>
3254
+ * @public
3255
3255
  */
3256
3256
  BaseImageArn?: string;
3257
3257
  /**
3258
- * @public
3259
3258
  * <p>The image name to display.</p>
3259
+ * @public
3260
3260
  */
3261
3261
  DisplayName?: string;
3262
3262
  /**
3263
- * @public
3264
3263
  * <p>The image starts in the <code>PENDING</code> state. If image creation succeeds, the
3265
3264
  * state is <code>AVAILABLE</code>. If image creation fails, the state is <code>FAILED</code>.</p>
3265
+ * @public
3266
3266
  */
3267
3267
  State?: ImageState;
3268
3268
  /**
3269
- * @public
3270
3269
  * <p>Indicates whether the image is public or private.</p>
3270
+ * @public
3271
3271
  */
3272
3272
  Visibility?: VisibilityType;
3273
3273
  /**
3274
- * @public
3275
3274
  * <p>Indicates whether an image builder can be launched from this image.</p>
3275
+ * @public
3276
3276
  */
3277
3277
  ImageBuilderSupported?: boolean;
3278
3278
  /**
3279
- * @public
3280
3279
  * <p>The name of the image builder that was used to create the private image. If the image is shared, this value is null.</p>
3280
+ * @public
3281
3281
  */
3282
3282
  ImageBuilderName?: string;
3283
3283
  /**
3284
- * @public
3285
3284
  * <p>The operating system platform of the image.</p>
3285
+ * @public
3286
3286
  */
3287
3287
  Platform?: PlatformType;
3288
3288
  /**
3289
- * @public
3290
3289
  * <p>The description to display.</p>
3290
+ * @public
3291
3291
  */
3292
3292
  Description?: string;
3293
3293
  /**
3294
- * @public
3295
3294
  * <p>The reason why the last state change occurred.</p>
3295
+ * @public
3296
3296
  */
3297
3297
  StateChangeReason?: ImageStateChangeReason;
3298
3298
  /**
3299
- * @public
3300
3299
  * <p>The applications associated with the image.</p>
3300
+ * @public
3301
3301
  */
3302
3302
  Applications?: Application[];
3303
3303
  /**
3304
- * @public
3305
3304
  * <p>The time the image was created.</p>
3305
+ * @public
3306
3306
  */
3307
3307
  CreatedTime?: Date;
3308
3308
  /**
3309
- * @public
3310
3309
  * <p>The release date of the public base image.
3311
3310
  * For private images, this date is the release date of the base image from which the image was created.</p>
3311
+ * @public
3312
3312
  */
3313
3313
  PublicBaseImageReleasedDate?: Date;
3314
3314
  /**
3315
- * @public
3316
3315
  * <p>The version of the AppStream 2.0 agent to use for instances that are launched from this image. </p>
3316
+ * @public
3317
3317
  */
3318
3318
  AppstreamAgentVersion?: string;
3319
3319
  /**
3320
- * @public
3321
3320
  * <p>The permissions to provide to the destination AWS account for the specified image.</p>
3321
+ * @public
3322
3322
  */
3323
3323
  ImagePermissions?: ImagePermissions;
3324
3324
  /**
3325
- * @public
3326
3325
  * <p>Describes the errors that are returned when a new image can't be created.</p>
3326
+ * @public
3327
3327
  */
3328
3328
  ImageErrors?: ResourceError[];
3329
3329
  }
@@ -3332,13 +3332,13 @@ export interface Image {
3332
3332
  */
3333
3333
  export interface CreateUpdatedImageResult {
3334
3334
  /**
3335
- * @public
3336
3335
  * <p>Describes an image.</p>
3336
+ * @public
3337
3337
  */
3338
3338
  image?: Image;
3339
3339
  /**
3340
- * @public
3341
3340
  * <p>Indicates whether a new image can be created.</p>
3341
+ * @public
3342
3342
  */
3343
3343
  canUpdateImage?: boolean;
3344
3344
  }
@@ -3363,18 +3363,18 @@ export type UsageReportSchedule = (typeof UsageReportSchedule)[keyof typeof Usag
3363
3363
  */
3364
3364
  export interface CreateUsageReportSubscriptionResult {
3365
3365
  /**
3366
- * @public
3367
3366
  * <p>The Amazon S3 bucket where generated reports are stored.</p>
3368
3367
  * <p>If you enabled on-instance session scripts and Amazon S3 logging for your session script
3369
3368
  * configuration, AppStream 2.0 created an S3 bucket to store the script output. The bucket is
3370
3369
  * unique to your account and Region. When you enable usage reporting in this case, AppStream 2.0
3371
3370
  * uses the same bucket to store your usage reports. If you haven't already enabled on-instance session scripts,
3372
3371
  * when you enable usage reports, AppStream 2.0 creates a new S3 bucket.</p>
3372
+ * @public
3373
3373
  */
3374
3374
  S3BucketName?: string;
3375
3375
  /**
3376
- * @public
3377
3376
  * <p>The schedule for generating usage reports.</p>
3377
+ * @public
3378
3378
  */
3379
3379
  Schedule?: UsageReportSchedule;
3380
3380
  }
@@ -3395,34 +3395,34 @@ export type MessageAction = (typeof MessageAction)[keyof typeof MessageAction];
3395
3395
  */
3396
3396
  export interface CreateUserRequest {
3397
3397
  /**
3398
- * @public
3399
3398
  * <p>The email address of the user.</p>
3400
3399
  * <note>
3401
3400
  * <p>Users' email addresses are case-sensitive. During login, if they specify an email address that doesn't use the same capitalization as the email address specified when their user pool account was created, a "user does not exist" error message displays.</p>
3402
3401
  * </note>
3402
+ * @public
3403
3403
  */
3404
3404
  UserName: string | undefined;
3405
3405
  /**
3406
- * @public
3407
3406
  * <p>The action to take for the welcome email that is sent to a user after the user is created in the user pool. If you specify SUPPRESS, no email is sent. If you specify RESEND, do not specify the first name or last name of the user. If the value is null, the email is sent. </p>
3408
3407
  * <note>
3409
3408
  * <p>The temporary password in the welcome email is valid for only 7 days. If users don’t set their passwords within 7 days, you must send them a new welcome email.</p>
3410
3409
  * </note>
3410
+ * @public
3411
3411
  */
3412
3412
  MessageAction?: MessageAction;
3413
3413
  /**
3414
- * @public
3415
3414
  * <p>The first name, or given name, of the user.</p>
3415
+ * @public
3416
3416
  */
3417
3417
  FirstName?: string;
3418
3418
  /**
3419
- * @public
3420
3419
  * <p>The last name, or surname, of the user.</p>
3420
+ * @public
3421
3421
  */
3422
3422
  LastName?: string;
3423
3423
  /**
3424
- * @public
3425
3424
  * <p>The authentication type for the user. You must specify USERPOOL. </p>
3425
+ * @public
3426
3426
  */
3427
3427
  AuthenticationType: AuthenticationType | undefined;
3428
3428
  }
@@ -3436,8 +3436,8 @@ export interface CreateUserResult {
3436
3436
  */
3437
3437
  export interface DeleteAppBlockRequest {
3438
3438
  /**
3439
- * @public
3440
3439
  * <p>The name of the app block.</p>
3440
+ * @public
3441
3441
  */
3442
3442
  Name: string | undefined;
3443
3443
  }
@@ -3447,15 +3447,15 @@ export interface DeleteAppBlockRequest {
3447
3447
  export interface DeleteAppBlockResult {
3448
3448
  }
3449
3449
  /**
3450
- * @public
3451
3450
  * <p>The specified resource is in use.</p>
3451
+ * @public
3452
3452
  */
3453
3453
  export declare class ResourceInUseException extends __BaseException {
3454
3454
  readonly name: "ResourceInUseException";
3455
3455
  readonly $fault: "client";
3456
3456
  /**
3457
- * @public
3458
3457
  * <p>The error message in the exception.</p>
3458
+ * @public
3459
3459
  */
3460
3460
  Message?: string;
3461
3461
  /**
@@ -3468,8 +3468,8 @@ export declare class ResourceInUseException extends __BaseException {
3468
3468
  */
3469
3469
  export interface DeleteAppBlockBuilderRequest {
3470
3470
  /**
3471
- * @public
3472
3471
  * <p>The name of the app block builder.</p>
3472
+ * @public
3473
3473
  */
3474
3474
  Name: string | undefined;
3475
3475
  }
@@ -3483,8 +3483,8 @@ export interface DeleteAppBlockBuilderResult {
3483
3483
  */
3484
3484
  export interface DeleteApplicationRequest {
3485
3485
  /**
3486
- * @public
3487
3486
  * <p>The name of the application.</p>
3487
+ * @public
3488
3488
  */
3489
3489
  Name: string | undefined;
3490
3490
  }
@@ -3498,8 +3498,8 @@ export interface DeleteApplicationResult {
3498
3498
  */
3499
3499
  export interface DeleteDirectoryConfigRequest {
3500
3500
  /**
3501
- * @public
3502
3501
  * <p>The name of the directory configuration.</p>
3502
+ * @public
3503
3503
  */
3504
3504
  DirectoryName: string | undefined;
3505
3505
  }
@@ -3513,13 +3513,13 @@ export interface DeleteDirectoryConfigResult {
3513
3513
  */
3514
3514
  export interface DeleteEntitlementRequest {
3515
3515
  /**
3516
- * @public
3517
3516
  * <p>The name of the entitlement.</p>
3517
+ * @public
3518
3518
  */
3519
3519
  Name: string | undefined;
3520
3520
  /**
3521
- * @public
3522
3521
  * <p>The name of the stack with which the entitlement is associated.</p>
3522
+ * @public
3523
3523
  */
3524
3524
  StackName: string | undefined;
3525
3525
  }
@@ -3533,8 +3533,8 @@ export interface DeleteEntitlementResult {
3533
3533
  */
3534
3534
  export interface DeleteFleetRequest {
3535
3535
  /**
3536
- * @public
3537
3536
  * <p>The name of the fleet.</p>
3537
+ * @public
3538
3538
  */
3539
3539
  Name: string | undefined;
3540
3540
  }
@@ -3548,8 +3548,8 @@ export interface DeleteFleetResult {
3548
3548
  */
3549
3549
  export interface DeleteImageRequest {
3550
3550
  /**
3551
- * @public
3552
3551
  * <p>The name of the image.</p>
3552
+ * @public
3553
3553
  */
3554
3554
  Name: string | undefined;
3555
3555
  }
@@ -3558,8 +3558,8 @@ export interface DeleteImageRequest {
3558
3558
  */
3559
3559
  export interface DeleteImageResult {
3560
3560
  /**
3561
- * @public
3562
3561
  * <p>Information about the image.</p>
3562
+ * @public
3563
3563
  */
3564
3564
  Image?: Image;
3565
3565
  }
@@ -3568,8 +3568,8 @@ export interface DeleteImageResult {
3568
3568
  */
3569
3569
  export interface DeleteImageBuilderRequest {
3570
3570
  /**
3571
- * @public
3572
3571
  * <p>The name of the image builder.</p>
3572
+ * @public
3573
3573
  */
3574
3574
  Name: string | undefined;
3575
3575
  }
@@ -3578,8 +3578,8 @@ export interface DeleteImageBuilderRequest {
3578
3578
  */
3579
3579
  export interface DeleteImageBuilderResult {
3580
3580
  /**
3581
- * @public
3582
3581
  * <p>Information about the image builder.</p>
3582
+ * @public
3583
3583
  */
3584
3584
  ImageBuilder?: ImageBuilder;
3585
3585
  }
@@ -3588,13 +3588,13 @@ export interface DeleteImageBuilderResult {
3588
3588
  */
3589
3589
  export interface DeleteImagePermissionsRequest {
3590
3590
  /**
3591
- * @public
3592
3591
  * <p>The name of the private image.</p>
3592
+ * @public
3593
3593
  */
3594
3594
  Name: string | undefined;
3595
3595
  /**
3596
- * @public
3597
3596
  * <p>The 12-digit identifier of the AWS account for which to delete image permissions.</p>
3597
+ * @public
3598
3598
  */
3599
3599
  SharedAccountId: string | undefined;
3600
3600
  }
@@ -3608,8 +3608,8 @@ export interface DeleteImagePermissionsResult {
3608
3608
  */
3609
3609
  export interface DeleteStackRequest {
3610
3610
  /**
3611
- * @public
3612
3611
  * <p>The name of the stack.</p>
3612
+ * @public
3613
3613
  */
3614
3614
  Name: string | undefined;
3615
3615
  }
@@ -3633,16 +3633,16 @@ export interface DeleteUsageReportSubscriptionResult {
3633
3633
  */
3634
3634
  export interface DeleteUserRequest {
3635
3635
  /**
3636
- * @public
3637
3636
  * <p>The email address of the user.</p>
3638
3637
  * <note>
3639
3638
  * <p>Users' email addresses are case-sensitive.</p>
3640
3639
  * </note>
3640
+ * @public
3641
3641
  */
3642
3642
  UserName: string | undefined;
3643
3643
  /**
3644
- * @public
3645
3644
  * <p>The authentication type for the user. You must specify USERPOOL.</p>
3645
+ * @public
3646
3646
  */
3647
3647
  AuthenticationType: AuthenticationType | undefined;
3648
3648
  }
@@ -3656,24 +3656,24 @@ export interface DeleteUserResult {
3656
3656
  */
3657
3657
  export interface DescribeAppBlockBuilderAppBlockAssociationsRequest {
3658
3658
  /**
3659
- * @public
3660
3659
  * <p>The ARN of the app block.</p>
3660
+ * @public
3661
3661
  */
3662
3662
  AppBlockArn?: string;
3663
3663
  /**
3664
- * @public
3665
3664
  * <p>The name of the app block builder.</p>
3665
+ * @public
3666
3666
  */
3667
3667
  AppBlockBuilderName?: string;
3668
3668
  /**
3669
- * @public
3670
3669
  * <p>The maximum size of each page of results.</p>
3670
+ * @public
3671
3671
  */
3672
3672
  MaxResults?: number;
3673
3673
  /**
3674
- * @public
3675
3674
  * <p>The pagination token used to retrieve the next page of results for this
3676
3675
  * operation.</p>
3676
+ * @public
3677
3677
  */
3678
3678
  NextToken?: string;
3679
3679
  }
@@ -3682,14 +3682,14 @@ export interface DescribeAppBlockBuilderAppBlockAssociationsRequest {
3682
3682
  */
3683
3683
  export interface DescribeAppBlockBuilderAppBlockAssociationsResult {
3684
3684
  /**
3685
- * @public
3686
3685
  * <p>This list of app block builders associated with app blocks.</p>
3686
+ * @public
3687
3687
  */
3688
3688
  AppBlockBuilderAppBlockAssociations?: AppBlockBuilderAppBlockAssociation[];
3689
3689
  /**
3690
- * @public
3691
3690
  * <p>The pagination token used to retrieve the next page of results for this
3692
3691
  * operation.</p>
3692
+ * @public
3693
3693
  */
3694
3694
  NextToken?: string;
3695
3695
  }
@@ -3698,19 +3698,19 @@ export interface DescribeAppBlockBuilderAppBlockAssociationsResult {
3698
3698
  */
3699
3699
  export interface DescribeAppBlockBuildersRequest {
3700
3700
  /**
3701
- * @public
3702
3701
  * <p>The names of the app block builders.</p>
3702
+ * @public
3703
3703
  */
3704
3704
  Names?: string[];
3705
3705
  /**
3706
- * @public
3707
3706
  * <p>The pagination token used to retrieve the next page of results for this
3708
3707
  * operation.</p>
3708
+ * @public
3709
3709
  */
3710
3710
  NextToken?: string;
3711
3711
  /**
3712
- * @public
3713
3712
  * <p>The maximum size of each page of results. The maximum value is 25.</p>
3713
+ * @public
3714
3714
  */
3715
3715
  MaxResults?: number;
3716
3716
  }
@@ -3719,14 +3719,14 @@ export interface DescribeAppBlockBuildersRequest {
3719
3719
  */
3720
3720
  export interface DescribeAppBlockBuildersResult {
3721
3721
  /**
3722
- * @public
3723
3722
  * <p>The list that describes one or more app block builders.</p>
3723
+ * @public
3724
3724
  */
3725
3725
  AppBlockBuilders?: AppBlockBuilder[];
3726
3726
  /**
3727
- * @public
3728
3727
  * <p>The pagination token used to retrieve the next page of results for this
3729
3728
  * operation.</p>
3729
+ * @public
3730
3730
  */
3731
3731
  NextToken?: string;
3732
3732
  }
@@ -3735,19 +3735,19 @@ export interface DescribeAppBlockBuildersResult {
3735
3735
  */
3736
3736
  export interface DescribeAppBlocksRequest {
3737
3737
  /**
3738
- * @public
3739
3738
  * <p>The ARNs of the app blocks.</p>
3739
+ * @public
3740
3740
  */
3741
3741
  Arns?: string[];
3742
3742
  /**
3743
- * @public
3744
3743
  * <p>The pagination token used to retrieve the next page of results for this
3745
3744
  * operation.</p>
3745
+ * @public
3746
3746
  */
3747
3747
  NextToken?: string;
3748
3748
  /**
3749
- * @public
3750
3749
  * <p>The maximum size of each page of results.</p>
3750
+ * @public
3751
3751
  */
3752
3752
  MaxResults?: number;
3753
3753
  }
@@ -3756,14 +3756,14 @@ export interface DescribeAppBlocksRequest {
3756
3756
  */
3757
3757
  export interface DescribeAppBlocksResult {
3758
3758
  /**
3759
- * @public
3760
3759
  * <p>The app blocks in the list.</p>
3760
+ * @public
3761
3761
  */
3762
3762
  AppBlocks?: AppBlock[];
3763
3763
  /**
3764
- * @public
3765
3764
  * <p>The pagination token used to retrieve the next page of results for this
3766
3765
  * operation.</p>
3766
+ * @public
3767
3767
  */
3768
3768
  NextToken?: string;
3769
3769
  }
@@ -3772,24 +3772,24 @@ export interface DescribeAppBlocksResult {
3772
3772
  */
3773
3773
  export interface DescribeApplicationFleetAssociationsRequest {
3774
3774
  /**
3775
- * @public
3776
3775
  * <p>The name of the fleet.</p>
3776
+ * @public
3777
3777
  */
3778
3778
  FleetName?: string;
3779
3779
  /**
3780
- * @public
3781
3780
  * <p>The ARN of the application.</p>
3781
+ * @public
3782
3782
  */
3783
3783
  ApplicationArn?: string;
3784
3784
  /**
3785
- * @public
3786
3785
  * <p>The maximum size of each page of results.</p>
3786
+ * @public
3787
3787
  */
3788
3788
  MaxResults?: number;
3789
3789
  /**
3790
- * @public
3791
3790
  * <p>The pagination token used to retrieve the next page of results for this
3792
3791
  * operation.</p>
3792
+ * @public
3793
3793
  */
3794
3794
  NextToken?: string;
3795
3795
  }
@@ -3798,14 +3798,14 @@ export interface DescribeApplicationFleetAssociationsRequest {
3798
3798
  */
3799
3799
  export interface DescribeApplicationFleetAssociationsResult {
3800
3800
  /**
3801
- * @public
3802
3801
  * <p>The application fleet associations in the list.</p>
3802
+ * @public
3803
3803
  */
3804
3804
  ApplicationFleetAssociations?: ApplicationFleetAssociation[];
3805
3805
  /**
3806
- * @public
3807
3806
  * <p>The pagination token used to retrieve the next page of results for this
3808
3807
  * operation.</p>
3808
+ * @public
3809
3809
  */
3810
3810
  NextToken?: string;
3811
3811
  }
@@ -3814,19 +3814,19 @@ export interface DescribeApplicationFleetAssociationsResult {
3814
3814
  */
3815
3815
  export interface DescribeApplicationsRequest {
3816
3816
  /**
3817
- * @public
3818
3817
  * <p>The ARNs for the applications.</p>
3818
+ * @public
3819
3819
  */
3820
3820
  Arns?: string[];
3821
3821
  /**
3822
- * @public
3823
3822
  * <p>The pagination token used to retrieve the next page of results for this
3824
3823
  * operation.</p>
3824
+ * @public
3825
3825
  */
3826
3826
  NextToken?: string;
3827
3827
  /**
3828
- * @public
3829
3828
  * <p>The maximum size of each page of results.</p>
3829
+ * @public
3830
3830
  */
3831
3831
  MaxResults?: number;
3832
3832
  }
@@ -3835,14 +3835,14 @@ export interface DescribeApplicationsRequest {
3835
3835
  */
3836
3836
  export interface DescribeApplicationsResult {
3837
3837
  /**
3838
- * @public
3839
3838
  * <p>The applications in the list.</p>
3839
+ * @public
3840
3840
  */
3841
3841
  Applications?: Application[];
3842
3842
  /**
3843
- * @public
3844
3843
  * <p>The pagination token used to retrieve the next page of results for this
3845
3844
  * operation.</p>
3845
+ * @public
3846
3846
  */
3847
3847
  NextToken?: string;
3848
3848
  }
@@ -3851,18 +3851,18 @@ export interface DescribeApplicationsResult {
3851
3851
  */
3852
3852
  export interface DescribeDirectoryConfigsRequest {
3853
3853
  /**
3854
- * @public
3855
3854
  * <p>The directory names.</p>
3855
+ * @public
3856
3856
  */
3857
3857
  DirectoryNames?: string[];
3858
3858
  /**
3859
- * @public
3860
3859
  * <p>The maximum size of each page of results.</p>
3860
+ * @public
3861
3861
  */
3862
3862
  MaxResults?: number;
3863
3863
  /**
3864
- * @public
3865
3864
  * <p>The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.</p>
3865
+ * @public
3866
3866
  */
3867
3867
  NextToken?: string;
3868
3868
  }
@@ -3871,13 +3871,13 @@ export interface DescribeDirectoryConfigsRequest {
3871
3871
  */
3872
3872
  export interface DescribeDirectoryConfigsResult {
3873
3873
  /**
3874
- * @public
3875
3874
  * <p>Information about the directory configurations. Note that although the response syntax in this topic includes the account password, this password is not returned in the actual response. </p>
3875
+ * @public
3876
3876
  */
3877
3877
  DirectoryConfigs?: DirectoryConfig[];
3878
3878
  /**
3879
- * @public
3880
3879
  * <p>The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.</p>
3880
+ * @public
3881
3881
  */
3882
3882
  NextToken?: string;
3883
3883
  }
@@ -3886,23 +3886,23 @@ export interface DescribeDirectoryConfigsResult {
3886
3886
  */
3887
3887
  export interface DescribeEntitlementsRequest {
3888
3888
  /**
3889
- * @public
3890
3889
  * <p>The name of the entitlement.</p>
3890
+ * @public
3891
3891
  */
3892
3892
  Name?: string;
3893
3893
  /**
3894
- * @public
3895
3894
  * <p>The name of the stack with which the entitlement is associated.</p>
3895
+ * @public
3896
3896
  */
3897
3897
  StackName: string | undefined;
3898
3898
  /**
3899
- * @public
3900
3899
  * <p>The pagination token used to retrieve the next page of results for this operation.</p>
3900
+ * @public
3901
3901
  */
3902
3902
  NextToken?: string;
3903
3903
  /**
3904
- * @public
3905
3904
  * <p>The maximum size of each page of results.</p>
3905
+ * @public
3906
3906
  */
3907
3907
  MaxResults?: number;
3908
3908
  }
@@ -3911,14 +3911,14 @@ export interface DescribeEntitlementsRequest {
3911
3911
  */
3912
3912
  export interface DescribeEntitlementsResult {
3913
3913
  /**
3914
- * @public
3915
3914
  * <p>The entitlements.</p>
3915
+ * @public
3916
3916
  */
3917
3917
  Entitlements?: Entitlement[];
3918
3918
  /**
3919
- * @public
3920
3919
  * <p>The pagination token used to retrieve the next page of results for this
3921
3920
  * operation.</p>
3921
+ * @public
3922
3922
  */
3923
3923
  NextToken?: string;
3924
3924
  }
@@ -3927,13 +3927,13 @@ export interface DescribeEntitlementsResult {
3927
3927
  */
3928
3928
  export interface DescribeFleetsRequest {
3929
3929
  /**
3930
- * @public
3931
3930
  * <p>The names of the fleets to describe.</p>
3931
+ * @public
3932
3932
  */
3933
3933
  Names?: string[];
3934
3934
  /**
3935
- * @public
3936
3935
  * <p>The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.</p>
3936
+ * @public
3937
3937
  */
3938
3938
  NextToken?: string;
3939
3939
  }
@@ -3942,13 +3942,13 @@ export interface DescribeFleetsRequest {
3942
3942
  */
3943
3943
  export interface DescribeFleetsResult {
3944
3944
  /**
3945
- * @public
3946
3945
  * <p>Information about the fleets.</p>
3946
+ * @public
3947
3947
  */
3948
3948
  Fleets?: Fleet[];
3949
3949
  /**
3950
- * @public
3951
3950
  * <p>The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.</p>
3951
+ * @public
3952
3952
  */
3953
3953
  NextToken?: string;
3954
3954
  }
@@ -3957,18 +3957,18 @@ export interface DescribeFleetsResult {
3957
3957
  */
3958
3958
  export interface DescribeImageBuildersRequest {
3959
3959
  /**
3960
- * @public
3961
3960
  * <p>The names of the image builders to describe.</p>
3961
+ * @public
3962
3962
  */
3963
3963
  Names?: string[];
3964
3964
  /**
3965
- * @public
3966
3965
  * <p>The maximum size of each page of results.</p>
3966
+ * @public
3967
3967
  */
3968
3968
  MaxResults?: number;
3969
3969
  /**
3970
- * @public
3971
3970
  * <p>The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.</p>
3971
+ * @public
3972
3972
  */
3973
3973
  NextToken?: string;
3974
3974
  }
@@ -3977,13 +3977,13 @@ export interface DescribeImageBuildersRequest {
3977
3977
  */
3978
3978
  export interface DescribeImageBuildersResult {
3979
3979
  /**
3980
- * @public
3981
3980
  * <p>Information about the image builders.</p>
3981
+ * @public
3982
3982
  */
3983
3983
  ImageBuilders?: ImageBuilder[];
3984
3984
  /**
3985
- * @public
3986
3985
  * <p>The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.</p>
3986
+ * @public
3987
3987
  */
3988
3988
  NextToken?: string;
3989
3989
  }
@@ -3992,39 +3992,39 @@ export interface DescribeImageBuildersResult {
3992
3992
  */
3993
3993
  export interface DescribeImagePermissionsRequest {
3994
3994
  /**
3995
- * @public
3996
3995
  * <p>The name of the private image for which to describe permissions. The image must be one that you own. </p>
3996
+ * @public
3997
3997
  */
3998
3998
  Name: string | undefined;
3999
3999
  /**
4000
- * @public
4001
4000
  * <p>The maximum size of each page of results.</p>
4001
+ * @public
4002
4002
  */
4003
4003
  MaxResults?: number;
4004
4004
  /**
4005
- * @public
4006
4005
  * <p>The 12-digit identifier of one or more AWS accounts with which the image is shared.</p>
4006
+ * @public
4007
4007
  */
4008
4008
  SharedAwsAccountIds?: string[];
4009
4009
  /**
4010
- * @public
4011
4010
  * <p>The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.</p>
4011
+ * @public
4012
4012
  */
4013
4013
  NextToken?: string;
4014
4014
  }
4015
4015
  /**
4016
- * @public
4017
4016
  * <p>Describes the permissions that are available to the specified AWS account for a shared image.</p>
4017
+ * @public
4018
4018
  */
4019
4019
  export interface SharedImagePermissions {
4020
4020
  /**
4021
- * @public
4022
4021
  * <p>The 12-digit identifier of the AWS account with which the image is shared.</p>
4022
+ * @public
4023
4023
  */
4024
4024
  sharedAccountId: string | undefined;
4025
4025
  /**
4026
- * @public
4027
4026
  * <p>Describes the permissions for a shared image.</p>
4027
+ * @public
4028
4028
  */
4029
4029
  imagePermissions: ImagePermissions | undefined;
4030
4030
  }
@@ -4033,18 +4033,18 @@ export interface SharedImagePermissions {
4033
4033
  */
4034
4034
  export interface DescribeImagePermissionsResult {
4035
4035
  /**
4036
- * @public
4037
4036
  * <p>The name of the private image.</p>
4037
+ * @public
4038
4038
  */
4039
4039
  Name?: string;
4040
4040
  /**
4041
- * @public
4042
4041
  * <p>The permissions for a private image that you own. </p>
4042
+ * @public
4043
4043
  */
4044
4044
  SharedImagePermissionsList?: SharedImagePermissions[];
4045
4045
  /**
4046
- * @public
4047
4046
  * <p>The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.</p>
4047
+ * @public
4048
4048
  */
4049
4049
  NextToken?: string;
4050
4050
  }
@@ -4053,28 +4053,28 @@ export interface DescribeImagePermissionsResult {
4053
4053
  */
4054
4054
  export interface DescribeImagesRequest {
4055
4055
  /**
4056
- * @public
4057
4056
  * <p>The names of the public or private images to describe.</p>
4057
+ * @public
4058
4058
  */
4059
4059
  Names?: string[];
4060
4060
  /**
4061
- * @public
4062
4061
  * <p>The ARNs of the public, private, and shared images to describe.</p>
4062
+ * @public
4063
4063
  */
4064
4064
  Arns?: string[];
4065
4065
  /**
4066
- * @public
4067
4066
  * <p>The type of image (public, private, or shared) to describe. </p>
4067
+ * @public
4068
4068
  */
4069
4069
  Type?: VisibilityType;
4070
4070
  /**
4071
- * @public
4072
4071
  * <p>The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.</p>
4072
+ * @public
4073
4073
  */
4074
4074
  NextToken?: string;
4075
4075
  /**
4076
- * @public
4077
4076
  * <p>The maximum size of each page of results.</p>
4077
+ * @public
4078
4078
  */
4079
4079
  MaxResults?: number;
4080
4080
  }
@@ -4083,13 +4083,13 @@ export interface DescribeImagesRequest {
4083
4083
  */
4084
4084
  export interface DescribeImagesResult {
4085
4085
  /**
4086
- * @public
4087
4086
  * <p>Information about the images.</p>
4087
+ * @public
4088
4088
  */
4089
4089
  Images?: Image[];
4090
4090
  /**
4091
- * @public
4092
4091
  * <p>The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.</p>
4092
+ * @public
4093
4093
  */
4094
4094
  NextToken?: string;
4095
4095
  }
@@ -4098,40 +4098,40 @@ export interface DescribeImagesResult {
4098
4098
  */
4099
4099
  export interface DescribeSessionsRequest {
4100
4100
  /**
4101
- * @public
4102
4101
  * <p>The name of the stack. This value is case-sensitive.</p>
4102
+ * @public
4103
4103
  */
4104
4104
  StackName: string | undefined;
4105
4105
  /**
4106
- * @public
4107
4106
  * <p>The name of the fleet. This value is case-sensitive.</p>
4107
+ * @public
4108
4108
  */
4109
4109
  FleetName: string | undefined;
4110
4110
  /**
4111
- * @public
4112
4111
  * <p>The user identifier (ID). If you specify a user ID, you must also specify the authentication type.</p>
4112
+ * @public
4113
4113
  */
4114
4114
  UserId?: string;
4115
4115
  /**
4116
- * @public
4117
4116
  * <p>The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.</p>
4117
+ * @public
4118
4118
  */
4119
4119
  NextToken?: string;
4120
4120
  /**
4121
- * @public
4122
4121
  * <p>The size of each page of results. The default value is 20 and the maximum value is 50.</p>
4122
+ * @public
4123
4123
  */
4124
4124
  Limit?: number;
4125
4125
  /**
4126
- * @public
4127
4126
  * <p>The authentication method. Specify <code>API</code> for a user
4128
4127
  * authenticated using a streaming URL or <code>SAML</code> for a SAML federated user.
4129
4128
  * The default is to authenticate users using a streaming URL.</p>
4129
+ * @public
4130
4130
  */
4131
4131
  AuthenticationType?: AuthenticationType;
4132
4132
  /**
4133
- * @public
4134
4133
  * <p>The identifier for the instance hosting the session.</p>
4134
+ * @public
4135
4135
  */
4136
4136
  InstanceId?: string;
4137
4137
  }
@@ -4161,64 +4161,64 @@ export declare const SessionState: {
4161
4161
  */
4162
4162
  export type SessionState = (typeof SessionState)[keyof typeof SessionState];
4163
4163
  /**
4164
- * @public
4165
4164
  * <p>Describes a streaming session.</p>
4165
+ * @public
4166
4166
  */
4167
4167
  export interface Session {
4168
4168
  /**
4169
- * @public
4170
4169
  * <p>The identifier of the streaming session.</p>
4170
+ * @public
4171
4171
  */
4172
4172
  Id: string | undefined;
4173
4173
  /**
4174
- * @public
4175
4174
  * <p>The identifier of the user for whom the session was created.</p>
4175
+ * @public
4176
4176
  */
4177
4177
  UserId: string | undefined;
4178
4178
  /**
4179
- * @public
4180
4179
  * <p>The name of the stack for the streaming session.</p>
4180
+ * @public
4181
4181
  */
4182
4182
  StackName: string | undefined;
4183
4183
  /**
4184
- * @public
4185
4184
  * <p>The name of the fleet for the streaming session.</p>
4185
+ * @public
4186
4186
  */
4187
4187
  FleetName: string | undefined;
4188
4188
  /**
4189
- * @public
4190
4189
  * <p>The current state of the streaming session.</p>
4190
+ * @public
4191
4191
  */
4192
4192
  State: SessionState | undefined;
4193
4193
  /**
4194
- * @public
4195
4194
  * <p>Specifies whether a user is connected to the streaming session.</p>
4195
+ * @public
4196
4196
  */
4197
4197
  ConnectionState?: SessionConnectionState;
4198
4198
  /**
4199
- * @public
4200
4199
  * <p>The time when a streaming instance is dedicated for the user.</p>
4200
+ * @public
4201
4201
  */
4202
4202
  StartTime?: Date;
4203
4203
  /**
4204
- * @public
4205
4204
  * <p>The time when the streaming session is set to expire. This time is based on the <code>MaxUserDurationinSeconds</code> value, which determines the maximum length of time that a streaming session can run. A streaming session might end earlier than the time specified in <code>SessionMaxExpirationTime</code>, when the <code>DisconnectTimeOutInSeconds</code> elapses or the user chooses to end his or her session. If the <code>DisconnectTimeOutInSeconds</code> elapses, or the user chooses to end his or her session, the streaming instance is terminated and the streaming session ends.</p>
4205
+ * @public
4206
4206
  */
4207
4207
  MaxExpirationTime?: Date;
4208
4208
  /**
4209
- * @public
4210
4209
  * <p>The authentication method. The user is authenticated using a streaming URL
4211
4210
  * (<code>API</code>) or SAML 2.0 federation (<code>SAML</code>).</p>
4211
+ * @public
4212
4212
  */
4213
4213
  AuthenticationType?: AuthenticationType;
4214
4214
  /**
4215
- * @public
4216
4215
  * <p>The network details for the streaming session.</p>
4216
+ * @public
4217
4217
  */
4218
4218
  NetworkAccessConfiguration?: NetworkAccessConfiguration;
4219
4219
  /**
4220
- * @public
4221
4220
  * <p>The identifier for the instance hosting the session.</p>
4221
+ * @public
4222
4222
  */
4223
4223
  InstanceId?: string;
4224
4224
  }
@@ -4227,13 +4227,13 @@ export interface Session {
4227
4227
  */
4228
4228
  export interface DescribeSessionsResult {
4229
4229
  /**
4230
- * @public
4231
4230
  * <p>Information about the streaming sessions.</p>
4231
+ * @public
4232
4232
  */
4233
4233
  Sessions?: Session[];
4234
4234
  /**
4235
- * @public
4236
4235
  * <p>The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.</p>
4236
+ * @public
4237
4237
  */
4238
4238
  NextToken?: string;
4239
4239
  }
@@ -4242,13 +4242,13 @@ export interface DescribeSessionsResult {
4242
4242
  */
4243
4243
  export interface DescribeStacksRequest {
4244
4244
  /**
4245
- * @public
4246
4245
  * <p>The names of the stacks to describe.</p>
4246
+ * @public
4247
4247
  */
4248
4248
  Names?: string[];
4249
4249
  /**
4250
- * @public
4251
4250
  * <p>The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.</p>
4251
+ * @public
4252
4252
  */
4253
4253
  NextToken?: string;
4254
4254
  }
@@ -4257,13 +4257,13 @@ export interface DescribeStacksRequest {
4257
4257
  */
4258
4258
  export interface DescribeStacksResult {
4259
4259
  /**
4260
- * @public
4261
4260
  * <p>Information about the stacks.</p>
4261
+ * @public
4262
4262
  */
4263
4263
  Stacks?: Stack[];
4264
4264
  /**
4265
- * @public
4266
4265
  * <p>The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.</p>
4266
+ * @public
4267
4267
  */
4268
4268
  NextToken?: string;
4269
4269
  }
@@ -4272,13 +4272,13 @@ export interface DescribeStacksResult {
4272
4272
  */
4273
4273
  export interface DescribeUsageReportSubscriptionsRequest {
4274
4274
  /**
4275
- * @public
4276
4275
  * <p>The maximum size of each page of results.</p>
4276
+ * @public
4277
4277
  */
4278
4278
  MaxResults?: number;
4279
4279
  /**
4280
- * @public
4281
4280
  * <p>The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.</p>
4281
+ * @public
4282
4282
  */
4283
4283
  NextToken?: string;
4284
4284
  }
@@ -4296,49 +4296,49 @@ export declare const UsageReportExecutionErrorCode: {
4296
4296
  */
4297
4297
  export type UsageReportExecutionErrorCode = (typeof UsageReportExecutionErrorCode)[keyof typeof UsageReportExecutionErrorCode];
4298
4298
  /**
4299
- * @public
4300
4299
  * <p>Describes the error that is returned when a usage report can't be generated.</p>
4300
+ * @public
4301
4301
  */
4302
4302
  export interface LastReportGenerationExecutionError {
4303
4303
  /**
4304
- * @public
4305
4304
  * <p>The error code for the error that is returned when a usage report can't be generated.</p>
4305
+ * @public
4306
4306
  */
4307
4307
  ErrorCode?: UsageReportExecutionErrorCode;
4308
4308
  /**
4309
- * @public
4310
4309
  * <p>The error message for the error that is returned when a usage report can't be generated.</p>
4310
+ * @public
4311
4311
  */
4312
4312
  ErrorMessage?: string;
4313
4313
  }
4314
4314
  /**
4315
- * @public
4316
4315
  * <p>Describes information about the usage report subscription.</p>
4316
+ * @public
4317
4317
  */
4318
4318
  export interface UsageReportSubscription {
4319
4319
  /**
4320
- * @public
4321
4320
  * <p>The Amazon S3 bucket where generated reports are stored.</p>
4322
4321
  * <p>If you enabled on-instance session scripts and Amazon S3 logging for your session script
4323
4322
  * configuration, AppStream 2.0 created an S3 bucket to store the script output. The bucket is
4324
4323
  * unique to your account and Region. When you enable usage reporting in this case, AppStream 2.0
4325
4324
  * uses the same bucket to store your usage reports. If you haven't already enabled on-instance session scripts,
4326
4325
  * when you enable usage reports, AppStream 2.0 creates a new S3 bucket.</p>
4326
+ * @public
4327
4327
  */
4328
4328
  S3BucketName?: string;
4329
4329
  /**
4330
- * @public
4331
4330
  * <p>The schedule for generating usage reports.</p>
4331
+ * @public
4332
4332
  */
4333
4333
  Schedule?: UsageReportSchedule;
4334
4334
  /**
4335
- * @public
4336
4335
  * <p>The time when the last usage report was generated.</p>
4336
+ * @public
4337
4337
  */
4338
4338
  LastGeneratedReportDate?: Date;
4339
4339
  /**
4340
- * @public
4341
4340
  * <p>The errors that were returned if usage reports couldn't be generated.</p>
4341
+ * @public
4342
4342
  */
4343
4343
  SubscriptionErrors?: LastReportGenerationExecutionError[];
4344
4344
  }
@@ -4347,13 +4347,13 @@ export interface UsageReportSubscription {
4347
4347
  */
4348
4348
  export interface DescribeUsageReportSubscriptionsResult {
4349
4349
  /**
4350
- * @public
4351
4350
  * <p>Information about the usage report subscription.</p>
4351
+ * @public
4352
4352
  */
4353
4353
  UsageReportSubscriptions?: UsageReportSubscription[];
4354
4354
  /**
4355
- * @public
4356
4355
  * <p>The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.</p>
4356
+ * @public
4357
4357
  */
4358
4358
  NextToken?: string;
4359
4359
  }
@@ -4362,46 +4362,45 @@ export interface DescribeUsageReportSubscriptionsResult {
4362
4362
  */
4363
4363
  export interface DescribeUsersRequest {
4364
4364
  /**
4365
- * @public
4366
4365
  * <p>The authentication type for the users in the user pool to describe. You must specify USERPOOL.</p>
4366
+ * @public
4367
4367
  */
4368
4368
  AuthenticationType: AuthenticationType | undefined;
4369
4369
  /**
4370
- * @public
4371
4370
  * <p>The maximum size of each page of results.</p>
4371
+ * @public
4372
4372
  */
4373
4373
  MaxResults?: number;
4374
4374
  /**
4375
- * @public
4376
4375
  * <p>The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.</p>
4376
+ * @public
4377
4377
  */
4378
4378
  NextToken?: string;
4379
4379
  }
4380
4380
  /**
4381
- * @public
4382
4381
  * <p>Describes a user in the user pool.</p>
4382
+ * @public
4383
4383
  */
4384
4384
  export interface User {
4385
4385
  /**
4386
- * @public
4387
4386
  * <p>The ARN of the user.</p>
4387
+ * @public
4388
4388
  */
4389
4389
  Arn?: string;
4390
4390
  /**
4391
- * @public
4392
4391
  * <p>The email address of the user.</p>
4393
4392
  * <note>
4394
4393
  * <p>Users' email addresses are case-sensitive.</p>
4395
4394
  * </note>
4395
+ * @public
4396
4396
  */
4397
4397
  UserName?: string;
4398
4398
  /**
4399
- * @public
4400
4399
  * <p>Specifies whether the user in the user pool is enabled.</p>
4400
+ * @public
4401
4401
  */
4402
4402
  Enabled?: boolean;
4403
4403
  /**
4404
- * @public
4405
4404
  * <p>The status of the user in the user pool. The status can be one of the following:</p>
4406
4405
  * <ul>
4407
4406
  * <li>
@@ -4420,26 +4419,27 @@ export interface User {
4420
4419
  * <p>UNKNOWN – The user status is not known.</p>
4421
4420
  * </li>
4422
4421
  * </ul>
4422
+ * @public
4423
4423
  */
4424
4424
  Status?: string;
4425
4425
  /**
4426
- * @public
4427
4426
  * <p>The first name, or given name, of the user.</p>
4427
+ * @public
4428
4428
  */
4429
4429
  FirstName?: string;
4430
4430
  /**
4431
- * @public
4432
4431
  * <p>The last name, or surname, of the user.</p>
4432
+ * @public
4433
4433
  */
4434
4434
  LastName?: string;
4435
4435
  /**
4436
- * @public
4437
4436
  * <p>The date and time the user was created in the user pool.</p>
4437
+ * @public
4438
4438
  */
4439
4439
  CreatedTime?: Date;
4440
4440
  /**
4441
- * @public
4442
4441
  * <p>The authentication type for the user.</p>
4442
+ * @public
4443
4443
  */
4444
4444
  AuthenticationType: AuthenticationType | undefined;
4445
4445
  }
@@ -4448,13 +4448,13 @@ export interface User {
4448
4448
  */
4449
4449
  export interface DescribeUsersResult {
4450
4450
  /**
4451
- * @public
4452
4451
  * <p>Information about users in the user pool.</p>
4452
+ * @public
4453
4453
  */
4454
4454
  Users?: User[];
4455
4455
  /**
4456
- * @public
4457
4456
  * <p>The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.</p>
4457
+ * @public
4458
4458
  */
4459
4459
  NextToken?: string;
4460
4460
  }
@@ -4463,31 +4463,31 @@ export interface DescribeUsersResult {
4463
4463
  */
4464
4464
  export interface DescribeUserStackAssociationsRequest {
4465
4465
  /**
4466
- * @public
4467
4466
  * <p>The name of the stack that is associated with the user.</p>
4467
+ * @public
4468
4468
  */
4469
4469
  StackName?: string;
4470
4470
  /**
4471
- * @public
4472
4471
  * <p>The email address of the user who is associated with the stack.</p>
4473
4472
  * <note>
4474
4473
  * <p>Users' email addresses are case-sensitive.</p>
4475
4474
  * </note>
4475
+ * @public
4476
4476
  */
4477
4477
  UserName?: string;
4478
4478
  /**
4479
- * @public
4480
4479
  * <p>The authentication type for the user who is associated with the stack. You must specify USERPOOL.</p>
4480
+ * @public
4481
4481
  */
4482
4482
  AuthenticationType?: AuthenticationType;
4483
4483
  /**
4484
- * @public
4485
4484
  * <p>The maximum size of each page of results.</p>
4485
+ * @public
4486
4486
  */
4487
4487
  MaxResults?: number;
4488
4488
  /**
4489
- * @public
4490
4489
  * <p>The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.</p>
4490
+ * @public
4491
4491
  */
4492
4492
  NextToken?: string;
4493
4493
  }
@@ -4496,13 +4496,13 @@ export interface DescribeUserStackAssociationsRequest {
4496
4496
  */
4497
4497
  export interface DescribeUserStackAssociationsResult {
4498
4498
  /**
4499
- * @public
4500
4499
  * <p>The UserStackAssociation objects.</p>
4500
+ * @public
4501
4501
  */
4502
4502
  UserStackAssociations?: UserStackAssociation[];
4503
4503
  /**
4504
- * @public
4505
4504
  * <p>The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.</p>
4505
+ * @public
4506
4506
  */
4507
4507
  NextToken?: string;
4508
4508
  }
@@ -4511,16 +4511,16 @@ export interface DescribeUserStackAssociationsResult {
4511
4511
  */
4512
4512
  export interface DisableUserRequest {
4513
4513
  /**
4514
- * @public
4515
4514
  * <p>The email address of the user.</p>
4516
4515
  * <note>
4517
4516
  * <p>Users' email addresses are case-sensitive.</p>
4518
4517
  * </note>
4518
+ * @public
4519
4519
  */
4520
4520
  UserName: string | undefined;
4521
4521
  /**
4522
- * @public
4523
4522
  * <p>The authentication type for the user. You must specify USERPOOL.</p>
4523
+ * @public
4524
4524
  */
4525
4525
  AuthenticationType: AuthenticationType | undefined;
4526
4526
  }
@@ -4534,13 +4534,13 @@ export interface DisableUserResult {
4534
4534
  */
4535
4535
  export interface DisassociateAppBlockBuilderAppBlockRequest {
4536
4536
  /**
4537
- * @public
4538
4537
  * <p>The ARN of the app block.</p>
4538
+ * @public
4539
4539
  */
4540
4540
  AppBlockArn: string | undefined;
4541
4541
  /**
4542
- * @public
4543
4542
  * <p>The name of the app block builder.</p>
4543
+ * @public
4544
4544
  */
4545
4545
  AppBlockBuilderName: string | undefined;
4546
4546
  }
@@ -4554,13 +4554,13 @@ export interface DisassociateAppBlockBuilderAppBlockResult {
4554
4554
  */
4555
4555
  export interface DisassociateApplicationFleetRequest {
4556
4556
  /**
4557
- * @public
4558
4557
  * <p>The name of the fleet.</p>
4558
+ * @public
4559
4559
  */
4560
4560
  FleetName: string | undefined;
4561
4561
  /**
4562
- * @public
4563
4562
  * <p>The ARN of the application.</p>
4563
+ * @public
4564
4564
  */
4565
4565
  ApplicationArn: string | undefined;
4566
4566
  }
@@ -4574,18 +4574,18 @@ export interface DisassociateApplicationFleetResult {
4574
4574
  */
4575
4575
  export interface DisassociateApplicationFromEntitlementRequest {
4576
4576
  /**
4577
- * @public
4578
4577
  * <p>The name of the stack with which the entitlement is associated.</p>
4578
+ * @public
4579
4579
  */
4580
4580
  StackName: string | undefined;
4581
4581
  /**
4582
- * @public
4583
4582
  * <p>The name of the entitlement.</p>
4583
+ * @public
4584
4584
  */
4585
4585
  EntitlementName: string | undefined;
4586
4586
  /**
4587
- * @public
4588
4587
  * <p>The identifier of the application to remove from the entitlement.</p>
4588
+ * @public
4589
4589
  */
4590
4590
  ApplicationIdentifier: string | undefined;
4591
4591
  }
@@ -4599,13 +4599,13 @@ export interface DisassociateApplicationFromEntitlementResult {
4599
4599
  */
4600
4600
  export interface DisassociateFleetRequest {
4601
4601
  /**
4602
- * @public
4603
4602
  * <p>The name of the fleet.</p>
4603
+ * @public
4604
4604
  */
4605
4605
  FleetName: string | undefined;
4606
4606
  /**
4607
- * @public
4608
4607
  * <p>The name of the stack.</p>
4608
+ * @public
4609
4609
  */
4610
4610
  StackName: string | undefined;
4611
4611
  }
@@ -4619,16 +4619,16 @@ export interface DisassociateFleetResult {
4619
4619
  */
4620
4620
  export interface EnableUserRequest {
4621
4621
  /**
4622
- * @public
4623
4622
  * <p>The email address of the user.</p>
4624
4623
  * <note>
4625
4624
  * <p>Users' email addresses are case-sensitive. During login, if they specify an email address that doesn't use the same capitalization as the email address specified when their user pool account was created, a "user does not exist" error message displays. </p>
4626
4625
  * </note>
4626
+ * @public
4627
4627
  */
4628
4628
  UserName: string | undefined;
4629
4629
  /**
4630
- * @public
4631
4630
  * <p>The authentication type for the user. You must specify USERPOOL.</p>
4631
+ * @public
4632
4632
  */
4633
4633
  AuthenticationType: AuthenticationType | undefined;
4634
4634
  }
@@ -4638,13 +4638,13 @@ export interface EnableUserRequest {
4638
4638
  export interface EnableUserResult {
4639
4639
  }
4640
4640
  /**
4641
- * @public
4642
4641
  * <p>The application associated to an entitlement. Access is controlled based on user attributes.</p>
4642
+ * @public
4643
4643
  */
4644
4644
  export interface EntitledApplication {
4645
4645
  /**
4646
- * @public
4647
4646
  * <p>The identifier of the application.</p>
4647
+ * @public
4648
4648
  */
4649
4649
  ApplicationIdentifier: string | undefined;
4650
4650
  }
@@ -4653,8 +4653,8 @@ export interface EntitledApplication {
4653
4653
  */
4654
4654
  export interface ExpireSessionRequest {
4655
4655
  /**
4656
- * @public
4657
4656
  * <p>The identifier of the streaming session.</p>
4657
+ * @public
4658
4658
  */
4659
4659
  SessionId: string | undefined;
4660
4660
  }
@@ -4685,13 +4685,13 @@ export type FleetAttribute = (typeof FleetAttribute)[keyof typeof FleetAttribute
4685
4685
  */
4686
4686
  export interface ListAssociatedFleetsRequest {
4687
4687
  /**
4688
- * @public
4689
4688
  * <p>The name of the stack.</p>
4689
+ * @public
4690
4690
  */
4691
4691
  StackName: string | undefined;
4692
4692
  /**
4693
- * @public
4694
4693
  * <p>The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.</p>
4694
+ * @public
4695
4695
  */
4696
4696
  NextToken?: string;
4697
4697
  }
@@ -4700,13 +4700,13 @@ export interface ListAssociatedFleetsRequest {
4700
4700
  */
4701
4701
  export interface ListAssociatedFleetsResult {
4702
4702
  /**
4703
- * @public
4704
4703
  * <p>The name of the fleet.</p>
4704
+ * @public
4705
4705
  */
4706
4706
  Names?: string[];
4707
4707
  /**
4708
- * @public
4709
4708
  * <p>The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.</p>
4709
+ * @public
4710
4710
  */
4711
4711
  NextToken?: string;
4712
4712
  }
@@ -4715,13 +4715,13 @@ export interface ListAssociatedFleetsResult {
4715
4715
  */
4716
4716
  export interface ListAssociatedStacksRequest {
4717
4717
  /**
4718
- * @public
4719
4718
  * <p>The name of the fleet.</p>
4719
+ * @public
4720
4720
  */
4721
4721
  FleetName: string | undefined;
4722
4722
  /**
4723
- * @public
4724
4723
  * <p>The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.</p>
4724
+ * @public
4725
4725
  */
4726
4726
  NextToken?: string;
4727
4727
  }
@@ -4730,13 +4730,13 @@ export interface ListAssociatedStacksRequest {
4730
4730
  */
4731
4731
  export interface ListAssociatedStacksResult {
4732
4732
  /**
4733
- * @public
4734
4733
  * <p>The name of the stack.</p>
4734
+ * @public
4735
4735
  */
4736
4736
  Names?: string[];
4737
4737
  /**
4738
- * @public
4739
4738
  * <p>The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.</p>
4739
+ * @public
4740
4740
  */
4741
4741
  NextToken?: string;
4742
4742
  }
@@ -4745,23 +4745,23 @@ export interface ListAssociatedStacksResult {
4745
4745
  */
4746
4746
  export interface ListEntitledApplicationsRequest {
4747
4747
  /**
4748
- * @public
4749
4748
  * <p>The name of the stack with which the entitlement is associated.</p>
4749
+ * @public
4750
4750
  */
4751
4751
  StackName: string | undefined;
4752
4752
  /**
4753
- * @public
4754
4753
  * <p>The name of the entitlement.</p>
4754
+ * @public
4755
4755
  */
4756
4756
  EntitlementName: string | undefined;
4757
4757
  /**
4758
- * @public
4759
4758
  * <p>The pagination token used to retrieve the next page of results for this operation.</p>
4759
+ * @public
4760
4760
  */
4761
4761
  NextToken?: string;
4762
4762
  /**
4763
- * @public
4764
4763
  * <p>The maximum size of each page of results.</p>
4764
+ * @public
4765
4765
  */
4766
4766
  MaxResults?: number;
4767
4767
  }
@@ -4770,13 +4770,13 @@ export interface ListEntitledApplicationsRequest {
4770
4770
  */
4771
4771
  export interface ListEntitledApplicationsResult {
4772
4772
  /**
4773
- * @public
4774
4773
  * <p>The entitled applications.</p>
4774
+ * @public
4775
4775
  */
4776
4776
  EntitledApplications?: EntitledApplication[];
4777
4777
  /**
4778
- * @public
4779
4778
  * <p>The pagination token used to retrieve the next page of results for this operation.</p>
4779
+ * @public
4780
4780
  */
4781
4781
  NextToken?: string;
4782
4782
  }
@@ -4785,8 +4785,8 @@ export interface ListEntitledApplicationsResult {
4785
4785
  */
4786
4786
  export interface ListTagsForResourceRequest {
4787
4787
  /**
4788
- * @public
4789
4788
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
4789
+ * @public
4790
4790
  */
4791
4791
  ResourceArn: string | undefined;
4792
4792
  }
@@ -4795,8 +4795,8 @@ export interface ListTagsForResourceRequest {
4795
4795
  */
4796
4796
  export interface ListTagsForResourceResponse {
4797
4797
  /**
4798
- * @public
4799
4798
  * <p>The information about the tags.</p>
4799
+ * @public
4800
4800
  */
4801
4801
  Tags?: Record<string, string>;
4802
4802
  }
@@ -4805,8 +4805,8 @@ export interface ListTagsForResourceResponse {
4805
4805
  */
4806
4806
  export interface StartAppBlockBuilderRequest {
4807
4807
  /**
4808
- * @public
4809
4808
  * <p>The name of the app block builder.</p>
4809
+ * @public
4810
4810
  */
4811
4811
  Name: string | undefined;
4812
4812
  }
@@ -4815,8 +4815,8 @@ export interface StartAppBlockBuilderRequest {
4815
4815
  */
4816
4816
  export interface StartAppBlockBuilderResult {
4817
4817
  /**
4818
- * @public
4819
4818
  * <p>Describes an app block builder.</p>
4819
+ * @public
4820
4820
  */
4821
4821
  AppBlockBuilder?: AppBlockBuilder;
4822
4822
  }
@@ -4825,8 +4825,8 @@ export interface StartAppBlockBuilderResult {
4825
4825
  */
4826
4826
  export interface StartFleetRequest {
4827
4827
  /**
4828
- * @public
4829
4828
  * <p>The name of the fleet.</p>
4829
+ * @public
4830
4830
  */
4831
4831
  Name: string | undefined;
4832
4832
  }
@@ -4840,13 +4840,13 @@ export interface StartFleetResult {
4840
4840
  */
4841
4841
  export interface StartImageBuilderRequest {
4842
4842
  /**
4843
- * @public
4844
4843
  * <p>The name of the image builder.</p>
4844
+ * @public
4845
4845
  */
4846
4846
  Name: string | undefined;
4847
4847
  /**
4848
- * @public
4849
4848
  * <p>The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST]. </p>
4849
+ * @public
4850
4850
  */
4851
4851
  AppstreamAgentVersion?: string;
4852
4852
  }
@@ -4855,8 +4855,8 @@ export interface StartImageBuilderRequest {
4855
4855
  */
4856
4856
  export interface StartImageBuilderResult {
4857
4857
  /**
4858
- * @public
4859
4858
  * <p>Information about the image builder.</p>
4859
+ * @public
4860
4860
  */
4861
4861
  ImageBuilder?: ImageBuilder;
4862
4862
  }
@@ -4865,8 +4865,8 @@ export interface StartImageBuilderResult {
4865
4865
  */
4866
4866
  export interface StopAppBlockBuilderRequest {
4867
4867
  /**
4868
- * @public
4869
4868
  * <p>The name of the app block builder.</p>
4869
+ * @public
4870
4870
  */
4871
4871
  Name: string | undefined;
4872
4872
  }
@@ -4875,8 +4875,8 @@ export interface StopAppBlockBuilderRequest {
4875
4875
  */
4876
4876
  export interface StopAppBlockBuilderResult {
4877
4877
  /**
4878
- * @public
4879
4878
  * <p>Describes an app block builder.</p>
4879
+ * @public
4880
4880
  */
4881
4881
  AppBlockBuilder?: AppBlockBuilder;
4882
4882
  }
@@ -4885,8 +4885,8 @@ export interface StopAppBlockBuilderResult {
4885
4885
  */
4886
4886
  export interface StopFleetRequest {
4887
4887
  /**
4888
- * @public
4889
4888
  * <p>The name of the fleet.</p>
4889
+ * @public
4890
4890
  */
4891
4891
  Name: string | undefined;
4892
4892
  }
@@ -4900,8 +4900,8 @@ export interface StopFleetResult {
4900
4900
  */
4901
4901
  export interface StopImageBuilderRequest {
4902
4902
  /**
4903
- * @public
4904
4903
  * <p>The name of the image builder.</p>
4904
+ * @public
4905
4905
  */
4906
4906
  Name: string | undefined;
4907
4907
  }
@@ -4910,8 +4910,8 @@ export interface StopImageBuilderRequest {
4910
4910
  */
4911
4911
  export interface StopImageBuilderResult {
4912
4912
  /**
4913
- * @public
4914
4913
  * <p>Information about the image builder.</p>
4914
+ * @public
4915
4915
  */
4916
4916
  ImageBuilder?: ImageBuilder;
4917
4917
  }
@@ -4920,16 +4920,16 @@ export interface StopImageBuilderResult {
4920
4920
  */
4921
4921
  export interface TagResourceRequest {
4922
4922
  /**
4923
- * @public
4924
4923
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
4924
+ * @public
4925
4925
  */
4926
4926
  ResourceArn: string | undefined;
4927
4927
  /**
4928
- * @public
4929
4928
  * <p>The tags to associate. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=. </p>
4930
4929
  * <p>If you do not specify a value, the value is set to an empty string.</p>
4931
4930
  * <p>Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters: </p>
4932
4931
  * <p>_ . : / = + \ - @</p>
4932
+ * @public
4933
4933
  */
4934
4934
  Tags: Record<string, string> | undefined;
4935
4935
  }
@@ -4943,13 +4943,13 @@ export interface TagResourceResponse {
4943
4943
  */
4944
4944
  export interface UntagResourceRequest {
4945
4945
  /**
4946
- * @public
4947
4946
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
4947
+ * @public
4948
4948
  */
4949
4949
  ResourceArn: string | undefined;
4950
4950
  /**
4951
- * @public
4952
4951
  * <p>The tag keys for the tags to disassociate.</p>
4952
+ * @public
4953
4953
  */
4954
4954
  TagKeys: string[] | undefined;
4955
4955
  }
@@ -4963,29 +4963,28 @@ export interface UntagResourceResponse {
4963
4963
  */
4964
4964
  export interface UpdateAppBlockBuilderRequest {
4965
4965
  /**
4966
- * @public
4967
4966
  * <p>The unique name for the app block builder.</p>
4967
+ * @public
4968
4968
  */
4969
4969
  Name: string | undefined;
4970
4970
  /**
4971
- * @public
4972
4971
  * <p>The description of the app block builder.</p>
4972
+ * @public
4973
4973
  */
4974
4974
  Description?: string;
4975
4975
  /**
4976
- * @public
4977
4976
  * <p>The display name of the app block builder.</p>
4977
+ * @public
4978
4978
  */
4979
4979
  DisplayName?: string;
4980
4980
  /**
4981
- * @public
4982
4981
  * <p>The platform of the app block builder.</p>
4983
4982
  * <p>
4984
4983
  * <code>WINDOWS_SERVER_2019</code> is the only valid value.</p>
4984
+ * @public
4985
4985
  */
4986
4986
  Platform?: PlatformType;
4987
4987
  /**
4988
- * @public
4989
4988
  * <p>The instance type to use when launching the app block builder. The following instance
4990
4989
  * types are available:</p>
4991
4990
  * <ul>
@@ -5005,38 +5004,39 @@ export interface UpdateAppBlockBuilderRequest {
5005
5004
  * <p>stream.standard.2xlarge</p>
5006
5005
  * </li>
5007
5006
  * </ul>
5007
+ * @public
5008
5008
  */
5009
5009
  InstanceType?: string;
5010
5010
  /**
5011
- * @public
5012
5011
  * <p>The VPC configuration for the app block builder.</p>
5013
5012
  * <p>App block builders require that you specify at least two subnets in different availability
5014
5013
  * zones.</p>
5014
+ * @public
5015
5015
  */
5016
5016
  VpcConfig?: VpcConfig;
5017
5017
  /**
5018
- * @public
5019
5018
  * <p>Enables or disables default internet access for the app block builder.</p>
5019
+ * @public
5020
5020
  */
5021
5021
  EnableDefaultInternetAccess?: boolean;
5022
5022
  /**
5023
- * @public
5024
5023
  * <p>The Amazon Resource Name (ARN) of the IAM role to apply to the app block builder. To
5025
5024
  * assume a role, the app block builder calls the AWS Security Token Service (STS)
5026
5025
  * <code>AssumeRole</code> API operation and passes the ARN of the role to use. The
5027
5026
  * operation creates a new session with temporary credentials. AppStream 2.0 retrieves the
5028
5027
  * temporary credentials and creates the <b>appstream_machine_role</b> credential profile on the instance.</p>
5029
5028
  * <p>For more information, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html">Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
5029
+ * @public
5030
5030
  */
5031
5031
  IamRoleArn?: string;
5032
5032
  /**
5033
- * @public
5034
5033
  * <p>The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.</p>
5034
+ * @public
5035
5035
  */
5036
5036
  AccessEndpoints?: AccessEndpoint[];
5037
5037
  /**
5038
- * @public
5039
5038
  * <p>The attributes to delete from the app block builder.</p>
5039
+ * @public
5040
5040
  */
5041
5041
  AttributesToDelete?: AppBlockBuilderAttribute[];
5042
5042
  }
@@ -5045,8 +5045,8 @@ export interface UpdateAppBlockBuilderRequest {
5045
5045
  */
5046
5046
  export interface UpdateAppBlockBuilderResult {
5047
5047
  /**
5048
- * @public
5049
5048
  * <p>Describes an app block builder.</p>
5049
+ * @public
5050
5050
  */
5051
5051
  AppBlockBuilder?: AppBlockBuilder;
5052
5052
  }
@@ -5055,48 +5055,48 @@ export interface UpdateAppBlockBuilderResult {
5055
5055
  */
5056
5056
  export interface UpdateApplicationRequest {
5057
5057
  /**
5058
- * @public
5059
5058
  * <p>The name of the application. This name is visible to users when display name is not specified.</p>
5059
+ * @public
5060
5060
  */
5061
5061
  Name: string | undefined;
5062
5062
  /**
5063
- * @public
5064
5063
  * <p>The display name of the application. This name is visible to users in the application catalog.</p>
5064
+ * @public
5065
5065
  */
5066
5066
  DisplayName?: string;
5067
5067
  /**
5068
- * @public
5069
5068
  * <p>The description of the application.</p>
5069
+ * @public
5070
5070
  */
5071
5071
  Description?: string;
5072
5072
  /**
5073
- * @public
5074
5073
  * <p>The icon S3 location of the application.</p>
5074
+ * @public
5075
5075
  */
5076
5076
  IconS3Location?: S3Location;
5077
5077
  /**
5078
- * @public
5079
5078
  * <p>The launch path of the application.</p>
5079
+ * @public
5080
5080
  */
5081
5081
  LaunchPath?: string;
5082
5082
  /**
5083
- * @public
5084
5083
  * <p>The working directory of the application.</p>
5084
+ * @public
5085
5085
  */
5086
5086
  WorkingDirectory?: string;
5087
5087
  /**
5088
- * @public
5089
5088
  * <p>The launch parameters of the application.</p>
5089
+ * @public
5090
5090
  */
5091
5091
  LaunchParameters?: string;
5092
5092
  /**
5093
- * @public
5094
5093
  * <p>The ARN of the app block.</p>
5094
+ * @public
5095
5095
  */
5096
5096
  AppBlockArn?: string;
5097
5097
  /**
5098
- * @public
5099
5098
  * <p>The attributes to delete for an application.</p>
5099
+ * @public
5100
5100
  */
5101
5101
  AttributesToDelete?: ApplicationAttribute[];
5102
5102
  }
@@ -5105,8 +5105,8 @@ export interface UpdateApplicationRequest {
5105
5105
  */
5106
5106
  export interface UpdateApplicationResult {
5107
5107
  /**
5108
- * @public
5109
5108
  * <p>Describes an application in the application catalog.</p>
5109
+ * @public
5110
5110
  */
5111
5111
  Application?: Application;
5112
5112
  }
@@ -5115,22 +5115,21 @@ export interface UpdateApplicationResult {
5115
5115
  */
5116
5116
  export interface UpdateDirectoryConfigRequest {
5117
5117
  /**
5118
- * @public
5119
5118
  * <p>The name of the Directory Config object.</p>
5119
+ * @public
5120
5120
  */
5121
5121
  DirectoryName: string | undefined;
5122
5122
  /**
5123
- * @public
5124
5123
  * <p>The distinguished names of the organizational units for computer accounts.</p>
5124
+ * @public
5125
5125
  */
5126
5126
  OrganizationalUnitDistinguishedNames?: string[];
5127
5127
  /**
5128
- * @public
5129
5128
  * <p>The credentials for the service account used by the fleet or image builder to connect to the directory.</p>
5129
+ * @public
5130
5130
  */
5131
5131
  ServiceAccountCredentials?: ServiceAccountCredentials;
5132
5132
  /**
5133
- * @public
5134
5133
  * <p>The certificate-based authentication properties used to authenticate SAML 2.0 Identity
5135
5134
  * Provider (IdP) user identities to Active Directory domain-joined streaming instances.
5136
5135
  * Fallback is turned on by default when certificate-based authentication is <b>Enabled</b> . Fallback allows users to log in using their AD
@@ -5138,6 +5137,7 @@ export interface UpdateDirectoryConfigRequest {
5138
5137
  * desktop lock screen. <b>Enabled_no_directory_login_fallback</b> enables certificate-based
5139
5138
  * authentication, but does not allow users to log in using their AD domain password. Users
5140
5139
  * will be disconnected to re-authenticate using certificates.</p>
5140
+ * @public
5141
5141
  */
5142
5142
  CertificateBasedAuthProperties?: CertificateBasedAuthProperties;
5143
5143
  }
@@ -5146,8 +5146,8 @@ export interface UpdateDirectoryConfigRequest {
5146
5146
  */
5147
5147
  export interface UpdateDirectoryConfigResult {
5148
5148
  /**
5149
- * @public
5150
5149
  * <p>Information about the Directory Config object.</p>
5150
+ * @public
5151
5151
  */
5152
5152
  DirectoryConfig?: DirectoryConfig;
5153
5153
  }
@@ -5156,28 +5156,28 @@ export interface UpdateDirectoryConfigResult {
5156
5156
  */
5157
5157
  export interface UpdateEntitlementRequest {
5158
5158
  /**
5159
- * @public
5160
5159
  * <p>The name of the entitlement.</p>
5160
+ * @public
5161
5161
  */
5162
5162
  Name: string | undefined;
5163
5163
  /**
5164
- * @public
5165
5164
  * <p>The name of the stack with which the entitlement is associated.</p>
5165
+ * @public
5166
5166
  */
5167
5167
  StackName: string | undefined;
5168
5168
  /**
5169
- * @public
5170
5169
  * <p>The description of the entitlement.</p>
5170
+ * @public
5171
5171
  */
5172
5172
  Description?: string;
5173
5173
  /**
5174
- * @public
5175
5174
  * <p>Specifies whether all or only selected apps are entitled.</p>
5175
+ * @public
5176
5176
  */
5177
5177
  AppVisibility?: AppVisibility;
5178
5178
  /**
5179
- * @public
5180
5179
  * <p>The attributes of the entitlement.</p>
5180
+ * @public
5181
5181
  */
5182
5182
  Attributes?: EntitlementAttribute[];
5183
5183
  }
@@ -5186,8 +5186,8 @@ export interface UpdateEntitlementRequest {
5186
5186
  */
5187
5187
  export interface UpdateEntitlementResult {
5188
5188
  /**
5189
- * @public
5190
5189
  * <p>The entitlement.</p>
5190
+ * @public
5191
5191
  */
5192
5192
  Entitlement?: Entitlement;
5193
5193
  }
@@ -5196,22 +5196,21 @@ export interface UpdateEntitlementResult {
5196
5196
  */
5197
5197
  export interface UpdateFleetRequest {
5198
5198
  /**
5199
- * @public
5200
5199
  * <p>The name of the image used to create the fleet.</p>
5200
+ * @public
5201
5201
  */
5202
5202
  ImageName?: string;
5203
5203
  /**
5204
- * @public
5205
5204
  * <p>The ARN of the public, private, or shared image to use.</p>
5205
+ * @public
5206
5206
  */
5207
5207
  ImageArn?: string;
5208
5208
  /**
5209
- * @public
5210
5209
  * <p>A unique name for the fleet.</p>
5210
+ * @public
5211
5211
  */
5212
5212
  Name?: string;
5213
5213
  /**
5214
- * @public
5215
5214
  * <p>The instance type to use when launching fleet instances. The following instance types are available:</p>
5216
5215
  * <ul>
5217
5216
  * <li>
@@ -5338,59 +5337,59 @@ export interface UpdateFleetRequest {
5338
5337
  * <p>stream.standard.2xlarge</p>
5339
5338
  * </li>
5340
5339
  * </ul>
5340
+ * @public
5341
5341
  */
5342
5342
  InstanceType?: string;
5343
5343
  /**
5344
- * @public
5345
5344
  * <p>The desired capacity for the fleet. This is not allowed for Elastic fleets.</p>
5345
+ * @public
5346
5346
  */
5347
5347
  ComputeCapacity?: ComputeCapacity;
5348
5348
  /**
5349
- * @public
5350
5349
  * <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>
5350
+ * @public
5351
5351
  */
5352
5352
  VpcConfig?: VpcConfig;
5353
5353
  /**
5354
- * @public
5355
5354
  * <p>The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance.</p>
5356
5355
  * <p>Specify a value between 600 and 432000.</p>
5356
+ * @public
5357
5357
  */
5358
5358
  MaxUserDurationInSeconds?: number;
5359
5359
  /**
5360
- * @public
5361
5360
  * <p>The amount of time that a streaming session remains active after users disconnect. If users try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance. </p>
5362
5361
  * <p>Specify a value between 60 and 360000.</p>
5362
+ * @public
5363
5363
  */
5364
5364
  DisconnectTimeoutInSeconds?: number;
5365
5365
  /**
5366
- * @public
5367
5366
  * @deprecated
5368
5367
  *
5369
5368
  * <p>Deletes the VPC association for the specified fleet.</p>
5369
+ * @public
5370
5370
  */
5371
5371
  DeleteVpcConfig?: boolean;
5372
5372
  /**
5373
- * @public
5374
5373
  * <p>The description to display.</p>
5374
+ * @public
5375
5375
  */
5376
5376
  Description?: string;
5377
5377
  /**
5378
- * @public
5379
5378
  * <p>The fleet name to display.</p>
5379
+ * @public
5380
5380
  */
5381
5381
  DisplayName?: string;
5382
5382
  /**
5383
- * @public
5384
5383
  * <p>Enables or disables default internet access for the fleet.</p>
5384
+ * @public
5385
5385
  */
5386
5386
  EnableDefaultInternetAccess?: boolean;
5387
5387
  /**
5388
- * @public
5389
5388
  * <p>The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain. </p>
5389
+ * @public
5390
5390
  */
5391
5391
  DomainJoinInfo?: DomainJoinInfo;
5392
5392
  /**
5393
- * @public
5394
5393
  * <p>The amount of time that users can be idle (inactive) before they are disconnected
5395
5394
  * from their streaming session and the <code>DisconnectTimeoutInSeconds</code> time
5396
5395
  * interval begins. Users are notified before they are disconnected due to inactivity. If
@@ -5405,48 +5404,49 @@ export interface UpdateFleetRequest {
5405
5404
  * <note>
5406
5405
  * <p>If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don't do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity. </p>
5407
5406
  * </note>
5407
+ * @public
5408
5408
  */
5409
5409
  IdleDisconnectTimeoutInSeconds?: number;
5410
5410
  /**
5411
- * @public
5412
5411
  * <p>The fleet attributes to delete.</p>
5412
+ * @public
5413
5413
  */
5414
5414
  AttributesToDelete?: FleetAttribute[];
5415
5415
  /**
5416
- * @public
5417
5416
  * <p>The Amazon Resource Name (ARN) of the IAM role to apply to the fleet. To assume a role, a fleet instance calls the AWS Security Token Service (STS) <code>AssumeRole</code> API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the <b>appstream_machine_role</b> credential profile on the instance.</p>
5418
5417
  * <p>For more information, see <a href="https://docs.aws.amazon.com/appstream2/latest/developerguide/using-iam-roles-to-grant-permissions-to-applications-scripts-streaming-instances.html">Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances</a> in the <i>Amazon AppStream 2.0 Administration Guide</i>.</p>
5418
+ * @public
5419
5419
  */
5420
5420
  IamRoleArn?: string;
5421
5421
  /**
5422
- * @public
5423
5422
  * <p>The AppStream 2.0 view that is displayed to your users when they stream from the fleet. When <code>APP</code> is specified, only the windows of applications opened by users display. When <code>DESKTOP</code> is specified, the standard desktop that is provided by the operating system displays.</p>
5424
5423
  * <p>The default value is <code>APP</code>.</p>
5424
+ * @public
5425
5425
  */
5426
5426
  StreamView?: StreamView;
5427
5427
  /**
5428
- * @public
5429
5428
  * <p>The platform of the fleet. WINDOWS_SERVER_2019 and AMAZON_LINUX2 are supported for Elastic fleets. </p>
5429
+ * @public
5430
5430
  */
5431
5431
  Platform?: PlatformType;
5432
5432
  /**
5433
- * @public
5434
5433
  * <p>The maximum number of concurrent sessions for a fleet.</p>
5434
+ * @public
5435
5435
  */
5436
5436
  MaxConcurrentSessions?: number;
5437
5437
  /**
5438
- * @public
5439
5438
  * <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>
5439
+ * @public
5440
5440
  */
5441
5441
  UsbDeviceFilterStrings?: string[];
5442
5442
  /**
5443
- * @public
5444
5443
  * <p>The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets. </p>
5444
+ * @public
5445
5445
  */
5446
5446
  SessionScriptS3Location?: S3Location;
5447
5447
  /**
5448
- * @public
5449
5448
  * <p>The maximum number of user sessions on an instance. This only applies to multi-session fleets.</p>
5449
+ * @public
5450
5450
  */
5451
5451
  MaxSessionsPerInstance?: number;
5452
5452
  }
@@ -5455,8 +5455,8 @@ export interface UpdateFleetRequest {
5455
5455
  */
5456
5456
  export interface UpdateFleetResult {
5457
5457
  /**
5458
- * @public
5459
5458
  * <p>Information about the fleet.</p>
5459
+ * @public
5460
5460
  */
5461
5461
  Fleet?: Fleet;
5462
5462
  }
@@ -5465,18 +5465,18 @@ export interface UpdateFleetResult {
5465
5465
  */
5466
5466
  export interface UpdateImagePermissionsRequest {
5467
5467
  /**
5468
- * @public
5469
5468
  * <p>The name of the private image.</p>
5469
+ * @public
5470
5470
  */
5471
5471
  Name: string | undefined;
5472
5472
  /**
5473
- * @public
5474
5473
  * <p>The 12-digit identifier of the AWS account for which you want add or update image permissions.</p>
5474
+ * @public
5475
5475
  */
5476
5476
  SharedAccountId: string | undefined;
5477
5477
  /**
5478
- * @public
5479
5478
  * <p>The permissions for the image.</p>
5479
+ * @public
5480
5480
  */
5481
5481
  ImagePermissions: ImagePermissions | undefined;
5482
5482
  }
@@ -5512,70 +5512,70 @@ export type StackAttribute = (typeof StackAttribute)[keyof typeof StackAttribute
5512
5512
  */
5513
5513
  export interface UpdateStackRequest {
5514
5514
  /**
5515
- * @public
5516
5515
  * <p>The stack name to display.</p>
5516
+ * @public
5517
5517
  */
5518
5518
  DisplayName?: string;
5519
5519
  /**
5520
- * @public
5521
5520
  * <p>The description to display.</p>
5521
+ * @public
5522
5522
  */
5523
5523
  Description?: string;
5524
5524
  /**
5525
- * @public
5526
5525
  * <p>The name of the stack.</p>
5526
+ * @public
5527
5527
  */
5528
5528
  Name: string | undefined;
5529
5529
  /**
5530
- * @public
5531
5530
  * <p>The storage connectors to enable.</p>
5531
+ * @public
5532
5532
  */
5533
5533
  StorageConnectors?: StorageConnector[];
5534
5534
  /**
5535
- * @public
5536
5535
  * @deprecated
5537
5536
  *
5538
5537
  * <p>Deletes the storage connectors currently enabled for the stack.</p>
5538
+ * @public
5539
5539
  */
5540
5540
  DeleteStorageConnectors?: boolean;
5541
5541
  /**
5542
- * @public
5543
5542
  * <p>The URL that users are redirected to after their streaming session ends.</p>
5543
+ * @public
5544
5544
  */
5545
5545
  RedirectURL?: string;
5546
5546
  /**
5547
- * @public
5548
5547
  * <p>The URL that users are redirected to after they choose the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.</p>
5548
+ * @public
5549
5549
  */
5550
5550
  FeedbackURL?: string;
5551
5551
  /**
5552
- * @public
5553
5552
  * <p>The stack attributes to delete.</p>
5553
+ * @public
5554
5554
  */
5555
5555
  AttributesToDelete?: StackAttribute[];
5556
5556
  /**
5557
- * @public
5558
5557
  * <p>The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.</p>
5558
+ * @public
5559
5559
  */
5560
5560
  UserSettings?: UserSetting[];
5561
5561
  /**
5562
- * @public
5563
5562
  * <p>The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.</p>
5563
+ * @public
5564
5564
  */
5565
5565
  ApplicationSettings?: ApplicationSettings;
5566
5566
  /**
5567
- * @public
5568
5567
  * <p>The list of interface VPC endpoint (interface endpoint) objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.</p>
5568
+ * @public
5569
5569
  */
5570
5570
  AccessEndpoints?: AccessEndpoint[];
5571
5571
  /**
5572
- * @public
5573
5572
  * <p>The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions. </p>
5573
+ * @public
5574
5574
  */
5575
5575
  EmbedHostDomains?: string[];
5576
5576
  /**
5577
- * @public
5578
5577
  * <p>The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.</p>
5578
+ * @public
5579
5579
  */
5580
5580
  StreamingExperienceSettings?: StreamingExperienceSettings;
5581
5581
  }
@@ -5584,8 +5584,8 @@ export interface UpdateStackRequest {
5584
5584
  */
5585
5585
  export interface UpdateStackResult {
5586
5586
  /**
5587
- * @public
5588
5587
  * <p>Information about the stack.</p>
5588
+ * @public
5589
5589
  */
5590
5590
  Stack?: Stack;
5591
5591
  }