@aws-sdk/client-appstream 3.42.0 → 3.47.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +51 -0
- package/README.md +7 -7
- package/dist-cjs/AppStream.js +255 -0
- package/dist-cjs/commands/AssociateApplicationFleetCommand.js +36 -0
- package/dist-cjs/commands/AssociateApplicationToEntitlementCommand.js +36 -0
- package/dist-cjs/commands/CreateAppBlockCommand.js +36 -0
- package/dist-cjs/commands/CreateApplicationCommand.js +36 -0
- package/dist-cjs/commands/CreateEntitlementCommand.js +36 -0
- package/dist-cjs/commands/DeleteAppBlockCommand.js +36 -0
- package/dist-cjs/commands/DeleteApplicationCommand.js +36 -0
- package/dist-cjs/commands/DeleteEntitlementCommand.js +36 -0
- package/dist-cjs/commands/DescribeAppBlocksCommand.js +36 -0
- package/dist-cjs/commands/DescribeApplicationFleetAssociationsCommand.js +36 -0
- package/dist-cjs/commands/DescribeApplicationsCommand.js +36 -0
- package/dist-cjs/commands/DescribeEntitlementsCommand.js +36 -0
- package/dist-cjs/commands/DisassociateApplicationFleetCommand.js +36 -0
- package/dist-cjs/commands/DisassociateApplicationFromEntitlementCommand.js +36 -0
- package/dist-cjs/commands/ListEntitledApplicationsCommand.js +36 -0
- package/dist-cjs/commands/UpdateApplicationCommand.js +36 -0
- package/dist-cjs/commands/UpdateEntitlementCommand.js +36 -0
- package/dist-cjs/commands/index.js +17 -0
- package/dist-cjs/endpoints.js +1 -12
- package/dist-cjs/models/models_0.js +254 -68
- package/dist-cjs/protocols/Aws_json1_1.js +1964 -115
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/AppStream.js +255 -0
- package/dist-es/commands/AssociateApplicationFleetCommand.js +39 -0
- package/dist-es/commands/AssociateApplicationToEntitlementCommand.js +39 -0
- package/dist-es/commands/CreateAppBlockCommand.js +39 -0
- package/dist-es/commands/CreateApplicationCommand.js +39 -0
- package/dist-es/commands/CreateEntitlementCommand.js +39 -0
- package/dist-es/commands/DeleteAppBlockCommand.js +39 -0
- package/dist-es/commands/DeleteApplicationCommand.js +39 -0
- package/dist-es/commands/DeleteEntitlementCommand.js +39 -0
- package/dist-es/commands/DescribeAppBlocksCommand.js +39 -0
- package/dist-es/commands/DescribeApplicationFleetAssociationsCommand.js +39 -0
- package/dist-es/commands/DescribeApplicationsCommand.js +39 -0
- package/dist-es/commands/DescribeEntitlementsCommand.js +39 -0
- package/dist-es/commands/DisassociateApplicationFleetCommand.js +39 -0
- package/dist-es/commands/DisassociateApplicationFromEntitlementCommand.js +39 -0
- package/dist-es/commands/ListEntitledApplicationsCommand.js +39 -0
- package/dist-es/commands/UpdateApplicationCommand.js +39 -0
- package/dist-es/commands/UpdateEntitlementCommand.js +39 -0
- package/dist-es/commands/index.js +17 -0
- package/dist-es/endpoints.js +1 -12
- package/dist-es/models/models_0.js +176 -48
- package/dist-es/protocols/Aws_json1_1.js +2134 -222
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/AppStream.d.ts +158 -4
- package/dist-types/AppStreamClient.d.ts +24 -3
- package/dist-types/commands/AssociateApplicationFleetCommand.d.ts +35 -0
- package/dist-types/commands/AssociateApplicationToEntitlementCommand.d.ts +35 -0
- package/dist-types/commands/CreateAppBlockCommand.d.ts +41 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +41 -0
- package/dist-types/commands/CreateEntitlementCommand.d.ts +40 -0
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAppBlockCommand.d.ts +35 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +35 -0
- package/dist-types/commands/DeleteEntitlementCommand.d.ts +35 -0
- package/dist-types/commands/DescribeAppBlocksCommand.d.ts +35 -0
- package/dist-types/commands/DescribeApplicationFleetAssociationsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeApplicationsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeEntitlementsCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateApplicationFleetCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateApplicationFromEntitlementCommand.d.ts +35 -0
- package/dist-types/commands/ListEntitledApplicationsCommand.d.ts +35 -0
- package/dist-types/commands/UpdateApplicationCommand.d.ts +35 -0
- package/dist-types/commands/UpdateEntitlementCommand.d.ts +35 -0
- package/dist-types/commands/UpdateFleetCommand.d.ts +21 -3
- package/dist-types/commands/index.d.ts +17 -0
- package/dist-types/models/models_0.d.ts +982 -95
- package/dist-types/protocols/Aws_json1_1.d.ts +51 -0
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/AppStream.d.ts +85 -0
- package/dist-types/ts3.4/AppStreamClient.d.ts +22 -3
- package/dist-types/ts3.4/commands/AssociateApplicationFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateApplicationToEntitlementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAppBlockCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEntitlementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAppBlockCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEntitlementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAppBlocksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeApplicationFleetAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEntitlementsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateApplicationFleetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateApplicationFromEntitlementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEntitledApplicationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateEntitlementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +17 -0
- package/dist-types/ts3.4/models/models_0.d.ts +549 -64
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +51 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +39 -46
|
@@ -30,6 +30,98 @@ export declare enum Action {
|
|
|
30
30
|
FILE_UPLOAD = "FILE_UPLOAD",
|
|
31
31
|
PRINTING_TO_LOCAL_DEVICE = "PRINTING_TO_LOCAL_DEVICE"
|
|
32
32
|
}
|
|
33
|
+
/**
|
|
34
|
+
* <p>Describes the S3 location.</p>
|
|
35
|
+
*/
|
|
36
|
+
export interface S3Location {
|
|
37
|
+
/**
|
|
38
|
+
* <p>The S3 bucket of the S3 object.</p>
|
|
39
|
+
*/
|
|
40
|
+
S3Bucket: string | undefined;
|
|
41
|
+
/**
|
|
42
|
+
* <p>The S3 key of the S3 object.</p>
|
|
43
|
+
*/
|
|
44
|
+
S3Key: string | undefined;
|
|
45
|
+
}
|
|
46
|
+
export declare namespace S3Location {
|
|
47
|
+
/**
|
|
48
|
+
* @internal
|
|
49
|
+
*/
|
|
50
|
+
const filterSensitiveLog: (obj: S3Location) => any;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* <p>Describes the details of the script.</p>
|
|
54
|
+
*/
|
|
55
|
+
export interface ScriptDetails {
|
|
56
|
+
/**
|
|
57
|
+
* <p>The S3 object location for the script.</p>
|
|
58
|
+
*/
|
|
59
|
+
ScriptS3Location: S3Location | undefined;
|
|
60
|
+
/**
|
|
61
|
+
* <p>The run path for the script.</p>
|
|
62
|
+
*/
|
|
63
|
+
ExecutablePath: string | undefined;
|
|
64
|
+
/**
|
|
65
|
+
* <p>The runtime parameters passed to the run path for the script.</p>
|
|
66
|
+
*/
|
|
67
|
+
ExecutableParameters?: string;
|
|
68
|
+
/**
|
|
69
|
+
* <p>The run timeout, in seconds, for the script.</p>
|
|
70
|
+
*/
|
|
71
|
+
TimeoutInSeconds: number | undefined;
|
|
72
|
+
}
|
|
73
|
+
export declare namespace ScriptDetails {
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
77
|
+
const filterSensitiveLog: (obj: ScriptDetails) => any;
|
|
78
|
+
}
|
|
79
|
+
/**
|
|
80
|
+
* <p>Describes an app block.</p>
|
|
81
|
+
* <p>App blocks are an Amazon AppStream 2.0 resource that stores the details about the
|
|
82
|
+
* virtual hard disk in an S3 bucket. It also stores the setup script with details about
|
|
83
|
+
* how to mount the virtual hard disk. The virtual hard disk includes the application
|
|
84
|
+
* binaries and other files necessary to launch your applications. Multiple applications
|
|
85
|
+
* can be assigned to a single app block.</p>
|
|
86
|
+
* <p>This is only supported for Elastic fleets.</p>
|
|
87
|
+
*/
|
|
88
|
+
export interface AppBlock {
|
|
89
|
+
/**
|
|
90
|
+
* <p>The name of the app block.</p>
|
|
91
|
+
*/
|
|
92
|
+
Name: string | undefined;
|
|
93
|
+
/**
|
|
94
|
+
* <p>The ARN of the app block.</p>
|
|
95
|
+
*/
|
|
96
|
+
Arn: string | undefined;
|
|
97
|
+
/**
|
|
98
|
+
* <p>The description of the app block.</p>
|
|
99
|
+
*/
|
|
100
|
+
Description?: string;
|
|
101
|
+
/**
|
|
102
|
+
* <p>The display name of the app block.</p>
|
|
103
|
+
*/
|
|
104
|
+
DisplayName?: string;
|
|
105
|
+
/**
|
|
106
|
+
* <p>The source S3 location of the app block.</p>
|
|
107
|
+
*/
|
|
108
|
+
SourceS3Location?: S3Location;
|
|
109
|
+
/**
|
|
110
|
+
* <p>The setup script details of the app block.</p>
|
|
111
|
+
*/
|
|
112
|
+
SetupScriptDetails: ScriptDetails | undefined;
|
|
113
|
+
/**
|
|
114
|
+
* <p>The created time of the app block.</p>
|
|
115
|
+
*/
|
|
116
|
+
CreatedTime?: Date;
|
|
117
|
+
}
|
|
118
|
+
export declare namespace AppBlock {
|
|
119
|
+
/**
|
|
120
|
+
* @internal
|
|
121
|
+
*/
|
|
122
|
+
const filterSensitiveLog: (obj: AppBlock) => any;
|
|
123
|
+
}
|
|
124
|
+
export declare type PlatformType = "AMAZON_LINUX2" | "WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019";
|
|
33
125
|
/**
|
|
34
126
|
* <p>Describes an application in the application catalog.</p>
|
|
35
127
|
*/
|
|
@@ -64,6 +156,38 @@ export interface Application {
|
|
|
64
156
|
Metadata?: {
|
|
65
157
|
[key: string]: string;
|
|
66
158
|
};
|
|
159
|
+
/**
|
|
160
|
+
* <p>The working directory for the application.</p>
|
|
161
|
+
*/
|
|
162
|
+
WorkingDirectory?: string;
|
|
163
|
+
/**
|
|
164
|
+
* <p>The description of the application.</p>
|
|
165
|
+
*/
|
|
166
|
+
Description?: string;
|
|
167
|
+
/**
|
|
168
|
+
* <p>The ARN of the application.</p>
|
|
169
|
+
*/
|
|
170
|
+
Arn?: string;
|
|
171
|
+
/**
|
|
172
|
+
* <p>The app block ARN of the application.</p>
|
|
173
|
+
*/
|
|
174
|
+
AppBlockArn?: string;
|
|
175
|
+
/**
|
|
176
|
+
* <p>The S3 location of the application icon.</p>
|
|
177
|
+
*/
|
|
178
|
+
IconS3Location?: S3Location;
|
|
179
|
+
/**
|
|
180
|
+
* <p>The platforms on which the application can run.</p>
|
|
181
|
+
*/
|
|
182
|
+
Platforms?: (PlatformType | string)[];
|
|
183
|
+
/**
|
|
184
|
+
* <p>The instance families for the application.</p>
|
|
185
|
+
*/
|
|
186
|
+
InstanceFamilies?: string[];
|
|
187
|
+
/**
|
|
188
|
+
* <p>The time at which the application was created within the app block.</p>
|
|
189
|
+
*/
|
|
190
|
+
CreatedTime?: Date;
|
|
67
191
|
}
|
|
68
192
|
export declare namespace Application {
|
|
69
193
|
/**
|
|
@@ -71,6 +195,29 @@ export declare namespace Application {
|
|
|
71
195
|
*/
|
|
72
196
|
const filterSensitiveLog: (obj: Application) => any;
|
|
73
197
|
}
|
|
198
|
+
export declare enum ApplicationAttribute {
|
|
199
|
+
LAUNCH_PARAMETERS = "LAUNCH_PARAMETERS",
|
|
200
|
+
WORKING_DIRECTORY = "WORKING_DIRECTORY"
|
|
201
|
+
}
|
|
202
|
+
/**
|
|
203
|
+
* <p>Describes the application fleet association.</p>
|
|
204
|
+
*/
|
|
205
|
+
export interface ApplicationFleetAssociation {
|
|
206
|
+
/**
|
|
207
|
+
* <p>The name of the fleet associated with the application.</p>
|
|
208
|
+
*/
|
|
209
|
+
FleetName: string | undefined;
|
|
210
|
+
/**
|
|
211
|
+
* <p>The ARN of the application associated with the fleet.</p>
|
|
212
|
+
*/
|
|
213
|
+
ApplicationArn: string | undefined;
|
|
214
|
+
}
|
|
215
|
+
export declare namespace ApplicationFleetAssociation {
|
|
216
|
+
/**
|
|
217
|
+
* @internal
|
|
218
|
+
*/
|
|
219
|
+
const filterSensitiveLog: (obj: ApplicationFleetAssociation) => any;
|
|
220
|
+
}
|
|
74
221
|
/**
|
|
75
222
|
* <p>The persistent application settings for users of a stack.</p>
|
|
76
223
|
*/
|
|
@@ -114,29 +261,39 @@ export declare namespace ApplicationSettingsResponse {
|
|
|
114
261
|
*/
|
|
115
262
|
const filterSensitiveLog: (obj: ApplicationSettingsResponse) => any;
|
|
116
263
|
}
|
|
117
|
-
export
|
|
264
|
+
export declare enum AppVisibility {
|
|
265
|
+
ALL = "ALL",
|
|
266
|
+
ASSOCIATED = "ASSOCIATED"
|
|
267
|
+
}
|
|
268
|
+
export interface AssociateApplicationFleetRequest {
|
|
118
269
|
/**
|
|
119
|
-
* <p>The name of the fleet
|
|
270
|
+
* <p>The name of the fleet.</p>
|
|
120
271
|
*/
|
|
121
272
|
FleetName: string | undefined;
|
|
122
273
|
/**
|
|
123
|
-
* <p>The
|
|
274
|
+
* <p>The ARN of the application.</p>
|
|
124
275
|
*/
|
|
125
|
-
|
|
276
|
+
ApplicationArn: string | undefined;
|
|
126
277
|
}
|
|
127
|
-
export declare namespace
|
|
278
|
+
export declare namespace AssociateApplicationFleetRequest {
|
|
128
279
|
/**
|
|
129
280
|
* @internal
|
|
130
281
|
*/
|
|
131
|
-
const filterSensitiveLog: (obj:
|
|
282
|
+
const filterSensitiveLog: (obj: AssociateApplicationFleetRequest) => any;
|
|
132
283
|
}
|
|
133
|
-
export interface
|
|
284
|
+
export interface AssociateApplicationFleetResult {
|
|
285
|
+
/**
|
|
286
|
+
* <p>If fleet name is specified, this returns the list of applications that are associated
|
|
287
|
+
* to it. If application ARN is specified, this returns the list of fleets to which it is
|
|
288
|
+
* associated.</p>
|
|
289
|
+
*/
|
|
290
|
+
ApplicationFleetAssociation?: ApplicationFleetAssociation;
|
|
134
291
|
}
|
|
135
|
-
export declare namespace
|
|
292
|
+
export declare namespace AssociateApplicationFleetResult {
|
|
136
293
|
/**
|
|
137
294
|
* @internal
|
|
138
295
|
*/
|
|
139
|
-
const filterSensitiveLog: (obj:
|
|
296
|
+
const filterSensitiveLog: (obj: AssociateApplicationFleetResult) => any;
|
|
140
297
|
}
|
|
141
298
|
/**
|
|
142
299
|
* <p>An API error occurred. Wait a few minutes and try again.</p>
|
|
@@ -149,96 +306,134 @@ export interface ConcurrentModificationException extends __SmithyException, $Met
|
|
|
149
306
|
*/
|
|
150
307
|
Message?: string;
|
|
151
308
|
}
|
|
152
|
-
|
|
309
|
+
/**
|
|
310
|
+
* <p>Indicates an incorrect combination of parameters, or a missing parameter.</p>
|
|
311
|
+
*/
|
|
312
|
+
export interface InvalidParameterCombinationException extends __SmithyException, $MetadataBearer {
|
|
313
|
+
name: "InvalidParameterCombinationException";
|
|
314
|
+
$fault: "client";
|
|
153
315
|
/**
|
|
154
|
-
*
|
|
316
|
+
* <p>The error message in the exception.</p>
|
|
155
317
|
*/
|
|
156
|
-
|
|
318
|
+
Message?: string;
|
|
157
319
|
}
|
|
158
320
|
/**
|
|
159
|
-
* <p>The
|
|
321
|
+
* <p>The requested limit exceeds the permitted limit for an account.</p>
|
|
160
322
|
*/
|
|
161
|
-
export interface
|
|
162
|
-
name: "
|
|
323
|
+
export interface LimitExceededException extends __SmithyException, $MetadataBearer {
|
|
324
|
+
name: "LimitExceededException";
|
|
163
325
|
$fault: "client";
|
|
164
326
|
/**
|
|
165
327
|
* <p>The error message in the exception.</p>
|
|
166
328
|
*/
|
|
167
329
|
Message?: string;
|
|
168
330
|
}
|
|
169
|
-
|
|
331
|
+
/**
|
|
332
|
+
* <p>The attempted operation is not permitted.</p>
|
|
333
|
+
*/
|
|
334
|
+
export interface OperationNotPermittedException extends __SmithyException, $MetadataBearer {
|
|
335
|
+
name: "OperationNotPermittedException";
|
|
336
|
+
$fault: "client";
|
|
170
337
|
/**
|
|
171
|
-
*
|
|
338
|
+
* <p>The error message in the exception.</p>
|
|
172
339
|
*/
|
|
173
|
-
|
|
340
|
+
Message?: string;
|
|
174
341
|
}
|
|
175
342
|
/**
|
|
176
|
-
* <p>The resource
|
|
343
|
+
* <p>The specified resource was not found.</p>
|
|
177
344
|
*/
|
|
178
|
-
export interface
|
|
179
|
-
name: "
|
|
345
|
+
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
346
|
+
name: "ResourceNotFoundException";
|
|
180
347
|
$fault: "client";
|
|
181
348
|
/**
|
|
182
349
|
* <p>The error message in the exception.</p>
|
|
183
350
|
*/
|
|
184
351
|
Message?: string;
|
|
185
352
|
}
|
|
186
|
-
export
|
|
353
|
+
export interface AssociateApplicationToEntitlementRequest {
|
|
187
354
|
/**
|
|
188
|
-
*
|
|
355
|
+
* <p>The name of the stack.</p>
|
|
356
|
+
*/
|
|
357
|
+
StackName: string | undefined;
|
|
358
|
+
/**
|
|
359
|
+
* <p>The name of the entitlement.</p>
|
|
360
|
+
*/
|
|
361
|
+
EntitlementName: string | undefined;
|
|
362
|
+
/**
|
|
363
|
+
* <p>The identifier of the application.</p>
|
|
189
364
|
*/
|
|
190
|
-
|
|
365
|
+
ApplicationIdentifier: string | undefined;
|
|
191
366
|
}
|
|
192
|
-
|
|
193
|
-
* <p>The requested limit exceeds the permitted limit for an account.</p>
|
|
194
|
-
*/
|
|
195
|
-
export interface LimitExceededException extends __SmithyException, $MetadataBearer {
|
|
196
|
-
name: "LimitExceededException";
|
|
197
|
-
$fault: "client";
|
|
367
|
+
export declare namespace AssociateApplicationToEntitlementRequest {
|
|
198
368
|
/**
|
|
199
|
-
*
|
|
369
|
+
* @internal
|
|
200
370
|
*/
|
|
201
|
-
|
|
371
|
+
const filterSensitiveLog: (obj: AssociateApplicationToEntitlementRequest) => any;
|
|
202
372
|
}
|
|
203
|
-
export
|
|
373
|
+
export interface AssociateApplicationToEntitlementResult {
|
|
374
|
+
}
|
|
375
|
+
export declare namespace AssociateApplicationToEntitlementResult {
|
|
204
376
|
/**
|
|
205
377
|
* @internal
|
|
206
378
|
*/
|
|
207
|
-
const filterSensitiveLog: (obj:
|
|
379
|
+
const filterSensitiveLog: (obj: AssociateApplicationToEntitlementResult) => any;
|
|
208
380
|
}
|
|
209
381
|
/**
|
|
210
|
-
* <p>The
|
|
382
|
+
* <p>The entitlement can't be found.</p>
|
|
211
383
|
*/
|
|
212
|
-
export interface
|
|
213
|
-
name: "
|
|
384
|
+
export interface EntitlementNotFoundException extends __SmithyException, $MetadataBearer {
|
|
385
|
+
name: "EntitlementNotFoundException";
|
|
214
386
|
$fault: "client";
|
|
215
387
|
/**
|
|
216
388
|
* <p>The error message in the exception.</p>
|
|
217
389
|
*/
|
|
218
390
|
Message?: string;
|
|
219
391
|
}
|
|
220
|
-
export
|
|
392
|
+
export interface AssociateFleetRequest {
|
|
393
|
+
/**
|
|
394
|
+
* <p>The name of the fleet. </p>
|
|
395
|
+
*/
|
|
396
|
+
FleetName: string | undefined;
|
|
397
|
+
/**
|
|
398
|
+
* <p>The name of the stack.</p>
|
|
399
|
+
*/
|
|
400
|
+
StackName: string | undefined;
|
|
401
|
+
}
|
|
402
|
+
export declare namespace AssociateFleetRequest {
|
|
403
|
+
/**
|
|
404
|
+
* @internal
|
|
405
|
+
*/
|
|
406
|
+
const filterSensitiveLog: (obj: AssociateFleetRequest) => any;
|
|
407
|
+
}
|
|
408
|
+
export interface AssociateFleetResult {
|
|
409
|
+
}
|
|
410
|
+
export declare namespace AssociateFleetResult {
|
|
221
411
|
/**
|
|
222
412
|
* @internal
|
|
223
413
|
*/
|
|
224
|
-
const filterSensitiveLog: (obj:
|
|
414
|
+
const filterSensitiveLog: (obj: AssociateFleetResult) => any;
|
|
225
415
|
}
|
|
226
416
|
/**
|
|
227
|
-
* <p>The
|
|
417
|
+
* <p>The image can't be updated because it's not compatible for updates.</p>
|
|
228
418
|
*/
|
|
229
|
-
export interface
|
|
230
|
-
name: "
|
|
419
|
+
export interface IncompatibleImageException extends __SmithyException, $MetadataBearer {
|
|
420
|
+
name: "IncompatibleImageException";
|
|
231
421
|
$fault: "client";
|
|
232
422
|
/**
|
|
233
423
|
* <p>The error message in the exception.</p>
|
|
234
424
|
*/
|
|
235
425
|
Message?: string;
|
|
236
426
|
}
|
|
237
|
-
|
|
427
|
+
/**
|
|
428
|
+
* <p>The resource cannot be created because your AWS account is suspended. For assistance, contact AWS Support. </p>
|
|
429
|
+
*/
|
|
430
|
+
export interface InvalidAccountStatusException extends __SmithyException, $MetadataBearer {
|
|
431
|
+
name: "InvalidAccountStatusException";
|
|
432
|
+
$fault: "client";
|
|
238
433
|
/**
|
|
239
|
-
*
|
|
434
|
+
* <p>The error message in the exception.</p>
|
|
240
435
|
*/
|
|
241
|
-
|
|
436
|
+
Message?: string;
|
|
242
437
|
}
|
|
243
438
|
export declare enum AuthenticationType {
|
|
244
439
|
API = "API",
|
|
@@ -329,23 +524,6 @@ export declare namespace BatchAssociateUserStackResult {
|
|
|
329
524
|
*/
|
|
330
525
|
const filterSensitiveLog: (obj: BatchAssociateUserStackResult) => any;
|
|
331
526
|
}
|
|
332
|
-
/**
|
|
333
|
-
* <p>Indicates an incorrect combination of parameters, or a missing parameter.</p>
|
|
334
|
-
*/
|
|
335
|
-
export interface InvalidParameterCombinationException extends __SmithyException, $MetadataBearer {
|
|
336
|
-
name: "InvalidParameterCombinationException";
|
|
337
|
-
$fault: "client";
|
|
338
|
-
/**
|
|
339
|
-
* <p>The error message in the exception.</p>
|
|
340
|
-
*/
|
|
341
|
-
Message?: string;
|
|
342
|
-
}
|
|
343
|
-
export declare namespace InvalidParameterCombinationException {
|
|
344
|
-
/**
|
|
345
|
-
* @internal
|
|
346
|
-
*/
|
|
347
|
-
const filterSensitiveLog: (obj: InvalidParameterCombinationException) => any;
|
|
348
|
-
}
|
|
349
527
|
export interface BatchDisassociateUserStackRequest {
|
|
350
528
|
/**
|
|
351
529
|
* <p>The list of UserStackAssociation objects.</p>
|
|
@@ -460,12 +638,6 @@ export interface ResourceAlreadyExistsException extends __SmithyException, $Meta
|
|
|
460
638
|
*/
|
|
461
639
|
Message?: string;
|
|
462
640
|
}
|
|
463
|
-
export declare namespace ResourceAlreadyExistsException {
|
|
464
|
-
/**
|
|
465
|
-
* @internal
|
|
466
|
-
*/
|
|
467
|
-
const filterSensitiveLog: (obj: ResourceAlreadyExistsException) => any;
|
|
468
|
-
}
|
|
469
641
|
/**
|
|
470
642
|
* <p>The specified resource exists and is not in use, but isn't available.</p>
|
|
471
643
|
*/
|
|
@@ -477,11 +649,117 @@ export interface ResourceNotAvailableException extends __SmithyException, $Metad
|
|
|
477
649
|
*/
|
|
478
650
|
Message?: string;
|
|
479
651
|
}
|
|
480
|
-
export
|
|
652
|
+
export interface CreateAppBlockRequest {
|
|
653
|
+
/**
|
|
654
|
+
* <p>The name of the app block.</p>
|
|
655
|
+
*/
|
|
656
|
+
Name: string | undefined;
|
|
657
|
+
/**
|
|
658
|
+
* <p>The description of the app block.</p>
|
|
659
|
+
*/
|
|
660
|
+
Description?: string;
|
|
661
|
+
/**
|
|
662
|
+
* <p>The display name of the app block. This is not displayed to the user.</p>
|
|
663
|
+
*/
|
|
664
|
+
DisplayName?: string;
|
|
665
|
+
/**
|
|
666
|
+
* <p>The source S3 location of the app block.</p>
|
|
667
|
+
*/
|
|
668
|
+
SourceS3Location: S3Location | undefined;
|
|
669
|
+
/**
|
|
670
|
+
* <p>The setup script details of the app block.</p>
|
|
671
|
+
*/
|
|
672
|
+
SetupScriptDetails: ScriptDetails | undefined;
|
|
673
|
+
/**
|
|
674
|
+
* <p>The tags assigned to the app block.</p>
|
|
675
|
+
*/
|
|
676
|
+
Tags?: {
|
|
677
|
+
[key: string]: string;
|
|
678
|
+
};
|
|
679
|
+
}
|
|
680
|
+
export declare namespace CreateAppBlockRequest {
|
|
681
|
+
/**
|
|
682
|
+
* @internal
|
|
683
|
+
*/
|
|
684
|
+
const filterSensitiveLog: (obj: CreateAppBlockRequest) => any;
|
|
685
|
+
}
|
|
686
|
+
export interface CreateAppBlockResult {
|
|
687
|
+
/**
|
|
688
|
+
* <p>The app block.</p>
|
|
689
|
+
*/
|
|
690
|
+
AppBlock?: AppBlock;
|
|
691
|
+
}
|
|
692
|
+
export declare namespace CreateAppBlockResult {
|
|
693
|
+
/**
|
|
694
|
+
* @internal
|
|
695
|
+
*/
|
|
696
|
+
const filterSensitiveLog: (obj: CreateAppBlockResult) => any;
|
|
697
|
+
}
|
|
698
|
+
export interface CreateApplicationRequest {
|
|
699
|
+
/**
|
|
700
|
+
* <p>The name of the application. This name is visible to users when display name is not specified.</p>
|
|
701
|
+
*/
|
|
702
|
+
Name: string | undefined;
|
|
703
|
+
/**
|
|
704
|
+
* <p>The display name of the application. This name is visible to users in the application catalog.</p>
|
|
705
|
+
*/
|
|
706
|
+
DisplayName?: string;
|
|
707
|
+
/**
|
|
708
|
+
* <p>The description of the application.</p>
|
|
709
|
+
*/
|
|
710
|
+
Description?: string;
|
|
711
|
+
/**
|
|
712
|
+
* <p>The location in S3 of the application icon.</p>
|
|
713
|
+
*/
|
|
714
|
+
IconS3Location: S3Location | undefined;
|
|
715
|
+
/**
|
|
716
|
+
* <p>The launch path of the application.</p>
|
|
717
|
+
*/
|
|
718
|
+
LaunchPath: string | undefined;
|
|
719
|
+
/**
|
|
720
|
+
* <p>The working directory of the application.</p>
|
|
721
|
+
*/
|
|
722
|
+
WorkingDirectory?: string;
|
|
723
|
+
/**
|
|
724
|
+
* <p>The launch parameters of the application.</p>
|
|
725
|
+
*/
|
|
726
|
+
LaunchParameters?: string;
|
|
727
|
+
/**
|
|
728
|
+
* <p>The platforms the application supports. WINDOWS_SERVER_2019 and AMAZON_LINUX2 are supported for Elastic fleets.</p>
|
|
729
|
+
*/
|
|
730
|
+
Platforms: (PlatformType | string)[] | undefined;
|
|
731
|
+
/**
|
|
732
|
+
* <p>The instance families the application supports. Valid values are GENERAL_PURPOSE and GRAPHICS_G4.</p>
|
|
733
|
+
*/
|
|
734
|
+
InstanceFamilies: string[] | undefined;
|
|
735
|
+
/**
|
|
736
|
+
* <p>The app block ARN to which the application should be associated</p>
|
|
737
|
+
*/
|
|
738
|
+
AppBlockArn: string | undefined;
|
|
739
|
+
/**
|
|
740
|
+
* <p>The tags assigned to the application.</p>
|
|
741
|
+
*/
|
|
742
|
+
Tags?: {
|
|
743
|
+
[key: string]: string;
|
|
744
|
+
};
|
|
745
|
+
}
|
|
746
|
+
export declare namespace CreateApplicationRequest {
|
|
481
747
|
/**
|
|
482
748
|
* @internal
|
|
483
749
|
*/
|
|
484
|
-
const filterSensitiveLog: (obj:
|
|
750
|
+
const filterSensitiveLog: (obj: CreateApplicationRequest) => any;
|
|
751
|
+
}
|
|
752
|
+
export interface CreateApplicationResult {
|
|
753
|
+
/**
|
|
754
|
+
* <p>Describes an application in the application catalog.</p>
|
|
755
|
+
*/
|
|
756
|
+
Application?: Application;
|
|
757
|
+
}
|
|
758
|
+
export declare namespace CreateApplicationResult {
|
|
759
|
+
/**
|
|
760
|
+
* @internal
|
|
761
|
+
*/
|
|
762
|
+
const filterSensitiveLog: (obj: CreateApplicationResult) => any;
|
|
485
763
|
}
|
|
486
764
|
/**
|
|
487
765
|
* <p>Describes the credentials for the service account used by the fleet or image builder to connect to the directory.</p>
|
|
@@ -574,11 +852,149 @@ export interface InvalidRoleException extends __SmithyException, $MetadataBearer
|
|
|
574
852
|
*/
|
|
575
853
|
Message?: string;
|
|
576
854
|
}
|
|
577
|
-
|
|
855
|
+
/**
|
|
856
|
+
* <p>An attribute associated with an entitlement. Application entitlements work by matching
|
|
857
|
+
* a supported SAML 2.0 attribute name to a value when a user identity federates to an
|
|
858
|
+
* Amazon AppStream 2.0 SAML application.</p>
|
|
859
|
+
*/
|
|
860
|
+
export interface EntitlementAttribute {
|
|
861
|
+
/**
|
|
862
|
+
* <p>A supported AWS IAM SAML <code>PrincipalTag</code> attribute that is matched to the
|
|
863
|
+
* associated value when a user identity federates into an Amazon AppStream 2.0 SAML
|
|
864
|
+
* application.</p>
|
|
865
|
+
* <p>The following are valid values:</p>
|
|
866
|
+
* <ul>
|
|
867
|
+
* <li>
|
|
868
|
+
* <p>roles</p>
|
|
869
|
+
* </li>
|
|
870
|
+
* <li>
|
|
871
|
+
* <p>department </p>
|
|
872
|
+
* </li>
|
|
873
|
+
* <li>
|
|
874
|
+
* <p>organization </p>
|
|
875
|
+
* </li>
|
|
876
|
+
* <li>
|
|
877
|
+
* <p>groups </p>
|
|
878
|
+
* </li>
|
|
879
|
+
* <li>
|
|
880
|
+
* <p>title </p>
|
|
881
|
+
* </li>
|
|
882
|
+
* <li>
|
|
883
|
+
* <p>costCenter </p>
|
|
884
|
+
* </li>
|
|
885
|
+
* <li>
|
|
886
|
+
* <p>userType</p>
|
|
887
|
+
* </li>
|
|
888
|
+
* </ul>
|
|
889
|
+
* <p> </p>
|
|
890
|
+
*/
|
|
891
|
+
Name: string | undefined;
|
|
892
|
+
/**
|
|
893
|
+
* <p>A value that is matched to a supported SAML attribute name when a user identity
|
|
894
|
+
* federates into an Amazon AppStream 2.0 SAML application. </p>
|
|
895
|
+
*/
|
|
896
|
+
Value: string | undefined;
|
|
897
|
+
}
|
|
898
|
+
export declare namespace EntitlementAttribute {
|
|
899
|
+
/**
|
|
900
|
+
* @internal
|
|
901
|
+
*/
|
|
902
|
+
const filterSensitiveLog: (obj: EntitlementAttribute) => any;
|
|
903
|
+
}
|
|
904
|
+
export interface CreateEntitlementRequest {
|
|
905
|
+
/**
|
|
906
|
+
* <p>The name of the entitlement.</p>
|
|
907
|
+
*/
|
|
908
|
+
Name: string | undefined;
|
|
909
|
+
/**
|
|
910
|
+
* <p>The name of the stack with which the entitlement is associated.</p>
|
|
911
|
+
*/
|
|
912
|
+
StackName: string | undefined;
|
|
913
|
+
/**
|
|
914
|
+
* <p>The description of the entitlement.</p>
|
|
915
|
+
*/
|
|
916
|
+
Description?: string;
|
|
917
|
+
/**
|
|
918
|
+
* <p>Specifies whether all or selected apps are entitled.</p>
|
|
919
|
+
*/
|
|
920
|
+
AppVisibility: AppVisibility | string | undefined;
|
|
921
|
+
/**
|
|
922
|
+
* <p>The attributes of the entitlement.</p>
|
|
923
|
+
*/
|
|
924
|
+
Attributes: EntitlementAttribute[] | undefined;
|
|
925
|
+
}
|
|
926
|
+
export declare namespace CreateEntitlementRequest {
|
|
578
927
|
/**
|
|
579
928
|
* @internal
|
|
580
929
|
*/
|
|
581
|
-
const filterSensitiveLog: (obj:
|
|
930
|
+
const filterSensitiveLog: (obj: CreateEntitlementRequest) => any;
|
|
931
|
+
}
|
|
932
|
+
/**
|
|
933
|
+
* <p>Specifies an entitlement. Entitlements control access to specific applications within
|
|
934
|
+
* a stack, based on user attributes. Entitlements apply to SAML 2.0 federated user
|
|
935
|
+
* identities. Amazon AppStream 2.0 user pool and streaming URL users are entitled to all
|
|
936
|
+
* applications in a stack. Entitlements don't apply to the desktop stream view
|
|
937
|
+
* application, or to applications managed by a dynamic app provider using the Dynamic
|
|
938
|
+
* Application Framework.</p>
|
|
939
|
+
*/
|
|
940
|
+
export interface Entitlement {
|
|
941
|
+
/**
|
|
942
|
+
* <p>The name of the entitlement.</p>
|
|
943
|
+
*/
|
|
944
|
+
Name: string | undefined;
|
|
945
|
+
/**
|
|
946
|
+
* <p>The name of the stack with which the entitlement is associated.</p>
|
|
947
|
+
*/
|
|
948
|
+
StackName: string | undefined;
|
|
949
|
+
/**
|
|
950
|
+
* <p>The description of the entitlement.</p>
|
|
951
|
+
*/
|
|
952
|
+
Description?: string;
|
|
953
|
+
/**
|
|
954
|
+
* <p>Specifies whether all or selected apps are entitled.</p>
|
|
955
|
+
*/
|
|
956
|
+
AppVisibility: AppVisibility | string | undefined;
|
|
957
|
+
/**
|
|
958
|
+
* <p>The attributes of the entitlement.</p>
|
|
959
|
+
*/
|
|
960
|
+
Attributes: EntitlementAttribute[] | undefined;
|
|
961
|
+
/**
|
|
962
|
+
* <p>The time when the entitlement was created.</p>
|
|
963
|
+
*/
|
|
964
|
+
CreatedTime?: Date;
|
|
965
|
+
/**
|
|
966
|
+
* <p>The time when the entitlement was last modified.</p>
|
|
967
|
+
*/
|
|
968
|
+
LastModifiedTime?: Date;
|
|
969
|
+
}
|
|
970
|
+
export declare namespace Entitlement {
|
|
971
|
+
/**
|
|
972
|
+
* @internal
|
|
973
|
+
*/
|
|
974
|
+
const filterSensitiveLog: (obj: Entitlement) => any;
|
|
975
|
+
}
|
|
976
|
+
export interface CreateEntitlementResult {
|
|
977
|
+
/**
|
|
978
|
+
* <p>The entitlement.</p>
|
|
979
|
+
*/
|
|
980
|
+
Entitlement?: Entitlement;
|
|
981
|
+
}
|
|
982
|
+
export declare namespace CreateEntitlementResult {
|
|
983
|
+
/**
|
|
984
|
+
* @internal
|
|
985
|
+
*/
|
|
986
|
+
const filterSensitiveLog: (obj: CreateEntitlementResult) => any;
|
|
987
|
+
}
|
|
988
|
+
/**
|
|
989
|
+
* <p>The entitlement already exists.</p>
|
|
990
|
+
*/
|
|
991
|
+
export interface EntitlementAlreadyExistsException extends __SmithyException, $MetadataBearer {
|
|
992
|
+
name: "EntitlementAlreadyExistsException";
|
|
993
|
+
$fault: "client";
|
|
994
|
+
/**
|
|
995
|
+
* <p>The error message in the exception.</p>
|
|
996
|
+
*/
|
|
997
|
+
Message?: string;
|
|
582
998
|
}
|
|
583
999
|
/**
|
|
584
1000
|
* <p>Describes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.</p>
|
|
@@ -601,6 +1017,7 @@ export declare namespace DomainJoinInfo {
|
|
|
601
1017
|
}
|
|
602
1018
|
export declare enum FleetType {
|
|
603
1019
|
ALWAYS_ON = "ALWAYS_ON",
|
|
1020
|
+
ELASTIC = "ELASTIC",
|
|
604
1021
|
ON_DEMAND = "ON_DEMAND"
|
|
605
1022
|
}
|
|
606
1023
|
export declare enum StreamView {
|
|
@@ -742,6 +1159,15 @@ export interface CreateFleetRequest {
|
|
|
742
1159
|
* <p>stream.graphics-pro.16xlarge</p>
|
|
743
1160
|
* </li>
|
|
744
1161
|
* </ul>
|
|
1162
|
+
* <p>The following instance types are available for Elastic fleets:</p>
|
|
1163
|
+
* <ul>
|
|
1164
|
+
* <li>
|
|
1165
|
+
* <p>stream.standard.small</p>
|
|
1166
|
+
* </li>
|
|
1167
|
+
* <li>
|
|
1168
|
+
* <p>stream.standard.medium</p>
|
|
1169
|
+
* </li>
|
|
1170
|
+
* </ul>
|
|
745
1171
|
*/
|
|
746
1172
|
InstanceType: string | undefined;
|
|
747
1173
|
/**
|
|
@@ -762,11 +1188,11 @@ export interface CreateFleetRequest {
|
|
|
762
1188
|
*/
|
|
763
1189
|
FleetType?: FleetType | string;
|
|
764
1190
|
/**
|
|
765
|
-
* <p>The desired capacity for the fleet.</p>
|
|
1191
|
+
* <p>The desired capacity for the fleet. This is not allowed for Elastic fleets. For Elastic fleets, specify MaxConcurrentSessions instead.</p>
|
|
766
1192
|
*/
|
|
767
|
-
ComputeCapacity
|
|
1193
|
+
ComputeCapacity?: ComputeCapacity;
|
|
768
1194
|
/**
|
|
769
|
-
* <p>The VPC configuration for the fleet.</p>
|
|
1195
|
+
* <p>The VPC configuration for the fleet. This is required for Elastic fleets, but not required for other fleet types. Elastic fleets require that you specify at least two subnets in different availability zones.</p>
|
|
770
1196
|
*/
|
|
771
1197
|
VpcConfig?: VpcConfig;
|
|
772
1198
|
/**
|
|
@@ -792,7 +1218,7 @@ export interface CreateFleetRequest {
|
|
|
792
1218
|
*/
|
|
793
1219
|
EnableDefaultInternetAccess?: boolean;
|
|
794
1220
|
/**
|
|
795
|
-
* <p>The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain. </p>
|
|
1221
|
+
* <p>The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain. This is not allowed for Elastic fleets. </p>
|
|
796
1222
|
*/
|
|
797
1223
|
DomainJoinInfo?: DomainJoinInfo;
|
|
798
1224
|
/**
|
|
@@ -837,6 +1263,20 @@ export interface CreateFleetRequest {
|
|
|
837
1263
|
* <p>The default value is <code>APP</code>.</p>
|
|
838
1264
|
*/
|
|
839
1265
|
StreamView?: StreamView | string;
|
|
1266
|
+
/**
|
|
1267
|
+
* <p>The fleet platform. WINDOWS_SERVER_2019 and AMAZON_LINUX2 are supported for Elastic
|
|
1268
|
+
* fleets. </p>
|
|
1269
|
+
*/
|
|
1270
|
+
Platform?: PlatformType | string;
|
|
1271
|
+
/**
|
|
1272
|
+
* <p>The maximum concurrent sessions of the Elastic fleet. This is required for Elastic
|
|
1273
|
+
* fleets, and not allowed for other fleet types.</p>
|
|
1274
|
+
*/
|
|
1275
|
+
MaxConcurrentSessions?: number;
|
|
1276
|
+
/**
|
|
1277
|
+
* <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>
|
|
1278
|
+
*/
|
|
1279
|
+
UsbDeviceFilterStrings?: string[];
|
|
840
1280
|
}
|
|
841
1281
|
export declare namespace CreateFleetRequest {
|
|
842
1282
|
/**
|
|
@@ -1119,6 +1559,18 @@ export interface Fleet {
|
|
|
1119
1559
|
* <p>The default value is <code>APP</code>.</p>
|
|
1120
1560
|
*/
|
|
1121
1561
|
StreamView?: StreamView | string;
|
|
1562
|
+
/**
|
|
1563
|
+
* <p>The platform of the fleet.</p>
|
|
1564
|
+
*/
|
|
1565
|
+
Platform?: PlatformType | string;
|
|
1566
|
+
/**
|
|
1567
|
+
* <p>The maximum number of concurrent sessions for the fleet.</p>
|
|
1568
|
+
*/
|
|
1569
|
+
MaxConcurrentSessions?: number;
|
|
1570
|
+
/**
|
|
1571
|
+
* <p>The USB device filter strings associated with the fleet.</p>
|
|
1572
|
+
*/
|
|
1573
|
+
UsbDeviceFilterStrings?: string[];
|
|
1122
1574
|
}
|
|
1123
1575
|
export declare namespace Fleet {
|
|
1124
1576
|
/**
|
|
@@ -1149,12 +1601,6 @@ export interface RequestLimitExceededException extends __SmithyException, $Metad
|
|
|
1149
1601
|
*/
|
|
1150
1602
|
Message?: string;
|
|
1151
1603
|
}
|
|
1152
|
-
export declare namespace RequestLimitExceededException {
|
|
1153
|
-
/**
|
|
1154
|
-
* @internal
|
|
1155
|
-
*/
|
|
1156
|
-
const filterSensitiveLog: (obj: RequestLimitExceededException) => any;
|
|
1157
|
-
}
|
|
1158
1604
|
export interface CreateImageBuilderRequest {
|
|
1159
1605
|
/**
|
|
1160
1606
|
* <p>A unique name for the image builder.</p>
|
|
@@ -1369,7 +1815,6 @@ export declare namespace NetworkAccessConfiguration {
|
|
|
1369
1815
|
*/
|
|
1370
1816
|
const filterSensitiveLog: (obj: NetworkAccessConfiguration) => any;
|
|
1371
1817
|
}
|
|
1372
|
-
export declare type PlatformType = "AMAZON_LINUX2" | "WINDOWS" | "WINDOWS_SERVER_2016" | "WINDOWS_SERVER_2019";
|
|
1373
1818
|
export declare enum ImageBuilderState {
|
|
1374
1819
|
DELETING = "DELETING",
|
|
1375
1820
|
FAILED = "FAILED",
|
|
@@ -2170,6 +2615,57 @@ export declare namespace CreateUserResult {
|
|
|
2170
2615
|
*/
|
|
2171
2616
|
const filterSensitiveLog: (obj: CreateUserResult) => any;
|
|
2172
2617
|
}
|
|
2618
|
+
export interface DeleteAppBlockRequest {
|
|
2619
|
+
/**
|
|
2620
|
+
* <p>The name of the app block.</p>
|
|
2621
|
+
*/
|
|
2622
|
+
Name: string | undefined;
|
|
2623
|
+
}
|
|
2624
|
+
export declare namespace DeleteAppBlockRequest {
|
|
2625
|
+
/**
|
|
2626
|
+
* @internal
|
|
2627
|
+
*/
|
|
2628
|
+
const filterSensitiveLog: (obj: DeleteAppBlockRequest) => any;
|
|
2629
|
+
}
|
|
2630
|
+
export interface DeleteAppBlockResult {
|
|
2631
|
+
}
|
|
2632
|
+
export declare namespace DeleteAppBlockResult {
|
|
2633
|
+
/**
|
|
2634
|
+
* @internal
|
|
2635
|
+
*/
|
|
2636
|
+
const filterSensitiveLog: (obj: DeleteAppBlockResult) => any;
|
|
2637
|
+
}
|
|
2638
|
+
/**
|
|
2639
|
+
* <p>The specified resource is in use.</p>
|
|
2640
|
+
*/
|
|
2641
|
+
export interface ResourceInUseException extends __SmithyException, $MetadataBearer {
|
|
2642
|
+
name: "ResourceInUseException";
|
|
2643
|
+
$fault: "client";
|
|
2644
|
+
/**
|
|
2645
|
+
* <p>The error message in the exception.</p>
|
|
2646
|
+
*/
|
|
2647
|
+
Message?: string;
|
|
2648
|
+
}
|
|
2649
|
+
export interface DeleteApplicationRequest {
|
|
2650
|
+
/**
|
|
2651
|
+
* <p>The name of the application.</p>
|
|
2652
|
+
*/
|
|
2653
|
+
Name: string | undefined;
|
|
2654
|
+
}
|
|
2655
|
+
export declare namespace DeleteApplicationRequest {
|
|
2656
|
+
/**
|
|
2657
|
+
* @internal
|
|
2658
|
+
*/
|
|
2659
|
+
const filterSensitiveLog: (obj: DeleteApplicationRequest) => any;
|
|
2660
|
+
}
|
|
2661
|
+
export interface DeleteApplicationResult {
|
|
2662
|
+
}
|
|
2663
|
+
export declare namespace DeleteApplicationResult {
|
|
2664
|
+
/**
|
|
2665
|
+
* @internal
|
|
2666
|
+
*/
|
|
2667
|
+
const filterSensitiveLog: (obj: DeleteApplicationResult) => any;
|
|
2668
|
+
}
|
|
2173
2669
|
export interface DeleteDirectoryConfigRequest {
|
|
2174
2670
|
/**
|
|
2175
2671
|
* <p>The name of the directory configuration.</p>
|
|
@@ -2190,22 +2686,29 @@ export declare namespace DeleteDirectoryConfigResult {
|
|
|
2190
2686
|
*/
|
|
2191
2687
|
const filterSensitiveLog: (obj: DeleteDirectoryConfigResult) => any;
|
|
2192
2688
|
}
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2689
|
+
export interface DeleteEntitlementRequest {
|
|
2690
|
+
/**
|
|
2691
|
+
* <p>The name of the entitlement.</p>
|
|
2692
|
+
*/
|
|
2693
|
+
Name: string | undefined;
|
|
2694
|
+
/**
|
|
2695
|
+
* <p>The name of the stack with which the entitlement is associated.</p>
|
|
2696
|
+
*/
|
|
2697
|
+
StackName: string | undefined;
|
|
2698
|
+
}
|
|
2699
|
+
export declare namespace DeleteEntitlementRequest {
|
|
2199
2700
|
/**
|
|
2200
|
-
*
|
|
2701
|
+
* @internal
|
|
2201
2702
|
*/
|
|
2202
|
-
|
|
2703
|
+
const filterSensitiveLog: (obj: DeleteEntitlementRequest) => any;
|
|
2203
2704
|
}
|
|
2204
|
-
export
|
|
2705
|
+
export interface DeleteEntitlementResult {
|
|
2706
|
+
}
|
|
2707
|
+
export declare namespace DeleteEntitlementResult {
|
|
2205
2708
|
/**
|
|
2206
2709
|
* @internal
|
|
2207
2710
|
*/
|
|
2208
|
-
const filterSensitiveLog: (obj:
|
|
2711
|
+
const filterSensitiveLog: (obj: DeleteEntitlementResult) => any;
|
|
2209
2712
|
}
|
|
2210
2713
|
export interface DeleteFleetRequest {
|
|
2211
2714
|
/**
|
|
@@ -2363,6 +2866,124 @@ export declare namespace DeleteUserResult {
|
|
|
2363
2866
|
*/
|
|
2364
2867
|
const filterSensitiveLog: (obj: DeleteUserResult) => any;
|
|
2365
2868
|
}
|
|
2869
|
+
export interface DescribeAppBlocksRequest {
|
|
2870
|
+
/**
|
|
2871
|
+
* <p>The ARNs of the app blocks.</p>
|
|
2872
|
+
*/
|
|
2873
|
+
Arns?: string[];
|
|
2874
|
+
/**
|
|
2875
|
+
* <p>The pagination token used to retrieve the next page of results for this
|
|
2876
|
+
* operation.</p>
|
|
2877
|
+
*/
|
|
2878
|
+
NextToken?: string;
|
|
2879
|
+
/**
|
|
2880
|
+
* <p>The maximum size of each page of results.</p>
|
|
2881
|
+
*/
|
|
2882
|
+
MaxResults?: number;
|
|
2883
|
+
}
|
|
2884
|
+
export declare namespace DescribeAppBlocksRequest {
|
|
2885
|
+
/**
|
|
2886
|
+
* @internal
|
|
2887
|
+
*/
|
|
2888
|
+
const filterSensitiveLog: (obj: DescribeAppBlocksRequest) => any;
|
|
2889
|
+
}
|
|
2890
|
+
export interface DescribeAppBlocksResult {
|
|
2891
|
+
/**
|
|
2892
|
+
* <p>The app blocks in the list.</p>
|
|
2893
|
+
*/
|
|
2894
|
+
AppBlocks?: AppBlock[];
|
|
2895
|
+
/**
|
|
2896
|
+
* <p>The pagination token used to retrieve the next page of results for this
|
|
2897
|
+
* operation.</p>
|
|
2898
|
+
*/
|
|
2899
|
+
NextToken?: string;
|
|
2900
|
+
}
|
|
2901
|
+
export declare namespace DescribeAppBlocksResult {
|
|
2902
|
+
/**
|
|
2903
|
+
* @internal
|
|
2904
|
+
*/
|
|
2905
|
+
const filterSensitiveLog: (obj: DescribeAppBlocksResult) => any;
|
|
2906
|
+
}
|
|
2907
|
+
export interface DescribeApplicationFleetAssociationsRequest {
|
|
2908
|
+
/**
|
|
2909
|
+
* <p>The name of the fleet.</p>
|
|
2910
|
+
*/
|
|
2911
|
+
FleetName?: string;
|
|
2912
|
+
/**
|
|
2913
|
+
* <p>The ARN of the application.</p>
|
|
2914
|
+
*/
|
|
2915
|
+
ApplicationArn?: string;
|
|
2916
|
+
/**
|
|
2917
|
+
* <p>The maximum size of each page of results.</p>
|
|
2918
|
+
*/
|
|
2919
|
+
MaxResults?: number;
|
|
2920
|
+
/**
|
|
2921
|
+
* <p>The pagination token used to retrieve the next page of results for this
|
|
2922
|
+
* operation.</p>
|
|
2923
|
+
*/
|
|
2924
|
+
NextToken?: string;
|
|
2925
|
+
}
|
|
2926
|
+
export declare namespace DescribeApplicationFleetAssociationsRequest {
|
|
2927
|
+
/**
|
|
2928
|
+
* @internal
|
|
2929
|
+
*/
|
|
2930
|
+
const filterSensitiveLog: (obj: DescribeApplicationFleetAssociationsRequest) => any;
|
|
2931
|
+
}
|
|
2932
|
+
export interface DescribeApplicationFleetAssociationsResult {
|
|
2933
|
+
/**
|
|
2934
|
+
* <p>The application fleet associations in the list.</p>
|
|
2935
|
+
*/
|
|
2936
|
+
ApplicationFleetAssociations?: ApplicationFleetAssociation[];
|
|
2937
|
+
/**
|
|
2938
|
+
* <p>The pagination token used to retrieve the next page of results for this
|
|
2939
|
+
* operation.</p>
|
|
2940
|
+
*/
|
|
2941
|
+
NextToken?: string;
|
|
2942
|
+
}
|
|
2943
|
+
export declare namespace DescribeApplicationFleetAssociationsResult {
|
|
2944
|
+
/**
|
|
2945
|
+
* @internal
|
|
2946
|
+
*/
|
|
2947
|
+
const filterSensitiveLog: (obj: DescribeApplicationFleetAssociationsResult) => any;
|
|
2948
|
+
}
|
|
2949
|
+
export interface DescribeApplicationsRequest {
|
|
2950
|
+
/**
|
|
2951
|
+
* <p>The ARNs for the applications.</p>
|
|
2952
|
+
*/
|
|
2953
|
+
Arns?: string[];
|
|
2954
|
+
/**
|
|
2955
|
+
* <p>The pagination token used to retrieve the next page of results for this
|
|
2956
|
+
* operation.</p>
|
|
2957
|
+
*/
|
|
2958
|
+
NextToken?: string;
|
|
2959
|
+
/**
|
|
2960
|
+
* <p>The maximum size of each page of results.</p>
|
|
2961
|
+
*/
|
|
2962
|
+
MaxResults?: number;
|
|
2963
|
+
}
|
|
2964
|
+
export declare namespace DescribeApplicationsRequest {
|
|
2965
|
+
/**
|
|
2966
|
+
* @internal
|
|
2967
|
+
*/
|
|
2968
|
+
const filterSensitiveLog: (obj: DescribeApplicationsRequest) => any;
|
|
2969
|
+
}
|
|
2970
|
+
export interface DescribeApplicationsResult {
|
|
2971
|
+
/**
|
|
2972
|
+
* <p>The applications in the list.</p>
|
|
2973
|
+
*/
|
|
2974
|
+
Applications?: Application[];
|
|
2975
|
+
/**
|
|
2976
|
+
* <p>The pagination token used to retrieve the next page of results for this
|
|
2977
|
+
* operation.</p>
|
|
2978
|
+
*/
|
|
2979
|
+
NextToken?: string;
|
|
2980
|
+
}
|
|
2981
|
+
export declare namespace DescribeApplicationsResult {
|
|
2982
|
+
/**
|
|
2983
|
+
* @internal
|
|
2984
|
+
*/
|
|
2985
|
+
const filterSensitiveLog: (obj: DescribeApplicationsResult) => any;
|
|
2986
|
+
}
|
|
2366
2987
|
export interface DescribeDirectoryConfigsRequest {
|
|
2367
2988
|
/**
|
|
2368
2989
|
* <p>The directory names.</p>
|
|
@@ -2399,6 +3020,47 @@ export declare namespace DescribeDirectoryConfigsResult {
|
|
|
2399
3020
|
*/
|
|
2400
3021
|
const filterSensitiveLog: (obj: DescribeDirectoryConfigsResult) => any;
|
|
2401
3022
|
}
|
|
3023
|
+
export interface DescribeEntitlementsRequest {
|
|
3024
|
+
/**
|
|
3025
|
+
* <p>The name of the entitlement.</p>
|
|
3026
|
+
*/
|
|
3027
|
+
Name?: string;
|
|
3028
|
+
/**
|
|
3029
|
+
* <p>The name of the stack with which the entitlement is associated.</p>
|
|
3030
|
+
*/
|
|
3031
|
+
StackName: string | undefined;
|
|
3032
|
+
/**
|
|
3033
|
+
* <p>The pagination token used to retrieve the next page of results for this operation.</p>
|
|
3034
|
+
*/
|
|
3035
|
+
NextToken?: string;
|
|
3036
|
+
/**
|
|
3037
|
+
* <p>The maximum size of each page of results.</p>
|
|
3038
|
+
*/
|
|
3039
|
+
MaxResults?: number;
|
|
3040
|
+
}
|
|
3041
|
+
export declare namespace DescribeEntitlementsRequest {
|
|
3042
|
+
/**
|
|
3043
|
+
* @internal
|
|
3044
|
+
*/
|
|
3045
|
+
const filterSensitiveLog: (obj: DescribeEntitlementsRequest) => any;
|
|
3046
|
+
}
|
|
3047
|
+
export interface DescribeEntitlementsResult {
|
|
3048
|
+
/**
|
|
3049
|
+
* <p>The entitlements.</p>
|
|
3050
|
+
*/
|
|
3051
|
+
Entitlements?: Entitlement[];
|
|
3052
|
+
/**
|
|
3053
|
+
* <p>The pagination token used to retrieve the next page of results for this
|
|
3054
|
+
* operation.</p>
|
|
3055
|
+
*/
|
|
3056
|
+
NextToken?: string;
|
|
3057
|
+
}
|
|
3058
|
+
export declare namespace DescribeEntitlementsResult {
|
|
3059
|
+
/**
|
|
3060
|
+
* @internal
|
|
3061
|
+
*/
|
|
3062
|
+
const filterSensitiveLog: (obj: DescribeEntitlementsResult) => any;
|
|
3063
|
+
}
|
|
2402
3064
|
export interface DescribeFleetsRequest {
|
|
2403
3065
|
/**
|
|
2404
3066
|
* <p>The names of the fleets to describe.</p>
|
|
@@ -2982,6 +3644,58 @@ export declare namespace DisableUserResult {
|
|
|
2982
3644
|
*/
|
|
2983
3645
|
const filterSensitiveLog: (obj: DisableUserResult) => any;
|
|
2984
3646
|
}
|
|
3647
|
+
export interface DisassociateApplicationFleetRequest {
|
|
3648
|
+
/**
|
|
3649
|
+
* <p>The name of the fleet.</p>
|
|
3650
|
+
*/
|
|
3651
|
+
FleetName: string | undefined;
|
|
3652
|
+
/**
|
|
3653
|
+
* <p>The ARN of the application.</p>
|
|
3654
|
+
*/
|
|
3655
|
+
ApplicationArn: string | undefined;
|
|
3656
|
+
}
|
|
3657
|
+
export declare namespace DisassociateApplicationFleetRequest {
|
|
3658
|
+
/**
|
|
3659
|
+
* @internal
|
|
3660
|
+
*/
|
|
3661
|
+
const filterSensitiveLog: (obj: DisassociateApplicationFleetRequest) => any;
|
|
3662
|
+
}
|
|
3663
|
+
export interface DisassociateApplicationFleetResult {
|
|
3664
|
+
}
|
|
3665
|
+
export declare namespace DisassociateApplicationFleetResult {
|
|
3666
|
+
/**
|
|
3667
|
+
* @internal
|
|
3668
|
+
*/
|
|
3669
|
+
const filterSensitiveLog: (obj: DisassociateApplicationFleetResult) => any;
|
|
3670
|
+
}
|
|
3671
|
+
export interface DisassociateApplicationFromEntitlementRequest {
|
|
3672
|
+
/**
|
|
3673
|
+
* <p>The name of the stack with which the entitlement is associated.</p>
|
|
3674
|
+
*/
|
|
3675
|
+
StackName: string | undefined;
|
|
3676
|
+
/**
|
|
3677
|
+
* <p>The name of the entitlement.</p>
|
|
3678
|
+
*/
|
|
3679
|
+
EntitlementName: string | undefined;
|
|
3680
|
+
/**
|
|
3681
|
+
* <p>The identifier of the application to remove from the entitlement.</p>
|
|
3682
|
+
*/
|
|
3683
|
+
ApplicationIdentifier: string | undefined;
|
|
3684
|
+
}
|
|
3685
|
+
export declare namespace DisassociateApplicationFromEntitlementRequest {
|
|
3686
|
+
/**
|
|
3687
|
+
* @internal
|
|
3688
|
+
*/
|
|
3689
|
+
const filterSensitiveLog: (obj: DisassociateApplicationFromEntitlementRequest) => any;
|
|
3690
|
+
}
|
|
3691
|
+
export interface DisassociateApplicationFromEntitlementResult {
|
|
3692
|
+
}
|
|
3693
|
+
export declare namespace DisassociateApplicationFromEntitlementResult {
|
|
3694
|
+
/**
|
|
3695
|
+
* @internal
|
|
3696
|
+
*/
|
|
3697
|
+
const filterSensitiveLog: (obj: DisassociateApplicationFromEntitlementResult) => any;
|
|
3698
|
+
}
|
|
2985
3699
|
export interface DisassociateFleetRequest {
|
|
2986
3700
|
/**
|
|
2987
3701
|
* <p>The name of the fleet.</p>
|
|
@@ -3034,6 +3748,21 @@ export declare namespace EnableUserResult {
|
|
|
3034
3748
|
*/
|
|
3035
3749
|
const filterSensitiveLog: (obj: EnableUserResult) => any;
|
|
3036
3750
|
}
|
|
3751
|
+
/**
|
|
3752
|
+
* <p>The application associated to an entitlement. Access is controlled based on user attributes.</p>
|
|
3753
|
+
*/
|
|
3754
|
+
export interface EntitledApplication {
|
|
3755
|
+
/**
|
|
3756
|
+
* <p>The identifier of the application.</p>
|
|
3757
|
+
*/
|
|
3758
|
+
ApplicationIdentifier: string | undefined;
|
|
3759
|
+
}
|
|
3760
|
+
export declare namespace EntitledApplication {
|
|
3761
|
+
/**
|
|
3762
|
+
* @internal
|
|
3763
|
+
*/
|
|
3764
|
+
const filterSensitiveLog: (obj: EntitledApplication) => any;
|
|
3765
|
+
}
|
|
3037
3766
|
export interface ExpireSessionRequest {
|
|
3038
3767
|
/**
|
|
3039
3768
|
* <p>The identifier of the streaming session.</p>
|
|
@@ -3057,6 +3786,7 @@ export declare namespace ExpireSessionResult {
|
|
|
3057
3786
|
export declare enum FleetAttribute {
|
|
3058
3787
|
DOMAIN_JOIN_INFO = "DOMAIN_JOIN_INFO",
|
|
3059
3788
|
IAM_ROLE_ARN = "IAM_ROLE_ARN",
|
|
3789
|
+
USB_DEVICE_FILTER_STRINGS = "USB_DEVICE_FILTER_STRINGS",
|
|
3060
3790
|
VPC_CONFIGURATION = "VPC_CONFIGURATION",
|
|
3061
3791
|
VPC_CONFIGURATION_SECURITY_GROUP_IDS = "VPC_CONFIGURATION_SECURITY_GROUP_IDS"
|
|
3062
3792
|
}
|
|
@@ -3124,6 +3854,46 @@ export declare namespace ListAssociatedStacksResult {
|
|
|
3124
3854
|
*/
|
|
3125
3855
|
const filterSensitiveLog: (obj: ListAssociatedStacksResult) => any;
|
|
3126
3856
|
}
|
|
3857
|
+
export interface ListEntitledApplicationsRequest {
|
|
3858
|
+
/**
|
|
3859
|
+
* <p>The name of the stack with which the entitlement is associated.</p>
|
|
3860
|
+
*/
|
|
3861
|
+
StackName: string | undefined;
|
|
3862
|
+
/**
|
|
3863
|
+
* <p>The name of the entitlement.</p>
|
|
3864
|
+
*/
|
|
3865
|
+
EntitlementName: string | undefined;
|
|
3866
|
+
/**
|
|
3867
|
+
* <p>The pagination token used to retrieve the next page of results for this operation.</p>
|
|
3868
|
+
*/
|
|
3869
|
+
NextToken?: string;
|
|
3870
|
+
/**
|
|
3871
|
+
* <p>The maximum size of each page of results.</p>
|
|
3872
|
+
*/
|
|
3873
|
+
MaxResults?: number;
|
|
3874
|
+
}
|
|
3875
|
+
export declare namespace ListEntitledApplicationsRequest {
|
|
3876
|
+
/**
|
|
3877
|
+
* @internal
|
|
3878
|
+
*/
|
|
3879
|
+
const filterSensitiveLog: (obj: ListEntitledApplicationsRequest) => any;
|
|
3880
|
+
}
|
|
3881
|
+
export interface ListEntitledApplicationsResult {
|
|
3882
|
+
/**
|
|
3883
|
+
* <p>The entitled applications.</p>
|
|
3884
|
+
*/
|
|
3885
|
+
EntitledApplications?: EntitledApplication[];
|
|
3886
|
+
/**
|
|
3887
|
+
* <p>The pagination token used to retrieve the next page of results for this operation.</p>
|
|
3888
|
+
*/
|
|
3889
|
+
NextToken?: string;
|
|
3890
|
+
}
|
|
3891
|
+
export declare namespace ListEntitledApplicationsResult {
|
|
3892
|
+
/**
|
|
3893
|
+
* @internal
|
|
3894
|
+
*/
|
|
3895
|
+
const filterSensitiveLog: (obj: ListEntitledApplicationsResult) => any;
|
|
3896
|
+
}
|
|
3127
3897
|
export interface ListTagsForResourceRequest {
|
|
3128
3898
|
/**
|
|
3129
3899
|
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
@@ -3297,6 +4067,62 @@ export declare namespace UntagResourceResponse {
|
|
|
3297
4067
|
*/
|
|
3298
4068
|
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
3299
4069
|
}
|
|
4070
|
+
export interface UpdateApplicationRequest {
|
|
4071
|
+
/**
|
|
4072
|
+
* <p>The name of the application. This name is visible to users when display name is not specified.</p>
|
|
4073
|
+
*/
|
|
4074
|
+
Name: string | undefined;
|
|
4075
|
+
/**
|
|
4076
|
+
* <p>The display name of the application. This name is visible to users in the application catalog.</p>
|
|
4077
|
+
*/
|
|
4078
|
+
DisplayName?: string;
|
|
4079
|
+
/**
|
|
4080
|
+
* <p>The description of the application.</p>
|
|
4081
|
+
*/
|
|
4082
|
+
Description?: string;
|
|
4083
|
+
/**
|
|
4084
|
+
* <p>The icon S3 location of the application.</p>
|
|
4085
|
+
*/
|
|
4086
|
+
IconS3Location?: S3Location;
|
|
4087
|
+
/**
|
|
4088
|
+
* <p>The launch path of the application.</p>
|
|
4089
|
+
*/
|
|
4090
|
+
LaunchPath?: string;
|
|
4091
|
+
/**
|
|
4092
|
+
* <p>The working directory of the application.</p>
|
|
4093
|
+
*/
|
|
4094
|
+
WorkingDirectory?: string;
|
|
4095
|
+
/**
|
|
4096
|
+
* <p>The launch parameters of the application.</p>
|
|
4097
|
+
*/
|
|
4098
|
+
LaunchParameters?: string;
|
|
4099
|
+
/**
|
|
4100
|
+
* <p>The ARN of the app block.</p>
|
|
4101
|
+
*/
|
|
4102
|
+
AppBlockArn?: string;
|
|
4103
|
+
/**
|
|
4104
|
+
* <p>The attributes to delete for an application.</p>
|
|
4105
|
+
*/
|
|
4106
|
+
AttributesToDelete?: (ApplicationAttribute | string)[];
|
|
4107
|
+
}
|
|
4108
|
+
export declare namespace UpdateApplicationRequest {
|
|
4109
|
+
/**
|
|
4110
|
+
* @internal
|
|
4111
|
+
*/
|
|
4112
|
+
const filterSensitiveLog: (obj: UpdateApplicationRequest) => any;
|
|
4113
|
+
}
|
|
4114
|
+
export interface UpdateApplicationResult {
|
|
4115
|
+
/**
|
|
4116
|
+
* <p>Describes an application in the application catalog.</p>
|
|
4117
|
+
*/
|
|
4118
|
+
Application?: Application;
|
|
4119
|
+
}
|
|
4120
|
+
export declare namespace UpdateApplicationResult {
|
|
4121
|
+
/**
|
|
4122
|
+
* @internal
|
|
4123
|
+
*/
|
|
4124
|
+
const filterSensitiveLog: (obj: UpdateApplicationResult) => any;
|
|
4125
|
+
}
|
|
3300
4126
|
export interface UpdateDirectoryConfigRequest {
|
|
3301
4127
|
/**
|
|
3302
4128
|
* <p>The name of the Directory Config object.</p>
|
|
@@ -3329,6 +4155,46 @@ export declare namespace UpdateDirectoryConfigResult {
|
|
|
3329
4155
|
*/
|
|
3330
4156
|
const filterSensitiveLog: (obj: UpdateDirectoryConfigResult) => any;
|
|
3331
4157
|
}
|
|
4158
|
+
export interface UpdateEntitlementRequest {
|
|
4159
|
+
/**
|
|
4160
|
+
* <p>The name of the entitlement.</p>
|
|
4161
|
+
*/
|
|
4162
|
+
Name: string | undefined;
|
|
4163
|
+
/**
|
|
4164
|
+
* <p>The name of the stack with which the entitlement is associated.</p>
|
|
4165
|
+
*/
|
|
4166
|
+
StackName: string | undefined;
|
|
4167
|
+
/**
|
|
4168
|
+
* <p>The description of the entitlement.</p>
|
|
4169
|
+
*/
|
|
4170
|
+
Description?: string;
|
|
4171
|
+
/**
|
|
4172
|
+
* <p>Specifies whether all or only selected apps are entitled.</p>
|
|
4173
|
+
*/
|
|
4174
|
+
AppVisibility?: AppVisibility | string;
|
|
4175
|
+
/**
|
|
4176
|
+
* <p>The attributes of the entitlement.</p>
|
|
4177
|
+
*/
|
|
4178
|
+
Attributes?: EntitlementAttribute[];
|
|
4179
|
+
}
|
|
4180
|
+
export declare namespace UpdateEntitlementRequest {
|
|
4181
|
+
/**
|
|
4182
|
+
* @internal
|
|
4183
|
+
*/
|
|
4184
|
+
const filterSensitiveLog: (obj: UpdateEntitlementRequest) => any;
|
|
4185
|
+
}
|
|
4186
|
+
export interface UpdateEntitlementResult {
|
|
4187
|
+
/**
|
|
4188
|
+
* <p>The entitlement.</p>
|
|
4189
|
+
*/
|
|
4190
|
+
Entitlement?: Entitlement;
|
|
4191
|
+
}
|
|
4192
|
+
export declare namespace UpdateEntitlementResult {
|
|
4193
|
+
/**
|
|
4194
|
+
* @internal
|
|
4195
|
+
*/
|
|
4196
|
+
const filterSensitiveLog: (obj: UpdateEntitlementResult) => any;
|
|
4197
|
+
}
|
|
3332
4198
|
export interface UpdateFleetRequest {
|
|
3333
4199
|
/**
|
|
3334
4200
|
* <p>The name of the image used to create the fleet.</p>
|
|
@@ -3445,14 +4311,23 @@ export interface UpdateFleetRequest {
|
|
|
3445
4311
|
* <p>stream.graphics-pro.16xlarge</p>
|
|
3446
4312
|
* </li>
|
|
3447
4313
|
* </ul>
|
|
4314
|
+
* <p>The following instance types are available for Elastic fleets:</p>
|
|
4315
|
+
* <ul>
|
|
4316
|
+
* <li>
|
|
4317
|
+
* <p>stream.standard.small</p>
|
|
4318
|
+
* </li>
|
|
4319
|
+
* <li>
|
|
4320
|
+
* <p>stream.standard.medium</p>
|
|
4321
|
+
* </li>
|
|
4322
|
+
* </ul>
|
|
3448
4323
|
*/
|
|
3449
4324
|
InstanceType?: string;
|
|
3450
4325
|
/**
|
|
3451
|
-
* <p>The desired capacity for the fleet.</p>
|
|
4326
|
+
* <p>The desired capacity for the fleet. This is not allowed for Elastic fleets.</p>
|
|
3452
4327
|
*/
|
|
3453
4328
|
ComputeCapacity?: ComputeCapacity;
|
|
3454
4329
|
/**
|
|
3455
|
-
* <p>The VPC configuration for the fleet
|
|
4330
|
+
* <p>The VPC configuration for the fleet. This is required for Elastic fleets, but not required for other fleet types. Elastic fleets require that you specify at least two subnets in different availability zones. </p>
|
|
3456
4331
|
*/
|
|
3457
4332
|
VpcConfig?: VpcConfig;
|
|
3458
4333
|
/**
|
|
@@ -3521,6 +4396,18 @@ export interface UpdateFleetRequest {
|
|
|
3521
4396
|
* <p>The default value is <code>APP</code>.</p>
|
|
3522
4397
|
*/
|
|
3523
4398
|
StreamView?: StreamView | string;
|
|
4399
|
+
/**
|
|
4400
|
+
* <p>The platform of the fleet. WINDOWS_SERVER_2019 and AMAZON_LINUX2 are supported for Elastic fleets. </p>
|
|
4401
|
+
*/
|
|
4402
|
+
Platform?: PlatformType | string;
|
|
4403
|
+
/**
|
|
4404
|
+
* <p>The maximum number of concurrent sessions for a fleet.</p>
|
|
4405
|
+
*/
|
|
4406
|
+
MaxConcurrentSessions?: number;
|
|
4407
|
+
/**
|
|
4408
|
+
* <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>
|
|
4409
|
+
*/
|
|
4410
|
+
UsbDeviceFilterStrings?: string[];
|
|
3524
4411
|
}
|
|
3525
4412
|
export declare namespace UpdateFleetRequest {
|
|
3526
4413
|
/**
|